@charset "UTF-8";
/**
 * Stylesheet:  style.css
 * Theme:       BlackHawak - Military Service HTML5 Template
 * Version:     1.0
 * Author:     	ThemeEarth
 * 
 */
/* Table of contents
=========================
1.Preloader
2.Scrollup
4.Nav Menu CSS
3.Slider Section
5.Info Card
6.Icon Card
7. About Image Card
8. About Info Card
09. Counter Card
10. Process Step Card
11. Testimonial Card
12. Accordion Card
13. Post Card
14. Skill Progress Card
15. Call To Action Card
16. Title Card
17. Breadcrumb
18. Paginations
19. Project Details Page
20. sidebar
21. Comment List
22. Comment Form
23. Team member
24. Portfolio25. About Page
25. About Page
26. Contact Page
27. Service Page
28. Team Page
29. Blog Page
Footer

===========================*/
/* Theme Default CSS */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.text-primary {
    color: #fd6c03 !important;
}

.text-gray-800 {
    color: #444 !important;
}

.text-gray-900 {
    color: #060606 !important;
}

.background-primary {
    background-color: #fd6c03 !important;
}

.background-white {
    background-color: #ffffff;
}

.background-gray-50 {
    background-color: #eef5f8;
}

.background-gray-100 {
    background-color: #F7FBFE;
}

.background-gray-200 {
    background-color: #E1E1E1;
}

.background-gray-300 {
    background-color: #dfe2e9;
}

.background-gray-500 {
    background-color: #e7eaec;
}

.background-gray-700 {
    background-color: #111111;
}

.background-gray-800 {
    background-color: #444;
}

.background-gray-900 {
    background-color: #060606;
}

.background-gray-light {
    background-color: #1E3669;
}

.te-py-120 {
    padding: 120px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-py-120 {
        padding: 100px 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-py-120 {
        padding: 80px 0;
    }
}

.te-pt-120 {
    padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-pt-120 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-pt-120 {
        padding-top: 80px;
    }
}

.te-pb-120 {
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-pb-120 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-pb-120 {
        padding-bottom: 80px;
    }
}

* {
    margin: 0;
    border: 0;
    outline: none;
}

html,
body {
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: rgba(255, 255, 255, 0.7);
    vertical-align: baseline;
    line-height: 26px;
    font-smoothing: antialiased;
    background-color: #060606;
}

p {
    margin: 0 0 15px;
}

img {
    max-width: 100%;
    height: auto;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

h1 {
    font-size: 69px;
    line-height: initial;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    h1 {
        font-size: 48px;
    }
}

h2 {
    font-size: 48px;
    line-height: initial;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    h2 {
        font-size: 37px;
    }
}

h3 {
    font-size: 37px;
    line-height: initial;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    h3 {
        font-size: 24px;
    }
}

h4 {
    font-size: 24px;
    line-height: initial;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 20px;
    line-height: initial;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 18px;
    line-height: initial;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    h6 {
        font-size: 16px;
    }
}

label {
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

button {
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a,
.button {
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    a:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
    }

    a:focus {
        color: #fd6c03;
        text-decoration: none;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

a,
button {
    color: #fd6c03;
    outline: medium none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    a:hover,
    button:hover {
        color: #fd6c03;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0;
    }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

::-moz-selection {
    background: #fd6c03;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #fd6c03;
    text-shadow: none;
    color: #fff;
}

textarea:focus,
input:focus {
    outline: none;
}

.background-black {
    background-color: #393d48;
}

.bg-light-black {
    background-color: #31373f;
}

.background-blue {
    background-color: #fd6c03;
}

.bg-dark-blue {
    background-color: #0e3151;
}

.background-light-blue {
    background-color: #fd6c03;
}

.background-skye {
    background-color: #fd6c03;
}

.background-gray {
    background-color: #eef5f8;
}

.background-light-gray {
    background-color: #f3f7fc;
}

.background-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#E0F0FE), to(#F8FCFF));
    background: linear-gradient(180deg, #E0F0FE 0%, #F8FCFF 100%);
}

.page-bg {
    background-color: #14203A;
}

.page-area {
    padding-top: 136px;
    padding-bottom: 124px;
}

.blog-area {
    padding-top: 120px;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .page-area,
    .blog-area {
        padding-top: 100px;
        padding-bottom: 52px;
    }
}

@media (max-width: 767px) {
    .page-area,
    .blog-area {
        padding-top: 70px;
        padding-bottom: 22px;
    }
}

.page-area .page-links,
.blog-area .page-links {
    margin-bottom: 20px;
}

.border-radius-12 {
    border-radius: 12px;
}

.text-white-100 {
    color: #c7cdda;
}

code {
    color: #fd6c03;
}

.te-theme-btn,
.wp-block-loginout a,
input.te-theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 16px 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.4px;
    color: #ffffff;
    background-color: #fd6c03;
    border: 1px solid #fd6c03;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: hidden;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

    .te-theme-btn:hover,
    .wp-block-loginout a:hover,
    input.te-theme-btn:hover {
        color: #060606;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .te-theme-btn:focus,
    .wp-block-loginout a:focus,
    input.te-theme-btn:focus {
        color: #060606;
    }

    .te-theme-btn.style-2,
    .wp-block-loginout a.style-2,
    input.te-theme-btn.style-2 {
        background-color: transparent;
        color: #fd6c03;
    }

        .te-theme-btn.style-2:hover,
        .wp-block-loginout a.style-2:hover,
        input.te-theme-btn.style-2:hover {
            background-color: #fd6c03;
            color: #ffffff;
            border-color: #fd6c03;
        }

    .te-theme-btn.blue-btn,
    .wp-block-loginout a.blue-btn,
    input.te-theme-btn.blue-btn {
        background-color: #fd6c03;
        border-radius: 50px;
        color: #060606;
        padding: 18px 40px;
    }

    .te-theme-btn.simple-btn,
    .wp-block-loginout a.simple-btn,
    input.te-theme-btn.simple-btn {
        padding-left: 36px;
        padding-right: 36px;
    }

.wp-block-loginout a {
    position: relative;
}

.contact-form-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    display: block;
    line-height: 42px;
}

    .contact-form-btn .icon {
        float: right;
    }

input.te-theme-btn {
    display: inline-block !important;
    width: inherit !important;
    border: 0 !important;
}

.te-slider-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: relative;
    top: -10px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-slider-btn-wrapper {
        top: unset;
    }
}

.te-slider-btn-wrapper .te-slider-nav {
    width: 60px;
    height: 60px;
    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: 50px;
    color: #ffffff;
    font-size: 17px;
    background-color: #fd6c03;
    border: 1px solid #fd6c03;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .te-slider-btn-wrapper .te-slider-nav:hover {
        background-color: transparent;
        color: #fd6c03;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.fa-twitter {
    font-family: sans-serif;
}

    .fa-twitter::before {
        content: "𝕏" !important;
    }

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 12px !important;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
        padding: 0 15px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 540px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 720px !important;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 960px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1140px !important;
    }
}

.te-post-comments-form iframe,
.te-post-comments-form .root-data-givewp-embed {
    width: 100% !important;
}

/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-205 {
    margin-bottom: 205px;
}

.mb-210 {
    margin-bottom: 210px;
}

.mb-215 {
    margin-bottom: 215px;
}

.mb-220 {
    margin-bottom: 220px;
}

.mb-245 {
    margin-bottom: 245px;
}

.mb-250 {
    margin-bottom: 250px;
}

/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-21 {
    padding-top: 21px;
}

.pt-22 {
    padding-top: 22px;
}

.pt-23 {
    padding-top: 23px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-86 {
    padding-top: 85px;
}

.pt-87 {
    padding-top: 85px;
}

.pt-88 {
    padding-top: 85px;
}

.pt-89 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-250 {
    padding-top: 250px;
}

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-21 {
    padding-bottom: 21px;
}

.pb-22 {
    padding-bottom: 22px;
}

.pb-23 {
    padding-bottom: 23px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 35px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-160 {
    padding-left: 160px;
}

.pl-165 {
    padding-left: 165px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-180 {
    padding-left: 180px;
}

.pl-185 {
    padding-left: 185px;
}

.pl-190 {
    padding-left: 190px;
}

.pl-195 {
    padding-left: 195px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-200 {
    padding-left: 200px;
}

/*-- Padding Right --*/
.pr-0 {
    padding-right: 0px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 35px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-165 {
    padding-right: 165px;
}

.pr-170 {
    padding-right: 170px;
}

.pr-175 {
    padding-right: 175px;
}

.pr-180 {
    padding-right: 180px;
}

.pr-185 {
    padding-right: 185px;
}

.pr-190 {
    padding-right: 190px;
}

.pr-195 {
    padding-right: 195px;
}

.pr-200 {
    padding-right: 200px;
}

/** padding top & bottom **/
.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-105 {
    padding-top: 105px;
    padding-bottom: 105px;
}

.py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.py-125 {
    padding-top: 125px;
    padding-bottom: 125px;
}

.py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
}

.py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
}

.py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.py-155 {
    padding-top: 155px;
    padding-bottom: 155px;
}

.py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
}

.py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
}

.py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
}

.py-175 {
    padding-top: 175px;
    padding-bottom: 175px;
}

.py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
}

.py-185 {
    padding-top: 185px;
    padding-bottom: 185px;
}

.py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
}

.py-195 {
    padding-top: 195px;
    padding-bottom: 195px;
}

.py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.py-205 {
    padding-top: 205px;
    padding-bottom: 205px;
}

.py-210 {
    padding-top: 210px;
    padding-bottom: 210px;
}

.py-215 {
    padding-top: 215px;
    padding-bottom: 215px;
}

.py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
}

.py-225 {
    padding-top: 225px;
    padding-bottom: 225px;
}

.py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
}

.py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
}

.py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
}

.py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
}

.py-260 {
    padding-top: 260px;
    padding-bottom: 260px;
}

.py-270 {
    padding-top: 270px;
    padding-bottom: 270px;
}

.py-280 {
    padding-top: 280px;
    padding-bottom: 280px;
}

.py-290 {
    padding-top: 290px;
    padding-bottom: 290px;
}

.py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
}

.py-310 {
    padding-top: 310px;
    padding-bottom: 310px;
}

.py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
}

.py-330 {
    padding-top: 330px;
    padding-bottom: 330px;
}

.py-340 {
    padding-top: 340px;
    padding-bottom: 340px;
}

.py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
}

/** padding left & right **/
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.px-45 {
    padding-left: 45px;
    padding-right: 45px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.px-55 {
    padding-left: 55px;
    padding-right: 55px;
}

.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.px-65 {
    padding-left: 65px;
    padding-right: 65px;
}

.px-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.px-75 {
    padding-left: 75px;
    padding-right: 75px;
}

.px-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.px-85 {
    padding-left: 85px;
    padding-right: 85px;
}

.px-90 {
    padding-left: 90px;
    padding-right: 90px;
}

.px-95 {
    padding-left: 95px;
    padding-right: 95px;
}

.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.px-105 {
    padding-left: 105px;
    padding-right: 105px;
}

.px-110 {
    padding-left: 110px;
    padding-right: 110px;
}

.px-115 {
    padding-left: 115px;
    padding-right: 115px;
}

.px-120 {
    padding-left: 120px;
    padding-right: 120px;
}

.px-125 {
    padding-left: 125px;
    padding-right: 125px;
}

.px-130 {
    padding-left: 130px;
    padding-right: 130px;
}

.px-135 {
    padding-left: 135px;
    padding-right: 135px;
}

.px-140 {
    padding-left: 140px;
    padding-right: 140px;
}

.px-145 {
    padding-left: 145px;
    padding-right: 145px;
}

.px-150 {
    padding-left: 150px;
    padding-right: 150px;
}

.px-155 {
    padding-left: 155px;
    padding-right: 155px;
}

.px-160 {
    padding-left: 160px;
    padding-right: 160px;
}

.px-165 {
    padding-left: 165px;
    padding-right: 165px;
}

.px-170 {
    padding-left: 170px;
    padding-right: 170px;
}

.px-175 {
    padding-left: 175px;
    padding-right: 175px;
}

.px-180 {
    padding-left: 180px;
    padding-right: 180px;
}

.px-185 {
    padding-left: 185px;
    padding-right: 185px;
}

.px-190 {
    padding-left: 190px;
    padding-right: 190px;
}

.px-195 {
    padding-left: 195px;
    padding-right: 195px;
}

.px-200 {
    padding-left: 200px;
    padding-right: 200px;
}

.px-205 {
    padding-left: 205px;
    padding-right: 205px;
}

.px-210 {
    padding-left: 210px;
    padding-right: 210px;
}

.px-215 {
    padding-left: 215px;
    padding-right: 215px;
}

.px-220 {
    padding-left: 220px;
    padding-right: 220px;
}

.px-225 {
    padding-left: 225px;
    padding-right: 225px;
}

.px-230 {
    padding-left: 230px;
    padding-right: 230px;
}

.px-235 {
    padding-left: 235px;
    padding-right: 235px;
}

.px-240 {
    padding-left: 240px;
    padding-right: 240px;
}

.px-250 {
    padding-left: 250px;
    padding-right: 250px;
}

.px-260 {
    padding-left: 260px;
    padding-right: 260px;
}

.px-270 {
    padding-left: 270px;
    padding-right: 270px;
}

.px-280 {
    padding-left: 280px;
    padding-right: 280px;
}

.px-290 {
    padding-left: 290px;
    padding-right: 290px;
}

.px-300 {
    padding-left: 300px;
    padding-right: 300px;
}

.px-310 {
    padding-left: 310px;
    padding-right: 310px;
}

.px-320 {
    padding-left: 320px;
    padding-right: 320px;
}

.px-330 {
    padding-left: 330px;
    padding-right: 330px;
}

.px-340 {
    padding-left: 340px;
    padding-right: 340px;
}

.px-350 {
    padding-left: 350px;
    padding-right: 350px;
}

/* WordPress Core
===================*/
body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 20px;
}

ol {
    padding-left: 20px;
}

ul {
    list-style: disc;
    padding-left: 20px;
}

/* Protected Post Type */
.post-password-form label {
    width: 100%;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.post-password-form input[type="password"] {
    font-size: 1.2rem;
    line-height: 20px;
    padding: 12px 20px;
    border: 1px solid rgba(124, 123, 123, 0.3);
    width: 100%;
    background-color: transparent;
}

.post-password-form input[type="submit"] {
    background-color: #fd6c03;
    border: none;
    padding: 10px 40px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .post-password-form input[type="submit"]:hover {
        background-color: #ffffff;
        color: #060606;
    }

.has-black-border-color {
    border-color: rgba(124, 123, 123, 0.3) !important;
}

/* Table */
table,
.wp-calendar-table {
    margin-bottom: 20px;
    width: 100%;
}

    table caption,
    .wp-calendar-table caption {
        border: 1px solid rgba(124, 123, 123, 0.3);
        padding: 6px 10px;
        border-top: 0;
        color: rgba(255, 255, 255, 0.7);
    }

    table th,
    table td,
    .wp-calendar-table th,
    .wp-calendar-table td {
        background-color: transparent;
        border: 1px solid rgba(124, 123, 123, 0.3) !important;
        text-align: center;
        padding: 8px;
        -webkit-transition: .3s;
        transition: .3s;
        color: rgba(255, 255, 255, 0.7);
    }

        table th#today,
        table td#today,
        .wp-calendar-table th#today,
        .wp-calendar-table td#today {
            background: #fd6c03;
            color: #ffffff;
        }

            table th#today a,
            table td#today a,
            .wp-calendar-table th#today a,
            .wp-calendar-table td#today a {
                color: #ffffff;
            }

.page-content .size-full.alignright {
    margin-bottom: 15px;
    margin-top: 20px;
}

.page-content figure.wp-caption.aligncenter {
    margin-top: 40px;
}

.page-content dl, .page-content ol, .page-content ul {
    margin-bottom: 11px;
}

.page-content .comment-respond {
    margin-top: 78px;
    margin-bottom: 20px;
}

.page-content .te-latest-comments .comment-respond {
    margin-bottom: 40px;
}

.page-content .te-post-comments {
    margin-top: 80px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

    .screen-reader-text:focus {
        background-color: #eee;
        clip: auto !important;
        -webkit-clip-path: none;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

/*
 Caption
============================*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption .wp-caption-text {
        margin: 0.8075em 0;
        font-size: 14px;
        font-style: italic;
    }

.wp-caption-text {
    text-align: center;
}

/*
 Galleries
============================*/
.gallery {
    margin-bottom: 10px;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.size-thumbnail {
    margin-bottom: 20px;
}

img.emoji {
    width: 15px;
    height: 15px;
}

/*
 Alignments
============================*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em !important;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em !important;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

/*
 Block Unit Test Widget
============================*/
.wp-block-search__input {
    border: 1px solid rgba(124, 123, 123, 0.3) !important;
    background-color: transparent;
}

.wp-block-search__button {
    margin-left: 0 !important;
    border-color: #fd6c03;
    background-color: #fd6c03;
    color: #ffffff;
    font-weight: 500;
}

    .wp-block-search__button:hover {
        color: #060606;
        background-color: #ffffff;
        border-color: #ffffff;
    }

.wp-block-social-links {
    padding-left: 0 !important;
}

    .wp-block-social-links li {
        padding-top: 0 !important;
    }

.te-post-item.format-quote blockquote {
    padding: 45px;
}

@media (max-width: 767px) {
    .te-post-item.format-quote blockquote {
        padding: 35px;
    }
}

blockquote {
    overflow: hidden;
    margin: 30px 0;
    position: relative;
    z-index: 1;
    padding: 40px 60px;
    background-color: #111111;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    blockquote {
        padding-left: 30px;
        padding-right: 30px;
    }
}

blockquote:before {
    content: "\f10e";
    top: 45px;
    right: 30px;
    color: #ffffff0d;
    font-size: 110px;
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
}

blockquote p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1.4px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    blockquote p {
        font-size: 18px;
        line-height: 28px;
    }
}

blockquote p a {
    color: #fd6c03;
    text-decoration: underline;
}

blockquote footer {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wp-block-quote, blockquote {
    border-left: solid 5px #fd6c03;
}

.wp-block-pullquote {
    border-top: 5px solid #fd6c03 !important;
    border-bottom: 5px solid #fd6c03 !important;
    background-color: transparent !important;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
    margin-top: 10px;
    display: block;
}

.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
    margin-left: 10px;
}

.wp-block-column:not(:last-child) {
    margin-right: 10px;
}

.wp-block-column:nth-child(2n+1) {
    margin-right: 10px;
}

.te-post-content > .alignwide {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
}

.te-post-content p.has-large-font-size {
    font-size: 36px;
    line-height: 1.2;
}

.te-post-content .wp-block-search {
    margin-bottom: 15px;
}

.te-post-content .wp-block-file {
    margin-top: 20px;
    margin-bottom: 20px;
}

.te-post-content .wp-block-group__inner-container p {
    margin-top: 0 !important;
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #fff;
    background: #fd6c03 !important;
}

.wp-block-button {
    margin-bottom: 10px;
}

.wp-block-archives select,
.wp-block-categories select {
    height: 50px;
    width: 200px;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-bottom: 10px;
}

.wp-block-te-latest-comments {
    padding-left: 0 !important;
}

.wp-block-cover p.wp-block-cover-text,
.wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #fff !important;
}

.wp-block-cover-text a {
    color: #fff;
}

.wp-block-rss {
    padding-left: 0 !important;
}

.widget .wp-block-archives-dropdown,
.widget .wp-block-categories-dropdown,
.widget .wp-block-loginout,
.widget .wp-block-social-links,
.widget.widget_archive select,
.widget.te_widget_categories select,
.widget.widget_text select,
.widget.te_widget_search .search-form,
.widget.te_widget_tag_cloud .tagcloud,
.widget .wp-block-tag-cloud {
    margin-bottom: 6px;
}

.wp-block-latest-posts .wp-block-latest-posts__te-post-title {
    display: inline-block;
    width: 100%;
}

nav.wp-calendar-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    nav.wp-calendar-nav a {
        color: rgba(255, 255, 255, 0.7);
    }

        nav.wp-calendar-nav a:hover {
            color: #fd6c03;
        }

