/*-----------------------------------------------------------------------------------

    Template Name: Averix - City Govement HTML Template
    Author: sTheme-IT
    Support: saadalam291@gmail.com
    Description: City Govement HTML Template
    Version: 1.0.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes

	-----------------
    02. COMPONENTS CSS
	-----------------
		2.1 Back to top
		2.2 Buttons
		2.3 Animations
		2.4 Preloader
		2.5 Background
		2.6 Nice Select
		2.7 Breadcrumb
		2.8 Accordion
		2.9 Section Title
		2.10 Accordion
		2.11 Search
		2.12 Magic Cursor

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style
    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main Menu
		4.2 Mobile Menu
		4.3 offcanvas Menu

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Postbox css
		5.2 Recent Post css
		5.3 Sidebar css
		5.4 Blog css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2
	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Hero css


**********************************************/

/*----------------------------------------*/

/*  1.1 Theme Default
/*----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@keyframes bannerAnimationTwo {
    0% {
        transform: translate(0px, 0px);
    }
    20% {
        transform: translate(20px, -5px);
    }
    40% {
        transform: translate(50px, 20px);
    }
    60% {
        transform: translate(20px, 50px);
    }
    80% {
        transform: translate(-20px, 30px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.back-to-top-wrapper,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* transform */

@font-face {
    font-family: "GeneralSans";
    src: url("../fonts/GeneralSans-Light.woff2") format("woff2"), url("../fonts/GeneralSans-Light.woff") format("woff"), url("../fonts/GeneralSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "GeneralSans";
    src: url("../fonts/GeneralSans-Regular.woff2") format("woff2"), url("../fonts/GeneralSans-Regular.woff") format("woff"), url("../fonts/GeneralSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "GeneralSans";
    src: url("../fonts/GeneralSans-Medium.woff2") format("woff2"), url("../fonts/GeneralSans-Medium.woff") format("woff"), url("../fonts/GeneralSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "GeneralSans";
    src: url("../fonts/GeneralSans-Semibold.woff2") format("woff2"), url("../fonts/GeneralSans-Semibold.woff") format("woff"), url("../fonts/GeneralSans-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "GeneralSans";
    src: url("../fonts/GeneralSans-Bold.woff2") format("woff2"), url("../fonts/GeneralSans-Bold.woff") format("woff"), url("../fonts/GeneralSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

:root {
    /**
  @font family declaration
  */
    --si-ff-body: Inter;
    --si-ff-heading: GeneralSans;
    --si-ff-fontawesome: "Font Awesome 6 Pro";
    /**
  @color declaration
  */
    --si-common-white: #ffffff;
    --si-common-black: #0F0F0F;
    --si-common-black-2: #1E1E1E;
    --si-common-black-3: #272727;
    --si-common-text-body: #545454;
    --si-common-gray: #f5f5f5;
    --si-common-gray-2: #272727;
    --si-common-gray-3: #1e1e1e;
    --si-common-gray-4: #0f0f0f;
    --si-common-surface: #F9F9F9;
    --si-theme-primary: #0F0F0F;
    --si-theme-secondary: #d82221;
    --si-border-1: rgba(84, 84, 84, 0.3);
    --si-border-2: rgba(255, 255, 255, 0.2);
    --si-border-3: rgba(255, 255, 255, 0.1);
    --si-border-4: rgba(84, 84, 84, 0.1);
    --si-border-5: #EEEEEE;
    --si-border-6: #313131;
    --si-border-7: #D9D9D9;
    --si-border-8: rgba(255, 255, 255, 0.5);
    --si-border-9: rgba(84, 84, 84, 0.2);
    --si-border-10: rgba(84, 84, 84, 0.5);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1348px;
    }
}

.container-1748 {
    max-width: 1748px;
}

.container-1617 {
    max-width: 1617px;
}

.container-1625 {
    max-width: 1625px;
}

.container-1588 {
    max-width: 1588px;
}

.container-1703 {
    max-width: 1703px;
}

.container-1619 {
    max-width: 1619px;
}

.container-1315 {
    max-width: 1315px;
}

/*---------------------------------
	typography css start 
---------------------------------*/

body {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: var(--si-common-text-body);
    font-family: var(--si-ff-body);
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: 600;
    line-height: 2.5;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #451b47;
    font-family: var(--si-ff-heading);
}

h1 {
    font-size: 150px;
    line-height: 160px;
    letter-spacing: -0.02em;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    h1 {
        font-size: 130px;
        line-height: 140px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    h1 {
        font-size: 120px;
        line-height: 130px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 110px;
        line-height: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 75px;
        line-height: 85px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

h2 {
    font-weight: 600;
    font-size: 68px;
    line-height: 80px;
    letter-spacing: -0.01em;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    h2 {
        font-size: 65px;
        line-height: 75px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    h2 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    h2 {
        font-size: 40px;
        line-height: 56px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 33px;
        line-height: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

h3 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -0.01em;
}

@media (max-width: 991px) {
    h3 {
        font-size: 25px;
        line-height: 35px;
    }
}

h4 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.32px;
}

h5 {
    font-size: 20px;
    line-height: 40px;
}

h6 {
    font-size: 18px;
    line-height: 34px;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    font-family: var(--si-ff-body);
    color: var(--si-common-text-body);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

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

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
    outline: none;
    height: 60px;
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 0px;
    background: rgb(246, 246, 249);
    color: var(--si-common-black);
    border-top: none;
    border-left: none;
    border-right: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--si-common-black);
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--si-common-black);
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 4-18 */
    color: var(--si-common-black);
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--si-common-black);
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
    /* MODERN BROWSER */
    color: var(--si-common-black);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
    border-color: var(--si-common-black);
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

textarea {
    line-height: 1.4;
    padding-top: 17px;
    padding-bottom: 17px;
}

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

*::-moz-selection {
    background: var(--si-common-black);
    color: var(--si-common-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--si-common-black);
    color: var(--si-common-white);
    text-shadow: none;
}

::selection {
    background: var(--si-common-black);
    color: var(--si-common-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--si-common-black);
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: var(--si-common-black);
    font-size: 14px;
    opacity: 1;
}

.si_img_reveal {
    visibility: hidden;
    overflow: hidden;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/

.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.z-index-1 {
    position: relative;
    z-index: 1;
}

.z-index-2 {
    position: relative;
    z-index: 2;
}

.z-index-3 {
    position: relative;
    z-index: 3;
}

.z-index-4 {
    position: relative;
    z-index: 4;
}

.z-index-5 {
    position: relative;
    z-index: 5;
}

.z-index-6 {
    position: relative;
    z-index: 6;
}

.z-index-7 {
    position: relative;
    z-index: 7;
}

.z-index-8 {
    position: relative;
    z-index: 8;
}

.z-index-9 {
    position: relative;
    z-index: 9;
}

.z-index-10 {
    position: relative;
    z-index: 10;
}

.gx-7 {
    --bs-gutter-x: 7px;
}

.gx-10 {
    --bs-gutter-x: 10px;
}

.gx-12 {
    --bs-gutter-x: 12px;
}

.gx-15 {
    --bs-gutter-x: 15px;
}

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

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

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

.gx-40 {
    --bs-gutter-x: 40px;
}

.gx-45 {
    --bs-gutter-x: 45px;
}

.gx-50 {
    --bs-gutter-x: 50px;
}

.gx-55 {
    --bs-gutter-x: 55px;
}

.gx-60 {
    --bs-gutter-x: 60px;
}

.gx-70 {
    --bs-gutter-x: 70px;
}

.gx-80 {
    --bs-gutter-x: 80px;
}

.gx-90 {
    --bs-gutter-x: 90px;
}

.gx-100 {
    --bs-gutter-x: 100px;
}

.gx-135 {
    --bs-gutter-x: 135px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gx-135 {
        --bs-gutter-x: 30px;
    }
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.underline-black:hover {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 0 2px, 100% 2px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
    -moz-transition: all 0.4s ease 0.3s 0s ease-out;
    -ms-transition: all 0.4s ease 0.3s 0s ease-out;
    -o-transition: all 0.4s ease 0.3s 0s ease-out;
    transition: all 0.4s ease 0.3s 0s ease-out;
}

.underline-black {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
    -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
    -moz-transition: all 0.4s ease 0.3s 0s ease-out;
    -ms-transition: all 0.4s ease 0.3s 0s ease-out;
    -o-transition: all 0.4s ease 0.3s 0s ease-out;
    transition: all 0.4s ease 0.3s 0s ease-out;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ml-71 {
    margin-left: 71px;
}

.navigation-icon a {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 2px solid #868686;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
}

.navigation-icon2 a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px solid #868686;
    line-height: 51px;
    text-align: center;
    border-radius: 50%;
}

/*----------------------------------------*/

/*  1.3 Spacing
/*----------------------------------------*/

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-22 {
    margin-bottom: 22px;
}

.mb-23 {
    margin-bottom: 23px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-27 {
    margin-bottom: 27px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

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

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-200 {
    margin-left: 200px;
}

.ml-223 {
    margin-left: 223px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-200 {
    margin-right: 200px;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-27 {
    padding-top: 27px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

@media (max-width: 1399px) {
    .pt-85 {
        padding-top: 80px;
    }
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

@media (max-width: 1399px) {
    .pt-110 {
        padding-top: 80px;
    }
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-124 {
    padding-top: 124px;
}

@media (max-width: 1399px) {
    .pt-124 {
        padding-bottom: 80px;
    }
}

.pt-127 {
    padding-top: 127px;
}

@media (max-width: 1399px) {
    .pt-127 {
        padding-top: 80px;
    }
}

.pt-130 {
    padding-top: 130px;
}

@media (max-width: 1399px) {
    .pt-130 {
        padding-top: 80px;
    }
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

@media (max-width: 1399px) {
    .pt-150 {
        padding-top: 80px;
    }
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

@media (max-width: 767px) {
    .pt-200 {
        padding-top: 70px;
    }
}

.pt-270 {
    padding-top: 270px;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-27 {
    padding-bottom: 27px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-38 {
    padding-bottom: 38px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-78 {
    padding-bottom: 78px;
}

@media (max-width: 991px) {
    .pb-78 {
        padding-bottom: 50px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

@media (max-width: 991px) {
    .pb-95 {
        padding-bottom: 60px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 60px;
    }
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-124 {
    padding-bottom: 125px;
}

@media (max-width: 1399px) {
    .pb-124 {
        padding-bottom: 80px;
    }
}

.pb-127 {
    padding-bottom: 127px;
}

@media (max-width: 1399px) {
    .pb-127 {
        padding-bottom: 80px;
    }
}

.pb-130 {
    padding-bottom: 130px;
}

@media (max-width: 1399px) {
    .pb-130 {
        padding-bottom: 80px;
    }
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

@media (max-width: 1399px) {
    .pb-150 {
        padding-bottom: 80px;
    }
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

@media (max-width: 1399px) {
    .pb-190 {
        padding-bottom: 80px;
    }
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-160 {
    padding-left: 160px;
}

.pl-165 {
    padding-left: 165px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-175 {
    padding-left: 175px;
}

.pl-180 {
    padding-left: 180px;
}

.pl-185 {
    padding-left: 185px;
}

.pl-190 {
    padding-left: 190px;
}

.pl-195 {
    padding-left: 195px;
}

.pl-200 {
    padding-left: 200px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-160 {
    padding-right: 160px;
}

.pr-165 {
    padding-right: 165px;
}

.pr-170 {
    padding-right: 170px;
}

.pr-175 {
    padding-right: 175px;
}

.pr-180 {
    padding-right: 180px;
}

.pr-185 {
    padding-right: 185px;
}

.pr-190 {
    padding-right: 190px;
}

.pr-195 {
    padding-right: 195px;
}

.pr-200 {
    padding-right: 200px;
}

/*----------------------------------------*/

/*  1.4 Back to top
/*----------------------------------------*/

.back-to-top-wrapper {
    position: fixed;
    right: 50px;
    bottom: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .back-to-top-wrapper {
        right: 20px;
        bottom: 20px;
    }
}

.back-to-top-wrapper.back-to-top-btn-show {
    visibility: visible;
    opacity: 1;
    bottom: 50px;
}

.back-to-top-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    color: var(--si-common-black);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: var(--si-common-white);
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
}

.back-to-top-btn svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.back-to-top-btn:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

/*----------------------------------------*/

/*  1.6 Buttons
/*----------------------------------------*/

.si-circle-btn {
    display: inline-block;
    text-align: center;
    border: 1px solid var(--si-border-4);
    width: 200px;
    height: 200px;
    place-content: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: all 0.9s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .si-circle-btn {
        width: 150px;
        height: 150px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .si-circle-btn {
        width: 150px;
        height: 150px;
        margin-bottom: 30px;
    }
}

.si-circle-btn:hover {
    border: 1px solid transparent;
}

.si-circle-btn-title {
    font-size: 20px;
    color: var(--si-common-black);
    padding-top: 16px;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .si-circle-btn-title {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .si-circle-btn-title {
        font-size: 17px;
    }
}

.si-circle-btn-dot {
    position: absolute;
    bottom: 0;
    left: 32px;
    width: 0px;
    height: 0px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    line-height: 20px;
    border-radius: 50%;
    background-color: var(--si-theme-primary);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid transparent;
    z-index: -1;
}

.si-circle-btn:hover .si-circle-btn-dot {
    width: 420px;
    height: 420px;
}

.si-btn-one {
    background: var(--si-common-black);
    padding: 8px 8px 5px 33px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    line-height: 1;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
}

.btn-icon {
    display: inline-block;
    background: var(--si-common-white);
    width: 39px;
    height: 39px;
    line-height: 39px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    transition: 0.6s;
    z-index: 1;
}

.btn-icon img {
    transition: 0.6s;
}

.si-btn-one .btn-icon i {
    font-size: 17px;
    transform: rotate(-45deg);
    transition: 0.6s;
    color: var(--si-common-black);
}

.si-btn-one:hover .btn-icon i {
    transform: rotate(0deg);
}

.si-btn-white {
    background: var(--si-common-white);
    color: var(--si-common-black);
}

.si-btn-one .btn-text span {
    display: flex;
    line-height: 1;
    text-shadow: 0 30px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.si-btn-one .btn-text {
    color: var(--si-common-white);
    overflow: hidden;
    padding: 0 0 2px 0;
}

.si-btn-one:hover .btn-text span {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.black-bg-btn {
    background: var(--si-common-white);
}

.black-bg-btn .btn-icon i {
    color: var(--si-common-white);
}

.black-bg-btn .btn-text {
    color: var(--si-common-black);
}

.btn-icon2 {
    background: var(--si-common-black);
}

.border-btn {
    border: 1px solid var(--si-common-black);
}

/*----------------------------------------*/

/*  1.1 Animations
/*----------------------------------------*/

.rotate2 {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: rotate2 10s infinite linear;
    animation: rotate2 10s infinite linear;
}

@keyframes rotate2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes animationglob {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes lqdItiImgOut {
    0% {
        transform: translateY(0) scale(1);
    }
    to {
        transform: translateY(100%) scale(1.15);
    }
}

@keyframes hero-circle-2 {
    0% {
        -webkit-transform: translateX(1000px);
        -moz-transform: translateX(1000px);
        -ms-transform: translateX(1000px);
        -o-transform: translateX(1000px);
        transform: translateX(1000px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes hero-circle-3 {
    0% {
        -webkit-transform: translateX(500px);
        -moz-transform: translateX(500px);
        -ms-transform: translateX(500px);
        -o-transform: translateX(500px);
        transform: translateX(500px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes move1 {
    0% {
        bottom: -300px;
        left: -300px;
    }
    30% {
        bottom: 100px;
        left: 300px;
    }
    60% {
        bottom: 200px;
        left: 600px;
    }
    100% {
        bottom: -300px;
        left: 1200px;
    }
}

@keyframes move1-reverse {
    0% {
        bottom: -150px;
        left: 1400px;
    }
    40% {
        bottom: 50px;
        left: 600px;
    }
    70% {
        bottom: 200px;
        left: 300px;
    }
    100% {
        bottom: -150px;
        left: -150px;
    }
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0.2);
    }
    40% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.2);
    }
    80% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
    }
}

@keyframes animate-pulse-2 {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 246, 105, 0.1), 0 0 0 0 rgba(255, 246, 105, 0.1);
    }
    40% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 246, 105, 0.1);
    }
    80% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
    }
}

@keyframes rotate {
    100% {
        transform: translate(-50%, -50%) rotate(1turn);
    }
}

@keyframes marquee-horizontal {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes video-border {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

@-moz-keyframes video-border {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

@-ms-keyframes video-border {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

@keyframes video-border {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

@keyframes scroll-up-down {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes scroll1 {
    0% {
        top: 0px;
    }
    100% {
        top: 100%;
    }
}

@keyframes scroll2 {
    0% {
        top: 0px;
    }
    100% {
        top: 100%;
    }
}

@keyframes transform {
    0% {
        transform: scale(0.8);
        opacity: 0.8;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.8);
        opacity: 0.8;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.si-zoom-in-out {
    -webkit-animation: si_zoom_in_out 7s infinite linear;
    -moz-animation: si_zoom_in_out 7s infinite linear;
    -ms-animation: si_zoom_in_out 7s infinite linear;
    -o-animation: si_zoom_in_out 7s infinite linear;
    animation: si_zoom_in_out 7s infinite linear;
}

@-webkit-keyframes si_zoom_in_out {
    0% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-moz-keyframes si_zoom_in_out {
    0% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-ms-keyframes si_zoom_in_out {
    0% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes si_zoom_in_out {
    0% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes scroll_anim {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes loadingAnimation {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes roteted {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes bar_anim {
    0%,
    100% {
        -webkit-clip-path: inset(-2px 0);
        clip-path: inset(-2px 0);
    }
    42% {
        -webkit-clip-path: inset(-2px 0 -2px 100%);
        clip-path: inset(-2px 0 -2px 100%);
    }
    43% {
        -webkit-clip-path: inset(-2px 100% -2px 0);
        clip-path: inset(-2px 100% -2px 0);
    }
}

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation: fadeInUp 7s infinite linear;
}

@-webkit-keyframes sishake {
    10% {
        transform: translateY(-10px);
    }
    50% {
        transform: skew(15deg);
    }
    80% {
        transform: rotate(10deg);
    }
    100% {
        transform: translate(0);
    }
}

@-moz-keyframes sishake {
    10% {
        transform: translateY(-10px);
    }
    50% {
        transform: skew(15deg);
    }
    80% {
        transform: rotate(10deg);
    }
    100% {
        transform: translate(0);
    }
}

@-ms-keyframes sishake {
    10% {
        transform: translateY(-10px);
    }
    50% {
        transform: skew(15deg);
    }
    80% {
        transform: rotate(10deg);
    }
    100% {
        transform: translate(0);
    }
}

@keyframes sishake {
    10% {
        transform: translateY(-10px);
    }
    50% {
        transform: skew(15deg);
    }
    80% {
        transform: rotate(10deg);
    }
    100% {
        transform: translate(0);
    }
}

/*----------------------------------------*/

/*  1.9 Preloader
/*----------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: var(--si-common-white);
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--si-common-black);
    animation: preloader 1.3s linear infinite;
    -webkit-animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/*--- end of preloader ---*/

/*----------------------------------------*/

/*  1.3 Background
/*----------------------------------------*/

.si-background {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.white-bg {
    background-color: var(--si-common-white);
}

.black-bg {
    background-color: var(--si-common-black);
}

.surface-bg {
    background-color: var(--si-common-surface);
}

[data-bg-color=footer-bg-grey] {
    background-color: var(--si-footer-grey-1);
}

[data-bg-color=footer-bg-white] {
    background-color: var(--si-common-white);
}

/*----------------------------------------*/

/*  1.8 Nice Select
/*----------------------------------------*/

.custom-select {
    position: relative;
    width: 200px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.custom-select .selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #fff;
}

.custom-select .selected.open .arrow {
    transform: rotate(-135deg);
}

.custom-select .selected.open+.options {
    max-height: 500px;
    opacity: 1;
}

.custom-select .selected .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.custom-select .options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 100;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.custom-select .options li {
    padding: 10px;
    cursor: pointer;
    list-style: none;
    transition: background 0.2s ease;
}

.custom-select .options li:hover {
    background: #f0f0f0;
}

/*----------------------------------------*/

/*  1.5 Breadcrumb
/*----------------------------------------*/

.si-breadcumb-area {
    padding-top: 257px;
    padding-bottom: 161px;
    position: relative;
    z-index: 1;
}

.si-breadcumb-area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.7);
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-breadcumb-area {
        padding-top: 190px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-breadcumb-area {
        padding-top: 190px;
    }
}

@media (max-width: 991px) {
    .si-breadcumb-area {
        padding-top: 90px;
    }
}

.si-breadcumb-text {
    text-align: center;
}

.si-breadcumb-text h2 {
    font-size: 100px;
    line-height: 100px;
    color: var(--si-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-breadcumb-text h2 {
        font-size: 70px;
        line-height: 90px;
    }
}

@media (max-width: 991px) {
    .si-breadcumb-text h2 {
        font-size: 55px;
        line-height: 70px;
        margin-top: 40px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-breadcumb-text h2 {
        font-size: 40px;
    }
}

.si-breadcumb-text span {
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    margin-top: 13px;
    background: rgba(255, 255, 255, 0.1);
    border: 0.5px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(7.5px);
    color: #8f8f8f;
    padding: 9px 23px 8px 23px;
    border-radius: 100px;
}

.si-breadcumb-text span i {
    font-size: 16px;
}

.si-breadcumb-text span strong {
    color: var(--si-common-white);
    font-weight: 400;
}

.si-breadcumb-shape {
    position: absolute;
    top: 198px;
    left: 139px;
}

@media (max-width: 991px) {
    .si-breadcumb-shape {
        display: none;
    }
}

/*----------------------------------------*/

/*  1.0 Accordion
/*----------------------------------------*/

.si-faq-accordion-wrap .accordion-items {
    padding-bottom: 15px;
    border-top: 1px solid var(--si-border-7);
    position: relative;
    background: var(--si-common-white);
}

.si-faq-accordion-wrap .si-faq-number {
    font-weight: 600;
    font-size: 100px;
    line-height: 136px;
    color: #E7E8E9;
    letter-spacing: -0.05em;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .si-faq-accordion-wrap .si-faq-number {
        font-size: 50px;
    }
}

.si-faq-accordion-wrap .accordion-header {
    margin-bottom: 0;
}

.si-faq-accordion-wrap .accordion-header .accordion-buttons {
    padding-top: 24px;
    padding-bottom: 6px;
    font-weight: 600;
    font-size: 24px;
    line-height: 41px;
    width: 100%;
    letter-spacing: -0.02em;
    color: var(--si-common-black);
    display: flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-faq-accordion-wrap .accordion-header .accordion-buttons {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .si-faq-accordion-wrap .accordion-header .accordion-buttons {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .si-faq-accordion-wrap .accordion-header .accordion-buttons {
        font-size: 20px;
        line-height: 32px;
        padding-top: 24px;
    }
}

.si-faq-accordion-wrap .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.si-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon {
    position: absolute;
    top: 43px;
    right: 23px;
}

@media (max-width: 767px) {
    .si-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon {
        top: -41px;
    }
}

.si-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::before {
    position: absolute;
    content: "";
    width: 1.5px;
    height: 18px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--si-common-black);
    border-radius: 2px;
    transition: 0.4s;
}

.si-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 1.5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--si-common-black);
    border-radius: 2px;
}

.si-faq-accordion-wrap .accordion-header span {
    margin-right: 20px;
}

@media (max-width: 767px) {
    .si-faq-accordion-wrap .accordion-header span {
        margin-right: 10px;
    }
}

.si-faq-accordion-wrap .accordion-body {
    padding-bottom: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .si-faq-accordion-wrap .accordion-body {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .si-faq-accordion-wrap .accordion-body {
        padding-right: 30px;
    }
}

.si-faq-accordion-wrap .accordion-body p {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: var(--si-text-body);
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .si-faq-accordion-wrap .accordion-body p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .si-faq-accordion-wrap .accordion-body p {
        font-size: 18px;
    }
}

.accordion-body {
    padding: 0;
}

.accordion-border {
    border-bottom: 1px solid var(--si-border-7);
}

/*----------------------------------------*/

/*  2.1 Section Title
/*----------------------------------------*/

.si-section-title span {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: var(--si-common-black);
    position: relative;
    text-transform: uppercase;
    font-family: var(--si-ff-body);
    margin-left: 67px;
}

@media (max-width: 991px) {
    .si-section-title span {
        font-size: 16px;
    }
}

.si-section-title span::before {
    position: absolute;
    content: "";
    top: 8px;
    left: -67px;
    width: 50px;
    height: 2px;
    background: var(--si-common-black);
}

.si-section-title h2 {
    margin-top: 12px;
}

.si-section-title p {
    margin-top: 21px;
}

.si-white span {
    color: var(--si-common-white);
}

.si-white span::before {
    background: var(--si-common-white);
}

.si-white h2 {
    color: var(--si-common-white);
}

.si-white p {
    color: var(--si-common-white);
}

/*----------------------------------------*/

/*  2.0 Search
/*----------------------------------------*/

.si-search-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    height: 300px;
    visibility: hidden;
    background: var(--si-common-white);
    -webkit-transform: translateY(calc(-100% - 80px));
    -moz-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    -o-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    transition: all 0.5s ease-in-out 0s, visibility 0.5s ease-in-out;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.si-search-area::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

.si-search-area.opened {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.si-search-area.search-black {
    background: rgb(38, 37, 40);
}

.si-search-area.search-black .si-search-content .search::before {
    background-color: var(--si-common-white);
}

.si-search-area.search-black .si-search-content input {
    border-color: #4F4F4F;
    background-color: transparent;
    color: var(--si-common-white);
}

.si-search-area.search-black .si-search-content input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--si-common-white);
}

.si-search-area.search-black .si-search-content input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--si-common-white);
}

.si-search-area.search-black .si-search-content input:-moz-placeholder {
    /* Firefox 4-18 */
    color: var(--si-common-white);
}

.si-search-area.search-black .si-search-content input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--si-common-white);
}

.si-search-area.search-black .si-search-content input::placeholder {
    /* MODERN BROWSER */
    color: var(--si-common-white);
}

.si-search-area.search-black .si-search-content .si-search-icon {
    color: var(--si-common-white);
}

.si-search-area.search-black .si-search-close-btn {
    border-color: #4F4F4F;
    color: var(--si-common-white);
}

.si-search-wrapper {
    position: relative;
    display: flex;
    padding-top: 80px;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .si-search-wrapper {
        padding-top: 115px;
    }
}

.si-search-close {
    position: absolute;
    top: 35px;
    right: 35px;
}

@media (max-width: 767px) {
    .si-search-close {
        right: 20px;
        top: 20px;
    }
}

.si-search-close-btn {
    position: relative;
    height: 50px;
    width: 50px;
    z-index: 2;
    line-height: 1;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    color: var(--si-common-black);
    border: 1px solid rgba(22, 22, 19, 0.1);
}

.si-search-close-btn svg {
    height: 12px;
    width: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.si-search-close-btn:hover svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.si-search-content .search {
    margin-bottom: 40px;
    position: relative;
}

.si-search-content .search:has(input:focus)::before {
    width: 100%;
}

.si-search-content .search::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: 0.4s;
    background-color: var(--si-common-black);
}

.si-search-content input {
    height: 80px;
    border: none;
    font-size: 30px;
    font-weight: 400;
    padding: 0 60px 0 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #E6E8F0;
    color: var(--si-common-black);
    background: var(--si-common-white);
}

.si-search-content input:focus:hover {
    background: transparent;
}

.si-search-content input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 30px;
    font-weight: 400;
    color: var(--si-common-black);
}

.si-search-content input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 30px;
    font-weight: 400;
    color: var(--si-common-black);
}

.si-search-content input:-moz-placeholder {
    /* Firefox 4-18 */
    font-size: 30px;
    font-weight: 400;
    color: var(--si-common-black);
}

.si-search-content input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 30px;
    font-weight: 400;
    color: var(--si-common-black);
}

.si-search-content input::placeholder {
    /* MODERN BROWSER */
    font-size: 30px;
    font-weight: 400;
    color: var(--si-common-black);
}

.si-search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
}

.si-header-search-title {
    font-size: 18px;
    font-weight: 500;
    margin-left: 3px;
    color: var(--si-common-white);
}

/*----------------------------------------*/

/*  1.7 Magic Cursor
/*----------------------------------------*/

body.si-magic-cursor #magic-cursor {
    display: block;
}

#magic-cursor {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
    top: 0;
    left: 0;
}

#ball {
    position: fixed;
    display: flex;
    align-items: center;
    pointer-events: none;
    border-radius: 50%;
    color: transparent;
    justify-content: center;
    mix-blend-mode: difference;
    background-color: var(--si-common-black);
}

.cursor-theme-bg #ball {
    background-color: var(--si-theme-primary) !important;
}

.cursor-theme-bg #ball .ball-view {
    color: var(--si-common-black);
}

.cursor-black-bg #ball .ball-view {
    color: var(--si-common-white);
}

/* Ball view 
============= */

#ball .ball-view {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    transform: scale(0);
    color: var(--si-common-black);
}

/* Ball drag 
============= */

#ball .ball-drag {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    transition: all 0.3s;
    color: var(--si-common-black);
}

#ball .ball-drag::before,
#ball .ball-drag::after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    font-size: 19px;
    height: 10px;
    line-height: 10px;
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: var(--si-common-white);
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
    content: "\f104";
    /* Font Awesome */
    left: 0;
    transform: translate3d(-30px, 0, 0);
    transition: all 0.25s;
}

#ball .ball-drag::after {
    content: "\f105";
    /* Font Awesome */
    right: 0;
    transform: translate3d(30px, 0, 0);
    transition: all 0.25s;
}

#ball.with-blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Ball close 
============== */

#ball.ball-close-enabled {
    opacity: 1 !important;
}

#ball .ball-close {
    position: absolute;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: var(--si-common-black);
}

.si-magnetic-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* HEADER CSS */

/*----------------------------------------*/

/*   3.1 Header Style
/*----------------------------------------*/

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 55;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .si-header-ptb {
        padding: 10px 0;
    }
}

.si-header-menu>nav>ul>li {
    margin: 0 22px;
    list-style-type: none;
    display: inline-block;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-header-menu>nav>ul>li {
        margin: 0 17px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-header-menu>nav>ul>li {
        margin: 0 11px;
    }
}

.si-header-menu>nav>ul>li>a {
    padding: 50px 0;
    font-weight: 600;
    font-size: 18px;
    color: var(--si-common-black);
}

.si-header-lang a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
}

.si-header-lang a.active {
    color: var(--si-theme-primary);
}

.si-header-lang a:not(:first-child) {
    margin-left: 10px;
}

.si-header-lang a:hover {
    color: var(--si-theme-primary);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-header-box {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-header-box {
        padding-right: 0px;
    }
}

.si-header-logo img {
    width: 120px !important;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .si-header-logo {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-header-logo {
        padding-right: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .si-header-logo {
        padding: 10px 0;
    }
}

.si-header-main {
    display: flex;
    justify-content: end;
}

.si-header-main2 {
    background: var(--si-common-white);
    border: 1px solid var(--si-border-9);
    border-radius: 100px;
    padding: 17px 13px 16px 7px;
}

.si-header-right {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .si-header-right {
        justify-content: right;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .si-header-right {
        display: block;
        text-align: right;
    }
}

.si-header-bar button {
    color: var(--si-common-white);
    border: 2px solid var(--si-common-text-body);
    border-radius: 50px;
    width: 44px;
    height: 44px;
    place-content: center;
}

.si-header-bar button:hover span {
    animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-header-social {
        display: none !important;
    }
}

.si-header-social a {
    margin-right: 15px;
}

.si-header-bar {
    margin-left: 59px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-header-bar {
        margin-left: 0;
    }
}

.si-header-white .si-header-menu>nav>ul>li>a {
    color: var(--si-common-white);
}

.si-header-white .si-header-dropdown nav ul li.has-dropdown::after {
    color: var(--si-common-white);
}

.si-header-white .si-header-search-title {
    color: var(--si-common-white);
}

.si-header-white .si-header-bar button {
    border: 1px solid var(--si-border-3);
}

.si-header-white.header-sticky {
    background: var(--si-common-black);
}

.si-offcanvas-open-btn span a {
    color: var(--si-common-black);
}

.si-header-btn {
    margin-left: 20px;
}

@media (max-width: 1330px) {
    .si-header-btn {
        display: none;
    }
}

.si-header-2-bg {
    background: var(--si-common-white);
    padding: 23px 22px;
    border-radius: 100px;
}

.si-header-2-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: -13px;
    margin-left: 73px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-header-2-right {
        margin-left: 50px;
    }
}

.si-header-2-main {
    justify-content: center !important;
    margin-left: 27px;
}

.si-header-2-btn-main {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 24px;
}

.si-header-2-bar {
    width: 52px !important;
    height: 52px !important;
    line-height: 50px;
    border: 1px solid var(--si-common-text-body);
    border-radius: 50%;
}

.si-header-2-bar-inner {
    position: relative;
    left: 12px;
    top: 12px;
}

.si-header-2-bar:hover .line-one {
    width: 25px;
}

.si-header-2-bar:hover .line-three {
    width: 25px;
}

.line-one {
    display: block;
    width: 19px;
    height: 2px;
    margin-bottom: 7px;
    background: var(--si-common-text-body);
    transition: 0.6s;
}

.line-two {
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 7px;
    background: var(--si-common-text-body);
    transition: 0.6s;
}

.line-three {
    display: block;
    width: 14px;
    height: 2px;
    margin-bottom: 7px;
    background: var(--si-common-text-body);
    transition: 0.6s;
}

.header-2-sticky .si-header-2-bg {
    padding: 15px 0;
}

.si-header-3-area {
    border-bottom: 1px solid var(--si-border-3);
    padding-bottom: 27px;
}

.si-header-3-bg {
    padding: 15px 22px;
}

.si-header-3-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.si-header-3-menu>nav>ul>li>a {
    color: var(--si-common-white);
}

.si-header-3-bar {
    border: 2px solid var(--si-common-white);
    width: 56px !important;
    height: 56px !important;
    line-height: 56px !important;
}

.si-header-3-bar span {
    background: var(--si-common-white);
    width: 25px !important;
}

.si-header-3-bar-inner {
    left: 14px;
    top: 9px;
}

.si-header-3-left {
    margin-left: 0px;
}

/*----------------------------------------*/

/*  4.1 Main Menu
/*----------------------------------------*/

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    z-index: 10;
    visibility: visible;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.08);
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    padding: 11px 0;
}

.header-sticky .si-header-menu>nav>ul>li>a {
    padding: 30px 0;
}

.header-2-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    z-index: 10;
    visibility: visible;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.08);
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.header-2-sticky .si-header-menu>nav>ul>li>a {
    padding: 30px 0;
}

.header-sticky-black {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    z-index: 10;
    visibility: visible;
    background: #000;
    box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.08);
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    padding: 15px 0px;
}

.header-sticky-black .si-header-menu>nav>ul>li>a {
    padding: 30px 0;
}

.si-header-dropdown nav ul li {
    position: relative;
    list-style: none;
}

.si-header-dropdown nav ul li.p-static {
    position: static;
}

.si-header-dropdown nav ul li.has-dropdown::after {
    content: "\f107";
    font-size: 16px;
    font-weight: 400;
    margin-left: 2px;
    display: inline-block;
    color: var(--si-common-black);
    transition: all 0.3s 0s ease-out;
    font-family: var(--si-ff-fontawesome);
}

.si-header-dropdown nav ul li.has-dropdown:hover::after {
    transform: rotate(-180deg);
}

.si-header-dropdown nav ul li .si-submenu {
    position: absolute;
    top: 55px;
    left: 0;
    width: 260px;
    z-index: 99;
    opacity: 0;
    padding: 12px 0;
    transition: 0.5s;
    text-align: start;
    visibility: hidden;
    border-radius: 0px;
    transform-origin: 0 0;
    transform: scale(1, 0);
    backdrop-filter: blur(40px);
    background: rgba(38, 37, 40, 0.9);
    box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}

.si-header-dropdown nav ul li .si-submenu li {
    width: 100%;
    padding: 0 12px;
    border-radius: 8px;
}

.si-header-dropdown nav ul li .si-submenu li a {
    position: relative;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #bfbfc0;
    padding: 12px 18px;
    display: inline-block;
    letter-spacing: -0.01em;
    text-align: start;
    width: 100%;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-header-dropdown nav ul li .si-submenu li a {
        font-size: 14px;
    }
}

.si-header-dropdown nav ul li .si-submenu li .si-submenu {
    top: 0;
    left: 100%;
}

.si-header-dropdown nav ul li .si-submenu li:hover>a {
    background-color: #2c2b2e;
    color: var(--si-common-white);
}

.si-header-dropdown nav ul li .si-submenu li.menu-item-has-children>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.si-header-dropdown nav ul li .si-submenu li.menu-item-has-children>a::after {
    content: "\f107";
    font-size: 16px;
    font-weight: 400;
    margin-left: 2px;
    color: #bfbfc0;
    display: inline-block;
    transform: rotate(-90deg);
    transition: all 0.3s 0s ease-out;
    font-family: var(--si-ff-fontawesome);
}

.si-header-dropdown nav ul li .si-submenu li.menu-item-has-children:hover a::after {
    transform: rotate(0deg);
    color: var(--si-common-white);
}

.si-header-dropdown nav ul li:hover>.si-submenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.si-header-dropdown nav ul li:hover>.si-megamenu-wrapper {
    visibility: visible;
    opacity: 1;
    transition-duration: 0.2s;
    -webkit-transform: perspective(300px) rotateX(0deg);
    -moz-transform: perspective(300px) rotateX(0deg);
    -ms-transform: perspective(300px) rotateX(0deg);
    -o-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
}

.dropdown-white-bg nav ul li .si-submenu {
    background: var(--si-common-white);
}

.dropdown-white-bg nav ul li .si-submenu li a {
    color: var(--si-common-black);
}

.dropdown-white-bg nav ul li .si-submenu li:hover>a {
    background-color: var(--si-theme-primary);
    color: var(--si-common-white);
}

.dropdown-white-bg nav ul li .si-submenu li.menu-item-has-children>a::after {
    color: #636368;
}

.dropdown-white-bg nav ul li .si-submenu li.menu-item-has-children:hover>a::after {
    color: var(--si-common-black);
}

/*----------------------------------------*/

/*  4.2 Mobile Menu
/*----------------------------------------*/

.si-offcanvas-menu {
    margin-bottom: 80px;
}

.si-offcanvas-menu ul {
    list-style: none;
}

.si-offcanvas-menu ul li {
    position: relative;
}

.si-offcanvas-menu ul li>a {
    padding: 10px 0;
    display: block;
    font-size: 20px;
    font-weight: 500;
}

.si-offcanvas-menu ul li.active>a {
    color: var(--si-common-red-3);
}

.si-offcanvas-menu ul li.active>.si-menu-close i {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.si-offcanvas-menu ul li .submenu {
    display: none;
}

.si-offcanvas-menu ul li .submenu .submenu {
    margin-left: 30px;
}

.si-offcanvas-menu .si-megamenu-wrapper.megamenu-white-bg {
    backdrop-filter: none;
    background: transparent;
    box-shadow: none;
}

.si-offcanvas-menu .mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
}

.si-offcanvas-menu .si-megamenu-list ul li {
    padding: 0;
}

.si-offcanvas-menu .si-megamenu-list ul li a {
    padding: 8px 20px;
    font-size: 17px;
}

.si-offcanvas-menu .si-submenu li a {
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 17px;
}

.si-offcanvas-menu .si-submenu li a:hover {
    background-color: #f8f8fb;
    color: var(--si-common-black);
}

.si-menu-close {
    position: absolute;
    right: 7px;
    top: 12px;
}

.si-menu-close i {
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 500;
}

.menu-item-has-children .si-menu-close {
    right: 14px;
    top: 9px;
}

/*----------------------------------------*/

/*  4.3 offcanvas Menu
/*----------------------------------------*/

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
    background: rgba(24, 24, 24, 0.4);
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

.si-offcanvas-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    height: 100vh;
    z-index: 999;
    padding: 50px 50px;
    overflow-y: scroll;
    transition: all 0.3s;
    background: #FFF;
    overscroll-behavior-y: contain;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
}

@media (max-width: 767px) {
    .si-offcanvas-wrapper {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .si-offcanvas-wrapper {
        width: 450px;
    }
}

.si-offcanvas-wrapper .logo-2 {
    display: none;
}

.si-offcanvas-wrapper.offcanvas-black-bg {
    background: var(--si-common-black);
}

.si-offcanvas-wrapper.offcanvas-black-bg .logo-1 {
    display: none;
}

.si-offcanvas-wrapper.offcanvas-black-bg .logo-2 {
    display: block !important;
}

.si-offcanvas-wrapper.offcanvas-black-bg .si-offcanvas-close-btn {
    color: var(--si-common-white);
}

.si-offcanvas-wrapper.offcanvas-black-bg .si-offcanvas-menu ul li>a {
    color: var(--si-common-white);
}

.si-offcanvas-wrapper.offcanvas-black-bg .si-offcanvas-menu ul li.active>a {
    color: var(--si-theme-primary);
}

.si-offcanvas-wrapper.offcanvas-black-bg .si-offcanvas-menu .si-submenu li a:hover {
    background-color: #2c2b2e;
    color: var(--si-common-white);
}

.si-offcanvas-wrapper.offcanvas-black-bg .si-menu-close i {
    color: var(--si-common-white);
}

.si-offcanvas-wrapper.offcanvas-black-bg .si-megamenu-wrapper.megamenu-black-bg {
    backdrop-filter: initial;
    background: transparent;
    box-shadow: none;
}

.si-offcanvas-wrapper.offcanvas-black-bg .si-offcanvas-title.sm {
    color: var(--si-common-white);
}

.si-offcanvas-wrapper.offcanvas-black-bg .si-offcanvas-contact ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.si-offcanvas-wrapper.offcanvas-black-bg .si-offcanvas-contact ul li a:hover {
    color: var(--si-common-white);
}

.si-offcanvas-wrapper.offcanvas-black-bg .si-offcanvas-contact ul li a::after {
    background-color: var(--si-common-white);
}

.si-offcanvas-wrapper.offcanvas-black-bg .si-offcanvas-social ul li a {
    color: var(--si-common-white);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.si-offcanvas-wrapper.offcanvas-black-bg .si-offcanvas-social ul li a:hover {
    color: var(--si-common-black);
    border-color: var(--si-common-white);
    background-color: var(--si-common-white);
}

.si-offcanvas-wrapper.offcanvas-black-bg .si-offcanvas-title {
    color: var(--si-common-white);
}

.si-offcanvas-wrapper.offcanvas-black-bg .si-offcanvas-content p {
    color: rgba(255, 255, 255, 0.8);
}

.si-offcanvas-area.opened .si-offcanvas-wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.si-offcanvas-top {
    margin-bottom: 90px;
}

.si-offcanvas-close-btn {
    color: black;
}

.si-offcanvas-close-btn:hover {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.si-offcanvas-content {
    margin-bottom: 45px;
}

.si-offcanvas-content p {
    font-size: 18px;
    font-weight: 500;
    color: var(--si-common-black);
}

.si-offcanvas-title {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.8px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--si-common-black);
}

.si-offcanvas-title.sm {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--si-common-black);
}

.si-offcanvas-gallery {
    margin-bottom: 65px;
}

.si-offcanvas-gallery-img img {
    transition: 0.9s;
}

.si-offcanvas-gallery-img:hover img {
    transform: scale(1.2) rotate(-2deg);
}

.si-offcanvas-contact {
    margin-bottom: 55px;
}

.si-offcanvas-contact ul li {
    list-style: none;
}

.si-offcanvas-contact ul li:not(:last-child) {
    margin-bottom: 2px;
}

.si-offcanvas-contact ul li a {
    display: inline-block;
    color: var(--si-common-black);
    font-size: 16px;
    position: relative;
}

.si-offcanvas-contact ul li a::after {
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 0;
    height: 1px;
    content: "";
    transition: 0.4s;
    background-color: #1e1e1e;
}

.si-offcanvas-contact ul li a:hover {
    color: var(--si-common-black);
}

.si-offcanvas-contact ul li a:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}

.si-offcanvas-social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.si-offcanvas-social ul li {
    list-style: none;
}

.si-offcanvas-social ul li:not(:last-child) {
    margin-right: 8px;
}

.si-offcanvas-social ul li a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 40px;
    transition: all 0.3s;
    color: var(--si-common-black);
    border: 1px solid rgba(2, 11, 24, 0.1);
}

.si-offcanvas-social ul li a:hover {
    background-color: var(--si-theme-primary);
    border-color: var(--si-theme-primary);
    color: var(--si-common-white);
}

.si-offcanvas-social ul li a svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.si-blog-details-thumb img {
    height: 540px;
    object-fit: cover;
    border-radius: 12px;
}

@media (max-width: 767px) {
    .si-blog-details-thumb img {
        height: 375px;
    }
}

.si-blog-details-text {
    margin-top: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-details-text {
        margin-top: 20px;
    }
}

.si-blog-details-text h3 {
    margin-bottom: 13px;
    font-size: 60px;
    line-height: 70px;
    margin-top: 9px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-blog-details-text h3 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-blog-details-text h3 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .si-blog-details-text h3 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .si-blog-details-text h3 {
        font-size: 25px;
        line-height: 35px;
    }
}

.si-blog-details-text span {
    position: relative;
    margin-right: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-details-text span {
        margin-right: 0;
        margin-top: 9px;
        display: block;
    }
}

.si-blog-details-text span::before {
    position: absolute;
    content: "";
    right: -21px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: var(--si-common-text-body);
    border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-details-text span::before {
        display: none;
    }
}

.si-blog-details-text span:last-child::before {
    display: none;
}

.si-blog-details-text2 p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 21px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-details-text2 p br {
        display: none;
    }
}

.si-blog-details-text2 span {
    font-size: 20px;
    line-height: 32px;
    margin-top: 8px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-details-text2 span br {
        display: none;
    }
}

.si-blog-details-main {
    display: flex;
    margin-top: 45px;
    gap: 39px;
    margin-bottom: 41px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-details-main {
        display: block;
    }
}

.si-blog-details-shape img {
    width: 70px;
    height: 70px;
}

.si-blog-details-text3 h4 {
    font-size: 28px;
    line-height: 38px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-details-text3 h4 br {
        display: none;
    }
}

.si-blog-details-text3 span {
    position: relative;
    margin-left: 25px;
}

.si-blog-details-text3 span::before {
    position: absolute;
    content: "";
    left: -25px;
    top: 12px;
    width: 15px;
    height: 2px;
    background: var(--si-common-text-body);
}

.si-blog-details-text4 p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 23px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-details-text4 p br {
        display: none;
    }
}

.si-blog-details-thumb2 {
    display: flex;
    gap: 30px;
    margin-top: 51px;
    margin-bottom: 51px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-blog-details-thumb2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .si-blog-details-thumb2 {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .si-blog-details-img {
        margin-bottom: 20px;
    }
}

.si-blog-details-img img {
    border-radius: 12px;
}

.si-blog-details-list-main {
    margin-top: 83px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 82px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-details-list-main {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.si-blog-details-list span {
    background: var(--si-common-gray);
    padding: 14px 24px;
    color: var(--si-common-black);
    border-radius: 40px;
    margin-right: 9px;
}

@media (max-width: 767px) {
    .si-blog-details-list span {
        display: block;
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-details-list2 {
        margin-top: 30px;
    }
}

.si-blog-details-list2 ul li {
    display: inline;
    margin-left: 7px;
}

.si-blog-details-list2 ul li a {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 40px;
    border: 1px solid #C5C5C5;
    text-align: center;
    border-radius: 50%;
}

.si-blog-details-right {
    margin-left: 138px;
    margin-top: 35px;
    margin-bottom: 84px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-details-right {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-blog-details-right {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .si-blog-details-right {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.si-blog-details-cmt h4 {
    font-size: 36px;
    line-height: 46px;
}

.si-blog-details-main2 {
    display: flex;
    gap: 27px;
    margin-top: 28px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-details-main2 {
        display: block;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-details-img2 {
        margin-bottom: 15px;
    }
}

.si-blog-details-title2 {
    margin-top: -7px;
}

.si-blog-details-title2 h5 {
    font-size: 24px;
    line-height: 34px;
}

.si-blog-details-title2 p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 11px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-details-title2 p br {
        display: none;
    }
}

.si-blog-details-title2 a {
    font-size: 18px;
    font-weight: 600;
    color: var(--si-common-black);
    border-bottom: 1px solid var(--si-common-black);
    padding-bottom: 5px;
}

.si-blog-details-title2 a i {
    transform: rotate(-45deg);
    margin-left: 9px;
}

.si-blog-details-box h6 {
    font-size: 36px;
    line-height: 46px;
}

.si-blog-details-box p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 15px;
    margin-bottom: 37px;
}

@media (max-width: 991px) {
    .si-blog-details-box p {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .si-blog-details-from {
        margin-top: 24px;
    }
}

.si-blog-details-from input {
    font-size: 18px;
    width: 100%;
    height: 70px;
    padding-left: 23px !important;
    border-radius: 8px;
    background: var(--si-common-gray);
    border: none;
}

.si-blog-details-from input::placeholder {
    font-size: 18px;
    color: var(--si-common-text-body);
    border: none;
}

.si-blog-details-message {
    margin-top: 24px;
}

.si-blog-details-message textarea {
    font-size: 18px;
    width: 100%;
    height: 280px;
    padding-left: 23px !important;
    border-radius: 8px;
    background: var(--si-common-gray);
    border: none;
}

.si-blog-details-message textarea::placeholder {
    font-size: 18px;
    color: var(--si-common-text-body);
    border: none;
}

.si-blog-details-btn a {
    background: #000;
    color: #fff;
    padding: 20px 35px 20px 34px;
    border-radius: 40px;
    margin-top: 38px;
    display: inline-block;
}

/*----------------------------------------*/

/*  5.3 Sidebar css
/*----------------------------------------*/

.si-blog-sidebar-search {
    padding: 39px 37px 39px 37px;
    border-radius: 10px;
    background: var(--si-common-gray);
}

@media (max-width: 991px) {
    .si-blog-sidebar-search {
        margin-top: 30px;
    }
}

.si-blog-sidebar-search h4 {
    margin-bottom: 26px;
}

.si-blog-sidebar-searchtwo {
    position: relative;
}

.si-blog-sidebar-searchtwo input {
    background: transparent;
    border: 1px solid rgba(84, 84, 84, 0.12);
    background: var(--si-common-white);
    border-radius: 10px;
    padding: 0px 0px 0px 20px;
}

.si-blog-sidebar-searchtwo input::placeholder {
    font-size: 18px;
    font-weight: 500;
    border: none;
}

.si-blog-sidebar-searchtwo input:focus {
    border: 1px solid var(--si-border-7);
    outline: 0;
    box-shadow: none;
}

.si-blog-sidebar-icontwo {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    display: flex;
    align-items: center;
    text-align: center;
}

.si-blog-sidebar-icontwo a {
    display: inline-block;
    background: var(--si-theme-primary);
    padding: 13px 12px 12px 14px;
    border-radius: 10px;
}

.si-blog-sidebar-text {
    background: var(--si-common-gray);
    padding: 31px 36px 34px 35px;
    border-radius: 10px;
    margin-top: 40px;
}

.si-blog-sidebar-text h1 {
    font-size: 24px;
    line-height: 34px;
}

.si-blog-sidebar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.si-blog-sidebar-text2 span {
    display: block;
}

.si-blog-sidebar-number ul li {
    display: block;
    background: var(--si-common-white);
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
}

.si-blog-sidebar-post {
    background: var(--si-common-gray);
    padding: 31px 36px 34px 35px;
    border-radius: 10px;
    margin-top: 30px;
}

.si-blog-sidebar-post h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
}

.si-blog-sidebar-right {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-blog-sidebar-right {
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-blog-sidebar-right {
        display: block;
    }
}

@media (max-width: 767px) {
    .si-blog-sidebar-right {
        display: block;
    }
}

.si-blog-sidebar-imgtwo img {
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-sidebar-texttwo {
        margin-top: 10px;
    }
}

.si-blog-sidebar-texttwo span {
    font-size: 18px;
    font-weight: 500;
}

.si-blog-sidebar-texttwo span svg {
    margin-right: 5px;
}

.si-blog-sidebar-texttwo h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-blog-sidebar-texttwo h3 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .si-blog-sidebar-texttwo h3 br {
        display: none;
    }
}

.si-blog-sidebar-tags {
    background: var(--si-common-gray);
    padding: 31px 36px 25px 35px;
    border-radius: 10px;
    margin-top: 30px;
}

.si-blog-sidebar-tags h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.si-blog-sidebar-tags span a {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    margin-right: 21px;
    margin-bottom: 11px;
}

.si-blog-sidebar-tags span a::before {
    position: absolute;
    content: "";
    right: -14px;
    top: 5px;
    width: 2px;
    height: 16px;
    background: var(--si-common-text-body);
}

.si-blog-sidebar-tags span:last-child::before {
    display: none;
}

.blog-btn {
    margin-top: 25px !important;
}

.si-select-two {
    background: transparent;
    border: none;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 0 17px 20px;
    width: 100%;
    border: 1px solid var(--si-border-7);
    border-radius: 10px;
    color: var(--si-common-text-body);
    margin-bottom: 15px;
}

/*----------------------------------------*/

/*  1.9 Blog css
/*----------------------------------------*/

.si-blog-standard-area {
    padding-top: 130px;
    padding-bottom: 130px;
}

.si-blog-standard-box {
    background: var(--si-common-gray);
    padding: 30px 30px 50px 30px;
    border-radius: 18px;
    margin-bottom: 60px;
}

.si-blog-standard-thumb img {
    height: 540px;
    object-fit: cover;
    border-radius: 12px;
}

@media (max-width: 767px) {
    .si-blog-standard-thumb img {
        height: 375px;
    }
}

.si-blog-standard-text {
    margin-top: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-standard-text {
        margin-top: 20px;
    }
}

.si-blog-standard-text h3 {
    margin-bottom: 13px;
    font-size: 60px;
    line-height: 70px;
    margin-top: 9px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-blog-standard-text h3 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-blog-standard-text h3 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .si-blog-standard-text h3 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .si-blog-standard-text h3 {
        font-size: 25px;
        line-height: 35px;
    }
}

.si-blog-standard-text span {
    position: relative;
    margin-right: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-standard-text span {
        margin-right: 0;
        margin-top: 9px;
        display: block;
    }
}

.si-blog-standard-text span::before {
    position: absolute;
    content: "";
    right: -21px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: var(--si-common-text-body);
    border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-standard-text span::before {
        display: none;
    }
}

.si-blog-standard-text span:last-child::before {
    display: none;
}

.si-blog-standard-number ul li {
    display: inline;
    margin-right: 8px;
}

.si-blog-standard-number ul li a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: var(--si-common-gray);
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    color: var(--si-common-black);
    transition: 0.6s;
}

.si-blog-standard-number ul li a:hover {
    background: var(--si-common-black);
    color: var(--si-common-white);
}

.si-blog-standard-btn {
    margin-top: 44px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-standard-btn {
        margin-top: 20px;
    }
}

/*----------------------------------------*/

/*  1.0 Blog css
/*----------------------------------------*/

.si-blog-area {
    position: relative;
}

.si-blog-left {
    margin-left: 14px;
}

.si-blog-btn {
    margin-top: 43px;
}

.si-blog-main {
    margin-left: 41px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .si-blog-main {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-blog-main {
        margin-left: 0px;
        display: flex;
        gap: 20px;
        margin-right: 14px;
    }
}

@media (max-width: 991px) {
    .si-blog-main {
        margin-left: 14px;
        margin-right: 14px;
        margin-top: 25px;
        display: block;
    }
}

.si-blog-box {
    display: inline-block;
    border: 1px solid var(--si-border-5);
    border-radius: 16px;
}

@media (max-width: 991px) {
    .si-blog-box {
        width: 100%;
    }
}

.si-blog-box:hover .si-blog-img img {
    transform: scale(1.1);
}

.si-blog-img {
    overflow: hidden;
    border-radius: 16px;
}

.si-blog-img img {
    border-radius: 16px;
    transition: 0.6s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-img img {
        width: 100%;
    }
}

.si-blog-text {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px;
}

.si-blog-text h3 {
    border: 1px solid #EEEEEE;
    display: inline-block;
    padding: 4px 24px 12px 24px;
    border-radius: 100px;
    line-height: 11px;
}

.si-blog-text h3 span {
    font-family: var(--si-ff-body);
    font-weight: 400;
    font-size: 16px;
    color: var(--si-common-text-body);
}

.si-blog-text h4 {
    margin-top: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-blog-text h4 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .si-blog-text h4 br {
        display: none;
    }
}

.si-blog-shape-text {
    position: absolute;
    top: -35px;
    left: 8.2%;
    z-index: -1;
}

@media (max-width: 1399px) {
    .si-blog-shape-text {
        display: none;
    }
}

.si-blog-shape-text h5 {
    font-size: 300px;
    font-weight: 700;
    line-height: 300px;
    background: linear-gradient(180deg, #0F0F0F 0%, rgba(15, 15, 15, 0.1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--si-common-black);
    background-clip: text;
    opacity: 0.1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.02em;
}

.project-dot2 {
    position: relative;
    margin-right: 27px;
}

.project-dot2::before {
    position: absolute;
    content: "";
    right: -22px;
    top: 7px;
    width: 8px;
    height: 8px;
    background: var(--si-common-text-body);
    border-radius: 50%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 991px) {
    .mr-45 {
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .mr-45 {
        margin-right: 0;
        margin-bottom: 25px;
    }
}

.si-blog-2-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--si-border-1);
}

.si-blog-2-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    border-bottom: 1px solid var(--si-border-1);
    padding-bottom: 39px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-blog-2-box {
        display: block;
    }
}

.si-blog-2-box:hover .si-blog-2-thumb img {
    transform: scale(1.1);
}

.si-blog-2-text h3 {
    margin-top: 20px;
    margin-bottom: 17px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-blog-2-text h3 {
        font-size: 33px;
    }
}

@media (max-width: 991px) {
    .si-blog-2-text h3 {
        font-size: 25px;
    }
}

.si-blog-2-thumb {
    overflow: hidden;
    border-radius: 12px;
    display: inline-block;
}

@media (max-width: 1400px) {
    .si-blog-2-thumb {
        margin-top: 25px;
    }
}

.si-blog-2-thumb img {
    border-radius: 12px;
    transition: 0.6s;
}

@media (max-width: 1400px) {
    .si-blog-2-p {
        margin-top: 25px;
    }
}

.si-blog-2-p p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    text-align: end;
}

@media (max-width: 1400px) {
    .si-blog-2-p p {
        text-align: left;
    }
}

.blog-2-border {
    border: 1px solid #000;
    padding: 2px 15px 2px 15px;
    border-radius: 30px;
    margin-right: 20px;
}

.si-blog-3-box {
    background: var(--si-common-gray);
    border-radius: 18px;
}

@media (max-width: 991px) {
    .si-blog-3-box {
        margin-top: 25px;
    }
}

.si-blog-3-thumb img {
    margin-bottom: 23px;
    border-radius: 18px 18px 0px 0px;
}

@media (max-width: 991px) {
    .si-blog-3-thumb img {
        width: 100%;
    }
}

.si-blog-3-text {
    padding: 0px 0px 30px 29px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-blog-3-text {
        padding: 0px 9px 30px 19px;
    }
}

@media (max-width: 991px) {
    .si-blog-3-text {
        padding: 0px 19px 30px 19px;
    }
}

.si-blog-3-text h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 5px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-blog-3-text h3 {
        font-size: 21px;
    }
}

@media (max-width: 991px) {
    .si-blog-3-text h3 {
        font-size: 21px;
    }
}

.si-blog-3-text span a {
    font-weight: 600;
    border-bottom: 1px solid var(--si-common-black);
    color: var(--si-common-black);
    padding-bottom: 2px;
    display: inline-block;
    margin-top: 25px;
}

.si-blog-3-text span a i {
    margin-left: 7px;
    transform: rotate(-45deg);
}

.blog-3-box2 {
    margin-top: 40px !important;
}

.blog-3-text2 {
    padding: 0px 0px 30px 0px !important;
}

/*----------------------------------------*/

/*  1.0 Footer Style
/*----------------------------------------*/

.si-footer-area {
    position: relative;
    z-index: 1;
    padding-top: 98px;
}

.si-footer-area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(15, 15, 15, 0.9);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.si-footer-main {
    display: flex;
}

.si-footer-text h1 {
    font-weight: 600;
    font-size: 160px;
    line-height: 170px;
    color: var(--si-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-footer-text h1 {
        font-size: 130px;
        line-height: 145px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-footer-text h1 {
        font-size: 100px;
        line-height: 120px;
    }
}

@media (max-width: 991px) {
    .si-footer-text h1 {
        font-size: 80px;
        line-height: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .si-footer-text h1 {
        font-size: 58px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-footer-text h1 {
        font-size: 35px;
        line-height: 50px;
    }
}

.si-footer-text h1 span {
    margin-left: 30%;
    font-weight: 500;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-footer-text h1 span {
        margin-left: 17%;
    }
}

@media (max-width: 991px) {
    .si-footer-text h1 span {
        margin-left: 0%;
    }
}

.si-footer-p {
    position: relative;
    margin-left: 14%;
    margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-footer-p {
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
    .si-footer-p {
        margin-left: 60px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-footer-p {
        margin-left: 0px;
        margin-top: 0px;
    }
}

.si-footer-p p {
    color: var(--si-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-footer-p p br {
        display: none !important;
    }
}

.si-footer-p::before {
    position: absolute;
    content: "";
    left: -67px;
    top: 13px;
    width: 50px;
    height: 2px;
    background: var(--si-common-white);
}

@media (max-width: 991px) {
    .si-footer-logo {
        margin-left: 15px;
    }
}

.si-footer-logo p {
    font-size: 20px;
    line-height: 32px;
    color: var(--si-common-white);
    margin-top: 20px;
}

.si-footer-logo a {
    font-size: 18px;
    color: var(--si-common-white);
    border-bottom: 1px solid var(--si-common-white);
    display: inline-block;
}

.si-footer-shape {
    position: absolute;
    right: 19.7%;
    top: 20.9%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-footer-shape {
        top: 20.9%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-footer-shape {
        top: 23.9%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-footer-shape {
        display: none;
    }
}

.si-footer-list h2 {
    font-size: 24px;
    color: var(--si-common-white);
    line-height: 48px;
}

.si-footer-list ul li {
    list-style: none;
    color: var(--si-common-white);
    font-size: 18px;
    margin-bottom: 13px;
}

.footer-left {
    margin-left: -24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .footer-left {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .footer-left {
        margin-top: 15px;
    }
}

.footer-right {
    margin-left: 38px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
lg,
(max-width: 991px) {
    .footer-right {
        margin-left: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-right {
        margin-left: 13px;
    }
}

@media (max-width: 991px) {
    .footer-right {
        margin-left: 0px;
        margin-top: 15px;
    }
}

.footer-color {
    color: var(--si-border-8) !important;
}

.footer-list {
    margin-left: -71px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-list {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .footer-list {
        margin-left: 0;
        margin-top: 15px;
    }
}

.footer-list2 ul li {
    font-size: 20px;
}

.border-line {
    border-top: 1px solid var(--si-border-6);
    padding-top: 85px;
    margin-top: 7.5%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .border-line {
        margin-top: 3.5%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .border-line {
        padding-left: 15px;
    }
}

.si-footer-2-area {
    background: var(--si-common-black);
}

.si-footer-2-list {
    margin-top: 32px;
    margin-left: 37px;
    position: relative;
}

@media (max-width: 991px) {
    .si-footer-2-list {
        margin-left: 0;
    }
}

.si-footer-2-list::before {
    position: absolute;
    content: "";
    left: -52px;
    top: 60px;
    width: 1157px;
    height: 1px;
    background: var(--si-border-3);
}

@media (max-width: 991px) {
    .si-footer-2-list::before {
        display: none;
    }
}

.si-footer-2-list ul li {
    list-style: none;
    display: inline;
    position: relative;
    margin-right: 95px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .si-footer-2-list ul li {
        margin-right: 89px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-footer-2-list ul li {
        margin-right: 67px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-footer-2-list ul li {
        margin-right: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-footer-2-list ul li {
        margin-right: 77px;
    }
}

@media (max-width: 991px) {
    .si-footer-2-list ul li {
        display: block;
        margin-top: 25px;
    }
}

.si-footer-2-list ul li::before {
    position: absolute;
    content: "";
    right: -63px;
    top: -33px;
    width: 1px;
    height: 93px;
    background: var(--si-border-3);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-footer-2-list ul li::before {
        right: -37px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-footer-2-list ul li::before {
        right: -25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-footer-2-list ul li::before {
        right: -43px;
    }
}

@media (max-width: 991px) {
    .si-footer-2-list ul li::before {
        display: none;
    }
}

.si-footer-2-list ul li a {
    color: var(--si-common-white);
}

.si-footer-2-list ul li:last-child::before {
    display: none;
}

.si-footer-2-box {
    background: var(--si-common-white);
    text-align: center;
    padding: 64px 52px 75px 52px;
    border-radius: 18px 18px 0px 0px;
    position: relative;
    left: -126px;
    margin-top: -531px;
    z-index: 1;
}

@media (max-width: 1700px) {
    .si-footer-2-box {
        left: 0;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .si-footer-2-box {
        margin-top: -510px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-footer-2-box {
        margin-top: -524px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-footer-2-box {
        padding: 45px 40px 55px 40px;
        margin-top: -463px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-footer-2-box {
        margin-top: 60px;
        border-radius: 18px 18px 18px 18px;
    }
}

.si-footer-2-box h1 {
    font-size: 70px;
    line-height: 80px;
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
    .si-footer-2-box h1 {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .si-footer-2-box h1 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-footer-2-box h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-footer-2-box h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .si-footer-2-box h1 {
        font-size: 32px;
        line-height: 42px;
    }
}

.si-footer-2-box p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-footer-2-box p br {
        display: none !important;
    }
}

.si-footer-2-box input {
    border-radius: 30px;
    border: none;
    box-shadow: none;
    background: var(--si-common-gray);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-footer-2-box input {
        margin-top: 25px;
    }
}

.si-footer-2-box input::placeholder {
    font-size: 18px;
    color: var(--si-common-text-body);
    background: var(--si-common-gray);
}

.si-footer-2-box input:focus {
    border: none;
    box-shadow: none;
}

.si-footer-2-box a {
    display: block;
}

.si-footer-2-box a i {
    font-size: 35px;
    background: var(--si-common-black);
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: var(--si-common-white);
    border-radius: 50%;
    transform: rotate(-50deg);
    margin-top: 41px;
    transition: 0.6s;
}

.si-footer-2-box:hover a i {
    transform: rotate(0deg);
}

.si-footer-2-box span {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    border-bottom: 2px solid var(--si-common-black);
    text-transform: uppercase;
    color: var(--si-common-black);
    margin-top: 18px;
}

.si-footer-2-text {
    text-align: center;
    margin-top: 110px;
    margin-left: 33px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-footer-2-text {
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .si-footer-2-text {
        text-align: left;
        margin-left: 0;
        margin-top: 25px;
    }
}

.si-footer-2-text h2 {
    font-size: 120px;
    line-height: 120px;
    color: var(--si-common-white);
    margin-bottom: 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-footer-2-text h2 {
        font-size: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .si-footer-2-text h2 {
        font-size: 80px;
        line-height: 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .si-footer-2-text h2 {
        font-size: 60px !important;
        line-height: 70px !important;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-footer-2-text h2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
}

.si-footer-2-text h3 {
    font-size: 70px;
    line-height: 80px;
    color: var(--si-common-white);
    margin-bottom: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-footer-2-text h3 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .si-footer-2-text h3 {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .si-footer-2-text h3 {
        font-size: 47px;
        line-height: 57px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .si-footer-2-text h3 {
        font-size: 35px !important;
        line-height: 45px !important;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-footer-2-text h3 {
        font-size: 25px !important;
        line-height: 35px !important;
    }
}

.si-footer-2-text ul li {
    display: inline;
    margin-left: 47px;
}

@media (max-width: 991px) {
    .si-footer-2-text ul li {
        margin-right: 20px;
        margin-left: 0;
        display: block;
        margin-left: 0;
        margin-top: 25px;
    }
}

.si-footer-2-text ul li a {
    font-size: 18px;
    font-weight: 600;
    color: var(--si-common-white);
}

.si-copyright-title p {
    font-size: 20px;
    color: var(--si-common-white);
    font-weight: 400;
    margin-top: 14px;
}

@media (max-width: 991px) {
    .si-copyright-title p {
        margin-top: 0;
        margin-bottom: 25px;
    }
}

.si-copyright-title p a {
    transition: 0.6s;
}

.si-copyright-icon {
    text-align: end;
}

@media (max-width: 991px) {
    .si-copyright-icon {
        text-align: start;
    }
}

.si-copyright-icon ul li {
    list-style: none;
    display: inline;
}

.si-copyright-icon ul li a {
    display: inline-block;
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background: var(--si-common-black-2);
    border-radius: 50px;
}

.si-copyright-icon ul li a svg {
    fill: var(--si-common-white);
    width: 18px;
}

.si-copyright-icon ul li a i {
    color: var(--si-common-white);
    font-size: 16px;
}

.copyright-line {
    border-top: 1px solid var(--si-border-6);
    padding-top: 32px;
    margin-top: 4.6%;
    padding-bottom: 55px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .copyright-line {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .copyright-line {
        padding-right: 15px;
    }
}

.copyright-2-line {
    border-top: 1px solid var(--si-border-6);
    margin-top: 6.6%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .copyright-2-line {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .copyright-2-line {
        padding-right: 15px;
    }
}

.si-copyright-2-list {
    text-align: end;
}

@media (max-width: 991px) {
    .si-copyright-2-list {
        text-align: left;
        padding-top: 0 !important;
    }
}

.si-copyright-2-list ul li {
    display: inline;
    color: var(--si-common-white);
    margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-copyright-2-list ul li {
        margin-left: 9px;
    }
}

@media (max-width: 991px) {
    .si-copyright-2-list ul li {
        display: block;
        margin-left: 0px;
        margin-right: 20px;
        margin-top: 15px;
    }
}

.copyright-2-title {
    padding-top: 21px;
    padding-bottom: 23px;
}

@media (max-width: 991px) {
    .copyright-2-title {
        padding-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .copyright-2-title2 {
        padding-bottom: 23px;
    }
}

/*----------------------------------------*/

/*  1.2 Banner Css
/*----------------------------------------*/

@media (max-width: 767px) {
    .si-banner-area {
        display: none;
    }
}

.si-banner-img {
    overflow: hidden;
    height: 800px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-banner-img {
        height: 700px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .si-banner-img {
        height: 350px;
    }
}

/*----------------------------------------*/

/*  1.2 Banner Css
/*----------------------------------------*/

.si-brand-wrappere {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-top: 1px solid var(--si-border-1);
    border-inline-start: 1px solid var(--si-border-1);
}

@media (max-width: 991px) {
    .si-brand-wrappere {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .si-brand-wrappere {
        grid-template-columns: repeat(2, 1fr);
    }
}

.si-brand-box {
    height: 237px;
    padding: 20px;
    border-inline-end: 1px solid var(--si-border-1);
    border-bottom: 1px solid var(--si-border-1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.6s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-brand-box {
        height: 200px;
    }
}

@media (max-width: 991px) {
    .si-brand-box {
        height: 120px;
    }
}

.si-brand-box img {
    transition: 0.6s;
}

.si-brand-box:hover img {
    transform: scale(1.1);
}

.si-brand-2-area {
    background: var(--si-common-black);
}

/*----------------------------------------*/

/*  1.1 Hero css
/*----------------------------------------*/

.si-hero-area {
    position: relative;
    background: var(--si-common-gray);
    padding-top: 210px;
    overflow: hidden;
}

.si-hero-text h1 {
    position: relative;
    z-index: 1;
}

.si-hero-shape {
    position: absolute;
    top: 202px;
    right: 123px;
    z-index: 1;
}

@media (max-width: 1400px) {
    .si-hero-shape {
        display: none;
    }
}

.si-hero-shape2 {
    position: absolute;
    top: 0;
    right: 0;
}

.si-hero-thumb {
    height: 851px;
}

.si-hero-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.si-hero-text2 {
    display: flex;
    justify-content: right;
    margin-top: -82px;
    margin-right: 47px;
    padding-bottom: 55px;
}

@media (max-width: 1400px) {
    .si-hero-text2 {
        display: block;
        margin-top: 20px;
        margin-right: 0;
        position: relative;
        z-index: 1;
    }
}

.si-hero-text2 p {
    font-size: 24px;
    line-height: 38px;
    z-index: 1;
}

@media (max-width: 991px) {
    .si-hero-text2 p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 991px) {
    .si-hero-text2 p br {
        display: none;
    }
}

.si-hero-2-area {
    position: relative;
    z-index: 1;
    padding-top: 727px;
    padding-bottom: 167px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-hero-2-area {
        padding-top: 500px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-hero-2-area {
        padding-top: 400px;
    }
}

.si-hero-2-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #0F0F0F 90.8%);
    z-index: -1;
}

.si-hero-2-area::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--si-common-black);
    opacity: 0.1;
    z-index: -1;
}

.si-hero-2-main {
    display: flex;
    align-items: center;
    gap: 10%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-hero-2-main {
        display: block;
    }
}

.si-hero-2-text h1 {
    font-size: 110px;
    line-height: 120px;
    color: var(--si-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-hero-2-text h1 {
        font-size: 93px;
        line-height: 115px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-hero-2-text h1 {
        font-size: 50px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-hero-2-text h1 {
        font-size: 75px;
        line-height: 90px;
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .si-hero-2-text h1 {
        font-size: 64px;
        line-height: 85px;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-hero-2-text h1 {
        font-size: 37px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 991px) {
    .si-hero-2-text h1 br {
        display: none;
    }
}

.si-hero-2-text2 p {
    color: var(--si-common-white);
    margin-top: -11.3%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-hero-2-text2 p {
        margin-top: 0;
    }
}

.si-hero-2-btn {
    position: relative;
    top: 29px;
}

.si-hero-3-area {
    padding-top: 242px;
    padding-bottom: 93px;
}

.si-hero-3-text h1 {
    color: var(--si-common-white);
    font-size: 160px;
    line-height: 170px;
    margin-left: 72px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-hero-3-text h1 {
        font-size: 130px;
        line-height: 140px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-hero-3-text h1 {
        font-size: 100px;
        line-height: 120px;
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-hero-3-text h1 {
        font-size: 90px;
        line-height: 110px;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .si-hero-3-text h1 {
        font-size: 70px;
        line-height: 90px;
        margin-left: 0;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-hero-3-text h1 {
        font-size: 41px;
        line-height: 55px;
    }
}

.si-hero-3-text h1 span {
    margin-left: 300px;
    display: flex;
    align-items: center;
    gap: 41px;
    font-weight: 500;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-hero-3-text h1 span {
        margin-left: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-hero-3-text h1 span {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .si-hero-3-text h1 span {
        margin-left: 0px;
    }
}

.si-hero-3-text h1 span img {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .si-hero-3-text h1 span img {
        display: none;
    }
}

.si-hero-3-p {
    display: flex;
    justify-content: end;
    margin-right: 150px;
    margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-hero-3-p {
        justify-content: left;
    }
}

.si-hero-3-p p {
    color: var(--si-common-white);
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-hero-3-p p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .si-hero-3-p p br {
        display: none;
    }
}

.si-hero-3-btn {
    text-align: center;
    margin-left: 262px;
    margin-top: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 991px) {
    .si-hero-3-btn {
        margin-left: 0;
        text-align: left;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-hero-3-btn {
        margin-top: 10px;
    }
}

.si-hero-3-shape {
    margin-top: 66px;
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-hero-3-shape {
        margin-top: 25px;
    }
}

.si-hero-3-shape h2 {
    font-size: 18px;
    background: var(--si-common-black);
    color: var(--si-common-white);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    margin-left: -30px;
    border: 3px solid var(--si-common-white);
}

/*----------------------------------------*/

/*  1.3 About css
/*----------------------------------------*/

.si-about-text h2 {
    margin-top: -14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-about-text h2 {
        margin-top: -9px;
    }
}

@media (max-width: 991px) {
    .si-about-text h2 {
        margin-top: 0px;
    }
}

.si-about-text2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-about-text2 {
        display: block;
    }
}

.si-about-text2 h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: -9px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-about-text2 h1 {
        margin-top: 19px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-about-text2 h1 {
        font-size: 25px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .si-about-text2 h1 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .si-about-text2 h1 {
        font-size: 20px;
        line-height: 30px;
    }
}

.si-about-shape {
    margin-top: -93px;
    position: relative;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-about-shape {
        display: none;
    }
}

.si-about-text3 {
    position: absolute;
    top: 157px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-about-text3 {
        margin-top: -18px;
    }
}

.si-about-text3 h3 {
    font-size: 50px;
    line-height: 50px;
}

.si-about-text3 span {
    font-size: 14px;
    line-height: 14px;
    display: block;
    margin-top: 12px;
}

.si-about-box {
    margin-top: 39px;
    display: flex;
    align-items: center;
    gap: 39px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .si-about-box {
        gap: 25px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-about-box {
        display: block;
        margin-top: 30px;
    }
}

.si-about-img img {
    border-radius: 18px;
}

.si-about-img2 {
    margin-left: 23px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .si-about-img2 {
        margin-left: 7px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-about-img2 {
        margin-left: 0px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-about-main {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-about-main {
        margin-top: 15px;
    }
}

.si-about-main h1 {
    font-size: 16px;
    background: var(--si-common-gray);
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    margin-left: -35px;
    margin-bottom: 16px;
}

.si-about-main h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
}

.si-about-2-area {
    background: var(--si-common-black);
}

.si-about-2-box {
    background: var(--si-common-gray-2);
    padding: 101px 0 40px 39px;
    border-radius: 18px;
    position: relative;
    margin-top: 30%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-about-2-box {
        padding: 101px 0 40px 30px;
    }
}

@media (max-width: 991px) {
    .si-about-2-box {
        margin-top: 15%;
    }
}

.si-about-2-text p {
    font-size: 28px;
    line-height: 40px;
    color: var(--si-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-about-2-text p {
        font-size: 26px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-about-2-text p {
        font-size: 22px;
    }
}

.si-about-2-btn {
    margin-top: 44px;
}

.si-about-2-img {
    position: absolute;
    top: -56px;
    left: 40px;
}

.si-about-2-img img {
    border: 3px solid var(--si-common-white);
    border-radius: 50%;
}

.si-about-2-text2 h2 {
    font-size: 50px;
    line-height: 60px;
    color: var(--si-common-white);
    margin-top: -8px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-about-2-text2 h2 {
        font-size: 43px;
        line-height: 51px;
        margin-top: -7px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-about-2-text2 h2 {
        font-size: 37px;
        line-height: 51px;
        margin-top: -7px;
    }
}

@media (max-width: 991px) {
    .si-about-2-text2 h2 {
        font-size: 40px;
        margin-top: 35px;
    }
}

.si-about-2-thumb {
    margin-top: 47px;
    position: relative;
}

.si-about-2-thumb img {
    border-radius: 18px;
}

.si-about-2-counter {
    background: var(--si-common-white);
    display: inline-block;
    padding: 14px 22px 39px 25px;
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    bottom: 0;
    right: 42px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-about-2-counter {
        padding: 14px 22px 15px 25px;
    }
}

@media (max-width: 991px) {
    .si-about-2-counter {
        position: inherit;
        margin-top: 25px;
        right: 0;
        border-radius: 10px;
    }
}

.si-about-2-counter h3 {
    font-size: 60px;
    line-height: 70px;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-about-2-counter h3 {
        font-size: 45px;
        line-height: 45px;
    }
}

.si-about-2-counter span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 26px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-about-2-counter span {
        margin-top: 0;
    }
}

.si-about-3-main {
    display: flex;
    align-items: center;
    gap: 60px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-about-3-main {
        gap: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-about-3-main {
        display: block;
    }
}

.si-about-3-thumb img {
    border-radius: 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-about-3-text {
        margin-top: 25px;
    }
}

.si-about-3-text p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
(max-width: 991px) {
    .si-about-3-text p {
        font-size: 19px;
    }
}

.si-about-3-btn {
    margin-top: 42px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-about-3-btn {
        margin-top: 25px;
    }
}

.si-about-3-img {
    margin-top: 9px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-about-3-img {
        margin-top: 6px;
    }
}

@media (max-width: 991px) {
    .si-about-3-img {
        margin-top: 25px;
    }
}

.si-about-3-img img {
    border-radius: 18px;
    max-width: inherit;
}

@media (max-width: 1700px) {
    .si-about-3-img img {
        max-width: 100%;
    }
}

.section-title-3 {
    margin-bottom: 111px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .section-title-3 {
        margin-bottom: 60px;
    }
}

/*----------------------------------------*/

/*  1.4 Service css
/*----------------------------------------*/

.si-service-area {
    background: rgba(15, 15, 15, 0.75);
}

.si-service-right {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .si-service-right {
        display: block;
    }
}

.si-service-btn {
    margin-top: 65px;
}

@media (max-width: 991px) {
    .si-service-btn {
        margin-bottom: 30px;
        margin-top: -30px;
    }
}

.si-service-list-thumb-wrap {
    width: 652px;
    height: 650px;
    margin-left: 0;
    transform: scale(1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-service-list-thumb-wrap {
        width: 500px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-service-list-thumb-wrap {
        width: 450px;
    }
}

@media (max-width: 991px) {
    .si-service-list-thumb-wrap {
        width: 100%;
        margin-bottom: 30px;
    }
}

.si-service-list-thumb-1,
.si-service-list-thumb-2,
.si-service-list-thumb-3,
.si-service-list-thumb-4 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    visibility: hidden;
    position: absolute;
    border-radius: 20px;
    transition: 0.3s ease-in;
}

.si-service-list-wrap {
    margin-left: 113px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-service-list-wrap {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-service-list-wrap {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .si-service-list-wrap {
        margin-left: 0px;
    }
}

.si-service-list-item {
    padding: 51px 0 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-service-list-item {
        flex-wrap: wrap;
    }
}

.si-service-list-item::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    inset-block-end: 0;
    inset-inline-start: 0;
    background: var(--si-common-white);
    transition: 0.5s ease-in-out;
}

.si-service-list-item:first-child {
    border-top: 1px solid var(--si-border-3);
    padding: 56px 0 56px;
}

.si-service-list-item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid var(--si-border-3);
}

.si-service-list-item.active::before {
    width: 100%;
}

.si-service-list-item.active .si-service-list-title a {
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: var(--si-common-white);
}

.si-service-list-title {
    font-size: 50px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: var(--si-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-service-list-title {
        font-size: 46px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 350px) and (max-width: 575px) {
    .si-service-list-title {
        font-size: 38px;
    }
}

#si-service-thumb.si-service-list-thumb-1 .si-service-list-thumb-1 {
    opacity: 1;
    visibility: visible;
}

#si-service-thumb.si-service-list-thumb-2 .si-service-list-thumb-2 {
    opacity: 1;
    visibility: visible;
}

#si-service-thumb.si-service-list-thumb-3 .si-service-list-thumb-3 {
    opacity: 1;
    visibility: visible;
}

#si-service-thumb.si-service-list-thumb-4 .si-service-list-thumb-4 {
    opacity: 1;
    visibility: visible;
}

#si-service-thumb.si-service-list-thumb-5 .si-service-list-thumb-5 {
    opacity: 1;
    visibility: visible;
}

#si-service-thumb.si-service-list-thumb-6 .si-service-list-thumb-6 {
    opacity: 1;
    visibility: visible;
}

.si-service-2-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .si-service-2-main {
        display: block;
    }
}

@media (max-width: 991px) {
    .si-service-2-btn {
        margin-top: 15px;
    }
}

.si-service-2-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--si-border-1);
    padding-top: 22px;
    padding-bottom: 35px;
}

@media (max-width: 991px) {
    .si-service-2-box {
        display: block;
    }
}

.si-service-2-text span {
    font-size: 24px;
    font-weight: 500;
    color: var(--si-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-service-2-text span {
        font-size: 22px;
    }
}

.si-service-2-text h3 {
    font-size: 120px;
    line-height: 130px;
    text-transform: uppercase;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-service-2-text h3 {
        font-size: 100px;
        line-height: 110px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-service-2-text h3 {
        font-size: 70px;
        line-height: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-service-2-text h3 {
        font-size: 43px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    .si-service-2-text h3 {
        font-size: 75px;
        line-height: 90px;
    }
}

@media (max-width: 991px) {
    .si-service-2-text h3 {
        font-size: 45px;
        line-height: 60px;
    }
}

.si-service-2-p {
    margin-top: 120px;
    margin-right: 23px;
}

@media (max-width: 991px) {
    .si-service-2-p {
        margin-top: 0px;
    }
}

.si-service-2-p p {
    font-size: 20px;
    line-height: 32px;
}

@media (max-width: 991px) {
    .si-service-2-p p br {
        display: none;
    }
}

.service-2-left {
    margin-right: 0 !important;
}

.service-2-right span {
    display: flex;
    justify-content: end;
}

@media (max-width: 991px) {
    .service-2-right span {
        display: block;
    }
}

.si-service-3-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--si-common-white);
    border-radius: 100px 0px 0px 100px;
    padding: 9px 28px 9px 28px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.6s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .si-service-3-box {
        display: block;
        text-align: center;
        padding: 30px 28px 30px 28px;
    }
}

.si-service-3-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: url(../img/service/shape.png);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    opacity: 0;
    z-index: -1;
    border-radius: 100px 0px 0px 100px;
    transition: 0.6s;
}

.si-service-3-box:hover::before {
    opacity: 1;
    height: 100%;
    top: 0;
}

.si-service-3-box:hover .si-service-3-text h3 {
    color: var(--si-common-white);
}

.si-service-3-box:hover .si-service-3-text p {
    color: var(--si-common-white);
}

.si-service-3-box:hover .si-service-3-icon {
    background: var(--si-common-white);
}

.si-service-3-box:hover .si-service-3-icon img {
    filter: brightness(0) invert(0);
}

.si-service-3-box:hover .si-service-3-icon2 {
    background: var(--si-common-white);
}

.si-service-3-box:hover .si-service-3-icon2 a i {
    color: var(--si-common-black);
}

.si-service-3-icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: var(--si-common-black);
    text-align: center;
    border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .si-service-3-icon {
        margin-bottom: 10px;
    }
}

.si-service-3-icon img {
    transition: 0.6s;
}

.si-service-3-text {
    position: relative;
    top: 3px;
}

.si-service-3-text h3 {
    font-size: 24px;
    transition: 0.6s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-service-3-text h3 {
        margin-bottom: 15px;
    }
}

.si-service-3-text p {
    font-weight: 400;
    margin-top: -9px;
    transition: 0.6s;
}

@media (max-width: 767px) {
    .si-service-3-text p br {
        display: none;
    }
}

.si-service-3-icon2 {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 65px;
    background: var(--si-common-black);
    text-align: center;
    border-radius: 50%;
    transition: 0.6s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .si-service-3-icon2 {
        margin-top: 10px;
    }
}

.si-service-3-icon2 a i {
    font-size: 25px;
    color: var(--si-common-white);
    transform: rotate(-49deg);
    transition: 0.6s;
}

/*----------------------------------------*/

/*  1.5 Portfolio css
/*----------------------------------------*/

.si-portfolio-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -3px;
    font-size: 160px;
    line-height: 175px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-portfolio-title {
        font-size: 95px;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .si-portfolio-title {
        font-size: 75px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .si-portfolio-title {
        font-size: 40px;
        margin-left: 0;
        line-height: 1.2;
    }
}

.si-portfolio-box {
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .si-portfolio-box {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .si-portfolio-box {
        margin-left: 0;
    }
}

.si-portfolio-thumb-height1 {
    height: 370px;
}

.si-portfolio-thumb-height2 {
    height: 600px;
}

.si-portfolio-thumb-height3 {
    height: 370px;
}

@media (max-width: 991px) {
    .si-portfolio-thumb-height3 a img {
        width: 100%;
    }
}

.si-portfolio-thumb-height4 {
    height: 368px;
}

.si-portfolio-thumb-height5 {
    height: 500px;
}

.si-portfolio-content {
    margin-top: 20px;
    padding-bottom: 4px;
}

.si-portfolio-2-box {
    display: inline-block;
}

@media (max-width: 991px) {
    .si-portfolio-2-bottom {
        margin-bottom: 25px;
    }
}

.si-portfolio-2-thumb {
    position: relative;
}

.si-portfolio-2-thumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0) 59.62%, rgba(18, 18, 18, 0.9) 100%);
    overflow: hidden;
}

.si-portfolio-2-thumb:hover .si-portfolio-2-text {
    bottom: 23px;
    opacity: 1;
}

.si-portfolio-2-text {
    position: absolute;
    bottom: -20px;
    left: 39px;
    transition: 0.6s;
    opacity: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-portfolio-2-text {
        left: 19px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-portfolio-2-text {
        left: 19px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-portfolio-2-text {
        left: 19px;
    }
}

.si-portfolio-2-text span {
    color: var(--si-common-white);
    position: relative;
}

.si-portfolio-2-text span::before {
    position: absolute;
    content: "";
    right: -94%;
    bottom: 9px;
    width: 100px;
    height: 1px;
    background: var(--si-border-7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-portfolio-2-text span::before {
        width: 70px;
        right: -65%;
    }
}

.si-portfolio-2-text h3 {
    color: var(--si-common-white);
    margin-top: 16px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .si-portfolio-2-text h3 {
        font-size: 29px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-portfolio-2-text h3 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-portfolio-2-text h3 {
        font-size: 21px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-portfolio-2-text h3 {
        font-size: 20px;
    }
}

.portfolio-radius {
    border-radius: 18px !important;
    display: inline-block;
}

/*----------------------------------------*/

/*  1.6 Team css
/*----------------------------------------*/

.si-team-thumb {
    position: relative;
}

.si-team-thumb img {
    border-radius: 18px;
    max-width: inherit;
    width: 100%;
}

.si-team-text {
    display: flex;
    text-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    background: var(--si-common-gray-4);
    border-radius: 18px;
    opacity: 0;
    transition: 0.6s;
    overflow: hidden;
}

.si-team-box:hover .si-team-text {
    opacity: 1;
}

.si-team-box:hover .si-team-text-inner {
    padding-top: 0;
}

.si-team-text-inner {
    padding-top: 150px;
    transition: 0.6s;
}

.si-team-text-inner h3 {
    color: var(--si-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 991px) {
    .si-team-text-inner h3 {
        font-size: 32px;
    }
}

.si-team-text-inner span {
    display: inline-block;
    margin-bottom: 55px;
    color: var(--si-common-gray);
}

.si-team-text-inner ul li {
    list-style: none;
    display: inline;
}

.si-team-text-inner ul li a {
    display: inline-block;
    color: var(--si-common-white);
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: var(--si-common-gray-3);
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-team-text-inner ul li a {
        width: 44px;
        height: 44px;
        line-height: 44px;
        margin-right: 0;
    }
}

.si-team-text-inner ul li a svg {
    fill: var(--si-common-white);
    width: 22px;
}

.si-team-text-inner ul li a i {
    color: var(--si-common-white);
    font-size: 17px;
}

@media (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-bottom {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .team-bottom2 {
        margin-bottom: 30px;
    }
}

/*----------------------------------------*/

/*  1.7 Award css
/*----------------------------------------*/

.si-award-area {
    background: var(--si-common-gray);
    padding-top: 91px;
}

.si-award-text h3 {
    font-size: 36px;
    margin-bottom: 29px;
}

.si-award-items {
    display: grid;
    gap: 5px 0;
    grid-template-columns: 60% 1fr 120px;
    padding-top: 29px;
    padding-bottom: 12px;
    border-top: 1px solid var(--si-border-4);
}

@media (max-width: 767px) {
    .si-award-items {
        grid-template-columns: auto;
        display: block;
    }
}

.group {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: var(--si-common-black);
}

@media (max-width: 991px) {
    .group {
        font-size: 19px;
    }
}

.item {
    font-size: 20px;
}

@media (max-width: 991px) {
    .item {
        font-size: 18px;
    }
}

.award {
    font-size: 20px;
    text-align: end;
}

@media (max-width: 991px) {
    .award {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .award {
        text-align: start;
    }
}

/*----------------------------------------*/

/*  1.8 Testimonial css
/*----------------------------------------*/

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

.si-testimonial-box {
    margin-left: 81px;
}

@media (max-width: 991px) {
    .si-testimonial-box {
        margin-left: 0;
        margin-top: 30px;
    }
}

.si-testimonial-shape {
    position: relative;
    background: var(--si-common-white);
    display: inline-block;
    padding: 30px;
    border-radius: 50%;
    margin-top: -50px;
}

@media (max-width: 767px) {
    .si-testimonial-shape {
        display: none;
    }
}

.si-testimonial-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    right: 0;
    align-items: center;
    bottom: 0;
}

.si-testimonial-icon img {
    background: var(--si-common-gray);
    padding: 126px;
    border-radius: 50%;
}

.si-testimonial-text h2 {
    font-size: 40px;
    line-height: 54px;
    font-weight: 500;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-testimonial-text h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-testimonial-text h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .si-testimonial-text h2 {
        font-size: 27px;
        line-height: 37px;
    }
}

.si-testimonial-main {
    display: flex;
    gap: 21px;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .si-testimonial-main {
        margin-top: 30px;
    }
}

.si-testimonial-thumb img {
    border-radius: 60px;
}

.si-swiper-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    width: 105px !important;
    position: relative;
    background: var(--si-theme-primary);
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}

.si-swiper-scrollbar {
    position: absolute;
    right: 30px;
    bottom: 86px;
    z-index: 5;
    height: 8px;
    width: 325px;
    border-radius: 10px;
    touch-action: none;
    background: rgba(15, 15, 15, 0.3);
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-swiper-scrollbar {
        bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-swiper-scrollbar {
        bottom: 30px;
        width: 190px;
    }
}

@media (max-width: 991px) {
    .si-swiper-scrollbar {
        bottom: -30px;
        right: inherit;
        left: 16px;
    }
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--si-common-black);
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}

.si-testimonial-2-area {
    position: relative;
    z-index: 1;
}

.si-testimonial-2-area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.9);
    z-index: -1;
}

.si-testimonial-2-text {
    border-bottom: 1px solid var(--si-border-2);
    padding-bottom: 28px;
}

.si-testimonial-2-text p {
    color: var(--si-common-white);
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    margin-top: 20px;
}

@media (max-width: 1600px) {
    .si-testimonial-2-text p br {
        display: none;
    }
}

.si-testimonial-2-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 31px;
}

.si-testimonial-2-title h3 {
    color: var(--si-common-white);
}

.si-testimonial-2-title span {
    color: var(--si-common-white);
}

.si-testimonial-bottom-thumb-active {
    height: 350px;
}

.si-testimonial-bottom-thumb-active .swiper-slide.swiper-slide-active {
    position: relative;
}

.si-testimonial-slider-wrap::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 15px;
    width: 100%;
    height: 100%;
    background: url(../img/testimonial/navigation.png);
    background-repeat: no-repeat;
    transform: translateY(-12px);
}

.si-testimonial-slider-wrap {
    background: rgba(255, 255, 255, 0.05);
    padding: 54px 54px 54px 54px;
    display: inline-block;
    text-align: center;
    border-radius: 122px;
    position: relative;
}

@media (max-width: 991px) {
    .si-testimonial-slider-wrap {
        display: none;
    }
}

.si-testimonial-3-area {
    position: relative;
}

.si-testimonial-3-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .si-testimonial-3-main {
        display: block;
    }
}

.si-testimonial-3-navigation {
    display: flex;
    gap: 24px;
    margin-top: 108px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-testimonial-3-navigation {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .si-testimonial-3-navigation {
        display: none;
    }
}

.si-testimonial-3-box {
    position: relative;
    z-index: 1;
    padding: 90px 33px 65px 33px;
    text-align: center;
    border-radius: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-testimonial-3-box {
        padding: 90px 27px 65px 27px;
    }
}

.si-testimonial-3-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.8);
    z-index: -1;
    border-radius: 18px;
}

.si-testimonial-3-box h3 {
    font-size: 100px;
    color: var(--si-common-white);
    margin-bottom: 42px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .si-testimonial-3-box h3 {
        font-size: 70px;
    }
}

.si-testimonial-3-box ul li {
    display: inline;
}

.si-testimonial-3-box ul li i {
    color: #ecb014;
}

.si-testimonial-3-box span {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-top: 14px;
}

.si-testimonial-3-box p {
    color: var(--si-common-white);
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    margin-top: 51px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-testimonial-3-box p {
        font-size: 23px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-testimonial-3-box p br {
        display: none;
    }
}

.si-testimonial-3-box2 {
    background: var(--si-common-white);
    padding: 51px 51px 50px 218px;
    border-radius: 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-testimonial-3-box2 {
        display: inline-block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-testimonial-3-box2 {
        display: inline-block;
        padding: 51px 51px 50px 51px;
    }
}

@media (max-width: 767px) {
    .si-testimonial-3-box2 {
        display: inline-block;
        padding: 51px 51px 80px 35px;
    }
}

.si-testimonial-3-title {
    margin-top: -76px;
    transform: rotate(-90deg);
    transform-origin: left;
    position: relative;
    top: 41px;
    left: -135px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-testimonial-3-title {
        display: none;
    }
}

@media (max-width: 767px) {
    .si-testimonial-3-title {
        margin-top: 0;
        transform: rotate(0deg);
        left: 0;
    }
}

.si-testimonial-3-title h4 {
    font-size: 36px;
    line-height: 46px;
}

@media (max-width: 767px) {
    .si-testimonial-3-title h4 {
        font-size: 30px;
    }
}

.si-testimonial-3-icon {
    position: relative;
}

.si-testimonial-3-icon::before {
    position: absolute;
    content: "";
    left: -50px;
    top: 0;
    width: 2px;
    height: 394px;
    background: var(--si-border-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .si-testimonial-3-icon::before {
        display: none;
    }
}

.si-testimonial-3-icon p {
    font-size: 28px;
    line-height: 40px;
    color: var(--si-common-black);
    margin-top: 24px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
(max-width: 767px) {
    .si-testimonial-3-icon p {
        font-size: 23px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 991px) {
    .si-testimonial-3-icon p {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .si-testimonial-3-icon p br {
        display: none;
    }
}

.si-testimonial-3-icon ul {
    margin-top: 40px;
}

.si-testimonial-3-icon ul li {
    display: inline;
}

.swiper-testimonial-3 {
    margin-right: -560px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .swiper-testimonial-3 {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .swiper-testimonial-3 {
        margin-right: 0;
        margin-top: 25px;
    }
}

/*----------------------------------------*/

/*  1.8 FAQ css
/*----------------------------------------*/

.si-faq-area {
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .si-faq-area {
        margin-top: 0;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.faq-more {
    margin-top: 0 !important;
    padding-top: 150px !important;
}

/*----------------------------------------*/

/*  1.9 Blog css
/*----------------------------------------*/

/*----------------------------------------*/

/*  2.0 Client css
/*----------------------------------------*/

.si-client-area {
    padding: 145px 0 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .si-client-area {
        padding: 50px 0 100px;
    }
}

.si-client-area .si-section-title {
    padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .si-client-area .si-section-title {
        padding-bottom: 10px !important;
    }
}

.si-client-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--si-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .si-client-header {
        display: block;
    }
}

.si-client-img-group {
    padding-top: 50px;
    padding-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .si-client-img-group {
        padding-top: 30px;
        padding-left: 0;
    }
}

.si-client-img-group img {
    border-radius: 50%;
    border: 1px solid var(--si-common-black);
    margin-left: -33px;
    position: relative;
    left: 33px;
}

.si-client-circle {
    display: inline-block;
    width: 80px;
    border-radius: 50%;
    height: 80px;
    background: var(--si-theme-primary);
    color: var(--si-common-white);
    font-size: 30px;
    z-index: 1;
    position: relative;
    text-align: center;
    place-content: center;
    top: 7px;
}

.si-client-counter {
    padding-top: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .si-client-counter {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.si-client-counter span {
    font-weight: 800;
    color: var(--si-common-gray-3);
    line-height: 0.8;
    font-size: 160px;
    font-family: "Open Sans", sans-serif;
}

.si-client-counter span span {
    font-size: 70px;
}

@media (max-width: 767px) {
    .si-client-counter span span {
        font-size: 50px;
    }
}

.si-client-counter h3 {
    margin-top: 5px;
    color: var(--si-common-text-body);
    font-size: 24px;
}

.si-client-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.si-client-wrap li {
    border: 1px solid var(--si-common-black);
    margin-left: -1px;
    margin-top: -1px;
}

.si-client-wrap li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

@media (max-width: 767px) {
    .si-client-wrap li a {
        padding: 40px 20px;
    }
}

/*----------------------------------------*/

/*  2.5 Contact css
/*----------------------------------------*/

.si-counter-wrapper-box {
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-counter-wrapper-box {
        justify-content: center;
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .si-counter-wrapper-box {
        display: block;
    }
}

.si-counter-box {
    width: 420px;
    height: 420px;
    border: 1px solid var(--si-border-1);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-counter-box {
        width: 330px;
        height: 330px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-counter-box {
        width: 280px;
        height: 280px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-counter-box {
        width: 225px;
        height: 225px;
    }
}

@media (max-width: 991px) {
    .si-counter-box {
        width: 320px;
        height: 320px;
    }
}

.si-counter-text {
    text-align: center;
}

.si-counter-text h1 {
    font-size: 90px;
    line-height: 90px;
    display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
    .si-counter-text h1 {
        font-size: 75px !important;
        line-height: 75px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-counter-text h1 {
        font-size: 55px !important;
        line-height: 55px !important;
    }
}

.si-counter-text h2 {
    font-size: 90px;
    line-height: 90px;
    display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
    .si-counter-text h2 {
        font-size: 75px !important;
        line-height: 75px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-counter-text h2 {
        font-size: 55px !important;
        line-height: 55px !important;
    }
}

.si-counter-text h1 {
    font-size: 90px;
    line-height: 90px;
    display: inline-block;
}

.si-counter-text span {
    font-size: 24px;
    line-height: 34px;
    display: block;
    margin-top: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-counter-text span {
        font-size: 19px;
    }
}

@media (max-width: 991px) {
    .counter-mt {
        margin-top: 25px;
    }
}

.si-counter-area .si-counter-wrapper-box> :not(:first-child) {
    margin-inline-start: -25px;
}

@media (max-width: 991px) {
    .si-counter-area .si-counter-wrapper-box> :not(:first-child) {
        margin-inline-start: 0px;
    }
}

/*----------------------------------------*/

/*  2.1 Marquee css
/*----------------------------------------*/

.si-marquee-item {
    display: flex;
    align-items: center;
    gap: 48px;
}

.si-marquee-item span {
    color: var(--si-common-white);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    font-size: 160px;
    line-height: 175px;
    font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .si-marquee-item span {
        font-size: 90px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .si-marquee-item span {
        font-size: 50px;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .si-marquee-item img {
        width: 95px;
    }
}

@media (max-width: 767px) {
    .si-marquee-item img {
        width: 75px;
    }
}

.si-marquee-textstoke {
    color: transparent !important;
    -webkit-text-stroke: 1px var(--si-common-white) !important;
}

.si-marquee-colortext {
    color: var(--si-theme-primary) !important;
    -webkit-text-stroke: 1px #fff !important;
}

.si-marquee-active .swiper-slide {
    width: auto;
    margin: 0 -135px;
}

.si-marquee-active .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.marquee-black {
    color: var(--si-common-black) !important;
}

/*----------------------------------------*/

/*  2.2 Service Details css
/*----------------------------------------*/

.si-service-details-area {
    padding-top: 130px;
    padding-bottom: 140px;
}

@media (max-width: 991px) {
    .si-service-details-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.si-service-details-thumb img {
    border-radius: 18px;
}

.si-service-details-text {
    margin-top: 55px;
}

.si-service-details-text span {
    font-weight: 600;
    font-size: 18px;
    color: var(--si-common-black);
    text-transform: uppercase;
}

.si-service-details-text h1 {
    font-weight: 600;
    font-size: 70px;
    line-height: 80px;
    margin-top: 8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-service-details-text h1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-service-details-text h1 {
        font-size: 49px;
    }
}

@media (max-width: 991px) {
    .si-service-details-text h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

.si-service-details-text p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 23px;
}

@media (max-width: 1599px) {
    .si-service-details-text p br {
        display: none;
    }
}

@media (max-width: 991px) {
    .si-service-details-text p {
        font-size: 18px;
    }
}

.si-service-details-thumb-main {
    display: flex;
    gap: 28px;
    margin-top: 54px;
}

@media (max-width: 991px) {
    .si-service-details-thumb-main {
        display: block;
    }
}

.si-service-details-thumb2 img {
    border-radius: 18px;
}

@media (max-width: 991px) {
    .si-service-details-thumb2 img {
        width: 100%;
    }
}

.si-service-details-thumb3 img {
    border-radius: 18px;
}

@media (max-width: 991px) {
    .si-service-details-thumb3 img {
        width: 100%;
        margin-top: 25px;
    }
}

.si-service-details-p {
    margin-top: 55px;
}

.si-service-details-p p {
    font-size: 20px;
    line-height: 32px;
}

@media (max-width: 1599px) {
    .si-service-details-p p br {
        display: none;
    }
}

@media (max-width: 991px) {
    .si-service-details-p p {
        font-size: 18px;
    }
}

.si-service-details-main {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .si-service-details-main {
        display: block;
    }
}

.si-service-details-text2 {
    margin-top: 41px;
}

.si-service-details-text2 h2 {
    font-size: 36px;
    line-height: 46px;
}

@media (max-width: 767px) {
    .si-service-details-text2 h2 {
        font-size: 29px;
    }
}

.si-service-details-text2 p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 22px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
(max-width: 991px) {
    .si-service-details-text2 p {
        font-size: 18px;
    }
}

@media (max-width: 1399px) {
    .si-service-details-text2 p br {
        display: none;
    }
}

.si-service-details-list-main {
    display: flex;
    gap: 111px;
    margin-top: 31px;
}

@media (max-width: 1399px) {
    .si-service-details-list-main {
        margin-top: 25px;
    }
}

@media (max-width: 991px) {
    .si-service-details-list-main {
        display: block;
    }
}

.si-service-details-list ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    color: var(--si-common-black);
    margin-bottom: 19px;
}

.si-service-details-list ul li img {
    margin-right: 10px;
}

.si-service-details-list2 ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    color: var(--si-common-black);
    margin-bottom: 19px;
}

.si-service-details-list2 ul li img {
    margin-right: 10px;
}

.si-service-details-from {
    width: 30.5%;
    background: var(--si-common-gray);
    padding: 30px 36px 40px 36px;
    border-radius: 18px;
}

@media (max-width: 1399px) {
    .si-service-details-from {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-service-details-from {
        width: 35%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-service-details-from {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .si-service-details-from {
        width: 100%;
    }
}

.si-service-details-from h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.si-service-details-from-inner input {
    border: 1px solid var(--si-border-1);
    font-size: 18px;
    width: 100%;
    padding-left: 19px !important;
    border-radius: 10px;
    background: var(--si-common-white);
}

.si-service-details-from-inner input::placeholder {
    color: var(--si-common-text-body);
    font-size: 18px;
}

.si-service-details-from-inner input:outline {
    border: 1px solid var(--si-border-1);
}

.si-service-details-from-inner {
    position: relative;
}

.si-service-details-from-inner input {
    border: 1px solid var(--si-border-1);
    font-size: 18px;
    width: 100%;
    padding-left: 19px !important;
    border-radius: 10px;
    background: var(--si-common-white);
}

.si-service-details-from-inner input::placeholder {
    color: var(--si-common-text-body);
    font-size: 18px;
}

.si-service-details-from-inner input:focus {
    border: 1px solid var(--si-border-1);
}

.si-service-details-from-inner2 {
    margin-top: 20px;
    position: relative;
}

.si-service-details-from-inner2 input {
    border: 1px solid var(--si-border-1);
    font-size: 18px;
    width: 100%;
    padding-left: 19px !important;
    border-radius: 10px;
    background: var(--si-common-white);
}

.si-service-details-from-inner2 input::placeholder {
    color: var(--si-common-text-body);
    font-size: 18px;
}

.si-service-details-from-inner2 input:focus {
    border: 1px solid var(--si-border-1);
}

.si-service-details-from-inner3 {
    position: relative;
    margin-top: 20px;
}

.si-service-details-from-inner3 textarea {
    border: 1px solid var(--si-border-1);
    font-size: 18px;
    width: 100%;
    height: 137px;
    padding-left: 19px !important;
    border-radius: 10px;
    background: var(--si-common-white);
}

.si-service-details-from-inner3 textarea::placeholder {
    color: var(--si-common-text-body);
    font-size: 18px;
}

.si-service-details-from-inner3 textarea:outline {
    border: 1px solid var(--si-border-1);
}

.si-service-details-icon {
    position: absolute;
    top: 15px;
    right: 23px;
}

.si-service-details-btn {
    margin-top: 39px;
}

.si-mt {
    margin-top: 30px !important;
}

.si-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon2 {
    position: absolute;
    top: 43px;
    right: -33px;
}

.service-details-box {
    width: 66%;
}

@media (max-width: 991px) {
    .service-details-box {
        width: 100%;
    }
}

/*----------------------------------------*/

/*  2.3 Team Details css
/*----------------------------------------*/

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

@media (max-width: 991px) {
    .si-team-details-thumb img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .si-team-details-title {
        margin-top: 25px;
    }
}

.si-team-details-title h1 {
    font-size: 70px;
    line-height: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-team-details-title h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .si-team-details-title h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

.si-team-details-title h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
}

@media (max-width: 767px) {
    .si-team-details-title h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

.si-team-details-title p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 24px;
}

@media (max-width: 1600px) {
    .si-team-details-title p br {
        display: none;
    }
}

.si-team-details-title span {
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    margin-top: 5px;
}

@media (max-width: 1600px) {
    .si-team-details-title span br {
        display: none;
    }
}

.si-team-details-main {
    display: flex;
    gap: 61px;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .si-team-details-main {
        display: block;
    }
}

@media (max-width: 767px) {
    .si-team-details-text {
        margin-bottom: 15px;
    }
}

.si-team-details-text strong {
    font-size: 18px;
    font-weight: 600;
    color: var(--si-common-black);
    display: block;
}

.si-team-details-text h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 6px;
}

.si-team-details-icon {
    margin-top: 22px;
}

.si-team-details-icon span {
    color: var(--si-common-black);
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 19px;
}

.si-team-details-icon ul li {
    list-style: none;
    display: inline;
    margin-right: 4px;
}

.si-team-details-icon ul li a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid var(--si-border-1);
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: 0.6s;
}

.si-team-details-icon ul li a:hover {
    background: var(--si-common-black);
}

.si-team-details-icon ul li a:hover i {
    color: var(--si-common-white);
}

.si-team-details-icon ul li a:hover svg {
    fill: var(--si-common-white);
}

.si-team-details-icon ul li a i {
    font-size: 20px;
    transition: 0.6s;
}

.si-team-details-icon ul li a svg {
    width: 25px;
    margin-top: -4px;
    transition: 0.6s;
}

.si-team-details-box {
    background: var(--si-common-gray);
    padding: 94px 135px 73px 135px;
    border-radius: 30px;
    margin-top: 130px;
}

@media (max-width: 991px) {
    .si-team-details-box {
        padding: 50px 35px 40px 35px;
        margin-top: 45px;
    }
}

.si-team-details-from {
    position: relative;
}

.si-team-details-from input {
    border: 1px solid var(--si-border-1);
    font-size: 18px;
    width: 100%;
    padding-left: 19px !important;
    border-radius: 10px;
    background: var(--si-common-white);
}

.si-team-details-from input::placeholder {
    color: var(--si-common-text-body);
    font-size: 18px;
}

.si-team-details-from input:focus {
    border: 1px solid var(--si-border-1);
}

.si-team-details-from textarea {
    border: 1px solid var(--si-border-1);
    font-size: 18px;
    width: 100%;
    height: 178px;
    padding-left: 19px !important;
    border-radius: 10px;
    background: var(--si-common-white);
}

.si-team-details-from textarea::placeholder {
    color: var(--si-common-text-body);
    font-size: 18px;
}

.si-team-details-from textarea:focus {
    border: 1px solid var(--si-border-1);
}

.si-team-details-icon2 {
    position: absolute;
    top: 17px;
    right: 23px;
}

.si-team-details-btn {
    background: var(--si-common-black);
    color: var(--si-common-white);
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 18px 0px;
    border-radius: 10px;
    margin-top: 39px;
}

.si-team-details-btn:hover {
    color: var(--si-common-white);
}

.team-dot {
    position: relative;
}

.team-dot::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 4px;
    height: 2px;
    width: 192px;
    background: var(--si-common-black);
}

.select-items {
    border: 1px solid var(--si-border-1);
    font-size: 18px;
    width: 100%;
    padding-left: 19px !important;
    border-radius: 10px;
    color: var(--si-common-text-body);
    background: var(--si-common-white);
    padding: 18px 0px;
}

.select-items2 {
    color: var(--si-common-text-body);
    font-size: 18px;
}

.select-items:focus {
    border: 1px solid var(--si-border-1);
}

/*----------------------------------------*/

/*  2.4 Portfolio Details css
/*----------------------------------------*/

.si-portfolio-details-area {
    padding-top: 130px;
    padding-bottom: 150px;
}

@media (max-width: 991px) {
    .si-portfolio-details-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.si-portfolio-details-thumb img {
    border-radius: 18px;
}

.si-portfolio-details-main {
    margin-left: 15px;
}

.si-portfolio-details-text {
    margin-top: 64px;
}

.si-portfolio-details-text h1 {
    font-size: 70px;
    line-height: 80px;
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-portfolio-details-text h1 {
        font-size: 39px;
        line-height: 49px;
    }
}

.si-portfolio-details-text p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-portfolio-details-text p br {
        display: none;
    }
}

.si-portfolio-details-img {
    margin-top: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-portfolio-details-img {
        margin-top: 0;
    }
}

.si-portfolio-details-img ul li {
    display: inline;
    margin-right: 23px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .si-portfolio-details-img ul li {
        margin-right: 18px;
    }
}

.si-portfolio-details-img ul li img {
    border-radius: 18px;
}

@media (max-width: 1600px) {
    .si-portfolio-details-mt {
        margin-top: 25px;
        display: inline-block !important;
    }
}

.si-portfolio-details-text2 {
    margin-top: 32px;
}

.si-portfolio-details-text2 h2 {
    font-size: 36px;
    line-height: 46px;
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-portfolio-details-text2 h2 {
        font-size: 33px;
    }
}

.si-portfolio-details-text2 p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 19px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-portfolio-details-text2 p br {
        display: none;
    }
}

.si-portfolio-details-main2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--si-border-9);
    padding: 25px 25px 28px 25px;
    border-radius: 10px;
    margin-top: 71px;
    width: 90%;
}

@media (max-width: 991px) {
    .si-portfolio-details-main2 {
        margin-top: 25px;
    }
}

.si-portfolio-details-prev a {
    font-weight: 600;
    color: var(--si-common-black);
    border-bottom: 2px solid var(--si-common-black);
    padding-bottom: 3px;
}

.si-portfolio-details-prev a i {
    margin-right: 7px;
    transform: rotate(45deg);
}

.si-portfolio-details-next a {
    font-weight: 600;
    color: var(--si-common-black);
    padding-bottom: 3px;
    border-bottom: 2px solid var(--si-common-black);
}

.si-portfolio-details-next a i {
    margin-left: 7px;
    transform: rotate(-45deg);
}

.si-portfolio-details-box {
    background: var(--si-common-gray);
    padding: 24px 0 41px 36px;
    border-top: 6px solid var(--si-common-black);
    border-radius: 18px;
    margin-top: 80px;
    margin-left: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-portfolio-details-box {
        padding: 24px 0 41px 25px;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .si-portfolio-details-box {
        margin-left: 0;
    }
}

.si-portfolio-details-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.si-portfolio-details-title h3 {
    font-size: 36px;
    line-height: 46px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-portfolio-details-title h3 {
        font-size: 33px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-portfolio-details-title h3 {
        font-size: 30px;
    }
}

.si-portfolio-details-list ul li {
    margin-top: 19px;
    list-style: none;
}

.si-portfolio-details-list ul li a {
    font-weight: 600;
    color: var(--si-common-black);
}

.si-portfolio-details-list ul li span {
    font-weight: 400;
    color: #333333 !important;
    margin-left: 47px;
}

.si-portfolio-details-text3 {
    margin-right: 226px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-portfolio-details-text3 {
        margin-right: 145px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-portfolio-details-text3 {
        margin-right: 125px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-portfolio-details-text3 {
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .si-portfolio-details-text3 {
        margin-right: 20px;
    }
}

.si-portfolio-details-text3 span {
    display: block;
    margin-top: 19px;
}

.si-portfolio-details-icon {
    margin-top: 38px;
}

.si-portfolio-details-icon a {
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: var(--si-common-black);
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
}

.si-portfolio-details-box2 {
    background: var(--si-common-gray);
    padding: 24px 0 41px 36px;
    border-radius: 18px;
    margin-top: 41px;
    margin-left: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-portfolio-details-box2 {
        padding: 24px 0 41px 20px;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .si-portfolio-details-box2 {
        margin-left: 0;
    }
}

.si-portfolio-details-right2 {
    display: flex;
    gap: 25px;
    margin-top: 23px;
}

.si-portfolio-details-icon2 a {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: var(--si-common-black);
    border-radius: 50%;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-portfolio-details-icon2 a {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
}

.si-portfolio-details-text4 {
    position: relative;
    top: 7px;
}

.si-portfolio-details-text4 h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.portfolio-details-text {
    margin-top: 41px;
}

@media (max-width: 991px) {
    .portfolio-details-text {
        margin-top: 20px;
    }
}

.next a {
    padding: 14px 0px 14px 74px;
}

.next a i {
    margin-right: 9px;
    margin-left: 15px;
}

.si-portfolio-details-mt2 {
    margin-right: 0px !important;
}

/*----------------------------------------*/

/*  2.5 Contact css
/*----------------------------------------*/

.si-contact-area {
    padding-top: 160px;
    padding-bottom: 160px;
}

@media (max-width: 991px) {
    .si-contact-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.si-contact-box {
    display: inline-block;
    text-align: center;
    background: var(--si-common-gray);
    padding: 40px 43px 33px 43px;
    border-radius: 10px;
    margin-right: 23px;
    margin-top: 29px;
}

@media (max-width: 991px) {
    .si-contact-box {
        margin-bottom: 25px;
        margin-top: 15px;
    }
}

.si-contact-shape {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: var(--si-common-white);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.si-contact-text {
    margin-top: 41px;
}

.si-contact-text h3 {
    font-size: 24px;
    line-height: 27px;
}

.si-contact-text span {
    font-size: 14px;
    line-height: 25px;
}

.si-contact-main {
    background: var(--si-common-gray);
    padding: 36px 50px 23px 50px;
    border-radius: 18px;
}

.si-contact-main h4 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 34px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-contact-main h4 {
        font-size: 44px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .si-contact-main h4 {
        font-size: 35px;
        line-height: 45px;
    }
}

.contact-top {
    margin-top: 53px;
}

@media (max-width: 991px) {
    .contact-top {
        margin-top: 15px;
    }
}

.contact-border {
    border: none !important;
}

.select-pt {
    padding: 22px 0px;
}

.map-wrap iframe {
    width: 100%;
    height: 700px;
}

/*----------------------------------------*/

/*  2.6 Work Process css
/*----------------------------------------*/

.si-process-area {
    background: var(--si-common-gray);
    position: relative;
}

.si-process-box {
    position: relative;
    margin-top: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-process-box {
        margin-top: 50px;
    }
}

.si-process-border {
    position: absolute;
    left: 49px;
    top: 105px;
}

@media (max-width: 1399px) {
    .si-process-border {
        display: none;
    }
}

.si-process-right {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-process-right {
        display: block;
    }
}

.si-process-icon a {
    background: var(--si-common-white);
    padding: 38px 30px 41px 30px;
    border-radius: 50%;
}

.si-process-text {
    position: relative;
    top: 6px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-process-text {
        margin-top: 40px;
    }
}

.si-process-text h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
}

.si-process-thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 49%;
    height: 100%;
}

@media (max-width: 991px) {
    .si-process-thumb {
        position: static;
        height: 600px;
        width: 100%;
        margin-top: 40px;
    }
}

/*----------------------------------------*/

/*  2.7 Choose Us css
/*----------------------------------------*/

.si-choose-bg {
    background: var(--si-common-gray);
    padding: 0px 35px 0px 35px;
    border-radius: 20px;
}

.si-choose-one {
    text-align: right;
    margin-right: 18px;
    margin-bottom: 26px;
}

@media (max-width: 991px) {
    .si-choose-one {
        display: none;
    }
}

.si-choose-one span {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: var(--si-common-white);
    background: var(--si-common-black);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.si-choose-two {
    text-align: left;
    margin-left: 18px;
    margin-bottom: 26px;
}

@media (max-width: 991px) {
    .si-choose-two {
        display: none;
    }
}

.si-choose-two span {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: var(--si-common-white);
    background: var(--si-common-black);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.si-choose-three {
    text-align: right;
    margin-top: 26px;
    margin-right: 18px;
}

@media (max-width: 991px) {
    .si-choose-three {
        display: none;
    }
}

.si-choose-three span {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: var(--si-common-white);
    background: var(--si-common-black);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.si-choose-four {
    text-align: left;
    margin-top: 25px;
    margin-left: 18px;
}

@media (max-width: 991px) {
    .si-choose-four {
        display: none;
    }
}

.si-choose-four span {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: var(--si-common-white);
    background: var(--si-common-black);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.si-choose-box {
    background: var(--si-common-white);
    padding: 12px 0 7px 24px;
    border-radius: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-choose-box {
        padding: 17px 7px 4px 14px;
    }
}

@media (max-width: 991px) {
    .si-choose-box {
        padding: 17px 20px 4px 14px;
    }
}

.si-choose-box h3 {
    color: var(--si-common-black);
    font-size: 20px;
}

@media (max-width: 991px) {
    .si-choose-box h3 {
        margin-bottom: 18px;
    }
}

.si-choose-box p {
    margin-top: -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-choose-box p br {
        display: none;
    }
}

.si-choose-thumb {
    text-align: center;
    margin-top: -5px;
}

@media (max-width: 991px) {
    .si-choose-thumb {
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: left;
    }
}

.si-choose-thumb img {
    border-radius: 50%;
    border: 10px solid var(--si-common-white);
    width: 300px;
}

.si-choose-shape {
    position: relative;
    right: -125px;
    display: flex;
    justify-content: right;
    top: 90px;
}

@media (max-width: 1200px) {
    .si-choose-shape {
        display: none;
    }
}

.si-choose-shape2 {
    position: relative;
    left: -125px;
    display: flex;
    justify-content: left;
    top: 90px;
}

@media (max-width: 1200px) {
    .si-choose-shape2 {
        display: none;
    }
}

.si-choose-shape3 {
    position: relative;
    left: 125px;
    display: flex;
    justify-content: right;
    top: -87px;
}

@media (max-width: 1200px) {
    .si-choose-shape3 {
        display: none;
    }
}

.si-choose-shape4 {
    position: relative;
    left: -125px;
    display: flex;
    justify-content: left;
    top: -86px;
}

@media (max-width: 1200px) {
    .si-choose-shape4 {
        display: none;
    }
}

.choose-top {
    margin-top: 28px;
}

/*----------------------------------------*/

/*  2.8 Pricing CSS
/*----------------------------------------*/

.si-pricing-box {
    padding: 41px 47px 52px 47px;
    border-radius: 18px;
    transition: 0.6s;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 991px) {
    .si-pricing-box {
        z-index: 1;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-pricing-box {
        z-index: 1;
        padding: 20px;
    }
}

.si-pricing-box:hover .si-pricing-text a {
    background: var(--si-common-black);
    color: var(--si-common-white);
}

.si-pricing-box:hover .si-pricing-list a {
    background: var(--si-common-black);
    color: var(--si-common-white);
}

.si-pricing-box:hover .si-pricing-icon {
    background: #fec107;
}

.si-pricing-box:hover .si-pricing-icon a::before {
    background: #fec107;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-pricing-text {
        margin-top: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-pricing-text {
        margin-top: 55px;
    }
}

.si-pricing-text h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 18px;
}

.si-pricing-text h3 {
    font-size: 70px;
    line-height: 80px;
    margin-top: 31px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-pricing-text h3 {
        font-size: 65px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-pricing-text h3 {
        font-size: 49px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-pricing-text h3 {
        font-size: 42px;
        line-height: 60px;
    }
}

.si-pricing-text h3 span {
    font-size: 18px;
    font-weight: 400;
    color: var(--si-common-text-body);
    font-family: var(--si-ff-body);
    position: relative;
    left: -13px;
}

.si-pricing-text ul {
    margin-top: 30px;
}

.si-pricing-text ul li {
    font-size: 20px;
    list-style: none;
    margin-bottom: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-pricing-text ul li {
        font-size: 19px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-pricing-text ul li {
        font-size: 18px;
    }
}

.si-pricing-text ul li img {
    margin-right: 12px;
}

.si-pricing-text a {
    display: inline-block;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    color: var(--si-common-black);
    border: 1px solid var(--si-common-black);
    width: 100%;
    padding: 16px 0 15px 0px;
    border-radius: 40px;
    text-align: center;
    margin-top: 34px;
    transition: 0.6s;
}

.si-pricing-text a i {
    transform: rotate(-45deg);
    font-size: 20px;
    margin-left: 9px;
}

.si-pricing-icon {
    background: var(--si-common-white);
    display: inline-block;
    padding: 17px 31px 16px 31px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: 0.6s;
}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
    .si-pricing-icon {
        padding: 17px 11px 16px 31px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-pricing-icon {
        padding: 31px 11px 16px 31px;
        width: 100%;
        background: var(--si-common-gray);
    }
}

.si-pricing-icon a {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: var(--si-common-black);
    position: relative;
    margin-left: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-pricing-icon a {
        margin-left: -10px;
    }
}

.si-pricing-icon a::before {
    position: absolute;
    content: "";
    right: -32px;
    top: 35px;
    background: var(--si-common-white);
    width: 8px;
    height: 10px;
    transition: 0.6s;
}

@media (max-width: 1400px) {
    .si-pricing-icon a::before {
        display: none;
    }
}

.si-pricing-icon a img {
    margin-right: 5px;
    margin-top: -4px;
}

.si-pricing-border {
    background: var(--si-common-gray);
    border: 1px solid var(--si-border-10);
    padding: 0;
}

.si-pricing-text2 {
    padding: 41px 0 9px 47px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-pricing-text2 {
        padding: 0 0 9px 20px;
        margin-top: 25px;
    }
}

@media (max-width: 991px) {
    .si-pricing-text2 {
        margin-top: 0px;
    }
}

.si-pricing-list {
    background: var(--si-common-white);
    padding: 0 47px 49px 47px;
    border-top: 1px solid var(--si-border-10);
}

.si-pricing-list ul {
    margin-top: 30px;
}

.si-pricing-list ul li {
    font-size: 20px;
    list-style: none;
    margin-bottom: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-pricing-list ul li {
        font-size: 19px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-pricing-list ul li {
        font-size: 18px;
    }
}

.si-pricing-list ul li img {
    margin-right: 12px;
}

.si-pricing-list a {
    display: inline-block;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    color: var(--si-common-black);
    border: 1px solid var(--si-common-black);
    width: 100%;
    padding: 16px 0 15px 0px;
    border-radius: 40px;
    text-align: center;
    margin-top: 20px;
    transition: 0.6s;
}

.si-pricing-list a i {
    transform: rotate(-45deg);
    font-size: 20px;
    margin-left: 9px;
}

.pricing-bg {
    background: var(--si-common-gray);
}

@media (max-width: 991px) {
    .pricing-box {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .pricing-mt {
        margin-top: 25px;
    }
}

.pricing-bg-white {
    background: var(--si-common-white);
}

.pricing-bg-list {
    background: var(--si-common-gray);
}

/*----------------------------------------*/

/*  2.8 Pricing CSS
/*----------------------------------------*/

.si-project-main {
    display: flex;
    justify-content: space-between;
}

.si-project-box {
    background: var(--si-common-gray);
    border-radius: 18px;
    padding: 30px 30px 35px 30px;
}

.si-project-img img {
    border-radius: 18px;
    width: 100%;
}

.si-project-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 29px;
}

.si-project-right-inner {
    display: flex;
    gap: 61px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 350px) and (max-width: 575px) {
    .si-project-right-inner {
        gap: 40px;
    }
}

.si-project-number {
    margin-top: 12px;
}

.si-project-number span {
    font-size: 20px;
    color: var(--si-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-project-number span {
        font-size: 18px;
    }
}

.si-project-text h3 {
    margin-bottom: 13px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 991px) {
    .si-project-text h3 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-project-text h3 {
        font-size: 23px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-project-text h3 {
        font-size: 25px;
    }
}

.si-project-year {
    transform: rotate(-45deg);
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-project-year {
        display: none;
    }
}

.si-project-year span {
    border: 1px solid #0F0F0F;
    border-radius: 30px;
    padding: 5px 29px;
    position: relative;
}

.si-project-year span::before {
    position: absolute;
    content: "";
    top: 13px;
    left: 18px;
    width: 6px;
    height: 6px;
    background: var(--si-common-text-body);
    border-radius: 50%;
}

.relative-tag {
    position: relative;
}

.project-dot {
    position: relative;
    margin-right: 29px;
}

.project-dot::before {
    position: absolute;
    content: "";
    right: -21px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: var(--si-common-text-body);
    border-radius: 50%;
}

@media (max-width: 767px) {
    .navigation-icon {
        display: none;
    }
}

.si-button-next.navigation-icon {
    position: absolute;
    left: 0;
    top: 13px;
}

.si-button-prev.navigation-icon {
    position: absolute;
    right: 0;
    top: 13px;
}

.si-project-2-area {
    background: var(--si-common-gray);
}

.si-project-2-title-box h1 {
    font-size: 150px;
    line-height: 100px;
    text-transform: uppercase;
    text-align: center;
}

.si-project-2-box {
    background: var(--si-common-white);
    padding: 24px 24px 35px 24px;
    border-radius: 18px;
    position: relative;
    z-index: 1;
}

.si-project-2-thumb {
    border-radius: 18px;
    height: 640px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-project-2-thumb {
        height: 450px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-project-2-thumb {
        height: 240px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .si-project-2-thumb {
        height: 440px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 575px) {
    .si-project-2-thumb {
        height: 230px;
    }
}

.si-project-2-thumb img {
    border-radius: 18px;
}

.si-project-2-text {
    margin-top: 19px;
}

.si-project-2-text h2 {
    margin-bottom: 13px;
    font-size: 36px;
    line-height: 46px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-project-2-text h2 {
        font-size: 33px;
    }
}

.si-project-2-text span {
    position: relative;
    margin-right: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-project-2-text span {
        margin-right: 0;
        margin-top: 9px;
        display: block;
    }
}

.si-project-2-text span::before {
    position: absolute;
    content: "";
    right: -21px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: var(--si-common-text-body);
    border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-project-2-text span::before {
        display: none;
    }
}

.si-project-2-text span:last-child::before {
    display: none;
}

.si-project-2-btn {
    text-align: center;
    margin-top: 61px;
}

.project-2-top {
    margin-top: 400px;
}

@media (max-width: 991px) {
    .hide {
        margin-top: 30px;
    }
}

.si-project-3-bg {
    padding-bottom: 367px;
}

.si-project-3-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .si-project-3-main {
        display: block;
    }
}

.si-project-3-btn {
    margin-top: 116px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-project-3-btn {
        margin-top: 0px;
    }
}

@media (max-width: 991px) {
    .si-project-3-btn {
        margin-top: 20px;
    }
}

.si-project-3-btn a {
    display: inline-block;
    font-weight: 600;
    color: var(--si-common-white);
    border-bottom: 1px solid var(--si-common-white);
    padding-bottom: 3px;
}

.si-project-3-btn a i {
    transform: rotate(-49deg);
    margin-left: 7px;
}

.si-project-3-box {
    margin-top: 57px;
}

.si-project-3-thumb {
    border-radius: 15px;
    height: 700px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
    .si-project-3-thumb {
        height: 450px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .si-project-3-thumb {
        height: 240px;
    }
}

@media (max-width: 991px) {
    .si-project-3-thumb {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.si-project-3-thumb img {
    border-radius: 15px;
}

.si-project-3-text {
    margin-top: 19px;
}

.si-project-3-text h3 {
    margin-bottom: 13px;
    margin-top: 29px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .si-project-3-text h3 {
        font-size: 33px;
    }
}

.si-project-3-text span {
    position: relative;
    margin-right: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-project-3-text span {
        margin-right: 0;
        margin-top: 9px;
        display: block;
    }
}

.si-project-3-text span::before {
    position: absolute;
    content: "";
    right: -21px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: var(--si-common-text-body);
    border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 991px) {
    .si-project-3-text span::before {
        display: none;
    }
}

.si-project-3-text span:last-child::before {
    display: none;
}

/*----------------------------------------*/

/*  2.9 Video css
/*----------------------------------------*/

.si-video-area {
    padding-top: 263px;
    padding-bottom: 263px;
    position: relative;
    z-index: 1;
}

.si-video-area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.6);
    z-index: -1;
}

.si-video-icon {
    text-align: center;
    display: flex;
    justify-content: center;
}

.si-video-icon-inner {
    border: 1px solid var(--si-common-white);
    width: 174px;
    height: 174px;
    line-height: 174px;
    border-radius: 50%;
}

.si-video-icon a {
    position: relative;
    z-index: 1;
}

.si-video-icon a i {
    font-size: 30px;
    width: 83.61px;
    height: 83.61px;
    line-height: 83.61px;
    background: var(--si-common-white);
    color: var(--si-common-black);
    text-align: center;
    border-radius: 50%;
    margin-top: 44px;
}

.si-video-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.si-video-2-area {
    position: relative;
    margin-top: -328px;
}

.si-video-2-bg {
    padding-top: 263px;
    padding-bottom: 263px;
    border-radius: 18px;
}

@media (max-width: 1600px) {
    .si-video-2-bg {
        width: 100%;
        max-width: inherit;
    }
}

/*# sourceMappingURL=main.css.map */