            html {
                box-sizing: border-box;
                -ms-overflow-style: scrollbar;
            }
            
            *,
            *::before,
            *::after {
                box-sizing: inherit;
            }
            
            @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
            @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
            body {
                margin: 0;
                padding: 0;
                font-family: 'Montserrat', sans-serif;
            }
            
            a {
                text-decoration: none;
                transition: .2s ease-in-out;
                font-family: 'Montserrat', sans-serif;
            }
            
            img {
                max-width: 100%;
            }
            
            p {
                margin: 10px 0;
                font-family: 'Montserrat', sans-serif;
            }
            
            ul,
            ol {
                padding: 0;
                margin: 0;
                owl-one
            }
            .mt20 {
                margin-top: 20px !important;
            }
            li {
                list-style: none;
            }
            
            h1 {
                font-size: 30px;
                font-weight: 700;
            }
            
            h2 {
                font-size: 24px;
                font-weight: 700;
            }
            
            .pb0 {
                padding-bottom: 0 !important;
            }
            
            h3 {
                margin: 0;
                font-size: 20px;
                font-weight: 600;
            }
            
            h4 {
                font-size: 18px;
                font-weight: 600;
            }
            
            h5 {
                font-size: 18px;
                font-weight: 500;
            }
            
            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                margin: 0;
            }
            
            a,
            button {
                cursor: pointer;
                border: none;
                outline: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                background: none;
                box-shadow: none;
            }
            
            img,
            video {
                display: block;
                max-width: 100%;
                height: auto;
                -o-object-fit: cover;
                object-fit: cover;
            }
            
            table {
                border-collapse: collapse;
            }
            
            .pr-0 {
                padding-right: 0 !important;
            }
            
            .mt60 {
                margin-top: 60px !important;
            }
            
            .container {
                width: 100%;
                padding-right: 15px;
                padding-left: 15px;
                margin-right: auto;
                margin-left: auto;
            }
            
            @media (min-width: 576px) {
                .container {
                    max-width: 540px;
                }
            }
            
            @media (min-width: 768px) {
                .container {
                    max-width: 720px;
                }
            }
            
            @media (min-width: 992px) {
                .container {
                    max-width: 960px;
                }
            }
            
            @media (min-width: 1200px) {
                .container {
                    max-width: 1140px;
                }
            }
            
            .container-fluid {
                width: 100%;
                padding-right: 15px;
                padding-left: 15px;
                margin-right: auto;
                margin-left: auto;
            }
            
            .row {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-right: -15px;
                margin-left: -15px;
            }
            
            .col-1,
            .col-2,
            .col-3,
            .col-4,
            .col-5,
            .col-6,
            .col-7,
            .col-8,
            .col-9,
            .col-10,
            .col-11,
            .col-12,
            .col,
            .col-auto,
            .col-sm-1,
            .col-sm-2,
            .col-sm-3,
            .col-sm-4,
            .col-sm-5,
            .col-sm-6,
            .col-sm-7,
            .col-sm-8,
            .col-sm-9,
            .col-sm-10,
            .col-sm-11,
            .col-sm-12,
            .col-sm,
            .col-sm-auto,
            .col-md-1,
            .col-md-2,
            .col-md-3,
            .col-md-4,
            .col-md-5,
            .col-md-6,
            .col-md-7,
            .col-md-8,
            .col-md-9,
            .col-md-10,
            .col-md-11,
            .col-md-12,
            .col-md,
            .col-md-auto,
            .col-lg-1,
            .col-lg-2,
            .col-lg-3,
            .col-lg-4,
            .col-lg-5,
            .col-lg-6,
            .col-lg-7,
            .col-lg-8,
            .col-lg-9,
            .col-lg-10,
            .col-lg-11,
            .col-lg-12,
            .col-lg,
            .col-lg-auto,
            .col-xl-1,
            .col-xl-2,
            .col-xl-3,
            .col-xl-4,
            .col-xl-5,
            .col-xl-6,
            .col-xl-7,
            .col-xl-8,
            .col-xl-9,
            .col-xl-10,
            .col-xl-11,
            .col-xl-12,
            .col-xl,
            .col-xl-auto {
                position: relative;
                width: 100%;
                padding-right: 15px;
                padding-left: 15px;
            }
            
            .col {
                -ms-flex-preferred-size: 0;
                flex-basis: 0;
                -ms-flex-positive: 1;
                flex-grow: 1;
                max-width: 100%;
            }
            
            .col-auto {
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
                width: auto;
                max-width: 100%;
            }
            
            .col-1 {
                -ms-flex: 0 0 8.333333%;
                flex: 0 0 8.333333%;
                max-width: 8.333333%;
            }
            
            .col-2 {
                -ms-flex: 0 0 16.666667%;
                flex: 0 0 16.666667%;
                max-width: 16.666667%;
            }
            
            .col-3 {
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                max-width: 25%;
            }
            
            .col-4 {
                -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
                max-width: 33.333333%;
            }
            
            .col-5 {
                -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
                max-width: 41.666667%;
            }
            
            .col-6 {
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%;
            }
            
            .col-7 {
                -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
                max-width: 58.333333%;
            }
            
            .col-8 {
                -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
                max-width: 66.666667%;
            }
            
            .col-9 {
                -ms-flex: 0 0 75%;
                flex: 0 0 75%;
                max-width: 75%;
            }
            
            .col-10 {
                -ms-flex: 0 0 83.333333%;
                flex: 0 0 83.333333%;
                max-width: 83.333333%;
            }
            
            .col-11 {
                -ms-flex: 0 0 91.666667%;
                flex: 0 0 91.666667%;
                max-width: 91.666667%;
            }
            
            .col-12 {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }
            
            @media (min-width: 576px) {
                .col-sm {
                    -ms-flex-preferred-size: 0;
                    flex-basis: 0;
                    -ms-flex-positive: 1;
                    flex-grow: 1;
                    max-width: 100%;
                }
                .col-sm-auto {
                    -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
                    width: auto;
                    max-width: 100%;
                }
                .col-sm-1 {
                    -ms-flex: 0 0 8.333333%;
                    flex: 0 0 8.333333%;
                    max-width: 8.333333%;
                }
                .col-sm-2 {
                    -ms-flex: 0 0 16.666667%;
                    flex: 0 0 16.666667%;
                    max-width: 16.666667%;
                }
                .col-sm-3 {
                    -ms-flex: 0 0 25%;
                    flex: 0 0 25%;
                    max-width: 25%;
                }
                .col-sm-4 {
                    -ms-flex: 0 0 33.333333%;
                    flex: 0 0 33.333333%;
                    max-width: 33.333333%;
                }
                .col-sm-5 {
                    -ms-flex: 0 0 41.666667%;
                    flex: 0 0 41.666667%;
                    max-width: 41.666667%;
                }
                .col-sm-6 {
                    -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
                    max-width: 50%;
                }
                .col-sm-7 {
                    -ms-flex: 0 0 58.333333%;
                    flex: 0 0 58.333333%;
                    max-width: 58.333333%;
                }
                .col-sm-8 {
                    -ms-flex: 0 0 66.666667%;
                    flex: 0 0 66.666667%;
                    max-width: 66.666667%;
                }
                .col-sm-9 {
                    -ms-flex: 0 0 75%;
                    flex: 0 0 75%;
                    max-width: 75%;
                }
                .col-sm-10 {
                    -ms-flex: 0 0 83.333333%;
                    flex: 0 0 83.333333%;
                    max-width: 83.333333%;
                }
                .col-sm-11 {
                    -ms-flex: 0 0 91.666667%;
                    flex: 0 0 91.666667%;
                    max-width: 91.666667%;
                }
                .col-sm-12 {
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                }
            }
            
            @media (min-width: 768px) {
                .col-md {
                    -ms-flex-preferred-size: 0;
                    flex-basis: 0;
                    -ms-flex-positive: 1;
                    flex-grow: 1;
                    max-width: 100%;
                }
                .col-md-auto {
                    -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
                    width: auto;
                    max-width: 100%;
                }
                .col-md-1 {
                    -ms-flex: 0 0 8.333333%;
                    flex: 0 0 8.333333%;
                    max-width: 8.333333%;
                }
                .col-md-2 {
                    -ms-flex: 0 0 16.666667%;
                    flex: 0 0 16.666667%;
                    max-width: 16.666667%;
                }
                .col-md-3 {
                    -ms-flex: 0 0 25%;
                    flex: 0 0 25%;
                    max-width: 25%;
                }
                .col-md-4 {
                    -ms-flex: 0 0 33.333333%;
                    flex: 0 0 33.333333%;
                    max-width: 33.333333%;
                }
                .col-md-5 {
                    -ms-flex: 0 0 41.666667%;
                    flex: 0 0 41.666667%;
                    max-width: 41.666667%;
                }
                .col-md-6 {
                    -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
                    max-width: 50%;
                }
                .col-md-7 {
                    -ms-flex: 0 0 58.333333%;
                    flex: 0 0 58.333333%;
                    max-width: 58.333333%;
                }
                .col-md-8 {
                    -ms-flex: 0 0 66.666667%;
                    flex: 0 0 66.666667%;
                    max-width: 66.666667%;
                }
                .col-md-9 {
                    -ms-flex: 0 0 75%;
                    flex: 0 0 75%;
                    max-width: 75%;
                }
                .col-md-10 {
                    -ms-flex: 0 0 83.333333%;
                    flex: 0 0 83.333333%;
                    max-width: 83.333333%;
                }
                .col-md-11 {
                    -ms-flex: 0 0 91.666667%;
                    flex: 0 0 91.666667%;
                    max-width: 91.666667%;
                }
                .col-md-12 {
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                }
            }
            
            @media (min-width: 992px) {
                .col-lg {
                    -ms-flex-preferred-size: 0;
                    flex-basis: 0;
                    -ms-flex-positive: 1;
                    flex-grow: 1;
                    max-width: 100%;
                }
                .col-lg-auto {
                    -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
                    width: auto;
                    max-width: 100%;
                }
                .col-lg-1 {
                    -ms-flex: 0 0 8.333333%;
                    flex: 0 0 8.333333%;
                    max-width: 8.333333%;
                }
                .col-lg-2 {
                    -ms-flex: 0 0 16.666667%;
                    flex: 0 0 16.666667%;
                    max-width: 16.666667%;
                }
                .col-lg-3 {
                    -ms-flex: 0 0 25%;
                    flex: 0 0 25%;
                    max-width: 25%;
                }
                .col-lg-4 {
                    -ms-flex: 0 0 33.333333%;
                    flex: 0 0 33.333333%;
                    max-width: 33.333333%;
                }
                .col-lg-5 {
                    -ms-flex: 0 0 41.666667%;
                    flex: 0 0 41.666667%;
                    max-width: 41.666667%;
                }
                .col-lg-6 {
                    -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
                    max-width: 50%;
                }
                .col-lg-7 {
                    -ms-flex: 0 0 58.333333%;
                    flex: 0 0 58.333333%;
                    max-width: 58.333333%;
                }
                .col-lg-8 {
                    -ms-flex: 0 0 66.666667%;
                    flex: 0 0 66.666667%;
                    max-width: 66.666667%;
                }
                .col-lg-9 {
                    -ms-flex: 0 0 75%;
                    flex: 0 0 75%;
                    max-width: 75%;
                }
                .col-lg-10 {
                    -ms-flex: 0 0 83.333333%;
                    flex: 0 0 83.333333%;
                    max-width: 83.333333%;
                }
                .col-lg-11 {
                    -ms-flex: 0 0 91.666667%;
                    flex: 0 0 91.666667%;
                    max-width: 91.666667%;
                }
                .col-lg-12 {
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                }
            }
            
            @media (min-width: 1200px) {
                .col-xl {
                    -ms-flex-preferred-size: 0;
                    flex-basis: 0;
                    -ms-flex-positive: 1;
                    flex-grow: 1;
                    max-width: 100%;
                }
                .col-xl-auto {
                    -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
                    width: auto;
                    max-width: 100%;
                }
                .col-xl-1 {
                    -ms-flex: 0 0 8.333333%;
                    flex: 0 0 8.333333%;
                    max-width: 8.333333%;
                }
                .col-xl-2 {
                    -ms-flex: 0 0 16.666667%;
                    flex: 0 0 16.666667%;
                    max-width: 16.666667%;
                }
                .col-xl-3 {
                    -ms-flex: 0 0 25%;
                    flex: 0 0 25%;
                    max-width: 25%;
                }
                .col-xl-4 {
                    -ms-flex: 0 0 33.333333%;
                    flex: 0 0 33.333333%;
                    max-width: 33.333333%;
                }
                .col-xl-5 {
                    -ms-flex: 0 0 41.666667%;
                    flex: 0 0 41.666667%;
                    max-width: 41.666667%;
                }
                .col-xl-6 {
                    -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
                    max-width: 50%;
                }
                .col-xl-7 {
                    -ms-flex: 0 0 58.333333%;
                    flex: 0 0 58.333333%;
                    max-width: 58.333333%;
                }
                .col-xl-8 {
                    -ms-flex: 0 0 66.666667%;
                    flex: 0 0 66.666667%;
                    max-width: 66.666667%;
                }
                .col-xl-9 {
                    -ms-flex: 0 0 75%;
                    flex: 0 0 75%;
                    max-width: 75%;
                }
                .col-xl-10 {
                    -ms-flex: 0 0 83.333333%;
                    flex: 0 0 83.333333%;
                    max-width: 83.333333%;
                }
                .col-xl-11 {
                    -ms-flex: 0 0 91.666667%;
                    flex: 0 0 91.666667%;
                    max-width: 91.666667%;
                }
                .col-xl-12 {
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                }
            }
            
            .logo {
                float: left;
            }
            
            .logo img {
                height: 70px;
            }
            
            .header .button a {
                margin-left: 20px;
                float: right;
                margin-right: 0;
                margin-top: 15px;
            }
            
            .header {
                position: relative;
                top: 0;
                left: 0;
                width: 100%;
                height: auto;
                z-index: 100;
                margin: 0 auto;
                box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
                background-color: #fff;
            }
            
            .fixed {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
            }
            
            .wrapper {
                display: flex;
                align-items: center;
                justify-content: space-between;
                -moz-column-gap: 1rem;
                column-gap: 1rem;
                row-gap: 2rem;
                width: 100%;
                margin: 0 auto;
            }
            
            .menu-item {
                position: relative;
                display: inline-block;
                margin-left: 1.5rem;
                cursor: pointer;
            }
            
            .menu-link {
                font-size: 1rem;
                font-weight: 500;
                line-height: 70px;
                text-transform: capitalize;
                color: #1c1d3b;
                transition: all 0.3s ease-in-out;
            }
            
            .menu-link>i.bx {
                font-size: 1.35rem;
                line-height: 1.5;
                color: inherit;
            }
            
            li:hover .menu-link {
                outline: none;
                color: #233259;
            }
            
            .navbar {
                float: right;
            }
            
            .submenu {
                position: absolute;
                top: 80px;
                left: 0;
                min-width: 13rem;
                height: auto;
                padding: 0 1rem 1rem;
                opacity: 0;
                visibility: hidden;
                transform: translateY(1rem);
                border-radius: 0 0 0.25rem 0.25rem;
                border-top: 2px solid #FED401;
                box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
                background-color: #fafafa;
                transition: all 0.3s ease-in-out;
                z-index: 5;
            }
            
            .submenu-item {
                display: block;
                margin-top: 0.75rem;
            }
            
            .submenu-link {
                font-size: 1rem;
                font-weight: 500;
                line-height: inherit;
                cursor: pointer;
                color: #1c1d3b;
                transition: all 0.35s ease;
            }
            
            .menu-dropdown {
                padding-right: 15px;
            }
            
            .menu-dropdown .menu-link:after {
                content: "";
                width: 7px;
                height: 7px;
                border: 1px solid #24324a;
                border-width: 0 0 2px 2px;
                transform: rotate(315deg);
                display: inline-block;
                margin: 0 0 1px 11px;
                transition: all 0.5s ease;
                top: 30px;
                position: absolute;
            }
            
            .submenu-link:hover {
                outline: none;
                color: #233259;
            }
            
            .burger {
                position: relative;
                display: none;
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                width: 1.75rem;
                height: 1rem;
                opacity: 0;
                visibility: hidden;
                background: transparent;
                float: right;
                top: 30px;
            }
            
            .burger-line {
                position: absolute;
                display: block;
                left: 0;
                width: 100%;
                height: 2px;
                opacity: 1;
                border: none;
                outline: none;
                background: #1c1d3b;
            }
            
            .burger-line:nth-child(1) {
                top: 0px;
            }
            
            .burger-line:nth-child(2) {
                top: 0.5rem;
            }
            
            .burger-line:nth-child(3) {
                top: 1rem;
            }
            
            .overlay {
                position: fixed;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                z-index: 9;
                opacity: 0;
                visibility: hidden;
                transition: all 0.35s ease-in-out;
                background-color: rgba(0, 0, 0, 0.65);
            }
            
            @keyframes fadeIn_Modal {
                from {
                    opacity: 0;
                }
                to {
                    opacity: 1;
                }
            }
            
            @keyframes fadeIn_Container {
                from {
                    opacity: 0;
                }
                to {
                    opacity: 0.9;
                }
            }
            /* banner */
            
            .banner .item .cover {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                display: flex;
                align-items: center;
            }
            
            .banner .item .cover .header-content {
                position: relative;
                padding: 0 50px 0 0;
                overflow: hidden;
            }
            
            .header-content h1 {
                font-size: 30px;
                font-weight: 700;
                line-height: 45px;
            }
            
            .header-content p {
                font-size: 15px;
                line-height: 20px;
                margin: 20px 0;
            }
            
            .header-content button {
                font-size: 16px;
                padding: 15px 33px 15px 33px;
                font-weight: 500;
                background-color: #ff5e14;
                color: #fff;
                border-radius: 5px;
                transition: all 500ms ease;
            }
            
            .header-content button:hover {
                background-color: #233259;
            }
            
            .owl-one .owl-dots .owl-dot.active span,
            .owl-one .owl-dots .owl-dot:hover span {
                background: #3a7dca !important;
            }
            
            .owl-one .owl-prev,
            .owl-one .owl-next {
                position: absolute;
                top: 50%;
                color: #243258 !important;
                padding: 10px 12px !important;
                background: #fbc21b !important;
            }
            
            .owl-one .owl-prev {
                left: 15px;
            }
            
            .owl-one .owl-next {
                right: 15px;
            }
            
            .owl-one .owl-dots {
                position: relative;
            }
            
            .owl-carousel .item {
                padding: 0;
            }
            
            .owl-carousel .item img {
                width: 100%;
            }
            
            .btns {
                display: table;
                margin: 30px auto;
            }
            
            .customNextBtn,
            .customPreviousBtn {
                float: right;
                background: #2d9070;
                color: #fff;
                padding: 10px;
                margin-left: 5px;
                cursor: pointer;
            }
            /* why-choose */
            
            .why-choose {
                padding: 60px 0;
            }
            
            .sec-title span {
                position: relative;
                z-index: 1;
                padding-left: 10px;
                color: #ff5e14;
                font-weight: 500;
                font-size: 18px;
                line-height: 2.2;
            }
            
            .sec-title h2 {
                font-size: 36px;
                line-height: 48px;
                padding-bottom: 25px;
            }
            
            .sec-title p {
                font-size: 16px;
                line-height: 20px;
                margin: 0;
                padding-bottom: 20px;
            }
            
            .sec-title span:before {
                content: '';
                left: -10px;
                display: inline-block;
                position: relative;
                z-index: 1;
                width: 4px;
                height: 1.1em;
                top: 4px;
                background-color: #ff5e14;
            }
            
            .why-choose .sec-title p {
                width: 90%;
                font-size: 15px;
                line-height: 20px;
                padding-bottom: 25px;
                margin: 0;
            }
            
            .wcb-wrapper {
                display: flex;
                width: 100%;
                padding: 10px 0;
            }
            
            .why-choose-img {
                display: flex;
                margin-right: auto;
                margin-left: auto;
                position: relative;
            }
            
            .wcb-icon img {
                height: 65px;
            }
            
            .wcb-content {
                padding-left: 25px;
                width: 72%;
                display: block;
            }
            
            .wcb-content h5 {
                font-size: 16px;
                font-weight: 600;
            }
            
            .wcb-content p {
                font-size: 15px;
                line-height: 22px;
            }
            
            .year-counter {
                padding: 35px 42px 48px 42px;
                position: relative;
                right: 60px;
                top: -75px;
                background: #ff5e14;
                color: #fff;
            }
            
            .year-counter span {
                font-size: 60px;
                font-weight: 600;
                color: #fff;
            }
            
            .year-counter p {
                color: #fff;
                font-size: 16px;
                font-weight: 500;
                line-height: 26px;
                margin: 0;
            }
            
            .wcu-img-1,
            .wcu-img-2 {
                width: 50%;
            }
            
            .wcu-img-1 {
                padding-left: 20px;
            }
            
            .wcu-img-1 img,
            .wcu-img-2 img {
                box-shadow: 0px 3px 15px 0px rgba(76, 76, 76, 0.17);
            }
            
            .wcu-img-2 {
                padding-top: 70px;
                padding-left: 20px;
            }
            
            .wcu-img-2:before {
                content: url(img/dot_bg.png);
                position: absolute;
                z-index: 0;
                right: -70px;
                top: 10px;
            }
            /* process */
            
            .work-process {
                background-color: #f5f5f5;
                padding: 60px 0;
            }
            
            .work-process .sec-title,
            .products .sec-title,
            .Services .sec-title {
                text-align: center;
            }
            
            .process-in {
                padding: 0 0 0;
                text-align: center;
                margin-bottom: 30px;
            }
            
            .process-in.mt60:before {
                content: "";
                background-image: url(img/arrow.png);
                background-repeat: no-repeat;
                position: absolute;
                top: 20px;
                left: -30px;
                bottom: 0;
                right: 0;
                z-index: 1;
            }
            
            .process-in.arrow2:before {
                content: "";
                background-image: url(img/arrow-2.png);
                background-repeat: no-repeat;
                position: absolute;
                top: 70px;
                right: 0px;
                bottom: 0;
                left: -55px;
                z-index: 1;
            }
            
            .process-icon {
                position: relative;
                z-index: 1;
                display: inline-block;
            }
            
            .process-in:hover .process-icon:before {
                opacity: 1;
            }
            
            .process-in:hover .process-number {
                right: 0;
                top: 5px;
            }
            
            .process-icon:before {
                position: absolute;
                content: "";
                left: -8px;
                top: -8px;
                width: 160px;
                height: 160px;
                line-height: 160px;
                border-radius: 50%;
                border: 2px dashed #ff5e14;
                opacity: 0;
                transition: .5s;
            }
            
            .process-number {
                position: absolute;
                right: -14px;
                top: 53px;
                transition: .5s;
            }
            
            .process-number span {
                font-size: 14px;
                font-weight: 600;
                color: #fff;
                background: #3a7dca;
                border-radius: 30px;
                font-family: 'Inter';
                height: 36px;
                width: 36px;
                line-height: 36px;
                text-align: center;
                display: inline-block;
            }
            
            .process-in h4 {
                font-size: 18px;
                line-height: 20px;
                color: #000;
                font-weight: 500;
                padding: 25px 0 10px;
            }
            
            .process-in p {
                color: #555;
                font-weight: 300;
            }
            /* Services */
            
            .Services {
                padding: 50px 0;
                background-color: #F6F6F6;
            }
            
            .Services .sec-title h2 {
                padding-bottom: 0;
            }
            
            .Services .sec-title p {
                padding-bottom: 25px;
            }
            
            .Service-in {
                text-align: center;
                box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
                padding: 15px;
                margin-bottom: 25px;
                border-radius: 10px;
                background-color: #fff;
            }
            
            .Service-img img {
                border-radius: 50%;
                height: 180px;
                width: 180px;
                transition: transform 0.3s ease-out;
                margin: 0 auto;
                margin-bottom: 20px;
            }
            
            .Service-in:hover img {
                transform: scale3d(1.05, 1.05, 1.05);
            }
            
            .Service-info {
                height: 100px;
            }
            
            .Service-info h5 {
                font-size: 20px;
                font-weight: 600;
                color: #233259;
            }
            
            .Service-info p {
                font-size: 16px;
                line-height: 22px;
                color: #7a7a7a;
            }
            /* Product */
            
            .products {
                padding: 60px 0;
            }
            
            .product-in {
                position: relative;
                display: block;
                overflow: hidden;
                border-radius: 10px;
            }
            
            .product-img {
                position: relative;
                display: block;
                overflow: hidden;
            }
            
            .product-img img {
                width: 100%;
            }
            
            .product-info {
                position: relative;
                display: block;
                background-color: #f6f6f6;
                padding: 25px;
            }
            
            .product-info .inner {
                opacity: 1;
                transition: all 500ms ease;
            }
            
            .product-info .product-icon {
                position: relative;
                display: block;
                margin-bottom: 25px;
            }
            
            .product-info .product-text {
                position: relative;
                display: block;
                padding-left: 22px;
            }
            
            .product-info .product-text:before {
                position: absolute;
                content: '';
                width: 1px;
                height: 8px;
                left: 0px;
                top: 5px;
            }
            
            .product-info .product-text:before {
                background-color: #f16d2b;
            }
            
            .product-info .product-text:after {
                position: absolute;
                content: '';
                width: 1px;
                height: calc(100% - 29px);
                left: 0px;
                top: 21px;
            }
            
            .product-info .product-text:after {
                background-color: #f16d2b;
            }
            
            .product-info h3 {
                display: block;
                font-size: 22px;
                line-height: 30px;
                font-weight: 600;
                text-transform: uppercase;
            }
            
            .product-info .overlay-content {
                position: absolute;
                left: 0px;
                bottom: -30px;
                width: 100%;
                background-color: #f6f6f6;
                padding: 40px 30px 40px 30px;
                z-index: 1;
                opacity: 0;
                visibility: hidden;
                transition: all 500ms ease;
            }
            
            .product-info .overlay-content:before {
                position: absolute;
                content: '';
                width: calc(100% - 40px);
                height: calc(100% - 40px);
                left: 15px;
                top: 15px;
            }
            
            .product-info .overlay-content:before {
                border: 1px solid #f16d2b;
            }
            
            .product-in:hover .product-info .overlay-content {
                opacity: 1;
                visibility: visible;
                bottom: 0px;
            }
            
            .product-info .overlay-content p {
                display: block;
                margin-top: 17px;
            }
            /* team */
            
            .team {
                padding: 20px 0 60px 0;
            }
            
            .team .owl-item {}
            
            .team .owl-carousel .item {
                padding: 0 5px;
            }
            
            .single-team-box {
                margin-bottom: 30px;
                text-align: center;
            }
            
            .team-thumb {
                position: relative;
                z-index: 1;
            }
            
            .team-thumb:before {
                position: absolute;
                content: "";
                right: 0;
                bottom: 0;
                width: 100%;
                height: 0%;
                background-image: linear-gradient(10deg, #062462 0%, #062462 100%);
                visibility: hidden;
                transition: .5s;
                opacity: .45;
                border-radius: 5px 5px 0 0;
            }
            
            .owl-carousel .owl-item img {
                display: block;
            }
            
            .team .single-team-box {
                box-shadow: rgb(0 0 0 / 11%) 0px 3px 8px;
            }
            
            .team-thumb img {
                width: 100%;
            }
            
            ul.team-social-list {
                right: 15px;
                position: absolute;
                bottom: 0px;
                border-radius: 15px;
                background: #3a7dca;
                padding: 14px 8px 14px;
                transition: .5s;
                opacity: 0;
            }
            
            ul.team-social-list li {
                list-style: none;
                display: block;
            }
            
            ul.team-social-list li a {
                font-size: 14px;
                color: #fff;
                transition: .5s;
            }
            
            ul.team-social-list li a i {
                line-height: 30px;
                font-size: 15px;
            }
            
            .team-content {
                padding: 15px 0 5px;
                background: #233259;
                border-radius: 0 0 5px 5px;
            }
            
            h3.team-title {
                font-size: 20px;
                color: #fff;
            }
            
            p.team-text {
                font-size: 14px;
                padding: 4px 0 0;
                color: #ff5e14;
                transition: .5s;
            }
            
            .single-team-box:hover .team-thumb:before {
                visibility: visible;
                height: 100%;
                top: 0;
            }
            
            .single-team-box:hover ul.team-social-list {
                bottom: 85px;
                opacity: 1;
            }
            
            .team .owl-nav {
                position: absolute;
                bottom: 25%;
                left: -42%;
                top: inherit;
                right: inherit;
            }
            
            .team .owl-prev,
            .team .owl-next {
                width: 48px;
                height: 48px;
                line-height: 48px;
                text-align: center;
                border-radius: 50px;
                background-color: #203B72;
                position: absolute;
                top: 0;
                bottom: 20px;
                margin: auto;
                transition: .5s;
                padding: 0;
            }
            
            .team .owl-prev {
                left: -58px;
            }
            
            .team .owl-prev i,
            .team .owl-next i {
                font-size: 18px;
                color: #fff;
                display: inline-block;
                transition: .5s;
                line-height: 40px;
            }
            /* project */
            
            .project {
                padding: 60px 0 90px;
            }
            
            .project .sec-title {
                text-align: center;
            }
            
            .project .row .col-md-7,
            .project .row .col-md-5 {
                display: grid;
            }
            
            .project h4 {
                font-size: 20px;
                line-height: 50px;
                display: block;
                text-align: center;
            }
            
            .project-box {
      position: relative;
      border-radius: 30px;
      overflow: hidden;
      margin-bottom: 15px;
    }

    .project-img {
      position: relative;
    }
    .project-box:hover .project-img:before {
        top: 0;
    }

    .project-img:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 30px;
      z-index: 1;
      background: rgb(36 50 90 / 65%);
      transition: all .3s ease-out;
    }

    .project-img img {
      width: 100%;
      aspect-ratio: 1 / 1.2;
      object-fit: cover;
      transition: all .5s ease-out;
    }

    .project-box:hover .project-img img {
      transform: scale(1.2);
    }

    .project-box .project-info-box {
      background: #fff;
      border-radius: 20px;
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 15px;
      padding: 15px;
      z-index: 2;
      transition: all .2s ease-out;
    }
    .project-box:hover .project-info-box {
        bottom: 20px;
    }
    .project-box .project-info-box span {
        font-size: 20px;
        font-weight: 500;
        color: #ff702a;
        padding-bottom: 8px;
        display: block;
    }

    .project-box .project-info-box h3 {
      font-size: 18px;
        color: #163300;
        margin-bottom: 0;
    }

    .project-box .project-info-box p {
        margin: 5px 0 0 0;
    }
    
    .Projects-btn {
        margin: 0 auto;
        display: table;
        cursor: pointer;
        margin-bottom: 15px;
        padding: 15px 20px;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
        font-size: 16px;
        font-weight: 500;
        background: #3a7dca;
        color: #fff;
    }
            
            ul.tabs {
                margin: 0px;
                padding: 0px;
                list-style: none;
                text-align: center;
            }
            
            ul.tabs li {
                color: #222;
                display: inline-block;
                cursor: pointer;
                padding: 14px 23px;
                margin-right: 10px;
                border-radius: 10px;
                box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
                background: #f6f6f6;
                font-size: 16px;
                font-weight: 500;
            }
            
            ul.tabs li.current {
                background: #3a7dca;
                color: #fff;
            }
            
            .tab-content {
                display: none;
                padding: 20px 0;
            }
            
            .tab-content.current {
                display: inherit;
            }
            
            .tab-content img {
                border-radius: 10px;
            }
            
            ..tab-content h4 {
                font-size: 20px;
                line-height: 50px;
                text-align: center;
            }
            
            .tab-content .col-md-7 img {
                height: 100%;
            }
            
            .tab-content .col-md-5 img:last-child {
                margin-top: 20px;
            }
            /* faq */
            
            .faq {
                padding: 60px 0;
                background-color: #F6F6F6;
            }
            
            .content {
                width: 100%;
                padding: 0;
                margin: 0 auto;
            }
            
            .faq-box {
                background: #24325a;
                border-radius: 5px;
                border: none;
                margin-bottom: 15px;
                box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
                padding: 10px 15px 5px;
                position: relative;
            }
            
            .question {
                font-weight: 500;
                font-size: 18px;
                line-height: 32px;
                color: #fff;
                display: block;
                cursor: pointer;
                padding-right: 30px;
                position: relative;
            }
            
            .answers {
                padding: 0px 15px;
                width: 100%!important;
                height: 0;
                overflow: hidden;
                position: relative;
                opacity: 0;
                transition: .3s ease;
                font-size: 15px;
                color: #fff;
            }
            
            .questions:checked~.answers {
                height: auto;
                opacity: 1;
                padding: 10px 0;
            }
            
            .plus {
                position: absolute;
                right: 15px;
                top: 10px;
                font-size: 2em;
                height: 30px;
                width: 30px;
                border-radius: 15px;
                background: #fff;
                text-align: center;
                line-height: 30px;
                color: #24325a;
                -webkit-transition: .3s ease;
                -moz-transition: .3s ease;
                -o-transition: .3s ease;
                transition: .3s ease;
            }
            
            .questions:checked~.plus {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                background: #fff;
                color: #24325a;
            }
            
            .questions {
                display: none;
            }
            
            .info-btn-two {
                position: relative;
                display: inline-flex;
                justify-content: center;
                flex-direction: column;
                font-size: 15px;
                padding-left: 80px;
                text-align: left;
                font-weight: 700;
                line-height: 20px;
                margin-top: 30px;
            }
            
            .info-btn-two .icon {
                position: absolute;
                left: 0;
                top: -10px;
                width: 60px;
                height: 60px;
                line-height: 60px;
                font-size: 28px;
                border-radius: 50%;
                background-color: #ff7029;
                color: #ffffff;
                text-align: center;
                -webkit-transition: all 300ms ease;
                transition: all 300ms ease;
            }
            
            .info-btn-two small {
                display: block;
                font-size: 18px;
                font-weight: 400;
                color: #726f84;
                margin-bottom: 8px;
            }
            
            .info-btn-two strong {
                font-size: 18px;
                font-weight: 600;
                color: #000;
            }
            /* blog */
            
            .blog {
                padding: 60px 0;
                background: #F6F6F6;
            }
            
            .blog .sec-title {
                text-align: center;
            }
            
            .single-blog {
                padding: 15px;
                background: #fff;
                border-radius: 10px;
            }
            
            .single-blog .blog-thumb {
                display: block;
                overflow: hidden;
                border-radius: 10px;
            }
            
            .single-blog .blog-thumb img {
                width: 100%;
                transition: 0.3s;
                border-radius: 10px;
            }
            
            .single-blog .blog-inner .blog-body h3 {
                font-weight: 600;
                font-size: 18px;
                line-height: 28px;
                transition: 0.3s;
                color: #4e4e4e;
            }
            
            .single-blog:hover .blog-thumb img,
            .side-blog:hover .blog-thumb img {
                transform: scale(1.04);
            }
            
            .blog-inner .blog-head {
                display: flex;
                align-items: center;
                padding: 15px 0;
                margin: 0 15px;
                border-bottom: 1px solid #E6E6E6;
                gap: 40px;
            }
            
            .blog-inner .blog-body {
                margin-top: 15px;
                margin-left: 15px;
                margin-right: 15px;
            }
            
            .blog-inner .blog-body a .title {
                font-weight: 700;
                font-size: 24px;
                line-height: 34px;
                transition: 0.3s;
            }
            
            .side-blog {
                display: flex;
                align-items: center;
                padding: 15px;
                border-radius: 10px;
                background: #fff;
                margin-bottom: 25px;
            }
            
            .side-blog .blog-thumb {
                overflow: hidden;
                display: block;
                border-radius: 10px;
                min-width: max-content;
            }
            
            .side-blog .blog-thumb img {
                min-width: max-content;
                display: block;
                transition: 0.3s;
                height: 140px;
            }
            
            .side-blog .blog-inner {
                height: 140px;
            }
            
            .side-blog .blog-inner .blog-head {
                display: flex;
                align-items: center;
                padding: 15px 0;
                margin: 0 15px;
                margin-bottom: 10px;
                border-bottom: 1px solid #E6E6E6;
                gap: 30px;
            }
            
            .side-blog .blog-inner .blog-body {
                margin-top: 0;
            }
            
            .side-blog .blog-inner .blog-body h5 {
                font-weight: 500;
                font-size: 16px;
                line-height: 26px;
                transition: 0.3s;
                color: #4e4e4e;
            }
            
            .blog-inner .blog-body .read-more {
                font-size: 15px;
                line-height: 20px;
                color: #1F1F25;
                padding-top: 5px;
                display: inline-block;
                text-decoration: underline;
            }
            
            .blog-inner .blog-head .single i {
                font-size: 14px;
                color: #ff5e14;
                margin-right: 5px;
            }
            
            .blog-inner .blog-head .single span {
                font-size: 14px;
                color: #6e777d;
            }
            
            .view-more {
                text-align: center;
            }
            
            .view-more a {
                padding: 15px;
                display: inline-block;
                background: #233259;
                color: #fff;
                border-radius: 5px;
            }
            /* counter */
            
            .counters {
                position: relative;
                top: -80px;
            }
            
            .counter-bg {
                background: #233259;
                border-radius: 15px;
                position: relative;
            }
            
            #counter-box {
                padding: 40px 0;
                display: flex;
                justify-content: center !important;
                align-items: center;
            }
            
            #counter-box img {
                height: 70px;
                color: #ff7029;
                margin-right: 15px;
            }
            
            .counter-text span {
                color: #fff;
                font-size: 40px;
                line-height: 48px;
                font-weight: 800;
            }
            
            .counter-text p {
                color: #ffffff;
                font-size: 15px;
                line-height: 22px;
                margin: 0;
            }
            /* Testimonials */
            
            .Testimonials {
                padding: 60px 0;
            }
            
            .single-testimonial {
                position: relative;
                display: block;
                background-color: #f6f6f6;
                padding: 46px 30px 44px 40px;
                border-radius: 10px;
                height: 300px;
            }
            
            .quote {
                position: absolute;
                right: 20px;
                top: 20px;
            }
            
            .author-info {
                padding-left: 20px;
            }
            
            .author-info h5 {
                font-size: 22px;
                font-weight: 500;
                line-height: 30px;
                padding-top: 10px;
            }
            
            .author-box {
                display: flex;
            }
            
            .author-img {
                width: 80px;
                height: 80px;
                background-color: #fff;
                padding: 4px;
                box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
                margin: 0;
                border-radius: 40px;
            }
            
            .rating span {
                font-size: 15px;
                line-height: 30px;
                color: #f79d2b;
            }
            
            .owl-four .owl-nav .owl-prev,
            .owl-four .owl-nav .owl-next {
                position: absolute;
                background: #233259 !important;
                padding: 10px 12px !important;
                background: #233259 !important;
                bottom: -40px;
            }
            
            .owl-four .owl-nav .owl-prev {
                left: 0;
            }
            
            .owl-four .owl-nav .owl-next {
                right: 0;
                position: absolute;
            }
            
            .owl-four .owl-dots {
                display: none;
            }
            /* About us */
            
            .about {
                padding: 60px 0;
            }
            
            .about .sec-title {
                text-align: center;
            }
            /* contact us */
            
            .contact {
                padding: 60px 0 0;
            }
            
            .contact .contact-form .form-group {
                position: relative;
                margin-bottom: 20px;
            }
            
            .contact .contact-form input,
            .contact .contact-form .form-group textarea {
                position: relative;
                display: block;
                height: 60px;
                width: 100%;
                font-size: 15px;
                color: #555555;
                line-height: 23px;
                font-weight: 300;
                padding: 10px 10px;
                background-color: #ffffff;
                border: none;
                border-bottom: 1px solid #dddddd;
                transition: all 300ms ease;
            }
            
            .contact .contact-form .form-group textarea {
                height: 150px;
                resize: none;
            }
            
            .contact .contact-form .form-group button {
                font-size: 16px;
                padding: 15px 33px 15px 33px;
                font-weight: 500;
                background-color: #ff5e14;
                color: #fff;
                border-radius: 5px;
                transition: all 500ms ease;
            }
            
            .contact .contact-form .form-group button:hover {
                background-color: #233259;
            }
            
            .contact .contact-form .form-group input:focus,
            .contact .contact-form .form-group select:focus,
            .contact .contact-form .form-group textarea:focus,
            .contact .contact-form .form-group input:focus-visible,
            .contact .contact-form .form-group select:focus-visible,
            .contact .contact-form .form-group textarea:focus-visible {
                border-color: #ff5e14;
                color: #222222;
                outline: none;
            }
            
            .contact-info {
                position: relative;
                margin-left: -30px;
                background-color: #233259;
                padding: 65px 60px;
            }
            
            .contact-info .contact-list {
                position: relative;
            }
            
            .contact-info .contact-list li {
                position: relative;
                font-size: 16px;
                line-height: 26px;
                color: rgba(255, 255, 255, .65);
                font-weight: 400;
                margin-bottom: 35px;
            }
            
            .contact-info .contact-list li strong {
                position: relative;
                display: block;
                font-size: 30px;
                line-height: 34px;
                color: #ffffff;
                padding-left: 20px;
                font-weight: 500;
                margin-bottom: 15px;
            }
            
            .contact-info .contact-list li strong:before {
                position: absolute;
                left: 0;
                top: 0;
                height: 34px;
                width: 5px;
                background-color: #f79d2b;
                content: "";
            }
            
            .contact-info .contact-list li a {
                color: rgba(255, 255, 255, .65);
                display: inline-block;
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }
            
            .pr60 {
                padding-right: 60px !important;
            }
            
            .inner-banner {
                background-image: linear-gradient(180deg, #1f1f25 0%, rgba(58, 58, 58, 0.76) 100%), url(img/inner-banner.jpg);
                text-transform: capitalize;
                text-align: center;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                padding: 120px 0;
            }
            
            .inner-banner h2 {
                font-size: 48px;
                font-weight: 700;
                line-height: 62px;
                color: #fff;
            }
            
            .breadcrumb {
                display: inline-flex;
                padding-top: 15px;
            }
            
            .breadcrumb li {
                font-style: italic;
                font-size: 14px;
                color: #fff;
                font-weight: 500;
                letter-spacing: 1px;
            }
            
            .breadcrumb li a {
                color: #fff;
            }
            
            .breadcrumb li i {
                padding: 0 8px;
            }
            
            .breadcrumb li {
                font-style: italic;
                font-size: 14px;
                color: #fff;
                font-weight: 500;
                letter-spacing: 1px;
            }
            /* footer */
            
            footer {
                background-color: #233259;
                color: #fff;
                padding: 0 0 30px 0;
                margin-top: 100px;
            }
            
            footer .border-bw img {
                width: 200px;
                background: #fff;
            }
            
            .footer-logo ul {
                list-style: none;
                display: flex;
                align-items: center;
                padding: 0;
            }
            
            .footer-logo ul li a {
                padding: 13px;
                height: 40px;
                width: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: 0.3s;
                border: 1px solid #fed401;
                border-radius: 50%;
                margin-right: 10px;
            }
            
            .footer-logo ul li a:hover i {
                color: #233259;
            }
            
            .footer-logo ul li a:hover {
                background-color: #fed401;
                border-color: #fed401;
            }
            
            .footer-logo ul li a i {
                color: #fff;
                transition: 0.3s;
            }
            
            .row.newsletter {
                background: url(https://ahadsolartech.com/img/newslatter-bg.png);
                border-radius: 10px;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                padding: 30px 28px 30px;
                align-items: center;
                position: relative;
                top: -70px;
            }
            
            .newsletter-contact-info {
                display: inline-flex;
            }
            
            .newsletter-contact {
                padding: 10px 22px;
            }
            
            span.newsletter-text {
                font-size: 15px;
                color: #0a1622;
            }
            
            h2.newsletter-phone-number {
                font-size: 22px;
                color: #0a1622;
                margin-top: 6px;
            }
            
            h2.widget-title {
                font-size: 28px;
                color: #fff;
                text-align: center;
                padding-left: 12px;
                margin-top: 0;
            }
            
            .newsletter-widget form {
                position: relative;
                z-index: 1;
            }
            
            .newsletter-widget input {
                float: right;
                height: 56px;
                background-color: #fff;
                transition: .5s;
                border-radius: 5px;
                border: 1px solid #e6e6e6;
                padding: 7px 20px;
                display: block;
                width: 95%;
                color: #141840;
                font-weight: 300;
                font-size: 15px;
                position: relative;
                z-index: 1;
            }
            
            .newsletter-widget button {
                position: absolute;
                z-index: 1;
                top: 0px;
                right: 0;
                padding: 20px 30px;
                font-weight: 500;
                font-size: 15px;
                border-radius: 0 5px 5px 0;
                border: 0;
                background: #233259;
                color: #fff;
            }
            
            .footer-in {
                padding-bottom: 20px;
            }
            
            .footer-in h4 {
                font-size: 22px;
                padding-bottom: 15px;
            }
            
            footer ul li a {
                color: #fff;
                font-size: 15px;
                line-height: 25px;
                font-weight: 500;
            }
            
            .fcontact ul li {
                display: flex;
                padding-bottom: 5px;
            }
            
            .fcontact ul li i {
                line-height: 25px;
            }
            
            .fcontact ul li a {
                padding-left: 10px;
                display: block;
            }
            
            footer ul li a:hover {
                color: #FED401;
            }
            
            footer .copyright {
                text-align: center;
            }
            
            .border-bw {
                border-bottom: 1px solid #fff;
                padding-bottom: 15px;
            }
            
            #scroll-btn {
                display: inline-block;
                background-color: #ff5e14;
                width: 50px;
                height: 50px;
                text-align: center;
                border-radius: 4px;
                position: fixed;
                bottom: 30px;
                right: 30px;
                transition: background-color .3s, opacity .5s, visibility .5s;
                opacity: 0;
                visibility: hidden;
                z-index: 1000;
            }
            
            #scroll-btn::after {
                content: "\f077";
                font-family: FontAwesome;
                font-weight: normal;
                font-style: normal;
                font-size: 2em;
                line-height: 40px;
                color: #fff;
            }
            
            #scroll-btn:hover {
                cursor: pointer;
                background-color: #333;
            }
            
            #scroll-btn:active {
                background-color: #555;
            }
            
            #scroll-btn.show {
                opacity: 1;
                visibility: visible;
            }
            
            @media (max-width: 983px) {
                .navbar {
                    position: fixed;
                    top: 0;
                    left: -100%;
                    width: 75%;
                    height: 100%;
                    z-index: 10;
                    opacity: 0;
                    overflow-y: auto;
                    visibility: hidden;
                    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
                    background-color: #fafafa;
                    transition: all 0.5s ease;
                }
                .navbar.active {
                    left: 0rem;
                    opacity: 1;
                    visibility: visible;
                }
                .menu {
                    width: 100%;
                    height: auto;
                    padding: 1rem 0;
                }
                .menu-item {
                    display: block;
                    margin: 0 auto;
                }
                .menu-link {
                    justify-content: space-between;
                    padding: 5px 15px;
                    line-height: 40px;
                    display: flex;
                }
                .navbar ul li:first-child .menu-link:after {
                    display: none;
                }
                .menu-dropdown .menu-link:after {
                    content: "";
                    width: 7px;
                    height: 7px;
                    border: 1px solid #24324a;
                    border-width: 0 0 2px 2px;
                    transform: rotate(-135deg);
                    display: inline-block;
                    margin: 0 0 1px 11px;
                    transition: all 0.5s ease;
                    top: 24px;
                    position: absolute;
                    right: 20px;
                }
                .menu-dropdown.active .menu-link:after {
                    content: "";
                    width: 7px;
                    right: 0;
                    height: 7px;
                    border: 1px solid #24324a;
                    border-width: 0 0 2px 2px;
                    transform: rotate(-45deg);
                    display: inline-block;
                    margin: 0 0 1px 11px;
                    transition: all 0.5s ease;
                    top: 24px;
                    position: absolute;
                    right: 20px;
                }
                .submenu {
                    position: relative;
                    top: -0.5rem;
                    left: 15px;
                    width: 100%;
                    max-height: 0;
                    padding: 0px;
                    border: none;
                    outline: none;
                    opacity: 1;
                    overflow: hidden;
                    visibility: visible;
                    transform: translateY(0px);
                    box-shadow: none;
                    background: transparent;
                }
                .submenu-item {
                    margin: 0;
                    padding: 5px 0;
                }
                .menu li:last-child a:after {
                    display: none;
                }
                .burger {
                    display: block;
                    opacity: 1;
                    visibility: visible;
                }
                .owl-one .owl-item img {
                    height: 160px;
                }
                .owl-one .cover:before {
                    position: absolute;
                    left: 0;
                    top: 0;
                    height: 100%;
                    width: 100%;
                    background-color: #070c15;
                    opacity: .40;
                    content: "";
                }
                .owl-one .item .cover .header-content {
                    color: #fff;
                    text-align: center;
                    padding: 0;
                }
                .owl-one .header-content h1 {
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 35px;
                }
                .owl-one .header-content p {
                    margin: 15px 0;
                }
                .process-in.mt60:before,
                .process-in.arrow2:before {
                    display: none;
                }
                .process-in.mt60 {
                    margin-top: 0 !important;
                }
                .product-in {
                    padding-bottom: 15px;
                }
                .products .col-lg-4:last-child .product-in {
                    padding-bottom: 0;
                }
                .single-blog,
                .side-blog {
                    margin-bottom: 15px;
                }
                .side-blog .blog-inner .blog-head {
                    display: flex;
                    align-items: center;
                    padding: 15px 0;
                    margin: 0 10px;
                    margin-bottom: 10px;
                    border-bottom: 1px solid #E6E6E6;
                    gap: 10px;
                }
                .side-blog .blog-inner .blog-body h5 {
                    font-weight: 500;
                    font-size: 15px;
                    line-height: 20px;
                    transition: 0.3s;
                    color: #4e4e4e;
                }
                .project ul.tabs {
                    flex-wrap: nowrap;
                    overflow: hidden !important;
                    overflow-x: auto !important;
                    white-space: nowrap;
                    display: flex;
                }
                .wcu-img-2:before {
                    content: none !important;
                }
                .wcu-img-1 {
                    padding-left: 0;
                }
                .year-counter {
                    padding: 20px 20px 20px 20px;
                    position: relative;
                    right: 0;
                    top: -30px;
                    background: #ff5e14;
                    color: #fff;
                    width: 280px;
                }
                .year-counter span {
                    font-size: 60px;
                    font-weight: 500;
                }
                .wcu-img-2 {
                    padding-top: 0;
                    padding-left: 15px;
                }
                .why-choose .pr-0 {
                    padding-right: 15px !important;
                }
                .why-choose {
                    padding: 30px 0 0;
                }
                .work-process,
                .products,
                .Services,
                .blog,
                .faq,
                .Testimonials {
                    padding: 30px 0;
                }
                .project {
                    padding: 30px 0 30px;
                }
                .sec-title h2 {
                    font-size: 20px;
                    line-height: 35px;
                    padding-bottom: 10px;
                }
                .sec-title p {
                    font-size: 15px;
                    line-height: 20px;
                    margin: 0;
                    padding-bottom: 20px;
                }
                .sec-title span {
                    font-size: 16px;
                }
                .owl-one .owl-prev,
                .owl-one .owl-next {
                    bottom: 10%;
                    top: inherit;
                    z-index: 55;
                    bottom: -15px;
                }
                .newsletter-contact {
                    color: #f1cb06;
                }
                span.newsletter-text {
                    font-size: 15px;
                    color: #ffffff;
                }
                h2.newsletter-phone-number {
                    color: #ff7029;
                }
                .newsletter-widget form {
                    display: flex;
                }
                .newsletter-title {
                    font-size: 24px;
                    line-height: 60px;
                }
                .counters {
                    top: -20px;
                }
                .counter-text {
                    width: 150px;
                }
                .single-testimonial {
                    margin: 0 15px;
                }
                .footer-logo ul {
                    padding-bottom: 20px;
                }
                .product-info {
                    padding: 15px;
                }
                .product-info .product-icon {
                    margin-bottom: 15px;
                }
                .contact-info {
                    margin-left: 0;
                }
                .contact {
                    padding: 30px 0 0;
                }
            }
            
            @media only screen and (max-width: 992px) {
                .submenu {
                    position: relative;
                    top: -0.5rem;
                    left: 2.5rem;
                    width: 100%;
                    max-height: 0;
                    padding: 0px;
                    border: none;
                    outline: none;
                    opacity: 1;
                    overflow: hidden;
                    visibility: visible;
                    transform: translateY(0px);
                    box-shadow: none;
                    background: transparent;
                }
            }
            
            @media only screen and (min-width: 993px) {
                .menu-dropdown:hover>.submenu {
                    display: block;
                    opacity: 1;
                    visibility: visible;
                    transform: translateY(0);
                }
            }
            
            @media screen and (min-width: 600px) {
                .modal {
                    width: 500px;
                    height: 480px;
                    margin-left: calc(50vw - 250px);
                    margin-top: calc(50vh - 200px);
                }
            }