/*
 Media
============================*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

.comment-respond.style-two .wpcf7-form .wpcf7-not-valid-tip {
    color: #d9c0b8 !important;
}

.comment-respond .wpcf7-form .wpcf7-not-valid {
    border-color: #dc3232 !important;
}

.comment-respond .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 18px;
    margin-top: 5px;
}

.comment-respond .wpcf7-form.sent .wpcf7-response-output {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #72DC60;
    padding: 15px 20px;
    text-align: center;
    position: relative;
    background: #F4FFF5;
    border: 1px solid #CDF5C8 !important;
    border-radius: 10px;
}

.comment-respond .wpcf7-form.invalid .wpcf7-response-output {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #dc3232;
    padding: 15px 20px;
    text-align: center;
    position: relative;
    background: #FFF7F7;
    border: 1px solid #FED8D8 !important;
    border-radius: 10px;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    width: 22px !important;
    height: 22px !important;
    border-color: #dfe2e9;
    border-radius: 3px !important;
    background-color: transparent !important;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative !important;
    padding: 0 !important;
    cursor: pointer;
    margin-top: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    input[type="radio"]::before {
        position: absolute;
        content: "";
        height: 8px;
        width: 8px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(0);
        transform: scale(0);
        background-color: #fd6c03;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    input[type="checkbox"]::before {
        position: absolute;
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.44899 7.76355C3.36328 7.84971 3.24641 7.89784 3.12495 7.89784C3.00349 7.89784 2.88662 7.84971 2.80091 7.76355L0.213156 5.17534C-0.0554271 4.90676 -0.0554271 4.47134 0.213156 4.20321L0.537198 3.87917C0.805781 3.61059 1.24074 3.61059 1.50932 3.87917L3.12495 5.4948L7.49057 1.12917C7.75916 0.860589 8.19457 0.860589 8.4627 1.12917L8.78674 1.45321C9.05532 1.7218 9.05532 2.15721 8.78674 2.42534L3.44899 7.76355Z' fill='white'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 8px;
        height: 100%;
        width: 100%;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(0);
        transform: scale(0);
        background-color: #fd6c03;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    input[type="checkbox"]:checked::before,
    input[type="radio"]:checked::before {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-sizing: inherit !important;
        box-sizing: inherit !important;
    }

    input[type="checkbox"]:checked,
    input[type="radio"]:checked {
        border-color: #fd6c03 !important;
    }

.wpcf7-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .wpcf7-form-control .wpcf7-te-list-item {
        margin: 0;
    }

        .wpcf7-form-control .wpcf7-te-list-item label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-line-pack: center;
            align-content: center;
            margin: 0;
            gap: 10px;
        }

            .wpcf7-form-control .wpcf7-te-list-item label .wpcf7-te-list-item-label {
                font-size: 18px;
                font-weight: 500;
            }

.logged-in .comment-respond textarea {
    margin-bottom: 12px;
}

.zoom-instagram-widget p {
    color: #ffffff;
}

    .zoom-instagram-widget p a {
        color: #fd6c03;
    }

.zoom-instagram-widget ul {
    list-style: none;
}

    .zoom-instagram-widget ul li {
        color: #ffffff;
    }

body.admin-bar .header-menu-area.sticky_menu {
    top: 30px;
}

@media (max-width: 600px) {
    body.admin-bar .header-menu-area.sticky_menu {
        top: 0;
    }
}

.page-template-default.page-id-146 .page-content p:last-child {
    margin-bottom: 10px;
}

.page-template-default.page-id-1133 .page-content .comment-respond {
    margin-top: 78px;
    display: inline-block;
    width: 100%;
}

.page-template-default.page-id-3 .page-area {
    padding-top: 128px;
}

.post-template-default.postid-163 .te-blog-details-wrapper .te-post-item .te-post-content {
    margin-bottom: 34px;
}

.post-template-default.postid-150 .te-blog-details-wrapper .te-post-item .te-post-content {
    margin-bottom: 34px;
}

    .post-template-default.postid-150 .te-blog-details-wrapper .te-post-item .te-post-content .wp-block-group.is-layout-constrained:last-child {
        border: 1px solid #000;
    }

.post-template-default.postid-51 .te-blog-details-wrapper .te-post-item .te-post-content {
    margin-bottom: 25px;
}

    .post-template-default.postid-51 .te-blog-details-wrapper .te-post-item .te-post-content p:last-child {
        margin-bottom: 0;
    }

.post-template-default.postid-1163 .te-blog-details-wrapper .te-post-item .te-post-content .wp-caption, .post-template-default.postid-568 .te-blog-details-wrapper .te-post-item .te-post-content .wp-caption {
    margin-top: 20px;
}

.post-template-default.postid-1780 .wp-block-group.has-background,
.post-template-default.postid-1780 .wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
    background-color: #111111 !important;
}

.post-template-default.postid-1785 .te-blog-details-wrapper .te-post-item .te-post-content .wp-block-button__link {
    color: #ffffff !important;
}

.post-template-default.postid-1786 .te-post-title {
    margin-bottom: 40px;
}

.post-template-default.postid-1149 .te-blog-details-wrapper .te-latest-comments li .te-comments-item .te-comments-text p {
    margin-bottom: 0;
}

.post-template-default.postid-555 .te-blog-details-wrapper .te-post-item .te-post-content .gallery {
    margin-top: 20px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: transparent !important;
}

.error-404.not-found {
    margin-top: -20px;
    margin-bottom: 40px;
}

    .error-404.not-found .error-content .error-btn-bh {
        margin-top: 20px;
    }

@-webkit-keyframes MovefadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes MovefadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.MovefadeUp {
    -webkit-animation-name: MovefadeUp;
    animation-name: MovefadeUp;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes animatelinebar {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }
}

@keyframes animatelinebar {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }
}

@-webkit-keyframes slideUpIn {
    0% {
        -webkit-transform: translateY(40px);
    }

    100% {
        -webkit-transform: translateY(0);
    }

    0% {
        -webkit-transform: translateY(40px);
    }
}

@keyframes slideUpIn {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
}

@-webkit-keyframes MoveLeftRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

@keyframes MoveLeftRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

@-webkit-keyframes MoveUpDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes MoveUpDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-webkit-keyframes Animated3 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes Animated3 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-webkit-keyframes Animated4 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

@keyframes Animated4 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

@-webkit-keyframes UpToDown {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes UpToDown {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-webkit-keyframes Scroll {
    0% {
        -webkit-transform: translateX(-50vw);
        transform: translateX(-50vw);
        transform: translateX(-50vw);
    }

    100% {
        -webkit-transform: translateX(50vw);
        transform: translateX(50vw);
        transform: translateX(50vw);
    }
}

@keyframes Scroll {
    0% {
        -webkit-transform: translateX(-50vw);
        transform: translateX(-50vw);
        transform: translateX(-50vw);
    }

    100% {
        -webkit-transform: translateX(50vw);
        transform: translateX(50vw);
        transform: translateX(50vw);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    right: 0;
    bottom: 0;
}

.preloader-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999999;
}

#preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    #preloader .loader .row {
        height: 100%;
    }

    #preloader .loader .loader-area {
        padding: 0px;
    }

        #preloader .loader .loader-area .loader-bg {
            background-color: #ffffff;
            height: 100%;
            left: 0;
            width: 100%;
            -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
            transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
        }

#preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

#preloader.loaded .loader-area .loader-bg {
    width: 0;
    -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .progress-wrap::after {
        position: absolute;
        font-family: "Font Awesome 6 Pro";
        content: '\f062';
        text-align: center;
        line-height: 46px;
        font-size: 20px;
        color: #f28d00;
        left: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        font-weight: 900;
    }

    .progress-wrap svg path {
        fill: #060606;
    }

    .progress-wrap svg.progress-circle path {
        stroke: #f28d00;
        stroke-width: 4;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

.header-area .te-sticky-header.te-sticky_menu .header-style-1 {
    border: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.header-area .container-fluid {
    padding: 0 70px;
}

@media (max-width: 1550px) {
    .header-area .container-fluid {
        padding: 0 24px;
    }
}

.header-area.style-1 .te-header-btn .te-cta-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.header-area.style-2 .te-header-btn {
    gap: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-area.style-2 .te-header-btn {
        display: none;
    }
}

.header-area.style-2 .te-header-btn .te-cta-btn {
    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;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 19px 27px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-left: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: transparent;
}

    .header-area.style-2 .te-header-btn .te-cta-btn:hover {
        background-color: #fd6c03;
        border-color: #fd6c03;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.header-area.style-2 .te-header-btn .te-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
}

    .header-area.style-2 .te-header-btn .te-icon:hover {
        background-color: #fd6c03;
        color: #ffffff;
    }

@media (max-width: 991px) {
    .header-area.style-3 {
        background-color: #111111;
        border-bottom: 1px solid #1C1C1C;
    }
}

.header-area.style-3 .header-top {
    padding-top: 15px;
    padding-bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-area.style-3 .te-header-btn {
        display: none;
    }
}

.header-area.style-3 .te-header-menu-area {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    position: absolute;
}

@media (max-width: 991px) {
    .header-area.style-3 .te-header-menu-area {
        top: 0;
        position: unset;
    }
}

.header-area.style-3 .te-header-menu-area .menu-wrapper {
    background-color: #111111;
    border: 1px solid #1C1C1C;
    padding-left: 20px;
    padding-right: 8px;
}

@media (max-width: 991px) {
    .header-area.style-3 .te-header-menu-area .menu-wrapper {
        background-color: transparent;
        border: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area.style-3 .te-header-menu-area .menu-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.header-area.style-3 .te-sticky_menu {
    top: 0;
}

@media (max-width: 991px) {
    .header-area.style-3 .te-sticky_menu {
        position: fixed;
    }
}

.header-area.style-3 .te-sticky_menu .menu-wrapper {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.header-area .te-sticky-header.te-sticky_menu {
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    -webkit-box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05);
    background-color: #060606;
}

    .header-area .te-sticky-header.te-sticky_menu .te-logo {
        height: 84px;
        margin: 20px 0;
    }

        .header-area .te-sticky-header.te-sticky_menu .te-logo:after {
            display: none;
        }

        .header-area .te-sticky-header.te-sticky_menu .te-logo .te-standard-logo {
            display: none;
        }

        .header-area .te-sticky-header.te-sticky_menu .te-logo .te-sticky-logo {
            display: block;
        }

            .header-area .te-sticky-header.te-sticky_menu .te-logo .te-sticky-logo img {
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

    .header-area .te-sticky-header.te-sticky_menu .te-main-menu ul li.te-active > a:after {
        bottom: 20px;
    }

    .header-area .te-sticky-header.te-sticky_menu .te-main-menu ul li a {
        padding: 33px 13px;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .te-sticky-header.te-sticky_menu .te-main-menu ul li a {
        padding: 33px 14px;
    }
}

.header-area .te-sticky-header.te-sticky_menu .te-main-menu ul li ul li a {
    padding: 10px 20px;
}

.header-area .te-sticky-header.te-sticky_menu .te-header-btn .te-icon {
    background-color: #060606;
}

.header-top {
    padding: 6px 0;
    background-color: #fd6c03;
}

@media (max-width: 991px) {
    .header-top {
        display: none;
    }
}

.header-top .te-header-top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 60px;
}

.header-top .header-top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px;
}

.header-top .te-header-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 33px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .header-top .te-header-contact-info span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
    }

        .header-top .te-header-contact-info span i {
            font-size: 18px;
        }

        .header-top .te-header-contact-info span.te-contact-info-item {
            gap: 0 10px !important;
        }

        .header-top .te-header-contact-info span a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 10px;
            color: #ffffff;
            font-size: 18px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
        }

.header-top .te-social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0;
}

    .header-top .te-social-profile .te-social-profile-label {
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 27.2px;
        color: #14203A;
        margin-right: 14px;
    }

    .header-top .te-social-profile a {
        font-size: 15px;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        width: 36px;
        height: 36px;
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

        .header-top .te-social-profile a:hover {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            color: #ffffff;
        }

body.admin-bar .header-style-1 {
    top: 30px;
}

.te-header-menu-area {
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    top: 0;
    left: 0;
    position: absolute
}

    .te-header-menu-area.te-te-sticky-header {
        width: 100%;
        z-index: 999;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .te-header-menu-area .te-header-menu-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px;
    }

@media (max-width: 1199px) {
    .home .portfolio-item .content-wrapper .content .title {
        font-size: 13px !important;
        line-height: 13px !important;
    }

    .home .portfolio-item {
        height: 263px !important;
    }


    .portfolio-item .content-wrapper .content {
        padding: 40px 32px !important;
    }

    .page-breadcrumb-area {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }

    .project-info-wrapper {
        padding: 32px 18px !important;
    }

    .meta-text h4 {
        font-size: 20px;
        font-weight: 600;
        line-height: 27px;
    }

    .tab-pane .order-2 h2 {
        font-size: 35px !important;
        margin-bottom: 30px !important;
    }

    .portfolio-item .content-wrapper .content .title {
        font-size: 22px !important;
        line-height: 31px !important;
    }

    .te-header-menu-area .te-header-menu-wrapper {
        gap: 20px;
    }

    .home .about-us-area {
        margin-top: 100px !important;
        margin-bottom: 130px !important;
    }

    .te-about-info-card {
        padding-left: 15px !important;
    }

    .home .te-section-title .title {
        line-height: 39px !important;
        font-size: 34px !important;
    }

    .home .about-us-area {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }
}

.te-header-menu-area .te-logo {
    position: relative;
    z-index: 999;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-header-menu-area .te-logo {
        height: 100px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-header-menu-area .te-logo {
        height: 98px;
    }
}

@media only screen and (max-width: 1199px) {
    .te-header-menu-area .te-logo .te-standard-logo {
        display: none;
    }
}

.te-header-menu-area .te-logo .te-standard-logo img {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te-header-menu-area .te-logo .te-sticky-logo {
    display: none;
}

@media only screen and (max-width: 767px) {
    .te-section-title .short-title {
        font-size: 16px !important;
    }

    .te-section-title .title {
        font-size: 27px !important;
        line-height: 32px !important;
    }

    .content p {
        line-height: 1.3;
    }

    .custom-table tr {
        display: flex;
        flex-direction: column;
    }

    .home .latest-posts-area .te-section-title {
        margin-bottom: 15px !important;
    }

        .home .latest-posts-area .te-section-title .title {
            line-height: 32px !important;
            font-size: 24px !important;
        }

    .project-details-page .urun3d iframe {
        height: 350px !important;
    }

    .tab-pane .order-2 h2 {
        font-size: 26px !important;
        margin-bottom: 42px !important;
    }

    .te-header-menu-area .te-logo .te-sticky-logo {
        width: 170px;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper {
        padding-top: 0 !important;
    }

    .te-theme-btn {
        padding: 10px 22px;
    }
}

@media only screen and (max-width: 1199px) {
    .te-header-menu-area .te-logo .te-sticky-logo {
        display: block;
    }
}

.te-header-menu-area .te-logo .te-sticky-logo img {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te-header-menu-area .te-logo .te-retina-logo {
    display: none;
}

.te-menu-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .te-menu-wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
}

.te-main-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
}

    .te-main-menu ul li {
        display: inline-block;
        padding: 0;
        position: relative;
    }

        .te-main-menu ul li.te-active {
            position: relative;
        }

            .te-main-menu ul li.te-active > a {
                color: #fd6c03;
            }

                .te-main-menu ul li.te-active > a:after {
                    color: #fd6c03;
                    font-size: 13px;
                    margin-left: 5px;
                }

        .te-main-menu ul li.te-dropdown > a:after, .te-main-menu ul li.dropdown > a:after {
            visibility: visible;
            font-size: 13px;
            margin-left: 5px;
        }

        .te-main-menu ul li.te-dropdown .te-dropdown > a:after,
        .te-main-menu ul li.te-dropdown .dropdown > a:after, .te-main-menu ul li.dropdown .te-dropdown > a:after,
        .te-main-menu ul li.dropdown .dropdown > a:after {
            visibility: visible;
            font-size: 13px;
        }

        .te-main-menu ul li ul.te-submenu li.te-active > a {
            position: relative;
            z-index: 2;
            color: #ffffff;
        }

            .te-main-menu ul li ul.te-submenu li.te-active > a:after {
                color: #ffffff;
                font-size: 13px;
            }

        .te-main-menu ul li a {
            display: block;
            padding: 40px 13px;
            text-decoration: none;
            text-transform: uppercase;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            position: relative;
            color: #ffffff;
            font-family: "Poppins", sans-serif;
            font-size: 15px;
            font-weight: 400;
            letter-spacing: 1.4px;
            line-height: initial;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .te-main-menu ul li a {
        padding: 32px 14px;
    }
}

.te-main-menu ul li a:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    margin-top: -5px;
    visibility: hidden;
    font-size: 0;
}

.te-main-menu ul li a:hover {
    color: #fd6c03;
}

    .te-main-menu ul li a:hover:after {
        color: #fd6c03;
    }

.te-main-menu ul li:hover > ul {
    visibility: visible;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.te-main-menu ul li ul li:hover ul {
    visibility: visible;
    top: -2px;
}

.te-main-menu ul ul {
    background-color: #111111;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-top: 2px solid #fd6c03;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.5);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

    .te-main-menu ul ul li {
        float: none;
        width: 250px;
        color: #fff !important;
    }

        .te-main-menu ul ul li ul {
            visibility: hidden;
        }

        .te-main-menu ul ul li i {
            float: right;
        }

        .te-main-menu ul ul li a {
            line-height: initial;
            padding: 10px 20px;
            color: #ffffff;
            border-bottom: 1px solid rgba(124, 123, 123, 0.3);
            margin-left: 0;
            font-size: 16px;
            text-transform: capitalize;
        }

            .te-main-menu ul ul li a:hover {
                color: #fd6c03;
            }

                .te-main-menu ul ul li a:hover:after {
                    color: #ffffff;
                }

        .te-main-menu ul ul li:last-child a {
            border-bottom: 0px;
        }

    .te-main-menu ul ul ul {
        left: 100%;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 0;
        border-top: 0px;
        border-top: 2px solid #fd6c03;
    }

.te-animation {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.te-slideUpIn {
    -webkit-animation-name: slideUpIn;
    animation-name: slideUpIn;
}

.te-header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .te-header-btn .te-icon {
        width: 72px;
        background-color: #111111;
        height: 55px;
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        color: #ffffff;
        font-size: 18px;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .te-header-btn .te-icon:hover {
            color: #fd6c03;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

@media only screen and (max-width: 1199px) {
    .te-search-btn {
        display: none;
    }

    .te-header-btn {
        position: absolute;
        right: 0px;
    }

    .lang {
        width: 100% !important;
        background: #060606
    }

    .te-mobile-menu-bar {
        position: absolute;
        right: 170px;
    }
}

.te-header-btn .te-cta-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fd6c03;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 700;
    gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .te-header-btn .te-cta-btn:hover {
        background-color: #fd6c03;
        color: #ffffff;
    }

    .te-header-btn .te-cta-btn.icon-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

.te-header-btn .te-quote-btn {
    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;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 13px;
    color: #ffffff;
    padding: 19px 27px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fd6c03;
    border: 1px solid #fd6c03;
}

    .te-header-btn .te-quote-btn:hover {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #14203A;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.te-header-btn .te-call-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
}

    .te-header-btn .te-call-btn .icon {
        width: 55px;
        height: 55px;
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 50px;
        background-color: #fd6c03;
        font-size: 16px;
        color: #ffffff;
    }

    .te-header-btn .te-call-btn .call-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .te-header-btn .te-call-btn .call-info span {
            font-size: 15px;
            font-weight: 700;
            line-height: initial;
            letter-spacing: 1.4px;
            text-transform: uppercase;
            font-family: "Poppins", sans-serif;
            color: #ffffff;
        }

        .te-header-btn .te-call-btn .call-info a {
            font-size: 24px;
            font-weight: 700;
            line-height: initial;
            text-transform: uppercase;
            font-family: "Poppins", sans-serif;
            color: #ffffff;
        }

            .te-header-btn .te-call-btn .call-info a:hover {
                color: #fd6c03;
            }

.te-search-form-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 999;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .te-search-form-wrapper.te-active {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .te-search-form-wrapper .te-search-form-inner {
        width: 768px;
        position: relative;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
    }

        .te-search-form-wrapper .te-search-form-inner .te-search-content-filed {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 30px;
        }

            .te-search-form-wrapper .te-search-form-inner .te-search-content-filed .te-search-close {
                cursor: pointer;
                font-size: 30px;
                color: #ffffff;
            }

        .te-search-form-wrapper .te-search-form-inner .te-search-form {
            background-color: #121212;
            -webkit-box-shadow: 0px 30px 70px rgba(100, 100, 100, 0.3);
            box-shadow: 0px 30px 70px rgba(100, 100, 100, 0.3);
            padding: 60px 80px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            border: 1px solid rgba(124, 123, 123, 0.3);
        }

            .te-search-form-wrapper .te-search-form-inner .te-search-form .te-search-form-input {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border: 1px solid rgba(124, 123, 123, 0.3);
                padding-left: 30px;
                overflow: hidden;
            }

                .te-search-form-wrapper .te-search-form-inner .te-search-form .te-search-form-input .te-search-icon {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                .te-search-form-wrapper .te-search-form-inner .te-search-form .te-search-form-input button.te-theme-btn {
                    border-radius: 0;
                    background-color: #fd6c03;
                    color: #ffffff;
                }

            .te-search-form-wrapper .te-search-form-inner .te-search-form input[type="search"] {
                margin-top: 0 !important;
                background: transparent !important;
                border: 0 !important;
                padding: 0 12px !important;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                color: #ffffff;
            }

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
}

.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: #ffffff;
    border-top: 1px solid #e7edf41a;
    text-transform: capitalize;
}

    .mean-container .mean-nav ul li a.mean-expand {
        margin-top: 5px;
        padding: 0 !important;
        border: 1px solid #e7edf41a !important;
        height: 30px;
        width: 30px;
        line-height: 30px;
        color: #ffffff;
        top: 0;
        font-weight: 500;
    }

.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.dropdown-opened a.mean-expand.mean-clicked {
    background-color: #fd6c03;
    border-color: #fd6c03 !important;
}

    .mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked i {
        color: #ffffff;
    }

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: #ffffff;
}

    .mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        color: #ffffff;
    }

.te-mobile-menu-bar a {
    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;
}

    .te-mobile-menu-bar a i {
        color: #ffffff;
        font-size: 22px;
    }

.te-menu-sidebar-area {
    position: fixed;
    right: -485px;
    top: 0;
    width: 465px;
    height: 100%;
    background-color: #111111;
    overflow-y: scroll;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 9999;
}

@media (max-width: 560px) {
    .te-menu-sidebar-area {
        width: 350px;
    }
}

.te-menu-sidebar-area .te-menu-sidebar-logo {
    display: inline-block;
    width: 180px;
}

.te-menu-sidebar-area .te-menu-sidebar-wrapper {
    position: relative;
    padding: 40px;
}

.te-menu-sidebar-area.active {
    right: 0;
}

.te-menu-sidebar-area .te-menu-sidebar-close {
    position: absolute;
    top: 0;
    right: 0;
}

    .te-menu-sidebar-area .te-menu-sidebar-close .te-menu-sidebar-close-btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
        height: 55px;
        width: 55px;
        background-color: #fd6c03;
        color: #ffffff;
    }

        .te-menu-sidebar-area .te-menu-sidebar-close .te-menu-sidebar-close-btn:hover {
            background-color: #14203A;
        }

.te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

    .te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-menu-sidebar-title {
        margin-bottom: 5px;
    }

    .te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-header-contact-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px;
        padding: 6px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-header-contact-info span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 13px;
            color: #ffffff;
            font-size: 18px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            width: 100%;
        }

            .te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-header-contact-info span.te-contact-info-item {
                gap: 0 10px !important;
            }

            .te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-header-contact-info span a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 10px;
                color: #ffffff;
                font-size: 18px;
                font-weight: 500;
                font-family: "Poppins", sans-serif;
            }

                .te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-header-contact-info span a:hover {
                    color: #fd6c03;
                }

    .te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-social-profile {
        margin-top: 20px;
        border-top: 1px solid #e7edf41a;
        width: 100%;
        padding-top: 20px;
    }

        .te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-social-profile a {
            color: #ffffff;
            font-size: 22px;
        }

            .te-menu-sidebar-area .te-menu-sidebar-content .te-menu-sidebar-single-widget .te-social-profile a:hover {
                color: #fd6c03;
            }

.te-body-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .te-body-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .te-body-overlay:hover {
        cursor: pointer;
    }

.slider-area {
    overflow: hidden;
    position: relative;
}

    .slider-area .te-slider-label {
        font-size: 105px;
        font-weight: 700;
        line-height: initial;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
        left: 90px;
        color: #fd6c03;
        opacity: 0.2;
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .te-slider-label {
        left: 20px;
        font-size: 70px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area .te-slider-label {
        display: none;
    }
}

.slider-area .te-slider-wrapper .slick-active .te-slider-short-title,
.slider-area .te-slider-wrapper .slick-active .te-slider-title,
.slider-area .te-slider-wrapper .slick-active .te-slider-short-desc,
.slider-area .te-slider-wrapper .slick-active .te-slider-btn-wrapper {
    -webkit-animation-name: MovefadeUp;
    animation-name: MovefadeUp;
    -webkit-animation-fill-mode: both;
}

.slider-area .te-slider-wrapper .slick-active .te-slider-short-title {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.slider-area .te-slider-wrapper .slick-active .te-slider-title {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.slider-area .te-slider-wrapper .slick-active .te-slider-short-desc {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.slider-area .te-slider-wrapper .slick-active .te-slider-btn-wrapper {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}

.slider-area .te-slider-wrapper .slider-arrow-btn {
    width: 70px;
    height: 70px;
    background-color: #fd6c03;
    opacity: 0.4;
    color: #242120;
    font-size: 18px;
    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: absolute;
    top: 65%;
    padding: 0;
    z-index: 9;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .slider-area .te-slider-wrapper .slider-arrow-btn.prev-btn {
        left: -35px;
    }

        .slider-area .te-slider-wrapper .slider-arrow-btn.prev-btn i {
            position: relative;
            left: 12px;
        }

        .slider-area .te-slider-wrapper .slider-arrow-btn.prev-btn:hover {
            opacity: 1;
        }

    .slider-area .te-slider-wrapper .slider-arrow-btn.next-btn {
        right: -35px;
    }

        .slider-area .te-slider-wrapper .slider-arrow-btn.next-btn i {
            position: relative;
            left: -12px;
        }

        .slider-area .te-slider-wrapper .slider-arrow-btn.next-btn:hover {
            opacity: 1;
        }

.slider-area .te-slider-wrapper .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    position: absolute;
    z-index: 2;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area .te-slider-wrapper .slick-dots {
        display: none !important;
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-right: 30px;
        bottom: 70px;
        top: unset;
        left: unset;
        right: unset;
        -webkit-transform: none;
        transform: none;
    }
}

.slider-area .te-slider-wrapper .slick-dots li {
    display: inline-block;
    line-height: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .slider-area .te-slider-wrapper .slick-dots li button {
        font-size: 2px;
        text-indent: -9999px;
        padding: 0;
        width: 10px;
        height: 10px;
        background-color: #fd6c03;
        position: relative;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .slider-area .te-slider-wrapper .slick-dots li button:hover {
            background-color: #fd6c03;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

    .slider-area .te-slider-wrapper .slick-dots li.slick-active {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .slider-area .te-slider-wrapper .slick-dots li.slick-active button {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

.slider-area .te-single-slider {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 100vh;
}

    .slider-area .te-single-slider .te-single-slider-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

        .slider-area .te-single-slider .te-single-slider-bg img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .slider-area .te-single-slider .te-slider-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        position: relative;
        top: 50%;
    }




        .slider-area .te-single-slider .te-slider-container .te-slider-column {
            width: 50%;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex-item-align: center;
            align-self: center;
        }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area .te-single-slider .te-slider-container .te-slider-column {
        width: 100%;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-title {
        font-size: 18px !important;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
        font-size: 20px !important;
        line-height: 21px !important;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper {
        padding-top: 3px;
    }

    .slick-slide .container {
        padding: 0 20px;
        max-width: 100%;
    }
}

.slider-area .te-single-slider .te-slider-content-wrapper {
    position: relative;
    z-index: 99;
}

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-title {
        font-family: "Poppins", sans-serif;
        font-size: 45px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 2px;
        color: #fd6c03;
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
        color: #ffffff;
        font-family: "Poppins", sans-serif;
        font-size: 50px;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 30px;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title br {
        display: none;
    }
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title span {
    color: #fd6c03;
}

@media only screen and (min-width: 992px) and (max-width: 1500px) {
    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
        font-size: 60px;
        line-height: 64px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
        font-size: 48px;
        line-height: 56px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
        font-size: 42px;
        line-height: 52px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 20px;
    }
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-desc {
        font-size: 18px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-desc {
        font-size: 18px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-desc {
        font-size: 18px;
        line-height: 32px;
    }
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper {
    padding-top: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 27px;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper {
        padding-top: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
}

.slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn .te-icon {
        width: 55px;
        height: 55px;
        border-radius: 50px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border: 1px solid #fd6c03;
        font-size: 20px;
        font-weight: 900;
        color: #ffffff;
        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;
        -webkit-animation: ripple 4s infinite;
        animation: ripple 4s infinite;
        -webkit-box-shadow: 0 0 0 0 #fd6c03;
        box-shadow: 0 0 0 0 #fd6c03;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn .te-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn .te-content .te-title {
            font-size: 18px;
            font-weight: 500;
            line-height: 24px;
            color: #335371;
        }

        .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper .te-call-btn .te-content .te-text {
            font-size: 18px;
            font-weight: 700;
            line-height: 26px;
            color: #ffffff;
        }

.slider-area .te-single-slider .te-slider-image {
    position: relative;
    z-index: 2;
    margin-top: inherit;
    -webkit-animation: MoveLeftRight 2s linear infinite alternate;
    animation: MoveLeftRight 2s linear infinite alternate;
    text-align: left;
}

    .slider-area .te-single-slider .te-slider-image .slider-feature {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

@media (max-width: 991px) {
    .slider-area.style-2 .te-single-slider .te-slider-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.slider-area.style-2 .te-single-slider .te-slider-container .te-slider-column {
    width: unset;
}

    .slider-area.style-2 .te-single-slider .te-slider-container .te-slider-column.image-wrapper {
        width: 500px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area.style-2 .te-single-slider .te-slider-container .te-slider-short-desc br {
        display: none;
    }
}

.slider-area.style-2 .te-single-slider .te-slider-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 10%, 0% 100%, 60% 100%);
    clip-path: polygon(0 10%, 0% 100%, 60% 100%);
    width: 100%;
    height: 100%;
}

    .slider-area.style-2 .te-single-slider .te-slider-bg-img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .slider-area.style-2 .te-single-slider .te-slider-bg-img .overlay {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100%;
        z-index: 2;
    }

.banner-info-card.style-2 {
    margin-top: 18px;
}

.banner-info-card.style-3 {
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(98deg, rgba(2, 193, 115, 0.2) -7.42%, rgba(2, 193, 115, 0) 75.72%);
    margin-bottom: 30px;
}

    .banner-info-card.style-3 .content-wrapper .content {
        padding: 20px 30px 10px 30px;
    }

.banner-info-card .content-wrapper .title {
    font-size: 49px;
    font-weight: 700;
    line-height: 55.65px;
    letter-spacing: -1.59px;
    margin-bottom: 20px;
}

    .banner-info-card .content-wrapper .title span {
        color: #ffffff;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
    }

.banner-info-card .content-wrapper .content {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

    .banner-info-card .content-wrapper .content p {
        margin-bottom: 0;
    }

.banner-info-card .image {
    border-radius: 10px;
    overflow: hidden;
}

    .banner-info-card .image img {
        width: 100%;
    }

.video-slider-item {
    height: 800px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-slider-item {
        height: 510px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .video-slider-item {
        height: 650px;
    }
}

.video-slider-item .video-slider-item-wrapper {
    height: 100%;
    padding: 62px 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
}

    .video-slider-item .video-slider-item-wrapper:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: "";
        border: 1px solid #fd6c03;
        width: calc( 100% + 40px );
        height: calc( 100% + 40px );
        opacity: 0;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        z-index: 9;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .video-slider-item .video-slider-item-wrapper:before {
        display: none;
    }
}

.video-slider-card {
    height: 100%;
    position: relative;
}

    .video-slider-card .video-thumb {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

        .video-slider-card .video-thumb img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .video-slider-card .video-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: absolute;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        padding: 40px 23px;
        text-align: center;
        z-index: 99;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 24, 26, 0)), to(rgba(27, 24, 26, 0.7)));
        background: linear-gradient(180deg, rgba(27, 24, 26, 0) 0%, rgba(27, 24, 26, 0.7) 100%);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-slider-card .video-content {
        padding: 20px 10px;
    }
}

.video-slider-card .video-content .title {
    font-size: 20px;
    line-height: initial;
}

.video-slider-card .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
}

    .video-slider-card .play-btn a {
        width: 80px;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border: 2px solid;
        border-radius: 50%;
        font-size: 30px;
        color: #ffffff;
    }

.video-slider-wrapper .slick-list {
    padding: 60px 0 !important;
    position: relative;
}

.video-slider-wrapper .slick-slide.slick-center .video-slider-item-wrapper {
    padding: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .video-slider-wrapper .slick-slide.slick-center .video-slider-item-wrapper .video-slider-card .video-content {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .video-slider-wrapper .slick-slide.slick-center .video-slider-item-wrapper:before {
        opacity: 1;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.video-slider-wrapper .slider-arrow-btn {
    color: #fd6c03;
    font-size: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
}

@media (max-width: 1199px) {
    .video-slider-wrapper .slider-arrow-btn {
        font-size: 34px;
    }
}

.video-slider-wrapper .slider-arrow-btn.prev-btn {
    left: -150px;
}

@media (max-width: 1599px) {
    .video-slider-wrapper .slider-arrow-btn.prev-btn {
        left: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-slider-wrapper .slider-arrow-btn.prev-btn {
        left: -20px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .video-slider-wrapper .slider-arrow-btn.prev-btn {
        left: 0px !important;
    }
}

.video-slider-wrapper .slider-arrow-btn.next-btn {
    right: -150px;
}

@media (max-width: 1599px) {
    .video-slider-wrapper .slider-arrow-btn.next-btn {
        right: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-slider-wrapper .slider-arrow-btn.next-btn {
        right: -20px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .video-slider-wrapper .slider-arrow-btn.next-btn {
        right: -50px !important;
    }

    .video-slider-wrapper .slider-arrow-btn.prev-btn {
        left: -50px !important;
    }
}

.client-logo-wrapper {
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .client-logo-wrapper .client-logo {
        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;
        cursor: pointer;
        overflow: hidden;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .client-logo-wrapper .client-logo img {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            opacity: 1;
        }

        .client-logo-wrapper .client-logo:hover {
            -webkit-transform: scale(1.03);
            transform: scale(1.03);
        }

            .client-logo-wrapper .client-logo:hover img {
                opacity: 1;
            }

.te-marquee-area {
    overflow: hidden;
}

    .te-marquee-area .te-marquee-wrapper {
        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;
        gap: 44px;
    }

        .te-marquee-area .te-marquee-wrapper.first-te-marquee {
            -webkit-animation: Scroll 32s linear infinite;
            animation: Scroll 32s linear infinite;
        }

            .te-marquee-area .te-marquee-wrapper.first-te-marquee .single-te-marquee:nth-child(even) .te-marquee-title {
                color: rgba(255, 255, 255, 0.7);
                -webkit-text-fill-color: transparent;
                -webkit-text-stroke-width: 1px;
            }

        .te-marquee-area .te-marquee-wrapper.second-te-marquee {
            -webkit-animation: Scroll 32s linear infinite;
            animation: Scroll 32s linear infinite;
            -webkit-animation-direction: reverse;
            animation-direction: reverse;
        }

            .te-marquee-area .te-marquee-wrapper.second-te-marquee .single-te-marquee .te-marquee-title span {
                color: #fd6c03;
                -webkit-text-fill-color: transparent;
                -webkit-text-stroke-width: 1px;
            }

    .te-marquee-area .single-te-marquee {
        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;
        gap: 44px;
    }

        .te-marquee-area .single-te-marquee:last-child .te-marquee-star {
            display: none;
        }

        .te-marquee-area .single-te-marquee .te-marquee-title {
            font-size: 80px;
            font-weight: 900;
            line-height: 80px;
            white-space: nowrap;
            font-family: "Poppins", sans-serif;
            color: rgba(255, 255, 255, 0.7);
        }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-marquee-area .single-te-marquee .te-marquee-title {
        font-size: 60px;
        line-height: initial;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-marquee-area .single-te-marquee .te-marquee-title {
        font-size: 70px;
        line-height: initial;
    }
}

.te-marquee-area .single-te-marquee .te-marquee-icon {
    font-size: 49px;
    font-weight: 700;
    color: #fd6c03;
    white-space: nowrap;
    line-height: 0;
    width: 64px;
}

.image-card {
    overflow: hidden;
    position: relative;
    padding: 0 15px;
}

    .image-card img {
        width: 100%;
    }

.about-us-card .te-section-title {
    margin-bottom: 15px;
}

.about-us-card .te-list-item-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px 56px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .about-us-card .te-list-item-wrapper .te-list-item .text {
        font-weight: 500;
    }

.latest-service-wrapper .latest-service-card:last-child {
    margin-bottom: 0;
}

.latest-service-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid rgba(124, 123, 123, 0.3);
    background: linear-gradient(110deg, rgba(40, 40, 40, 0.29) -0.9%, rgba(77, 77, 77, 0.21) 101.13%);
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(6.5px);
    backdrop-filter: blur(6.5px);
    margin-bottom: 30px;
    position: relative;
    gap: 40px;
    z-index: 2;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-service-card {
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.latest-service-card .circle-drop-shadow {
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: 80px;
    border-radius: 300px;
    opacity: 0.2;
    background-color: #02C173;
    -webkit-filter: blur(119.7604827881px);
    filter: blur(119.7604827881px);
    z-index: -1;
}

.latest-service-card:nth-child(1) .circle-drop-shadow {
    top: -140px;
    left: -100px;
}

.latest-service-card:nth-child(2) .circle-drop-shadow {
    top: -140px;
    left: 173px;
}

.latest-service-card:nth-child(3) .circle-drop-shadow {
    bottom: -140px;
    right: 190px;
    left: unset;
    top: unset;
}

.latest-service-card .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0 40px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-service-card .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 15px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-service-card .content-wrapper {
        -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;
        gap: 15px;
        text-align: center;
        padding: 30px;
    }
}

.latest-service-card .icon {
    width: 105px;
    height: 105px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
}

    .latest-service-card .icon::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        inset: 0;
        padding: 1px;
        border-radius: 9999px;
        background: linear-gradient(80.36deg, transparent 20.42%, rgba(2, 193, 115, 0.4) 84.24%), linear-gradient(0deg, transparent, transparent);
        -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

.latest-service-card .title-wrapper {
    width: 280px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-service-card .title-wrapper {
        width: 210px;
    }
}

.latest-service-card .title-wrapper .title {
    font-size: 24px;
    font-weight: 500;
    line-height: initial;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    margin-bottom: 0;
}

.latest-service-card .content {
    margin-bottom: 0;
    font-size: 18px;
    color: #ffffffcc;
    line-height: 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .latest-service-card .content p {
        margin-bottom: 0;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-service-card .content p br {
        display: none;
    }
}

.latest-service-card .btn-wrapper {
    width: 190px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: rgba(255, 255, 255, 0.05);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-service-card .btn-wrapper {
        width: 100%;
        padding: 40px;
    }
}

.te-info-card-wrapper {
    position: relative;
}

.te-info-card {
    padding: 40px;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #111111;
}

    .te-info-card:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .te-info-card:hover .te-image-wrapper .overlay {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            opacity: 0.72;
        }

        .te-info-card:hover .te-image-wrapper img {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

        .te-info-card:hover .icon img,
        .te-info-card:hover .icon i {
            -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

    .te-info-card .te-info-card-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 45px;
        height: 100%;
    }

@media (max-width: 991px) {
    .te-info-card .te-info-card-inner {
        gap: 30px;
    }
}

.te-info-card .te-image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

    .te-info-card .te-image-wrapper img {
        width: 100%;
        height: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .te-info-card .te-image-wrapper .overlay {
        width: 100%;
        height: 100%;
        background: #fd6c03;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.6;
    }

.te-info-card .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 85px;
    height: 85px;
    padding: 10px;
    border: 1px solid rgba(124, 123, 123, 0.3);
}

    .te-info-card .icon img {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.te-info-card .te-content-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.te-info-card .te-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    padding-bottom: 17px;
    border-bottom: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .te-info-card .te-title-wrapper .icon {
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: transparent;
        position: relative;
    }

    .te-info-card .te-title-wrapper .title {
        font-size: 24px;
        line-height: 31px;
        font-weight: 700;
        margin: 0;
        color: #ffffff;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

.te-info-card .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

    .te-info-card .content .desc {
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        margin: 0;
        color: rgba(255, 255, 255, 0.7);
    }

    .te-info-card .content .te-read-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

        .te-info-card .content .te-read-more .te-theme-btn {
            background-color: transparent;
            color: #fd6c03;
            border: 1px solid #E1E1E1;
            padding: 9px 28px;
        }

            .te-info-card .content .te-read-more .te-theme-btn:hover {
                background-color: #fd6c03;
                color: #ffffff;
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

.te-info-card.style-2 .icon {
    font-size: 48px;
    color: #fd6c03;
}

.te-info-card.style-2 .read-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .te-info-card.style-2 .read-btn a {
        font-size: 15px;
        font-weight: 700;
        line-height: initial;
        letter-spacing: 1.6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px;
        color: #ffffff;
    }

        .te-info-card.style-2 .read-btn a:hover {
            color: #fd6c03;
        }

.te-info-card.style-1 {
    border-top: 3px solid #fd6c03;
    text-align: center;
    padding: 30px 24px;
}

    .te-info-card.style-1 .icon {
        padding: 0;
        width: unset;
        height: unset;
        border: 0;
    }

.te-info-card.style-3 {
    padding: 40px;
    background: #111111;
    border: none;
}

    .te-info-card.style-3 .read-btn {
        margin-left: auto;
    }

        .te-info-card.style-3 .read-btn a {
            font-size: 36px;
            color: rgba(255, 255, 255, 0.2);
        }

            .te-info-card.style-3 .read-btn a:hover {
                color: #fd6c03;
            }

    .te-info-card.style-3 .te-content-wrapper {
        gap: 40px 20px;
    }

        .te-info-card.style-3 .te-content-wrapper .te-title-wrapper {
            padding: 0;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .te-info-card.style-3 .te-content-wrapper .te-title-wrapper .icon {
                padding: 0;
                border: 0;
                width: unset;
                height: unset;
                font-size: 42px;
                color: #fd6c03;
            }

    .te-info-card.style-3 .content {
        gap: 13px;
        margin-bottom: 0;
    }

        .te-info-card.style-3 .content .title {
            font-family: "Poppins", sans-serif;
            font-size: 30px;
            font-weight: 700;
            line-height: initial;
            color: #ffffff;
            margin-bottom: 0;
            width: 100%;
        }

.te-info-card.style-4 {
    padding: 40px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgba(124, 123, 123, 0.3);
}

    .te-info-card.style-4 .te-content-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20px;
    }

        .te-info-card.style-4 .te-content-wrapper .te-title-wrapper {
            padding: 0;
        }

            .te-info-card.style-4 .te-content-wrapper .te-title-wrapper .icon {
                width: 105px;
                height: 105px;
                border-radius: 50%;
                background: #111111;
            }

    .te-info-card.style-4 .content {
        gap: 13px;
        margin-bottom: 0;
    }

        .te-info-card.style-4 .content .title {
            font-family: "Poppins", sans-serif;
            font-size: 24px;
            font-weight: 500;
            line-height: 32px;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 0;
            width: 100%;
        }

.te-icon-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-icon-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.te-icon-card:last-child {
    margin-bottom: 0;
}

.te-icon-card:hover .icon img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te-icon-card.style-1 .content .title,
.te-icon-card.style-1 .content .desc {
    color: #ffffff;
}

.te-icon-card .icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #fd6c03;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .te-icon-card .icon img {
        width: auto;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.te-icon-card .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-icon-card .content {
        gap: 10px;
    }
}

.te-icon-card .content .title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: initial;
    color: #ffffff;
    margin-bottom: 0;
}

.te-icon-card .content .desc {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: initial;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
}

    .te-icon-card .content .desc a {
        color: rgba(255, 255, 255, 0.7);
    }

.te-icon-card.style-2 {
    border-left: 2px solid #fd6c03;
    background-color: #111111;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 50px 80px 40px 80px;
    position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-icon-card.style-2 {
        padding: 40px;
    }
}

.te-icon-card.style-2 .icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-icon-card.style-2 .icon {
        position: unset;
        -webkit-transform: unset;
        transform: unset;
        top: unset;
    }
}

.te-icon-card.style-3 {
    padding: 40px;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #111111;
}

    .te-icon-card.style-3:hover {
        top: -5px;
    }

    .te-icon-card.style-3 .content {
        display: unset;
    }

    .te-icon-card.style-3 .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .te-icon-card.style-3 .te-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #fd6c03;
        font-size: 22px;
        color: #ffffff;
        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;
    }

        .te-icon-card.style-3 .te-icon img,
        .te-icon-card.style-3 .te-icon i {
            position: relative;
        }

.event-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .event-card .image-wrapper {
        width: 410px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        margin-bottom: 20px;
    }

        .event-card .image-wrapper .post-date {
            position: absolute;
            top: 0%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 20px;
            text-transform: uppercase;
        }

        .event-card .image-wrapper .image {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

            .event-card .image-wrapper .image img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                -o-object-fit: cover;
                object-fit: cover;
            }

    .event-card .content-wrapper {
        background-color: #111111;
        padding: 50px;
        border: 1px solid #1C1C1C;
    }

        .event-card .content-wrapper .title {
            font-size: 48px;
            line-height: initial;
        }

        .event-card .content-wrapper .te-theme-btn {
            border-color: #E1E1E1;
            background-color: transparent;
            margin-top: 10px;
        }

            .event-card .content-wrapper .te-theme-btn:hover {
                background-color: #fd6c03;
                border-color: #fd6c03;
                color: #ffffff;
            }

.event-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .event-card-wrapper .event-card:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .event-card-wrapper .event-card:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

.te-about-image-card {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding-right: 50px;
}

    .te-about-image-card .about-image-card-shape-one {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        padding-left: 11px;
        padding-top: 18px;
    }

    .te-about-image-card .about-image-card-shape-two {
        position: absolute;
        bottom: 40px;
        right: 0;
        z-index: -1;
    }

    .te-about-image-card .about-image-left-column {
        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;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

        .te-about-image-card .about-image-left-column .image {
            -webkit-box-align: end;
            -ms-flex-align: end;
            z-index: 1;
            align-items: flex-end;
        }

    .te-about-image-card .about-image-right-column .image {
        padding-bottom: 70px;
    }

.te-company-foundation-wrapper {
    background-color: #fd6c03;
    padding: 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0px;
    position: relative;
    right: -50px;
    top: 53px;
    justify-content: space-around;
    z-index: 2;
}

    .te-company-foundation-wrapper .te-company-foundation .te-counter-wrapper {
        color: #ffffff;
        font-size: 30px;
        font-weight: 700;
        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;
    }

        .te-company-foundation-wrapper .te-company-foundation .te-counter-wrapper .suffix {
            line-height: 0;
        }

    .te-company-foundation-wrapper .te-company-foundation .counter {
        font-size: 30px;
        font-weight: 700;
        line-height: 0;
        font-family: "Poppins", sans-serif;
        color: #ffffff;
        margin-bottom: 0;
    }

    .te-company-foundation-wrapper .te-company-foundation .title {
        font-size: 30px;
        font-weight: 700;
        line-height: initial;
        color: #ffffff;
        margin-bottom: 0;
        text-align: left;
    }

    .te-company-foundation-wrapper .te-company-foundation .sub-title {
        font-size: 15px;
        font-weight: 700;
        line-height: initial;
        letter-spacing: 1.4px;
        color: #ffffff;
    }

.te-about-info-card .te-about-info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}

    .te-about-info-card .te-about-info-content .te-section-title {
        margin-bottom: 0;
    }

        .te-about-info-card .te-about-info-content .te-section-title .title {
            margin-bottom: 0;
        }

    .te-about-info-card .te-about-info-content .te-list-item-wrapper {
        gap: 30px;
    }

        .te-about-info-card .te-about-info-content .te-list-item-wrapper .te-list-item {
            gap: 20px;
        }

            .te-about-info-card .te-about-info-content .te-list-item-wrapper .te-list-item .icon {
                font-size: 15px;
                color: #ffffff;
                background-color: #111111;
                width: 30px;
                height: 30px;
                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;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                border-radius: 50%;
            }

            .te-about-info-card .te-about-info-content .te-list-item-wrapper .te-list-item .text {
                font-size: 24px;
                font-weight: 500;
                line-height: 31px;
                letter-spacing: 0.5px;
                color: #ffffff;
            }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-about-info-card .te-about-info-content .te-list-item-wrapper .te-list-item .text {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-about-info-card .te-about-info-content .te-list-item-wrapper .te-list-item .text {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .te-about-info-card .te-about-info-content .te-list-item-wrapper .te-list-item .text {
        font-size: 20px;
    }
}

.counter-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px;
}

    .counter-card::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        inset: 0;
        padding: 2px;
        border-radius: 5px;
        background: linear-gradient(280.36deg, transparent 20.42%, rgba(2, 193, 115, 0.4) 84.24%), linear-gradient(0deg, transparent, transparent);
        -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

    .counter-card .te-counter-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 49px;
        font-weight: 700;
        line-height: 55.65px;
        letter-spacing: -1.59px;
        color: #ffffff;
    }

    .counter-card .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 130%;
        color: #ffffff;
        margin-bottom: 0;
    }

.te-process-step-wrapper:nth-child(3n + 3) .te-process-step {
    padding-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-process-step-wrapper:nth-child(3n + 3) .te-process-step {
        padding-right: 90px;
        padding-left: 0;
    }
}

.te-process-step-wrapper:nth-child(3n + 3) .te-process-step .divider {
    display: none;
}

.te-process-step-wrapper:nth-child(3n + 2) .te-process-step {
    padding-right: 30px;
    padding-left: 60px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-process-step-wrapper:nth-child(3n + 2) .te-process-step {
        padding: 0;
    }
}

.te-process-step-wrapper:nth-child(3n + 2) .te-process-step .divider {
    right: -40px;
}

.te-process-step-wrapper:nth-child(3n + 1) .te-process-step {
    padding-left: 0;
}

.te-process-step-wrapper:last-child .te-process-step .divider {
    display: none;
}

.te-process-step-wrapper .te-process-step {
    padding-right: 90px;
    padding-left: 115px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-process-step-wrapper .te-process-step {
        padding: 0;
    }
}

.te-process-step {
    position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-process-step {
        text-align: center;
    }
}

.te-process-step .divider {
    position: absolute;
    height: 100%;
    top: 0;
    right: 15px;
    width: 1px;
    background-color: #fd6c03;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-process-step .divider {
        display: none;
    }
}

.te-process-step:hover .te-title-wrapper .icon-wrapper img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te-process-step:hover .content .te-read-more .te-theme-btn {
    background-color: #fd6c03;
    border-color: #fd6c03;
    color: #ffffff;
}

.te-process-step .te-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding-bottom: 13px;
    border-bottom: none;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-process-step .te-title-wrapper {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.te-process-step .te-title-wrapper .icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 65px;
    height: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .te-process-step .te-title-wrapper .icon-wrapper img {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .te-process-step .te-title-wrapper .icon-wrapper::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        inset: 0;
        padding: 1px;
        border-radius: 0 0 5px 5px;
        background: linear-gradient(280.36deg, transparent 20.42%, rgba(2, 193, 115, 0.4) 84.24%), linear-gradient(0deg, transparent, transparent);
        -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

.te-process-step .te-title-wrapper .title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
    color: #ffffff;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.te-process-step .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

    .te-process-step .content .desc {
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        margin: 0;
        color: rgba(255, 255, 255, 0.7);
    }

    .te-process-step .content .te-read-more {
        margin-top: -10px;
    }

        .te-process-step .content .te-read-more .te-theme-btn {
            border: 1px solid #E1E1E1;
            color: #fd6c03;
            background-color: transparent;
        }

.te-process-two-step-wrapper:nth-child(3n + 3) .te-process-step.style-2 .te-title-wrapper .shape-image {
    display: none;
}

.te-process-two-step-wrapper:nth-child(even) .te-process-step.style-2 .te-title-wrapper .shape-image {
    top: unset;
    bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-process-two-step-wrapper:nth-child(even) .te-process-step.style-2 .te-title-wrapper .shape-image {
        display: none;
    }
}

.te-process-two-step-wrapper:nth-child(even) .te-process-step.style-2 .te-title-wrapper .shape-image .shape-1 {
    display: none;
}

.te-process-two-step-wrapper:nth-child(even) .te-process-step.style-2 .te-title-wrapper .shape-image .shape-2 {
    display: block;
}

.te-process-two-step-wrapper:last-child .te-process-step.style-2 .te-title-wrapper .shape-image {
    display: none;
}

.te-process-step.style-2 {
    text-align: center;
    padding: 0 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .te-process-step.style-2 {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .te-process-step.style-2 {
        padding: 0 25px;
    }
}

.te-process-step.style-2 .te-title-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    position: relative;
}

    .te-process-step.style-2 .te-title-wrapper .shape-image {
        top: 0;
        position: absolute;
        right: -50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-process-step.style-2 .te-title-wrapper .shape-image {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .te-process-step.style-2 .te-title-wrapper .shape-image {
        right: -70%;
    }
}

.te-process-step.style-2 .te-title-wrapper .shape-image .shape-2 {
    display: none;
}

.te-process-step.style-2 .te-title-wrapper .icon-wrapper {
    width: 236px;
    height: 236px;
}


@media (max-width: 991px) {
    .brand-slider-area {
        padding: 56px 0 !important;
    }
    .close-products {
        top: 32px !important;
    }

    .show-products .page-heading {
        padding: 25px 30px !important;
    }

    .show-products {
        padding: 100px 28px 28px 28px !important;
    }

    .urun .portfolio-item .content-wrapper {
        opacity: 1 !important;
        visibility: visible !important;
        transform: scale(1) !important;
    }

    .home .portfolio-item {
        height: 300px !important;
    }

    .home .portfolio-slider.style-2 .slick-list .custom-width {
        width: 50vw !important;
    }

    .te-logo img {
        width: 70%
    }

    .te-slider-content {
        width: 80% !important;
    }

    .frame {
        margin: 0 80px !important;
    }

    .slider-area .te-single-slider .te-slider-container .te-slider-column {
        width: 70%;
    }

    .col-lg-12.urun3d iframe {
        height: 455px !important;
    }

    .products-detail .modal .modal-lg iframe {
        height: 567px !important;
    }

    .products-detail .page-heading h3, .page-heading .page-title {
        font-size: 34px;
    }

    .products-detail .meta-text h4 {
        font-size: 19px;
        line-height: 19px;
    }

    .header-area .te-sticky-header.te-sticky_menu .te-logo .te-sticky-logo img {
        width: 75%;
    }

    .header-area .te-sticky-header.te-sticky_menu .te-logo {
        height: 40px !important;
    }

    .te-post-card.style-1 .image {
        height: 310px !important;
    }

    .home .te-about-info-card .te-about-info-content .te-section-title .title {
        margin-bottom: 24px;
    }

    .te-icon-card.style-3 {
        margin-bottom: 34px;
    }

    .news .latest-posts-area {
        padding-top: 90px !important;
    }

    .te-post-card .image .te-post-date {
        bottom: 88px !important;
    }

    .gallery-detail .image {
        margin-bottom: 20px !important;
    }

    .page-breadcrumb-area {
        padding-top: 100px !important;
        padding-bottom: 70px !important;
    }

    .products-detail .sub-title {
        font-size: 16px;
        line-height: 22px;
    }

    .products-detail .portfolio-item .content-wrapper .content .title {
        font-size: 15px !important;
        line-height: 18px !important;
    }

    .image {
        margin-bottom: 6px !important;
    }

    .no-padding {
        justify-content: flex-start !important;
    }

    .project-details-page .col-lg-8, .project-details-page .col-lg-4 {
        margin-top: 30px;
    }

    .portfolio-column-in-three .portfolio-item .content-wrapper {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .products .content-info .sub-title {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .products .portfolio-item .content-wrapper .content .title {
        font-size: 17px !important;
        line-height: 21px !important;
    }

    .portfolio-item .content-wrapper .content {
        padding: 20px 20px !important;
    }

    .te-header-menu-area .te-logo {
        margin: 10px 0;
    }

    .custom-table td {
        padding: 16px 23px !important;
    }

    .about-us-area {
        padding: 60px 0 90px 0 !important;
    }

    .page-breadcrumb-area {
        padding-top: 80px !important;
    }

    .home .latest-posts-area .te-section-title {
        display: flex;
        align-items: center;
    }

    .te-section-title {
        margin-bottom: 50px;
    }

    .latest-posts-area .te-section-content {
        width: 65% !important;
    }

    .te-process-step.style-2 .te-title-wrapper .icon-wrapper {
        width: 160px;
        height: 160px;
    }

    .portfolio-item .content-wrapper .content .title {
        font-size: 22px !important;
        line-height: 23px !important;
    }

    .portfolio-item .content-wrapper .content {
        padding: 40px 40px;
    }

    .video-slider-card .video-content .title {
        font-size: 18px;
        line-height: 19px;
    }

    .short-desc p {
        line-height: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .te-process-step.style-2 .te-title-wrapper .icon-wrapper {
        width: 180px;
        height: 180px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .te-process-step.style-2 .te-title-wrapper .icon-wrapper {
        width: 200px;
        height: 200px;
    }
}

.te-process-step.style-2 .te-title-wrapper .icon-wrapper::before {
    padding: 7px;
    border-radius: 50%;
}

.te-testimonial-card {
    padding: 67px 28px;
    position: relative;
    z-index: 2;
    background-color: #111111;
}

    .te-testimonial-card .shape {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
        width: 230px;
    }

    .te-testimonial-card:before {
        position: absolute;
        top: 0;
        left: 0;
        height: 4px;
        width: 100%;
        background-color: #fd6c03;
        content: "";
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        z-index: -1;
    }

    .te-testimonial-card .te-content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

        .te-testimonial-card .te-content-wrapper .rating {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #fd6c03;
            font-size: 14px;
            gap: 5px;
        }

        .te-testimonial-card .te-content-wrapper .quote-icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 20px 40px;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

            .te-testimonial-card .te-content-wrapper .quote-icon .icon {
                color: #fd6c03;
                font-size: 42px;
                font-weight: 700;
                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;
            }

        .te-testimonial-card .te-content-wrapper .content {
            font-size: 18px;
            font-weight: 200;
            line-height: 21px;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 0;
            text-align: center
        }

            .te-testimonial-card .te-content-wrapper .content p {
                margin-bottom: 0;
            }

        .te-testimonial-card .te-content-wrapper .te-user-meta {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

@media (max-width: 570px) {
    .te-testimonial-card .te-content-wrapper .te-user-meta {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.te-testimonial-card .te-content-wrapper .te-user-meta .te-user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .te-testimonial-card .te-content-wrapper .te-user-meta .te-user-info .image {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
    }

        .te-testimonial-card .te-content-wrapper .te-user-meta .te-user-info .image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
            left: 0;
            top: 0;
        }

    .te-testimonial-card .te-content-wrapper .te-user-meta .te-user-info .name {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        color: #ffffff;
        margin-bottom: 5px;
        text-align: center
    }

    .te-testimonial-card .te-content-wrapper .te-user-meta .te-user-info .designation {
        font-size: 18px;
        font-weight: 500;
        line-height: initial;
        color: rgba(255, 255, 255, 0.7);
    }

.te-testimonial-card.style-2 .te-content-wrapper {
    gap: 15px;
}

    .te-testimonial-card.style-2 .te-content-wrapper .content .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.5px;
        color: #444;
        margin-bottom: 20px;
    }

    .te-testimonial-card.style-2 .te-content-wrapper .te-user-meta {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-testimonial-card.style-2 .te-content-wrapper .te-user-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.te-testimonial-card.style-2 .te-content-wrapper .te-user-meta .icon {
    color: #fd6c03;
    font-size: 55px;
}

.te-testimonial-slider-wrapper {
    position: relative;
    overflow: hidden;
}

    .te-testimonial-slider-wrapper .slick-list {
        margin: 0 -15px;
    }

        .te-testimonial-slider-wrapper .slick-list .slick-slide {
            margin: 0 15px;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

    .te-testimonial-slider-wrapper .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 18px;
        padding-left: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 80px;
        margin-bottom: 0;
    }

        .te-testimonial-slider-wrapper .slick-dots li {
            display: inline-block;
            line-height: 0;
            outline: 2px solid transparent;
            border: 5px solid transparent;
            border-radius: 50px;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

            .te-testimonial-slider-wrapper .slick-dots li button {
                font-size: 2px;
                text-indent: -9999px;
                padding: 0;
                width: 10px;
                height: 10px;
                background-color: #fd6c03;
                border-radius: 50px;
                position: relative;
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

            .te-testimonial-slider-wrapper .slick-dots li.slick-active {
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
                outline: 2px solid #fd6c03;
            }

                .te-testimonial-slider-wrapper .slick-dots li.slick-active button {
                    -webkit-transition: all 0.5s ease-out;
                    transition: all 0.5s ease-out;
                }

    .te-testimonial-slider-wrapper .slick-arrow {
        display: none !important;
    }

.price-card {
    padding: 43px 30px 50px 40px;
    z-index: 2;
    position: relative;
    overflow: hidden;
    background-color: #111111;
    border-top: 2px solid #fd6c03;
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
    .price-card {
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .price-card {
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .price-card {
        padding: 55px 40px;
    }
}

@media (max-width: 991px) {
    .price-card {
        padding: 40px;
    }
}

.price-card.style-2 .price-icon {
    position: absolute;
    right: 40px;
    opacity: 0.2;
    margin-top: 20px;
}

.price-card .price-label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 10px;
    margin-top: 36px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    color: #ffffff;
    background-color: #fd6c03;
    text-transform: uppercase;
}

    .price-card .price-label i {
        margin-left: 10px;
    }

    .price-card .price-label:hover {
        background-color: #fd6c03;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.price-card .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 17px;
}

    .price-card .card-title .sub-title {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        margin: 0;
        color: rgba(255, 255, 255, 0.7);
    }

    .price-card .card-title .title {
        font-weight: 700;
        font-size: 24px;
        line-height: initial;
        color: #ffffff;
        font-family: "Poppins", sans-serif;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
    }

        .price-card .card-title .title span {
            font-size: 12px;
            color: #060606;
            background-color: #fd6c03;
            font-family: "Poppins", sans-serif;
            border-radius: 3px;
            padding: 0 7px;
            display: inline-block;
            line-height: 18px;
        }

.price-card .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    position: relative;
    z-index: 2;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px;
}

    .price-card .price .price-heading {
        font-family: "Poppins", sans-serif;
        font-size: 49px;
        font-weight: 700;
        line-height: 55.65px;
        letter-spacing: -1.59px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 2px;
        margin-bottom: 0;
        color: #ffffff;
    }

        .price-card .price .price-heading .currency {
            font-family: "Poppins", sans-serif;
            font-size: 49px;
            font-weight: 700;
            line-height: 55.65px;
            letter-spacing: -1.59px;
            text-align: start;
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

    .price-card .price .price-desc {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0;
    }

.price-card .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.price-card .list {
    margin-top: 0;
}

    .price-card .list ul {
        padding-left: 0;
        margin: 0;
        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: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 15px;
        width: 100%;
    }

        .price-card .list ul li {
            list-style: none;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-size: 18px;
            letter-spacing: -0.51px;
            color: rgba(255, 255, 255, 0.7);
            margin: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 12px;
        }

            .price-card .list ul li i {
                color: #fd6c03;
            }

.accordion-wrapper {
    position: relative;
}

    .accordion-wrapper .te-accordion-box-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .accordion-wrapper .te-accordion-list-item {
        background-color: #111111;
        overflow: hidden;
    }

        .accordion-wrapper .te-accordion-list-item .te-accordion-head {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 20px;
            cursor: pointer;
            padding: 18px 20px;
            position: relative;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .accordion-wrapper .te-accordion-list-item .te-accordion-head:before {
                content: "\f103";
                font-family: "Font Awesome 6 Pro";
                font-weight: 500;
                background-color: #fd6c03;
                color: #ffffff;
                font-size: 12px;
                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;
                width: 25px;
                height: 25px;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                top: 0;
                left: 0;
                inset: 0;
                padding: 2px;
            }

            .accordion-wrapper .te-accordion-list-item .te-accordion-head.collapsed {
                background-color: transparent;
            }

                .accordion-wrapper .te-accordion-list-item .te-accordion-head.collapsed:before {
                    position: relative;
                    content: "\f101";
                    font-family: "Font Awesome 6 Pro";
                    font-weight: 500;
                    background-color: transparent;
                    border-radius: 50px;
                    color: #fd6c03;
                    font-size: 12px;
                    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;
                    width: 25px;
                    height: 25px;
                    -ms-flex-negative: 0;
                    flex-shrink: 0;
                    top: 0;
                    left: 0;
                    inset: 0;
                    padding: 2px;
                }

            .accordion-wrapper .te-accordion-list-item .te-accordion-head .te-accordion-title {
                font-size: 18px;
                line-height: 19px;
                font-weight: 700;
                margin-bottom: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 20px;
                color: #ffffff;
            }

                .accordion-wrapper .te-accordion-list-item .te-accordion-head .te-accordion-title span {
                    color: #fd6c03;
                }

        .accordion-wrapper .te-accordion-list-item .te-accordion-body {
            font-size: 18px;
            line-height: 24px;
            font-weight: 500;
            margin: 0 30px;
            padding-bottom: 15px;
            padding-top: 0;
            padding-left: 30px;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

    .accordion-wrapper.style-2 .te-accordion-box-wrapper {
        gap: 0;
    }

    .accordion-wrapper.style-2 .te-accordion-list-item {
        border-radius: 0;
        background-color: transparent;
        overflow: hidden;
        border-bottom: 1px solid rgba(124, 123, 123, 0.3);
    }

        .accordion-wrapper.style-2 .te-accordion-list-item .te-accordion-head {
            padding: 18px 0;
            background-color: transparent;
        }

            .accordion-wrapper.style-2 .te-accordion-list-item .te-accordion-head.collapsed {
                background-color: transparent;
            }

                .accordion-wrapper.style-2 .te-accordion-list-item .te-accordion-head.collapsed .te-accordion-title {
                    color: #ffffff;
                }

                    .accordion-wrapper.style-2 .te-accordion-list-item .te-accordion-head.collapsed .te-accordion-title span {
                        color: #ffffff;
                    }

            .accordion-wrapper.style-2 .te-accordion-list-item .te-accordion-head .te-accordion-title {
                color: #ffffff;
            }

                .accordion-wrapper.style-2 .te-accordion-list-item .te-accordion-head .te-accordion-title span {
                    color: #ffffff;
                }

        .accordion-wrapper.style-2 .te-accordion-list-item .te-accordion-body {
            color: rgba(255, 255, 255, 0.7);
            margin: 0;
            padding-bottom: 4px;
            padding-top: 0;
            padding-left: 0;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

.page-header {
    border-left: 4px solid #dfe2e9;
    padding-left: 45px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .page-header {
        padding-left: 30px;
    }
}

.page-header .te-page-title {
    font-size: 48px;
    line-height: 60px;
}

@media (max-width: 991px) {
    .page-header .te-page-title {
        font-size: 38px;
        line-height: 48px;
    }
}

.blog-area ol,
.blog-area ul {
    padding-left: 20px;
}

    .blog-area ol.wp-block-post-template,
    .blog-area ul.wp-block-post-template {
        padding-left: 0;
    }

    .blog-area ol li,
    .blog-area ul li {
        padding-top: 7px;
    }

.te-post-item {
    overflow: hidden;
    margin-bottom: 48px;
    background-color: #111111;
    /* Quote Format Post */
    /* Sticky Post */
}

    .te-post-item:hover .te-post-thumbnail img,
    .te-post-item:hover .post-video img {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .te-post-item iframe {
        width: 100%;
        height: 522px;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-post-item iframe {
        height: 350px;
    }
}

.te-post-item .te-post-content-wrapper {
    padding: 45px 40px 54px 40px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-post-item .te-post-content-wrapper {
        padding: 35px;
        padding-top: 30px;
    }
}

.te-post-item .te-post-content-wrapper .te-read-more-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 20px;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(124, 123, 123, 0.3);
}

