@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); 
@import url("all.min.css"); 
@import url("select2.css"); 
@import url("fancybox.css"); 
@import url("swiper.css"); 

:root {
    --tg-body-font-family: 'DM Sans', sans-serif;
    --tg-heading-font-family: 'Poppins', sans-serif;
    --tg-primary-color: #179a48;
    --tg-secondary-color: #131944;
    --tg-body-font-color: #61657E;
    --tg-heading-font-color: #1C1C1C;
    --tg-paragraph-color: #61657E;
    --tg-menu-color: #0C1239;
    --tg-body-font-size: 16px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 700;
    --tg-body-line-height: 1.62;
    --tg-heading-line-height: 1.2;
    --tg-blue: #161C49;
    --tg-blue-two: #0F1437;
    --tg-blue-three: #0A0E21;
    --tg-border-color: #D8DEFC;
    --tg-input-border-color: #CFCFCF;
    --tg-indigo: #6610f2;
    --tg-purple: #6f42c1;
    --tg-pink: #d63384;
    --tg-red: #dc3545;
    --tg-orange: #fd7e14;
    --tg-seashell: #f9f9f9;
    --tg-unbleached-silk: #d7ffe2;
    --tg-yellow: #ffc107;
    --tg-green: #198754;
    --tg-teal: #20c997;
    --tg-cyan: #0dcaf0;
    --tg-white: #ffffff;
    --tg-gray: #F4F6FF;
    --tg-gray-two: #EDF0FF;
    --tg-gray-three: #B8B8B8;
    --facebook: #3b5998;
    --twitter: #00acee;
    --linkedin: #1976d2;
    --pinterest: #3b5998;
    --youtube: #c4302b;
    --skype: #00aff0;
}

body {
    font-family: var(--tg-body-font-family);
    font-weight: var(--tg-body-font-weight);
    font-size: var(--tg-body-font-size);
    line-height: var(--tg-body-line-height);
    color: var(--tg-body-font-color);
    font-style: normal;
    padding-top: 105px;
}

img, .img {
    max-width: 100%;
    transition: 0.3s ease-out;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

a, button {
    transition: 0.3s ease-out;
    text-decoration: none;
}

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

a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
    color: var(--tg-primary-color);
    text-decoration: none;
}

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

.btn:focus, button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0px;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
    margin-top: 0px;
    margin-bottom: 0.7rem;
    font-style: normal;
    line-height: var(--tg-heading-line-height);
    font-weight: var(--tg-heading-font-weight);
    text-transform: inherit;
}

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-size: var(--tg-body-font-size);
    font-weight: var(--tg-body-font-weight);
    line-height: var(--tg-body-line-height);
    color: var(--tg-paragraph-color);
    margin-bottom: 15px;
}

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

label {
    color: var(--tg-body-font-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

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

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

.theme-overlay {
    position: relative;
}

.theme-overlay::before {
    background: var(--tg-primary-color) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0px;
    opacity: 0.6;
    position: absolute;
    top: 0px;
    width: 100%;
}

.separator {
    border-top: 1px solid var(--tg-primary-color);
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

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

.row.g-0 {
    --bs-gutter-x: 0;
}

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

.btn {
    user-select: none;
    background: var(--tg-primary-color) none repeat scroll 0 0;
    border: medium none;
    color: var(--tg-white);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1;
    margin-bottom: 0px;
    padding: 20px 31px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: 0.3s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 4px;
    font-family: var(--tg-heading-font-family);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn::after {
    content: "\F061 ";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-left: 15px;
}

.btn::before {
    content: "";
    position: absolute;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: var(--tg-secondary-color);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.btn:hover::before {
    top: -40%;
}

.btn:hover {
    color: var(--tg-white);
}

.btn.btn-two::after {
    display: none;
}

.breadcrumb > .active {
    color: var(--tg-primary-color);
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: var(--tg-body-font-size);
    border-radius: 6px;
    z-index: 99;
    color: var(--tg-white);
    text-align: center;
    cursor: pointer;
    background: var(--tg-primary-color);
    transition: 1s;
    border: none;
}

.scroll-top.open {
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    background: var(--tg-secondary-color);
}

.custom-container {
    max-width: 1330px;
}

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

.logo img {
    max-width: 159px;
}

.sticky-menu .logo.d-none {
    display: block !important;
}

.sticky-menu .logo.different-logo {
    display: none;
}

.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.navbar-wrap {
    display: flex;
    flex-grow: 1;
}

.navbar-wrap ul {
    display: flex;
    flex-flow: wrap;
    padding: 0px;
    margin: 0px auto;
}

.navbar-wrap ul li {
    list-style: none;
    display: block;
    position: relative;
}

.navbar-wrap ul li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--tg-menu-color);
    font-family: var(--tg-heading-font-family);
    padding: 42px 22px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.navbar-wrap > ul > li.menu-item-has-children > a::after {
    content: "\F078 ";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    margin-left: 5px;
}

.navbar-wrap > ul > li.active > a, .navbar-wrap > ul > li:hover > a {
    color: var(--tg-primary-color);
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}

.header-action > ul {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.header-action > ul li {
    position: relative;
    margin-left: 30px;
}

.header-action ul li:first-child {
    margin-left: 0px;
}

.header-action ul li a {
    color: var(--tg-heading-font-color);
    font-size: 14px;
}

.header-action .header-btn .btn {
    color: var(--tg-white);
    font-size: 18px;
}

.navbar-wrap ul li .sub-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100%;
    min-width: 230px;
    border: 1px solid rgb(245, 245, 245);
    background: var(--tg-white);
    margin: 0px;
    transform: scale(1, 0);
    transform-origin: 0px 0px;
    transition: 0.3s ease-in-out;
    box-shadow: rgba(137, 139, 142, 0.15) 0px 30px 70px 0px;
    border-radius: 0px 0px 8px 8px;
    padding: 18px 0px;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.navbar-wrap ul li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0px;
}

.navbar-wrap ul li .sub-menu li {
    margin-left: 0px;
    text-align: left;
    display: block;
}

.navbar-wrap ul li .sub-menu li a {
    padding: 9px 15px 9px 25px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--tg-menu-color);
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
}

.navbar-wrap ul li .sub-menu li a:hover, .navbar-wrap ul li .sub-menu li.active a {
    color: var(--tg-primary-color);
}

.navbar-wrap ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.sticky-menu {
    position: fixed;
    left: 0px;
    margin: auto;
    top: 0px;
    width: 100%;
    z-index: 99;
    background: var(--tg-white);
    animation: 1000ms ease-in-out 0s 1 normal none running fadeInDown;
    box-shadow: rgba(25, 25, 25, 0.1) 0px 10px 15px;
    border-radius: 0px;
}

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

.menu-area-two .navbar-wrap ul {
    margin: 0px 0px 0px auto;
}

.menu-area-two .header-action > ul {
    margin-left: 80px;
}

.header-top-wrap {
    background: var(--tg-blue-three);
    padding: 12px 0px;
}

.header-top-left .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 60px;
}

.header-top-left .list-wrap li {
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-white);
    position: relative;
}

.header-top-left .list-wrap li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 26px;
    background: var(--tg-primary-color);
    opacity: 0.5;
}

.header-top-left .list-wrap li:first-child::before {
    display: none;
}

.header-top-left .list-wrap li i {
    color: var(--tg-primary-color);
    font-size: 16px;
    margin-right: 10px;
}

.header-top-left .list-wrap li a {
    color: var(--tg-white);
}

.header-top-left .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

.header-top-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 45px;
}

.header-lang .dropdown > button {
    border: none;
    background: transparent;
    padding: 0px;
    color: var(--tg-white);
    font-weight: 400;
    font-size: 14px;
}

.header-lang img {
    max-width: 19px;
    margin-right: 7px;
    border-radius: 1px;
}

.header-lang .dropdown-toggle::after {
    margin-left: 0.255em;
    vertical-align: middle;
    content: "\F078 ";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    border: none !important;
}

.header-lang .dropdown-menu {
    font-size: 14px;
    color: var(--tg-white);
}

.header-social .list-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.header-social .list-wrap li {
    position: relative;
}

.header-social .list-wrap li::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 26px;
    background: var(--tg-primary-color);
    opacity: 0.5;
}

.header-social .list-wrap li:first-child::before {
    display: none;
}

.header-social .list-wrap li a {
    font-size: 20px;
    color: var(--tg-white);
    line-height: 1;
}

.header-social .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

.menu-area-three .navbar-wrap ul {
    margin: 0px 0px 0px 80px;
}

.menu-area-four .menu-wrap {
    background: var(--tg-white);
    padding: 0px 30px;
    border-radius: 4px;
}

.menu-area-four .logo img {
    max-width: 120px;
}

.menu-area-four .navbar-wrap ul li a {
    padding: 32px 22px;
}

.menu-area-four .navbar-wrap ul {
    margin: 0px 0px 0px 70px;
}

.menu-area-four.transparent-header {
    top: 30px;
}

.menu-area-four.transparent-header.sticky-menu {
    top: 0px;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: var(--tg-white);
    margin-right: 30px;
    top: 15px;
}

.nav-logo img {
    width: 150px;
}

.mobile-menu {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 99;
    border-radius: 0px;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transform: translateX(101%);
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    transform: translateX(0%);
}

.mobile-menu .navigation li.current > a::before {
    height: 100%;
}

.menu-backdrop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 700ms;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.mobile-menu-visible .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden auto;
    background: var(--tg-white);
    padding: 0px;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.06) -9px 0px 14px 0px;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: var(--tg-primary-color);
    cursor: pointer;
    z-index: 10;
    transition: 0.9s;
}

.mobile-menu-visible .mobile-menu .close-btn {
    transform: rotate(360deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0px;
    padding: 0px;
}

.mobile-menu .navigation ul {
    padding: 0px;
    margin: 0px;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 15px;
    font-weight: 600;
    color: var(--tg-menu-color);
    font-family: var(--tg-heading-font-family);
    text-transform: capitalize;
    transition: 500ms;
    border: none;
}

.mobile-menu .navigation li ul li > a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open span {
    transform: rotate(180deg);
}

.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}

.mobile-menu .navigation li > a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0px;
    transition: 500ms;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: var(--tg-white);
    background: var(--tg-primary-color);
    cursor: pointer;
    border-radius: 2px;
    transition: 500ms;
    z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
    transition: 500ms;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
    transform: rotate(45deg);
    color: var(--tg-primary-color);
}

.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul {
    display: none;
}

.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--tg-heading-font-color);
    transition: 500ms;
    border: 1px solid var(--tg-gray);
    border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
    border-color: var(--tg-primary-color);
    background: var(--tg-primary-color);
    color: var(--tg-white);
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: var(--tg-primary-color);
    display: none;
    margin-top: 7px;
}

.banner-area {
    position: relative;
    padding: 30px 200px 0px 30px;
    min-height: calc(-90px + 100vh);
    display: flex;
}

.banner-shape {
    position: absolute;
    right: 0px;
    top: -90px;
    width: 400px;
    height: 100vh;
    border: 60px solid rgb(80, 83, 94);
    min-height: 710px;
}

.banner-shape::before {
    content: "";
    position: absolute;
    inset: -25px;
    border: 2px solid rgb(45, 47, 54);
    border-radius: 2px;
}

.banner-shape::after {
    content: "";
    position: absolute;
    inset: 0px;
    border: 3px solid rgb(45, 47, 54);
}

.banner-shape img {
    position: absolute;
    right: -53px;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    user-select: none;
    pointer-events: none;
}

.banner-bg {
    padding: 100px 115px;
    position: relative;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    height: calc(-220px + 100vh);
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 480px;
}

.banner-bg::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 39.52%, rgba(0, 0, 0, 0) 55.54%);
    z-index: -1;
}

.banner-content {
    width: 48%;
    flex: 0 0 auto;
}

.banner-content .title {
    font-size: 46px;
    margin-bottom: 30px;
    color: var(--tg-white);
    font-weight: 700;
}

.banner-content .title strong {
    font-size: 180%;
}

.banner-content p {
    font-size: 20px;
    margin-bottom: 45px;
    color: var(--tg-white);
    font-weight: 300;
    font-family: var(--tg-heading-font-family);
}

.tooltip-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.tooltip-content {
    width: 315px;
    background: var(--tg-white);
    padding: 20px;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 75px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
    z-index: 3;
}

.tooltip-content::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    border-style: solid;
    border-width: 18px 17px 0px;
    border-color: rgb(255, 255, 255) transparent transparent;
}

.tooltip-item.active .tooltip-content {
    opacity: 1;
    visibility: visible;
}

.tooltip-content .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tooltip-content p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.5;
}

.pulse::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    background: var(--tg-primary-color);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: 1500ms ease-out 0s infinite normal none running pulse-border;
    opacity: 0.5;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5);
        opacity: 0;
    }
}

.banner-tooltip-wrap {
    position: relative;
    width: 52%;
    flex: 0 0 auto;
    min-height: 440px;
}

.tooltip-item {
    position: absolute;
}

.banner-tooltip-wrap .tooltip-item:nth-child(1) {
    top: 0px;
    right: 60%;
}

.banner-tooltip-wrap .tooltip-item:nth-child(2) {
    right: 18%;
    bottom: 40%;
}

.banner-tooltip-wrap .tooltip-item:nth-child(3) {
    left: 15%;
    bottom: 14%;
}

.tooltip-item.top .tooltip-content {
    bottom: auto;
    top: 75px;
}

.tooltip-item.top .tooltip-content::before {
    bottom: auto;
    top: -18px;
    transform: translateX(-50%) rotate(180deg);
}

.product_tooltip {
    position: relative;
}

.banner-area-two {
    background: var(--tg-blue-three);
    padding: 110px 0px 240px;
    position: relative;
    z-index: 1;
}

.banner-content-two .sub-title {
    font-weight: 500;
    font-size: 25px;
    display: block;
    color: var(--tg-primary-color);
    font-family: var(--tg-heading-font-family);
    margin-bottom: 10px;
}

.banner-content-two .title {
    font-size: 60px;
    margin-bottom: 20px;
    color: var(--tg-white);
}

.banner-content-two p {
    font-size: 18px;
    margin-bottom: 50px;
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
}

.banner-img-wrap {
    position: relative;
    margin-left: 100px;
    z-index: 1;
}

.banner-img-wrap img {
    border-radius: 10px;
    position: relative;
}

.banner-img-wrap::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: 100%;
    height: 100%;
    background: rgb(27, 34, 66);
    border-radius: 10px;
    z-index: -1;
    transition: 0.3s linear;
}

.banner-img-wrap:hover::before {
    left: 0px;
    top: 0px;
}

.banner-img-wrap .overly-text {
    position: absolute;
    left: -126px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    z-index: -1;
    writing-mode: vertical-rl;
}

.banner-img-wrap .overly-text .title {
    margin-bottom: 0px;
    font-weight: 900;
    font-size: 70px;
    -webkit-text-fill-color: var(--tg-blue-three);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    line-height: 0.8;
    white-space: nowrap;
}

.banner-shape-wrap .list-wrap li {
    position: absolute;
    z-index: -1;
}

.banner-shape-wrap .list-wrap li:first-child {
    width: 94px;
    height: 94px;
    left: 3%;
    top: 6%;
}

.banner-shape-wrap .list-wrap li:nth-child(2) {
    width: 121px;
    height: 148px;
    left: 4%;
    bottom: 25%;
}

.banner-shape-wrap .list-wrap li:nth-child(3) {
    width: 113px;
    height: 118px;
    top: 3%;
    right: 4%;
}

.banner-shape-wrap .list-wrap li:nth-child(4) {
    width: 89px;
    height: 89px;
    right: 42%;
    top: 6%;
    z-index: 1;
}

.banner-shape-wrap .list-wrap li:nth-child(5) {
    left: 5%;
    top: 13%;
}

.banner-shape-wrap .list-wrap li:nth-child(6) {
    right: 0px;
    bottom: 128px;
}

.banner-shape-wrap .list-wrap li:nth-child(7) {
    left: 36%;
    bottom: 36%;
}

.rotateme {
    animation-name: rotateme;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner-area-three.banner-two {
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 948px;
    display: flex;
    align-items: center;
    padding: 200px 0px;
    z-index: 1;
}

.banner-area-three.banner-two::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(12, 18, 57, 0.27) 0%, rgb(12, 18, 57) 100%);
    z-index: -1;
}

.banner-content-three {
    text-align: center;
    margin-top: -20px;
}

.banner-content-three .title {
    font-size: 60px;
    margin-bottom: 35px;
    color: var(--tg-white);
    line-height: 1.33;
}

.banner-content-three p {
    font-weight: 500;
    font-size: 20px;
    color: var(--tg-white);
    opacity: 0.8;
    width: 80%;
    margin: 0px auto 50px;
}

.breadcrumb-bg {
    background-size: cover;
    background-position: center center;
    padding: 105px 0px;
    position: relative;
    z-index: 1;
    background-color: rgb(30, 30, 30);
}

.breadcrumb-shape {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 877px;
    height: 242px;
    z-index: -1;
}

.breadcrumb-content .title {
    margin-bottom: 20px;
    color: var(--tg-white);
    font-weight: 500;
    font-size: 46px;
    line-height: 1;
}

.breadcrumb-content .breadcrumb {
    margin-bottom: 0px;
}

.breadcrumb-content .breadcrumb-item {
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    line-height: 1.2;
}

.breadcrumb-content .breadcrumb-item a {
    color: var(--tg-white);
}

.breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 10px;
    color: var(--tg-white);
    content: "-";
    font-size: 16px;
    font-weight: 700;
}

.breadcrumb-content .breadcrumb-item + .breadcrumb-item {
    padding-left: 10px;
}

.slider-area {
    position: relative;
    padding: 100px 0px 0px 484px;
    margin-bottom: 120px;
}

.slider-shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1013px;
    height: 525px;
    z-index: 1;
}

.slider-content-wrap {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 49.8%;
    z-index: 1;
    background: var(--tg-blue-two);
    border-radius: 0px 150px 12px 0px;
}

.slider-content {
    padding: 120px 40px 120px 240px;
}

.slider-content .overly-text {
    background: linear-gradient(197deg, rgb(255, 255, 255) 11.71%, rgb(15, 20, 55) 89.06%) text;
    -webkit-text-fill-color: transparent;
    opacity: 0.14;
    font-weight: 900;
    font-size: 71px;
    margin-bottom: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    left: -20px;
    line-height: 1;
}

