﻿/*-----------------------------------------------------------------------------------

    Theme Name: Cats Software
    Author: Cats
    Version: 1.0
    Project Serial Key: .XffdSDpĞwsdwWEBssBacTSf

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
    02. HEADER CSS
    03. MEANMENU CSS
    04. HERO CSS
    05. ABOUT CSS
    06. BLOG CSS
    07. SERVICES CSS
    08. VIDEO CSS
    09. PROJECT CSS
    10. TESTIMONIAL CSS
    11. BRAND CSS
    12. CTA CSS
    13. SLIDER CSS
    14. FACT CSS
    15. TEAM CSS
    16. EVENT CSS
    17. CONTACT CSS
    18. PRICING CSS
    19. FAQ CSS
    20. PRIVACY CSS
    21. JOB CSS
    22. SHOP CSS
    23. CART CSS
    24. FOOTER CSS
    25. DARK LIGHT CSS



**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Forte:wght@300;400;500;600;700;800&family=Roboto:wght@400;500;700&display=swap");

:root {
    /**
  @font family declaration
  */
    --tp-ff-body: 'Roboto', sans-serif;
    --tp-ff-heading: 'Roboto', sans-serif;
    --tp-ff-p: 'Roboto', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    --swiper-navigation-size: 32px; /* --swiper-navigation-color: var(--swiper-theme-color); */
    /**
  @color declaration
  */
    --tp-common-white: #ffffff;
    --tp-common-black: #000000;
    --tp-common-black-soft: #181818;
    --tp-common-black-2: #141515;
    --tp-heading-primary: #141515;
    --tp-grey-1: #ECEFF4;
    --tp-grey-2: #F7F7F9;
    --tp-grey-3: #A4A6AA;
    --tp-grey-4: #C4C4C4;
    --tp-grey-5: #A0A2A4;
    --tp-purpule-1: #7644FF;
    --tp-purpule-2: #A584FF;
    --tp-blue-1: #1C99FE;
    --tp-text-body: #777B83;
    --tp-text-1: #777B83;
    --tp-theme-1: #1e3a93;
    --tp-border-1: #E7E9EE;
    --tp-border-2: #D9DDE8;
    --tp-border-3: #313333;
    --tp-border-4: #2C2F2F;
    /**
  @font weight declaration
  */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  @font size declaration
  */
    --tp-fz-body: 14px;
    --tp-fz-p: 14px;
    --tp-fz-h1: 40px;
    --tp-fz-h2: 36px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 16px;
    --tp-fz-h6: 14px;
}

.br {
    border-right: 1px solid #e9e8e8;
}

.bl {
    border-left: 1px solid #e9e8e8;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*---------------------------------
    typography css start 
---------------------------------*/
body {
    font-family: var(--tp-ff-body);
    font-size: var(--tp-fz-body);
    font-weight: normal;
    color: var(--tp-text-body);
    line-height: 26px;
}

    body:not(.modal-open) {
        padding-right: 0px !important;
    }

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tp-ff-heading);
    color: var(--tp-heading-primary);
    margin-top: 0px;
    font-weight: var(--tp-fw-bold);
    line-height: 1.2;
    -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;
}

h1 {
    font-size: var(--tp-fz-h1);
}

h2 {
    font-size: var(--tp-fz-h2);
}

h3 {
    font-size: var(--tp-fz-h3);
}

h4 {
    font-size: var(--tp-fz-h4);
}

h5 {
    font-size: var(--tp-fz-h5);
}

h6 {
    font-size: var(--tp-fz-h6);
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-family: var(--tp-ff-p);
    font-size: 16px;
    font-weight: var(--tp-fw-normal);
    color: var(--tp-text-body);
    margin-bottom: 15px;
    line-height: 28px;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
}

    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;
        border: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input {
    outline: none;
}

    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-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: var(--tp-fz-body);
    opacity: 1;
}

*::placeholder {
    color: var(--tp-common-black);
    font-size: var(--tp-fz-body);
    opacity: 1;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: aliceblue;
    border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #1e3a93;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #d3aeaa;
    }
/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.img, img {
    max-width: 100%;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.z-index-1 {
    z-index: 1;
}

.z-index-11 {
    z-index: 11;
}

.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;
}

.b-radius {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
    background-color: #000000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -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;
}

    .body-overlay:hover {
        cursor: pointer;
    }

    .body-overlay.opened {
        opacity: 0.6;
        visibility: visible;
    }

.banner-area {
    padding: 15px 0 0 240px;
}

.banner-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 22.29%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.banner-bg {
    padding: 100px 115px;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 10px 0 0 10px;
    z-index: 0;
    min-height: 708px;
    display: flex;
    align-items: center;
}

    .banner-bg::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 17.52%, rgba(0, 0, 0, 0) 100.54%);
        border-radius: 10px 0px 0px 10px;
        z-index: -1;
    }

.banner-content {
    width: 48%;
    flex: 0 0 auto;
}

    .banner-content .title {
        font-size: 56px;
        margin-bottom: 30px;
        color: #fff;
    }

    .banner-content p {
        font-size: 20px;
        margin-bottom: 45px;
        color: #fff;
        font-weight: 400;
        font-family: var(--tg-heading-font-family);
    }

.banner-tooltip-wrap {
    position: relative;
    width: 52%;
    flex: 0 0 auto;
    min-height: 440px;
}

.tooltip-item {
    position: absolute;
}

    .tooltip-item:nth-child(1) {
        top: 0;
        right: 60%;
    }

    .tooltip-item:nth-child(2) {
        right: 18%;
        bottom: 40%;
    }

    .tooltip-item:nth-child(3) {
        left: 15%;
        bottom: 14%;
    }

.tooltip-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.pulse::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    background: var(--tg-primary-color);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 1500ms ease-out infinite;
    opacity: .5;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.tooltip-item.top .tooltip-content {
    bottom: auto;
    top: 75px;
}

.tooltip-content {
    width: 315px;
    background: var(--tg-white);
    padding: 20px 25px;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 75px;
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
}

.tooltip-item.top .tooltip-content::before {
    bottom: auto;
    top: -18px;
    transform: translateX(-50%) rotate(180deg);
}

.tooltip-content::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    border-style: solid;
    border-width: 18px 17px 0px 17px;
    border-color: #fff transparent transparent;
}

.tooltip-content .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tooltip-content p {
    margin-bottom: 0;
}

.brand-area {
    background: var(--tg-gray);
    z-index: -1;
    padding: 46.5px 0;
}

.brand-inner {
    margin-left: 85px;
}
/*----------------------------------------
    Progress Wrap
-----------------------------------------*/
@media (max-width: 575px) {
    .progress-wrap {
        right: 15px;
        bottom: 15px;
    }
}

.basic-pagination ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .basic-pagination ul li:last-child {
        margin-right: 0;
    }

    .basic-pagination ul li a, .basic-pagination ul li span {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 39px;
        text-align: center;
        border: 2px solid #f1f1f1;
        font-size: 14px;
        font-weight: 500;
    }

        .basic-pagination ul li a:hover, .basic-pagination ul li a.current, .basic-pagination ul li span:hover, .basic-pagination ul li span.current {
            background: #1e3a93;
            color: var(--tp-common-white);
        }

@media (min-width: 1700px) {
    .custom-container {
        max-width: 1750px;
    }
}

@media (min-width: 1700px) {
    .custom-container-4 {
        max-width: 1680px;
    }
}

@media (min-width: 1600px) {
    .custom-container-3 {
        max-width: 1590px;
    }
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
    background: var(--tp-grey-1);
}

.grey-bg-2 {
    background: var(--tp-grey-2);
}

.white-bg {
    background: var(--tp-common-white);
}

.black-bg {
    background: var(--tp-heading-primary);
}

.black-bg-dark {
    background: var(--tp-common-black);
}

.black-bg-2 {
    background: var(--tp-common-black-2);
}

/*--
    - Spacing
-----------------------------------------*/
.mb-22 {
    margin-bottom: 22px;
}

.pt-215 {
    padding-top: 215px;
}

.pt-290 {
    padding-top: 290px;
}

.box-plr-85 {
    padding-left: 85px;
    padding-right: 85px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .box-plr-85 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .box-plr-85 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .box-plr-85 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .box-plr-85 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.box-plr-90 {
    padding-left: 90px;
    padding-right: 90px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .box-plr-90 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .box-plr-90 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .box-plr-90 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .box-plr-90 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.box-plr-155 {
    padding-left: 155px;
    padding-right: 155px;
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
    .box-plr-155 {
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
    .box-plr-155 {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .box-plr-155 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .box-plr-155 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .box-plr-155 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .box-plr-155 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.widget-M {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    border-radius: 15px;
}

    .widget-M .widget_title-M {
        display: flex;
        padding: 20px 20px 0;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }

        .widget-M .widget_title-M b {
            color: var(--tp-theme-1);
            font-size: 18px;
        }

    .widget-M .widget_inner-M {
        position: relative;
        padding: 20px 20px 20px;
    }

    .widget-M .widget_title-M a {
        color: var(--tp-theme-1);
        font-size: 14px;
    }
/* pulse btn */
.pulse-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--tp-common-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tp-common-black);
    animation: pulse 2s infinite;
}

    .pulse-btn:hover {
        background-color: var(--tp-common-black);
        color: var(--tp-common-white);
    }

    .pulse-btn i {
        padding-left: 2px;
    }

/* hambur btn */
.hamurger-btn {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: 0;
}

    .hamurger-btn span {
        display: inline-block;
        width: 100%;
        background: var(--tp-common-black);
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        opacity: 1;
        left: 0;
        z-index: 1;
    }

        .hamurger-btn span:nth-child(1) {
            top: 0;
        }

        .hamurger-btn span:nth-child(2) {
            top: 10px;
        }

        .hamurger-btn span:nth-child(3) {
            top: 20px;
        }

.tp-solid-btn {
    color: var(--tp-common-white);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 13px 34px;
    border-radius: 500px;
    display: inline-block;
    font-weight: var(--tp-fw-bold);
    transition: all 0.4s ease-in-out;
    background: var(--tp-theme-1);
    border: 2px solid transparent;
    text-align: center;
}

    .tp-solid-btn:hover {
        background: transparent;
        color: var(--tp-theme-1);
        border-color: var(--tp-theme-1);
    }

.tp-border-btn {
    color: #1e3a93;
    font-size: 14px;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    padding: 8px 60px;
    border-radius: 13px;
    display: inline-block;
    font-weight: var(--tp-fw-bold);
    transition: all 0.4s ease-in-out;
    background: transparent;
    border: 1px solid #1e3a93;
}

    .tp-border-btn:hover {
        background: var(--tp-theme-1);
        color: var(--tp-common-white);
        border-color: var(--tp-theme-1);
    }

.tp-grd-btn {
    padding: 15px 54px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% 100%;
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: var(--tp-fw-sbold);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 30px;
    display: inline-block;
    background-image: linear-gradient(260.16deg, #1C99FE 9.94%, #7644FF 54.82%, #FD4766 95.56%);
}

    .tp-grd-btn:hover {
        background-position: 100% 50%;
        /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

.tp-white-btn {
    color: var(--tp-common-white);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 13px 34px;
    border-radius: 500px;
    display: inline-block;
    font-weight: var(--tp-fw-bold);
    transition: all 0.4s ease-in-out;
    background: transparent;
    border: 1px solid #C0C3CC;
}

    .tp-white-btn:hover {
        background: var(--tp-theme-1);
        color: var(--tp-common-white);
        border-color: var(--tp-theme-1);
    }

.tpbs-btn {
    color: var(--tp-heading-primary);
    font-size: 14px;
    font-weight: var(--tp-fw-bold);
    text-transform: uppercase;
}

    .tpbs-btn i {
        margin-left: 8px;
    }

    .tpbs-btn:hover {
        color: var(--tp-theme-1);
    }

.tpbs-btn-2 {
    color: var(--tp-heading-primary);
    font-size: 14px;
    font-weight: var(--tp-fw-bold);
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .tpbs-btn-2 i {
        margin-left: 8px;
        color: var(--tp-theme-1);
    }

    .tpbs-btn-2:hover {
        color: var(--tp-theme-1);
    }

.tpcr-btn {
    color: var(--tp-heading-primary);
    font-size: 22px;
    font-weight: var(--tp-fw-bold);
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .tpcr-btn i {
        margin-left: 8px;
        color: var(--tp-theme-1);
    }

    .tpcr-btn:hover {
        color: var(--tp-theme-1);
    }

.tp-ts-btn {
    font-size: 14px;
    font-weight: var(--tp-fw-bold);
    text-transform: uppercase;
    display: inline-block;
    color: var(--tp-theme-1);
    letter-spacing: 1px;
}

    .tp-ts-btn i {
        margin-left: 10px;
    }

    .tp-ts-btn:hover {
        color: var(--tp-heading-primary);
    }

.tp-solid-btn-square {
    color: var(--tp-common-white);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 17px;
    display: inline-block;
    font-weight: var(--tp-fw-bold);
    transition: all 0.4s ease-in-out;
    background: #1e3a93;
    border: 2px solid transparent;
    text-align: center;
}

    .tp-solid-btn-square:hover {
        background: transparent;
        color: var(--tp-theme-1);
        border-color: var(--tp-theme-1);
    }

.tp-sqbtn-border {
    color: #1e3a93;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 17px;
    display: inline-block;
    font-weight: var(--tp-fw-bold);
    transition: all 0.4s ease-in-out;
    border: 2px solid #1e3a93;
    text-align: center;
}

    .tp-sqbtn-border:hover {
        background: var(--tp-theme-1);
        color: var(--tp-common-white);
        border-color: var(--tp-theme-1);
    }

.tp-sqbtn-active {
    color: var(--tp-common-white);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 16px 25px;
    display: inline-block;
    font-weight: var(--tp-fw-bold);
    transition: all 0.4s ease-in-out;
    border: 2px solid var(--tp-theme-1);
    text-align: center;
    background: var(--tp-theme-1);
}

    .tp-sqbtn-active:hover {
        border-color: var(--tp-theme-1);
        background: none;
        color: var(--tp-heading-primary);
    }

.tp-sqbtn-border-2 {
    color: var(--tp-heading-primary);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 13px 25px;
    display: inline-block;
    font-weight: var(--tp-fw-bold);
    transition: all 0.4s ease-in-out;
    border: 2px solid var(--tp-border-1);
    text-align: center;
}

    .tp-sqbtn-border-2:hover {
        background: var(--tp-theme-1);
        color: var(--tp-common-white);
        border-color: var(--tp-theme-1);
    }

.tp-sqbtn-active-2 {
    color: var(--tp-common-white);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 13px 25px;
    display: inline-block;
    font-weight: var(--tp-fw-bold);
    transition: all 0.4s ease-in-out;
    border: 2px solid var(--tp-theme-1);
    text-align: center;
    background: var(--tp-theme-1);
}

    .tp-sqbtn-active-2:hover {
        border-color: var(--tp-theme-1);
        background: none;
        color: var(--tp-heading-primary);
    }

/* custome carousel nav dot css */
.tp-arrow-style button.slick-arrow {
    background: var(--tp-common-white);
    height: 60px;
    width: 60px;
    line-height: 58px;
    font-size: 18px;
    color: var(--tp-common-black-2);
    border-radius: 50%;
    border: none;
    outline: none;
    border: 1px solid #ECEFF4;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
    vertical-align: middle;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    left: -100px;
    transition: 0.3s;
    z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tp-arrow-style button.slick-arrow {
        left: -35px;
    }
}

@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) {
    .tp-arrow-style button.slick-arrow {
        left: -25px;
    }
}

.tp-arrow-style button.slick-arrow:hover {
    background: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.tp-arrow-style button.slick-arrow.tp-slick-next {
    left: auto;
    right: -100px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tp-arrow-style button.slick-arrow.tp-slick-next {
        right: -35px;
    }
}

@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) {
    .tp-arrow-style button.slick-arrow.tp-slick-next {
        right: -25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-arrow-style button.slick-arrow {
        display: none !important;
    }
}

.tp-dot-style .slick-dots {
    text-align: center;
    list-style: none;
}

    .tp-dot-style .slick-dots li {
        display: inline-block;
    }

.tp-dot-style .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

    .tp-dot-style .slick-dots li {
        margin: 0 0.25rem;
    }

    .tp-dot-style .slick-dots button {
        display: block;
        width: 8px;
        height: 8px;
        margin: 0 5px;
        border: none;
        border-radius: 100%;
        background-color: #CFCFCF;
        text-indent: -9999px;
    }

    .tp-dot-style .slick-dots li.slick-active button {
        background-color: var(--tp-heading-primary);
        position: relative;
        transform: scale(2);
        box-shadow: inset 0 0 0 1px var(--tp-common-black-2);
        background-color: transparent;
    }

.tpbs-area.tp-dot-style.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 50px;
}

.trfrn-arrow-style {
    font-size: 50px;
    color: #B9B9B9;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    margin: 0px;
    vertical-align: middle;
    transition: all 0.3s ease-out 0s;
}

    .trfrn-arrow-style:hover {
        color: var(--tp-heading-primary);
    }

.tpfrn-arrow-wrap {
    text-align: right;
}

.tp-slick-prev.trfrn-arrow-style {
    left: -35px;
    position: relative;
}

.tpfrn-ts-slider-active .slick-list {
    margin: 0 -70px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tpfrn-ts-slider-active .slick-list {
        margin: 0 -40px;
    }
}

@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) {
    .tpfrn-ts-slider-active .slick-list {
        margin: 0 -25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpfrn-ts-slider-active .slick-list {
        margin: 0 -15px;
    }
}

@media (max-width: 575px) {
    .tpfrn-ts-slider-active .slick-list {
        margin: 0 -10px;
    }
}

.tpfrn-ts-slider-active .slick-slide {
    padding-left: 100px;
    padding-right: 100px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tpfrn-ts-slider-active .slick-slide {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpfrn-ts-slider-active .slick-slide {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpfrn-ts-slider-active .slick-slide {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpfrn-ts-slider-active .slick-slide {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.tpfrn-ts-slider-active .slick-list {
    margin-left: -100px;
    margin-right: -100px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tpfrn-ts-slider-active .slick-list {
        margin-left: -50px;
        margin-right: -50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpfrn-ts-slider-active .slick-list {
        margin-left: -70px;
        margin-right: -70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpfrn-ts-slider-active .slick-list {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpfrn-ts-slider-active .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 575px) {
    .trfrn-arrow-display, .trfrn-arrow-display2 {
        display: none;
    }
}

/* 14. ========= search-modal ========== */
#search-modal {
    background: rgba(0, 0, 0, 0.65);
}

    #search-modal button span {
        color: #fff;
        top: 50px;
        right: 50px;
        position: absolute;
        font-size: 50px;
        transition: 0.3s;
    }

        #search-modal button span:hover {
            transform: rotate(90deg);
            color: #FD4766;
        }

    #search-modal .modal-dialog {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: none;
        outline: 0;
    }

        #search-modal .modal-dialog .modal-content {
            background: 0 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
        }

            #search-modal .modal-dialog .modal-content form {
                max-width: 555px;
                position: relative;
            }

                #search-modal .modal-dialog .modal-content form input {
                    width: 100%;
                    font-size: 36px;
                    border: none;
                    border-bottom: 3px solid rgba(255, 255, 255, 0.938);
                    background: 0 0;
                    color: #fff;
                    padding-bottom: 12px;
                    padding-right: 40px;
                    outline: none;
                    transition: 0.3s;
                }

                    #search-modal .modal-dialog .modal-content form input:focus {
                        border-color: #FD4766;
                    }

                    #search-modal .modal-dialog .modal-content form input::-webkit-input-placeholder {
                        font-size: 35px;
                        color: rgba(255, 255, 255, 0.938);
                    }

                    #search-modal .modal-dialog .modal-content form input:-ms-input-placeholder {
                        font-size: 35px;
                        color: rgba(255, 255, 255, 0.938);
                    }

                    #search-modal .modal-dialog .modal-content form input::-ms-input-placeholder {
                        font-size: 35px;
                        color: rgba(255, 255, 255, 0.938);
                    }

                    #search-modal .modal-dialog .modal-content form input::placeholder {
                        font-size: 35px;
                        color: rgba(255, 255, 255, 0.938);
                    }

                #search-modal .modal-dialog .modal-content form button {
                    position: absolute;
                    right: 0;
                    margin-bottom: 3px;
                    font-size: 30px;
                    color: rgba(255, 255, 255, 0.938);
                    background: 0 0;
                    border: none;
                    cursor: pointer;
                    top: 11px;
                    transition: 0.3s;
                }

                    #search-modal .modal-dialog .modal-content form button:hover {
                        color: #FD4766;
                    }

.sidebar__area {
    position: fixed;
    right: -485px;
    top: 0;
    width: 465px;
    height: 100%;
    background: #1e3a93 none repeat scroll 0 0;
    overflow-y: scroll;
    -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: all 0.5s ease-out;
}

@media (max-width: 575px) {
    .sidebar__area {
        width: 290px;
    }
}

.sidebar__area.sidebar-opened {
    right: 0px;
}

.sidebar__wrapper {
    position: relative;
    padding: 45px;
}

@media (max-width: 575px) {
    .sidebar__wrapper {
        padding: 20px;
    }
}

.sidebar__close {
    position: absolute;
    top: 48px;
    right: 45px;
}

@media (max-width: 575px) {
    .sidebar__close {
        top: 22px;
        right: 20px;
    }
}

.sidebar__close-btn {
    display: inline-block;
    font-size: 16px;
    height: 45px;
    width: 45px;
    line-height: 49px;
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-radius: 50%;
}

    .sidebar__close-btn:hover {
        background: var(--tp-theme-1);
    }

.sidebar__logo {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--tp-border-1);
}

.sidebar__search {
    position: relative;
}

    .sidebar__search input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-right: 20px;
        background: transparent;
        border: none;
        outline: none;
        border-bottom: 1px solid var(--tp-border-1);
        font-size: 14px;
    }

        .sidebar__search input::placeholder {
            color: var(--tp-text-body);
        }

        .sidebar__search input:focus {
            border-color: var(--tp-theme-1);
        }

    .sidebar__search button {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 14px;
        color: var(--tp-text-body);
    }

        .sidebar__search button:hover {
            color: var(--tp-theme-1);
        }

.sidebar__text p {
    margin-bottom: 25px;
}

.sidebar__contact h4 {
    font-size: 22px;
    margin-bottom: 20px;
    color: white
}

.sidebar__contact ul li:not(:last-child) {
    margin-bottom: 20px;
}

.sidebar__contact ul li:hover i {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
}

.sidebar__contact ul li:hover a {
    color: var(--tp-theme-1);
}

.sidebar__contact-icon i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid var(--tp-border-1);
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

.sidebar__contact-text a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.sidebar__map iframe {
    width: 100%;
    height: 200px;
    border: none;
}

.sidebar__social {
    display: inline-flex;
}

    .sidebar__social .sosy {
        display: inline-grid;
    }

        .sidebar__social .sosy:not(:last-child) {
            margin-right: 5px;
        }

        .sidebar__social .sosy a {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 42px;
            text-align: center;
            background: var(--tp-grey-1);
            color: var(--tp-theme-1);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
        }

.side-haber {
    position: absolute;
    right: 28px;
    min-height: 500px;
    top: calc(50% - 160px);
    width: 300px;
}
/*.header__bottom_menu_old {
    right: 0;
    margin-right: 7%;
    margin-top: -2%;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    display: flex;
    z-index: 4;
}
.header__bottom_menu {
    left: 0;
    right: 0;
    padding-left: 500px;
    padding-right: 163px;
    margin-right: 6%;
    margin-top: 1.5%;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    display: flex;
    z-index: 4;
}
    .header__bottom_menu .item {
        display: flex;
        margin-right: 8px;
        border-radius: 16px;
        width: 8.5rem;
        position: relative;
        background: #fff;
        box-shadow: 0 2px 13px 0 #22222230;
        justify-content: center;
        align-items: center;
    }
    .header__bottom_menu .item a {
        display: block;
        text-align: center;
        padding: 5px 0px 0px 0px;
        color: #727272;
        letter-spacing: -0.5px;
        font-size: 13px;
        transition: all 0.2s ease-out;
        height: 5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
}
        .header__bottom_menu .item a .img {
            margin-bottom: 5px;
            transition: all 0.2s ease-out;
            width: 35%;
        }
        .header__bottom_menu .item a i {
            font-size: x-large;
            color: #dc3545;
        }
        .header__bottom_menu .item a .tit {
            font-weight: 600;
            font-size: 11px;
            color: #dc3545;
        }*/
.bg__butt {
    margin-left: 40%;
    margin-top: -2%;
    position: absolute;
}

    .bg__butt ul li {
        display: inline-block;
    }

        .bg__butt ul li a {
            display: inline-block;
            width: 220px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            background: #fff;
            font-size: 19px;
            font-weight: 500;
            color: #1e3a93;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 10px;
        }
/*
.header__iletisim {
    margin-left: 2%;
    margin-top: -1.5%;
    position: absolute;
}
.header__iletisim ul li {
    display: inline-block;
}
.header__iletisim ul li a {
    display: inline-block;
    width: 220px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #fff;
    font-size: 21px;
    font-weight:600;
    color: #1e3a93;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 50px;
    box-shadow: 0 2px 13px 0 rgb(66 91 166 / 19%);
}
    .header__iletisim ul li a span {
        display: block;
        font-size: 11px;
        line-height: 0px;
        position: absolute;
        left: 90px;
        top: 10px;
        font-weight:300 !important;
    }
    .header__social {
    margin-left: 14.2%;
    margin-top: -1.5%;
    position: absolute;
}
.header__social ul li a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.header__social ul li {
    display: inline-block;
}
    .header__social ul li:not(:last-child) {
        margin-right: 5px;
    }
    .header__social ul li a {
        display: inline-block;
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        background: #fff;
        font-size:large;
        color: #1e3a93;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 100px;
        box-shadow: 0 2px 13px 0 rgb(66 91 166 / 19%)
    }
        .header__social ul li a:hover {
            background: #1e3a93;
            color: var(--tp-common-white);
        }
*/
.baskan_fot {
    display: flex;
    justify-content: space-between;
}

.baskan__social {
    text-align: left;
    margin-top: -3%;
}

    .baskan__social ul li a:hover {
        background: var(--tp-theme-1);
        color: var(--tp-common-white);
    }

    .baskan__social ul li {
        display: inline-block;
    }

        .baskan__social ul li:not(:last-child) {
            margin-right: 5px;
        }

        .baskan__social ul li a {
            display: inline-block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            background: #fff;
            font-size: larger;
            color: #1e3a93;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 100px;
            box-shadow: 0 2px 13px 0 rgb(66 91 166 / 19%)
        }