.te-post-item .te-post-content-wrapper .te-read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.te-post-item.format-quote .te-post-content {
    margin: 0;
}

.te-post-item.format-quote blockquote {
    margin: 0;
}

    .te-post-item.format-quote blockquote p {
        margin-top: 0;
    }

    .te-post-item.format-quote blockquote cite a {
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        color: rgba(255, 255, 255, 0.7);
        margin-top: 20px;
        font-style: normal;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .te-post-item.format-quote blockquote cite a:hover {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            color: #fd6c03;
        }

.te-post-item.sticky {
    border: 2px solid #fd6c03;
}

    .te-post-item.sticky .te-post-content {
        margin-bottom: 0;
    }

        .te-post-item.sticky .te-post-content p {
            margin-bottom: 0;
        }

.te-post-item .te-post-title {
    font-size: 31px;
    line-height: 37px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-post-item .te-post-title {
        font-size: 28px;
        line-height: 42px;
        margin-top: 5px;
    }
}

.te-post-item .te-post-title:hover a {
    color: #fd6c03;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te-post-item .te-post-content p {
    margin-top: 17px;
}

.te-post-item .te-post-content h2,
.te-post-item .te-post-content h3,
.te-post-item .te-post-content h4,
.te-post-item .te-post-content h5,
.te-post-item .te-post-content h6 {
    margin-bottom: 10px;
}

.te-post-item .te-post-content p {
    margin-bottom: unset;
}

.te-post-item .te-single-post-meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.te-post-item .te-social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

    .te-post-item .te-social-share a.facebook {
        color: #1877f2;
    }

    .te-post-item .te-social-share a.twitter {
        color: #1da1f2;
    }

    .te-post-item .te-social-share a.linkedin {
        color: #1a70c6;
    }

    .te-post-item .te-social-share .te-social-share-title {
        font-size: 18px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        color: #ffffff;
        margin-right: 5px;
        text-transform: uppercase;
    }

.te-post-item .te-blog-post-tag {
    width: 100%;
    display: inline-block;
}

    .te-post-item .te-blog-post-tag span {
        font-size: 18px;
        font-weight: 500;
        display: inline-block;
        font-family: "Poppins", sans-serif;
        color: #ffffff;
        margin-bottom: 0;
        margin-right: 30px;
        text-transform: uppercase;
        margin-top: 8px;
        float: left;
    }

    .te-post-item .te-blog-post-tag .te-post-tag-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .te-post-item .te-blog-post-tag .te-post-tag-list a {
            color: rgba(255, 255, 255, 0.7);
            display: inline-block;
            font-size: 18px;
            line-height: 1;
            padding: 12px 22px;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            border: 1px solid #e7edf433;
            text-transform: capitalize;
        }

            .te-post-item .te-blog-post-tag .te-post-tag-list a:hover {
                color: #ffffff;
                background: #fd6c03;
                border-color: #fd6c03;
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

.te-post-item .te-post-thumbnail,
.te-post-item .post-video {
    position: relative;
    overflow: hidden;
}

    .te-post-item .te-post-thumbnail img,
    .te-post-item .post-video img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        width: 100%;
    }

    .te-post-item .te-post-thumbnail .popup-video-wrapper,
    .te-post-item .post-video .popup-video-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .te-post-item .te-post-thumbnail .video-btn a,
    .te-post-item .post-video .video-btn a {
        width: 70px;
        height: 70px;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
        background-color: #111111;
        border: 1px solid rgba(124, 123, 123, 0.3);
        border-radius: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
        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;
    }

        .te-post-item .te-post-thumbnail .video-btn a i,
        .te-post-item .post-video .video-btn a i {
            color: #ffffff;
            font-size: 18px;
        }

        .te-post-item .te-post-thumbnail .video-btn a:hover,
        .te-post-item .post-video .video-btn a:hover {
            -webkit-animation: none;
            animation: none;
        }

.te-post-item button.post-gallery-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    background-color: #111111;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    border: 1px solid rgba(124, 123, 123, 0.3);
}

    .te-post-item button.post-gallery-btn.prev-btn {
        left: 30px;
    }

    .te-post-item button.post-gallery-btn.next-btn {
        right: 30px;
    }

    .te-post-item button.post-gallery-btn i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 17px;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .te-post-item button.post-gallery-btn:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background-color: #fd6c03;
        border-color: #fd6c03;
    }

        .te-post-item button.post-gallery-btn:hover i {
            color: #ffffff;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

.te-post-item .post-audio iframe {
    width: 100%;
}

.te-post-item .te-post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    margin-right: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-post-item .te-post-meta {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.te-post-item .te-post-meta span {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

    .te-post-item .te-post-meta span i {
        color: #fd6c03;
        font-size: 18px;
    }

    .te-post-item .te-post-meta span .author-img {
        border-radius: 50%;
        overflow: hidden;
    }

    .te-post-item .te-post-meta span a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        color: #ffffff;
        text-transform: uppercase;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .te-post-item .te-post-meta span a:hover {
            color: #fd6c03;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

            .te-post-item .te-post-meta span a:hover i {
                color: #ffffff;
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

.latest-post-card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

@media (max-width: 1199px) {
    .latest-post-card-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.latest-post-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    background-color: #111111;
}

    .latest-post-card:hover .image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .latest-post-card:hover .image:before {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .latest-post-card:hover .image .btn-link {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .latest-post-card .image {
        overflow: hidden;
        position: relative;
    }

        .latest-post-card .image img {
            -webkit-transform: scale(1);
            transform: scale(1);
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

        .latest-post-card .image:before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(36, 36, 55, 0.6);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            z-index: 1;
        }

        .latest-post-card .image .btn-link {
            width: 72px;
            height: 72px;
            border-radius: 50px;
            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;
            background-color: #fd6c03;
            color: #ffffff;
            font-size: 24px;
            text-decoration: none;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            z-index: 2;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-post-card .image .btn-link {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-post-card .image .btn-link {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

.latest-post-card .image .btn-link i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.latest-post-card .image .btn-link:hover {
    background-color: #fd6c03;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .latest-post-card .image .btn-link:hover i {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.latest-post-card .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
}

    .latest-post-card .content .title {
        height: 65px;
        overflow: hidden;
        font-size: 24px;
        font-weight: 700;
        line-height: 31px;
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 1.4px;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-post-card .content .title {
        font-size: 22px;
        line-height: 28px;
        height: unset;
        overflow: visible;
    }
}

.latest-post-card .content .title a:hover {
    color: #fd6c03;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.latest-post-card .post-meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .latest-post-card .post-meta .single-post-meta {
        color: #8f939b;
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 7px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

        .latest-post-card .post-meta .single-post-meta i {
            color: #fd6c03;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

        .latest-post-card .post-meta .single-post-meta a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 7px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            color: #8f939b;
        }

            .latest-post-card .post-meta .single-post-meta a:hover {
                color: #fd6c03;
            }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-post-card.style-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.latest-post-card.style-1 .image {
    width: 230px;
    height: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-post-card.style-1 .image {
        width: 100%;
        height: 300px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-post-card.style-1 .image {
        width: 200px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .latest-post-card.style-1 .image {
        width: 200px;
    }
}

.latest-post-card.style-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row: span 3;
}

    .latest-post-card.style-2 .image {
        height: 428px;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-post-card.style-2 .image {
        height: 300px;
    }
}

.latest-post-card.style-2 .post-meta {
    margin-top: 5px;
}

.te-post-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

    .te-post-card.style-1 .image {
        width: 100%;
        height: 380px;
        position: relative;
    }

        .te-post-card.style-1 .image img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .te-post-card.style-2 .image {
        width: 100%;
        height: 380px;
        position: relative;
    }

        .te-post-card.style-2 .image img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .te-post-card.style-2 .content-wrapper {
        padding-right: 0;
    }

    .te-post-card:hover .image img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .te-post-card .image {
        overflow: hidden;
        position: relative;
    }

        .te-post-card .image img {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            -webkit-transform: scale(1);
            transform: scale(1);
            width: 100%;
        }

        .te-post-card .image .te-post-date {
            position: absolute;
            left: 0;
            bottom: 60px;
            padding: 14px 24px;
            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;
            gap: 10px;
            background-color: #fd6c03;
            z-index: 99;
        }

            .te-post-card .image .te-post-date span {
                color: #ffffff;
                font-size: 16px;
                font-weight: 500;
                line-height: initial;
            }

    .te-post-card .content-wrapper {
        padding-right: 50px;
        margin-top: -120px;
        position: relative;
        z-index: 9;
    }

    .te-post-card .content {
        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;
        width: 100%;
        position: relative;
        z-index: 3;
        background-color: #111111;
        padding: 55px 30px 30px 30px;
    }

        .te-post-card .content .te-post-meta-info {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            gap: 20px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 12px;
        }

            .te-post-card .content .te-post-meta-info .te-single-meta {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 8px;
            }

                .te-post-card .content .te-post-meta-info .te-single-meta span,
                .te-post-card .content .te-post-meta-info .te-single-meta a {
                    color: rgba(255, 255, 255, 0.7);
                    font-size: 14px;
                    line-height: initial;
                    font-weight: 400;
                    margin: 0;
                    text-transform: capitalize;
                }

                .te-post-card .content .te-post-meta-info .te-single-meta i {
                    color: #fd6c03;
                }

        .te-post-card .content .title {
            font-size: 19px;
            font-weight: 700;
            line-height: initial;
            font-family: "Poppins", sans-serif;
            margin-bottom: 35px;
            margin-top: 12px;
            color: #ffffff;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

        .te-post-card .content a.read-btn {
            font-size: 15px;
            font-weight: 700;
            line-height: initial;
            letter-spacing: 1.6px;
            text-transform: capitalize;
            color: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 10px;
        }

            .te-post-card .content a.read-btn i {
                color: #fd6c03;
            }

            .te-post-card .content a.read-btn:hover {
                color: #fd6c03;
            }

.te-blog-details-wrapper .te-comment-respond {
    margin-top: 78px;
    margin-bottom: 40px;
}

.te-blog-details-wrapper .te-post-comments {
    margin-top: 70px;
}

.te-blog-details-wrapper .wp-block-group.has-background .wp-block-button .wp-block-button__link {
    color: #ffffff !important;
}

.te-blog-details-wrapper .te-post-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

    .te-blog-details-wrapper .te-post-item iframe {
        width: 100%;
        height: 522px;
    }

    .te-blog-details-wrapper .te-post-item .te-post-meta {
        margin-bottom: 20px;
    }

    .te-blog-details-wrapper .te-post-item .post-gallery:hover img {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }

    .te-blog-details-wrapper .te-post-item .te-post-thumbnail,
    .te-blog-details-wrapper .te-post-item .post-video,
    .te-blog-details-wrapper .te-post-item .post-gallery,
    .te-blog-details-wrapper .te-post-item .postbox-audio,
    .te-blog-details-wrapper .te-post-item .wp-block-post-featured-image {
        overflow: hidden;
        margin-bottom: 50px;
        position: relative;
    }

        .te-blog-details-wrapper .te-post-item .te-post-thumbnail:hover img,
        .te-blog-details-wrapper .te-post-item .post-video:hover img,
        .te-blog-details-wrapper .te-post-item .post-gallery:hover img,
        .te-blog-details-wrapper .te-post-item .postbox-audio:hover img,
        .te-blog-details-wrapper .te-post-item .wp-block-post-featured-image:hover img {
            -webkit-transform: scale(1.06);
            transform: scale(1.06);
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

        .te-blog-details-wrapper .te-post-item .te-post-thumbnail img,
        .te-blog-details-wrapper .te-post-item .post-video img,
        .te-blog-details-wrapper .te-post-item .post-gallery img,
        .te-blog-details-wrapper .te-post-item .postbox-audio img,
        .te-blog-details-wrapper .te-post-item .wp-block-post-featured-image img {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            width: 100%;
        }

    .te-blog-details-wrapper .te-post-item .te-post-content-wrapper {
        padding: 0;
        border-bottom: 1px solid rgba(124, 123, 123, 0.3);
    }

    .te-blog-details-wrapper .te-post-item .te-post-content {
        margin-bottom: 17px;
        /* Unit Test Data Compatibility Start */
        /* Unit Test Data Compatibility End */
    }

        .te-blog-details-wrapper .te-post-item .te-post-content .wp-block-query .wp-block-post-template {
            padding-left: 0;
        }

            .te-blog-details-wrapper .te-post-item .te-post-content .wp-block-query .wp-block-post-template .wp-block-post {
                margin-bottom: 30px;
            }

        .te-blog-details-wrapper .te-post-item .te-post-content .wp-block-navigation__responsive-container-content .wp-block-page-list {
            padding-left: 0;
        }

        .te-blog-details-wrapper .te-post-item .te-post-content .wp-block-group {
            margin: 15px 0;
        }

            .te-blog-details-wrapper .te-post-item .te-post-content .wp-block-group p {
                margin-bottom: 0;
            }

        .te-blog-details-wrapper .te-post-item .te-post-content p {
            margin-bottom: 20px;
        }

            .te-blog-details-wrapper .te-post-item .te-post-content p img {
                margin: 20px 0;
            }

    .te-blog-details-wrapper .te-post-item .te-blog-post-tag .te-social-share {
        padding-bottom: 20px;
    }

.te-blog-details-wrapper .wp-block-calendar {
    margin-bottom: 30px;
}

.te-author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin-top: 130px;
    margin-bottom: 70px;
}

    .te-author-info .te-author-thumb {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 120px;
        height: 120px;
        border-radius: 50px;
        overflow: hidden;
    }

        .te-author-info .te-author-thumb img {
            border-radius: 50%;
        }

    .te-author-info .te-author-text h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 28px;
    }

    .te-author-info .te-author-text .designation {
        font-size: 18px;
        font-style: italic;
        color: rgba(255, 255, 255, 0.7);
        text-transform: capitalize;
    }

    .te-author-info .te-author-text p {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .te-author-info .te-author-social-profiles {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
    }

        .te-author-info .te-author-social-profiles a {
            font-size: 18px;
            color: #ffffff;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            width: 38px;
            height: 38px;
            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;
            background-color: #fd6c03;
        }

            .te-author-info .te-author-social-profiles a:hover {
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
                background-color: #ffffff;
                color: #fd6c03;
            }

    .te-author-info .te-author-post a {
        font-size: 18px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
        margin-top: 30px;
        display: inline-block;
    }

        .te-author-info .te-author-post a:hover {
            color: #fd6c03;
            border-color: #fd6c03;
        }

.skill-progressbar-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .skill-progressbar-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}

.skill-progressbar .progress-inner-item {
    position: relative;
    margin: 0;
    line-height: inherit;
}

.skill-progressbar .skill-title {
    z-index: 100;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.skill-progressbar .progressbar-number {
    width: 100%;
    z-index: 10;
}

.skill-progressbar .progress-number-count {
    padding: 0 8px;
    position: absolute;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.skill-progressbar .progressbar-number,
.skill-progressbar .progress-number-count {
    font-size: 18px;
    line-height: 41px;
    height: 5px;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .skill-progressbar .progressbar-number,
    .skill-progressbar .progress-number-count {
        left: 90% !important;
    }
}

.skill-progressbar .progress-content-outter {
    height: 5px;
    background-color: #E1E1E1;
}

.skill-progressbar .progress-content {
    height: 5px;
    background-color: #fd6c03;
    width: 0%;
}

.cta-card.style-1 .cta-content-wrapper {
    position: relative;
    z-index: 2;
    padding: 100px 50px 80px 50px;
}

    .cta-card.style-1 .cta-content-wrapper .title {
        font-size: 80px;
        font-weight: 700;
        line-height: 74px;
        margin-bottom: 0;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-card.style-1 .cta-content-wrapper .title {
        font-size: 52px;
        line-height: initial;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-card.style-1 .cta-content-wrapper .title {
        font-size: 48px;
        line-height: initial;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .cta-card.style-1 .cta-content-wrapper .title {
        font-size: 38px;
        line-height: initial;
    }
}

.cta-card.style-1 .cta-content-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.cta-card.style-1 .cta-content-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fd6c03;
    z-index: -1;
}

.cta-card.style-1 .image-wrapper {
    position: relative;
    z-index: 2;
}

    .cta-card.style-1 .image-wrapper .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(303deg, #000 9.07%, rgba(0, 0, 0, 0) 89.92%);
        z-index: 1;
    }

.cta-card.style-2 .te-section-title {
    margin-top: 50px;
    padding-left: 45px;
    margin-bottom: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .cta-card.style-2 .te-section-title {
        padding-left: 0;
    }
}

.te-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 30px;
    gap: 24px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-section-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-section-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        margin-bottom: 50px;
    }
}

.te-section-title.left-align-title .te-section-content,
.te-section-title.left-align-title .te-section-desc {
    width: 100%;
}

@media (max-width: 991px) {
    .te-section-title.left-align-title .te-section-content,
    .te-section-title.left-align-title .te-section-desc {
        width: 100%;
    }
}

.te-section-title.left-align-title .te-section-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.te-section-title .te-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    position: relative;
}

.te-section-title .short-title-wrapper {
    line-height: initial;
}

.te-section-title .short-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1.2px;
    color: #fd6c03;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.te-section-title .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 0;
    color: #ffffff;
}

@media only screen and (max-width:1600px) {
    .home .content-info .sub-title {
        font-size: 15px !important;
        line-height: 15px !important;
    }

    .urun .portfolio-item .content-wrapper {
        padding: 12px 12px !important;
    }

    .portfolio-item .content-wrapper .content .title {
        font-size: 15px !important;
        line-height: 15px !important;
    }

    .urun .portfolio-item .content-wrapper .content {
        padding: 21px 26px !important;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
        font-size: 46px;
        line-height: 46px;
    }

    .slider-area .te-single-slider .te-slider-container {
        top: 44%;
    }

    .slider-area .te-slider-wrapper .slider-arrow-btn {
        top: 58%;
    }
}

@media only screen and (max-width:1400px) {
    .project-details .image {
        height: 510px !important
    }

    .portfolio-column-in-three .portfolio-item {
        margin-bottom: 50px;
    }

    .products .portfolio-item .portfolio-img img {
        object-fit: cover !important;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-title {
        font-size: 37px;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
        font-size: 41px;
        line-height: 41px;
    }

    .slider-area .te-single-slider {
        min-height: auto !important;
    }

    .te-post-card .content {
        padding: 36px 26px 22px 21px;
    }

    .te-post-card.style-1 .image {
        height: 335px;
    }

    .col-lg-12.urun3d iframe {
        height: 473px;
    }

    .modal .modal-lg iframe {
        height: 799px !important;
    }

    .te-testimonial-card .te-content-wrapper .te-user-meta .te-user-info .name {
        font-size: 18px;
        line-height: 20px;
    }

    .home .te-section-title .title {
        line-height: 42px !important;
        font-size: 34px !important;
    }

    .te-company-foundation-wrapper {
        padding: 35px 34px !important;
    }

    .te-main-menu ul li a {
        padding: 10px 8px !important;
    }

    .flex-center:nth-child(6) .header-3 {
        margin-bottom: 25px;
    }

    .widget {
        padding: 25px !important;
    }

    .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title a {
        font-size: 15px !important;
    }

    .te_widget_latest_post ul li {
        gap: 19px !important;
    }

    .te-post-item .te-post-title {
        font-size: 32px !important;
    }

    .blog-area {
        padding-top: 100px !important;
    }

    .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title a {
        font-size: 18px !important;
    }
}

@media only screen and (max-width:1199px) {
    .project-details .image {
        height: 460px !important;
    }

    .products .show-products .tablo .portfolio-item {
        width: 96% !important;
        padding: 0 0 !important;
        margin-bottom: 113px;
    }

    .products .portfolio-item .content-wrapper .content {
        padding: 25px 13px !important;
    }

    .te-post-card .content a.read-btn {
        font-size: 13px;
    }

    .te-post-card .content .title {
        font-size: 15px;
        line-height: 18px;
    }

    .te-post-card .image .te-post-date span {
        font-size: 14px;
    }

    .modal .modal-lg iframe {
        height: 680px !important;
    }

    .icerik ul li {
        font-size: 16px;
    }

    .flex-center:nth-child(4) .header-3 {
        margin-bottom: 25px;
    }

    .flex-center:nth-child(1) .header-3 {
        margin-bottom: 25px;
    }

    .header-3 {
        font-size: 16px;
        line-height: 1.2 !important;
    }

    .tab-pane .title {
        font-size: 38px;
    }

    .home .te-section-title .title {
        line-height: 39px !important;
        font-size: 29px !important;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-title {
        font-size: 38px;
    }

    #content-2 p {
        font-size: 16px;
    }

    .flex-center:nth-child(5) .header-3 {
        margin-bottom: 23px;
    }

    .flex-center:nth-child(6) .header-3 {
        margin-bottom: 29px;
    }

    .flex-center:nth-child(7) .header-3 {
        margin-bottom: 22px;
    }

    .flex-center:nth-child(6) .header-3 img {
        width: 95%;
    }

    .arka .col-lg-2 {
        height: 270px !important;
    }

    .lang, .lang a {
        background-color: #060606 !important;
    }

    .home .lang, .home .lang a {
        background-color: transparent !important;
    }

        .home .lang a, .home .lang {
            background: transparent;
        }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
        font-size: 29px;
        line-height: 29px;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-desc {
        font-size: 18px;
        line-height: 22px;
    }
}


@media only screen and (min-width: 0px) and (max-width: 439px) {
    .te-section-title .title br {
        display: none;
    }
}

.te-section-title .title span {
    color: #fd6c03;
}

.te-section-title .te-section-desc {
    margin-bottom: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-section-title .te-section-desc p br {
        display: none;
    }
}

.te-section-title .te-section-desc .te-theme-btn {
    background-color: transparent;
    color: #14203A;
}

    .te-section-title .te-section-desc .te-theme-btn:hover {
        background-color: #fd6c03;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.page-breadcrumb-area {
    padding-top: 180px;
    padding-bottom: 180px;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .project-details .image {
        height: 339px !important;
    }

    .show-products .page-heading h3 {
        line-height: 28px !important;
        font-size: 28px !important;
    }

    .portfolio-column-in-three {
        grid-template-columns: 1fr 1fr !important;
    }

    .contact .page-heading h3 {
        font-size: 34px;
    }

    .te-icon-card.style-3 .title {
        font-size: 21px;
    }

    .home .about-us-area.style-1 {
        margin-bottom: 50px !important;
    }

    .te-post-item .te-post-title {
        font-size: 28px !important;
        line-height: 33px !important;
    }

    .blog-area {
        padding-bottom: 100px !important;
    }

    .te-footer-widget.te_widget_nav_menu li, .te-footer-widget.widget_nav_menu li {
        padding: 10px 15px !important;
    }

    .custom-tabs .nav-tabs .nav-link {
        width: 100%;
    }

    .custom-tabs .nav-tabs {
        gap: 0px !important;
    }

    .nav-item {
        width: 50%;
    }

    .flex-center {
        margin-top: 25px;
    }

    .header-3 {
        margin-bottom: 13px !important;
    }

    .arka .col-lg-2 {
        border-top-left-radius: 0% !important;
        border-top-right-radius: 0% !important;
        height: auto !important;
    }

    .arka {
        flex-wrap: wrap !important;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
        font-size: 30px;
        line-height: 30px;
    }

    .page-breadcrumb-area {
        padding-top: 180px;
        padding-bottom: 100px;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .page-breadcrumb-area {
        padding: 80px 0;
    }
}

.page-breadcrumb-area .page-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

    .page-breadcrumb-area .page-bg img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.page-breadcrumb-area .page-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.page-heading h3,
.page-heading .page-title {
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    color: #ffffff;
}

@media (max-width: 375px) {
    .home .portfolio-item .content-wrapper .content .content-info .title {
        font-size: 10px !important;
        line-height: 14px !important;
    }

    .project-details-page .col-lg-12.urun3d iframe {
        height: 250px !important;
    }

    .products-detail.modal-open .modal .modal-lg iframe {
        height: 215px !important;
    }

    .page-heading h3,
    .page-heading .page-title {
        font-size: 38px;
    }

    .te-post-card.style-1 .image {
        height: 270px !important
    }

    .home .col-xl-6 .te-section-title .title {
        line-height: 18px !important;
        font-size: 18px !important;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .page-heading h3,
    .page-heading .page-title {
        font-size: 32px;
    }

    .slider-area .te-single-slider .te-slider-container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


.breadcrumb-wrapper {
    text-align: center;
}

.breadcrumb-list {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: initial;
    text-transform: capitalize;
    margin-bottom: 0;
}

    .breadcrumb-list span {
        color: #ffffff;
    }

        .breadcrumb-list span.current-item {
            color: #fd6c03;
        }

    .breadcrumb-list ul {
        margin-bottom: 0;
        padding-left: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        gap: 0 12px;
    }

@media (max-width: 375px) {
    .breadcrumb-list ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.breadcrumb-list ul li {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

    .breadcrumb-list ul li.active {
        color: #fd6c03;
        text-align: left
    }

        .breadcrumb-list ul li.active a {
            color: #fd6c03;
            text-align: left
        }

    .breadcrumb-list ul li a {
        font-family: "Poppins", sans-serif;
        font-size: 17px;
        text-align: center;
        color: #ffffff;
        text-transform: capitalize;
        line-height: initial;
        font-weight: 700;
        margin-bottom: 0;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.breadcrumb-list .active {
    font-size: 17px;
}

.breadcrumb-list ul li a:hover {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: #fd6c03;
}

.breadcrumb-list ul li:before {
    content: "\f054";
    font-size: 12px;
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.breadcrumb-list ul li:first-child:before {
    display: none;
}

@media (max-width: 375px) {
    .breadcrumb-list ul li:first-child:before {
        display: block !important;
    }
}

.wp-block-query-pagination,
.navigation.posts-navigation,
.comment-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .wp-block-query-pagination .wp-block-query-pagination-numbers,
    .navigation.posts-navigation .wp-block-query-pagination-numbers,
    .comment-navigation .wp-block-query-pagination-numbers {
        width: inherit;
    }

    .wp-block-query-pagination .nav-links,
    .navigation.posts-navigation .nav-links,
    .comment-navigation .nav-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }

    .wp-block-query-pagination .wp-block-query-pagination-previous,
    .wp-block-query-pagination .wp-block-query-pagination-next,
    .wp-block-query-pagination .nav-next a,
    .wp-block-query-pagination .nav-previous a,
    .navigation.posts-navigation .wp-block-query-pagination-previous,
    .navigation.posts-navigation .wp-block-query-pagination-next,
    .navigation.posts-navigation .nav-next a,
    .navigation.posts-navigation .nav-previous a,
    .comment-navigation .wp-block-query-pagination-previous,
    .comment-navigation .wp-block-query-pagination-next,
    .comment-navigation .nav-next a,
    .comment-navigation .nav-previous a {
        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;
        color: #ffffff;
        background-color: #111111;
        height: 60px;
        padding: 0 20px;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        font-size: 20px;
        font-weight: 500;
        text-transform: capitalize;
    }

@media (max-width: 767px) {
    .wp-block-query-pagination .wp-block-query-pagination-previous,
    .wp-block-query-pagination .wp-block-query-pagination-next,
    .wp-block-query-pagination .nav-next a,
    .wp-block-query-pagination .nav-previous a,
    .navigation.posts-navigation .wp-block-query-pagination-previous,
    .navigation.posts-navigation .wp-block-query-pagination-next,
    .navigation.posts-navigation .nav-next a,
    .navigation.posts-navigation .nav-previous a,
    .comment-navigation .wp-block-query-pagination-previous,
    .comment-navigation .wp-block-query-pagination-next,
    .comment-navigation .nav-next a,
    .comment-navigation .nav-previous a {
        height: 40px;
    }

    .home .te-section-title .title {
        line-height: 30px !important;
        font-size: 26px !important;
    }
}

.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .nav-next a:hover,
.wp-block-query-pagination .nav-previous a:hover,
.navigation.posts-navigation .wp-block-query-pagination-previous:hover,
.navigation.posts-navigation .wp-block-query-pagination-next:hover,
.navigation.posts-navigation .nav-next a:hover,
.navigation.posts-navigation .nav-previous a:hover,
.comment-navigation .wp-block-query-pagination-previous:hover,
.comment-navigation .wp-block-query-pagination-next:hover,
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-previous a:hover {
    background: #fd6c03 !important;
    color: #ffffff;
    border-color: #fd6c03;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te-basic-pagination,
.page-links,
.wp-block-query-pagination-numbers {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

    .te-basic-pagination ul,
    .page-links ul,
    .wp-block-query-pagination-numbers ul {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

        .te-basic-pagination ul li,
        .page-links ul li,
        .wp-block-query-pagination-numbers ul li {
            padding-top: 0;
        }

        .te-basic-pagination ul .prev span,
        .te-basic-pagination ul .next span,
        .page-links ul .prev span,
        .page-links ul .next span,
        .wp-block-query-pagination-numbers ul .prev span,
        .wp-block-query-pagination-numbers ul .next span {
            display: none;
        }

    .te-basic-pagination .post-page-numbers,
    .page-links .post-page-numbers,
    .wp-block-query-pagination-numbers .post-page-numbers {
        background-color: rgba(71, 112, 247, 0.1) !important;
    }

    .te-basic-pagination .page-numbers,
    .te-basic-pagination .post-page-numbers,
    .page-links .page-numbers,
    .page-links .post-page-numbers,
    .wp-block-query-pagination-numbers .page-numbers,
    .wp-block-query-pagination-numbers .post-page-numbers {
        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;
        color: #ffffff;
        background-color: #111111;
        height: 60px;
        width: 60px;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        font-size: 20px;
        font-weight: 700;
        text-transform: capitalize;
    }

@media (max-width: 767px) {
    .te-basic-pagination .page-numbers,
    .te-basic-pagination .post-page-numbers,
    .page-links .page-numbers,
    .page-links .post-page-numbers,
    .wp-block-query-pagination-numbers .page-numbers,
    .wp-block-query-pagination-numbers .post-page-numbers {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

.te-basic-pagination .page-numbers:hover,
.te-basic-pagination .post-page-numbers:hover,
.page-links .page-numbers:hover,
.page-links .post-page-numbers:hover,
.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-numbers .post-page-numbers:hover {
    background: #fd6c03 !important;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te-basic-pagination .page-numbers.current,
.te-basic-pagination .post-page-numbers.current,
.page-links .page-numbers.current,
.page-links .post-page-numbers.current,
.wp-block-query-pagination-numbers .page-numbers.current,
.wp-block-query-pagination-numbers .post-page-numbers.current {
    background: #fd6c03 !important;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te-blog-post-nav {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .te-blog-post-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 30px 0;
    }
}

@media (max-width: 767px) {
    .te-blog-post-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 30px 0;
    }
}

.te-blog-post-nav .divider {
    background-color: #e7edf433;
    width: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .te-blog-post-nav .divider {
        width: 100%;
        height: 1px;
    }
}

@media (max-width: 767px) {
    .te-blog-post-nav .divider {
        width: 100%;
        height: 1px;
    }
}

.te-blog-post-nav .te-post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 50%;
}

@media (max-width: 374px) {
    .te-blog-post-nav .te-post-navigation {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .te-blog-post-nav .te-post-navigation {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .te-blog-post-nav .te-post-navigation {
        width: 100%;
    }
}

.te-blog-post-nav .te-post-navigation:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

    .te-blog-post-nav .te-post-navigation:last-child .text {
        text-align: right;
    }

@media (max-width: 374px) {
    .te-blog-post-nav .te-post-navigation:last-child .text {
        text-align: left;
    }
}

.te-blog-post-nav .te-post-navigation .te-post-img {
    width: 96px;
    height: 96px;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    background-color: #fd6c03;
    font-size: 28px;
    color: #ffffff;
}

@media (max-width: 374px) {
    .te-blog-post-nav .te-post-navigation .te-post-img {
        width: 100% !important;
        height: 150px !important;
    }
}

.te-blog-post-nav .te-post-navigation .te-post-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    top: 0;
}

.te-blog-post-nav .te-post-navigation .text {
    width: 100%;
}

    .te-blog-post-nav .te-post-navigation .text span {
        font-size: 18px;
        font-family: "Poppins", sans-serif;
        text-transform: capitalize;
        font-weight: 500;
        display: block;
        color: rgba(255, 255, 255, 0.7);
    }

    .te-blog-post-nav .te-post-navigation .text h4 {
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        margin-bottom: 10px;
        line-height: 30px;
        letter-spacing: 0.5px;
    }

        .te-blog-post-nav .te-post-navigation .text h4 a {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

.te-basic-pagination.te-custom-post-pagination .prev.page-numbers,
.te-basic-pagination.te-custom-post-pagination .next.page-numbers {
    padding-left: 30px;
    padding-right: 30px;
    width: unset;
}

.project-details-page {
    padding: 80px 0 120px 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .project-details-page {
        padding: 45px 0;
    }
}


.project-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

    .project-details .image {
        overflow: hidden;
        height: 599px;
        position: relative;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .project-details .image {
        height: 250px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details .image {
        height: 350px;
    }
}


.project-details .image img {
    position: absolute;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
}

.project-details .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 46px;
    padding-right: 73px;
}

@media (max-width: 1199px) {
    .products-detail .portfolio-item .content-wrapper .content {
        padding: 21px 10px !important;
    }

    .sub-products-menu li:before {
        content: "\f105";
        font-family: "Font Awesome 6 Pro";
        display: inline-block;
        margin-top: 7px;
        margin-left: 16px;
        position: relative;
        float: left;
        color: #fd6c03;
    }

    .open:after {
        all: unset !important
    }

    .te-theme-btn {
        padding: 12px 20px;
    }

    .gallery .image {
        margin-bottom: 27px;
    }

    .te-team-card .te-content-wrapper .content {
        padding: 20px;
    }

        .te-team-card .te-content-wrapper .content .title {
            font-size: 20px !important;
        }

    .click {
        width: 100% !important;
    }

    .te-about-image-card .about-image-card-shape-two {
        z-index: 0;
    }

    .about-image-right-column {
        z-index: 0 !important;
    }

    .urun3d iframe {
        width: 100% !important;
        height: 575px !important;
    }

    .project-details-page .col-lg-8, .project-details-page .col-lg-4 {
        margin-top: 10px
    }

    .project-details .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-right: 0;
    }

    .home .latest-posts-area .te-section-title .title {
        line-height: 34px !important;
        font-size: 29px !important;
    }

    .te-post-card .content .title {
        font-size: 17px;
        line-height: 20px;
    }

    .te-post-card .content {
        padding: 30px 20px 20px 20px;
    }

        .te-post-card .content .title {
            margin-bottom: 18px;
        }
}

.project-details .content .text .title {
    font-size: 40px;
    line-height: 62px;
    font-weight: 600;
    letter-spacing: -1.59px;
    text-transform: capitalize;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .project-details .content .text .title {
        font-size: 26px;
        line-height: 31px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details .content .text .title {
        font-size: 32px;
        line-height: 38px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .project-details .content .text .title {
        font-size: 37px;
        line-height: 37px;
    }
}


.meta-text p, .meta-text li {
    font-weight: 400;
    color: #ababab;
}

.project-info-wrapper {
    background-color: #111111;
    padding: 40px 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: -webkit-sticky;
    top: 100px;
}

    .project-info-wrapper .project-info {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px 0;
    }

@media (max-width: 575px) {
    .project-info-wrapper .project-info {
        grid-template-columns: repeat(1, 1fr);
    }
}

.project-info-wrapper .project-info .te-single-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    border-bottom: 1px solid rgba(124, 123, 123, 0.3);
    padding: 0 10px 20px 10px;
}

    .project-info-wrapper .project-info .te-single-meta:last-child {
        border-bottom: 0;
        padding: 0 10px 0 10px;
    }

    .project-info-wrapper .project-info .te-single-meta .te-social-share {
        gap: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.project-info-wrapper .project-info .meta-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
}

.project-info-wrapper .project-info .meta-text {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}

.te-list-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-list-item-wrapper {
        gap: 10px;
    }
}

.te-list-item-wrapper .te-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .te-list-item-wrapper .te-list-item .icon {
        font-size: 15px;
        color: #fd6c03;
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 50%;
    }

    .te-list-item-wrapper .te-list-item .text {
        font-size: 18px;
        font-weight: 500;
        line-height: initial;
        margin-bottom: 0;
        color: rgba(255, 255, 255, 0.7);
    }

.service-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

    .service-sidebar .widget {
        overflow: hidden;
    }

        .service-sidebar .widget.widget_blackhawak_download_widget {
            border: 0;
            border-radius: 0;
        }

.sidebar {
    padding-left: 13px;
}

@media (max-width: 991px) {
    .sidebar {
        padding-left: 0;
        padding-top: 40px;
    }
}

.page-sidebar {
    margin-bottom: 50px;
    padding-left: 18px;
}

/* Widget */
.widget {
    margin-bottom: 30px;
    background-color: #111111;
    padding: 35px;
    /* Widget Instagram Feed */
    /* Widget Title */
    /* Social Widget Block */
    /* Recent Comment List Block Widget & Latest Post Widget Block */
    /* Social Widget */
    /* Select Option  */
    /* Login Widget */
    /* Search Widget */
    /* Tagcloud Widget */
    /* Default Widget */
}

    .widget:last-child {
        margin-bottom: 0;
    }

    .widget ol,
    .widget ul {
        margin-bottom: 0;
    }

    .widget.te_widget_cta, .widget.widget_blackhawak_contact_info_widget {
        padding: 60px;
        background-color: #fd6c03;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .widget.te_widget_cta, .widget.widget_blackhawak_contact_info_widget {
        padding: 40px;
    }
}

.widget.te_widget_cta ul li, .widget.widget_blackhawak_contact_info_widget ul li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 20px;
    border: 0;
}

    .widget.te_widget_cta ul li .icon, .widget.widget_blackhawak_contact_info_widget ul li .icon {
        font-size: 22px;
        margin-top: 5px;
    }

    .widget.te_widget_cta ul li .text, .widget.widget_blackhawak_contact_info_widget ul li .text {
        font-size: 18px;
        font-weight: 500;
    }

    .widget.te_widget_cta ul li a, .widget.widget_blackhawak_contact_info_widget ul li a {
        color: #ffffff !important;
    }

        .widget.te_widget_cta ul li a:hover, .widget.widget_blackhawak_contact_info_widget ul li a:hover {
            color: #14203A !important;
        }

.widget.te_call_to_action_widget {
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    background-color: #fd6c03;
}

    .widget.te_call_to_action_widget .call_to_bg_img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

        .widget.te_call_to_action_widget .call_to_bg_img img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            opacity: 0.1;
        }

    .widget.te_call_to_action_widget .icon {
        width: 90px;
        height: 90px;
        background-color: #ffffff;
        border-radius: 50px;
        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;
        color: #fd6c03;
        font-size: 34px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 20px;
    }

    .widget.te_call_to_action_widget .number {
        font-size: 24px;
        font-weight: 700;
        line-height: initial;
        color: #ffffff;
        text-transform: uppercase;
    }

    .widget.te_call_to_action_widget .title {
        font-size: 18px;
        font-weight: 500;
        line-height: initial;
        color: #ffffff;
    }

.widget .widget-instagram-feed {
    width: 315px;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .widget .widget-instagram-feed {
        width: 220px;
    }
}

@media (max-width: 374px) {
    .widget .widget-instagram-feed {
        width: 200px;
    }
}

.widget .widget-instagram-feed .single-instagram-feed {
    width: 96px;
    height: 96px;
}

.widget .wp-block-heading,
.widget .widget-title,
.widget .wp-block-search__label {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
    gap: 15px;
    text-transform: uppercase;
}

.widget .wp-block-social-links .wp-social-link {
    padding: 0;
    margin: 0;
    line-height: 0;
}

    .widget .wp-block-social-links .wp-social-link a {
        width: 44px;
        height: 44px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.widget .has-avatars.has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta,
.widget .has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta {
    font-weight: 500;
}

    .widget .has-avatars.has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-author,
    .widget .has-avatars.has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-link,
    .widget .has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-author,
    .widget .has-dates.has-excerpts.wp-block-te-latest-comments li.wp-block-te-latest-comments__comment .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-link {
        font-weight: 500;
    }

.widget .wp-block-te-latest-comments li.wp-block-te-latest-comments__comment,
.widget .wp-block-latest-posts li.wp-block-te-latest-comments__comment {
    margin-bottom: 0;
}

.widget .wp-block-te-latest-comments li .wp-block-te-latest-comments__comment-meta,
.widget .wp-block-te-latest-comments li .wp-block-latest-posts__te-post-title,
.widget .wp-block-latest-posts li .wp-block-te-latest-comments__comment-meta,
.widget .wp-block-latest-posts li .wp-block-latest-posts__te-post-title {
    line-height: 28px;
    font-weight: 500;
}

    .widget .wp-block-te-latest-comments li .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-date,
    .widget .wp-block-te-latest-comments li .wp-block-latest-posts__te-post-title .wp-block-te-latest-comments__comment-date,
    .widget .wp-block-latest-posts li .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-date,
    .widget .wp-block-latest-posts li .wp-block-latest-posts__te-post-title .wp-block-te-latest-comments__comment-date {
        font-size: 14px !important;
        margin-bottom: 10px;
        position: relative;
    }

        .widget .wp-block-te-latest-comments li .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-date:before,
        .widget .wp-block-te-latest-comments li .wp-block-latest-posts__te-post-title .wp-block-te-latest-comments__comment-date:before,
        .widget .wp-block-latest-posts li .wp-block-te-latest-comments__comment-meta .wp-block-te-latest-comments__comment-date:before,
        .widget .wp-block-latest-posts li .wp-block-latest-posts__te-post-title .wp-block-te-latest-comments__comment-date:before {
            content: "\f274";
            font-family: "Font Awesome 6 Pro";
            padding-right: 8px;
        }

.widget .wp-block-te-latest-comments li a,
.widget .wp-block-latest-posts li a {
    color: #ffffff;
}

    .widget .wp-block-te-latest-comments li a.wp-block-te-latest-comments__comment-author, .widget .wp-block-te-latest-comments li a.wp-block-te-latest-comments__comment-link,
    .widget .wp-block-latest-posts li a.wp-block-te-latest-comments__comment-author,
    .widget .wp-block-latest-posts li a.wp-block-te-latest-comments__comment-link {
        display: inline !important;
        text-transform: capitalize;
        line-height: 28px;
        font-weight: 500;
    }

    .widget .wp-block-te-latest-comments li a:hover,
    .widget .wp-block-latest-posts li a:hover {
        color: #fd6c03;
    }

.widget .wp-block-te-latest-comments li .wp-block-te-latest-comments__comment-excerpt p,
.widget .wp-block-latest-posts li .wp-block-te-latest-comments__comment-excerpt p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.widget .te-social-profile {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    gap: 20px;
}

    .widget .te-social-profile a {
        width: 40px;
        height: 40px;
        background-color: #fd6c03;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
    }

@media (max-width: 1199px) {
    .widget .te-social-profile a {
        width: 40px;
        height: 40px;
    }
}

.widget .te-social-profile a.facebook {
    background-color: #1877f2;
}

.widget .te-social-profile a.twitter {
    background-color: #1da1f2;
}

.widget .te-social-profile a.linkedin {
    background-color: #0a66c2;
}

.widget .te-social-profile a.instagram {
    background-color: #405de6;
}

.widget .te-social-profile a:hover {
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #fd6c03;
}

.widget select {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid rgba(124, 123, 123, 0.3);
    padding: 0 10px;
    border-radius: 5px;
    color: #ffffff;
    margin-bottom: 0;
    background-color: transparent;
}

    .widget select option {
        background-color: #111111;
    }

.widget .has-login-form .login-username label,
.widget .has-login-form .login-password label {
    margin-bottom: 10px;
}

.widget .has-login-form .login-username input,
.widget .has-login-form .login-password input {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #31373f;
    padding: 0 10px;
    border-radius: 5px;
    color: #ffffff;
}

.widget .has-login-form .login-remember label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.widget .has-login-form .login-submit {
    margin-bottom: 0;
}

    .widget .has-login-form .login-submit input.button-primary {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        background: #fd6c03;
        color: #fff;
        padding: 12px 32px;
        text-align: center;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        text-transform: capitalize;
        position: relative;
        z-index: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 18px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        border-radius: 5px;
    }

.widget .search-form {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

    .widget .search-form button {
        width: 62px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

.widget .wp-block-search__no-button.wp-block-search input {
    border-radius: 10px;
}

.widget .wp-block-search {
    margin-bottom: -2px;
}

.widget .wp-block-search,
.widget .search-form {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

    .widget .wp-block-search .wp-block-search__inside-wrapper,
    .widget .search-form .wp-block-search__inside-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 !important;
    }

    .widget .wp-block-search label,
    .widget .search-form label {
        font-size: 24px;
        line-height: 28px;
        font-weight: 500;
        margin-bottom: 30px;
        color: #ffffff;
        font-family: "Poppins", sans-serif;
    }

    .widget .wp-block-search input,
    .widget .search-form input {
        background-color: transparent;
        border: 1px solid #e7edf433 !important;
        padding: 0 25px;
        height: 60px;
        width: 100%;
        color: #ffffff;
        font-size: 15px;
    }

    .widget .wp-block-search button,
    .widget .search-form button {
        color: #ffffff;
        padding: 0 20px;
        position: relative;
        right: 0;
        background-color: #fd6c03;
        top: 0;
        height: auto;
        line-height: 0;
        border: 0;
        margin-left: 0 !important;
    }

.widget .tagcloud,
.widget .wp-block-tag-cloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .widget .tagcloud a,
    .widget .wp-block-tag-cloud a {
        color: #ffffff;
        background-color: #060606;
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        padding: 15px 18px;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .widget .tagcloud a:hover,
        .widget .wp-block-tag-cloud a:hover {
            color: #ffffff;
            background: #fd6c03;
            border-color: #fd6c03;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

.widget ul,
.widget ol {
    margin-bottom: 0;
    padding-left: 0;
    /* Tag Cloud Widget */
}

    .widget ul li,
    .widget ol li {
        display: block;
        padding: 8px 0;
        border-bottom: 1px solid rgba(124, 123, 123, 0.3);
        margin-bottom: 0;
        /* Recent Comment Widget */
    }

        .widget ul li:last-child,
        .widget ol li:last-child {
            margin-bottom: 0;
            border-bottom: 0;
        }

        .widget ul li.recentcomments .comment-author-link a:before,
        .widget ol li.recentcomments .comment-author-link a:before {
            display: none;
        }

        .widget ul li.recentcomments a,
        .widget ol li.recentcomments a {
            padding-left: 0;
            display: inline;
        }

            .widget ul li.recentcomments a:before,
            .widget ol li.recentcomments a:before {
                display: none;
            }

        .widget ul li a,
        .widget ol li a {
            color: #ffffff;
            position: relative;
            display: inline-block;
            text-transform: capitalize;
            font-size: 18px;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            /* RSS Widget */
        }

            .widget ul li a::before,
            .widget ol li a::before {
                content: "\f101";
                font-family: "Font Awesome 6 Pro";
                margin-right: 0;
                color: #fd6c03;
                font-size: 0;
            }

            .widget ul li a:hover,
            .widget ol li a:hover {
                color: #fd6c03;
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

            .widget ul li a.rsswidget,
            .widget ol li a.rsswidget {
                padding-left: 0;
                font-weight: 500;
                display: block;
            }

                .widget ul li a.rsswidget:before,
                .widget ol li a.rsswidget:before {
                    display: none;
                }

        .widget ul li ul,
        .widget ol li ul {
            padding-left: 25px;
            padding-top: 10px;
        }

    .widget ul.wp-tag-cloud li,
    .widget ol.wp-tag-cloud li {
        display: inline-block;
        padding: 0;
        border: 0;
    }

        .widget ul.wp-tag-cloud li a:before,
        .widget ol.wp-tag-cloud li a:before {
            display: none;
        }

.widget .wp-block-categories li,
.widget .wp-block-archives li {
    text-align: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .widget .wp-block-categories li.cat-item,
    .widget .wp-block-archives li.cat-item {
        text-align: right;
        display: inline-block;
        width: 100%;
    }

    .widget .wp-block-categories li a,
    .widget .wp-block-archives li a {
        float: left;
    }

        .widget .wp-block-categories li a::before,
        .widget .wp-block-archives li a::before {
            font-size: 18px;
            margin-right: 15px;
        }

.widget.te_widget_categories ul li, .widget.te_widget_archive ul li, .widget.widget_archive ul li, .widget.widget_categories ul li {
    text-align: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .widget.te_widget_categories ul li.cat-item, .widget.te_widget_archive ul li.cat-item, .widget.widget_archive ul li.cat-item, .widget.widget_categories ul li.cat-item {
        text-align: right;
        display: inline-block;
        width: 100%;
    }

    .widget.te_widget_categories ul li a, .widget.te_widget_archive ul li a, .widget.widget_archive ul li a, .widget.widget_categories ul li a {
        float: left;
    }

        .widget.te_widget_categories ul li a::before, .widget.te_widget_archive ul li a::before, .widget.widget_archive ul li a::before, .widget.widget_categories ul li a::before {
            font-size: 18px;
            margin-right: 15px;
        }

.widget.widget_nav_menu li a::before, .widget.widget_pages li a::before, .widget.widget_meta li a::before,
.widget .wp-block-page-list li a::before {
    font-size: 18px !important;
    margin-right: 15px !important;
}

/* About Info Widget*/
.widget-about-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .widget-about-info .about-desc {
        text-align: left;
    }

        .widget-about-info .about-desc .about-title {
            font-size: 20px;
        }

    .widget-about-info .about-image {
        width: 140px;
        height: 140px;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .widget-about-info .te-social-profile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        padding-top: 30px;
        border-top: 1px solid #E1E1E1;
        width: 100%;
        margin-top: 10px;
    }

        .widget-about-info .te-social-profile a {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            width: 44px;
            height: 44px;
            background-color: #F7FBFE;
            border-radius: 5px;
            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;
            color: #ffffff;
            transition: all 0.5s ease-out;
        }

            .widget-about-info .te-social-profile a:hover {
                color: #ffffff;
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
                background-color: #fd6c03;
            }

/* Latest Post Widget*/
.has-dates.has-author.wp-block-latest-posts .wp-block-latest-posts__te-post-title {
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.widget_rss .wp-block-heading:before,
.widget_rss .widget-title:before {
    display: none;
}

.widget_rss .rss-widget-icon {
    margin-right: 6px;
}

.widget_rss ul li a.rsswidget {
    color: #ffffff;
}

    .widget_rss ul li a.rsswidget:hover {
        color: #fd6c03;
    }

.wp-block-latest-posts .wp-block-rss__item-title,
.wp-block-rss .wp-block-rss__item-title,
.widget_rss .wp-block-rss__item-title {
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-rss__item-publish-date {
    margin-right: 10px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-latest-posts__te-post-date,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-latest-posts .wp-block-rss__item-author,
.wp-block-latest-posts .rss-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-latest-posts__te-post-date,
.wp-block-rss .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-rss__item-author,
.wp-block-rss .rss-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-latest-posts__te-post-date,
.widget_rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-rss__item-author,
.widget_rss .rss-date {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}

    .wp-block-latest-posts .wp-block-latest-posts__te-post-date:before,
    .wp-block-latest-posts .wp-block-rss__item-publish-date:before,
    .wp-block-latest-posts .rss-date:before,
    .wp-block-rss .wp-block-latest-posts__te-post-date:before,
    .wp-block-rss .wp-block-rss__item-publish-date:before,
    .wp-block-rss .rss-date:before,
    .widget_rss .wp-block-latest-posts__te-post-date:before,
    .widget_rss .wp-block-rss__item-publish-date:before,
    .widget_rss .rss-date:before {
        content: "\f274";
        font-family: "Font Awesome 6 Pro";
        padding-right: 8px;
    }

    .wp-block-latest-posts .wp-block-latest-posts__post-author:before,
    .wp-block-latest-posts .wp-block-rss__item-author:before,
    .wp-block-rss .wp-block-latest-posts__post-author:before,
    .wp-block-rss .wp-block-rss__item-author:before,
    .widget_rss .wp-block-latest-posts__post-author:before,
    .widget_rss .wp-block-rss__item-author:before {
        content: "\f007";
        font-family: "Font Awesome 6 Pro";
        padding-right: 8px;
    }

.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-rss__item-excerpt,
.wp-block-latest-posts .rssSummary,
.wp-block-rss .wp-block-latest-posts__post-excerpt,
.wp-block-rss .wp-block-rss__item-excerpt,
.wp-block-rss .rssSummary,
.widget_rss .wp-block-latest-posts__post-excerpt,
.widget_rss .wp-block-rss__item-excerpt,
.widget_rss .rssSummary {
    margin-top: 10px;
    margin-bottom: 0;
}

.te_widget_latest_post ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(124, 123, 123, 0.3);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 20px 0;
}

    .te_widget_latest_post ul li:hover .te-latest-post-thumb img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .te_widget_latest_post ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0;
    }

    .te_widget_latest_post ul li a {
        padding-left: 0;
    }

        .te_widget_latest_post ul li a:before {
            display: none;
        }

    .te_widget_latest_post ul li .te-latest-post-thumb {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        overflow: hidden;
        width: 80px;
        height: 80px;
        position: relative;
    }

        .te_widget_latest_post ul li .te-latest-post-thumb img {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            aspect-ratio: 1/1;
            position: absolute;
            top: 0;
            left: 0;
        }

        .te_widget_latest_post ul li .te-latest-post-thumb a {
            width: 100%;
            height: 100%;
        }

    .te_widget_latest_post ul li .te-latest-post-desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title {
            margin-bottom: 8px;
            font-size: 18px;
            line-height: 26px;
            color: #ffffff;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
        }

            .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title a {
                font-size: 18px;
                line-height: 26px;
                color: #ffffff;
                font-weight: 500;
                position: relative;
                text-transform: capitalize;
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
                font-family: "Poppins", sans-serif;
            }

                .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title a:hover {
                    color: #fd6c03;
                    -webkit-transition: all 0.5s ease-out;
                    transition: all 0.5s ease-out;
                }

        .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-meta {
            font-size: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-weight: 500;
            gap: 8px;
            color: #ffffff;
        }

            .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-meta i {
                color: #fd6c03;
            }

.widget-instagram-feed {
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
    width: 240px;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .widget-instagram-feed {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 374px) {
    .widget-instagram-feed {
        grid-template-columns: repeat(2, 1fr);
    }
}

.widget-instagram-feed .single-instagram-feed {
    width: 72px;
    height: 72px;
    overflow: hidden;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .widget-instagram-feed .single-instagram-feed:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .widget-instagram-feed .single-instagram-feed img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.widget_promotion {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-color: #14203A;
}

    .widget_promotion .wp-block-heading {
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-size: 40px;
        line-height: 56px;
        margin-bottom: 10px;
    }

    .widget_promotion .secondary-btn {
        display: inline-block;
        background: #fd6c03;
        color: #ffffff;
        padding: 12px 104px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        text-transform: capitalize;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        font-size: 18px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        border-radius: 10px;
    }

        .widget_promotion .secondary-btn i {
            color: #fff;
            font-size: 18px;
        }

        .widget_promotion .secondary-btn:hover {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            background-color: #ffffff;
            border-color: #ffffff;
        }

    .widget_promotion p {
        color: rgba(255, 255, 255, 0.53);
        margin-bottom: 32px;
    }

.te-post-item .te-single-post-meta {
    gap: 32px;
}

.te-comment-respond {
    margin-top: 70px;
}

.te-comment-title h2,
.te-comment-title .wp-block-comments-title,
.wp-block-comments h2,
.wp-block-comments .wp-block-comments-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
}

/* Block Comment Start */
.wp-block-comments .wp-block-comment-template {
    padding-left: 0;
}

    .wp-block-comments .wp-block-comment-template .wp-block-comment-reply-link {
        margin-top: 15px;
    }

    .wp-block-comments .wp-block-comment-template li .wp-block-columns {
        padding: 50px;
        border: 1px solid rgba(124, 123, 123, 0.3);
        margin-bottom: 24px;
    }

        .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-column:first-child {
            -ms-flex-preferred-size: 80px !important;
            flex-basis: 80px !important;
        }

        .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-avatar {
            width: 100px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            border-radius: 5px;
            overflow: hidden;
        }

            .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-avatar img {
                width: 100%;
                border-radius: 5px !important;
            }

        .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-author-name a {
            font-size: 21px;
            margin-bottom: 5px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            color: #ffffff;
        }

        .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-edit-link a {
            color: #fd6c03;
        }

        .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-date a,
        .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-edit-link a {
            color: #9ba8c3;
            font-size: 18px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
        }

        .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-reply-link a {
            font-size: 14px;
            font-weight: 500;
            color: #ffffff;
            border: 1px solid #fd6c03;
            padding: 4px 26px;
            display: inline-block;
        }

            .wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-reply-link a:hover {
                background-color: #fd6c03;
                color: #ffffff;
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

/* Block Comment End */
.te-latest-comments .te-comment-respond {
    margin-top: 80px;
}

.te-latest-comments li .children .te-comments-item {
    margin-left: 50px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-latest-comments li .children .te-comments-item {
        margin-left: 0;
    }
}

.te-latest-comments li .children .children .te-comments-item {
    margin-left: 100px;
}

.te-latest-comments li .te-comments-item {
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .te-latest-comments li .te-comments-item {
        padding: 30px;
    }
}

.te-latest-comments li .te-comments-item .te-comments-avatar {
    float: left;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-latest-comments li .te-comments-item .te-comments-avatar {
        float: inherit;
        margin-bottom: 20px;
    }
}

.te-latest-comments li .te-comments-item .te-comments-avatar img {
    margin-right: 20px;
    width: 80px;
    border-radius: 500px;
}

.te-latest-comments li .te-comments-item .te-comments-text {
    overflow: hidden;
}

    .te-latest-comments li .te-comments-item .te-comments-text p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
        color: rgba(255, 255, 255, 0.7);
    }

    .te-latest-comments li .te-comments-item .te-comments-text .te-avatar-name {
        margin-bottom: 10px;
        position: relative;
    }

        .te-latest-comments li .te-comments-item .te-comments-text .te-avatar-name h5 {
            font-size: 18px;
            margin-bottom: 5px;
            font-weight: 700;
            font-family: "Poppins", sans-serif;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .te-latest-comments li .te-comments-item .te-comments-text .te-avatar-name span {
            color: rgba(255, 255, 255, 0.7);
            font-size: 18px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
            font-style: italic;
        }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-latest-comments li .te-comments-item .te-comments-text .te-avatar-name span {
        display: inline-block;
        width: 100%;
    }
}

.te-latest-comments li .te-comments-item .te-comments-text .comment-reply-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    color: #fd6c03;
    padding: 0;
    border-bottom: 1px solid #fd6c03;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    gap: 8px;
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-latest-comments li .te-comments-item .te-comments-text .comment-reply-link {
        position: unset;
        margin-top: 10px;
    }
}

.te-latest-comments li .te-comments-item .te-comments-text .comment-reply-link:hover {
    color: #ffffff;
    border-color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te-post-comments .te-latest-comments > ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.te-comments-text > ul, .te-comments-text > ol {
    margin-bottom: 20px;
}

ul.children {
    list-style: none;
}

/*Comment Input Filed*/
.te-post-comments-title .sub-title {
    font-size: 18px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #fd6c03;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.te-post-comments-title h2 {
    font-size: 36px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-post-comments-title h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.te-post-comments-title h2 small {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #fd6c03;
}

.comment-respond {
    position: relative;
    width: 100%;
}

    .comment-respond p {
        margin: 0;
    }

        .comment-respond p.logged-in-as {
            margin-bottom: 30px;
        }

    .comment-respond .te-contacts-email,
    .comment-respond .te-contacts-name,
    .comment-respond .single-input-field {
        margin-bottom: 30px;
    }

    .comment-respond label {
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 30px;
    }

    .comment-respond .checkbox-field-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding: 15px 0;
    }

        .comment-respond .checkbox-field-wrapper p {
            margin: 0;
        }

        .comment-respond .checkbox-field-wrapper .single-checkbox-field {
            margin-bottom: 0;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 12px;
            font-size: 18px;
            font-weight: 500;
            font-family: "Poppins", sans-serif;
        }

    .comment-respond .comment-form-cookies-consent {
        display: none;
    }

    .comment-respond input[type="number"] {
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }

    .comment-respond input,
    .comment-respond select {
        padding: 0 20px;
        height: 60px;
        width: 100%;
        color: #ffffff;
        opacity: 1;
        font-size: 18px;
        font-weight: 500;
        background-color: transparent;
        font-family: "Poppins", sans-serif !important;
        border: solid 1px rgba(124, 123, 123, 0.3);
    }

    .comment-respond *::-webkit-input-placeholder {
        color: #ffffff;
    }

    .comment-respond *:-ms-input-placeholder {
        color: #ffffff;
    }

    .comment-respond *::-ms-input-placeholder {
        color: #ffffff;
    }

    .comment-respond *::placeholder {
        color: #ffffff;
    }

    .comment-respond textarea {
        resize: vertical;
        padding: 20px;
        width: 100%;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        background-color: transparent;
        font-family: "Poppins", sans-serif !important;
        height: 190px;
        margin-bottom: 30px;
        border: solid 1px rgba(124, 123, 123, 0.3);
    }

        .comment-respond input:focus,
        .comment-respond textarea:focus,
        .comment-respond .form-select:focus {
            outline: none !important;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #fd6c03 !important;
            -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

.te-post-comments-form.style-2 .comment-respond {
    padding: 0;
    background-color: transparent;
}

    .te-post-comments-form.style-2 .comment-respond textarea {
        height: 130px;
    }

    .te-post-comments-form.style-2 .comment-respond .te-theme-btn {
        width: 100%;
    }

.te-post-comments-form.style-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-post-comments-form.style-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.te-post-comments-form.style-3 .comment-respond {
    background-color: #1A1A1A;
    padding: 40px;
    width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-post-comments-form.style-3 .comment-respond {
        padding: 40px 20px;
    }
}

.te-post-comments-form.style-3 .te-section-title {
    margin-bottom: 40px;
}

.te-post-comments-form.style-3 .te-theme-btn {
    width: 100%;
}

.te-post-comments-form.style-3 .form-image {
    width: 550px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-post-comments-form.style-3 .form-image {
        height: 350px;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-post-comments-form.style-3 .form-image {
        width: 350px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .te-post-comments-form.style-3 .form-image {
        width: 350px;
    }
}

.te-post-comments-form.style-3 .form-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.te-post-comments-form.style-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 55px;
}

    .te-post-comments-form.style-4 .comment-respond {
        background-color: #111111;
        padding: 40px 70px;
    }

        .te-post-comments-form.style-4 .comment-respond .give-form-wrap .give-currency-position-before {
            position: absolute;
            right: 40px;
            background-color: transparent;
            border: 0;
            color: #ffffff;
        }

        .te-post-comments-form.style-4 .comment-respond .give-form-wrap .give-custom-amount-text {
            display: block;
            width: 100%;
            margin-bottom: 10px;
            position: relative;
            top: -10px;
        }

        .te-post-comments-form.style-4 .comment-respond .give-form-wrap label {
            margin-bottom: 10px !important;
        }

        .te-post-comments-form.style-4 .comment-respond .give-form-wrap fieldset legend {
            color: #ffffff;
            margin-bottom: 20px;
        }

        .te-post-comments-form.style-4 .comment-respond .give-form-wrap .form-row-first {
            width: 48%;
            float: left;
        }

        .te-post-comments-form.style-4 .comment-respond .give-form-wrap .form-row-last {
            width: 48%;
            float: right;
        }

        .te-post-comments-form.style-4 .comment-respond .give-form-wrap .form-row-wide {
            float: left;
            width: 100%;
        }

        .te-post-comments-form.style-4 .comment-respond .give-form-wrap .give-label {
            display: none;
        }

        .te-post-comments-form.style-4 .comment-respond .give-form-wrap .give-text-input {
            background-color: transparent !important;
            border: 0 !important;
        }

        .te-post-comments-form.style-4 .comment-respond .give-form-wrap .give-btn {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            padding: 16px 32px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 10px;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 1.4px;
            color: #ffffff !important;
            background-color: #fd6c03 !important;
            border: 1px solid #fd6c03;
            position: relative;
            z-index: 1;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            overflow: hidden;
            text-transform: uppercase;
        }

            .te-post-comments-form.style-4 .comment-respond .give-form-wrap .give-btn:hover {
                color: #060606 !important;
                background-color: #ffffff !important;
                border-color: #ffffff;
            }

        .te-post-comments-form.style-4 .comment-respond .give-form-wrap input {
            margin-bottom: 20px;
            background-color: transparent !important;
            color: #ffffff !important;
            border-color: rgba(124, 123, 123, 0.3);
        }

        .te-post-comments-form.style-4 .comment-respond .give-form-wrap .give-submit-button-wrap {
            margin-top: 10px;
        }

        .te-post-comments-form.style-4 .comment-respond .give-form-wrap .give-donation-levels-wrap {
            list-style: none;
            padding: 0;
            margin: 0;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            gap: 10px;
            margin-bottom: 20px;
        }

            .te-post-comments-form.style-4 .comment-respond .give-form-wrap .give-donation-levels-wrap .give-donation-level-btn {
                padding: 10px 20px;
                background-color: transparent;
                border-color: rgba(124, 123, 123, 0.3);
                font-weight: 600;
            }

                .te-post-comments-form.style-4 .comment-respond .give-form-wrap .give-donation-levels-wrap .give-donation-level-btn:hover {
                    background-color: #ffffff;
                }

                .te-post-comments-form.style-4 .comment-respond .give-form-wrap .give-donation-levels-wrap .give-donation-level-btn.give-default-level {
                    background-color: #fd6c03;
                    border-color: #fd6c03;
                }

    .te-post-comments-form.style-4 .te-section-title {
        margin-bottom: 40px;
    }

    .te-post-comments-form.style-4 .te-theme-btn {
        width: 100%;
    }

    .te-post-comments-form.style-4 .form-image {
        width: 465px;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

        .te-post-comments-form.style-4 .form-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.te-team-card {
    position: relative;
}

    .te-team-card.style-1 .te-content-wrapper .social {
        visibility: visible;
        opacity: 1;
    }


    .te-team-card:hover .image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .te-team-card:hover .te-content-wrapper .content {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .te-team-card:hover .te-content-wrapper .social {
        visibility: visible;
        opacity: 1;
    }

    .te-team-card .image {
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
    }

        .te-team-card .image:before {
            position: absolute;
            width: 200%;
            height: 0%;
            left: 50%;
            top: 50%;
            background-color: rgba(255, 255, 255, 0.3);
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
            content: "";
            z-index: 1;
        }

        .te-team-card .image img {
            width: 100%;
            height: 100%;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

    .te-team-card .te-content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        z-index: 2;
        padding-right: 0px;
        -webkit-transform: translateY(-52%);
        transform: translateY(-52%);
        position: relative;
    }

        .te-team-card .te-content-wrapper .content {
            width: 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: center;
            -ms-flex-pack: center;
            justify-content: center;
            z-index: 2;
            gap: 10px;
            background-color: #111111;
            padding: 30px;
            position: relative;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

            .te-team-card .te-content-wrapper .content .title {
                font-size: 20px;
                font-weight: 700;
                line-height: 1.3;
                color: #ffffff;
                font-family: "Poppins", sans-serif;
                margin: 0;
            }

            .te-team-card .te-content-wrapper .content .desc {
                font-size: 18px;
                font-weight: 500;
                line-height: 26.1px;
                color: rgba(255, 255, 255, 0.7);
                font-family: "Poppins", sans-serif;
                margin-bottom: 10px;
            }

        .te-team-card .te-content-wrapper .social {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 10px;
            width: 100%;
            z-index: -1;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s ease-out;
        }

            .te-team-card .te-content-wrapper .social a {
                width: 35px;
                height: 35px;
                border: 1px solid #fd6c03;
                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;
                font-size: 14px;
                color: #ffffff;
                background-color: #fd6c03;
                -ms-flex-negative: 0;
                flex-shrink: 0;
            }

                .te-team-card .te-content-wrapper .social a:hover {
                    color: #ffffff;
                    border-color: #fd6c03;
                    background-color: transparent;
                    -webkit-transition: all 0.5s ease-out;
                    transition: all 0.5s ease-out;
                }

    .te-team-card.style-2:hover .te-content-wrapper .content {
        background-color: transparent;
    }

    .te-team-card.style-2 .te-content-wrapper {
        -webkit-transform: unset;
        transform: unset;
        padding: 0;
    }

        .te-team-card.style-2 .te-content-wrapper .content {
            -webkit-clip-path: none;
            clip-path: none;
            background-color: transparent;
            text-align: center;
        }

            .te-team-card.style-2 .te-content-wrapper .content:before {
                display: none;
            }

            .te-team-card.style-2 .te-content-wrapper .content .social {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

    .te-team-card.style-2 .image-wrapper {
        width: 370px;
        height: 370px;
        margin: 0 auto;
        border-radius: 500px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        border: 1px solid transparent;
        background: -webkit-gradient(linear, left top, left bottom, from(#060606), to(#060606)), -webkit-gradient(linear, left top, left bottom, from(#d9a807), to(#060606));
        background: linear-gradient(to bottom, #060606, #060606), linear-gradient(to bottom, #d9a807, #060606);
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
    }

@media (max-width: 991px) {
    .te-team-card.style-2 .image-wrapper {
        width: 300px;
        height: 300px;
    }
}

.te-team-card.style-2 .image {
    width: 310px;
    height: 310px;
    border-radius: 500px;
    border: 20px solid transparent;
    margin: 0 auto;
    position: relative;
    outline: 1px solid #D9A807;
}

@media (max-width: 991px) {
    .te-team-card.style-2 .image {
        width: 250px;
        height: 250px;
        border: 10px solid transparent;
    }
}

.te-team-member-slider {
    overflow: hidden;
}

    .te-team-member-slider .slick-list {
        margin: 0 -15px;
    }

        .te-team-member-slider .slick-list .slick-slider-item {
            margin: 0 15px;
        }

            .te-team-member-slider .slick-list .slick-slider-item .te-team-card {
                width: 410px;
            }

    .te-team-member-slider .slick-dots {
        padding: 0;
        list-style: none;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
        overflow: hidden;
    }

        .te-team-member-slider .slick-dots li {
            font-size: 0;
            line-height: 0;
        }

            .te-team-member-slider .slick-dots li:first-child button {
                border-radius: 25px 0 0 25px;
            }

            .te-team-member-slider .slick-dots li:last-child button {
                border-radius: 0 25px 25px 0;
            }

            .te-team-member-slider .slick-dots li button {
                width: 50px;
                height: 10px;
                background-color: #E1E1E1;
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
                position: relative;
            }

                .te-team-member-slider .slick-dots li button:before {
                    background-color: #fd6c03;
                    content: "";
                    width: 0;
                    height: 100%;
                    top: 0;
                    left: 0;
                    position: absolute;
                    border-radius: 25px;
                    visibility: hidden;
                    opacity: 0;
                }

            .te-team-member-slider .slick-dots li.slick-active button {
                width: 100px;
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

                .te-team-member-slider .slick-dots li.slick-active button:before {
                    width: 100%;
                    visibility: visible;
                    opacity: 1;
                }

.te-portfolio-card {
    overflow: hidden;
    margin-bottom: 30px;
}

    .te-portfolio-card:hover .image:before {
        height: 250%;
        -webkit-transition: all 900ms linear;
        transition: all 900ms linear;
        background-color: transparent;
    }

    .te-portfolio-card:hover .image .te-content-wrapper {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

        .te-portfolio-card:hover .image .te-content-wrapper .content .content-inner {
            margin-bottom: 0;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

        .te-portfolio-card:hover .image .te-content-wrapper .content .btn-wrapper {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

        .te-portfolio-card:hover .image .te-content-wrapper .content .content-inner {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

    .te-portfolio-card:hover .image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .te-portfolio-card .image {
        overflow: hidden;
        position: relative;
    }

        .te-portfolio-card .image:before {
            position: absolute;
            width: 200%;
            height: 0%;
            left: 50%;
            top: 50%;
            background-color: rgba(255, 255, 255, 0.3);
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
            content: "";
            z-index: 1;
        }

        .te-portfolio-card .image img {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            width: 100%;
        }

    .te-portfolio-card .te-content-wrapper {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        z-index: 99;
    }

        .te-portfolio-card .te-content-wrapper .content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            height: 100%;
            gap: 10px;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            position: relative;
        }

            .te-portfolio-card .te-content-wrapper .content .content-inner {
                width: 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: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border-radius: 5px;
                padding: 18px 10px;
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
                -webkit-transform: scaleY(0.3);
                transform: scaleY(0.3);
            }

            .te-portfolio-card .te-content-wrapper .content .sub-title {
                color: #ffffff;
                font-size: 18px;
                line-height: 36px;
                font-weight: 400;
            }

            .te-portfolio-card .te-content-wrapper .content .title {
                margin-bottom: 0;
                color: #ffffff;
                font-size: 24px;
                line-height: 39px;
                font-weight: 900;
            }

            .te-portfolio-card .te-content-wrapper .content .btn-wrapper {
                position: absolute;
                top: 0;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                padding: 0;
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

                .te-portfolio-card .te-content-wrapper .content .btn-wrapper a {
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    width: 40px;
                    height: 40px;
                    background-color: #fd6c03;
                    color: #ffffff;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-transition: all 0.5s ease-out;
                    transition: all 0.5s ease-out;
                    font-size: 20px;
                }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-portfolio-card .te-content-wrapper .content .btn-wrapper a {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-portfolio-card .te-content-wrapper .content .btn-wrapper a {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}

.te-portfolio-card .te-content-wrapper .content .btn-wrapper a:hover {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #fd6c03;
    color: #ffffff;
}

.te-portfolio-card.style-2 .te-content-wrapper .content {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 24, 26, 0)), to(rgba(27, 24, 26, 0.7)));
    background: linear-gradient(180deg, rgba(27, 24, 26, 0) 0%, rgba(27, 24, 26, 0.7) 100%);
    padding: 20px;
}

    .te-portfolio-card.style-2 .te-content-wrapper .content .content-inner {
        text-align: center;
    }

    .te-portfolio-card.style-2 .te-content-wrapper .content .btn-wrapper {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.portfolio-slider-wrapper .slick-list {
    margin: 0 -12px;
}

    .portfolio-slider-wrapper .slick-list .slick-slide-item {
        margin: 0 12px;
    }

        .portfolio-slider-wrapper .slick-list .slick-slide-item:nth-child(odd) .te-portfolio-card {
            padding: 50px 0;
        }

        .portfolio-slider-wrapper .slick-list .slick-slide-item:nth-child(even) .te-portfolio-card {
            padding: 0px 0;
        }

.portfolio-column-in-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}


    .portfolio-column-in-three .portfolio-item {
        height: auto;
        position: relative;
        margin-bottom: 100px;
    }

        .portfolio-column-in-three .portfolio-item:hover .portfolio-img img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

        .portfolio-column-in-three .portfolio-item:hover .content-wrapper {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

.portfolio-item {
    height: 454px;
    position: relative;
}

    .portfolio-item:hover .portfolio-img:before {
        height: 250%;
        -webkit-transition: all 900ms linear;
        transition: all 900ms linear;
        background-color: transparent;
    }

    .portfolio-item:hover .portfolio-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .portfolio-item:hover .content-wrapper {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.urun .portfolio-item .content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 24, 26, 0)), to(rgba(27, 24, 26, 0.7)));
    background: linear-gradient(180deg, rgba(27, 24, 26, 0) 0%, rgba(27, 24, 26, 0.7) 100%);
    z-index: 99;
}

    .urun .portfolio-item .content-wrapper .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
        background-color: #111111;
        padding: 30px 40px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.portfolio-item .content-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 24, 26, 0)), to(rgba(27, 24, 26, 0.7)));
    background: linear-gradient(180deg, rgba(27, 24, 26, 0) 0%, rgba(27, 24, 26, 0.7) 100%);
    z-index: 99;
}


    .portfolio-item .content-wrapper .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
        background-color: #111111;
        padding: 30px 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .portfolio-item .content-wrapper .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: inherit;
        align-items: flex-start;
    }
}

.portfolio-item .content-wrapper .content .icon {
    width: 120px;
    height: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.portfolio-item .content-wrapper .content .title {
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .portfolio-item .content-wrapper .content .title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-item .content-wrapper .content .title {
        font-size: 24px;
        line-height: initial;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-item .content-wrapper .content .title {
        font-size: 32px;
        line-height: initial;
    }
}

.portfolio-item .portfolio-img {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.products .portfolio-item .portfolio-img {
    height: auto !important;
    overflow: hidden;
    position: relative;
}

    .products .portfolio-item .portfolio-img img {
        width: 100%;
        height: 100%;
        object-fit: none;
        aspect-ratio: 0;
    }

.portfolio-item .portfolio-img:before {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.portfolio-item .portfolio-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.portfolio-slider-wrapper.style-2 .slick-list,
.portfolio-slider.style-2 .slick-list {
    visibility: visible !important;
}

    .portfolio-slider-wrapper.style-2 .slick-list .custom-width,
    .portfolio-slider.style-2 .slick-list .custom-width {
        width: 33.333vw;
    }

    .portfolio-slider-wrapper.style-2 .slick-list .slick-slide,
    .portfolio-slider.style-2 .slick-list .slick-slide {
        margin: 0 15px;
    }

        .portfolio-slider-wrapper.style-2 .slick-list .slick-slide.slick-center .portfolio-item .portfolio-img img,
        .portfolio-slider.style-2 .slick-list .slick-slide.slick-center .portfolio-item .portfolio-img img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

        .portfolio-slider-wrapper.style-2 .slick-list .slick-slide.slick-center .portfolio-item .content-wrapper,
        .portfolio-slider.style-2 .slick-list .slick-slide.slick-center .portfolio-item .content-wrapper {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            margin-bottom: -100px;
        }

.te-portfolio-card.style-3:hover .te-content-wrapper .content .btn-wrapper {
    top: 30px;
    right: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te-portfolio-card.style-3 .te-content-wrapper {
    padding: 0;
}

    .te-portfolio-card.style-3 .te-content-wrapper .content .content-inner {
        border-radius: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 48px 30px 43px 30px;
    }

    .te-portfolio-card.style-3 .te-content-wrapper .content .btn-wrapper {
        top: -50px;
        right: 0;
        -webkit-transform: translate(50%);
        transform: translate(50%);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.timeline-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(124, 123, 123, 0.3);
    background-color: #060606;
    gap: 30px;
}

    .timeline-card .icon {
        padding: 40px;
        font-size: 24px;
        font-weight: 700;
        line-height: initial;
        color: #fd6c03;
        background-color: #ffffff0a;
    }

    .timeline-card .title {
        font-size: 24px;
        font-weight: 700;
        line-height: initial;
        color: #ffffff;
    }

.portfolio-slider-area.style-1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 420px;
    overflow: hidden;
}

.video-slider-area {
    overflow: hidden;
    padding: 0px 0 120px 0px;
}

.testimonial-slider-area.style-1 {
    margin-top: -310px;
}

.video-card {
    position: relative;
}

    .video-card .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(28.64% 71.1% at 50% 50%, rgba(14, 11, 13, 0) 0%, rgba(13, 11, 14, 0.4) 100%);
    }

    .video-card .video-play {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 93px;
        height: 93px;
        background-color: #ffffff;
        border-radius: 50px;
        color: #fd6c03;
        font-size: 26px;
        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;
    }

.why-choose-area {
    position: relative;
    z-index: 2;
}

    .why-choose-area .why-choose-bg-area {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background-color: #fd6c03;
        z-index: -1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .why-choose-area .why-choose-bg-area {
        width: 100%;
    }
}

.why-choose-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px 10px;
}

    .why-choose-info .divider-line {
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.3);
    }

.why-choose-info-title {
    padding: 80px;
    background-color: #1B1B1B;
    margin-left: 40px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .why-choose-info-title {
        margin-left: 0;
        padding: 40px;
    }
}

.why-choose-info-title .te-section-title {
    margin-bottom: 40px;
}

.appointment-area.style-1 .te-section-title {
    margin-bottom: 50px;
}

.about-image-card {
    padding-top: 170px;
    padding-left: 140px;
    position: relative;
}

    .about-image-card .image-one {
        width: 270px;
        height: 320px;
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0;
    }

        .about-image-card .image-one img {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .about-image-card .image-two {
        width: 410px;
        height: 480px;
        border-left: 14px solid #fd6c03;
        position: relative;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-image-card .image-two {
        width: 100%;
    }
}

.about-image-card .image-two img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-image-card .image-two .shape-image {
    position: absolute;
    top: -122px;
    right: 30px;
    z-index: -1;
}

.about-image-card .image-two .image-three {
    position: absolute;
    left: -190px;
    bottom: 0;
    z-index: 9;
}

.about-info {
    background-color: #111111;
    padding: 25px;
    border-top: 6px solid #fd6c03;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-info {
        padding: 40px 30px;
    }
}

.about-feature-area {
    margin: 20px 0 160px 0;
    position: relative;
    z-index: 9;
}

.cta-card {
    position: relative;
    z-index: 2;
    background-image: url(/images/dinamikicerik/background-hakkimizda.jpg);
}

    .cta-card .title {
        font-size: 30px;
    }

    .cta-card .shape {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.timeline-area {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 390px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .timeline-area {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .timeline-area {
        padding-bottom: 80px;
    }
}

.timeline-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.9);
    z-index: -1;
}

.donate-feature-card {
    padding: 60px 40px;
    background-color: #111111;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    border-top: 8px solid #fd6c03;
    border-left: 8px solid #fd6c03;
    margin-left: -100px;
    margin-top: 80px;
}

@media (max-width: 991px) {
    .donate-feature-card {
        margin-left: 0;
        margin-top: 40px;
    }
}

.donate-feature-card .te-section-title {
    margin-bottom: 40px;
}

.donate-feature-card .te-list-item-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .donate-feature-card .te-list-item-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.donate-feature-card .te-list-item-wrapper .te-list-item .text {
    font-weight: 700;
}

.donate-feature-card .btn-wrapper {
    margin-top: 65px;
}

.feature-area.style-2 {
    background-size: auto;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.brand-slider-area.style-1 {
    padding-top: 120px;
    padding-bottom: 500px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .brand-slider-area.style-1 {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-slider-area.style-1 {
        padding-top: 100px;
    }
}

.appointment-area.style-2 {
    margin-top: -380px;
}

.testimonial-slider-area.style-3 {
    padding: 120px 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-slider-area.style-3 {
        padding: 80px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-slider-area.style-3 {
        padding: 100px 0;
    }
}

.testimonial-slider-area.style-3 .slick-list .slick-slide.slick-current .te-testimonial-card.style-3 .te-content-wrapper .te-user-meta .icon {
    color: #fd6c03;
}

.te-process-step-area.style-2 {
    padding-top: 120px;
    padding-bottom: 96px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-process-step-area.style-2 {
        padding-top: 80px;
        padding-bottom: 56px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-process-step-area.style-2 {
        padding-top: 100px;
        padding-bottom: 76px;
    }
}

.te-process-step-area.style-2 .te-process-step {
    padding: 30px 40px 40px 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}

    .te-process-step-area.style-2 .te-process-step .te-counter-wrapper {
        padding-bottom: 20px;
    }

.contact-map-area {
    position: relative;
}

    .contact-map-area .te-map-widget {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 70%;
    }

        .contact-map-area .te-map-widget iframe {
            height: 100%;
        }

.te-map-widget iframe {
    width: 100%;
    height: 650px;
    margin-bottom: -12px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-map-widget iframe {
        height: 350px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-map-widget iframe {
        height: 450px;
    }
}

body .tribe-events-c-subscribe-dropdown__button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    line-height: initial;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #ffffff !important;
    background-color: #fd6c03 !important;
    border: 1px solid #fd6c03 !important;
    position: relative;
    z-index: 1;
    height: 60px !important;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 0 !important;
    overflow: hidden;
    text-transform: uppercase;
}

    body .tribe-events-c-subscribe-dropdown__button:hover {
        color: #ffffff;
        background-color: #fd6c03 !important;
        border-color: #fd6c03 !important;
    }

body.post-type-archive-tribe_events .tribe-common .tribe-common-b2,
body.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-latest-past__event-datetime,
body.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-latest-past__event-date-tag-month,
body.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-latest-past__event-date-tag-year {
    color: rgba(255, 255, 255, 0.7) !important;
}

body.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event-datetime {
    color: #ffffff !important;
}

body.post-type-archive-tribe_events .tribe-common .tribe-common-h1,
body.post-type-archive-tribe_events .tribe-common .tribe-common-h2,
body.post-type-archive-tribe_events .tribe-common .tribe-common-h3,
body.post-type-archive-tribe_events .tribe-common .tribe-common-h4,
body.post-type-archive-tribe_events .tribe-common .tribe-common-h5,
body.post-type-archive-tribe_events .tribe-common .tribe-common-h6 {
    color: #ffffff !important;
}

body.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__month-separator:after {
    background-color: rgba(124, 123, 123, 0.3) !important;
}

body.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list-nav {
    border-top-color: rgba(124, 123, 123, 0.3) !important;
}

body.post-type-archive-tribe_events .tribe-events .tribe-events-c-events-bar__search-container,
body.post-type-archive-tribe_events .tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
    background-color: #111111 !important;
}

body.post-type-archive-tribe_events .tribe-events .tribe-events-c-events-bar--border {
    border-color: #111111 !important;
}

body.post-type-archive-tribe_events .tribe-events .tribe-events-c-search__button,
body.post-type-archive-tribe_events .tribe-events button.tribe-events-c-search__button {
    background-color: #fd6c03 !important;
    border-radius: 0 !important;
}

body.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-date-tag-datetime span,
body.post-type-archive-tribe_events .tribe-events time.tribe-events-c-top-bar__datepicker-time {
    color: #ffffff !important;
    font-family: "Poppins", sans-serif !important;
}

body.post-type-archive-tribe_events .tribe-events .tribe-common-c-svgicon__svg-fill {
    fill: #ffffff !important;
}

body.post-type-archive-tribe_events .tribe-events .tribe-common-c-btn-border-small,
body.post-type-archive-tribe_events .tribe-events a.tribe-common-c-btn-border-small {
    background-color: #fd6c03 !important;
    border-color: #fd6c03 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
}

body.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-title {
    color: #ffffff !important;
    text-transform: uppercase;
}

    body.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-title a {
        color: #ffffff !important;
        text-transform: uppercase;
    }

body.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-datetime span,
body.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-description,
body.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__day-date-daynum,
body.post-type-archive-tribe_events .tribe-events .tribe-common-h7,
body.post-type-archive-tribe_events .tribe-events .tribe-common-h8,
body.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-day__event-description {
    color: rgba(255, 255, 255, 0.7) !important;
    font-family: "Poppins", sans-serif !important;
}

body.post-type-archive-tribe_events .tribe-events a,
body.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-day__event-datetime {
    color: #ffffff !important;
}

body.post-type-archive-tribe_events .tribe-events .tribe-events-c-view-selector__list-item:hover {
    background-color: transparent !important;
}

body.post-type-archive-tribe_events .tribe-events .tribe-events-c-view-selector__list-item a .tribe-events-c-view-selector__list-item-text {
    color: #ffffff !important;
}

body.single-tribe_events .tribe-events-event-meta a,
body.single-tribe_events .tribe-events-event-meta a:visited {
    color: #fd6c03 !important;
}

body.single-tribe_events #tribe-events-footer {
    border-top-color: rgba(124, 123, 123, 0.3) !important;
}

body.single-tribe_events .tribe-events-event-meta:before {
    border-top-color: rgba(124, 123, 123, 0.3) !important;
}

body.single-tribe_events .tribe-events-back a {
    color: #fd6c03;
}

body.single-tribe_events .tribe-events-schedule h2 {
    color: #ffffff;
}

body.single-tribe_events .tribe-events-single-event-title,
body.single-tribe_events .tribe-events-single-section-title {
    color: #ffffff;
    text-transform: uppercase;
}

body.single-tribe_events .tribe-events-single-event-description.tribe-events-content,
body.single-tribe_events .tribe-events-meta-group {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Poppins", sans-serif !important;
}

.pdf-download-btn {
    background-color: #111111;
    padding: 25px 40px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .pdf-download-btn {
        padding: 20px 30px;
    }
}

.pdf-download-btn .icon {
    width: 54px;
    height: 54px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fd6c03;
    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;
    font-size: 25px;
    border-radius: 50px;
    color: #ffffff;
}

.pdf-download-btn .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .pdf-download-btn .content .title {
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        color: #ffffff;
    }

    .pdf-download-btn .content .sub-title {
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.7);
    }

.pdf-download-btn .download-icon {
    margin-left: auto;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-service-details-wrapper {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .te-service-details-wrapper {
        margin-top: 40px;
    }
}

.service-details-page {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .service-details-page {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-details-page {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.service-details-page ul li {
    color: #ffffff;
    margin-bottom: 10px;
}

    .service-details-page ul li:last-child {
        margin-bottom: 0;
    }

.service-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

    .service-details .image {
        border-radius: 5px;
        overflow: hidden;
    }

    .service-details .content .te-title-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 46px;
    }

        .service-details .content .te-title-wrapper .title-inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 20px;
        }

            .service-details .content .te-title-wrapper .title-inner .icon {
                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;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                background-color: #fd6c03;
                width: 60px;
                height: 60px;
                border-radius: 5px;
                font-size: 24px;
                color: #ffffff;
            }

            .service-details .content .te-title-wrapper .title-inner .title {
                font-size: 24px;
                font-style: normal;
                font-weight: 500;
                line-height: 39.84px;
                letter-spacing: 0.5px;
                margin-bottom: 0;
                color: #fd6c03;
            }

.service-details-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    margin-top: 30px;
}

    .service-details-overview .list-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 40px;
    }

        .service-details-overview .list-wrapper .icon {
            width: 60px;
            height: 60px;
            border-radius: 5px;
            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;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            background-color: #1834c61f;
            font-size: 24px;
            color: #fd6c03;
        }

        .service-details-overview .list-wrapper ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            list-style: none;
            margin-bottom: 0;
            padding-left: 0;
            position: relative;
            gap: 20px;
        }

            .service-details-overview .list-wrapper ul::after {
                width: 2px;
                height: calc(100% - 20px);
                background-color: #E1E1E1;
                content: "";
                position: absolute;
                left: 2px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .service-details-overview .list-wrapper ul li {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 15px;
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 24px;
            }

                .service-details-overview .list-wrapper ul li::before {
                    width: 6px;
                    height: 6px;
                    border-radius: 100%;
                    background-color: #fd6c03;
                    content: "";
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-negative: 0;
                    flex-shrink: 0;
                    z-index: 2;
                }

.team-details-page {
    padding-top: 120px;
    padding-bottom: 96px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .team-details-page {
        padding-top: 80px;
        padding-bottom: 56px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-page {
        padding-top: 100px;
        padding-bottom: 76px;
    }
}

.team-details-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 991px) {
    .team-details-wrapper {
        gap: 30px;
    }
}

.team-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .team-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}

.team-details .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .team-details .content {
        gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-details .content {
        gap: 20px;
    }
}

.team-details .image {
    width: 520px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

    .team-details .image img {
        width: 100%;
    }

@media (max-width: 991px) {
    .team-details .image {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-details .image {
        width: 330px;
    }
}

.team-details .user-meta .title {
    font-size: 48px;
    letter-spacing: -1.92px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .team-details .user-meta .title {
        font-size: 34px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-details .user-meta .title {
        font-size: 36px;
    }
}

.team-details .user-meta .desc {
    margin-bottom: 0;
    line-height: initial;
    color: #fd6c03;
}

.team-details-overview-wrapper .sec-title {
    font-size: 26px;
    font-weight: 900;
    line-height: initial;
    color: #ffffff;
}

@media (max-width: 991px) {
    .team-details-overview-wrapper .sec-title {
        font-size: 24px;
    }
}

.team-details-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.team-member-info-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

    .team-member-info-wrapper .user-image {
        width: 100%;
        height: 430px;
        overflow: hidden;
        margin-bottom: 40px;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .team-member-info-wrapper .user-image {
        height: 430px;
    }
}

.team-member-info-wrapper .user-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-member-info-wrapper .team-member-info {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px 0;
}

@media (max-width: 575px) {
    .team-member-info-wrapper .team-member-info {
        grid-template-columns: repeat(1, 1fr);
    }
}

.team-member-info-wrapper .team-member-info .te-single-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.team-member-info-wrapper .team-member-info .meta-title {
    font-size: 20px;
    font-weight: 700;
    line-height: initial;
    color: #ffffff;
}

.team-member-info-wrapper .team-member-info .meta-text {
    font-weight: 500;
    line-height: initial;
    color: rgba(255, 255, 255, 0.7);
}

.team-member-info-wrapper .team-member-info .client-reviews {
    color: #fd6c03;
}

.team-member-info-wrapper .te-social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 20px;
}

    .team-member-info-wrapper .te-social-profile a {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        background-color: #fd6c03;
        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;
        font-size: 14px;
        color: #ffffff;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

        .team-member-info-wrapper .te-social-profile a:hover {
            color: #fd6c03;
            background-color: #ffffff;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

.blog-grid-area {
    padding-top: 140px;
    padding-bottom: 144px;
}

@media (max-width: 991px) {
    .blog-grid-area {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .blog-grid-area {
        padding: 70px 0;
    }
}

.blog-load-btn {
    padding: 20px 35px;
    background: #fd6c03;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .blog-load-btn {
        margin-top: 0;
    }
}

.blog-load-btn:hover {
    background-color: #fd6c03;
    color: #ffffff;
}

.footer {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

    .footer .te-footer-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

        .footer .te-footer-bg img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .footer .footer-bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .footer .te-footer-sec {
        position: relative;
        padding-top: 80px;
        padding-bottom: 80px;
    }

        .footer .te-footer-sec::before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            height: 2px;
            opacity: 0.5;
            width: 100%;
            background-color: #444444;
        }

    .footer .footer-nav-widget {
        padding: 0 90px;
    }

@media (max-width: 991px) {
    .footer .footer-nav-widget {
        padding: 0 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer .footer-nav-widget {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer .footer-nav-widget {
        padding: 0 30px;
    }
}

.te-footer-widget-title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: initial;
    color: #ffffff;
    position: relative;
    margin-bottom: 35px;
    font-weight: 700;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-footer-widget.te_widget_nav_menu, .te-footer-widget.widget_nav_menu {
        padding-left: 0;
    }
}

.te-footer-widget ul {
    padding-left: 0;
}

.te-footer-widget .te-subscribe-form-widget .single-field input {
    border-radius: 0;
}

.te-footer-widget.widget-latest-posts-footer {
    margin-top: -5px;
}

@media (max-width: 767px) {
    .brand-slider-area .te-section-title .short-title {
        font-size: 23px !important;
    }
    .products-detail .portfolio-column-in-three .portfolio-item {
        margin-bottom: 70px;
    }

    .products-detail .portfolio-item .content-wrapper .content {
        padding: 12px 10px !important;
    }

    .project-details .image {
        height: 255px !important;
    }

    .show-products .page-heading h3 {
        line-height: 24px !important;
        font-size: 22px !important;
    }

    .home .portfolio-item {
        height: 460px !important;
    }

    .home .portfolio-slider.style-2 .slick-list .custom-width {
        width: 100vw !important;
    }

    .slider-area .te-single-slider .te-slider-container {
        top: 32%;
    }

    .slider-area .te-single-slider {
        height: 60vh;
    }

    .frame {
        margin: 0 36px !important;
    }

    .slider-area .te-single-slider .te-slider-container .te-slider-column {
        width: 90%;
    }

    .te-slider-content {
        width: 100% !important;
    }

    .te-post-card .image .te-post-date {
        bottom: 62px !important;
    }

    .te-post-card .content-wrapper {
        margin-top: -88px;
    }

    .te-team-card .te-content-wrapper .content .title {
        font-size: 16px !important;
    }

    .col-lg-12.urun3d iframe {
        height: 352px !important;
    }

    .products-detail .modal .modal-lg iframe {
        height: 437px !important;
    }

    .tab-pane .title {
        font-size: 33px;
    }

    .aboutus .custom-table ul {
        margin-bottom: 0 !important
    }

    .custom-table td {
        padding: 0px 23px !important;
    }

    .custom-table tr {
        padding-bottom: 50px;
    }

    .aboutus .custom-table tbody tr td:nth-child(2) {
        border-right: none !important;
    }

    .aboutus .custom-table th {
        width: 100% !important;
        border-right: none !important;
    }

    .aboutus .custom-table td {
        width: 100% !important;
        border-right: none !important;
    }

    .te-post-card .content a.read-btn {
        font-size: 11px;
    }

    .te-post-card .image .te-post-date span {
        font-size: 12px !important;
    }

    .te-post-card .content .title {
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .te-post-card.style-1 .image {
        height: 249px !important;
    }

    .portfolio-item .content-wrapper .content .title {
        font-size: 18px !important;
        line-height: 20px !important;
    }

    .te-company-foundation-wrapper {
        padding: 25px 25px !important;
    }

    .te-post-item .te-post-title {
        font-size: 22px !important;
        line-height: 27px !important;
    }

    .blog-area {
        padding-top: 80px !important;
    }

    .te-team-card .te-content-wrapper .content .title {
        font-size: 16px;
    }

    .te-team-card .te-content-wrapper .content {
        padding: 19px;
    }

    .project-details-page {
        margin-bottom: 60px;
    }

    .portfolio-item .content-wrapper .content {
        padding: 23px 23px !important;
    }

    .te-copyright-text p {
        text-align: center;
    }

    .menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .te-post-card .image .te-post-date {
        padding: 14px 10px;
    }

        .te-post-card .image .te-post-date span {
            font-size: 14px;
        }

    .te-post-card .content .title {
        font-size: 16px;
        line-height: 18px;
    }

    .latest-posts-area .te-section-content {
        width: 100% !important;
    }

    .te-footer-widget.zoom-instagram-widget {
        margin-bottom: 0;
        margin-top: -10px;
    }

    .te-about-image-card .about-image-card-shape-two {
        z-index: 0;
    }

    .about-image-right-column {
        z-index: 0;
    }
}

@media (max-width: 767px) {
    .te-footer-widget.widget_contact_info_widget {
        margin-bottom: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .te-footer-widget .widget-instagram-feed {
        width: 170px;
    }
}

@media (max-width: 1199px) {
    .te-footer-widget .te-footer-widget-info {
        padding-right: 0;
    }
}

.te-footer-widget .te-footer-widget-info p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}

.te-footer-widget .te-footer-widget-info .te-footer-logo {
    margin-bottom: 30px;
    display: inline-block;
    margin-top: -8px;
}

.te-footer-widget .te-footer-widget-info .info-form-and-social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

    .te-footer-widget .te-footer-widget-info .info-form-and-social-icon .te-social-profile {
        margin-top: 0;
    }

.te-footer-widget .te-footer-widget-info .te-social-profile {
    gap: 20px;
    margin-top: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .te-footer-widget .te-footer-widget-info .info-form-and-social-icon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 30px;
    }
}

.te-footer-widget.te_widget_nav_menu ul, .te-footer-widget.widget_nav_menu ul {
    margin-top: -5px;
    padding-left: 0;
    margin-bottom: 0;
}

.te-footer-widget.te_widget_nav_menu li, .te-footer-widget.widget_nav_menu li {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
}

    .te-footer-widget.te_widget_nav_menu li:last-child, .te-footer-widget.widget_nav_menu li:last-child {
        padding-top: 0;
        padding-bottom: 0;
    }

    .te-footer-widget.te_widget_nav_menu li a, .te-footer-widget.widget_nav_menu li a {
        color: #fff;
        text-transform: capitalize;
        font-size: 18px;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
    }

        .te-footer-widget.te_widget_nav_menu li a:hover, .te-footer-widget.widget_nav_menu li a:hover {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            color: #fd6c03;
        }

.te-footer-widget .te-footer-widget-contact p {
    color: rgba(255, 255, 255, 0.7);
}

.te-footer-widget .te-footer-widget-contact .footer-contact ul {
    list-style: none;
}

    .te-footer-widget .te-footer-widget-contact .footer-contact ul li {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 24px;
        gap: 10px;
    }

        .te-footer-widget .te-footer-widget-contact .footer-contact ul li:first-child {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .te-footer-widget .te-footer-widget-contact .footer-contact ul li:first-child .contact-icon {
                margin-top: 5px;
            }

        .te-footer-widget .te-footer-widget-contact .footer-contact ul li:last-child {
            margin-bottom: 0;
        }

        .te-footer-widget .te-footer-widget-contact .footer-contact ul li .contact-icon {
            color: #fd6c03;
            float: left;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

        .te-footer-widget .te-footer-widget-contact .footer-contact ul li .contact-text {
            color: rgba(255, 255, 255, 0.7);
            font-size: 18px;
            line-height: 24px;
            overflow: hidden;
        }

            .te-footer-widget .te-footer-widget-contact .footer-contact ul li .contact-text a:hover span {
                color: #fd6c03;
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

            .te-footer-widget .te-footer-widget-contact .footer-contact ul li .contact-text span,
            .te-footer-widget .te-footer-widget-contact .footer-contact ul li .contact-text p,
            .te-footer-widget .te-footer-widget-contact .footer-contact ul li .contact-text a {
                color: rgba(255, 255, 255, 0.7);
                font-size: 18px;
                line-height: 24px;
                display: inline-block;
                width: 100%;
                margin-bottom: 0;
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

.te-footer-widget .te_widget_latest_post ul li {
    margin-bottom: 10px;
}

    .te-footer-widget .te_widget_latest_post ul li .te-latest-post-thumb {
        width: 88px;
        height: 70px;
        overflow: hidden;
    }

    .te-footer-widget .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title {
        margin-bottom: 0;
        font-size: 18px;
        line-height: initial;
        color: #ffffff;
        font-weight: 700;
    }

        .te-footer-widget .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title a {
            font-size: 18px;
            line-height: initial;
            color: #ffffff;
            font-weight: 700;
            position: relative;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

            .te-footer-widget .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title a:hover {
                color: #fd6c03;
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

    .te-footer-widget .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-meta {
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 500;
        gap: 8px;
        color: #fd6c03;
    }

.te-footer-bottom-menu ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .te-footer-bottom-menu ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.te-footer-bottom-menu ul li a {
    font-size: 18px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .te-footer-bottom-menu ul li a:hover {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #fd6c03;
    }

.footer-bottom-area {
    padding: 30px 0;
}

    .footer-bottom-area .te-footer-bottom-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        gap: 10px 40px;
        justify-content: center;
    }

.te-copyright-text p {
    color: #555555 !important;
    font-family: "Poppins", sans-serif;
}


.footer-bottom-area .te-copyright-text p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

    .footer-bottom-area .te-copyright-text p a {
        color: rgba(255, 255, 255, 0.7);
        font-weight: 500;
    }

        .footer-bottom-area .te-copyright-text p a:hover {
            color: #fd6c03;
        }

.footer-bottom-area .credit-text p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
}

.footer-bottom-area .credit-text a {
    color: #fd6c03;
}

.te-footer-widget .te-subscribe-form-wrapper {
    color: rgba(255, 255, 255, 0.7);
}

.te-footer-widget .te-subscribe-form-widget.style-1 .submit-btn span {
    display: none;
}

.te-footer-widget .te-subscribe-form-widget .mc4wp-form-fields {
    gap: 0;
}

.te-subscribe-form-widget {
    position: relative;
}

    .te-subscribe-form-widget .mc4wp-form-fields {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: transparent;
        overflow: hidden;
        gap: 10px;
    }

@media only screen and (min-width: 0px) and (max-width: 575px) {
    .te-subscribe-form-widget .mc4wp-form-fields {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.te-subscribe-form-widget .single-field {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .te-subscribe-form-widget .single-field input {
        color: rgba(255, 255, 255, 0.7);
        height: 60px;
        padding: 0 30px;
        font-size: 18px;
        width: 100%;
        background-color: #ffffff1a;
    }

    .te-subscribe-form-widget .single-field *::-webkit-input-placeholder {
        color: #778196;
    }

    .te-subscribe-form-widget .single-field *:-ms-input-placeholder {
        color: #778196;
    }

    .te-subscribe-form-widget .single-field *::-ms-input-placeholder {
        color: #778196;
    }

    .te-subscribe-form-widget .single-field *::placeholder {
        color: #778196;
    }

.te-subscribe-form-widget .submit-btn {
    background-color: #fd6c03;
    color: #ffffff;
    cursor: pointer;
    padding: 15px 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.6px;
    white-space: nowrap;
}

.te-subscribe-form-widget .mc4wp-response {
    position: relative;
    top: 15px;
}

    .te-subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-error p, .te-subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-success p, .te-subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-notice p {
        color: #fff;
        position: relative;
    }

.te-footer-social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 66px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.3);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 60px;
}

    .te-footer-social-wrapper .te-footer-logo {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .te-footer-social-wrapper .te-social-widget {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .te-footer-social-wrapper .te-social-widget span {
            color: rgba(255, 255, 255, 0.7);
            font-size: 20px;
            font-weight: 500;
        }

.te-social-profile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}

    .te-social-profile a {
        color: #fff;
        font-size: 18px;
        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;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .te-social-profile a:hover {
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            color: #fd6c03;
        }

.footer.style-2 {
    background-color: #111111;
}

    .footer.style-2 .te-footer-sec {
        border-bottom: 1px solid rgba(225, 225, 225, 0.3);
        padding-top: 80px;
        border-bottom: 0;
    }

        .footer.style-2 .te-footer-sec .footer-bottom-border {
            width: 100%;
            height: 1px;
            border-bottom: 1px solid #e7edf433;
        }

        .footer.style-2 .te-footer-sec .te-footer-widget-wrapper::before {
            display: none;
        }

        .footer.style-2 .te-footer-sec .te-social-profile {
            margin-top: 0;
            gap: 15px;
        }

            .footer.style-2 .te-footer-sec .te-social-profile a {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                gap: 15px;
            }

                .footer.style-2 .te-footer-sec .te-social-profile a:first-child::before {
                    display: none;
                }

                .footer.style-2 .te-footer-sec .te-social-profile a::before {
                    content: "";
                    height: 10px;
                    background-color: #ffffff;
                    opacity: 0.2;
                    width: 1px;
                }

        .footer.style-2 .te-footer-sec .te-footer-widget .te-footer-widget-newsletter {
            padding: 40px 120px 40px 80px;
            border-radius: 20px;
            border: 1px solid rgba(124, 123, 123, 0.3);
            background: linear-gradient(110deg, rgba(40, 40, 40, 0.29) -0.9%, rgba(77, 77, 77, 0.21) 101.13%);
            -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
            -webkit-backdrop-filter: blur(6.5px);
            backdrop-filter: blur(6.5px);
            position: relative;
            overflow: hidden;
        }

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .footer.style-2 .te-footer-sec .te-footer-widget .te-footer-widget-newsletter {
        padding: 30px;
    }
}

.footer.style-2 .te-footer-sec .te-footer-widget .te-footer-widget-newsletter .circle-drop-shadow {
    border-radius: 613px;
    opacity: 0.5;
    background-color: #fd6c03;
    -webkit-filter: blur(244.7105865479px);
    filter: blur(244.7105865479px);
    top: -100%;
    right: -100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer.style-2 .te-footer-sec .te-footer-widget .te-footer-widget-newsletter .te-subscribe-form-widget .mc4wp-form-fields {
    gap: 20px;
}

.footer.style-2 .te-footer-sec .te-footer-widget .te-footer-widget-newsletter .te-subscribe-form-widget .single-field input {
    border-radius: 50px;
    background-color: transparent;
    border: 2px solid #303030;
}

.footer.style-2 .te-footer-sec .te-footer-widget .te-footer-widget-newsletter .te-subscribe-form-widget .submit-btn {
    border-radius: 50px;
}

.active a {
    color: #fd6c03 !important;
}

.lang {
    display: flex;
    width: 72px;
    background-color: #111111;
    height: 55px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .lang a {
        display: flex;
        text-transform: uppercase;
        width: 56px !important;
        font-weight: 600;
        width: 72px;
        background-color: #111111;
        height: 55px;
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        color: #ffffff;
        font-size: 18px;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        font-family: "Poppins", sans-serif;
    }

        .lang a:nth-child(2) {
            margin-right: 25px;
        }

        .lang a:hover {
            color: #fd6c03 !important;
        }

.link_active {
    color: #fd6c03 !important;
}

.header-area {
    position: absolute;
    background: transparent;
    width: 100%;
}

.te-search-btn {
    margin-right: 27px;
}

.about-us-area .gy-4 {
    padding: 0px 0;
}

.te-section-desc p {
    font-size: 16px;
}

.portfolio-slider-area {
    margin-top: 50px;
}

.home .about-us-area {
    margin-top: 100px;
    margin-bottom: 150px;
}

.about-us-area {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 90px 0;
}

    .about-us-area .te-section-desc p {
        font-size: 15px;
        font-weight: 300;
    }

    .about-us-area .align-self-center {
        padding-left: 0px;
    }

.aboutus .about-us-area .align-self-center {
    padding-left: 0px;
}

.te-footer-widget-wrapper:nth-child(1) .te-footer-widget {
    display: flex;
    align-items: center;
    justify-content: center;
}

.te-footer-widget.te_widget_nav_menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.te-footer-widget-wrapper:nth-child(2) {
    margin-top: 20px;
}

.te-social-profile {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.home .content-info .sub-title {
    color: #fff
}

.content-info .sub-title {
    color: #818181;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.testimonial-slider-area {
    background-image: url("/images/background.jpg")
}

.testimonial-slider-border .te-section-desc p {
    color: #ababab;
    line-height: 1.4;
}

.short-desc p {
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
    color: #fff;
}

.about-us-card p {
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 300;
}

.post-date {
    position: absolute;
    top: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 16px 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #ffffff;
    background-color: #fd6c03;
    border: 1px solid #fd6c03;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: hidden;
    text-transform: uppercase;
}

.latest-posts-area .te-section-content {
    width: 38%;
}

.altmenu:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    visibility: hidden;
    font-size: 0;
    visibility: visible;
    font-size: 13px;
}

.aboutus .header-area, .products .header-area, .products-detail .header-area, .gallery .header-area, .gallery-detail .header-area, .news .header-area, .news-detail .header-area, .contact .header-area {
    position: relative !important;
    background: #060606;
}

.aboutus .te-header-menu-area, .products .te-header-menu-area, .products-detail .te-header-menu-area, .gallery .te-header-menu-area, .gallery-detail .te-header-menu-area, .news .te-header-menu-area, .contact .te-header-menu-area, .news-detail .te-header-menu-area {
    position: relative;
}

.brand-slider-area {
    padding: 75px 0;
    background: #fff;
}

    .brand-slider-area .te-section-title .short-title {
        font-size: 27px;
        letter-spacing: 0;
        font-weight: 700;
    }

.flex {
    width: 57%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
}

.no-padding .image {
    margin-bottom: 40px;
}

.products-detail .portfolio-item .portfolio-img img {
    aspect-ratio: 0;
}

.products-detail .portfolio-item .content-wrapper .content .title {
    line-height: 23px;
}

.flex h3 {
    font-size: 37px !important;
    line-height: 50px !important;
}

.col-lg-4 p {
    font-weight: 300 !important;
    line-height: 1.3;
}

.cta-card .col-lg-4 {
    margin-top: 130px;
}

.te-sticky_menu {
    position: fixed !important
}

.products-menu li a {
    font-size: 15px !important;
    line-height: 17px !important;
    letter-spacing: 0 !important;
}

.products-menu li a {
    padding: 10px 12px !important;
}

.products .te-header-btn .te-icon, .products .lang a, .aboutus .te-header-btn .te-icon, .aboutus .lang a, .products-detail, .gallery .lang a, .gallery-detail .lang a, .news-detail .lang a, .news .lang a, .products-detail .lang a, .contact .lang a, .products-detail .te-header-btn .te-icon, .gallery .te-header-btn .te-icon, .gallery-detail .te-header-btn .te-icon, .news .te-header-btn .te-icon, .news-detail .te-header-btn .te-icon, .contact .te-header-btn .te-icon {
    background: #060606
}

.content-wrapper .content-info {
    display: flex;
    flex-direction: column;
}

.products-detail .content strong {
    color: #fff
}

.meta-text h4 {
    font-size: 23px;
    font-weight: 600;
}

.home .title p {
    all: unset;
    line-height: 1.3;
}

.content li, .content p {
    font-weight: 400;
    color: #ababab;
    margin: 0 0 7px;
}

.meta-text li::marker {
    all: unset !important
}

.no-padding {
    padding: 0 !important
}


.portfolio-gallery-wrapper {
    padding: 0;
}

.portfolio-area .te-section-title {
    margin-bottom: 32px;
}

.portfolio-area {
    margin-bottom: 130px;
}

.meta-text ul {
    list-style: none;
    padding-left: 0;
}

.urun3d {
    padding: 0 7px;
    position: static;
    margin: 0;
}

.click {
    width: 65%;
    display: block !important;
    position: relative;
    top: 50px;
    height: 50px;
    cursor: pointer !important;
    background: transparent;
    border: none !important;
}

.urun3d iframe {
    height: 540px;
    width: 65%;
}

.click:hover {
    background: transparent !important;
    border: none !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    outline: 0;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.modal-header {
    padding: 0 15px;
    border-bottom: 0px solid #e9ecef;
}

.modal-body {
    padding: 0 15px;
}

.modal-lg iframe {
    width: 100%;
    height: 870px;
}

.modal-dialog {
    margin: 0 30px auto;
}

.modal-content {
    background: transparent;
}

.modal-lg {
    max-width: 100%;
}

#viewer img {
    width: 100%
}

.urun3d img {
    width: auto !important
}

.vrcontainer {
    width: auto;
}


a:hover, button:hover {
    color: #fd6c03;
}

.news .latest-posts-area {
    padding-top: 120px;
}

.fa-check {
    color: #fd6c03;
}

.alert {
    display: flex;
    flex-direction: column;
}

.custom-tabs {
    width: 100%;
}

    .custom-tabs .nav-tabs {
        border-bottom: 1px solid #fff;
        gap: 5px;
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
    }

        .custom-tabs .nav-tabs .nav-link {
            position: relative;
            border: 0;
            border-radius: 0;
            background: transparent;
            color: #fff;
            font-size: 20px;
            font-weight: 500;
            padding: 15px 40px;
            transition: all 0.3s ease;
        }

            .custom-tabs .nav-tabs .nav-link:hover {
                color: #fd6c03;
                border: 0;
            }

            .custom-tabs .nav-tabs .nav-link.active {
                color: #fd6c03;
                background: transparent;
                border: 0;
            }

                .custom-tabs .nav-tabs .nav-link.active::after {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: -1px;
                    width: 100%;
                    height: 3px;
                    background: #fd6c03;
                }

    .custom-tabs .tab-content {
        padding: 55px 0px 80px 0px;
    }

    .custom-tabs .tab-pane h4 {
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: 600;
    }

    .custom-tabs .tab-pane p {
        color: #666;
        line-height: 1.7;
    }

.te-section-desc p, .te-section-desc strong {
    color: #fff !important
}

.aboutus .te-section-title {
    margin-bottom: 12px;
}

.custom-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

    .custom-table tr {
        border-bottom: 1px solid #e5e5e5;
    }

        .custom-table tr:last-child {
            border-bottom: none;
        }

    .custom-table th {
        width: 33%;
        padding: 30px 20px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        border-left: none !important;
        border-top: none !important;
        border-bottom: none !important;
        border-right: 1px solid #e5e5e5 !important;
        vertical-align: middle !important;
    }

    .custom-table tbody tr td:nth-child(2) {
        border-left: none !important;
        border-top: none !important;
        border-bottom: none !important;
        border-right: 1px solid #e5e5e5 !important;
    }

    .custom-table td {
        width: 33%;
        padding: 16px 50px;
        color: #fff;
        font-size: 14px;
        text-align: left;
        border: none !important;
    }


@media (max-width: 576px) {
    .products-detail .portfolio-area {
        padding: 0 30px;
    }

    .show-products.active {
        right: 0 !important;
    }

    .show-products {
        width: 100% !important;
        right: -100% !important;
    }

    .portfolio-column-in-three {
        grid-template-columns: 1fr !important;
    }

    .home .portfolio-item {
        height: 360px !important;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
        font-size: 17px !important;
        line-height: 17px !important;
    }

    .te-theme-btn {
        padding: 6px 14px;
    }

    .slider-area .te-single-slider .te-slider-container .te-slider-column {
        width: 99%;
    }

    .te-theme-btn {
        font-size: 11px
    }

    .products-detail .no-padding {
        margin-left: 2px;
    }

    .products-detail .modal .modal-lg iframe {
        height: 332px !important;
    }

    .header-3 img {
        width: 80%;
        max-width: 184px;
    }

    .te-section-title .title {
        font-size: 27px;
        line-height: 34px;
    }

    .about-feature-area {
        margin: 20px 0 130px 0 !important;
    }

    .home .latest-posts-area .te-section-title .title {
        line-height: 24px !important;
        font-size: 22px !important;
    }

    .portfolio-item {
        height: 419px;
    }

    .te-post-content p {
        line-height: 21px;
    }

    .te-post-item .te-post-title {
        font-size: 20px !important;
        line-height: 21px !important;
    }

    .news .latest-posts-area {
        padding-top: 70px !important;
    }

    .gallery-detail .team-page.te-py-120 .container {
        padding: 0 50px;
    }

    .team-page.te-py-120 .container {
        padding: 0 100px
    }

    .portfolio-column-in-three {
        grid-template-columns: auto;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-desc {
        font-size: 14px;
        line-height: 17&px;
    }

    .latest-posts-area .container {
        padding: 0 80px;
    }

    .te-theme-btn {
        letter-spacing: 0px !important
    }


    .custom-table th,
    .custom-table td {
        padding: 12px 10px;
        font-size: 13px;
    }

    .custom-table th {
        width: 33%;
    }

    .te-company-foundation-wrapper {
        padding: 25px 25px;
        right: -24px;
    }

    .te-about-image-card .about-image-card-shape-two {
        bottom: 60px;
    }

    .portfolio-item .content-wrapper .content {
        padding: 40px 30px;
    }

    .video-slider-area .container {
        width: 100% !important;
        padding: 0px 70px;
    }

    .video-slider-item {
        height: 486px;
    }
}

@media (max-width:500px) {
    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-title {
        margin-bottom: 5px;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-btn-wrapper {
        margin-bottom: 4px;
    }

    .slider-area .te-single-slider .te-slider-container {
        top: 26%;
    }

    .gallery-detail .col-6 {
        padding: 0 5px;
    }

    .col-lg-12.urun3d iframe {
        height: 320px !important;
    }

    .products-detail .modal .modal-lg iframe {
        height: 290px !important;
    }

    .home .short-desc p {
        font-size: 16px;
        line-height: 17px;
    }

    .video-slider-card .video-content .title {
        font-size: 16px;
    }

    .home .content-info .sub-title {
        font-size: 16px;
        line-height: 1.3;
    }

    .home .portfolio-item .content-wrapper .content .title {
        font-size: 16px !important;
        line-height: 17px !important;
    }

    .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title a {
        font-size: 16px !important;
    }

    .te_widget_latest_post ul li .te-latest-post-desc .te-latest-post-title a {
        line-height: 21px;
    }

    .te-blog-details-wrapper .te-post-item .te-post-thumbnail {
        margin-bottom: 30px;
    }

    .blog-area {
        padding-top: 65px !important;
    }

    .team-page.te-py-120 .container {
        padding: 0 70px;
    }

    .project-details .content .text .title {
        font-size: 28px;
        line-height: 28px;
    }

    .breadcrumb-list ul li a {
        font-size: 16px !important;
    }

    .breadcrumb-list .active {
        font-size: 16px !important;
    }

    .tab-pane .flex {
        padding-top: 27px;
        align-content: flex-start !important;
    }



    .custom-table td {
        width: 100%;
    }


    .custom-table tbody tr td:nth-child(2) {
        border: none !important;
    }

    .custom-table td {
        padding: 0px 10px !important;
    }

    .latest-posts-area .container {
        padding: 0 50px;
    }

    .home .latest-posts-area .te-section-title .title {
        line-height: 27px !important;
        font-size: 24px !important;
    }

    .home .about-us-area {
        margin-top: 60px !important;
    }

    .te-company-foundation-wrapper .te-company-foundation .title {
        font-size: 24px !important;
    }

    .te-company-foundation-wrapper .te-company-foundation .counter {
        font-size: 24px !important;
    }

    .te-company-foundation-wrapper .icon {
        width: 78%;
    }

    .te-company-foundation-wrapper .te-company-foundation .sub-title {
        letter-spacing: 1px;
    }

    .te-company-foundation-wrapper {
        top: 20px;
    }
}

@media (max-width:420px) {
    .client-logo-wrapper .client-logo img {
        max-width: 120px;
    }
    .brand-slider-area .te-section-title .short-title {
        font-size: 19px !important;
    }
    .project-details .content .text .title {
        font-size: 25px;
        line-height: 26px;
    }

    .project-details .image {
        height: 198px !important;
    }

    .show-products .page-heading h3 {
        font-size: 18px !important;
    }

    .products .portfolio-item .content-wrapper .content .title {
        font-size: 14px !important;
        line-height: 17px !important;
    }

    .video-slider-area {
        padding: 0px 0 60px 0px;
    }

    .home .content-info .sub-title {
        font-size: 12px !important;
        line-height: 13px !important;
    }

    .home .portfolio-item .content-wrapper .content .title {
        font-size: 12px !important;
    }

    .home .portfolio-item {
        height: 300px !important;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-title {
        margin-bottom: 5px;
    }

    .slider-area .te-single-slider .te-slider-content-wrapper .te-slider-content .te-slider-short-desc {
        font-size: 15px;
        line-height: 17px;
    }

    .products-detail .modal .modal-lg iframe {
        height: 245px !important;
    }

    .aboutus .te-section-title .title {
        font-size: 22px;
        line-height: 21px;
    }

    .home .latest-posts-area .te-section-title .title {
        line-height: 22px !important;
        font-size: 19px !important;
    }

    .home .about-us-card p {
        line-height: 1.3;
    }

    .video-slider-card .video-content .title {
        font-size: 14px;
    }

    .home .short-desc p {
        font-size: 14px;
        line-height: 15px;
    }

    .home .content-info .sub-title {
        font-size: 13px;
    }

    .home .portfolio-item .content-wrapper .content .title {
        font-size: 14px !important;
    }

    .te-about-image-card {
        padding-right: 10px;
    }

    .te-post-card .content a.read-btn {
        font-size: 11px;
    }

    .te-post-card .content {
        padding: 30px 14px 20px 14px;
    }

        .te-post-card .content .title {
            font-size: 13px !important;
            line-height: 16px !important;
        }

    .te-post-card .image .te-post-date span {
        font-size: 11px;
    }

    .te-post-card.style-1 .image {
        height: 320px;
    }

    .team-page .col-6 {
        padding: 0 8px;
    }

    .gallery-detail .team-page.te-py-120 .container {
        padding: 0 33px;
    }

    .gallery-detail .te-py-120 {
        padding: 50px 0;
    }

    .project-details-page .urun3d iframe {
        height: 280px !important;
    }

    .page-breadcrumb-area {
        padding-top: 55px !important;
    }

    .page-breadcrumb-area {
        padding: 50px 0;
    }

    .content-info .sub-title {
        font-size: 14px;
    }

    .portfolio-item .content-wrapper .content .title {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .te-about-info-card .te-about-info-content {
        gap: 15px;
    }

    .breadcrumb-list ul li a {
        font-size: 15px;
    }

    .breadcrumb-list .active {
        font-size: 15px;
    }

    .page-heading h3, .page-heading .page-title {
        font-size: 28px;
    }

    .tab-pane .order-2 h2 {
        font-size: 25px !important;
        margin-bottom: 13px !important;
    }

    .te-section-title .title {
        font-size: 27px;
        line-height: 29px;
    }

    .custom-tabs .nav-tabs .nav-link {
        font-size: 18px;
        padding: 15px 10px;
    }

    .lang a:nth-child(2) {
        margin-right: 8px;
    }

    .lang a {
        width: 46px !important;
    }

    .te-mobile-menu-bar {
        right: 121px;
    }

    .short-desc p {
        line-height: 19px;
    }

    .home .te-section-title .title {
        line-height: 23px !important;
        font-size: 21px !important;
    }

    .video-content-inner {
        position: relative;
        top: 26px;
    }

    .video-slider-item {
        height: 420px;
    }
}

.tab-pane .flex {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: space-around;
}

.flex img {
    margin-bottom: 30px;
}

.flex span {
    font-size: 18px;
    line-height: initial;
    font-weight: 500;
}

.custom-table td {
    vertical-align: middle !important;
}

.tab-pane .order-2 {
    margin-top: 120px;
    margin-bottom: 70px;
}

    .tab-pane .order-2 h2 {
        font-size: 42px;
        margin-bottom: 50px
    }

.aboutus .te-section-content {
    gap: 6px;
}

.arka .col-lg-2 {
    display: inline-block;
    max-width: 100%;
    width: 93%;
    background: #ffffff;
    height: 243px;
}

.arka .col-lg-2 {
    padding: 13px 11px;
    margin-right: 9px;
    border-top-left-radius: 12%;
    border-top-right-radius: 12%;
}

.header-3 {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #1c1c1c;
    line-height: 1.3;
    margin-bottom: 25px;
    text-align: center;
    justify-content: center;
}


.degerler .icerik {
    background-image: none;
    padding: 0;
}

.hakkimizda p {
    margin-bottom: 14px;
    color: #1c1c1c;
}

.icerik p {
    color: #1c1c1c !important;
    line-height: 1.2 !important;
    font-size: 17px
}

.arka {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 50px;
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

    .arka .flex-center:nth-child(2n+1) .col-lg-2 {
        background-color: #dee9f5
    }

    .arka .flex-center:nth-child(2n) .col-lg-2 {
        background-color: #eae9dd
    }

.icerik ul li {
    color: #1c1c1c;
}

.tab-pane .title {
    margin-bottom: 50px;
}

#content-2 .col-lg-12 {
    display: flex;
    justify-content: center;
}

#content-1 .title {
    margin-bottom: 5px;
}

#content-1 .order-2 .title {
    margin-bottom: 60px;
}

.te-sticky_menu .lang a {
    background: #060606;
}

.home .testimonial-slider-border .te-section-desc p {
    color: #aaaaaa !important;
    font-weight: 300;
}

.home .about-us-card p {
    margin: 0 0 0px;
}

.home .te-section-title .title {
    line-height: 57px;
    font-size: 39px;
    margin-bottom: 20px;
}

.home .latest-posts-area .te-section-title {
    margin-bottom: 50px;
}

.te-about-info-card {
    padding-left: 55px
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.active ul li a {
    color: #fff !important
}

    .active ul li a:hover {
        color: #fd6c03 !important
    }

.wrap-group {
    margin-bottom: 40px;
}

    .wrap-group a {
        margin: 5px;
    }

.home .te-section-desc p {
    color: #ababab !important;
}

.home .te-section-title .short-title-wrapper {
    margin-bottom: 15px;
}

.home .header-area .te-sticky-header.te-sticky_menu .te-header-btn .te-icon {
    background-color: transparent !important
}

.home .te-sticky_menu .lang a {
    background-color: transparent !important
}

.home .te-sticky_menu .lang {
    background-color: transparent !important
}

.custom-width {
    cursor: pointer;
}
/*# sourceMappingURL=style.css.map */
.blackfilter {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 1;
    opacity: 0.2;
}

.te-slider-content {
    width: 60%
}

.frame {
    margin: 0 150px
}

.show-products {
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100vh;
    background: #060606;
    padding: 50px;
    overflow-y: auto;
    z-index: 9999999999999;
    transition: right 0.7s ease;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 125px;
}

    .show-products.active {
        right: 0;
    }

    .show-products .page-heading {
        width: 100%;
        position: absolute;
        padding: 25px 50px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .show-products .page-heading h3 {
            width: 100%;
            color: #fd6c03;
            line-height: 45px;
            margin-top: 16px;
            font-size: 36px;
        }

    .show-products i {
        font-size: 25px;
        color: #fd6c03;
        margin-right: 15px;
    }

.close-products {
    position: absolute;
    top: 40px;
    right: 30px;
    width: 45px;
    height: 45px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 28px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}

    .close-products i:hover {
        color: #fff;
        transition: 0.3s;
    }

.show-products a {
    color: #fff !important
}

.open:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    margin-top: -37px;
    margin-right: 12px;
    position: relative;
    float: right;
    color: #fd6c03
}

.tablo .portfolio-item {
    width: 48%;
    padding: 0 5px;
    margin-bottom: 134px;
    height: auto;
}

.tablo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    align-content: flex-start;
    justify-content: space-between;
}

    .tablo .portfolio-img img {
        object-fit: cover !important;
    }
.client-logo-slider-wrapper .sub-title {
    text-align: center;
    color: #060606;
    margin-top: 17px;
    letter-spacing: 0;
    padding: 16px 0;
    font-weight:600
}
.wrap-group input {
    margin-top: 16px;
}