.slider-content .sub-title {
    font-weight: 500;
    font-size: 25px;
    display: block;
    line-height: 1;
    color: var(--tg-primary-color);
    font-family: var(--tg-heading-font-family);
    margin-bottom: 17px;
}

.slider-content .title {
    color: var(--tg-white);
    margin-bottom: 16px;
    font-size: 60px;
}

.slider-content p {
    margin-bottom: 50px;
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
    font-size: 18px;
}

.slider-content .btn::before {
    background: var(--tg-white);
}

.slider-content .btn:hover {
    color: var(--tg-primary-color);
}

.slider-img-item {
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 770px;
    border-radius: 200px 0px 0px 12px;
    cursor: grab;
}

.slider-img-wrap {
    overflow: hidden;
}

.banner-nav {
    display: inline-flex;
    align-items: center;
    background: var(--tg-blue-two);
    border-radius: 4px;
    position: absolute;
    bottom: 190px;
    padding: 35px 30px;
    gap: 50px;
    right: 12%;
}

.banner-nav .slick-arrow {
    border: none;
    padding: 0px;
    background: transparent;
    font-size: 60px;
    color: var(--tg-white);
    opacity: 0.3;
    line-height: 0;
}

.banner-nav .slick-arrow:hover {
    opacity: 1;
}

.brand-area {
    background: var(--tg-gray);
    z-index: -1;
    padding: 46.5px 0px;
}

.brand-item {
    display: flex;
    align-items: center;
    height: 47px;
    justify-content: center;
}

.brand-item img {
    cursor: pointer;
    transition: 0.3s ease-in-out;
    max-height: 47px;
    filter: grayscale(100%);
}

.brand-item img:hover {
    filter: grayscale(0);
}

.brand-inner {
    margin-left: 85px;
}

.brand-area-two {
    margin-left: -484px;
    padding: 33px 0px;
}

.brand-active-two [class*="col-"] {
    padding: 0px 15px;
}

.brand-area-two .brand-item {
    display: flex;
    align-items: center;
    height: 39px;
    justify-content: center;
}

.brand-area-two .brand-title {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
    color: rgb(17, 17, 17);
    opacity: 0.8;
}

.brand-area-two .brand-item img {
    max-height: 39px;
    opacity: 0.5;
}

.brand-area-two .brand-item img:hover {
    opacity: 1;
}

.inner-brand-area .brand-item {
    height: 140px;
    background: var(--tg-gray);
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.inner-brand-area .brand-active-three {
    margin: 0px -10px;
}

.inner-brand-area .brand-active-three [class*="col-"] {
    padding: 0px 10px;
}

.inner-brand-area .brand-item:hover {
    background: var(--tg-white);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 35px;
}

.inner-brand-area .brand-item:hover img {
    filter: grayscale(0);
}

.features-item {
    padding: 0px 50px;
    position: relative;
    margin-bottom: 30px;
}

.features-item::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 150px;
    background: var(--tg-seashell);
    border-radius: 10px;
    z-index: -1;
}

.features-item-inner {
    border-radius: 10px;
    background: var(--tg-white);
    padding: 45px 48px 50px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 36px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.features-content .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 13px;
}

.features-content p {
    margin-bottom: 20px;
}

.features-content .link-btn {
    display: inline-flex;
    align-items: center;
    color: var(--tg-paragraph-color);
    font-size: 18px;
}

.features-content .link-btn i {
    box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--tg-paragraph-color);
    font-size: 20px;
    line-height: 1;
    margin-right: 17px;
    transition: 0.3s ease-out;
}

.features-item-inner:hover .features-content .link-btn i, .features-item-inner:hover .features-content .link-btn {
    color: var(--tg-primary-color);
}

.features-icon {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    font-size: 40px;
    background: var(--tg-unbleached-silk);
    color: var(--tg-primary-color);
    position: absolute;
    bottom: -50px;
    right: -38px;
    padding: 40px;
    line-height: 0;
    transition: 0.3s linear;
}

.features-item-inner:hover .features-icon img {
    transition: 0.3s;
}

.features-icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: var(--tg-seashell);
    z-index: -1;
}

.features-item-inner:hover .features-icon {
    background: var(--tg-primary-color);
}

.features-item-inner:hover .features-icon img {
    filter: brightness(0) invert(1);
}

.features-bg {
    background-size: cover;
    background-position: center center;
    padding: 120px 0px;
    position: relative;
}

.features-item-two {
    border-radius: 6px 60px 6px 6px;
    padding: 16px 24px 24px;
    margin: 10px 10px 30px 0px;
    position: relative;
    background: var(--tg-white);
    z-index: 1;
}

.features-item-shape {
    position: absolute;
    right: -10px;
    top: -9px;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.features-item-shape svg {
    color: var(--tg-blue-two);
    width: 100%;
    height: 100%;
    transition: 0.3s linear;
}

.features-item-two:hover .features-item-shape svg {
    color: var(--tg-primary-color);
}

.features-item-two::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 6px 60px 6px 6px;
    background: var(--tg-white);
    z-index: -1;
}

.features-item-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.features-icon-two {
    width: 78px;
    height: 78px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tg-primary-color);
    border-radius: 4px;
    margin-right: 20px;
    font-size: 40px;
    color: var(--tg-primary-color);
}

.features-content-two .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
}

.features-content-two p {
    margin-bottom: 0px;
}

.features-thumb {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.features-thumb img {
    transition: 0.5s;
    transform: scale(1);
    width: 100%;
}

.features-item-two:hover .features-thumb img {
    transform: scale(1.1);
}

.features-thumb .link-btn {
    width: 54px;
    height: 54px;
    position: absolute;
    right: 20px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-blue-two);
    border-radius: 50%;
    font-size: 25px;
    color: var(--tg-white);
}

.features-thumb .link-btn img {
    width: 25px;
}

.features-item-two:hover .features-thumb .link-btn {
    background: var(--tg-primary-color);
}

.features-area-three.features-bg-two {
    background-size: cover;
    background-position: center center;
    padding: 0px 0px 90px;
}

.features-item-wrap {
    margin-top: -138px;
    position: relative;
    z-index: 1;
}

.fetures-item-three {
    padding: 16px 16px 24px;
    background: var(--tg-white);
    border-radius: 6px;
    margin-bottom: 30px;
}

.fetures-thumb-three {
    border-radius: 4px;
    overflow: hidden;
}

.fetures-thumb-three img {
    width: 100%;
    transition: 0.3s linear;
    transform: scale(1);
}

.fetures-item-three:hover .fetures-thumb-three img {
    transform: scale(1.1);
}

.fetures-content-three {
    position: relative;
    padding: 27px 12px 0px;
}

.fetures-icon-three {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 40px;
    color: var(--tg-white);
    background: var(--tg-primary-color);
    position: absolute;
    right: 15px;
    top: -38px;
}

.fetures-icon-three img {
    filter: brightness(0) invert(1);
}

.fetures-content-three .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
    width: 75%;
}

.fetures-content-three p {
    margin-bottom: 0px;
}

.section-title .sub-title {
    font-size: 20px;
    display: block;
    color: var(--tg-primary-color);
    font-family: var(--tg-heading-font-family);
    margin-bottom: 5px;
}

.section-title .title {
    font-size: 40px;
    margin-bottom: 0px;
    font-weight: 300;
}

.section-title .title strong {
    font-weight: 700;
}

.about-content p {
    margin-bottom: 18px;
}

.about-list .list-wrap {
    margin-bottom: 50px;
}

.about-list .list-wrap li {
    display: flex;
    align-items: baseline;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
    font-size: 18px;
    margin-bottom: 10px;
}

.about-list .list-wrap li:last-child {
    margin-bottom: 0px;
}

.about-list .list-wrap li i {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tg-primary-color);
    box-shadow: rgba(254, 93, 20, 0.4) 4px 4px 15px;
    color: var(--tg-white);
    font-size: 12px;
    margin-right: 15px;
}

.about-img-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 38px;
}

.about-img-wrap > img {
    border-radius: 10px;
}

.about-img-wrap img:nth-child(2) {
    margin-left: 20px;
}

.experiences-item {
    box-shadow: rgba(0, 0, 0, 0.12) 6px 6px 50px 5px;
    border-radius: 10px;
    padding: 20px;
    width: 352px;
    display: flex;
    align-items: center;
    position: absolute;
    background: var(--tg-white);
    left: 70px;
    bottom: 87px;
}

.experiences-item .icon {
    width: 63px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    border-radius: 5px;
    color: var(--tg-white);
    font-size: 30px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.experiences-item .content .title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.55;
}

.experiences-item:nth-child(2) {
    bottom: -38px;
    left: 145px;
}

.about-bg {
    background-size: cover;
    background-position: center center;
    padding: 120px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-content-two {
    width: 85%;
}

.about-content-two p {
    margin-bottom: 30px;
}

.about-list-two .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px -15px 50px;
}

.about-list-two .list-wrap .list-item {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 0px 15px;
}

.about-list-two .list-wrap .list-item .icon {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: rgba(254, 93, 20, 0.16);
    font-size: 30px;
    color: var(--tg-primary-color);
    margin-right: 15px;
}

.about-list-two .list-wrap .list-item .content .title {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.about-img-wrap-two {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-img-wrap-two .list-wrap {
    display: flex;
    align-items: center;
    flex-flow: column wrap;
    gap: 20px;
}

.about-img-wrap-two .list-wrap:nth-child(1) li:nth-child(2) > img {
    width: 311px;
    height: 337px;
    border-radius: 5px;
    object-fit: cover;
}

.about-img-wrap-two .list-wrap:nth-child(2) li:nth-child(1) > img {
    width: 373px;
    height: 419px;
    object-fit: cover;
    border-radius: 5px 40px 5px 5px;
}

.about-img-wrap-two .list-wrap:nth-child(2) li:nth-child(2) > img {
    border-radius: 5px;
    width: 373px;
    height: 210px;
    object-fit: cover;
}

.year-experience-wrap {
    background: var(--tg-primary-color);
    border-radius: 5px 40px 5px 5px;
    padding: 43px 38px;
    position: relative;
}

.year-experience-wrap .icon {
    width: 82px;
    height: 80px;
    position: absolute;
    left: 17px;
    top: 17px;
}

.year-experience-wrap .title {
    margin-bottom: 0px;
    color: var(--tg-white);
    font-size: 54px;
    line-height: 1;
}

.year-experience-wrap .title span {
    display: block;
    font-weight: 500;
    font-size: 40px;
}

.about-shape-wrap .list-wrap li {
    position: absolute;
    z-index: -1;
}

.about-shape-wrap .list-wrap li:nth-child(1) {
    width: 125px;
    height: 155px;
    left: 18%;
    top: 10%;
}

.about-shape-wrap .list-wrap li:nth-child(2) {
    width: 175px;
    height: 185px;
    left: 5%;
    bottom: 12%;
    opacity: 0.2;
}

.about-shape-wrap .list-wrap li:nth-child(3) {
    width: 242px;
    height: 294px;
    right: 1%;
    bottom: 7%;
    opacity: 0.2;
}

.services-area {
    padding: 80px 0px;
    overflow: hidden;
}

.services-item {
    padding: 50px 45px;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 286px;
    object-fit: cover;
}

.services-item::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: var(--tg-white);
    border-radius: 5px;
    z-index: -1;
    transition: 0.3s linear;
}

.services-item:hover::before {
    opacity: 0;
}

.services-item::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
    background: linear-gradient(100.16deg, rgb(254, 93, 20) 1.96%, rgba(28, 28, 28, 0) 198.08%);
    opacity: 0;
    transition: 0.3s linear;
}

.services-item:hover::after {
    opacity: 0.95;
}

.services-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    font-size: 40px;
    border-radius: 50px;
    box-shadow: rgba(254, 93, 20, 0.4) 0px 0px 30px;
    margin-bottom: 55px;
}

.services-content .title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0px;
}

.services-content .number {
    margin-bottom: 0px;
    position: absolute;
    right: 8px;
    top: 10px;
    background: linear-gradient(rgba(254, 93, 20, 0.14) 0%, rgba(254, 93, 20, 0) 100%) text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    font-size: 100px;
    line-height: 0.8;
}

.services-overlay-content .title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
    color: var(--tg-white);
}

.services-overlay-content .title a:hover {
    color: var(--tg-white);
}

.services-overlay-content p {
    margin-bottom: 20px;
    color: var(--tg-white);
}

.services-overlay-content .read-more {
    font-weight: 400;
    font-size: 18px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-white);
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0px 12px;
}

.services-overlay-content .read-more::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: var(--tg-heading-font-color);
    box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 20px;
    border-radius: 30px;
    z-index: -1;
    transition: 0.3s linear;
}

.services-overlay-content .read-more:hover::before {
    width: 100%;
}

.services-overlay-content .read-more i {
    margin-left: 5px;
}

.services-overlay-content {
    display: none;
}

.services-item-two {
    background: var(--tg-white);
    padding: 24px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.services-thumb-two {
    border-radius: 4px;
    overflow: hidden;
}

.services-thumb-two img {
    width: 100%;
    transition: 0.3s linear;
    transform: scale(1);
}

.services-item-two:hover .services-thumb-two img {
    transform: scale(1.1);
}

.services-content-two {
    display: flex;
    align-items: flex-start;
    padding: 24px 0px 0px 24px;
}

.services-content-two .icon {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 25px;
    background: var(--tg-primary-color);
    border-radius: 4px;
    color: var(--tg-white);
    font-size: 40px;
    transform: translateY(-64px);
    z-index: 1;
}

.services-content-two .icon img {
    width: 40px;
}

.services-content-two .content .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
}

.services-content-two .content p {
    margin-bottom: 0px;
}

.services-area-three {
    position: relative;
    padding: 115px 0px 120px;
}

.services-area-three .services-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center center;
}

.services-area-three .services-bg::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(12, 18, 57, 0.92);
}

.services-nav-wrap .nav-tabs {
    border-bottom: none;
    justify-content: center;
    gap: 20px;
}

.services-nav-wrap .nav-tabs .nav-link {
    margin-bottom: 0px;
    background: var(--tg-white);
    border: none;
    padding: 20px 42px;
    font-weight: 500;
    font-size: 20px;
    font-family: var(--tg-body-font-family);
    color: var(--tg-heading-font-color);
    box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 46px;
    border-radius: 4px;
    line-height: 1;
    z-index: 1;
    position: relative;
}

.services-nav-wrap .nav-tabs .nav-link.active {
    color: var(--tg-white);
    background: var(--tg-primary-color);
}

.services-item-three {
    background: var(--tg-white);
    border-radius: 8px;
    padding: 66px 38px 50px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: -30px;
}

.services-content-three {
    width: 56%;
    flex: 0 0 auto;
}

.services-thumb-three {
    width: 44%;
    flex: 0 0 auto;
    padding-left: 46px;
}

.services-thumb-three img {
    border-radius: 10px;
}

.services-content-three p {
    margin-bottom: 30px;
}

.services-list .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px -10px 50px;
    gap: 15px 0px;
}

.services-list .list-wrap li {
    width: 50%;
    padding: 0px 10px;
    font-weight: 500;
    font-size: 16px;
    color: var(--tg-heading-font-color);
    font-family: var(--tg-heading-font-family);
    display: flex;
    align-items: center;
}

.services-list .list-wrap li i {
    font-size: 25px;
    color: var(--tg-primary-color);
    margin-right: 20px;
}

.inner-services-area .services-item {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 30px;
}

.services-details-wrap {
    margin-right: 38px;
}

.services-details-thumb {
    margin-bottom: 55px;
}

.services-details-thumb img {
    border-radius: 10px;
}

.services-details-content > .title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 22px;
}

.services-details-content p {
    margin-bottom: 0px;
}

.services-process-wrap {
    margin-top: 40px;
    margin-bottom: 45px;
}

.services-process-img {
    position: relative;
    padding-bottom: 85px;
}

.services-process-img img {
    border-radius: 10px;
}

.services-process-img img:nth-child(2) {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.services-process-content {
    margin-left: 40px;
}

.services-process-content > .title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}

.services-process-content .list-wrap li {
    margin-bottom: 20px;
}

.services-process-content .list-wrap li:last-child {
    margin-bottom: 0px;
}

.services-process-item {
    display: flex;
    align-items: flex-start;
    background: var(--tg-gray);
    border-radius: 10px;
    padding: 20px;
}

.services-process-item .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tg-white);
    font-size: 25px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.services-process-item .content .title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 12px;
}

.services-process-item .content p {
    margin-bottom: 0px;
}

.services-details-content .title-two {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.service-benefits-wrap {
    margin-top: 35px;
}

.benefits-content .title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 15px;
}

.benefits-content p {
    margin-bottom: 20px;
}

.benefits-content .list-wrap li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: var(--tg-heading-font-color);
    font-family: var(--tg-heading-font-family);
    margin-bottom: 10px;
}

.benefits-content .list-wrap li:last-child {
    margin-bottom: 0px;
}

.benefits-content .list-wrap li i {
    font-size: 24px;
    color: var(--tg-primary-color);
    margin-right: 15px;
}

.service-benefits-wrap .benefits-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.service-benefits-wrap .benefits-img img {
    border-radius: 10px;
}

.services-widget {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 45px;
    border-radius: 10px;
    padding: 35px 40px 40px;
    background: var(--tg-white);
    margin-bottom: 50px;
}

.services-widget:last-child {
    margin-bottom: 0px;
}

.our-services-list .list-wrap li {
    margin-bottom: 20px;
}

.our-services-list .list-wrap li:last-child {
    margin-bottom: 0px;
}

.our-services-list .list-wrap li a {
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-weight: 500;
    font-size: 20px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
    background: var(--tg-gray);
    padding: 14px 30px;
    justify-content: space-between;
}

.our-services-list .list-wrap li a:hover {
    color: var(--tg-white);
    background: var(--tg-primary-color);
}

.services-widget.widget-bg {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.services-widget.widget-bg::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    z-index: -1;
}

.services-widget.widget-bg .widget-title {
    color: var(--tg-white);
}

.sidebar-form .form-grp {
    margin-bottom: 20px;
}

