/*
Theme Name: projectNmae
Author: authorName
Author URI: https://themeforest.net/user/authorName
Description: Seotop - SEO And Digital Marketing Agency HTML Template<
Version: 1.0.0
*/

/*CSS Table Of Content Ends Here*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
:root {
    --body: #fff;
    --black: #0C0C0E;
    --white: #fff;
    --p1-clr: rgba(32, 109, 255, 1);
    --p2-clr: rgba(236, 25, 30, 1);
    --p3-clr: rgba(255, 181, 37, 1);
    --blogbox: #EFEFEF;
    --cmnbg: #EBF3F6;
    --n100-clr: rgba(235, 243, 246, 1);
    --n200-clr: rgba(221, 221, 221, 1);
    --n700-clr: rgba(36, 36, 38, 1);
    --n800-clr: rgba(49, 49, 49, 1);
    --n900-clr: #0C0C0E;
    --theme: rgba(32, 109, 255, 1);
    --pra: #313131;
    --pra2: #DDD;
    --text: #313131;
    --cmnwhite: #CBCBCC;
    --theme2: #70A6B1;
    --header: #385469;
    --text-2: #ffffffcc;
    --border: #E5E5E5;
    --border2: #242449;
    --border3: #5262FF;
    --bg: #F4EEE5;
    --bg2: #EFF5F6;
    --bg3: #70A6B1;
    --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}

.common-btn {
    position: relative;
    padding: 19px 30px;
    line-height: 18px;
    transition: all 0.5s;
}

.common-btn i {
    transition: all 0.5s;
    z-index: 1;
}

.common-btn:hover {
    color: var(--n700-clr);
}

@media (max-width: 1399px) {
    .common-btn {
        padding: 16px 24px;
    }
}

@keyframes storm {
    0% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
    25% {
        transform: translate3d(4px, 0, 0) translateZ(0);
    }
    50% {
        transform: translate3d(-3px, 0, 0) translateZ(0);
    }
    75% {
        transform: translate3d(2px, 0, 0) translateZ(0);
    }
    100% {
        transform: translate3d(0, 0, 0) translateZ(0);
    }
}

.box-style {
    position: relative;
    overflow: hidden;
    z-index: 0;
    text-align: center;
}

.box-style:hover::before {
    width: 400%;
    height: 400%;
}

.box-style::before {
    content: "";
    position: absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: var(--p1-clr);
    transition: all 0.7s ease;
    z-index: -1;
}

.box-style.first-box::before {
    background-color: var(--p3-clr);
}

.box-style.first-box:hover i {
    color: var(--n700-clr);
}

.box-style.first-box:hover span {
    color: var(--n700-clr);
}

.cmn-tag {
    font-size: 18px;
    color: var(--n700-clr);
    padding: 10px 30px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1399px) {
    .cmn-tag {
        padding: 8px 22px;
    }
}

.read-more {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    gap: 14px;
}

.read-more i {
    transition: all 0.4s;
}

.read-more:hover {
    color: var(--p1-clr);
}

.read-more:hover i {
    padding-left: 10px;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */

.heading-font {
    font-family: "Rubik", sans-serif;
}

.sub-font {
    font-family: "Rubik", sans-serif;
}

.body-font {
    font-family: "Open Sans", sans-serif;
}

html {
    scroll-behavior: initial !important;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    color: var(--white);
    outline: none;
}

input {
    color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rubik", sans-serif;
    margin: 0px;
    padding: 0;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 72px;
}

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

@media (max-width: 1199px) {
    h1 {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 38px;
        line-height: 48px;
    }
}

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

