/*============================================

   Theme Name: Apexa - Business Consulting HTML Template
   Author : alithemes
   Support: doanmanhhieu@gmail.com
   Description: Apexa - Business Consulting HTML Template
   Version: 1.0

==============================================*/
/* CSS Index
==============================================

    01. Theme Default CSS
    02. Header
    03. Mobile Menu
    04. Banner
    05. Slider
    06. About
    07. Services
    08. Choose
    09. Project
    10. Pricing
    11. Request
    12. Consulting
    13. Testimonial
    14. Features
    15. Marquee
    16. Fact
    17. Team
    18. Call-back
    19. Blog
    20. Contact
    21. Brand
    22. 404 Error
    23. Footer

==============================================*/
/*============================================
/*  01. Theme Default CSS
==============================================*/
@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
:root {
    --tg-body-font-family: "Sarabun", sans-serif;
    --tg-heading-font-family: "Sarabun", sans-serif;
    --tg-icon-font-family: "Font Awesome 5 Free";
    --tg-body-font-size: 16px;
    --tg-body-line-height: 1.75;
    --tg-heading-line-height: 1.2;
    --tg-body-color: #666666;
    --tg-heading-color: #000038;
    --tg-theme-primary: #000038;
    --tg-theme-primary-two: #d70006;
    --tg-theme-secondary: #29abe2;
    --tg-color-dark-blue: #0e104b;
    --tg-color-dark-blue-two: #001b31;
    --tg-color-dark-blue-three: #0f2c44;
    --tg-color-yellow-light: #ffb930;
    --tg-color-yellow-light-2: #ded9ce;
    --tg-color-white-default: #ffffff;
    --tg-color-sky-blue: #7ea7c8;
    --tg-color-sky-blue-two: #7e93a4;
    --tg-color-gray-1: #dcdcec;
    --tg-color-gray-2: #c3c3ec;
    --tg-color-gray-3: #edf6fa;
    --tg-color-gray-4: #f3f8f9;
    --tg-color-gray-5: #dde3ff;
    --tg-color-gray-6: #96a1b8;
    --tg-color-gray-7: #4c4c5b;
    --tg-color-gray-8: #a6a6a6;
    --tg-color-gray-9: #fceff0;
    --tg-color-gray-10: #f6f6f6;
    --tg-color-gray-11: #f8f8f8;
    --tg-color-gray-12: #f9f9f9;
    --tg-color-gray-13: #696969;
    --tg-color-dark: #1c1a4a;
    --tg-color-black-1: #06042e;
    --tg-color-black-2: #151515;
    --tg-color-black-3: #00002f;
    --tg-color-black-4: #2d2d2d;
    --tg-color-black-5: #000;
    --tg-border-1: #5a5a8e;
    --tg-border-2: #dce5e9;
    --tg-border-3: #b2bfc5;
    --tg-border-4: #e8eced;
    --tg-border-5: #c3c3e1;
    --tg-border-6: #e0e0e0;
    --tg-border-7: #e2e2e2;
    --tg-border-8: #dbdbdb;
    --tg-border-9: #ff755e;
    --tg-fw-extra-bold: 800;
    --tg-fw-bold: 700;
    --tg-fw-semi-bold: 600;
    --tg-fw-medium: 500;
    --tg-fw-regular: 400;
    --tg-fw-light: 300;
}

/*=============================
	Typography css start
===============================*/
body {
    font-family: var(--tg-body-font-family);
    font-size: var(--tg-body-font-size);
    font-weight: var(--tg-fw-regular);
    color: var(--tg-body-color);
    line-height: var(--tg-body-line-height);
}
.slide-overlay {
  content: "";
  position:relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27, 26, 26, 0.55);
}



img,
.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a,
button {
    color: var(--tg-theme-primary);
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

a:hover,
button:hover {
    color: var(--tg-theme-primary);
    text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-color);
    margin-top: 0px;
    /* font-weight: var(--tg-fw-bold); */
    line-height: var(--tg-heading-line-height);
    text-transform: unset;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.list-wrap {
    margin: 0px;
    padding: 0px;
}
.list-wrap li {
    list-style: none;
}

p {
    font-family: var(--tg-body-font-family);
    font-size: var(--tg-body-font-size);
    line-height: var(--tg-body-line-height);
    font-weight: var(--tg-fw-regular);
    color: var(--tg-body-color);
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid var(--tg-color-gray-1);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: var(--tg-heading-color);
    cursor: pointer;
    font-size: var(--tg-body-font-size);
    font-weight: var(--tg-fw-regular);
}

input[type="color"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

*::-moz-selection {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    text-shadow: none;
}

::-moz-selection {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    text-shadow: none;
}

::selection {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    text-shadow: none;
}

body.theme-blue {
    --tg-body-color: #4c4c5b;
}

body.theme-red {
    --tg-theme-primary: #d70006;
}

body.theme-red {
    --tg-theme-secondary: #151515;
}

body.theme-red {
    --tg-heading-color: #151515;
}

body.theme-orange {
    --tg-theme-primary: #f94627;
}

body.theme-orange {
    --tg-theme-secondary: #003865;
}

body.theme-orange {
    --tg-heading-color: #002848;
}

/*=============================
    - Input Placeholder
===============================*/
input,
textarea {
    color: var(--tg-body-color);
}

*::-moz-placeholder {
    color: var(--tg-body-color);
    font-size: var(--tg-body-font-size);
    opacity: 1;
}

*::placeholder {
    color: var(--tg-body-color);
    font-size: var(--tg-body-font-size);
    opacity: 1;
}

/*=============================
    - Common Classes
===============================*/
.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

/*=============================
    - Bootstrap Custom
=============================*/
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.gx-0 {
    --bs-gutter-x: 0;
}

.gutter-24 {
    --bs-gutter-x: 24px;
}

.gutter-20 {
    --bs-gutter-x: 20px;
}

.gutter-60 {
    --bs-gutter-x: 60px;
}
@media (max-width: 1800px) {
    .gutter-60 {
        --bs-gutter-x: 40px;
    }
}
@media (max-width: 1500px) {
    .gutter-60 {
        --bs-gutter-x: 30px;
    }
}
@media (max-width: 1199.98px) {
    .gutter-60 {
        --bs-gutter-x: 20px;
    }
}

.container {
    max-width: 1250px;
}
@media (max-width: 1500px) {
    .container {
        max-width: 1250px;
    }
}
@media (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }
}
@media (max-width: 991.98px) {
    .container {
        max-width: 720px;
    }
}
@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 540px;
    }
}

.custom-container {
    max-width: 1810px;
}
@media (max-width: 1800px) {
    .custom-container {
        max-width: 1580px;
    }
}
@media (max-width: 1500px) {
    .custom-container {
        max-width: 100%;
    }
}
@media (max-width: 1199.98px) {
    .custom-container {
        max-width: 960px;
    }
}
@media (max-width: 991.98px) {
    .custom-container {
        max-width: 720px;
    }
}
@media (max-width: 767.98px) {
    .custom-container {
        max-width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-container {
        max-width: 540px;
    }
}

.custom-container-two {
    max-width: 1640px;
}
@media (max-width: 1800px) {
    .custom-container-two {
        max-width: 1580px;
    }
}
@media (max-width: 1500px) {
    .custom-container-two {
        max-width: 100%;
    }
}
@media (max-width: 1199.98px) {
    .custom-container-two {
        max-width: 960px;
    }
}
@media (max-width: 991.98px) {
    .custom-container-two {
        max-width: 720px;
    }
}
@media (max-width: 767.98px) {
    .custom-container-two {
        max-width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-container-two {
        max-width: 540px;
    }
}

.custom-container-three {
    max-width: 1520px;
}
@media (max-width: 1800px) {
    .custom-container-three {
        max-width: 1520px;
    }
}
@media (max-width: 1500px) {
    .custom-container-three {
        max-width: 100%;
    }
}
@media (max-width: 1199.98px) {
    .custom-container-three {
        max-width: 960px;
    }
}
@media (max-width: 991.98px) {
    .custom-container-three {
        max-width: 720px;
    }
}
@media (max-width: 767.98px) {
    .custom-container-three {
        max-width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-container-three {
        max-width: 540px;
    }
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*=============================
	1. Button style
===============================*/
.tg-button-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.btn {
    user-select: none;
    -moz-user-select: none;
    background: var(--tg-theme-primary) none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    color: var(--tg-color-white-default);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 17px 28px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: var(--tg-heading-font-family);
    gap: 10px;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
}
.btn svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}
.btn svg path {
    transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}
.btn svg path:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
}
.btn svg path:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
    opacity: 0.5;
    transition-delay: 0s, 0s;
}
.btn:focus,
.btn:hover,
.btn:focus-visible {
    color: var(--tg-color-white-default);
    background: var(--tg-theme-secondary);
}
.btn:focus svg path:nth-of-type(1),
.btn:hover svg path:nth-of-type(1),
.btn:focus-visible svg path:nth-of-type(1) {
    transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
    opacity: 0;
    transition-delay: 0s, 0s;
}
.btn:focus svg path:nth-of-type(2),
.btn:hover svg path:nth-of-type(2),
.btn:focus-visible svg path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
}
.btn-two {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
    border: 1px solid var(--tg-border-5);
    padding: 16px 27px;
}
.btn-two:focus,
.btn-two:focus-visible,
.btn-two:hover {
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}
.btn-three {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
}
.btn-three:hover {
    background: var(--tg-color-black-2);
    color: var(--tg-color-white-default);
}
.btn.red-btn {
    background: var(--tg-theme-primary);
}
.btn.red-btn:hover {
    background: var(--tg-color-black-2);
}

.border-btn {
    border: 1px solid var(--tg-border-5);
    background: transparent;
    color: var(--tg-color-white-default);
    padding: 16px 27px;
}
.border-btn:hover {
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
}

.border-btn-two {
    border: 1px solid var(--tg-border-8);
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
    padding: 16px 27px;
}
.border-btn-two:hover {
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.white-btn {
    background: var(--tg-theme-secondary);
    color: var(--tg-theme-primary);
}
.white-btn:focus-visible,
.white-btn:hover {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
}

/*=============================
    00. Keyframe Animation
===============================*/
@-webkit-keyframes hoverShine {
    100% {
        left: 125%;
    }
}
@keyframes hoverShine {
    100% {
        left: 125%;
    }
}
.alltuchtopdown {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}
@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}
.rightToLeft {
    -webkit-animation-name: rightToLeft;
    animation-name: rightToLeft;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rightToLeft {
    0% {
        transform: translateX(-30px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-30px);
    }
}
.ribbonRotate {
    -webkit-animation-name: ribbonRotate;
    animation-name: ribbonRotate;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes ribbonRotate {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25%,
    75% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.rotateme-two {
    -webkit-animation-name: rotateme-two;
    animation-name: rotateme-two;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme-two {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotateme-two {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}
@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@keyframes animate-positive {
    0% {
        width: 0;
    }
}
/*=============================
    00. Preloader
===============================*/
#preloader {
    background-color: var(--tg-color-white-default);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999;
}

.tg-preloader-block {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
}

.tg-spinner-eff {
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-animation: taRotation 12.8s steps(1) 0s infinite;
    animation: taRotation 12.8s steps(1) 0s infinite;
}

.tg-spinner-eff .tg-bar {
    position: absolute;
    background-color: var(--tg-theme-primary);
}

.tg-spinner-eff .tg-bar-top {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    -webkit-animation: bar-top 3.2s linear 0s infinite;
    animation: bar-top 3.2s linear 0s infinite;
}

.tg-spinner-eff .tg-bar-right {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: left top;
    transform: scale(1, 0);
    -webkit-animation: bar-right 3.2s linear 0s infinite;
    animation: bar-right 3.2s linear 0s infinite;
}

.tg-spinner-eff .tg-bar-bottom {
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    -webkit-animation: bar-bottom 3.2s linear 0s infinite;
    animation: bar-bottom 3.2s linear 0s infinite;
}

.tg-spinner-eff .tg-bar-left {
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: scale(1, 0);
    -webkit-animation: bar-left 3.2s linear 0s infinite;
    animation: bar-left 3.2s linear 0s infinite;
}

@keyframes taRotation {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes bar-top {
    0% {
        transform: scale(0, 1);
    }
    12.5% {
        transform: scale(1, 1);
    }
    87.5% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(0, 1);
    }
}
@keyframes bar-right {
    0% {
        transform: scale(1, 0);
    }
    12.5% {
        transform: scale(1, 0);
    }
    25% {
        transform: scale(1, 1);
    }
    75% {
        transform: scale(1, 1);
    }
    87.5% {
        transform: scale(1, 0);
    }
    100% {
        transform: scale(1, 0);
    }
}
@keyframes bar-bottom {
    0% {
        transform: scale(0, 1);
    }
    25% {
        transform: scale(0, 1);
    }
    37.5% {
        transform: scale(1, 1);
    }
    62.5% {
        transform: scale(1, 1);
    }
    75% {
        transform: scale(0, 1);
    }
    100% {
        transform: scale(0, 1);
    }
}
@keyframes bar-left {
    0% {
        transform: scale(1, 0);
    }
    37.5% {
        transform: scale(1, 0);
    }
    50% {
        transform: scale(1, 1);
    }
    62.5% {
        transform: scale(1, 0);
    }
    100% {
        transform: scale(1, 0);
    }
}
/*=============================
    - Background color
===============================*/
.grey-bg {
    background: var(--tg-color-gray-10);
    position: relative;
    z-index: 1;
}

.white-bg {
    background: var(--tg-color-white-default);
}

.black-bg {
    background: var(--tg-color-black-1);
}

/*=============================
	04. OffCanvas
===============================*/
.offCanvas__info {
    background: var(--tg-color-white-default) none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    width: 340px;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.offCanvas__info.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.offCanvas__info::-webkit-scrollbar {
    width: 0px;
}
.offCanvas__close-icon {
    margin-top: -16px;
    text-align: right;
}
.offCanvas__close-icon button {
    background: transparent;
    border: 0 none;
    color: var(--tg-theme-primary);
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}
.offCanvas__close-icon-two button {
    color: var(--tg-theme-primary);
}
.offCanvas__close-icon-two button:hover {
    color: var(--tg-color-black-2);
}
.offCanvas__logo img {
    max-height: 45px;
}
.offCanvas__side-info {
    border-top: 1px solid var(--tg-theme-primary);
    padding-top: 25px;
}
.offCanvas__side-info .contact-list h4 {
    color: var(--tg-heading-color);
    font-weight: 700;
    font-size: 18px;
}
.offCanvas__side-info .contact-list p {
    color: var(--tg-body-color);
    margin: 0;
    margin-bottom: 2px;
    line-height: 26px;
}
.offCanvas__side-info-two {
    border-color: var(--tg-theme-primary);
}
.offCanvas__social-icon a {
    color: var(--tg-theme-primary);
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}
.offCanvas__social-icon a:hover {
    color: var(--tg-theme-secondary);
}
.offCanvas__social-icon-two a {
    color: var(--tg-theme-primary);
}
.offCanvas__social-icon-two a:hover {
    color: var(--tg-color-black-2);
}
.offCanvas__overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.offCanvas__overly.active {
    opacity: 0.7;
    visibility: visible;
}

/*=============================
	04. Search
===============================*/
.search__popup {
    padding-top: 70px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--tg-color-white-default);
    backdrop-filter: blur(10px);
    z-index: 99;
    -webkit-transform: translateY(calc(-100% - 80px));
    -moz-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    -o-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition-delay: 0.5s;
}
.search__popup.search-opened {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0s;
    z-index: 99999999;
}
.search__popup.search-opened .search__input {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}
.search__popup.search-opened .search__input::after {
    width: 100%;
    transition-delay: 0.5s;
}
.search__input {
    position: relative;
    height: 80px;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transition-delay: 0.5s;
    opacity: 0;
}
.search__input::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: var(--tg-theme-secondary);
    transition-delay: 0.3s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.search__input input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 24px;
    color: var(--tg-heading-color);
    border-bottom: 1px solid transparent;
    padding: 0;
    padding-right: 30px;
}
.search__input input::placeholder {
    font-size: 24px;
}
.search__input button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--tg-theme-secondary);
    border: none;
    padding: 0 0;
    background: transparent;
}
.search__input-two::after {
    background: var(--tg-theme-primary);
}
.search__input-two button {
    color: var(--tg-theme-primary);
}
.search__close {
    position: absolute;
    top: 10%;
    right: 2%;
    z-index: 2;
}
.search-close-btn {
    margin: 0;
    padding: 0;
    border: none;
    color: var(--tg-theme-secondary);
    cursor: pointer;
    background: transparent;
}
.search-close-btn-two {
    color: var(--tg-theme-primary);
}
.search-popup-overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transition-delay: 0.5s;
    opacity: 0;
    visibility: hidden;
    background: #000d25;
}
.search-popup-overlay.search-popup-overlay-open {
    opacity: 0.55;
    visibility: visible;
    transition-delay: 0s;
}

.search-input-field ~ .search-focus-border {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--tg-theme-primary);
    transition: all 0.5s;
}
.search-input-field:focus ~ .search-focus-border {
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.5s;
}

/*=========================
04. Breadcrumb
===========================*/
.breadcrumb__bg {
    background-size: cover;
    background-position: center;
    padding: 105px 0 105px;
    position: relative;
    z-index: 1;
}
@media (max-width: 1500px) {
    .breadcrumb__bg {
        padding: 90px 0 90px;
    }
}
@media (max-width: 991.98px) {
    .breadcrumb__bg {
        padding: 85px 0 90px;
    }
}
.breadcrumb__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000 0%, #000 100%);
    z-index: -1;
    opacity: 0.2;
}
.breadcrumb__bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    mix-blend-mode: luminosity;
    z-index: -1;
}
.breadcrumb__content .title {
    margin-bottom: 15px;
    font-size: 48px;
    color: var(--tg-color-white-default);
}
@media (max-width: 1500px) {
    .breadcrumb__content .title {
        font-size: 45px;
    }
}
@media (max-width: 991.98px) {
    .breadcrumb__content .title {
        font-size: 42px;
    }
}
@media (max-width: 767.98px) {
    .breadcrumb__content .title {
        font-size: 38px;
    }
}
.breadcrumb__content .breadcrumb {
    margin-bottom: 0;
    gap: 10px;
}
.breadcrumb__content .breadcrumb span {
    font-size: 16px;
    color: var(--tg-theme-primary);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}
.breadcrumb__content .breadcrumb span a {
    color: var(--tg-color-gray-8);
}
.breadcrumb__content .breadcrumb span a:hover {
    color: var(--tg-theme-primary);
}
.breadcrumb__content .breadcrumb span i {
    color: var(--tg-color-gray-8);
    font-weight: 700;
    line-height: 0;
}

/*=============================
    00. Scroll Top
===============================*/
.scroll__top {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 99;
    color: var(--tg-color-white-default);
    text-align: center;
    cursor: pointer;
    background: var(--tg-theme-primary);
    transition: 1s ease;
    border: none;
}
@media (max-width: 1199.98px) {
    .scroll__top {
        right: 25px;
        bottom: 25px;
    }
}
@media (max-width: 991.98px) {
    .scroll__top {
        right: 30px;
    }
}
@media (max-width: 767.98px) {
    .scroll__top {
        right: 15px;
        width: 30px;
        height: 30px;
    }
}
.scroll__top.open {
    bottom: 30px;
}
@media (max-width: 767.98px) {
    .scroll__top.open {
        bottom: 15px;
    }
}
.scroll__top::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll__top:hover {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}
.scroll__top-two {
    background: var(--tg-theme-primary);
}
.scroll__top-two:hover {
    background: var(--tg-color-black-2);
}

/*=============================
	00. Section Title
===============================*/
.section__title .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--tg-theme-primary);
    margin-bottom: 8px;
}
.section__title .title {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 800;
    text-transform: capitalize;
}
@media (max-width: 1199.98px) {
    .section__title .title {
        font-size: 36px;
    }
}
@media (max-width: 767.98px) {
    .section__title .title {
        font-size: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title .title {
        font-size: 34px;
    }
}
@media (max-width: 991.98px) {
    .section__title .title br {
        display: none;
    }
}
.section__title p {
    margin-bottom: 0;
    margin-top: 20px;
}
@media (max-width: 767.98px) {
    .section__title p br {
        display: none;
    }
}
.section__title.white-title .sub-title {
    color: var(--tg-color-white-default);
}
.section__title.white-title .title {
    color: var(--tg-color-white-default);
}
.section__title-two .sub-title {
    color: var(--tg-theme-primary);
}
.section__title-two .title {
    color: var(--tg-color-black-2);
}

.section__content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.55;
}
.section__content.white-content p {
    color: var(--tg-color-white-default);
}

/*=============================
	03. Mobile Menu
===============================*/
.tgmobile__search {
    padding: 0 20px 25px 25px;
}
.tgmobile__search form {
    position: relative;
}
.tgmobile__search input {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 45px 10px 20px;
    font-size: 15px;
    height: 45px;
    background: var(--tg-color-gray-3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: var(--tg-heading-color);
}
.tgmobile__search input::placeholder {
    font-size: 15px;
    color: var(--tg-color-gray-6);
}
.tgmobile__search button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    padding: 0;
    right: 20px;
    line-height: 1;
    background: transparent;
    color: var(--tg-heading-color);
}
.tgmobile__menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 99;
    border-radius: 0px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) e;
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%);
}
.tgmobile__menu .navbar-collapse {
    display: block !important;
}
.tgmobile__menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}
.tgmobile__menu .nav-logo img {
    width: 150px;
}
.tgmobile__menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}
.tgmobile__menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation li.active > a {
    color: var(--tg-theme-primary);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 20px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: var(--tg-heading-color);
    background: var(--tg-color-gray-3);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    border-radius: 10px;
    width: 12px;
    height: 2px;
    background-color: var(--tg-color-dark);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    border-radius: 10px;
    width: 2px;
    height: 12px;
    background-color: var(--tg-color-dark);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
    background-color: var(--tg-theme-primary);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
    background-color: var(--tg-color-white-default);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
    display: none;
}
.tgmobile__menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 10px 60px 10px 25px;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-heading-color);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.tgmobile__menu .navigation li > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 2px;
    background: var(--tg-theme-primary);
    pointer-events: none;
}
.tgmobile__menu .navigation li ul li > a {
    margin-left: 20px;
}
.tgmobile__menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.tgmobile__menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.tgmobile__menu .navigation li > ul {
    display: none;
}
.tgmobile__menu .navigation li > ul > li > ul {
    display: none;
}
.tgmobile__menu .navigation ul {
    padding: 0;
    margin: 0;
}
.tgmobile__menu .navigation ul li a {
    display: block;
}
.tgmobile__menu .navigation ul li ul li > a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}
.tgmobile__menu .navigation:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation > li > ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation > li.active > a::before {
    height: 100%;
}
.tgmobile__menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 14px;
    color: var(--tg-theme-primary);
    cursor: pointer;
    padding: 8px;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tgmobile__menu .close-btn i[class^="flaticon-"]:before {
    font-weight: var(--tg-fw-bold) !important;
}
.tgmobile__menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
}
.tgmobile__menu .social-links ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.tgmobile__menu .social-links ul li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}
.tgmobile__menu .social-links ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--tg-body-color);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #efefef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.tgmobile__menu .social-links ul li a:hover {
    border-color: var(--tg-theme-primary);
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
.tgmobile__menu .tgmenu__action {
    padding: 0 0;
    margin: 0 0;
}
.tgmobile__menu .tgmenu__action > ul {
    margin: 0 0;
    padding: 30px 20px 0;
    justify-content: center;
    gap: 0 15px;
}
.tgmobile__menu .tgmenu__action > ul li {
    margin: 0 0;
}
.tgmobile__menu .tgmenu__action > ul .header-btn {
    display: block;
}
.tgmobile__menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--tg-color-white-default);
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}
.tgmobile__menu-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: var(--tg-color-white-default);
    margin-right: 30px;
    top: 15px;
}

.mobile-menu-visible {
    overflow: hidden;
}
.mobile-menu-visible .tgmobile__menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu-visible .tgmobile__menu-backdrop {
    opacity: 1;
    visibility: visible;
}
.mobile-menu-visible .tgmobile__menu .close-btn {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/*=============================
    16. Fact
===============================*/
.counter__area-two {
    background: var(--tg-theme-secondary);
}
.counter__bg {
    background-size: cover;
    background-position: center;
    background-color: var(--tg-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter__wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        gap: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter__wrap-two {
        display: block;
    }
}
.counter__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 60px;
}
@media (max-width: 767.98px) {
    .counter__item {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter__item {
        margin-bottom: 0;
    }
}
.counter__item:last-child {
    margin-bottom: 0;
}
.counter__item-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: center;
}
.counter__item-three {
    margin-bottom: 30px;
}
.counter__item-three:last-child {
    margin-bottom: 0;
}
.counter__item-four {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.counter__item-wrap {
    background: var(--tg-theme-primary);
    position: relative;
    padding: 100px 0 70px 70px;
    z-index: 2;
}
@media (max-width: 1199.98px) {
    .counter__item-wrap {
        padding: 100px 0 70px 30px;
    }
}
@media (max-width: 767.98px) {
    .counter__item-wrap {
        padding: 80px 0 50px 0;
    }
}
.counter__item-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background: var(--tg-theme-primary);
    z-index: -1;
}
.counter__icon {
    font-size: 70px;
    line-height: 0;
    color: #29abe2;
}
@media (max-width: 1199.98px) {
    .counter__icon {
        font-size: 55px;
    }
}
.counter__icon-two {
    font-size: 80px;
    line-height: 0;
    color: var(--tg-color-white-default);
}
@media (max-width: 1199.98px) {
    .counter__icon-two {
        font-size: 55px;
    }
}
.counter__icon-three {
    color: var(--tg-theme-primary);
}
.counter__icon-four {
    color: var(--tg-color-white-default);
}
.counter__content .count {
    margin-bottom: 5px;
    font-size: 36px;
    color: var(--tg-color-white-default);
    line-height: 1;
}
@media (max-width: 767.98px) {
    .counter__content .count {
        font-size: 32px;
    }
}
.counter__content > p {
    margin-bottom: 0;
    font-size: 17px;
    color: var(--tg-color-white-default);
}
.counter__content-two .count {
    color: var(--tg-color-gray-9);
    margin-bottom: 10px;
    font-size: 60px;
    font-weight: 800;
    line-height: 0.8;
}
@media (max-width: 1500px) {
    .counter__content-two .count {
        font-size: 50px;
    }
}
@media (max-width: 1199.98px) {
    .counter__content-two .count {
        font-size: 40px;
    }
}
.counter__content-two > p {
    color: var(--tg-color-gray-9);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}
.counter__content-three .count {
    color: var(--tg-color-black-2);
}
.counter__content-three p {
    color: var(--tg-body-color);
}

/*=============================
	02. Header
===============================*/
.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
}