.sidebar-form .form-grp textarea, .sidebar-form .form-grp input {
    width: 100%;
    border: none;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-heading-font-color);
    background: rgb(244, 244, 244);
    border-radius: 5px;
    padding: 15px 25px;
    height: 56px;
}

.sidebar-form .form-grp input::placeholder, .sidebar-form .form-grp textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: rgb(154, 154, 154);
}

.sidebar-form .form-grp textarea {
    min-height: 175px;
    max-height: 175px;
}

.services-widget .download-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.services-widget .download-wrap a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-radius: 5px;
    padding: 25px 35px 20px;
}

.services-widget .download-wrap a i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    color: var(--tg-primary-color);
    border-radius: 50%;
    font-size: 25px;
    margin-bottom: 15px;
}

.support-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.support-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 35px;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    flex: 0 0 auto;
    margin-right: 30px;
}

.support-content .title {
    font-size: 24px;
    margin-bottom: 8px;
}

.support-content p {
    margin-bottom: 0px;
    width: 85%;
}

.project-bg {
    background-size: cover;
    background-position: center center;
    padding: 115px 0px 95px;
    overflow: hidden;
}

.section-title.white-title .title {
    color: rgb(0, 0, 0);
}

.project-item {
    position: relative;
    background: var(--tg-blue);
    border-radius: 10px;
    padding: 10px 50px;
    min-height: 220px;
    transition: 0.3s linear;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.project-item:hover {
    background: var(--tg-gray);
}

.project-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.project-content .left-side-content {
    width: 35%;
    flex: 0 0 auto;
}

.project-content span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: var(--tg-primary-color);
    font-family: var(--tg-heading-font-family);
    margin-bottom: 12px;
    transition: 0.3s linear;
}

.project-content .title {
    color: var(--tg-white);
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0px;
}

.project-item:hover .project-content .title {
    opacity: 0;
    visibility: hidden;
    height: 0px;
}

.project-content p {
    display: none;
    margin-bottom: 0px;
}

.project-item:hover .project-content p {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.project-link {
    flex-grow: 1;
}

.project-link a {
    box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    border-radius: 50%;
    color: var(--tg-primary-color);
    margin-left: auto;
}

.project-thumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(19deg);
    right: 16%;
    z-index: 9;
    display: none;
}

.project-thumb img {
    border-radius: 20px;
}

.project-item {
    min-height: 180px;
}

.section-title .title {
    font-size: 38px;
}

.project-area-two {
    overflow: hidden;
}

.project-item-two {
    position: relative;
    overflow: hidden;
}

.project-thumb-two img {
    width: 100%;
}

.project-content-two {
    position: absolute;
    left: initial;
    top: 0px;
    background: rgba(254, 93, 20, 0.8);
    padding: 40px 40px 50px;
    border-radius: 8px;
    width: 396px;
    height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-200px);
    transition: 0.3s;
}

.project-item-two:hover .project-content-two {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.project-content-two span {
    display: block;
    color: var(--tg-white);
    margin-bottom: 8px;
}

.project-content-two .title {
    margin-bottom: 30px;
    color: var(--tg-white);
    font-size: 26px;
}

.project-content-two .title a:hover {
    color: var(--tg-white);
}

.project-content-two .link-btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    border-radius: 50%;
    font-size: 25px;
}

.project-active .slick-list {
    overflow: visible;
}

.project-active .slick-dots {
    margin: 40px 0px 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.project-active .slick-dots li {
    list-style: none;
    line-height: 0;
}

.project-active .slick-dots li button {
    text-indent: -1e+10px;
    background: rgb(135, 130, 143);
    padding: 0px;
    border: none;
    width: 20px;
    height: 5px;
    line-height: 1;
    border-radius: 500px;
}

.project-active .slick-dots li.slick-active button {
    width: 40px;
    background: var(--tg-blue-two);
}

.project-area-three {
    position: relative;
    padding: 115px 0px 120px;
    z-index: 1;
}

.project-bg-two {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(40%);
    z-index: -1;
}

.project-area-three .project-thumb-two {
    border-radius: 8px;
    overflow: hidden;
}

.project-area-three .project-item-two {
    margin-bottom: 30px;
}

.project-item-four {
    margin-bottom: 50px;
}

.project-thumb-four {
    border-radius: 10px;
    overflow: hidden;
}

.project-thumb-four img {
    width: 100%;
    transform: scale(1);
    transition: 0.3s linear;
}

.project-item-four:hover .project-thumb-four img {
    transform: scale(1.1);
}

.project-content-four {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 4px 46px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 25px;
    background: var(--tg-white);
    margin: -78px 45px 0px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.project-content-four .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 14px;
}

.project-content-four .list-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.project-content-four .list-wrap li {
    position: relative;
    line-height: 1;
}

.project-content-four .list-wrap li::before {
    content: "/";
    position: absolute;
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--tg-primary-color);
}

.project-content-four .list-wrap li:first-child::before {
    display: none;
}

.project-content-four .list-wrap li a {
    font-size: 16px;
}

.project-content-four .list-wrap li a:hover {
    color: var(--tg-heading-font-color);
}

.project-content-four .content-right .link-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(17, 82, 120);
    border-radius: 5px;
    font-size: 24px;
    color: var(--tg-white);
}

.project-content-four .content-right .link-btn i {
    transform: rotate(-40deg);
    transition: 0.3s ease-out;
}

.project-content-four .content-right .link-btn:hover {
    background: var(--tg-primary-color);
}

.project-content-four .content-right .link-btn:hover i {
    transform: rotate(0deg);
}

.project-active-two [class*="col-"] {
    padding: 0px 15px;
}

.project-active-two .slick-dots {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.project-active-two .slick-dots li {
    list-style: none;
    line-height: 0;
}

.project-active-two .slick-dots li button {
    text-indent: -1e+10px;
    border: none;
    padding: 0px;
    width: 20px;
    height: 5px;
    border-radius: 500px;
    background: var(--tg-primary-color);
    opacity: 0.2;
}

.project-active-two .slick-dots li.slick-active button {
    width: 40px;
    opacity: 1;
}

.inner-project-area .project-item-two {
    margin-bottom: 30px;
}

.inner-project-area .project-thumb-two {
    border-radius: 8px;
    overflow: hidden;
}

.project-details-wrap {
    margin-right: 38px;
}

.project-details-thumb {
    margin-bottom: 55px;
}

.project-details-thumb img {
    border-radius: 10px;
}

.project-details-content > .title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.project-details-content p {
    margin-bottom: 15px;
}

.project-details-content .info-two {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    color: var(--tg-heading-font-color);
    font-family: var(--tg-heading-font-family);
    margin-bottom: 25px;
}

.project-details-content .info-two span {
    color: var(--tg-primary-color);
}

.project-challenge-wrap {
    margin-bottom: 60px;
}

.project-challenge-wrap .challenge-content .title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.project-challenge-wrap .challenge-content .info-three {
    margin-bottom: 20px;
}

.project-challenge-wrap .challenge-content .info-four {
    margin-bottom: 0px;
}

.project-challenge-wrap .challenge-img {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.project-challenge-wrap .challenge-img img {
    border-radius: 5px;
}

.project-details-content .title-two {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.project-details-content .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0px;
    width: 90%;
}

.project-details-content .list-wrap li {
    display: flex;
    align-items: center;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
    width: 50%;
}

.project-details-content .list-wrap li i {
    font-size: 24px;
    color: var(--tg-primary-color);
    margin-right: 15px;
}

.project-widget {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 45px;
    border-radius: 5px;
    padding: 35px 40px 40px;
    margin-bottom: 50px;
}

.project-widget:last-child {
    margin-bottom: 0px;
}

.project-info-list .list-wrap li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.project-info-list .list-wrap li:last-child {
    margin-bottom: 0px;
}

.project-info-list .list-wrap li span {
    font-weight: 500;
    color: var(--tg-heading-font-color);
    width: 36%;
}

.project-contact .list-wrap li {
    display: flex;
    align-items: baseline;
    font-family: var(--tg-heading-font-family);
    margin-bottom: 15px;
}

.project-contact .list-wrap li:last-child {
    margin-bottom: 0px;
}

.project-contact .list-wrap li i {
    font-size: 20px;
    color: var(--tg-primary-color);
    margin-right: 20px;
}

.appointment-inner {
    filter: drop-shadow(rgba(0, 0, 0, 0.08) 0px 16px 88px);
    border-radius: 10px;
    background-size: cover;
    background-position: center center;
    padding: 70px;
    position: relative;
}

.appointment-form .form-grp {
    position: relative;
    margin-bottom: 24px;
}

.appointment-form .form-grp textarea, .appointment-form .form-grp input {
    width: 100%;
    color: var(--tg-heading-font-color);
    font-weight: 400;
    font-size: 14px;
    font-family: var(--tg-body-font-family);
    border: 1px solid var(--tg-input-border-color);
    border-radius: 5px;
    background: var(--tg-white);
    padding: 17px 60px 17px 20px;
    height: 58px;
    transition: 0.3s linear;
    display: block;
}

.appointment-form .form-grp textarea:focus, .appointment-form .form-grp input:focus {
    border-color: var(--tg-primary-color);
}

.appointment-form .form-grp textarea::placeholder, .appointment-form .form-grp input::placeholder {
    color: rgb(154, 162, 177);
    font-weight: 400;
    font-size: 14px;
    font-family: var(--tg-body-font-family);
}

.appointment-form .form-grp label {
    position: absolute;
    right: 16px;
    top: 18px;
    font-size: 20px;
    color: var(--tg-blue-two);
    opacity: 0.4;
    line-height: 1;
}

.appointment-form .form-grp textarea {
    min-height: 145px;
    max-height: 145px;
    padding: 17px 20px;
}

.appointment-form .form-grp.select-grp select {
    background-color: var(--tg-white);
    border: 1px solid var(--tg-input-border-color);
    color: var(--tg-heading-font-color);
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 5px;
    outline: none;
    padding: 20px 50px 20px 20px;
    appearance: none;
    width: 100%;
    line-height: 1.2;
    height: 58px;
}

.appointment-form .form-grp.select-grp::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 20px;
    font-size: 15px;
    color: var(--tg-heading-font-color);
}

.appointment-form .btn {
    width: 100%;
}

.appointment-form .row {
    margin: 0px -12px;
}

.appointment-form .row [class*="col-"] {
    padding: 0px 12px;
}

.appointment-img {
    position: absolute;
    right: 70px;
    bottom: 0px;
    width: 482px;
}

.appointment-area-two {
    margin-top: -130px;
    z-index: 1;
    position: relative;
}

.appointment-inner-two {
    background-size: cover;
    background-position: center center;
    filter: drop-shadow(rgba(0, 0, 0, 0.08) 0px 16px 88px);
    border-radius: 8px;
    padding: 30px 40px;
}

.appointment-inner-two .title {
    font-size: 40px;
    margin-bottom: 35px;
}

.appointment-inner-two .form-grp {
    margin-bottom: 25px;
}

.appointment-inner-two .form-grp textarea, .appointment-inner-two .form-grp input {
    width: 100%;
    border: 1px solid var(--tg-input-border-color);
    border-radius: 5px;
    background: var(--tg-white);
    font-weight: 400;
    font-size: 14px;
    color: rgb(154, 162, 177);
    padding: 17px 20px;
    height: 58px;
    display: block;
}

.appointment-inner-two .form-grp textarea::placeholder, .appointment-inner-two .form-grp input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: rgb(154, 162, 177);
}

.appointment-inner-two .form-grp textarea {
    min-height: 58px;
    max-height: 58px;
}

.appointment-inner-two form .btn {
    width: 100%;
    height: 58px;
}

.team-item {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.team-thumb {
    border-radius: 10px;
    position: relative;
    margin-left: auto;
    width: 278px;
}

.team-thumb img {
    border-radius: 10px;
    height: 435px;
    object-fit: cover;
    width: 100%;
}

.team-social {
    position: absolute;
    left: 0px;
    top: 16px;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.team-item:hover .team-social {
    left: -50px;
    visibility: visible;
    opacity: 1;
}

.team-social .list-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: var(--tg-gray-two);
    padding: 15px 9px;
    gap: 6px;
    border-radius: 5px 0px 0px 5px;
}

.team-social .list-wrap li a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    font-size: 14px;
    color: var(--tg-paragraph-color);
    border-radius: 50%;
}

.team-social .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

.team-content {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30px;
    background: var(--tg-blue-two);
    border-radius: 10px;
    padding: 32px 20px;
    transition: 0.3s ease-in-out;
}

.team-item:hover .team-content {
    background: var(--tg-primary-color);
}

.team-content .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
    color: var(--tg-white);
}

.team-content .title a:hover {
    color: var(--tg-white);
}

.team-content span {
    font-weight: 400;
    font-size: 16px;
    display: block;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-white);
}

.team-item-two {
    position: relative;
    margin-bottom: 30px;
}

.team-thumb-two {
    position: relative;
    overflow: hidden;
    border-radius: 5px 80px 5px 5px;
}

.team-thumb-two::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.3s linear;
    pointer-events: none;
}

.team-item-two:hover .team-thumb-two::before {
    opacity: 1;
    width: 100%;
}

.team-social-two .list-wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 10px;
    top: 20px;
    gap: 7px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100px);
    transition: 0.3s;
}

.team-item-two:hover .team-social-two .list-wrap {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.team-social-two .list-wrap a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    background: var(--tg-white);
    color: var(--tg-paragraph-color);
}

.team-social-two .list-wrap a:hover {
    color: var(--tg-primary-color);
}

.team-content-two {
    width: 270px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 4px 46px;
    border-radius: 4px;
    text-align: center;
    padding: 26px 20px;
    position: relative;
    z-index: 2;
    margin-top: -52px;
    transition: 0.3s linear;
    background: var(--tg-white);
}

.team-item-two:hover .team-content-two {
    background: var(--tg-primary-color);
}

.team-content-two .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
}

.team-content-two .title a:hover {
    color: var(--tg-white);
}

.team-content-two span {
    display: block;
    color: rgb(99, 99, 99);
    line-height: 1;
    transition: 0.3s linear;
}

.team-item-two:hover .team-content-two span, .team-item-two:hover .team-content-two .title {
    color: var(--tg-white);
}

.team-item-three {
    margin-bottom: 30px;
}

.team-thumb-three {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.team-thumb-three::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.3s linear;
    pointer-events: none;
    opacity: 0;
}

.team-item-three:hover .team-thumb-three::before {
    opacity: 1;
}

.team-social-three .list-wrap {
    display: flex;
    flex-direction: column;
    background: var(--tg-primary-color);
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 18px 8px;
    border-radius: 0px 4px;
    gap: 6px;
    border-top: none;
    border-right: none;
    opacity: 0;
    transform: translateX(100px);
    visibility: hidden;
    transition: 0.3s linear;
}

.team-item-three:hover .team-social-three .list-wrap {
    opacity: 1;
    transform: translateX(0px);
    visibility: visible;
}

.team-social-three .list-wrap li a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    font-size: 14px;
    color: var(--tg-paragraph-color);
    border-radius: 50%;
}

.team-social-three .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

.team-content-three {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 4px 46px;
    border-radius: 4px;
    padding: 25px;
    text-align: center;
    background: var(--tg-white);
    border: 1px solid var(--tg-white);
    margin: -50px 35px 0px;
    position: relative;
    z-index: 1;
    transition: 0.3s linear;
}

.team-item-three:hover .team-content-three {
    background: var(--tg-primary-color);
}

.team-item-three .team-content-three a:hover {
    color: var(--tg-white);
}

.team-content-three .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-content-three span {
    display: block;
    font-family: var(--tg-heading-font-family);
    line-height: 1;
    transition: 0.3s linear;
}

.team-item-three:hover .team-content-three span, .team-item-three:hover .team-content-three .title {
    color: var(--tg-white);
}

.team-details-thumb img {
    border-radius: 10px;
}

.info-content-top {
    margin-bottom: 55px;
}

.team-details-info .info-content-top .title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 15px;
}

.team-details-info .info-content-top span {
    display: block;
    font-size: 20px;
    line-height: 1;
}

.team-details-info .list-wrap.team-info {
    border-top: 1px solid var(--tg-gray);
    border-bottom: 1px solid var(--tg-gray);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.team-details-info .list-wrap.team-info li {
    font-weight: 400;
    font-size: 20px;
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}

.team-details-info .list-wrap.team-info li:last-child {
    margin-bottom: 0px;
}

.team-details-info .list-wrap.team-info li span {
    font-weight: 500;
    font-size: 20px;
    color: var(--tg-heading-font-color);
    font-family: var(--tg-heading-font-family);
    width: 35%;
}

.team-details-info .list-wrap.team-info li i {
    color: var(--tg-primary-color);
    margin-right: 30px;
}

.team-details-social {
    display: flex;
    align-items: center;
}

.team-details-social .title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0px;
    margin-right: 40px;
}

.team-details-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.team-details-social .list-wrap li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
}

.team-details-content {
    margin: 70px 0px 0px;
}

.team-details-content .title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.team-details-content p {
    margin-bottom: 0px;
}

.team-details-content .info-one {
    margin-bottom: 25px;
}

.progress-wrap {
    background: var(--tg-gray);
    padding: 60px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    gap: 25px 100px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.progress-wrap .progress-item {
    width: 45%;
}

.progress-item .progress-bar {
    background-color: var(--tg-primary-color);
    overflow: inherit;
    height: 4px;
    border-radius: 2px;
    margin: 3px;
    position: relative;
}

.progress-item .progress-bar::before {
    content: "";
    position: absolute;
    right: -4px;
    bottom: 10px;
    width: 12px;
    height: 10px;
    background: var(--tg-primary-color);
    clip-path: polygon(100% 0px, 0px 0px, 50% 100%);
}

.progress-item .progress {
    height: 10px;
    background-color: rgba(254, 93, 20, 0.15);
    overflow: inherit;
    border-radius: 10px;
    position: relative;
}

.progress-item .progress span {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 22px;
    color: var(--tg-paragraph-color);
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
}

.progress-item .title {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 13px;
    color: var(--tg-paragraph-color);
    font-family: var(--tg-body-font-family);
}

.guidelines-img img {
    border-radius: 5px;
}

.guidelines-content .title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.guidelines-content p {
    margin-bottom: 28px;
}

.guidelines-content .list-wrap li {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    color: var(--tg-heading-font-color);
    font-family: var(--tg-heading-font-family);
    margin-bottom: 6px;
}

.guidelines-content .list-wrap li:last-child {
    margin-bottom: 0px;
}

.guidelines-content .list-wrap li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--tg-heading-font-color);
}