@media (max-width:765px) {
    .baskan__social ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.baskan__social ul li a:hover {
    background: #1e3a93;
    color: var(--tp-common-white);
}

.baskan__gal {
    text-align: right;
    margin-top: -3%;
}

    .baskan__gal a {
        display: inline-block;
        width: 180px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #fff;
        font-size: larger;
        font-weight: 600;
        color: #1e3a93;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 100px;
        box-shadow: 0 2px 13px 0 rgb(66 91 166 / 19%)
    }

@media (max-width:765px) {
    .baskan__gal a {
        width: 160px;
        height: 40px;
        line-height: 40px;
    }
}

.baskan__gal i {
    padding-right: 6%;
}

.baskan__gal a:hover {
    background: #1e3a93;
    color: var(--tp-common-white);
}
/*----------------------------------------*/
/*  00. Section title CSS START
/*----------------------------------------*/
.tp-sub-title {
    font-size: 16px;
    font-weight: var(--tp-fw-bold);
    text-transform: uppercase;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(260.52deg, #1C99FE -4.98%, #7644FF 48.42%, #FD4766 96.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    letter-spacing: 0.1em;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-sub-title {
        font-size: 15px;
    }
}

@media (min-width: 576px) {
    .sidebar__contact__info, .navigation {
        display: none;
    }
}

@media (max-width: 575px) {


    .tp-sub-title {
        font-size: 14px;
    }
}

.tp-sub-title-df {
    color: var(--tp-common-white);
}

.tp-sub-title-2 {
    color: var(--tp-common-white);
    display: inline-block;
    background: linear-gradient(260.52deg, #1C99FE -4.98%, #7644FF 48.42%, #FD4766 96.9%);
    border-radius: 5px;
    padding: 6px 12px;
    line-height: 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: var(--tp-fw-medium);
}

.tpsec-title {
    font-size: 45px;
    line-height: 1.2;
}

.tpsec-title-2 {
    font-size: 45px;
    line-height: 1.2;
    font-family: Forte;
    font-weight: 500;
    color: #1e3a93;
    transform: rotate(-5deg);
}

.tpsec-title-2-sub {
    font-size: 18px;
    font-weight: 300;
    transform: rotate(-5deg);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpsec-title .tpsec-title-2 {
        font-size: 35px;
    }
}

.tp-title {
    font-size: 45px;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-title {
        font-size: 35px;
    }

        .tp-title br {
            display: none;
        }
}

@media (max-width: 575px) {
    .tp-title {
        font-size: 32px;
    }

        .tp-title br {
            display: none;
        }
}

.tp-title-df {
    color: var(--tp-common-white);
    line-height: 1.3;
    font-family: forte;
    font-weight: 300;
    transform: rotate(-5deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-title-df {
        font-size: 35px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-title-df br {
        display: none;
    }
}

.sec-quote-text {
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--tp-fw-medium);
}

.separator {
    position: relative;
}

    .separator::before {
        position: absolute;
        content: "";
        width: 2px;
        height: 88px;
        top: -15px;
        left: 95%;
        transform: translateX(-95%);
        background: linear-gradient(189.82deg, #1C99FE 0%, #7644FF 44.68%, #FD4766 85.24%);
    }

.tpbs-sub-title {
    font-size: 16px;
    font-weight: var(--tp-fw-bold);
    color: var(--tp-grey-3);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.tpbs-title {
    font-size: 17px;
    line-height: 1.;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tpbs-title {
        font-size: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpbs-title {
        font-size: 14px;
    }

        .tpbs-title br {
            display: none;
        }
}

.tpbs-title span {
    font-weight: var(--tp-fw-light);
}

.tpbs-title-df {
    font-size: 80px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpbs-title-df {
        font-size: 65px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpbs-title-df {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpbs-title-df {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpbs-title-df {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .tpbs-title-df {
        font-size: 25px;
    }
}

.tpbs-title-df span {
    font-weight: var(--tp-fw-light);
}

.tpbs-title-df::before {
    position: absolute;
    content: "";
    width: 10%;
    height: 2px;
    background: var(--tp-heading-primary);
    bottom: -1px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}

.tpbs-title-df:hover::before {
    width: 71%;
    visibility: visible;
    opacity: 1;
}

.tpbs-title-2 {
    color: var(--tp-common-white);
}

.tpds-title {
    font-size: 45px;
    line-height: 1.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tpds-title {
        font-size: 40px;
    }

        .tpds-title br {
            display: none;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpds-title {
        font-size: 35px;
    }

        .tpds-title br {
            display: none;
        }
}

.tpds-title span {
    font-weight: 300;
}

/*----------------------------------------*/
/*  24. BREADCRUMB CSS START
/*----------------------------------------*/
.breadcrumb__heading {
    background-color: #1e3a93;
    height: 80px;
    padding-top: 10px;
}

@media (max-width: 575px) {
    .breadcrumb__area {
        padding: 80px 0;
    }
}

.breadcrumb__title {
    font-size: 1.2rem;
    line-height: 1.3;
    color: var(--tp-common-white);
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb__title {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .breadcrumb__title {
        font-size: 1.0rem;
    }
}

.breadcrumb__list span {
    font-size: 13px;
    opacity: .85;
    color: var(--tp-common-white);
    font-weight: var(--tp-fw-medium);
    padding-right: 3px;
    margin-right: 3px;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .breadcrumb__list span {
        font-size: 9px;
    }
}

.breadcrumb__list span a:hover {
    color: var(--tp-theme-1);
}

.breadcrumb__list span i {
    font-size: 10px;
}

.breadcrumb__list .tp-current {
    color: #ffffff;
    position: relative;
    display: inline;
    background-image: linear-gradient(#FD4766, #FD4766), linear-gradient(#FD4766, #FD4766);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

    .breadcrumb__list .tp-current:hover {
        background-size: 0 2px, 100% 2px;
    }

.breadcrumb__overlay {
    position: relative;
}

    .breadcrumb__overlay::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 3, 32, 0.06);
    }

.tpbs-scroll-5 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    bottom: -20%;
    z-index: 1;
}

/*--
    - Animation keyframes
-----------------------------------------*/
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
/*. ========= sticky-animation ========== */
@keyframes sticky {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}
/* 00. ========= FadeIn custom ========== */
@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

/* 00. ========= ripple animation ========== */
@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.6);
        opacity: 0.3;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}
/*===== Preloader Style =====*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

    .preloader .color-1 {
        background-color: #FD4766 !important;
    }

.rubix-cube {
    border: 1px solid #FFF;
    width: 48px;
    height: 48px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .rubix-cube .layer {
        width: 14px;
        height: 14px;
        background-color: #07294d;
        border: 1px solid #FFF;
        position: absolute;
    }

    .rubix-cube .layer-1 {
        left: 0px;
        top: 0px;
        -webkit-animation: rubixcube4 2s infinite linear;
        animation: rubixcube4 2s infinite linear;
    }

    .rubix-cube .layer-2 {
        left: 16px;
        top: 0px;
        -webkit-animation: rubixcube3 2s infinite linear;
        animation: rubixcube3 2s infinite linear;
    }

    .rubix-cube .layer-3 {
        left: 32px;
        top: 0px;
    }

    .rubix-cube .layer-4 {
        left: 0px;
        top: 16px;
        -webkit-animation: rubixcube5 2s infinite linear;
        animation: rubixcube5 2s infinite linear;
    }

    .rubix-cube .layer-5 {
        left: 16px;
        top: 16px;
        -webkit-animation: rubixcube2 2s infinite linear;
        animation: rubixcube2 2s infinite linear;
    }

    .rubix-cube .layer-6 {
        left: 32px;
        top: 16px;
        -webkit-animation: rubixcube1 2s infinite linear;
        animation: rubixcube1 2s infinite linear;
    }

    .rubix-cube .layer-7 {
        left: 0px;
        top: 32px;
        -webkit-animation: rubixcube6 2s infinite linear;
        animation: rubixcube6 2s infinite linear;
    }

    .rubix-cube .layer-8 {
        left: 16px;
        top: 32px;
        -webkit-animation: rubixcube7 2s infinite linear;
        animation: rubixcube7 2s infinite linear;
    }

@-webkit-keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px;
    }

    30% {
        top: 32px;
        left: 32px;
    }

    40% {
        top: 32px;
        left: 32px;
    }

    50% {
        top: 32px;
        left: 32px;
    }

    60% {
        top: 32px;
        left: 32px;
    }

    70% {
        top: 32px;
        left: 32px;
    }

    80% {
        top: 32px;
        left: 32px;
    }

    90% {
        top: 32px;
        left: 32px;
    }

    100% {
        top: 32px;
        left: 16px;
    }
}

@keyframes rubixcube1 {
    20% {
        top: 16px;
        left: 32px;
    }

    30% {
        top: 32px;
        left: 32px;
    }

    40% {
        top: 32px;
        left: 32px;
    }

    50% {
        top: 32px;
        left: 32px;
    }

    60% {
        top: 32px;
        left: 32px;
    }

    70% {
        top: 32px;
        left: 32px;
    }

    80% {
        top: 32px;
        left: 32px;
    }

    90% {
        top: 32px;
        left: 32px;
    }

    100% {
        top: 32px;
        left: 16px;
    }
}

@-webkit-keyframes rubixcube2 {
    30% {
        left: 16px;
    }

    40% {
        left: 32px;
    }

    50% {
        left: 32px;
    }

    60% {
        left: 32px;
    }

    70% {
        left: 32px;
    }

    80% {
        left: 32px;
    }

    90% {
        left: 32px;
    }

    100% {
        left: 32px;
    }
}

@keyframes rubixcube2 {
    30% {
        left: 16px;
    }

    40% {
        left: 32px;
    }

    50% {
        left: 32px;
    }

    60% {
        left: 32px;
    }

    70% {
        left: 32px;
    }

    80% {
        left: 32px;
    }

    90% {
        left: 32px;
    }

    100% {
        left: 32px;
    }
}

@-webkit-keyframes rubixcube3 {
    30% {
        top: 0px;
    }

    40% {
        top: 0px;
    }

    50% {
        top: 16px;
    }

    60% {
        top: 16px;
    }

    70% {
        top: 16px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@keyframes rubixcube3 {
    30% {
        top: 0px;
    }

    40% {
        top: 0px;
    }

    50% {
        top: 16px;
    }

    60% {
        top: 16px;
    }

    70% {
        top: 16px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@-webkit-keyframes rubixcube4 {
    50% {
        left: 0px;
    }

    60% {
        left: 16px;
    }

    70% {
        left: 16px;
    }

    80% {
        left: 16px;
    }

    90% {
        left: 16px;
    }

    100% {
        left: 16px;
    }
}

@keyframes rubixcube4 {
    50% {
        left: 0px;
    }

    60% {
        left: 16px;
    }

    70% {
        left: 16px;
    }

    80% {
        left: 16px;
    }

    90% {
        left: 16px;
    }

    100% {
        left: 16px;
    }
}

@-webkit-keyframes rubixcube5 {
    60% {
        top: 16px;
    }

    70% {
        top: 0px;
    }

    80% {
        top: 0px;
    }

    90% {
        top: 0px;
    }

    100% {
        top: 0px;
    }
}

@keyframes rubixcube5 {
    60% {
        top: 16px;
    }

    70% {
        top: 0px;
    }

    80% {
        top: 0px;
    }

    90% {
        top: 0px;
    }

    100% {
        top: 0px;
    }
}

@-webkit-keyframes rubixcube6 {
    70% {
        top: 32px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@keyframes rubixcube6 {
    70% {
        top: 32px;
    }

    80% {
        top: 16px;
    }

    90% {
        top: 16px;
    }

    100% {
        top: 16px;
    }
}

@-webkit-keyframes rubixcube7 {
    80% {
        left: 16px;
    }

    90% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

@keyframes rubixcube7 {
    80% {
        left: 16px;
    }

    90% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}
/*----------------------------------------*/
/*  02. HEADER CSS START
/*----------------------------------------*/
/* logo */
/*.logo img {
        width: 150px;
    }

    .logo-white {
        display: none;
    }

    .tp-model-logo {
        text-align: center;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
        .tp-model-logo {
            text-align: left;
        }
    }

    .mega-menu-wrapper {
        position: relative;
    }*/

/* main menu css */
/*@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .tpmenu {
            margin-left: 30px;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .tpmenu-2 {
            margin-left: 0;
        }
    }

    .tpmenu ul li {
        position: relative;
        list-style: none;
        display: inline-block;
        margin-right: 40px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .tpmenu ul li {
            margin-right: 20px;
        }
    }

    .tpmenu ul li:last-child {
        margin-right: 0;
    }

    .tpmenu ul li a {
        display: inline-block;
        font-size: 14px;
        color: var(--tp-common-black);
        padding: 40px 0;
        font-weight: var(--tp-fw-bold);
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 1px;
    }

    .tpmenu ul li.has-dropdown > a {
        position: relative;
    }

        .tpmenu ul li.has-dropdown > a::after {
            content: "\f067";
            -webkit-transform: translateY(-1px);
            -moz-transform: translateY(-1px);
            -ms-transform: translateY(-1px);
            -o-transform: translateY(-1px);
            transform: translateY(-1px);
            font-size: 11px;
            color: var(--tp-common-black);
            font-family: var(--tp-ff-fontawesome);
            font-weight: var(--tp-fw-sbold);
            margin-left: 5px;
            display: inline-block;
        }

    .tpmenu ul li .submenu {
        padding: 15px 0;
        position: absolute;
        top: 120%;
        left: 0;
        min-width: 220px;
        background: var(--tp-common-white);
        z-index: 99;
        -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;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
        -moz-box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
        -ms-box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
        -o-box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
        box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.08);
        transform-origin: top;
        -webkit-transform: perspective(300px) rotateX(-18deg);
        -moz-transform: perspective(300px) rotateX(-18deg);
        -ms-transform: perspective(300px) rotateX(-18deg);
        -o-transform: perspective(300px) rotateX(-18deg);
        transform: perspective(300px) rotateX(-18deg);
    }

        .tpmenu ul li .submenu li {
            display: block;
            width: 100%;
            margin: 0;
            padding: 0 0;
        }

            .tpmenu ul li .submenu li.has-dropdown > a::after {
                position: absolute;
                top: 50%;
                right: 30px;
                -webkit-transform: translateY(-50%) rotate(-90deg);
                -moz-transform: translateY(-50%) rotate(-90deg);
                -ms-transform: translateY(-50%) rotate(-90deg);
                -o-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg);
            }

            .tpmenu ul li .submenu li a {
                position: relative;
                z-index: 1;
                width: 100%;
                display: block;
                font-size: 14px;
                color: var(--tp-text-body);
                padding: 5px 20px;
                font-weight: 500;
                text-transform: capitalize;
                letter-spacing: 0;
            }

            .tpmenu ul li .submenu li .submenu {
                left: 120%;
                top: 0;
                visibility: hidden;
                opacity: 0;
            }

            .tpmenu ul li .submenu li:hover > a {
                color: var(--tp-theme-1);
                background-color: rgba(150, 144, 162, 0.06);
            }

                .tpmenu ul li .submenu li:hover > a::after {
                    color: var(--tp-theme-1);
                    -webkit-transform: translateY(-50%) rotate(45deg);
                    -moz-transform: translateY(-50%) rotate(45deg);
                    -ms-transform: translateY(-50%) rotate(45deg);
                    -o-transform: translateY(-50%) rotate(45deg);
                    transform: translateY(-50%) rotate(45deg);
                }

            .tpmenu ul li .submenu li:hover > .submenu {
                left: 100%;
                visibility: visible;
                opacity: 1;
            }

    .tpmenu ul li.megamenu-full {
        position: static;
    }

    .tpmenu ul li .megamenu {
        width: 100%;
        position: absolute;
        top: 120%;
        left: 0;
        right: 0;
        background: var(--tp-common-white);
        z-index: 99;
        -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;
        -webkit-box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
        -moz-box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
        -ms-box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
        -o-box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
        box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.08);
        transform-origin: top;
        -webkit-transform: perspective(300px) rotateX(-18deg);
        -moz-transform: perspective(300px) rotateX(-18deg);
        -ms-transform: perspective(300px) rotateX(-18deg);
        -o-transform: perspective(300px) rotateX(-18deg);
        transform: perspective(300px) rotateX(-18deg);
        padding: 28px 25px;
        visibility: hidden;
        opacity: 0;
    }

        .tpmenu ul li .megamenu li {
            float: left;
            width: 25%;
            margin: 0;
        }

            .tpmenu ul li .megamenu li a {
                display: block;
                font-size: 14px;
                color: var(--tp-text-body);
                padding: 5px 20px;
                font-weight: 500;
                text-transform: capitalize;
                letter-spacing: 0;
            }

                .tpmenu ul li .megamenu li a:hover {
                    color: var(--tp-theme-1);
                    background-color: rgba(5, 9, 43, 0.06);
                }

            .tpmenu ul li .megamenu li .megamenu-title {
                color: var(--tp-common-black);
            }

                .tpmenu ul li .megamenu li .megamenu-title:hover {
                    color: var(--tp-common-black);
                    background: transparent;
                }

            .tpmenu ul li .megamenu li ul li {
                float: inherit;
                width: 100%;
            }

    .tpmenu ul li:hover > a {
        color: var(--tp-theme-1);
    }

        .tpmenu ul li:hover > a::after {
            color: var(--tp-theme-1);
            -webkit-transform: translateY(-1px) rotate(45deg);
            -moz-transform: translateY(-1px) rotate(45deg);
            -ms-transform: translateY(-1px) rotate(45deg);
            -o-transform: translateY(-1px) rotate(45deg);
            transform: translateY(-1px) rotate(45deg);
        }

    .tpmenu ul li:hover > .submenu, .tpmenu ul li:hover .megamenu {
        top: 100%;
        visibility: visible;
        opacity: 1;
        -webkit-transform: perspective(300px) rotateX(0deg);
        -moz-transform: perspective(300px) rotateX(0deg);
        -ms-transform: perspective(300px) rotateX(0deg);
        -o-transform: perspective(300px) rotateX(0deg);
        transform: perspective(300px) rotateX(0deg);
    }*/

/* header inner css */
/*@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
        .tp-header-area-inner {
            padding: 25px 0;
        }
    }

    .inner-border {
        border-bottom: 1px solid #E7E9EE;
    }*/

/* header action css */
/*.tp-header-action {
        text-align: right;
    }

        .tp-header-action ul li {
            list-style: none;
            display: inline-block;
            margin-right: 15px;
        }

            .tp-header-action ul li:last-child {
                margin-right: 0;
            }

            .tp-header-action ul li a {
                display: inline-block;
                width: 55px;
                height: 55px;
                line-height: 55px;
                text-align: center;
                border: 1px solid var(--tp-border-2);
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -o-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                font-size: 15px;
                color: var(--tp-heading-primary);
                transition: 0.3s;
            }

                .tp-header-action ul li a:hover {
                    background: var(--tp-theme-1);
                    color: var(--tp-common-white);
                    border-color: var(--tp-theme-1);
                }

                .tp-header-action ul li a i {
                    font-weight: 500;
                }

    .tp-header-action-2 ul li {
        margin-right: 30px;
    }

        .tp-header-action-2 ul li a {
            background: none;
            border: 0;
            height: auto;
            width: auto;
        }

            .tp-header-action-2 ul li a:hover {
                background: none;
                color: var(--tp-theme-1);
            }*/

/* header sticky */
/*.header-sticky {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0 85px;
        background: var(--tp-common-white);
        z-index: 99;
        animation: sticky 1.3s;
        box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
    }

    @media only screen and (min-width: 1400px) and (max-width: 1600px) {
        .header-sticky {
            padding-left: 40px;
            padding-right: 40px;
        }
    }

    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .header-sticky {
            padding-left: 30px;
            padding-right: 30px;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-sticky {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-sticky {
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
        .header-sticky {
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 10px;
            padding-right: 10px;
        }
    }

    @media (max-width: 575px) {
        .header-sticky .tp-header-action ul li {
            margin-right: 3px;
        }
    }

    .header-sticky.header-sticky-2 {
        background: var(--tp-heading-primary);
    }

    .header-sticky .tpmenu ul li a {
        padding: 35px 0;
    }

    .tp-header-2 {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

        .tp-header-2 .tpmenu ul li a {
            color: var(--tp-common-white);
        }

        .tp-header-2 .tpmenu ul li.has-dropdown > a::after {
            color: var(--tp-common-white);
        }

        .tp-header-2 .tp-header-action ul li a {
            color: var(--tp-common-white);
        }

    .tp-header-3 .mode-switch-wrapper .label i {
        color: var(--tp-common-black);
    }

        .tp-header-3 .mode-switch-wrapper .label i::after {
            display: none;
        }

    .header-transparent {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9;
    }

        .header-transparent.header-sticky {
            position: fixed;
            width: 100%;
            top: 0;
            left: 0;
            padding: 0 85px;
            background: #222;
            z-index: 99;
            animation: sticky 1.3s;
            box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
        }

        .header-transparent .tpmenu ul li a {
            color: var(--tp-common-white);
        }

        .header-transparent .tpmenu ul li:hover > a {
            color: var(--tp-theme-1);
        }

            .header-transparent .tpmenu ul li:hover > a::after {
                color: var(--tp-theme-1);
            }

        .header-transparent .tpmenu ul li.has-dropdown > a::after {
            color: var(--tp-common-white);
        }

        .header-transparent .tpmenu ul li.has-dropdown:hover > a::after {
            color: var(--tp-theme-1);
        }

        .header-transparent .tp-header-action ul li a {
            border-color: var(--tp-common-white);
            color: var(--tp-common-white);
        }

            .header-transparent .tp-header-action ul li a:hover {
                color: var(--tp-common-white);
                border-color: var(--tp-theme-1);
            }

    .header-style-9 .mode-switch-wrapper .label i {
        color: var(--tp-common-white);
    }*/

/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/
/* 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: 10px 0;
    color: var(--tp-common-white);
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

    .mean-container .mean-nav ul li a:hover {
        color: var(--tp-theme-1);
    }

    .mean-container .mean-nav ul li a.mean-expand {
        margin-top: 5px;
        padding: 0 !important;
        line-height: 14px;
        border: 1px solid #ebebeb !important;
        height: 30px;
        width: 30px;
        line-height: 30px;
        color: var(--tp-common-white);
        line-height: 30px;
        top: 0;
        font-weight: 400;
    }

        .mean-container .mean-nav ul li a.mean-expand:hover {
            background: var(--tp-theme-1);
            color: var(--tpclr-common-white);
            border-color: var(--tp-theme-1);
        }

.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-common-black);
}

    .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-black);
    }

/*----------------------------------------*/
/*  04. Hero CSS START
/*----------------------------------------*/
/* personal hero css */
.tp-minimal__area {
    width: 100%;
}

.tp-minimal__design-wrapper-2 {
    margin-left: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-minimal__design-wrapper-2 {
        margin-left: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-minimal__design-wrapper-2 {
        margin-left: 0;
    }
}

.tp-minimal__design-title {
    font-size: 120px;
    line-height: 1.2;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-minimal__design-title {
        font-size: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-minimal__design-title {
        font-size: 80px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-minimal__design-title {
        font-size: 70px;
    }

        .tp-minimal__design-title br {
            display: none;
        }
}

.tp-minimal__design-title span {
    color: transparent;
    -webkit-text-stroke: 1.2px var(--tp-heading-primary);
}

.tp-minimal__design .tpds-text {
    font-size: 18px;
    line-height: 30px;
    color: var(--tp-heading-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-minimal__design .tpds-text br {
        display: none;
    }
}

.tp-minimal__design .tpds-text-2 {
    font-weight: var(--tp-fw-medium);
    font-size: 18px;
    line-height: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-minimal__design .tpds-text-2 br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-minimal__design .tpds-text-2 br {
        display: none;
    }
}

.tp-minimal__design-social a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    color: var(--tp-heading-primary);
    background: var(--tp-grey-1);
    transition: 0.3s;
    margin-right: 15px;
    color: rgba(20, 21, 21, 0.3);
}

    .tp-minimal__design-social a:last-child {
        margin-right: 0;
    }

    .tp-minimal__design-social a i {
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }

    .tp-minimal__design-social a:hover {
        color: var(--tp-heading-primary);
    }

.tp-minimal__design-thumb {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-minimal__design-thumb {
        display: none;
    }
}

.tp-minimal__design-thumb-2 {
    left: 0;
    right: auto;
}

.tp-minimal__design-2 {
    padding: 185px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-minimal__design-2 {
        padding: 120px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-minimal__design-2 {
        padding: 100px 0;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-minimal__design-2 {
        padding-top: 5px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-minimal__design-social {
        margin-top: 50px;
    }
}

.tpdesign-hero-image {
    position: relative;
    z-index: 1;
}

    .tpdesign-hero-image img {
        border-radius: 50%;
        height: 175px;
        width: 175px;
    }

    .tpdesign-hero-image::before {
        position: absolute;
        content: "";
        height: 175px;
        width: 175px;
        background: linear-gradient(292.56deg, #1C99FE -0.95%, #7644FF 28.82%, #FD4766 55.84%);
        transform: rotate(-105deg);
        border-radius: 50%;
        top: 5px;
        left: 10px;
        right: 0;
        text-align: center;
        margin: 0 auto;
        z-index: -1;
    }

    .tpdesign-hero-image::after {
        position: absolute;
        content: "";
        height: 175px;
        width: 175px;
        background: linear-gradient(168.44deg, #1C99FE 9.15%, #7644FF 49.39%, #FD4766 85.93%);
        transform: rotate(-105deg);
        border-radius: 50%;
        top: -5px;
        left: -10px;
        right: 0;
        text-align: center;
        margin: 0 auto;
        z-index: -1;
    }

.tpdesign-sub-title {
    font-size: 30px;
    font-family: var(--tp-ff-heading);
    color: var(--tp-heading-primary);
    font-weight: var(--tp-fw-bold);
    letter-spacing: 1px;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpdesign-sub-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpdesign-sub-title {
        font-size: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpdesign-sub-title {
        font-size: 20px;
        margin-bottom: 25px;
    }
}

.tpdesign-title {
    font-size: 75px;
    line-height: 1.2;
    background: linear-gradient(260.16deg, #1C99FE 9.94%, #7644FF 54.82%, #FD4766 95.56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpdesign-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpdesign-title {
        font-size: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpdesign-title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpdesign-title {
        font-size: 30px;
        line-height: 1.4;
    }
}

.tphero-area {
    position: relative;
}

.tphero__shape {
    position: absolute;
}

.tphero__shape-1 {
    left: 10%;
    top: 10%;
}

.tphero__shape-2 {
    right: 10%;
    top: 9%;
}

.tphero__shape-3 {
    right: 10%;
    bottom: 15%;
}

.tphero__shape-4 {
    left: 10%;
    bottom: 15%;
}

.down-arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
}

    .down-arrow a {
        height: 92px;
        width: 92px;
        color: var(--tp-heading-primary);
        line-height: 92px;
        border-radius: 50%;
        background: var(--tp-common-white);
        display: inline-block;
        font-size: 25px;
        font-weight: var(--tp-fw-sbold);
        z-index: 1;
        position: relative;
        transition: 0.3s;
    }

        .down-arrow a:hover {
            background: linear-gradient(260.16deg, #1C99FE 9.94%, #7644FF 54.82%, #FD4766 95.56%);
            color: var(--tp-common-white);
        }

.tpfrn-wrapper {
    position: relative;
}

    .tpfrn-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        background: rgba(0, 0, 0, 0.5215686275);
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
    }

.tpfrn-area-2 .tpfrn-wrapper::before {
    display: none;
}

.tpfrn-banner-image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(20, 21, 21, 0.0509803922);
    opacity: 0.6;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpfrn-banner-image::before {
        background: rgba(20, 21, 21, 0.7490196078);
    }
}

.tpfrn-wrapper {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.s-hero-wrapper {
    margin-right: -165px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .s-hero-wrapper {
        background-position: right;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
    .s-hero-wrapper {
        margin-right: -70px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .s-hero-wrapper {
        margin-right: -40px;
    }
}

@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .s-hero-wrapper {
        margin-right: 0;
    }
}

.s-hero-wrapper::before {
    display: none;
}

.tpfrn-content.s-hero-content {
    margin-right: 150px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpfrn-content.s-hero-content {
        margin-right: 0;
    }
}

.tpfrn-content-inner {
    padding: 30px;
    padding-bottom: 0;
    z-index: 1;
    position: relative;
    /*        background-image: url('../img/banner/alt-bg-1.jpg');
*/ border-radius: 15px;
}

.tpfrn-content-inner-img {
    justify-content: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpfrn-content-inner {
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpfrn-content-inner {
        margin: 0;
        background: #1e3a93;
        padding-right: 0;
        text-align: center;
        height: 500px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpfrn-content {
        padding: 0 15px;
    }
}

.tpfrn-content p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    ;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpfrn-content p {
        color: var(--tp-common-white);
        font-size: 13px;
        line-height: 22px;
        text-align: left;
    }
    /*
        .header__bottom_menu, .header__social, .header__iletisim {
            display: none;
        }*/
}


.tpfrn-content-2 {
    padding-right: 90px;
    padding-left: 180px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpfrn-content-2 {
        margin: 50px 0;
        padding: 65px 0;
        padding-left: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpfrn-content-2 {
        padding: 50px 0;
        padding-left: 100px;
        margin: 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpfrn-content-2 {
        padding-left: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpfrn-content-2 {
        padding-top: 40px;
    }
}

@media (max-width: 575px) {
    .tpfrn-content-2 {
        padding: 65px 40px;
    }
}

.tpfrn-content-2 p {
    font-size: 16px;
    line-height: 28px;
    color: var(--tp-text-body);
    margin-bottom: 55px;
}

.tpfrn-content-2 .tpfrn-title {
    font-size: 90px;
    margin-bottom: 35px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpfrn-content-2 .tpfrn-title {
        font-size: 70px;
    }
}

@media (max-width: 575px) {
    .tpfrn-content-2 .tpfrn-title {
        font-size: 45px;
    }
}

.tpfrn-sub-title {
    font-size: 30px;
    font-weight: var(--tp-fw-medium);
    display: block;
    color: var(--tp-heading-primary);
    text-transform: uppercase;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpfrn-sub-title {
        font-size: 18px !important;
        margin-bottom: 10px;
        color: var(--tp-common-white);
    }

    .baskan__social {
        bottom: 2px;
    }

    .tpfrn-content-inner-img {
        width: 75%;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
    }
}

.tpfrn-title {
    font-size: 105px;
    line-height: 1.2;
    background: linear-gradient(260.52deg, #1C99FE -4.98%, #7644FF 48.42%, #FD4766 96.9%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tpfrn-title {
        font-size: 90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpfrn-title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpfrn-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpfrn-title {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .tpfrn-title {
        font-size: 55px;
    }
}

.tpfrn-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpfrn-bg-image {
        width: 100%;
    }
}

.hero-wrapper-6 {
    margin: 0 80px;
    padding-top: 190px;
    padding-bottom: 190px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero-wrapper-6 {
        margin: 0 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-wrapper-6 {
        margin: 0 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .hero-wrapper-6 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .hero-wrapper-6 {
        margin: 0 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-creative-hero__wrapper {
        margin-left: 80px;
    }
}

.tp-creative-hero__title {
    font-size: 150px;
    line-height: 1.1;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-creative-hero__title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-creative-hero__title {
        font-size: 110px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-creative-hero__title {
        font-size: 65px;
    }
}

@media (max-width: 575px) {
    .tp-creative-hero__title {
        font-size: 50px;
        line-height: 1.3;
    }
}

.tp-creative-hero__title span {
    color: transparent;
    -webkit-text-stroke: 2px var(--tp-heading-primary);
}

.tp-creative-hero-image {
    position: absolute;
    top: -7px;
    right: 6%;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-creative-hero-image {
        right: -14%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-creative-hero-image {
        position: static;
        margin-bottom: 50px;
    }
}

.tp-creative-hero-social {
    transform: rotate(270deg);
    bottom: 43%;
    position: absolute;
    left: -10%;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-creative-hero-social {
        left: -13%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-creative-hero-social {
        left: -15%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-creative-hero-social {
        bottom: 20%;
        right: -20%;
        left: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-creative-hero-social {
        bottom: 18%;
        right: -25%;
        left: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-creative-hero-social {
        bottom: 25%;
        right: -35%;
        left: auto;
    }
}

@media (max-width: 575px) {
    .tp-creative-hero-social {
        display: none;
    }
}

.tp-creative-hero-social-3 {
    bottom: 45%;
    left: -5%;
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
    .tp-creative-hero-social-3 {
        left: -7%;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
    .tp-creative-hero-social-3 {
        left: -7%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tp-creative-hero-social-3 {
        bottom: 40%;
        left: -10%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-creative-hero-social-3 {
        left: -12%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-creative-hero-social-3 {
        bottom: 16%;
        right: -10%;
        left: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-creative-hero-social-3 {
        bottom: 19%;
        right: -13%;
        left: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-creative-hero-social-3 {
        bottom: 25%;
        right: -18%;
        left: auto;
    }
}

.tp-creative-hero-social-wrapper a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: var(--tp-fw-medium);
    color: #777B83;
    margin-right: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tp-creative-hero-social-wrapper a {
        margin-right: 40px;
    }
}

.tp-creative-hero-social-wrapper a:hover {
    color: var(--tp-theme-1);
}

.tp-creative-hero-social-wrapper a i {
    margin-right: 10px;
}

.tp-creative-hero-social-wrapper a:last-child {
    margin-right: 0;
}

@media (max-width: 575px) {
    .creative-button {
        margin-top: 50px;
    }
}

.tp-gcreative-title {
    font-size: 70px;
    font-weight: var(--tp-fw-light);
}

    .tp-gcreative-title b {
        font-weight: var(--tp-fw-bold);
    }

    .tp-gcreative-title span {
        position: relative;
        display: inline;
        background-image: linear-gradient(#141515, #141515), linear-gradient(#141515, #141515);
        background-size: 0% 1px, 0 1px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 0.4s linear;
    }

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-gcreative-title span br {
        display: none;
    }
}

.tp-gcreative-title:hover span {
    background-size: 0 2px, 100% 2px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-gcreative-title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-gcreative-title {
        font-size: 60px;
    }

        .tp-gcreative-title br {
            display: none;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-gcreative-title {
        font-size: 50px;
    }

        .tp-gcreative-title br {
            display: none;
        }
}

@media (max-width: 575px) {
    .tp-gcreative-title {
        font-size: 45px;
    }

        .tp-gcreative-title br {
            display: none;
        }
}

.tp-gcreative-image img {
    border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-gcreative-image-2 {
        margin-right: 0;
        margin-bottom: 50px;
    }
}

.tp-gcreative-content-2 {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-gcreative-content-2 {
        text-align: center;
        display: block;
    }
}

.tp-creative-hero-social-2 {
    right: 0;
    left: auto;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-creative-hero-social-2 {
        right: -50px;
        left: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-creative-hero-social-2 {
        right: -160px;
        bottom: 55%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-creative-hero-social-2 {
        display: none;
    }
}

.tp-photograper-hero-area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .tp-photograper-hero-area::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        background: rgba(20, 21, 21, 0.4);
        mix-blend-mode: multiply;
        width: 100%;
        height: 100%;
    }

.tp-photograper-hero-height {
    height: 960px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-photograper-hero-height {
        height: 800px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-photograper-hero-height {
        height: 700px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-photograper-hero-height {
        height: 700px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-photograper-hero-height {
        height: 500px;
    }
}

.tp-photograper-wrapper {
    padding-top: 380px;
    padding-bottom: 330px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-photograper-wrapper {
        padding-top: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-photograper-wrapper {
        padding-top: 230px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-photograper-wrapper {
        padding-top: 200px;
    }
}

@media (max-width: 575px) {
    .tp-photograper-wrapper {
        padding-top: 185px;
    }
}

.tp-photograper-title {
    font-size: 120px;
    line-height: 1.3;
    color: var(--tp-common-white);
    letter-spacing: 20px;
    text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-photograper-title {
        font-size: 110px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-photograper-title {
        font-size: 85px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-photograper-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-photograper-title {
        font-size: 55px;
        letter-spacing: 8px;
    }
}

@media (max-width: 575px) {
    .tp-photograper-title {
        font-size: 35px;
        letter-spacing: 8px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
    .tp-photograper-title {
        font-size: 35px;
        letter-spacing: 0;
    }
}

.tp-photograper__down-btn {
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    text-align: center;
}

    .tp-photograper__down-btn a {
        height: 95px;
        width: 95px;
        line-height: 95px;
        background: var(--tp-common-white);
        border-radius: 50%;
        font-size: 30px;
        color: var(--tp-heading-primary);
        transition: 0.3s;
        display: inline-block;
        text-align: center;
        box-shadow: rgba(199, 199, 199, 0.25);
    }

        .tp-photograper__down-btn a:hover {
            background: var(--tp-theme-1);
            color: var(--tp-common-white);
        }

.tp-photograper-portfolio {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

    .tp-photograper-portfolio::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background-color: rgba(250, 172, 168, 0.0509803922);
        background-image: linear-gradient(19deg, rgba(250, 172, 168, 0.0392156863) 0%, rgba(221, 214, 243, 0.9411764706) 100%);
        z-index: -1;
    }

.tp-photograper-portfolio-wrapper {
    padding-top: 230px;
    padding-bottom: 175px;
}

@media (max-width: 575px) {
    .tp-photograper-portfolio-wrapper {
        padding-top: 180px;
        padding-bottom: 150px;
    }
}

.tp-pg-portfoli-ts-text {
    font-size: 130px;
    font-weight: var(--tp-fw-bold);
    color: transparent;
    -webkit-text-stroke: 1.2px var(--tp-common-white);
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-pg-portfoli-ts-text {
        font-size: 110px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-pg-portfoli-ts-text {
        font-size: 90px;
    }
}

@media (max-width: 575px) {
    .tp-pg-portfoli-ts-text {
        font-size: 60px;
        margin-bottom: 35px;
    }
}

.tp-photograper-portfolio-title {
    font-size: 220px;
    color: var(--tp-common-white);
    line-height: 1.2;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-photograper-portfolio-title {
        font-size: 160px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-photograper-portfolio-title {
        font-size: 120px;
    }
}

@media (max-width: 575px) {
    .tp-photograper-portfolio-title {
        font-size: 65px;
        line-height: 1.4;
    }
}

.tp-photograper-portfolio-text {
    font-size: 35px;
    line-height: 1.2;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-photograper-portfolio-text {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-photograper-portfolio-text {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .tp-photograper-portfolio-text {
        font-size: 20px;
    }
}

.tpmodel-hero-title {
    font-size: 40px;
    font-weight: var(--tp-fw-light);
    line-height: 1.3;
}

    .tpmodel-hero-title b {
        font-weight: var(--tp-fw-sbold);
    }

    .tpmodel-hero-title a {
        color: var(--tp-theme-1);
        position: relative;
        display: inline;
        background-image: linear-gradient(#FD4766, #FD4766), linear-gradient(#FD4766, #FD4766);
        background-size: 0% 1px, 0 1px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 0.4s linear;
    }

    .tpmodel-hero-title:hover a {
        background-size: 0 2px, 100% 2px;
    }

@media only screen and (min-width: 1400px) and (max-width: 1600px), 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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpmodel-hero-title br {
        display: none;
    }
}

@media (max-width: 575px) {
    .tpmodel-hero-title {
        font-size: 25px;
    }
}

.tpmodel-hero-contcat-info {
    text-align: end;
}

    .tpmodel-hero-contcat-info a {
        font-size: 26px;
        line-height: 1.3;
        font-weight: var(--tp-fw-sbold);
        color: var(--tp-heading-primary);
        display: block;
        margin-bottom: 10px;
    }

@media (max-width: 575px) {
    .tpmodel-hero-contcat-info a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpmodel-hero-contcat-info {
        margin-top: 50px;
        text-align: start;
    }
}

.tpfurniture-title {
    font-size: 50px;
    line-height: 1.3;
    font-weight: var(--tp-fw-light);
}

    .tpfurniture-title b {
        font-weight: var(--tp-fw-bold);
    }

    .tpfurniture-title span {
        position: relative;
        display: inline;
        background-image: linear-gradient(#141515, #141515), linear-gradient(#141515, #141515);
        background-size: 0% 1px, 0 1px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 0.4s linear;
    }

    .tpfurniture-title:hover span {
        background-size: 0 2px, 100% 2px;
    }

@media only screen and (min-width: 1400px) and (max-width: 1600px), 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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpfurniture-title br {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpfurniture-title {
        font-size: 35px;
    }
}

.tpfurniture-contact-title {
    font-size: 22px;
    line-height: 1.4;
    font-weight: var(--tp-fw-medium);
}

.tpfurniture-contact-info {
    display: flex;
    justify-content: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpfurniture-contact-info {
        justify-content: start;
        margin-top: 50px;
    }
}

.tppoletics-content {
    padding: 70px 0;
    padding-bottom: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tppoletics-content {
        padding-bottom: 75px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tppoletics-content {
        padding-bottom: 80px;
    }
}

.tppoletics-title {
    font-size: 120px;
    line-height: 1.1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tppoletics-title {
        font-size: 105px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tppoletics-title {
        font-size: 64px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tppoletics-title {
        font-size: 100px;
    }
}

@media (max-width: 575px) {
    .tppoletics-title {
        font-size: 65px;
    }
}

.tppoletics-title-wrapper {
    position: relative;
}

.tppoletics-sd-title {
    font-size: 120px;
    line-height: 1.1;
    background-clip: text;
    -webkit-text-stroke: 1.2px var(--tp-heading-primary);
    -webkit-background-clip: text;
    color: transparent;
    background-image: url("../img/bg/text-bg.jpg");
    background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tppoletics-sd-title {
        font-size: 105px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tppoletics-sd-title {
        font-size: 64px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tppoletics-sd-title {
        font-size: 100px;
    }
}

@media (max-width: 575px) {
    .tppoletics-sd-title {
        font-size: 65px;
    }
}

.tppoletics-text {
    font-size: 22px;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-heading-primary);
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
}

@media (max-width: 575px) {
    .tppoletics-text {
        font-size: 20px;
        letter-spacing: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tppoletics-button {
        margin-top: 50px;
    }
}

.hero-bg-6 {
    position: relative;
    z-index: 1;
}

    .hero-bg-6::after {
        position: absolute;
        content: "";
        right: 5%;
        top: 0;
        width: 55%;
        height: 100%;
        background-color: #F2F2F2;
        z-index: -11;
    }

/*----------------------------------------*/
/*  05. About CSS START
/*----------------------------------------*/
.tpabout-pright {
    margin-left: 70px;
}

.tpabout__image {
    position: relative;
}

    .tpabout__image img {
        width: 100%;
    }

.about-des-text {
    padding: 0 78px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-des-text {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-des-text {
        padding: 0 0;
    }
}

.tpagency-about-wrapper {
    padding-top: 120px;
    padding-bottom: 210px;
    border-radius: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .tpagency-about-wrapper::before {
        position: absolute;
        content: "";
        background: #1e3a93;
        opacity: 0.93;
        border-radius: 20px;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

.tpagency-mids-wrapper {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .tpagency-mids-wrapper::before {
        position: absolute;
        content: "";
        background: #1e3a93;
        opacity: 0.93;
        border-radius: 20px;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

.tpagency-about {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpagency-about {
        padding: 0 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpagency-about {
        padding: 0 15px;
    }
}

.tpagency-about p {
    color: var(--tp-grey-3);
    padding: 0 80px;
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
    .tpagency-about p {
        padding: 0 70px;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
    .tpagency-about p {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tpagency-about p {
        padding: 0 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpagency-about p {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpagency-about p {
        padding: 0 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpagency-about p {
        padding: 0 54px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpagency-about p {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpagency-about-button a {
        margin: 20px 0;
    }
}

.tpfrn-about {
    margin-right: 75px;
}

@media (max-width: 575px) {
    .tpfrn-about {
        margin-right: 0;
    }
}

.tpfrn-about > p {
    margin-bottom: 35px;
}

.tpfrn-about-title {
    font-size: 45px;
    line-height: 1.3;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpfrn-about-title {
        font-size: 35px;
    }
}

.tpfrn-about-image .ab-iamge {
    width: 100%;
}

.tpbs-about-image {
    position: relative;
}

    .tpbs-about-image img {
        border-radius: 50%;
        width: 100%;
    }

.features__list ul li {
    margin-bottom: 10px;
}

    .features__list ul li:last-child {
        margin-bottom: 0;
    }

    .features__list ul li i {
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background: var(--tp-blue-1);
        color: var(--tp-common-white);
        font-size: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .features__list ul li p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 29px;
        color: var(--tp-heading-primary);
        font-weight: var(--tp-fw-medium);
    }

    .features__list ul li:hover i {
        color: var(--tp-common-white);
        background: var(--tp-theme-1);
    }

.tps-about-wrap {
    margin-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tps-about-wrap {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tps-about-wrap {
        margin-left: 0;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tps-about-wrap .ab-text br {
        display: none;
    }
}

.tpbs-ab-shape {
    position: absolute;
    right: 0;
    bottom: -35%;
    z-index: -1;
}

.bio-wrapper {
    padding: 0 130px;
    padding-top: 190px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), 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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bio-wrapper {
        padding: 0 0;
        padding-top: 190px;
    }
}

.biograpy-title {
    font-size: 50px;
    line-height: 1.1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .biograpy-title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .biograpy-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .biograpy-image {
        text-align: center;
    }
}

.flag-img img {
    border-radius: 50%;
}

.vote-title {
    font-size: 60px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vote-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vote-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .vote-title {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .vote-title {
        font-size: 30px;
    }
}

.vote-sm-title {
    font-size: 30px;
    font-weight: var(--tp-fw-sbold);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .vote-sm-title {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .vote-sm-title {
        font-size: 20px;
    }
}

.border-top {
    border-top: 1px solid #ECEFF4;
}

.tpabout-xd-title {
    font-size: 25px;
    line-height: 1.3;
    font-weight: var(--tp-fw-light);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpabout-xd-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .tpabout-xd-title {
        font-size: 25px;
        margin-bottom: 30px;
    }
}

.tpabout-xd-title b {
    font-weight: var(--tp-fw-sbold);
}

.tpabout-xs-title {
    font-size: 24px;
    color: var(--tp-heading-primary);
    font-weight: var(--tp-fw-medium);
    display: block;
}

.tpabout-content-2 {
    margin-right: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpabout-content-2 {
        margin-right: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpabout-content-2 {
        margin-right: 0;
    }
}

.tpabout-image-2 {
    position: relative;
}

    .tpabout-image-2::before {
        position: absolute;
        content: "";
        background: linear-gradient(260.52deg, #1C99FE -4.98%, #7644FF 48.42%, #FD4766 96.9%);
        right: 0;
        bottom: 3%;
        width: 100%;
        height: 100%;
        z-index: -1;
        visibility: visible;
        opacity: 1;
        -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;
        transform: rotate(6.95deg);
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpabout-image-2::before {
        transform: rotate(2.95deg);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpabout-image-2::before {
        display: none;
    }
}

.tpabout-image-2:hover::before {
    transform: rotate(0);
    visibility: hiden;
    opacity: 0;
}

.tpabout-image-2 img {
    width: 100%;
}

.tpfact-wrapper-2 {
    border-top: 1px solid #ECEFF4;
}

.tp-award-item {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ECEFF4;
    align-items: center;
}

@media (max-width: 575px) {
    .tp-award-item {
        display: block;
        padding: 20px;
        text-align: center;
    }
}

.award-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: var(--tp-fw-medium);
    padding: 5px;
}

    .award-title:hover {
        color: var(--tp-theme-1);
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .award-title {
        font-size: 14px;
        padding: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .award-title {
        font-size: 13px;
        line-height: 1.3;
    }
}

@media (max-width: 575px) {
    .award-title {
        font-size: 13px;
        line-height: 1.2;
    }
}

.award-meta {
    font-size: 13px;
    font-weight: var(--tp-fw-medium);
    color: #777B83;
    display: inline-block;
    text-transform: uppercase;
}

    .award-meta .award-year {
        color: var(--tp-theme-1);
        margin-right: 8px;
    }

.award-icon {
    border-left: 1px solid #ECEFF4;
    padding: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .award-icon {
        padding: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .award-icon {
        padding: 10px;
    }
}

.award-icon i {
    font-size: 30px;
    color: #B9B9B9;
}

@media (max-width: 575px) {
    .award-icon i {
        transform: rotate(0deg);
        transform-origin: 0% 0%;
    }
}

.award-icon i:hover {
    color: var(--tp-heading-primary);
}

@media (max-width: 575px) {
    .award-icon {
        padding: 0;
        border-left: 0;
    }
}

.award-icon-wrap {
    transform: rotate(-50deg);
    transform-origin: 65% 50%;
}

@media (max-width: 575px) {
    .award-icon-wrap {
        transform: rotate(0deg);
        transform-origin: 0% 0%;
    }
}

.award-image {
    padding: 0 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .award-image {
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .award-image {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .award-image {
        padding: 0 0;
    }
}

.award-image img {
    width: 90px;
}

@media (max-width: 575px) {
    .award-content {
        padding: 15px 0;
    }
}

.aboutme-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.aboutme-sub-title {
    font-size: 18px;
    color: var(--tp-theme-1);
    font-weight: var(--tp-fw-medium);
    display: block;
}

.aboutme-feature-list ul li {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

    .aboutme-feature-list ul li:last-child {
        margin-bottom: 0;
    }

    .aboutme-feature-list ul li p {
        color: var(--tp-heading-primary);
        margin-bottom: 0;
    }

    .aboutme-feature-list ul li a {
        color: var(--tp-grey-3);
        margin-left: 5px;
    }

.aboutme-social a {
    font-size: 11px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border: 1px solid #F1F1F1;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
}

@media (max-width: 575px) {
    .aboutme-social a {
        margin-right: 5px;
    }
}

.aboutme-social a:last-child {
    margin-right: 0;
}

.aboutme-social a:hover {
    color: var(--tp-theme-1);
}

.aboutme-wrapper {
    margin-left: 65px;
}

.productdet-wrapper {
    margin-left: 65px;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 50px rgb(87 117 140 / 20%);
    box-shadow: 10px 10px 50px rgb(87 117 140 / 20%);
    padding: 2.33vw 3vw;
    border-radius: 20px;
}

    .productdet-wrapper li {
        list-style: none;
    }

    .productdet-wrapper .meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }

        .productdet-wrapper .meta .icon {
            width: 60px;
            height: 60px;
            border-radius: 15px;
            background-color: aliceblue;
            color: #1e3a93;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            font-size: 20px;
            padding: 17px 22px;
        }

        .productdet-wrapper .meta .text {
            padding-left: 15px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

            .productdet-wrapper .meta .text .head {
                color: #1e3a93;
                font-size: 15px;
                font-weight: 700;
                line-height: 1.1;
            }

            .productdet-wrapper .meta .text .info {
                color: #57758c;
                font-family: "Inter", sans-serif;
                margin-top: 5px;
                line-height: 1.4;
                display: block;
            }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .aboutme-wrapper {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .productdet-wrapper {
        margin-left: 0;
        padding: 2.33vw 3vw;
        border-radius: 20px;
    }

    .ab-tabs {
        width: 100%;
        overflow-y: overlay;
    }
}

.ab-tabs {
    border-top: 1px solid #F1F1F1;
    border-bottom: 0;
    display: flex;
}

    .ab-tabs .ab-tab-item {
        border: 1px solid #F1F1F1;
        border-radius: 0;
        font-size: 15px;
        color: var(--tp-heading-primary);
        font-weight: var(--tp-fw-sbold);
        display: inline-block;
        padding: 30px 50px;
        margin-bottom: 30px;
        transition: 0.3s;
        letter-spacing: 0px;
        background-color: #FDFDFD;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ab-tabs .ab-tab-item {
        padding: 15px 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ab-tabs .ab-tab-item {
        padding: 15px 10px;
    }

    .ab-tabs .ab-tab-item {
        font-size: 12px;
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .ab-tabs .ab-tab-item {
        padding: 15px 10px;
        letter-spacing: 0;
    }

    .ab-tabs .ab-tab-item {
        font-size: 12px;
        margin-top: 20px;
    }
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .ab-tab-item.active {
    border-color: #F1F1F1;
    color: var(--tp-theme-1);
    box-shadow: 0px 12px 23px rgba(200, 200, 200, 0.25);
    background: #1e3a9317;
}

.tab-pane-title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: var(--tp-fw-light);
}

    .tab-pane-title b {
        font-weight: var(--tp-fw-sbold);
    }

.tl-progress {
    position: relative;
}

    .tl-progress::before {
        position: absolute;
        content: "";
        width: 165px;
        height: 165px;
        border-radius: 50%;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        top: -15px;
    }

.experience-sm-item {
    border: 1px solid #ECEFF4;
    padding: 60px;
}

    .experience-sm-item p {
        margin-bottom: 0;
    }

@media (max-width: 575px) {
    .experience-sm-item {
        padding: 30px;
    }
}

.experience-title {
    font-size: 26px;
    font-weight: var(--tp-fw-medium);
}

.exp-duration {
    font-size: 13px;
    color: var(--tp-theme-1);
    font-weight: var(--tp-fw-sbold);
    display: block;
}

.edu-exp-title {
    font-size: 16px;
    font-weight: var(--tp-fw-medium);
    line-height: 1.3;
}

.edu-exp-item {
    padding-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-exp-item {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .experience-item {
        margin-bottom: 60px;
    }
}

.skill-item-title {
    font-size: 16px;
    font-weight: var(--tp-fw-medium);
    letter-spacing: 1px;
}

.coming-soon-area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 950px;
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 250px;
    z-index: 1;
}

    .coming-soon-area::before {
        position: absolute;
        content: "";
        background: #fff;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.tp-header-area-df {
    z-index: 2;
    position: relative;
}

.cm-sub-title {
    font-size: 25px;
    font-weight: var(--tp-fw-sbold);
    color: #777B83;
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.cm-title {
    font-size: 65px;
    font-weight: var(--tp-fw-light);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cm-title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .cm-title {
        font-size: 35px;
    }
}

.coming__countdown-inner {
    text-align: center;
    margin-top: 70px;
    justify-content: center;
}

    .coming__countdown-inner .cdown {
        font-size: 90px;
        font-weight: var(--tp-fw-medium);
        color: var(--tp-theme-1);
        margin: 0 20px;
        position: relative;
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .coming__countdown-inner .cdown {
        font-size: 40px;
        margin: 0 15px;
    }
}

@media (max-width: 575px) {
    .coming__countdown-inner .cdown {
        font-size: 35px;
        margin: 0 10px;
    }
}

.coming__countdown-inner .cdown p {
    margin-top: 50px;
    font-size: 30px;
    color: var(--tp-theme-1);
}

.cm-subscribe {
    display: flex;
    align-items: center;
    border: 1px solid #ECEFF4;
    box-shadow: 0 14px 33px rgba(233, 233, 233, 0.4);
    background: var(--tp-common-white);
    justify-content: space-between;
    padding: 28px 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .cm-subscribe {
        display: block;
        padding: 15px 20px;
    }
}

.notify-title {
    font-size: 26px;
    font-weight: var(--tp-fw-light);
    display: block;
    color: var(--tp-heading-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .notify-title {
        margin-bottom: 40px;
    }
}

.cm-subscribe .m-sidebar-search-2 {
    width: 75%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .cm-subscribe .m-sidebar-search-2 {
        width: 100%;
    }
}

.cm-subscribe .m-sidebar-search-2 a {
    background: var(--tp-common-black);
}

.s-about-img {
    margin-right: -165px;
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
    .s-about-img {
        margin-right: -70px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .s-about-img {
        margin-right: -40px;
    }
}

@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .s-about-img {
        margin-right: 0;
    }
}

.s-about-img-2-inner {
    border-radius: 50%;
}

.s-about-img-2 .about-shape-1 {
    position: absolute;
    bottom: -25%;
    left: -21%;
    z-index: 1;
}

.s-about-img-2 .about-shape-2 {
    position: absolute;
    bottom: -14px;
    left: -14px;
    z-index: -1;
}

/*----------------------------------------*/
/*  06. BLOG CSS START
/*----------------------------------------*/


.tpblog__thumb {
    border-radius: 10px;
    overflow: hidden;
}

    .tpblog__thumb img {
        width: 100%;
    }

.tpblog__thumb-ds {
    border-radius: 20;
}

.tpblog__content {
    margin-left: 40px;
}

.tpblog__content-2 {
    margin-left: 0;
    background: var(--tp-common-white);
    padding: 30px 50px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.tpblog__meta {
    display: flex;
    align-items: center;
    position: relative;
}

    .tpblog__meta::before {
        position: absolute;
        content: "";
        height: 2px;
        width: 30px;
        background: var(--tp-heading-primary);
        left: -40px;
        right: 0;
    }

.tpblog__meta-2::before {
    display: none;
}

.tpblog__catagory {
    display: inline-block;
    font-size: 12px;
    font-weight: var(--tp-fw-bold);
    color: var(--tp-heading-primary);
    text-transform: uppercase;
    margin-right: 15px;
}

.tpblog__date {
    font-size: 12px;
    display: inline-block;
}

.tpblog__title {
    font-size: 18PX;
    line-height: 30PX;
    font-weight: var(--tp-fw-sbold);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpblog__title {
        font-size: 18px;
    }
}

.tpblog__title a {
    background-image: linear-gradient(#141515, #141515), linear-gradient(#141515, #141515);
    display: inline;
    background-size: 0% 1.5px, 0 1.5px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.tpblog__title:hover > a {
    background-size: 0 1.5px, 100% 1.5px;
}

.tpblog:hover .tpblog__thumb img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.tpblog__slider-active .slick-list {
    margin: 0 -15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpblog__slider-active .slick-list {
        margin: 0 0;
    }
}

.tpblog__slider-active .slick-slide > div {
    padding: 0 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpblog__slider-active .slick-slide > div {
        padding: 0 0;
    }
}

.tpblog__slider-active .slick-list.draggable {
    padding: 0 0 !important;
}

.tpblog__slider-active .slick-center .tpblog__thumb {
    margin-bottom: 100px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tpblog__slider-active .slick-center .tpblog__thumb {
        margin-bottom: inherit;
    }
}

.tpblog__slider-active .slick-center .tpblog__thumb img {
    transform: scaleY(1.5);
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tpblog__slider-active .slick-center .tpblog__thumb img {
        transform: none;
    }
}

.tpblog__slider-active .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    margin-top: 50px;
}

    .tpblog__slider-active .slick-dots li {
        margin: 0 0.25rem;
    }

    .tpblog__slider-active .slick-dots button {
        display: block;
        width: 8px;
        height: 8px;
        margin: 0 5px;
        border: none;
        border-radius: 100%;
        background-color: #CFCFCF;
        text-indent: -9999px;
    }

    .tpblog__slider-active .slick-dots li.slick-active button {
        background-color: var(--tp-heading-primary);
        position: relative;
        transform: scale(2);
        box-shadow: inset 0 0 0 1px var(--tp-theme-1);
        background-color: transparent;
    }

.slick-center .tpblog .tpblog__thumb-ds {
    overflow: inherit;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .slick-center .tpblog .tpblog__thumb-ds {
        margin-bottom: 30px;
    }
}

.tpblog__slider-active-2 .slick-list {
    margin: 0 -15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpblog__slider-active-2 .slick-list {
        margin: 0 0;
    }
}

.tpblog__slider-active-2 .slick-slide > div {
    padding: 0 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpblog__slider-active-2 .slick-slide > div {
        padding: 0 0;
    }
}

.tpblog__slider-active-2 .slick-list.draggable {
    padding: 0 0 !important;
}

.tpblog__slider-active-2 .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    margin-top: 50px;
}

    .tpblog__slider-active-2 .slick-dots li {
        margin: 0 0.25rem;
    }

    .tpblog__slider-active-2 .slick-dots button {
        display: block;
        width: 8px;
        height: 8px;
        margin: 0 5px;
        border: none;
        border-radius: 100%;
        background-color: #CFCFCF;
        text-indent: -9999px;
    }

    .tpblog__slider-active-2 .slick-dots li.slick-active button {
        background-color: var(--tp-heading-primary);
        position: relative;
        transform: scale(2);
        box-shadow: inset 0 0 0 1px var(--tp-theme-1);
        background-color: transparent;
    }

.tpmblog-item {
    display: flex;
    align-items: center;
    padding: 10px;
    transition: 0.3s;
}

@media (max-width: 575px) {
    .tpmblog-item {
        display: block;
        padding: 20px;
    }
}

.tpmblog-item p {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpmblog-item p br {
        display: none;
    }
}

.tpmblog-item:hover {
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.tpmblog-title {
    font-size: 22px;
    font-weight: var(--tp-fw-sbold);
    line-height: 1.4;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpmblog-title br {
        display: none;
    }
}

.tpmblog-title a {
    position: relative;
    display: inline;
    background-image: linear-gradient(#FD4766, #FD4766), linear-gradient(#FD4766, #FD4766);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: all 0.4s linear;
}

.tpmblog-title:hover a {
    color: var(--tp-theme-1);
    background-size: 0 1px, 100% 1px;
}

@media (max-width: 575px) {
    .tpmblog-image {
        text-align: center;
        margin-bottom: 25px;
        margin-right: 0;
    }

        .tpmblog-image img {
            width: 100%;
        }
}

.postbox__thumb {
    position: relative;
}

    .postbox__thumb img {
        border-radius: 15px;
        box-shadow: 12px 14px 44px rgb(87 117 140 / 15%);
        padding: 15px;
        max-height: 775px;
    }

    .postbox__thumb .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
    }

.postbox__item {
    position: relative;
}

    .postbox__item .tp-arrow-style button.slick-arrow {
        left: 0;
    }

        .postbox__item .tp-arrow-style button.slick-arrow.tp-slick-next {
            left: auto;
            right: 0;
        }

    .postbox__item .tp-arrow-style button.slick-arrow {
        background: var(--tp-common-white);
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 20px;
        color: var(--tp-heading-primary);
        border-radius: 0;
        border: none;
        outline: none;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        margin: 0px;
        vertical-align: middle;
        transition: all 0.3s ease-out 0s;
        box-shadow: 0px 0px 30px 0px rgba(0, 5, 63, 0.1);
        position: absolute;
        transition: 0.3s;
        z-index: 1;
    }

        .postbox__item .tp-arrow-style button.slick-arrow:hover {
            background: var(--tp-theme-1);
            color: var(--tp-common-white);
        }

.postbox__title {
    font-size: 36px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox__title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox__title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox__title {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .postbox__title {
        font-size: 20px;
    }
}

.postbox__title a {
    background-image: linear-gradient(#141515, #141515), linear-gradient(#141515, #141515);
    display: inline;
    background-size: 0% 1.5px, 0 1.5px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.postbox__title:hover a {
    background-size: 0 2px, 100% 2px;
}

.postbox__title-df {
    font-size: 25px;
    line-height: 1.2;
    font-weight: var(--tp-fw-sbold);
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox__title-df {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .postbox__title-df {
        font-size: 20px;
    }
}

.postbox__title-sm {
    font-size: 28px;
    font-weight: var(--tp-fw-sbold);
    line-height: 1.2;
}

.postbox__meta {
    margin-bottom: 20px;
}

    .postbox__meta span {
        font-size: 14px;
        font-weight: 500;
        color: #777B83;
        text-transform: uppercase;
        display: inline-block;
        margin-right: 30px;
    }

.meta__social {
}

    .meta__social ul li a:hover {
        background: var(--tp-theme-1);
        color: var(--tp-common-white);
    }

    .meta__social ul li {
        display: inline-block;
    }

        .meta__social ul li:not(:last-child) {
            margin-right: 5px;
        }

        .meta__social ul li a {
            display: inline-block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            background: #fff;
            font-size: small;
            color: #1e3a93;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 100px;
            box-shadow: 0 2px 13px 0 rgb(66 91 166 / 19%)
        }

            .meta__social ul li a:hover {
                background: #1e3a93;
                color: #fff;
            }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox__meta span {
        margin-right: 20px;
    }
}

@media (max-width: 575px) {
    .postbox__meta span {
        font-size: 14px;
    }
}

.postbox__meta span:last-child {
    margin-right: 0;
}

.postbox__meta span i {
    color: var(--tp-theme-1);
    margin-right: 3px;
}

.postbox__meta span:hover {
    color: var(--tp-theme-1);
}

    .postbox__meta span:hover i {
        color: var(--tp-theme-1);
    }

.postbox__meta .postdetails-tag {
    font-size: 12px;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
    padding: 2px 10px;
    border-radius: 5px;
}

    .postbox__meta .postdetails-tag:hover {
        color: var(--tp-common-white);
    }

.postbox__text img {
    max-width: 100%;
}

.postbox__text p {
    margin-bottom: 28px;
}

.postbox__text-single p {
    margin-bottom: 15px;
}

.postbox__slider button {
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 30px;
    color: var(--tp-common-white);
}

    .postbox__slider button.postbox-slider-button-next {
        left: auto;
        right: 50px;
    }

@media (max-width: 575px) {
    .postbox__slider button.postbox-slider-button-next {
        right: 10px;
    }
}

@media (max-width: 575px) {
    .postbox__slider button {
        left: 10px;
    }
}

.postbox__comment ul li {
    margin-bottom: 40px;
    list-style: none;
}

    .postbox__comment ul li.children {
        margin-left: 100px;
    }

@media (max-width: 575px) {
    .postbox__comment ul li.children {
        margin-left: 15px;
    }
}

.postbox__comment-form {
    margin-bottom: 20px;
}

.postbox__comment-form-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

.postbox__comment-input {
    position: relative;
    margin-bottom: 30px;
}

    .postbox__comment-input span {
        font-weight: 600;
        color: var(--tp-common-black);
        margin-bottom: 12px;
        display: block;
    }

    .postbox__comment-input input, .postbox__comment-input textarea {
        width: 100%;
        height: 56px;
        line-height: 54px;
        padding: 0 23px;
        background: #f3f4f8;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        border: 2px solid #f3f4f8;
        color: var(--tp-common-black);
        font-size: 15px;
    }

        .postbox__comment-input input::placeholder, .postbox__comment-input textarea::placeholder {
            font-size: 15px;
            color: #6d6e75;
        }

        .postbox__comment-input input:focus, .postbox__comment-input textarea:focus {
            border-color: var(--tp-theme-1);
            outline: none;
            background: var(--tp-common-white);
        }

    .postbox__comment-input textarea {
        height: 180px;
        padding: 23px 25px;
        line-height: 1.1;
        resize: none;
    }

.postbox__comment-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.postbox__comment-avater img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.postbox__comment-name {
    margin-bottom: 5px;
}

    .postbox__comment-name h5 {
        font-size: 18px;
        font-weight: var(--tp-fw-sbold);
        line-height: 1.2;
        margin-bottom: 0;
    }

    .postbox__comment-name span {
        font-size: 14px;
        color: var(--tp-theme-1);
        margin-top: 10px;
        display: block;
    }

@media (max-width: 575px) {
    .postbox__comment-text {
        margin-left: 0;
        margin-top: 15px;
    }
}

.postbox__comment-text p {
    font-size: 16px;
    color: var(--tp-text-11);
    margin-bottom: 15px;
}

.postbox__comment-reply {
    margin-top: 10px;
}

    .postbox__comment-reply a {
        display: inline-block;
        color: var(--tp-theme-1);
        background: rgba(61, 108, 231, 0.1);
        height: 22px;
        line-height: 22px;
        padding: 0 10px;
        font-weight: 500;
        font-size: 14px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

        .postbox__comment-reply a:hover {
            color: var(--tp-common-white);
            background: var(--tp-theme-1);
        }

.postbox__comment-agree {
    padding-left: 5px;
}

    .postbox__comment-agree input {
        margin: 0;
        appearance: none;
        -moz-appearance: none;
        display: block;
        width: 14px;
        height: 14px;
        background: var(--tp-common-white);
        border: 1px solid #b9bac1;
        outline: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        flex: 0 0 auto;
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
        margin-top: 5px;
    }

        .postbox__comment-agree input:checked {
            position: relative;
            background-color: var(--tp-theme-1);
            border-color: transparent;
        }

            .postbox__comment-agree input:checked::after {
                box-sizing: border-box;
                content: "\f00c";
                position: absolute;
                font-family: var(--tp-ff-fontawesome);
                font-size: 10px;
                color: var(--tp-common-white);
                top: 46%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .postbox__comment-agree input:hover {
            cursor: pointer;
        }

    .postbox__comment-agree label {
        padding-left: 8px;
        line-height: 26px;
    }

        .postbox__comment-agree label a {
            color: var(--tp-common-black);
            font-weight: 600;
            padding-left: 4px;
        }

            .postbox__comment-agree label a:hover {
                color: var(--tp-theme-1);
            }

        .postbox__comment-agree label:hover {
            cursor: pointer;
        }

.postbox__tag {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-common-white);
    background: var(--tp-common-black);
    display: block;
    padding: 3px 10px;
    line-height: 20px;
    letter-spacing: 1px;
}

.postbox__tag-wrapper {
    position: absolute;
    top: 30px;
    left: -30px;
}

.postd-text {
    line-height: 30px;
}

    .postd-text b {
        font-weight: var(--tp-fw-medium);
        color: var(--tp-heading-primary);
    }

.bolgd-tags-wrapper {
    display: flex;
    border-bottom: 1px solid var(--tp-grey-1);
    padding-bottom: 50px;
}

.blogd-tag-title {
    font-size: 24px;
    font-weight: var(--tp-fw-sbold);
    margin-right: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blogd-tag-title {
        margin-right: 20px;
    }
}

.tags-list a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: var(--tp-fw-sbold);
    display: inline-block;
    text-align: center;
    padding: 0 25px;
    color: #777B83;
    border: 1px solid var(--tp-grey-1);
    padding: 3px 22px;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 30px;
    letter-spacing: 1px;
}

    .tags-list a:hover {
        background: var(--tp-theme-1);
        border-color: var(--tp-theme-1);
        color: var(--tp-common-white);
    }

.rcpost-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: var(--tp-fw-sbold);
}

.postbox-meta {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .postbox-meta {
        display: block;
    }
}

.postshare-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .postshare-option a {
        font-size: 18px;
        display: inline-block;
        margin-right: 15px;
    }

        .postshare-option a .fa-linkedin {
            color: #0072AC;
        }

        .postshare-option a .fa-pinterest {
            color: #DA0021;
        }

        .postshare-option a .fa-facebook {
            color: #0072AC;
        }

        .postshare-option a .fa-twitter {
            color: #3AC4FF;
        }

.postbox-share-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: var(--tp-fw-sbold);
    margin-right: 20px;
}

.rc__post ul li:not(:last-child) {
    margin-bottom: 15px;
}

.rc__post-thumb img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.rc__post-title {
    margin-bottom: 6px;
    font-size: 17px;
}

    .rc__post-title a:hover {
        color: var(--tp-theme-1);
    }

.rc__meta span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
    .news-sidebar {
        padding-left: 0;
    }
}

.widget {
    padding: 35px 38px;
    margin-bottom: 40px;
    box-shadow: 10px 10px 20px 20px rgb(87 117 140 / 12%);
    border-radius: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget {
        padding: 25px 25px;
    }
}

@media (max-width: 575px) {
    .widget {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.sidebar-title {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1;
    font-weight: var(--tp-fw-sbold);
}

.n-sidebar-search {
    position: relative;
}

    .n-sidebar-search a {
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        background: var(--tp-theme-1);
        color: var(--tp-common-white);
        font-size: 14px;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .n-sidebar-search input {
        padding-left: 30px;
        padding-right: 80px;
        background: #f3f4f8;
        height: 60px;
        width: 100%;
        border: 0;
        outline: none;
    }

        .n-sidebar-search input::placeholder {
            color: #999999;
        }

.n-sidebar-feed ul li {
    display: flex;
    align-items: center;
    padding-top: 30px;
    list-style: none;
}

    .n-sidebar-feed ul li:first-child {
        padding-top: 0;
    }

    .n-sidebar-feed ul li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

.n-sidebar-categories li {
    list-style: none;
}

    .n-sidebar-categories li:hover .single-category {
        background: var(--tp-theme-1);
        border-color: var(--tp-theme-1);
        color: var(--tp-common-white);
        transition: 0.3s;
    }

.feed-content {
    margin-left: 20px;
}

    .feed-content h6 {
        font-size: 14px;
        line-height: 22px;
        font-weight: var(--tp-fw-medium);
        width: 220px;
        place-self: center;
        /* text-align: center; */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .feed-content h6:hover {
            color: var(--tp-theme-1);
        }

.feed-number img {
    width: 100%;
    height: 90px;
    padding: 8px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 12px 14px 44px rgb(87 117 140 / 15%);
}

.feed-date {
    font-size: 14px;
    color: var(--tp-heading-primary);
}

    .feed-date i {
        margin-right: 5px;
    }

.single-category {
    font-size: 14px;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    border: 1px solid var(--tp-grey-1);
    display: inline-block;
    transition: all 0.5s ease-out 0s;
    color: #777B83;
    display: flex;
    justify-content: space-between;
}

.single-tag {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: var(--tp-fw-sbold);
    display: inline-block;
    text-align: center;
    padding: 0 25px;
    color: #777B83;
    border: 1px solid var(--tp-grey-1);
    padding: 3px 22px;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 30px;
    letter-spacing: 1px;
}

    .single-tag:hover {
        background: var(--tp-theme-1);
        border-color: var(--tp-theme-1);
        color: var(--tp-common-white);
    }

.tagcloud a {
    background: var(--tp-grey-1);
    color: var(--tp-common-black);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 8px 21px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    margin-right: 5px;
    text-transform: uppercase;
    border-radius: 40px;
    border: 0;
}

    .tagcloud a:hover {
        background: var(--tp-common-black);
        color: var(--tp-common-white);
    }

blockquote {
    padding-left: 20px;
    border-left: 3px solid var(--tp-theme-1);
    margin-bottom: 60px;
}

.hs-responsive-embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    padding-top: 25px;
}

    .hs-responsive-embed-youtube iframe {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
    }

.blog-grid-item .play-button {
    display: block;
    height: auto;
    position: relative;
    cursor: pointer;
    filter: brightness(0.75);
}

    .blog-grid-item .play-button:after {
        content: "\f144";
        font-family: 'FontAwesome';
        text-align: center;
        font-size: 6em;
        line-height: 0;
        color: #0083db;
        opacity: 0.9;
        width: 50%;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        filter: drop-shadow(2px 2px 3px black);
    }

    .blog-grid-item .play-button:hover:after {
        opacity: 1;
    }

.blog-grid-item {
    box-shadow: 0 2px 13px 0 rgb(66 91 166 / 40%);
    padding: 15px;
    border-radius: 15px;
    height: 385px;
}

    .blog-grid-item .blog-grid-thumb img {
        border-radius: 15px;
        height: 255px;
        max-height: 255px;
    }

    .blog-grid-item .blog-grid-thumbX img {
        border-radius: 15px;
        height: 240px;
        max-height: 240px;
        object-fit: cover;
        object-position: top;
    }

    .blog-grid-item:hover .blog-grid-thumb img {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    .blog-grid-item:hover .blog-grid-thumbX img {
        transform: scale3d(1.1, 1.1, 1.1);
    }

.blog-grid-thumb .grid-image {
    overflow: hidden;
}

.blog-grid-tag {
    font-size: 11px;
    font-weight: var(--tp-fw-medium);
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 25px;
}

.blog-grid-title {
    font-size: 17px;
    line-height: 1.3;
    font-weight: var(--tp-fw-sbold);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-grid-title {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-grid-title {
        font-size: 14px;
    }
}

.blog-grid-title a {
    background-image: linear-gradient(#141515, #141515), linear-gradient(#141515, #141515);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.blog-grid-title:hover a {
    background-size: 0 1px, 100% 1px;
}

.blog-grid-date {
    display: block;
    font-size: 15px;
    font-weight: var(--tp-fw-regular);
}

    .blog-grid-date i {
        color: var(--tp-heading-primary);
        margin-right: 5px;
    }

.blog-slider-15 {
    margin-right: -495px;
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
    .blog-slider-15 {
        margin-right: -400px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .blog-slider-15 {
        margin-right: -495px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-slider-15 {
        margin-right: -650px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-slider-15 {
        margin-right: -250px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-slider-15 {
        margin-right: -200px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-slider-15 {
        margin-right: 0;
    }
}

.blog-title-15 {
    font-size: 22px;
    color: var(--tp-common-black);
    font-weight: 600;
    margin-bottom: 25px;
}

    .blog-title-15 a:hover {
        color: var(--tp-theme-1);
    }

.blog-content-15 {
    padding: 35px 65px 35px 15px;
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
    .blog-content-15 {
        padding: 25px 65px 25px 15px;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
    .blog-content-15 {
        padding: 25px 65px 25px 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-content-15 {
        padding: 15px 65px 7px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-content-15 {
        padding-left: 25px;
    }
}

@media (max-width: 575px) {
    .blog-content-15 {
        padding-right: 15px;
    }
}

.blog-content-15 > p {
    color: #7A8085;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 27px;
}

.blog-thumb-15 img {
    width: 100%;
}

.blog-meta-15 {
    margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-meta-15 {
        margin-bottom: 15px;
    }
}

.blog-meta-15 .blog-category {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--tp-common-black);
    font-weight: 700;
}

.blog-meta-15 span {
    color: #A6A8AB;
    font-size: 12px;
    margin-left: 15px;
}

@media (max-width: 575px) {
    .blog-navigation-btn {
        display: none;
    }
}

.blog-navigation-btn button {
    font-size: 50px;
    color: #B9B9B9;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    margin: 0px;
    vertical-align: middle;
    transition: all 0.3s ease-out 0s;
}

    .blog-navigation-btn button.blog-slider-button-next {
        margin-left: 35px;
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-navigation-btn button.blog-slider-button-next {
        margin-left: 0;
    }
}

.blog-slider .swiper-pagination-bullet {
    font-size: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 9px !important;
    border: none;
    border-radius: 100%;
    background-color: #0D0D0D;
    opacity: 0.3;
}

    .blog-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
        position: relative;
        transform: scale(2);
        box-shadow: inset 0 0 0 1px var(--tp-common-black-2);
        background-color: transparent;
        opacity: 1;
    }

.blog-slider-nav-1 button {
    background: var(--tp-common-white);
    height: 60px;
    width: 60px;
    line-height: 58px;
    font-size: 18px;
    color: var(--tp-common-black-2);
    border-radius: 50%;
    border: none;
    outline: none;
    border: 1px solid #ECEFF4;
    text-align: center;
    top: 43%;
    transform: translateY(-50%);
    position: absolute;
    left: -100px;
    transition: 0.3s;
    z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-slider-nav-1 button {
        left: -35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-slider-nav-1 button {
        left: -20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-slider-nav-1 button {
        display: none;
    }
}

.blog-slider-nav-1 button.blog-slider-button-next-1 {
    left: auto;
    right: -100px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-slider-nav-1 button.blog-slider-button-next-1 {
        right: -35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-slider-nav-1 button.blog-slider-button-next-1 {
        right: -20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-slider-nav-1 button.blog-slider-button-next-1 {
        display: none;
    }
}

.blog-slider-nav-1 button:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}

.blog-item {
    min-height: 280px;
    position: relative;
    border-radius: 10px;
}

    .blog-item:hover::before {
        height: 100%;
    }




    .blog-item:hover .blog-link-btn {
        visibility: visible;
        opacity: 1;
        transition-delay: 0.3s;
    }

.blog-item-2-wrapper {
    min-height: 515px;
    position: relative;
    border-radius: 10px;
}

    .blog-item-2-wrapper::after {
        content: "";
        z-index: -1;
        background: linear-gradient(260.52deg, #1C99FE -4.98%, #7644FF 48.42%, #FD4766 96.9%);
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }





.blog-item-2:hover .blog-content-2 {
    visibility: visible;
    opacity: 1;
}

.blog-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-common-white);
    margin-bottom: 50px;
    line-height: 1.4;
    width: 220px;
    place-self: center;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.blog-thumb img {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
}

.blog-thumb:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(355deg, #000000cc 0%, rgba(0, 0, 0, 0) 100%);
    opacity: .9;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
}


.blog-meta {
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-meta {
        margin-bottom: 15px;
    }
}

.blog-meta .blog-category {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--tp-common-white);
    font-weight: 700;
}

.blog-meta span {
    color: var(--tp-common-white);
    font-size: 12px;
    margin-left: 15px;
}

.blog-content {
    position: absolute;
    left: 55px;
    right: 55px;
    text-align: center;
    bottom: -30px;
    z-index: 2;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .blog-content {
        left: 20px;
        right: 20px;
    }
}

.blog-content-2 {
    position: absolute;
    left: 50px;
    right: 50px;
    text-align: center;
    bottom: 0px;
    -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;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

.blog-link-btn {
    font-size: 40px;
    color: var(--tp-common-white);
    visibility: hidden;
    opacity: 0;
}

    .blog-link-btn:hover {
        color: var(--tp-common-white);
    }

/*----------------------------------------*/
/*  07. services CSS START
/*----------------------------------------*/
.tpservices-info {
    margin-left: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpservices-info {
        margin-left: 0;
        margin-right: 70px;
        margin-top: 30px;
    }
}

.tpservices-info p {
    margin-bottom: 0;
}

.tpservices {
    padding: 15px 10px;
    background: var(--tp-common-white);
    -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;
}

.tpservices-2 {
    border: 1px solid var(--tp-border-1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

    .tpservices-2::before {
        position: absolute;
        content: "";
        background: linear-gradient(228.31deg, #1C99FE -0.79%, #7644FF 51.02%, #FD4766 98.06%);
        border-radius: 10px;
        right: 0;
        bottom: 0;
        width: 92%;
        height: 92%;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        -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;
    }

    .tpservices-2:hover::before {
        right: -7px;
        bottom: -7px;
        visibility: visible;
        opacity: 1;
    }

    .tpservices-2:hover .tpservices__btn a span {
        background: var(--tp-theme-1);
    }

    .tpservices-2:hover .tpservices__icon {
        transform: translateY(-10px);
        -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;
    }

.tpservices-3 {
    border: 1px solid var(--tp-border-1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

    .tpservices-3::before {
        position: absolute;
        content: "";
        background: linear-gradient(260.52deg, #1C99FE -4.98%, #7644FF 48.42%, #FD4766 96.9%);
        border-radius: 10px;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        -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;
    }

    .tpservices-3:hover::before {
        transform: rotate(-6.05deg);
        visibility: visible;
        opacity: 1;
    }

    .tpservices-3:hover .tpservices__btn a span {
        background: var(--tp-theme-1);
    }

    .tpservices-3:hover .tpservices__icon {
        transform: translateY(-10px);
        -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;
    }

    .tpservices-3 .tpservices__icon i {
        color: var(--tp-theme-1);
        background: none;
        -webkit-background-clip: inherit;
        -webkit-text-fill-color: inherit;
    }

.tpservices-4 {
    padding: 0 0;
    padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpservices-4 {
        padding-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpservices-4 {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .tpservices-4 {
        text-align: center;
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .tpservices-4 .tpservices__content p {
        padding: 0 15px;
    }
}

.tpservices-4 .tpservices__icon i {
    color: var(--tp-theme-1);
    background: none;
    background-clip: border-box;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}

.tpservices__icon {
    -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;
}

    .tpservices__icon i {
        font-size: 40px;
        background: #1e3a93;
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.tpservices__title {
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    color: #1e3a93;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpservices__title {
        font-size: 13px;
    }
}

.tpservices__title:hover {
    color: #1e3a93;
}

.tpservices__title span {
    font-weight: var(--tp-fw-light);
}

.tpservices__btn a {
    font-size: 14px;
    color: #1e3a93;
    font-weight: var(--tp-fw-sbold);
    letter-spacing: 1px;
}

    .tpservices__btn a:hover {
        color: var(--tp-theme-1);
    }

    .tpservices__btn a span {
        height: 5px;
        width: 5px;
        border-radius: 50%;
        display: inline-block;
        background: var(--tp-heading-primary);
        margin-right: 3px;
    }

        .tpservices__btn a span:last-child {
            margin-right: 0;
        }

    .tpservices__btn a i {
        font-size: inherit;
        color: #1e3a93;
        background: white;
    }

        .tpservices__btn a i:hover {
            color: var(--tp-theme-1);
        }

.tpservices__shape-star {
    position: absolute;
}

.tpservices__shape-star-1 {
    top: 30%;
    left: 8%;
}

.tpservices-tpbs {
    border: 1px solid var(--tp-border-1);
    border-radius: 10px;
    padding-bottom: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tpservices-tpbs {
        padding: 50px 20px;
    }
}

.tpservices-border {
    border-right: 1px solid var(--tp-border-1);
}

.tp-mds-services {
    position: relative;
}

    .tp-mds-services::before {
        position: absolute;
        content: "";
        height: 3px;
        background: linear-gradient(260.16deg, #1C99FE 9.94%, #7644FF 54.82%, #FD4766 95.56%);
        bottom: 0;
        width: 0%;
        visibility: hidden;
        opacity: 0;
        left: 0;
        right: 0;
        transition: 0.3s;
    }

    .tp-mds-services:hover {
        transform: translateY(20px);
        box-shadow: 0px 9px 23px rgba(97, 97, 97, 0.02);
    }

        .tp-mds-services:hover::before {
            visibility: visible;
            opacity: 1;
            width: 100%;
        }

    .tp-mds-services .tpservices__icon i {
        color: var(--tp-theme-1);
        background: none;
        -webkit-background-clip: inherit;
        -webkit-text-fill-color: inherit;
    }

.tpfrn-services-wrapper {
    position: relative;
}

    .tpfrn-services-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        height: 2px;
        background: linear-gradient(260.52deg, #1C99FE -4.98%, #7644FF 48.42%, #FD4766 96.9%);
    }

.tpbs-nav-wrapper {
    top: 45%;
}

    .tpbs-nav-wrapper .tpbss-arrow-display {
        text-align: right;
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpbs-nav-wrapper {
        display: none;
    }
}

.tpbs-services__slider-active .slick-list {
    margin: 0 -15px;
}

@media (max-width: 575px) {
    .tpbs-services__slider-active .slick-list {
        margin: 0 0;
    }
}

.tpbs-services__slider-active .slick-slide > div {
    padding: 0 15px;
}

@media (max-width: 575px) {
    .tpbs-services__slider-active .slick-slide > div {
        padding: 0 0;
    }
}

.tppo-services-item {
    position: relative;
    padding: 70px 0;
    background: var(--tp-common-white);
    border-radius: 10px;
    overflow: hidden;
}

    .tppo-services-item:hover .tppo-services-icon {
        transform: translateY(-10px);
    }

    .tppo-services-item:hover .tppo-services-shape {
        visibility: visible;
        opacity: 1;
    }

    .tppo-services-item:hover .tppo-services-shape-1 {
        top: 0;
        left: 0;
    }

    .tppo-services-item:hover .tppo-services-shape-2 {
        bottom: 0;
        right: 0;
    }

.tppo-services-title {
    font-size: 26px;
    font-weight: var(--tp-fw-sbold);
}

    .tppo-services-title:hover {
        color: var(--tp-theme-1);
    }

.tppo-services-icon {
    -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;
}

    .tppo-services-icon i {
        font-size: 70px;
        color: #000000;
    }

.tppo-services-shape {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -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;
}

    .tppo-services-shape img {
        border-radius: 10px;
    }

.tppo-services-shape-1 {
    top: 0;
    left: -10px;
}

.tppo-services-shape-2 {
    bottom: 0;
    right: -10px;
}

.services-d-title {
    font-size: 40px;
    line-height: 1.3;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-d-title {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .services-d-title {
        font-size: 30px;
    }
}

.services-sm-image img {
    border-radius: 10px;
}

.services-text {
    line-height: 30px;
}

.services-sm-title {
    font-size: 30px;
    line-height: 1.2;
}

@media (max-width: 575px) {
    .services-sm-title {
        font-size: 25px;
    }
}

.step-item {
    position: relative;
}

    .step-item p {
        line-height: 26px;
    }

.step-item-shape {
    position: absolute;
}

@media (max-width: 575px) {
    .step-item-shape {
        display: none;
    }
}

.step-item .shape-1 {
    top: 5px;
    right: -80px;
}

.step-title {
    font-size: 18px;
    font-weight: var(--tp-fw-sbold);
}

.step-number {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--tp-theme-1);
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    border-radius: 50%;
    font-family: var(--tp-ff-heading);
    z-index: 1;
}

.step-number-wrapper {
    position: relative;
}

    .step-number-wrapper::after {
        position: absolute;
        content: "";
        background: #FFEDF0;
        right: 0;
        left: 0;
        top: -15px;
        width: 75px;
        height: 75px;
        z-index: -1;
        border-radius: 50%;
        margin: 0 auto;
    }

/*----------------------------------------*/
/*  08. Video CSS START
/*----------------------------------------*/
.tpvideo {
    position: relative;
}

.tpvideo-2 {
    min-height: 625px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpvideo-2 {
        min-height: 550px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpvideo-2 {
        min-height: 460px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpvideo-2 {
        min-height: 385px;
    }
}

.tpvideo-2::before {
    position: absolute;
    content: "";
    background: linear-gradient(260.52deg, #1C99FE -4.98%, #7644FF 48.42%, #FD4766 96.9%);
    border-radius: 10px;
    transform: matrix(1, -0.02, 0.08, 1, 0, 0);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media (max-width: 575px) {
    .tpvideo-2::before {
        display: none;
    }
}

.tpvideo-2 img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.tpvideo-2:hover::before {
    transform: none;
}

.tpvideo img {
    width: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpvideo img {
        min-height: 400px;
    }
}

.tpvideo__content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.tpvideo__shape {
    position: absolute;
}

.tpvideo__shape-star {
    position: absolute;
}

.tpvideo__shape-star-1 {
    top: 15%;
    left: 4%;
}

.tpvideo__shape-star-2 {
    top: 2%;
    right: 10%;
}

.tpvideo__shape-star-3 {
    bottom: 6%;
    right: 10%;
}

.video-button a {
    width: 120px;
    height: 120px;
    background: var(--tp-common-white);
    border-radius: 50%;
    color: var(--tp-theme-1);
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    line-height: 120px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}

    .video-button a:hover {
        background: var(--tp-theme-1);
        color: var(--tp-common-white);
        border-color: var(--tp-theme-1);
    }

    .video-button a::before {
        position: absolute;
        content: "";
        width: 120px;
        height: 120px;
        border-radius: 50%;
        z-index: -1;
        animation: pulse 2s infinite;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }

.tpbs-video-area {
    position: relative;
    width: 100%;
}

    .tpbs-video-area .container-fluid {
        padding-right: var(--bs-gutter-x, 0);
        padding-left: var(--bs-gutter-x, 0);
        overflow: hidden;
    }

.tpbsvideo-left {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tpbsvideo-left {
        position: relative;
        height: 450px;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .tpbsvideo-left {
        position: relative;
        height: 300px;
        width: 100%;
    }
}

.tpbsvideo-left::before {
    position: absolute;
    content: "";
    background: #141515;
    opacity: 0.65;
    transform: matrix(1, 0, 0, -1, 0, 0);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.tpbs-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

.tpbsvideo-box {
    padding: 164px 0 170px;
    height: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpbsvideo-box {
        padding: 100px 0 105px;
    }
}

@media (max-width: 575px) {
    .tpbsvideo-box {
        padding: 80px 0 85px;
    }
}

.tpbs-play-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    z-index: 1;
}

    .tpbs-play-btn a {
        height: 115px;
        width: 115px;
        line-height: 112px;
        border: 1px solid var(--tp-common-white);
        display: inline-block;
        border-radius: 50%;
        color: var(--tp-common-white);
        font-size: 20px;
    }

        .tpbs-play-btn a:hover {
            background: var(--tp-theme-1);
            border-color: var(--tp-theme-1);
        }

.tpbs-play-btn-2 a {
    background: var(--tp-common-white);
    color: var(--tp-theme-1);
}

    .tpbs-play-btn-2 a:hover {
        color: var(--tp-common-white);
        background: var(--tp-theme-1);
    }

.tpbsvideo-content {
    padding: 0 120px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpbsvideo-content {
        padding: 0 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpbsvideo-content {
        padding: 0 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpbsvideo-content {
        padding: 0 65px;
    }
}

@media (max-width: 575px) {
    .tpbsvideo-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpbsvideo-content p br {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpbsvideo-content .tpbs-title br {
        display: none;
    }
}

.tpbs-vnoise-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

    .tpbs-vnoise-bg::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #141515;
        opacity: 0.6;
    }

.tpbs-left-image {
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
}

.animate {
    position: relative;
}

    .animate::before {
        content: "";
        display: inline-block;
        width: 95px;
        height: 95px;
        line-height: 95px;
        border-radius: 50%;
        position: absolute;
        border: 1px solid var(--tp-border-2);
        top: 0;
        left: 0;
        right: 0px;
        bottom: 0px;
        z-index: 0;
        animation-name: popupBtn;
        animation-duration: 1.6s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    .animate::after {
        content: "";
        display: inline-block;
        width: 95px;
        height: 95px;
        line-height: 95px;
        border-radius: 50%;
        position: absolute;
        border: 1px solid var(--tp-border-2);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0px;
        z-index: 0;
        animation-name: popupBtn;
        animation-duration: 1.8s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        list-style: none;
    }

.animate-2 {
    position: relative;
}

    .animate-2::before {
        content: "";
        display: inline-block;
        width: 115px;
        height: 115px;
        line-height: 115px;
        border-radius: 50%;
        position: absolute;
        border: 1px solid var(--tp-border-2);
        top: 0;
        left: 0;
        right: 0px;
        bottom: 0px;
        z-index: 0;
        animation-name: popupBtn;
        animation-duration: 1.6s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    .animate-2::after {
        content: "";
        display: inline-block;
        width: 115px;
        height: 115px;
        line-height: 115px;
        border-radius: 50%;
        position: absolute;
        border: 1px solid var(--tp-border-2);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0px;
        z-index: 0;
        animation-name: popupBtn;
        animation-duration: 1.8s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        list-style: none;
    }

/*----------------------------------------*/
/*  09. Project CSS START
/*----------------------------------------*/
/* tp-project css */
.tpproject {
    position: relative;
}

    .tpproject:hover .tpproject__thumb img {
        transform: scale3d(1.1, 1.1, 1.1);
    }

.tpproject__thumb {
    overflow: hidden;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 15px;
    background: white;
}

    .tpproject__thumb img {
        width: 100%;
        transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
        border-radius: 15px;
        padding: 10px;
    }

.tpproject__content {
    box-shadow: 0px 10px 20px 0px rgb(130 132 134 / 8%);
    background: #ffffff;
    padding: 18px 30px;
    margin: 0 30px;
    margin-top: 0px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    border-radius: 15px;
    height: 165px;
}

@media (max-width: 575px) {
    .tpproject__content {
        padding: 45px 10px;
    }
}

.tpproject__content .catagory {
    color: var(--tp-common-white);
    display: inline-block;
    background: linear-gradient(260.52deg, #1C99FE -4.98%, #7644FF 48.42%, #FD4766 96.9%);
    border-radius: 5px;
    padding: 6px 12px;
    line-height: 15px;
}

.tpproject__title {
    font-size: 17px;
    line-height: 30px;
    font-weight: var(--tp-fw-sbold);
}

    .tpproject__title:hover {
        color: var(--tp-theme-1);
    }

.tpproject__btn a i {
    font-size: 40px;
    color: var(--tp-common-white);
}

.tpproject__menu button {
    margin: 15px 10px;
    font-size: 16px;
    font-weight: var(--tp-fw-bold);
    color: #777B83;
    position: relative;
    background: white;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 20px 40px;
    border-radius: 20px;
}

    .tpproject__menu button:last-child {
        margin-right: 0;
    }

    .tpproject__menu button .count-number {
        position: absolute;
        top: -25px;
        right: 0;
        color: var(--tp-theme-1);
        font-size: 16px;
        font-weight: var(--tp-fw-medium);
        transition: 0.3s;
    }

    .tpproject__menu button::before {
        position: absolute;
        content: "/";
        color: var(--tp-theme-1);
        left: -10px;
        visibility: hidden;
        opacity: 0;
    }

    .tpproject__menu button.active {
        color: var(--tp-theme-1);
    }

        .tpproject__menu button.active::before {
            visibility: visible;
            opacity: 1;
        }

.tpproject__shape-star {
    position: absolute;
}

.tpproject__shape-star-1 {
    top: 5%;
    left: 9%;
}

@media (max-width: 575px) {
    .tpproject__shape-star-1 {
        top: 12%;
        left: 9%;
    }
}

.tpproject-btn a i {
    font-size: 40px;
    color: var(--tp-common-white);
}

/* tp-project-2 css */
.tpproject-2 {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    min-height: 515px;
}

    .tpproject-2:before {
        position: absolute;
        height: 0%;
        width: 100%;
        content: "";
        background: linear-gradient(3.98deg, rgba(28, 153, 254, 0) 20.98%, rgba(118, 68, 255, 0.76) 60.1%, #FD4766 100.18%);
        border-radius: 10px;
        transform: rotate(-180deg);
        opacity: 0.85;
        left: 0px;
        bottom: 0px;
        z-index: 1;
        -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;
    }

    .tpproject-2:hover .tpproject-2-text {
        visibility: visible;
        opacity: 1;
        bottom: 23px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .tpproject-2:hover .tpproject-2-text {
        bottom: 13px;
    }
}

.tpproject-2:hover:before {
    height: 100%;
}

.tpproject-2:hover .tpproject-2-thumbnail {
    transform: scale(1) translateZ(0);
}

.tpproject-2-thumbnail {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    background-color: #0a0a0a;
    transform: scale(1.13) translateZ(0);
    backface-visibility: hidden;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.tpproject-3 {
    position: relative;
    overflow: inherit;
}

    .tpproject-3::after {
        content: "";
        z-index: -1;
        background: linear-gradient(260.52deg, #1C99FE -4.98%, #7644FF 48.42%, #FD4766 96.9%);
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        transition: 0.3s;
    }

    .tpproject-3::before {
        background: linear-gradient(3.98deg, rgba(0, 0, 0, 0) 3.24%, #000000 93.62%);
        border-radius: 10px;
        transform: rotate(-180deg);
    }

    .tpproject-3 .tpproject-2-thumbnail {
        transform: none;
    }

    .tpproject-3:hover:after {
        transform: rotate(-3.89deg);
    }

@media (max-width: 575px) {
    .tpproject-3:hover:after {
        transform: rotate(-1.89deg);
    }
}

.tpproject-2-text {
    position: absolute;
    left: 75px;
    right: 75px;
    text-align: center;
    bottom: 0px;
    -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;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpproject-2-text {
        left: 50px;
        right: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpproject-2-text {
        left: 20px;
        right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tpproject-2-text {
        left: 40px;
        right: 40px;
    }
}

.tpproject-2-text .catagory {
    font-size: 13px;
    color: var(--tp-common-white);
    text-transform: uppercase;
    display: block;
    font-weight: var(--tp-fw-bold);
    letter-spacing: 1px;
}

    .tpproject-2-text .catagory span {
        font-weight: var(--tp-fw-regular);
        margin-left: 8px;
        display: inline-block;
    }

.tpproject-2-text-df {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
}

.tpproject-2-title {
    font-size: 22px;
    font-weight: var(--tp-fw-sbold);
    letter-spacing: 1px;
    line-height: 1.5;
    color: var(--tp-common-white);
}

    .tpproject-2-title a {
        background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
        display: inline;
        background-size: 0% 1.5px, 0 1.5px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 0.4s linear;
    }

    .tpproject-2-title:hover a {
        color: #fff;
        background-size: 0 1.5px, 100% 1.5px;
    }

.tpproject-area {
    position: relative;
}

.tpproject__slider-2 {
    position: relative;
}

    .tpproject__slider-2 .swiper-button-prev {
        left: -35px;
        right: auto;
    }

    .tpproject__slider-2 .swiper-button-next {
        right: -35px;
        left: auto;
    }

.tp-slide-active .slick-list {
    margin: 0 -15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-slide-active .slick-list {
        margin: 0 0;
    }
}

.tp-slide-active .slick-slide > div {
    padding: 0 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-slide-active .slick-slide > div {
        padding: 0 0;
    }
}

.tpfrn-project-sub-title {
    display: block;
    font-size: 13px;
    font-weight: var(--tp-fw-bold);
    text-transform: uppercase;
    color: var(--tp-theme-1);
}

.tpfrn-project-title {
    font-size: 20px;
    font-weight: var(--tp-fw-sbold);
    line-height: 1.4;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpfrn-project-title br {
        display: none;
    }
}

.tpfrn-project-title:hover a {
    background-size: 0 1.5px, 100% 1.5px;
}

.tpfrn-project-title a {
    background-image: linear-gradient(#000000, #000000), linear-gradient(#000000, #000000);
    display: inline;
    background-size: 0% 1.5px, 0 1.5px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.tpfrn-project:hover .tpfrn-project__thumb img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.tpfrn-project__thumb {
    overflow: hidden;
    border-radius: 10px;
}

    .tpfrn-project__thumb img {
        transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
        width: 100%;
    }

.tpfrn-project-area .swiper-button-next, .tpfrn-project-area .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}

.tpfrn-project-area .swiper-button-prev, .tpfrn-project-area .swiper-container-rtl .swiper-button-next {
    right: 10%;
    left: auto;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpfrn-project-area .swiper-button-prev, .tpfrn-project-area .swiper-container-rtl .swiper-button-next {
        right: 25%;
    }
}

.tpfrn-slide-active .slick-list {
    margin: 0 -15px;
}

.tpfrn-slide-active .slick-slide > div {
    padding: 0 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpfrn-slide-active .slick-slide > div {
        padding: 0 30px;
    }
}

.tpbs-project__thumb {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.tpbs-project__thumb-shape {
    position: absolute;
    bottom: -50px;
    -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;
    visibility: hidden;
    opacity: 0;
}

.tpbs-project__thumb-image img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}

.tpbs-project__thumb-grid {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .tpbs-project__thumb-grid .tpbs-project__thumb-image img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

.tpbs-project__category {
    font-size: 13px;
    font-weight: var(--tp-fw-bold);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #A0A2A4;
    display: block;
}

.tpbs-project__title {
    font-size: 22px;
    font-weight: var(--tp-fw-sbold);
}

    .tpbs-project__title:hover {
        color: var(--tp-theme-1);
    }

.tpbs-project__title-2 {
    font-size: 35px;
    font-weight: var(--tp-fw-medium);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpbs-project__title-2 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tpbs-project__title-2 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .tpbs-project__title-2 {
        font-size: 22px;
    }
}

.tpbs-project__title-2 a {
    position: relative;
    display: inline;
    background-image: linear-gradient(#141515, #141515), linear-gradient(#141515, #141515);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.tpbs-project__title-2:hover a {
    background-size: 0 2px, 100% 2px;
}

.tpbs-project:hover .tpbs-project__thumb-shape {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.tpbs-project:hover .tpbs-project__thumb-image img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.tpproject-area .tp-dot-style .slick-dots {
    margin-top: 30px;
}

.tpproject-area .slick-slider {
    padding-top: 50px;
}

.tp-creative-item {
    position: relative;
    overflow: hidden;
}

.tp-creative-item__thumb img {
    width: 100%;
}

.tp-creative-item__content {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    padding: 15px 25px;
    background: rgba(0, 0, 0, 0.7);
    padding: 25px 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-130%);
    -moz-transform: translateX(-130%);
    -ms-transform: translateX(-130%);
    -o-transform: translateX(-130%);
    transform: translateX(-130%);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

    .tp-creative-item__content .top-icon a {
        font-size: 20px;
        display: inline-block;
        color: var(--tp-common-white);
        text-align: center;
        width: 50px;
        height: 50px;
        line-height: 48px;
        border: 2px solid var(--tp-common-white);
    }

        .tp-creative-item__content .top-icon a:hover {
            background: var(--tp-theme-1);
            color: var(--tp-common-white);
            border-color: var(--tp-theme-1);
        }

    .tp-creative-item__content .creative-info {
        position: absolute;
        bottom: 15px;
    }

        .tp-creative-item__content .creative-info .creative-catagory {
            font-size: 13px;
            font-weight: var(--tp-fw-sbold);
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--tp-theme-1);
            display: block;
            margin-bottom: 5px;
        }

.tp-creative-item-title {
    font-size: 20px;
    color: var(--tp-common-white);
    font-weight: var(--tp-fw-medium);
}

    .tp-creative-item-title:hover {
        color: var(--tp-theme-1);
    }

.tp-creative-item:hover .tp-creative-item__content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.tp-creative-padding {
    padding-left: 65px;
    padding-right: 65px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-creative-padding {
        padding-left: 0;
        padding-right: 0;
    }
}

.tp-creative__menu {
    border-top: 1px solid #F1F1F1;
}

.tp-creative__menu-grid {
    border-bottom: 1px solid #F1F1F1;
    border-top: 0;
}

    .tp-creative__menu-grid .tp-cr-btn {
        font-size: 14px;
        text-transform: capitalize;
        color: var(--tp-heading-primary);
        border: none;
        padding: 15px 0;
        font-weight: var(--tp-fw-medium);
        margin-bottom: 0;
        margin: 0 30px;
    }

    .tp-creative__menu-grid .active {
        color: var(--tp-theme-1);
        position: relative;
    }

        .tp-creative__menu-grid .active::before {
            position: absolute;
            content: "";
            width: 25px;
            height: 2px;
            background: var(--tp-theme-1);
            bottom: -1px;
            margin: 0 auto;
            text-align: center;
            left: 0;
            right: 0;
        }

.tp-creative__menu button {
    font-size: 14px;
    text-transform: capitalize;
    color: #A1A1A1;
    border: 1px solid #F1F1F1;
    padding: 15px 30px;
    margin: 0 10px;
    font-weight: var(--tp-fw-medium);
    margin-bottom: 20px;
}

.tp-creative__menu-curve .active {
    color: var(--tp-theme-1);
    position: relative;
}

    .tp-creative__menu-curve .active::after {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        background: var(--tp-theme-1);
        bottom: -1px;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    }

    .tp-creative__menu-curve .active::before {
        width: 100%;
    }

.tp-creative__menu .active {
    color: var(--tp-theme-1);
}

.tppg-project {
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 13px 0 rgb(66 91 166 / 40%);
    padding: 15px;
    border-radius: 15px;
}


.tppg-project__thumb {
    position: relative;
}

    .tppg-project__thumb::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1;
        -webkit-transform: translateX(-130%);
        -moz-transform: translateX(-130%);
        -ms-transform: translateX(-130%);
        -o-transform: translateX(-130%);
        transform: translateX(-130%);
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

.tppg-project__thumb-image {
    overflow: hidden;
    filter: brightness(0.7);
    border-radius: 10px;
}

    .tppg-project__thumb-image img {
        width: 100%;
    }

.tppg-project__thumb-2::before {
    top: 80px;
    left: -80px;
}

.tppg-project:hover .tppg-project__thumb-image img {
    transform: scale3d(1.1, 1.1, 1.1);
}





.tppg-project__content {
    position: absolute;
    bottom: 8%;
    left: 40px;
    z-index: 2;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tppg-project__content {
        left: 20px;
    }
}

.tppg-project-tag {
    font-size: 13px;
    font-weight: var(--tp-fw-sbold);
    text-transform: uppercase;
    color: var(--tp-common-white);
    letter-spacing: 3px;
    display: block;
}

.tppg-project-title {
    font-size: 18px;
    padding: 0 15px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-common-white);
    font-family: Roboto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tppg-project-title {
        font-size: 20px;
    }
}

.tppg-project-title a {
    position: relative;
    display: inline;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}

.tppg-project-title:hover a {
    background-size: 0 2px, 100% 2px;
}

@media (max-width: 575px) {
    .tp-furniture-project .gx-5 {
        --bs-gutter-x: auto;
    }
}

.project-details-nav {
    display: flex;
    justify-content: space-between;
}

.details-nav-item {
    display: flex;
    align-items: center;
}

    .details-nav-item a {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: var(--tp-fw-sbold);
        display: inline-block;
        color: var(--tp-heading-primary);
    }

        .details-nav-item a i {
            font-size: 20px;
            margin: 0 8px;
            position: relative;
            top: 2px;
        }

        .details-nav-item a:hover {
            color: var(--tp-theme-1);
        }

.tpproject-5 .tpproject__btn a i {
    color: #030A39;
    opacity: 0.3;
}

.tpproject-5 .tpproject__btn a:hover i {
    opacity: 1;
}

/*----------------------------------------*/
/*  10. Testimonial CSS START
/*----------------------------------------*/
.tptestimonial {
    padding-right: 10px;
}

.tptestimonial-area {
    position: relative;
}

.tptestimonial__sm-image {
    position: absolute;
    bottom: 0;
    left: 0;
}

.client__image {
    position: relative;
}

    .client__image img {
        border-radius: 50%;
        margin: 0 auto;
    }

    .client__image span {
        display: inline-block;
        position: absolute;
        left: 50px;
        top: -6px;
    }

        .client__image span i {
            font-size: 20px;
            font-weight: var(--tp-fw-sbold);
            background: linear-gradient(260.52deg, #1C99FE -4.98%, #7644FF 48.42%, #FD4766 96.9%);
            background-clip: text;
            text-fill-color: transparent;
        }

.client__image-tpm span {
    display: inline-block;
    position: absolute;
    left: 60px;
    top: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .client__image-tpm span {
        left: 40px;
        top: 40px;
    }
}

.client__image-tpm span i {
    font-size: 35px;
    font-weight: var(--tp-fw-sbold);
    background: none;
    color: var(--tp-theme-1);
    text-fill-color: var(--tp-theme-1);
}

.client__name {
    font-size: 20px;
    font-weight: var(--tp-fw-sbold);
}

.client__info {
    display: flex;
    align-items: center;
}

.client__ts-degination {
    font-size: 14px;
    font-weight: var(--tp-fw-medium);
    display: inline-block;
    color: #777B83;
}

.designation {
    color: var(--tp-theme-1);
    font-size: 12px;
    font-weight: var(--tp-fw-bold);
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.designation-2 {
    font-size: 16px;
    color: var(--tp-common-white);
    font-weight: var(--tp-fw-medium);
    display: block;
}

.tpm-testimonial {
    padding: 50px 40px;
}

.tpm-ts-slider-active .slick-list {
    margin: 0 -15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpm-ts-slider-active .slick-list {
        margin: 0 0;
    }
}

.tpm-ts-slider-active .slick-slide > div {
    padding: 0 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpm-ts-slider-active .slick-slide > div {
        padding: 0 0;
    }
}

.tpm-ts-slider-active .slick-list.draggable {
    padding: 0 0 !important;
}

.tpm-ts-slider-active .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    margin-top: 50px;
}

    .tpm-ts-slider-active .slick-dots li {
        margin: 0 0.25rem;
    }

    .tpm-ts-slider-active .slick-dots button {
        display: block;
        width: 8px;
        height: 8px;
        margin: 0 5px;
        border: none;
        border-radius: 100%;
        background-color: #CFCFCF;
        text-indent: -9999px;
    }

    .tpm-ts-slider-active .slick-dots li.slick-active button {
        background-color: var(--tp-heading-primary);
        position: relative;
        transform: scale(2);
        box-shadow: inset 0 0 0 1px var(--tp-theme-1);
        background-color: transparent;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tptestimonial-area-df {
        padding-bottom: 80px;
    }
}

.tp-test-gap {
    padding: 0 78px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-test-gap {
        padding: 0 0;
    }
}

.ts-tabs {
    border: 0;
    display: block;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ts-tabs {
        position: relative;
        top: 88px;
    }
}

.ts-tabs .nav-item {
    display: inline-block;
}

.ts-tabs button {
    background: var(--tp-common-white);
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 16px;
    color: var(--tp-heading-primary);
    border-radius: 50%;
    border: none;
    outline: none;
    text-align: center;
    margin: 0px;
    vertical-align: middle;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    left: 43%;
    transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .ts-tabs button {
        display: none !important;
    }
}

.ts-tabs button:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.ts-tabs .tp-slick-prev.slick-arrow {
    top: -19.5%;
}

.client__nav {
    display: flex;
    background: var(--tp-common-white);
    padding: 15px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    align-items: center;
    border: 1px solid transparent;
    margin: 0 !important;
}

.client__nav-image {
    margin-right: 15px;
}

    .client__nav-image img {
        border-radius: 50%;
    }

.client__nav-title {
    font-size: 15px;
    font-weight: var(--tp-fw-sbold);
}

.client__nav-title-2 {
    font-size: 24px;
}

@media (max-width: 575px) {
    .client__nav-title-2 {
        font-size: 20px;
    }
}

.client__nav-designation {
    font-size: 14px;
    font-weight: var(--tp-fw-medium);
    letter-spacing: 2px;
    color: var(--tp-grey-3);
}

.client__nav-designation-2 {
    letter-spacing: 0;
}

.client__nav-info {
    text-align: left;
}

.client__inner {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.client__review {
    padding: 70px 55px;
    padding-bottom: 45px;
    background: var(--tp-common-white);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .client__review {
        padding-top: 55px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .client__review {
        padding: 30px 25px;
    }
}

.client__review p {
    font-size: 22px;
    line-height: 36px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .client__review p {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 0;
    }
}

.client__image {
    position: relative;
}

    .client__image .quote {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: var(--tp-common-white);
        color: var(--tp-theme-1);
        border-radius: 50%;
        left: 65px;
        right: 0;
        top: 0;
        margin: 0 auto;
    }

.slick-current .client__nav {
    border-color: var(--tp-theme-1);
}

.tpagency-wrapper {
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding-top: 135px;
    padding-bottom: 130px;
}

    .tpagency-wrapper::before {
        position: absolute;
        content: "";
        background: aliceblue;
        border-radius: 20px;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 2px 13px 0 rgb(66 91 166 / 40%);
    }

    .tpagency-wrapper button.slick-arrow {
        height: 65px;
        width: 65px;
        line-height: 63px;
        font-size: 20px;
        color: var(--tp-common-white);
        border-radius: 50%;
        border: none;
        outline: none;
        text-align: center;
        top: 5%;
        transform: translateY(-5%);
        margin: 0px;
        vertical-align: middle;
        transition: all 0.3s ease-out 0s;
        position: absolute;
        left: -120px;
        transition: 0.3s;
        z-index: 1;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

        .tpagency-wrapper button.slick-arrow:hover {
            background: var(--tp-theme-1);
            color: var(--tp-common-white);
            border-color: var(--tp-theme-1);
        }

        .tpagency-wrapper button.slick-arrow.tp-slick-next {
            left: auto;
            right: -120px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpagency-wrapper button.slick-arrow.tp-slick-next {
        right: -80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpagency-wrapper button.slick-arrow {
        top: 30%;
        transform: translateY(-30%);
        left: -80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpagency-wrapper button.slick-arrow {
        display: none !important;
    }
}

.tpagency-inner {
    position: relative;
    z-index: 1;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tpagency-inner {
        padding: 0 15px;
    }
}

.tpagency-ts__slider-item p {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    color: var(--tp-common-white);
    padding: 0 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpagency-ts__slider-item p {
        padding: 0 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpagency-ts__slider-item p {
        padding: 0 0;
    }
}

.client {
    position: relative;
}

.client-image {
    position: relative;
}

    .client-image img {
        border-radius: 50%;
    }

    .client-image .quote {
        position: absolute;
        top: 5px;
        display: block;
        height: 30px;
        width: 30px;
        line-height: 35px;
        background: var(--tp-common-white);
        border-radius: 50%;
        text-align: center;
        left: 75px;
    }

        .client-image .quote i {
            font-size: 20px;
            color: var(--tp-theme-1);
        }

.client-designation {
    font-size: 16px;
    line-height: 26px;
    font-weight: var(--tp-fw-medium);
    color: #777B83;
    display: block;
}

.client .review-text {
    font-size: 22px;
    line-height: 38px;
    color: var(--tp-heading-primary);
    font-weight: var(--tp-fw-medium);
}

@media (max-width: 575px) {
    .client .review-text {
        font-size: 20px;
        line-height: 36px;
    }
}

.client .social-icon {
    position: absolute;
    top: 0;
    right: 0;
}

    .client .social-icon a {
        font-size: 30px;
        display: inline-block;
        color: #00CCFF;
    }

.tpfrn-testimonial-area .swiper-button-next, .tpfrn-testimonial-area .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}

.tpfrn-testimonial-area .swiper-button-prev, .tpfrn-testimonial-area .swiper-container-rtl .swiper-button-next {
    right: 10%;
    left: auto;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpfrn-testimonial-area .swiper-button-prev, .tpfrn-testimonial-area .swiper-container-rtl .swiper-button-next {
        right: 50%;
    }
}

.hero-pagination {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 60px;
    top: 55%;
    transform: translateY(-55%);
    align-items: center;
    z-index: 9;
}

.tpbs-testimonial-area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.tpbs-ts-overlay {
    position: relative;
}

    .tpbs-ts-overlay::before {
        position: absolute;
        content: "";
        background: #141515;
        opacity: 0.65;
        transform: matrix(1, 0, 0, -1, 0, 0);
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }

.tpbs-noise-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.tpbs-ts-wrapper {
    text-align: center;
    z-index: 1;
    padding: 170px 0 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpbs-ts-wrapper {
        padding: 120px 0 100px;
    }
}

.tpbs-ts-wrapper .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    margin-top: 50px;
}

@media (max-width: 575px) {
    .tpbs-ts-wrapper .slick-dots {
        margin-top: 0;
    }
}

.tpbs-ts-wrapper .slick-dots li {
    margin: 0 0.25rem;
}

.tpbs-ts-wrapper .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border: none;
    border-radius: 100%;
    background-color: #CFCFCF;
    text-indent: -9999px;
}

.tpbs-ts-wrapper .slick-dots li.slick-active button {
    background-color: var(--tp-heading-primary);
    position: relative;
    transform: scale(2);
    box-shadow: inset 0 0 0 1px var(--tp-theme-1);
    background-color: transparent;
}

.tpbs-author-image img {
    border-radius: 50%;
    margin: 0 auto;
}

.tpbs-quote i {
    font-size: 30px;
    color: var(--tp-theme-1);
}

.tpbs-review p {
    color: var(--tp-common-white);
    font-size: 32px;
    line-height: 44px;
    font-weight: var(--tp-fw-medium);
    margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpbs-review p {
        padding: 0 50px;
    }

        .tpbs-review p br {
            display: none;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpbs-review p {
        font-size: 28px;
        line-height: 35px;
        padding: 0 15px;
    }

        .tpbs-review p br {
            display: none;
        }
}

.tpbs-client-name {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-theme-1);
    letter-spacing: 1px;
    display: block;
}

.tpbs-ts-slider-active .slick-list {
    margin: 0 0;
}

.tpbs-ts-slider-active .slick-slide > div {
    padding: 0 0;
}

.tppotetsimonial-img {
    padding: 15px 0;
}

    .tppotetsimonial-img img {
        border-radius: 15px;
        filter: drop-shadow(2px 6px 2px #21252926);
    }

.tppotestimonial-text {
    font-size: 13px;
    line-height: 17px;
    color: var(--tp-heading-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tppotestimonial-text {
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tppotestimonial-text {
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tppotestimonial-text {
        font-size: 13px;
        line-height: 16px;
    }
}

.tppotestimonial-icon i {
    font-size: 25px;
    color: #00CCFF;
}

.tppo-testimonial-wrapper button.slick-arrow {
    font-size: 13px;
    color: #4a4a4a;
    border-radius: 50%;
    border: none;
    outline: none;
    text-align: center;
    top: 92%;
    transform: translateY(-50%);
    margin: 0px;
    vertical-align: middle;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    left: 0;
    transition: 0.3s;
    z-index: 1;
    background: none;
}

    .tppo-testimonial-wrapper button.slick-arrow:hover {
        color: var(--tp-heading-primary);
    }

    .tppo-testimonial-wrapper button.slick-arrow.tp-slick-next {
        left: auto;
        right: 0;
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tppo-testimonial-wrapper button.slick-arrow {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .test-thumb-slide {
        margin-left: 0;
        margin-right: 0;
    }
}

.test-thumb-slide .nav-item {
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .test-content-slide {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .test-content-slide {
        margin-right: 0;
    }
}

/*----------------------------------------*/
/*  11. Brand  CSS START
/*----------------------------------------*/
.tpbrand__slider-item {
    display: flex;
    justify-content: center;
}

.tpbrand__slider-active .slick-slide img {
    display: block;
    margin: 0 auto;
}

.tpbs-slider-item img {
    margin: 0 auto;
}

/*----------------------------------------*/
/*  12. Cta CSS START
/*----------------------------------------*/
.tpcta-title {
    font-size: 65px;
    line-height: 1.3;
    background: linear-gradient(260.52deg, #1C99FE -4.98%, #7644FF 48.42%, #FD4766 96.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 50px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tpcta-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpcta-title {
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpcta-title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpcta-title {
        font-size: 45px;
    }

        .tpcta-title br {
            display: none;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpcta-title {
        font-size: 35px;
        line-height: 1.4;
    }

        .tpcta-title br {
            display: none;
        }
}

.tpcta__shape-star {
    position: absolute;
}

.tpcta__shape-star-1 {
    top: 50%;
    left: 10%;
}

.tpcta__shape-star-2 {
    top: 50%;
    right: 10%;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tpcta-wrapper {
        padding: 0 140px;
    }
}

.tpcta-wrapper-2 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

    .tpcta-wrapper-2::before {
        position: absolute;
        content: "";
        background: var(--tp-heading-primary);
        opacity: 0.75;
        border-radius: 20px;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

.tpcta-inner {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tpcta-inner-2 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.tpbs-scroll {
    margin: 0 auto;
    text-align: center;
}

    .tpbs-scroll span {
        font-size: 14px;
        font-weight: var(--tp-fw-sbold);
        letter-spacing: 2px;
        display: block;
        margin-top: 30px;
        text-transform: uppercase;
        color: #A9ADB5;
    }

.tpbs-scroll-btn {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: inline-block;
    Offset: 0px, 13px rgba(199, 199, 199, 0.25);
    text-align: center;
    line-height: 95px;
    border-radius: 50%;
    border: 1px solid var(--tp-border-1);
    font-size: 25px;
    color: var(--tp-heading-primary);
    transition: 0.3s;
    background: var(--tp-common-white);
}

    .tpbs-scroll-btn:hover {
        background: var(--tp-theme-1);
        border-color: var(--tp-theme-1);
        color: var(--tp-common-white);
    }

.tpbs-scroll-2 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    bottom: -10%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpbs-scroll-2 {
        bottom: -15%;
    }
}

.tpbs-scroll-3 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    bottom: -12%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpbs-scroll-3 {
        bottom: -7%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpbs-scroll-3 {
        bottom: -10%;
    }
}

.tp-photograper-cta-title {
    font-size: 45px;
    line-height: 1.4;
    font-weight: var(--tp-fw-light);
}

    .tp-photograper-cta-title b {
        font-weight: var(--tp-fw-bold);
    }

    .tp-photograper-cta-title a {
        color: var(--tp-theme-1);
        position: relative;
        display: inline;
        background-image: linear-gradient(#FD4766, #FD4766), linear-gradient(#FD4766, #FD4766);
        background-size: 0% 1px, 0 1px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 0.4s linear;
    }

    .tp-photograper-cta-title:hover a {
        background-size: 0 2px, 100% 2px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-photograper-cta-title {
        padding: 0 70px;
    }

        .tp-photograper-cta-title br {
            display: none;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-photograper-cta-title {
        padding: 0 50px;
    }

        .tp-photograper-cta-title br {
            display: none;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-photograper-cta-title {
        font-size: 40px;
    }

        .tp-photograper-cta-title br {
            display: none;
        }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
    .tp-photograper-cta-title {
        font-size: 30px;
    }

        .tp-photograper-cta-title br {
            display: none;
        }
}

.tp-cta-image-wrapper {
    overflow: hidden;
}

    .tp-cta-image-wrapper img {
        width: 100%;
    }

.tp-cta-iamge:hover .tp-cta-image-wrapper img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-photograper-cta-wrapper p br {
        display: none;
    }
}

.sd-banner-area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sd-banner-item-height {
    min-height: 840px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sd-banner-item-height {
        min-height: 650px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .sd-banner-item-height {
        min-height: 550px;
    }
}

.sd-banner-content {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 16%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .sd-banner-content {
        text-align: center;
        right: 0;
        left: 0;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }
}

.sd-banner-sm-item {
    background: var(--tp-common-black);
    padding: 40px 70px;
}

.sd-banner-sm-item-df {
    background: var(--tp-theme-1);
}

.sd-banner-sm-item p {
    font-size: 16px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-common-white);
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .sd-banner-sm-item {
        padding: 25px 25px;
    }
}

.count-number {
    font-size: 55px;
    color: var(--tp-common-white);
}

@media (max-width: 575px) {
    .count-number {
        font-size: 35px;
    }
}

/*----------------------------------------*/
/*  13. Slider CSS START
/*----------------------------------------*/
.tpagency__slider-item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    justify-content: center;
}

.tpagency__slider button.slick-arrow {
    background: var(--tp-common-white);
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 20px;
    color: var(--tp-heading-primary);
    border-radius: 50%;
    border: none;
    outline: none;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
    vertical-align: middle;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    left: -35px;
    transition: 0.3s;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpagency__slider button.slick-arrow {
        left: -20px;
    }
}

.tpagency__slider button.slick-arrow:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.tpagency__slider button.slick-arrow.tp-slick-next {
    left: auto;
    right: -35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpagency__slider button.slick-arrow.tp-slick-next {
        right: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpagency__slider button.slick-arrow.tp-slick-next {
        right: -20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpagency__slider button.slick-arrow {
        left: -10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpagency__slider button.slick-arrow {
        display: none !important;
    }
}

.tpagency__slider-height {
    min-height: 760px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpagency__slider-height {
        min-height: 650px;
    }
}

@media (max-width: 575px) {
    .tpagency__slider-height {
        min-height: 550px;
    }
}

.tpagency-area .swiper-button-prev, .tpagency-area .swiper-container-rtl .swiper-button-next {
    left: 3%;
    right: auto;
}

.tpagency-area .swiper-button-next, .tpagency-area .swiper-container-rtl .swiper-button-prev {
    right: 3%;
    left: auto;
}

.tpagency-title {
    font-size: 85px;
    line-height: 1.3;
    background: linear-gradient(260.99deg, #1C99FE 6.95%, #7644FF 50.91%, #FD4766 90.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tpagency-title {
        font-size: 75px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpagency-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpagency-title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpagency-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpagency-title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .tpagency-title {
        padding: 0 15px;
        font-size: 45px;
    }
}

.tpagency__down-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    z-index: 1;
}

    .tpagency__down-btn a {
        height: 65px;
        width: 65px;
        line-height: 65px;
        background: var(--tp-common-white);
        border-radius: 50%;
        font-size: 20px;
        color: var(--tp-heading-primary);
        transition: 0.3s;
        display: inline-block;
        text-align: center;
    }

        .tpagency__down-btn a:hover {
            background: var(--tp-theme-1);
            color: var(--tp-common-white);
        }

.slick-active .tpagency-title, .slick-active .tpagency-button a {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.tp-agency-slide-active .tpagency-title {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.tp-agency-slide-active .tpagency-button a {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.tpbs-slider__item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .tpbs-slider__item::before {
        position: absolute;
        content: "";
        background: #141515;
        opacity: 0.65;
        transform: matrix(1, 0, 0, -1, 0, 0);
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }

.tpbs-slider__item-content {
    padding: 260px 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpbs-slider__item-content {
        padding: 180px 0;
    }
}

.tpbs-slider__item-title {
    font-size: 105px;
    color: var(--tp-common-white);
}

    .tpbs-slider__item-title span {
        font-weight: 300;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpbs-slider__item-title {
        font-size: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpbs-slider__item-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpbs-slider__item-title {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .tpbs-slider__item-title {
        font-size: 50px;
    }
}

.tpbs-slider__height {
    min-height: 800px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tpbs-slider__height {
        min-height: 700px;
    }
}

@media (max-width: 575px) {
    .tpbs-slider__height {
        min-height: 600px;
    }
}

.dot-bg-iamge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.tpbs__shape {
    position: absolute;
    z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpbs__shape {
        display: none;
    }
}

.tpbs__shape-1 {
    bottom: 0;
    left: 0;
}

.tpbs__shape-2 {
    bottom: 0;
    left: 0;
}

.tpbs__shape-3 {
    top: 0;
    right: 0;
}

.tpbs__shape-4 {
    bottom: 0;
    left: 0;
}

.slick-active .tp-sub-title-2, .slick-active .tpbs-slider__item-title, .slick-active .tpbs-btn a {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.tpbs-slider-active .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    margin-top: -90px;
    position: absolute;
    left: 0;
    right: 0;
}

    .tpbs-slider-active .slick-dots li {
        margin: 0 0.25rem;
    }

    .tpbs-slider-active .slick-dots button {
        display: block;
        width: 8px;
        height: 8px;
        margin: 0 5px;
        border: none;
        border-radius: 100%;
        background-color: #CFCFCF;
        text-indent: -9999px;
    }

    .tpbs-slider-active .slick-dots li.slick-active button {
        background-color: var(--tp-heading-primary);
        position: relative;
        transform: scale(2);
        box-shadow: inset 0 0 0 1px var(--tp-theme-1);
        background-color: transparent;
    }

.tpbs-slider-active .tp-sub-title-2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.tpbs-slider-active .tpbs-slider__item-title {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.tpbs-slider-active .tpbs-btn a {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

/*----------------------------------------*/
/*  14. Fact CSS START
/*----------------------------------------*/
.tpfact__item {
    background: var(--tp-common-white);
    padding: 60px 30px;
    padding-bottom: 55px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    z-index: 2;
    position: relative;
}

.tpfact__item-df {
    border-radius: 0 !important;
    padding: 100px 30px;
    padding-bottom: 0;
    border-top: 1px solid #ECEFF4;
}

.fact-icon i {
    font-size: 60px;
    color: var(--tp-theme-1);
}

.fact-number {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .fact-number span {
        background: linear-gradient(260.52deg, #1C99FE -4.98%, #7644FF 48.42%, #FD4766 96.9%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 55px;
        line-height: 1.2;
        display: block;
        font-weight: var(--tp-fw-bold);
        font-family: var(--tp-ff-heading);
    }

        .fact-number span i {
            font-size: 30px;
        }

.fact-title {
    font-size: 16px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-heading-primary);
    font-family: var(--tp-ff-heading);
}

    .fact-title:hover {
        color: var(--tp-theme-1);
    }

.tpfact-wrapper {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    margin-top: -90px;
}

.tpfact-border-right {
    border-right: 1px solid #ECEFF4;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpfact-border-right {
        border-right: 0;
    }
}

/*----------------------------------------*/
/*  15. Team CSS START
/*----------------------------------------*/
/*------------------------
    Team Styles 
----------------------*/
.tp-team {
    position: relative;
}

.tp-team__thumbnail {
    position: relative;
}

    .tp-team__thumbnail img {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        width: 100%;
    }

    .tp-team__thumbnail::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(3.98deg, rgba(0, 0, 0, 0) 3.24%, #000000 93.62%);
        border-radius: 10px;
        transform: rotate(-180deg);
        visibility: hidden;
        opacity: 0;
        -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;
    }

    .tp-team__thumbnail::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(260.52deg, #1C99FE -4.98%, #7644FF 48.42%, #FD4766 96.9%);
        border-radius: 10px;
        visibility: hidden;
        opacity: 0;
        -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;
        z-index: -1;
    }

.tp-team__content {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -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;
}

.tp-team__title {
    font-size: 22px;
    color: var(--tp-common-white);
    font-weight: var(--tp-fw-medium);
}

    .tp-team__title:hover {
        color: var(--tp-theme-1);
    }

.tp-team__title-2 {
    font-size: 22px;
    font-weight: var(--tp-fw-medium);
}

    .tp-team__title-2:hover {
        color: var(--tp-theme-1);
    }

.tp-team__designation {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: var(--tp-fw-sbold);
    display: block;
    color: var(--tp-theme-1);
    margin-bottom: 10px;
}

.tp-team__designation-2 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: var(--tp-fw-sbold);
    display: block;
    color: var(--tp-theme-1);
    margin-bottom: 10px;
}

.tp-team__social a {
    font-size: 16px;
    color: var(--tp-common-white);
    margin: 0 7px;
    display: inline-block;
}

    .tp-team__social a:hover {
        color: var(--tp-theme-1);
    }

.tp-team:hover .tp-team__content {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
}

.tp-team:hover .tp-team__thumbnail::before {
    visibility: visible;
    opacity: 1;
}

.tp-team:hover .tp-team__thumbnail::after {
    transform: rotate(-4.22deg);
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-team:hover .tp-team__thumbnail::after {
        transform: rotate(-2.22deg);
    }
}

.tpteam__img {
    position: relative;
    padding: 10px;
    box-shadow: 5px 7px 15px rgb(73 82 91 / 15%);
    border-radius: 10px;
}

    .tpteam__img img {
        border-radius: 10px;
        max-height: 225px;
    }

.tpteam__social {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    background: var(--tp-common-white);
    display: inline-block;
    padding: 20px 10px;
    margin-left: 60px;
    margin-right: 60px;
    transform: scale(0.9);
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpteam__social {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpteam__social {
        margin-left: 35px;
        margin-right: 35px;
    }
}

@media (max-width: 575px) {
    .tpteam__social {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.tpteam__social a {
    color: var(--tp-heading-primary);
    font-size: 20px;
    margin: 0 15px;
}

@media (max-width: 575px) {
    .tpteam__social a {
        margin: 0 10px;
    }
}

.tpteam__social a:hover {
    color: var(--tp-theme-1);
}

.tpteam__text {
    padding-top: 25px;
}

.tpteam-title a:hover {
    color: var(--tp-theme-1);
}

.tpteam-title {
    font-weight: var(--tp-fw-sbold);
    font-size: 16px;
}

.team-designation {
    font-size: 13px;
    font-weight: var(--tp-fw-bold);
    color: var(--tp-theme-1);
    display: block;
    text-transform: uppercase;
}

.tpteam:hover .tpteam__social {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

/*----------------------------------------*/
/*  16. Event CSS START
/*----------------------------------------*/
.tpevent-item {
    display: flex;
    align-items: center;
    background: #f4f6f9;
    border-radius: 20px;
}

@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: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpevent-item p br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpevent-item {
        display: block;
    }
}

.tp-event-content {
    flex: 1;
    padding: 25px 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-event-content {
        padding: 25px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-event-content {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-event-content {
        padding: 20px 20px;
    }
}

@media (max-width: 575px) {
    .tp-event-content {
        padding: 15px 15px;
    }
}

.tpevent-title {
    font-size: 30px;
    line-height: 1.4;
    font-weight: var(--tp-fw-sbold);
}

    .tpevent-title a {
        background-image: linear-gradient(#141515, #141515), linear-gradient(#141515, #141515);
        display: inline;
        background-size: 0% 1.5px, 0 1.5px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 0.4s linear;
    }

    .tpevent-title:hover > a {
        background-size: 0 1.5px, 100% 1.5px;
    }

@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: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpevent-title br {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpevent-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpevent-title {
        font-size: 20px;
    }
}

.tpevent-sm-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: var(--tp-fw-sbold);
}

    .tpevent-sm-title span {
        color: var(--tp-theme-1);
        margin-left: 5px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpevent-image img {
        width: 100%;
    }
}

.tpevent-image img {
    max-height: 245px;
    max-width: 200px;
    object-fit: cover;
    border-radius: 20px;
    padding: 15px;
}
/*----------------------------------------*/
/*  17. Contact CSS START
/*----------------------------------------*/
.get-in-touch-wrapper {
    border-top: 1px solid #ECEFF4;
}

.tp-contact-form-field input, .tp-contact-form-field select, .tp-contact-form-field textarea {
    color: #7f8080;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 65px;
    background: #FBFBFB;
    font-weight: 400;
    border: 1px solid #ECEFF4;
    outline: none;
    padding: 0px 20px;
    width: 100%;
    border-radius: 4px;
    resize: none;
}

    .tp-contact-form-field input:focus, .tp-contact-form-field select:focus, .tp-contact-form-field textarea:focus {
        border-color: var(--tp-theme-1);
    }

    .tp-contact-form-field input::placeholder {
        color: #7f8080;
        font-size: 14px;
    }

.tp-contact-form-field textarea {
    height: 270px;
    padding: 20px;
}

    .tp-contact-form-field textarea::placeholder {
        color: #7f8080;
        font-size: 14px;
    }

.contact-item {
    background: #ECEFF4;
    padding: 45px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-item {
        padding: 40px 35px;
    }
}

@media (max-width: 575px) {
    .contact-item {
        padding: 35px 30px;
    }
}

.contact-item p {
    font-size: 20px;
    color: #616161;
    margin-bottom: 0;
}

.contact-item-center {
    background: var(--tp-common-black);
}

    .contact-item-center .contact-item-title {
        color: var(--tp-common-white);
    }

    .contact-item-center p {
        color: var(--tp-common-white);
    }

.contact-item-last {
    background: var(--tp-theme-1);
}

    .contact-item-last .contact-item-title {
        color: var(--tp-common-white);
    }

    .contact-item-last p {
        color: var(--tp-common-white);
    }

    .contact-item-last .contact-icon i {
        color: var(--tp-common-white);
    }

.contact-icon i {
    font-size: 45px;
    color: var(--tp-theme-1);
}

.contact-item-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: var(--tp-fw-sbold);
}

.conatct-sm-title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: var(--tp-fw-regular);
}

    .conatct-sm-title b {
        font-weight: var(--tp-fw-sbold);
    }

.sign-title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: var(--tp-fw-regular);
}

    .sign-title b {
        font-weight: var(--tp-fw-sbold);
    }

.sign__agree .switch {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 20px;
    border-radius: 20px;
    background: #F2F2F2;
    border: 1px solid #E5E5E5;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
}

    .sign__agree .switch::before {
        content: "";
        position: absolute;
        top: 1px;
        left: 2px;
        width: 16px;
        height: 16px;
        background: #fff;
        border-radius: 50%;
        transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .sign__agree .switch:active::before {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
    }

.sign__agree input:checked + .switch {
    background: var(--tp-theme-1);
}

.sign__agree input:checked {
    border-color: var(--tp-theme-1);
}

    .sign__agree input:checked + .switch::before {
        left: 20px;
        background: #fff;
    }

    .sign__agree input:checked + .switch:active::before {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
    }

.sign__agree p {
    margin-bottom: 0;
    font-size: 12px;
    color: #1A1A1A;
}

.sign__forgot a {
    color: #7a797f;
}

    .sign__forgot a:hover {
        color: var(--tp-theme-1);
    }

.sign__social {
    display: flex;
    justify-content: center;
    height: 58px;
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    border: 1px solid transparent;
    position: relative;
    line-height: 58px;
    padding-left: 23px;
    font-size: 16px;
}

    .sign__social i {
        position: relative;
        top: 20px;
        left: -15px;
    }

    .sign__social:hover {
        background: var(--tp-theme-1);
        color: var(--tp-common-white);
    }

.sign-content {
    padding: 45px 50px 25px 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .sign-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.sign__new p a {
    color: var(--tp-theme-1);
}

.error-contant p {
    font-size: 24px;
    line-height: 30px;
    color: var(--tp-heading-primary);
}

.error-title {
    font-size: 40px;
    font-weight: var(--tp-fw-regular);
    line-height: 1.2;
}

    .error-title b {
        font-weight: var(--tp-fw-sbold);
    }

    .error-title a {
        color: var(--tp-theme-1);
        font-weight: var(--tp-fw-sbold);
        background-image: linear-gradient(#FD4766, #FD4766), linear-gradient(#FD4766, #FD4766);
        display: inline;
        background-size: 0% 1.5px, 0 1.5px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 0.4s linear;
    }

    .error-title:hover a {
        background-size: 0 2px, 100% 2px;
    }

.sign-input {
    margin-bottom: 10px;
}

    .sign-input label {
        color: #333333;
        font-size: 12px;
        margin-bottom: 2px;
    }

    .sign-input input {
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 0 17px;
        background-color: #f3f4f8;
        border: 1px solid #f3f4f8;
    }

        .sign-input input::placeholder {
            color: #6d6e75;
        }

        .sign-input input:focus {
            border-color: var(--tp-theme-1);
            background-color: var(--tp-common-white);
        }

    .sign-input textarea {
        width: 100%;
        padding: 0 17px;
        background-color: #f3f4f8;
        border: 1px solid #f3f4f8;
    }

        .sign-input textarea::placeholder {
            color: #6d6e75;
        }

        .sign-input textarea:focus {
            border-color: var(--tp-theme-1);
            background-color: var(--tp-common-white);
        }

.sign-forgot-password a {
    font-size: 12px;
    color: #007AFF;
}

    .sign-forgot-password a:hover {
        color: var(--tp-theme-1);
    }

.sign-line {
    margin: 30px 0;
    height: 1px;
    background-color: #ECEFF4;
}

.tp-btn-black {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    padding: 10px 15px;
    border: 2px solid var(--tp-common-black);
    text-align: center;
}

    .tp-btn-black img {
        margin-right: 5px;
    }

    .tp-btn-black:hover {
        background-color: transparent;
        color: var(--tp-common-black);
    }

.sign-wrapper {
    border: 1px solid #ECEFF4;
}

.sign__new p {
    color: var(--tp-common-black);
}

    .sign__new p a {
        color: #007AFF;
    }

.contact__form-input input, .contact__form-input textarea {
    width: 100%;
    height: 56px;
    line-height: 54px;
    padding: 0 23px;
    background: #f3f4f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #f3f4f8;
    color: var(--tp-common-black);
    font-size: 15px;
    margin-bottom: 20px;
}

    .contact__form-input input::placeholder, .contact__form-input textarea::placeholder {
        font-size: 15px;
        color: #6d6e75;
    }

    .contact__form-input input:focus, .contact__form-input textarea:focus {
        border-color: var(--tp-theme-1);
        outline: none;
        background: var(--tp-common-white);
    }

.contact__form-input textarea {
    height: 180px;
    padding: 23px 25px;
    line-height: 1.1;
    resize: none;
    margin-bottom: 13px;
}

.contact__form-input-2 input, .contact__form-input-2 textarea {
    background: #FBFBFB;
    border-color: #FBFBFB;
}

.contact__form-input-3 input, .contact__form-input-3 textarea {
    background: #fff;
    border-color: #fff;
}

.contact__form-agree {
    padding-left: 5px;
}

    .contact__form-agree input {
        margin: 0;
        appearance: none;
        -moz-appearance: none;
        display: block;
        width: 14px;
        height: 14px;
        background: var(--tp-common-white);
        border: 1px solid #b9bac1;
        outline: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

        .contact__form-agree input:checked {
            position: relative;
            background-color: var(--tp-theme-1);
            border-color: transparent;
        }

            .contact__form-agree input:checked::after {
                box-sizing: border-box;
                content: "\f00c";
                position: absolute;
                font-family: var(--tp-ff-fontawesome);
                font-size: 10px;
                color: var(--tp-common-white);
                top: 46%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .contact__form-agree input:hover {
            cursor: pointer;
        }

    .contact__form-agree label {
        padding-left: 8px;
        color: var(--tp-text-1);
    }

        .contact__form-agree label a {
            color: var(--tp-common-black);
            font-weight: 600;
            padding-left: 4px;
        }

            .contact__form-agree label a:hover {
                color: var(--tp-theme-1);
            }

        .contact__form-agree label:hover {
            cursor: pointer;
        }

.contact__info-inner {
    padding: 45px 40px;
    padding-right: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    -moz-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    -ms-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    -o-box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
    position: relative;
    z-index: 1;
    border-radius: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact__info-inner {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact__info-inner {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .bg__butt {
        margin-left: 20%;
        margin-top: -7%;
    }

    .contact__info-inner {
        margin-top: 50px;
        padding-right: 35px;
    }
}

.contact__info-icon i {
    fill: none;
    color: var(--tp-theme-1);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    font-size: 20px;
}

.contact__info-icon svg {
    fill: none;
    stroke: var(--tp-theme-1);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

    .contact__info-icon svg.map {
        width: 16px;
        height: 20px;
    }

    .contact__info-icon svg.mail {
        width: 18px;
        height: 18px;
    }

    .contact__info-icon svg.call {
        width: 18px;
        height: 18px;
    }

.contact__info-text h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
}

.contact__info-text p {
    margin-bottom: 0;
    color: var(--tp-text-1);
}

    .contact__info-text p a:hover {
        color: var(--tp-theme-1);
    }

.contact__social h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 13px;
}

.contact__social ul li {
    display: inline-block;
    margin-right: 10px;
}

    .contact__social ul li a {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 13px;
        color: #fff;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 100px;
    }

        .contact__social ul li a.fb {
            color: #fff;
            background: var(--tp-theme-1);
        }

            .contact__social ul li a.fb:hover {
                color: var(--tp-theme-1);
                background: #fff;
            }

        .contact__social ul li a.tw {
            color: #fff;
            background: var(--tp-theme-1);
        }

            .contact__social ul li a.tw:hover {
                color: var(--tp-theme-1);
                background: #fff;
            }

        .contact__social ul li a.pin {
            color: #fff;
            background: var(--tp-theme-1);
        }

            .contact__social ul li a.pin:hover {
                color: var(--tp-theme-1);
                background: #fff;
            }

.contact__icon {
    margin-bottom: 28px;
}

    .contact__icon svg {
        width: 70px;
        height: 70px;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
        -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
        -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
        -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
        transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    }

        .contact__icon svg .st0 {
            fill: none;
            stroke: #2B4EFF;
            stroke-width: 0.5;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

.contact__item {
    padding: 50px 80px;
    padding-bottom: 62px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
    -moz-box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
    -ms-box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
    -o-box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
    box-shadow: 0px 40px 50px 0px rgba(1, 11, 60, 0.08);
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact__item {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .contact__item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.contact__item:hover .contact__icon svg {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.contact__title {
    font-size: 26px;
    margin-bottom: 8px;
}

.contact__content p {
    font-size: 16px;
    color: var(--tp-text-1);
    margin-bottom: 30px;
}

.contact__shape img {
    position: absolute;
}

    .contact__shape img.contact-shape-1 {
        bottom: 75px;
        left: -30px;
        z-index: -1;
    }

    .contact__shape img.contact-shape-2 {
        top: 30px;
        right: -30px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact__shape img.contact-shape-2 {
        right: -20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact__shape img.contact-shape-2 {
        right: -20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact__shape img.contact-shape-2 {
        right: -20px;
    }
}

@media (max-width: 575px) {
    .contact__shape img.contact-shape-2 {
        right: 0px;
    }
}

.contact__shape img.contact-shape-3 {
    right: -45%;
    top: 50%;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .contact__shape img.contact-shape-3 {
        right: -20%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact__shape img.contact-shape-3 {
        right: -10%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact__shape img.contact-shape-3 {
        right: -5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact__shape img.contact-shape-3 {
        right: -5%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact__shape img.contact-shape-3 {
        right: -5%;
    }
}

@media (max-width: 575px) {
    .contact__shape img.contact-shape-3 {
        right: 0%;
    }
}

.contact__shape img.contact-shape-4 {
    right: 180px;
    bottom: -21%;
}

.contact__shape img.contact-shape-5 {
    left: 0;
    bottom: 142px;
}

/*----------------------------------------*/
/*  18. Pricing Plan CSS START
/*----------------------------------------*/
.pricing-plan-item {
    background: var(--tp-common-white);
    padding: 40px 0;
}

.pricing-plan-item-df {
    background: var(--tp-heading-primary);
}

    .pricing-plan-item-df .tp-sqbtn-border {
        color: var(--tp-common-white);
        border: 2px solid var(--tp-common-black);
    }

        .pricing-plan-item-df .tp-sqbtn-border:hover {
            border-color: var(--tp-theme-1);
        }

    .pricing-plan-item-df .tp-sqbtn-active:hover {
        color: var(--tp-common-white);
    }

.plan-list {
    padding: 0 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .plan-list {
        padding: 40px 25px;
    }
}

@media (max-width: 575px) {
    .plan-list {
        padding: 30px 15px;
    }
}

.pricing-plan-btn {
    padding: 0 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-plan-btn {
        padding: 40px 25px;
    }
}

@media (max-width: 575px) {
    .pricing-plan-btn {
        padding: 30px 15px;
    }
}

.pricing-meta {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-meta {
        padding: 40px 25px;
    }
}

@media (max-width: 575px) {
    .pricing-meta {
        padding: 30px 15px;
    }
}

.pricing-name {
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-theme-1);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-star ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}

    .pricing-star ul li:last-child {
        margin-right: 0;
    }

@media (max-width: 575px) {
    .pricing-star ul li {
        margin-right: 0;
    }
}

.pricing-star ul li a {
    color: #FD9E47;
    display: block;
    font-size: 18px;
}

@media (max-width: 575px) {
    .pricing-star ul li a {
        font-size: 15px;
    }
}

.plan-price {
    padding: 15px 0;
    background: #FAFAFA;
}

.plan-price-2 {
    background: var(--tp-grey-1);
}

.plan-price-3 {
    background: #2E2E2E;
    padding-left: 50px;
    padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .plan-price-3 {
        padding: 40px 25px;
    }
}

@media (max-width: 575px) {
    .plan-price-3 {
        padding: 30px 15px;
    }
}

.plan-price-3 p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.plan-price .price {
    font-size: 42px;
    margin-bottom: 0;
    font-weight: var(--tp-fw-sbold);
}

.plan-price .price-2 {
    color: var(--tp-common-white);
}

.plan-price .price span {
    font-size: 20px;
    font-weight: var(--tp-fw-medium);
}

.plan-price-4 {
    padding-left: 50px;
    padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .plan-price-4 {
        padding: 40px 25px;
    }
}

@media (max-width: 575px) {
    .plan-price-4 {
        padding: 30px 15px;
    }
}

.plan-price-4 p {
    margin-bottom: 0;
    font-size: 14px;
    color: #777B83;
    text-transform: uppercase;
    font-weight: 500;
}

.plan-list ul li {
    display: inline-block;
    list-style: none;
    font-size: 15px;
    color: var(--tp-heading-primary);
    position: relative;
    margin-left: 40px;
    margin-bottom: 10px;
}

    .plan-list ul li:last-child {
        margin-bottom: 0;
    }

    .plan-list ul li i {
        position: absolute;
        left: -30px;
        top: 5px;
    }

.plan-list ul .disable {
    color: var(--tp-grey-3);
}

.plan-list-2 ul li {
    color: var(--tp-common-white);
}

.plan-list-2 ul .disable {
    color: var(--tp-grey-3);
}

.pr-plan-item-border {
    border: 1px solid var(--tp-grey-1);
}

/*----------------------------------------*/
/*  19. Faq CSS START
/*----------------------------------------*/
.fq-item {
    border: 0;
    border-bottom: 1px solid #E1E1E1;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 15px;
}

.fq-button {
    border: 0;
    padding: 30px 0;
    box-shadow: none;
    font-size: 16px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-heading-primary);
    position: relative;
    background: none;
}

@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), only screen and (min-width: 576px) and (max-width: 767px) {
    .fq-button {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .fq-button {
        font-size: 16px;
    }
}

.fq-button:focus {
    box-shadow: none;
    outline: none;
}

.fq-button:hover {
    color: var(--tp-theme-1);
}

.fq-button::after {
    display: none;
}

.fq-button::before {
    position: absolute;
    content: "\f077";
    right: 0;
    top: 32px;
    font-family: var(--tp-ff-fontawesome);
    border: 1.5px solid;
    border-radius: 50%;
    padding: 6px 9px;
}

.fq-button:not(.collapsed) {
    color: var(--tp-theme-1);
    background-color: transparent;
    box-shadow: none;
    background: none;
}

    .fq-button:not(.collapsed)::before {
        transform: rotate(-180deg);
    }

.fq-body {
    padding: 20px;
    padding-top: 0;
}

    .fq-body li {
        font-size: 16px;
    }

        .fq-body li a {
            font-weight: 400;
            color: #1e3a93;
        }

.accordion-flush .fq-item:last-child {
    border-bottom: 1px solid #E1E1E1;
}

.faq-wrapper-1 {
    margin-right: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .faq-wrapper-1 {
        margin-right: 0;
    }
}

/*----------------------------------------*/
/*  20. Privacy CSS START
/*----------------------------------------*/
.privacy-title {
    font-weight: var(--tp-fw-light);
    font-size: 26px;
    line-height: 1.2;
}

    .privacy-title b {
        font-weight: var(--tp-fw-bold);
    }

.privacy-nav {
    position: sticky;
    top: 140px;
    background: #1e3a93;
    padding: 50px 40px;
    border-radius: 15px;
    box-shadow: 0 2px 13px 0 rgb(66 91 166 / 40%);
    border: 10px solid #1e3a93;
}

    .privacy-nav .nav-tabs {
        border: 0;
        padding: 0;
        margin: 0;
        position: relative;
    }

        .privacy-nav .nav-tabs::before {
            position: absolute;
            content: "";
            left: -16px;
            background: var(--tp-grey-1);
            width: 2px;
            height: 100%;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .privacy-nav .nav-tabs::before {
        right: 35px;
    }
}

.privacy-nav .nav-tabs .nav-item {
    list-style: outside;
    color: white;
    font-size: large;
    margin-bottom: 27px;
}

    .privacy-nav .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }

    .privacy-nav .nav-tabs .nav-item .nav-link {
        border: 0;
        margin: 0;
        padding: 0;
        background-color: transparent;
        font-size: 18px;
        font-weight: 900;
        line-height: 1.2;
        color: #ffffff;
        background-repeat: no-repeat;
        display: inline-block;
        position: relative;
    }

        .privacy-nav .nav-tabs .nav-item .nav-link::after {
            position: absolute;
            content: "";
            left: auto;
            bottom: 0;
            right: 0;
            width: 0%;
            height: 1px;
            background-color: #ffffff;
        }

        .privacy-nav .nav-tabs .nav-item .nav-link:hover, .privacy-nav .nav-tabs .nav-item .nav-link.active {
            color: #ffffff;
        }

            .privacy-nav .nav-tabs .nav-item .nav-link:hover::after, .privacy-nav .nav-tabs .nav-item .nav-link.active::after {
                width: 100%;
                left: 0;
                right: auto;
            }

.search-wrapper {
    padding: 40px 90px;
    border: 1px solid var(--tp-grey-1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
}

@media (max-width: 575px) {
    .search-wrapper {
        padding: 0 0;
    }
}

.m-sidebar-search {
    position: relative;
}

    .m-sidebar-search a {
        width: 88px;
        height: 88px;
        text-align: center;
        line-height: 88px;
        background: var(--tp-theme-1);
        color: var(--tp-common-white);
        font-size: 25px;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .m-sidebar-search input {
        padding-left: 30px;
        padding-right: 100px;
        background: none;
        height: 88px;
        width: 100%;
        border: 0;
        outline: none;
        border: 1px solid var(--tp-grey-1);
    }

        .m-sidebar-search input::placeholder {
            color: #999999;
        }

        .m-sidebar-search input:focus {
            border-color: var(--tp-theme-1);
        }

.privacy-item ul {
    margin-top: 20px;
    padding-left: 20px;
}

    .privacy-item ul li {
        font-size: 16px;
        margin-bottom: 20px;
    }

/*----------------------------------------*/
/*  21. Job CSS START
/*----------------------------------------*/

.job-list-item {
    padding: 15px;
    border: 1px solid var(--tp-grey-1);
    transition: 0.3s;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.job-list-item-2 {
    padding: 20px;
    border: 1px solid var(--tp-grey-1);
    transition: 0.3s;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.job-list-item:hover {
    box-shadow: rgba(66, 91, 166 0.2) 0px 2px 8px 0px;
    transition: 0.3s;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .job-list-item {
        padding: 25px;
    }
}

.job-list-title {
    font-size: 17px;
    line-height: 1.2;
    font-weight: var(--tp-fw-sbold);
}

    .job-list-title:hover {
        color: var(--tp-theme-1);
    }

.job-list-title-2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: var(--tp-fw-sbold);
    color: #1e3a93;
}

    .job-list-title-2:hover {
        color: var(--tp-theme-1);
    }

.job-list-img {
    height: 235px;
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .job-list-title .job-list-title-2 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
}

.job-name {
    font-size: 14px;
    font-weight: var(--tp-fw-regular);
    color: #777B83;
    display: block;
    letter-spacing: 1px;
}

.job-state {
    font-size: 18px;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-theme-1);
    text-transform: uppercase;
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .job-state {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

.job-list-right {
    /*    padding-left: 90px;
*/ position: relative;
}

@media (max-width: 479px) {
    .job-list-right {
        padding-left: 0 !important;
        padding-top: 20px;
    }
}

.job-list-sm-title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: var(--tp-fw-sbold);
    color: #1e3a93;
}

.job-sm-name {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: var(--tp-fw-regular);
    letter-spacing: .5px;
    display: block;
}

    .job-sm-name li a {
        color: #333;
        font-size: 15px;
        line-height: 1.4;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        -webkit-transition: .3s;
        transition: .3s;
    }

.job-type {
    font-size: 15px;
    color: var(--tp-heading-primary);
    font-weight: var(--tp-fw-medium);
    display: block;
    text-decoration: underline;
}

.jobd-state {
    border-bottom: 1px solid var(--tp-grey-1);
}

.job-dstate {
    font-size: 18px;
    color: var(--tp-theme-1);
    font-weight: var(--tp-fw-sbold);
    display: block;
}

.job-dtitle {
    font-size: 22px;
    line-height: 1.3;
    font-weight: var(--tp-fw-sbold);
}

.job-sm-dtitle {
    font-size: 14px;
    font-weight: var(--tp-fw-regular);
    letter-spacing: 1px;
    color: #777B83;
    text-transform: uppercase;
}

.job-dtext a {
    font-size: 16px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-heading-primary);
}

.job-feature-list ul li {
    list-style: none;
    margin-left: 40px;
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
}

    .job-feature-list ul li i {
        color: var(--tp-theme-1);
        font-size: 18px;
        position: absolute;
        left: -35px;
        top: 4px;
    }

    .job-feature-list ul li b {
        font-weight: var(--tp-fw-regular);
        color: var(--tp-heading-primary);
    }

.job-feature-list-2 ul li {
    margin-bottom: 30px;
}

.job-details-contact {
    margin-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .job-details-contact {
        margin-left: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .job-details-contact {
        margin-left: 0;
    }
}

/*----------------------------------------*/
/*  22. Shop CSS START
/*----------------------------------------*/
.shop-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: 1px solid var(--tp-grey-1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .shop-meta {
        display: block;
    }
}

.search-result {
    font-size: 15px;
    font-weight: var(--tp-fw-medium);
    display: block;
    color: var(--tp-heading-primary);
}

.shop-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 575px) {
    .shop-info {
        margin-top: 15px;
    }
}

.shop-nav {
    display: flex;
    margin-right: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-nav {
        margin-right: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-nav {
        margin-right: 50px;
    }
}

@media (max-width: 575px) {
    .shop-nav {
        margin-right: 30px;
    }
}

.shop-nav-item {
    margin-right: 10px;
    cursor: pointer;
}

    .shop-nav-item i {
        font-size: 15px;
        color: var(--tp-heading-primary);
    }

    .shop-nav-item:last-child {
        margin-right: 0;
    }

.select-option .nice-select {
    border: 0;
    padding: 0;
    font-size: 15px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-heading-primary);
    height: auto;
    line-height: 1.1;
    padding-right: 40px;
    position: relative;
}

    .select-option .nice-select::after {
        width: 10px;
        height: 10px;
        top: 35%;
        border-color: var(--tp-heading-primary);
    }

.product-item {
    padding: 10px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 15px;
}

.product-title {
    font-size: 15px;
    font-weight: var(--tp-fw-medium);
    color: #1e3a93;
}

    .product-title:hover {
        color: var(--tp-theme-1);
    }

.product-price {
    font-size: 18px;
    font-weight: var(--tp-fw-medium);
    color: #777B83;
    display: block;
}

.product-rating a {
    font-size: 18px;
    color: #F7931E;
}

.product-image {
    overflow: hidden;
    border-radius: 5px;
}

    .product-image img {
        transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
        width: 100%;
    }

.product-item:hover .product-image img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.product-thumb {
    position: relative;
}

.sale-tag {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 9;
}

    .sale-tag span {
        background: var(--tp-theme-1);
        color: var(--tp-common-white);
        text-transform: uppercase;
        font-weight: var(--tp-fw-sbold);
        font-size: 12px;
        position: relative;
        text-align: center;
        z-index: 9;
        display: block;
        padding: 0 12px;
        border-radius: 5px;
        letter-spacing: 1px;
        cursor: pointer;
    }

.product-dinfo {
    display: flex;
}

.product__details-nav .nav-tabs .nav-link.active {
    border-color: var(--tp-theme-1);
}

.product__details-nav .nav-tabs .nav-link {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.product__details-nav .nav-tabs .nav-link {
    border: 1px solid transparent;
    margin-bottom: 0px;
    padding: 10px;
    border-radius: 15px;
}

@media (max-width: 575px) {
    .pt-140 {
        padding-top: 40px;
    }

    .pt-m {
        padding-top: 40px !important;
    }

    .product__details-nav .nav-tabs .nav-link {
        width: 20%;
    }
}

.product__details-nav .nav-tabs {
    border-bottom: 0;
}

.product__details-nav-thumb {
    margin-right: 20px;
    padding: 10px;
    box-shadow: 10px 20px 40px rgb(73 82 91 / 15%);
    border-radius: 15px;
    min-height: 200px;
    min-width: 200px;
}

@media (max-width: 575px) {
    .product__details-nav-thumb {
        margin-right: 0;
        min-height: auto;
        min-width: 70%;
    }

    .product__details-nav .nav-tabs {
        display: contents;
    }
}

.review-count {
    font-size: 14px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-heading-primary);
    margin-left: 15px;
}

.product-dtitle {
    font-weight: var(--tp-fw-medium);
    font-size: 24px;
    line-height: 1.3;
    color: #1e3a93;
}

    .product-dtitle b {
        font-weight: var(--tp-fw-sbold);
    }

.product-dprice {
    font-size: 30px;
    font-family: var(--tp-ff-body);
    width: 25%;
}

    .product-dprice del {
        font-size: 20px;
        color: #B9B9B9;
    }

@media (max-width: 1199px) {
    .doc-buttons {
        margin-bottom: 10px;
    }
}

.doc-buttons ul {
    height: 100%;
}

    .doc-buttons ul li {
        height: 87px;
    }

@media (min-width: 1200px) {
    .doc-buttons ul li:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .doc-buttons ul li:not(:last-child) {
        margin-bottom: 10px;
    }
}


.doc-buttons ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1e3a93;
    border-radius: 13px;
    color: white;
    padding-left: 27px;
    padding-right: 27px;
    -webkit-transition: background .3s;
    transition: background .3s;
}

    .doc-buttons ul li a .icon {
        font-size: 24px;
        width: 30px;
        color: aliceblue;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .doc-buttons ul li a .title {
        font-size: 13px;
        color: aliceblue;
        font-weight: 600;
        letter-spacing: 0.4px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 15px;
        line-height: 1.4;
    }

.model-list a {
    font-size: 12px;
    font-weight: var(--tp-fw-sbold);
    color: #777B83;
    background: #F4F4F4;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 15px;
}

    .model-list a:last-child {
        margin-right: 0;
    }

    .model-list a:hover {
        background: var(--tp-theme-1);
        color: var(--tp-common-white);
    }

.product-model-title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: var(--tp-fw-medium);
}

.cart-plus-minus {
    width: 180px;
    position: relative;
}

    .cart-plus-minus input {
        border: 0px;
        outline: 0px;
        background: none;
        font-weight: 400;
        color: #222;
        font-size: 14px;
        display: inline-block;
        height: 45px;
        list-style: 45px;
        padding: 0 50px;
        width: 180px;
        border: 1px solid #ebebeb;
        text-align: center;
        border-radius: 0;
    }

    .cart-plus-minus .qtybutton {
        font-size: 20px;
        color: #222;
        display: inline-block;
        position: absolute;
        top: 50%;
        height: 22px;
        width: 22px;
        background: transparent;
        border-radius: 30px;
        line-height: 1;
        cursor: pointer;
        text-align: center;
        border-radius: 0;
        transform: translateY(-50%);
    }

    .cart-plus-minus .dec {
        left: 20px;
    }

    .cart-plus-minus .inc {
        right: 20px;
    }

.product-quantity-title {
    font-size: 14px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-heading-primary);
    text-transform: uppercase;
    margin-right: 15px;
}

.product-tabs {
    border: none;
}

.product-tab-item {
    margin-right: 35px;
    margin-bottom: 15px;
}

.product-tabs .product-tab-button {
    font-size: 16px;
    font-weight: var(--tp-fw-medium);
    text-transform: uppercase;
    color: #777B83;
    padding: 17px 54px;
    border: none;
    position: relative;
    border: 1px solid #F1F1F1;
    border-radius: 0;
    letter-spacing: 1px;
}

@media (max-width: 575px) {
    .product-tabs .product-tab-button {
        padding: 15px 15px;
    }
}

.product-tabs .product-tab-button.active {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
}

.product__desc-info {
    padding-top: 30px;
}

    .product__desc-info ul li {
        display: flex;
        align-items: center;
        padding: 15px 30px;
    }

@media (max-width: 575px) {
    .product__desc-info ul li {
        padding: 15px 15px;
    }
}

.product__desc-info ul li:nth-child(2n+1) {
    background: #f7f7f7;
}

.product__desc-info ul li h6 {
    font-size: 16px;
    color: #454545;
    margin-bottom: 0;
    font-weight: var(--tp-fw-medium);
    display: inline-block;
    width: 25%;
}

@media (max-width: 575px) {
    .product__desc-info ul li h6 {
        width: 60%;
    }
}

.product__desc-info ul li span {
    font-size: 16px;
    color: #454545;
}

@media (max-width: 575px) {
    .product-button a {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.review-rate h5 {
    font-size: 100px;
    letter-spacing: -0.025em;
    color: #5aab19;
    font-weight: 400;
    line-height: 0.8;
}

    .review-rate h5 span {
        font-size: 24px;
    }

.review-rate .review-star a .fa-star {
    color: #F7931E;
}

.review-count {
    font-size: 14px;
}

.review-des-infod h6 {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: var(--tp-fw-medium);
}

    .review-des-infod h6 span {
        display: inline-block;
        color: #83878E;
    }

.review-details-des {
    display: flex;
}

    .review-details-des .author-image img {
        border-radius: 50%;
    }

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .review-details-des p br {
        display: none;
    }
}

.review-details-content .str-info {
    display: flex;
    align-items: center;
}

.review-details-content .review-star a .fa-star {
    color: #F7931E;
}

.review-details-content .name-date h6 {
    font-size: 16px;
    text-transform: capitalize;
}

    .review-details-content .name-date h6 span {
        color: #83878E;
        display: inline-block;
        font-weight: 400;
    }

.add-review-option a {
    font-size: 14px;
}

    .add-review-option a:hover {
        color: var(--tp-theme-1);
    }

.comment-title h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}

.comment-title p {
    color: #454545;
}

.comment-rating span {
    font-size: 15px;
    color: #454545;
    margin-right: 5px;
}

.comment-rating ul li {
    display: inline-block;
}

    .comment-rating ul li a {
        font-size: 14px;
        color: #F7931E;
    }

.comment-rating ul {
    display: inline-block;
}

#flexCheckDefault {
    top: 5px;
    position: relative;
}

.comment-agree input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 2px solid #dadada;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
}

.comment-agree label {
    margin-left: 5px;
    font-size: 15px;
    color: #454545;
}

.comment-agree input::placeholder {
    color: #858585;
    font-size: 14px;
    opacity: 1;
}

.comment-input input,
.comment-textarea {
    width: 100%;
    height: 56px;
    line-height: 54px;
    padding: 0 23px;
    background: #f3f4f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #f3f4f8;
    color: var(--tp-common-black);
    font-size: 15px;
    margin-bottom: 20px;
}

    .comment-input input::placeholder,
    .comment-textarea::placeholder {
        font-size: 15px;
        color: #6d6e75;
    }

    .comment-input input:focus,
    .comment-textarea:focus {
        border-color: var(--tp-theme-1);
        outline: none;
        background: var(--tp-common-white);
    }

    .comment-input input:focus,
    .comment-textarea:focus {
        border: 1px solid var(--tp-theme-1);
    }

    .comment-input input::placeholder {
        color: #858585;
        font-size: 14px;
        opacity: 1;
    }

.comment-textarea {
    height: 180px;
    padding: 23px 25px;
    line-height: 1.1;
    resize: none;
    margin-bottom: 13px;
}

    .comment-textarea:focus {
        border: 1px solid var(--tp-theme-1);
    }

    .comment-textarea::placeholder {
        color: #858585;
        font-size: 14px;
        opacity: 1;
    }

.related-product-title {
    font-size: 30px;
    font-weight: var(--tp-fw-regular);
}

    .related-product-title b {
        font-weight: var(--tp-fw-sbold);
    }

/*----------------------------------------*/
/*  23. Cart CSS START
/*----------------------------------------*/
/* 12. Cart */

.sliding-element {
    position: fixed;
    bottom: 0;
    left: 0;
    color: white;
    display: flex;
    align-items: center;
    z-index: 999;
}

@media (max-width: 575px) {
    .sliding-element {
        bottom: 6%;
    }

        .sliding-element img {
            width: 45% !important;
        }
}

@media (-webkit-device-pixel-ratio: 1.25) {
    .sliding-element {
        bottom: 16% !important;
        left: 13% !important;
    }

        .sliding-element img {
            width: 27% !important;
        }

        .sliding-element .content {
            margin-top: 15% !important;
        }
}

@media only screen and (min-width: 375px) and (max-height: 700px) {
    .sliding-element {
        bottom: 9% !important;
        left: 0% !important;
    }

        .sliding-element img {
            width: 40% !important;
        }
}

.sliding-element img {
    width: 29%;
    height: 33%;
    margin-right: 10px;
    border-radius: 5px;
}

.sliding-element:hover img {
    transform: scale(1.2); /* Resmi %20 oran nda b y t */
}

.sliding-element .content {
    margin-top: 27%;
}

    .sliding-element .content h3 {
        margin: 0;
        font-size: 16px;
        color: white;
    }

    .sliding-element .content p {
        margin: 0;
        font-size: 12px;
        color: white;
    }

.sliding-element .social-icons a {
    margin-right: 5px;
    color: white;
    text-decoration: none;
    font-size: 16px;
}



.table-content table {
    border-color: var(--tp-grey-1);
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-family: var(--tp-ff-heading);
}

.table-content .table > :not(:last-child) > :last-child > * {
    border-bottom-color: var(--tp-grey-1);
    background: #1e3a93;
    color: white;
}

.table-content .product-quantity {
    float: none;
    width: 50%;
    font-size: 14px;
    font-weight: 400;
}

.table-content table td.product-name {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    width: 8%;
}

    .table-content table td.product-name a:hover {
        color: var(--tp-theme-1);
    }

.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 14px;
}

.table-content .table > :not(:first-child) {
    border-top: 1px solid var(--tp-grey-1);
}

.table-content table th, .table-content table td {
    border-bottom: 1px solid var(--tp-grey-1);
    border-right: 1px solid var(--tp-grey-1);
}

.product-quantity input {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #dcdcdc;
}

.table td, .table th {
    border-top: 1px solid var(--tp-grey-1);
    font-weight: var(--tp-fw-medium);
}

.product-quantity > input {
    width: 80px;
    border-radius: 3px;
}

.table-content table td.product-subtotal {
    font-size: 14px;
    width: 8%;
}

.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
    position: relative;
}

.coupon-all {
    margin-top: 50px;
}

.coupon {
    float: left;
}

@media (max-width: 767px) {
    .coupon {
        float: none;
    }
}

#coupon_code {
    height: 57px;
    border: 2px solid var(--tp-grey-1);
    padding: 0 15px;
    margin-right: 10px;
    font-family: var(--tp-ff-heading);
    outline: none;
}

@media (max-width: 575px) {
    #coupon_code {
        margin-right: 0;
    }
}

#coupon_code::placeholder {
    color: #6f7172;
}

#coupon_code:focus {
    border-color: var(--tp-theme-1);
}

@media (max-width: 767px) {
    #coupon_code {
        margin-bottom: 15px;
    }
}

.coupon2 {
    float: right;
}

@media (max-width: 767px) {
    .coupon2 {
        float: none;
        margin-top: 15px;
    }
}

.cart-page-total {
    padding-top: 50px;
}

    .cart-page-total > h2 {
        font-size: 25px;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

    .cart-page-total > ul {
        border: 1px solid var(--tp-grey-1);
    }

        .cart-page-total > ul > li {
            list-style: none;
            font-size: 15px;
            color: #6f7172;
            padding: 10px 30px;
            border-bottom: 1px solid var(--tp-grey-1);
            font-weight: 400;
            font-family: var(--tp-ff-heading);
        }

    .cart-page-total ul > li > span {
        float: right;
    }

    .cart-page-total li:last-child {
        border-bottom: 0;
    }

td.product-thumbnail img {
    width: 125px;
}

/* 17. Checkout */
.coupon-accordion h3 {
    background-color: #f6f6f6;
    border-top: 3px solid var(--tp-heading-primary);
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
    font-family: var(--tp-ff-heading);
}

    .coupon-accordion h3::before {
        content: "\f07b";
        left: 15px;
        top: 13px;
        position: absolute;
        color: #6f7172;
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
    }

.coupon-accordion span {
    color: #6f7172;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
    font-family: var(--tp-ff-heading);
}

    .coupon-accordion span:hover, p.lost-password a:hover {
        color: var(--tp-heading-primary);
    }

.coupon-content {
    border: 1px solid var(--tp-grey-1);
    display: none;
    margin-bottom: 20px;
    padding: 30px;
}

.coupon-info p.coupon-text {
    margin-bottom: 15px;
}

.coupon-info p {
    margin-bottom: 0;
}

    .coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
        display: block;
        color: #6f7172;
    }

        .coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
            color: red;
            font-weight: 700;
        }

    .coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
        border: 1px solid var(--tp-grey-1);
        height: 45px;
        margin: 0 0 14px;
        max-width: 100%;
        padding: 0 0 0 10px;
        width: 100%;
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

        .coupon-info p.form-row-first input:focus, .coupon-info p.form-row-last input:focus {
            border-color: var(--tp-theme-1);
        }

    .coupon-info p.form-row input[type=submit]:hover, p.checkout-coupon input[type=submit]:hover {
        background: var(--tp-theme-1) none repeat scroll 0 0;
    }

    .coupon-info p.form-row input[type=checkbox] {
        position: relative;
        top: 2px;
    }

.form-row > label {
    margin-top: 15px;
    margin-left: 15px;
    color: #6f7172;
}

.buttons-cart input, .coupon input[type=submit], .buttons-cart a, .coupon-info p.form-row input[type=submit] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

p.lost-password {
    margin-top: 15px;
}

    p.lost-password a {
        color: #6f6f6f;
    }

p.checkout-coupon input[type=text] {
    height: 45px;
    padding: 0 15px;
    width: 100%;
    border: 1px solid var(--tp-grey-1);
    margin-bottom: 15px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

    p.checkout-coupon input[type=text]:focus {
        border-color: var(--tp-theme-1);
    }

    p.checkout-coupon input[type=text]::placeholder {
        color: #6f7172;
    }

.coupon-checkout-content {
    display: none;
}

.checkbox-form h3 {
    border-bottom: 1px solid var(--tp-grey-1);
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.country-select {
    margin-bottom: 30px;
    position: relative;
}

    .country-select select {
        width: 100%;
        background-color: transparent;
        border: 1px solid var(--tp-grey-1);
        padding: 0 10px;
        height: 50px;
    }

    .country-select .nice-select::after {
        margin-top: -5px;
    }

    .country-select label, .checkout-form-list label {
        color: #6f7172;
        display: block;
        margin: 0 0 5px;
        font-family: var(--tp-ff-heading);
    }

        .country-select label span.required, .checkout-form-list label span.required {
            color: var(--tp-theme-1);
        }

    .country-select .nice-select {
        border: 1px solid var(--tp-grey-1);
        height: 45px;
        padding-left: 10px;
        width: 100%;
        color: #6f7172;
        margin-bottom: 20px;
        font-family: var(--tp-ff-heading);
        border-radius: 0;
    }

        .country-select .nice-select:focus {
            border-color: var(--tp-theme-1);
        }

        .country-select .nice-select .list {
            width: 100%;
        }

.checkout-form-list {
    margin-bottom: 30px;
}

    .checkout-form-list label {
        color: #6f7172;
    }

    .checkout-form-list input[type=text], .checkout-form-list input[type=password], .checkout-form-list input[type=email] {
        background: #ffffff;
        border: 1px solid var(--tp-grey-1);
        border-radius: 0;
        height: 45px;
        padding: 0 0 0 10px;
        width: 100%;
        outline: none;
        font-family: var(--tp-ff-heading);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

        .checkout-form-list input[type=text]:focus, .checkout-form-list input[type=password]:focus, .checkout-form-list input[type=email]:focus {
            border-color: var(--tp-theme-1);
        }

        .checkout-form-list input[type=text]::-moz-placeholder,
        .checkout-form-list input[type=password]::-moz-placeholder,
        .checkout-form-list input[type=email]::-moz-placeholder {
            color: #6f7172;
            opacity: 1;
        }

        .checkout-form-list input[type=text]::placeholder,
        .checkout-form-list input[type=password]::placeholder,
        .checkout-form-list input[type=email]::placeholder {
            color: #6f7172;
            opacity: 1;
        }

    .checkout-form-list input[type=checkbox] {
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 1px;
    }

.create-acc label {
    color: #6f7172;
    display: inline-block;
}

.create-account {
    display: none;
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    color: #6f7172;
}

.order-notes textarea {
    border: 1px solid var(--tp-grey-1);
    height: 90px;
    padding: 15px;
    width: 100%;
    outline: none;
    font-family: var(--tp-ff-heading);
}

    .order-notes textarea:focus {
        border-color: var(--tp-theme-1);
    }

    .order-notes textarea::-moz-placeholder {
        color: #6f7172;
        opacity: 1;
    }

    .order-notes textarea::placeholder {
        color: #6f7172;
        opacity: 1;
    }

#ship-box-info {
    display: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    border-radius: 0;
}

.your-order {
    padding: 30px 40px 45px;
    border: 3px solid var(--tp-grey-1);
}

@media (max-width: 767px) {
    .your-order {
        padding: 15px;
    }
}

.your-order h3 {
    border-bottom: 1px solid var(--tp-grey-1);
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.your-order-table table {
    background: none;
    border: 0;
    width: 100%;
}

    .your-order-table table th, .your-order-table table td {
        border-bottom: 1px solid var(--tp-grey-1);
        border-right: medium none;
        color: #6f7172;
        font-size: 14px;
        padding: 15px 0;
        text-align: left;
        font-family: var(--tp-ff-heading);
    }

@media (max-width: 767px) {
    .your-order-table table th, .your-order-table table td {
        padding-right: 10px;
    }
}

.your-order-table table th {
    border-top: medium none;
    color: #6f7172;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
    font-family: var(--tp-ff-heading);
}

.panel-body > p {
    color: #222;
}

.your-order-table table .shipping ul li {
    list-style: none;
}

    .your-order-table table .shipping ul li input {
        position: relative;
        top: 2px;
    }

    .your-order-table table .shipping ul li label {
        color: #6f7172;
    }

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total th {
    border-bottom: 0;
    font-size: 14px;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
    background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
    color: var(--tp-heading-primary);
    font-size: 18px;
    font-weight: 500;
}

.payment-method {
    margin-top: 40px;
}

    .payment-method .accordion-item:last-of-type {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .payment-method .accordion-item {
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid var(--tp-grey-1);
    }

    .payment-method .accordion-button {
        font-size: 16px;
        font-weight: 500;
        color: var(--tp-heading-primary);
        padding: 23px 0;
        border: none;
        font-family: var(--tp-ff-heading);
    }

        .payment-method .accordion-button:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
        }

        .payment-method .accordion-button::after {
            position: absolute;
            content: "\f067";
            left: auto;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: var(--tp-ff-fontawesome);
            font-size: 16px;
            font-weight: 400;
            margin-left: 0;
            background-image: none;
        }

        .payment-method .accordion-button:not(.collapsed) {
            color: var(--tp-heading-primary);
            background-color: var(--tp-common-white);
            box-shadow: none;
        }

            .payment-method .accordion-button:not(.collapsed)::after {
                content: "\f068";
            }

    .payment-method .accordion-body {
        padding: 0;
        padding-bottom: 20px;
    }

        .payment-method .accordion-body p {
            margin-bottom: 0;
        }

    .payment-method .accordion-collapse {
        border: none;
    }

.panel-title > a {
    display: block;
}

.order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

    .order-button-payment input:hover {
        background: var(--tp-theme-1) none repeat scroll 0 0;
    }

.payment-method .btn-link {
    background: no-repeat;
    border: medium none;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.payment-method .card {
    background-color: #ffffff;
    border: 1px solid var(--tp-grey-1);
    border-radius: 0;
    margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
    border: 1px solid var(--tp-grey-1);
}

.card-header:first-child {
    border-radius: 0;
}

.payment-method .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid var(--tp-grey-1);
}

.order-button-payment button {
    width: 100%;
}

.cart-plus-minus {
    width: 180px;
}

.cdcart-plus-minus input {
    border: 0px;
    outline: 0px;
    background: none;
    font-weight: 400;
    color: var(--tp-heading-primary);
    font-size: 14px;
    display: inline-block;
    height: 45px;
    list-style: 45px;
    padding: 0 50px;
    width: 180px;
    border: 1px solid #ebebeb;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.cart-plus-minus .qtybutton {
    font-size: 20px;
    color: var(--tp-heading-primary);
    display: inline-block;
    position: absolute;
    top: 50%;
    height: 22px;
    width: 22px;
    background: transparent;
    border-radius: 30px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-plus-minus .dec {
    left: 7px;
}

.cart-plus-minus .inc {
    right: 7px;
}

/*----------------------------------------*/
/*  24. FOOTER CSS START
/*----------------------------------------*/
.footer-logo-bg {
    width: 100%;
    align-items: center;
    justify-items: center;
    display: grid;
}

    .footer-logo-bg .footer-logo-area {
        /* right: 0; */
        /* margin-right: -11%; */
        /* left: 50%; */
        position: absolute;
        align-items: center;
        justify-content: space-between;
        display: flex;
        z-index: 105;
    }

        .footer-logo-bg .footer-logo-area .footer-logo {
            border-radius: 100%;
            width: 180px;
            height: 180px;
            line-height: 145px;
            padding: 16px;
            background: #ffffff;
            box-shadow: 0 2px 13px 0 rgb(66 91 166 / 55%);
        }

.footer__widget-title {
    font-size: 22px;
    color: var(--tp-common-black);
    margin-bottom: 20px;
}

.footer__widget ul li {
    list-style: none;
}

    .footer__widget ul li a {
        font-size: 14px;
        color: var(--tp-common-white);
        font-weight: var(--tp-fw-medium);
    }

.footer-col-1 {
    margin-right: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-col-1 {
        margin-right: 180px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-col-1 {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-col-1 {
        margin-right: 0px;
    }
}

.footer__list-item {
    display: flex;
    align-items: center;
    margin-right: 120px;
    padding-bottom: 30px;
    border-bottom: 1px solid #313333;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer__list-item {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__list-item {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer__list-item {
        margin-right: 0;
    }
}

.footer__list-item:last-child {
    border-bottom: 0;
}

.footer__list-item p {
    color: var(--tp-common-white);
    margin-bottom: 0;
}

    .footer__list-item p a {
        display: block;
    }

        .footer__list-item p a:hover {
            color: var(--tp-theme-1);
        }

.footer__list-icon {
    margin-right: 30px;
}

    .footer__list-icon i {
        font-size: 30px;
        color: var(--tp-theme-1);
    }

.footer__widget form .contact-filed input, .footer__widget form .contact-filed textarea {
    width: 100%;
    height: 60px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #313333;
    outline: none;
    box-shadow: none;
    color: var(--tp-common-white);
    resize: none;
}

    .footer__widget form .contact-filed input:focus, .footer__widget form .contact-filed textarea:focus {
        border-color: var(--tp-common-white);
    }

    .footer__widget form .contact-filed input::-moz-placeholder, .footer__widget form .contact-filed textarea::-moz-placeholder {
        color: #A0A2A4;
        font-size: var(--tp-fz-body);
        opacity: 1;
    }

    .footer__widget form .contact-filed input::placeholder, .footer__widget form .contact-filed textarea::placeholder {
        color: #A0A2A4;
        font-size: var(--tp-fz-body);
        opacity: 1;
    }

.footer__widget form .contact-filed textarea {
    height: 160px;
}

.tpcopyright-area {
    padding: 15px 0;
}

    .tpcopyright-area p {
        margin-bottom: 0;
    }

@media (max-width: 575px) {
    .tpcopyright-area p {
        text-align: center;
        margin-bottom: 15px;
    }
}

.tpcopyright-area-2 p {
    color: var(--tp-heading-primary);
}

.tpcopyright-area-4 {
    padding: 25px 0;
}

    .tpcopyright-area-4 p {
        margin-bottom: 0;
        color: var(--tp-common-white);
    }

.tpcopyright-border {
    border-top: 1px solid #ECEFF4;
}

.ft-social {
    text-align: right;
}

@media (max-width: 575px) {
    .ft-social {
        text-align: center;
    }
}

.ft-social a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    color: #727373;
    margin-right: 15px;
    text-align: center;
    border-radius: 50%;
    background: var(--tp-heading-primary);
}

    .ft-social a:last-child {
        margin-right: 0;
    }

    .ft-social a:hover {
        color: var(--tp-common-white);
    }

.ft-social-2 a {
    background: none;
    color: #B9B9B9;
    margin-right: 10px;
}

    .ft-social-2 a:hover {
        background: none;
        color: var(--tp-heading-primary);
    }

.ft-social-12 a {
    width: inherit;
    margin-right: 35px;
}

.tp-footer-sm-title {
    font-size: 40px;
    font-weight: var(--tp-fw-medium);
    line-height: 1.2;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-footer-sm-title {
        font-size: 38px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-sm-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer-sm-title {
        font-size: 30px;
    }
}

.tp-footer-sm-title span {
    position: relative;
    display: inline;
    background-image: linear-gradient(#FD4766, #FD4766), linear-gradient(#FD4766, #FD4766);
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
    color: var(--tp-theme-1);
}

.tp-footer-sm-title:hover span {
    background-size: 0 2px, 100% 2px;
}

.tp-footer-xs-title {
    font-size: 13px;
    font-weight: var(--tp-fw-sbold);
    line-height: 1.2;
    color: #777B83;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tp-footer-social-list a {
    font-size: 22px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-heading-primary);
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    position: relative;
    background-image: linear-gradient(#141515, #141515), linear-gradient(#141515, #141515);
    background-size: 0 1px, 100% 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
    line-height: 1.4;
    -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;
}

    .tp-footer-social-list a:hover {
        color: var(--tp-theme-1);
        background-image: linear-gradient(var(--tp-theme-1), var(--tp-theme-1)), linear-gradient(var(--tp-theme-1), var(--tp-theme-1));
    }

.tp-footer-social-list-2 a {
    background-image: none;
}

    .tp-footer-social-list-2 a:hover {
        background-image: none;
    }

.footer-col-2 {
    margin-left: 100px;
}

@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-col-2 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-col-3 {
        margin-right: 70px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px), 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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-col-3 p br {
        display: none;
    }
}

.tp-map-area {
    line-height: 0;
    height: 100%;
    width: 100%;
}

    .tp-map-area iframe {
        width: 100%;
        height: 100%;
        filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-map-area iframe {
        height: 650px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-map-area iframe {
        height: 550px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-map-area iframe {
        height: 500px;
    }
}

.tpfooter-sm-title-2 {
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    text-transform: uppercase;
}

    .tpfooter-sm-title-2 i {
        font-size: 20px;
        color: var(--tp-theme-1);
        margin-right: 8px;
    }

.tpfooter-sd-title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: var(--tp-fw-sbold);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpfooter-sd-title {
        font-size: 22px;
    }
}

.tpfooter-contact-list ul li {
    margin-bottom: 20px;
}

    .tpfooter-contact-list ul li:last-child {
        margin-bottom: 0;
    }

    .tpfooter-contact-list ul li a {
        font-size: 18px;
        line-height: 38px;
        color: #777B83;
        display: inline-block;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tpfooter-contact-list ul li a br {
        display: none;
    }
}

.tpfooter-contact-list ul li a:hover {
    color: var(--tp-theme-1);
}

.tpfooter-contact-list p {
    font-size: 18px;
    line-height: 50px;
    color: #777B83;
}

    .tpfooter-contact-list p:hover {
        color: var(--tp-theme-1);
    }

.tpfooter-contact-list-2 ul li {
    margin-bottom: 0;
}

    .tpfooter-contact-list-2 ul li p {
        margin-bottom: 0;
    }

.footer-col-4 {
    margin: 0 85px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .footer-col-4 {
        margin: 0px 40px;
    }
}

@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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-col-4 {
        margin: 0px 30px;
    }
}

.border-top-2 {
    border-top: 1px solid #2C2F2F;
}

.footer-sm-title {
    font-size: 14px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-grey-5);
    text-transform: uppercase;
}

.footer-sp-title {
    font-size: 32px;
    line-height: 1.2;
    color: var(--tp-common-white);
    font-weight: var(--tp-fw-sbold);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-sp-title {
        font-size: 20px;
    }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-sp-title {
        font-size: 25px;
    }
}

.footer-sp-title i {
    color: var(--tp-common-white);
}

.footer-sp-title a:hover {
    color: var(--tp-theme-1);
}

.footer-sp-contact {
    font-size: 17px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-common-white);
    display: block;
}

    .footer-sp-contact a:hover {
        color: var(--tp-theme-1);
    }

.footer-xs-title {
    font-size: 18px;
    font-weight: var(--tp-fw-bold);
    color: var(--tp-common-white);
}

.footer-links ul li {
    margin-bottom: 8px;
}

    .footer-links ul li:last-child {
        margin-bottom: 0;
    }

    .footer-links ul li a {
        font-size: 15px;
        font-weight: var(--tp-fw-medium);
        color: var(--tp-common-white);
    }

        .footer-links ul li a:hover {
            color: var(--tp-theme-1);
        }

.footer-xs-wrapper p {
    color: var(--tp-grey-5);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .footer-xs-wrapper p br {
        display: none;
    }
}

.copyright-links {
    text-align: right;
}

    .copyright-links a {
        font-size: 15px;
        font-weight: var(--tp-fw-medium);
        display: inline-block;
        color: var(--tp-grey-5);
        margin-right: 20px;
    }

        .copyright-links a:hover {
            color: var(--tp-theme-1);
        }

        .copyright-links a:last-child {
            margin-right: 0;
        }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .copyright-links {
        margin-top: 15px;
        text-align: left;
    }
}

.footer-contact-wrapper {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /*        border-radius: 20px;
*/ overflow: hidden;
}

.footer-contact-overlay {
    position: relative;
    z-index: 1;
}

    .footer-contact-overlay::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.footer-copyright-text {
    padding: 45px 0;
}

    .footer-copyright-text p {
        font-size: 15px;
        color: #141515;
        margin-bottom: 0;
    }

/*----------------------------------------*/
/*  25. Dark Light CSS START
/*----------------------------------------*/
.mode-switch-wrapper .label i {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 53px;
    border-radius: 50%;
    color: var(--tp-heading-primary);
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border: 1px solid var(--tp-border-2);
}

    .mode-switch-wrapper .label i::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(245.39deg, #1C99FE -0.28%, #7644FF 47.72%, #FD4766 91.3%);
        background-size: 200% 100%;
        border-radius: 50%;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
    }

    .mode-switch-wrapper .label i:hover {
        color: var(--tp-common-white);
        border-color: transparent;
    }

        .mode-switch-wrapper .label i:hover::after {
            visibility: visible;
            opacity: 1;
        }

.checkbox {
    opacity: 0;
    position: absolute;
}

.active-light-mode .tp-light-icon {
    display: none;
}

.active-dark-mode .tp-dark-icon {
    display: none;
}

.mode-switch-wrapper-2 .label i {
    background: none;
    border: 0;
    height: auto;
    width: auto;
}

    .mode-switch-wrapper-2 .label i:hover {
        background: none;
        color: var(--tp-theme-1);
    }

.active-dark-mode {
    background: var(--tp-common-black);
}

    .active-dark-mode *::-moz-selection {
        background: var(--tp-common-white);
        color: var(--tp-common-black);
        text-shadow: none;
    }

    .active-dark-mode ::-moz-selection {
        background: var(--tp-common-white);
        color: var(--tp-common-black);
        text-shadow: none;
    }

    .active-dark-mode ::selection {
        background: var(--tp-common-white);
        color: var(--tp-common-black);
        text-shadow: none;
    }

    .active-dark-mode p {
        color: var(--tp-grey-5);
    }

    .active-dark-mode .logo-white {
        display: block;
    }

    .active-dark-mode .logo-dark {
        display: none;
    }

    .active-dark-mode .tp-header-area .tpmenu ul li a {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tp-header-area .tpmenu ul li.has-dropdown > a::after {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tp-header-area .tp-header-action ul li a {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tp-header-area .mode-switch-wrapper .label {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpmenu ul li .submenu li:hover > a {
        color: var(--tp-common-white);
    }

    .active-dark-mode .header-sticky {
        background: #222;
    }

    .active-dark-mode .inner-border {
        border-bottom: 1px solid #181818;
    }

    .active-dark-mode .mode-switch-wrapper .label i {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tphero-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpdesign-sub-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .down-arrow a {
        background: var(--tp-common-black-soft);
        color: var(--tp-common-white);
        transition: 0.3s;
    }

        .active-dark-mode .down-arrow a:hover {
            background: linear-gradient(260.16deg, #1C99FE 9.94%, #7644FF 54.82%, #FD4766 95.56%);
            color: var(--tp-common-white);
        }

    .active-dark-mode .grey-bg {
        background: var(--tp-common-black);
    }

    .active-dark-mode .tp-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .about-des-text {
        color: #A0A2A4;
    }

    .active-dark-mode .tpservices-area {
        background: var(--tp-common-black-soft);
        position: relative;
        z-index: 1;
    }

    .active-dark-mode .tpservices-2 {
        background: var(--tp-common-black-soft);
        border-color: #313333;
    }

    .active-dark-mode .tpservices__title {
        color: var(--tp-common-white);
    }

        .active-dark-mode .tpservices__title:hover {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .tpservices__btn a span {
        background: var(--tp-common-white);
    }

    .active-dark-mode .tpbrand-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpproject-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .ts-tabs button {
        background: var(--tp-common-black);
        color: var(--tp-common-white);
        border: 1px solid #313333;
    }

        .active-dark-mode .ts-tabs button:hover {
            background: var(--tp-theme-1);
            border-color: var(--tp-theme-1);
            color: var(--tp-common-white);
        }

    .active-dark-mode .tp-arrow-style button.slick-arrow {
        background: var(--tp-common-black-soft);
        color: var(--tp-common-white);
        border: 1px solid #313333;
    }

        .active-dark-mode .tp-arrow-style button.slick-arrow:hover {
            background: var(--tp-theme-1);
            border-color: var(--tp-theme-1);
            color: var(--tp-common-white);
        }

    .active-dark-mode .client__nav {
        background: var(--tp-common-black-soft);
        border: 1px solid var(--tp-border-3);
    }

    .active-dark-mode .slick-current .client__nav {
        border-color: var(--tp-theme-1);
    }

    .active-dark-mode .client__nav-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .client__review {
        background: var(--tp-common-black-soft);
        border: 1px solid var(--tp-border-3);
    }

        .active-dark-mode .client__review p {
            color: var(--tp-common-white);
        }

    .active-dark-mode .tpagency__slider button.slick-arrow {
        background: var(--tp-common-black);
        color: var(--tp-common-white);
    }

        .active-dark-mode .tpagency__slider button.slick-arrow:hover {
            background: var(--tp-theme-1);
            color: var(--tp-common-white);
        }

    .active-dark-mode .tpagency__down-btn a {
        background: var(--tp-common-black);
        color: var(--tp-common-white);
    }

        .active-dark-mode .tpagency__down-btn a:hover {
            color: var(--tp-common-white);
            background: var(--tp-theme-1);
        }

    .active-dark-mode .tpservices-3 {
        background: var(--tp-common-black);
        border: 1px solid var(--tp-border-3);
    }

    .active-dark-mode .tpfact-wrapper {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpfact__item {
        background: var(--tp-common-black);
    }

    .active-dark-mode .fact-title {
        color: var(--tp-common-white);
    }

        .active-dark-mode .fact-title:hover {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .tpfrn-content {
        background: transparent;
    }

        .active-dark-mode .tpfrn-content p {
            color: var(--tp-common-white);
        }

    .active-dark-mode .tpfrn-content-2 {
        background: transparent;
    }

    .active-dark-mode .tpfrn-sub-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpfrn-about-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpfrn-about-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpfrn-about p {
        color: #A0A2A4;
    }

    .active-dark-mode .tpfrn-services-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpservices-4 {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpservices__btn a svg * {
        fill: #5A5B5B;
        opacity: 100%;
    }

    .active-dark-mode .tpservices__btn a:hover svg * {
        fill: var(--tp-common-white);
        opacity: 100%;
    }

    .active-dark-mode .tpfrn-bg-image::before {
        background: none;
        opacity: 0.6;
    }

    .active-dark-mode .tpfrn-area-3 {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpsec-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .trfrn-arrow-style:hover {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpfrn-project-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpfrn-project-title {
        color: var(--tp-common-white);
    }

        .active-dark-mode .tpfrn-project-title a {
            background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
        }

    .active-dark-mode .client-designation {
        color: #A0A2A4;
    }

    .active-dark-mode .client .review-text {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpcta-area {
        background: #000;
    }

    .active-dark-mode .tp-border-btn {
        border-color: var(--tp-common-white);
        color: var(--tp-common-white);
    }

        .active-dark-mode .tp-border-btn:hover {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .tpbs-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tps-about-wrap p {
        color: #A0A2A4;
    }

    .active-dark-mode .features__list-text p {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpbs-about-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpbsvideo-content p {
        color: #A0A2A4;
    }

    .active-dark-mode .tpbs-services-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpservices-tpbs {
        background: var(--tp-heading);
        border: 1px solid var(--tp-border-3);
    }

        .active-dark-mode .tpservices-tpbs p {
            color: #A0A2A4;
        }

    .active-dark-mode .tpbs-btn-2 {
        color: var(--tp-common-white);
    }

        .active-dark-mode .tpbs-btn-2:hover {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .tpbs-video-wrapper {
        background: var(--tp-common-black);
    }

    .active-dark-mode .tpservices__btn a {
        color: var(--tp-common-white);
    }

        .active-dark-mode .tpservices__btn a:hover {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .tpbs-project-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpbs-project__title {
        color: var(--tp-common-white);
    }

        .active-dark-mode .tpbs-project__title:hover {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .tpbs-cta-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpbs-title-df {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpbs-brand {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpblog__title {
        color: var(--tp-common-white);
    }

        .active-dark-mode .tpblog__title a {
            background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
        }

    .active-dark-mode .tpblog__catagory {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpblog__date {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tp-minimal__design-title {
        color: var(--tp-common-white);
    }

        .active-dark-mode .tp-minimal__design-title span {
            color: transparent;
            -webkit-text-stroke: 1.2px var(--tp-common-white);
        }

    .active-dark-mode .tp-minimal__design .tpds-text {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpds-title {
        color: var(--tp-common-white);
    }

        .active-dark-mode .tpds-title span {
            color: var(--tp-common-white);
        }

    .active-dark-mode .tpproject-5 .tpproject__btn a i {
        color: var(--tp-common-white);
    }

        .active-dark-mode .tpproject-5 .tpproject__btn a i:hover {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .tp-minimal__design .tpds-text-2 {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tp-minimal__design-wrapper-2 p {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpservices-info p {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tp-minimal__design-social a {
        background: var(--tp-common-black-soft);
        color: #939393;
    }

        .active-dark-mode .tp-minimal__design-social a:hover {
            color: var(--tp-common-white);
        }

    .active-dark-mode .tp-mds-services {
        background: var(--tp-common-black);
    }

    .active-dark-mode .tpservices-border {
        border-right: 1px solid var(--tp-common-black);
    }

    .active-dark-mode .tp-mds-services:hover {
        transform: translateY(20px);
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpvideo-area-df.grey-bg {
        background: var(--tp-heading-primary);
    }

    .active-dark-mode .tpproject-area-minimal {
        background: var(--tp-common-black);
    }

    .active-dark-mode .tpproject__menu button {
        color: var(--tp-common-white);
    }

        .active-dark-mode .tpproject__menu button.active {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .tpproject__content {
        background: var(--tp-heading-primary);
    }

    .active-dark-mode .tpproject__title {
        color: var(--tp-common-white);
    }

        .active-dark-mode .tpproject__title:hover {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .tpproject__btn a svg * {
        fill: #5A5B5B;
        opacity: 100%;
    }

    .active-dark-mode .tpproject__btn:hover a svg * {
        fill: var(--tp-common-white);
        opacity: 100%;
    }

    .active-dark-mode .tptestimonial-area.grey-bg {
        background: var(--tp-heading-primary);
    }

    .active-dark-mode .tpm-testimonial {
        background: var(--tp-common-black);
        border: 1px solid #313132;
    }

        .active-dark-mode .tpm-testimonial p {
            color: #A0A2A4;
        }

    .active-dark-mode .client__name {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpmblog-item:hover {
        box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
        transition: 0.3s;
        background: var(--tp-heading-primary);
    }

    .active-dark-mode .tpmblog-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpmblog-item p {
        color: var(--tp-grey-5);
    }

    .active-dark-mode .tp-creative-hero__title {
        color: var(--tp-common-white);
    }

        .active-dark-mode .tp-creative-hero__title span {
            color: transparent;
            -webkit-text-stroke: 2px var(--tp-common-white);
        }

    .active-dark-mode .tpcr-btn {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tp-creative-hero-image {
        background: var(--tp-heading-primary);
    }

    .active-dark-mode .tp-creative__menu {
        border-top: 1px solid var(--tp-border-4);
    }

    .active-dark-mode .tp-creative__menu-grid {
        border-top: 0;
    }

    .active-dark-mode .tp-creative__menu-grid {
        border-bottom: 1px solid var(--tp-border-4);
    }

        .active-dark-mode .tp-creative__menu-grid .active {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .tp-creative__menu button {
        border: 1px solid var(--tp-border-4);
    }

    .active-dark-mode .tp-gcreative-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tp-creative__menu .tp-cr-btn {
        border: none;
        color: var(--tp-common-white);
    }

        .active-dark-mode .tp-creative__menu .tp-cr-btn.active {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .tp-gcreative-title span {
        background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    }

    .active-dark-mode .tp-photograper-cta-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpbs-scroll-btn {
        background: var(--tp-heading-primary);
        color: var(--tp-common-white);
        border-color: var(--tp-heading-primary);
    }

        .active-dark-mode .tpbs-scroll-btn:hover {
            color: var(--tp-common-white);
            background: var(--tp-theme-1);
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .tpbs-scroll-btn-df {
        background: var(--tp-common-white);
    }

        .active-dark-mode .tpbs-scroll-btn-df i {
            color: var(--tp-heading-primary);
        }

        .active-dark-mode .tpbs-scroll-btn-df:hover is {
            color: var(--tp-common-white);
        }

    .active-dark-mode .tpmodel-hero-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpmodel-hero-contcat-info a {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpcopyright-border {
        border-top: 1px solid var(--tp-border-4);
    }

    .active-dark-mode .tpcopyright-area-2 p {
        color: var(--tp-common-white);
    }

    .active-dark-mode .ft-social-2 a:hover {
        background: none;
        color: var(--tp-theme-1);
    }

    .active-dark-mode .tpfurniture-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tp-ts-btn:hover {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpfurniture-title span {
        background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    }

    .active-dark-mode .tpfurniture-contact-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpbs-project__title-2 {
        color: var(--tp-common-white);
    }

        .active-dark-mode .tpbs-project__title-2 a {
            background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
        }

    .active-dark-mode .tp-footer-sm-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tp-footer-social-list a {
        color: var(--tp-common-white);
    }

    .active-dark-mode .footer__widget p {
        color: var(--tp-grey-5);
    }

    .active-dark-mode .tppoletics-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tppoletics-sd-title {
        -webkit-text-stroke: 1.2px var(--tp-common-white);
        -webkit-background-clip: text;
    }

    .active-dark-mode .tppoletics-text {
        color: var(--tp-common-white);
    }

    .active-dark-mode .bio-wrapper.grey-bg {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .biograpy-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .biograpy-area.white-bg {
        background: var(--tp-common-black);
    }

    .active-dark-mode .vote-area.white-bg {
        background: var(--tp-common-black);
    }

    .active-dark-mode .vote-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .vote-sm-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .border-top {
        border-top: 1px solid var(--tp-border-4) !important;
    }

    .active-dark-mode .tppo-services-area.grey-bg {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tp-political-project.grey-bg {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpevent-area.grey-bg {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpevent-item {
        background: var(--tp-common-black);
    }

    .active-dark-mode .tpevent-title {
        color: var(--tp-common-white);
    }

        .active-dark-mode .tpevent-title:hover {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .tpevent-sm-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpevent-title a {
        background-image: linear-gradient(#FD4766, #FD4766), linear-gradient(#FD4766, #FD4766);
    }

    .active-dark-mode .tppo-testimonial-area.grey-bg {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tppo-testimonial-wrapper.white-bg {
        background: var(--tp-common-black);
    }

    .active-dark-mode .tppo-testimonial-wrapper button.slick-arrow:hover {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tppoblog-area.grey-bg {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpblog__content-2 {
        background: var(--tp-common-black);
    }

    .active-dark-mode .tpfooter-sm-title-2 {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpfooter-sd-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpabout-xd-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpabout-xs-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpfact-border-right {
        border-right: 1px solid var(--tp-border-4);
    }

    .active-dark-mode .tpfact__item-df {
        border-top: 1px solid var(--tp-border-4);
    }

    .active-dark-mode .tpbs-review p {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tp-award-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .award-title {
        color: var(--tp-common-white);
    }

        .active-dark-mode .award-title:hover {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .tp-award-item {
        border: 1px solid var(--tp-border-4);
    }

    .active-dark-mode .award-icon {
        border-left: 1px solid var(--tp-border-4);
    }

        .active-dark-mode .award-icon i:hover {
            color: var(--tp-common-white);
        }

    .active-dark-mode .tp-photograper-cta-2 {
        background-color: var(--tp-common-black-soft);
    }

    .active-dark-mode .sd-banner-sm-item p {
        color: var(--tp-common-white);
    }

    .active-dark-mode .aboutme-feature-list ul li p {
        color: var(--tp-common-white);
    }

    .active-dark-mode .getin-touch-area {
        background-color: var(--tp-common-black-soft);
    }

    .active-dark-mode .aboutme-social a {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .ab-tabs {
        border-color: var(--tp-border-4);
    }

        .active-dark-mode .ab-tabs .ab-tab-item {
            border-color: var(--tp-border-4);
            color: var(--tp-common-white);
            background-color: transparent;
            box-shadow: none;
        }

            .active-dark-mode .ab-tabs .ab-tab-item.active {
                color: var(--tp-theme-1);
            }

    .active-dark-mode .tab-pane-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .skill-item-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .edu-exp-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .get-in-touch-wrapper {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .tp-contact-form-field input, .active-dark-mode .tp-contact-form-field select, .active-dark-mode .tp-contact-form-field textarea {
        background: rgba(251, 251, 251, 0.1098039216);
        border-color: var(--tp-border-4);
        color: var(--tp-common-white);
    }

        .active-dark-mode .tp-contact-form-field input:focus, .active-dark-mode .tp-contact-form-field select:focus, .active-dark-mode .tp-contact-form-field textarea:focus {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .services-list-area-2 {
        background-color: var(--tp-common-black-soft);
    }

    .active-dark-mode .tpfrn-testimonial-area-2 {
        background-color: var(--tp-common-black-soft);
    }

    .active-dark-mode .pricing-plan-item {
        background-color: var(--tp-common-black-soft);
    }

    .active-dark-mode .plan-list ul li {
        color: var(--tp-common-white);
    }

    .active-dark-mode .plan-list ul .disable {
        color: var(--tp-grey-5);
    }

    .active-dark-mode .plan-price {
        background: var(--tp-common-black);
    }

        .active-dark-mode .plan-price .price {
            color: var(--tp-common-white);
        }

    .active-dark-mode .tp-sqbtn-border {
        color: var(--tp-common-white);
        border: 2px solid var(--tp-common-black);
    }

        .active-dark-mode .tp-sqbtn-border:hover {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .tp-sqbtn-active:hover {
        color: var(--tp-common-white);
    }

    .active-dark-mode .services-details-area {
        background-color: var(--tp-common-black-soft);
    }

    .active-dark-mode .services-d-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .services-sm-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .step-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .step-number-wrapper::after {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .project-list-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .basic-pagination ul li a, .active-dark-mode .basic-pagination ul li span {
        border: 2px solid var(--tp-border-4);
    }

        .active-dark-mode .basic-pagination ul li a:hover, .active-dark-mode .basic-pagination ul li span:hover {
            border-color: var(--tp-theme-1);
        }

        .active-dark-mode .basic-pagination ul li span.current {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .tp-creative-lists-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .tp-furniture-project-2 {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .project-details-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .details-nav-item a {
        color: var(--tp-common-white);
    }

    .active-dark-mode .faq-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .fq-button {
        color: var(--tp-common-white);
    }

    .active-dark-mode .fq-item {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .accordion-flush .fq-item:last-child {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .team-area {
        background: var(--tp-common-black-soft);
        position: relative;
        z-index: 1;
    }

    .active-dark-mode .tpteam-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .pricing-plan-area-2 {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .pr-plan-item-border {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .privacy-content-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .privacy-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .privacy-nav ul li a {
        color: var(--tp-common-white);
    }

        .active-dark-mode .privacy-nav ul li a:hover {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .privacy-nav-wrapper::before {
        background: var(--tp-border-4);
    }

    .active-dark-mode .job-list-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .job-list-item {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .job-list-title {
        color: var(--tp-common-white);
    }

        .active-dark-mode .job-list-title:hover {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .job-list-sm-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .job-type {
        color: var(--tp-common-white);
    }

    .active-dark-mode .job-details-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .jobd-state {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .job-dtitle {
        color: var(--tp-common-white);
    }

    .active-dark-mode .job-dtext a {
        color: var(--tp-common-white);
    }

    .active-dark-mode .job-feature-list ul li b {
        color: var(--tp-common-white);
    }

    .active-dark-mode .shop-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .shop-meta {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .search-result {
        color: var(--tp-common-white);
    }

    .active-dark-mode .shop-nav-item i {
        color: var(--tp-common-white);
    }

    .active-dark-mode .select-option .nice-select {
        color: var(--tp-common-white);
        background: none;
    }

        .active-dark-mode .select-option .nice-select .list {
            background: var(--tp-common-black-soft);
            color: var(--tp-common-white);
        }

        .active-dark-mode .select-option .nice-select::after {
            border-color: var(--tp-common-white);
        }

    .active-dark-mode .product-title {
        color: var(--tp-common-white);
    }

        .active-dark-mode .product-title:hover {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .product-details {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .product-dtitle {
        color: var(--tp-common-white);
    }

    .active-dark-mode .product-dprice {
        color: var(--tp-common-white);
    }

    .active-dark-mode .product-model-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .product-quantity-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .cart-plus-minus input {
        color: var(--tp-common-white);
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .cart-plus-minus .qtybutton {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tp-sqbtn-border-2 {
        border-color: var(--tp-border-4);
        color: var(--tp-common-white);
    }

        .active-dark-mode .tp-sqbtn-border-2:hover {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .tp-sqbtn-active-2:hover {
        color: var(--tp-common-white);
    }

    .active-dark-mode .model-list a {
        background: var(--tp-common-black);
    }

    .active-dark-mode .product-tabs .product-tab-button {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .product-additional-info {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .product__desc-info ul li:nth-child(2n+1) {
        background: var(--tp-common-black);
    }

    .active-dark-mode .product__desc-info ul li h6 {
        color: var(--tp-common-white);
    }

    .active-dark-mode .product__desc-info ul li span {
        color: var(--tp-common-white);
    }

    .active-dark-mode .review-des-infod h6 {
        color: var(--tp-common-white);
    }

    .active-dark-mode .review-count {
        color: var(--tp-common-white);
    }

    .active-dark-mode .comment-title h3 {
        color: var(--tp-common-white);
    }

    .active-dark-mode .comment-rating span {
        color: var(--tp-common-white);
    }

    .active-dark-mode .comment-agree label {
        color: var(--tp-common-white);
    }

    .active-dark-mode .related-product-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .related-product-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .comment-input input {
        background: var(--tp-common-black);
        border-color: var(--tp-common-black);
    }

        .active-dark-mode .comment-input input:focus {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .comment-textarea {
        background: var(--tp-common-black);
        border-color: var(--tp-border-4);
    }

        .active-dark-mode .comment-textarea:focus {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .blog-grid-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .blog-grid-title {
        color: var(--tp-common-white);
    }

        .active-dark-mode .blog-grid-title a {
            background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
        }

    .active-dark-mode .blog-grid-date i {
        color: var(--tp-common-white);
    }

    .active-dark-mode .postbox__area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .postbox__title {
        color: var(--tp-common-white);
    }

        .active-dark-mode .postbox__title:hover {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .sidebar-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .widget {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .n-sidebar-search input {
        background: var(--tp-common-black);
        color: var(--tp-common-white);
    }

    .active-dark-mode .feed-content h6 {
        color: var(--tp-common-white);
    }

        .active-dark-mode .feed-content h6:hover {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .single-category {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .single-tag {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .search-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .search-wrapper {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .m-sidebar-search input {
        border-color: var(--tp-border-4);
        color: var(--tp-common-white);
    }

    .active-dark-mode .postbox__area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .postbox__title-df {
        color: var(--tp-common-white);
    }

    .active-dark-mode .active-dark-mode p {
        color: var(--tp-common-white);
    }

    .active-dark-mode .postbox__title-sm {
        color: var(--tp-common-white);
    }

    .active-dark-mode .blogd-tag-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tags-list a {
        border-color: var(--tp-border-4);
    }

        .active-dark-mode .tags-list a:hover {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .bolgd-tags-wrapper {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .postbox__comment-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .postbox-share-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .postbox__comment-name h5 {
        color: var(--tp-common-white);
    }

    .active-dark-mode .postbox__comment-reply a {
        background: var(--tp-common-black);
    }

        .active-dark-mode .postbox__comment-reply a:hover {
            background: var(--tp-theme-1);
        }

    .active-dark-mode .postbox__comment-form-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .postbox__comment-input input, .active-dark-mode .postbox__comment-input textarea {
        background: var(--tp-common-black);
        border-color: var(--tp-common-black);
        color: var(--tp-common-white);
    }

        .active-dark-mode .postbox__comment-input input:focus, .active-dark-mode .postbox__comment-input textarea:focus {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .contact-darea {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .conatct-sm-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .contact-item {
        background: var(--tp-common-black);
    }

    .active-dark-mode .contact-item-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .contact-item-last .contact-icon i {
        color: var(--tp-theme-1);
    }

    .active-dark-mode .sign-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .sign-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .sign-wrapper {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .sign__social {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .error-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .error-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .cart-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .table td, .active-dark-mode .table th {
        color: var(--tp-common-white);
    }

    .active-dark-mode .table-content table th, .active-dark-mode .table-content table td {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .table-content .table > :not(:last-child) > :last-child > * {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .table-content .table > :not(:first-child) {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .table-content table {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode #coupon_code {
        background: var(--tp-common-black);
        border-color: var(--tp-border-4);
        color: var(--tp-common-white);
    }

        .active-dark-mode #coupon_code:focus {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .cart-page-total > ul > li {
        border-color: var(--tp-border-4);
        color: var(--tp-common-white);
    }

    .active-dark-mode .checkout-area, .active-dark-mode .coupon-area {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .coupon-accordion h3 {
        background-color: var(--tp-common-black-soft);
        border-color: var(--tp-border-4);
        color: var(--tp-common-white);
    }

    .active-dark-mode .coupon-accordion span:hover {
        color: var(--tp-common-white);
    }

    .active-dark-mode .coupon-content {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .coupon-info p.form-row-first input, .active-dark-mode .coupon-info p.form-row-last input {
        background: var(--tp-common-black);
        border-color: var(--tp-border-4);
        color: var(--tp-common-white);
    }

        .active-dark-mode .coupon-info p.form-row-first input:focus, .active-dark-mode .coupon-info p.form-row-last input:focus {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode p.checkout-coupon input[type=text] {
        background: var(--tp-common-black);
        border-color: var(--tp-border-4);
        color: var(--tp-common-white);
    }

        .active-dark-mode p.checkout-coupon input[type=text]:focus {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .checkout-form-list input[type=text], .active-dark-mode .checkout-form-list input[type=password], .active-dark-mode .checkout-form-list input[type=email] {
        background: var(--tp-common-black);
        border-color: var(--tp-border-4);
        color: var(--tp-common-white);
    }

        .active-dark-mode .checkout-form-list input[type=text]:focus, .active-dark-mode .checkout-form-list input[type=password]:focus, .active-dark-mode .checkout-form-list input[type=email]:focus {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .country-select .nice-select {
        background: var(--tp-common-black);
        border-color: var(--tp-border-4);
        color: var(--tp-common-white);
    }

        .active-dark-mode .country-select .nice-select:focus {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .nice-select .option {
        background: var(--tp-common-black);
        color: var(--tp-common-white);
    }

    .active-dark-mode .checkbox-form h3 {
        border-color: var(--tp-border-4);
        color: var(--tp-common-white);
    }

    .active-dark-mode .order-notes textarea {
        background: var(--tp-common-black);
        border-color: var(--tp-border-4);
        color: var(--tp-common-white);
    }

        .active-dark-mode .order-notes textarea:focus {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .ship-different-title h3 label {
        color: var(--tp-common-white);
    }

    .active-dark-mode .your-order h3 {
        color: var(--tp-common-white);
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .your-order-table table th, .active-dark-mode .your-order-table table td {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .your-order-table table tr.cart_item:hover {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .payment-method .accordion-body {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .payment-method .accordion-button:not(.collapsed) {
        background: var(--tp-common-black-soft);
    }

    .active-dark-mode .payment-method .accordion-button {
        background: var(--tp-common-black-soft);
        color: var(--tp-common-white);
    }

    .active-dark-mode .payment-method .accordion-item {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .your-order {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .tpmenu ul li .submenu {
        background: var(--tp-common-black);
    }

        .active-dark-mode .tpmenu ul li .submenu li a {
            color: #A8B0C3;
        }

            .active-dark-mode .tpmenu ul li .submenu li a:hover {
                color: var(--tp-theme-1);
                background-color: var(--tp-common-black-soft);
            }

    .active-dark-mode .tpmenu ul li .megamenu {
        background: var(--tp-common-black);
    }

        .active-dark-mode .tpmenu ul li .megamenu li a {
            color: #A8B0C3;
        }

            .active-dark-mode .tpmenu ul li .megamenu li a:hover {
                color: var(--tp-theme-1);
                background-color: var(--tp-common-black-soft);
            }

    .active-dark-mode .cart-page-total > h2 {
        color: #fff;
    }

    .active-dark-mode .cart-page-total > ul {
        border-color: var(--tp-border-4);
    }

    .active-dark-mode .tp-header-action-coming-soon ul li a {
        border: 1px solid var(--tp-border-2);
        color: var(--tp-heading-primary) !important;
    }

        .active-dark-mode .tp-header-action-coming-soon ul li a:hover {
            color: var(--tp-common-white) !important;
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .cm-subscribe .m-sidebar-search input {
        color: var(--tp-common-black);
    }

    .active-dark-mode .tp-dot-style .slick-dots li.slick-active button {
        box-shadow: inset 0 0 0 1px var(--tp-theme-1);
    }

    .active-dark-mode .footer-copyright-text p {
        color: var(--tp-common-white);
    }

    .active-dark-mode .tpfrn-content-inner {
        background-color: var(--tp-common-black);
    }

    .active-dark-mode .comment-input input,
    .active-dark-mode .comment-textarea {
        color: var(--tp-common-white);
    }

    .active-dark-mode .sign-input label {
        color: var(--tp-common-white);
    }

    .active-dark-mode .sign-input input {
        background: var(--tp-common-black);
        border-color: var(--tp-border-4);
        color: var(--tp-common-white);
    }

    .active-dark-mode .sign__agree .switch {
        background: var(--tp-common-black);
        border-color: var(--tp-border-4);
    }

        .active-dark-mode .sign__agree .switch::before {
            background-color: var(--tp-border-4);
        }

    .active-dark-mode .sign-line {
        background-color: var(--tp-border-4);
    }

    .active-dark-mode .tp-btn-black:hover {
        color: var(--tp-common-white);
    }

    .active-dark-mode .blog-item-15 {
        background-color: #222;
    }

    .active-dark-mode .blog-meta-15 .blog-category {
        color: var(--tp-common-white);
    }

    .active-dark-mode .blog-title-15 {
        color: var(--tp-common-white);
    }

    .active-dark-mode .privacy-nav .nav-tabs .nav-item .nav-link {
        color: var(--tp-grey-5);
    }

        .active-dark-mode .privacy-nav .nav-tabs .nav-item .nav-link.active, .active-dark-mode .privacy-nav .nav-tabs .nav-item .nav-link:hover {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .blog__area {
        background-color: #181818;
    }

    .active-dark-mode .blog-slider .swiper-pagination-bullet {
        background-color: #CFCFCF;
    }

        .active-dark-mode .blog-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
            box-shadow: inset 0 0 0 1px var(--tp-theme-1);
            background-color: transparent;
        }

    .active-dark-mode .blog-slider-nav-1 button {
        background: var(--tp-common-black-soft);
        color: var(--tp-common-white);
        border: 1px solid #313333;
    }

        .active-dark-mode .blog-slider-nav-1 button:hover {
            color: var(--tp-common-white);
            background-color: var(--tp-theme-1);
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .cta-area-3 {
        background-color: #1F1F1F;
    }

    .active-dark-mode .tp-photograper-portfolio-text {
        color: var(--tp-common-white);
    }

    .active-dark-mode .privacy-item ul li {
        color: var(--tp-grey-5);
    }

    .active-dark-mode .privacy-nav .nav-tabs::before {
        background: #6C6C6C;
    }

    .active-dark-mode .hero-bg-6::after {
        background-color: var(--tp-heading-primary);
    }

    .active-dark-mode .experience-title {
        color: var(--tp-common-white);
    }

    .active-dark-mode .experience-sm-item {
        border-color: #262626;
    }

    .active-dark-mode .contact__form-input input, .active-dark-mode .contact__form-input textarea {
        background: #141515;
        border-color: #141515;
        color: #fff;
    }

        .active-dark-mode .contact__form-input input:focus, .active-dark-mode .contact__form-input textarea:focus {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .contact__form-input-2 input, .active-dark-mode .contact__form-input-2 textarea {
        background: #202020;
        border-color: #202020;
        color: #fff;
    }

        .active-dark-mode .contact__form-input-2 input:focus, .active-dark-mode .contact__form-input-2 textarea:focus {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .job-details-contact .contact__form-input input, .active-dark-mode .job-details-contact .contact__form-input textarea {
        background: #202020;
        border-color: #202020;
        color: #fff;
    }

        .active-dark-mode .job-details-contact .contact__form-input input:focus, .active-dark-mode .job-details-contact .contact__form-input textarea:focus {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .job-details-contact .contact__form-input-2 input, .active-dark-mode .job-details-contact .contact__form-input-2 textarea {
        background: #202020;
        border-color: #202020;
        color: #fff;
    }

        .active-dark-mode .job-details-contact .contact__form-input-2 input:focus, .active-dark-mode .job-details-contact .contact__form-input-2 textarea:focus {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .about-me-form .contact__form-input input, .active-dark-mode .about-me-form .contact__form-input textarea {
        background: #111;
        border-color: #111;
        color: #fff;
    }

        .active-dark-mode .about-me-form .contact__form-input input:focus, .active-dark-mode .about-me-form .contact__form-input textarea:focus {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .about-me-form .contact__form-input-2 input, .active-dark-mode .about-me-form .contact__form-input-2 textarea {
        background: #111;
        border-color: #111;
        color: #fff;
    }

        .active-dark-mode .about-me-form .contact__form-input-2 input:focus, .active-dark-mode .about-me-form .contact__form-input-2 textarea:focus {
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .about-me-form .contact__form-agree input {
        background: #111;
        border-color: #fff;
    }

        .active-dark-mode .about-me-form .contact__form-agree input:checked {
            background-color: var(--tp-theme-1);
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .contact__form-agree input {
        background: #000000;
        border-color: #fff;
    }

        .active-dark-mode .contact__form-agree input:checked {
            background-color: var(--tp-theme-1);
            border-color: var(--tp-theme-1);
        }

    .active-dark-mode .contact__form-agree label a {
        color: var(--tp-text-1);
    }

        .active-dark-mode .contact__form-agree label a:hover {
            color: var(--tp-theme-1);
        }

    .active-dark-mode .contact__info {
        background: #141515;
    }

    .active-dark-mode .contact__info-inner {
        background: #141515;
    }

    .active-dark-mode .contact__info-text h4 {
        color: var(--tp-common-white);
    }

    .active-dark-mode .contact__social ul li a.pin {
        color: #fff;
        background: #d8163f;
    }

        .active-dark-mode .contact__social ul li a.pin:hover {
            color: #d8163f;
            background-color: #fff;
        }

    .active-dark-mode .contact__social ul li a.tw {
        color: #fff;
        background: #03a9f4;
    }

        .active-dark-mode .contact__social ul li a.tw:hover {
            color: #03a9f4;
            background-color: #fff;
        }

    .active-dark-mode .contact__social ul li a.fb {
        color: #fff;
        background: #285da1;
    }

        .active-dark-mode .contact__social ul li a.fb:hover {
            color: #285da1;
            background-color: #fff;
        }

.duyuru-slider {
    padding: 0;
    height: 65px;
    display: flex;
    box-shadow: 0 2px 13px 0 rgb(66 91 166 / 49%);
}

.slider-baslik {
    padding-left: 3rem !important;
}

    .slider-baslik i {
        font-size: large;
        border: 2px solid #1e3a93;
        border-radius: 50px;
        padding: 10px;
        margin-right: 8px;
    }

@media (min-width: 1200px) {
    .slider-baslik {
        background-color: #f6f8fa;
        color: #1e3a93;
        font-weight: 600;
        align-items: center;
        display: flex;
        padding: 0;
    }
}

.duyuru-slider-area {
    min-width: 50%;
    width: 100%;
    max-width: 100%;
    display: flex;
    margin-left: 1rem;
    overflow: hidden;
}

.duyuru-slider-content {
    color: #1e3a93;
    margin-left: 50px;
    font-size: 14px;
}

.duyuru-slider-img {
    height: 1rem;
    margin-right: 0.5rem;
}

.imgs {
    max-width: 150px;
    border: 4px solid #385cc7;
    border-radius: 100px;
    padding: 5px;
    position: absolute;
    /* height: 136px; */
    right: 16%;
    z-index: 10;
    margin-top: -69px;
}


.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}

.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

    .popup-content p {
        font-size: 17px;
        padding: 10px;
        line-height: 20px;
    }

    .popup-content a.close {
        color: #1e3a93;
        float: right;
        font-size: 28px;
        font-weight: bold;
        background: none;
        padding: 0;
        margin: 0;
        text-decoration: none;
    }

        .popup-content a.close:hover {
            color: #333;
        }

    .popup-content span:hover,
    .popup-content span:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.popup-container:target {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    overflow-y: scroll;
}

.popup-container h3 {
    margin: 10px;
}

.popup-container img {
    height: auto;
}

.popup-link {
    display: flex;
    flex-wrap: wrap;
}

    .popup-link a {
        background: #333;
        color: #fff;
        padding: 10px 30px;
        border-radius: 5px;
        font-size: 17px;
        cursor: pointer;
        margin: 20px;
        text-decoration: none;
    }


.leftmenu {
    position: fixed;
    top: calc(50% - 130px);
    left: 0;
    z-index: 9;
}

.leftmenu__item {
    max-width: 45px;
    max-height: 45px;
    height: 45px;
    margin: 3px 0;
    display: block;
    background-color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .leftmenu__item span {
        display: inline-block;
    }

        .leftmenu__item span.title {
            text-transform: uppercase;
            color: #000;
            font-size: 0.8092857143rem;
            max-width: 0;
            overflow: hidden;
            white-space: nowrap;
            transition: all 0.4s ease-in-out;
        }

        .leftmenu__item span.icon {
            text-align: center;
            width: 56px;
            height: 23px;
            min-width: 40px;
        }

            .leftmenu__item span.icon i {
                width: 50%;
                color: #dc3545;
                font-size: large;
            }

    .leftmenu__item:hover {
        max-width: 100%;
        min-width: 100%;
    }

        .leftmenu__item:hover span.title {
            padding: 0 10px;
            max-width: 100%;
        }

.leftbaskan {
    position: fixed;
    bottom: 0;
    left: -45px;
    z-index: 9;
}

.leftbaskan__item {
    margin: 0 0;
    display: block;
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

    .leftbaskan__item span {
        display: inline-block;
    }

        .leftbaskan__item span.title {
            text-transform: uppercase;
            margin-left: -43px;
            margin-top: 80px;
            color: #fff;
            font-size: 0.8092857143rem;
            font-weight: 600;
            max-width: 0;
            overflow: hidden;
            white-space: nowrap;
            transition: all 0.4s ease-in-out;
        }

        .leftbaskan__item span.icon {
            width: 65%;
        }

            .leftbaskan__item span.icon img {
                width: 100%;
            }

    .leftbaskan__item:hover {
        max-width: 100%;
        min-width: 100%;
    }

        .leftbaskan__item:hover span.title {
            padding: 0 10px;
            max-width: 100%;
        }

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Forte:wght@300;400;500;600;700;800&family=Roboto:wght@400;500;700&display=swap");
@import url('font-awesome-pro.css');


h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption, figure, main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-family: Roboto;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: inherit;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details, menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

input {
    border: 0 none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button {
    background: none;
    cursor: pointer;
    outline: 0;
}

button, fieldset, iframe {
    border: 0;
}

fieldset, ul, ol, button, menu {
    padding: 0;
}

ol, ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 0;
}

svg {
    width: 1em;
    height: 1em;
}

.icon {
    font-size: 18px;
    color: currentColor;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 479px) {
    .container {
        max-width: 390px;
    }
}

@media (min-width: 480px) {
    .container {
        max-width: 600px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }

        .container.max-1200 {
            max-width: 1200px;
        }
}

@media (min-width: 1750px) {
    .container {
        max-width: 1400px;
    }

        .container.max-1200 {
            max-width: 1200px;
        }
}

.container-fluid {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1400px) {
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 1750px) {
    .container-fluid {
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media (min-width: 2020px) {
    .container-fluid {
        max-width: 2000px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container-fluid {
        max-width: 992px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-fluid {
        max-width: 768px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .container-fluid {
        max-width: 600px;
    }
}

@media (max-width: 479px) {
    .container-fluid {
        max-width: 390px;
    }
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -10px;
    margin-right: -10px;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

    .no-gutters > .col, .no-gutters > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 480px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.d-none {
    display: none !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}

@media (max-width: 479px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (max-width: 767px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (max-width: 991px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (max-width: 1199px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .gutter {
        margin-left: -20px;
        margin-right: -20px;
    }

        .gutter > .col, .gutter > [class*="col-"] {
            padding-left: 20px;
            padding-right: 20px;
        }

    .gutter-15 {
        margin-left: -15px;
        margin-right: -15px;
    }

        .gutter-15 > .col, .gutter-15 > [class*="col-"] {
            padding-left: 15px;
            padding-right: 15px;
        }

    .gutter-30 {
        margin-left: -30px;
        margin-right: -30px;
    }

        .gutter-30 > .col, .gutter-30 > [class*="col-"] {
            padding-left: 30px;
            padding-right: 30px;
        }

    .gutter-large {
        margin-left: -50px;
        margin-right: -50px;
    }

        .gutter-large > .col, .gutter-large > [class*="col-"] {
            padding-left: 50px;
            padding-right: 50px;
        }
}




.cats-sidebar-list ul {
    background: #eff2f7;
    border-radius: 10px;
    overflow: hidden;
}

    .cats-sidebar-list ul li:not(.heading):not(:first-child) {
        border-top: 1px solid white;
    }

    .cats-sidebar-list ul li:not(.heading):hover a {
        padding-left: 30px;
        background: #fff;
        color: #49525b;
    }

        .cats-sidebar-list ul li:not(.heading):hover a:after {
            -webkit-transform: translateY(-50%) rotate(45deg) scale(1.5);
            transform: translateY(-50%) rotate(45deg) scale(1.5);
        }

    .cats-sidebar-list ul li.heading a {
        background: #1e3a93;
        color: #fff;
        font-size: 16px;
    }

        .cats-sidebar-list ul li.heading a:after {
            display: none;
        }

    .cats-sidebar-list ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 13px;
        line-height: 1.4;
        /* text-transform: uppercase; */
        font-weight: 500;
        font-family: "Roboto", sans-serif;
        padding: 17px 50px 17px 25px;
        color: #49525b;
        position: relative;
        -webkit-transition: .3s;
        transition: .3s;
    }

        .cats-sidebar-list ul li a i {
            padding-right: 5px;
        }

        .cats-sidebar-list ul li a:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 25px;
            z-index: 12;
            width: 8px;
            height: 8px;
            -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
            border-top: 2px solid currentColor;
            border-right: 2px solid currentColor;
            opacity: .5;
            -webkit-transition: .3s;
            transition: .3s;
        }

}

.no-scroll {
    overflow: hidden;
}

.no-scroll-y {
    overflow-y: hidden;
}

.no-scroll-x {
    overflow-x: hidden;
}

.pos-relative {
    position: relative;
}

.pos-inherit {
    position: inherit;
}

.pos-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.text-center {
    text-align: center;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-between {
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
}

.hidden {
    display: none;
}

@media (max-width: 479px) {
    .xs-hidden {
        display: none;
    }
}

@media (max-width: 767px) {
    .sm-hidden {
        display: none;
    }
}

@media (max-width: 991px) {
    .md-hidden {
        display: none;
    }
}

@media (min-width: 1191px) {
    .xl-hidden {
        display: none;
    }
}

.pv-5px {
    margin-top: 5px;
    margin-bottom: 5px;
}

.pv-10px {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pv-20px {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pv-30px {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pv-40px {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pv-50px {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pv-60px {
    margin-top: 60px;
    margin-bottom: 60px;
}

.pv-70px {
    margin-top: 70px;
    margin-bottom: 70px;
}

.pv-80px {
    margin-top: 80px;
    margin-bottom: 80px;
}

.pv-90px {
    margin-top: 90px;
    margin-bottom: 90px;
}

.pv-100px {
    margin-top: 100px;
    margin-bottom: 100px;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-5px {
    padding-top: 5px;
}

.pt-10px {
    padding-top: 10px;
}

.pt-20px {
    padding-top: 20px;
}

.pt-30px {
    padding-top: 30px;
}

.pt-40px {
    padding-top: 40px;
}

.pt-50px {
    padding-top: 50px;
}

.pt-60px {
    padding-top: 60px;
}

.pt-70px {
    padding-top: 70px;
}

.pt-80px {
    padding-top: 80px;
}

.pt-90px {
    padding-top: 90px;
}

.pt-100px {
    padding-top: 100px;
}

.pb-5px {
    padding-bottom: 5px;
}

.pb-10px {
    padding-bottom: 10px;
}

.pb-20px {
    padding-bottom: 20px;
}

.pb-30px {
    padding-bottom: 30px;
}

.pb-40px {
    padding-bottom: 40px;
}

.pb-50px {
    padding-bottom: 50px;
}

.pb-60px {
    padding-bottom: 60px;
}

.pb-70px {
    padding-bottom: 70px;
}

.pb-80px {
    padding-bottom: 80px;
}

.pb-90px {
    padding-bottom: 90px;
}

.pb-100px {
    padding-bottom: 100px;
}

.mv-5px {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mv-10px {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mv-20px {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mv-30px {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mv-40px {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mv-50px {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mv-60px {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mv-70px {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mv-80px {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mv-90px {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mv-100px {
    margin-top: 100px;
    margin-bottom: 100px;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}


.left-sidebar {
    float: left;
    position: fixed;
    top: 75%;
    transform: translateY(-85%);
    left: 0;
    width: 238px;
    background: linear-gradient(90deg, rgb(0 0 0 / 15%) 0%, rgb(0 0 0 / 15%) 76%, rgba(221, 190, 109, 0) 100%);
    z-index: 1;
    text-align: center;
}

@media (max-height: 879px) {
    .left-sidebar, .ri-sidebar {
        top: 85% !important;
    }
}

.ri-sidebar {
    float: right;
    position: fixed;
    top: 75%;
    transform: translateY(-85%);
    right: 0;
    width: 238px;
    background: linear-gradient(270deg, rgb(0 0 0 / 15%) 0%, rgb(0 0 0 / 15%) 76%, rgba(221, 190, 109, 0) 100%);
    z-index: 99;
    /* height: 100vh; */
    text-align: center;
}

.mbl-menu {
    position: relative;
    display: grid;
}


    .mbl-menu li {
        display: inline-block;
        position: relative;
        margin-bottom: -13px;
    }

        .mbl-menu li:after {
            content: '';
            position: absolute;
            top: -10px;
            left: 50%;
            height: 31px;
            width: 1px;
            background: #ffffff;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            margin-left: 0px;
        }


        .mbl-menu li a {
            line-height: 150%;
            color: white;
            font-weight: 700;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
            flex: none;
            order: 1;
            align-self: center;
            margin: 0px 60px;
        }

        .mbl-menu li h4 {
            margin-top: 10px;
            color: white;
            font-size: 16px;
            font-weight: 700;
        }

        .mbl-menu li i {
            border-style: double;
            border-radius: 100%;
            border-color: white;
            /* padding: 17px; */
            width: 45px;
            padding: 10px;
            height: 45px;
            color: white;
            font-size: 19px;
            background: #ffffff2e;
        }

@media (max-height: 879px) {
    .mbl-menu li i {
        width: 35px;
        padding: 8px;
        height: 35px;
        color: white;
        font-size: 13px;
    }
}

@media (max-height: 879px) {
    .mbl-menu-ri li i {
        width: 35px;
        padding: 8px;
        height: 35px;
        color: white;
        font-size: 13px;
    }
}

@media (max-height: 879px) {
    .mbl-menu li h4 {
        margin-top: 10px;
        color: white;
        font-size: 14px;
        font-weight: 700;
    }
}

.mbl-menu-ri {
    position: relative;
    top: 40%;
    display: grid;
}



    .mbl-menu-ri li {
        display: inline-block;
        position: relative;
        margin-bottom: -13px;
    }

        .mbl-menu-ri li a {
            line-height: 150%;
            color: white;
            font-weight: 700;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
            flex: none;
            order: 1;
            align-self: center;
            margin: 0px 60px;
        }

        .mbl-menu-ri li h4 {
            margin-top: 10px;
            color: white;
            font-size: 16px;
            font-weight: 700;
        }

        .mbl-menu-ri li i {
            border-style: double;
            border-radius: 100%;
            border-color: white;
            /* padding: 17px; */
            width: 45px;
            padding: 10px;
            height: 45px;
            color: white;
            font-size: 19px;
            background: #ffffff2e;
        }

.header__bottom_menu {
    right: 0;
    margin-top: -2%;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    display: flex;
    z-index: 4;
}

    .header__bottom_menu .item {
        display: flex;
        margin-right: 8px;
        border-radius: 16px;
        width: 8.5rem;
        position: relative;
        background: #fff;
        box-shadow: 0 2px 13px 0 rgb(66 91 166 / 19%);
        justify-content: center;
        align-items: center;
    }

        .header__bottom_menu .item a {
            display: block;
            text-align: center;
            padding: 5px 0px 0px 0px;
            color: #727272;
            letter-spacing: -0.5px;
            font-size: 13px;
            transition: all 0.2s ease-out;
            height: 5rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

            .header__bottom_menu .item a .img {
                margin-bottom: 5px;
                transition: all 0.2s ease-out;
                width: 35%;
            }

            .header__bottom_menu .item a .tit {
                font-weight: 600;
                font-size: 11px;
                color: #1e3a93;
            }

@media (max-width: 479px) {
    .header__bottom_menu .item {
        width: 5.2rem;
        margin-top: -35px;
        margin-right: 11px;
    }
}

@media (max-width: 479px) {
    .header__bottom_menu .item a {
        line-height: 13px;
    }
}

@media (max-width: 479px) {
    .header__bottom_menu .item a .tit {
        font-size: 8px;
    }
}

/*@media (max-height: 879px) {
    .sliding-element {
        bottom: 18% !important;
        left: 13% !important;
    }
        .sliding-element img {
        width: 20%;
    }
    .sliding-element .content {
        margin-top: 19%;
    }
        .sliding-element .content p{
            margin: 1px 0;
        }
}*/

.carousel-container {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

    .carousel-container .tit h5 {
        font-weight: 700;
        color: white;
        padding-top: 7px;
        justify-self: center;
        background-color: #00000073;
        border: 1px solid #00000073;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 90%;
        text-align-last: center;
    }

.hbr-carousel-slide {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.hbr-carousel-item {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.card-hbr {
    background-color: #00000073;
    border-radius: 19px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
}

    .card-hbr img {
        width: 100%;
        height: auto;
        border-radius: 19px;
        max-height: 180px;
        object-fit: fill;
    }

.card-hbr-content {
    padding: 15px;
}

    .card-hbr-content h3 {
        margin: 10px 0;
        font-size: 15px;
        font-weight: 800;
        text-align: center;
        color: white;
    }

    .card-hbr-content p {
        margin: 0;
        font-size: 13px;
        line-height: 14px;
        color: white;
    }

.hbr-kt {
    width: 300px;
    padding-left: 0px;
    padding-top: 0px;
    position: absolute;
    top: 0;
    right: 10%;
    background-size: 100% 100%;
    z-index: 2;
    color: #555555;
    font-size: .91rem;
    transform: translate(0%, -120%);
}

@media (max-width: 479px) {
    .hbr-kt {
        display: none;
    }
}

@media (-webkit-device-pixel-ratio: 1.25) {
    .hbr-kt {
        transform: translate(-11%, -93%);
    }
}

.black-and-white {
    filter: grayscale(100%) !important;
    overflow-x: hidden !important;
}

    .black-and-white .milliyas {
        display: block !important;
    }

@media (min-width: 576px) {
    .bottom-nav-2 {
        display: none !important;
    }
}

.bot-menu-area {
    max-width: 1620px;
    display: block;
    margin: auto;
    background: rgb(88 87 87 / 8%);
    -webkit-backdrop-filter: blur(10.9px);
    backdrop-filter: blur(10.9px);
    border-radius: 20px;
    padding: 30px;
}

.bottom-nav-2 {
    z-index: 200;
    position: fixed;
    bottom: 91px;
    right: 0;
    width: 40%;
    border-top-left-radius: 100px;
    height: 46px;
    background-color: #ededed;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border-top: 1px solid #ddd; */
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

    .bottom-nav-2 span {
        font-size: 15px;
        font-weight: 600;
    }



/* Modal Body */
.modal-bodyKolay {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}
/* Grid Konteyner */
.quick-menu-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 sütun */
    grid-template-rows: auto; /* Otomatik satýr yüksekliði */
    gap: 10px; /* Kutular arasý boþluk */
    padding: 20px;
    width: 100%;
    height: auto;
}


/* Modal Kapatma Butonu (X Ýþareti) */
.btn-close {
    color: white; /* Kapatma butonu beyaz */
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

    .btn-close:hover {
        color: #ccc; /* Hover durumunda biraz daha açýk beyaz */
    }
/* Modal Tasarýmý */
.custom-side-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none; /* Varsayýlan olarak gizli */
    z-index: 1050;
    overflow-y: auto;
}

    .custom-side-modal.active {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

.custom-side-modal-header {
    padding: 20px;
    background-color: #002f87;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-bodyKolay {
    flex: 1;
    padding: 20px;
}

/* Mobilde de Grid Düzeni Sabit Tutulsun */
@media (max-width: 768px) {
    .quick-menu-grid {
        grid-template-columns: repeat(6, 1fr); /* Mobilde de 6 sütun */
        grid-template-rows: auto; /* Satýr düzeni sabit */
    }
}

@media (max-width: 576px) {
    .quick-menu-grid {
        grid-template-columns: repeat(6, 1fr); /* Küçük ekranlarda da ayný sütun */
        grid-template-rows: auto; /* Satýr düzeni sabit */
    }
}

@media (min-width: 576px) {
    .bottom-nav {
        display: none !important;
    }
}

.bottom-nav {
    z-index: 2;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1e3a93;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

    .bottom-nav a {
        text-decoration: none;
        color: #fff;
        text-align: center;
        font-size: 12px;
        flex: 1;
    }

        .bottom-nav a .icon {
            font-size: 24px;
            display: block;
            margin-bottom: 5px;
        }

.bottom-search-btn {
    width: 70px;
    height: 70px;
    background: #45931e;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    border: 5px solid #f7f7f7;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-transition: .4s;
    transition: .4s;
    transform: translateY(-40%);
}

    .bottom-search-btn:hover {
        transform: scale(1.1);
    }

    .bottom-search-btn button .icon {
        color: #fff;
        font-size: 34px;
        padding: 4px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.muhtarlar {
}

    .muhtarlar .muhtar-card {
        margin-bottom: 30px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        padding: 10px;
        border-radius: 10px;
    }

        .muhtarlar .muhtar-card .resim {
            height: 175px;
            overflow: hidden;
            border-radius: 7px;
            background: #eff2f7;
        }

            .muhtarlar .muhtar-card .resim img {
                width: 100%;
                height: 140%;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .muhtarlar .muhtar-card .info-area {
            padding-left: 30px;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-top: 20px;
            padding-bottom: 20px;
            background: #efefef;
        }

            .muhtarlar .muhtar-card .info-area .ad h3 {
                color: #49525b;
                font-size: 18px;
                font-weight: 800;
                line-height: 1.3;
            }

            .muhtarlar .muhtar-card .info-area .bilgi a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                color: #49525b;
                font-family: inherit;
                font-size: 15px;
                font-weight: 700;
            }

.tensy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tensy-box {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    text-decoration: none;
    color: inherit;
    border-radius: 15px;
}

.tensy-image img {
    width: 100%;
    display: block;
    width: 100%;
    display: block;
    height: 240px;
    object-fit: cover;
}

.tensy-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(30deg, black 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.tensy-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.exper-gallery {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.exper-gallery-item {
    cursor: pointer;
    width: 215px;
    height: 175px;
    object-fit: cover;
    border: 1px solid #fff;
    transition: transform 0.3s;
    padding: 5px;
}

@media (max-width: 575px) {
    .exper-gallery-item {
        width: 100%;
        height: 100%;
    }
}

.exper-gallery-item:hover {
    transform: scale(1.05);
}

.exper-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.exper-popup-content {
    max-width: 90%;
    max-height: 90%;
    border: 5px solid white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

@media (max-width: 575px) {
    .exper-popup-content {
        width: 100% !important;
    }
}

.exper-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.exper-prev, .exper-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: white;
    user-select: none;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transform: translateY(-50%);
}

@media (max-width: 575px) {
    .exper-prev, .exper-next {
        top: 62%;
    }
}

.exper-prev {
    left: 20px;
}

.exper-next {
    right: 20px;
}

    .exper-prev:hover, .exper-next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

.roll-list.small .roll-list__left {
    width: 30%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .roll-list.small .roll-list__left {
        width: 45%;
    }
}

@media (max-width: 479px) {
    .roll-list.small .roll-list__left {
        width: 45%;
    }
}

.roll-list.small .roll-list__content .title {
    font-size: 13px;
    line-height: 1.4;
    max-height: 36px;
}

.roll-list.small .roll-list__content .text {
    font-size: 11px;
    max-height: 31px;
}

.roll-list.style-1 .roll-list__wrapper {
    background: rgba(85, 178, 80, 0.1);
}

    .roll-list.style-1 .roll-list__wrapper:hover {
        background: #1e3a93;
    }

.roll-list.style-1 .roll-list__left .heading .icon {
    color: #1e3a93;
    font-size: 60px;
}

.roll-list.style-1 .roll-list__content .title {
    color: #1e3a93;
}

.roll-list.single .roll-list__left {
    width: 20%;
}

    .roll-list.single .roll-list__left .heading h5 {
        font-size: 28px;
    }

.roll-list.single .roll-list__wrapper {
    height: 140px;
}

.roll-list.single .roll-list__content {
    padding-left: 35px;
    padding-right: 120px;
    position: relative;
}

    .roll-list.single .roll-list__content .title {
        font-size: 18px;
        max-height: inherit;
    }

    .roll-list.single .roll-list__content .text {
        max-height: inherit;
    }

.roll-list ul li:not(:last-child) {
    margin-bottom: 15px;
}

.roll-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 115px;
    border-radius: 10px;
    background: rgba(239, 242, 247, 0.7);
    padding: 8px;
    -webkit-transition: .3s;
    transition: .3s;
}

    .roll-list__wrapper:hover {
        background: #e6e9ee;
    }

        .roll-list__wrapper:hover .roll-list__content .icon {
            -webkit-transform: scale(1.2) translateY(-50%) translateX(10px);
            transform: scale(1.2) translateY(-50%) translateX(10px);
        }

.roll-list__left {
    width: 40%;
    height: 100%;
}

@media (max-width: 479px) {
    .roll-list__left {
        width: 45%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .roll-list__left {
        width: 45%;
    }
}

.roll-list__left .heading {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

    .roll-list__left .heading h5 {
        font-size: 24px;
        text-transform: uppercase;
        line-height: 1.1;
        letter-spacing: -1px;
        font-weight: 900;
        font-style: italic;
        color: rgba(73, 82, 91, 0.15);
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .roll-list__left .heading h5 {
        font-size: 16px;
        letter-spacing: 0;
    }
}

@media (max-width: 479px) {
    .roll-list__left .heading h5 {
        font-size: 13px;
        letter-spacing: 0;
    }
}


.roll-list__left .photo {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    padding: 4px;
    -webkit-box-shadow: 8px 12px 25px rgba(73, 82, 91, 0.15);
    box-shadow: 8px 12px 25px rgba(73, 82, 91, 0.15);
}

    .roll-list__left .photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden;
        border-radius: 7px;
    }

.roll-list__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Roboto", sans-serif;
}

    .roll-list__content .title {
        color: #062c5f;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3;
        overflow: hidden;
        max-height: 41px;
    }

    .roll-list__content .text {
        color: rgba(73, 82, 91, 0.6);
        font-size: 13px;
        font-weight: 500;
        margin-top: 5px;
        overflow: hidden;
        max-height: 36px;
        line-height: 1.5;
    }

    .roll-list__content .icon {
        color: #49525b;
        font-size: 18px;
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: .4s;
        transition: .4s;
    }


@media (min-width: 1200px) {
    .joker .column-5 ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 767px) {
    .joker.list ul {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.joker .list ul li {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .joker-sing {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.joker-sing a {
    display: block;
    position: relative;
}

    .joker-sing a:hover .joker-resim img {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15);
        opacity: 1;
    }

    .joker-sing a:hover .joker-area img {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15);
    }

    .joker-sing a:hover .joker-area:before {
        opacity: .6;
    }

.joker-resim {
    height: 130px;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
    -webkit-box-shadow: 5px 7px 15px rgba(73, 82, 91, 0.15);
    box-shadow: 5px 7px 15px rgba(73, 82, 91, 0.15);
}

@media (min-width: 1750px) {
    .joker-resim {
        height: 150px;
    }
}

@media (max-width: 767px) {
    .joker-resim {
        height: 90px;
    }
}

@media (min-width: 390px) and (max-width: 479px) {
    .joker-resim {
        height: 110px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .joker-resim {
        height: 110px;
    }
}

.joker-resim img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .85;
    -webkit-transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s;
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.joker-full {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 20px;
}

    .joker-full .icon {
        color: #fff;
        font-size: 20px;
    }

.joker-alt {
    padding-top: 10px;
}

    .joker-alt .icon {
        font-size: 18px;
        color: #fff;
    }

    .joker-alt .baslik {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        overflow: hidden;
        max-height: 47px;
        line-height: 1.4;
    }

@media (max-width: 767px) {
    .joker-alt .baslik {
        font-size: 14px;
        line-height: 1.5;
        max-height: 41px;
    }
}

.joker-alt .tarih {
    font-family: "Roboto", sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(176, 176, 176, 0.8);
    font-size: 13px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .joker-alt .tarih {
        font-size: 12px;
    }
}

.joker-alt .tarih .icon {
    font-size: 18px;
    margin-right: 10px;
}



.joker-cover {
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 5px 7px 15px rgba(73, 82, 91, 0.15);
    box-shadow: 5px 7px 15px rgba(73, 82, 91, 0.15);
}

    .joker-cover img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
        transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s;
        transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    }

@media (min-width: 1750px) {
    .joker-cover {
        height: 210px;
    }
}

.joker-cover-k {
    height: 460px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 5px 7px 15px rgba(73, 82, 91, 0.15);
    box-shadow: 5px 7px 15px rgba(73, 82, 91, 0.15);
}

    .joker-cover-k img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
        transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s;
        transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    }

@media (min-width: 1750px) {
    .joker-cover-k {
        height: 460px;
    }
}

.joker-cover-p {
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 5px 7px 15px rgba(73, 82, 91, 0.15);
    box-shadow: 5px 7px 15px rgba(73, 82, 91, 0.15);
}

    .joker-cover-p img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
        transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
        transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s;
        transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    }

@media (min-width: 1750px) {
    .joker-cover-p {
        height: 250px;
    }
}

.joker-area {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    padding: 25px 30px 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

    .joker-area:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        background: linear-gradient(35deg, black 0%, rgba(0, 0, 0, 0) 100%);
        opacity: .9;
        z-index: -1;
        -webkit-transition: .3s;
        transition: .3s;
    }

.joker-area_foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Roboto", sans-serif;
}

    .joker-area_foot.icon {
        display: block;
    }

    .joker-area_foot .icon {
        color: #fff;
        font-size: 24px;
        display: none;
        margin-right: 10px;
    }

    .joker-area_foot .baslik {
        font-size: 13px;
        font-weight: 800;
        color: #fff;
        text-transform: uppercase;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 0;
        line-height: 1.55;
        padding-right: 30px;
    }

    .joker-area_foot .info {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.8);
        margin-top: 3px;
    }


.mainbg {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    height: 100vh;
}

    .mainbg:before, .mainbg:after {
        content: "";
        position: absolute;
        height: 300px;
    }

@media (max-width: 479px) {
    .mainbg:before, .mainbg:after {
        height: 165px;
    }
}

.mainbg:before {
    z-index: 6;
    top: 0;
    right: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(transparent));
    background: linear-gradient(rgba(0, 0, 0, 0.85), transparent);
}

.mainbg:after {
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    z-index: 1;
}

.b-video-slider__slide {
}

    .b-video-slider__slide video {
        background-color: rgba(0, 0, 0, 0);
        object-position: center center;
        object-fit: cover;
        width: 100%;
        max-height: 100vh;
        filter: brightness(0.77);
    }

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .b-video-slider__slide video {
        max-height: 100vh;
    }
}

@media (max-width: 479px) {
    .b-video-slider__slide video {
        height: 100vh !important;
    }
}

.b-video-slider__pagination {
    z-index: 999;
    position: absolute;
    top: 50%;
    list-style: none;
    right: 0;
    transform: translate(35%, -50%) rotate(90deg);
}

    .b-video-slider__pagination .slick-dots li {
        display: inline-block;
        cursor: pointer;
    }

.b-video-pagination__text {
    font-weight: 300;
    font-size: 24px;
    color: white;
    padding: 5px 10px;
    margin: 0 10px;
    width: 50px;
    text-align: center;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.side-button-list {
    background: none !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 115px;
    width: 115px;
    border-radius: 15px;
    margin-bottom: 10px;
}

    .side-button-list:hover {
        background: #FD4766;
    }

    .side-button-list a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        height: 100%;
        color: #fff;
        padding-left: 10px;
        padding-right: 10px;
    }

        .side-button-list a .icon {
            color: #fff;
            font-size: 32px;
            opacity: .85;
        }

        .side-button-list a .title {
            font-size: 13px;
            font-weight: 500;
            line-height: 1.3;
            letter-spacing: -0.5px;
            padding-left: 15px;
            padding-right: 15px;
            margin-top: 15px;
            color: #fff;
            opacity: .85;
        }

.duyuru-slider {
    padding: 0;
    height: 65px;
    display: flex;
    box-shadow: 0 2px 13px 0 rgb(66 91 166 / 49%);
}

.slider-baslik {
    padding-left: 3rem !important;
}

    .slider-baslik i {
        font-size: large;
        border: 2px solid #1e3a93;
        border-radius: 50px;
        padding: 10px;
        margin-right: 8px;
    }

@media (min-width: 1200px) {
    .slider-baslik {
        background-color: #f6f8fa;
        color: #1e3a93;
        font-weight: 600;
        align-items: center;
        display: flex;
        padding: 0;
    }
}

.duyuru-slider-area {
    min-width: 50%;
    width: 100%;
    max-width: 100%;
    display: flex;
    margin-left: 1rem;
    overflow: hidden;
}

.duyuru-slider-content {
    color: #1e3a93;
    margin-left: 50px;
    font-size: 14px;
}

.duyuru-slider-img {
    height: 1rem;
    margin-right: 0.5rem;
}

.imgs {
    max-width: 150px;
    border: 4px solid #385cc7;
    border-radius: 100px;
    padding: 5px;
    position: absolute;
    /* height: 136px; */
    right: 16%;
    z-index: 10;
    margin-top: -69px;
}

.custom-modal-search-bar {
    background-color: #ffffffe3;
    font-family: inherit;
    text-align: left;
    float: left;
    margin-left: 13%;
    color: #162f80;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 300;
    height: 50px;
    width: 82%;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 7%);
    font-size: 14px;
    padding-left: 30px;
    padding-right: 60px;
    /* transform: rotateX(180deg); */
    /* transform: rotateY(180deg); */
    z-index: 9;
    position: absolute;
    bottom: 90px;
}


.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.custom-modal-content {
    background: white;
    width: 80%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.custom-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
}

.custom-modal-search-box {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.custom-modal-button-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 10px;
}

    .custom-modal-button-grid button {
        padding: 20px;
        font-size: 16px;
        border: none;
        background-color: #007bff;
        color: white;
        border-radius: 5px;
        cursor: pointer;
    }

        .custom-modal-button-grid button:hover {
            background-color: #0056b3;
        }

.hbr-orta {
    position: absolute;
    right: 3%;
    bottom: 60%;
    width: 16%;
    height: 100px;
    display: block;
    z-index: 1000;
    align-content: center;
    z-index: 7;
}

.slide-bottom-orta {
    position: relative;
    right: 50px;
    bottom: 66px;
    width: 40%;
    left: 0px;
    height: 0;
    display: block;
    /* text-align: right; */
    align-content: center;
    justify-self: center;
}

.slide-bottom-sag {
    position: absolute;
    right: 50px;
    bottom: 55px;
    width: 40%;
    left: 50px;
    height: 100px;
    display: block;
    /* text-align: right; */
    z-index: 1000;
    align-content: center;
    justify-self: center;
}

.slide-bottom-sol {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    height: 100px;
    display: block;
    text-align: left;
    z-index: 1000;
    align-content: center;
}

@media (max-width: 767px) {
    .slide-bottom-sag, .slide-bottom-sol {
        display: none;
    }
}

.gp__slider_photos {
    display: flex;
    justify-content: flex-end;
}

.home-icons .cont {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

    .home-icons .cont .item {
        display: flex;
        /* flex-grow: 1; */
        /* flex-basis: 0; */
        border-radius: 16px;
        width: 19%;
        height: 94px;
        background: #162f80;
        position: relative; /* Dropdown menü için gerekli */
        box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 7%);
        justify-content: center;
        align-items: center;
        overflow: visible; /* Dropdown'un tam görünmesini sağlar */
    }

        .home-icons .cont .item a {
            display: block;
            text-align: center;
            padding: 5px 0px 0px 0px;
            color: #fff;
            letter-spacing: -0.5px;
            font-size: 14px;
            transition: all 0.2s ease-out;
            height: 5rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }



            .home-icons .cont .item a:hover {
                color: #1e3a93;
                font-size: 16px;
            }

                .home-icons .cont .item a:hover:before {
                    background-color: #1e3a93;
                }

            .home-icons .cont .item a i {
                margin-bottom: 5px;
                transition: all 0.2s ease-out;
            }

            .home-icons .cont .item a i {
                font-size: 23px;
                color: #fff;
            }

                .home-icons .cont .item a i:hover {
                    color: #1e3a93;
                    font-size: 25px;
                }

            .home-icons .cont .item a .title {
            }

                .home-icons .cont .item a .title .top {
                }

                .home-icons .cont .item a .title .bottom {
                    font-weight: 600;
                    font-size: 13px;
                }

        .home-icons .cont .item .popup-box-container {
            position: absolute;
            bottom: 100%;
            left: 50%;
            transform: translateX(-50%);
            display: none; /* Başlangıçta gizli */
            flex-direction: column; /* Kutuları dikey hizala */
            gap: 8px; /* Kutular arasında boşluk */
            opacity: 0;
            transition: all 0.3s ease-out;
            z-index: 10; /* Tıklama sorunlarını önlemek için yüksek katman önceliği */
        }

        .home-icons .cont .item .popup-box {
            background: #162f80;
            border-radius: 16px;
            box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
            padding: 10px;
            width: 126px;
            line-height: 23px;
            text-align: center;
            transform: translateY(10px);
            transition: all 0.3s ease-out;
            text-decoration: none;
            color: #fff;
            font-weight: 500;
        }

            .home-icons .cont .item .popup-box:hover {
                background-color: #1d77b1;
            }

        .home-icons .cont .item:hover .popup-box-container,
        .home-icons .cont .item .popup-box-container:hover {
            display: flex; /* Görünür hale getir */
            opacity: 1;
        }

            .home-icons .cont .item:hover .popup-box,
            .home-icons .cont .item .popup-box-container:hover .popup-box {
                transform: translateY(-10px); /* Yukarıya doğru hareket */
            }

.search-box {
    display: block;
    width: 100%;
    padding: .875rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da;
    border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-box-icon {
    position: absolute;
    font-size: small;
    right: 32px;
    top: 3%;
    background: #1e3a93;
    height: 30px;
    width: 30px;
    padding: 3px 8px;
    color: #fff;
    border-radius: 6px;
}

.search-box-icon-2 {
    position: absolute;
    font-size: medium;
    left: 43px;
    bottom: 90px;
    background: #1e3a93;
    height: 49px;
    width: 50px;
    padding: 10px 17px;
    color: #fff;
    border-radius: 9px;
    z-index: 16;
}

.search-item {
    display: flex;
    border-radius: 16px;
    position: relative;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 7%);
    justify-content: center;
    align-items: center;
    height: 125px;
}

    .search-item a {
        display: block;
        text-align: center;
        padding: 5px 0px 0px 0px;
        color: #727272;
        letter-spacing: -0.5px;
        font-size: 13px;
        transition: all 0.2s ease-out;
        height: 5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .search-item a:hover {
            color: #1e3a93;
        }

            .search-item a:hover:before {
                background-color: #1e3a93;
            }

        .search-item a i {
            margin-bottom: 5px;
            transition: all 0.2s ease-out;
        }

        .search-item a i {
            font-size: 30px;
            color: #1e3a93;
        }



        .search-item a .title .bottom {
            font-weight: 600;
            font-size: 14px;
        }

.search-service-list {
    height: 94%;
    overflow-y: auto;
    scrollbar-color: #1e3a93;
}

    .search-service-list ul {
        padding: 15px;
    }

        .search-service-list ul li {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

            .search-service-list ul li a {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                color: #787878;
                font-size: 14px;
                overflow: hidden;
                border-radius: 8px;
                font-weight: 500;
                padding-top: 15px;
                padding-bottom: 15px;
                font-family: 'Roboto';
            }

                .search-service-list ul li a:after {
                    content: ">";
                    position: absolute;
                    font-size: large;
                    top: 30%;
                    right: 10px;
                }

.cats-action {
    position: absolute;
    bottom: 12px;
    width: 600px;
    z-index: 11;
    transform: inherit;
}

.cats-baskan {
    position: absolute;
    bottom: 0;
    width: 600px;
    z-index: 1169;
    transform: inherit;
    z-index:2;
}

    .cats-baskan img {
        width: 35%;
    }

    .cats-baskan:before {
        content: "";
        position: absolute;
        z-index: 0;
        bottom: 0;
        right: 0;
        width: 33%;
        left: 6px;
        border-top-right-radius: 56px;
        border-top-left-radius: 36px;
        background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#002b54));
        background: linear-gradient(to bottom, transparent, #000);
        height: 33%;
        pointer-events: none;
        opacity: 1.8;
    }


    .cats-baskan .content {
        display: flex;
        line-height: initial;
        margin: 5px 6px;
        width: 34%;
        justify-content: center;
        text-align: center;
        position: absolute;
        bottom: -5px;
        padding:5px;
    }

        .cats-baskan .content span {
            font-size: 14px;
            color: #fff;
        }

        .cats-baskan .content b {
            font-size: 15px;
            color: #fff;
        }

        .cats-baskan .content .social {
            margin-left: .75em;
            display: table-column-group;
        }

            .cats-baskan .content .social a {
                width: 50%;
            }

                .cats-baskan .content .social a i {
                    font-size: 14px;
                    border: 1px solid;
                    border-radius: 7px;
                    width: 20px;
                    height: 20px;
                    align-content: center;
                    text-align-last: center;
                    margin: 1px;
                }

@media (max-width: 767px) {
    .cats-search {
        display: none;
    }
}

.cats-search:not([class*="ui-pos-1"]) {
    position: absolute;
    top: calc(130px + 10px);
    right: 50px;
    z-index: 999;
}

@media (min-width: 1750px) {
    .cats-search:not([class*="ui-pos-1"]) {
        right: 120px;
    }
}

.cats-search div {
    position: relative;
    position: absolute;
    top: calc(130px + 10px);
    right: 50px;
    z-index: 999;
}

    .cats-search div input {
        background-color: transparent;
        font-family: inherit;
        color: #fff;
        border-radius: 15px;
    }

        .cats-search div input:not([class*="ui-style-"]) {
            border: 1px solid rgba(255, 255, 255, 0.2);
            height: 60px;
            width: 350px;
            font-size: 14px;
            padding-left: 20px;
            padding-right: 50px;
        }

        .cats-search div input.ui-style-1 {
            height: 75px;
            border: 1px solid rgba(255, 255, 255, 0.5);
            width: 100%;
            background-color: rgba(8, 32, 72, 0.4);
            font-size: 18px;
            padding-left: 30px;
            padding-right: 60px;
        }

            .cats-search div input.ui-style-1 + .icon {
                font-size: 22px;
                right: 30px;
            }

        .cats-search div input::-webkit-input-placeholder { /* Edge */
            color: rgba(255, 255, 255, 0.75);
        }

        .cats-search div input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: rgba(255, 255, 255, 0.75);
        }

        .cats-search div input::-moz-placeholder {
            color: rgba(255, 255, 255, 0.75);
        }

        .cats-search div input::-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.75);
        }

        .cats-search div input::placeholder {
            color: rgba(255, 255, 255, 0.75);
        }

        .cats-search div input:focus {
            border: 2px solid #fff;
        }

    .cats-search div .btn {
        background-color: transparent;
        font-family: inherit;
        text-align: left;
        float: right;
        color: #666;
        border-radius: 15px;
        height: 75px;
        width: 60%;
        box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 7%);
        font-size: 18px;
        padding-left: 30px;
        padding-right: 60px;
    }

        .cats-search div .btn .icon {
            font-size: 22px;
            position: absolute;
            right: 35px;
        }

    .cats-search div > .icon {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        pointer-events: none;
    }

@media (min-width: 992px) {
    .cats-action {
        left: 50px;
    }
}

@media (min-width: 1750px) {
    .cats-action {
        left: 120px;
    }
}

@media (min-width: 992px) and (max-width: 1749px) {
    .cats-baskan {
        left: 2px;
    }

        .cats-baskan:before {
            width: 31%;
        }

        .cats-baskan img {
            width: 33%;
        }

        .cats-baskan .content {
            margin: 5px 0;
        }

    .custom-modal-search-bar {
        width: 53%;
    }
}


@media (min-width: 1750px) {
    .cats-baskan {
        left: 15px;
    }
}

@media (max-width: 767px) {
    .cats-action {
        left: 10px;
        bottom: 120px;
    }
}

@media (max-width: 767px) {
    .cats-baskan {
        bottom: 91px;
        width: auto;
        z-index: 199;
        position: fixed;
    }

        .cats-baskan img {
            width: 42%;
        }

        .cats-baskan .content {
            margin: 0;
            text-align: left;
            bottom: -15px;
            width: 51%;
            padding: 18px 0;
        }
}

.tp-right__actions {
    position: absolute;
    right: 0;
    top: 15px;
}

@media (max-width: 467px) {
    .tp-right__action, .mob-none {
        display: none;
    }
}

.bottom-contact {
    position: absolute;
    padding: 8px 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    color: #fff;
}

    .bottom-contact text {
        font-weight: 300;
        font-size: .8125rem;
        letter-spacing: -.5px;
        padding: 5px 15px;
    }

    .bottom-contact ul {
        display: flex;
        padding: 3px 3px 20px;
    }

        .bottom-contact ul li a {
            pointer-events: auto;
        }

            .bottom-contact ul li a i {
                font-size: 13px;
                margin: 0 7px;
                display: flex;
                flex-direction: column;
                height: 13px;
                overflow: hidden;
                position: relative;
                margin-top: 1px;
            }

@media(min-width: 1200px) {
    .bottom-contact ul li a i {
        height: 18px;
        font-size: 18px;
    }
}

.bottom-contact ul li a i:after, .bottom-contact ul li a i:before {
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-family: inherit;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.bottom-contact ul li a i:after {
    margin-top: 5px;
}



.bottom-contact ul li a i:hover:before {
    margin-top: calc(-100% - 5px);
}

.bottom-contact .index-tel {
    margin-left: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 153px;
}

    .bottom-contact .index-tel .text {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 8px;
    }

        .bottom-contact .index-tel .text label {
            font-weight: 300;
            font-size: 10px;
            line-height: 13px;
            white-space: nowrap;
        }

        .bottom-contact .index-tel .text strong {
            font-weight: 900;
            font-size: 18px;
            line-height: 23px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }

.city {
    font-weight: 900;
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 0;
}

.bottom-contact .index-tel img {
    max-width: 200px;
    animation: pulseImage 2s linear 1s infinite normal forwards;
}

.bottom-contact .index-tel.keyzer strong span {
    opacity: 0;
    transform: translate(-150px,0) scale(.3);
    animation: leftRight .5s forwards;
}

.bouncingAnim {
    justify-content: center;
    align-items: flex-end;
}

    .bouncingAnim span.ml_25 {
        margin-left: 25px;
    }

    .bouncingAnim span:nth-child(1) {
        animation: bounce 2.3s ease-in-out infinite;
    }

    .bouncingAnim span:nth-child(2) {
        animation: bounce 2.3s ease-in-out .33s infinite;
    }

    .bouncingAnim span:nth-child(3) {
        animation: bounce 2.3s ease-in-out 0.66s infinite;
    }

    .bouncingAnim span:nth-child(4) {
        animation: bounce 2.3s ease-in-out 0.99s infinite;
    }

    .bouncingAnim span:nth-child(5) {
        animation: bounce 2.3s ease-in-out 1.33s infinite;
    }

    .bouncingAnim span:nth-child(6) {
        animation: bounce 2.3s ease-in-out 1.66s infinite;
    }

    .bouncingAnim span:nth-child(7) {
        animation: bounce 2.3s ease-in-out 1.99s infinite;
    }

}

@-webkit-keyframes bounce {
    0%, 75%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    25% {
        -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px);
        opacity: .5;
    }
}

@keyframes bounce {
    0%, 75%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    25% {
        -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px);
        opacity: .5;
    }
}

@media(min-width: 280px) and (max-width:768px) {
    .bottom-contact {
        right: 0;
        bottom: 2rem;
    }

        .bottom-contact text, .bottom-contact ul {
            display: none;
        }

        .bottom-contact .index-tel img {
            width: 59px;
            top: 25px;
            right: 15px;
            margin-top: -25px;
            position: absolute;
            animation: pulseImage 2s linear 1s infinite normal forwards;
        }

        .bottom-contact .index-tel {
            width: 84px;
            margin-top: 50px;
        }
}

@media (min-width:769px) and (max-width:992px) {
    .bottom-contact {
        right: 0;
        bottom: 1rem;
    }

        .bottom-contact text, .bottom-contact ul {
            display: none;
        }

        .bottom-contact .index-tel img {
            width: 59px;
            top: 20px;
            right: 0;
            margin-top: -25px;
            position: absolute;
            animation: pulseImage 2s linear 1s infinite normal forwards;
        }

        .bottom-contact .index-tel {
            width: 66px;
            margin-top: 40px;
        }
}

.brand-slider {
    position: absolute;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(21.3px);
    backdrop-filter: blur(21.3px);
    border-radius: 30px;
    padding: 20px 30px;
    /* margin-top: 120px; */
    z-index: 1000;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: 21%;
    max-width: 60%;
}

@media (max-width: 575px) {
    .brand-slider {
        display: none;
    }
}

.brand-item {
    width: 145px;
    height: 95px;
    overflow: hidden;
    position: relative;
    display: block;
    margin-left: auto;
    /* Large devices */
}

@media (max-width: 1199px) {
    .brand-item {
        margin-right: auto;
    }
}

.brand-item a {
    background: #173078;
    border: 1px solid transparent;
    backdrop-filter: blur(21.3px);
    border-radius: 19px;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-inline: 10px;
    height: 90px;
    width: 120px;
    color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

    .brand-item a i {
        font-size: 25px;
    }

    .brand-item a .tit {
        margin-top: 10px;
        max-height: auto;
        color: #fff;
        line-height: 1.1;
        font-size: 16px;
        font-weight: 600;
        width: -moz-min-content;
    }

.brand-item:hover a img.gray {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.brand-item:hover a img.original {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.brand-item img {
    margin: 0 auto;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    .brand-item img.gray {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .brand-item img.original {
        -webkit-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

.brand-zone {
    margin-top: 30px;
    position: absolute;
    left: calc((100vw - 1400px) / 2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-55%);
    z-index: 11;
}

@media (min-width: 992px) {
    .brand-zone {
        left: 50px;
    }
}

@media (min-width: 1750px) {
    .brand-zone {
        left: 120px;
    }
}

@media (max-width: 767px) {
    .brand-zone {
        display: none;
    }
}

@media only screen and (min-width: 375px) and (max-height: 700px) {
    .brand-zone > ul > li > a {
        height: 66px !important;
        width: 80px !important;
    }

        .brand-zone > ul > li > a .title {
            font-size: 10px !important;
        }

    .brand-zone > ul > li .dipsmenu {
        left: 80px !important;
    }

        .brand-zone > ul > li .dipsmenu ul li a {
            height: 66px !important;
            width: 80px !important;
        }
}

.brand-zone .zone-area {
    position: absolute;
    inset: 0;
    border-radius: 11px;
    z-index: -1;
    opacity: .75;
    -webkit-transition: .3s;
    transition: .3s;
}

.brand-zone > ul {
    margin-inline: -5px;
}

    .brand-zone > ul > li {
        padding-block: 5px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }



        .brand-zone > ul > li > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            padding-inline: 10px;
            height: 90px;
            width: 120px;
            color: #fff;
            position: relative;
            z-index: 1;
            -webkit-transition: .3s;
            transition: .3s;
        }

            .brand-zone > ul > li > a .aim img {
                background-size: cover;
                background-position: center;
                width: 100%;
                position: relative;
                z-index: 2;
            }

            .brand-zone > ul > li > a .icon {
                font-size: 18px;
            }

            .brand-zone > ul > li > a .baslik {
                line-height: 1.3;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: 600;
                width: -webkit-min-content;
                width: -moz-min-content;
                width: min-content;
                margin-top: 10px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                max-height: auto;
                color: #fff;
            }

        .brand-zone > ul > li .dipsmenu {
            position: absolute;
            left: 120px;
            top: 0;
            bottom: 0;
            z-index: 5;
            visibility: hidden;
            -webkit-transition: .3s;
            transition: .43;
        }

            .brand-zone > ul > li .dipsmenu ul {
                display: flex;
                max-width: 520px;
                overflow-y: scroll;
                padding-bottom: 5px;
                margin-right: 10px;
            }


                .brand-zone > ul > li .dipsmenu ul li {
                    margin: 5px;
                }

                    .brand-zone > ul > li .dipsmenu ul li a {
                        background-color: #ed6c2d;
                        height: 85px;
                        width: 115px;
                        padding: 10px 15px;
                        border-radius: 11px;
                        color: #fff;
                        line-height: 1.3;
                        text-transform: uppercase;
                        font-size: 12px;
                        font-weight: 600;
                        text-align: center;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        position: relative;
                        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
                        -webkit-transition: .3s;
                        transition: .3s;
                    }

                        .brand-zone > ul > li .dipsmenu ul li a:hover {
                            background-color: rgba(0, 0, 0, 0.2);
                        }

        .brand-zone > ul > li:hover > a .zone-area {
            opacity: 1;
        }

        .brand-zone > ul > li:hover .dipsmenu {
            opacity: 1;
            visibility: visible;
            pointer-events: inherit;
        }
.whatsapp-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    display: block;
    /* border-radius: 50px; */
    /* box-shadow: inset 0 0 0 2px rgba(95, 58, 252, 0.2); */
    z-index: 99;
}
    .whatsapp-wrap a {
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 29px;
        color: #fff;
        background: #089733;
        -webkit-border-radius: 100px;
    }