.tg-header__top {
    background: var(--tg-heading-color);
    padding: 10px 25px;
}
@media (max-width: 767.98px) {
    .tg-header__top {
        display: none;
    }
}
.tg-header__top-two {
    background: transparent;
    border-bottom: 1px solid var(--tg-border-7);
}
.tg-header__top-three {
    background: var(--tg-color-black-2);
    padding: 11px 0;
}
.tg-header__top-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 35px;
}
@media (max-width: 1199.98px) {
    .tg-header__top-info {
        justify-content: center;
        margin-bottom: 8px;
    }
}
@media (max-width: 991.98px) {
    .tg-header__top-info {
        margin-bottom: 0;
    }
}
.tg-header__top-info li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--tg-color-gray-1);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    line-height: 1.4;
}
.tg-header__top-info li::before {
    content: "";
    position: absolute;
    right: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background: var(--tg-border-1);
}
.tg-header__top-info li:last-child::before {
    display: none;
}
.tg-header__top-info li i {
    color: var(--tg-theme-secondary);
    font-size: 18px;
    line-height: 0;
}
.tg-header__top-info li a {
    color: var(--tg-color-gray-1);
}
.tg-header__top-info li a:hover {
    color: var(--tg-color-white-default);
}
.tg-header__top-info-two li {
    color: var(--tg-color-gray-7);
}
.tg-header__top-info-two li::before {
    background: var(--tg-border-7);
}
.tg-header__top-info-two li a {
    color: var(--tg-color-gray-7);
}
.tg-header__top-info-two li a:hover {
    color: var(--tg-theme-primary);
}
.tg-header__top-info-two li i {
    color: var(--tg-theme-primary);
}
.tg-header__top-info-three li {
    color: var(--tg-color-gray-8);
}
.tg-header__top-info-three li::before {
    background: var(--tg-body-color);
}
.tg-header__top-info-three li a {
    color: var(--tg-color-gray-8);
}
.tg-header__top-info-three li a:hover {
    color: var(--tg-color-white-default);
}
.tg-header__top-info-three li i {
    color: var(--tg-color-white-default);
}
.tg-header__top-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}
@media (max-width: 1199.98px) {
    .tg-header__top-right {
        justify-content: center;
    }
}
@media (max-width: 991.98px) {
    .tg-header__top-right {
        display: none;
    }
}
.tg-header__top-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 40px;
}
.tg-header__top-menu li {
    position: relative;
    line-height: 1.4;
}
.tg-header__top-menu li::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background: var(--tg-border-1);
}
.tg-header__top-menu li a {
    font-size: 14px;
    color: var(--tg-color-gray-1);
    font-weight: 500;
    text-transform: capitalize;
}
.tg-header__top-menu li a:hover {
    color: var(--tg-color-white-default);
}
.tg-header__top-menu-two li::before {
    background: var(--tg-border-7);
}
.tg-header__top-menu-two li a {
    color: var(--tg-color-gray-7);
}
.tg-header__top-menu-two li a:hover {
    color: var(--tg-theme-primary);
}
.tg-header__top-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px;
}
.tg-header__top-social > span {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-gray-1);
}
.tg-header__top-social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
}
.tg-header__top-social .list-wrap li a {
    font-size: 15px;
    color: var(--tg-border-2);
}
.tg-header__top-social .list-wrap li a i {
    font-size: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.tg-header__top-social .list-wrap li a:hover {
    color: var(--tg-theme-secondary);
}
.tg-header__top-social-two span {
    color: var(--tg-color-gray-7);
}
.tg-header__top-social-two .list-wrap li a {
    color: var(--tg-color-gray-7);
}
.tg-header__top-social-two .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}
.tg-header__top-social-three span {
    color: var(--tg-color-gray-8);
}
.tg-header__top-social-three .list-wrap li a {
    color: var(--tg-color-white-default);
}
.tg-header__top-social-three .list-wrap li a:hover {
    color: var(--tg-color-gray-8);
}
.tg-header__inner-wrap {
    display: flex;
    align-items: center;
}
.tg-header__logo-wrap {
    width: 12.5%;
    flex: 0 0 auto;
    text-align: center;
}
@media (max-width: 1199.98px) {
    .tg-header__logo-wrap {
        display: none;
    }
}
.tg-header__right-side {
    flex-grow: 1;
    border-left: 1px solid var(--tg-color-gray-5);
}
.tg-header__area {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
}
.tg-header__area-two {
    padding: 0 25px;
}
@media (max-width: 767.98px) {
    .tg-header__area-two {
        padding: 0 0;
    }
}
@media (max-width: 1199.98px) {
    .tg-header__area-two .tgmenu__wrap {
        padding-right: 0;
    }
}
@media (max-width: 767.98px) {
    .tg-header__area-two .tgmenu__wrap {
        padding: 20px 30px;
    }
}
.tg-header__area-two .tgmenu__navbar-wrap > ul > li:hover > a,
.tg-header__area-two .tgmenu__navbar-wrap > ul > li.active > a {
    color: var(--tg-theme-primary);
}
.tg-header__area-two .tgmenu__navbar-wrap > ul > li:hover > a::after,
.tg-header__area-two .tgmenu__navbar-wrap > ul > li.active > a::after {
    color: var(--tg-theme-primary);
}
.tg-header__area-two .tgmenu__navbar-wrap > ul > li > .sub-menu li:hover > a,
.tg-header__area-two .tgmenu__navbar-wrap > ul > li > .sub-menu li.active > a {
    color: var(--tg-theme-primary);
}
.tg-header__area-three {
    background: transparent;
    box-shadow: none;
}
.tg-header__area-three .tgmenu__wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199.98px) {
    .tg-header__area-three .tgmenu__wrap {
        padding: 17px 0;
    }
}
.tg-header__area-three .tgmenu__navbar-wrap > ul {
    margin: 0 0 0 70px;
}
.tg-header__area-three .tgmenu__navbar-wrap > ul > li > a {
    color: var(--tg-color-white-default);
}
.tg-header__area-three .tgmenu__navbar-wrap > ul > li > a::after {
    color: var(--tg-color-white-default);
}
.tg-header__area-three .tgmenu__navbar-wrap > ul > li.active > a,
.tg-header__area-three .tgmenu__navbar-wrap > ul > li:hover > a {
    color: var(--tg-theme-primary);
}
.tg-header__area-three .tgmenu__navbar-wrap > ul > li.active > a::after,
.tg-header__area-three .tgmenu__navbar-wrap > ul > li:hover > a::after {
    color: var(--tg-theme-primary);
}
.tg-header__area-three .tgmenu__navbar-wrap > ul > li .sub-menu > li:hover > a {
    color: var(--tg-theme-primary);
}
.tg-header__area-three .tgmenu__navbar-wrap > ul > li .sub-menu > li.active > a {
    color: var(--tg-theme-primary);
}
.tg-header__area-three.sticky-menu .logo {
    display: none;
}
.tg-header__area-three.sticky-menu .logo.d-none {
    display: flex !important;
}
.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap > ul > li > a {
    color: var(--tg-color-black-2);
}
.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap > ul > li > a::after {
    color: var(--tg-color-black-2);
}
.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap > ul > li > a:hover {
    color: var(--tg-theme-primary);
}
.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap > ul > li > a:hover::after {
    color: var(--tg-theme-primary);
}
.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap > ul > li.active > a {
    color: var(--tg-theme-primary);
}
.tg-header__area-three.sticky-menu .tgmenu__navbar-wrap > ul > li.active > a::after {
    color: var(--tg-theme-primary);
}
.tg-header__area-three.sticky-menu .header-contact-two .icon {
    border: 2px solid var(--tg-border-7);
    color: var(--tg-color-black-2);
}
.tg-header__area-three.sticky-menu .header-contact-two .content span {
    color: var(--tg-color-gray-8);
}
.tg-header__area-three.sticky-menu .header-contact-two .content a {
    color: var(--tg-color-black-2);
}
.tg-header__area-three.sticky-menu .header-contact-two .content a:hover {
    color: var(--tg-theme-primary);
}
.tg-header__area-three.sticky-menu .header-btn .btn {
    background: var(--tg-color-black-2);
    color: var(--tg-color-white-default);
}
.tg-header__area-three.sticky-menu .mobile-nav-toggler-two {
    color: var(--tg-theme-primary);
}
.tg-header__area-four {
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #1e5683;
}
.tg-header__area-four .logo a {
    background: var(--tg-color-white-default);
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0 37px;
}
@media (max-width: 1199.98px) {
    .tg-header__area-four .logo a {
        padding: 17px 37px;
    }
}
@media (max-width: 767.98px) {
    .tg-header__area-four .logo a {
        padding: 17px 24px;
    }
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li > a {
    color: var(--tg-color-white-default);
    padding: 42px 14px;
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li > a::after {
    color: var(--tg-color-white-default);
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li > a:hover {
    color: var(--tg-theme-primary);
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li > a:hover::after {
    color: var(--tg-theme-primary);
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li:hover > a,
.tg-header__area-four .tgmenu__navbar-wrap > ul > li.active > a {
    color: var(--tg-theme-primary);
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li:hover > a::after,
.tg-header__area-four .tgmenu__navbar-wrap > ul > li.active > a::after {
    color: var(--tg-theme-primary);
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li .sub-menu > li:hover > a {
    color: var(--tg-theme-primary);
}
.tg-header__area-four .tgmenu__navbar-wrap > ul > li .sub-menu > li.active > a {
    color: var(--tg-theme-primary);
}
@media (max-width: 1199.98px) {
    .tg-header__area-four .tgmenu__wrap {
        padding-right: 0;
    }
}
@media (max-width: 767.98px) {
    .tg-header__area-four .tgmenu__wrap {
        padding: 0;
    }
}
.tg-header__area-four.sticky-menu {
    border: none;
}
.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap > ul > li > a {
    color: var(--tg-color-black-2);
}
.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap > ul > li > a::after {
    color: var(--tg-color-black-2);
}
.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap > ul > li > a:hover {
    color: var(--tg-theme-primary);
}
.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap > ul > li > a:hover::after {
    color: var(--tg-theme-primary);
}
.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap > ul > li.active > a {
    color: var(--tg-theme-primary);
}
.tg-header__area-four.sticky-menu .tgmenu__navbar-wrap > ul > li.active > a::after {
    color: var(--tg-theme-primary);
}
.tg-header__area-four.sticky-menu .header-contact-two .icon {
    border: 2px solid var(--tg-border-7);
    color: var(--tg-theme-secondary);
}
.tg-header__area-four.sticky-menu .header-contact-two .content span {
    color: var(--tg-color-gray-8);
}
.tg-header__area-four.sticky-menu .header-contact-two .content a {
    color: var(--tg-color-black-2);
}
.tg-header__area-four.sticky-menu .header-contact-two .content a:hover {
    color: var(--tg-theme-primary);
}
.tg-header__area-four.sticky-menu .mobile-nav-toggler-two {
    color: var(--tg-theme-primary);
}
.tg-header__area .mobile-nav-toggler {
    position: relative;
    float: right;
    cursor: pointer;
    line-height: 1;
    color: var(--tg-color-gray-2);
    display: none;
    font-size: 30px;
    line-height: 0;
    color: var(--tg-theme-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199.98px) {
    .tg-header__area .mobile-nav-toggler {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: 0 0 auto;
        align-items: center;
    }
}
.tg-header__area .mobile-nav-toggler-two {
    color: var(--tg-color-white-default);
}
.tg-header__area .mobile-nav-toggler-two:hover {
    color: var(--tg-theme-primary);
}

.tgmenu__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
@media (max-width: 1199.98px) {
    .tgmenu__wrap {
        padding-right: 25px;
    }
}
@media (max-width: 767.98px) {
    .tgmenu__wrap {
        justify-content: space-between;
        padding: 20px 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tgmenu__wrap {
        padding: 20px 30px;
    }
}
.tgmenu__wrap .logo {
    max-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.tgmenu__wrap .logo img {
    max-height: 40px;
}
.tgmenu__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media (max-width: 991.98px) {
    .tgmenu__nav {
        justify-content: space-between;
    }
}
.tgmenu__nav-left-side {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.tgmenu__nav-left-side .logo {
    margin-left: 25px;
}
@media (max-width: 767.98px) {
    .tgmenu__nav-left-side .logo {
        margin: 0;
    }
}
.tgmenu__navbar-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-grow: 1;
}
.tgmenu__navbar-wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 auto;
}
.tgmenu__navbar-wrap ul > li {
    list-style: none;
    display: block;
    position: relative;
}
@media (max-width: 1199.98px) {
    .tgmenu__navbar-wrap ul > li {
        margin-right: 15px;
    }
}
.tgmenu__navbar-wrap ul > li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--tg-heading-color);
    padding: 32px 14px;
    display: flex;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-family: var(--tg-heading-font-family);
}
.tgmenu__navbar-wrap ul > li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid #f5f5f5;
    background: var(--tg-color-white-default);
    margin: 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}
.tgmenu__navbar-wrap ul > li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
}
.tgmenu__navbar-wrap ul > li .sub-menu > li {
    margin-left: 0;
    text-align: left;
    display: block;
}
.tgmenu__navbar-wrap ul > li .sub-menu > li a {
    padding: 8px 15px 8px 25px;
    line-height: 1.4;
    display: block;
    color: var(--tg-heading-color);
    text-transform: capitalize;
}
.tgmenu__navbar-wrap ul > li .sub-menu > li:hover > a,
.tgmenu__navbar-wrap ul > li .sub-menu > li.active > a {
    color: var(--tg-theme-secondary);
}
.tgmenu__navbar-wrap ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.tgmenu__navbar-wrap > ul > li.active a,
.tgmenu__navbar-wrap > ul > li:hover a {
    color: var(--tg-theme-secondary);
}
.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
    display: none;
}
.tgmenu__main-menu li.menu-item-has-children > a::after {
    content: "\f126";
    font-weight: 700;
    font-family: flaticon;
    color: #686677;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1;
    transform: translateY(2px);
    font-size: 14px;
}
.tgmenu__main-menu li.menu-item-has-children > a:hover {
    color: var(--tg-theme-secondary);
}
.tgmenu__main-menu li.menu-item-has-children:hover > a::after {
    color: var(--tg-theme-secondary);
}
.tgmenu__main-menu li.menu-item-has-children.active > a::after {
    color: var(--tg-theme-secondary);
}
.tgmenu__main-menu li.menu-item-has-children > .sub-menu .menu-item-has-children > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tgmenu__main-menu li.menu-item-has-children > .sub-menu .menu-item-has-children > a::after {
    content: "\f126";
    font-weight: 700;
    font-family: flaticon;
    color: #686677;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1;
    transform: translateY(2px);
    font-size: 14px;
}
.tgmenu__main-menu li.menu-item-has-children > .sub-menu .menu-item-has-children.active a::after,
.tgmenu__main-menu li.menu-item-has-children > .sub-menu .menu-item-has-children:hover a::after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: var(--tg-theme-primary);
}
.tgmenu__action {
    margin-right: 25px;
}
@media (max-width: 1199.98px) {
    .tgmenu__action {
        margin-right: 25px;
        margin-left: auto;
    }
}
.tgmenu__action ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.tgmenu__action ul li {
    position: relative;
    margin-left: 30px;
}
@media (max-width: 1199.98px) {
    .tgmenu__action ul li {
        margin-left: 20px;
    }
}
.tgmenu__action ul li a {
    color: var(--tg-theme-secondary);
    font-size: 14px;
}
.tgmenu__action ul li:first-child {
    margin-left: 0;
}
.tgmenu__action ul .header-search {
    line-height: 0;
    margin-right: 15px;
}
.tgmenu__action ul .header-search a {
    font-size: 24px;
    line-height: 0;
    color: var(--tg-body-color);
    position: relative;
}
.tgmenu__action ul .header-search a::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background: var(--tg-border-3);
}
.tgmenu__action ul .header-search a:hover {
    color: var(--tg-theme-secondary);
}
.tgmenu__action ul .header-contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}
.tgmenu__action ul .header-contact .icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-gray-3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    flex: 0 0 auto;
    color: var(--tg-theme-primary);
    line-height: 0;
    font-size: 20px;
}
.tgmenu__action ul .header-contact .content span {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-body-color);
    margin-bottom: 8px;
}
.tgmenu__action ul .header-contact .content a {
    display: block;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: var(--tg-heading-color);
}
.tgmenu__action ul .header-contact .content a:hover {
    color: var(--tg-theme-secondary);
}
.tgmenu__action ul .header-contact-two .icon {
    width: 38px;
    height: 38px;
    background: transparent;
    border: 2px solid var(--tg-color-white-default);
    color: var(--tg-color-white-default);
    font-size: 16px;
}
.tgmenu__action ul .header-contact-two .content span {
    color: var(--tg-color-white-default);
}
.tgmenu__action ul .header-contact-two .content a {
    color: var(--tg-color-white-default);
}
.tgmenu__action ul .header-contact-two .content a:hover {
    color: var(--tg-color-white-default);
}
.tgmenu__action ul .header-btn {
    margin-left: 25px;
}
@media (max-width: 1199.98px) {
    .tgmenu__action ul .header-btn {
        display: none;
    }
}
.tgmenu__action ul .header-btn .btn {
    color: var(--tg-color-white-default);
    font-size: 15px;
    gap: 10px;
    padding: 15px 23px;
    background: var(--tg-theme-secondary);
    text-transform: uppercase;
}
.tgmenu__action ul .header-btn .btn i {
    line-height: 0;
    font-size: 18px;
    transform: translateY(1px);
}
.tgmenu__action ul .header-btn .btn::after {
    display: none;
}
.tgmenu__action ul .header-btn .btn:hover {
    background: var(--tg-theme-primary);
}
.tgmenu__action-two {
    margin-right: 0;
}
.tgmenu__action-two > .list-wrap {
    height: 100%;
    align-items: normal;
}
@media (max-width: 1199.98px) {
    .tgmenu__action-two > .list-wrap {
        margin-left: 40px;
    }
}
.tgmenu__action-two > .list-wrap li {
    margin-left: 0;
}
.tgmenu__action-two > .list-wrap li.header-search {
    margin-right: 20px;
}
@media (max-width: 1199.98px) {
    .tgmenu__action-two > .list-wrap li.header-search {
        min-height: 80px;
    }
}
.tgmenu__action-two > .list-wrap li.header-search a {
    width: 80px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tg-border-7);
    border-top: none;
    border-bottom: none;
    color: var(--tg-color-black-2);
}
.tgmenu__action-two > .list-wrap li.header-search a::before {
    display: none;
}
.tgmenu__action-two > .list-wrap li.header-search a:hover {
    color: var(--tg-theme-primary);
}
.tgmenu__action-two > .list-wrap li.header-btn {
    height: 100%;
    display: flex;
    align-items: center;
}
.tgmenu__action-two > .list-wrap li.header-btn .btn {
    background: var(--tg-theme-primary);
}
.tgmenu__action-two > .list-wrap li.header-btn .btn:hover {
    background: var(--tg-color-black-2);
}
.tgmenu__action-two > .list-wrap li:last-child {
    margin-left: 25px;
}
.tgmenu__action-three {
    margin-right: 0;
}
@media (max-width: 1199.98px) {
    .tgmenu__action-three {
        margin-right: 25px;
    }
}
.tgmenu__action-three > ul li.header-btn {
    height: 100%;
    display: flex;
    align-items: center;
}
.tgmenu__action-three > ul li.header-btn .btn {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
    font-size: 14px;
    padding: 15px 23px 16px;
}
.tgmenu__action-three > ul li.header-btn .btn svg {
    width: 12px;
    height: auto;
    transform: translateY(0.5px);
}
.tgmenu__action-three > ul li.header-btn .btn:hover {
    background: var(--tg-color-black-2);
    color: var(--tg-color-white-default);
}
.tgmenu__action-four {
    margin-right: 0;
}
@media (max-width: 1199.98px) {
    .tgmenu__action-four {
        margin-right: 25px;
    }
}
.tgmenu__action-four > ul li.header-btn .btn {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
.tgmenu__action-four > ul li.header-btn .btn:hover {
    background: var(--tg-theme-secondary);
}

.sticky-menu {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 99;
    background: var(--tg-color-white-default);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
    opacity: 0;
}
.sticky-menu.sticky-menu__show {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    opacity: 1;
}

#header-fixed-height.active-height {
    display: block;
    height: 90px;
}

.offcanvas-toggle {
    border-right: 1px solid var(--tg-border-2);
    width: 80px;
}
@media (max-width: 767.98px) {
    .offcanvas-toggle {
        display: none;
    }
}
.offcanvas-toggle a {
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--tg-body-color);
}
.offcanvas-toggle a:hover {
    color: var(--tg-theme-secondary);
}
.offcanvas-toggle-two {
    height: 100%;
    border-right: none;
    border-left: 1px solid var(--tg-border-2);
    width: auto;
    padding-left: 25px;
}
@media (max-width: 1199.98px) {
    .offcanvas-toggle-two {
        display: none;
    }
}
.offcanvas-toggle-two a {
    padding: 0;
    color: var(--tg-color-black-2) !important;
}
.offcanvas-toggle-two a:hover {
    color: var(--tg-theme-primary) !important;
}

/*=============================
	02. banner
===============================*/
.banner__bg {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 60px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    min-height: 625px;
}
@media (max-width: 1500px) {
    .banner__bg {
        min-height: 560px;
        padding: 40px 0 0;
    }
}
@media (max-width: 1199.98px) {
    .banner__bg {
        min-height: 500px;
    }
}
.banner__bg-two {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    min-height: 740px;
    padding: 220px 0 100px;
}
@media (max-width: 1199.98px) {
    .banner__bg-two {
        min-height: 560px;
        padding: 140px 0 100px;
    }
}
@media (max-width: 991.98px) {
    .banner__bg-two {
        min-height: 550px;
        padding: 145px 0 120px;
    }
}
.banner__content {
    padding: 100px 0 160px;
}
@media (max-width: 1199.98px) {
    .banner__content {
        padding: 60px 0 100px;
    }
}
@media (max-width: 991.98px) {
    .banner__content {
        padding: 40px 0 50px;
        text-align: center;
    }
}
@media (max-width: 991.98px) {
    .banner__content .title {
      font-size: 10px;
    }
}
.banner__content .sub-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color:#29abe2;
    display: block;
    margin-bottom: 5px;
}
.banner__content .title {
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 1.1;
}
.banner__content p {
    margin-bottom: 25px;
    font-weight: 500;
    text-transform: capitalize;
    width: 85%;
}
@media (max-width: 1199.98px) {
    .banner__content p {
        width: 100%;
    }
}
.banner__content-two {
    margin-top: 40px;
}
@media (max-width: 991.98px) {
    .banner__content-two {
        margin-top: 0;
        text-align: center;
        margin-bottom: 50px;
    }
}
.banner__content-two .title {
    color: var(--tg-color-white-default);
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media (max-width: 1500px) {
    .banner__content-two .title {
        font-size: 55px;
    }
}
@media (max-width: 1199.98px) {
    .banner__content-two .title {
        font-size: 38px;
    }
}
@media (max-width: 991.98px) {
    .banner__content-two .title {
        font-size: 42px;
    }
}
@media (max-width: 767.98px) {
    .banner__content-two .title {
        font-size: 38px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__content-two .title {
        font-size: 42px;
    }
}
.banner__content-two .title img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid var(--tg-color-white-default);
    width: 180px;
    height: 55px;
    object-fit: cover;
    transform: translateY(-6px);
}
.banner__content-two p {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #c8dcec;
    line-height: 1.55;
}
.banner__img {
    margin-left: -70px;
}
@media (max-width: 1199.98px) {
    .banner__img {
        margin-left: 0;
    }
}
@media (max-width: 991.98px) {
    .banner__img {
        text-align: center;
    }
}
@media (max-width: 1500px) {
    .banner__img img {
        max-width: 550px;
    }
}
@media (max-width: 1199.98px) {
    .banner__img img {
        max-width: 100%;
    }
}
@media (max-width: 991.98px) {
    .banner__img img {
        max-width: 500px;
    }
}
@media (max-width: 767.98px) {
    .banner__img img {
        max-width: 100%;
    }
}
.banner__img-two {
    position: relative;
}
.banner__img-two .main-img {
    max-width: unset;
}
@media (max-width: 1500px) {
    .banner__img-two .main-img {
        max-width: 670px;
    }
}
@media (max-width: 1199.98px) {
    .banner__img-two .main-img {
        max-width: 550px;
        margin-top: 40px;
    }
}
@media (max-width: 991.98px) {
    .banner__img-two .main-img {
        max-width: 100%;
        margin-top: 0;
    }
}
.banner__img-two .shape img {
    position: absolute;
    z-index: -1;
}
.banner__img-two .shape img:nth-child(1) {
    left: 12%;
    top: 9%;
    max-width: 188px;
}
@media (max-width: 1500px) {
    .banner__img-two .shape img:nth-child(1) {
        left: 10%;
        top: 7%;
        max-width: 170px;
    }
}
@media (max-width: 1199.98px) {
    .banner__img-two .shape img:nth-child(1) {
        left: 4%;
        top: 18%;
        max-width: 159px;
    }
}
@media (max-width: 767.98px) {
    .banner__img-two .shape img:nth-child(1) {
        top: -3%;
        max-width: 115px;
    }
}
.banner__img-two .shape img:nth-child(2) {
    left: 51%;
    top: -24%;
    max-width: 75px;
}
@media (max-width: 767.98px) {
    .banner__img-two .shape img:nth-child(2) {
        top: -30%;
        max-width: 48px;
    }
}
.banner__img-two .shape img:nth-child(3) {
    right: -26%;
    top: -8px;
    max-width: 258px;
}
@media (max-width: 1500px) {
    .banner__img-two .shape img:nth-child(3) {
        right: -12%;
        top: 4px;
        max-width: 210px;
    }
}
@media (max-width: 767.98px) {
    .banner__img-two .shape img:nth-child(3) {
        right: -5%;
        top: 4px;
        max-width: 120px;
    }
}
.banner__shape-wrap img {
    position: absolute;
    z-index: -1;
}
.banner__shape-wrap img:nth-child(1) {
    left: -270px;
    top: 6%;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
    max-width: 506px;
}
@media (max-width: 1800px) {
    .banner__shape-wrap img:nth-child(1) {
        max-width: 450px;
    }
}
@media (max-width: 1500px) {
    .banner__shape-wrap img:nth-child(1) {
        max-width: 400px;
        left: -220px;
        top: 15%;
    }
}
@media (max-width: 1199.98px) {
    .banner__shape-wrap img:nth-child(1) {
        max-width: 300px;
        top: 20%;
    }
}
@media (max-width: 991.98px) {
    .banner__shape-wrap img:nth-child(1) {
        max-width: 350px;
        top: 31%;
    }
}
@media (max-width: 767.98px) {
    .banner__shape-wrap img:nth-child(1) {
        max-width: 300px;
    }
}
.banner__shape-wrap img:nth-child(2) {
    top: 0;
    right: 5%;
    max-width: 459px;
}
@media (max-width: 1800px) {
    .banner__shape-wrap img:nth-child(2) {
        right: 3%;
        max-width: 420px;
    }
}
@media (max-width: 1500px) {
    .banner__shape-wrap img:nth-child(2) {
        right: 2%;
        max-width: 380px;
    }
}
@media (max-width: 1199.98px) {
    .banner__shape-wrap img:nth-child(2) {
        max-width: 260px;
    }
}
@media (max-width: 991.98px) {
    .banner__shape-wrap img:nth-child(2) {
        display: none;
    }
}
.banner__shape-wrap-two img {
    position: absolute;
    z-index: -1;
}
.banner__shape-wrap-two img:nth-child(1) {
    right: 14%;
    bottom: -5px;
}
@media (max-width: 1199.98px) {
    .banner__shape-wrap-two img:nth-child(1) {
        max-width: 350px;
    }
}
@media (max-width: 991.98px) {
    .banner__shape-wrap-two img:nth-child(1) {
        max-width: 220px;
    }
}
@media (max-width: 767.98px) {
    .banner__shape-wrap-two img:nth-child(1) {
        max-width: 140px;
        right: 26%;
    }
}
.banner__shape-wrap-two img:nth-child(2) {
    right: 0;
    bottom: 0;
}
@media (max-width: 1199.98px) {
    .banner__shape-wrap-two img:nth-child(2) {
        max-width: 300px;
    }
}
@media (max-width: 991.98px) {
    .banner__shape-wrap-two img:nth-child(2) {
        max-width: 220px;
    }
}
@media (max-width: 767.98px) {
    .banner__shape-wrap-two img:nth-child(2) {
        max-width: 150px;
    }
}

/*=============================
	02. Slider
===============================*/
.slider__single {
    position: relative;
    z-index: 1;
    padding: 370px 0 240px;
    margin-top: -80px;
}
@media (max-width: 1500px) {
    .slider__single {
        padding: 330px 0 240px;
    }
}
@media (max-width: 767.98px) {
    .slider__single {
        padding: 240px 0 200px;
    }
}
.slider__single .shape {
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (max-width: 1500px) {
    .slider__single .shape {
        max-width: 270px;
    }
}
@media (max-width: 767.98px) {
    .slider__single .shape {
        max-width: 220px;
    }
}
.slider__single-two {
    padding: 190px 0 200px;
    position: relative;
    z-index: 1;
}
@media (max-width: 1500px) {
    .slider__single-two {
        padding: 130px 0 160px;
    }
}
@media (max-width: 767.98px) {
    .slider__single-two {
        padding: 120px 0 160px;
    }
}
.slider__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: all 30s cubic-bezier(0, 0, 0.2, 1);
}
.slider__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-heading-color);
    mix-blend-mode: luminosity;
    opacity: 0.2;
}
.slider__bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 56, 0) 73.44%);
    mix-blend-mode: luminosity;
    opacity: 0.5;
}
.slider__bg-two {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transition: all 30s cubic-bezier(0, 0, 0.2, 1);
}
.slider__bg-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    mix-blend-mode: luminosity;
}
.slider__bg-two::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.37) 16.85%, rgba(0, 0, 0, 0) 59.51%);
}
@media (max-width: 991.98px) {
    .slider__content {
        text-align: center;
    }
}
.slider__content .title {
    margin-bottom: 15px;
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--tg-color-white-default);
}
@media (max-width: 1199.98px) {
    .slider__content .title {
        font-size: 48px;
    }
}
@media (max-width: 767.98px) {
    .slider__content .title {
        font-size: 42px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__content .title {
        font-size: 44px;
    }
}
.slider__content p {
    margin-bottom: 25px;
    color: var(--tg-color-gray-9);
    font-weight: 400;
    text-transform: capitalize;
    width: 90%;
}
@media (max-width: 1199.98px) {
    .slider__content p {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .slider__content-two {
        text-align: center;
    }
}
.slider__content-two .sub-title {
    color: var(--tg-color-white-default);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}
.slider__content-two .title {
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--tg-color-white-default);
    line-height: 1.1;
    margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
    .slider__content-two .title {
        font-size: 48px;
    }
}
@media (max-width: 767.98px) {
    .slider__content-two .title {
        font-size: 42px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__content-two .title {
        font-size: 45px;
    }
}
.slider__content-two p {
    margin-bottom: 25px;
    color: var(--tg-color-white-default);
    font-weight: 500;
    text-transform: capitalize;
    width: 90%;
}
@media (max-width: 1199.98px) {
    .slider__content-two p {
        width: 100%;
    }
}
.slider__btn-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
@media (max-width: 991.98px) {
    .slider__btn-wrap {
        justify-content: center;
    }
}

.swiper-slide-active .slider__bg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.swiper-slide-active .slider__bg-two {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.slider__single.swiper-slide-active .slider__content .title {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}
.slider__single.swiper-slide-active .slider__content p {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}
.slider__single.swiper-slide-active .slider__content .btn {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.slider__single-two.swiper-slide-active .slider__content-two .sub-title {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}
.slider__single-two.swiper-slide-active .slider__content-two .title {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}
.slider__single-two.swiper-slide-active .slider__content-two p {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}
.slider__single-two.swiper-slide-active .slider__content-two .slider__btn-wrap {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

/*=============================
    16. About
===============================*/
.about__area {
    position: relative;
}
@media (max-width: 767.98px) {
    .about__area {
        padding: 100px 0;
    }
}
.about__area-four {
    position: relative;
    z-index: 1;
}
.about__area-five {
    position: relative;
    z-index: 1;
}
.about__img {
    position: relative;
    margin-right: 40px;
}
@media (max-width: 1199.98px) {
    .about__img {
        margin-right: 0;
    }
}
@media (max-width: 991.98px) {
    .about__img {
        margin-bottom: 50px;
    }
}
@media (max-width: 767.98px) {
    .about__img {
        max-width: 345px;
        margin: 0 auto 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__img {
        max-width: 400px;
        margin: 0 auto 50px;
    }
}
.about__img img:nth-child(2) {
    position: absolute;
    width: 175px;
    height: 163px;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    object-fit: cover;
}
@media (max-width: 1199.98px) {
    .about__img img:nth-child(2) {
        width: 142px;
        height: 132px;
    }
}
@media (max-width: 767.98px) {
    .about__img img:nth-child(2) {
        width: 110px;
        height: 103px;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        -o-border-radius: 22px;
        -ms-border-radius: 22px;
        border-radius: 22px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__img img:nth-child(2) {
        width: 126px;
        height: 118px;
    }
}
.about__img img:nth-child(3) {
    position: absolute;
    width: 244px;
    height: 285px;
    right: 0;
    top: 0;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    -o-border-radius: 38px;
    -ms-border-radius: 38px;
    border-radius: 38px;
    object-fit: cover;
}
@media (max-width: 1199.98px) {
    .about__img img:nth-child(3) {
        width: 197px;
        height: 230px;
    }
}
@media (max-width: 767.98px) {
    .about__img img:nth-child(3) {
        width: 151px;
        height: 175px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -o-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__img img:nth-child(3) {
        width: 175px;
        height: 204px;
    }
}
.about__img-two {
    position: relative;
    padding: 43px 0 120px;
    margin-right: 20px;
}
@media (max-width: 1199.98px) {
    .about__img-two {
        margin-right: 0;
        padding-right: 70px;
    }
}
@media (max-width: 991.98px) {
    .about__img-two {
        margin-bottom: 50px;
    }
}
@media (max-width: 767.98px) {
    .about__img-two {
        padding: 40px 0 20px;
    }
}
.about__img-two::before {
    content: "";
    position: absolute;
    right: 65px;
    top: 0;
    width: 315px;
    height: 100%;
    border: 10px solid #ffd1d3;
    background: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    z-index: -1;
}
@media (max-width: 1199.98px) {
    .about__img-two::before {
        right: 35px;
        width: 280px;
    }
}
.about__img-two img:nth-child(1) {
    border-radius: 8px;
}
.about__img-two img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 8px solid var(--tg-color-white-default);
    border-radius: 8px;
}
@media (max-width: 1199.98px) {
    .about__img-two img:nth-child(2) {
        max-width: 350px;
    }
}
@media (max-width: 767.98px) {
    .about__img-two img:nth-child(2) {
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__img-two img:nth-child(2) {
        display: block;
    }
}
.about__img-three {
    position: relative;
    padding: 26px 60px 28px 0;
}
@media (max-width: 991.98px) {
    .about__img-three {
        margin-bottom: 50px;
    }
}
@media (max-width: 767.98px) {
    .about__img-three {
        padding: 26px 0 28px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__img-three {
        padding: 26px 70px 28px 0;
    }
}
.about__img-three::before {
    content: "";
    position: absolute;
    left: 23%;
    top: 0;
    width: 66%;
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 14px solid #f4e5e6;
    z-index: -1;
}
@media (max-width: 1199.98px) {
    .about__img-three::before {
        left: 26%;
    }
}
.about__img-three img:nth-child(1) {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 6px solid var(--tg-color-white-default);
}
@media (max-width: 767.98px) {
    .about__img-three img:nth-child(1) {
        width: 100%;
    }
}
.about__img-three img:nth-child(2) {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 6px solid var(--tg-color-white-default);
    box-shadow: 0px 23px 34px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 0;
    top: 10%;
    width: 213px;
    height: 213px;
    object-fit: cover;
}
@media (max-width: 1199.98px) {
    .about__img-three img:nth-child(2) {
        width: 180px;
        height: 180px;
    }
}
@media (max-width: 767.98px) {
    .about__img-three img:nth-child(2) {
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__img-three img:nth-child(2) {
        display: block;
    }
}
.about__img-three img:nth-child(3) {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 6px solid var(--tg-color-white-default);
    box-shadow: 0px 23px 34px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 30px;
    bottom: 11%;
    width: 267px;
    height: 213px;
    object-fit: cover;
}
@media (max-width: 1199.98px) {
    .about__img-three img:nth-child(3) {
        width: 220px;
        height: 170px;
    }
}
@media (max-width: 767.98px) {
    .about__img-three img:nth-child(3) {
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__img-three img:nth-child(3) {
        display: block;
    }
}
.about__img-four {
    position: relative;
    padding: 90px 0 55px;
    margin-right: 30px;
}
@media (max-width: 1199.98px) {
    .about__img-four {
        margin-right: 0;
        padding: 50px 0 40px;
    }
}
@media (max-width: 991.98px) {
    .about__img-four {
        margin-bottom: 50px;
    }
}
@media (max-width: 767.98px) {
    .about__img-four {
        padding: 0;
    }
}
.about__img-four img:nth-child(1) {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 767.98px) {
    .about__img-four img:nth-child(1) {
        width: 100%;
    }
}
.about__img-four img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 6px solid var(--tg-color-white-default);
}
@media (max-width: 1199.98px) {
    .about__img-four img:nth-child(2) {
        max-width: 300px;
    }
}
@media (max-width: 767.98px) {
    .about__img-four img:nth-child(2) {
        display: none;
    }
}
.about__img-four img:nth-child(3) {
    position: absolute;
    right: 25%;
    bottom: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 6px solid var(--tg-color-white-default);
    box-shadow: 9px 19px 30px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199.98px) {
    .about__img-four img:nth-child(3) {
        right: 15%;
    }
}
@media (max-width: 767.98px) {
    .about__img-four img:nth-child(3) {
        display: none;
    }
}
.about__img-five {
    position: relative;
    margin-right: 25px;
    text-align: right;
}
@media (max-width: 1199.98px) {
    .about__img-five {
        margin-right: 0;
    }
}
@media (max-width: 991.98px) {
    .about__img-five {
        margin-bottom: 50px;
    }
}
@media (max-width: 767.98px) {
    .about__img-five {
        text-align: center;
    }
}
.about__img-five img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.about__img-five img.shape {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: absolute;
    left: -22%;
    top: 30px;
    width: 130px;
    z-index: -1;
}
@media (max-width: 1800px) {
    .about__img-five img.shape {
        left: -17%;
    }
}
@media (max-width: 767.98px) {
    .about__img-five img.shape {
        display: none;
    }
}
.about__content p {
    margin-bottom: 20px;
    font-size: 18px;
    width: 95%;
    text-align:justify;
}
.about__content-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about__content .shape img {
    position: absolute;
    right: 4%;
    bottom: 30%;
    z-index: -1;
    max-width: 236px;
}
@media (max-width: 1800px) {
    .about__content .shape img {
        max-width: 165px;
        right: 2%;
    }
}
@media (max-width: 1500px) {
    .about__content .shape img {
        max-width: 125px;
        bottom: 40%;
    }
}
@media (max-width: 991.98px) {
    .about__content .shape img {
        bottom: 25%;
    }
}
@media (max-width: 767.98px) {
    .about__content .shape img {
        bottom: 21%;
        width: 100px;
    }
}
.about__content-two > p {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--tg-color-gray-7);
    line-height: 1.55;
    text-align: justify;
}
.about__content-two .info-one {
    margin-bottom: 15px;
    font-size: 16px;
    color: var(--tg-color-gray-7);
    text-transform: capitalize;
    line-height: 1.55;
    text-align: justify;
}
.about__content-three {
    margin-left: 60px;
}
@media (max-width: 1199.98px) {
    .about__content-three {
        margin-left: 0;
    }
}
.about__content-three > p {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 30px;
}
.about__content-four > p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.55;
}
.about__content-four .about__list-box-four {
    width: 100%;
    margin-bottom: 40px;
}
.about__content-five > p {
    margin-bottom: 20px;
    font-size: 18px;
}
.about__content-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 25px 10px;
    align-items: center;
    margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
    .about__content-inner {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
}
.about__content-inner-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px 50px;
    margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
    .about__content-inner-two {
        gap: 20px 30px;
    }
}
@media (max-width: 991.98px) {
    .about__content-inner-two {
        gap: 20px 50px;
    }
}
@media (max-width: 767.98px) {
    .about__content-inner-two {
        gap: 30px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__content-inner-two {
        flex-direction: row;
        align-items: center;
    }
}
.about__content-inner-three {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 45px;
}
@media (max-width: 1199.98px) {
    .about__content-inner-three {
        flex-wrap: wrap;
    }
}
.about__content-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px 35px;
}
.about__content-bottom-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 55px;
}
@media (max-width: 1199.98px) {
    .about__content-bottom-two {
        gap: 20px;
    }
}
@media (max-width: 991.98px) {
    .about__content-bottom-two {
        gap: 20px 40px;
    }
}
.about__list-box-wrap {
    width: 49%;
    flex: 0 0 auto;
    position: relative;
    padding-right: 30px;
}
@media (max-width: 1199.98px) {
    .about__list-box-wrap {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 991.98px) {
    .about__list-box-wrap {
        width: 50%;
        padding-right: 30px;
        margin-bottom: 0;
    }
}
@media (max-width: 767.98px) {
    .about__list-box-wrap {
        width: 100%;
        padding-right: 0;
    }
}
.about__list-box-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 240px;
    background: var(--tg-border-4);
}
@media (max-width: 1199.98px) {
    .about__list-box-wrap::before {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .about__list-box-wrap::before {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .about__list-box-wrap::before {
        display: none;
    }
}
.about__list-box .list-wrap {
    margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
    .about__list-box .list-wrap {
        margin-bottom: 20px;
    }
}
.about__list-box .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    color: var(--tg-heading-color);
    line-height: 1.6;
    margin-bottom: 10px;
}
.about__list-box .list-wrap li:last-child {
    margin-bottom: 0;
}
.about__list-box .list-wrap li i {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    transform: translateY(1px);
}
.about__list-box-two {
    flex-grow: 1;
}
.about__list-box-two .list-wrap {
    margin-bottom: 0;
}
.about__list-box-two .list-wrap li {
    margin-bottom: 18px;
    font-weight: 500;
}
.about__list-box-two .list-wrap li i {
    background: var(--tg-theme-primary);
}
.about__list-box-three .list-wrap li {
    margin-bottom: 10px;
}
.about__list-box-three .list-wrap li i {
    background: var(--tg-theme-primary);
}
.about__list-box-four {
    width: 68%;
}
@media (max-width: 1199.98px) {
    .about__list-box-four {
        width: 100%;
    }
}
.about__list-box-four .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 10px 0;
}
@media (max-width: 767.98px) {
    .about__list-box-four .list-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}
.about__list-box-four .list-wrap li {
    padding: 0 15px;
    width: 50%;
    flex: 0 0 auto;
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .about__list-box-four .list-wrap li {
        width: 100%;
    }
}
.about__list-box-five .list-wrap {
    margin-bottom: 0;
}
.about__list-box-five .list-wrap li {
    font-weight: 500;
    color: var(--tg-color-black-2);
    margin-bottom: 15px;
}
.about__list-box-five .list-wrap li:last-child {
    margin-bottom: 0;
}
.about__list-box-five .list-wrap li i {
    background: var(--tg-theme-primary);
}
.about__list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px 0;
    margin: 0 -15px;
    margin-bottom: 30px;
}
@media (max-width: 767.98px) {
    .about__list-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}
.about__list-wrap-two {
    width: 50%;
    flex: 0 0 auto;
    margin-left: auto;
}
@media (max-width: 1199.98px) {
    .about__list-wrap-two {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .about__list-wrap-two {
        width: 55%;
    }
}
@media (max-width: 767.98px) {
    .about__list-wrap-two {
        width: 100%;
    }
}
.about__list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 15px;
}
@media (max-width: 1199.98px) {
    .about__list-item {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 991.98px) {
    .about__list-item {
        flex-direction: row;
        align-items: center;
    }
}
.about__list-item .icon {
    width: 70px;
    height: 70px;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    font-size: 40px;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.about__list-item .content .title {
    margin-bottom: 5px;
    font-size: 22px;
}
.about__list-item .content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.55;
}
.about__list-item:hover .icon {
    transform: rotateY(180deg);
}
.about__list-item-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}
.about__list-item-two:last-child {
    margin-bottom: 0;
}
.about__list-item-two .icon {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-gray-9);
    flex: 0 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: var(--tg-theme-primary);
    font-size: 40px;
    line-height: 0;
    transition: 0.3s ease-in-out;
}
.about__list-item-two .content .title {
    font-size: 22px;
    margin-bottom: 3px;
}
.about__list-item-two .content p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.55;
}
.about__list-item-two:hover .icon {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
.about__author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}
.about__author img {
    width: 76px;
    height: 76px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    flex: 0 0 auto;
    border: 3px solid var(--tg-color-white-default);
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
}
.about__author .content .name {
    margin-bottom: 8px;
    font-size: 20px;
    text-transform: capitalize;
}
.about__author .content span {
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
}
.about__author-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}
.about__author-two > img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.about__author-two .content img {
    margin-bottom: 5px;
}
.about__author-two .content .name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    gap: 5px;
}
.about__author-two .content .name span {
    font-size: 16px;
    color: var(--tg-body-color);
    font-weight: 400;
}
.about__review-wrap {
    flex-grow: 1;
}
.about__review-author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.about__review-author img {
    width: 54px;
    flex: 0 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid var(--tg-color-white-default);
    margin-left: -25px;
}
.about__review-author img:nth-child(1) {
    margin-left: 0;
    z-index: 4;
}
.about__review-author img:nth-child(2) {
    z-index: 3;
}
.about__review-author img:nth-child(3) {
    z-index: 2;
}
.about__review-box .review {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    color: var(--tg-color-yellow-light);
    margin-bottom: 8px;
}
.about__review-box span {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}
.about__clients-box {
    background: var(--tg-theme-primary);
    border-radius: 8px;
    padding: 30px 35px 35px;
    max-width: 285px;
}
.about__clients-box > span {
    color: var(--tg-color-white-default);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    display: block;
    margin-bottom: 15px;
}
.about__clients-box .counter__icon {
    color: var(--tg-color-white-default);
    font-size: 57px;
}
.about__clients-box-two {
    text-align: left;
    position: absolute;
    left: 0;
    top: 23%;
}
@media (max-width: 1199.98px) {
    .about__clients-box-two {
        padding: 20px 20px 25px;
        max-width: 250px;
    }
}
@media (max-width: 767.98px) {
    .about__clients-box-two {
        display: none;
    }
}
.about__clients-box-two .counter__item {
    margin-bottom: 22px;
}
.about__clients-box-two .counter__item:last-child {
    margin-bottom: 0;
}
.about__contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}
.about__contact .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 25px;
    line-height: 0;
}
.about__contact .content span {
    display: block;
    line-height: 1;
    font-size: 15px;
    margin-bottom: 8px;
}
.about__contact .content a {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: var(--tg-heading-color);
}
.about__contact .content a:hover {
    color: var(--tg-theme-primary);
}
.about__shape img {
    position: absolute;
    z-index: -1;
    right: 4%;
    bottom: 0;
}
@media (max-width: 1199.98px) {
    .about__shape img {
        max-width: 200px;
    }
}
.about__shape-two img {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 19%;
    max-width: 264px;
}
@media (max-width: 1800px) {
    .about__shape-two img {
        bottom: 8%;
        max-width: 200px;
    }
}
@media (max-width: 767.98px) {
    .about__shape-two img {
        bottom: 6%;
        max-width: 130px;
    }
}