.area-bg {
    position: relative;
    padding: 120px 0px 0px;
    z-index: 1;
}

.area-bg .area-background-img {
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(100% - 280px);
    z-index: -1;
}

.area-bg .area-background-img::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(15, 20, 55, 0.92);
}

.area-bg-two {
    background-size: cover;
    background-position: center center;
    padding: 115px 0px 120px;
}

.area-bg-three {
    background-size: cover;
    background-position: center center;
    padding: 115px 0px 120px;
}

.area-bg-four {
    background-size: cover;
    background-position: center center;
    padding: 115px 0px 90px;
}

.area-bg-five {
    background-size: cover;
    background-position: center center;
    padding: 115px 0px 0px;
}

.engineer-item {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 16px 88px;
    border-radius: 8px;
    background: var(--tg-white);
    padding: 20px 24px 40px;
    margin-bottom: 50px;
}

.engineer-thumb {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.engineer-thumb::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(297.19deg, rgb(0, 0, 0) 0.95%, rgba(217, 217, 217, 0) 140.77%);
    pointer-events: none;
    opacity: 0.8;
}

.engineer-thumb .play-btn {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    color: var(--tg-primary-color);
    z-index: 2;
    font-size: 24px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-radius: 50%;
}

.engineer-info-wrap {
    display: flex;
    align-items: center;
    padding: 22px 0px 0px;
}

.engineer-info-wrap .thumb {
    width: 74px;
    flex: 0 0 74px;
    margin-right: 20px;
}

.engineer-info-wrap .thumb img {
    border-radius: 50%;
}

.engineer-info-wrap .content .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
}

.engineer-info-wrap .content span {
    display: block;
    color: var(--tg-primary-color);
    line-height: 1;
}

.engineer-active [class*="col-"] {
    padding: 0px 15px;
}

.engineer-active .slick-slide {
    transform: scale(0.85);
    transition: 0.4s linear;
    position: relative;
}

.engineer-active .slick-slide.slick-current.slick-active {
    transform: scale(1);
}

.engineer-active .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    gap: 10px;
}

.engineer-active .slick-dots li {
    list-style: none;
    line-height: 0;
}

.engineer-active .slick-dots li button {
    text-indent: -1e+09px;
    border: none;
    padding: 0px;
    opacity: 0.2;
    border-radius: 500px;
    width: 20px;
    height: 5px;
    background: var(--tg-primary-color);
    line-height: 1;
}

.engineer-active .slick-dots li.slick-active button {
    opacity: 1;
    width: 40px;
}

.work-area {
    background: var(--tg-gray);
    padding: 115px 0px 90px;
}

.work-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.work-thumb {
    width: 94px;
    flex: 0 0 94px;
    position: relative;
    margin-right: 25px;
}

.work-thumb .number {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-gray);
    border-radius: 50%;
    font-weight: 600;
    font-size: 16px;
    color: var(--tg-white);
    right: 20px;
    top: 0px;
    z-index: 1;
    margin-bottom: 0px;
}

.work-thumb .number::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: var(--tg-primary-color);
    border-radius: 50%;
    z-index: -1;
}

.work-content .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 18px;
}

.work-content p {
    margin-bottom: 0px;
}

.work-bg {
    background-size: cover;
    background-position: center center;
    padding: 115px 0px 120px;
}

.work-inner {
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 700px;
    border-radius: 16px;
    border: 8px solid var(--tg-white);
    filter: drop-shadow(rgba(0, 0, 0, 0.08) 0px 16px 88px);
    position: relative;
}

.work-tooltip-wrap .tooltip-item {
    position: absolute;
}

.work-tooltip-wrap .tooltip-btn {
    width: 54px;
    height: 54px;
    color: var(--tg-primary-color);
    background: var(--tg-white);
    font-size: 22px;
    transition: 0.3s linear;
}

.work-tooltip-wrap .tooltip-btn.pulse::before {
    background: var(--tg-white);
    transition: 0.3s linear;
}

.work-tooltip-wrap .tooltip-content {
    bottom: 95px;
}

.work-tooltip-wrap .tooltip-item:nth-child(1) {
    left: 10%;
    top: 13%;
    right: auto;
}

.work-tooltip-wrap .tooltip-item:nth-child(2) {
    right: 31%;
    top: 9%;
    bottom: auto;
}

.work-tooltip-wrap .tooltip-item:nth-child(3) {
    left: 34%;
    top: 43%;
    bottom: auto;
}

.work-tooltip-wrap .tooltip-item:nth-child(4) {
    top: 29%;
    right: 42%;
}

.work-tooltip-wrap .tooltip-item:nth-child(5) {
    top: 35%;
    right: 21%;
}

.work-tooltip-wrap .tooltip-item:nth-child(6) {
    bottom: 15%;
    right: 16%;
}

.work-tooltip-wrap .tooltip-item:nth-child(7) {
    bottom: 12%;
    right: 45%;
}

.work-tooltip-wrap .tooltip-item.top .tooltip-content {
    bottom: auto;
    top: 95px;
}

.work-tooltip-wrap .tooltip-item.active .tooltip-btn {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}

.work-tooltip-wrap .tooltip-item.active .tooltip-btn.pulse::before {
    background: var(--tg-primary-color);
}

.history-img-wrap {
    position: relative;
}

.history-img-wrap .list-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0px 67px 48px 0px;
}

.history-img-wrap .list-wrap li {
    position: relative;
    z-index: 1;
}

.history-img-wrap .list-wrap li img {
    border-radius: 10px;
}

.history-img-wrap .list-wrap li:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.history-img-wrap .list-wrap li .play-btn {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-white);
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.history-img-wrap .list-wrap li .play-btn.pulse::before {
    background: var(--tg-white);
}

.history-img-wrap .list-wrap li:nth-child(3) {
    position: absolute;
    right: 67px;
    bottom: 0px;
}

.history-content p {
    margin-bottom: 20px;
    color: rgb(83, 83, 83);
}

.history-list .list-wrap li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--tg-heading-font-color);
    font-family: var(--tg-heading-font-family);
    margin-bottom: 10px;
}

.history-list .list-wrap li:last-child {
    margin-bottom: 0px;
}

.history-list .list-wrap li i {
    font-size: 24px;
    color: var(--tg-primary-color);
    margin-right: 15px;
}

.counter-inner {
    background: var(--tg-gray);
    border-radius: 10px;
    padding: 40px 0px 10px;
}

.counter-item {
    margin-bottom: 30px;
    text-align: center;
}

.counter-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    border-radius: 50%;
    margin: 0px auto 30px;
    font-size: 35px;
    line-height: 1;
    color: var(--tg-white);
    transition: 0.3s ease-in-out;
    transform: translateY(0px);
}

.counter-item:hover .counter-icon {
    transform: translateY(5px);
}

.counter-content .count {
    display: block;
    font-weight: 700;
    line-height: 0.8;
    font-size: 40px;
    color: var(--tg-heading-font-color);
    font-family: var(--tg-heading-font-family);
    margin-bottom: 8px;
}

.counter-content p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0px;
}

.counter-item-two {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.counter-item-two .counter-icon {
    width: 100px;
    height: 100px;
    margin: 0px 20px 0px 0px;
}

.counter-area-two .counter-inner {
    background: var(--tg-white);
    padding: 40px 40px 10px;
}

.counter-item-three {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.counter-item-three::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
    background: var(--tg-white);
    width: 1px;
    height: 142px;
    opacity: 0.28;
}

.counter-area-three .row [class*="col-"]:first-child .counter-item-three::before {
    display: none;
}

.counter-item-three .counter-content span {
    color: var(--tg-primary-color);
}

.counter-item-three .counter-content p {
    font-size: 20px;
    color: var(--tg-white);
}

.counter-content p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0px;
}

.testimonial-area {
    background: var(--tg-gray);
}

.testimonial-img {
    margin-right: 71px;
}

.testimonial-img img {
    border-radius: 10px;
}

.testimonial-icon {
    font-size: 60px;
    line-height: 1;
    color: var(--tg-primary-color);
    margin-bottom: 25px;
    margin-left: 2px;
}

.testimonial-content > p {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 32px;
}

.testimonial-avatar {
    display: flex;
    align-items: center;
}

.testimonial-avatar .avatar-thumb {
    width: 80px;
    flex: 0 0 auto;
    margin-right: 30px;
}

.testimonial-avatar .avatar-thumb img {
    border-radius: 50%;
}

.testimonial-avatar .avatar-content .title {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 25px;
}

.testimonial-avatar .avatar-content p {
    margin-bottom: 0px;
    color: var(--tg-primary-color);
}

.testimonial-active .slick-dots {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.testimonial-active .slick-dots li {
    list-style: none;
    line-height: 0;
}

.testimonial-active .slick-dots li button {
    text-indent: -1e+11px;
    padding: 0px;
    border: none;
    background: rgb(253, 221, 206);
    width: 20px;
    height: 5px;
    line-height: 1;
    border-radius: 500px;
}

.testimonial-active .slick-dots li.slick-active button {
    width: 40px;
    background: var(--tg-primary-color);
}

.testimonial-inner {
    padding: 0px 98px;
}

.testimonial-item-two {
    background: var(--tg-white);
    border-radius: 4px 50px 4px 4px;
    padding: 40px;
    align-items: flex-start;
    display: flex !important;
}

.testimonial-avatar-two {
    width: 150px;
    flex: 0 0 auto;
    margin-right: 50px;
}

.testimonial-avatar-two img {
    border-radius: 5px;
}

.testimonial-content-two .content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.testimonial-content-two .content-top .icon {
    font-size: 40px;
    color: var(--tg-primary-color);
    line-height: 1;
}

.testimonial-content-two .content-top .rating {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--tg-primary-color);
    gap: 5px;
}

.testimonial-content-two p {
    margin-bottom: 23px;
    font-style: italic;
    font-size: 20px;
    position: relative;
    padding-left: 10px;
}

.testimonial-content-two p::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 90%;
    background: var(--tg-primary-color);
}

.testimonial-content-two .content-bottom .title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
}

.testimonial-content-two .content-bottom span {
    display: block;
    color: var(--tg-primary-color);
    line-height: 1;
}

.testimonial-area-three {
    background: var(--tg-gray);
    position: relative;
}

.testimonial-avatar-wrap .list-wrap li {
    position: absolute;
    z-index: -1;
}

.testimonial-avatar-wrap .list-wrap li img {
    border-radius: 50%;
    border: 8px solid var(--tg-white);
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 0px 30px);
}

.testimonial-avatar-wrap .list-wrap li:nth-child(1) {
    width: 114px;
    height: 114px;
    left: 8%;
    top: 15%;
}

.testimonial-avatar-wrap .list-wrap li:nth-child(2) {
    width: 58px;
    height: 58px;
    left: 15%;
    top: 45%;
}

.testimonial-avatar-wrap .list-wrap li:nth-child(3) {
    width: 68px;
    height: 68px;
    left: 9%;
    bottom: 22%;
}

.testimonial-avatar-wrap .list-wrap li:nth-child(4) {
    width: 68px;
    height: 68px;
    right: 10%;
    top: 12%;
}

.testimonial-avatar-wrap .list-wrap li:nth-child(5) {
    width: 58px;
    height: 58px;
    right: 15%;
    top: 45%;
}

.testimonial-avatar-wrap .list-wrap li:nth-child(6) {
    width: 114px;
    height: 114px;
    right: 10%;
    bottom: 12%;
}

.testimonial-active-two .slick-dots {
    margin: 50px 0px 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.testimonial-active-two .slick-dots li {
    list-style: none;
    line-height: 0;
}

.testimonial-active-two .slick-dots li button {
    text-indent: -1e+10px;
    border: none;
    padding: 0px;
    width: 20px;
    height: 5px;
    border-radius: 500px;
    background: var(--tg-primary-color);
    opacity: 0.2;
}

.testimonial-active-two .slick-dots li.slick-active button {
    width: 40px;
    opacity: 1;
}

.faq-bg {
    background-size: cover;
    background-position: center center;
    padding: 115px 0px 120px;
}

.faq-wrap .accordion-item {
    box-shadow: rgba(198, 198, 198, 0.19) 0px 10px 10px;
    border-radius: 4px;
    overflow: hidden;
    border: none;
    margin-bottom: 30px;
    background: var(--tg-white);
}

.faq-wrap .accordion-item:last-child {
    margin-bottom: 0px;
}

.faq-wrap .accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.faq-wrap .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.faq-wrap .accordion-button {
    font-weight: 500;
    font-size: 18px;
    padding: 22px 25px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
    background: var(--tg-white);
    border-bottom: 1px solid transparent;
    position: relative;
}

.faq-wrap .accordion-button::after {
    flex-shrink: 0;
    width: auto;
    height: auto;
    content: "";
    background-image: none;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 20px;
    color: var(--tg-heading-font-color);
}

.faq-wrap .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "";
    transform: rotate(0deg);
}

.faq-wrap .accordion-button:not(.collapsed) {
    color: var(--tg-primary-color);
    background-color: var(--tg-white);
    box-shadow: none;
    border-bottom: 1px solid rgb(231, 231, 231);
}

.faq-wrap .accordion-button:focus {
    box-shadow: none;
}

.faq-wrap .accordion-body {
    padding: 22px 25px;
}

.faq-wrap .accordion-body p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.83;
}

.faq-img-wrap {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: flex-end;
    position: relative;
}

.faq-img-wrap img:nth-child(1) {
    border-radius: 12px;
    width: 332px;
    height: 628px;
    object-fit: cover;
}

.faq-img-wrap img:nth-child(2) {
    border-radius: 12px 80px 12px 12px;
    width: 332px;
    height: 628px;
    object-fit: cover;
}

.faq-img-wrap .overlay-text {
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 100%);
    border-radius: 12px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 65px;
    padding: 28px 25px;
    width: 460px;
    text-align: center;
    margin: 0px auto;
}

.faq-img-wrap .overlay-text .title {
    -webkit-text-fill-color: var(--tg-white);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--tg-blue-two);
    margin-bottom: 0px;
    font-size: 90px;
    text-transform: uppercase;
    line-height: 0.8;
}

.blog-post-item {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 16px 88px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    height: 100%;
}

.blog-post-thumb {
    overflow: hidden;
    position: relative;
}

.blog-date {
    position: absolute;
    left: 15px;
    top: 15px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 6px;
    z-index: 2;
}

.blog-date .date {
    display: block;
    font-size: 32px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    letter-spacing: -0.96px;
    margin-bottom: 8px;
    line-height: 1;
}

.blog-date .month {
    display: block;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    line-height: 1;
}

.blog-post-thumb img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.blog-post-item:hover .blog-post-thumb img {
    transform: scale(1.1);
}

.blog-post-content {
    padding: 25px 35px 30px;
    position: relative;
}

.blog-post-content .tag {
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    position: absolute;
    left: 30px;
    top: -25px;
    background: rgb(255, 239, 231);
    display: block;
    padding: 12px 20px;
}

.blog-post-content .tag:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}

.blog-meta .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 30px;
    margin-bottom: 15px;
}

.blog-meta .list-wrap li {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.blog-meta .list-wrap li i {
    font-size: 15px;
    margin-right: 8px;
    color: var(--tg-primary-color);
}

.blog-meta .list-wrap li a {
    color: var(--tg-paragraph-color);
    margin-left: 5px;
}

.blog-meta .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

.blog-post-content .title {
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid var(--tg-border-color);
    line-height: 1.5;
    padding-bottom: 15px;
    margin-bottom: 17px;
}

.blog-post-content .title a {
    color: inherit;
    display: inline;
    padding-bottom: 0px;
    transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-image: linear-gradient(currentcolor 0%, currentcolor 98%);
    background-size: 0px 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.blog-post-content .title a:hover {
    background-size: 100% 1px;
}

.blog-post-content .link-btn {
    font-weight: 400;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    color: var(--tg-paragraph-color);
}

.blog-post-content .link-btn i {
    margin-left: 7px;
}

.blog-post-content .link-btn:hover {
    color: var(--tg-primary-color);
}

.blog-area-two .blog-post-item {
    border-radius: 5px 60px 5px 5px;
}

.blog-area-two .blog-post-thumb {
    border-radius: 5px 60px 5px 5px;
}

.blog-widget {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 45px;
    border-radius: 5px;
    padding: 35px 40px 40px;
    background: var(--tg-white);
    margin-bottom: 50px;
}

.blog-widget:last-child {
    margin-bottom: 0px;
}

.widget-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.widget-title::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: linear-gradient(74.56deg, rgba(165, 26, 244, 0.1) 8.85%, rgba(240, 167, 14, 0.1) 57.29%, rgba(245, 110, 22, 0.1) 100%);
}

.widget-title::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 1px;
    background: var(--tg-primary-color);
}

.sidebar-search form {
    position: relative;
}

.sidebar-search form input {
    width: 100%;
    border: none;
    background: rgba(254, 93, 20, 0.15);
    font-weight: 400;
    font-size: 14px;
    color: var(--tg-heading-font-color);
    border-radius: 5px;
    padding: 19px 70px 19px 30px;
    height: 60px;
}

.sidebar-search form input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: rgb(99, 99, 99);
}

.sidebar-search form button {
    border: none;
    background: transparent;
    font-size: 26px;
    padding: 0px;
    color: var(--tg-primary-color);
    line-height: 1;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.categories-list .list-wrap li {
    border-bottom: 1px solid rgba(254, 93, 20, 0.15);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.categories-list .list-wrap li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding: 0px;
}

.categories-list .list-wrap li a {
    font-size: 16px;
    color: var(--tg-paragraph-color);
    display: flex;
    align-items: center;
}

.categories-list .list-wrap li a span {
    margin-left: auto;
}

.categories-list .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

.rc-post-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(254, 93, 20, 0.15);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.rc-post-item:last-child {
    margin-bottom: 0px;
    padding: 0px;
    border-bottom: none;
}

.rc-post-item .rc-post-thumb {
    width: 92px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.rc-post-item .rc-post-thumb img {
    border-radius: 5px;
}

.rc-post-content .title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.55;
}

.rc-post-content span {
    display: block;
    font-size: 14px;
    color: rgb(99, 99, 99);
}

.rc-post-content span i {
    color: var(--tg-primary-color);
    margin-right: 15px;
}

.tag-list-wrap .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.tag-list-wrap .list-wrap li a {
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-heading-font-color);
    background: var(--tg-gray);
    display: block;
    border-radius: 5px;
    padding: 7px 20px;
}

