:root {
     --primary: #ef464b;
     --seconday: #344056;
     --Black: #000000;
     --White: #ffffff;
     --them-color1: #f48b3d;
     --body-text: #555555;
     --Title: #1b1e23;
     --Text: #555555;
     --Text-2: #9c9c9c;
     --Text-3: #cecece;
     --Text-4: #6b6b6b;
     --Text-5: #89979a;
     --Text-6: #a3aaab;
     --Text-7: #7e7e7e;
     --Text-8: #939393;
     --Main-black: #1b1e23;
     --Main-black-2: #030917;
     --Main-black-3: #121212;
     --Main-yellow: #ffcd4c;
     --Main-yellow-2: #f9d67c;
     --Main-gray: #f2edea;
     --Main-gray-2: #f7f3ec;
     --Main-gray-3: #f6f7f6;
     --Main-gray-4: #ece8e0;
     --Main-green: #163838;
     --Main-green-2: #1c5540;
     --Main-green-3: #1d3e3e;
     --Main-blue: #85a6a6;
     --Main-golden: #b69974;
     --Border: rgb(255, 255, 255, 0.1);
     --Border-2: rgba(27, 30, 35, 0.1);
     --Border-3: rgba(3, 9, 23, 0.2);
     --Border-4: rgba(27, 57, 66, 0.1);
     --Border-5: rgba(22, 56, 56, 0.1);
     --Border-6: rgba(18, 18, 18, 0.1);
     --Border-7: #d9d9d9;
     --Border-8: #0309171a;
     --Border-9: rgba(18, 18, 18, 0.07);
     --Border-10: rgba(18, 18, 18, 0.3);
     --Bg: rgb(255, 255, 255, 0.05);
     --Bg-2: #1b3942;
     --Bg-3: rgba(255, 255, 255, 0.3);
     --Bg-4: rgba(27, 57, 66, 0.05);
     --Bg-5: rgba(255, 255, 255, 0.03);
     --Bg-6: #313741;
     --Bg-7: #f6f7f6;
     --Bg-8: rgba(18, 18, 18, 0.8);
     --Bg-9: rgba(255, 255, 255, 0.07);
     --Bg-10: #0c2626;
     --Color-1: #ff3b30;
}
/* Reset Browsers -------------------------------------------------------------- */
 footer, header, hgroup, menu, nav, section {
     display: block;
}
 html {
     margin-right: 0 !important;
     font-size: 62.5%;
     scroll-behavior: smooth;
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
     scroll-behavior: smooth;
     scroll-padding-top: 100px;
}
 *, *:before, *:after {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 body {
     background: var(--White);
     line-height: 1;
     padding: 0 !important;
}
 body::-webkit-scrollbar {
     width: 5px;
}
 body::-webkit-scrollbar-thumb {
     background-color: var(--Main-black);
     border-radius: 5px;
}
 body.no-scroll {
     overflow: hidden;
}
 article, aside, details, figcaption, figure, footer, header, main, nav, section {
     display: block;
}
 ol, ul {
     list-style: none;
}
 a img {
     border: 0;
}
 img {
     max-width: 100%;
     height: auto;
}
 select {
     max-width: 100%;
}
 @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");/* General -------------------------------------------------------------- */
 body {
     font-family: "Poppins", sans-serif;
     font-size: 16px;
     font-weight: 400;
     color: var(--body-text);
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     text-rendering: optimizeLegibility;
     overflow-x: hidden;
     overflow-y: auto;
}
 img {
     height: auto;
     max-width: 100%;
     vertical-align: middle;
     -ms-interpolation-mode: bicubic;
}
 p {
     font-weight: 400;
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0px;
}
/* Elements -------------------------------------------------------------- */
 html {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 *, *:before, *:after {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 hr {
     margin-bottom: 20px;
     border: dashed 1px #ccc;
}
/* List */
 ul, ol {
     padding: 0;
}
 ul {
     list-style: disc;
}
 ol {
     list-style: decimal;
}
 li > ul, li > ol {
     margin-bottom: 0;
}
 li {
     list-style: none;
}
 ul li, ol li {
     padding: 0;
}
/* Fixes */
 button, input {
     line-height: normal;
}
 button, input, select, textarea {
     font-size: 100%;
     line-height: inherit;
     margin: 0;
     vertical-align: baseline;
}
 textarea {
     overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
     vertical-align: top;
    /* Improves readability and alignment in all browsers */
}
 input[type="checkbox"] {
     display: inline;
}
 button, input[type="button"], input[type="reset"], input[type="submit"] {
     line-height: 1;
     cursor: pointer;
     -webkit-appearance: button;
     border: 0;
}
 input[type="checkbox"], input[type="radio"] {
     padding: 0;
     width: 20px;
     height: 20px;
     border-radius: 6px;
     background: rgba(0, 0, 0, 0);
     cursor: pointer;
     vertical-align: sub;
    /* Addresses excess padding in IE8/9 */
}
 input[type="search"] {
     -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}
 input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
     -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
     border: 0;
     padding: 0;
}
/* Remove chrome yellow autofill */
 input:-webkit-autofill {
     -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}
/* Reset search styling */
 input[type="search"] {
     outline: 0;
}
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
     display: none;
}
/* Placeholder color */
 ::-webkit-input-placeholder {
     color: #171412;
}
 ::-moz-placeholder {
     color: #171412;
     opacity: 1;
}
/* Since FF19 lowers the opacity of the placeholder by default */
 :-ms-input-placeholder {
     color: #171412;
}
/* Typography -------------------------------------------------------------- */
 h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
     color: var(--Title);
     font-weight: 700;
     margin: 0;
     text-rendering: optimizeLegibility;
}
 h1, .h1 {
     font-size: 120px;
     line-height: 132px;
     letter-spacing: -0.02em;
}
 h2, .h2 {
     font-size: 52px;
     line-height: 62px;
     letter-spacing: -0.02em;
}
 h3, .h3 {
     font-size: 24px;
     line-height: 35px;
     letter-spacing: 0px;
}
 h4, .h4 {
     font-size: 22px;
     line-height: 30px;
     letter-spacing: 0px;
}
 h5, .h5 {
     font-size: 20px;
     line-height: 27px;
     letter-spacing: 0px;
}
 h6, .h6 {
     font-size: 18px;
     line-height: 25px;
     letter-spacing: 0px;
}
 .fs-22 {
     font-size: 22px;
}
 .fs-20 {
     font-size: 20px;
}
 .fs-18 {
     font-size: 18px;
}
 .fs-14 {
     font-size: 14px;
}
 .fs-12 {
     font-size: 12px;
}
 .fs-8 {
     font-size: 8px;
}
 .fw-7 {
     font-weight: 700;
}
 .fw-6 {
     font-weight: 600;
}
 .fw-5 {
     font-weight: 500;
}
 .fw-3 {
     font-weight: 300;
}
/* link style -------------------------------------------------------------- */
 a {
     text-decoration: none;
     color: var(--Title);
     cursor: pointer;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 a:hover, a:focus {
     color: var(--Text);
     outline: 0;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 a.hover-text-main-yellow:hover {
     color: var(--Main-yellow) !important;
}
 a.hover-text-main-golden:hover {
     color: var(--Main-golden) !important;
}
/* tf-container -------------------------------------------------------------- */
 .tf-container {
     position: relative;
     margin-left: auto;
     margin-right: auto;
     padding-right: 15px;
     padding-left: 15px;
     width: 1320px;
     max-width: 100%;
}
 .tf-container .row {
     margin-left: -15px !important;
     margin-right: -15px !important;
}
 .tf-container .row > * {
     padding-left: 15px !important;
     padding-right: 15px !important;
}
 .tf-container.full {
     width: 100%;
}
 .tf-container.w-1780 {
     max-width: 1810px;
     width: 100%;
}
 .tf-container.w-1860 {
     max-width: 1890px;
     width: 100%;
}
/* Extra classes -------------------------------------------------------------- */
 #wrapper {
     width: 100vw;
}
 .hidden {
     display: none;
}
 .block {
     display: block;
}
 .relative {
     position: relative;
}
 .absolute {
     position: absolute;
}
 .fixed {
     position: fixed !important;
}
 .position-unset {
     position: unset !important;
}
 .z-5 {
     z-index: 5;
}
 .flex {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
}
 .item-center {
     align-items: center;
}
 .justify-center {
     justify-content: center;
}
 .font-main {
     font-family: "Poppins", sans-serif;
}
 .mb-100 {
     margin-bottom: 100px;
}
 .mb-75 {
     margin-bottom: 75px;
}
 .mb-70 {
     margin-bottom: 70px;
}
 .mb-60 {
     margin-bottom: 60px;
}
 .mb-50 {
     margin-bottom: 50px;
}
 .mb-40 {
     margin-bottom: 40px;
}
 .mb-35 {
     margin-bottom: 35px;
}
 .mb-30 {
     margin-bottom: 30px;
}
 .mb-25 {
     margin-bottom: 25px;
}
 .mb-20 {
     margin-bottom: 20px;
}
 .mb-18 {
     margin-bottom: 18px;
}
 .mb-17 {
     margin-bottom: 17px;
}
 .mb-15 {
     margin-bottom: 15px;
}
 .mb-10 {
     margin-bottom: 10px;
}
 .justify-space-between {
     justify-content: space-between;
}
 .text-center {
     text-align: center;
}
 .text-upper {
     text-transform: uppercase;
}
 .overflow-x-auto {
     overflow-x: auto;
}
 .overflow-x-auto::-webkit-scrollbar {
     height: 2px;
}
 .overflow-x-auto::-webkit-scrollbar-thumb {
     background: var(--Border);
     border-radius: 999px;
}
 .overflow-y-auto {
     overflow-y: auto;
}
 .overflow-y-auto::-webkit-scrollbar {
     width: 2px;
}
 .overflow-y-auto::-webkit-scrollbar-thumb {
     background: var(--Border);
     border-radius: 999px;
}
 .text-clamp-3 {
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     overflow: hidden;
     text-overflow: ellipsis;
     font-size: 14px;
}
 .swiper-slide {
     height: auto;
}
 .swiper-slide > * {
     height: 100%;
}
/* Personal -------------------------------------------------------------- */
 .lh-21 {
     line-height: 21px;
}
 .text-main-green-3 {
     color: var(--Bg-2);
}
 .text-white {
     color: var(--White);
}
 .them-color {
     color: var(--them-color1);
}
/*------------ Components ---------------- */
/*------------ header ---------------- */
 .tf-header {
     background-color: var(--Main-black);
     top: 0;
     position: sticky;
     z-index: 999;
}
 .tf-header.style-2 {
     padding-bottom: 0px;
     background-color: var(--White);
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
 .tf-header.style-2 .nav-list .item > a {
     color: var(--Main-black);
}
 .tf-header.style-2 .nav-list .item:hover > a {
     color: var(--primary);
}
 .tf-header.style-2 .nav-list .item:hover > a::before {
     background-color: var(--primary);
}
 .tf-header.style-2 .nav-list .item.has-child a::after {
     color: var(--Main-black);
}
 .tf-header.style-2 .nav-list .item.has-child a:hover::after {
     color: var(--Text-2);
}
 .tf-header.style-2 .nav-list .item.current a {
     color: var(--primary);
}
 .tf-header.style-2 .nav-list .item.current a::before {
     background-color: var(--primary);
}
 .tf-header.style-2 .nav-list .item.current a::after {
     color: var(--primary);
}
 .tf-header.style-2 .sub-nav {
     background-color: var(--Main-black);
}
 .tf-header.style-2 .sub-nav a:hover span {
     color: var(--White);
}
 .tf-header.style-2 .sub-nav a:hover span::after {
     background-color: var(--White);
}
 .tf-header.style-2 .sub-nav .current span {
     color: var(--White);
}
 .tf-header.style-2 .sub-nav .current span::after {
     background-color: var(--White);
}
 .header-inner {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: space-between;
     border-bottom: 1px solid var(--Border);
}
 .header-inner .tf-btn {
     padding: 12px 21px 12px;
}
 .header-inner .nav-list {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     gap: 33px;
}
 .header-inner .nav-list a {
     color: var(--Text-2);
     font-size: 16px;
     font-weight: 600;
     display: block;
     position: relative;
}
 .header-inner .nav-list .item {
     position: relative;
}
 .header-inner .nav-list .item > a {
     line-height: 82px;
}
 .header-inner .nav-list .item > a::before {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     height: 1px;
     bottom: 39%;
     background-color: var(--White);
     transform-origin: center;
     transform: scaleX(0);
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .header-inner .nav-list .item > a span {
     position: relative;
     display: inline-block;
}
 .header-inner .nav-list .item > a span::after {
     position: absolute;
     content: "";
     top: 50%;
     left: 50%;
     height: 82px;
     display: none;
     transform: translate(-50%, -50%);
     width: calc(100% + 65px);
}
 .header-inner .nav-list .item.has-child > a {
     padding-right: 15px;
}
 .header-inner .nav-list .item.has-child > a::after {
     content: "\e90a";
     position: absolute;
     font-family: "icomoon";
     line-height: 0px;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     color: var(--Text-2);
     font-size: 6px;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .header-inner .nav-list .item.has-child > a span::after {
     -webkit-transform: translate(-43%, -50%);
     -moz-transform: translate(-43%, -50%);
     -ms-transform: translate(-43%, -50%);
     -o-transform: translate(-43%, -50%);
     transform: translate(-43%, -50%);
     width: calc(100% + 80px);
}
 .header-inner .nav-list .item:hover .sub-nav {
     transform: perspective(500px) rotateY(0);
     visibility: visible;
     opacity: 1;
     pointer-events: all;
}
 .header-inner .nav-list .item:hover > a {
     color: var(--White);
}
 .header-inner .nav-list .item:hover > a::before {
     transform: scaleX(1);
}
 .header-inner .nav-list .item:hover > a::after {
     color: var(--White);
     transform: rotate(-180deg);
}
 .header-inner .nav-list .item:hover > a span::after {
     display: block;
}
 .header-inner .nav-list .item.current > a {
     color: var(--White);
}
 .header-inner .nav-list .item.current > a::after {
     color: var(--White);
}
 .header-inner .nav-list .item.current > a::before {
     transform: scaleX(1);
}
 .header-inner .sub-nav {
     width: 220px;
     position: absolute;
     border-radius: 7px;
     background-color: var(--White);
     transform: perspective(500px) rotateY(20deg);
     transform-origin: -50% 0%;
     -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
     -khtml-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
     -moz-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
     -ms-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
     -o-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
     transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
     visibility: hidden;
     opacity: 0;
     pointer-events: none;
     padding: 10px 0px 10px 10px;
     box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
 .header-inner .sub-nav li.current a {
     color: var(--Main-black);
}
 .header-inner .sub-nav li.current span::after {
     width: 100%;
}
 .header-inner .sub-nav a {
     padding: 10px;
}
 .header-inner .sub-nav a:hover {
     color: var(--Main-black);
}
 .header-inner .sub-nav a:hover span::after {
     right: auto;
     left: 0;
     width: 100%;
}
 .header-inner .sub-nav a span {
     position: relative;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .header-inner .sub-nav a span::after {
     content: "";
     position: absolute;
     bottom: 2px;
     left: auto;
     right: 0;
     width: 0%;
     height: 1px;
     background-color: var(--Main-black);
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .header-inner .logo-site img {
     max-width: 190px;
}
 .header-inner .header-right {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     gap: 30px;
}
 .union {
     width: 25px;
     height: 25px;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: space-between;
     position: relative;
     cursor: pointer;
}
 .union .dot {
     display: flex;
     width: 5px;
     height: 5px;
     border-radius: 50%;
     background-color: var(--White);
}
 .union .dot::after {
     content: "";
     position: absolute;
     bottom: 0;
     width: 5px;
     height: 5px;
     border-radius: 50%;
     background-color: var(--White);
}
 .union .dot::before {
     content: "";
     position: absolute;
     top: 0;
     width: 5px;
     height: 5px;
     border-radius: 50%;
     background-color: var(--White);
}
 .union.style-2 .dot {
     background-color: var(--Bg-2);
}
 .union.style-2 .dot::after {
     background-color: var(--Bg-2);
}
 .union.style-2 .dot::before {
     background-color: var(--Bg-2);
}
 .mobile-nav-wrap {
     position: fixed;
     left: 0;
     top: 0;
     bottom: 0;
     width: 100%;
     z-index: 9999999;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .mobile-nav-wrap.active {
     opacity: 1;
     visibility: visible;
}
 .mobile-nav-wrap.active .inner-mobile-nav {
     left: 0 !important;
}
 .mobile-nav-wrap .mobile-main-nav {
     border-bottom: 1px solid var(--Text-2);
}
 .mobile-nav-wrap .overlay-mobile-nav {
     z-index: 300;
     content: "";
     position: fixed;
     left: 0;
     top: 0;
     background: linear-gradient( 0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100% );
     width: 100%;
     height: 100%;
     z-index: 1000;
}
 .mobile-nav-wrap .inner-mobile-nav {
     z-index: 300;
     position: fixed;
     padding: 15px;
     z-index: 1001;
     height: 100%;
     width: 320px;
     background-color: var(--White);
     left: -320px;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     display: flex;
     flex-direction: column;
     justify-content: start;
     gap: 30px;
}
 .mobile-nav-wrap .inner-mobile-nav .logo {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     margin-bottom: 40px;
}
 .mobile-nav-wrap .inner-mobile-nav .logo img {
     max-width: 160px;
}
 .mobile-nav-wrap .menu-item-has-children-mobile {
     padding-bottom: 10px;
     padding-top: 10px;
}
 .mobile-nav-wrap .menu-item-has-children-mobile a {
     font-weight: 500;
     color: var(--Main-black);
}
 .mobile-nav-wrap .menu-item-has-children-mobile.active .item-menu-mobile {
     color: var(--Text-2);
}
 .mobile-nav-wrap .menu-item-has-children-mobile.active i {
     transform: rotate(-180deg);
}
 .mobile-nav-wrap .menu-item-has-children-mobile .item-menu-mobile {
     justify-content: space-between;
     display: flex;
     margin-bottom: 15px;
     position: relative;
     transition-timing-function: linear;
     font-size: 18px;
     color: var(--Main-black);
     font-weight: 600;
}
 .mobile-nav-wrap .menu-item-has-children-mobile .item-menu-mobile:hover {
     color: var(--Text-2);
}
 .mobile-nav-wrap .menu-item-has-children-mobile .item-menu-mobile:hover i {
     color: var(--Secondary);
}
 .mobile-nav-wrap .menu-item-has-children-mobile .item-menu-mobile.current {
     color: var(--Text-2);
}
 .mobile-nav-wrap .menu-item-has-children-mobile .item-menu-mobile i {
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     font-size: 8px;
     height: max-content;
}
 .mobile-nav-wrap .menu-item-has-children-mobile .sub-menu-mobile {
     display: none;
}
 .mobile-nav-wrap .menu-item-has-children-mobile .menu-item a {
     padding-left: 15px;
     display: block;
     line-height: 30px;
     font-size: 16px;
}
 .mobile-nav-wrap .menu-item-has-children-mobile .menu-item a::before {
     content: "\e917";
     position: relative;
     top: -1px;
     left: -10px;
     font-family: "icomoon";
     color: var(--Secondary);
     visibility: hidden;
     opacity: 0;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     font-size: 10px;
}
 .mobile-nav-wrap .menu-item-has-children-mobile .menu-item a:hover {
     color: var(--Secondary);
}
 .mobile-nav-wrap .menu-item-has-children-mobile .menu-item a:hover::before {
     left: -5px;
     visibility: visible;
     opacity: 1;
}
 .mobile-nav-wrap .menu-item-has-children-mobile .menu-item a:hover span::after {
     right: auto;
     left: 0;
     width: 100%;
}
 .mobile-nav-wrap .menu-item-has-children-mobile .menu-item a span {
     position: relative;
}
 .mobile-nav-wrap .menu-item-has-children-mobile .menu-item a span::after {
     content: "";
     position: absolute;
     left: auto;
     right: 0;
     width: 0%;
     height: 1px;
     background-color: var(--Text-2);
     bottom: 2px;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .mobile-nav-wrap .menu-item-has-children-mobile .menu-item.current a {
     color: var(--Secondary);
}
 .mobile-nav-wrap .menu-item-has-children-mobile .menu-item.current a::before {
     left: -5px;
     visibility: visible;
     opacity: 1;
}
 .mobile-nav-wrap .menu-item-has-children-mobile .menu-item.current a span::after {
     width: 100%;
}
 .mobile-nav-wrap .mobile-nav-close {
     top: 20px;
     right: 20px;
     position: absolute;
     cursor: pointer;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     color: var(--Main-black);
}
 .mobile-nav-wrap .mobile-nav-close:hover {
     color: var(--Main-golden);
}
 .mobile-nav-wrap .social-list a:hover {
     color: var(--Main-black);
}
 .mobile-nav-wrap .bottom .title {
     color: var(--Main-black);
     font-size: 20px;
     font-weight: 700;
     margin-bottom: 5px;
}
 .mobile-nav-wrap .contact-list {
     margin-bottom: 10px;
}
 .mobile-nav-wrap .contact-list p {
     color: var(--Text);
     margin-top: 10px;
}
 .mobile-nav-wrap .contact-list a {
     color: var(--Text-2);
     font-size: 14px;
}
 .mobile-nav-wrap .contact-list a:hover {
     color: var(--Main-golden);
}
 .mobile-button {
     display: none;
}
 .mobile-nav-wrap .bottom .social-list {
     color: var(--Main-black);
     font-size: 20px;
     font-weight: 700;
     margin-bottom: 5px;
}

#home {
    position: relative;
}

/*------------ footer ---------------- */
 .tf-footer {
     padding-top: 0px;
     background-color: var(--Main-black-3);
     position: relative;
     overflow: hidden;
}
 .tf-footer .logo-site img {
     max-width: 200px;
     width: 100%;
}
 .tf-footer .f-item {
     position: absolute;
     right: 164px;
     top: 74px;
     pointer-events: none;
}
 .tf-footer .f-item i {
     font-size: 307px;
     color: var(--Bg);
}
 .footer-top {
     position: relative;
     padding-bottom: 100px;
}
 .footer-top .content {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     text-align: center;
}
 .footer-top .title {
     font-size: 52px;
     font-weight: 700;
     line-height: 62px;
     letter-spacing: -0.02em;
     color: var(--White);
     margin-bottom: 25px;
}
 .footer-top .title span {
     font-weight: 300;
}
 .footer-top .text {
     margin-bottom: 30px;
     color: var(--White);
}
 .footer-inner {
     max-width: 1860px;
     width: 100%;
     margin: 0px auto;
     background-color: var(--Main-black);
     padding: 50px 0px 19px;
}
 .footer-inner .inner-top {
     padding-bottom: 71px;
     margin-bottom: 70px;
     position: relative;
}
 .footer-inner .inner-top::after {
     position: absolute;
     content: "";
     max-width: 1290px;
     width: 100%;
     height: 1px;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
     background-color: var(--Border);
}
 .footer-inner .inner-top .title {
     color: var(--White);
     font-family: Manrope;
     font-size: 24px;
     line-height: 33px;
     letter-spacing: -0.02em;
}
 .footer-inner .footer-title {
     line-height: 27px;
     color: var(--White);
     margin-bottom: 15px;
}
 .footer-inner .inner-center {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     gap: 100px;
     padding-bottom: 70px;
     border-bottom: 1px solid var(--Border);
}
 .footer-inner .inner-bottom {
     padding-top: 20px;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: space-between;
     position: relative;
}
 .footer-inner .social {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     gap: 25px;
}
 .footer-inner .social p {
     line-height: 19px;
     color: var(--White);
}
 .footer-inner .social .icon i {
     font-size: 8px;
     color: var(--White);
}
 .footer-inner .list a {
     color: var(--Text-3);
     line-height: 40px;
     position: relative;
}
 .footer-inner .list a::after {
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     position: absolute;
     content: "";
     bottom: -1px;
     left: auto;
     right: 0;
     width: 0%;
     height: 1px;
     background-color: var(--White);
}
 .footer-inner .list a:hover {
     color: var(--White);
}
 .footer-inner .list a:hover::after {
     left: 0;
     right: auto;
     width: 100%;
}
 .footer-inner .policy-list .list {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     gap: 28px;
}
 .footer-inner-wrap a {
     color: var(--Text-3);
}
 .footer-inner-wrap a:hover {
     color: var(--White);
}
 .footer-inner-wrap.s1 {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     justify-content: space-around;
     flex-direction: column;
     gap: 20px;
     width: 50%;
}
 .footer-inner-wrap.footer-col-block {
     width: 20%;
}
 .footer-inner-wrap .text {
     color: var(--Text-3);
}
 .footer-inner-wrap .list {
     white-space: nowrap;
}
 .footer-inner-wrap.open .footer-title-mobile::before {
     opacity: 0;
}
 .footer-inner-wrap.open .footer-title-mobile::after {
     transform: translate(0%, -50%) rotate(180deg);
}
 .tf-collapse-content {
     display: flex;
     flex-direction: column;
}
 .footer-title-mobile {
     display: none;
     position: relative;
     cursor: pointer;
}
 .footer-title-mobile::after {
     position: absolute;
     content: "";
     right: 10px;
     top: 50%;
     transform: translateY(-50%);
     width: 12px;
     height: 1px;
     background-color: var(--White);
     transition: 0.25s ease-in-out;
}
 .footer-title-mobile::before {
     position: absolute;
     content: "";
     right: 15px;
     top: 50%;
     transform: translate(-50%, -50%);
     width: 1px;
     height: 12px;
     background-color: var(--White);
     transition: 0.25s ease-in-out;
}
 .footer-bottom {
     padding: 8px 0px;
     text-align: center;
}
 .footer-bottom p {
     color: var(--Text-3);
     font-size: 13px;
}
 .footer-bottom p span {
     color: var(--White);
     font-weight: 600;
}
 .footer-bottom a {
     color: var(--White);
     line-height: 40px;
     position: relative;
}
 .footer-bottom a::after {
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     position: absolute;
     content: "";
     bottom: -2px;
     left: auto;
     right: 0;
     width: 0%;
     height: 1px;
     background-color: var(--White);
}
 .footer-bottom a:hover::after {
     left: 0;
     right: auto;
     width: 100%;
}
 .footer-go-top {
     width: 50px;
     height: 50px;
     border-radius: 50%;
     background-color: var(--White);
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: center;
     position: absolute;
     left: 50%;
     top: 0;
     transform: translate(-50%, -50%);
}
 .footer-go-top i {
     color: var(--Title);
     animation: iconBounce 2s linear 0s infinite;
}
 .footer-go-top:hover {
     background-color: var(--Main-yellow);
}
/*------------ tabs ---------------- */
 .widget-content-tab .widget-content-inner {
     visibility: hidden;
     opacity: 0;
     transform: translateY(100px);
}
 .widget-content-tab .widget-content-inner.active {
     visibility: visible;
     opacity: 1;
     transform: translateY(0px);
}
/*------------ button ---------------- */
 button {
     transition: all 0.2s ease-in;
}
 .tf-btn {
     font-size: 16px;
     font-weight: 700;
     line-height: 22px;
     text-underline-position: from-font;
     text-decoration-skip-ink: none;
     color: var(--White);
     background-color: var(--primary);
     border-radius: 7px;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 15px 31px 15px 30px;
     gap: 7px;
     width: max-content;
     position: relative;
     z-index: 1;
     transition: all 0.2s ease-in;
     overflow: hidden;
}
 .tf-btn.small {
     padding: 12px 21px 12px 20px;
     font-size: 14px;
     line-height: 19px;
}
 .tf-btn.small.type-2 {
     padding: 11px 20px 11px 19px;
}
 .tf-btn::before {
     position: absolute;
     top: 0;
     left: -75%;
     z-index: 2;
     display: block;
     content: "";
     width: 50%;
     height: 100%;
     background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100% );
     background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100% );
     -webkit-transform: skewX(-25deg);
     transform: skewX(-25deg);
}
 .tf-btn::after {
     content: none;
}
 .tf-btn:hover::before {
     -webkit-animation: shine 0.75s;
     animation: shine 0.75s;
}
 .tf-btn:hover i {
     animation: link-icon 0.3s linear;
}
 .tf-btn.full {
     width: 100%;
}
/*------------ form ---------------- */
 form {
     position: relative;
     z-index: 30;
}
 form textarea, form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"] {
     outline: 0;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
     width: 100%;
     padding: 19px 19px 16px;
     font-size: 16px;
     font-weight: 400;
     line-height: 30px;
     background-color: var(--White);
     border: 1px solid var(--Border);
     border-radius: 10px;
     color: var(--Soft-Text);
     overflow: hidden;
     margin-bottom: 0;
}
 form textarea::placeholder, form input[type="text"]::placeholder, form input[type="password"]::placeholder, form input[type="datetime"]::placeholder, form input[type="datetime-local"]::placeholder, form input[type="date"]::placeholder, form input[type="month"]::placeholder, form input[type="time"]::placeholder, form input[type="week"]::placeholder, form input[type="number"]::placeholder, form input[type="email"]::placeholder, form input[type="url"]::placeholder, form input[type="search"]::placeholder, form input[type="tel"]::placeholder, form input[type="color"]::placeholder {
     font-size: 16px;
     font-weight: 400;
     line-height: 30px;
     color: var(--Text);
}
 form button, form input[type="button"], form input[type="reset"], form input[type="submit"] {
     background-color: transparent;
     overflow: hidden;
     padding: 0;
}
 form textarea {
     padding: 11px 18px 16px;
     height: 150px;
     border: 1px solid var(--Border-2);
     color: var(--Main-black);
     -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
     -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
     -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
     -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
     -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
     transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
 form textarea:focus {
     border-color: var(--Main-black);
}
 form textarea:hover {
     border-color: var(--Main-black);
}
 form textarea.h-100px {
     height: 100px;
}
 form.style-2 input {
     padding: 10px 19px;
     border-radius: 7px;
     background-color: var(--Bg);
     color: #a3aaab;
}
 form.style-2 input::placeholder {
     color: #a3aaab;
}
 form.style-3 input, form.style-3 select {
     border: 1px solid var(--Border-2);
     padding: 13px 19px 10px;
     color: var(--Main-black);
     -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
     -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
     -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
     -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
     -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
     transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
     border-radius: 10px;
     width: 100%;
}
 form.style-3 input:focus {
     border-color: var(--Main-black);
}
 form.style-3 input:hover {
     border-color: var(--Main-black);
}
 form.style-3 input:valid {
     background-color: var(--White);
     border-color: var(--Main-black);
}
 form.style-3 textarea:valid {
     background: var(--White);
     border-color: #e8e8e9;
}
 form.style-4 .icon {
     position: absolute;
     left: 26px;
     top: 50%;
     transform: translateY(-50%);
}
 form.style-4 .icon i {
     font-size: 14px;
     color: var(--White);
}
 form.style-4 fieldset {
     position: relative;
}
 form.style-4 input {
     border-color: var(--Bg);
     background-color: var(--Bg-5);
     padding: 15px 170px 14px 50px;
     color: var(--Text-5);
}
 form.style-4 input::placeholder {
     font-size: 14px;
     font-weight: 400;
     line-height: 16px;
     color: var(--Text-5);
}
 form.style-4 .tf-btn {
     position: absolute;
     top: 5px;
     right: 6px;
     bottom: 4px;
     height: calc(100% - 9px);
     padding: 12px 31px 12px 31px;
}
 form.bg-transparent input, form.bg-transparent textarea {
     background-color: transparent;
}
 form.bg-transparent input:hover, form.bg-transparent textarea:hover {
     background-color: var(--White);
}
 form .cols {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 20px;
     width: 100%;
}
 form .cols.cols-two > * {
     width: 50%;
}
 fieldset {
     margin-bottom: 0px;
     width: 100%;
}
 .form-contact input {
     padding: 11px 19px 7px 21px !important;
}
 .form-contact input::placeholder {
     font-size: 16px;
     font-weight: 500;
     line-height: 22px;
}
/*------------ slider ---------------- */
 .tf-pagination .swiper-pagination-bullet {
     background: var(--Main-black);
     opacity: 1;
     width: 7px;
     height: 7px;
     position: relative;
     margin: 0px 11px !important;
     -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
     -khtml-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
     -moz-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
     -ms-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
     -o-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
     transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
}
 .tf-pagination .swiper-pagination-bullet::after {
     content: "";
     position: absolute;
     width: 15px;
     height: 15px;
     border-radius: 50%;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     border: 1px solid transparent;
     -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
     -khtml-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
     -moz-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
     -ms-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
     -o-transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
     transition: all 0.25s cubic-bezier(0, 0, 0.76, 1);
}
 .tf-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
     width: 21px;
     height: 21px;
     border-color: var(--Main-black);
}
 .tf-pagination.style-2 .swiper-pagination-bullet {
     background: var(--Border-2);
}
 .tf-pagination.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
     background: var(--Main-black);
}
 .tf-pagination.style-3 .swiper-pagination-bullet {
     background: var(--White);
}
 .tf-pagination.style-3 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
     border-color: var(--White);
}
 .tf-pagination.style-4 .swiper-pagination-bullet {
     background: var(--Bg-3);
}
 .tf-pagination.style-4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
     background: var(--White);
}
 .tf-pagination.style-4 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
     border-color: transparent;
}
 .tf-pagination.style-5 .swiper-pagination-bullet {
     background: rgba(22, 56, 56, 0.2);
}
 .tf-pagination.style-5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
     background: var(--Main-green);
}
 .tf-pagination.style-5 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
     border-color: transparent;
}
 .slider-testimonial-thumb .image {
     max-width: 270px;
     width: 100%;
}
/* .slider-home-2 {
     position: relative;
}
 .slider-home-2 .tf-pagination {
     right: 13%;
     top: 50%;
     transform: translateY(-50%);
     flex-direction: column;
     gap: 20px;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
}
 .slider-home-2 .swiper-slide-active .access-trainsition {
     clip-path: inset(0 0 0 0);
}
 .slider-home-2 .swiper-slide-active .fade-item-2 {
     transform: translateY(0);
     visibility: visible;
     opacity: 1;
     transition-delay: 0.2s;
}
 .slider-home-2 .swiper-slide-active .fade-item-3 {
     transform: translateY(0);
     visibility: visible;
     opacity: 1;
     transition-delay: 0.4s;
}
 .slider-home-2 .swiper-slide {
     transition: transform 0.8s ease-in, opacity 0.8s ease-in;
     transform-origin: center;
     opacity: 0;
}
 .slider-home-2 .swiper-slide-active {
     z-index: 10;
     opacity: 1;
     transform: scale(1);
}
 .slider-home-2 .swiper-slide-prev, .slider-home-2 .swiper-slide-next {
     opacity: 0.5;
     transform: scale(0.9);
}
 .slider-home-2 .swiper-slide-prev ~ .swiper-slide, .slider-home-2 .swiper-slide-next ~ .swiper-slide {
     opacity: 0.2;
     transform: scale(0.8);
}
*/

 .slide-home-2 {
     overflow: hidden;
}
/*------------ accordion ---------------- */
 .accordion .accordion-button {
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     position: relative;
     background-color: transparent;
}
 .accordion .accordion-button::after {
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     content: "";
     margin-left: unset;
     background-image: unset;
     width: auto;
     height: max-content;
     display: block;
}
 .accordion .accordion-button::before {
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .accordion .accordion-button:not(.collapsed) {
     background-color: unset;
     box-shadow: unset;
}
 .accordion .accordion-button:not(.collapsed)::after {
     transform: rotate(90deg);
}
 .accordion .accordion-button:focus {
     box-shadow: unset;
}
 .accordion .accordion-item {
     border-color: transparent;
     background-color: transparent;
}
 .accordion .accordion-collapse {
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .accordion .accordion-body {
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .tf-accordion-type-2 {
     max-width: 762px;
     width: 100%;
     position: relative;
     margin-left: auto;
}
 .tf-accordion-type-2::after {
     position: absolute;
     left: 19px;
     top: 19px;
     content: "";
     height: 90%;
     width: 1px;
     background-color: var(--Border-6);
     z-index: 1;
}
 .tf-accordion-type-2 .accordion-item {
     padding-bottom:25px;
     border: unset;
     max-width: 629px;
     width: 100%;
     margin-left: auto;
}
 .tf-accordion-type-2 .accordion-item.last {
     padding-bottom: 0px;
}
 .tf-accordion-type-2 .accordion-button {
     padding: 0px;
     margin-bottom: 25px;
     overflow: visible;
     justify-content: space-between;
}
 .tf-accordion-type-2 .accordion-button .title {
     font-size: 22px;
     font-weight: 700;
     line-height: 30px;
     color: var(--Main-black-3);
}
 .tf-accordion-type-2 .accordion-button::after {
     content: none;
}
 .tf-accordion-type-2 .accordion-button:not(.collapsed) .number {
     background: #f68c34;
     color: var(--White);
     box-shadow: 10px 4px 60px 0px rgba(28, 85, 64, 0.5019607843);
}
 .tf-accordion-type-2 .accordion-button:not(.collapsed) .icon::after {
     transform: rotate(90deg);
}
 .tf-accordion-type-2 .accordion-button:not(.collapsed) .icon::before {
     transform: rotate(90deg);
     visibility: hidden;
     opacity: 0;
}
 .tf-accordion-type-2 .accordion-body {
     font-size: 16px;
     font-weight: 400;
     line-height: 30px;
     color: var(--Text);
     padding: 0px;
     padding-bottom: 30px;
}
 .tf-accordion-type-2 .accordion-header {
     position: relative;
}
 .tf-accordion-type-2 .number {
     position: absolute;
     font-size: 14px;
     font-weight: 400;
     line-height: 16px;
     left: -110px;
     top: 50%;
     width: 40px;
     height: 40px;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     box-shadow: 10px 4px 60px 0px rgba(125, 125, 125, 0.2509803922);
     border: 1px solid var(--Border-6);
     transform: translate(0px, -50%);
     background: var(--White);
     z-index: 2;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .tf-accordion-type-2 .icon {
     height: 11px;
     width: 11px;
     position: relative;
}
 .tf-accordion-type-2 .icon::after {
     position: absolute;
     top: 0;
     left: 50%;
     transform: translateX(-50%);
     content: "";
     width: 2px;
     height: 11px;
     background-color: var(--Main-black);
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .tf-accordion-type-2 .icon::before {
     position: absolute;
     content: "";
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     width: 11px;
     height: 2px;
     background-color: var(--Main-black);
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
/*------------ animation ---------------- */
 @keyframes slide-har {
     0% {
         -webkit-transform: translateX(0%);
         transform: translateX(0%);
    }
     100% {
         -webkit-transform: translateX(-100%);
         transform: translateX(-100%);
    }
}
 @keyframes iconBounce {
     0%, 100%, 20%, 50%, 80% {
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
     40% {
         -webkit-transform: translateY(-8px);
         -ms-transform: translateY(-8px);
         transform: translateY(-8px);
    }
     60% {
         -webkit-transform: translateY(-5px);
         -ms-transform: translateY(-5px);
         transform: translateY(-5px);
    }
}
 @keyframes rotate {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 .tf-animate-zoom-in-out {
     -webkit-animation: tf-animate-zoom-in-out 60s linear infinite;
     -khtml-animation: tf-animate-zoom-in-out 60s linear infinite;
     -moz-animation: tf-animate-zoom-in-out 60s linear infinite;
     -ms-animation: tf-animate-zoom-in-out 60s linear infinite;
     -o-animation: tf-animate-zoom-in-out 60s linear infinite;
     animation: tf-animate-zoom-in-out 60s linear infinite;
}
 @keyframes tf-animate-zoom-in-out {
     0% {
         transform: scale(1);
    }
     50% {
         transform: scale(1.2);
    }
     100% {
         transform: scale(1);
    }
}
 @keyframes ripple {
     0% {
         width: 50px;
         height: 50px;
         opacity: 1;
    }
     100% {
         width: 80px;
         height: 80px;
         opacity: 0;
    }
}
 .tf-animate__box, .tf-animate__box-2, .tf-animate__rotate-left, .tf-animate__rotate-right {
     visibility: hidden;
}
 .tf-animate__box.animate__animated, .tf-animate__box-2.animate__animated, .tf-animate__rotate-left.animate__animated, .tf-animate__rotate-right.animate__animated {
     visibility: visible;
}
 .rollInRight {
     animation-name: rollInRight;
     animation-duration: 1s;
     animation-fill-mode: both;
}
 @keyframes rollInRight {
     0% {
         opacity: 0;
         transform: translateX(100%) rotate(120deg);
    }
     100% {
         opacity: 1;
         transform: translateX(0) rotate(0deg);
    }
}
 .moveLeftToRight {
     animation: moveLeftRight 1s cubic-bezier(0.25, 1, 0.5, 1) infinite alternate;
}
 @keyframes moveLeftRight {
     0% {
         transform: translateX(0);
    }
     100% {
         transform: translateX(5px);
    }
}
 .tf-fade-right {
     transform: translateX(30px);
     visibility: hidden;
     opacity: 0;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 @keyframes tf-spin {
     0% {
         transform: rotate(0deg);
         box-shadow: 0 2px 0 var(--Main-yellow);
    }
     50% {
         transform: rotate(180deg);
         box-shadow: 0 2px 0 var(--Main-yellow);
    }
     100% {
         transform: rotate(360deg);
         box-shadow: 0 2px 0 var(--Main-yellow);
    }
}
 @keyframes goTopToBottom {
     49% {
         transform: translateY(-100%);
    }
     50% {
         opacity: 0;
         transform: translateY(100%);
    }
     51% {
         opacity: 1;
    }
}
 @keyframes pulse-border {
     0% {
         transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
         opacity: 1;
    }
     100% {
         transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
         opacity: 0;
    }
}
 @keyframes link-icon {
     0% {
         transform: translateX(0);
         opacity: 1;
    }
     49% {
         transform: translateX(10px);
         opacity: 0;
    }
     50% {
         transform: translateX(-10px);
         opacity: 0;
    }
     100% {
         transform: translateX(0);
         opacity: 1;
    }
}
/*------------ hover ---------------- */
 .tf-hover .hover-1 {
     overflow: hidden;
     border-radius: 15px;
}
 .tf-hover .hover-1 img {
     width: 100%;
     height: 100%;
     transform: scale(1.01);
     -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
     -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
     -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
     -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
     -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
     transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}
 .tf-hover .hover-2 img {
     width: 100%;
     -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
     -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
     -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
     -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
     -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
     transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
}
 .tf-hover .hover-5 figure {
     max-width: 410px;
     max-height: 450px;
     width: 100%;
     height: 100%;
}
 .tf-hover .hover-5 img {
     margin-left: 30px;
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
     -webkit-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
     object-fit: cover;
     object-position: left;
}
 .tf-hover .hover-14 {
     position: relative;
}
 .tf-hover .hover-14::before {
     position: absolute;
     top: 0;
     left: -75%;
     z-index: 2;
     display: block;
     content: "";
     width: 50%;
     height: 100%;
     background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100% );
     background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100% );
     -webkit-transform: skewX(-25deg);
     transform: skewX(-25deg);
}
 .tf-hover:hover .hover-1 img {
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
}
 .tf-hover:hover .hover-2 img {
     -webkit-transform: scale(1.2) rotate(-3deg);
     transform: scale(1.2) rotate(-3deg);
}
 .tf-hover:hover .hover-5 img {
     margin-left: 0px;
}
 .tf-hover:hover .hover-14::before {
     -webkit-animation: shine 0.75s;
     animation: shine 0.75s;
}
 @keyframes shine {
     100% {
         left: 125%;
    }
}
 .tf-hover-icon .hover-icon i {
     transform: rotateY(0);
     -khtml-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
     -moz-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
     -ms-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
     -o-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
     transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
 .tf-hover-icon .hover-icon-2 {
     transform: rotateY(0);
     display: flex;
     width: max-content;
     -khtml-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
     -moz-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
     -ms-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
     -o-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
     transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
 .tf-hover-icon:hover .hover-icon i {
     transform: rotateY(180deg);
}
 .tf-hover-icon:hover .hover-icon-2 {
     transform: rotateY(180deg);
     -khtml-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
     -moz-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
     -ms-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
     -o-transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
     transition: all 0.4s cubic-bezier(0.4, 0.5, 0.6, 0.7);
}
/*------------ widgets ---------------- */
 .tf-overlay {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 1;
}
 .social-list { 
     display: -webkit-box; 
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     gap:20px;
     margin-bottom: 0px;
}

.social-list a {
    color: var(--Text-4);
    display: inline-flex;
    padding: 7px 0px;
    border-radius: 33px;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
	border: 1px solid;
}

 .social-list.style-2 {
     gap: 10px;
}
 .social-list.style-2 a {
     width: 35px;
     height: 35px;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     border: 1.2px solid var(--Border-2);
}
 .social-list.style-2 a:hover {
     background-color: var(--Main-black);
     border-color: var(--Main-black);
}
 .social-list.style-2 i {
     font-size: 12px;
}
 .social-list.style-3 a:hover {
     color: var(--Main-black);
}
 .social-list.style-4 {
     gap: 5px;
}
 .social-list.style-4 a {
     width: 35px;
     height: 35px;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: var(--Main-gray);
     color: var(--Text);
     border-radius: 3px;
}
 .social-list.style-4 a:hover {
     background-color: var(--Main-black);
}
 .social-list.style-4 a:hover i {
     color: var(--White);
}
 .social-list.style-4 i {
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     font-size: 14px;
}
 .social-list.style-4.w-h-45 a {
     width: 45px;
     height: 45px;
}
 .social-list.style-5 a {
     background-color: var(--White);
}
 .odometer {
     font-size: 55px;
     font-weight: 700;
     line-height: 75px;
     color: var(--Main-black);
}
 .odometer .odometer-value {
     width: 100%;
     text-align: right !important;
}
 .odometer .odometer-digit {
     vertical-align: unset !important;
}
 .odometer .odometer-formatting-mark {
     display: none;
}
 .wg-counter.style-2 .odometer, .wg-counter.style-2 .sub-odo {
     color: var(--Bg-2);
     font-size: 75px;
     font-weight: 600;
     line-height: 82px;
     letter-spacing: -0.03em;
}
 .wg-counter.style-2 .sub-odo {
     top: 20px;
}
 .wg-counter.style-2.type-2 .sub-odo, .wg-counter.style-2.type-2 .odometer {
     font-size: 52px;
     font-weight: 700;
     line-height: 62px;
     letter-spacing: -0.02em;
}
 .wg-counter.style-2.type-2 .sub-odo {
     top: 12px;
}
 .wg-counter.style-3 .odometer, .wg-counter.style-3 .sub-odo {
     font-size: 52px;
     font-weight: 700;
     line-height: 62px;
     letter-spacing: -0.02em;
     color: var(--White);
}
 .wg-counter.style-4 .odometer, .wg-counter.style-4 .sub-odo {
     font-size: 180px;
     font-weight: 250;
     line-height: 130px;
     letter-spacing: -0.02em;
     color: var(--Main-yellow);
}
 .wg-counter.style-4 .sub-odo {
     top: 60px;
}
 .wg-counter.style-5 .odometer, .wg-counter.style-5 .sub-odo {
     font-size: 24px;
     font-weight: 700;
     line-height: 33px;
     color: var(--White);
}
 .wg-counter.style-5 .sub-odo {
     top: 5px;
}
 .wg-counter.style-6.text-white .sub-odo, .wg-counter.style-6.text-white .odometer {
     color: var(--White);
}
 .wg-counter.style-6 .sub-odo {
     font-size: 20px;
     font-weight: 700;
     line-height: 27px;
     letter-spacing: -0.02em;
     top: -13px;
}
 .wg-counter.style-7 .odometer {
     font-size: 24px;
     font-weight: 600;
     line-height: 33px;
     color: var(--White);
}
 .wg-counter.style-7 .sub-odo {
     font-size: 16px;
     font-weight: 600;
     line-height: 22px;
     color: var(--White);
     top: 4px;
}
 .wg-counter.style-8 {
     position: relative;
}
 .wg-counter.style-8 .odometer, .wg-counter.style-8 .sub-odo {
     font-size: 80px;
     font-weight: 600;
     line-height: 109px;
     letter-spacing: -0.05em;
}
 .wg-counter.style-8 .sub-odo {
     top: 46%;
     transform: translate(0px, -50%);
     display: inline-block;
     position: absolute;
}
 .wg-counter.style-9 .odometer, .wg-counter.style-9 .sub-odo {
     font-size: 65px;
     font-weight: 700;
     line-height: 76px;
     letter-spacing: -0.03em;
}
 .counter-wrap .sub-counter {
     font-weight: 500;
}
 .counter-wrap.style-2 {
     position: relative;
     width: max-content;
}
 .counter-wrap.style-2 .wg-counter {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}
 .counter-wrap.style-2 .sub-counter {
     font-size: 18px;
     font-weight: 600;
     line-height: 30px;
     color: var(--Text-2);
}
 .counter-wrap.style-3 {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 20px;
     background-color: var(--Bg-7);
     border-radius: 20px;
     border: 1px solid var(--Border-5);
     padding: 4px 24px;
}
 .counter-wrap.style-3 .sub-counter {
     color: var(--Main-green);
     font-size: 16px;
     font-weight: 600;
     line-height: 22px;
}
 .counter-wrap.style-4 {
     max-width: max-content;
     position: relative;
}
 .counter-wrap.style-4 .relative {
     padding: 5px;
     border-radius: 50%;
     border: 2px solid var(--White);
     max-width: max-content;
     margin: 0 auto 20px auto;
}
 .counter-wrap.style-4 .wg-counter {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}
 .counter-wrap.style-4 .sub-counter {
     color: var(--White);
     font-size: 18px;
     line-height: 26px;
     font-weight: 700;
     margin: 0 10px;
}
 .box-icon {
     border-radius: 15px;
     padding: 48px 64px 44px 59px;
     border: 1px solid var(--White);
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .box-icon:hover {
     border-color: var(--Main-black);
}
 .box-icon .icon {
     margin-bottom: 32px;
     display: flex;
     width: max-content;
}
 .box-icon .icon i {
     font-size: 55px;
     color: var(--Main-black);
}
 .box-icon .title {
     font-size: 24px;
     font-weight: 600;
     line-height: 33px;
     margin-bottom: 13px;
     display: block;
}
 .box-icon.default {
     background-color: var(--White);
     padding: 48px 64px 28px 59px;
}
 .box-icon.default:hover {
     padding: 48px 64px 47px 59px;
}
 .box-icon.default:hover .text {
     margin-bottom: 28px;
}
 .box-icon.default .text {
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     margin-bottom: 0;
}
 .box-icon.style-2 {
     padding: 30px;
     background-color: var(--White);
     border-radius: 10px;
     margin-bottom: 15px;
     border: 1px solid rgb(204, 204, 204);
     text-align: center;
}
 .box-icon.style-2 .icon {
     width: 100px;
     height: 100px;
     margin: 0 auto 10px;
}
 .box-icon.style-2 .icon i {
     font-size: 40px;
}
 .box-icon.style-2 .title {
     font-size: 20px;
     margin-bottom: 8px;
     color: #333;
}
 .circle-container {
     position: relative;
     width: 130px;
     height: 130px;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .circle-container .circle {
     transform: rotateX(180deg);
     stroke: var(--Main-yellow);
}
 .circle-container .progress-circle-93 {
     stroke-dasharray: 392.7;
     stroke-dashoffset: 27.489;
     transition: stroke-dashoffset 1s;
}
 .circle-container .progress-circle-86 {
     stroke-dasharray: 392.7;
     stroke-dashoffset: 54.978;
     transition: stroke-dashoffset 1s;
}
 .circle-container .progress-circle-79 {
     stroke-dasharray: 392.7;
     stroke-dashoffset: 82.467;
     transition: stroke-dashoffset 1s;
}
 .circle-container.style-2 {
     width: 86px;
     height: 86px;
     overflow: visible;
}
 .circle-container.style-2 .progress-circle-86 {
     stroke-dasharray: 270.1776;
     stroke-dashoffset: 37.824864;
     transition: stroke-dashoffset 1s;
}
 .circle-container.style-2 .progress-circle-93 {
     stroke-dasharray: 270.1776;
     stroke-dashoffset: 18.912432;
     transition: stroke-dashoffset 1s;
}
 .circle-container.style-2 .circle {
     transform: rotateX(180deg);
     stroke: var(--White);
}
 #loading {
     background-color: var(--White);
     height: 100%;
     width: 100%;
     position: fixed;
     z-index: 1;
     margin-top: 0px;
     top: 0px;
     left: 0px;
     bottom: 0px;
     overflow: hidden;
     right: 0px;
     z-index: 999999;
}
 #loading #loading-center {
     width: 100%;
     height: 100%;
     position: relative;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: center;
}
 #loading #loading-center .loader-container {
     display: flex;
     justify-content: center;
     align-items: center;
}
 #loading #loading-center .loader-container .wrap-loader {
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
}
 #loading #loading-center .loader-container .wrap-loader .icon {
     position: absolute;
}
 #loading #loading-center .loader-container .wrap-loader .icon img {
     max-width: 50px;
}
 #loading #loading-center .loader-container .loader {
     width: 100px;
     height: 100px;
     border-radius: 50%;
     animation: tf-spin 1s linear infinite;
}
/*------------ sections ---------------- */
 .main-content {
     padding: 130px 0px;
}
 .main-content.padding-0 {
     padding: 0px;
}
 .main-content.style-2 {
     padding-top: 130px;
     padding-bottom: 70px;
}
 .main-content.style-3 {
     padding-top: 30px;
     padding-bottom: 130px;
}
 .s-sub-title {
     font-size: 14px;
     font-weight: 500;
     line-height: 16px;
     letter-spacing: 0.5em;
     text-transform: uppercase;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     color: var(--primary);
     margin-bottom: 17px;
}
 .s-sub-title i {
     padding-right: 4px;
     padding-bottom: 1px;
     font-size: 11px;
}
 .s-sub-title.text-white {
     color: var(--White);
}
 .s-sub-title.mb-18 {
     margin-bottom: 18px;
}
 .s-sub-title.mb-20 {
     margin-bottom: 18px;
}
 .s-sub-title.mb-16 {
     margin-bottom: 16px;
}
 .s-sub-title.mb-12 {
     margin-bottom: 12px;
}
 .s-sub-title.mb-13 {
     margin-bottom: 13px;
}
 .s-title {
     font-size:36px;
     font-weight: 700;
     line-height: 52px;
     letter-spacing: -0.02em;
     color: var(--seconday);
}
 .s-title.letter-space-0 {
     letter-spacing: 0px;
}
 .s-title span {
     font-weight: 300;
}
 .s-title.text-white-yellow {
     color: var(--White);
}
 .s-title.text-white-yellow span {
     color: var(--Main-yellow-2);
}
 .s-title.text-fs-70 {
     font-size: 70px;
     line-height: 77px;
}
 .s-title.text-fs-75 {
     font-size: 75px;
     line-height: 85px;
     letter-spacing: -0.02em;
     text-align: center;
}
 .s-title.text-70-84 {
     font-size: 70px;
     line-height: 84px;
}
 .s-title.style-2 {
     font-size: 30px;
     font-weight: 700;
     line-height: 40px;
     letter-spacing: -0.02em;
}
 .tf-spacing-1 {
     padding-top: 80px;
     padding-bottom: 80px;
}


/* .page-title-home-2 .slide-home-2 {
     position: relative;
}
 .page-title-home-2 .tf-overlay {
     background-color: #333;
     opacity: 0.6;
}
 .page-title-home-2 .content-wrap {
     position: absolute;
     z-index: 2;
     top: 50%;
     transform: translateY(-50%);
     width: 100%;
}
 .page-title-home-2 .content {
     max-width: 1290px;
     width: 100%;
     margin: 0px auto;
}*/
 .s-contact .content-wrap {
     border-radius: 20px;
     background-color: #ebebeb;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     gap: 30px;
}
 .s-contact .content-wrap > * {
     width: 50%;
}
 .map-section {
     padding: 20px;
     background: #ebebeb;
     border-radius: 20px;
}
 .s-contact .content-left {
     padding: 71px 0px 0px 71px;
}
 .s-contact .list {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     gap: 17px;
     flex-direction: column;
}
 .s-contact .list .cap {
     font-size: 18px;
     font-weight: 700;
     line-height: 24px;
     color: var(--Main-black);
     margin-bottom: 10px;
}
 .s-contact .content-right {
     margin: 30px 30px 31px 0px;
     padding: 32px 49px 40px 50px;
     border-radius: 20px;
     background-color: var(--White);
     max-width: 600px;
     width: 100%;
}
 .s-contact .content-right .title {
     color: var(--Main-black);
     font-size: 24px;
     font-weight: 700;
     line-height: 33px;
}
 .s-contact .s-title {
     margin-bottom: 50px;
}
 .s-partner .tf-overlay {
     display: block;
}
 .s-partner a {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 83px 83px 82px 83px;
     border-top: 1px solid var(--Border-2);
     border-right: 1px solid var(--Border-2);
     border-bottom: 1px solid var(--Border-2);
     position: relative;
}
 .s-partner a img {
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     position: relative;
     opacity: 0.4;
     max-width: 150px;
}
 .s-partner a img.img1 {
     clip-path: inset(0% 0 0 0);
     transform: translateX(50%);
}
 .s-partner a img.img2 {
     clip-path: inset(0 0 100% 0);
     top: 0;
     left: 0;
     opacity: 1;
     transform: translateX(-50%);
}
 .s-partner a:hover img.img1 {
     clip-path: inset(100% 0 0 0);
}
 .s-partner a:hover img.img2 {
     clip-path: inset(0 0 0% 0);
}
 .s-partner a:hover::after {
     width: 100%;
     transition-delay: 0.1s;
}
 .s-partner a:hover::before {
     height: 100%;
     transition-delay: 0.4s;
}
 .s-partner a:hover .tf-overlay::after {
     width: 100%;
     transition-delay: 0.1s;
}
 .s-partner a:hover .tf-overlay::before {
     height: 100%;
     transition-delay: 0.4s;
}
 .s-partner a::after {
     position: absolute;
     content: "";
     width: 0%;
     height: 1px;
     top: 0;
     left: 0;
     background-color: var(--Main-black);
     -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
     -ms-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
     transition: all 0.4s ease;
}
 .s-partner a::before {
     position: absolute;
     content: "";
     height: 0%;
     width: 1px;
     bottom: 0;
     left: 0;
     background-color: var(--Main-black);
     -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
     -ms-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
     transition: all 0.4s ease;
}
 .s-partner .tf-overlay::after {
     position: absolute;
     content: "";
     width: 0%;
     height: 1px;
     right: 0;
     bottom: 0;
     background-color: var(--Main-black);
     -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
     -ms-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
     transition: all 0.4s ease;
}
 .s-partner .tf-overlay::before {
     position: absolute;
     content: "";
     height: 0%;
     width: 1px;
     right: 0;
     top: 0;
     background-color: var(--Main-black);
     -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
     -ms-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
     transition: all 0.4s ease;
}
 .s-partner.style-2 {
     background-color: var(--White);
}
 .s-why-choose {
     width: 100%;
     margin: 0px auto 0px auto;
     padding: 80px !important;
     background: linear-gradient( 360deg, rgb(247 236 239 / 0%) 0%, #f68c340f 100% );
}
 .s-why-choose .row {
     display: flex;
     justify-content: center;
}
 .s-why-choose .content p {
     display: flex;
     justify-content: center;
}
 .s-why-choose .list {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-wrap: wrap;
     gap: 19px 24px;
     margin-bottom: 44px;
}
 .s-why-choose .list li {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     gap: 10px;
     width: calc(50% - 50px);
}
 .s-why-choose .list i {
     font-size: 18px;
     color: var(--Bg-2);
}
 .s-why-choose .list p {
     color: var(--Bg-2);
}
 .s-why-choose .content {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-direction: column;
     justify-content: center;
     height: 100%;
}
 .s-about-company-3 .experience {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     gap: 20px;
}
 .s-about-company-3 .content {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     flex-direction: column;
     justify-content: center;
     height: 100%;
}
 .s-about-company-3 .author-wrap {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     gap: 20px;
}
 .s-about-company-3 .author-wrap .img-avt {
     border-radius: 50px;
     overflow: hidden;
}
 .s-about-company-3 .author-wrap .img-avt img {
     object-fit: cover;
     max-width: 60px;
     min-height: 60px;
}
 .s-about-company-3 .author-wrap .name {
     font-size: 18px;
     font-weight: 700;
     line-height: 25px;
}
 .s-about-company-3 .infor .duty {
     font-size: 14px;
     font-weight: 400;
     line-height: 16px;
     margin-top: 7px;
}
 .s-about-company-3 .bot {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
     gap: 30px;
}
 .s-about-company-3 .content-left {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     gap: 30px;
     position: relative;
     height: 100%;
     min-height: 738px;
}
 .s-about-company-3 .image {
     max-width: 300px;
     border-radius: 15px;
     overflow: hidden;
     height: max-content;
}
 .s-about-company-3 .image.s1 {
     margin-top: 215px;
}
 .s-about-company-3 .image.s3 {
     position: absolute;
     bottom: 0;
     left: 110px;
}
 .s-cta-2 {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     height: 100%;
     justify-content: center;
     overflow: hidden;
}
 .s-cta-2 .image img {
     width: 100%;
     object-fit: cover;
}
 .s-cta-2 .content {
     background-color: var(--primary);
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     justify-content: center;
     flex-direction: column;
     padding: 0px 90px;
     max-width: 615px;
     width: 100%;
     position: relative;
     z-index: 2;
}
 .s-cta-2 .bot {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     justify-content: center;
     width: 100%;
}
 .rellax {
     min-height: 1000px;
     transition: all 1s ease;
}
 .rellax img {
     min-height: 1000px;
     height: 100%;
     width: 100%;
     object-fit: cover;
}
 .rellax.default {
     min-height: unset;
}
 .rellax.default img {
     min-height: unset;
     height: unset;
     width: unset;
     object-fit: cover;
}
 .rellax.type-2 {
     transition: unset;
     transition: all 0.1s ease;
}
 .rellax.type-2 img {
     margin-top: -600px;
}
/*-------------- Responsive ----------------- */
 @media (min-width: 576px) {
     .tf-collapse-content {
         display: flex !important;
         flex-direction: column;
    }
}
 @media (min-width: 992px) and (max-width: 1439px) {
     .animationtext.clip {
         display: block;
    }
}
 @media (max-width: 1800px) {
     .swiper-container {
         overflow: hidden;
    }
     .swiper-container.slider-blog {
         overflow: visible;
    }
}
 @media (max-width: 1439px) {
     .s-about-company-3 .experience {
         flex-wrap: wrap;
    }
     .s-about-company-3 .experience .counter-wrap {
         flex-wrap: wrap;
         gap: 0px 20px;
    }
     .s-about-company-3 .bot {
         flex-wrap: wrap;
    }
     .page-title-home-2 .content-wrap {
         padding: 0px 15px;
    }
     .page-title-home-2 .image img {
        /*min-height: 650px;
        */
         object-fit: cover;
    }
     .page-title-home-2 .tf-pagination {
         right: 15px;
    }
     .box-cta {
         padding: 30px;
    }
     .s-contact .content-wrap {
         align-items: center;
    }
     .s-contact .content-left {
         padding: 50px;
    }
     .s-contact .s-title {
         margin-bottom: 50px;
    }
     .footer-inner .inner-center {
         gap: 100px;
         justify-content: space-between;
    }
     .topbar-inner .infor-list {
         gap: 20px;
    }
     .topbar-inner .infor-list li {
         gap: 10px;
    }
     .topbar-inner .infor-list .icon i {
         font-size: 16px;
    }
}
 @media (max-width: 1199px) {
     .s-about .list {
         gap: 15px 30px;
         flex-wrap: wrap;
    }
     br {
         display: none;
    }
     .s-about-company-4 .video-wrap img {
         width: 100%;
         min-height: 450px;
         max-height: 450px;
         object-fit: cover;
    }
     .s-about-company-4 .content-left {
         margin-bottom: 50px;
    }
     .s-about-company-4 .tf-accordion-type-2 {
         max-width: unset;
         margin-left: unset;
         position: relative;
    }
     .s-about-company-4 .tf-accordion-type-2 .accordion-item {
         max-width: unset;
         padding-left: 100px;
    }
     .s-about-company-4 .tf-accordion-type-2 .number {
         left: -100px;
    }
     .tf-footer .footer-inner-wrap .text br {
         display: block;
    }
     .s-contact .content-wrap {
         flex-wrap: wrap;
    }
     .s-contact .content-wrap > * {
         width: 100%;
    }
     .s-contact .list {
         justify-content: unset;
    }
     .s-contact .content-left {
         padding: 30px 30px 0px 30px;
    }
     .s-contact .content-right {
         max-width: unset;
         margin: 0px 30px 30px 30px;
    }
     .header-inner {
         gap: 20px;
    }
     .header-inner .nav-list {
         gap: 20px;
    }
     .header-inner .nav-list .item > a span::after {
         width: calc(100% + 40px);
    }
     .header-inner .nav-list .item.has-child > a span::after {
         width: calc(100% + 55px);
    }
}
 .content-left .s-title {
     font-size: 52px;
}
 @media (max-width: 991px) {
     .carousel-pagination, .service-pagination {
         height: 21px;
         margin-top: 10px;
         position: relative;
         visibility: visible;
         opacity: 1;
    }
     .s-map .box-map .map {
         height: 450px;
    }
     .s-map .content-wrap {
         padding: 80px 0px;
         position: relative;
         transform: unset;
         pointer-events: all;
    }
     .s-solution .s-title {
         margin-bottom: 20px;
    }
     .s-solution .content {
         margin-bottom: 30px;
    }
     .s-solution .content-right {
         justify-content: flex-start;
    }
     .s-title.mb-70 {
         margin-bottom: 40px;
    }
     .s-about .image img {
         width: 100%;
         min-height: 500px;
         max-height: 500px;
         object-fit: cover;
    }
     .s-about .content-right {
         max-width: unset;
         margin-left: unset;
    }
     .s-about .sub-counter {
         margin-bottom: 40px;
    }
     .s-cta-2 {
         flex-wrap: wrap;
    }
     .s-cta-2 .image img {
        /*min-height: 500px;
        */
        /*max-height: 500px;
        */
         object-fit: cover;
    }
     .s-cta-2 .content {
         max-width: unset;
         padding: 30px 15px;
         align-items: unset;
    }
     .s-cta-2 .bot {
         justify-content: center;
         gap: 30px;
    }
     .s-about-company-3 .content-left {
         padding-bottom: 50px;
         min-height: 850px;
    }
     .s-about-company-3 .image {
         max-width: unset;
    }
     .s-about-company-3 .image.s3 {
         bottom: 50px;
         left: 19%;
    }
     .s-partner-2 .content {
         padding-bottom: 50px;
    }
     .s-partner-2 .s-title {
         margin-bottom: 20px;
    }
     .heading.mb-70 {
         margin-bottom: 40px;
    }
     .s-why-choose .content {
         padding-bottom: 10px;
         justify-content: unset;
         height: unset;
    }
     .s-why-choose .content .s-title {
         margin-bottom: 20px;
    }
     .s-why-choose .content .text {
         margin-bottom: 20px;
    }
     .s-why-choose .content .list {
         margin-bottom: 20px;
         gap: 10px 0px;
    }
     .s-why-choose .content .list li {
         width: 50%;
         padding-right: 10px;
    }
     .s-why-choose .box-icon {
         margin-bottom: 30px;
    }
     .s-why-choose .box-icon.last {
         margin-bottom: 15px;
    }
     .s-counter {
         padding: 80px 0px;
    }
     .s-counter .content {
         flex-wrap: wrap;
         gap: 20px;
    }
     .s-counter .title {
         width: 100%;
    }
     .s-counter .counter-wrap {
         width: calc(33.33333% - 20px);
    }
     .s-counter .wg-counter {
         margin-bottom: -10px;
    }
     .s-counter .odometer, .s-counter .sub-odo {
         font-size: 40px !important;
         line-height: 60px !important;
    }
     .s-counter .sub-odo {
         top: 8px !important;
    }
     .slide-home-2 .content {
         padding: 0px 15px;
    }
     .slide-home-2 .s-title {
         font-size: 40px;
         line-height: 50px;
         display: -webkit-box;
         -webkit-box-orient: vertical;
         -webkit-line-clamp: 4;
         overflow: hidden;
         text-overflow: ellipsis;
         margin-bottom: 0px;
    }
    .s-contact .s-title {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 1.2;
        font-weight: 700;
    }
     .s-sub-title.mb-18 {
         margin-bottom: 5px;
    }
     .s-sub-title.mb-20 {
         margin-bottom: 5px;
    }
     .s-sub-title.mb-16 {
         margin-bottom: 5px;
    }
     .s-sub-title.mb-12 {
         margin-bottom: 5px;
    }
     .s-sub-title.mb-13 {
         margin-bottom: 5px;
    }
     br {
         display: none;
    }
     .main-content {
         padding: 80px 0px;
    }
     .main-content.padding-0 {
         padding: 0px;
    }
     .main-content.style-2 {
         padding-top: 80px;
         padding-bottom: 70px;
    }
     .main-content.style-3 {
         padding-top: 30px;
         padding-bottom: 80px;
    }
     .slider-saylo p {
         font-size: 150px;
         font-weight: 800;
         line-height: 150px;
    }
     .footer-inner .inner-center {
         gap: 40px 0px;
         flex-wrap: wrap;
    }
     .footer-inner .inner-top .flex {
         margin-bottom: 30px;
    }
     .footer-inner .inner-bottom {
         padding-top: 37px;
         gap: 15px 20px;
         flex-wrap: wrap;
         justify-content: center;
    }
     .footer-inner .policy-list .list {
         gap: 15px;
    }
     .footer-inner-wrap {
         width: 50%;
         padding-right: 15px;
         gap: 20px;
    }
     .footer-inner-wrap.s1 {
         justify-content: unset;
    }
     .tf-header {
         top: -1px;
    }
     .header-inner {
         padding: 15px 0px;
    }
     .main-nav {
         display: none;
    }
     .btn-open-welcome {
         display: none;
    }
     .mobile-button {
         display: flex;
    }
     .tf-spacing-1 {
         padding-top: 60px;
         padding-bottom: 60px;
    }
}
 @media (max-width: 767px) {
     .rellax.type-2 img {
         max-height: 700px;
         min-height: unset;
    }
     .s-about-company-3 .content-left {
         min-height: unset;
    }
     .s-about-company-3 .image img {
         min-height: 450px;
    }
     .s-about-company-3 .image.s1 {
         margin-top: 0px;
         height: 100%;
    }
     .s-about-company-3 .image.s1 img {
         height: 100%;
         object-fit: cover;
    }
     .s-about-company-3 .image.s2 {
         margin-top: 0px;
         height: 100%;
    }
     .s-about-company-3 .image.s2 img {
         height: 100%;
         object-fit: cover;
    }
     .s-about-company-3 .image.s3 {
         display: none;
    }
     .s-cta .wrap {
         min-height: 450px;
    }
     .s-cta .content {
         left: 0px;
         transform: translate(0, -50%);
         padding-left: 15px;
    }
     .s-feedback .content {
         margin-bottom: 40px;
    }
     .footer-go-top {
         width: 40px;
         height: 40px;
    }
     .footer-go-top i {
         font-size: 6px;
    }
     .s-title {
         font-size: 30px;
         line-height: 50px;
    }
     .s-title.text-fs-70 {
         font-size: 50px;
         line-height: 60px;
    }
     .s-about-company-3 .s-title {
         font-size: 30px;
         line-height: 35px;
         margin-bottom: 15px;
    }
     .s-about-company-4 .content-left .s-title {
         font-size: 34px;
         line-height: 1.2;
    }
}
 @media (max-width: 575px) {
     .wow {
         visibility: visible !important;
         animation-name: none !important;
    }
     .animationtext.clip {
         display: block;
    }
     .tf-collapse-content {
         display: none;
    }
     .footer-title-desktop {
         display: none;
    }
     .footer-title-mobile {
         display: block;
    }
     .breadcrums {
         flex-wrap: wrap;
    }
     .s-cta-2 .content .s-title {
         margin-bottom: 20px;
    }
     .s-cta-2 .content .text {
         margin-bottom: 20px;
    }
     .s-about-company-3 .content-left {
         flex-wrap: nowrap;
    }
     .s-about-company-3 .content-left .image {
         height: unset;
         width: 100%;
    }
     .s-about-company-3 .content-left .image img {
         width: 100%;
         max-height: 450px;
         object-position: top;
    }
     .footer-inner-wrap.footer-col-block {
         width: 100%;
    }
     .s-why-choose .content .list li {
         width: 100%;
         padding-right: unset;
    }
     .s-counter .counter-wrap {
         width: 100%;
    }
     .slide-home-2 .content {
         padding: 0px;
    }
     .slide-home-2 .s-title {
         font-size: 26px;
         line-height: 35px;
         margin-bottom: 0px;
    }
     .slide-home-2 .image img {
         min-height: auto;
    }
     .s-contact .content-right {
         padding: 15px;
    }
     .s-contact .cols {
         flex-wrap: wrap;
    }
     .s-contact .cols > * {
         width: 100%;
    }
     .box-icon.default {
         padding: 30px;
    }
     .box-icon.default:hover {
         padding: 30px;
    }
     .s-title.text-fs-70 {
         font-size: 50px;
         line-height: 60px;
    }
     .footer-inner .inner-center {
         gap: 30px 0px;
         display: grid;
    }
     .footer-inner-wrap {
         width: 100%;
         padding-right: 0px;
    }
     .footer-inner-wrap.s1 {
         gap: 30px;
         width: 100%;
    }
}
 @media (max-width: 425px) {
     .s-about-company-3 .experience .counter-wrap {
         width: 100%;
    }
     h2 {
         font-size: 40px;
         line-height: 55px;
    }
     .tf-footer .footer-inner .inner-bottom .policy-list .list {
         flex-wrap: wrap;
         justify-content: center;
    }
     .tf-footer .footer-inner .inner-bottom .policy-list .list a {
         line-height: 19px;
    }
     .box-icon.style-2 {
         padding: 30px;
    }
     .header-inner .header-right .tf-btn {
         display: none;
    }
}
 @media (max-width: 320px) {
     .s-about-company-3 .content-left {
         flex-wrap: wrap;
    }
}
 .hover img {
     width: 100%;
     object-fit: cover;
     border-radius: 10px;
     margin-top: 15px;
}
 section.s-contact {
     margin: 80px 0px;
}
/*=============================== Our work process ===============================*/
 section.work-process-ux-process {
     margin-bottom: 80px;
}
 .work-process-content {
     position: relative;
     z-index: 2;
     text-align: center;
}
 .work-process-subtitle {
     font-size: 1.2rem;
     color: #64748b;
     max-width: 600px;
     margin: 0 auto 60px;
     line-height: 1.6;
     font-weight: 300;
}
 .work-process-steps {
     display: flex;
     justify-content: space-between;
     position: relative;
     z-index: 2;
}
 .work-process-step {
     display: flex;
     flex-direction: column;
     align-items: center;
     position: relative;
     flex: 1;
}
 .work-process-step p {
     font-size: 1.8rem;
     font-weight: 600;
     color: #1e293b;
     text-transform: uppercase;
     letter-spacing: 1px;
     margin: 25px 0 10px;
     transition: all 0.4s ease;
}
 .work-process-circle {
     width: 110px;
     height: 110px;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
     transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
     overflow: hidden;
}
 .work-process-circle::before {
     content: "";
     position: absolute;
     top: -2px;
     left: -2px;
     right: -2px;
     bottom: -2px;
     background: linear-gradient(45deg, #000, transparent);
     z-index: 1;
     border-radius: 50%;
     opacity: 0.15;
}
 .work-process-icon-container {
     width: 60px;
     height: 60px;
     background: rgba(0, 0, 0, 0.05);
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 28px;
     z-index: 2;
     transition: transform 0.3s ease;
     color: #1e293b;
}
 .work-process-discover {
     background: linear-gradient(135deg, #a3bffa, #dbeafe);
}
 .work-process-design {
     background: linear-gradient(135deg, #c3a5f7, #ede9fe);
}
 .work-process-build {
     background: linear-gradient(135deg, #d8b4fe, #f5f3ff);
}
 .work-process-test {
     background: linear-gradient(135deg, #6ee7b7, #ecfdf5);
}
 .work-process-launch {
     background: linear-gradient(135deg, #fdba74, #fef3c7);
}
 .work-process-progress-bar {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 0;
     background: rgba(0, 0, 0, 0.1);
     transition: height 0.5s ease;
}
/* Hover effects */
 .work-process-step:hover .work-process-circle {
     transform: translateY(-15px) scale(1.1);
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
 .work-process-step:hover .work-process-icon-container {
     transform: scale(1.1) rotate(5deg);
}
 .work-process-step:hover p {
     color: var(--primary);
     text-shadow: 0 0 10px rgba(59, 130, 246, 0.3);
}
 .work-process-step:hover .work-process-info {
     opacity: 1;
     transform: translateY(0);
     height: auto;
}
 .work-process-step:hover .work-process-progress-bar {
     height: 8px;
}
/* Responsive design */
 @media (max-width: 900px) {
     .work-process-connecting-line {
         display: none;
    }
     .work-process-step {
         width: 100%;
         max-width: 300px;
    }
     .header-left-1 {
         display: block !important;
    }
}
 @media (max-width: 480px) {
     .work-process-ux-process {
         padding: 40px 20px 80px;
    }
     .work-process-circle {
         width: 90px;
         height: 90px;
    }
     .work-process-icon-container {
         width: 50px;
         height: 50px;
         font-size: 24px;
    }
}
 .s-contact .social {
     margin-top: 3rem;
}
 .s-contact .social p {
     font-size: 18px;
     font-weight: 600;
     padding-bottom: 10px;
}
.s-contact .social li i {
    border-radius: 50%;
    border: 0px solid black;
    padding: 9px;
    height: 35px;
    width: 40px;
    display: flex;
    justify-content: center;
}

.s-contact .social li i.fab.fa-facebook-f {
    background: #4565b0;
    color: #fff;
}

.s-contact .social li i.fab.fa-instagram {
   background: linear-gradient(
        0deg,
        rgba(243, 188, 85, 1) 0%,
        rgba(228, 47, 68, 1) 50%,
        rgba(124, 26, 177, 1) 100%
    ) !important;
    background-image: none;
    color: #fff;
}


.social-list li.fb a {
    background: #4565b0;
    color: #fff;
}

.social-list li.ins a {
    background: linear-gradient(
        0deg,
        rgba(243, 188, 85, 1) 0%,
        rgba(228, 47, 68, 1) 50%,
        rgba(124, 26, 177, 1) 100%
    ) !important;
    background-image: none;
    color: #fff;
}





 .loader-first2 img {
     width: 20px;
     display: inline;
     margin: 0 0 0 5px;
}
 label.error {
     color: red;
     font-size: 14px;
}
 .loader-first2 img {
     animation: rotateAnimation 2s linear infinite;
}
 @keyframes rotateAnimation {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 a.Company_name {
     color: #39b1f7 !important;
     margin-left: 5px;
}
 .header-left-1 {
     display: none;
}

 @media (min-width:1200px) and (max-width: 1399px) {
    .s-about-company-3 .s-title {
        font-size: 40px;
        font-weight:600;
        line-height: 36px;
    }

    .s-title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    section.work-process-ux-process .s-title {
        margin-bottom: 50px;
    }
    .s-cta-2 .content {
        padding: 0px 30px;
    }

    .s-cta-2 .image img {
        height: 525px;
    }

    .s-why-choose {
        padding: 30px !important;
    }
    #reach-us .content-left .s-title {
        font-size: 42px;
        line-height: 1.2;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .box-icon.style-2 {
        padding: 20px;
    }

    .s-why-choose .text-clamp-3 {
        min-height: 75px;
        margin: 0;
    }

 }

 @media (min-width: 992px) and (max-width: 1199px) {
     .box-icon.style-2 {
         padding: 20px;
    }
     .box-icon.style-2 .title {
         font-size: 17px;
    }

     .s-title {
        font-size: 34px;
        line-height: 36px;
    }

    .content-left .s-title {
    font-size: 36px;
}

.s-title.text-fs-75 {
    font-size: 55px;
    line-height: 60px;
}

 .s-cta-2 .content {
        padding: 0px 30px;
    }

    .s-cta-2 .image img {
        height: 525px;
    }




}
 @media (min-width: 768px) and (max-width: 991px) {
     .box-icon.style-2 {
         padding: 20px;
    }
     .box-icon.style-2 .title {
         font-size: 17px;
    }
     .work-process-steps {
         flex-direction: row;
         align-items: center;
         gap: 60px;
    }

    .footer-inner .inner-center {
        flex-wrap: nowrap;
    }

    .s-title {
        font-size: 34px;
        line-height: 36px;
    }

    .content-left .s-title {
    font-size: 36px;
}



}
 @media (max-width: 767px) {
     .s-why-choose {
         padding: 30px !important;
    }
     .box-icon.style-2 {
         padding: 20px;
    }
     .box-icon.style-2 .title {
         font-size: 17px;
    }
     .s-about-company-4 .tf-accordion-type-2 .accordion-item {
         padding-left: 50px;
    }
     .s-about-company-3 .image.s1 {
         margin-top: 75px;
    }
     section.work-process-ux-process {
         margin-bottom: 0px;
    }
     .counter-wrap.style-4 .sub-counter {
        
		 font-size: 14px;
		 text-align: center;
    }
     .s-about-company-4 .tf-accordion-type-2 .number {
         left: -50px;
    }
     .s-contact .content-right {
         margin: 15px !important;
    }
     .s-about-company-3 .image img {
         min-height: auto !important;
    }
     .work-process-steps {
         flex-direction: column;
         align-items: center;
         gap: 60px;
    }
	.social-list.footer-icons {
	    justify-content: center;
    }
	 
	 
}
 @media (max-width: 420px) {
     .s-why-choose {
         padding: 30px !important;
    }
     .box-icon.style-2 {
         padding: 20px;
    }
     .box-icon.style-2 .title {
         font-size: 17px;
    }
     .s-about-company-4 .tf-accordion-type-2 .accordion-item {
         padding-left: 50px;
         padding-bottom: 20px;
    }
     .s-about-company-3 .image.s1 {
         margin-top: 75px;
    }
     section.work-process-ux-process {
         margin-bottom: 0px;
    }
     .counter-wrap.style-4 .sub-counter {
         font-size: 16px;
    }
     .s-about-company-4 .tf-accordion-type-2 .number {
         left: -50px;
    }
     .s-contact .content-right {
         margin: 15px !important;
    }
     .s-about-company-3 .image img {
         min-height: auto !important;
    }
     .work-process-steps {
         flex-direction: column;
         align-items: center;
         gap: 60px;
    }
}
 