.experience__box {
    background: var(--tg-theme-secondary);
    padding: 25px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 30px;
}
.experience__box .title {
    font-size: 70px;
    margin-bottom: 0;
    line-height: 0.8;
    color: var(--tg-color-white-default);
    font-weight: 800;
}
.experience__box span {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: var(--tg-color-white-default);
    line-height: 1.3;
    position: relative;
}
.experience__box span::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 46px;
    background: #56c9fa;
}

.section-py-120 {
    padding: 50px 0;
}
@media (max-width: 767.98px) {
    .section-py-120 {
        padding: 50px 0;
    }
}

.section-py-140 {
    padding: 140px 0;
}
@media (max-width: 767.98px) {
    .section-py-140 {
        padding: 100px 0;
    }
}

.section-py-130 {
    padding: 130px 0;
}
@media (max-width: 767.98px) {
    .section-py-130 {
        padding: 100px 0;
    }
}

.section-pt-120 {
    padding-top: 120px;
}
@media (max-width: 767.98px) {
    .section-pt-120 {
        padding-top: 100px;
    }
}

.section-pt-130 {
    padding-top: 130px;
}
@media (max-width: 767.98px) {
    .section-pt-130 {
        padding-top: 100px;
    }
}

.section-pb-100 {
    padding-bottom: 100px;
}
@media (max-width: 767.98px) {
    .section-pb-100 {
        padding-bottom: 70px;
    }
}

.section-pb-130 {
    padding-bottom: 130px;
}
@media (max-width: 767.98px) {
    .section-pb-130 {
        padding-bottom: 100px;
    }
}

.section-pb-120 {
    padding-bottom: 120px;
}
@media (max-width: 767.98px) {
    .section-pb-120 {
        padding-bottom: 100px;
    }
}

.section-pb-90 {
    padding-bottom: 90px;
}
@media (max-width: 767.98px) {
    .section-pb-90 {
        padding-bottom: 70px;
    }
}

/*=============================
	02. brand
===============================*/
.brand__area {
    padding: 40px 0 50px;
    background-color: #d5d5d5;
    border: none;
    border-radius: 0px;
    
}
@media (max-width: 767.98px) {
    .brand__area {
        padding: 0 0 100px;
    }
}
.brand__area-two {
    background: var(--tg-color-gray-10);
    padding: 57px 0;
}
.brand__item {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid white;
}
.brand__item img {
    /* filter: grayscale(1); */
    /* cursor: pointer; */
    /* opacity: 0.4; */
}
/* .brand__item img:hover {
    opacity: 1;
    filter: grayscale(0);
} */

.partner__item {
    padding: 50px 40px;
    border-right: 1px solid var(--tg-border-7);
    border-top: 1px solid var(--tg-border-7);
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1199.98px) {
    .partner__item {
        height: 170px;
    }
}
@media (max-width: 991.98px) {
    .partner__item {
        padding: 30px 30px;
        height: 150px;
    }
}
@media (max-width: 767.98px) {
    .partner__item {
        padding: 30px 20px;
        height: 120px;
    }
}
.partner__item img {
    cursor: pointer;
}
.partner__item-wrap {
    border-bottom: 1px solid var(--tg-border-7);
    border-left: 1px solid var(--tg-border-7);
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991.98px) {
    .partner__item-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767.98px) {
    .partner__item-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*=============================
	02. Services
===============================*/
.services__area {
    background: var(--tg-color-gray-4);
    position: relative;
    padding: 50px 0 15px;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .services__area {
        padding: 100px 0 75px;
    }
}
.services__area-three {
    background: var(--tg-theme-secondary);
    position: relative;
    z-index: 1;
}
.services__item {
    margin-bottom: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--tg-color-white-default);
    box-shadow: 0 0 10px 5px rgba(128, 128, 128, 0.5);
}
@media (max-width: 767.98px) {
    .services__item {
        width: 330px;
        margin: 0 auto 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services__item {
        width: auto;
    }
}
.services__item:hover .services__thumb::before {
    opacity: 0.8;
}
.services__item:hover .services__thumb .btn {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.services__item-two {
    background: var(--tg-color-white-default);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 50px;
    margin-bottom: 30px;
}
@media (max-width: 1500px) {
    .services__item-two {
        padding: 30px 25px;
    }
}
@media (max-width: 991.98px) {
    .services__item-two {
        padding: 30px 30px;
    }
}
.services__item-two:hover .services__icon-two {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    transform: rotateY(180deg);
}
.services__item-three {
    background: var(--tg-color-white-default);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 26px 26px 44px 26px;
}
.services__item-three:hover .services__thumb-three::before {
    opacity: 0.8;
}
.services__item-three:hover .services__thumb-three .btn {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.services__item-three:hover .services__icon-three i {
    transform: rotateY(180deg);
}
.services__item-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 23px;
    margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
    .services__item-top {
        gap: 20px;
    }
}
.services__item-top .title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
}
@media (max-width: 1500px) {
    .services__item-top .title {
        font-size: 22px;
    }
}
.services__item-list {
    margin-bottom: 28px;
}
.services__item-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    line-height: 1.4;
    color: var(--tg-heading-color);
    margin-bottom: 12px;
}
.services__item-list li:last-child {
    margin-bottom: 0;
}
.services__item-list li i {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tg-theme-primary);
    background: var(--tg-color-gray-9);
    line-height: 0;
    font-size: 14px;
}
.services__thumb {
    /* -webkit-mask-image: url(../img/services/mask_img.svg);
    mask-image: url(../img/services/mask_img.svg); */
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 250px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 1199.98px) {
    .services__thumb {
        height: 255px;
    }
}
@media (max-width: 991.98px) {
    .services__thumb {
        height: 290px;
    }
}
@media (max-width: 767.98px) {
    .services__thumb {
        height: 285px;
        width: 330px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services__thumb {
        height: 210px;
        width: 242px;
    }
}
.services__thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-theme-primary);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services__thumb img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.services__thumb .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32%;
    opacity: 0;
    visibility: hidden;
    margin-top: 50px;
}
.services__thumb-two {
    height: 460px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .services__thumb-two {
        height: 400px;
    }
}
.services__thumb-two::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--tg-color-white-default);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}
.services__thumb-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0px 26px 60px 0px rgba(0, 36, 65, 0.8);
    border: 5px solid var(--tg-color-white-default);
}
.services__thumb-two:hover::before {
    transform: rotate(-3.505deg);
}
.services__thumb-three {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.services__thumb-three::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: var(--red-title_1, #151515);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services__thumb-three img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.services__thumb-three .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.services__thumb-three .btn:hover {
    background: var(--tg-color-white-default);
    color: var(--tg-heading-color);
    border-color: var(--tg-color-white-default);
}
.services__thumb-wrap {
    position: relative;
    margin-bottom: 18px;
}
.services__icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-secondary);
    position: absolute;
    left: 22px;
    bottom: 0;
    font-size: 39px;
    line-height: 0;
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
@media (max-width: 991.98px) {
    .services__icon {
        left: 30px;
        bottom: 8px;
    }
}
@media (max-width: 767.98px) {
    .services__icon {
        left: 29px;
        bottom: 5px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services__icon {
        left: 20px;
        bottom: 0;
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}
.services__icon-two {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-color-gray-9);
    color: var(--tg-theme-primary);
    font-size: 52px;
    line-height: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
@media (max-width: 1199.98px) {
    .services__icon-two {
        width: 70px;
        height: 70px;
        font-size: 42px;
    }
}
.services__icon-three {
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid var(--tg-color-white-default);
    font-size: 50px;
    line-height: 0;
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
}
.services__icon-three i {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.services__content {
    padding: 0 24px 25px;
}
.services__content .title {
    margin-bottom: 15px;
    font-size: 22px;
    height: 2.4em;
    overflow: hidden;
}
.services__content p {
    margin-bottom: 0;
    line-height: 1.5;
}
.services__content-two > p {
    margin-bottom: 18px;
}
.services__content-three {
    position: relative;
    text-align: center;
    padding-top: 60px;
}
.services__content-three .title {
    margin-bottom: 10px;
    font-size: 24px;
}
.services__content-three p {
    margin-bottom: 0;
    line-height: 1.6;
    color: var(--tg-color-gray-7);
}
@media (max-width: 991.98px) {
    .services__nav-wrap {
        margin-bottom: 50px;
    }
}
.services__nav-wrap .nav-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    border: none;
    position: relative;
}
.services__nav-wrap .nav-tabs::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgb(27, 76, 115) 0%, rgba(27, 76, 115, 0) 100%);
}
.services__nav-wrap .nav-item {
    display: block;
}
.services__nav-wrap .nav-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 0;
    border: none;
    gap: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: relative;
}
.services__nav-wrap .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgb(27, 76, 115) 0%, rgba(27, 76, 115, 0) 100%);
}
.services__nav-wrap .nav-link .left-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 767.98px) {
    .services__nav-wrap .nav-link .left-content {
        gap: 15px;
    }
}
.services__nav-wrap .nav-link .left-content i {
    font-size: 40px;
    line-height: 0;
    color: var(--tg-color-sky-blue);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services__nav-wrap .nav-link .left-content span {
    font-size: 26px;
    font-weight: 700;
    color: var(--tg-color-sky-blue);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 767.98px) {
    .services__nav-wrap .nav-link .left-content span {
        font-size: 22px;
    }
}
.services__nav-wrap .nav-link .arrow {
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 767.98px) {
    .services__nav-wrap .nav-link .arrow {
        width: 45px;
        height: 45px;
    }
}
.services__nav-wrap .nav-link.active {
    background: transparent;
}
.services__nav-wrap .nav-link.active .left-content i {
    color: var(--tg-theme-primary);
}
.services__nav-wrap .nav-link.active .left-content span {
    color: var(--tg-color-white-default);
}
.services__nav-wrap .nav-link.active .arrow {
    opacity: 1;
    visibility: visible;
}
.services__tab-img {
    margin-left: 100px;
}
@media (max-width: 1199.98px) {
    .services__tab-img {
        margin-left: 40px;
    }
}
@media (max-width: 991.98px) {
    .services__tab-img {
        margin-left: 0;
    }
}
.services__shape-wrap img {
    position: absolute;
    z-index: -1;
}
.services__shape-wrap img:nth-child(1) {
    right: -22px;
    top: -18px;
    max-width: 201px;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
}
@media (max-width: 1800px) {
    .services__shape-wrap img:nth-child(1) {
        max-width: 170px;
    }
}
@media (max-width: 1500px) {
    .services__shape-wrap img:nth-child(1) {
        max-width: 150px;
    }
}
@media (max-width: 767.98px) {
    .services__shape-wrap img:nth-child(1) {
        max-width: 100px;
        right: -10px;
        top: -10px;
    }
}
.services__shape-wrap img:nth-child(2) {
    left: 65px;
    bottom: 25px;
    max-width: 192px;
}
@media (max-width: 1800px) {
    .services__shape-wrap img:nth-child(2) {
        left: 20px;
        max-width: 160px;
    }
}
@media (max-width: 1500px) {
    .services__shape-wrap img:nth-child(2) {
        max-width: 140px;
        bottom: 20px;
    }
}
@media (max-width: 767.98px) {
    .services__shape-wrap img:nth-child(2) {
        max-width: 80px;
        bottom: 11px;
    }
}
.services__shape-wrap-two img {
    position: absolute;
    z-index: -1;
}
.services__shape-wrap-two img:nth-child(1) {
    left: 4%;
    top: 15%;
    max-width: 145px;
}
@media (max-width: 1800px) {
    .services__shape-wrap-two img:nth-child(1) {
        left: 2%;
        top: 12%;
        max-width: 120px;
    }
}
@media (max-width: 1500px) {
    .services__shape-wrap-two img:nth-child(1) {
        left: 2%;
        top: 5%;
        max-width: 90px;
    }
}
@media (max-width: 767.98px) {
    .services__shape-wrap-two img:nth-child(1) {
        display: none;
    }
}
.services__shape-wrap-two img:nth-child(2) {
    right: 42px;
    bottom: 62px;
    max-width: 145px;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}
@media (max-width: 1800px) {
    .services__shape-wrap-two img:nth-child(2) {
        bottom: 45px;
        max-width: 110px;
    }
}
@media (max-width: 1500px) {
    .services__shape-wrap-two img:nth-child(2) {
        bottom: 40px;
        max-width: 85px;
    }
}
@media (max-width: 767.98px) {
    .services__shape-wrap-two img:nth-child(2) {
        bottom: 20px;
        max-width: 75px;
    }
}
.services__shape-wrap-two img:nth-child(3) {
    left: 50%;
    transform: translateX(-50%);
    bottom: 140px;
}
.services__details-inner .col-70 {
    width: 70.4%;
    flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
    .services__details-inner .col-70 {
        width: 65%;
    }
}
@media (max-width: 991.98px) {
    .services__details-inner .col-70 {
        width: 100%;
    }
}
.services__details-inner .col-30 {
    width: 29.6%;
    flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
    .services__details-inner .col-30 {
        width: 35%;
    }
}
@media (max-width: 991.98px) {
    .services__details-inner .col-30 {
        width: 100%;
    }
}
.services__details-inner-img {
    position: relative;
}
@media (max-width: 767.98px) {
    .services__details-inner-img {
        margin-bottom: 30px;
    }
}
.services__details-inner-img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}
.services__details-inner-img .play-btn {
    width: 62px;
    height: 62px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}
.services__details-inner-img .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    animation: pulse-border 1500ms ease-out infinite;
}
.services__details-thumb {
    margin-bottom: 40px;
}
@media (max-width: 767.98px) {
    .services__details-thumb {
        margin-bottom: 30px;
    }
}
.services__details-thumb img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 1199.98px) {
    .services__details-thumb img {
        height: 400px;
    }
}
@media (max-width: 767.98px) {
    .services__details-thumb img {
        height: 300px;
    }
}
.services__details-content .title {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: capitalize;
}
@media (max-width: 1199.98px) {
    .services__details-content .title {
        font-size: 32px;
    }
}
@media (max-width: 991.98px) {
    .services__details-content .title {
        font-size: 34px;
    }
}
@media (max-width: 767.98px) {
    .services__details-content .title {
        font-size: 32px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services__details-content .title {
        font-size: 34px;
    }
}
.services__details-content > p {
    margin-bottom: 0;
}
.services__details-content .title-two {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
    .services__details-content .title-two {
        font-size: 24px;
    }
}
.services__details-content-inner {
    margin-bottom: 35px;
    margin-top: 25px;
}
.services__details-content-inner p {
    margin-bottom: 0;
    width: 95%;
}
@media (max-width: 767.98px) {
    .services__details-content-inner .progress__wrap {
        margin-top: 25px;
    }
}
.services__details-content-inner-two {
    margin-top: 40px;
    margin-bottom: 25px;
}
.services__details-content-inner-two .col-44 {
    width: 43.5%;
    flex: 0 0 auto;
}
@media (max-width: 767.98px) {
    .services__details-content-inner-two .col-44 {
        width: 100%;
    }
}
.services__details-content-inner-two .col-56 {
    width: 56.5%;
    flex: 0 0 auto;
}
@media (max-width: 767.98px) {
    .services__details-content-inner-two .col-56 {
        width: 100%;
    }
}
.services__details-content-inner-two .title-two {
    margin-bottom: 10px;
}
.services__details-content-inner-two p {
    margin-bottom: 10px;
}
.services__details-benefit {
    margin-top: 30px;
}
.services__details-benefit p {
    margin-bottom: 20px;
}
.services__sidebar {
    margin-right: 20px;
}
@media (max-width: 1199.98px) {
    .services__sidebar {
        margin-right: 0;
    }
}
@media (max-width: 991.98px) {
    .services__sidebar {
        margin-top: 100px;
    }
}
.services__widget {
    background: var(--tg-color-gray-9);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}
.services__widget:last-child {
    margin-bottom: 0;
}
.services__widget-two {
    background: transparent;
    position: relative;
    border: 1px solid #e5e7e8;
    text-align: center;
    padding: 40px 30px 50px;
}
.services__widget-three {
    background: var(--tg-theme-primary);
    padding: 25px 30px 35px;
}
.services__cat-list .list-wrap li {
    margin-bottom: 3px;
}
.services__cat-list .list-wrap li:last-child {
    margin-bottom: 0;
}
.services__cat-list .list-wrap li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: var(--tg-color-white-default);
    justify-content: space-between;
    gap: 10px;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tg-color-black-2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.services__cat-list .list-wrap li a > i {
    font-size: 24px;
    line-height: 0;
    color: var(--tg-theme-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services__cat-list .list-wrap li a span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
}
.services__cat-list .list-wrap li a span i {
    font-size: 30px;
    line-height: 0;
    color: var(--tg-color-gray-8);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services__cat-list .list-wrap li a:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
.services__cat-list .list-wrap li a:hover i {
    color: var(--tg-color-white-default);
}

@media (max-width: 991.98px) {
    .mb-md-30 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .view-all-btn.text-end {
        text-align: left !important;
    }
}

@media (max-width: 767.98px) {
    .view-all-btn-two.text-end {
        text-align: left !important;
    }
}

.sidebar__logo {
    margin-bottom: 25px;
}
.sidebar__contact .title {
    margin-bottom: 25px;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
}
.sidebar__contact .btn {
    background: var(--tg-color-black-2);
}
.sidebar__contact .btn:hover {
    background: var(--tg-theme-primary);
}
.sidebar__phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    gap: 6px;
    font-weight: 700;
    line-height: 1;
    color: var(--tg-theme-primary);
    margin-bottom: 40px;
}
.sidebar__phone i {
    line-height: 0;
}
.sidebar__phone:hover {
    color: var(--tg-color-black-2);
}
.sidebar__shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 277px;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.sidebar__widget-title {
    margin-bottom: 15px;
    color: var(--tg-color-white-default);
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
}
.sidebar__widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: var(--tg-color-white-default);
}
.sidebar__brochure p {
    margin-bottom: 20px;
    color: var(--tg-color-white-default);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5;
}
.sidebar__brochure a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #ecf6fa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black-2);
    gap: 12px;
    margin-bottom: 10px;
}
.sidebar__brochure a svg {
    color: var(--tg-theme-primary);
    width: 18px;
}
.sidebar__brochure a:last-child {
    margin-bottom: 0;
}

/*=============================
    16. Features
===============================*/
.features__area {
    position: relative;
}
.features__area-two {
    background: var(--tg-color-gray-11);
    position: relative;
    z-index: 1;
}
.features__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 35px 30px 40px 42px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
    background: var(--tg-color-white-default);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199.98px) {
    .features__item {
        padding: 35px 20px 30px 20px;
        gap: 15px;
    }
}
.features__item::before {
    content: "";
    position: absolute;
    left: 36px;
    top: 0;
    width: 60px;
    height: 6px;
    background: var(--tg-theme-primary);
}
.features__item:hover {
    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.1);
    border-color: var(--tg-theme-primary);
}
.features__item:hover .features__icon i {
    transform: rotateY(180deg);
}
.features__item-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px 80px;
    margin-left: 80px;
}
@media (max-width: 1199.98px) {
    .features__item-wrap {
        gap: 30px 30px;
        margin-left: 30px;
    }
}
@media (max-width: 991.98px) {
    .features__item-wrap {
        gap: 30px 40px;
        margin-left: 0;
        margin: 40px 0;
    }
}
@media (max-width: 767.98px) {
    .features__item-wrap {
        gap: 30px 30px;
        flex-direction: column;
    }
}
.features__item-wrap-two {
    margin-top: -50px;
    position: relative;
    z-index: 1;
}
.features__icon {
    font-size: 50px;
    color: var(--tg-theme-primary);
    line-height: 0;
}
@media (max-width: 1199.98px) {
    .features__icon {
        font-size: 45px;
    }
}
.features__icon i {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    display: block;
}
.features__icon-two {
    font-size: 54px;
    line-height: 0;
    color: var(--tg-theme-primary);
    margin-bottom: 20px;
}
.features__content .title {
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: capitalize;
}
.features__content p {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.6;
}
.features__content .number {
    margin-bottom: 0;
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 36px;
    color: #ededed;
    line-height: 1;
    z-index: -1;
}
.features__content-two .title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
}
.features__content-two .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--tg-border-6);
}
.features__content-two .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: var(--tg-theme-primary);
}
.features__content-two p {
    margin-bottom: 0;
    line-height: 1.5;
}
.features__content-wrap {
    background: var(--tg-theme-primary);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 30px 55px 0;
    position: relative;
    z-index: 1;
}
@media (max-width: 1199.98px) {
    .features__content-wrap {
        padding: 35px 25px 40px 0;
    }
}
.features__content-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background: var(--tg-theme-primary);
    z-index: -1;
}
@media (max-width: 991.98px) {
    .features__content-wrap::before {
        left: 50%;
        transform: translateX(-50%);
    }
}
.features__content-wrap .shape {
    position: absolute;
    z-index: -1;
    left: -88%;
    bottom: 0;
    max-width: 335px;
}
@media (max-width: 1800px) {
    .features__content-wrap .shape {
        left: -68%;
    }
}
@media (max-width: 1500px) {
    .features__content-wrap .shape {
        max-width: 300px;
        left: -50%;
    }
}
@media (max-width: 1199.98px) {
    .features__content-wrap .shape {
        max-width: 220px;
        left: -36%;
    }
}
@media (max-width: 991.98px) {
    .features__content-wrap .shape {
        left: -25%;
    }
}
.features__shape img {
    position: absolute;
    right: 0;
    top: -115px;
    z-index: -1;
    max-width: 244px;
}
@media (max-width: 1500px) {
    .features__shape img {
        top: auto;
        bottom: 20px;
        width: 180px;
    }
}
@media (max-width: 767.98px) {
    .features__shape img {
        bottom: 10px;
        width: 100px;
    }
}