.tag-list-wrap .list-wrap li a:hover {
    background: var(--tg-primary-color);
    color: var(--tg-white);
}

.blog-widget.widget-bg {
    background-size: cover;
    background-position: center center;
    min-height: 552px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.blog-widget.widget-bg::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 45px;
    border-radius: 5px;
    z-index: -1;
}

.widget-bg .widget-title {
    color: var(--tg-white);
}

.widget-bg .widget-title::after {
    background: var(--tg-white);
}

.sidebar-content {
    margin-top: 30px;
}

.sidebar-content .title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 18px;
    color: var(--tg-white);
}

.sidebar-content p {
    color: var(--tg-white);
    margin-bottom: 25px;
    font-family: var(--tg-heading-font-family);
}

.blog-details-wrap {
    margin-right: 58px;
}

.blog-details-thumb img {
    border-radius: 5px;
}

.blog-details-thumb {
    margin-bottom: 40px;
}

.blog-details-content > .title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}

.blog-details-content p {
    margin-bottom: 20px;
}

.blog-details-content blockquote {
    text-align: center;
    background: var(--tg-gray);
    border-radius: 5px;
    padding: 30px 60px;
    margin: 35px 0px;
}

.blog-details-content blockquote p {
    font-weight: 500;
    font-size: 16px;
    color: var(--tg-heading-font-color);
    font-family: var(--tg-heading-font-family);
    margin-bottom: 25px;
}

.blog-details-content blockquote cite {
    font-style: italic;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    position: relative;
    color: var(--tg-primary-color);
    font-family: var(--tg-heading-font-family);
}

.blog-details-content blockquote cite::before {
    content: "";
    position: absolute;
    left: -75px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background: var(--tg-primary-color);
}

.blog-details-content blockquote cite::after {
    content: "";
    position: absolute;
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background: var(--tg-primary-color);
}

.blog-details-content .bd-inner-img-wrap {
    margin: 35px 0px;
}

.blog-details-content .bd-inner-img-wrap img {
    border-radius: 5px;
}

.bd-inner-content .list-wrap li {
    display: flex;
    align-items: baseline;
    color: var(--tg-heading-font-color);
    margin-bottom: 3px;
}

.bd-inner-content .list-wrap li:last-child {
    margin-bottom: 0px;
}

.bd-inner-content .list-wrap li i {
    color: var(--tg-primary-color);
    font-size: 14px;
    margin-right: 15px;
}

.blog-details-bottom .post-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 12px;
}

.blog-details-bottom .post-tags .title {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 20px;
}

.blog-details-bottom .post-tags .list-wrap {
    display: flex;
    align-items: center;
    gap: 10px 20px;
}

.blog-details-bottom .post-tags .list-wrap li a {
    line-height: 1;
    color: var(--tg-paragraph-color);
}

.blog-details-bottom .post-tags .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

.blog-details-bottom .blog-post-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 12px;
    justify-content: flex-end;
}

.blog-details-bottom .blog-post-share .title {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 20px;
}

.blog-details-bottom .blog-post-share .list-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-details-bottom .blog-post-share .list-wrap li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-white);
    background: var(--tg-primary-color);
    border-radius: 50%;
}

.blog-details-bottom .blog-post-share .list-wrap li a:hover {
    background: var(--tg-white);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 8px;
    color: var(--tg-primary-color);
}

.pev-next-post-wrap {
    border-top: 1px solid var(--tg-gray-three);
    padding-top: 70px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.pev-next-post-wrap .post-item {
    margin-bottom: 30px;
}

.pev-next-post-wrap .post-inner {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.pev-next-post-wrap .post-inner .thumb {
    width: 92px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.pev-next-post-wrap .post-inner .thumb img {
    border-radius: 5px;
}

.pev-next-post-wrap .post-inner .content .title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.pev-next-post-wrap .post-inner .content span {
    font-size: 14px;
    display: block;
}

.pev-next-post-wrap .post-inner .content span i {
    color: var(--tg-primary-color);
    margin-right: 15px;
}

.pev-next-post-wrap .post-item.next-post-item {
    text-align: right;
}

.pev-next-post-wrap .post-item.next-post-item .post-inner {
    flex-direction: row-reverse;
}

.pev-next-post-wrap .post-item.next-post-item .post-inner .thumb {
    margin-right: 0px;
    margin-left: 20px;
}

.pev-next-post-wrap .post-btn a {
    background: rgb(244, 244, 244);
    border-radius: 3px;
    font-weight: 400;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    padding: 11px 20px;
    font-family: var(--tg-heading-font-family);
}

.pev-next-post-wrap .post-btn a:hover {
    color: var(--tg-white);
    background: var(--tg-primary-color);
}

.pev-next-post-wrap .post-btn a i {
    margin-right: 7px;
}

.pev-next-post-wrap .post-btn.next-btn a {
    flex-direction: row-reverse;
}

.pev-next-post-wrap .post-btn.next-btn a i {
    margin-right: 0px;
    margin-left: 7px;
}

.comments-wrap {
    border-top: 1px solid var(--tg-gray-three);
    padding-top: 70px;
    padding-bottom: 40px;
}

.comments-wrap-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 35px;
}

.comments-box {
    background: var(--tg-gray);
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    padding: 35px;
    margin-bottom: 30px;
}

.comments-avatar {
    width: 68px;
    flex: 0 0 auto;
    margin-right: 25px;
}

.comments-avatar img {
    border-radius: 50%;
}

.comments-text .avatar-name {
    margin-bottom: 20px;
}

.comments-text .avatar-name .name {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    justify-content: space-between;
}

.comments-text .comment-reply-link {
    font-size: 15px;
    color: var(--tg-primary-color);
    font-family: var(--tg-heading-font-family);
}

.comments-text .comment-reply-link i {
    margin-right: 7px;
}

.comments-text .comment-reply-link:hover {
    color: var(--tg-blue-three);
}

.comments-text .avatar-name .date {
    font-size: 16px;
    display: block;
    line-height: 1;
    color: rgb(74, 73, 73);
}

.comments-text p {
    margin-bottom: 0px;
    font-family: var(--tg-heading-font-family);
    color: rgb(99, 99, 99);
}

.latest-comments .children .comments-box {
    margin-left: 90px;
}

.comment-respond {
    border-top: 1px solid var(--tg-gray-three);
    padding-top: 70px;
}

.comment-reply-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 40px;
}

.comment-form .form-grp {
    margin-bottom: 24px;
}

.comment-form .form-grp textarea, .comment-form .form-grp input {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    padding: 15px 25px;
    color: var(--tg-heading-font-color);
    height: 60px;
    display: block;
    background: var(--tg-gray);
}

.comment-form .form-grp textarea::placeholder, .comment-form .form-grp input::placeholder {
    color: rgb(154, 154, 154);
    font-weight: 400;
    font-size: 14px;
}

.comment-form .row {
    margin: 0px -7.5px;
}

.comment-form .row [class*="col-"] {
    padding: 0px 7.5px;
}

.comment-form .form-grp textarea {
    min-height: 170px;
    max-height: 170px;
}

.pagination-wrap .pagination.list-wrap {
    gap: 10px 14px;
}

.pagination-wrap .pagination .page-link {
    margin-left: 0px;
    padding: 0px;
    color: rgb(99, 99, 99);
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1.5px solid var(--tg-gray-two);
    background: transparent;
    font-family: var(--tg-heading-font-family);
}

.pagination-wrap .pagination .page-item.active .page-link, .pagination-wrap .pagination .page-link:hover {
    background: rgb(244, 244, 244);
    border-color: rgb(244, 244, 244);
    color: rgb(37, 36, 36);
}

.pagination-wrap .pagination .page-link:focus {
    color: rgb(37, 36, 36);
    background-color: rgb(244, 244, 244);
    outline: 0px;
    box-shadow: none;
}

.pagination-wrap .pagination .page-item.next-page .page-link {
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-color: var(--tg-primary-color);
}

.section-title.white-title-two .sub-title {
    color: var(--tg-white);
}

.section-title.white-title-two .title {
    color: var(--tg-white);
}

.newsletter-bg {
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 87px 0px;
}

.newsletter-bg::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(15, 20, 55);
    opacity: 0.92;
    z-index: -1;
}

.newsletter-form form {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.newsletter-form .form-grp {
    width: 260px;
}

.newsletter-form .form-grp input {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: var(--tg-heading-font-color);
    border: none;
    background: var(--tg-white);
    border-radius: 5px;
    padding: 18px 20px;
    height: 58px;
}

.newsletter-form .form-grp input::placeholder {
    color: rgb(154, 162, 177);
    font-weight: 400;
    font-size: 14px;
}

.contact-form-wrap {
    background-size: cover;
    background-position: center center;
    padding: 65px;
    border-radius: 5px;
}

.contact-form-wrap .title {
    font-size: 40px;
    margin-bottom: 10px;
}

.contact-form-wrap p {
    margin-bottom: 45px;
}

.contact-form-wrap .row {
    margin: 0px -10px;
}

.contact-form-wrap .row [class*="col-"] {
    padding: 0px 10px;
}

.contact-form-wrap .form-grp {
    margin-bottom: 20px;
}

.contact-form-wrap .form-grp textarea, .contact-form-wrap .form-grp input {
    width: 100%;
    border: 1px solid var(--tg-input-border-color);
    border-radius: 5px;
    background: var(--tg-white);
    font-size: 14px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-font-color);
    padding: 16px 15px;
    display: block;
    height: 56px;
}

.contact-form-wrap .form-grp textarea::placeholder, .contact-form-wrap .form-grp input::placeholder {
    font-size: 14px;
    font-family: var(--tg-heading-font-family);
    color: rgb(164, 164, 164);
}

.contact-form-wrap .form-grp textarea {
    min-height: 180px;
    max-height: 180px;
    resize: none;
}

.contact-form-wrap .contact-form .btn {
    width: 100%;
}

.contact-info-wrap {
    background: var(--tg-gray);
    padding: 60px 65px;
    border-radius: 5px;
    margin-bottom: 25px;
    height: 100%;
}

.contact-info-wrap .title {
    font-size: 40px;
    margin-bottom: 10px;
}

.contact-info-wrap p {
    margin-bottom: 45px;
}

.contact-info-wrap .list-wrap {
    display: flex;
    gap: 30px;
    margin: 0px -15px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

.contact-info-item > div:last-child {
    flex: 1 1 0%;
    padding-left: 15px;
}

.contact-info-item > div:last-child strong {
    color: rgb(30, 30, 30);
    font-size: 22px;
}

.contact-info-item .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-radius: 50%;
    font-size: 22px;
}

.contact-info-item .content a {
    display: block;
    color: var(--tg-heading-font-color);
    font-size: 20px;
}

.contact-info-item .content a:hover {
    color: var(--tg-primary-color);
}

.contact-info-item .content p {
    margin-bottom: 0px;
    color: var(--tg-heading-font-color);
    font-size: 20px;
}

#contact-map {
    height: 500px;
    margin-top: 30px;
    width: 100%;
}

#contact-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.error-img {
    text-align: center;
    margin-bottom: 40px;
}

.error-content {
    text-align: center;
}

.error-content .title {
    font-size: 40px;
    margin-bottom: 40px;
}

.footer-bg {
    background-size: cover;
    background-position: center center;
}

.footer-top {
    padding: 115px 0px 120px;
}

.footer-widget {
    margin-bottom: 40px;
}

.fw-title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 25px;
    color: rgb(30, 30, 30);
}

.footer-content p {
    margin-bottom: 30px;
    color: var(--tg-gray-three);
}

.footer-newsletter .title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--tg-white);
}

.footer-newsletter form {
    position: relative;
}

.footer-newsletter input {
    width: 100%;
    border: none;
    background: var(--tg-white);
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    color: var(--tg-heading-font-color);
    padding: 14px 145px 14px 20px;
    height: 50px;
}

.footer-newsletter input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: rgb(154, 154, 154);
}

.footer-newsletter button {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 16px 20px;
    border-radius: 0px 4px 4px 0px;
}

.footer-link .list-wrap li {
    margin-bottom: 7px;
}

.footer-link .list-wrap li:last-child {
    margin-bottom: 0px;
}

.footer-link .list-wrap li a {
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-gray-three);
    display: inline-flex;
    align-items: center;
}

.footer-link .list-wrap li a i {
    margin-right: 10px;
}

.footer-link .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

.footer-top .row [class*="col-"]:nth-child(2) .footer-widget {
    margin-left: 85px;
}

.footer-top .row [class*="col-"]:nth-child(3) .footer-widget {
    margin-left: 20px;
}

.footer-instagram .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-instagram .list-wrap li a img {
    border-radius: 5px;
}

.footer-top .row [class*="col-"]:nth-child(4) .footer-widget {
    margin-left: 70px;
}

.footer-logo-area {
    background: var(--tg-secondary-color);
    border-radius: 5px;
    padding: 24px 50px;
    margin-top: 20px;
}

.footer-contact {
    display: flex;
    align-items: center;
    background: var(--tg-primary-color);
    border-radius: 5px;
    padding: 18px;
    margin: 0px 15px;
}

.footer-contact .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: rgb(15, 20, 55);
    background: var(--tg-white);
    border-radius: 5px;
    font-size: 40px;
    margin-right: 40px;
}

.footer-contact .content span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
    line-height: 1;
    margin-bottom: 3px;
}

.footer-contact .content a {
    font-weight: 600;
    font-size: 26px;
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
    display: block;
}

.footer-contact .content a:hover {
    color: var(--tg-secondary-color);
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.footer-social .title {
    margin-bottom: 0px;
    color: var(--tg-white);
    font-weight: 600;
    font-size: 25px;
    margin-right: 35px;
}

.footer-social .list-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-social .list-wrap li a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tg-white);
    color: var(--tg-primary-color);
    font-size: 20px;
}

.footer-social .list-wrap li a:hover {
    color: var(--tg-secondary-color);
}

.footer-bottom {
    background: var(--tg-secondary-color);
    padding: 22px 0px;
}

.footer-bottom .copyright-text p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
}

.footer-bootom-menu .list-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-bootom-menu .list-wrap li {
    position: relative;
    margin-right: 30px;
    padding-right: 30px;
}

.footer-bootom-menu .list-wrap li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.footer-bootom-menu .list-wrap li::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 34px;
    background: rgb(46, 46, 46);
}

.footer-bootom-menu .list-wrap li:last-child::before {
    display: none;
}

.footer-bootom-menu .list-wrap li a {
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
}

.footer-bootom-menu .list-wrap li a:hover {
    color: var(--tg-primary-color);
}

#preloader {
    background: var(--tg-white);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999;
    display: none;
}

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

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

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

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

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

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

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

@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);
    }
}

#fixed_header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
}

.header15 .hm_inner > ul > li {
    list-style: none;
}

.header15 .current_time {
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}

.header15 .top_right {
    display: flex;
    justify-content: flex-end;
    height: 48px;
    align-items: center;
}

.header15 .top_right > span {
    margin-right: 24px;
    font-size: 12px;
    font-weight: 700;
    color: rgb(0, 0, 0);
}

.header15 .top_right ul {
    display: flex;
    gap: 12px;
}

.header15 .top_right ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(26, 63, 92);
    border-radius: 6px;
    width: 20px;
    height: 20px;
    background-color: rgba(233, 233, 233, 0.85);
    font-size: 14px;
    transition: 0.3s;
}

.header15 .top_right ul li a:hover {
    background-color: rgb(69, 163, 204);
    color: rgb(255, 255, 255);
}

.header15.header_menu {
    padding: 30px;
    position: sticky;
    z-index: 10;
    top: 0px;
    background: rgb(255, 255, 255);
}

.header15 .the_logo1 {
    display: inline-flex;
    vertical-align: middle;
}

.header15 .the_logo1 img {
    max-width: 250px;
    max-height: 130px;
}

.header15 .hm_inner {
    display: flex;
}

.header15.header_menu .row > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header15 .hm_inner ul {
    gap: 10px;
    margin: 0px;
    padding: 0px;
}

.sidemenu119 .CategorySubjects {
    color: rgb(51, 51, 51);
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 30px;
    display: flex;
}

.sidemenu119 .CategorySubjects::before{
    content: '';
    margin-right: 15px;
    width: 40px;
    height: 40px;
    background-image: url(../images/karpen-icon.png);
    display: flex;
}

.sidemenu119 .wbx_1 + .wbx_1 {
    margin-top: 30px;
}

.sidemenu119 .sub_menu ul li a {
    font-size: 18px;
    color: rgb(72, 72, 72);
    padding: 16px 0px;
    font-weight: 700;
    display: flex;
    border-right: 1px solid rgb(43 154 72 / 40%);
    transition: 0.3s;
    position: relative;
    cursor: pointer;
}

.sidemenu119 .sub_menu ul li:not(:last-child) a {
    border-bottom: 1px solid rgb(234, 234, 234);
}

.sidemenu119 .sub_menu ul li a.active {
    color: rgb(43, 154, 72);
}

.sidemenu119 .sub_menu ul li a::before {
    content: "";
    position: absolute;
    right: -2px;
    top: 0px;
    bottom: 0px;
    width: 3px;
    background-color: rgb(43, 154, 72);
    opacity: 0;
    transition: 0.3s;
}

.sidemenu119 .sub_menu ul li a.active::before {
    opacity: 1;
}

.sidemenu119 .sub_menu ul li a.active::before {
    opacity: 1;
}

@media (min-width: 1200px) {
    .sidemenu119 .sub_menu ul li a:hover::before {
        opacity: 1;
    }

    .sidemenu119 .sub_menu ul li a:hover::before {
        opacity: 1;
    }

    .sidemenu119 .sub_menu ul li a:hover {
        color: rgb(43, 154, 72);
    }
}

.sidemenu119 #latest_news li a {
    height: auto;
    font-size: 22px;
    padding: 10px 0px;
    line-height: 1.4;
}

.sidemenu119 #latest_news li a span {
    font-size: 12px;
    display: block;
}

.sidemenu119 #latest_news li a::before {
    display: none;
}