@media (max-width: 575px) {
    h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

.fs-two,
h2 {
    font-size: 50px;
    line-height: 116%;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .fs-two,
    h2 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .fs-two,
    h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .fs-two,
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 145%;
}

@media (max-width: 1399px) {
    h3 {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    h3 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    font-size: 25px;
    font-weight: 500;
    line-height: 130%;
}

@media (max-width: 1399px) {
    h4 {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 20px;
    font-weight: 700;
}

h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 25.6px;
}

span {
    font-size: 16px;
    line-height: 25.6px;
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

section,
footer {
    overflow: hidden;
}

.p1-clr {
    color: var(--p1-clr) !important;
}

.p1-bg {
    background: var(--p1-clr) !important;
}

.p2-clr {
    color: var(--p2-clr) !important;
}

.p2-bg {
    background: var(--p2-clr) !important;
}

.p3-clr {
    color: var(--p3-clr) !important;
}

.p3-bg {
    background: var(--p3-clr) !important;
}

.p4-clr {
    color: var(--p4-clr) !important;
}

.p4-bg {
    background: var(--p4-clr) !important;
}

.p5-clr {
    color: var(--p5-clr) !important;
}

.p5-bg {
    background: var(--p5-clr) !important;
}

.cmn-bg {
    background: var(--cmnbg);
}

.n100-clr {
    color: var(--n100-clr);
}

.n200-clr {
    color: var(--n200-clr);
}

.n700-clr {
    color: var(--n700-clr);
}

.n700-bg {
    background: var(--n700-clr);
}

.n800-clr {
    color: var(--n800-clr);
}

.n900-clr {
    color: var(--n900-clr);
}

.rounded100 {
    border-radius: 100px;
}

.d-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trns {
    transition: all 0.4s;
}

.black {
    color: var(--black);
}

.blackbg {
    background: var(--black);
}

.white {
    color: var(--white);
}

.theme {
    color: var(--theme);
}

.theme2 {
    color: var(--theme2);
}

.header {
    color: var(--header);
}

.pra {
    color: var(--text);
}

.pra2 {
    color: var(--pra2) !important;
}

.text {
    color: var(--text);
}

.about-thumb {
    animation: updown 2s linear infinite;
}

@media (max-width: 1399px) {
    .about-thumb {
        max-width: 600px;
    }
    .about-thumb img {
        width: 100%;
    }
}

@keyframes updown {
    50% {
        transform: translateY(-15px);
    }
}

.about-thumb-inner2 {
    max-width: 615px;
    margin: 0 auto;
}

.about-thumb-inner2 img {
    width: 100%;
}

.about-thumb-inner2 .thumb {
    max-width: 499px;
    margin: 0 auto;
    z-index: 1;
}

.about-thumb-inner2 .thumb img {
    width: 100%;
}

.about-thumb-inner2 .about-count {
    padding: 11px 40px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #ddd;
    background: var(--white);
    position: absolute;
    top: 140px;
    left: 0;
    animation: updown 2s linear infinite;
}

.about-thumb-inner2 .about-count h2,
.about-thumb-inner2 .about-count span {
    font-size: 48px;
    font-weight: 500;
    color: #0c0c0e;
}

.about-thumb-inner2 .about-count p {
    font-size: 18px;
    color: #0c0c0e;
}

.about-thumb-inner2 .about-shapes {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    animation: rots 4s linear infinite;
}

@media (max-width: 767px) {
    .about-thumb-inner2 .about-count {
        padding: 10px 20px;
        top: 180px;
        left: 0;
    }
    .about-thumb-inner2 .about-count h2,
    .about-thumb-inner2 .about-count span {
        font-size: 30px;
    }
    .about-thumb-inner2 .about-count p {
        font-size: 16px;
    }
}

.about-content2 .about-listin-inner {
    display: flex;
    gap: 30px;
    margin-bottom: 38px;
}

.about-content2 .about-listin-inner ul li i {
    font-size: 18px;
}

@media (max-width: 575px) {
    .about-content2 .about-listin-inner {
        gap: 10px;
        margin-bottom: 30px;
    }
    .about-content2 .about-listin-inner ul li {
        font-size: 14px;
    }
    .about-content2 .about-listin-inner ul li i {
        font-size: 14px;
    }
}

@keyframes rots {
    50% {
        transform: rotate(7deg);
    }
}

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

.faq-section .faq-bg {
    position: absolute;
    right: 3%;
    top: 54%;
    transform: translateY(-50%);
    z-index: -1;
}

.counter-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.counter-wrap .counter-items {
    border-radius: 20px;
    border-bottom: 6px solid var(--p2-clr);
    background: #fff;
    padding: 62px 20px;
}

.counter-wrap .counter-items .content {
    text-align: center;
}

.counter-wrap .counter-items .content h2 {
    color: var(--black);
    font-size: 50px;
    justify-content: center;
    margin-bottom: 10px;
}

.counter-wrap .counter-items .content h2 span {
    color: var(--black);
    font-size: 50px;
    font-weight: 500;
}

.counter-wrap .counter-items .content p {
    font-size: 20px;
    font-weight: 400;
    color: var(--text);
}

@media (max-width: 1199px) {
    .counter-wrap {
        gap: 16px;
    }
    .counter-wrap .counter-items {
        padding: 32px 16px;
    }
    .counter-wrap .counter-items .content h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .counter-wrap .counter-items .content h2 span {
        font-size: 36px;
    }
    .counter-wrap .counter-items .content p {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .counter-wrap {
        gap: 8px;
    }
    .counter-wrap .counter-items {
        padding: 28px 10px;
    }
    .counter-wrap .counter-items .content h2 {
        font-size: 29px;
        margin-bottom: 10px;
    }
    .counter-wrap .counter-items .content h2 span {
        font-size: 29px;
    }
    .counter-wrap .counter-items .content p {
        font-size: 14px;
    }
}

.about-fill-area {
    z-index: 1;
}

.about-fill-area .global-effect1 {
    position: absolute;
    right: 0;
    top: 150px;
    z-index: -1;
}

.about-fill-area .global-effect2 {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
}

.tahr {
    display: none;
}

.social-wrapper a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.mouse-follower {
    z-index: 10;
}

.mouse-follower span {
    z-index: 10;
    opacity: 1;
    top: -10px;
    left: -10px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: fixed;
    transition: 180ms ease-in-out;
    pointer-events: none;
}

.mouse-follower .cursor-outline {
    height: 30px;
    width: 30px;
    border: 1px solid #75f;
}

.mouse-follower .cursor-dot {
    height: 6px;
    width: 6px;
    background: #75f;
}

.mouse-follower.hide-cursor span {
    border-color: transparent;
    background: transparent;
}

.mouse-follower.highlight-cursor-head {
    cursor: none;
}

.mouse-follower.highlight-cursor-head .cursor-outline {
    height: 0;
    width: 0;
}

.mouse-follower.highlight-cursor-head .cursor-dot {
    height: 150px;
    width: 150px;
    background: #fff;
    mix-blend-mode: difference;
}

@media (max-width: 991px) {
    .mouse-follower.highlight-cursor-head .cursor-dot {
        height: 80px;
        width: 80px;
    }
}

.mouse-follower.highlight-cursor-para {
    cursor: none;
}

.mouse-follower.highlight-cursor-para .cursor-outline {
    height: 0;
    width: 0;
}

.mouse-follower.highlight-cursor-para .cursor-dot {
    height: 100px;
    width: 100px;
    background: #fff;
    mix-blend-mode: difference;
}

@media (max-width: 991px) {
    .mouse-follower.highlight-cursor-para .cursor-dot {
        height: 60px;
        width: 60px;
    }
}

.cmn-white {
    color: #cbcbcc;
}

.fw_400 {
    font-weight: 400 !important;
}

.fw_500 {
    font-weight: 500 !important;
}

.fw_600 {
    font-weight: 600;
}

.fw_700 {
    font-weight: 700;
}

.radius32 {
    border-radius: 35px !important;
}

.radius16 {
    border-radius: 16px !important;
}

.radius17 {
    border-radius: 17px !important;
}

.radius18 {
    border-radius: 18px !important;
}

.radius20 {
    border-radius: 20px !important;
}

.radius12 {
    border-radius: 12px !important;
}

.radius100 {
    border-radius: 100px;
}

.radius-circle {
    border-radius: 50% !important;
}

.fs-five {
    font-size: 20px;
    line-height: 150%;
}

.fs-six {
    font-size: 18px;
    line-height: 150%;
}

.fs-seven {
    font-size: 16px;
    line-height: 150%;
}

.fs-eight {
    font-size: 14px;
    line-height: 150%;
}

.fs-nine {
    font-size: 12px !important;
    line-height: 150%;
}

@media screen and (max-width: 1199px) {
    .fs-five {
        font-size: 18px;
        line-height: 150%;
    }
    .fs-six {
        font-size: 16px;
        line-height: 150%;
    }
}

@media screen and (max-width: 991px) {
    .fs-five {
        font-size: 16px;
        line-height: 150%;
    }
    .fs-six {
        font-size: 15px;
        line-height: 150%;
    }
    .fs-seven {
        font-size: 14px;
        line-height: 150%;
    }
    .fs-eight {
        font-size: 13px;
        line-height: 150%;
    }
}

@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

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

@keyframes rounded {
    50% {
        transform: rotate(15deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}

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

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-webkit-keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(30px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

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

@keyframes wave {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.brand-wrapper {
    margin-top: -5px;
}

.brand-wrapper h6 {
    font-size: 22px;
    position: relative;
    margin-bottom: 50px;
    color: var(--header);
    font-weight: 700;
}

.brand-wrapper h6::before {
    position: absolute;
    top: 15px;
    left: 35px;
    content: "";
    height: 1px;
    width: 480px;
    background-color: var(--p2-clr);
}

@media (max-width: 1399px) {
    .brand-wrapper h6::before {
        display: none;
    }
}

.brand-wrapper h6::after {
    position: absolute;
    top: 15px;
    right: 35px;
    content: "";
    height: 1px;
    width: 480px;
    background-color: var(--p2-clr);
}

@media (max-width: 1399px) {
    .brand-wrapper h6::after {
        display: none;
    }
}

.brand-wrapper .brand-image {
    text-align: center;
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
    opacity: 0.4;
}

.brand-wrapper .brand-image:hover {
    filter: initial;
    opacity: 1;
}

.brand-wrapper .swiper-slide.swiper-slide-active .brand-image {
    filter: initial;
    opacity: 1;
}

.contact-forms {
    border-radius: 20px;
    background: #efefef;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 40px;
}

.contact-forms .nice-select,
.contact-forms input,
.contact-forms textarea {
    width: 100%;
    border-radius: 20px;
    border: 2px solid #ddd;
    padding: 10px 20px;
    outline: none;
    color: var(--text);
    background: transparent;
}

.contact-forms ::placeholder {
    color: var(--text);
}

@media (max-width: 767px) {
    .contact-forms {
        padding: 30px 20px;
    }
}

.contact-info-area {
    display: grid;
    gap: 30px;
}

.contact-info-area .contact-info {
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 28px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.contact-info-area .contact-info .icon {
    width: 46px;
    height: 46px;
    background: var(--white);
    border-radius: 50%;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-area {
    margin-bottom: -140px;
}

.map-area iframe {
    width: 100%;
    height: 790px;
}

@media (max-width: 1600px) {
    .map-area iframe {
        height: 500px;
    }
}

@media (max-width: 1600px) {
    .map-area iframe {
        height: 400px;
    }
}

.category-wrappe {
    display: grid;
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(4, 1fr);
}

.category-wrappe::before {
    position: absolute;
    top: 50px;
    left: 0;
    width: 80%;
    height: 1px;
    background: var(--pra2);
    content: "";
    z-index: -1;
}

.category-wrappe .category-item .icon {
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.category-wrappe .category-item:hover .icon {
    transform: scale(0.9);
}

@media (max-width: 991px) {
    .category-wrappe {
        grid-template-columns: repeat(2, 1fr);
        flex-wrap: wrap;
        gap: 28px;
    }
    .category-wrappe::before {
        display: none;
    }
    .category-wrappe .category-item .icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }
    .category-wrappe .category-item .icon img {
        width: 40px;
    }
}

@media screen and (max-width: 400px) {
    .category-wrappe {
        grid-template-columns: repeat(1, 1fr);
        gap: 28px;
    }
}

.working-items .cion {
    border: 1px solid var(--p1-clr);
    border-radius: 50%;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin: 0 auto 20px;
    transition: all 0.4s;
    background: var(--white);
}

.working-items .cion .work-badge {
    position: absolute;
    left: 0;
    bottom: -5px;
    font-size: 16px;
    font-weight: 600;
    background: #EBF3F6;
    padding: 1px 10px;
    border-radius: 999px;
}

.working-items:hover .cion {
    background: var(--p1-clr);
}

.working-items:hover .cion img {
    filter: brightness(25);
}

.workign-element {
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

@media (max-width: 1199px) {
    .workign-element {
        top: 200px;
    }
}

.faq-left .nav {
    display: grid;
}

@media (max-width: 991px) {
    .faq-left .nav {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }
}

.faq-left .nav .nav-link {
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--header);
}

.faq-left .nav .nav-link.active {
    color: var(--p2-clr);
}

.faq-content .accordion-item {
    border: 0;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
}

.faq-content .accordion-item .accordion-header .accordion-button {
    font-weight: 700;
    color: var(--p2-clr);
    letter-spacing: -0.2px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: var(--white);
    padding: 25px 30px 0;
    text-transform: capitalize;
    font-size: 20px;
    border: none;
}

.faq-content .accordion-item .accordion-header .accordion-button::after {
    font-weight: 500;
    transition: all 0.3s ease-in-out !important;
    background-image: url(../../assets/img/chevron-right.svg);
    color: var(--theme2);
}

.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url(../../assets/img/chevron-down.svg);
    font-weight: 500;
    color: var(--p2-clr);
    transform: rotate(0);
}

.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: transparent;
    padding: 25px 30px;
    color: var(--header);
}

.faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 130px;
    padding-left: 30px;
    padding-top: 15px;
    color: var(--text);
    background-color: var(--white);
    padding-bottom: 25px;
}

@media (max-width: 1399px) {
    .faq-content .accordion-item .accordion-collapse .accordion-body {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .faq-content .accordion-item .accordion-collapse .accordion-body {
        padding-right: 30px;
    }
}

.accordion-item {
    border: unset;
    overflow: hidden;
    border-radius: 20px !important;
    background: var(--blogbox) !important;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 24px;
}

.accordion-item .accordion-header .accordion-button {
    background: var(--blogbox) !important;
    outline: none;
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    padding: 0;
}

.accordion-item .accordion-body {
    padding-top: 0;
    padding: 0;
}

.accordion-item .accordion-body p {
    max-width: 454px;
    font-size: 16px;
}

@media (max-width: 450px) {
    .accordion-item {
        padding: 16px;
    }
    .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
    }
    .accordion-item .accordion-body p {
        max-width: 454px;
        font-size: 14px;
    }
}

.accordion-button:not(.collapsed) {
    inset: 0 !important;
    box-shadow: none !important;
    margin-bottom: 10px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

.ranking-content .rangking-tag {
    display: grid;
    gap: 19px;
}

.ranking-content .rangking-tag .ranking-tag-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 30px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}

.ranking-content .rangking-tag .ranking-tag-item img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .ranking-content .rangking-tag {
        gap: 16px;
    }
    .ranking-content .rangking-tag .ranking-tag-item {
        gap: 14px;
        padding: 15px 20px;
    }
    .ranking-content .rangking-tag .ranking-tag-item img {
        width: 40px;
        height: 40px;
    }
}

.ranking-thumbs {
    position: relative;
}

.ranking-thumbs .thumb {
    max-width: 510px;
    margin: 0 auto;
}

.ranking-thumbs .thumb img {
    width: 100%;
}

.ranking-thumbs .element-badge1 {
    position: absolute;
    top: 240px;
    left: 0;
    animation: leftr 2s linear infinite;
}

.ranking-thumbs .element-badge2 {
    position: absolute;
    right: 0;
    bottom: 40px;
    animation: updown 2s linear infinite;
}

@media (max-width: 575px) {
    .ranking-thumbs .element-badge1 {
        top: 200px;
        left: 14px;
        max-width: 120px;
    }
    .ranking-thumbs .element-badge2 {
        bottom: 20px;
        right: 14px;
        width: 120px;
        height: 120px;
    }
}

@keyframes leftr {
    50% {
        transform: translateX(-10px);
    }
}

.footer-widgets-wrapper {
    padding: 80px 0 80px;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer-widgets-wrapper .footer-widgets-pragraph {
    max-width: 338px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 28px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-weight: 500;
    color: var(--white);
    font-size: 25px;
    display: inline-block;
    font-family: "Rubik", sans-serif;
}

.footer-widgets-wrapper .single-footer-widget .footer-content p {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper {
    display: flex;
    gap: 10px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper a {
    background: var(--text);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper a i {
    color: var(--white);
    transition: all 0.4s;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper a:hover i {
    color: var(--p1-clr);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li {
    color: var(--text);
    font-weight: 500;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li i {
    font-size: 16px;
    color: var(--p2-clr);
    margin-right: 10px;
    font-size: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li a {
    color: var(--text);
}

.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 18px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a {
    color: var(--pra2);
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.4s;
    text-wrap: nowrap;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a i {
    font-size: 14px;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    opacity: 0;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a:hover {
    color: var(--p1-clr);
}

.footer-widgets-wrapper .single-footer-widget .list-area li a:hover i {
    opacity: 1;
}

.footer-widgets-wrapper .single-footer-widget .footer-info li {
    color: var(--pra2);
    font-size: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-info li:not(:last-child) {
    margin-bottom: 18px;
}

.footer-widgets-wrapper .single-footer-widget .footer-info li a {
    color: var(--pra2);
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.4s;
    text-wrap: nowrap;
}

.footer-widgets-wrapper .single-footer-widget .footer-info li a:hover {
    color: var(--p1-clr);
}

.footer-widgets-wrapper .widgets-line {
    width: 1px;
    height: 226px;
    background: var(--text);
    display: block;
}

@media (max-width: 1199px) {
    .footer-widgets-wrapper {
        gap: 30px 20px;
    }
    .footer-widgets-wrapper .single-footer-widget .widget-head {
        margin-bottom: 20px;
    }
    .footer-widgets-wrapper .single-footer-widget .footer-content p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
    }
    .footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper {
        display: flex;
        gap: 8px;
    }
    .footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
        margin-bottom: 14px;
    }
    .footer-widgets-wrapper .single-footer-widget .list-area li a {
        font-size: 16px;
    }
    .footer-widgets-wrapper .single-footer-widget .footer-info li {
        font-size: 14px;
    }
    .footer-widgets-wrapper .single-footer-widget .footer-info li:not(:last-child) {
        margin-bottom: 14px;
    }
    .footer-widgets-wrapper .single-footer-widget .footer-info li a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .footer-widgets-wrapper {
        flex-wrap: wrap;
    }
    .footer-widgets-wrapper .single-footer-widget {
        width: 48%;
    }
    .footer-widgets-wrapper .widgets-line {
        display: none;
    }
}

@media (max-width: 767px) {
    .footer-widgets-wrapper {
        padding: 65px 0 65px;
    }
}

@media screen and (max-width: 540px) {
    .footer-widgets-wrapper {
        padding-left: 10px;
    }
    .footer-widgets-wrapper .single-footer-widget {
        width: 100%;
    }
}

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

.footer-bottom .footer-wrapper {
    position: relative;
    z-index: 9;
    border-top: 1px solid var(--pra);
    padding: 20px 0;
}

.footer-bottom .footer-wrapper .footer-menu {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-bottom .footer-wrapper .footer-menu .line {
    width: 1px;
    height: 24px;
    background: var(--cmnwhite);
}

.footer-bottom .footer-wrapper .footer-menu li a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.footer-bottom .footer-wrapper .footer-menu li a:hover {
    background-size: 100% 1px;
    color: var(--p2-clr);
}

@media (max-width: 1199px) {
    .footer-bottom .footer-wrapper .footer-menu {
        display: flex;
        align-items: center;
        gap: 14px;
    }
    .footer-bottom .footer-wrapper .footer-menu .line {
        height: 18px;
    }
}

.footer-section {
    position: relative;
}

.element-footer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.footer-section2 .footer-space {
    padding: 80px 0 !important;
}

.footer-section2 .footer-space .footer-widgets-wrapper {
    display: initial;
}

@media (max-width: 991px) {
    .footer-section2 .footer-space {
        padding: 70px 0 !important;
    }
    .footer-section2 .footer-space .footer-widgets-wrapper .single-footer-widget {
        width: initial;
    }
}

@media (max-width: 767px) {
    .footer-section2 .footer-space {
        padding: 65px 0 70px !important;
    }
    .footer-section2 .footer-space .footer-widgets-wrapper {
        padding: 0 0;
    }
}

.newsletter-section {
    z-index: 1;
}

.newsletter-section::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 114px;
    content: "";
    background: var(--black);
    z-index: -1;
}

@media (max-width: 1199px) {
    .newsletter-section::before {
        height: 75px;
    }
}

@media (max-width: 991px) {
    .newsletter-section::before {
        height: 55px;
    }
}

@media (max-width: 767px) {
    .newsletter-section::before {
        height: 120px;
    }
}

.newsletter-wrap {
    background: var(--p1-clr);
    padding: 64px 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsletter-wrap .newsletter-content {
    gap: 40px;
}

.newsletter-wrap form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--white);
    border-radius: 100px;
    padding: 8px;
    width: 550px;
}

.newsletter-wrap form input {
    width: 100%;
    height: 55px;
    border: unset;
    background: transparent;
    color: var(--white);
    padding-left: 10px;
}

.newsletter-wrap form ::placeholder {
    color: var(--white);
}

.newsletter-wrap form .subscribe {
    border-radius: 100px;
    background: var(--p3-clr);
    text-wrap: nowrap;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 20px;
    color: var(--black);
}

@media (max-width: 1399px) {
    .newsletter-wrap {
        padding: 40px 40px;
    }
    .newsletter-wrap .newsletter-content {
        gap: 18px;
    }
    .newsletter-wrap form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid var(--white);
        border-radius: 100px;
        padding: 8px;
        width: 450px;
    }
    .newsletter-wrap form .subscribe {
        font-size: 16px;
        font-weight: 500;
        padding: 12px 20px;
    }
}

@media (max-width: 1199px) {
    .newsletter-wrap {
        padding: 40px 40px;
    }
    .newsletter-wrap .newsletter-content {
        gap: 18px;
    }
    .newsletter-wrap .newsletter-content img {
        width: 65px;
    }
    .newsletter-wrap .newsletter-content h2 {
        font-size: 32px;
    }
    .newsletter-wrap form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid var(--white);
        border-radius: 100px;
        padding: 8px;
        width: 450px;
    }
    .newsletter-wrap form .subscribe {
        font-size: 16px;
        font-weight: 500;
        padding: 12px 20px;
    }
}

@media (max-width: 991px) {
    .newsletter-wrap {
        padding: 24px 20px;
    }
    .newsletter-wrap .newsletter-content {
        gap: 14px;
    }
    .newsletter-wrap .newsletter-content img {
        width: 50px;
    }
    .newsletter-wrap .newsletter-content h2 {
        font-size: 24px;
    }
    .newsletter-wrap form {
        padding: 4px;
        width: 350px;
    }
    .newsletter-wrap form .subscribe {
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    .newsletter-wrap {
        padding: 24px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .newsletter-wrap .newsletter-content {
        flex-wrap: wrap;
        display: grid !important;
        justify-content: center;
        gap: 14px;
        margin-bottom: 18px;
    }
    .newsletter-wrap .newsletter-content img {
        width: 50px;
        margin: 0 auto;
    }
    .newsletter-wrap .newsletter-content h2 {
        font-size: 24px;
        text-align: center;
    }
    .newsletter-wrap form {
        padding: 4px;
        width: 350px;
    }
    .newsletter-wrap form input {
        font-size: 14px;
    }
    .newsletter-wrap form .subscribe {
        font-weight: 500;
        font-size: 12px;
        padding: 6px 14px;
    }
}

.header-top-section {
    position: relative;
    z-index: 9;
    background-color: #ebf3f6;
}

.header-top-section .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.header-top-section .header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-top-section .header-top-wrapper .contact-list li {
    color: var(--black);
    font-weight: 400;
}

.header-top-section .header-top-wrapper .contact-list li i {
    margin-right: 5px;
}

.header-top-section .header-top-wrapper .contact-list li a {
    color: var(--black);
    font-weight: 400;
}

.header-top-section .header-top-wrapper .social-wrapper {
    gap: 14px;
}

.header-top-section .header-top-wrapper .social-wrapper a i {
    font-size: 20px;
    transition: all 0.4s;
}

.header-top-section .header-top-wrapper .social-wrapper a .ani-arrow {
    transition: all 0.5s;
}

.header-top-section .header-top-wrapper .social-wrapper a:hover i {
    color: var(--p1-clr);
}

.header-top-section .header-top-wrapper.style-2 {
    padding: 15px 0;
}

.header-top-section .header-top-wrapper.style-2 .contact-list li {
    color: var(--white);
}

.header-top-section .header-top-wrapper.style-2 .contact-list li a {
    color: var(--white);
}

.header-top-section .header-top-wrapper.style-2 .social-icon span {
    color: var(--white);
}

.header-top-section .header-top-wrapper.style-2 .social-icon a {
    color: var(--white);
}

.header-top-section .header-top-wrapper.style-2 .social-icon a:hover {
    color: var(--p2-clr);
}

.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header-main .main-menu ul {
    margin-bottom: 0;
}

.header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 26px;
}

.header-main .main-menu ul li:last-child {
    margin-inline-end: 0;
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    padding: 16px 0;
    text-align: left;
    font-family: "Rubik", sans-serif;
    position: relative;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a i {
    margin-left: 2px;
    font-size: 16px;
}

.header-main .main-menu ul li a:hover {
    color: var(--theme) !important;
}

.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    width: 200px;
    background: var(--white);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--header);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-main .main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
    padding: 0 18px;
    padding-bottom: 11px;
    padding-top: 11px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.header-main .main-menu ul li .submenu li:last-child a {
    border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover>a {
    background: var(--p1-clr);
    color: var(--white) !important;
}

.header-main .main-menu ul li .submenu li:hover>a::after {
    color: var(--p1-clr);
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
    -webkit-transform: translateY(1);
    -moz-transform: translateY(1);
    -ms-transform: translateY(1);
    -o-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--p1-clr);
}

.header-main .main-menu ul li .has-homemenu {
    width: 500px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    left: 0px;
    visibility: hidden;
    padding: 20px 20px 20px 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        flex-wrap: wrap;
    }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
    width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 14px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 14px;
    text-align: center;
    border-radius: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

.header-main .main-menu ul li:hover>a {
    color: var(--p1-clr);
}

.header-main .main-menu ul li:hover>a::after {
    color: var(--p1-clr);
}

.header-main .main-menu ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-main .sidebar__toggle {
    cursor: pointer;
    width: 30px;
    font-size: 20px;
}

.header-main .sidebar__toggle img {
    width: 30px;
}

.header-1 {
    background: #ebf3f6;
    padding-top: 30px;
}

.header-1 .mega-menu-wrapper {
    border-radius: 100px;
    background: var(--white);
    padding: 0 12px 0 30px;
}

.header-1 .header-main .header-left {
    display: flex;
    align-items: center;
    gap: 60px;
}

@media (max-width: 1899px) {
    .header-1 .header-main .header-left {
        gap: 40px;
    }
}

@media (max-width: 1399px) {
    .header-1 .header-main .header-left {
        gap: 25px;
    }
}

@media (max-width: 1199px) {
    .header-1 .header-main .header-left {
        gap: 20px;
    }
}

.header-1 .header-main .header-left .category-oneadjust {
    width: 160px;
    border-radius: 8px;
    border: 1px solid rgba(92, 112, 126, 0.3);
    padding: 10px 16px;
    position: relative;
    z-index: 99;
}

@media (max-width: 767px) {
    .header-1 .header-main .header-left .category-oneadjust {
        display: none;
    }
}

.header-1 .header-main .header-left .category-oneadjust .nice-select {
    width: unset !important;
    gap: 20px;
    font-size: 16px;
}

.header-1 .header-main .header-left .category-oneadjust .nice-select .list {
    max-height: 15vh;
    background: var(--white);
    width: 160px;
    padding: 5px 8px;
    overflow-y: scroll;
}

@media (max-width: 1199px) {
    .header-1 .header-main .header-left .category-oneadjust .nice-select .list {
        right: -60px;
    }
}

.header-1 .header-main .header-left .category-oneadjust .nice-select .list li {
    color: var(--header);
    font-size: 14px;
    border: none;
}

.header-1 .header-main .header-right {
    gap: 30px;
}

@media (max-width: 1199px) {
    .header-1 .header-main .header-right {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .header-1 .header-main .header-right {
        gap: 10px;
    }
}

@media (max-width: 1399px) {
    .header-1 .header-main .header-right {
        gap: 7px;
    }
}

.header-1 .header-main .header-right .search-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(92, 112, 126, 0.3);
    color: var(--header);
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .header-1 .header-main .header-right .search-icon {
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .header-1 .header-main .header-right .search-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 1399px) {
    .header-1 .header-main .header-right .header-button {
        display: none;
    }
}

.header-1.header-style2 {
    padding-top: 0;
}

@media (min-width: 1400px) {
    .header-1.header-style2 .mega-menu-wrapper {
        border-radius: 0px 0px 40px 40px;
        padding: 14px 30px 14px 30px;
    }
}

@media (max-width: 1199px) {
    .header-1 .mega-menu-wrapper {
        padding: 0 20px 0 20px;
    }
    .header-1 .common-btn {
        padding: 9px 16px 11px !important;
    }
    .header-1 .common-btn i {
        display: none;
    }
}

@media (max-width: 450px) {
    .header-1 .mega-menu-wrapper {
        padding: 0 14px 0 14px;
    }
    .header-1 .header-logo {
        max-width: 100px;
    }
    .header-1 .header-logo img {
        width: 100%;
    }
}

.sidebar__toggle {
    cursor: pointer;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    background: transparent;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.9s;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky .mega-menu-wrapper {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sticky.header-inner {
    background: transparent;
}

@media (min-width: 1200px) {
    .fix-area {
        display: none !important;
    }
}

.offcanvas__info {
    background: var(--cmnbg) none repeat scroll 0 0;
    border-left: 2px solid var(--p2-clr);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    -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));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
    display: none;
}

.offcanvas__info.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
    color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background-color: var(--p2-clr);
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 22px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
    color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 8px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
    margin-right: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: var(--p1-clr);
    font-size: 18px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 100%;
    padding: 16px 40px;
    text-transform: capitalize !important;
    background: var(--p1-clr) !important;
    border-radius: 100px;
    overflow: hidden;
    padding: 9px 16px 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn span,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn i {
    color: var(--white) !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 30px;
    gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: var(--white);
    color: var(--text);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
    border-color: var(--p2-clr);
    background-color: var(--p2-clr);
    color: var(--white);
}

@media (max-width: 1199px) {
    .offcanvas__overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        background: #151515;
        z-index: 900;
        top: 0;
        opacity: 0;
        visibility: hidden;
        right: 0;
    }
}

@media (max-width: 1199px) {
    .offcanvas__overlay.overlay-open {
        opacity: 0.8;
        visibility: visible;
    }
}

@media (max-width: 450px) {
    .offcanvas__info {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--p2-clr);
    border-radius: 5px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--p2-clr);
    border-radius: 10px;
}

.fix {
    overflow: hidden !important;
}

.ralt {
    position: relative;
}

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

.ripple {
    position: relative;
}

.ripple::before,
.ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(243, 159, 95, 0.5);
    -webkit-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.ripple::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.swiper-dot {
    margin-bottom: 2px;
    position: relative;
}

.swiper-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: 0.6s;
    background-color: var(--p1-clr);
    opacity: 0.5;
    border-radius: 10px;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
    margin-right: 15px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--p1-clr);
    transition: 0.6s;
    position: relative;
    opacity: 1;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--p1-clr);
    content: "";
}

.array-button {
    display: flex;
    align-items: center;
    gap: 15px;
}

.array-button .array-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid var(--p1-clr);
    color: var(--p1-clr);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.array-button .array-prev i {
    font-size: 20px;
}

.array-button .array-prev:hover {
    background-color: var(--p1-clr);
    color: var(--white);
}

.array-button .array-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid var(--p1-clr);
    color: var(--p1-clr);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.array-button .array-next i {
    font-size: 20px;
}

.array-button .array-next:hover {
    background-color: var(--p1-clr);
    color: var(--white);
}

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

@media (max-width: 767px) {
    br {
        display: none;
    }
}

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

@media (max-width: 1399px) {
    .mt-60 {
        margin-bottom: 45px;
    }
}

@media (max-width: 1199px) {
    .mt-60 {
        margin-bottom: 38px;
    }
}

@media (max-width: 991px) {
    .mt-60 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .mt-60 {
        margin-bottom: 24;
    }
}

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

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

@media (max-width: 1199px) {
    .mb-60 {
        margin-bottom: 38px;
    }
}

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

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

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

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

@media (max-width: 991px) {
    .mb-40 {
        margin-bottom: 20px;
    }
}

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

@media (max-width: 1199px) {
    .mt-40 {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .mt-40 {
        margin-top: 20px;
    }
}

/* background */

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

.bg-cover-2 {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    width: 100%;
    height: 100%;
}

.nice-select {
    background-color: transparent;
    border: transparent;
    float: initial;
    overflow: initial;
    height: initial;
    padding: 0;
    display: inline-flex;
    align-items: center;
    line-height: 150%;
    width: 100%;
    border: none;
}

.nice-select:focus,
.nice-select:hover {
    border-color: transparent;
}

.nice-select::after {
    height: 8px;
    width: 8px;
    right: -25px;
    top: 15px;
    border-color: var(--header);
    border-bottom: 2px solid var(--header);
    border-right: 2px solid var(--header);
}

.nice-select .list {
    width: initial;
    background-color: var(--p2-clr);
    box-shadow: none;
    overflow: initial;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    width: 100%;
    top: 100%;
    padding: 0;
    max-height: 50vh;
    overflow-x: auto;
    right: -50px;
}

.nice-select .list::-webkit-scrollbar {
    width: 2px;
    opacity: 1;
    display: block;
}

.nice-select .list::-webkit-scrollbar-button,
.nice-select .list::-webkit-scrollbar-thumb {
    background: var(--header);
}

.nice-select .option {
    background-color: transparent;
    font-size: 16px;
    line-height: 150%;
    padding: 4px 5px;
    min-height: initial;
    font-weight: 500;
}

.nice-select .option:hover,
.nice-select .option:focus,
.nice-select .option.selected.focus {
    background-color: transparent;
}

.nice-select .current {
    font-weight: 500;
    color: var(--header);
}

.scroll-up {
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--border);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    position: fixed;
    right: 25px;
    bottom: 35px;
    height: 50px;
    width: 50px;
    transition: all 0.4s ease-in-out;
}

.scroll-up::after {
    position: absolute;
    font-family: "Font Awesome 6 free";
    content: "\f062";
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: var(--p2-clr);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
    fill: none;
}

.scroll-up svg.scroll-circle path {
    stroke: var(--theme2);
    stroke-width: 4px;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.page-nav-wrap ul li {
    display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
    border: 1px solid var(--border);
    color: var(--text);
    border-radius: 50%;
}

.page-nav-wrap ul li .page-numbers.current {
    background-color: var(--p2-clr);
    color: var(--white);
}

@media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--p2-clr);
    color: var(--white);
    border: 1px solid transparent;
}

.box-color-1 {
    background-color: rgba(248, 184, 31, 0.15);
    color: #f8b81f;
}

.box-color-2 {
    background-color: rgba(88, 102, 235, 0.15);
    color: #5866eb;
}

.box-color-3 {
    background-color: rgba(57, 192, 250, 0.15);
    color: #39c0fa;
}

.box-color-4 {
    background-color: rgba(249, 37, 150, 0.15);
    color: #f92596;
}

.border-none {
    border: none !important;
}

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

.box-shadow {
    box-shadow: var(--box-shadow);
}

.bor-1 {
    border: 1px solid var(--p2-clr);
}

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

.border-array-style {
    border: 1px solid var(--p2-clr);
}

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

.banner-section {
    padding: 140px 0;
}

.banner-section .hero-content-version1 .cmn-tag {
    margin-bottom: 20px;
}

.banner-section .hero-content-version1 h1 {
    margin-bottom: 20px;
}

.banner-section .hero-content-version1 p {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 30px;
    max-width: 691px;
}

.banner-section .hero-thumb1 {
    width: 100%;
}

.banner-section .hero-thumb1 img {
    width: 100%;
}

.banner-section.banner-style2 {
    padding: 30px 0 60px;
}

.banner-section.banner-style2 .hero-content-version1 {
    position: relative;
}

.banner-section.banner-style2 .hero-content-version1 .hero-arrow {
    position: absolute;
    right: 0;
    top: 120px;
    animation: updown 2s linear infinite;
}

.banner-section.banner-style2 .hero-thumb2 {
    width: 100%;
    position: relative;
    z-index: 1;
}

.banner-section.banner-style2 .hero-thumb2 .mimg {
    width: 100%;
}

.banner-section.banner-style2 .hero-thumb2 .hero2-element {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation: cir190 15s linear infinite;
}

.banner-section.banner-style2 .hero-thumb2 .hero-shadow {
    position: absolute;
    bottom: -30px;
    left: 0;
}

@media (max-width: 1199px) {
    .banner-section.banner-style2 .hero-thumb2 {
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .banner-section.banner-style2 .hero-thumb2 .mimg {
        width: 100%;
    }
    .banner-section.banner-style2 .hero-thumb2 .hero2-element {
        top: 0;
        left: 0;
        max-width: 400px;
    }
    .banner-section.banner-style2 .hero-thumb2 .hero-shadow {
        position: absolute;
        bottom: -30px;
        left: 0;
    }
}

@media (max-width: 991px) {
    .banner-section.banner-style2 {
        padding: 70px 0 80px;
    }
}

@media (max-width: 767px) {
    .banner-section.banner-style2 .hero-thumb2 {
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .banner-section.banner-style2 .hero-thumb2 .mimg {
        width: 100%;
        max-width: 350px;
    }
    .banner-section.banner-style2 .hero-thumb2 .hero2-element {
        top: 0;
        left: 0;
        max-width: 400px;
    }
    .banner-section.banner-style2 .hero-thumb2 .hero-shadow {
        position: absolute;
        bottom: -30px;
        left: 0;
    }
}

@media (max-width: 575px) {
    .banner-section.banner-style2 {
        padding: 55px 0 40px;
    }
}

@media (max-width: 450px) {
    .banner-section.banner-style2 .hero-thumb2 {
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .banner-section.banner-style2 .hero-thumb2 .mimg {
        width: 100%;
        max-width: 350px;
    }
    .banner-section.banner-style2 .hero-thumb2 .hero2-element {
        top: 0;
        left: 0;
        max-width: 350px;
    }
}

@media (max-width: 1399px) {
    .banner-section {
        padding: 120px 0;
    }
    .banner-section .hero-content-version1 .cmn-tag {
        margin-bottom: 18px;
    }
    .banner-section .hero-content-version1 h1 {
        margin-bottom: 17px;
    }
    .banner-section .hero-content-version1 p {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 30px;
    }
}

@media (max-width: 1199px) {
    .banner-section {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .banner-section {
        padding: 80px 0;
    }
    .banner-section .hero-thumb1 {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .banner-section .hero-thumb1 img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .banner-section {
        padding: 70px 0;
    }
    .banner-section .hero-content-version1 .cmn-tag {
        margin-bottom: 18px;
    }
    .banner-section .hero-content-version1 h1 {
        margin-bottom: 14px;
    }
    .banner-section .hero-content-version1 p {
        font-size: 16px;
        margin-bottom: 24px;
        line-height: 28px;
    }
    .banner-section .hero-thumb1 {
        padding: 10px;
    }
}

@keyframes cir190 {
    50% {
        transform: rotate(60deg);
    }
}

.feature-section2 {
    position: relative;
}

.feature-section2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    background: #ebf3f6;
    height: 60px;
}

.feature-wrapper2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.feature-wrapper2 .feature-items {
    border-radius: 20px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 30px;
    display: flex !important;
    align-items: center;
    gap: 18px;
    text-align: start;
}

.feature-wrapper2 .feature-items .icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.feature-wrapper2 .feature-items:hover .icon img {
    filter: brightness(0);
}

@media (max-width: 1399px) {
    .feature-wrapper2 {
        gap: 14px;
    }
    .feature-wrapper2 .feature-items {
        padding: 24px 20px;
        gap: 10px;
    }
    .feature-wrapper2 .feature-items .icon img {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 991px) {
    .feature-wrapper2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .feature-wrapper2 .feature-items {
        padding: 24px 16px;
        gap: 10px;
    }
    .feature-wrapper2 .feature-items .icon img {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 450px) {
    .feature-wrapper2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.breadcrumb-section {
    background: rgba(235, 243, 246, 0.5);
    z-index: 1;
}

.breadcrumb-section .inner-element {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.cmn-bg2 {
    background: rgba(235, 243, 246, 0.5);
}

.bread-content {
    padding: 140px 0 155px;
}

.bread-content ul li,
.bread-content ul a {
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
}

.bread-content ul i {
    font-size: 16px;
}

@media (max-width: 1199px) {
    .bread-content {
        padding: 100px 0 130px;
    }
}

@media (max-width: 767px) {
    .bread-content {
        padding: 80px 0 85px;
    }
    .bread-content ul li,
    .bread-content ul a {
        font-size: 16px;
    }
    .bread-content ul i {
        font-size: 14px;
    }
}

.marquee-wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    z-index: 9;
    margin-top: -15px;
    margin-bottom: -30px;
}

.text-slider {
    font-size: 60px;
    height: 100px;
    line-height: 90px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--p2-clr);
}

.text-slider:not(:last-child) {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .text-slider {
        font-size: 36px;
    }
}

.text-slider img {
    margin-bottom: 10px;
}

.text-slider.text-color {
    color: var(--header);
}

.text-slider.text-color-2 {
    color: var(--header);
    font-size: 50px;
}

.marquee-inner {
    position: absolute;
    display: inline-flex;
    width: 200%;
}

.marquee-list {
    float: left;
    width: 50%;
}

.marquee-item {
    float: left;
    transition: animation 0.2s ease-out;
}

.marquee-inner.to-left {
    animation: marqueeLeft 25s linear infinite;
}

@keyframes marqueeLeft {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

.marquee-inner.to-right {
    animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeRight {
    0% {
        right: 0;
    }
    100% {
        right: -100%;
    }
}

.marque-section-2 {
    position: relative;
}

@media (max-width: 1199px) {
    .marque-section-2 {
        margin-bottom: -20px;
    }
}

@media (max-width: 991px) {
    .marque-section-2 {
        margin-bottom: -40px;
    }
}

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-nav>ul .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .mean-container .mean-nav>ul .homemenu-items {
        flex-wrap: wrap;
    }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu {
    position: relative;
}

@media (max-width: 1199px) {
    .mean-container .mean-nav>ul .homemenu-items .homemenu {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid var(--border);
        padding: 10px;
    }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 12px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 16px;
    text-align: center;
    border-radius: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--header);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border) !important;
    border: none;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--p2-clr);
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
    font-size: 18px;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

.news-section {
    z-index: 1;
}

.news-section .shape-blog-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.news-single-items {
    position: relative;
}

.news-single-items .news-image {
    width: 100%;
    margin-bottom: 30px;
}

.news-single-items .news-image img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.news-single-items .news-content .cmn-tag {
    padding: 5px 20px 5px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.news-single-items .news-content h4 {
    margin-bottom: 10px;
}

.news-single-items .news-content p {
    font-size: 18px;
    color: var(--text);
    margin-bottom: 24px;
    line-height: 30px;
}

.news-single-items.style1 {
    padding: 0 30px 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 1;
}

.news-single-items.style1::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 404px;
    background: var(--blogbox);
    z-index: -1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.news-single-items.style2 {
    border-radius: 20px;
    border: 1px solid #ddd;
    background: var(--white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
}

.news-single-items.style2 .news-content {
    padding: 28px;
}

.news-single-items.style2 .news-content h4 {
    margin-bottom: 30px;
}

.news-single-items.style2:hover {
    transform: translateY(-8px);
}

.news-single-items.style2:hover .news-content h4 a {
    color: var(--black);
}

.news-single-items:hover .news-content h4 a {
    color: var(--p1-clr);
}

@media (max-width: 991px) {
    .news-single-items.style1 {
        padding: 0 24px 20px;
    }
    .news-single-items .news-content .cmn-tag {
        padding: 5px 10px 5px;
        font-size: 16px;
        margin-bottom: 18px;
    }
    .news-single-items .news-content h4 {
        margin-bottom: 8px;
    }
    .news-single-items .news-content p {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 28px;
    }
}

.blog-details-left {
    display: grid;
    gap: 60px;
}

.blog-details-left .blog-details-box {
    border-radius: 20px;
    overflow: hidden;
}

.blog-details-left .blog-details-box .badge {
    border-radius: 20px 0px;
    background: var(--p1-clr);
    padding: 10px 12px;
    font-size: 19px;
    font-weight: 500;
    color: var(--white);
    position: absolute;
    top: 0;
    left: 0;
}

.blog-details-left .blog-details-box .comment-tag {
    border-radius: 20px 0px 0px 0px;
    background: #ec191e;
    display: flex;
    gap: 18px;
    padding: 8px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.blog-details-left .blog-details-box .comment-tag li button {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
}

.blog-details-left .blog-details-box .comment-tag li button i {
    color: var(--white);
}

@media (max-width: 575px) {
    .blog-details-left .blog-details-box .comment-tag {
        padding: 5px 14px;
        gap: 0px 13px;
        flex-wrap: wrap;
        position: initial;
        justify-content: center;
    }
    .blog-details-left .blog-details-box .comment-tag li button {
        font-size: 14px;
    }
}

.blog-details-left .blog-details-box .thumb {
    overflow: hidden;
}

.blog-details-left .blog-details-box .thumb img {
    overflow: hidden;
    transition: all 0.4s;
}

.blog-details-left .blog-details-box .content {
    padding: 34px 40px 40px;
    border: 2px solid #ddd;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.blog-details-left .blog-details-box .content h2 a {
    color: var(--black);
}

.blog-details-left .blog-details-box .content .common-btn {
    background: transparent;
    border-radius: 8px;
    border: 1px solid var(--p2-clr);
    color: var(--black);
    font-weight: 600;
}

.blog-details-left .blog-details-box .content .common-btn i {
    color: var(--black);
}

.blog-details-left .blog-details-box .content .common-btn:hover {
    border-color: var(--p3-clr);
}

@media (max-width: 575px) {
    .blog-details-left .blog-details-box .badge {
        padding: 10px 12px;
        font-size: 14px;
    }
}

.blog-details-left .blog-details-box:hover .thumb {
    overflow: hidden;
}

.blog-details-left .blog-details-box:hover .thumb img {
    transform: scale(1.05);
}

.blog-details-left .blog-details-box:hover .content h2 a {
    color: var(--p1-clr);
}

@media (max-width: 500px) {
    .blog-details-left .blog-details-box .content {
        padding: 24px 20px 20px;
    }
}

@media (max-width: 1399px) {
    .blog-details-left {
        gap: 40px;
    }
}

@media (max-width: 1399px) {
    .blog-details-left {
        gap: 20px;
    }
}

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 60px;
}

.blog-pagination li a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #ddd;
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    transition: all 0.4s;
}

.blog-pagination li a:hover {
    border-color: var(--p1-clr);
}

@media (max-width: 1199px) {
    .blog-pagination {
        gap: 10px;
        margin-top: 40px;
    }
    .blog-pagination li a {
        width: 40px;
        height: 40px;
    }
}

.blog-details-right {
    display: grid;
    gap: 40px;
}

.blog-details-right .details-common {
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 40px;
}

.blog-details-right .details-common h4 {
    margin-bottom: 30px;
}

.blog-details-right .details-common .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-details-right .details-common .tags li a {
    display: inline-block;
    border: 1px solid var(--p1-clr);
    padding: 5px 10px;
    color: var(--text);
    font-size: 18px;
    border-radius: 100px;
    transition: all 0.4s;
}

.blog-details-right .details-common .tags li a:hover {
    background: var(--p1-clr);
    color: var(--white);
}

.blog-details-right .search-box form {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding-right: 16px;
}

.blog-details-right .search-box form input {
    width: 100%;
    color: var(--text);
    padding: 10px 14px;
    border: unset;
    outline: none;
    border-radius: 20px;
}

.blog-details-right .search-box form i {
    color: var(--p1-clr);
}

.blog-details-right .search-box form ::placeholder {
    color: var(--text);
}

.blog-details-right .category-blog {
    border: 1px solid #ddd;
    background: #efefef;
}

.blog-details-right .category-blog .cates {
    display: grid;
    gap: 12px;
}

.blog-details-right .category-blog .cates li a .seri {
    border-radius: 50%;
    border: 2px solid #ddd;
    background: var(--white);
    padding: 7px;
    font-size: 18px;
    color: var(--p1-clr);
    width: 45px;
    height: 45px;
}

.blog-details-right .category-blog .cates li a:hover {
    color: var(--p1-clr);
}

.blog-details-right .category-blog .cates .line {
    width: 100%;
    height: 1px;
    background: var(--p1-clr);
}

.blog-details-right .blog-latest {
    display: grid;
    gap: 28px;
}

.blog-details-right .blog-latest .blog-latest-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    border: 2px solid #ddd;
    padding: 18px;
}

.blog-details-right .blog-latest .blog-latest-item .thumb {
    width: 75px;
    height: 75px;
    border-radius: 20px;
}

.blog-details-right .blog-latest .blog-latest-item .thumb img {
    border-radius: 20px;
}

@media (max-width: 1399px) {
    .blog-details-right {
        gap: 40px;
    }
    .blog-details-right .details-common {
        padding: 20px 18px;
    }
    .blog-details-right .blog-latest {
        display: grid;
        gap: 16px;
    }
    .blog-details-right .blog-latest .blog-latest-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 11px;
    }
    .blog-details-right .blog-latest .blog-latest-item .thumb {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 1199px) {
    .blog-details-right {
        gap: 20px;
    }
}

.lee-pragraph {
    padding: 30px 30px;
    border-radius: 20px;
    background: #efefef;
}

@media (max-width: 1199px) {
    .lee-pragraph {
        padding: 20px 20px;
    }
}

.tag-social-wrap {
    border-top: 2px solid #ddd;
    padding-top: 20px;
}

.tag-social-wrap .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.tag-social-wrap .tags li a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 5px 10px;
    color: var(--text);
    font-size: 18px;
    border-radius: 100px;
    transition: all 0.4s;
}

.tag-social-wrap .tags li a:hover {
    background: var(--p1-clr);
    color: var(--white);
    border-color: #ddd;
}

.tag-social-wrap .social-wrapper {
    gap: 10px;
}

.tag-social-wrap .social-wrapper a {
    border-radius: 20px;
    border: 2px solid #ddd;
    background: var(--white);
}

.tag-social-wrap .social-wrapper a i {
    color: var(--p1-clr);
    transition: all 0.4s;
}

.tag-social-wrap .social-wrapper a:hover {
    background: var(--p1-clr);
    border-color: var(--p1-clr);
}

.tag-social-wrap .social-wrapper a:hover i {
    color: var(--white);
}

.blog-details-reply-area {
    gap: 30px;
}

.blog-details-reply-area .blog-reply-box {
    border-radius: 20px;
    border: 2px solid #ddd;
    background: var(--white);
    padding: 40px;
}

.blog-details-reply-area .blog-reply-box button {
    padding: 10px 24px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 18px;
    font-weight: 600;
    color: #0c0c0e;
    transition: all 0.4s;
}

.blog-details-reply-area .blog-reply-box button:hover {
    background: var(--p1-clr);
    border-color: var(--p1-clr);
    color: var(--white);
}

@media (max-width: 575px) {
    .blog-details-reply-area {
        gap: 20px;
    }
    .blog-details-reply-area .blog-reply-box {
        padding: 18px;
    }
    .blog-details-reply-area .blog-reply-box button {
        padding: 7px 18px;
    }
}

.blog-form {
    background: transparent;
    box-shadow: none;
}

.blog-form input,
.blog-form textarea {
    background: var(--white);
    border-width: 1px;
}

.blog-form .nice-select {
    border: 1px solid #ddd;
}

.blog-form .nice-select .list {
    right: 0;
    background: #fff;
}

.blog-form .nice-select .list li {
    background-color: rgba(221, 221, 221, 0.337254902);
    border: 0.5px solid #ddd;
    padding: 7px 8px;
    color: #000;
}

.blog-form .nice-select::after {
    right: 22px;
    top: 22px;
}

.preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .animation-preloader {
    z-index: 1000;
}

.preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid #ddd;
    border-top-color: var(--p1-clr);
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto;
    }
}

.preloader .animation-preloader .txt-loading {
    font: bold 5em "Rubik", sans-serif, "Open Sans", sans-serif;
    text-align: center;
    user-select: none;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 2.5em;
    }
}

.preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--p1-clr);
    position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
    animation: letters-loading 4s infinite;
    color: var(--header);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Rubik", sans-serif;
    position: absolute;
    top: -3px;
    transform: rotateY(-90deg);
}

.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--p2-clr);
}

.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.preloader .loader .row {
    height: 100%;
}

.preloader .loader .loader-section {
    padding: 0px;
}

.preloader .loader .loader-section .bg {
    background-color: var(--blogbox);
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
    width: 0;
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.9);
}

.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.search-wrap .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap .search-field-holder {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .search-wrap .search-field-holder {
        width: 80%;
    }
}

.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: capitalize;
    background: transparent;
    font-size: 25px;
    color: var(--p2-clr);
    border-bottom: 2px solid var(--p2-clr);
    text-align: center;
    letter-spacing: 2px;
}

@media (max-width: 575px) {
    .search-wrap .main-search-input {
        height: 50px;
        padding: 0 0;
        line-height: 50px;
        font-size: 18px;
    }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: var(--p2-clr);
}

input.main-search-input::placeholder {
    color: var(--p2-clr);
    opacity: 1;
    font-size: 25px;
}

@media (max-width: 575px) {
    input.main-search-input::placeholder {
        font-size: 18px;
    }
}

.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: var(--p2-clr);
    cursor: pointer;
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--p2-clr);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    background-color: var(--p2-clr);
    opacity: 0.3;
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--p2-clr);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    -o-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

.pricing-section2 {
    background: #efefef;
}

.pricing-items {
    border-radius: 20px;
    background: var(--white);
    padding: 40px 30px;
}

.pricing-items .pricing-head {
    border-radius: 20px;
    background: rgba(32, 109, 255, 0.1);
    padding: 28px 30px;
    margin-bottom: 42px;
}

.pricing-items .pricing-list {
    gap: 16px;
}

.pricing-items.premium {
    background: var(--p1-clr);
    padding-bottom: 60px;
}

.pricing-items.premium .pricing-head {
    background: var(--white);
}

.pricing-items.premium .pricing-list li {
    color: var(--white);
}

.pricing-items.pricing-items2 {
    position: relative;
}

.pricing-items.pricing-items2 .pricing-heads {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.pricing-items.pricing-items2 .pri-element {
    position: absolute;
    right: 30px;
    top: 30px;
    animation: cir360 15s linear infinite;
}

.pricing-items.pricing-items2 .populer-badge {
    background: var(--p1-clr);
    font-size: 18px;
    color: var(--white);
    writing-mode: vertical-lr;
    padding: 20px 14px 40px;
    position: absolute;
    top: 0;
    right: 30px;
    clip-path: polygon(100% 0, 100% 100%, 49% 80%, 0 100%, 0 0);
}

@media (max-width: 1199px) {
    .pricing-items.pricing-items2 {
        padding: 30px 20px;
    }
    .pricing-items.pricing-items2 .populer-badge {
        font-size: 14px;
        color: var(--white);
        padding: 10px 6px 30px;
        right: 10px;
    }
    .pricing-items.pricing-items2 .pricing-heads {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .pricing-items.pricing-items2 .pri-element {
        width: 45px;
        height: 45px;
    }
    .pricing-items.pricing-items2 .pri-element img {
        width: 45px;
        height: 45px;
        object-fit: contain;
    }
}

.pricing-items.pricing-items2.actives {
    background: #ffb525;
}

.pricing-items.pricing-items2.actives .common-btn:hover {
    background: var(--p1-clr) !important;
    z-index: 1;
    color: var(--white);
}

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

.pricing-gra {
    background: #efefef;
}

.agency-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 767px) {
    .agency-inner {
        flex-direction: row;
        gap: 14px;
    }
    .agency-inner .agency-seo-items {
        padding: 27px 16px;
    }
}

@media (max-width: 575px) {
    .agency-inner {
        flex-direction: column;
        gap: 20px;
    }
    .agency-inner .agency-seo-items {
        padding: 27px 24px;
    }
}

.agency-seo-items {
    border-radius: 20px;
    background: var(--white);
    padding: 30px 30px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}

.agency-seo-items .icon {
    margin-bottom: 30px;
}

.agency-apps {
    position: relative;
}

.bar-bg {
    height: 5px;
    background: #ddd;
}

.bar-bg .progress-bar {
    height: 6px;
    background-color: var(--p1-clr);
    transition: width 1s linear;
    width: 0%;
}

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

.agency-apps .thumb {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    animation: updown 2s linear infinite;
}

.agency-apps .thumb img {
    width: 100%;
}

.agency-apps::before {
    position: absolute;
    width: 356px;
    height: 356px;
    background: var(--p1-clr);
    content: "";
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.agency-apps::after {
    position: absolute;
    width: 356px;
    height: 356px;
    background: #ebf3f6;
    content: "";
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: scalss 2s linear infinite;
    z-index: -2;
}

@media (max-width: 991px) {
    .agency-apps .thumb {
        max-width: 200px;
    }
    .agency-apps::before {
        width: 256px;
        height: 256px;
    }
    .agency-apps::after {
        width: 256px;
        height: 256px;
    }
}

@keyframes scalss {
    0% {
        transform: translate(-50%, -50%) scale(0.4);
        opacity: 1;
    }
    20% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.1;
    }
    20% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.2;
    }
    20% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3;
    }
    20% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.4;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}

.project-items {
    border-radius: 20px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.project-items::before {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.4s;
    top: 0;
    border-radius: 20px;
    background: linear-gradient(129deg, #206dff 1.55%, rgba(32, 109, 255, 0) 62.64%);
}

.project-items img {
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
}

.project-items .content-project {
    position: absolute;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    left: 80px;
}

.project-items .content-project .arrows {
    width: 36px;
    height: 36px;
    border: 1px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.project-items .content-project .arrows i {
    color: var(--white);
}

.project-items:hover::before {
    left: 0;
}

.project-items:hover .content-project {
    position: absolute;
    transition: all 0.4s;
    left: 27px;
    top: 27px;
    visibility: visible;
    opacity: 1;
}

@media (max-width: 991px) {
    .project-items .content-project h3 {
        font-size: 19px;
    }
    .project-items .content-project .arrows {
        width: 27px;
        height: 27px;
    }
    .project-items .content-project .arrows i {
        font-size: 12px;
    }
    .project-items:hover::before {
        left: 0;
    }
    .project-items:hover .content-project {
        left: 10px;
        top: 14px;
    }
}

.section-title {
    position: relative;
}

.section-title .cmn-tag {
    margin-bottom: 10px;
}

.section-title h2 {
    font-weight: 500;
}

.section-title-area {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

@media (max-width: 767px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.reveal-left,
.reveal-bottom {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.center {
    text-align: center;
    margin: 0 auto;
}

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

@media (max-width: 1399px) {
    .mb-60 {
        margin-bottom: 50px;
    }
}

@media (max-width: 1199px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

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

.section-bg {
    background-color: var(--bg);
}

.section-bg-2 {
    background-color: var(--bg2);
}

.section-bg-3 {
    background-color: var(--theme2);
}

.section-padding {
    padding: 120px 0;
}

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

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

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

@media (max-width: 1199px) {
    .space-top {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .space-top {
        padding-top: 80px;
    }
}

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

@media (max-width: 1199px) {
    .space-bottom {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .space-bottom {
        padding-bottom: 80px;
    }
}

.service-items {
    padding: 60px;
    border-radius: 20px;
    background: var(--blogbox);
    position: relative;
    transition: all 0.4s;
}

.service-items .icon {
    margin-bottom: 120px;
    transition: all 0.5s;
}

.service-items .content p {
    margin-bottom: 40px;
}

.service-items .content .common-btn {
    border: 1px solid var(--p1-clr);
}

.service-items .content .common-btn:hover {
    border-color: var(--p3-clr);
}

.service-items .badge {
    position: absolute;
    right: 6px;
    top: 8px;
    z-index: 1;
}

.service-items:hover .common-btn {
    border: 1px solid var(--p1-clr);
    border-color: var(--p1-clr);
    background: var(--p1-clr);
    color: var(--white);
}

.service-items:hover .icon {
    transform: scale(0.9);
}

@media (max-width: 1399px) {
    .service-items {
        padding: 34px 30px;
    }
    .service-items .icon {
        margin-bottom: 80px;
        width: 80px;
    }
    .service-items .icon img {
        width: 100%;
    }
    .service-items .badge {
        right: 6px;
        top: 8px;
        max-width: 80px;
    }
    .service-items .badge img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .service-items {
        padding: 28px 20px;
    }
    .service-items .icon {
        margin-bottom: 40px;
        width: 80px;
    }
    .service-items .icon img {
        width: 100%;
    }
    .service-items .content p {
        margin-bottom: 24px;
    }
    .service-items .badge {
        right: 6px;
        top: 8px;
        max-width: 60px;
    }
    .service-items .badge img {
        width: 100%;
    }
}

.service-areas .service-items {
    padding: 40px 40px;
}

.service-areas .service-items .icon {
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .service-areas .service-items {
        padding: 24px 20px;
    }
    .service-areas .service-items .icon {
        margin-bottom: 30px;
    }
}

.services-custom .service-items {
    background: transparent;
}

.services-custom .service-items.active,
.services-custom .service-items:hover {
    background: #ebf3f6;
}

.service-detials-left {
    display: grid;
    gap: 40px;
}

.service-detials-left .all-service-thumb {
    border-radius: 20px;
    position: relative;
}

.service-detials-left .all-service-thumb img {
    border-radius: 20px;
}

.service-detials-left .all-service-thumb {
    position: relative;
    z-index: 1;
}

.service-detials-left .all-service-thumb .help-text {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 18px;
    bottom: 32px;
    left: 32px;
}

.service-detials-left .all-service-thumb .help-text .cont {
    font-size: 25px;
    font-weight: 500;
    display: grid;
    text-wrap: nowrap;
    gap: 10px;
    color: var(--white);
}

.service-detials-left .all-service-thumb .help-text .cont span {
    font-size: 30px;
    display: block;
    font-weight: 500;
    text-wrap: nowrap;
    color: var(--white);
}

.service-detials-left .all-service-thumb::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 20px;
    opacity: 0.7;
    background: linear-gradient(180deg, rgba(32, 109, 255, 0) 42.93%, #134199 67.68%);
}

@media (max-width: 1199px) {
    .service-detials-left {
        gap: 20px;
    }
    .service-detials-left .all-service-thumb .help-text {
        gap: 12px;
        bottom: 24px;
        left: 24px;
    }
    .service-detials-left .all-service-thumb .help-text .icon {
        width: 50px;
    }
    .service-detials-left .all-service-thumb .help-text .cont {
        font-size: 18px;
        gap: 6px;
    }
    .service-detials-left .all-service-thumb .help-text .cont span {
        font-size: 24px;
    }
}

.allservice-box {
    border-radius: 20px;
    border: 2px solid #ddd;
    background: var(--white);
    overflow: hidden;
}

.allservice-box .head {
    padding: 28px 40px;
    color: var(--white);
    background: var(--p1-clr);
}

.allservice-box .all-service-list li a {
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    display: flex;
    font-family: "Rubik", sans-serif;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    transition: all 0.4s;
}

.allservice-box .all-service-list li a i {
    color: var(--p2-clr);
    transition: all 0.4s;
}

.allservice-box .all-service-list li a:hover {
    color: var(--p1-clr);
}

.allservice-box .all-service-list li a:hover i {
    margin-right: 10px;
}

.allservice-box .all-service-list li:not(:last-child) {
    border-bottom: 2px solid #ddd;
}

.peak-item {
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

@media (max-width: 1199px) {
    .peak-item {
        padding: 20px;
    }
    .peak-item img {
        width: 40px;
    }
    .peak-item p {
        font-size: 15px;
    }
}

.thumb-unique {
    width: 100%;
}

.thumb-unique img {
    width: 100%;
}

.testimonial-items {
    border-radius: 20px;
    background: #fff;
    padding: 40px;
}

.testimonial-items p {
    line-height: 30px;
}

.testimonial-items.style2 {
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.testimonial-items.style2 .ratting-area {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .testimonial-items.style2 {
        padding: 30px 24px;
    }
}

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

.testimonial-section .array-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 9;
}

.testimonial-section .array-button .array-prev {
    margin-left: -75px;
}

.testimonial-section .array-button .array-next {
    margin-right: -50px;
}

.testimonial-section.section-style2 {
    margin-bottom: -40px;
}

.testimonial-section.section-style2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    background: var(--white);
    height: 330px;
    z-index: -1;
}

@media (max-width: 1600px) {
    .testimonial-section .array-button {
        margin-top: 20px;
        justify-content: center;
        top: initial;
        position: initial;
    }
    .testimonial-section .array-button .array-prev {
        margin-left: 0px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .testimonial-section .array-button .array-prev i {
        font-size: 17px;
    }
    .testimonial-section .array-button .array-next {
        margin-right: 0px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .testimonial-section .array-button .array-next i {
        font-size: 17px;
    }
}

/*# sourceMappingURL=main.css.map */