/*=============================
	02. Choose
===============================*/
.choose__area-two {
    position: relative;
    z-index: 1;
}
.choose__area-two::before {
    content: "";
    position: absolute;
    width: 464px;
    height: 464px;
    right: 28px;
    top: -50px;
    border-radius: 50%;
    opacity: 0.7;
    background: linear-gradient(180deg, #fcaaac 0%, #ffefdd 100%);
    filter: blur(150px);
    z-index: -1;
}
.choose__area-two::after {
    content: "";
    position: absolute;
    width: 464px;
    height: 464px;
    left: -37px;
    bottom: 0;
    border-radius: 50%;
    opacity: 0.7;
    background: linear-gradient(180deg, #fcaaac 0%, #ffefdd 100%);
    filter: blur(150px);
    z-index: -1;
}
.choose__bg {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    background-color: var(--tg-theme-primary);
}
@media (max-width: 767.98px) {
    .choose__bg {
        padding: 100px 0;
    }
}
.choose__img {
    margin-left: -90px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}
@media (max-width: 1500px) {
    .choose__img {
        margin-left: -40px;
    }
}
@media (max-width: 1199.98px) {
    .choose__img {
        margin-left: 0;
    }
}
@media (max-width: 991.98px) {
    .choose__img {
        margin-bottom: 50px;
    }
}
.choose__img img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    max-width: unset;
}
@media (max-width: 767.98px) {
    .choose__img img {
        max-width: 100%;
    }
}
.choose__img-two {
    position: relative;
}
@media (max-width: 991.98px) {
    .choose__img-two {
        margin-bottom: 50px;
    }
}
.choose__img-two .main-img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 767.98px) {
    .choose__img-two .main-img img {
        width: 100%;
    }
}
.choose__img-two .shape {
    background: var(--tg-color-white-default);
    padding: 38px 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    right: -25px;
    bottom: 16%;
}
@media (max-width: 767.98px) {
    .choose__img-two .shape {
        display: none;
    }
}
.choose__content {
    margin-left: 45px;
}
@media (max-width: 1199.98px) {
    .choose__content {
        margin-left: 0;
    }
}
.choose__content-two {
    margin-left: 65px;
}
@media (max-width: 1199.98px) {
    .choose__content-two {
        margin-left: 20px;
    }
}
@media (max-width: 991.98px) {
    .choose__content-two {
        margin-left: 0;
    }
}
.choose__content-two > p {
    margin-bottom: 25px;
}
.choose__content-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px 50px;
    margin-bottom: 45px;
}
@media (max-width: 1199.98px) {
    .choose__content-inner {
        gap: 20px 25px;
    }
}
@media (max-width: 767.98px) {
    .choose__content-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
.choose__content-inner > p {
    margin-bottom: 0;
    width: 53%;
    margin-left: auto;
}
@media (max-width: 767.98px) {
    .choose__content-inner > p {
        width: 100%;
    }
}
.choose__content-inner .about__list-box .list-wrap {
    margin-bottom: 0;
}
.choose__content-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px 50px;
}
@media (max-width: 1199.98px) {
    .choose__content-bottom {
        gap: 30px 30px;
    }
}
@media (max-width: 767.98px) {
    .choose__content-bottom {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}
.choose__content-bottom .left-side {
    width: 54%;
    flex: 0 0 auto;
    position: relative;
}
@media (max-width: 767.98px) {
    .choose__content-bottom .left-side {
        width: 100%;
    }
}
.choose__content-bottom .left-side::before {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 100%;
    background: #2139a3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
@media (max-width: 1199.98px) {
    .choose__content-bottom .left-side::before {
        right: -15px;
    }
}
@media (max-width: 767.98px) {
    .choose__content-bottom .left-side::before {
        display: none;
    }
}
.choose__content-bottom .left-side > p {
    color: var(--tg-color-gray-5);
    margin-bottom: 25px;
}
.choose__list-item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}
.choose__list-item .icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1.5px solid var(--tg-theme-primary);
    color: var(--tg-theme-primary);
    font-size: 50px;
    line-height: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.choose__list-item .content .title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.choose__list-item .content p {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.5;
}
.choose__list-item:hover .icon {
    transform: rotateY(180deg);
}
.choose__shape img {
    position: absolute;
    z-index: -1;
    right: -18px;
    bottom: 17%;
    max-width: 248px;
}
@media (max-width: 1500px) {
    .choose__shape img {
        max-width: 180px;
    }
}
@media (max-width: 1199.98px) {
    .choose__shape img {
        bottom: 10%;
        max-width: 150px;
    }
}
@media (max-width: 767.98px) {
    .choose__shape img {
        bottom: 2%;
        max-width: 120px;
    }
}

/*=============================
	02. Achieved
===============================*/
.achieved__area {
    position: relative;
    z-index: 1;
}
.achieved__content {
    padding: 60px 0;
    width: 85%;
}
@media (max-width: 1199.98px) {
    .achieved__content {
        width: 100%;
        padding: 120px 0;
    }
}
@media (max-width: 991.98px) {
    .achieved__content {
        padding: 50px 0 120px;
    }
}
@media (max-width: 767.98px) {
    .achieved__content {
        padding: 50px 0 100px;
    }
}
.achieved__content p {
    margin-bottom: 20px;
    font-size: 18px;
}
.achieved__shape img {
    position: absolute;
    right: 8%;
    bottom: 70px;
    z-index: -1;
}
@media (max-width: 991.98px) {
    .achieved__shape img {
        right: 0%;
        bottom: auto;
        top: 10%;
    }
}

.progress__item {
    margin-bottom: 20px;
}
.progress__item:last-child {
    margin-bottom: 0;
}
.progress__item-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.progress__item .progress {
    background-color: #e1e6e9;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    height: 8px;
}
.progress__item .progress .progress-bar {
    background-color: var(--tg-theme-secondary);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}
.progress__item-two .progress .progress-bar {
    background-color: var(--tg-theme-primary);
}
.progress__item-two .progress__title {
    color: var(--tg-color-white-default);
}
.progress__item-two .progress-value {
    color: var(--tg-color-white-default);
}
.progress__item-two .progress-value .counter-number {
    color: var(--tg-color-white-default);
}
.progress__item-three .progress .progress-bar {
    background-color: var(--tg-theme-primary);
}
.progress__title {
    margin-bottom: 0;
    font-size: 20px;
    text-transform: capitalize;
}
.progress-value {
    font-size: 16px;
    font-weight: 700;
    color: var(--tg-heading-color);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 1px;
}
.progress-value .counter-number {
    font-size: 16px;
    font-weight: 700;
    color: var(--tg-heading-color);
}

/*=============================
	02. Marquee
===============================*/
.marquee__area {
    padding: 0 0 120px;
}
@media (max-width: 991.98px) {
    .marquee__area {
        padding: 0 0 100px;
    }
}
@media (max-width: 767.98px) {
    .marquee__area {
        padding: 0 0 80px;
    }
}
.marquee__item {
    margin-right: 20px;
    display: inline;
    line-height: 1;
}
.marquee__item a {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--tg-body-color);
}
@media (max-width: 1199.98px) {
    .marquee__item a {
        font-size: 42px;
    }
}
@media (max-width: 991.98px) {
    .marquee__item a {
        font-size: 38px;
    }
}
@media (max-width: 767.98px) {
    .marquee__item a {
        font-size: 32px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .marquee__item a {
        font-size: 34px;
    }
}
.marquee__item a:hover {
    color: var(--tg-theme-primary);
    -webkit-text-stroke: 1.5px var(--tg-theme-primary);
}
.marquee__item a svg {
    color: var(--tg-theme-secondary);
    margin-right: 10px;
    transform: translateY(-5px);
}
@media (max-width: 1199.98px) {
    .marquee__item a svg {
        width: 38px;
    }
}
@media (max-width: 991.98px) {
    .marquee__item a svg {
        width: 36px;
    }
}
@media (max-width: 767.98px) {
    .marquee__item a svg {
        width: 32px;
    }
}
.marquee__item-two a:hover {
    color: var(--tg-theme-primary);
    -webkit-text-stroke: 1.5px var(--tg-theme-primary);
}
.marquee__item-two a svg {
    color: var(--tg-theme-primary);
}
.marquee__item-three a {
    -webkit-text-stroke: 1.5px var(--tg-color-gray-13);
}
.marquee__item-three a:hover {
    color: var(--tg-color-white-default);
    -webkit-text-stroke: 1.5px var(--tg-color-white-default);
}
.marquee__item-three a svg {
    color: var(--tg-theme-primary);
}
.marquee__item-four a {
    -webkit-text-stroke: 1.5px var(--tg-color-gray-13);
}
.marquee__item-four a svg {
    color: var(--tg-theme-primary);
}

.marquee-wrap .marquee__group .m-item {
    margin-right: 25px;
    display: inline;
}

/*=============================
	02. Project
===============================*/
.project__bg {
    background-size: cover;
    background-position: center;
    padding: 140px 0;
    background-color: var(--tg-color-gray-4);
}
@media (max-width: 991.98px) {
    .project__bg {
        padding: 120px 0;
    }
}
@media (max-width: 767.98px) {
    .project__bg {
        padding: 100px 0;
    }
}
.project__item {
    position: relative;
    overflow: hidden;
}
.project__item-wrap {
    margin: 0 -156px;
}
@media (max-width: 1199.98px) {
    .project__item-wrap {
        margin: 0 -250px;
    }
}
@media (max-width: 991.98px) {
    .project__item-wrap {
        margin: 0 -300px;
    }
}
@media (max-width: 767.98px) {
    .project__item-wrap {
        margin: 0 0;
        padding: 0 15px;
    }
}
.project__item-wrap .swiper-slide-active .project__thumb img {
    filter: grayscale(0);
    opacity: 1;
}
.project__item-wrap .swiper-slide-active .project__content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.project__item-two {
    margin-bottom: 30px;
    position: relative;
}
.project__item-two:hover .project__thumb-two img {
    transform: scale(1.03) translateX(5px);
}
.project__item-two:hover .project__content-two {
    opacity: 1;
    visibility: visible;
}
.project__item-two:hover .project__content-two .title {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}
.project__item-two:hover .project__content-two span {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}
.project__item-three {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}
.project__item-three:hover .project__thumb-three::before {
    opacity: 0.8;
}
.project__item-three:hover .project__icon a {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.project__item-three:hover .project__content-three {
    opacity: 1;
    visibility: visible;
}
.project__item-three:hover .project__content-three span {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}
.project__item-three:hover .project__content-three .title {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}
.project__thumb img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    filter: grayscale(1);
    opacity: 0.8;
    width: 100%;
    height: 460px;
    object-fit: cover;
}
@media (max-width: 767.98px) {
    .project__thumb img {
        height: 300px;
    }
}
.project__thumb-two {
    overflow: hidden;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.project__thumb-two img {
    height: 460px;
    object-fit: cover;
    transform: scale(1.03);
    transition: 0.4s ease-in-out;
}
@media (max-width: 1199.98px) {
    .project__thumb-two img {
        height: 430px;
    }
}
.project__thumb-three {
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.project__thumb-three::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.project__thumb-three img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.project__content {
    position: absolute;
    left: 30px;
    bottom: 40px;
    background: var(--tg-theme-secondary);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 20px 40px 25px 25px;
    min-width: 385px;
    justify-content: space-between;
    gap: 20px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 1199.98px) {
    .project__content {
        left: 20px;
        bottom: 20px;
    }
}
@media (max-width: 767.98px) {
    .project__content {
        flex-wrap: wrap;
        right: 20px;
        min-width: auto;
        padding: 20px 20px 25px 25px;
    }
}
.project__content .title {
    margin-bottom: 8px;
    color: var(--tg-color-white-default);
    font-size: 24px;
    text-transform: capitalize;
}
.project__content span {
    display: block;
    color: var(--tg-color-white-default);
    line-height: 1;
    text-transform: capitalize;
}
.project__content .right-arrow a svg {
    width: 20px;
    height: 20px;
    color: var(--tg-color-white-default);
}
.project__content .right-arrow a svg path {
    transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}
.project__content .right-arrow a svg path:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
}
.project__content .right-arrow a svg path:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
    opacity: 0.5;
    transition-delay: 0s, 0s;
}
.project__content:hover .right-arrow a svg path:nth-of-type(1) {
    transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
    opacity: 0;
    transition-delay: 0s, 0s;
}
.project__content:hover .right-arrow a svg path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
}
.project__content-two {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 20px 40px 30px;
    opacity: 0;
    visibility: hidden;
}
.project__content-two .title {
    margin-bottom: 0;
    color: var(--tg-color-white-default);
    font-size: 24px;
    font-weight: 600;
    background: var(--tg-theme-primary);
    border-radius: 4px 4px 4px 0px;
    padding: 10px 17px 12px;
}
.project__content-two .title a:hover {
    color: var(--tg-theme-secondary);
}
.project__content-two span {
    font-size: 16px;
    display: inline-block;
    border-radius: 0px 0px 4px 4px;
    background: var(--tg-color-white-default);
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 14px;
    color: var(--tg-heading-color);
}
.project__content-three {
    padding: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.project__content-three span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #cfcfcf;
    line-height: 1;
    margin-bottom: 10px;
}
.project__content-three .title {
    color: var(--tg-color-white-default);
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.project__icon a {
    position: absolute;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    line-height: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    right: 30px;
    top: 30px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-top: 60px;
}
.project__icon a:hover {
    background: var(--tg-color-white-default);
    color: var(--tg-heading-color);
}
.project__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 60px;
}
@media (max-width: 767.98px) {
    .project__nav {
        margin-top: 40px;
    }
}
.project__nav .swiper-pagination-bullet {
    width: 25px;
    height: 8px;
    background: #b9c3c5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    opacity: 1;
    padding: 0;
    margin: 0 !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.project__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 45px;
    background: var(--tg-theme-primary);
}
.project__details-inner .col-70 {
    width: 70.4%;
    flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
    .project__details-inner .col-70 {
        width: 65%;
    }
}
@media (max-width: 991.98px) {
    .project__details-inner .col-70 {
        width: 100%;
    }
}
.project__details-inner .col-30 {
    width: 29.6%;
    flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
    .project__details-inner .col-30 {
        width: 35%;
    }
}
@media (max-width: 991.98px) {
    .project__details-inner .col-30 {
        width: 100%;
    }
}
.project__details-thumb {
    margin-bottom: 35px;
}
.project__details-thumb img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    height: 480px;
    object-fit: cover;
}
@media (max-width: 1199.98px) {
    .project__details-thumb img {
        height: 400px;
    }
}
@media (max-width: 767.98px) {
    .project__details-thumb img {
        height: 300px;
    }
}
.project__details-content > .title {
    margin-bottom: 20px;
    font-size: 40px;
}
@media (max-width: 1199.98px) {
    .project__details-content > .title {
        font-size: 32px;
    }
}
.project__details-content > p {
    margin-bottom: 0;
}
.project__details-content .title-two {
    font-size: 30px;
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    .project__details-content .title-two {
        font-size: 25px;
    }
}
.project__details-challenge {
    margin-top: 30px;
    margin-bottom: 30px;
}
.project__details-challenge p {
    margin-bottom: 22px;
}
.project__details-services p {
    margin-bottom: 0;
}
.project__details-features {
    margin-top: 35px;
}
.project__details-features .features__item {
    padding: 35px 30px 30px 42px;
}
@media (max-width: 1199.98px) {
    .project__details-features .features__item {
        padding: 35px 25px 30px 25px;
    }
}
.project__info .list-wrap li {
    color: var(--tg-color-white-default);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}
.project__info .list-wrap li span {
    display: block;
    line-height: 1;
    color: var(--tg-color-gray-9);
    font-weight: 400;
    margin-bottom: 5px;
}
@media (max-width: 991.98px) {
    .project__sidebar {
        margin-top: 100px;
    }
}
.project__sidebar-social .title {
    display: block;
    line-height: 1;
    color: var(--tg-color-gray-9);
    font-weight: 400;
    margin-bottom: 12px;
}
.project__sidebar-social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px;
}
.project__sidebar-social .list-wrap li {
    line-height: 1;
}
.project__sidebar-social .list-wrap li a {
    color: var(--tg-color-white-default);
    font-size: 18px;
    display: block;
}
.project__sidebar-social .list-wrap li a:hover {
    transform: translateY(-3px);
}

.area__bg {
    background-size: cover;
    background-position: center;
    background-color: var(--tg-theme-secondary);
    position: relative;
    z-index: 1;
}

.view-all-btn-two .border-btn {
    color: var(--tg-theme-primary);
}
.view-all-btn-two .border-btn:hover {
    color: var(--tg-color-white-default);
}

/*=============================
	02. Pricing
===============================*/
.pricing__box {
    background: var(--tg-color-white-default);
    padding: 60px 70px 70px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199.98px) {
    .pricing__box {
        padding: 40px 20px 40px;
    }
}
@media (max-width: 767.98px) {
    .pricing__box {
        padding: 40px 40px 40px;
    }
}
.pricing__top .title {
    font-size: 20px;
    margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
    .pricing__top .title {
        margin-bottom: 20px;
    }
}
.pricing__price .price {
    margin-bottom: 40px;
    font-size: 70px;
    display: flex;
    justify-content: center;
    line-height: 0.8;
}
@media (max-width: 1199.98px) {
    .pricing__price .price {
        margin-bottom: 30px;
        font-size: 50px;
    }
}
.pricing__price .price span {
    font-size: 24px;
    line-height: 1;
    display: block;
    margin-top: 5px;
}
.pricing__price .price strong {
    font-size: 20px;
    margin-top: auto;
}
.pricing__content p {
    margin-bottom: 20px;
    line-height: 1.5;
    color: var(--tg-color-gray-7);
}
.pricing__list {
    margin-bottom: 35px;
}
.pricing__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-color-gray-7);
    text-transform: capitalize;
    gap: 8px;
    margin-bottom: 10px;
}
.pricing__list li:last-child {
    margin-bottom: 0;
}
.pricing__list li i {
    color: var(--tg-theme-primary);
    line-height: 0;
}
.pricing__btn .btn {
    background: var(--tg-theme-primary);
    border-radius: 30px;
    padding: 17px 38px;
    font-size: 18px;
}
.pricing__btn .btn:hover {
    background: var(--tg-color-black-2);
}

/*=============================
	02. Video
===============================*/
.video__area {
    position: relative;
    padding: 170px 0 255px;
    z-index: 1;
}
@media (max-width: 1199.98px) {
    .video__area {
        padding: 140px 0 240px;
    }
}
@media (max-width: 991.98px) {
    .video__area {
        padding: 120px 0 220px;
    }
}
@media (max-width: 767.98px) {
    .video__area {
        padding: 100px 0 200px;
    }
}
.video__area-two {
    position: relative;
}
.video__area-three {
    position: relative;
    padding: 280px 0 150px;
    margin-top: -145px;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .video__area-three {
        padding: 250px 0 110px;
    }
}
.video__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}
.video__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000038;
    opacity: 0.5;
    mix-blend-mode: luminosity;
}
.video__bg-two::before {
    background: #000;
    opacity: 0.7;
    mix-blend-mode: normal;
}
.video__bg-three::before {
    display: none;
}
@media (max-width: 991.98px) {
    .video__content {
        text-align: center;
    }
}
.video__content-two {
    background: var(--tg-color-white-default);
    padding: 70px 70px;
}
@media (max-width: 1199.98px) {
    .video__content-two {
        padding: 50px 45px;
    }
}
@media (max-width: 991.98px) {
    .video__content-two {
        padding: 50px 50px;
        margin-top: 40px;
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .video__content-two {
        padding: 40px 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video__content-two {
        padding: 50px 40px;
    }
}
.video__content-two .title {
    margin-bottom: 25px;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 800;
}
@media (max-width: 767.98px) {
    .video__content-two .title {
        font-size: 32px;
    }
}
.video__contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 991.98px) {
    .video__contact {
        justify-content: center;
    }
}
.video__contact .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: var(--tg-theme-primary);
    line-height: 0;
    color: var(--tg-color-white-default);
    font-size: 26px;
}
.video__contact .content {
    text-align: left;
}
.video__contact .content span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    color: var(--tg-theme-secondary);
    margin-bottom: 8px;
}
.video__contact .content a {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    color: var(--tg-theme-secondary);
}
.video__contact .content a:hover {
    color: var(--tg-theme-primary);
}
.video__play-btn {
    margin-right: 155px;
}
@media (max-width: 991.98px) {
    .video__play-btn {
        margin-right: 0;
    }
}
.video__play-btn .play-btn {
    width: 84px;
    height: 84px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: var(--tg-color-white-default);
    line-height: 0;
    font-size: 25px;
    color: var(--tg-theme-secondary);
    margin-left: auto;
    position: relative;
}
@media (max-width: 991.98px) {
    .video__play-btn .play-btn {
        margin: 0 auto 50px;
    }
}
.video__play-btn .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    animation: pulse-border 1500ms ease-out infinite;
}
.video__play-btn-two .play-btn {
    color: var(--tg-theme-primary);
}
.video__play-btn-three .play-btn {
    color: var(--tg-theme-primary);
}

/*=============================
	02. Request
===============================*/
.request__area {
    background: var(--tg-color-gray-4);
}
.request__area-two {
    position: relative;
}
.request__wrap {
    margin-top: -130px;
    position: relative;
    z-index: 2;
}
.request__wrap-two {
    background: var(--tg-color-white-default);
    padding: 50px 60px 60px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin-left: 100px;
}
@media (max-width: 1199.98px) {
    .request__wrap-two {
        margin-left: 0;
        padding: 45px 50px 50px;
    }
}
@media (max-width: 767.98px) {
    .request__wrap-two {
        padding: 35px 30px 40px;
    }
}
.request__wrap-two .title {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 800;
}
.request__nav .nav-tabs {
    border: none;
    display: inline-flex;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -o-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}
.request__nav .nav-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
    color: var(--tg-color-white-default);
    font-size: 20px;
    font-weight: 600;
    gap: 12px;
    background: var(--tg-heading-color);
    padding: 18px 61px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
@media (max-width: 991.98px) {
    .request__nav .nav-link {
        padding: 18px 35px;
    }
}
@media (max-width: 767.98px) {
    .request__nav .nav-link {
        padding: 15px 20px;
        font-size: 15px;
        gap: 8px;
    }
}
.request__nav .nav-link i {
    font-size: 30px;
    line-height: 0;
}
@media (max-width: 767.98px) {
    .request__nav .nav-link i {
        font-size: 20px;
    }
}
.request__nav .nav-link.active {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}
.request__nav-two .nav-link.active {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
.request__form {
    -webkit-border-radius: 0px 10px 10px 10px;
    -moz-border-radius: 0px 10px 10px 10px;
    -o-border-radius: 0px 10px 10px 10px;
    -ms-border-radius: 0px 10px 10px 10px;
    border-radius: 0px 10px 10px 10px;
    background: var(--tg-color-white-default);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 30px 40px 45px;
}
@media (max-width: 1199.98px) {
    .request__form {
        padding: 30px 30px 45px;
    }
}
.request__form .title {
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: var(--tg-body-color);
    text-transform: capitalize;
    margin-bottom: 10px;
}
.request__form .form-grp {
    margin-bottom: 20px;
    flex-grow: 1;
    width: 100%;
}
.request__form .form-grp textarea,
.request__form .form-grp input {
    width: 100%;
    border: 1px solid var(--tg-border-6);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: var(--tg-body-color);
    line-height: 1;
    padding: 15px 20px;
}
.request__form .form-grp textarea::placeholder,
.request__form .form-grp input::placeholder {
    color: #838383;
    font-size: 14px;
}
.request__form .form-grp textarea {
    min-height: 122px;
    max-height: 122px;
}
.request__form .form-grp.select-grp {
    position: relative;
}
.request__form .form-grp.select-grp select {
    background-color: transparent;
    border: 1px solid var(--tg-border-6);
    color: var(--tg-body-color);
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 4px;
    outline: none;
    padding: 13px 50px 13px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.4;
    height: 50px;
    cursor: pointer;
}
.request__form .form-grp.select-grp::after {
    content: "\f12f";
    position: absolute;
    bottom: 15px;
    font-family: "flaticon";
    font-weight: 400;
    right: 20px;
    font-size: 20px;
    color: var(--tg-body-color);
    line-height: 1;
}
.request__form .form-grp-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 767.98px) {
    .request__form .form-grp-wrap {
        flex-wrap: wrap;
        gap: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .request__form .form-grp-wrap {
        flex-wrap: nowrap;
        gap: 20px;
    }
}
.request__form .btn {
    width: 100%;
    justify-content: center;
    font-size: 18px;
    padding: 19px 28px;
}
.request__form .btn::before {
    display: none;
}
.request__form .btn:hover {
    background: var(--tg-theme-secondary);
}
.request__form-two .btn {
    background: var(--tg-theme-secondary);
}
.request__form-two .btn:hover {
    background: var(--tg-theme-primary);
}
.request__form-three .form-grp {
    margin-bottom: 20px;
}
.request__form-three .form-grp.select-grp {
    position: relative;
}
.request__form-three .form-grp.select-grp select {
    background-color: #f5f5f5;
    border: none;
    color: var(--tg-body-color);
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 4px;
    outline: none;
    padding: 13px 50px 13px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.4;
    height: 50px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.request__form-three .form-grp.select-grp::after {
    content: "\f12f";
    position: absolute;
    bottom: 15px;
    font-family: "flaticon";
    font-weight: 400;
    right: 20px;
    font-size: 20px;
    color: var(--tg-body-color);
    line-height: 1;
}
.request__form-three .form-grp input {
    background-color: #f5f5f5;
    border: none;
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 15px 20px;
    color: var(--tg-body-color);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.request__form-three .form-grp input::placeholder {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--tg-body-color);
}
.request__form-three button {
    width: 100%;
    background: var(--tg-theme-secondary);
    justify-content: center;
}
.request__form-three button:hover {
    background: var(--tg-theme-primary);
}
.request__radio-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}
.request__radio-wrap .form-check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    line-height: 1.2;
    gap: 6px;
    min-height: auto;
    padding: 0;
}
.request__radio-wrap .form-check-input {
    margin: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #bebebe;
}
.request__radio-wrap .form-check-input:checked {
    background-color: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
}
.request__radio-wrap .form-check-input:checked ~ .form-check-label {
    color: var(--tg-body-color);
}
.request__radio-wrap .form-check-input:focus {
    box-shadow: none;
}
.request__radio-wrap .form-check-label {
    font-size: 14px;
    font-weight: 500;
    color: #838383;
    user-select: none;
}
.request__radio-wrap-two .form-check-input:checked {
    background-color: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
}
.request__shape img {
    position: absolute;
    z-index: -1;
    left: 50px;
    top: 0;
    max-width: 217px;
}
@media (max-width: 1800px) {
    .request__shape img {
        left: 20px;
        max-width: 160px;
    }
}

.price_slider_amount {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
.price_slider_amount span {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tg-body-color);
}
.price_slider_amount input {
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-body-color);
    text-align: right;
    width: 140px;
}

.ui-widget-content {
    background: #ececec;
    border: none;
    height: 6px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 24px;
}
.ui-widget-content .ui-slider-handle {
    border: none;
    width: 8px;
    height: 16px;
    background: #dd2c0e;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    margin-left: -2px;
    color: #dd2c0e;
}
.ui-widget-content .ui-slider-handle:focus {
    outline: none;
}
.ui-widget-header {
    background: var(--tg-theme-primary);
}

/*=============================
	02. Testimonial
===============================*/
.testimonial__area {
    background: var(--tg-color-gray-4);
    padding: 90px 0 140px;
    position: relative;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .testimonial__area {
        padding: 90px 0 100px;
    }
}
.testimonial__area-two {
    position: relative;
}
.testimonial__area-two::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
    width: 500px;
    height: 500px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(252, 170, 172, 0.06) 0%, rgba(255, 239, 221, 0.5) 100%);
    filter: blur(150px);
}
.testimonial__area-four {
    position: relative;
    padding: 100px 0 140px;
    z-index: 1;
}
.testimonial__inner-wrap {
    background: var(--tg-color-white-default);
    padding: 80px 0;
    border: 1px solid #cecece;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 767.98px) {
    .testimonial__inner-wrap {
        padding: 40px 10px;
    }
}
.testimonial__wrap {
    text-align: center;
}
.testimonial__icon {
    margin-bottom: 25px;
}
.testimonial__icon svg {
    color: var(--tg-theme-secondary);
}
.testimonial__icon-two svg {
    color: var(--tg-theme-primary);
}
.testimonial__nav .swiper-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    justify-content: center;
}
.testimonial__nav .swiper-wrapper button {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    width: 65px;
}
.testimonial__nav .swiper-wrapper button img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    filter: grayscale(1);
}
.testimonial__nav .swiper-wrapper .swiper-slide {
    width: auto !important;
}
.testimonial__nav .swiper-slide-thumb-active button img {
    filter: grayscale(0);
}
@media (max-width: 767.98px) {
    .testimonial__nav-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }
}
.testimonial__nav-wrap button {
    border: none;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 22px;
    color: var(--tg-heading-color);
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 991.98px) {
    .testimonial__nav-wrap button {
        left: 7px;
    }
}
@media (max-width: 767.98px) {
    .testimonial__nav-wrap button {
        transform: translateY(0);
        position: inherit;
    }
}
.testimonial__nav-wrap button:hover {
    background: var(--tg-heading-color);
    color: var(--tg-color-white-default);
}
.testimonial__nav-wrap button.testimonial-button-next {
    right: 0;
    left: auto;
}
@media (max-width: 991.98px) {
    .testimonial__nav-wrap button.testimonial-button-next {
        right: 7px;
    }
}
.testimonial__nav-wrap-two button {
    border: 1px solid #d6d6d6;
    color: var(--tg-color-black-2);
}
.testimonial__nav-wrap-two button:hover {
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
.testimonial__nav-wrap-three button {
    background: var(--tg-color-gray-8);
    color: var(--tg-color-white-default);
}
.testimonial__nav-wrap-three button:hover {
    background: var(--tg-theme-primary);
}
.testimonial-active {
    position: relative;
}
.testimonial__item .name {
    margin-bottom: 8px;
    font-size: 22px;
}
.testimonial__item span {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: var(--tg-body-color);
    margin-bottom: 15px;
}
.testimonial__rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
}
.testimonial__rating i {
    font-size: 18px;
    color: var(--tg-color-yellow-light);
}
.testimonial__rating i:last-child {
    color: var(--tg-color-yellow-light-2);
}
.testimonial__content p {
    font-size: 18px;
    font-style: italic;
    text-transform: capitalize;
    line-height: 1.6;
    width: 65%;
    margin: 0 auto;
}
@media (max-width: 991.98px) {
    .testimonial__content p {
        width: 75%;
    }
}
@media (max-width: 767.98px) {
    .testimonial__content p {
        width: 100%;
    }
}
.testimonial__content-two p {
    width: 70%;
}
@media (max-width: 1199.98px) {
    .testimonial__content-two p {
        width: 80%;
    }
}
@media (max-width: 767.98px) {
    .testimonial__content-two p {
        width: 100%;
    }
}
.testimonial__shape img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    top: -190px;
}

/*=============================
	02. History
===============================*/
.history__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px 180px;
    position: relative;
    padding-bottom: 40px;
    padding-top: 30px;
}
@media (max-width: 1199.98px) {
    .history__item {
        gap: 30px 150px;
    }
}
@media (max-width: 991.98px) {
    .history__item {
        gap: 30px 130px;
    }
}
@media (max-width: 767.98px) {
    .history__item {
        gap: 30px 30px;
        flex-wrap: wrap;
        padding-top: 0;
    }
}
.history__item::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 20px;
    height: 20px;
    border: 3px solid #cfcfcf;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
@media (max-width: 767.98px) {
    .history__item::before {
        display: none;
    }
}
.history__item:hover::before {
    background: var(--tg-theme-primary);
    border-color: var(--tg-color-white-default);
}
.history__item:nth-child(even) {
    flex-direction: row-reverse;
}
.history__item:nth-child(even) .history__years-wrap .shape {
    transform: rotate(-180deg);
}
@media (max-width: 767.98px) {
    .history__item:nth-child(even) .history__years-wrap .shape {
        transform: rotate(0);
    }
}
@media (max-width: 767.98px) {
    .history__item:last-child {
        padding-bottom: 0;
    }
}
.history__item-wrap {
    position: relative;
}
.history__item-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background: #f0f0f0;
}
@media (max-width: 767.98px) {
    .history__item-wrap::before {
        display: none;
    }
}
.history__item-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 20px;
    height: 20px;
    border: 3px solid #cfcfcf;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
@media (max-width: 767.98px) {
    .history__item-wrap::after {
        display: none;
    }
}
.history__thumb {
    width: 520px;
    flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
    .history__thumb {
        width: 390px;
    }
}
@media (max-width: 991.98px) {
    .history__thumb {
        width: 280px;
    }
}
@media (max-width: 767.98px) {
    .history__thumb {
        width: 100%;
    }
}
.history__thumb img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.history__content .title {
    margin-bottom: 12px;
    font-size: 30px;
    text-transform: capitalize;
}
@media (max-width: 1199.98px) {
    .history__content .title {
        font-size: 26px;
    }
}
.history__content p {
    margin-bottom: 0;
}
.history__years-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 82px;
    padding: 4px 16px;
}
@media (max-width: 767.98px) {
    .history__years-wrap {
        position: relative;
        transform: translateX(0);
        left: 0;
        top: 0;
        display: inline-block;
        margin-bottom: 20px;
    }
}
.history__years-wrap .shape {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}
.history__years-wrap .shape svg {
    width: 100%;
    height: 100%;
    color: var(--tg-theme-primary);
    overflow: visible;
}
.history__years-wrap span {
    color: var(--tg-color-white-default);
    font-size: 16px;
    font-weight: 700;
}