.sidemenu119 .rn_list {
    display: flex;
    flex-direction: column;
}

.sidemenu119 .rn_list li a {
    display: flex;
    align-items: center;
}

.sidemenu119 .rn_list li + li {
    margin-top: 12px;
    padding-top: 12px;
}

.sidemenu119 .rn_list li a > div:first-child {
    width: 110px;
}

.sidemenu119 .rn_list li a > div:first-child img {
    width: 100%;
}

.sidemenu119 .rn_list li a > div:last-child {
    flex: 1 1 0%;
    padding-left: 10px;
}

.sidemenu119 .rn_list li a > div:last-child h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    color: rgb(0, 0, 0);
    line-height: 1.3;
}

.sidemenu119 .lister_sidebar {
    background-color: rgb(255, 255, 255);
    padding: 0px 24px 24px 0px;
}

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

.lister_sidebar ul li {
    list-style: none;
}

.sidemenu119 .bigNews img {
    width: auto;
}

.sidemenu119 .bigNews > a.no_btn789 {
    font-size: 20px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    margin: 15px 0px;
    display: flex;
}

.sidemenu119 .bigNews p {
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.sidemenu119 .bigNews > a.donate_link789 {
    display: inline-flex;
    height: 46px;
    border: 1px solid rgb(43, 154, 72);
    padding: 0px 30px;
    align-items: center;
    color: rgb(43, 154, 72);
    margin-top: 24px;
    font-weight: 600;
    transition: 0.3s;
}

.sidemenu119 .bigNews > a.donate_link789:hover {
    background-color: rgb(43, 154, 72);
    color: rgb(255, 255, 255);
}

.content-detail {
    font-size: 1rem;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    overflow-wrap: break-word;
}

.content-detail > :first-child {
    margin-top: 0px;
}

.content-detail h1, .content-detail h2, .content-detail h3, .content-detail h4, .content-detail h5, .content-detail h6 {
    font-weight: 500;
    margin: 1em 0px 0.5em;
    line-height: 1.3;
}

.content-detail h1 {
    font-size: 2em;
}

.content-detail h2 {
    font-size: 1.75em;
}

.content-detail h3 {
    font-size: 1.5em;
}

.content-detail h4 {
    font-size: 1.25em;
}

.content-detail h5 {
    font-size: 1.1em;
}

.content-detail h6 {
    font-size: 1em;
}

.content-detail p {
    margin: 1em 0px;
}

.content-detail ul {
    list-style-type: disc;
    margin: 1em 0px;
    padding-left: 2em;
}

.content-detail ol {
    list-style-type: decimal;
    margin: 1em 0px;
    padding-left: 2em;
}

.content-detail ul ul, .content-detail ol ul, .content-detail ul ol, .content-detail ol ol {
    list-style-type: circle;
    margin-left: 1em;
}

.content-detail li {
    margin-bottom: 0.5em;
    list-style: inherit;
}

.content-detail a {
    color: rgb(51, 51, 51);
    text-decoration: underline;
    transition: color 0.2s;
}

.content-detail a:hover {
    color: rgb(0, 64, 128);
}

.content-detail b, .content-detail strong {
    font-weight: bold;
}

.content-detail i, .content-detail em {
    font-style: italic;
}

.content-detail u {
    text-decoration: underline;
}

.content-detail blockquote {
    border-left: 4px solid rgb(204, 204, 204);
    margin: 1em 0px;
    padding: 1em;
    color: rgb(102, 102, 102);
    font-style: italic;
    background-color: rgb(249, 249, 249);
}

.content-detail code {
    font-family: monospace;
    background-color: rgb(244, 244, 244);
    padding: 0.2em 0.4em;
    border-radius: 4px;
}

.content-detail pre {
    font-family: monospace;
    background-color: rgb(244, 244, 244);
    padding: 1em;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1em 0px;
    white-space: pre-wrap;
}

.content-detail table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0px;
    border: 1px solid rgb(221, 221, 221);
}

.content-detail th, .content-detail td {
    border: 1px solid rgb(221, 221, 221);
    padding: 0.75em;
    text-align: left;
}

.content-detail th {
    background-color: rgb(245, 245, 245);
    font-weight: bold;
}

.content-detail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em 0px;
}

.content-detail dl {
    margin: 1em 0px;
}

.content-detail dt {
    font-weight: bold;
    margin-top: 1em;
}

.content-detail dd {
    margin-left: 1em;
}

.content-detail hr {
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 1px solid rgb(221, 221, 221);
    margin: 1.5em 0px;
}

.content-detail input, .content-detail select, .content-detail textarea, .content-detail button {
    font: inherit;
    padding: 0.5em;
    margin: 0.5em 0px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-sizing: border-box;
}

.content-detail button {
    background-color: rgb(0, 102, 204);
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}

.content-detail button:hover {
    background-color: rgb(0, 64, 128);
}

.content-detail sub, .content-detail sup {
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.content-detail sup {
    top: -0.5em;
}

.content-detail sub {
    bottom: -0.25em;
}

.content-detail iframe, .content-detail video {
    max-width: 100%;
    height: auto;
    margin: 1em 0px;
    border: none;
}

.content-detail figure {
    margin: 1em 0px;
    text-align: center;
}

.content-detail figcaption {
    font-size: 0.9em;
    color: rgb(102, 102, 102);
}

.content-detail mark {
    background-color: rgb(255, 255, 0);
    color: rgb(51, 51, 51);
}

.content-detail aside {
    background-color: rgb(249, 249, 249);
    padding: 1em;
    margin: 1em 0px;
    border-left: 4px solid rgb(204, 204, 204);
    font-size: 0.9em;
    color: rgb(85, 85, 85);
}

.content-detail .pull-quote {
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    margin: 1em 0px;
    color: rgb(68, 68, 68);
}

.content-detail abbr[title] {
    border-bottom: 1px dotted rgb(51, 51, 51);
    cursor: help;
}

@media (min-width: 1201px) {
    .header15 .hm_inner > ul > li.active > a::before {
        content: "";
        position: absolute;
        left: 10px;
        bottom: -5px;
        width: calc(100% - 20px);
        height: 3px;
        background-color: rgb(238, 51, 46);
    }

    .header15 .hm_inner > ul > li > ul {
        margin-top: 40px;
    }

    .header15 .hm_inner > ul > li > ul::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 40px;
        margin-top: -40px;
    }

    .header15 .hm_inner > ul > li > ul {
        pointer-events: none;
    }

    .header15 .hm_inner > ul > li:hover > ul {
        pointer-events: all;
    }

    .header15 .src_overlay.active input {
        padding-left: 45px;
    }

    .header15 .src_button.active {
        position: relative;
        z-index: 2;
    }

    .header15 .src_button.active img:last-child {
        display: block;
    }

    .header15 .src_button.active img:first-child {
        display: none;
    }

    .header15 .sub-menu li {
        position: relative;
    }

    .header15 .sub-menu li ul {
        left: 100%;
        top: 0px;
    }

    .header15 .sub-menu li:hover ul {
        visibility: visible;
        opacity: 1;
    }

    .header15 .hm_inner > ul > li ul li {
        position: relative;
    }

    .header15 .hm_inner > ul > li ul li ul {
        position: absolute;
        left: 100%;
        top: 0px;
    }

    .header15 .hm_inner > ul {
        display: flex !important;
        align-items: center;
    }

    .header15 .hm_inner > ul > li ul li:hover > a {
        background-color: rgb(30, 30, 30);
        color: rgb(255, 255, 255);
    }

    .header15 .hm_inner > ul > li:hover > ul {
        opacity: 1;
        visibility: visible;
    }

    .header15 .hm_inner > ul > li:hover > ul li:hover > ul {
        opacity: 1;
        visibility: visible;
    }

    .header15 .hm_inner > ul > li {
        position: relative;
    }

    .header15 .hm_inner > ul > li a {
        transition: 0.3s;
    }

    .header15 .hm_inner > ul > li:hover a {
    }

    .header15 .hm_inner > ul > li ul {
        display: block !important;
    }

    .header15 .src_button.active {
        margin-right: -30px;
    }
}

.header15 .hm_inner > ul > li > a {
    color: rgb(30, 30, 30);
    font-size: 16px;
    font-weight: 600;
    height: 25px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    padding: 0px 10px;
    font-family: Poppins, sans-serif;
}

.header15 .hm_inner > ul > li > a.has-submenu::after {
    content: "";
    font-family: FontAwesome;
    margin-left: 7px;
}

.header15 .has-submenu + i {
    display: none;
}

.header15 .hm_inner > ul > li ul {
    position: absolute;
    left: 0px;
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    border-radius: 0px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    background: rgb(43, 154, 72);
    padding: 0px;
}

.header15 .hm_inner > ul > li ul li a {
    display: flex;
    font-weight: 400;
    color: rgb(255, 255, 255);
    padding: 8px 15px;
    font-size: 16px;
    white-space: nowrap;
}

.header15 .src_button {
    margin-left: 35px;
    padding-left: 15px;
    color: rgb(150, 150, 150);
    transition: 0.3s;
    display: none;
}

.header15 .src_button img {
    height: 24px;
}

.header15 .src_button img:last-child {
    display: none;
}

.header15 .menu_trigger {
    display: none;
}

.header15 .src_overlay {
    width: 240px;
    margin-left: 40px;
    position: relative;
}

.header15 .src_overlay.active {
    width: 260px;
}

.header15 .src_overlay input {
    transition: 0.3s;
    width: 100%;
    height: 34px;
    padding-left: 34px;
    border: 1px solid rgb(217, 217, 217);
    font-size: 13px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
}

.header15 .src_overlay input:focus {
    border-color: rgb(194, 133, 204);
}

.header15 .src_overlay button {
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 2;
    width: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.header15 .src_overlay button img {
    width: 18px;
}

.header15.header_menu .row > div.active .the_logo1, .header15.header_menu .row > div.active .hm_inner > button {
    visibility: hidden;
}

.header15 .src_overlay button img:last-child {
    display: none;
}

.header15 .header_src > button {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgb(210, 235, 245);
}

.header15 .ct_overlay ul {
    display: flex;
    gap: 20px;
}

.header15 .ct_overlay ul li {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    height: 48px;
}

.header15 .ct_overlay ul li svg {
    height: 14px;
}

.header15 .header_btns {
    display: flex;
    gap: 10px;
    margin: 0px;
}

.header15 .header_btns li a {
    align-items: center;
    border-radius: 6px;
    background-color: transparent;
    color: rgb(30, 30, 30);
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    line-height: 1.2;
    display: inline-block;
    font-family: Poppins, sans-serif;
}

.hiddenMobile {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

.header15 .header_btns li a span {
    display: block;
    font-size: 180%;
    font-weight: 800;
}

.header15 .header_btns li a:hover {
}

.header15 .header_btns li a.pureLink {
    background-color: transparent;
    color: rgb(69, 163, 204);
}

.header15 .header_btns li a.pureLink:hover {
    background-color: rgb(245, 245, 245);
}

.header15 .header_src {
    position: relative;
}

.header15 .src_input {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 240px;
    display: none;
}

.header15 .src_input button {
    position: absolute;
    right: 0px;
    padding: 0px 10px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(146, 146, 146);
    background-color: rgb(255, 255, 255);
}

.header15 .src_input.active {
    display: block;
}

.header15 .src_input input {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(234, 234, 234);
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    width: 100%;
    padding-left: 40px;
}

.header15 .src_input svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.header15 .header_btns li {
    list-style: none;
}

.banner_controls {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0px 430px 0px 150px;
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.banner_pag {
    font-size: 42px;
    font-weight: 200;
    letter-spacing: 2px;
}

.banner_pag sup {
    font-weight: 300;
}

.banner_controls ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    gap: 15px;
}

.banner_controls ul li {
    list-style: none;
    position: relative;
}

.banner_controls ul li:first-child {
}

.banner_controls ul li:last-child {
}

.banner_controls ul button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: rgb(30, 30, 30);
    border: 1px solid rgb(30, 30, 30);
    background-color: transparent;
}

.header15 .hm_inner > ul li {
    list-style: none;
}

.prd_item1 {
    height: 100%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    color: #000;
    line-height: 1.4;
}
.prd_item1:hover{
    color: #000;
}

.trd_right .prd_item1 img{
    margin-bottom: 15px;
    /* border: 1px solid #ddd; */
    border-radius: 10px;
}

.prd_item1_img {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.prd_item1_img::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100vw;
    height: 50%;
    background-color: rgb(255, 255, 255);
    left: 0px;
}

.prd_item1_img img {
    position: relative;
    z-index: 1;
    height: 300px;
    object-fit: contain;
    max-width: 100%;
}

.prd_item_bottom {
    background-color: rgb(245, 245, 245);
    padding: 20px;
}

.prd_item1 > span {
    position: relative;
    color: var(--tg-primary-color);
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
    border-bottom: 1px solid var(--tg-primary-color);
    margin: 0;
    width: 100%;
    transition: 0.3s;
}

.prd_item1:hover > span {
    color: rgb(255, 255, 255);
}

.prd_item1 > span::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    background-color: var(--tg-primary-color);
    transition: 0.3s;
}

.prd_item1:hover > span::before {
    height: 100%;
}

.prd_item1 > span > span {
    z-index: 2;
    position: relative;
    color: inherit;
}

.prd_item_bottom strong {
    color: rgb(30, 30, 30);
    font-weight: 800;
    font-size: 24px;
    margin: 0px 0px 15px;
    display: block;
    line-height: 1.2;
}

.prd_item_bottom ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.prd_item_bottom li {
    list-style: none;
    color: rgb(30, 30, 30);
    padding-left: 15px;
    position: relative;
    line-height: 1.2;
    opacity: 0.6;
}

.prd_item_bottom li::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 1px;
    color: var(--tg-primary-color);
    font-size: 14px;
}

.product_technic {
    background-color: rgb(18, 64, 131);
    min-height: 700px;
    padding: 120px 0px;
}

.product_technic h3 {
    color: rgb(255, 255, 255);
    font-weight: 300;
    margin: 0px 0px 30px;
    font-size: 38px;
}

.product_technic h3 strong {
    font-weight: bold;
}

.product_technic h3 span {
    display: block;
    font-size: 50%;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.product_technic ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product_technic li {
    color: rgb(255, 255, 255);
    opacity: 0.8;
    list-style: none;
}

.product_technic a.btn {
    background-color: rgb(255, 255, 255);
    color: rgb(18, 64, 131);
    margin-top: 30px;
    border: 1px solid rgb(255, 255, 255);
}

.product_technic a.btn::before {
    display: none;
}

.product_technic a.btn:hover {
    background-color: transparent;
    color: rgb(255, 255, 255);
}

.product_technic a.btn i {
    margin-left: 8px;
}

.product_technic a.btn::after {
    display: none;
}

.sust_section {
    height: 750px;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.png_window {
    position: relative;
    width: 330px;
    margin-left: auto;
    display: block;
    overflow: hidden;
}

.png_window img:first-child {
    width: 100%;
    position: relative;
    z-index: 2;
    transform: scale(1.009);
}

.png_window img:last-child {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 660px;
    height: calc(100% - 4px);
    object-fit: cover;
    max-width: none;
}

.sust_texts {
    width: 600px;
    margin-left: 280px;
}

.sust_texts h2 {
    font-weight: 800;
    font-size: 48px;
    margin: 0px 0px 30px;
    line-height: 1.5;
}

.sust_texts h2 span {
    display: block;
    font-weight: 400;
}

.sust_texts p {
    color: rgb(30, 30, 30);
    margin: 0px;
    font-size: 18px;
}

.sust_section .container {
    display: flex;
}

.sust_section .btn {
    background-color: rgb(30, 30, 30);
    border: 1px solid rgb(30, 30, 30);
    color: rgb(255, 255, 255);
    margin-top: 20px;
}

.sust_section .btn:hover {
    background-color: transparent;
    color: rgb(30, 30, 30);
}

.sust_section .btn::before, .sust_section .btn::after {
    display: none;
}

.product_color_ops {
    padding: 120px 0px;
}

.product_color_ops > .container > .row {
    position: relative;
    min-height: 432px;
    align-items: center;
}

.pco_left {
    padding-right: 520px;
}

.pco_right {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 420px;
    transform: translateY(-50%);
}

.pco_left p {
    font-size: 18px;
    margin: 0px 0px 0px;
    width: 700px;
    max-width: 100%;
}

.pattern_scroll {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    gap: 19px;
}

.pattern_scroll_graident {
    position: relative;
}

.pattern_scroll_graident::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 200px;
    height: 100%;
    background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(237, 221, 83, 0) 100%);
    z-index: 2;
    pointer-events: none;
    display: none;
}

.pattern_scroll::-webkit-scrollbar {
    display: none;
}

.pattern_scroll button {
    display: flex;
    width: calc(16.6666667% - 16px);
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    border-radius: 10px;
    background-color: transparent;
    text-align: left;
    cursor: pointer;
    flex-wrap: wrap;
}

.pattern_scroll button.ce_menu_act {
    border-color: rgb(30, 30, 30);
}

.pattern_scroll button + button {
}

.pattern_scroll button span {
    font-size: 14px;
    font-weight: 500;
    color: rgb(30, 30, 30);
    margin-top: 10px;
    white-space: normal;
    line-height: 1.2;
}

.pattern_scroll button img {
    border-radius: 10px;
    display: block;
}

.btn.pattern_btn {
    margin-top: 30px;
}

.btn.pattern_btn::after {
    display: none;
}

#smooth-wrapper {
    padding-top: 90px;
}

#fixed_header.alternative .header15.header_menu {
    padding: 20px 30px;
    position: static;
    FONT-WEIGHT: 600;
    box-shadow: 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
}

#fixed_header.alternative {
    position: fixed;
    z-index: 100;
    background-color: rgb(255, 255, 255);
}

.ns_slideItem {
    background-position: center center;
    background-size: cover;
    height: calc(-90px + 100vh);
    position: relative;
}

a.lang_switch {
    color: rgb(30, 30, 30);
    font-size: 16px;
    font-weight: 600;
    border: 1px solid rgb(30, 30, 30);
    border-radius: 30px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 33px;
}

.slider196 .mainSwiper img:not(.slide_product) {
    width: 100%;
    height: calc(-205px + 100vh);
    object-fit: cover;
    min-height: 550px;
}