/*=============================
	02. Mission
===============================*/
.mission__inner-wrap {
    position: relative;
}
.mission__img {
    max-width: 728px;
    margin-left: auto;
}
@media (max-width: 1199.98px) {
    .mission__img {
        max-width: 600px;
    }
}
@media (max-width: 991.98px) {
    .mission__img {
        max-width: 100%;
        width: 100%;
    }
}
.mission__img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}
.mission__content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--tg-color-white-default);
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    max-width: 612px;
    padding: 75px 90px 85px;
}
@media (max-width: 1199.98px) {
    .mission__content {
        max-width: 530px;
        padding: 50px 50px 50px;
    }
}
@media (max-width: 991.98px) {
    .mission__content {
        max-width: 100%;
        position: inherit;
        top: 0;
        transform: translate(0);
        margin-top: 50px;
    }
}
@media (max-width: 767.98px) {
    .mission__content {
        padding: 30px 25px;
        margin-top: 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mission__content {
        padding: 40px 40px;
    }
}
.mission__content p {
    margin-bottom: 15px;
}
.mission__content .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/*=============================
	02. Vision
===============================*/
.vision__inner-wrap {
    position: relative;
}
.vision__img {
    max-width: 728px;
}
@media (max-width: 1199.98px) {
    .vision__img {
        max-width: 600px;
    }
}
@media (max-width: 991.98px) {
    .vision__img {
        max-width: 100%;
        width: 100%;
    }
}
.vision__img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}
.vision__content {
    max-width: 612px;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    padding: 75px 80px 110px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1199.98px) {
    .vision__content {
        max-width: 530px;
        padding: 50px 50px 70px;
    }
}
@media (max-width: 991.98px) {
    .vision__content {
        max-width: 100%;
        position: inherit;
        top: 0;
        transform: translate(0);
        margin-top: 50px;
        padding: 50px;
    }
}
@media (max-width: 767.98px) {
    .vision__content {
        padding: 30px 25px;
        margin-top: 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .vision__content {
        padding: 40px 40px;
    }
}
.vision__content p {
    margin-bottom: 25px;
}

/*=============================
	02. Team
===============================*/
.team__area {
    position: relative;
    z-index: 1;
}
.team__area-two {
    background: var(--tg-color-gray-12);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team__bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 71%;
    background-size: cover;
    background-position: center;
}
.team__bg-two {
    background-color: var(--tg-theme-secondary);
}
.team__item {
    text-align: center;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
    padding: 45px 30px 55px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199.98px) {
    .team__item {
        padding: 30px 20px 30px;
    }
}
.team__item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.team__item:hover .team__thumb img {
    mix-blend-mode: normal;
}
.team__item-two {
    background: var(--tg-color-white-default);
    height: 400px;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    border: 1px solid #dcdcdc;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    margin-bottom: 30px;
}
.team__item-two:hover {
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.2);
}
.team__item-two:hover .team__thumb-two img {
    mix-blend-mode: normal;
}
.team__thumb {
    margin-bottom: 22px;
}
.team__thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    mix-blend-mode: luminosity;
}
.team__thumb-two img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: luminosity;
    max-height: 325px;
}
.team__content .title {
    position: relative;
    margin-bottom: 5px;
    font-size: 24px;
    text-transform: capitalize;
    padding-top: 7px;
}
@media (max-width: 1199.98px) {
    .team__content .title {
        font-size: 20px;
    }
}
@media (max-width: 991.98px) {
    .team__content .title {
        font-size: 22px;
    }
}
.team__content .title::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 30px;
    height: 4px;
    border-radius: 10px;
    background: var(--tg-theme-primary);
}
.team__content .title a:hover {
    color: var(--tg-theme-primary);
}
.team__content span {
    display: block;
    line-height: 1.4;
    color: var(--tg-color-gray-7);
    font-weight: 500;
    margin-bottom: 18px;
}
.team__content-two {
    position: absolute;
    left: 30px;
    top: 20px;
}
.team__content-two .title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.team__content-two span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
}
.team__social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.team__social li {
    line-height: 1;
}
.team__social li a {
    font-size: 18px;
    color: var(--tg-color-gray-8);
    display: block;
}
.team__social li a:hover {
    color: var(--tg-theme-primary);
    transform: translateY(-3px);
}
.team__social-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    gap: 14px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.team__social-two::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -150px;
    width: 3px;
    height: 120px;
    background: var(--tg-theme-primary);
    border-radius: 3px;
}
.team__social-two li {
    line-height: 1;
}
.team__social-two li a {
    font-size: 18px;
    color: var(--tg-color-gray-8);
    transform: rotate(-90deg);
    display: inline-block;
}
.team__social-two li a:hover {
    color: var(--tg-theme-primary);
    transform: rotate(0);
}
.team__shape img {
    position: absolute;
    left: 80px;
    top: 0;
    z-index: -1;
    max-width: 217px;
}
@media (max-width: 991.98px) {
    .team__shape img {
        left: 40px;
        max-width: 180px;
    }
}
@media (max-width: 767.98px) {
    .team__shape img {
        left: 30px;
        max-width: 105px;
    }
}
.team__overlay-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
}
.team__overlay-content .title {
    margin-bottom: 0;
    font-size: 600px;
    line-height: 0.7;
    text-transform: uppercase;
    color: #f0f0f0;
}
@media (max-width: 1500px) {
    .team__overlay-content .title {
        font-size: 520px;
    }
}
@media (max-width: 1199.98px) {
    .team__overlay-content .title {
        font-size: 360px;
    }
}
@media (max-width: 991.98px) {
    .team__overlay-content .title {
        font-size: 290px;
    }
}
@media (max-width: 767.98px) {
    .team__overlay-content .title {
        font-size: 220px;
    }
}
.team__details-inner .col-36 {
    width: 35.6%;
    flex: 0 0 auto;
}
@media (max-width: 991.98px) {
    .team__details-inner .col-36 {
        width: 60%;
    }
}
@media (max-width: 767.98px) {
    .team__details-inner .col-36 {
        width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team__details-inner .col-36 {
        width: 70%;
    }
}
.team__details-inner .col-64 {
    width: 64.4%;
    flex: 0 0 auto;
}
@media (max-width: 991.98px) {
    .team__details-inner .col-64 {
        width: 100%;
    }
}
.team__details-thumb img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.team__details-info {
    border: 1px solid #e6e6e6;
    border-top: none;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 30px 30px 40px;
}
@media (max-width: 991.98px) {
    .team__details-info-wrap {
        margin-bottom: 50px;
    }
}
.team__details-info > .list-wrap > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}
.team__details-info > .list-wrap > li:last-child {
    margin-bottom: 0;
}
.team__details-info > .list-wrap > li .icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background: var(--tg-color-gray-9);
    color: var(--tg-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    transform: translateY(-4px);
    flex: 0 0 auto;
}
.team__details-info > .list-wrap > li .content a,
.team__details-info > .list-wrap > li .content p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--tg-color-black-2);
}
.team__details-info > .list-wrap > li .content a:hover {
    color: var(--tg-theme-primary);
}
.team__details-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}
.team__details-social li a {
    color: var(--tg-color-black-2);
    font-size: 18px;
}
.team__details-social li a:hover {
    color: var(--tg-theme-primary);
}
.team__details-content {
    margin-left: 20px;
    margin-right: 80px;
}
@media (max-width: 1199.98px) {
    .team__details-content {
        margin: 0;
    }
}
.team__details-content .title {
    margin-bottom: 10px;
    font-size: 40px;
    text-transform: capitalize;
}
@media (max-width: 1199.98px) {
    .team__details-content .title {
        font-size: 32px;
    }
}
.team__details-content .title-two {
    margin-bottom: 10px;
    font-size: 24px;
}
.team__details-content > span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tg-theme-primary);
    line-height: 1;
    margin-bottom: 20px;
}
.team__details-content p {
    margin-bottom: 0;
}
.team__details-content .about__list-box-four {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 40px;
}
.team__details-skill {
    margin-bottom: 70px;
}
.team__details-skill p {
    margin-bottom: 25px;
}
.team__details-form-wrap {
    background: var(--tg-color-gray-11);
    padding: 30px 40px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 767.98px) {
    .team__details-form-wrap {
        padding: 30px 30px 40px;
    }
}
.team__details-form-wrap .title-three {
    margin-bottom: 30px;
    line-height: 1;
    text-transform: capitalize;
    font-size: 24px;
}
.team__details-form .form-grp {
    margin-bottom: 20px;
}
.team__details-form .form-grp textarea,
.team__details-form .form-grp input {
    width: 100%;
    background: var(--tg-color-white-default);
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    color: var(--tg-heading-color);
    padding: 8px 15px 9px;
    height: 43px;
    display: block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.team__details-form .form-grp textarea::placeholder,
.team__details-form .form-grp input::placeholder {
    text-transform: capitalize;
    font-size: 15px;
    color: var(--tg-color-gray-8);
}
.team__details-form .form-grp textarea:focus,
.team__details-form .form-grp input:focus {
    border-color: var(--tg-theme-primary);
}
.team__details-form .form-grp textarea {
    min-height: 100px;
    max-height: 100px;
}

.section-py-140 {
    padding: 140px 0;
}
@media (max-width: 767.98px) {
    .section-py-140 {
        padding: 100px 0;
    }
}

.section-pt-140 {
    padding-top: 140px;
}
@media (max-width: 767.98px) {
    .section-pt-140 {
        padding-top: 100px;
    }
}

.section-pb-140 {
    padding-bottom: 140px;
}
@media (max-width: 767.98px) {
    .section-pb-140 {
        padding-bottom: 100px;
    }
}

.section-pb-110 {
    padding-bottom: 110px;
}
@media (max-width: 767.98px) {
    .section-pb-110 {
        padding-bottom: 70px;
    }
}

/*=============================
	02. Accordion
===============================*/
.faq__wrap .accordion-item {
    background: var(--tg-color-gray-11);
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px;
}
.faq__wrap .accordion-item:last-child {
    margin-bottom: 0;
}
.faq__wrap .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faq__wrap .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faq__wrap .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: var(--tg-color-black-2);
    padding: 20px 50px 20px 25px;
    background: var(--tg-color-gray-11);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.faq__wrap .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.faq__wrap .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--tg-theme-primary);
}
.faq__wrap .accordion-button:not(.collapsed)::before {
    content: "\f10a";
    color: var(--tg-theme-primary);
}
.faq__wrap .accordion-button::after {
    display: none;
}
.faq__wrap .accordion-button::before {
    content: "\f109";
    width: auto;
    height: auto;
    background-image: none;
    font-family: "flaticon_tg_default";
    font-size: 16px;
    position: absolute;
    right: 25px;
    top: 23px;
    color: var(--tg-color-black-2);
    font-weight: 700;
    line-height: 1;
}
.faq__wrap .accordion-body {
    padding: 0 25px 20px;
}
.faq__wrap .accordion-body p {
    margin-bottom: 0;
}

/*=============================
	02. Work
===============================*/
.work__area-two {
    background: var(--tg-theme-primary);
    padding: 130px 0 200px;
    position: relative;
    z-index: 1;
}
.work__bg {
    background-size: cover;
    background-position: center;
    padding: 50px 0 10px;
    background-color: var(--tg-theme-primary);
}
@media (max-width: 991.98px) {
    .work__bg {
        padding: 120px 90px;
    }
}
@media (max-width: 767.98px) {
    .work__bg {
        padding: 100px 0 70px;
    }
}
.work__item {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.work__item:hover .work__icon i {
    transform: rotateY(180deg);
}
.work__item-wrap .row [class*="col-"]:last-child .work__shape {
    display: none;
}
.work__icon {
    width: 104px;
    height: 104px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: var(--tg-color-white-default);
    color: var(--tg-heading-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    font-size: 56px;
    line-height: 0;
}
.work__icon i {
    transform: rotateY(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.work__icon .number {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-secondary);
    font-size: 14px;
    font-weight: 600;
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 1;
    position: absolute;
    right: 3px;
    top: 0;
}
.work__icon-two {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.work__icon-two .number {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
}
.work__icon-three {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
.work__content .title {
    margin-bottom: 10px;
    font-size: 22px;
    color: var(--tg-color-white-default);
}
.work__content p {
    margin-bottom: 0;
    color: #929292;
    font-size: 17px;
    line-height: 1.5;
}
.work__content-two p {
    color: var(--tg-color-gray-9);
}
.work__content-three .title {
    color: var(--tg-heading-color);
}
.work__content-three p {
    color: var(--tg-body-color);
}
.work__shape {
    position: absolute;
    right: -60px;
    top: 32px;
    z-index: -1;
}
@media (max-width: 1199.98px) {
    .work__shape {
        right: -52px;
    }
}
@media (max-width: 991.98px) {
    .work__shape {
        display: none;
    }
}
.work__shape svg {
    color: var(--tg-color-white-default);
}
@media (max-width: 1199.98px) {
    .work__shape svg {
        width: 75px;
    }
}
.work__shape-two svg {
    color: #ff6769;
}
.work__shape-three svg {
    color: var(--tg-color-gray-1);
}

/*=============================
    16. Faq
===============================*/
.faq__area-two {
    background: var(--tg-theme-primary);
    position: relative;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .faq__content {
        margin-bottom: 50px;
    }
}
.faq__wrap-two .accordion-item {
    margin-bottom: 8px;
    border: 1px solid #eee9e9;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    background: var(--tg-color-white-default);
    border-radius: 10px;
    overflow: hidden;
}
.faq__wrap-two .accordion-item:last-child {
    margin-bottom: 0;
}
.faq__wrap-two .accordion-button {
    padding: 29px 90px 32px 42px;
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
    font-family: var(--tg-heading-font-family);
    background: var(--tg-color-white-default);
    border: none;
    color: var(--tg-color-black-5);
}
@media (max-width: 991.98px) {
    .faq__wrap-two .accordion-button {
        padding: 29px 80px 32px 25px;
    }
}
@media (max-width: 767.98px) {
    .faq__wrap-two .accordion-button {
        font-size: 20px;
        padding: 29px 70px 32px 25px;
    }
}
.faq__wrap-two .accordion-button:focus {
    box-shadow: none;
}
.faq__wrap-two .accordion-button::after {
    display: none;
}
.faq__wrap-two .accordion-button::before {
    content: "\f109";
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    background-image: none;
    font-family: "flaticon_tg_default";
    font-size: 18px;
    position: absolute;
    right: 28px;
    top: 19px;
    font-weight: 700;
    line-height: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
@media (max-width: 991.98px) {
    .faq__wrap-two .accordion-button::before {
        right: 20px;
    }
}
@media (max-width: 767.98px) {
    .faq__wrap-two .accordion-button::before {
        width: 40px;
        height: 40px;
        font-size: 14px;
        top: 26px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq__wrap-two .accordion-button::before {
        top: 24px;
    }
}
.faq__wrap-two .accordion-button:not(.collapsed) {
    color: var(--tg-theme-primary);
    box-shadow: none;
}
.faq__wrap-two .accordion-button:not(.collapsed)::before {
    content: "\f10a";
}
.faq__wrap-two .accordion-body {
    padding: 0px 42px 40px;
}
@media (max-width: 991.98px) {
    .faq__wrap-two .accordion-body {
        padding: 0px 25px 30px;
    }
}
.faq__wrap-two .accordion-body p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
}
.faq__wrap-three .accordion-item {
    margin-bottom: 10px;
    border: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
}
.faq__wrap-three .accordion-item:last-child {
    margin-bottom: 0;
}
.faq__wrap-three .accordion-button {
    padding: 0 0 0 20px;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    font-family: var(--tg-heading-font-family);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--tg-border-9);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .faq__wrap-three .accordion-button {
        font-size: 20px;
    }
}
.faq__wrap-three .accordion-button:focus {
    box-shadow: none;
}
.faq__wrap-three .accordion-button::after {
    content: "\f131";
    font-family: "flaticon";
    width: 55px;
    height: 100%;
    background-image: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    color: var(--tg-color-white-default);
    line-height: 0;
}
.faq__wrap-three .accordion-button::before {
    content: "";
    position: absolute;
    right: 55px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--tg-border-9);
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.faq__wrap-three .accordion-button:not(.collapsed) {
    color: var(--tg-heading-color);
    box-shadow: none;
    background: var(--tg-color-white-default);
    border-color: var(--tg-color-white-default);
}
.faq__wrap-three .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg);
    color: var(--tg-theme-primary);
}
.faq__wrap-three .accordion-button:not(.collapsed)::before {
    background: #d6d6d6;
}
.faq__wrap-three .accordion-body {
    padding: 14px 18px 12px 20px;
}
.faq__wrap-three .accordion-body p {
    color: var(--tg-color-gray-9);
    margin-bottom: 0;
    font-weight: 500;
}
.faq__shape img {
    position: absolute;
    right: 40px;
    top: 85px;
    z-index: -1;
}

/*=============================
	02. Blog
===============================*/
.blog__post-area {
    padding: 50px 0 110px;
}
@media (max-width: 991.98px) {
    .blog__post-area {
        padding: 120px 0 90px;
    }
}
@media (max-width: 767.98px) {
    .blog__post-area {
        padding: 100px 0 70px;
    }
}
.blog__post-area-two {
    background: var(--tg-color-gray-12);
}
.blog__post-item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #f5f5f5;
    background: var(--tg-color-white-default);
    margin-bottom: 30px;
    box-shadow: 0 0 10px 5px rgba(128, 128, 128, 0.5);
}
.blog__post-thumb img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
@media (max-width: 1199.98px) {
    .blog__post-thumb img {
        height: 230px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog__post-thumb img {
        height: 260px;
    }
}
.blog__post-thumb-two {
    position: relative;
}
.blog__post-thumb-two .post-tag {
    font-size: 14px;
    font-weight: 700;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    display: block;
    position: absolute;
    left: 40px;
    bottom: 0;
    z-index: 2;
    padding: 9px 19px 11px;
    line-height: 1;
}
@media (max-width: 1199.98px) {
    .blog__post-thumb-two .post-tag {
        left: 20px;
    }
}
.blog__post-thumb-two .post-tag:hover {
    background: var(--tg-theme-secondary);
}
.blog__post-content {
    padding: 30px 40px 40px;
}
@media (max-width: 1199.98px) {
    .blog__post-content {
        padding: 20px 20px 25px;
    }
}
@media (max-width: 991.98px) {
    .blog__post-content {
        padding: 20px 25px 25px;
    }
}
.blog__post-content .title {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.25;
    /* height: 2.4em; */
    overflow: hidden;
}
@media (max-width: 1199.98px) {
    .blog__post-content .title {
        font-size: 22px;
    }
}
.blog__post-content p {
    margin-bottom: 25px;
    line-height: 1.6;
}
.blog__post-content-two .title {
    margin-bottom: 28px;
}
.blog__meta .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px 20px;
    flex-wrap: wrap;
}
.blog__meta .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-theme-secondary);
    gap: 8px;
}
.blog__meta .list-wrap li i {
    font-size: 20px;
    line-height: 0;
}
.blog__meta .list-wrap li a {
    color: var(--tg-theme-secondary);
}
.blog__meta .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}
.blog__meta-two .list-wrap li i {
    color: var(--tg-theme-primary);
}
.blog-sidebar {
    margin-left: 25px;
}
@media (max-width: 1199.98px) {
    .blog-sidebar {
        margin-left: 0px;
    }
}
@media (max-width: 991.98px) {
    .blog-sidebar {
        margin-top: 80px;
    }
}
.blog-widget {
    background: var(--tg-color-white-default);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 30px;
    margin-bottom: 30px;
    border: 1px solid #e5e7e8;
}
@media (max-width: 1199.98px) {
    .blog-widget {
        padding: 30px 25px;
    }
}
.blog-widget:last-child {
    margin-bottom: 0;
}
.blog-widget .shop-cat-list .list-wrap li {
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.blog-widget .shop-cat-list .list-wrap li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}
.blog-widget .shop-cat-list .list-wrap li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-theme-secondary);
    gap: 5px;
}
.blog-widget .shop-cat-list .list-wrap li a span {
    color: var(--tg-body-color);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.blog-widget .shop-cat-list .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}
.blog-widget .shop-cat-list .list-wrap li a:hover span {
    color: var(--tg-theme-primary);
}
.blog-widget .tag-cloud {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.blog-widget .tag-cloud a {
    font-size: 16px;
    color: var(--tg-theme-secondary);
    display: block;
    background: var(--tg-color-gray-10);
    padding: 10px 15px;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.blog-widget .tag-cloud a:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}
.blog__details-thumb {
    margin-bottom: 30px;
}
.blog__details-thumb img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    height: 450px;
    object-fit: cover;
}
@media (max-width: 1199.98px) {
    .blog__details-thumb img {
        height: 360px;
    }
}
@media (max-width: 767.98px) {
    .blog__details-thumb img {
        height: 330px;
    }
}
.blog__details-content .title {
    margin-bottom: 15px;
    font-size: 36px;
}
@media (max-width: 1500px) {
    .blog__details-content .title {
        font-size: 32px;
    }
}
@media (max-width: 1199.98px) {
    .blog__details-content .title {
        font-size: 30px;
    }
}
@media (max-width: 767.98px) {
    .blog__details-content .title {
        font-size: 26px;
    }
}
.blog__details-content > p {
    margin-bottom: 10px;
}
.blog__details-content .inner-title {
    margin-bottom: 10px;
    font-size: 30px;
}
@media (max-width: 767.98px) {
    .blog__details-content .inner-title {
        font-size: 24px;
    }
}
.blog__details-content-inner {
    margin: 30px 0 30px;
}
.blog__details-content-inner > p {
    margin-bottom: 20px;
}
.blog__details-inner-wrap {
    margin-bottom: 30px;
}
.blog__details-inner-img {
    height: 100%;
    position: relative;
}
@media (max-width: 767.98px) {
    .blog__details-inner-img {
        margin-bottom: 20px;
        height: auto;
    }
}
.blog__details-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.blog__details-inner-img .play-btn {
    width: 62px;
    height: 62px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}
.blog__details-inner-img .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    animation: pulse-border 1500ms ease-out infinite;
}
.blog__details-inner-content p {
    margin-bottom: 15px;
}
.blog__details-inner-content .about__list-box .list-wrap {
    margin-bottom: 0;
}
.blog__details-bottom {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
    margin: 40px 0 30px;
}
.blog__details-bottom .tg-post-tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.blog__details-bottom .tg-post-tag .tag-title {
    margin-bottom: 0;
    font-size: 17px;
}
.blog__details-bottom .tg-post-tag .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
}
.blog__details-bottom .tg-post-tag .list-wrap li a {
    color: var(--tg-body-color);
    display: block;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}
.blog__details-bottom .tg-post-tag .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}
.blog__details-bottom .tg-post-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 767.98px) {
    .blog__details-bottom .tg-post-social {
        margin-top: 15px;
    }
}
.blog__details-bottom .tg-post-social .social-title {
    margin-bottom: 0;
    font-size: 17px;
}
.blog__details-bottom .tg-post-social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog__details-bottom .tg-post-social .list-wrap li a {
    font-size: 16px;
    color: var(--tg-body-color);
}
.blog__details-bottom .tg-post-social .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}
.blog__post-author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 35px 30px;
    background: var(--tg-color-gray-10);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    gap: 30px;
    margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
    .blog__post-author {
        padding: 30px 25px;
    }
}
@media (max-width: 767.98px) {
    .blog__post-author {
        flex-wrap: wrap;
        gap: 25px;
    }
}
.blog__post-author-thumb {
    width: 115px;
    flex: 0 0 auto;
}
.blog__post-author-thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.blog__post-author-content .designation {
    display: block;
    line-height: 1;
    color: var(--tg-heading-color);
    margin-bottom: 5px;
}
.blog__post-author-content .name {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}
.blog__post-author-content p {
    margin-bottom: 0;
}

.widget_search {
    padding: 0;
    border: none;
}
.widget-title {
    margin-bottom: 20px;
    font-size: 22px;
    position: relative;
    padding-bottom: 15px;
}
.widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: var(--tg-theme-primary);
}

.sidebar-search-form form {
    position: relative;
}
.sidebar-search-form input {
    background: transparent;
    width: 100%;
    border: none;
    padding: 15px 45px 15px 20px;
    color: var(--tg-heading-color);
    font-size: 16px;
    line-height: 1;
    border: 1px solid #e5e7e8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    height: 60px;
}
.sidebar-search-form input::placeholder {
    color: var(--tg-body-color);
    font-size: 16px;
}
.sidebar-search-form button {
    border: none;
    padding: 0;
    background: transparent;
    font-size: 22px;
    line-height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.rc-post-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.rc-post-item:last-child {
    margin-bottom: 0;
}
.rc-post-thumb {
    width: 100px;
    flex: 0 0 auto;
}
.rc-post-thumb img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.rc-post-content .date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-body-color);
    margin-bottom: 12px;
}
.rc-post-content .date i {
    color: var(--tg-theme-primary);
    font-size: 16px;
}
.rc-post-content .title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}
@media (max-width: 1199.98px) {
    .rc-post-content .title {
        font-size: 18px;
    }
}

blockquote {
    background: var(--tg-color-gray-12);
    margin: 40px 50px;
    padding: 35px 120px 35px 45px;
    position: relative;
    z-index: 1;
}
@media (max-width: 1500px) {
    blockquote {
        margin: 40px 50px;
    }
}
@media (max-width: 1199.98px) {
    blockquote {
        margin: 40px 20px;
        padding: 35px 100px 35px 30px;
    }
}
@media (max-width: 767.98px) {
    blockquote {
        margin: 40px 0;
        padding: 30px 30px 30px 30px;
    }
}
blockquote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: var(--tg-theme-primary);
}
blockquote::after {
    content: "\f10e";
    position: absolute;
    right: 30px;
    top: 22px;
    line-height: 1;
    font-size: 62px;
    color: #e4e4e4;
    font-family: var(--tg-icon-font-family);
    font-weight: 700;
    z-index: -1;
}
@media (max-width: 767.98px) {
    blockquote::after {
        right: 17px;
        top: 17px;
        font-size: 40px;
    }
}
blockquote > p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: var(--tg-heading-color);
    font-family: var(--tg-heading-font-family);
}
@media (max-width: 1199.98px) {
    blockquote > p {
        font-size: 18px;
    }
}

.comment-wrap-title .title {
    margin-bottom: 50px;
    font-size: 24px;
}
.comment-respond {
    background: var(--tg-color-gray-11);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 32px 40px 50px;
}
@media (max-width: 1199.98px) {
    .comment-respond {
        padding: 32px 25px 50px;
    }
}
.comment-reply-title {
    margin-bottom: 5px;
    font-size: 30px;
    text-transform: capitalize;
}
@media (max-width: 1199.98px) {
    .comment-reply-title {
        font-size: 26px;
    }
}
.comment-form .row {
    --bs-gutter-x: 20px;
}
.comment-form .row [class*="col-"] {
    padding: 0 10px;
}
.comment-notes {
    margin-bottom: 15px;
}
.comment-field {
    margin-bottom: 15px;
}
.comment-field input,
.comment-field textarea {
    width: 100%;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: var(--tg-color-white-default);
    border: 1px solid #e4e4e4;
    font-size: 16px;
    color: var(--tg-heading-color);
    padding: 15px 15px;
    line-height: 1.2;
    height: 50px;
}
.comment-field input::placeholder,
.comment-field textarea::placeholder {
    opacity: 0.8;
    font-size: 16px;
    color: var(--tg-color-gray-8);
}
.comment-field textarea {
    min-height: 130px;
    max-height: 130px;
}
.comment-field.checkbox-grp {
    display: flex;
    align-items: center;
    margin: 15px 0 32px;
}
.comment-field.checkbox-grp input {
    width: 22px;
    margin-right: 9px;
    height: 22px;
    cursor: pointer;
}
.comment-field.checkbox-grp label {
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-body-color);
    user-select: none;
}

.latest-comments .list-wrap li {
    padding-bottom: 30px;
    margin-bottom: 45px;
    border-bottom: 1px solid #e8e8e8;
}
.latest-comments .list-wrap li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.latest-comments .list-wrap li:last-child .comments-box {
    margin-left: 45px;
}
@media (max-width: 767.98px) {
    .latest-comments .list-wrap li:last-child .comments-box {
        margin-left: 0;
    }
}
.latest-comments .comments-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 25px;
}
@media (max-width: 767.98px) {
    .latest-comments .comments-box {
        gap: 20px;
        flex-wrap: wrap;
    }
}
.latest-comments .comments-avatar {
    flex: 0 0 auto;
    width: 115px;
}
.latest-comments .comments-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.latest-comments .comments-text .avatar-name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.latest-comments .comments-text .avatar-name .name {
    font-size: 20px;
    margin-bottom: 0;
}
.latest-comments .comments-text .avatar-name .date {
    font-size: 14px;
    margin-left: auto;
    font-weight: 500;
}
.latest-comments .comments-text p {
    margin-bottom: 15px;
}
.latest-comments .comments-text .comment-reply .comment-reply-link {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: #f7f7fb;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    line-height: 1;
    padding: 10px 18px;
}
.latest-comments .comments-text .comment-reply .comment-reply-link:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.pagination__wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.pagination__wrap ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #e5e7e8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
    color: var(--tg-heading-color);
    font-family: var(--tg-heading-font-family);
    font-weight: var(--tg-fw-medium);
}
.pagination__wrap ul li a:hover {
    color: var(--tg-color-white-default);
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
}
.pagination__wrap ul li.active a {
    color: var(--tg-color-white-default);
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
}

.shine__animate-link {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.shine__animate-link::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.shine__animate-item:hover .shine__animate-link::before {
    -webkit-animation: hoverShine 1.2s;
    animation: hoverShine 1.2s;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1200px;
}

/*=============================
	02. Newsletter
===============================*/
.newsletter__wrap {
    margin-top: -85px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.newsletter__content {
    background: var(--tg-theme-primary);
    position: relative;
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 60px;
}
@media (max-width: 1199.98px) {
    .newsletter__content {
        padding: 30px 25px;
    }
}
@media (max-width: 991.98px) {
    .newsletter__content {
        padding: 30px 30px;
    }
}
.newsletter__content .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    font-weight: 800;
    font-size: 24px;
    text-transform: capitalize;
    gap: 6px;
    color: var(--tg-color-white-default);
}
.newsletter__content .title i {
    font-size: 30px;
    line-height: 0;
    transform: translateY(5px);
}
.newsletter__content .shape {
    position: absolute;
    right: 32px;
    bottom: 10%;
    z-index: -1;
    max-width: 161px;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
}
@media (max-width: 1199.98px) {
    .newsletter__content .shape {
        max-width: 120px;
    }
}
.newsletter__content-left {
    position: relative;
    background: var(--tg-color-gray-9);
    padding: 40px 60px 40px 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 1;
    align-items: center;
    gap: 24px;
}
@media (max-width: 1199.98px) {
    .newsletter__content-left {
        padding: 30px 20px 30px 20px;
        gap: 20px;
    }
}
@media (max-width: 991.98px) {
    .newsletter__content-left {
        padding: 30px 30px 30px 30px;
    }
}
@media (max-width: 767.98px) {
    .newsletter__content-left {
        flex-direction: column;
        text-align: center;
    }
}
.newsletter__content-left .title {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 800;
}
@media (max-width: 1199.98px) {
    .newsletter__content-left .title {
        font-size: 26px;
    }
}
@media (max-width: 991.98px) {
    .newsletter__content-left .title {
        font-size: 28px;
    }
}
.newsletter__content-left .shape {
    position: absolute;
    right: 16px;
    bottom: 0;
    z-index: -1;
    max-width: 91px;
}
.newsletter__form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}
@media (max-width: 767.98px) {
    .newsletter__form {
        flex-direction: column;
    }
}
.newsletter__form input {
    width: 100%;
    border: none;
    background: #a90005;
    color: var(--tg-color-white-default);
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 20px 12px;
    height: 50px;
}
.newsletter__form input::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #ffa5a7;
}
.newsletter__form button {
    border: none;
    white-space: nowrap;
    padding: 17px 26px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    background: #fef9fa;
    line-height: 1;
    border-radius: 5px;
    color: var(--tg-color-black-2);
}
@media (max-width: 767.98px) {
    .newsletter__form button {
        width: 100%;
    }
}
.newsletter__form button:hover {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}

.experiences__wrap {
    background: var(--tg-theme-primary);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    padding: 13px 24px;
}
@media (max-width: 1199.98px) {
    .experiences__wrap {
        padding: 13px 18px;
    }
}
.experiences__wrap .count {
    font-weight: 800;
    font-size: 80px;
    color: var(--tg-color-white-default);
    text-shadow: 7px 6px 0 0 #a30005;
    line-height: 0.8;
    margin-bottom: 12px;
}
@media (max-width: 1199.98px) {
    .experiences__wrap .count {
        font-size: 65px;
    }
}
.experiences__wrap span {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    text-transform: uppercase;
    color: var(--tg-color-white-default);
    font-weight: 700;
}
.experiences__wrap span strong {
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
    display: block;
}

/*=============================
	02. Blog
===============================*/
.contact-map {
    width: 100%;
    height: 380px;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;
}
.contact-map-two {
    margin-bottom: 75px;
}
.contact-map-two iframe {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.contact__info-item {
    margin-bottom: 30px;
}
.contact__info-item .title {
    margin-bottom: 18px;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
}
@media (max-width: 767.98px) {
    .contact__info-item .title {
        font-size: 24px;
    }
}
.contact__info-item .title a:hover {
    color: var(--tg-theme-primary);
}
.contact__info-item > p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}
.contact__info-item .info-two {
    line-height: 1.4;
    margin-bottom: 10px;
}
.contact__info-item > a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--tg-body-color);
}
.contact__info-item > a:hover {
    color: var(--tg-theme-primary);
}
.contact__form-wrap {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    background: var(--tg-color-white-default);
    border: 1px solid #eee9e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 40px 40px;
    margin-top: 40px;
}
@media (max-width: 767.98px) {
    .contact__form-wrap {
        padding: 30px 30px 30px;
    }
}
.contact__form-wrap .title {
    margin-bottom: 30px;
    font-size: 24px;
    text-transform: capitalize;
}
.contact__form .form-grp {
    margin-bottom: 15px;
}
.contact__form .form-grp textarea,
.contact__form .form-grp input {
    width: 100%;
    background: transparent;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 14px 20px 15px;
    font-size: 16px;
    font-weight: 400;
    color: var(--tg-color-black-2);
    height: 50px;
    display: block;
}
.contact__form .form-grp textarea::placeholder,
.contact__form .form-grp input::placeholder {
    color: var(--tg-color-gray-8);
    text-transform: capitalize;
}
.contact__form .form-grp textarea {
    min-height: 135px;
    max-height: 135px;
}
.contact__form .btn {
    margin-top: 10px;
    margin-bottom: 20px;
}

.ajax-response.error,
.ajax-response.success {
    margin: 20px 0 0 !important;
}
.ajax-response.error {
    color: red;
}
.ajax-response.success {
    color: green;
}

/*=============================
	02. Cta
===============================*/
.cta__area-two {
    background: var(--tg-color-gray-12);
}
.cta__wrap {
    background:#29abe2;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 50px 55px 50px;
    position: relative;
    z-index: 1;
}
@media (max-width: 1199.98px) {
    .cta__wrap {
        padding: 40px 30px 40px;
    }
}
@media (max-width: 991.98px) {
    .cta__wrap {
        padding: 30px 30px 30px;
    }
}
.cta__wrap-two {
    background: var(--tg-theme-primary);
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 2;
}
.cta__wrap-three {
    background: var(--tg-color-white-default);
    border: 1px solid #e6e6e6;
    margin-top: -100px;
}
@media (max-width: 991.98px) {
    .cta__content {
        text-align: center;
        margin-bottom: 30px;
    }
}
.cta__content .title {
    color: var(--tg-color-white-default);
    margin-bottom: 0;
    font-size: 30px;
    text-transform: capitalize;
}
@media (max-width: 1199.98px) {
    .cta__content .title {
        font-size: 28px;
    }
}
@media (max-width: 767.98px) {
    .cta__content .title {
        font-size: 25px;
    }
}
@media (max-width: 991.98px) {
    .cta__content .title br {
        display: none;
    }
}
.cta__content-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 50px 65px;
    gap: 30px;
}
@media (max-width: 1199.98px) {
    .cta__content-two {
        padding: 35px 25px;
    }
}
@media (max-width: 991.98px) {
    .cta__content-two {
        padding: 35px 35px;
    }
}
@media (max-width: 767.98px) {
    .cta__content-two {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 20px;
    }
}
.cta__content-two .title {
    color: var(--tg-color-white-default);
    margin-bottom: 5px;
    font-size: 30px;
}
@media (max-width: 767.98px) {
    .cta__content-two .title {
        font-size: 28px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta__content-two .title {
        font-size: 30px;
    }
}
.cta__content-two p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--tg-color-white-default);
}
.cta__content-three .title {
    color: var(--tg-heading-color);
}
.cta__content-three p {
    color: var(--tg-body-color);
}
@media (max-width: 991.98px) {
    .cta__btn {
        text-align: center !important;
    }
}
.cta__btn-two .btn {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
}
.cta__btn-two .btn:hover {
    color: var(--tg-color-white-default);
    background: var(--tg-color-black-2);
}
.cta__btn-three .btn {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}
.cta__btn-three .btn:hover {
    background: var(--tg-theme-primary);
}
.cta__img {
    width: 387px;
    flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
    .cta__img {
        width: 300px;
    }
}
@media (max-width: 991.98px) {
    .cta__img {
        display: none;
    }
}
.cta__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cta__shape img {
    position: absolute;
    right: 25%;
    top: 23%;
    z-index: -1;
    max-width: 113px;
}
@media (max-width: 1199.98px) {
    .cta__shape img {
        right: 28%;
        top: 20%;
        max-width: 100px;
    }
}
@media (max-width: 991.98px) {
    .cta__shape img {
        display: none;
    }
}