.slider196 .mainSwiper h2 {
    color: rgb(255, 255, 255);
    font-size: 46px;
    font-weight: 700;
    margin: 0px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: 0.3s 0.3s;
    transform: translateY(50px);
    opacity: 0;
}

.slider196 .mainSwiper h2 strong {
    display: block;
    font-size: 140%;
}

.slider196 .mainSwiper p {
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: 400;
    transition: 0.3s 0.5s;
    transform: translateY(50px);
    opacity: 0;
}

.slider196 .mainSwiper a {
    margin-top: 24px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 0px 40px;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    background-color: transparent;
    border: 2px solid rgb(255, 255, 255);
    transform: translateY(50px);
    opacity: 0;
    transition: opacity 0.3s 0.7s, transform 0.3s 0.7s;
}

.slider196 .mainSwiper .swiper-slide-active .container > div * {
    opacity: 1;
    transform: none;
}

.slider196 .mainSwiper a:hover {
    background-color: rgb(238, 51, 46);
    color: rgb(255, 255, 255);
    border-color: rgb(238, 51, 46);
    transition: 0.3s;
}

.slider196 .mainSwiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.slider196 .mainSwiper .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0px;
    opacity: 0.7;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.mainSwiper .swiper-slide::after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0px;
    width: 84%;
    height: 5000px;
    background-color: rgb(255, 255, 255);
    opacity: 0.1;
    transform: skew(-20deg);
    pointer-events: none;
}

#noBef .mainSwiper .swiper-slide::after {
    display: none;
}

.slider196 .mainSwiper .swiper-slide .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slider196 .mainSwiper .swiper-slide .container > div {
    transition: 0.3s 0.3s;
}

.slider196 .mainSwiper {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.slider196 .mainSwiper > .container {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
    z-index: 5;
    gap: 15px;
}

.slider196 .mainSwiper > .container button {
    pointer-events: all;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.37);
    background-color: transparent;
}

.slider196 #mainPagination {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 42px;
    z-index: 2;
}

.slider196 #mainPagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    transition: 0.3s;
    opacity: 0.3;
}

.slider196 #mainPagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 20px;
    border-radius: 10px;
}

@media (min-width: 1400px) {
    .slider196 .mainSwiper > .container {
        max-width: 1400px;
        width: 1400px;
    }
}

.slider196.slider_component {
    margin: 15px 0px 0px;
    position: relative;
    border-style: solid;
    border-color: rgb(80, 83, 94);
    border-image: initial;
    border-width: 50px 50px 50px 40px;
    background-image: linear-gradient(270deg, rgb(80, 83, 94), rgb(106, 109, 122));
    background-origin: border-box;
}

.slider196.slider_component::before {
    content: "";
    position: absolute;
    inset: -18px;
    border: 2px solid rgb(45, 47, 54);
    border-radius: 2px;
    z-index: 2;
    pointer-events: none;
}

.slider196.slider_component::after {
    content: "";
    position: absolute;
    inset: 0px;
    border: 3px solid rgb(45, 47, 54);
    z-index: 2;
    pointer-events: none;
    box-shadow: rgb(8, 8, 8) 0px 0px 12px inset;
}

.slider_component.slider196 > img {
    position: absolute;
    right: -44px;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    user-select: none;
}

.slider196 .mainSwiper {
    overflow: hidden;
}

.gt_080 {
    display: flex;
    margin-left: auto;
    align-items: center;
}
#innerOps .pco_left > p{
    margin-bottom: 15px;
    font-size: 16px;
}

@media (max-width: 1500px) {
    .slider196 .mainSwiper h2 {
    }
}

@media (max-width: 1200px) {
    .header15 .hm_inner > ul > li > a{
    }
    .slider196 .hm_inner {
        justify-content: flex-end;
    }

    .slider196 .has-submenu.active::after {
        content: "\F106 " !important;
    }

    .slider196 .h_menu > ul > li > a.has-submenu::after, .slider196 .has-submenu::after {
        content: "\F107 ";
        font-family: FontAwesome;
        color: rgb(255, 255, 255);
        position: static;
        height: auto;
        border-radius: 0px;
        font-size: 20px;
        line-height: normal;
    }

    .slider196 .mainSwiper img:not(.slide_product) {
    }

    .slider196 .mainSwiper h2 {
        font-size: 40px;
    }

    .slider196 .mainSwiper p {
        font-size: 18px;
    }

    .slider196 .mainSwiper a {
        font-size: 16px;
        height: 40px;
        padding: 0px 20px;
    }
}

@media (max-width: 992px) {
    .slider196 .mainSwiper h2 {
        font-size: 40px;
    }

    .slider196 .mainSwiper p {
        font-size: 18px;
    }

    .slider196 .mainSwiper > .container button {
        display: none;
    }

    .slider196 .mainSwiper .swiper-slide .container > div {
        padding: 0px;
    }
}

@media (max-width: 768px) {
    body{
        padding-top: 70px;
    }
    .header15 .the_logo1 img {
        max-width: 170px;
    }

    .gt_080 {
        flex-direction: row-reverse;
    }

    .slider196 .mainSwiper {
    }

    .slider196 .top_bar .container, .slider196 .header_1 .container {
        padding: 0px 15px;
    }

    .slider196.slider_component {
        margin: 0px;
        border-width: 30px 30px 30px 20px;
    }

    .slider196 #mainPagination {
        bottom: 15px;
    }

    .slider196 #mainPagination .swiper-pagination-bullet {
    }

    .slider196 .mainSwiper img:not(.slide_product) {
        height: calc(-56px + 100vh);
    }

    .slider196 .mainSwiper h2 {
        font-size: 24px;
    }

    .slider196 .mainSwiper p {
        margin-top: 15px;
        line-height: 1.4;
        font-size: 16px !important;
    }

    .slider196 .mainSwiper .swiper-slide .container {
        padding: 0px 15px;
    }

    .slider196 .mainSwiper a {
        font-size: 14px;
        height: 35px;
        padding: 0px 15px;
    }

    .slider196 .mainSwiper img:not(.slide_product) {
        height: 450px;
        min-height: auto;
    }

    .slider196 .mainSwiper .swiper-slide .container {
        margin-top: -25px;
    }
}

@media (max-width: 1200px) {
    .header15 .hm_inner > ul {
        max-height: 350px;
        overflow-y: auto;
    }

    .header15 .hm_inner > ul ul {
        padding-right: 0px !important;
    }

    .header15 .hm_inner > ul ul a {
        padding-right: 15px !important;
        font-size: 14px !important;
    }

    .header15 .h_menu > ul > li > a.has-submenu::after, .header15 .has-submenu::after {
        content: "\F107 ";
        font-family: FontAwesome;
        color: rgb(255, 255, 255);
        position: static;
        height: auto;
        border-radius: 0px;
        font-size: 20px;
        line-height: normal;
    }

    .header15 .has-submenu.active::after {
        content: "\F106 " !important;
        font-size: 18px;
    }

    .header15.header_menu .row > div {
        gap: 15px;
    }

    .header15 .middle_menu {
        margin-left: auto;
    }

    .header15 .src_overlay button img:last-child {
        display: block;
    }

    .header15 .src_overlay button img:first-child {
        display: none;
    }

    .header15 .the_logo1 img {
        max-height: 80px;
    }

    .header15 .src_overlay button {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        height: 34px;
        display: flex;
        align-items: center;
        padding: 0px 10px;
        left: auto;
        width: auto;
        pointer-events: all;
    }

    .header15 .src_overlay button img {
        height: 20px;
    }

    .header15 .src_overlay {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        z-index: 2;
        display: none;
        margin-left: 0px;
        transform: translateY(-50%);
        right: 15px;
    }

    .header15 .src_overlay.active {
        display: block;
        width: auto;
    }

    .header15 .src_overlay input {
        padding-left: 15px;
    }

    .header15 .hm_inner > ul > li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        margin: 0px;
        padding: 0px 20px;
        display: none;
        transition: none;
        background: transparent;
    }

    .header15 .hm_inner > ul > li ul li a {
        color: rgb(255, 255, 255);
    }

    .header15 .menu_trigger {
        display: block;
    }

    .header15.header_menu .row {
        position: relative;
    }

    .header15 .hm_inner ul {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        background-color: rgb(51, 51, 51);
        margin-top: 15px;
        display: none;
    }

    .header15 .hm_inner ul li {
        width: 100%;
    }

    .header15 .hm_inner ul li a {
        color: rgb(255, 255, 255);
        height: auto;
        padding: 10px 15px !important;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    }

    .header15 .hm_inner ul li.active a {
        color: rgb(255, 255, 255);
    }

    .header15 .src_button {
        margin-left: 0px;
        font-size: 24px;
        display: block;
        background: transparent;
        border: none;
        color: rgb(0, 0, 0);
    }
}

@media (max-width: 992px) {
    .header15.header_menu .container, .header15.header_top .container {
        max-width: 100%;
        padding: 0px 30px;
    }
}

@media (max-width: 768px) {
    .header15 .src_input svg {
        left: 0px;
    }

    .header15 .src_input input {
        padding-left: 25px;
    }

    .header15 .v_hidden, #phone_bar {
        display: none !important;
    }

    .header15 .top_right {
        position: relative;
    }

    .header15 .header_src {
        position: static;
    }

    .header15.header_menu .container, .header15.header_top .container {
        padding: 0px 15px;
    }

    .header15 .src_input {
        right: auto;
        left: 0px;
        width: 100%;
    }

    .header15 .header_src {
        margin-right: auto;
    }

    .header15 .header_src > button {
        border-right: none;
    }

    .header15 .src_overlay button, .header15 .src_overlay input {
        height: 30px;
    }

    .header15 .src_button {
        font-size: 24px;
        padding-right: 15px;
        position: relative;
        left: 15px;
        margin-left: -15px;
    }

    .header15 .ct_overlay {
        display: none;
    }

    .header15 .the_logo1 img {
    }

    .header15 .hm_inner ul {
        left: -15px;
        right: -15px;
        padding: 15px;
    }
}

footer.footer28 {
    background: rgb(255, 255, 255);
    padding: 80px 0px;
    border-top: 20px solid rgb(165, 214, 167);
    position: relative;
    overflow: hidden;
}

.footer28 .footer_p {
    margin-top: 24px;
    font-size: 16px;
    margin-bottom: 0px;
}

.footer28 .footer_logo img {
    max-width: 100%;
}

footer.footer28 h3 {
    color: rgb(30, 30, 30);
    margin: 0px 0px 20px;
    font-weight: 700;
    font-size: 20px;
}

footer.footer28 ul:not(.social_list) {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 0px;
    margin: 0px;
}

footer.footer28 ul:not(.social_list) li {
    list-style: none;
}

footer.footer28 ul:not(.social_list) li a {
    color: rgb(30, 30, 30);
    font-size: 16px;
}

footer.footer28 p {
    color: rgb(30, 30, 30);
    font-size: 16px;
    line-height: 1.6;
}

footer.footer28 .donate_btn {
    display: flex;
    margin: 12px 0px 20px;
    height: 40px;
    font-size: 14px;
}

.social_list {
    display: flex;
    gap: 12px;
    padding: 0px;
    margin: 0px;
}

.social_list li {
    list-style: none;
}

.social_list li a {
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    border: rgb(165, 214, 167);
    transition: 0.3s;
    background-color: rgb(43, 154, 72);
    display: flex !important;
    color: rgb(255, 255, 255) !important;
}

.social_list li a:hover {
    transform: translateY(-5px);
}

.footer28 .footer_bottom {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    border-top: 1px solid rgb(221, 221, 221);
    padding-top: 48px;
    margin-top: 48px;
    padding-bottom: 0;
}

.footer28 .footer_bottom p {
    color: rgb(146, 146, 146);
    font-size: 16px;
    margin: 0px;
}

.footer28 .footer_bottom a {
    display: flex;
    align-items: center;
    color: rgb(146, 146, 146);
    gap: 8px;
    font-size: 12px;
}

.footer28 .footer_bottom a img {
    height: 18px;
}

.footer28 .footer_links_overlay {
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 0px 15px;
}

.footer28 .footer_links_overlay > ul {
    flex: 0 0 33%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer28 .footer_links_overlay > ul li h6 {
    margin: 0px 0px 8px;
    font-weight: 700;
    font-size: 20px;
}

.footer28 .footer_links_overlay > ul li h6 a {
    color: rgb(30, 30, 30);
    font-size: inherit;
    font-weight: 600;
    text-decoration: none !important;
}

.footer28 .footer_links_overlay > ul li a {
    color: rgb(89, 133, 143);
    font-size: 16px;
}

.footer28 .footer_links_overlay > ul li a i.fa-angle-right {
    display: none;
}

.the_catalog {
    margin-top: 20px;
    display: block;
}

.the_catalog img {
    width: 200px;
}

@media (max-width: 992px) {
    .footer28 .footer_links_overlay {
        margin: 30px 0px;
        justify-content: flex-start;
        padding: 0px;
    }
}

@media (max-width: 768px) {
    .footer28 .footer_links_overlay {
        margin: 0px;
        gap: 0px;
        justify-content: space-between;
    }

    .footer28 .footer_links_overlay > ul li h6 {
        font-size: 18px;
    }

    .footer28 .footer_links_overlay > ul {
        width: calc(50% - 15px);
        flex: 0 0 auto;
    }

    .footer28 .footer_bottom {
        justify-content: center;
    }

    .footer28 .footer_bottom p {
        width: 100%;
        text-align: center;
    }

    .footer28 .footer_bottom {
        padding-top: 24px;
        margin-top: 24px;
    }

    footer.footer28 {
        padding: 40px 0px;
        border-top-width: 10px;
    }

    footer.footer28 ul:not(.social_list) {
        row-gap: 6px;
    }

    footer.footer28 .gap30 {
        row-gap: 30px;
    }
}

.feature_section224 {
    overflow: hidden;
}

.feature_section224 .f224_inner {
    display: flex;
}

.feature_section224 .f224_inner > div {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
}

.feature_section224 .f224_inner > div > div {
    padding: 40px;
}

.feature_section224 .f224_inner > div > div span {
    color: rgb(255, 255, 255);
    font-size: 24px;
}

.feature_section224 .f224_inner > div > div h3 {
    color: rgb(255, 255, 255);
    margin: 10px 0px;
    font-size: 36px;
    font-weight: 700;
}

.feature_section224 .f224_inner > div > div a {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    display: inline-flex;
    font-weight: 700;
    align-items: center;
    padding: 0px 30px;
    height: 40px;
    color: rgb(0, 52, 115);
    border: 1px solid rgb(255, 255, 255);
    transition: 0.3s;
}

.feature_section224 .f224_inner > div > div a:hover {
    background-color: transparent;
    color: rgb(255, 255, 255) !important;
}

.feature_section224 .f224_inner > div > img {
    max-width: 34%;
    object-fit: contain;
    height: 100%;
}

.feature_section224 {
    margin-bottom: -20px;
}

.f224_inner > div {
    position: relative;
    z-index: 2;
}

.feature_section224 .f224_inner > div:first-child > div {
    padding-left: 0px;
    padding-right: 150px;
}

.feature_section224 .f224_inner > div:last-child > div {
}

.f224_inner > div:first-child::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0px;
    width: 100vw;
    top: 0px;
    height: 100%;
    background-color: rgb(238, 51, 46);
}

.f224_inner > div:last-child::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    width: 100vw;
    top: 0px;
    height: 100%;
    background-color: rgb(0, 1, 8);
}

.full_banner_text {
    padding-left: 100px;
}

@media (max-width: 1400px) {
    .feature_section224 .f224_inner > div > div h3 {
        font-size: 28px;
    }
}

@media (max-width: 1200px) {
    .feature_section224 .f224_inner {
        flex-wrap: wrap;
    }

    .feature_section224 .f224_inner > div {
        justify-content: space-between;
        flex: 1 1 auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .feature_section224 .f224_inner > div > div {
        padding: 30px !important;
    }

    .feature_section224 .f224_inner > div > div h3 {
        font-size: 24px;
    }

    .feature_section224 .f224_inner > div > div span {
        font-size: 18px;
    }

    .feature_section224 .f224_inner > div {
        flex-wrap: wrap;
    }

    .feature_section224 .f224_inner > div > img {
        width: 200px;
        max-width: 100%;
        height: auto;
        display: none;
    }

    .feature_section224 .f224_inner > div > div a {
        padding: 0px 15px;
        font-size: 14px;
    }
}

.stats_section183 {
    padding: 80px 0px;
}

.stats_section183 .row {
    margin: 0px;
}

.stats_section183 .row > div {
    padding: 0px;
}

.stats_section183 .ss_item {
    padding: 40px 15px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    place-content: space-between center;
}

.stats_section183 .ss_item p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    width: 100%;
    color: rgb(30, 30, 30);
}

.stats_section183 .ss_item strong {
    display: block;
    font-size: 80px;
    line-height: 1;
    font-weight: 500;
    color: rgb(30, 30, 30);
}

.stats_section183 .ss_item strong::after {
    content: attr(data-after);
}

.blog-post-item img {
    height: 300px;
    object-fit: cover;
}

.tj-contact-section {
    background-color: rgb(43, 154, 72);
    padding: 80px 0px;
    display: flex;
    overflow: hidden;
    min-height: 660px;
    position: relative;
    align-items: center;
}

.tooltip-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    z-index: 3;
}

.pulse::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    background: rgb(255, 255, 255);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: 1500ms ease-out 0s infinite normal none running pulse-border;
    opacity: 0.5;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5);
        opacity: 0;
    }
}

.map_row .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mapDiv {
    width: calc(50% + 200px);
    margin-left: auto;
    position: relative;
    left: 200px;
}

.mapDiv img {
    opacity: 0.4;
    width: 100%;
    pointer-events: none;
    user-select: none;
}

.map_title {
    width: calc(50% - 100px);
}

.map_title p {
    width: 500px;
    max-width: 100%;
    color: rgb(255, 255, 255);
    margin: 30px 0px 0px;
    font-size: 18px;
}

.blog-area {
    padding: 80px 0px;
    overflow: hidden;
}

.blog-area .index_products{
    overflow: visible;
    position: relative;
}
.blog-area .index_products::before{
    content: '';
    position: absolute;
    left: 100%;
    top: -30px;
    bottom: -30px;
    width: 100vw;
    background-color: #fff;
    z-index: 2;
}
.blog-area .index_products::after{
    content: '';
    position: absolute;
    right: 100%;
    top: -30px;
    bottom: -30px;
    width: 100vw;
    background-color: #fff;
    z-index: 2;
}

.map_row a.btn {
    background-color: rgb(255, 255, 255);
    color: rgb(43, 154, 72);
    margin-top: 30px;
}

.map_row a.btn:hover {
    color: rgb(255, 255, 255);
}

.map_row a.btn::after {
    display: none;
}

#phone_bar {
    background-color: rgb(238, 51, 46);
    color: rgb(255, 255, 255);
    position: relative;
    padding: 9px 0px 5px 40px;
    border-radius: 50px 0px 0px 50px;
    height: 65px;
    display: flex;
    align-items: center;
}

#phone_bar::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0px;
    width: 100vw;
    height: 100%;
    background-color: rgb(238, 51, 46);
}

#phone_bar * {
    color: rgb(255, 255, 255);
}

#phone_bar a span {
    font-weight: 500;
    font-size: 22px;
}

#phone_bar i {
    position: absolute;
    left: -15px;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 50% 20% 50% 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(238, 51, 46);
    font-size: 22px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 7px 0px;
    border: 1px solid rgb(238, 51, 46);
}

#phone_bar a {
    font-size: 12px;
}

.middle_menu.mlx_auto {
    margin-left: auto;
    margin-right: 30px;
}

.middle_menu.mlx_auto + .hiddenMobile {
    margin-left: 0px;
}

#alternative3 .swiper-slide {
    height: calc(-145px + 100vh);
    border-radius: 0px;
}

#alternative3 .swiper-slide::before {
    display: none;
}

#alternative3.mainSwiper .swiper-slide .container > div {
    padding: 0px;
    text-align: left;
    width: 700px;
}

#alternative3 {
    width: auto;
    overflow: hidden;
    margin: 0px 30px;
}

#alternative3.mainSwiper h2 {
    font-size: 46px;
    font-weight: 600;
}

#alternative3.mainSwiper h2 strong {
    display: block;
    font-size: 180%;
}

#alternative3 .container .spc_relative, #alternative3 .container .spc2_relative {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
}

.spc_relative, .spc2_relative {
    position: relative;
}

.spc_left, .spc_right {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 2;
    transition: 0.5s;
}

.spc_left {
    transform: translateX(-120px);
    opacity: 0;
}

.spc2_relative .spc_left {
    transform: translateX(-30%);
}

.spc_right {
    transform: translateX(120px);
    opacity: 0;
}

.spc_middle {
    transition: 0.6s;
    transform: scale(0);
    opacity: 0;
}

.swiper-slide-active .spc_right, .swiper-slide-active .spc_left {
    transform: none;
    opacity: 1;
    transition-delay: 0.6s;
}

.swiper-slide-active .spc_middle {
    transition-delay: 0.3s;
    transform: none;
    opacity: 1;
}

#alternative3 .container .spc2_relative .spc_left {
    opacity: 1;
}

#fixed_header.alternative.w_negative {
    width: calc(100% - 400px);
    transition: 0.3s;
}

#fixed_header.alternative.w_negative.sticky {
    width: 100%;
}

#fixed_header.alternative.w_negative .header15.header_menu {
    width: 100%;
    padding-right: 0px;
}

#fixed_header.alternative.w_negative #phone_bar {
    padding-right: 30px;
    padding-left: 50px;
}

#fixed_header.alternative.w_negative #phone_bar::after {
    display: none;
}

#fixed_header.alternative.w_negative #phone_bar .col-12 {
    padding-right: 0px;
}

#noBef {
    background-image: none;
    border: none !important;
}

#noBef::before, #noBef::after {
    display: none;
}

.index_products .swiper-slide {
    height: auto;
}

.index_products {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.view-all-btn {
    display: flex;
    justify-content: flex-end;
}
.corporate_padding{
    padding: 120px 0;
    overflow: hidden;
}
.vertical_timeline{
    min-height: 600px;
    position: relative;
}
.vertical_timeline::before{
    content: '';
    position: absolute;
    left: 27px;
    width: 1px;
    bottom: 15px;
    background-color: #ddd;
    top: 0;
}
.vt_row{
    position: relative;
    z-index: 2;
    display: flex;
}
.vt_row + .vt_row{
    margin-top: 60px;
}
.vt_row span{
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20%;
    color: #222;
    font-weight: 700;
    border: 1px solid #ddd;
    background-color: #fff;
    z-index: 2;
    font-size: 18px;
    word-break: break-all;
    line-height: 1.1;
    padding-top: 3px;
    position: relative;
}
.vt_row > div{
    padding-left: 60px;
    flex: 1;
    font-size: 18px;
    line-height: 1.8;
    display: flex;
}
.vt_row > span::before{
    content: '';
    position: absolute;
    left: 100%;
    height: 1px;
    background-color: #ddd;
    width: 40px;
    top: 14px;
}
#group_companies .vt_row span{
    width: 150px;
    border-radius: 5px;
    height: 80px;
}
#group_companies .vt_row span img{
    max-width: 95%;
    max-height: 95%;
    margin: 0;
}
#group_companies .vt_row div{
    flex-wrap: wrap;
    gap: 0px;
}
#group_companies .vt_row div h4{
    margin-top: 0;
}
#group_companies .vt_row div p:first-child{
    margin-top: 0;
}
.projects-content h3{
    font-size: 20px;
    cursor: default;
}
.projects-content span{
    display: block;
    opacity: .5;
}
#map {
    height: 40vh;
    min-height: 620px;
    z-index: 2;
    position: relative;
}
.map_overlay{
    position: relative;
    margin: 30px 0 0 0;
}
.map_overlay::before{
    content: '';
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 100%;
    height: 100%;
    background-color: rgb(76 73 73);
    border-radius: 15px 15px 30px 15px;
    display: none;
}
#c_select .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left: 55px;
}
#c_select{
    position: relative;
}
#c_select::before{
    content: "\f601";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 6 Pro';
    color: rgb(238, 51, 46);
    z-index: 10;
    font-size: 24px;
}
.gallery_row a{
    text-decoration: none;
}
.gallery_row a div{
    position: relative;   
}
.gallery_row a div::before{
    content: "\f00e";
    font-family: 'FontAwesome';
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background-color: rgb(244, 61, 61);
    color: rgb(255, 255, 255);
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}
.gallery_row a:hover div::before{
    opacity: 1;
}
.gallery_row a span{
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.content-detail ul.colors_summary{
    padding: 0;
    margin: 30px 0 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.colors_summary li{
    list-style: none;
    height: 40px;
    border-radius: 4px;
    margin: 0;
    width: calc(16.6666667% - 10px);
}
ul.other_links{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding: 0;
}
.other_links li{
    list-style: none;
}
.other_links li:last-child{
    margin-bottom: 0;
}
.other_links a,
.other_links a:hover{
    color: #179a48;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.other_links a i{
    font-style: normal;
}
.other_exps{
    margin-top: 60px;
}
.exp_title{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.exp_title h3{
    font-size: 20px;
    margin: 0;
    position: relative;
    padding-left: 55px;
}
.exp_title h3 i{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgb(238, 51, 46);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trd_left {
    width: 250px;
    height: 100%;
    background-color: rgb(255, 255, 255);
    border-right: 3px solid rgb(238, 51, 46);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}

.trd_left h3 {
    background-color: rgb(238, 51, 46);
    color: rgb(255, 255, 255);
    padding: 40px 0px 40px 40px;
    font-size: 48px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0px;
}

.trd_left svg {
    height: 50px;
}

.trd_left p {
    padding: 40px 0px 40px 40px;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

.trd_left ul {
    position: absolute;
    right: 40px;
    bottom: 20px;
    display: flex;
    gap: 15px;
}

.trd_left ul li button {
    font-size: 24px;
    color: rgb(30, 30, 30);
}

.trd_left ul li:last-child button {
    color: rgb(244, 61, 61);
}
.three_d_viewing{
    margin-top: 50px;
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 4px;
}
.prd_item1 div{
    position: relative;
}
.trd_right .prd_item1 div::before{
    content: "\f002";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(244, 61, 61);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s;
}
.prd_item1:hover div::before{
    opacity: 1;
}
.detail_tab_buttons{
    margin: 60px 0 30px;
    border-bottom: 1px solid rgb(43 154 72 / 40%);
    display: flex;
    padding: 0;
}
.detail_tab_buttons button{
    padding: 0 15px;
    display: flex;
    height: 45px;
    align-items: center;
    border: none;
    background-color: transparent;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.3px;
    position: relative;
}
.detail_tab_buttons button::before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(238, 51, 46);
    opacity: 0;
}
.detail_tab_buttons button.active::before{
    opacity: 1;
}
.detail_tab_buttons button.active{
    color: rgb(238, 51, 46);
}
.detail_app img{
    border: 1px solid #eaeaea;
}
.detail_app a{
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    border: 1px solid transparent;
}
.detail_app a strong{
    font-size: 24px;
    color: #000;
    font-weight: 900;
    margin: 10px 0 0;
    display: block;
    width: 100%;
    transition: all .3s;
}
.detail_app{
    padding: 30px;
    background-color: #f5f5f5;
}
.detail_app .row{
    row-gap: 30px;
}
.detail_app a div{
    position: relative;
}
.detail_app a:hover strong,
.detail_app a:hover p{
    color: rgb(238, 51, 46);
}
.detail_app a:hover{
    border-color: rgb(238, 51, 46);
}
.pattern_ops{
    margin-top: 60px;
}
#innerOps{
    padding: 0;
}
#innerOps .pattern_scroll{
    overflow: visible;
    white-space: normal;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#innerOps .pco_right{
    width: 350px;
    position: static;
    transform: none;
    padding-left: 30px;
    padding-right: 0;
}
#innerOps .pattern_scroll button + button {
    margin-left: 0;
}
#innerOps .pattern_scroll button{
    width: calc(25% - 12px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
}
#innerOps .pco_left{
    padding-right: 0;
    flex: 1;
    padding-left: 0;
}
#innerOps.product_color_ops > .container > .row{
    flex-wrap: nowrap;
    align-items: flex-start;
    min-height: auto;
}
#innerOps .pattern_scroll_graident::before{
    display: none;
}
#innerOps .pattern_scroll button img{
    height: 60px;
    width: 100%;
}
main,
.productSwiper{
    overflow: hidden;
}
.exp_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.exp_title ul{
    padding: 0;
    display: flex;
    margin: 0;
}
.exp_title ul li{
    list-style: none;
}
.exp_title ul li button{
    color: rgb(238, 51, 46);
    border: none;
    background-color: transparent;
    font-size: 24px;
    padding: 0 10px;
}
#cert_page75 .projects-image a{
    position: relative;
}
#cert_page75 .projects-image a::before{
    content: "\f00e";
    font-family: 'FontAwesome';
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background-color: rgb(244, 61, 61);
    color: rgb(255, 255, 255);
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}
#cert_page75 .projects-image a:hover::before{
    opacity: 1;
}


@media (max-width: 1600px) {

    .sust_texts {
        margin-left: 230px;
    }

    .header15 .hm_inner ul{
        gap: 0;
    }

    #alternative3 .container .spc_relative, #alternative3 .container .spc2_relative {
        right: 30px;
    }

    #alternative3.mainSwiper h2 {
        font-size: 38px;
    }

    .slider196 .mainSwiper p {
        font-size: 18px;
    }

    .slider196 .mainSwiper .swiper-slide .container {
        max-width: 100%;
        padding: 0px 30px;
    }

    #alternative3.mainSwiper .swiper-slide .container > div {
        width: 500px;
    }

    .header15 .hm_inner > ul > li > a {
        padding: 0 15px;
    }

    .middle_menu.mlx_auto {
        margin-right: 10px;
    }

    .header15 .the_logo1 img {
        max-width: 200px !important;
    }

    #fixed_header.alternative.w_negative {
        width: calc(100% - 290px);
    }

    .banner-shape {
        border-width: 40px;
        width: 290px;
    }

    .banner-shape::before {
        inset: -14px;
    }

    .banner-shape img {
        right: -36px;
        top: 50%;
        height: 50px;
    }
}

@media (max-width: 1200px) {
    .detail_tab_buttons button{
        font-size: 16px;
    }
    .f224_inner > div:first-child::before, .f224_inner > div:last-child::before {
        display: none;
    }

    .feature_section224 .f224_inner > div:first-child > div {
        padding-left: 40px;
    }

    .pattern_scroll button {
        width: calc(25% - 16px);
    }

    .sust_texts {
        margin-left: 0px;
        padding-right: 100px;
    }

    .stats_section183 .ss_item p {
        font-size: 18px;
    }

    .stats_section183 .ss_item strong {
        font-size: 70px;
    }
}

@media (max-width: 992px) {
    .detail_product_img img{
        margin: 0 auto;
        display: block;
        width: 300px;
        max-width: 100%;
    }
    .detail_product_img{
        margin-bottom: 30px;
    }
    .corporate_page{
        flex-direction: column-reverse;
        row-gap: 30px;
    }
    .sidemenu119 .lister_sidebar{
        padding-right: 0;
        padding-bottom: 0;
    }
    .tj-contact-section {
        flex-wrap: wrap;
        display: block;
    }

    .mapDiv {
        width: calc(100% + 200px);
        margin-left: 15px;
        left: 0px;
        margin-top: 30px;
        max-width: none;
    }

    .map_row .container {
        position: static;
        transform: none;
    }

    .map_title {
        width: 100%;
    }

    .product_color_ops > .container > .row {
        flex-wrap: wrap;
    }

    .pco_right {
        transform: none;
        right: 0px;
        top: 0px;
        width: 200px;
    }

    .pco_left {
        padding-right: 0px;
    }

    .sust_texts h2 {
        font-size: 38px;
    }

    .sust_section {
        height: 600px;
    }

    .product_technic {
        padding: 80px 0px;
    }

    .product_tooltip img {
        height: 500px;
    }

    .mainSwiper .swiper-slide::after {
        display: none;
    }

    .stats_section183 .row > div:nth-child(1) > div, .stats_section183 .row > div:nth-child(2) > div {
        border-bottom-width: 0px;
    }

    .view-all-btn {
        justify-content: flex-start;
    }

    .full_banner_text {
        padding-left: 15px;
    }

    .product_tooltip {
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .other_exps,
    .three_d_viewing{
        margin-top: 30px;
    }
    #innerOps .pattern_scroll button{
        width: calc(33% - 12px);
    }
    #innerOps .pattern_scroll button img{
        height: 40px;
    }
    #innerOps .pco_right{
        width: 200px;
    }
    .detail_app .row > div{
        padding: 0 7.5px;
    }
    .detail_app .row{
        row-gap: 15px;
    }
    .detail_app{
        margin: 0 15px;
        padding: 20px;
        width: calc(100% - 30px);
    }
    .detail_app a strong{
        font-size: 18px;
    }
    .detail_app a p{
        font-size: 14px;
        margin: 0;
    }
    .detail_tab_buttons{
        margin-left: 15px;
        width: calc(100% - 30px);
        overflow-x: auto;
        overflow-y: hidden;
        margin-top: 30px;
    }
    .detail_tab_buttons button{
        white-space: nowrap;
    }
    .pattern_scroll button span{
        font-size: 12px;
    }
    .projects-content h3{
        font-size: 16px;
    }
    .vt_row > span::before{
        display: none;
    }
    #group_companies .vt_row span{
        position: absolute;
        top: 0;
        left: 0;
    }
    #group_companies .vt_row div{
        padding-top: 110px;
    }
    .vt_row + .vt_row {
        margin-top: 30px;
    }
    .corporate_padding{
        padding: 40px 0;
    }
    .feature_section224 {
        margin-bottom: 0px;
    }

    .tj-contact-section {
        padding: 40px 0px;
    }

    .pattern_scroll button {
        width: calc(25% - 15px);
        padding: 5px;
    }

    .pco_right {
        width: 160px;
    }

    .product_color_ops {
        padding: 40px 0px;
    }

    .product_color_ops .section-title {
        width: 180px;
    }

    .sust_section {
        height: auto;
        padding: 40px 0px;
        background-color: rgb(140, 158, 128);
        background-image: none !important;
    }

    .sust_section .container {
        flex-flow: column-reverse wrap;
        align-items: flex-start !important;
    }

    .png_window {
        margin: 0px 0px 30px;
        width: 200px;
    }

    .sust_texts {
        padding-right: 0px;
        width: 100%;
    }

    .sust_texts h2 {
        font-size: 28px;
    }

    .sust_texts p, .pco_left p {
        font-size: 16px;
        line-height: 1.4;
    }

    .stats_section183 {
        padding: 40px 0px;
    }

    .tooltip-btn {
        width: 20px;
        height: 20px;
        transform: translateX(15px);
    }

    .product_technic h3 {
        font-size: 28px;
    }

    .product_technic {
        padding: 40px 0px;
    }

    .btn {
        padding: 15px;
        font-size: 13px;
    }

    .prd_item1_img img {
        height: 200px;
    }

    #smooth-wrapper {
        padding-top: 70px;
    }

    .slider_component.slider196 > img {
        right: -25px;
        height: 35px;
    }

    .slider196.slider_component::before {
        inset: -9px;
    }

    .footer28 .row > div:first-child {
        display: none;
    }

    footer.footer28 h3, footer.footer28 p {
        text-align: center;
    }

    footer .social_list {
        justify-content: center;
    }

    .header15 .the_logo1 img, .footer28 .footer_logo img {
        max-width: 170px;
    }

    #fixed_header.alternative .header15.header_menu {
        padding: 15px;
    }

    .header15 .hm_inner > ul > li > a {
        font-size: 14px;
    }

    .header15 .hm_inner > ul > li > a.has-submenu::after {
        font-size: 18px;
    }

    .middle_menu.mlx_auto {
        margin-right: 0px;
    }

    .contact-info-item .content p, .contact-info-item .content a {
        font-size: 16px;
    }

    .contact-info-item > div:last-child strong {
        font-size: 20px;
    }

    .stats_section183 .ss_item strong {
        font-size: 36px;
    }

    .stats_section183 .ss_item p {
        font-size: 16px;
    }

    .stats_section183 .ss_item {
        padding: 20px 15px;
    }
}