/*=============================
	02. Footer
===============================*/
.footer__area {
    background: var(--tg-color-black-3);
    position: relative;
    z-index: 1;
}
.footer__area-two {
    background: var(--tg-color-black-2);
    position: relative;
    z-index: 1;
}
.footer__area-three {
    padding-top: 105px;
    margin-top: -105px;
}
.footer__area-four {
    background: var(--tg-color-dark-blue-two);
}
/* .footer__top {
    padding: 90px 0 40px;
} */
.footer__top .row [class*="col-"]:nth-child(1) .footer__widget {
    margin-right: 30px;
}
@media (max-width: 991.98px) {
    .footer__top .row [class*="col-"]:nth-child(1) .footer__widget {
        margin-right: 0;
    }
}
.footer__top .row [class*="col-"]:nth-child(2) .footer__widget {
    margin-left: 25px;
}
@media (max-width: 991.98px) {
    .footer__top .row [class*="col-"]:nth-child(2) .footer__widget {
        margin-left: 0;
    }
}
/* .footer__top .row [class*="col-"]:nth-child(3) .footer__widget {
    margin-left: 65px;
} */
@media (max-width: 1199.98px) {
    .footer__top .row [class*="col-"]:nth-child(3) .footer__widget {
        margin-left: 0;
    }
}
.footer__widget {
    margin-bottom: 40px;
}
.footer__widget-title {
    margin-bottom: 15px;
    color: var(--tg-color-white-default);
    font-size: 24px;
    position: relative;
    padding-bottom: 20px;
}
.footer__widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 29px;
    height: 4px;
    background: var(--tg-theme-secondary);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.footer__widget-title-two::before {
    background: var(--tg-theme-primary);
}
.footer__logo {
    margin-bottom: 20px;
}
.footer__logo img {
    max-height: 50px;
}
.footer__content p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #96a1b8;
    text-transform: capitalize;
    text-align: justify;
}
.footer__content-two p {
    color: var(--tg-color-gray-8);
}
.footer__content-three p {
    color: var(--tg-color-sky-blue-two);
}
.footer__newsletter .form-grp {
    position: relative;
    margin-bottom: 12px;
}
.footer__newsletter .form-grp input {
    width: 100%;
    border: none;
    background: #d9d9d9;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 13px 140px 13px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-heading-color);
    height: 50px;
}
.footer__newsletter .form-grp input::placeholder {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #667594;
}
.footer__newsletter .form-grp button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    font-size: 14px;
    font-weight: 700;
    padding: 17px 34px 19px;
    line-height: 1;
}
.footer__newsletter .form-grp button:hover {
    background: var(--tg-theme-secondary);
}
.footer__newsletter span {
    display: block;
    color: var(--tg-color-gray-6);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}
.footer__link .list-wrap li {
    margin-bottom: 10px;
}
.footer__link .list-wrap li:last-child {
    margin-bottom: 0;
}
.footer__link .list-wrap li a {
    color: white;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
.footer__link .list-wrap li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.footer__link .list-wrap li a:hover {
    color: var(--tg-color-white-default);
}
.footer__link .list-wrap li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.footer__link-two .list-wrap li a {
    color: var(--tg-color-gray-8);
}
.footer__link-three .list-wrap li a {
    color: var(--tg-color-sky-blue-two);
}
.footer__info-wrap .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 22px;
}
.footer__info-wrap .list-wrap li:last-child {
    margin-bottom: 0;
}
.footer__info-wrap .list-wrap li a,
.footer__info-wrap .list-wrap li p {
    font-size: 17px;
    font-weight: 500;
    color: var(--tg-color-gray-6);
    margin-bottom: 0;
    line-height: 1.4;
}
.footer__info-wrap .list-wrap li a:hover {
    color: var(--tg-color-white-default);
}
.footer__info-wrap .list-wrap li i {
    flex: 0 0 auto;
    font-size: 22px;
    color: var(--tg-color-white-default);
    line-height: 0;
    transform: translateY(4px);
}
.footer__info-wrap-two .list-wrap li p,
.footer__info-wrap-two .list-wrap li a {
    color: var(--tg-color-gray-8);
}
.footer__info-wrap-three .list-wrap li p,
.footer__info-wrap-three .list-wrap li a {
    color: var(--tg-color-sky-blue-two);
}
.footer__bottom {
    border-top: 1px solid #1e1e3c;
    padding: 7px 0;
}
@media (max-width: 767.98px) {
    .footer__bottom {
        padding: 20px 0;
    }
}
@media (max-width: 767.98px) {
    .footer__bottom .copyright-text {
        text-align: center;
        margin-bottom: 15px;
    }
}
.footer__bottom .copyright-text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #7f8696;
    font-weight: 500;
    text-transform: capitalize;
}
.footer__bottom .copyright-text p a {
    color: #7f8696;
}
.footer__bottom .copyright-text p a:hover {
    color: var(--tg-color-white-default);
}
.footer__social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}
@media (max-width: 767.98px) {
    .footer__social .list-wrap {
        justify-content: center;
    }
}
.footer__social .list-wrap li a {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-dark);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
}
.footer__social .list-wrap li a:hover {
    background: var(--tg-theme-secondary);
}
.footer__social-two {
    margin-bottom: 35px;
}
.footer__social-two .list-wrap {
    justify-content: flex-start;
}
.footer__social-two .list-wrap li a {
    background: var(--tg-color-black-4);
}
.footer__social-two .list-wrap li a:hover {
    background: var(--tg-theme-primary);
}
.footer__social-three {
    margin-bottom: 35px;
}
.footer__social-three .list-wrap {
    justify-content: flex-start;
}
.footer__social-three .list-wrap li a {
    background: var(--tg-color-dark-blue-three);
}
.footer__social-three .list-wrap li a:hover {
    background: var(--tg-theme-primary);
}
.footer__shape img {
    position: absolute;
    z-index: -1;
}
.footer__shape img:nth-child(1) {
    left: 50px;
    top: 0;
    max-width: 226px;
}
@media (max-width: 1500px) {
    .footer__shape img:nth-child(1) {
        left: 18px;
        max-width: 160px;
    }
}
.footer__shape img:nth-child(2) {
    right: 0;
    bottom: 25%;
    max-width: 212px;
}
@media (max-width: 1500px) {
    .footer__shape img:nth-child(2) {
        bottom: 20%;
        max-width: 150px;
    }
}
@media (max-width: 1199.98px) {
    .footer__shape img:nth-child(2) {
        bottom: 8%;
        max-width: 100px;
    }
}
@media (max-width: 767.98px) {
    .footer__shape-two img:nth-child(1) {
        max-width: 90px;
    }
}
.footer__shape-two img:nth-child(2) {
    right: 60px;
    bottom: 0;
}
.footer__shape-three img:nth-child(1) {
    bottom: 0;
    top: auto;
    left: 75px;
    max-width: 152px;
}

.copyright-text-two p {
    margin-bottom: 0;
    color: var(--tg-color-gray-8);
    font-size: 14px;
    font-weight: 500;
}
.copyright-text-two p a {
    color: var(--tg-color-gray-8);
}
.copyright-text-two p a:hover {
    color: var(--tg-theme-primary);
}
.copyright-text-three p {
    color: var(--tg-color-sky-blue-two);
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
.copyright-text-three p a {
    color: var(--tg-color-sky-blue-two);
}
.copyright-text-three p a:hover {
    color: var(--tg-theme-primary);
}

/* icon */
.fixed-bottom-left {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 80px;
}

.fixed-bottom-right {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 80px;
}

.fixed-center-right {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    width: 80px;
    transform: translateY(-50%);
}

.fg-whatsapp {
    color: #29b53f;
}

.fg-phone {
    color: #2396f2;
}

.fg-facebook {
    color: #4867aa;
}

.fg-instagram {
    color: #ea4e21;
}

.fg-youtube {
    color: #ff0000;
}

.fg-mail {
    color: #bf3121;
}

.fg-enquiry {
    color: #10b8b9;
}
@media (min-width: 992px) {
    .cta__wrap {
        top: -100px;
        position: relative;
        border-radius: 20px;
    }
}
.pmsg {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 420px;
    display: flex;
    flex-flow: row wrap;
    word-break: break-all;
    z-index: 999;
}

.pmsg.closed {
    height: 40px;
}

.pmsg.closed::before {
    content: attr(data-title);
    background: #0c174c;
    height: 40px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.pmsg.closed > div {
    display: none;
}

.pmsg-icon {
    background: #0c174c;
    color: #fff;
    flex: 0 0 30%;
    max-width: 30%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 0 8px;
}

.pmsg-text {
    background: #fff;
    flex: 0 0 70%;
    max-width: 70%;
    padding: 10px;
    border-radius: 0 8px 8px 0;
}

.pmsg-close {
    background: #0c174c;
    height: 30px;
    width: 30px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 0 0;
}

@media (max-width: 576px) {
    .pmsg {
        width: 280px;
    }
}

.menuitem {
  display: flex;
  gap: 20px;
  color:white;
}
.menuitem a {
  color: white;
}
.cta__btn a:hover {
  background-color: #0c174c;
}
.elementor-widget-container {
      font-size: 35px;
      font-weight: bold;
}
.headline {
  color: #656565;
  font-size: 16px;
  font-weight: 600;
}
.elementor-widget-wrap  {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.uk-padding-small {
  padding: 15px;
}
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.uk-background-default {
  background-color: #fff;
}
.elementor-column-wrap {
  position: relative;
  display: flex;
}
.elementor-image-box-content {
  margin-left: 20px;
}
.elementor-image-box-description {
  color: #7A7A7A;
}
.elementor-container {
  background-color: #f3f8f9;
}
/*! elementor - v3.0.10 - 23-09-2020 */
.dialog-widget-content{background-color:#fff;position:absolute;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{font-size:12px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dialog-type-lightbox .dialog-widget-content{margin:auto;width:375px}.dialog-type-lightbox .dialog-header{font-size:15px;color:#495157;padding:30px 0 10px;font-weight:500}.dialog-type-lightbox .dialog-message{padding:0 30px 30px;min-height:50px}.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message{text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper{border-top:1px solid #e6e9ec;text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;width:50%;border:none;background:none;color:#6d7882;font-size:15px;cursor:pointer;padding:13px 0;outline:0}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover{background-color:#f4f6f7}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok{color:#b01b1b}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over{color:#39b54a}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active{background-color:rgba(230,233,236,.5)}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner{border:0}.dialog-close-button{cursor:pointer;position:absolute;margin-top:15px;right:15px;font-size:15px;line-height:1}.dialog-close-button:not(:hover){opacity:.4}.dialog-alert-widget .dialog-buttons-wrapper>button{width:100%}.dialog-confirm-widget .dialog-button:first-child{border-right:1px solid #e6e9ec}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}@media (min-width:1024px){body.admin-bar .dialog-lightbox-widget{height:calc(100vh - 32px)}}@media (max-width:1024px){body.admin-bar .dialog-type-lightbox{position:-webkit-sticky;position:sticky;height:100vh}}.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio{padding-bottom:42.8571%}.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio{padding-bottom:56.25%}.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio{padding-bottom:75%}.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio{padding-bottom:66.6666%}.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio{padding-bottom:100%}.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio{padding-bottom:177.8%}.elementor-fit-aspect-ratio{position:relative;height:0}.elementor-fit-aspect-ratio iframe{position:absolute;top:0;left:0;height:100%;width:100%;border:0;background-color:#000}.elementor-fit-aspect-ratio video{width:100%}.flatpickr-calendar{width:280px}.flatpickr-calendar .flatpickr-current-month span.cur-month{font-weight:300}.flatpickr-calendar .dayContainer{width:280px;min-width:280px;max-width:280px}.flatpickr-calendar .flatpickr-days{width:280px}.flatpickr-calendar .flatpickr-day{max-width:37px;height:37px;line-height:37px}.elementor-templates-modal .dialog-widget-content{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;background-color:#f1f3f5;width:100%}@media (max-width:1439px){.elementor-templates-modal .dialog-widget-content{max-width:990px}}@media (min-width:1440px){.elementor-templates-modal .dialog-widget-content{max-width:1200px}}.elementor-templates-modal .dialog-header{padding:0;z-index:1}.elementor-templates-modal .dialog-buttons-wrapper,.elementor-templates-modal .dialog-header{background-color:#fff;-webkit-box-shadow:0 0 8px rgba(0,0,0,.1);box-shadow:0 0 8px rgba(0,0,0,.1);position:relative}.elementor-templates-modal .dialog-buttons-wrapper{border:none;display:none;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button{height:40px;margin-left:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success{padding:12px 36px;color:#fff;width:auto;font-size:15px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover{background-color:#39b54a}.elementor-templates-modal .dialog-message{height:750px;max-height:85vh;overflow:auto;padding-top:25px}.elementor-templates-modal .dialog-content{height:100%}.elementor-templates-modal .dialog-loading{display:none}.elementor-templates-modal__header{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;height:50px}.elementor-templates-modal__header__logo{line-height:1;text-transform:uppercase;font-weight:700;cursor:pointer}.elementor-templates-modal__header__logo-area{text-align:left;padding-left:15px}.elementor-templates-modal__header__logo-area>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-templates-modal__header__logo__icon-wrapper{margin-right:10px;font-size:12px}.elementor-templates-modal__header__logo__title{padding-top:2px}.elementor-templates-modal__header__items-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-templates-modal__header__item{position:relative;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-box-sizing:content-box;box-sizing:content-box}.elementor-templates-modal__header__item>i{font-size:20px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}.elementor-templates-modal__header__item>i:not(:hover){color:#a4afb7}.elementor-templates-modal__header__close--normal{width:47px;border-left:1px solid #e6e9ec}.elementor-templates-modal__header__close--normal i{font-size:18px}.elementor-templates-modal__header__close--skip{padding:10px 10px 10px 20px;margin-right:10px;color:#fff;background-color:#a4afb7;font-size:11px;font-weight:400;line-height:1;text-transform:uppercase;-webkit-border-radius:2px;border-radius:2px;cursor:pointer}.elementor-templates-modal__header__close--skip>i{font-size:inherit;padding-left:10px;margin-left:15px;border-left:1px solid}.elementor-templates-modal__header__close--skip>i:not(:hover){color:#fff}.elementor-templates-modal__sidebar{-ms-flex-negative:0;flex-shrink:0;width:25%;background-color:hsla(0,0%,100%,.3)}.elementor-templates-modal__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-shadow:0 0 13px inset rgba(0,0,0,.05);box-shadow:inset 0 0 13px rgba(0,0,0,.05)}#wpadminbar #wp-admin-bar-elementor_app_site_editor a.ab-item:before{content:"\e91d";font-family:eicons;top:4px;font-size:13px;color:inherit}.elementor-hidden{display:none}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:#93003c;display:inline-block;padding:.75em;-webkit-border-radius:50%;border-radius:50%;line-height:1}.e-logo-wrapper i{color:#fff;font-size:1em}.elementor{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.elementor *,.elementor :after,.elementor :before{-webkit-box-sizing:border-box;box-sizing:border-box}.elementor a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;-webkit-border-radius:0;border-radius:0}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-custom-embed{line-height:0}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;-webkit-background-size:cover;background-size:cover}.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;opacity:.8;text-shadow:1px 0 6px rgba(0,0,0,.3);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons;-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.elementor-ken-burns{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:10s;-o-transition-duration:10s;transition-duration:10s;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear}.elementor-ken-burns--out{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.elementor-ken-burns--active{-webkit-transition-duration:20s;-o-transition-duration:20s;transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e813";font-family:eicons;top:3px;font-size:18px}#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before{content:"\f348";top:2px}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}.elementor-section{position:relative}.elementor-section .elementor-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1024px){.elementor-row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-widget-wrap{position:relative;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{min-height:1px}.elementor-column,.elementor-column-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-column-wrap{width:100%}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid .elementor-grid-item{word-break:break-word;min-width:0}.elementor-grid-0 .elementor-grid{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:calc(var(--grid-side-margin)/2);margin-left:calc(var(--grid-side-margin)/2)}.elementor-grid-0 .elementor-grid-item>a,.elementor-grid-0 .elementor-grid-item>div{margin-right:calc(var(--grid-side-margin)/2);margin-left:calc(var(--grid-side-margin)/2);margin-bottom:var(--grid-bottom-margin)}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-1 .elementor-grid,.elementor-grid-2 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-3 .elementor-grid,.elementor-grid-4 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-5 .elementor-grid,.elementor-grid-6 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-7 .elementor-grid,.elementor-grid-8 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-9 .elementor-grid,.elementor-grid-10 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-11 .elementor-grid,.elementor-grid-12 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:calc(var(--grid-side-margin)/2);margin-left:calc(var(--grid-side-margin)/2)}.elementor-grid-tablet-0 .elementor-grid-item>a,.elementor-grid-tablet-0 .elementor-grid-item>div{margin-right:calc(var(--grid-side-margin)/2);margin-left:calc(var(--grid-side-margin)/2);margin-bottom:var(--grid-bottom-margin)}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-1 .elementor-grid,.elementor-grid-tablet-2 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-3 .elementor-grid,.elementor-grid-tablet-4 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-5 .elementor-grid,.elementor-grid-tablet-6 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-7 .elementor-grid,.elementor-grid-tablet-8 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-9 .elementor-grid,.elementor-grid-tablet-10 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-11 .elementor-grid,.elementor-grid-tablet-12 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:calc(var(--grid-side-margin)/2);margin-left:calc(var(--grid-side-margin)/2)}.elementor-grid-mobile-0 .elementor-grid-item>a,.elementor-grid-mobile-0 .elementor-grid-item>div{margin-right:calc(var(--grid-side-margin)/2);margin-left:calc(var(--grid-side-margin)/2);margin-bottom:var(--grid-bottom-margin)}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-1 .elementor-grid,.elementor-grid-mobile-2 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-3 .elementor-grid,.elementor-grid-mobile-4 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-5 .elementor-grid,.elementor-grid-mobile-6 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-7 .elementor-grid,.elementor-grid-mobile-8 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-9 .elementor-grid,.elementor-grid-mobile-10 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-11 .elementor-grid,.elementor-grid-mobile-12 .elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:768px) and (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.elementor-form-fields-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-field-group.elementor-field-type-submit{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #818a91;background-color:transparent;color:#373a3c;vertical-align:middle;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-webkit-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual:-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual:-moz-placeholder,.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{appearance:none;-webkit-appearance:none;-moz-appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;-ms-flex-preferred-size:100%;flex-basis:100%;padding-right:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-right:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-left:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;-webkit-border-radius:3px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;-webkit-border-radius:2px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;-webkit-border-radius:4px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;-webkit-border-radius:5px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;-webkit-border-radius:6px;border-radius:6px}.elementor-button-align-stretch .e-form__buttons__wrapper,.elementor-button-align-stretch .e-form__buttons__wrapper__button,.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:initial;flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .e-form__buttons__wrapper,.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button,.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:initial;flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .e-form__buttons__wrapper,.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button,.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:initial;flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-right:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-top:0;padding-bottom:0;border:none}.elementor-form .elementor-button>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{-webkit-transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;-o-transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s}.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d4d4d4}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.elementor-alert{padding:15px;border-left:5px solid transparent;position:relative;text-align:left}.elementor-alert .elementor-alert-title{display:block;font-weight:700}.elementor-alert .elementor-alert-description{font-size:13px}.elementor-alert button.elementor-alert-dismiss{position:absolute;right:10px;top:10px;padding:3px;font-size:20px;line-height:1;background:transparent;color:inherit;border:none;cursor:pointer}.elementor-alert.elementor-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.elementor-alert.elementor-alert-success{color:#3c763d;background-color:#dff0d8;border-color:#cae6be}.elementor-alert.elementor-alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#f9f0c3}.elementor-alert.elementor-alert-danger{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}@media (max-width:767px){.elementor-alert{padding:10px}.elementor-alert button.elementor-alert-dismiss{right:7px;top:7px}}.elementor-tab-title a{color:inherit}.elementor-button{display:inline-block;line-height:1;background-color:#818a91;font-size:15px;padding:12px 24px;-webkit-border-radius:3px;border-radius:3px;color:#fff;fill:#fff;text-align:center;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-button-icon{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-button-icon svg{width:1em}.elementor-button-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;-webkit-border-radius:2px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;-webkit-border-radius:4px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;-webkit-border-radius:5px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;-webkit-border-radius:6px;border-radius:6px}.elementor-button .elementor-align-icon-right{margin-left:5px;-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.elementor-button .elementor-align-icon-left{margin-right:5px;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-button span{text-decoration:inherit}.elementor-menu-cart__toggle .elementor-button-icon{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-counter .elementor-counter-number-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:69px;font-weight:600;color:#222;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;color:#666;line-height:2.5}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator{display:inline-block}.elementor-widget-divider .elementor-divider{line-height:0}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);-ms-flex-negative:0;flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:"";border-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}.elementor-widget-google_maps iframe{height:300px}.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-icon{display:inline-block;line-height:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;color:#818a91;font-size:50px;text-align:center}.elementor-icon:hover{color:#818a91}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#818a91;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#818a91;border:3px solid #818a91;background-color:transparent}.elementor-shape-circle .elementor-icon{-webkit-border-radius:50%;border-radius:50%}@media (min-width:768px){.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img{margin:auto}.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-icon-box .elementor-icon-box-icon{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-icon-box .elementor-icon-box-wrapper{text-align:center}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{-ms-flex-negative:0;flex-shrink:0}.elementor-widget .elementor-icon-list-icon i{width:1.25em}.elementor-widget .elementor-icon-list-icon svg{width:1em}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}.elementor-widget-image{text-align:center}.elementor-widget-image .elementor-image>a,.elementor-widget-image .elementor-image figure>a{display:inline-block}.elementor-widget-image .elementor-image>a img[src$=".svg"],.elementor-widget-image .elementor-image figure>a img[src$=".svg"]{width:48px}.elementor-widget-image .elementor-image img{vertical-align:middle;display:inline-block}.elementor-widget-image .elementor-image.elementor-image-shape-circle{-webkit-border-radius:50%;border-radius:50%}.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}body.elementor-page .elementor-widget-menu-anchor{margin-bottom:0}.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;-webkit-border-radius:2px;border-radius:2px}.elementor-progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;-webkit-border-radius:2px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.elementor-widget-social-icons:not(.elementor-grid-0) .elementor-grid{display:inline-grid;grid-template-columns:var(--grid-template-columns)}.elementor-widget-social-icons .elementor-widget-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-social-icons-wrapper{font-size:0}.elementor-social-icon{background-color:#818a91;font-size:25px;text-align:center;padding:.5em;margin-right:5px;cursor:pointer}.elementor-social-icon i{color:#fff}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:"\e934";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-star-rating__title{margin-right:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-right:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-right:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-right:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:"\002605"}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;-ms-flex-negative:0;flex-shrink:0}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active{border-right-style:none}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{height:999em;width:0;right:0;border-right-style:solid}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{top:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after{top:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:table-cell}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{border-bottom-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{bottom:0;height:0;width:999em;border-bottom-style:solid}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{right:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after{left:100%}.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper{border:1px #d4d4d4}.elementor-widget-tabs .elementor-tabs{text-align:left}.elementor-widget-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-widget-tabs .elementor-tab-title{cursor:pointer;outline:none}.elementor-widget-tabs .elementor-tab-desktop-title{position:relative;padding:20px 25px;font-weight:700;line-height:1;border:solid transparent}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{border-color:#d4d4d4}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{display:block;content:"";position:absolute}.elementor-widget-tabs .elementor-tab-mobile-title{padding:10px;cursor:pointer}.elementor-widget-tabs .elementor-tab-content{padding:20px;display:none}@media (max-width:767px){.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title{border-style:solid solid none}.elementor-tabs .elementor-tabs-wrapper{display:none}.elementor-tabs .elementor-tabs-content-wrapper{border-bottom-style:solid}.elementor-tabs .elementor-tab-content{padding:10px}}@media (min-width:768px){.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-style:solid solid solid none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{border-style:none solid solid}.elementor-tabs .elementor-tab-mobile-title{display:none}}.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;color:inherit;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;color:inherit;display:block}.elementor-testimonial-wrapper.elementor-testimonial-text-align-left{text-align:left}.elementor-testimonial-wrapper.elementor-testimonial-text-align-right{text-align:right}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;-webkit-border-radius:50%;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d4d4d4;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d4d4d4;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.elementor-widget-video .elementor-widget-container{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-background-size:cover;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%}.elementor-widget-video .elementor-video{-o-object-fit:cover;object-fit:cover}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}.elementor-slick-slider[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.elementor-slick-slider .slick-loading .slick-list{background:#fff}.elementor-slick-slider .slick-loading .slick-list:after{content:"\e8fb";font-family:eicons;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite;font-size:25px;color:#a4afb7}.elementor-slick-slider .slick-next,.elementor-slick-slider .slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;padding:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus,.elementor-slick-slider .slick-next:hover,.elementor-slick-slider .slick-prev:focus,.elementor-slick-slider .slick-prev:hover{color:transparent;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus:before,.elementor-slick-slider .slick-next:hover:before,.elementor-slick-slider .slick-prev:focus:before,.elementor-slick-slider .slick-prev:hover:before{opacity:1}.elementor-slick-slider .slick-next.slick-disabled:before,.elementor-slick-slider .slick-prev.slick-disabled:before{opacity:.25}.elementor-slick-slider .slick-next:before,.elementor-slick-slider .slick-prev:before{font-family:eicons;font-size:35px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider .slick-prev{left:-25px}[dir=rtl] .elementor-slick-slider .slick-prev{left:auto;right:-25px}.elementor-slick-slider .slick-prev:before{content:"\e89f"}[dir=rtl] .elementor-slick-slider .slick-prev:before{content:"\e89e"}.elementor-slick-slider .slick-next{right:-25px}[dir=rtl] .elementor-slick-slider .slick-next{left:-25px;right:auto}.elementor-slick-slider .slick-next:before{content:"\e89e"}[dir=rtl] .elementor-slick-slider .slick-next:before{content:"\e89f"}.elementor-slick-slider .slick-dotted.slick-slider{margin-bottom:30px}.elementor-slick-slider ul.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.elementor-slick-slider ul.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0;padding:0;cursor:pointer}.elementor-slick-slider ul.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.elementor-slick-slider ul.slick-dots li button:focus,.elementor-slick-slider ul.slick-dots li button:hover{outline:none}.elementor-slick-slider ul.slick-dots li button:focus:before,.elementor-slick-slider ul.slick-dots li button:hover:before{opacity:1}.elementor-slick-slider ul.slick-dots li button:before{font-family:eicons;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\e914";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider ul.slick-dots li.slick-active button:before{opacity:.75;color:#000}.elementor-slick-slider .slick-arrows-inside .slick-prev{left:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev{left:auto;right:20px}.elementor-slick-slider .slick-arrows-inside .slick-next{right:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next{left:20px;right:auto}.elementor-slick-slider .slick-dots-inside .slick-dots{bottom:5px}.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider{margin-bottom:0}.elementor-slick-slider .slick-slider .slick-next,.elementor-slick-slider .slick-slider .slick-prev{z-index:1}.elementor-slick-slider .slick-slide img{margin:auto}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container .swiper-slide figure{line-height:0}.swiper-container .elementor-lightbox-content-source{display:none}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-webkit-background-size:27px 44px;background-size:27px 44px;background:no-repeat 50%}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:5px;left:0;width:100%}.swiper-pagination-bullet{width:6px;height:6px;display:inline-block;-webkit-border-radius:50%;border-radius:50%;background:#000;opacity:.2}.swiper-pagination-fraction{color:#000}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;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;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{-webkit-border-radius:10px;border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);-webkit-border-radius:10px;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-pagination-position-outside .elementor-swiper-button{top:calc(50% - 15px)}.elementor-swiper{position:relative}.elementor-main-swiper{position:static}.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-arrows-position-outside .elementor-swiper-button-prev{left:0}.elementor-arrows-position-outside .elementor-swiper-button-next{right:0}.swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-swiper-button{position:absolute;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;-webkit-transform:translate3d(0,-50%,1px);transform:translate3d(0,-50%,1px)}.elementor-swiper-button-prev{left:10px}.elementor-swiper-button-next{right:10px}.elementor-swiper-button.swiper-button-disabled{opacity:.3}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;-webkit-background-size:100% 100%;background-size:100%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.elementor-lightbox{--lightbox-ui-color:hsla(0,0%,93.3%,0.9);--lightbox-ui-color-hover:#fff;--lightbox-text-color:var(--lightbox-ui-color);--lightbox-header-icons-size:20px;--lightbox-navigation-icons-size:25px}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:none;-webkit-box-shadow:none;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{-webkit-animation-duration:.3s;animation-duration:.3s}.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio){height:100%}.elementor-lightbox .dialog-message.dialog-lightbox-message{padding:0}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:var(--lightbox-header-icons-size);right:.75em;margin-top:13px;padding:.25em;z-index:2;line-height:1}.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{color:var(--lightbox-ui-color);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{color:var(--lightbox-ui-color-hover)}.elementor-lightbox .swiper-container{height:100%}.elementor-lightbox .elementor-lightbox-item{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;padding:70px;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;margin:auto}@media (max-width:767px){.elementor-lightbox .elementor-lightbox-item{padding:70px 0}}.elementor-lightbox .elementor-lightbox-image{max-height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover{opacity:1;-webkit-filter:none;filter:none;border:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-video-container{-webkit-box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);-webkit-border-radius:2px;border-radius:2px}.elementor-lightbox .elementor-video-container{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (min-width:1025px){.elementor-lightbox .elementor-video-container{width:75%}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container{width:70%}}.elementor-lightbox .elementor-swiper-button:focus{outline-width:1px}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:15%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:var(--lightbox-navigation-icons-size)}.elementor-lightbox .elementor-swiper-button-prev{left:0}.elementor-lightbox .elementor-swiper-button-next{right:0}@media (max-width:767px){.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{width:20%}.elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i{padding:10px;background-color:rgba(0,0,0,.5)}.elementor-lightbox .elementor-swiper-button-prev{left:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-lightbox .elementor-swiper-button-next{right:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.elementor-slideshow__counter{color:currentColor;font-size:.75em;width:-webkit-max-content;width:-moz-max-content;width:max-content}.elementor-slideshow__footer,.elementor-slideshow__header{position:absolute;left:0;width:100%;padding:15px 20px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.elementor-slideshow__footer{color:var(--lightbox-text-color)}.elementor-slideshow__header{color:var(--lightbox-ui-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;font-size:var(--lightbox-header-icons-size);padding-left:1em;padding-right:2.6em;top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10}.elementor-slideshow__header>i{font-size:inherit;cursor:pointer;padding:.25em;margin:0 .35em}.elementor-slideshow__header>i:hover{color:var(--lightbox-ui-color-hover)}.elementor-slideshow__header .elementor-slideshow__counter{margin-right:auto}.elementor-slideshow__header .elementor-icon-share{z-index:5}.elementor-slideshow__share-menu{background-color:transparent;width:0;height:0;position:absolute;overflow:hidden;-webkit-transition:background-color .4s;-o-transition:background-color .4s;transition:background-color .4s}.elementor-slideshow__share-menu .elementor-slideshow__share-links a{color:#2c2c2c}.elementor-slideshow__share-links{display:block;position:absolute;min-width:200px;right:2.8em;top:3em;background-color:#fff;-webkit-border-radius:3px;border-radius:3px;padding:14px 20px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;-webkit-transform-origin:90% 10%;-ms-transform-origin:90% 10%;transform-origin:90% 10%;-webkit-transition:all .25s .1s;-o-transition:all .25s .1s;transition:all .25s .1s;-webkit-box-shadow:0 4px 15px rgba(0,0,0,.3);box-shadow:0 4px 15px rgba(0,0,0,.3)}.elementor-slideshow__share-links a{text-align:left;color:#55595c;font-size:12px;line-height:2.5;display:block;opacity:0;-webkit-transition:opacity .5s .1s;-o-transition:opacity .5s .1s;transition:opacity .5s .1s}.elementor-slideshow__share-links a:hover{color:#000}.elementor-slideshow__share-links a i{font-size:1.25em;margin-right:.75em}.elementor-slideshow__share-links:before{content:"";display:block;position:absolute;top:1px;right:.5em;border:.45em solid transparent;border-bottom-color:#fff;-webkit-transform:translateY(-100%) scaleX(.7);-ms-transform:translateY(-100%) scaleX(.7);transform:translateY(-100%) scaleX(.7)}.elementor-slideshow__footer{bottom:0;z-index:5;position:fixed}.elementor-slideshow__description,.elementor-slideshow__title{margin:0}.elementor-slideshow__title{font-size:16px;font-weight:700}.elementor-slideshow__description{font-size:14px}.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header{opacity:0;pointer-events:none}.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev{opacity:0}.elementor-slideshow--fullscreen-mode .elementor-video-container{width:100%}.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header{background-color:rgba(0,0,0,.5)}.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev{opacity:0;pointer-events:none}.elementor-slideshow--share-mode .elementor-slideshow__share-menu{top:0;left:0;width:100vw;height:100vh;opacity:1;cursor:default;background-color:rgba(0,0,0,.5)}.elementor-slideshow--share-mode .elementor-slideshow__share-links{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a{opacity:1}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter{color:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook{color:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest{color:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold{color:#a4afb7}.elementor-slideshow--share-mode .eicon-share-arrow{z-index:2}.animated{-webkit-animation-duration:1.25s;animation-duration:1.25s}.animated.animated-slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.animated-fast{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse}@media (prefers-reduced-motion:reduce){.animated{-webkit-animation:none;animation:none}}.elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape-bottom{bottom:-1px}.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.elementor-shape svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;width:100%}#wp-admin-bar-elementor_edit_page .elementor-edit-link-type{background:#55595c;font-size:11px;line-height:9px;margin-top:6px;padding:4px 8px;-webkit-border-radius:3px;border-radius:3px}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{-webkit-transition:none;-o-transition:none;transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}#wpadminbar *{font-style:normal}@media (max-width:767px){.elementor .elementor-hidden-phone{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:1025px){.elementor .elementor-hidden-desktop{display:none}}


/*! elementor - v3.0.10 - 23-09-2020 */
.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated{padding:30px}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.elementor-column{width:100%}}

.elementor-5021 .elementor-element.elementor-element-63bd873e > .elementor-container{min-height:400px;}.elementor-5021 .elementor-element.elementor-element-63bd873e > .elementor-container:after{content:"";min-height:inherit;}.elementor-5021 .elementor-element.elementor-element-63bd873e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-81px;margin-bottom:0px;padding:0px 0px 0px 0px;z-index:0;}.elementor-5021 .elementor-element.elementor-element-63bd873e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5021 .elementor-element.elementor-element-1e5fcb0:not(.elementor-motion-effects-element-type-background), .elementor-5021 .elementor-element.elementor-element-1e5fcb0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#008ED6;background-image:url("images/bg-page.png");background-repeat:repeat;}.elementor-5021 .elementor-element.elementor-element-1e5fcb0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:25px 0px 25px 0px;}.elementor-5021 .elementor-element.elementor-element-1e5fcb0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5021 .elementor-element.elementor-element-6c0cc1d5 .elementor-text-editor{text-align:left;}.elementor-5021 .elementor-element.elementor-element-6c0cc1d5{color:#FFFFFF;font-family:"Source Sans Pro", Sans-serif;font-size:34px;font-weight:bold;line-height:55px;}.elementor-5021 .elementor-element.elementor-element-6c0cc1d5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-b72ca67 .pr-button-container{text-align:center;}.elementor-5021 .elementor-element.elementor-element-b72ca67 .pr-button{font-family:"Source Sans Pro", Sans-serif;font-size:16px;font-weight:600;border-radius:2px;padding:12px 35px 12px 35px;}.elementor-5021 .elementor-element.elementor-element-b72ca67 .pr-button, .elementor-5021 .elementor-element.elementor-element-b72ca67 .pr-button .pr-button-text-icon-wrapper span{color:#0D5180;}.elementor-5021 .elementor-element.elementor-element-b72ca67 .pr-button, .elementor-5021 .elementor-element.elementor-element-b72ca67 .pr-button.pr-button-style2-shutinhor:before , .elementor-5021 .elementor-element.elementor-element-b72ca67 .pr-button.pr-button-style2-shutinver:before , .elementor-5021 .elementor-element.elementor-element-b72ca67 .pr-button-style5-radialin:before , .elementor-5021 .elementor-element.elementor-element-b72ca67 .pr-button-style5-rectin:before{background-color:#FFFFFF;}.elementor-5021 .elementor-element.elementor-element-bdd2331:not(.elementor-motion-effects-element-type-background), .elementor-5021 .elementor-element.elementor-element-bdd2331 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("images/service-l-img.jpg");background-position:bottom right;background-repeat:no-repeat;}.elementor-5021 .elementor-element.elementor-element-bdd2331{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:90px 0px 100px 0px;}.elementor-5021 .elementor-element.elementor-element-bdd2331 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5021 .elementor-element.elementor-element-8b03ded > .elementor-element-populated{padding:0px 0px 0px 70px;}.elementor-5021 .elementor-element.elementor-element-1a149eb .elementor-text-editor{text-align:left;}.elementor-5021 .elementor-element.elementor-element-1a149eb{color:#333333;font-family:"Alegreya", Sans-serif;font-size:45px;font-weight:bold;line-height:55px;}.elementor-5021 .elementor-element.elementor-element-1a149eb > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-32f4fc4{color:#656565;font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:400;line-height:28px;}.elementor-5021 .elementor-element.elementor-element-32f4fc4 > .elementor-widget-container{padding:0px 0px 5px 0px;}.elementor-5021 .elementor-element.elementor-element-78e129a .elementor-text-editor{text-align:left;}.elementor-5021 .elementor-element.elementor-element-78e129a{color:#333333;font-family:"Alegreya", Sans-serif;font-size:28px;font-weight:bold;line-height:55px;}.elementor-5021 .elementor-element.elementor-element-78e129a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-347bfc6{color:#656565;font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:400;line-height:28px;}.elementor-5021 .elementor-element.elementor-element-347bfc6 > .elementor-widget-container{padding:0px 0px 5px 0px;}.elementor-5021 .elementor-element.elementor-element-473b969:not(.elementor-motion-effects-element-type-background), .elementor-5021 .elementor-element.elementor-element-473b969 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("images/pattern.jpg");background-size:auto;}.elementor-5021 .elementor-element.elementor-element-473b969 > .elementor-background-overlay{background-image:url("images/service-r-img.png");background-position:bottom right;background-repeat:no-repeat;opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5021 .elementor-element.elementor-element-473b969{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:90px;margin-bottom:0px;padding:80px 0px 90px 0px;}.elementor-5021 .elementor-element.elementor-element-c6bb317 > .elementor-element-populated{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-9815cd5 .elementor-text-editor{text-align:left;}.elementor-5021 .elementor-element.elementor-element-9815cd5{color:#333333;font-family:"Alegreya", Sans-serif;font-size:45px;font-weight:bold;line-height:55px;}.elementor-5021 .elementor-element.elementor-element-9815cd5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-48bce30{color:#656565;font-family:"Lato", Sans-serif;font-size:16px;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-48bce30 > .elementor-widget-container{margin:0px 0px 40px 0px;}.elementor-5021 .elementor-element.elementor-element-aea60ae.elementor-position-right .elementor-image-box-img{margin-left:20px;}.elementor-5021 .elementor-element.elementor-element-aea60ae.elementor-position-left .elementor-image-box-img{margin-right:20px;}.elementor-5021 .elementor-element.elementor-element-aea60ae.elementor-position-top .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-aea60ae .elementor-image-box-wrapper .elementor-image-box-img{width:23%;}.elementor-5021 .elementor-element.elementor-element-aea60ae .elementor-image-box-img img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );transition-duration:0.3s;}.elementor-5021 .elementor-element.elementor-element-aea60ae .elementor-image-box-title{margin-bottom:12px;}.elementor-5021 .elementor-element.elementor-element-aea60ae .elementor-image-box-content .elementor-image-box-title{color:#333333;font-family:"Alegreya", Sans-serif;font-size:16px;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-aea60ae .elementor-image-box-content .elementor-image-box-description{font-family:"Lato", Sans-serif;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-f2fd2ca.elementor-position-right .elementor-image-box-img{margin-left:20px;}.elementor-5021 .elementor-element.elementor-element-f2fd2ca.elementor-position-left .elementor-image-box-img{margin-right:20px;}.elementor-5021 .elementor-element.elementor-element-f2fd2ca.elementor-position-top .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-f2fd2ca .elementor-image-box-wrapper .elementor-image-box-img{width:23%;}.elementor-5021 .elementor-element.elementor-element-f2fd2ca .elementor-image-box-img img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );transition-duration:0.3s;}.elementor-5021 .elementor-element.elementor-element-f2fd2ca .elementor-image-box-title{margin-bottom:12px;}.elementor-5021 .elementor-element.elementor-element-f2fd2ca .elementor-image-box-content .elementor-image-box-title{color:#333333;font-family:"Alegreya", Sans-serif;font-size:16px;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-f2fd2ca .elementor-image-box-content .elementor-image-box-description{font-family:"Lato", Sans-serif;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-82bf200.elementor-position-right .elementor-image-box-img{margin-left:20px;}.elementor-5021 .elementor-element.elementor-element-82bf200.elementor-position-left .elementor-image-box-img{margin-right:20px;}.elementor-5021 .elementor-element.elementor-element-82bf200.elementor-position-top .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-82bf200 .elementor-image-box-wrapper .elementor-image-box-img{width:23%;}.elementor-5021 .elementor-element.elementor-element-82bf200 .elementor-image-box-img img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );transition-duration:0.3s;}.elementor-5021 .elementor-element.elementor-element-82bf200 .elementor-image-box-title{margin-bottom:12px;}.elementor-5021 .elementor-element.elementor-element-82bf200 .elementor-image-box-content .elementor-image-box-title{color:#333333;font-family:"Alegreya", Sans-serif;font-size:16px;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-82bf200 .elementor-image-box-content .elementor-image-box-description{font-family:"Lato", Sans-serif;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-59893a9{margin-top:25px;margin-bottom:0px;}.elementor-5021 .elementor-element.elementor-element-de763f2.elementor-position-right .elementor-image-box-img{margin-left:20px;}.elementor-5021 .elementor-element.elementor-element-de763f2.elementor-position-left .elementor-image-box-img{margin-right:20px;}.elementor-5021 .elementor-element.elementor-element-de763f2.elementor-position-top .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-de763f2 .elementor-image-box-wrapper .elementor-image-box-img{width:23%;}.elementor-5021 .elementor-element.elementor-element-de763f2 .elementor-image-box-img img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );transition-duration:0.3s;}.elementor-5021 .elementor-element.elementor-element-de763f2 .elementor-image-box-title{margin-bottom:12px;}.elementor-5021 .elementor-element.elementor-element-de763f2 .elementor-image-box-content .elementor-image-box-title{color:#333333;font-family:"Alegreya", Sans-serif;font-size:16px;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-de763f2 .elementor-image-box-content .elementor-image-box-description{font-family:"Lato", Sans-serif;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-54430cc.elementor-position-right .elementor-image-box-img{margin-left:20px;}.elementor-5021 .elementor-element.elementor-element-54430cc.elementor-position-left .elementor-image-box-img{margin-right:20px;}.elementor-5021 .elementor-element.elementor-element-54430cc.elementor-position-top .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-54430cc .elementor-image-box-wrapper .elementor-image-box-img{width:23%;}.elementor-5021 .elementor-element.elementor-element-54430cc .elementor-image-box-img img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );transition-duration:0.3s;}.elementor-5021 .elementor-element.elementor-element-54430cc .elementor-image-box-title{margin-bottom:12px;}.elementor-5021 .elementor-element.elementor-element-54430cc .elementor-image-box-content .elementor-image-box-title{color:#333333;font-family:"Alegreya", Sans-serif;font-size:16px;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-54430cc .elementor-image-box-content .elementor-image-box-description{font-family:"Lato", Sans-serif;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-940a71e.elementor-position-right .elementor-image-box-img{margin-left:20px;}.elementor-5021 .elementor-element.elementor-element-940a71e.elementor-position-left .elementor-image-box-img{margin-right:20px;}.elementor-5021 .elementor-element.elementor-element-940a71e.elementor-position-top .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-940a71e .elementor-image-box-wrapper .elementor-image-box-img{width:23%;}.elementor-5021 .elementor-element.elementor-element-940a71e .elementor-image-box-img img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );transition-duration:0.3s;}.elementor-5021 .elementor-element.elementor-element-940a71e .elementor-image-box-title{margin-bottom:12px;}.elementor-5021 .elementor-element.elementor-element-940a71e .elementor-image-box-content .elementor-image-box-title{color:#333333;font-family:"Alegreya", Sans-serif;font-size:16px;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-940a71e .elementor-image-box-content .elementor-image-box-description{font-family:"Lato", Sans-serif;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-6e81161:not(.elementor-motion-effects-element-type-background), .elementor-5021 .elementor-element.elementor-element-6e81161 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("images/help-bg.jpg");background-repeat:no-repeat;background-size:cover;}.elementor-5021 .elementor-element.elementor-element-6e81161{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:50px 0px 80px 0px;}.elementor-5021 .elementor-element.elementor-element-6e81161 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5021 .elementor-element.elementor-element-52d649e .elementor-text-editor{text-align:center;}.elementor-5021 .elementor-element.elementor-element-52d649e{color:#FFFFFF;font-family:"Alegreya", Sans-serif;font-size:42px;font-weight:bold;line-height:55px;}.elementor-5021 .elementor-element.elementor-element-52d649e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-650f590 .elementor-text-editor{text-align:center;}.elementor-5021 .elementor-element.elementor-element-650f590{color:#FFFFFF;font-family:"Alegreya", Sans-serif;font-size:24px;font-weight:500;line-height:55px;}.elementor-5021 .elementor-element.elementor-element-650f590 > .elementor-widget-container{margin:-20px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-0ad6a6d .pr-button-container{text-align:center;}.elementor-5021 .elementor-element.elementor-element-0ad6a6d .pr-button, .elementor-5021 .elementor-element.elementor-element-0ad6a6d .pr-button .pr-button-text-icon-wrapper span{color:#00A1DE;}.elementor-5021 .elementor-element.elementor-element-0ad6a6d .pr-button, .elementor-5021 .elementor-element.elementor-element-0ad6a6d .pr-button.pr-button-style2-shutinhor:before , .elementor-5021 .elementor-element.elementor-element-0ad6a6d .pr-button.pr-button-style2-shutinver:before , .elementor-5021 .elementor-element.elementor-element-0ad6a6d .pr-button-style5-radialin:before , .elementor-5021 .elementor-element.elementor-element-0ad6a6d .pr-button-style5-rectin:before{background-color:#FFFFFF;}.elementor-5021 .elementor-element.elementor-element-0ad6a6d .pr-button{border-radius:5px;padding:15px 30px 15px 30px;}.elementor-5021 .elementor-element.elementor-element-664a810{padding:45px 0px 45px 0px;}.elementor-5021 .elementor-element.elementor-element-3a88c4bd > .elementor-element-populated{margin:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-2d2b8c0 .elementor-text-editor{text-align:left;}.elementor-5021 .elementor-element.elementor-element-2d2b8c0{color:#333333;font-family:"Alegreya", Sans-serif;font-size:45px;font-weight:bold;line-height:55px;}.elementor-5021 .elementor-element.elementor-element-2d2b8c0 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-30af3a5{color:#656565;font-family:"Lato", Sans-serif;font-size:16px;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-30af3a5 > .elementor-widget-container{margin:0px 0px 40px 0px;}.elementor-5021 .elementor-element.elementor-element-369739d.elementor-position-right .elementor-image-box-img{margin-left:20px;}.elementor-5021 .elementor-element.elementor-element-369739d.elementor-position-left .elementor-image-box-img{margin-right:20px;}.elementor-5021 .elementor-element.elementor-element-369739d.elementor-position-top .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-369739d .elementor-image-box-wrapper .elementor-image-box-img{width:14%;}.elementor-5021 .elementor-element.elementor-element-369739d .elementor-image-box-img img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );transition-duration:0.3s;}.elementor-5021 .elementor-element.elementor-element-369739d .elementor-image-box-title{margin-bottom:12px;}.elementor-5021 .elementor-element.elementor-element-369739d .elementor-image-box-content .elementor-image-box-title{color:#333333;font-family:"Alegreya", Sans-serif;font-size:18px;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-369739d .elementor-image-box-content .elementor-image-box-description{font-family:"Lato", Sans-serif;font-weight:600;line-height:32px;}.elementor-5021 .elementor-element.elementor-element-369739d > .elementor-widget-container{padding:0px 100px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-d23d7aa.elementor-position-right .elementor-image-box-img{margin-left:20px;}.elementor-5021 .elementor-element.elementor-element-d23d7aa.elementor-position-left .elementor-image-box-img{margin-right:20px;}.elementor-5021 .elementor-element.elementor-element-d23d7aa.elementor-position-top .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-d23d7aa .elementor-image-box-wrapper .elementor-image-box-img{width:14%;}.elementor-5021 .elementor-element.elementor-element-d23d7aa .elementor-image-box-img img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );transition-duration:0.3s;}.elementor-5021 .elementor-element.elementor-element-d23d7aa .elementor-image-box-title{margin-bottom:12px;}.elementor-5021 .elementor-element.elementor-element-d23d7aa .elementor-image-box-content .elementor-image-box-title{color:#333333;font-family:"Alegreya", Sans-serif;font-size:18px;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-d23d7aa .elementor-image-box-content .elementor-image-box-description{font-family:"Lato", Sans-serif;font-weight:600;line-height:32px;}.elementor-5021 .elementor-element.elementor-element-d23d7aa > .elementor-widget-container{padding:0px 100px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-98ade39.elementor-position-right .elementor-image-box-img{margin-left:20px;}.elementor-5021 .elementor-element.elementor-element-98ade39.elementor-position-left .elementor-image-box-img{margin-right:20px;}.elementor-5021 .elementor-element.elementor-element-98ade39.elementor-position-top .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-98ade39 .elementor-image-box-wrapper .elementor-image-box-img{width:14%;}.elementor-5021 .elementor-element.elementor-element-98ade39 .elementor-image-box-img img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );transition-duration:0.3s;}.elementor-5021 .elementor-element.elementor-element-98ade39 .elementor-image-box-title{margin-bottom:12px;}.elementor-5021 .elementor-element.elementor-element-98ade39 .elementor-image-box-content .elementor-image-box-title{color:#333333;font-family:"Alegreya", Sans-serif;font-size:18px;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-98ade39 .elementor-image-box-content .elementor-image-box-description{font-family:"Lato", Sans-serif;font-weight:600;line-height:32px;}.elementor-5021 .elementor-element.elementor-element-98ade39 > .elementor-widget-container{padding:0px 100px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-0721207:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-5021 .elementor-element.elementor-element-0721207 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0C202A;background-image:url("images/bg-page-1.png");}.elementor-5021 .elementor-element.elementor-element-0721207 > .elementor-element-populated >  .elementor-background-overlay{background-color:#0C202A;opacity:1;}.elementor-5021 .elementor-element.elementor-element-0721207 > .elementor-element-populated > .elementor-background-overlay{mix-blend-mode:saturation;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5021 .elementor-element.elementor-element-0721207 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;padding:0px 30px 40px 30px;}.elementor-5021 .elementor-element.elementor-element-fdb8030 .elementor-text-editor{text-align:center;}.elementor-5021 .elementor-element.elementor-element-fdb8030{color:#FFFFFF;font-family:"Alegreya", Sans-serif;font-size:22px;font-weight:bold;text-transform:uppercase;line-height:55px;}.elementor-5021 .elementor-element.elementor-element-fdb8030 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:25px 25px 25px 25px;}.elementor-5021 .elementor-element.elementor-element-a282a05 .pr-contact-form-container input.wpcf7-text{width:100%;}.elementor-5021 .elementor-element.elementor-element-a282a05 .pr-contact-form-container textarea.wpcf7-textarea{width:100%;}.elementor-5021 .elementor-element.elementor-element-a282a05 .pr-contact-form-container .wpcf7-form p:nth-last-of-type(1){text-align:Left;}.elementor-5021 .elementor-element.elementor-element-f52559f:not(.elementor-motion-effects-element-type-background), .elementor-5021 .elementor-element.elementor-element-f52559f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;background-image:url("images/pattern.jpg");}.elementor-5021 .elementor-element.elementor-element-f52559f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:80px 0px 80px 0px;}.elementor-5021 .elementor-element.elementor-element-f52559f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5021 .elementor-element.elementor-element-d104683{margin-top:0px;margin-bottom:0px;padding:0px 0px 20px 0px;}.elementor-5021 .elementor-element.elementor-element-d4c4aec .elementor-text-editor{text-align:left;}.elementor-5021 .elementor-element.elementor-element-d4c4aec{color:#333333;font-family:"Alegreya", Sans-serif;font-size:45px;font-weight:bold;line-height:55px;}.elementor-5021 .elementor-element.elementor-element-d4c4aec > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-2d69159{color:#656565;font-family:"Lato", Sans-serif;font-size:16px;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-2d69159 > .elementor-widget-container{margin:0px 0px 40px 0px;}.elementor-5021 .elementor-element.elementor-element-fa28737 .pr-team-item .pr-team-content{padding:20px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-fa28737 .pr-team-item figure img{width:100%;}.elementor-5021 .elementor-element.elementor-element-fa28737 .pr-team-item .pr-team-member-name{color:#242424;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:500;line-height:24px;margin:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-fa28737 .pr-team-item .pr-team-member-position{color:#797979;font-family:"Lora", Sans-serif;font-size:16px;font-weight:400;line-height:24px;margin:0px 0px 10px 0px;}.elementor-5021 .elementor-element.elementor-element-fa28737 .pr-team-member-social-link > a{width:30px;height:30px;line-height:30px;margin:0px 10px 0px 0px;color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#FFFFFF;border-radius:50px;}.elementor-5021 .elementor-element.elementor-element-fa28737 .pr-team-member-social-link > a:hover{color:#FFFFFF;border-color:#FFFFFF;}.elementor-5021 .elementor-element.elementor-element-a5bf9a1 .pr-team-item .pr-team-content{padding:20px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-a5bf9a1 .pr-team-item figure img{width:100%;}.elementor-5021 .elementor-element.elementor-element-a5bf9a1 .pr-team-item .pr-team-member-name{color:#242424;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:500;line-height:24px;margin:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-a5bf9a1 .pr-team-item .pr-team-member-position{color:#797979;font-family:"Lora", Sans-serif;font-size:16px;font-weight:400;line-height:24px;margin:0px 0px 10px 0px;}.elementor-5021 .elementor-element.elementor-element-a5bf9a1 .pr-team-member-social-link > a{width:30px;height:30px;line-height:30px;margin:0px 10px 0px 0px;color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#FFFFFF;border-radius:50px;}.elementor-5021 .elementor-element.elementor-element-a5bf9a1 .pr-team-member-social-link > a:hover{color:#FFFFFF;border-color:#FFFFFF;}.elementor-5021 .elementor-element.elementor-element-98e08f1 .pr-team-item .pr-team-content{padding:20px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-98e08f1 .pr-team-item figure img{width:100%;}.elementor-5021 .elementor-element.elementor-element-98e08f1 .pr-team-item .pr-team-member-name{color:#242424;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:500;line-height:24px;margin:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-98e08f1 .pr-team-item .pr-team-member-position{color:#797979;font-family:"Lora", Sans-serif;font-size:16px;font-weight:400;line-height:24px;margin:0px 0px 10px 0px;}.elementor-5021 .elementor-element.elementor-element-98e08f1 .pr-team-member-social-link > a{width:30px;height:30px;line-height:30px;margin:0px 10px 0px 0px;color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#FFFFFF;border-radius:50px;}.elementor-5021 .elementor-element.elementor-element-98e08f1 .pr-team-member-social-link > a:hover{color:#FFFFFF;border-color:#FFFFFF;}.elementor-5021 .elementor-element.elementor-element-10cc413 .pr-team-item .pr-team-content{padding:20px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-10cc413 .pr-team-item figure img{width:100%;}.elementor-5021 .elementor-element.elementor-element-10cc413 .pr-team-item .pr-team-member-name{color:#242424;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:500;line-height:24px;margin:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-10cc413 .pr-team-item .pr-team-member-position{color:#797979;font-family:"Lora", Sans-serif;font-size:16px;font-weight:400;line-height:24px;margin:0px 0px 10px 0px;}.elementor-5021 .elementor-element.elementor-element-10cc413 .pr-team-member-social-link > a{width:30px;height:30px;line-height:30px;margin:0px 10px 0px 0px;color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#FFFFFF;border-radius:50px;}.elementor-5021 .elementor-element.elementor-element-10cc413 .pr-team-member-social-link > a:hover{color:#FFFFFF;border-color:#FFFFFF;}.elementor-5021 .elementor-element.elementor-element-f0ca988:not(.elementor-motion-effects-element-type-background), .elementor-5021 .elementor-element.elementor-element-f0ca988 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("images/testi-bg.jpg");}.elementor-5021 .elementor-element.elementor-element-f0ca988 > .elementor-background-overlay{background-color:#02476B66;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5021 .elementor-element.elementor-element-f0ca988{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 0px 50px 0px;}.elementor-5021 .elementor-element.elementor-element-f6bc2f3 .pr-testimonial-text{color:#FFFFFFBA;font-family:"Lato", Sans-serif;font-size:16px;}.elementor-5021 .elementor-element.elementor-element-f6bc2f3 .pr-testimonial-image img{width:95px;height:95px;}.elementor-5021 .elementor-element.elementor-element-f6bc2f3 .pr-testimonial-name{color:#FFFFFF;font-family:"Alegreya", Sans-serif;font-size:30px;font-weight:600;margin:15px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-f6bc2f3 .pr-testimonial-job{color:#FFFFFFA8;margin:0px 0px 32px 0px;}.elementor-5021 .elementor-element.elementor-element-f6bc2f3 .pr-testimonial-slider .slick-dots li button::before{font-size:13px;color:#00A1DE;}.elementor-5021 .elementor-element.elementor-element-f6bc2f3 .pr-testimonial-slider .slick-dots li{margin-left:4px!important;margin-right:4px!important;}.elementor-5021 .elementor-element.elementor-element-f6bc2f3 .slick-dots{bottom:-43px;}.elementor-5021 .elementor-element.elementor-element-f6bc2f3 .pr-testimonial-slider .slick-dots li.slick-active button::before{color:#00A1DE57;}.elementor-5021 .elementor-element.elementor-element-f6bc2f3 .pr-testimonial-slider .slick-dots li.slick-:hover button::before{color:#00A1DE57;}.elementor-5021 .elementor-element.elementor-element-6a956bc > .elementor-container{max-width:1200px;}.elementor-5021 .elementor-element.elementor-element-6a956bc:not(.elementor-motion-effects-element-type-background), .elementor-5021 .elementor-element.elementor-element-6a956bc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#fafafa;}.elementor-5021 .elementor-element.elementor-element-6a956bc{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:120px 0px 120px 0px;}.elementor-5021 .elementor-element.elementor-element-6a956bc > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-5021 .elementor-element.elementor-element-2bf4e01.elementor-column .elementor-column-wrap{align-items:center;}.elementor-5021 .elementor-element.elementor-element-2bf4e01.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-5021 .elementor-element.elementor-element-2bf4e01 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-eeb6198 .elementor-text-editor{text-align:left;}.elementor-5021 .elementor-element.elementor-element-eeb6198{color:#333333;font-family:"Alegreya", Sans-serif;font-size:45px;font-weight:bold;line-height:55px;}.elementor-5021 .elementor-element.elementor-element-eeb6198 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-18c4bc8{color:#656565;font-family:"Lato", Sans-serif;font-size:16px;font-weight:600;}.elementor-5021 .elementor-element.elementor-element-18c4bc8 > .elementor-widget-container{margin:0px 0px 40px 0px;}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr-post-carousel article:hover>.outer>.inner{background-color:rgba(0,0,0,0)!important;}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr__image__cover{filter:grayscale(0%);-webkit-filter:grayscale(0%);}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr-post-carousel article>.outer>.inner .title a{color:#101010;}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr-post-carousel article>.outer>.inner .title{font-family:"Overpass", Sans-serif;font-size:23px;font-weight:700;line-height:30px;letter-spacing:0px;}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr-post-carousel .post.type-post>.outer>.inner .title{text-align:left;}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr-post-carousel article>.outer>.inner .category a{color:#00A1DE;}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr-post-carousel article>.outer>.inner .category{color:#00A1DE;font-family:"Overpass", Sans-serif;font-weight:700;}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr-post-carousel article:hover>.outer>.inner .category a{color:#4054b2;}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr-post-carousel article:hover>.outer>.inner .category{color:#4054b2;}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr-post-carousel article:hover>.outer>.inner .meta>li{color:#4054b2;}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr-post-carousel .post.type-post > .outer > .inner .description{color:#999999;font-family:"Overpass", Sans-serif;font-size:15px;font-weight:400;letter-spacing:0px;text-align:left;}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr-post-carousel .post.type-post:hover > .outer > .inner .description{color:#999999;}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr-readmore-btn{background-color:#4054b2;color:#ffffff;text-decoration:none;align-self:flex-start;}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr-readmore-btn:hover{background-color:#23a455;color:#000000;text-decoration:none;}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr-post-carousel .swiper-pagination-bullet{height:12px;width:12px;margin-left:8px;margin-right:8px;background:#ffffff;border-style:solid;border-width:1px 1px 1px 1px;border-color:#172460;}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr-post-carousel .swiper-pagination-bullet-active{height:14px;width:14px;background:#172460;border-color:#172460;}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr-post-carousel .swiper-pagination-bullets{padding:40px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-af5aa64 .pr-post-carousel .swiper-pagination-bullet-active:hover{background:#172460!important;border-color:#172460!important;}.elementor-5021 .elementor-element.elementor-element-2bc8987:not(.elementor-motion-effects-element-type-background), .elementor-5021 .elementor-element.elementor-element-2bc8987 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("images/help-bg2.jpg");background-size:cover;}.elementor-5021 .elementor-element.elementor-element-2bc8987{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:-95px;padding:28px 0px 28px 0px;}.elementor-5021 .elementor-element.elementor-element-2bc8987 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5021 .elementor-element.elementor-element-4233b2b .elementor-text-editor{text-align:left;}.elementor-5021 .elementor-element.elementor-element-4233b2b{color:#FFFFFF;font-family:"Alegreya", Sans-serif;font-size:45px;font-weight:bold;text-transform:capitalize;line-height:55px;}.elementor-5021 .elementor-element.elementor-element-4233b2b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-19a077b .elementor-text-editor{text-align:left;}.elementor-5021 .elementor-element.elementor-element-19a077b{color:#FFFFFF;font-family:"Alegreya", Sans-serif;font-size:35px;font-weight:bold;text-transform:capitalize;line-height:55px;}.elementor-5021 .elementor-element.elementor-element-19a077b > .elementor-widget-container{margin:-20px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-720dbb3 .pr-button-container{text-align:left;}.elementor-5021 .elementor-element.elementor-element-720dbb3 .pr-button{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:600;border-radius:3px;padding:12px 27px 12px 27px;}.elementor-5021 .elementor-element.elementor-element-720dbb3 .pr-button, .elementor-5021 .elementor-element.elementor-element-720dbb3 .pr-button .pr-button-text-icon-wrapper span{color:#FFFFFF;}.elementor-5021 .elementor-element.elementor-element-720dbb3 .pr-button, .elementor-5021 .elementor-element.elementor-element-720dbb3 .pr-button.pr-button-style2-shutinhor:before , .elementor-5021 .elementor-element.elementor-element-720dbb3 .pr-button.pr-button-style2-shutinver:before , .elementor-5021 .elementor-element.elementor-element-720dbb3 .pr-button-style5-radialin:before , .elementor-5021 .elementor-element.elementor-element-720dbb3 .pr-button-style5-rectin:before{background-color:#FDC500;}@media(max-width:1024px){.elementor-5021 .elementor-element.elementor-element-8b03ded > .elementor-element-populated{padding:0px 20px 0px 20px;}.elementor-5021 .elementor-element.elementor-element-6a956bc{padding:70px 0px 70px 0px;}.elementor-5021 .elementor-element.elementor-element-2bf4e01 > .elementor-element-populated{padding:0px 15px 0px 15px;}}@media(max-width:767px){.elementor-5021 .elementor-element.elementor-element-6c0cc1d5{font-size:34px;}.elementor-5021 .elementor-element.elementor-element-bdd2331{padding:0px 20px 0px 20px;}.elementor-5021 .elementor-element.elementor-element-8b03ded > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-5021 .elementor-element.elementor-element-1a149eb{font-size:34px;}.elementor-5021 .elementor-element.elementor-element-78e129a{font-size:34px;}.elementor-5021 .elementor-element.elementor-element-9815cd5{font-size:34px;}.elementor-5021 .elementor-element.elementor-element-aea60ae .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-f2fd2ca .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-82bf200 .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-de763f2 .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-54430cc .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-940a71e .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-52d649e{font-size:34px;}.elementor-5021 .elementor-element.elementor-element-650f590{font-size:34px;}.elementor-5021 .elementor-element.elementor-element-2d2b8c0{font-size:34px;}.elementor-5021 .elementor-element.elementor-element-369739d .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-d23d7aa .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-98ade39 .elementor-image-box-img{margin-bottom:20px;}.elementor-5021 .elementor-element.elementor-element-fdb8030{font-size:34px;}.elementor-5021 .elementor-element.elementor-element-d4c4aec{font-size:34px;}.elementor-5021 .elementor-element.elementor-element-2bf4e01 > .elementor-element-populated{padding:0px 20px 0px 20px;}.elementor-5021 .elementor-element.elementor-element-eeb6198{font-size:34px;}.elementor-5021 .elementor-element.elementor-element-4233b2b{font-size:34px;}.elementor-5021 .elementor-element.elementor-element-19a077b{font-size:34px;}}@media(min-width:768px){.elementor-5021 .elementor-element.elementor-element-1f03115{width:50%;}.elementor-5021 .elementor-element.elementor-element-4e7520e{width:50%;}.elementor-5021 .elementor-element.elementor-element-3fceac6{width:30%;}.elementor-5021 .elementor-element.elementor-element-8b03ded{width:70%;}}@media(max-width:1024px) and (min-width:768px){.elementor-5021 .elementor-element.elementor-element-3fceac6{width:100%;}.elementor-5021 .elementor-element.elementor-element-8b03ded{width:100%;}}/* Start custom CSS for section, class: .elementor-element-63bd873e */.elementor-5021 .elementor-element.elementor-element-63bd873e{
    z-index: 1;
}/* End custom CSS */
/* Start custom CSS for pr-contact-form, class: .elementor-element-a282a05 */.elementor-5021 .elementor-element.elementor-element-a282a05 .wpcf7-form input, .elementor-5021 .elementor-element.elementor-element-a282a05 .wpcf7-form .wpcf7-textarea {
    background-color: #1458834d;
    border-top: none;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #085687;
    font-size: 13px;
    color: #fff;
    height: 49px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 2px;
    padding-left: 10px;
    margin-bottom: 8px;
}
.elementor-5021 .elementor-element.elementor-element-a282a05 .wpcf7-form .wpcf7-textarea {
    height: 140px;
}
.elementor-5021 .elementor-element.elementor-element-a282a05 .wpcf7-form .wpcf7-submit {
    width: 100%;
    background: #008ed6;
}/* End custom CSS */
/* Start custom CSS for pr-team, class: .elementor-element-fa28737 */.elementor-5021 .elementor-element.elementor-element-fa28737 .pr-team-member-name {
    display: inline-block;
    padding-right: 60px;
    position: relative;
}

.elementor-5021 .elementor-element.elementor-element-fa28737 .pr-team-member-name::after {
    content: "";
    height: 1px;
    width: 40px;
    background: #45ae7d;
    position: absolute;
    bottom: 6px;
    right: 0;
}/* End custom CSS */
/* Start custom CSS for pr-team, class: .elementor-element-a5bf9a1 */.elementor-5021 .elementor-element.elementor-element-a5bf9a1 .pr-team-member-name {
    display: inline-block;
    padding-right: 60px;
    position: relative;
}

.elementor-5021 .elementor-element.elementor-element-a5bf9a1 .pr-team-member-name::after {
    content: "";
    height: 1px;
    width: 40px;
    background: #45ae7d;
    position: absolute;
    bottom: 6px;
    right: 0;
}/* End custom CSS */
/* Start custom CSS for pr-team, class: .elementor-element-98e08f1 */.elementor-5021 .elementor-element.elementor-element-98e08f1 .pr-team-member-name {
    display: inline-block;
    padding-right: 60px;
    position: relative;
}

.elementor-5021 .elementor-element.elementor-element-98e08f1 .pr-team-member-name::after {
    content: "";
    height: 1px;
    width: 40px;
    background: #45ae7d;
    position: absolute;
    bottom: 6px;
    right: 0;
}/* End custom CSS */
/* Start custom CSS for pr-team, class: .elementor-element-10cc413 */.elementor-5021 .elementor-element.elementor-element-10cc413 .pr-team-member-name {
    display: inline-block;
    padding-right: 60px;
    position: relative;
}
.elementor-5021 .elementor-element.elementor-element-10cc413 .pr-team-member-name::after {
    content: "";
    height: 1px;
    width: 40px;
    background: #45ae7d;
    position: absolute;
    bottom: 6px;
    right: 0;
}/* End custom CSS */
.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description{color:#7A7A7A;font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title a{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-star-rating .elementor-star-rating__title{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-widget-icon-list .elementor-icon-list-item, .elementor-widget-icon-list .elementor-icon-list-item a{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-counter .elementor-counter-number-wrapper{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-counter .elementor-counter-title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar{background-color:var( --e-global-color-primary );}.elementor-widget-progress .elementor-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial .elementor-testimonial-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial .elementor-testimonial-name{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-testimonial .elementor-testimonial-job{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a{color:var( --e-global-color-primary );}.elementor-widget-tabs .elementor-tab-title.elementor-active a{color:var( --e-global-color-accent );}.elementor-widget-tabs .elementor-tab-title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-tabs .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title{color:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title{color:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-accordion .elementor-accordion-title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-accordion .elementor-accordion .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon{color:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-accent );}.elementor-widget-toggle .elementor-toggle .elementor-toggle-title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-toggle .elementor-toggle .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-alert .elementor-alert-title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-alert .elementor-alert-description{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-nav .pr-main-menu > .menu-item > a{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-pr-nav .pr-main-menu > .menu-item > a:hover{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-pr-nav .pr-main-menu .current-menu-item > a, .pr-main-menu .current_page_item > a{color:var( --e-global-color-primary );background-color:var( --e-global-color-primary );}.elementor-widget-pr-nav .pr-nav-primary .pr-main-menu{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-nav .pr-main-menu .sub-menu{background-color:var( --e-global-color-primary );}.elementor-widget-pr-nav .pr-main-menu .sub-menu .menu-item a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-nav .pr-main-menu .sub-menu .menu-item a:hover{color:var( --e-global-color-primary );}.elementor-widget-pr-site-logo .pr-site-branding .site-title a{color:var( --e-global-color-primary );}.elementor-widget-pr-site-logo .pr-site-branding .site-title a:hover{color:var( --e-global-color-primary );}.elementor-widget-pr-site-logo .pr-site-branding .site-title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-site-logo .pr-site-branding .site-description{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-button .pr-button{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-button .pr-button, .elementor-widget-pr-button .pr-button .pr-button-text-icon-wrapper span{color:var( --e-global-color-secondary );}.elementor-widget-pr-button .pr-button-text-icon-wrapper i{color:var( --e-global-color-secondary );}.elementor-widget-pr-button .pr-button, .elementor-widget-pr-button .pr-button.pr-button-style2-shutinhor:before , .elementor-widget-pr-button .pr-button.pr-button-style2-shutinver:before , .elementor-widget-pr-button .pr-button-style5-radialin:before , .elementor-widget-pr-button .pr-button-style5-rectin:before{background-color:var( --e-global-color-primary );}.elementor-widget-pr-button .pr-button:hover, .elementor-widget-pr-button .pr-button:hover .pr-button-text-icon-wrapper span{color:var( --e-global-color-primary );}.elementor-widget-pr-button .pr-button:hover .pr-button-text-icon-wrapper i{color:var( --e-global-color-secondary );}.elementor-widget-pr-button .pr-button:hover .pr-button-style4-icon-wrapper{color:var( --e-global-color-primary );}.elementor-widget-pr-button .pr-button-none:hover ,.elementor-widget-pr-button .pr-button-style1-bottom:before, .elementor-widget-pr-button .pr-button-style1-top:before, .elementor-widget-pr-button .pr-button-style1-right:before, .elementor-widget-pr-button .pr-button-style1-left:before, .elementor-widget-pr-button .pr-button-style2-shutouthor:before, .elementor-widget-pr-button .pr-button-style2-shutoutver:before, .elementor-widget-pr-button .pr-button-style2-shutinhor, .elementor-widget-pr-button .pr-button-style2-shutinver , .elementor-widget-pr-button .pr-button-style2-dshutinhor:before , .elementor-widget-pr-button .pr-button-style2-dshutinver:before , .elementor-widget-pr-button .pr-button-style2-scshutouthor:before , .elementor-widget-pr-button .pr-button-style2-scshutoutver:before, .elementor-widget-pr-button .pr-button-style3-after:hover , .elementor-widget-pr-button .pr-button-style3-before:hover,.elementor-widget-pr-button .pr-button-style4-icon-wrapper , .elementor-widget-pr-button .pr-button-style5-radialin , .elementor-widget-pr-button .pr-button-style5-radialout:before, .elementor-widget-pr-button .pr-button-style5-rectin , .elementor-widget-pr-button .pr-button-style5-rectout:before{background-color:var( --e-global-color-text );}.elementor-widget-pr-buttons .pr-button{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-buttons .pr-button, .elementor-widget-pr-buttons .pr-button .pr-button-text-icon-wrapper span{color:var( --e-global-color-secondary );}.elementor-widget-pr-buttons .pr-button-text-icon-wrapper i{color:var( --e-global-color-secondary );}.elementor-widget-pr-buttons .pr-button, .elementor-widget-pr-buttons .pr-button.pr-button-style2-shutinhor:before , .elementor-widget-pr-buttons .pr-button.pr-button-style2-shutinver:before , .elementor-widget-pr-buttons .pr-button-style5-radialin:before , .elementor-widget-pr-buttons .pr-button-style5-rectin:before{background-color:var( --e-global-color-primary );}.elementor-widget-pr-buttons .pr-button:hover, .elementor-widget-pr-buttons .pr-button:hover .pr-button-text-icon-wrapper span{color:var( --e-global-color-primary );}.elementor-widget-pr-buttons .pr-button:hover .pr-button-text-icon-wrapper i{color:var( --e-global-color-secondary );}.elementor-widget-pr-buttons .pr-button:hover .pr-button-style4-icon-wrapper{color:var( --e-global-color-primary );}.elementor-widget-pr-buttons .pr-button-none:hover ,.elementor-widget-pr-buttons .pr-button-style1-bottom:before, .elementor-widget-pr-buttons .pr-button-style1-top:before, .elementor-widget-pr-buttons .pr-button-style1-right:before, .elementor-widget-pr-buttons .pr-button-style1-left:before, .elementor-widget-pr-buttons .pr-button-style2-shutouthor:before, .elementor-widget-pr-buttons .pr-button-style2-shutoutver:before, .elementor-widget-pr-buttons .pr-button-style2-shutinhor, .elementor-widget-pr-buttons .pr-button-style2-shutinver , .elementor-widget-pr-buttons .pr-button-style2-dshutinhor:before , .elementor-widget-pr-buttons .pr-button-style2-dshutinver:before , .elementor-widget-pr-buttons .pr-button-style2-scshutouthor:before , .elementor-widget-pr-buttons .pr-button-style2-scshutoutver:before, .elementor-widget-pr-buttons .pr-button-style3-after:hover , .elementor-widget-pr-buttons .pr-button-style3-before:hover,.elementor-widget-pr-buttons .pr-button-style4-icon-wrapper , .elementor-widget-pr-buttons .pr-button-style5-radialin , .elementor-widget-pr-buttons .pr-button-style5-radialout:before, .elementor-widget-pr-buttons .pr-button-style5-rectin , .elementor-widget-pr-buttons .pr-button-style5-rectout:before{background-color:var( --e-global-color-text );}.elementor-widget-pr-search-box .search-icon{color:var( --e-global-color-primary );}.elementor-widget-pr-search-box .search-overlay{background-color:var( --e-global-color-primary );}.elementor-widget-pr-search-box .search-box{color:var( --e-global-color-primary );}.elementor-widget-pr-search-box .fullscreen-search-icon{color:var( --e-global-color-primary );}.elementor-widget-pr-search-box .search-close{color:var( --e-global-color-primary );}.elementor-widget-pr-search-box .search-box:focus{border-color:var( --e-global-color-primary );}.elementor-widget-pr-postgrid .pr-entry-title, .elementor-widget-pr-postgrid .pr-entry-title a{color:var( --e-global-color-secondary );}.elementor-widget-pr-postgrid .pr-entry-title:hover, .elementor-widget-pr-postgrid .pr-entry-title a:hover{color:var( --e-global-color-secondary );}.elementor-widget-pr-postgrid .pr-entry-title{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-postgrid .pr-entry-meta{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-postgrid .pr-grid-post-excerpt p{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-postgrid .pr-readmore-btn{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-postgrid .pr-readmore-btn:hover{background-color:var( --e-global-color-primary );}.elementor-widget-pr-postcarousel .pr-post-carousel article>.outer>.inner .title a{color:var( --e-global-color-secondary );}.elementor-widget-pr-postcarousel .pr-post-carousel article:hover>.outer>.inner .title a{color:var( --e-global-color-secondary );}.elementor-widget-pr-postcarousel .pr-post-carousel article>.outer>.inner .title{font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-pr-postcarousel .pr-post-carousel article>.outer>.inner .category a{color:var( --e-global-color-accent );}.elementor-widget-pr-postcarousel .pr-post-carousel article>.outer>.inner .category{color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-pr-postcarousel .pr-post-carousel .post.type-post>.outer>.inner .meta>li{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-postcarousel .pr-post-carousel .post.type-post > .outer > .inner .description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-postcarousel .pr-readmore-btn{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-postcarousel .pr-readmore-btn:hover{background-color:var( --e-global-color-primary );}.elementor-widget-pr-postcarousel .pr-post-carousel .swiper-pagination-bullet{background:var( --e-global-color-primary );}.elementor-widget-pr-postcarousel .pr-post-carousel .swiper-pagination-bullet-active{background:var( --e-global-color-accent );border-color:var( --e-global-color-accent );}.elementor-widget-pr-postcarousel .pr-post-carousel .swiper-pagination-bullet-active:hover{background:var( --e-global-color-accent );border-color:var( --e-global-color-accent );}.elementor-widget-pr-postcarousel .pr-blog-slider .slick-prev::before{color:var( --e-global-color-secondary );}.elementor-widget-pr-postcarousel .pr-blog-slider .slick-next::before{color:var( --e-global-color-secondary );}.elementor-widget-pr-postcarousel .pr-blog-slider .slick-prev{background-color:var( --e-global-color-primary );}.elementor-widget-pr-postcarousel .pr-blog-slider .slick-next{background-color:var( --e-global-color-primary );}.elementor-widget-pr-postcarousel .pr-blog-slider .slick-prev:hover.slick-prev:before{color:var( --e-global-color-secondary );}.elementor-widget-pr-postcarousel .pr-blog-slider .slick-next:hover.slick-next:before{color:var( --e-global-color-secondary );}.elementor-widget-pr-postcarousel .pr-blog-slider .slick-prev:hover{background-color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-pr-postcarousel .pr-blog-slider .slick-next:hover{background-color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-pr-postcarousel-sidebar .blog-sidebar-slider article>.outer>.inner .title a{color:var( --e-global-color-secondary );}.elementor-widget-pr-postcarousel-sidebar .pr-post-carousel article:hover>.outer>.inner .title a{color:var( --e-global-color-secondary );}.elementor-widget-pr-postcarousel-sidebar .blog-sidebar-slider article>.outer>.inner .title{font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-pr-postcarousel-sidebar .blog-sidebar-slider article>.outer>.inner .category a{color:var( --e-global-color-accent );}.elementor-widget-pr-postcarousel-sidebar .blog-sidebar-slider article>.outer>.inner .category{color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-pr-postcarousel-sidebar .pr-post-carousel .post.type-post>.outer>.inner .meta>li{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-postcarousel-sidebar .pr-post-carousel .post.type-post > .outer > .inner .description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-postcarousel-sidebar .pr-readmore-btn{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-postcarousel-sidebar .pr-readmore-btn:hover{background-color:var( --e-global-color-primary );}.elementor-widget-pr-postcarousel-sidebar .pr-post-carousel .swiper-pagination-bullet{background:var( --e-global-color-primary );}.elementor-widget-pr-postcarousel-sidebar .pr-post-carousel .swiper-pagination-bullet-active{background:var( --e-global-color-accent );border-color:var( --e-global-color-accent );}.elementor-widget-pr-postcarousel-sidebar .pr-post-carousel .swiper-pagination-bullet-active:hover{background:var( --e-global-color-accent );border-color:var( --e-global-color-accent );}.elementor-widget-pr-postcarousel-sidebar .pr-blog-slider .slick-prev::before{color:var( --e-global-color-secondary );}.elementor-widget-pr-postcarousel-sidebar .pr-blog-slider .slick-next::before{color:var( --e-global-color-secondary );}.elementor-widget-pr-postcarousel-sidebar .pr-blog-slider .slick-prev{background-color:var( --e-global-color-primary );}.elementor-widget-pr-postcarousel-sidebar .pr-blog-slider .slick-next{background-color:var( --e-global-color-primary );}.elementor-widget-pr-postcarousel-sidebar .pr-blog-slider .slick-prev:hover.slick-prev:before{color:var( --e-global-color-secondary );}.elementor-widget-pr-postcarousel-sidebar .pr-blog-slider .slick-next:hover.slick-next:before{color:var( --e-global-color-secondary );}.elementor-widget-pr-postcarousel-sidebar .pr-blog-slider .slick-prev:hover{background-color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-pr-postcarousel-sidebar .pr-blog-slider .slick-next:hover{background-color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-pr-portfoliogrid .works-filter-list li a{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-portfoliogrid .pr-portfolio-grid .item.work-box>.outer>.inner .title{font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-pr-portfoliogrid .pr-portfolio-grid .item.work-box>.outer>.inner .category{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-pr-countdown-timer .countdown .pr_countdown-section .pr_countdown-amount{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );background-color:var( --e-global-color-primary );}.elementor-widget-pr-countdown-timer .countdown .pr_countdown-section .pr_countdown-period{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-modal .pr-button{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-modal .pr-button, .elementor-widget-pr-modal .pr-button .pr-button-text-icon-wrapper span{color:var( --e-global-color-secondary );}.elementor-widget-pr-modal .pr-button-text-icon-wrapper i{color:var( --e-global-color-secondary );}.elementor-widget-pr-modal .pr-button, .elementor-widget-pr-modal .pr-button.pr-button-style2-shutinhor:before , .elementor-widget-pr-modal .pr-button.pr-button-style2-shutinver:before , .elementor-widget-pr-modal .pr-button-style5-radialin:before , .elementor-widget-pr-modal .pr-button-style5-rectin:before{background-color:var( --e-global-color-primary );}.elementor-widget-pr-modal .pr-button:hover, .elementor-widget-pr-modal .pr-button:hover .pr-button-text-icon-wrapper span{color:var( --e-global-color-primary );}.elementor-widget-pr-modal .pr-button:hover .pr-button-text-icon-wrapper i{color:var( --e-global-color-secondary );}.elementor-widget-pr-modal .pr-button:hover .pr-button-style4-icon-wrapper{color:var( --e-global-color-primary );}.elementor-widget-pr-modal .pr-button-none:hover ,.elementor-widget-pr-modal .pr-button-style1-bottom:before, .elementor-widget-pr-modal .pr-button-style1-top:before, .elementor-widget-pr-modal .pr-button-style1-right:before, .elementor-widget-pr-modal .pr-button-style1-left:before, .elementor-widget-pr-modal .pr-button-style2-shutouthor:before, .elementor-widget-pr-modal .pr-button-style2-shutoutver:before, .elementor-widget-pr-modal .pr-button-style2-shutinhor, .elementor-widget-pr-modal .pr-button-style2-shutinver , .elementor-widget-pr-modal .pr-button-style2-dshutinhor:before , .elementor-widget-pr-modal .pr-button-style2-dshutinver:before , .elementor-widget-pr-modal .pr-button-style2-scshutouthor:before , .elementor-widget-pr-modal .pr-button-style2-scshutoutver:before, .elementor-widget-pr-modal .pr-button-style3-after:hover , .elementor-widget-pr-modal .pr-button-style3-before:hover,.elementor-widget-pr-modal .pr-button-style4-icon-wrapper , .elementor-widget-pr-modal .pr-button-style5-radialin , .elementor-widget-pr-modal .pr-button-style5-radialout:before, .elementor-widget-pr-modal .pr-button-style5-rectin , .elementor-widget-pr-modal .pr-button-style5-rectout:before{background-color:var( --e-global-color-text );}#pr-modal-section-{{ID}}.uk-modal .uk-modal-title{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}#pr-modal-section-{{ID}}.uk-modal .uk-modal-body{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}#pr-modal-section-{{ID}}.uk-modal .uk-modal-footer .pr-modal-footer-text{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-pr-dual-heading .pr-dual-header-first-header{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-pr-dual-heading .pr-dual-header-second-header{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-secondary );}.elementor-widget-pr-maps .pr-maps-info-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-maps .pr-maps-info-desc{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-team .pr-team-item .pr-team-member-name{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-team .pr-team-item .pr-team-member-position{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-team .pr-team-item .pr-team-content .pr-team-text{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-services .pr-service-box-item > .pr-service-box-inner > .title{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-pr-infobox .pr-infobox .infobox-content hr.pr-infobox-hr{background-color:var( --e-global-color-accent );}.elementor-widget-pr-progressbar .pr-progressbar-left-label{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-progressbar .pr-progressbar-right-label{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-testimonialslider .pr-testimonial-nav-container i{color:var( --e-global-color-secondary );background-color:var( --e-global-color-primary );}.elementor-widget-pr-testimonialslider .pr-testimonial-nav-container i:hover{color:var( --e-global-color-secondary );background-color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-pr-testimonialslider .pr-testimonial-slider .slick-dots li button::before{color:var( --e-global-color-primary );}.elementor-widget-pr-testimonialslider .pr-testimonial-slider .slick-dots li.slick-active button::before{color:var( --e-global-color-accent );}.elementor-widget-pr-testimonialslider .pr-testimonial-slider .slick-dots li.slick-:hover button::before{color:var( --e-global-color-accent );}.elementor-widget-pr-personcarousel .pr-team-item .pr-team-member-name{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-personcarousel .pr-team-item .pr-team-member-position{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-personcarousel .pr-team-item .pr-team-content .pr-team-text{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-personcarousel .pr-team-slider .slick-prev::before{color:var( --e-global-color-secondary );}.elementor-widget-pr-personcarousel .pr-team-slider .slick-next::before{color:var( --e-global-color-secondary );}.elementor-widget-pr-personcarousel .pr-team-slider .slick-prev{background-color:var( --e-global-color-primary );}.elementor-widget-pr-personcarousel .pr-team-slider .slick-next{background-color:var( --e-global-color-primary );}.elementor-widget-pr-personcarousel .pr-team-slider .slick-prev:hover.slick-prev:before{color:var( --e-global-color-secondary );}.elementor-widget-pr-personcarousel .pr-team-slider .slick-next:hover.slick-next:before{color:var( --e-global-color-secondary );}.elementor-widget-pr-personcarousel .pr-team-slider .slick-prev:hover{background-color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-pr-personcarousel .pr-team-slider .slick-next:hover{background-color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-pr-servicecarousel .pr-team-item .pr-team-member-name{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-servicecarousel .pr-team-item .pr-team-content .pr-team-text{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-pr-servicecarousel .pr-team-slider .slick-prev::before{color:var( --e-global-color-secondary );}.elementor-widget-pr-servicecarousel .pr-team-slider .slick-next::before{color:var( --e-global-color-secondary );}.elementor-widget-pr-servicecarousel .pr-team-slider .slick-prev{background-color:var( --e-global-color-primary );}.elementor-widget-pr-servicecarousel .pr-team-slider .slick-next{background-color:var( --e-global-color-primary );}.elementor-widget-pr-servicecarousel .pr-team-slider .slick-prev:hover.slick-prev:before{color:var( --e-global-color-secondary );}.elementor-widget-pr-servicecarousel .pr-team-slider .slick-next:hover.slick-next:before{color:var( --e-global-color-secondary );}.elementor-widget-pr-servicecarousel .pr-team-slider .slick-prev:hover{background-color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-pr-servicecarousel .pr-team-slider .slick-next:hover{background-color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-pr-imagecarousel .pr-adv-carousel-item:hover{border-color:var( --e-global-color-primary );}.elementor-widget-pr-imagecarousel .pr-main-adv-carousel .slick-prev::before{color:var( --e-global-color-secondary );}.elementor-widget-pr-imagecarousel .pr-main-adv-carousel .slick-next::before{color:var( --e-global-color-secondary );}.elementor-widget-pr-imagecarousel .pr-main-adv-carousel .slick-prev{background-color:var( --e-global-color-primary );}.elementor-widget-pr-imagecarousel .pr-main-adv-carousel .slick-next{background-color:var( --e-global-color-primary );}.elementor-widget-pr-imagecarousel .pr-main-adv-carousel .slick-prev:hover.slick-prev:before{color:var( --e-global-color-secondary );}.elementor-widget-pr-imagecarousel .pr-main-adv-carousel .slick-next:hover.slick-next:before{color:var( --e-global-color-secondary );}.elementor-widget-pr-imagecarousel .pr-main-adv-carousel .slick-prev:hover{background-color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-pr-imagecarousel .pr-main-adv-carousel .slick-next:hover{background-color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-pr-price-table .pr-pricing-icon-container i{color:var( --e-global-color-secondary );background-color:var( --e-global-color-primary );}.elementor-widget-pr-price-table .pr-pricing-table-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-price-table .pr-pricing-price-currency{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-price-table .pr-pricing-price-value{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-price-table .pr-pricing-list .pr-pricing-list-span{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-price-table .pr-pricing-list i{color:var( --e-global-color-primary );}.elementor-widget-pr-price-table .pr-pricing-description-container{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-price-table .pr-pricing-price-button{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-price-table .pr-pricing-price-button:hover{color:var( --e-global-color-secondary );}.elementor-widget-pr-contact-form .pr-contact-form-container, .elementor-widget-pr-contact-form .pr-contact-form-container label{color:var( --e-global-color-primary );}.elementor-widget-pr-contact-form .pr-contact-form-container{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-contact-form .pr-contact-form-container input.wpcf7-text, .elementor-widget-pr-contact-form .pr-contact-form-container textarea.wpcf7-textarea{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-contact-form .pr-contact-form-container input.wpcf7-submit{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );background-color:var( --e-global-color-primary );}.elementor-widget-pr-img-gallery .pr-portfolio-img-name{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-img-gallery .pr-portfolio-img-desc{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-pr-img-gallery .pr-uk-img-lightbox-item i, .elementor-widget-pr-img-gallery .pr-portfolio-image-link i{color:var( --e-global-color-primary );}.elementor-widget-pr-img-gallery .pr-uk-img-lightbox-item span, .elementor-widget-pr-img-gallery .pr-portfolio-image-link span{background-color:var( --e-global-color-secondary );}.elementor-widget-pr-img-gallery .pr-uk-img-lightbox-item:hover i, .elementor-widget-pr-img-gallery .pr-portfolio-image-link:hover i{color:var( --e-global-color-primary );}.elementor-widget-pr-img-gallery .pr-uk-img-lightbox-item:hover span, .elementor-widget-pr-img-gallery .pr-portfolio-image-link:hover span{background-color:var( --e-global-color-secondary );}.elementor-widget-pr-img-gallery .pr-portfolio-cats-container li a.category span{color:var( --e-global-color-secondary );}.elementor-widget-pr-img-gallery .pr-portfolio-cats-container li a.active span{color:var( --e-global-color-primary );}.elementor-widget-pr-img-gallery .pr-portfolio-cats-container li a.category{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-site-title .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-theme-page-title .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-theme-post-title .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-theme-post-excerpt .elementor-widget-container{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-archive-title .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-archive-posts .elementor-post__title, .elementor-widget-archive-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-archive-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-archive-posts .elementor-post__read-more{color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-posts-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-portfolio a .elementor-portfolio-item__overlay{background-color:var( --e-global-color-accent );}.elementor-widget-portfolio .elementor-portfolio-item__title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-portfolio .elementor-portfolio__filter{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-portfolio .elementor-portfolio__filter.elementor-active{color:var( --e-global-color-primary );}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-form .elementor-field-group > label, .elementor-widget-form .elementor-field-subgroup label{color:var( --e-global-color-text );}.elementor-widget-form .elementor-field-group > label{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-form .elementor-field-type-html{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-form .elementor-field-group .elementor-field{color:var( --e-global-color-text );}.elementor-widget-form .elementor-field-group .elementor-field, .elementor-widget-form .elementor-field-subgroup label{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-form .elementor-button{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-form .e-form__buttons__wrapper__button-next{background-color:var( --e-global-color-accent );}.elementor-widget-form .elementor-button[type="submit"]{background-color:var( --e-global-color-accent );}.elementor-widget-form .e-form__buttons__wrapper__button-previous{background-color:var( --e-global-color-accent );}.elementor-widget-form .elementor-message{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-form .e-form__indicators__indicator, .elementor-widget-form .e-form__indicators__indicator__label{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-form{--e-form-steps-indicator-inactive-primary-color:var( --e-global-color-text );--e-form-steps-indicator-active-primary-color:var( --e-global-color-accent );--e-form-steps-indicator-completed-primary-color:var( --e-global-color-accent );--e-form-steps-indicator-progress-color:var( --e-global-color-accent );--e-form-steps-indicator-progress-background-color:var( --e-global-color-text );--e-form-steps-indicator-progress-meter-color:var( --e-global-color-text );}.elementor-widget-form .e-form__indicators__indicator__progress__meter{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-login .elementor-field-group > a{color:var( --e-global-color-text );}.elementor-widget-login .elementor-field-group > a:hover{color:var( --e-global-color-accent );}.elementor-widget-login .elementor-form-fields-wrapper label{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-login .elementor-field-group .elementor-field{color:var( --e-global-color-text );}.elementor-widget-login .elementor-field-group .elementor-field, .elementor-widget-login .elementor-field-subgroup label{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-login .elementor-button{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-login .elementor-widget-container .elementor-login__logged-in-message{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-slides .elementor-slide-heading{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-slides .elementor-slide-description{font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-button{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-accent );}.elementor-widget-animated-headline .elementor-headline-plain-text{color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-price-list .elementor-price-list-header{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-price-list .elementor-price-list-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-price-list .elementor-price-list-separator{border-bottom-color:var( --e-global-color-secondary );}.elementor-widget-price-table .elementor-price-table__header{background-color:var( --e-global-color-secondary );}.elementor-widget-price-table .elementor-price-table__heading{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-price-table .elementor-price-table__subheading{font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-price-table .elementor-price-table__price{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-price-table .elementor-price-table__original-price{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-price-table .elementor-price-table__period{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-price-table .elementor-price-table__features-list{color:var( --e-global-color-text );}.elementor-widget-price-table .elementor-price-table__features-list li{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-price-table .elementor-price-table__features-list li:before{border-top-color:var( --e-global-color-text );}.elementor-widget-price-table .elementor-price-table__button{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-price-table .elementor-price-table__additional_info{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-price-table .elementor-price-table__ribbon-inner{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__description{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-flip-box .elementor-flip-box__button{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-call-to-action .elementor-cta__title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-call-to-action .elementor-cta__description{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-call-to-action .elementor-cta__button{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-call-to-action .elementor-ribbon-inner{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-media-carousel .elementor-carousel-image-overlay{font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__text{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__name{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-reviews .elementor-testimonial__header, .elementor-widget-reviews .elementor-testimonial__name{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-reviews .elementor-testimonial__text{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-table-of-contents{--header-color:var( --e-global-color-secondary );--item-text-color:var( --e-global-color-text );--item-text-hover-color:var( --e-global-color-accent );--marker-color:var( --e-global-color-text );}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-countdown .elementor-countdown-item{background-color:var( --e-global-color-primary );}.elementor-widget-countdown .elementor-countdown-digits{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-countdown .elementor-countdown-label{font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-countdown .elementor-countdown-expire--message{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-search-form input[type="search"].elementor-search-form__input{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-search-form .elementor-search-form__input,
					.elementor-widget-search-form .elementor-search-form__icon,
					.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button,
					.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button:hover,
					.elementor-widget-search-form.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{color:var( --e-global-color-text );}.elementor-widget-search-form .elementor-search-form__submit{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );background-color:var( --e-global-color-secondary );}.elementor-widget-author-box .elementor-author-box__name{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-author-box .elementor-author-box__bio{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-author-box .elementor-author-box__button{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-author-box .elementor-author-box__button:hover{border-color:var( --e-global-color-secondary );color:var( --e-global-color-secondary );}.elementor-widget-post-navigation span.post-navigation__prev--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__next--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label{font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-sitemap .elementor-sitemap-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-sitemap .elementor-sitemap-item, .elementor-widget-sitemap span.elementor-sitemap-list, .elementor-widget-sitemap .elementor-sitemap-item a{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-sitemap .elementor-sitemap-item{color:var( --e-global-color-text );}.elementor-widget-blockquote .elementor-blockquote__content{color:var( --e-global-color-text );}.elementor-widget-blockquote .elementor-blockquote__author{color:var( --e-global-color-secondary );}.elementor-widget-lottie{--caption-color:var( --e-global-color-text );}.elementor-widget-lottie .e-lottie__caption{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}
/*# sourceMappingURL=main.css.map */

@media(max-width:991px){
  .slide-overlay .title{
    font-size: 14px;
    padding-bottom: 30px;
  }
}
.elementor-image-box-description{
  font-size:15px;
  padding-right: 5px;
}