/*
============================
Name:  Consultia - Multipurpase Consulting Template
Version: 1.0.0
Description:
Author: Sujon mahamud
Author URI:
Location:
============================
*/

@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

input:focus,
textarea:focus {
    outline: none;
}

body {
    font-size: 20px;
    font-family: "satoshi";
    font-weight: 400;
    line-height: 28px;
    overflow-x: hidden;
    color: #5C5B79;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Serif Display", serif;
    font-weight: 700;
}

.tax-index h1,
.tax-index h2,
.tax-index h3,
.tax-index h4,
.tax-index h5,
.tax-index h6 {
    font-family: "satoshi";
    font-weight: 700;
    color: #09120E;
}

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

img {
    max-width: 100%;
    max-height: 100%;
}

.sp1 {
    padding: 130px 0 100px;
}

.sp2 {
    padding: 130px 0;
}

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

.space10 {
    height: 10px;
}

@media (max-width: 767px) {
    .space10 {
        height: 5px;
    }
}

.space20 {
    height: 20px;
}

@media (max-width: 767px) {
    .space20 {
        height: 10px;
    }
}

.space30 {
    height: 30px;
}

@media (max-width: 767px) {
    .space30 {
        height: 15px;
    }
}

.space40 {
    height: 40px;
}

@media (max-width: 767px) {
    .space40 {
        height: 20px;
    }
}

.space50 {
    height: 50px;
}

@media (max-width: 767px) {
    .space50 {
        height: 25px;
    }
}

.space60 {
    height: 60px;
}

.space70 {
    height: 70px;
}

.space80 {
    height: 80px;
}

.space90 {
    height: 90px;
}

.space100 {
    height: 100px;
}

.text-right {
    text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

.padding-90 {
    padding: 90px 0;
}

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

.w-full {
    width: 100%;
}

@media (min-width: 992px) {
    .w-lg-full {
        width: 100%;
    }
}

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

@media (min-width: 992px) {
    .text-lg-center {
        text-align: center;
    }
}

.text-left {
    text-align: left !important;
}

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

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

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.weight-800 {
    font-weight: 800 !important;
}

.weight-900 {
    font-weight: 900 !important;
}

.font-f-1 {
    font-family: "Inter", sans-serif !important;
}

.font-f-2 {
    font-family: "DM Serif Display", serif !important;
}

.font-f-3 {
    font-family: "satoshi" !important;
}

.font-f-4 {
    font-family: "Canela" !important;
}

.font-f-5 {
    font-family: "Sofia Pro" !important;
}

.font-f-6 {
    font-family: "Recoleta" !important;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-32 {
    font-size: 32px;
}

.font-34 {
    font-size: 34px;
}

.font-36 {
    font-size: 36px;
}

.font-40 {
    font-size: 40px;
}

.font-42 {
    font-size: 42px;
}

.font-44 {
    font-size: 44px;
}

.font-46 {
    font-size: 48px;
}

.font-48 {
    font-size: 48px;
}

.font-50 {
    font-size: 60px;
}

.font-52 {
    font-size: 52px;
}

.font-54 {
    font-size: 54px;
}

.font-56 {
    font-size: 56px;
}

.font-58 {
    font-size: 58px;
}

.font-60 {
    font-size: 60px;
}

.font-62 {
    font-size: 62px;
}

.font-74 {
    font-size: 74px;
}

.font-76 {
    font-size: 76px;
}

.font-78 {
    font-size: 78px;
}

.font-80 {
    font-size: 80px;
}

.font-82 {
    font-size: 82px;
}

.font-84 {
    font-size: 84px;
}

.font-86 {
    font-size: 86px;
}

.font-88 {
    font-size: 88px;
}

.font-90 {
    font-size: 90px;
}

.font-92 {
    font-size: 92px;
}

.font-94 {
    font-size: 94px;
}

.font-96 {
    font-size: 96px;
}

.font-98 {
    font-size: 98px;
}

.font-100 {
    font-size: 100px;
}

@media screen and (min-width: 1024px) {
    .text-md-right {
        text-align: right;
    }
    .text-md-center {
        text-align: center;
    }
    .text-md-left {
        text-align: left;
    }
    .font-lg-12 {
        font-size: 12px;
    }
    .font-lg-14 {
        font-size: 14px;
    }
    .font-lg-16 {
        font-size: 16px;
    }
    .font-lg-18 {
        font-size: 18px;
    }
    .font-lg-20 {
        font-size: 20px;
    }
    .font-lg-22 {
        font-size: 22px;
    }
    .font-lg-24 {
        font-size: 24px;
    }
    .font-lg-26 {
        font-size: 26px;
    }
    .font-lg-28 {
        font-size: 28px;
    }
    .font-lg-30 {
        font-size: 30px;
    }
    .font-lg-32 {
        font-size: 32px;
    }
    .font-lg-34 {
        font-size: 34px;
    }
    .font-lg-36 {
        font-size: 36px;
    }
    .font-lg-40 {
        font-size: 40px;
    }
    .font-lg-42 {
        font-size: 42px;
    }
    .font-lg-44 {
        font-size: 44px;
    }
    .font-lg-46 {
        font-size: 48px;
    }
    .font-lg-48 {
        font-size: 48px;
    }
    .font-lg-50 {
        font-size: 60px;
    }
    .font-lg-52 {
        font-size: 52px;
    }
    .font-lg-54 {
        font-size: 54px;
    }
    .font-lg-56 {
        font-size: 56px;
    }
    .font-lg-58 {
        font-size: 58px;
    }
    .font-lg-60 {
        font-size: 60px;
    }
    .font-lg-62 {
        font-size: 62px;
    }
    .font-lg-74 {
        font-size: 74px;
    }
    .font-lg-76 {
        font-size: 76px;
    }
    .font-lg-78 {
        font-size: 78px;
    }
    .font-lg-80 {
        font-size: 80px;
    }
    .font-lg-82 {
        font-size: 82px;
    }
    .font-lg-84 {
        font-size: 84px;
    }
    .font-lg-86 {
        font-size: 86px;
    }
    .font-lg-88 {
        font-size: 88px;
    }
    .font-lg-90 {
        font-size: 90px;
    }
    .font-lg-92 {
        font-size: 92px;
    }
    .font-lg-94 {
        font-size: 94px;
    }
    .font-lg-96 {
        font-size: 96px;
    }
    .font-lg-98 {
        font-size: 98px;
    }
    .font-lg-100 {
        font-size: 100px;
    }
    .line-height-lg-14 {
        line-height: 14px;
    }
    .line-height-lg-16 {
        line-height: 16px;
    }
    .line-height-lg-18 {
        line-height: 18px;
    }
    .line-height-lg-20 {
        line-height: 20px;
    }
    .line-height-lg-22 {
        line-height: 22px;
    }
    .line-height-lg-24 {
        line-height: 24px;
    }
    .line-height-lg-26 {
        line-height: 26px;
    }
    .line-height-lg-28 {
        line-height: 28px;
    }
    .line-height-lg-30 {
        line-height: 30px;
    }
    .line-height-lg-32 {
        line-height: 32px;
    }
    .line-height-lg-34 {
        line-height: 34px;
    }
    .line-height-lg-36 {
        line-height: 36px;
    }
    .line-height-lg-38 {
        line-height: 38px;
    }
    .line-height-lg-40 {
        line-height: 40px;
    }
    .line-height-lg-42 {
        line-height: 42px;
    }
    .line-height-lg-44 {
        line-height: 44px;
    }
    .line-height-lg-48 {
        line-height: 48px;
    }
    .line-height-lg-50 {
        line-height: 50px;
    }
    .line-height-lg-52 {
        line-height: 52px;
    }
    .line-height-lg-54 {
        line-height: 54px;
    }
    .line-height-lg-56 {
        line-height: 56px;
    }
    .line-height-lg-58 {
        line-height: 58px;
    }
    .line-height-lg-60 {
        line-height: 60px;
    }
    .line-height-lg-62 {
        line-height: 62px;
    }
    .line-height-lg-64 {
        line-height: 64px;
    }
    .line-height-lg-66 {
        line-height: 66px;
    }
    .line-height-lg-68 {
        line-height: 68px;
    }
    .line-height-lg-70 {
        line-height: 70px;
    }
    .line-height-lg-72 {
        line-height: 72px;
    }
    .line-height-lg-74 {
        line-height: 74px;
    }
    .line-height-lg-76 {
        line-height: 76px;
    }
    .line-height-lg-78 {
        line-height: 78px;
    }
    .line-height-lg-80 {
        line-height: 80px;
    }
    .line-height-lg-82 {
        line-height: 82px;
    }
    .line-height-lg-84 {
        line-height: 84px;
    }
    .line-height-lg-86 {
        line-height: 86px;
    }
    .line-height-lg-88 {
        line-height: 88px;
    }
    .line-height-lg-90 {
        line-height: 90px;
    }
    .line-height-lg-92 {
        line-height: 92px;
    }
    .line-height-lg-94 {
        line-height: 94px;
    }
    .line-height-lg-96 {
        line-height: 96px;
    }
    .line-height-lg-98 {
        line-height: 98px;
    }
    .line-height-lg-100 {
        line-height: 100px;
    }
}

@media screen and (min-width: 768px) {
    .font-md-12 {
        font-size: 12px;
    }
    .font-md-14 {
        font-size: 14px;
    }
    .font-md-16 {
        font-size: 16px;
    }
    .font-md-18 {
        font-size: 18px;
    }
    .font-md-20 {
        font-size: 20px;
    }
    .font-md-22 {
        font-size: 22px;
    }
    .font-md-24 {
        font-size: 24px;
    }
    .font-md-26 {
        font-size: 26px;
    }
    .font-md-28 {
        font-size: 28px;
    }
    .font-md-30 {
        font-size: 30px;
    }
    .font-md-32 {
        font-size: 32px;
    }
    .font-md-34 {
        font-size: 34px;
    }
    .font-md-36 {
        font-size: 36px;
    }
    .font-md-40 {
        font-size: 40px;
    }
    .font-md-42 {
        font-size: 42px;
    }
    .font-md-44 {
        font-size: 44px;
    }
    .font-md-46 {
        font-size: 48px;
    }
    .font-md-48 {
        font-size: 48px;
    }
    .font-md-50 {
        font-size: 60px;
    }
    .font-md-52 {
        font-size: 52px;
    }
    .font-md-54 {
        font-size: 54px;
    }
    .font-md-56 {
        font-size: 56px;
    }
    .font-md-58 {
        font-size: 58px;
    }
    .font-md-60 {
        font-size: 60px;
    }
    .font-md-62 {
        font-size: 62px;
    }
    .font-md-74 {
        font-size: 74px;
    }
    .font-md-76 {
        font-size: 76px;
    }
    .font-md-78 {
        font-size: 78px;
    }
    .font-md-80 {
        font-size: 80px;
    }
    .font-md-82 {
        font-size: 82px;
    }
    .font-md-84 {
        font-size: 84px;
    }
    .font-md-86 {
        font-size: 86px;
    }
    .font-md-88 {
        font-size: 88px;
    }
    .font-md-90 {
        font-size: 90px;
    }
    .font-md-92 {
        font-size: 92px;
    }
    .font-md-94 {
        font-size: 94px;
    }
    .font-md-96 {
        font-size: 96px;
    }
    .font-md-98 {
        font-size: 98px;
    }
    .font-md-100 {
        font-size: 100px;
    }
    .line-height-md-12 {
        line-height: 12px;
    }
    .line-height-md-14 {
        line-height: 14px;
    }
    .line-height-md-16 {
        line-height: 16px;
    }
    .line-height-md-18 {
        line-height: 18px;
    }
    .line-height-md-20 {
        line-height: 20px;
    }
    .line-height-md-22 {
        line-height: 22px;
    }
    .line-height-md-24 {
        line-height: 24px;
    }
    .line-height-md-26 {
        line-height: 26px;
    }
    .line-height-md-28 {
        line-height: 28px;
    }
    .line-height-md-30 {
        line-height: 30px;
    }
    .line-height-md-32 {
        line-height: 32px;
    }
    .line-height-md-34 {
        line-height: 34px;
    }
    .line-height-md-36 {
        line-height: 36px;
    }
    .line-height-md-38 {
        line-height: 38px;
    }
    .line-height-md-40 {
        line-height: 40px;
    }
    .line-height-md-42 {
        line-height: 42px;
    }
    .line-height-md-44 {
        line-height: 44px;
    }
    .line-height-md-48 {
        line-height: 48px;
    }
    .line-height-md-50 {
        line-height: 50px;
    }
    .line-height-md-52 {
        line-height: 52px;
    }
    .line-height-md-54 {
        line-height: 54px;
    }
    .line-height-md-56 {
        line-height: 56px;
    }
    .line-height-md-58 {
        line-height: 58px;
    }
    .line-height-md-60 {
        line-height: 60px;
    }
    .line-height-md-62 {
        line-height: 62px;
    }
    .line-height-md-64 {
        line-height: 64px;
    }
    .line-height-md-66 {
        line-height: 66px;
    }
    .line-height-md-68 {
        line-height: 68px;
    }
    .line-height-md-70 {
        line-height: 70px;
    }
    .line-height-md-72 {
        line-height: 72px;
    }
    .line-height-md-74 {
        line-height: 74px;
    }
    .line-height-md-76 {
        line-height: 76px;
    }
    .line-height-md-78 {
        line-height: 78px;
    }
    .line-height-md-80 {
        line-height: 80px;
    }
    .line-height-md-82 {
        line-height: 82px;
    }
    .line-height-md-84 {
        line-height: 84px;
    }
    .line-height-md-86 {
        line-height: 86px;
    }
    .line-height-md-88 {
        line-height: 88px;
    }
    .line-height-md-90 {
        line-height: 90px;
    }
    .line-height-md-92 {
        line-height: 92px;
    }
    .line-height-md-94 {
        line-height: 94px;
    }
    .line-height-md-96 {
        line-height: 96px;
    }
    .line-height-md-98 {
        line-height: 98px;
    }
    .line-height-md-100 {
        line-height: 100px;
    }
}

@media screen and (min-width: 576px) {
    .font-sm-12 {
        font-size: 12px;
    }
    .font-sm-14 {
        font-size: 14px;
    }
    .font-sm-16 {
        font-size: 16px;
    }
    .font-sm-18 {
        font-size: 18px;
    }
    .font-sm-20 {
        font-size: 20px;
    }
    .font-sm-22 {
        font-size: 22px;
    }
    .font-sm-24 {
        font-size: 24px;
    }
    .font-sm-26 {
        font-size: 26px;
    }
    .font-sm-28 {
        font-size: 28px;
    }
    .font-sm-30 {
        font-size: 30px;
    }
    .font-sm-32 {
        font-size: 32px;
    }
    .font-sm-34 {
        font-size: 34px;
    }
    .font-sm-36 {
        font-size: 36px;
    }
    .font-sm-40 {
        font-size: 40px;
    }
    .font-sm-42 {
        font-size: 42px;
    }
    .font-sm-44 {
        font-size: 44px;
    }
    .font-sm-46 {
        font-size: 48px;
    }
    .font-sm-48 {
        font-size: 48px;
    }
    .font-sm-50 {
        font-size: 60px;
    }
    .font-sm-52 {
        font-size: 52px;
    }
    .font-sm-54 {
        font-size: 54px;
    }
    .font-sm-56 {
        font-size: 56px;
    }
    .font-sm-58 {
        font-size: 58px;
    }
    .font-sm-60 {
        font-size: 60px;
    }
    .font-sm-62 {
        font-size: 62px;
    }
    .font-sm-74 {
        font-size: 74px;
    }
    .font-sm-76 {
        font-size: 76px;
    }
    .font-sm-78 {
        font-size: 78px;
    }
    .font-sm-80 {
        font-size: 80px;
    }
    .font-sm-82 {
        font-size: 82px;
    }
    .font-sm-84 {
        font-size: 84px;
    }
    .font-sm-86 {
        font-size: 86px;
    }
    .font-sm-88 {
        font-size: 88px;
    }
    .font-sm-90 {
        font-size: 90px;
    }
    .font-sm-92 {
        font-size: 92px;
    }
    .font-sm-94 {
        font-size: 94px;
    }
    .font-sm-96 {
        font-size: 96px;
    }
    .font-sm-98 {
        font-size: 98px;
    }
    .font-sm-100 {
        font-size: 100px;
    }
    .line-height-sm-12 {
        line-height: 12px;
    }
    .line-height-sm-14 {
        line-height: 14px;
    }
    .line-height-sm-16 {
        line-height: 16px;
    }
    .line-height-sm-18 {
        line-height: 18px;
    }
    .line-height-sm-20 {
        line-height: 20px;
    }
    .line-height-sm-22 {
        line-height: 22px;
    }
    .line-height-sm-24 {
        line-height: 24px;
    }
    .line-height-sm-26 {
        line-height: 26px;
    }
    .line-height-sm-28 {
        line-height: 28px;
    }
    .line-height-sm-30 {
        line-height: 30px;
    }
    .line-height-sm-32 {
        line-height: 32px;
    }
    .line-height-sm-34 {
        line-height: 34px;
    }
    .line-height-sm-36 {
        line-height: 36px;
    }
    .line-height-sm-38 {
        line-height: 38px;
    }
    .line-height-sm-40 {
        line-height: 40px;
    }
    .line-height-sm-42 {
        line-height: 42px;
    }
    .line-height-sm-44 {
        line-height: 44px;
    }
    .line-height-sm-48 {
        line-height: 48px;
    }
    .line-height-sm-50 {
        line-height: 50px;
    }
    .line-height-sm-52 {
        line-height: 52px;
    }
    .line-height-sm-54 {
        line-height: 54px;
    }
    .line-height-sm-56 {
        line-height: 56px;
    }
    .line-height-sm-58 {
        line-height: 58px;
    }
    .line-height-sm-60 {
        line-height: 60px;
    }
    .line-height-sm-62 {
        line-height: 62px;
    }
    .line-height-sm-64 {
        line-height: 64px;
    }
    .line-height-sm-66 {
        line-height: 66px;
    }
    .line-height-sm-68 {
        line-height: 68px;
    }
    .line-height-sm-70 {
        line-height: 70px;
    }
    .line-height-sm-72 {
        line-height: 72px;
    }
    .line-height-sm-74 {
        line-height: 74px;
    }
    .line-height-sm-76 {
        line-height: 76px;
    }
    .line-height-sm-78 {
        line-height: 78px;
    }
    .line-height-sm-80 {
        line-height: 80px;
    }
    .line-height-sm-82 {
        line-height: 82px;
    }
    .line-height-sm-84 {
        line-height: 84px;
    }
    .line-height-sm-86 {
        line-height: 86px;
    }
    .line-height-sm-88 {
        line-height: 88px;
    }
    .line-height-sm-90 {
        line-height: 90px;
    }
    .line-height-sm-92 {
        line-height: 92px;
    }
    .line-height-sm-94 {
        line-height: 94px;
    }
    .line-height-sm-96 {
        line-height: 96px;
    }
    .line-height-sm-98 {
        line-height: 98px;
    }
    .line-height-sm-100 {
        line-height: 100px;
    }
}

.mr-2 {
    margin-right: 8px;
}

@media (max-width: 767px) {
    .mobile-hidden {
        display: none;
    }
}

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

.mobile-sidebar .single-footer h3 {
    color: #ffffff;
}

.mobile-sidebar .single-contact a {
    color: #ffffff;
}

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

@media (max-width: 767px) {
    .lg-ml-15 {
        margin-left: 0;
    }
}

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

@media (max-width: 767px) {
    .lg-mr-15 {
        margin-right: 0;
    }
}

.theme_bg1 {
    background-color: rgba(242, 57, 54, 0.03);
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.no-margin-heading {
    margin: 0 0 0 0 !important;
}

.bg1 {
    background: url("../img/bg/bg1.png") no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg2 {
    background: #FFF9F9 !important;
}

.bg3 {
    background: url("../img/bg/contact-bg.png") no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg4 {
    background: url("../img/bg/testimonial-bg.png") no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg5 {
    background: url("../img/bg/bg2.png") no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg5-left {
    background: url("../img/bg/bg4.png") no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg6 {
    background: url("../img/bg/bg3.png") no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg7 {
    position: relative;
    z-index: 2;
    background: url("../img/bg/bg5.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg7:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #09120E;
    opacity: 0.6;
    z-index: -1;
}

.bg8 {
    background: #dcedf3 !important;
}

.bg9 {
    background: #e7edeb !important;
}

.bg-10 {
    background: #e7e8f4 !important;
}

.bg11 {
    background: url("../img/bg/bg6.png") no-repeat;
    background-position: right center;
    background-size: cover;
}

.bg12 {
    background: url("../img/bg/bg7.png") no-repeat;
    background-position: right center;
    background-size: cover;
}

.bg-13 {
    background-color: #e7e8f4;
}

.bg-13-haf {
    position: relative;
    z-index: 2;
}

.bg-13-haf:after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #e7e8f4;
}

.bg-14 {
    background: #FBFCFE !important;
}

.bg-15 {
    background: #DCEDF3 !important;
}

.bg-16 {
    background: #F3E7DC !important;
}

.bg-17 {
    background: #E3F3DC !important;
}

.bg-18 {
    background: #DCE0F3 !important;
}

.bg-19 {
    background: #F6F7FA !important;
}

.bg-20 {
    background: #F5D1A4 !important;
}

.bg-21 {
    background: #E9DCF3 !important;
}

.bg-22 {
    background: #F3DCDC !important;
}

.bg-23 {
    background: #F3F1DC !important;
}

.bg-24 {
    background: #E7E8F4 !important;
}

.bg-25 {
    background: #F2F1F9 !important;
}

.bg-26 {
    background: #FEE6E5;
}

.bg-27 {
    background: #E9ECEA;
}

.bg-28 {
    background: url("../img/shapes/shape-8.png") no-repeat;
    background-position: right center;
    background-size: contain;
}

.bg-29 {
    background: url("../img/shapes/shape-8.png") no-repeat;
    background-position: center center;
    background-size: contain;
}

.bg-30 {
    background-color: #E7EEFB;
}

.ml50 {
    margin-left: 50px;
}

@media (max-width: 991px) {
    .ml50 {
        margin-left: 0;
    }
}

.mr50 {
    margin-right: 50px;
}

@media (max-width: 991px) {
    .mr50 {
        margin-right: 0;
    }
}

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

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

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

.border1 {
    border-bottom: 1px solid #D9D9D9;
}

.title span.title-heilight {
    position: relative;
    z-index: 2;
}

.title span.title-heilight:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 100%;
    background: url("../img/shapes/underline-title.png");
    bottom: 0;
    object-fit: cover;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .title span.title-heilight:before {
        bottom: -10px;
    }
}

.title span.title-heilight:after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    background: url("../img/shapes/left-heighlight.png");
    left: -60px;
    top: -37px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 767px) {
    .title span.title-heilight:after {
        height: 34px;
        width: 34px;
        left: -17px;
        top: -13px;
    }
}

.title h1 {
    font-weight: 400;
    font-size: 75px;
    line-height: 82px;
    letter-spacing: -1px;
    color: #161540;
    margin-bottom: 30px;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .title h1 {
        font-size: 54px;
        line-height: 64px;
    }
}

.title.title2 h1 {
    font-weight: 700;
    color: #07060B;
    font-size: 65px;
    line-height: 75px;
    margin-bottom: 10px;
    font-family: "satoshi";
}

@media (max-width: 767px) {
    .title.title2 h1 {
        font-size: 34px;
        line-height: 46px;
    }
}

.title p {
    font-size: 20px;
    line-height: 34px;
    color: #5C5B79;
}

@media (max-width: 767px) {
    .title p {
        font-size: 70%;
        line-height: 24px;
    }
}

.title small.heading-top2 {
    background: #E7EDEB;
    border-radius: 50px;
    padding: 13px 25px;
    margin-bottom: 24px;
    display: inline-block;
}

@media (max-width: 991px) {
    .title small.heading-top2 {
        background: #e7edeb;
        border-radius: 50px;
        padding: 6px 20px;
        font-size: 12px;
    }
}

.title small.heading-top2 img {
    width: 24px;
    margin-right: 8px;
}

.border-radius {
    border-radius: 8px;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.updown {
    animation: updown 5s alternate linear infinite;
}

.updown2 {
    animation: updown 4s alternate linear infinite;
}

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

.inner-area {
    padding: 250px 0 150px;
}

.inner-area .inner-title h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -1px;
    color: #161540;
}

@media (max-width: 767px) {
    .inner-area .inner-title h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

.inner-area .inner-title h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #161540;
}

.inner-area .inner-title p {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #5C5B79;
}

.inner-area .inner-heilight {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.inner-area .inner-heilight:after {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    background: url("../img/shapes/left-heighlight.png");
    left: -40px;
    top: -25px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 767px) {
    .inner-area .inner-heilight:after {
        left: -30px;
        top: 0px;
        height: 40px;
        width: 46px;
    }
}

.bg_center_cover {
    background-position: center center;
    background-size: cover;
}

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

._absolute {
    position: absolute;
}

.heading {
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .heading {
        margin-bottom: 40px;
    }
}

.heading h2 {
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    color: #161540;
}

@media (max-width: 767px) {
    .heading h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

.heading h5 {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #161540;
}

@media (max-width: 767px) {
    .heading h5 {
        font-size: 16px;
        line-height: 24px;
    }
}

.heading.white-heading h2,
.heading.white-heading h3,
.heading.white-heading h5 {
    color: #ffffff;
}

.heading h3 {
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
    color: #07060B;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .heading h3 {
        font-size: 28px;
        line-height: 38px;
    }
}

.heading p {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #5C5B79;
}

@media (max-width: 991px) {
    .heading p {
        font-size: 70%;
        line-height: 26px;
    }
}

.heading small {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #F23936;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.heading small:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 60%;
    background: #F23936;
    left: 0;
    top: -7px;
}

.heading.text-center small:after {
    left: 20%;
}

.heading span.heilight-right {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.heading span.heilight-right:after {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    background: url("../img/shapes/right-heighlight.png") no-repeat;
    top: -34px;
    right: -43px;
    background-position: center;
    background-size: contain;
    object-fit: cover;
}

@media (max-width: 767px) {
    .heading span.heilight-right:after {
        display: none;
    }
}

.heading span.heading-underline {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.heading span.heading-underline:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 100%;
    background: url("../img/shapes/heading-underline.png");
    bottom: -20px;
    right: 0;
    object-fit: cover;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.heading2 {
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .heading2 {
        margin-bottom: 40px;
    }
}

.heading2 small.heading-top {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #070808;
    background: #e7edeb;
    border-radius: 50px;
    padding: 13px 20px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    font-family: "satoshi";
}

@media (max-width: 767px) {
    .heading2 small.heading-top {
        font-size: 12px;
        padding: 10px 20px;
    }
}

.heading2 small.heading-top.inner-heading-top {
    background: rgba(235, 8, 8, 0.2);
}

.heading2 small.heading-top img {
    width: 24px;
    margin-right: 10px;
}

.heading2.white-heading .inner-heading-top {
    color: #ffffff;
}

.heading2 h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1px;
    color: #07060B;
    font-family: "satoshi";
}

@media (max-width: 767px) {
    .heading2 h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

.heading2.white-heading h2 {
    color: #ffffff;
}

.heading2 p {
    margin-top: 20px;
    margin-bottom: 0;
    font-family: "satoshi";
}

.heading2 span.heilight-left {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.heading2 span.heilight-left:after {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    background: url("../img/shapes/hilight-2-right-black.png") no-repeat;
    top: -38px;
    left: -35px;
    background-position: center;
    background-size: contain;
    object-fit: cover;
}

@media (max-width: 767px) {
    .heading2 span.heilight-left:after {
        display: none;
    }
}

.heading2 span.heilight-right {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.heading2 span.heilight-right:after {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    background: url("../img/shapes/hilight-2-right-black.png") no-repeat;
    top: -38px;
    right: -35px;
    background-position: center;
    background-size: contain;
    object-fit: cover;
    transform: rotate(30deg);
}

@media (max-width: 767px) {
    .heading2 span.heilight-right:after {
        display: none;
    }
}

.heading2.white-heading span.heilight-left:after,
.heading2.white-heading span.heilight-right:after {
    background: url("../img/shapes/hilight-2-left-white.png") no-repeat;
    background-position: center;
    background-size: contain;
    object-fit: cover;
}

@media (max-width: 767px) {
    .title3 {
        padding-top: 50px;
    }
}

.title3 h1 {
    font-family: "Canela";
    font-weight: 400;
    font-size: 65px;
    line-height: 70px;
    letter-spacing: -1px;
    color: black;
}

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

.title3 p {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #181b1c;
}

.title-4 h1 {
    font-family: "Canela";
    font-weight: 400;
    font-size: 80px;
    line-height: 85px;
    letter-spacing: -1px;
    color: #161540;
}

@media (max-width: 767px) {
    .title-4 h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

.title-4 p {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #07060B;
}

@media (max-width: 767px) {
    .title-4 p {
        font-size: 16px;
        line-height: 26px;
    }
}

.heading3 {
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .heading3 {
        margin-bottom: 40px;
    }
}

.heading3.white-heading h1,
.heading3.white-heading h2,
.heading3.white-heading h3,
.heading3.white-heading h4,
.heading3.white-heading h5,
.heading3.white-heading h6,
.heading3.white-heading p,
.heading3.white-heading small {
    color: #fff !important;
}

.heading3 h2 {
    font-family: "Canela";
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    text-transform: capitalize;
    color: #192533;
}

@media (max-width: 767px) {
    .heading3 h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

.heading3 h3 {
    font-family: "Canela";
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
    color: #192533;
}

.heading3 p {
    font-family: "satoshi";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    opacity: 0.7;
    margin-bottom: 0;
    margin-top: 20px;
}

.heading3 small.overline {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
    color: black;
    position: relative;
    margin-bottom: 15px;
    z-index: 2;
    display: inline-block;
}

.heading3 small.overline:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50%;
    background: black;
    left: 0;
    top: -10px;
}

.heading3.text-center small.overline:after {
    left: 25%;
}

.heading4 {
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .heading4 {
        margin-bottom: 40px;
    }
}

.heading4.white-heading h1,
.heading4.white-heading h2,
.heading4.white-heading h3,
.heading4.white-heading h4,
.heading4.white-heading h5,
.heading4.white-heading h6,
.heading4.white-heading p,
.heading4.white-heading small {
    color: #fff !important;
}

.heading4 h2 {
    font-family: "Canela";
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    color: #192533;
}

@media (max-width: 767px) {
    .heading4 h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

.heading4.inner-heading h2 {
    font-weight: 700;
}

.heading4 h3 {
    font-family: "Canela";
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
    color: #161540;
}

@media (max-width: 767px) {
    .heading4 h3 {
        font-size: 32px;
        line-height: 42px;
    }
}

.heading4 h4 {
    font-family: "Canela";
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #07060B;
}

@media (max-width: 767px) {
    .heading4 h4 {
        font-size: 24px;
    }
}

.heading4 p {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #515154;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .heading4 p {
        font-size: 16px;
        line-height: 26px;
    }
}

.heading4 small.overline {
    position: relative;
    margin-bottom: 15px;
    z-index: 2;
    display: inline-block;
    font-family: "satoshi";
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #7977C6;
}

.heading4 small.overline:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50%;
    background: #7977C6;
    left: 0;
    top: -10px;
}

.heading4.text-center small.overline:after {
    left: 25%;
}

.trans-1 {
    transform: translateY(0);
    transition: all 0.3s;
}

.trans-1.active,
.trans-1:hover {
    transform: translateY(-3px);
    transition: all 0.3s;
}

.img-zoom {
    transition: all 0.3s;
    overflow: hidden;
}

.img-zoom img {
    transition: all 0.3s;
    transform: scale(1);
}

.img-zoom:hover img {
    transition: all 0.3s;
    transform: scale(1.1);
}

.widget-border {
    border: 1px solid #e1e3e8;
    border-radius: 7px;
}

.shape-007 {
    position: absolute;
    z-index: 1;
    top: 35%;
    left: 1%;
}

.padding-less-widget {
    padding: 0 0 0 0 !important;
}

.inner-font-1 h1,
.inner-font-1 h2,
.inner-font-1 h3,
.inner-font-1 h4,
.inner-font-1 h5,
.inner-font-1 h6,
.inner-font-1 p,
.inner-font-1 small,
.inner-font-1 strong,
.inner-font-1 a,
.inner-font-1 li {
    font-family: "satoshi" !important;
}

@keyframes upNdown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50px);
    }
}

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

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #161540;
    z-index: 999;
}

.preloader .loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.preloader .loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.preloader .loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

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

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

.header {
    padding: 15px 0;
}

.header.header-3 {
    padding: 25px 0;
}

.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}

@-webkit-keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fade-in-down {
    0% {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fade-in-down {
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.logo {
    margin-right: 30px;
}

.header-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

.welcome-1 {
    padding-top: 100px;
}

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

.quick_contact {
    position: relative;
    z-index: 2;
    padding-left: 60px;
    align-items: center;
    display: flex;
}

.quick_contact:hover .quick_contact_icon {
    border-color: #F23936;
    background: transparent;
    transition: all 0.3s;
}

.quick_contact_icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    margin-top: -25px;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.quick_contact_icon i {
    color: #F23936;
}

.quick_contact_content small {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #5C5B79;
    font-family: "DM Serif Display", serif;
}

.quick_contact_content h5,
.quick_contact_content a {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #161540;
    font-family: "Inter", sans-serif;
    display: block;
    margin-top: 5px;
    transition: all 0.3s;
}

.quick_contact_content h5:hover,
.quick_contact_content a:hover {
    color: #F23936;
    transition: all 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .quick_contact_content h5,
    .quick_contact_content a {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .header_menu_area {
        display: flex;
        align-items: center;
    }
    .main-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .main-menu ul li {
        display: inline-block;
        padding: 5px 10px;
        color: #F23936;
        transition: all 0.3s ease-in-out;
    }
    .main-menu ul li a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #161540;
        text-transform: capitalize;
        padding: 5px 10px;
        transition: all 0.3s ease-in-out;
    }
}

@media only screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li a {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .main-menu ul li a:hover {
        color: #F23936;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width: 992px) {
    .mobile-info {
        display: none;
    }
}

@media (min-width: 992px) {
    li.dropdown-parrent {
        position: relative;
        z-index: 2;
        transition: all 0.3;
    }
    li.dropdown-parrent:hover>a {
        color: #F23936;
    }
    li.dropdown-parrent span.menu-arrow {
        position: absolute;
        right: 20px;
        top: 50%;
        width: 20px;
        height: 20px;
        font-size: 16px;
        margin-top: -8px;
        line-height: 20px;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
    }
    li.dropdown-parrent:hover span.menu-arrow {
        visibility: visible;
        opacity: 1;
        right: 0;
        transition: all 0.3s;
    }
    li.dropdown-parrent ul.theme-dropdown {
        position: absolute;
        left: 0;
        top: 70px;
        background: #ffffff;
        transform: scale(1, 0);
        transform-origin: 0 0;
        min-width: 210px;
        padding: 10px;
        visibility: hidden;
        opacity: 0;
        z-index: 99;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: all 0.3s;
    }
    li.dropdown-parrent ul.theme-dropdown li {
        display: block;
        padding: 0;
    }
    li.dropdown-parrent ul.theme-dropdown li a {
        display: block;
        padding: 10px;
        border-radius: 8px;
        position: relative;
        z-index: 2;
    }
    li.dropdown-parrent ul.theme-dropdown li a::after {
        position: absolute;
        height: 5px;
        width: 5px;
        left: 0;
        top: 0;
        transition: all 0.3s;
        content: "";
        visibility: hidden;
        opacity: 0;
        background: #F23936;
        z-index: -1;
        border-radius: 4px;
    }
    li.dropdown-parrent ul.theme-dropdown li a:hover::after {
        visibility: visible;
        opacity: 1;
        transition: all 0.3s;
        height: 100%;
        width: 100%;
    }
    li.dropdown-parrent ul.theme-dropdown li a:hover {
        color: #ffffff;
    }
    li.dropdown-parrent:hover ul.theme-dropdown {
        top: 56px;
        visibility: visible;
        opacity: 1;
        transition: all 0.3;
        transform: scale(1);
    }
}

@media (min-width: 992px) {
    .header-2 .main-menu ul li {
        color: #FDC24C;
    }
    .header-2 .main-menu ul li a:hover {
        color: #FDC24C;
    }
    .header-2 li.dropdown-parrent:hover>a {
        color: #FDC24C;
    }
    .header-2 li.dropdown-parrent ul.theme-dropdown li a:after {
        background: #FDC24C;
    }
    .header-2 .quick_contact .quick_contact_icon i {
        color: #243D31;
    }
    .header-2 .quick_contact:hover .quick_contact_icon {
        border-color: #243D31;
    }
    .header-2 .quick_contact_content h5:hover,
    .header-2 .quick_contact_content a:hover {
        color: #243D31;
    }
}

@media (min-width: 992px) {
    .header-3 .main-menu ul li {
        color: #192533;
    }
    .header-3 .main-menu ul li a:hover {
        color: #192533;
    }
    .header-3 li.dropdown-parrent:hover>a {
        color: #192533;
    }
    .header-3 li.dropdown-parrent ul.theme-dropdown li a:after {
        background: #192533;
    }
}

@media (min-width: 992px) {
    .header-4 .main-menu ul li {
        color: #7977C6;
    }
    .header-4 .main-menu ul li a:hover {
        color: #7977C6;
    }
    .header-4 li.dropdown-parrent:hover>a {
        color: #7977C6;
    }
    .header-4 li.dropdown-parrent ul.theme-dropdown li a:after {
        background: #7977C6;
    }
}

.header-5 .main-menu ul li {
    color: #1456DA;
}

.header-5 .main-menu ul li a:hover {
    color: #1456DA;
}

.header-5 li.dropdown-parrent:hover>a {
    color: #1456DA;
}

.header-5 li.dropdown-parrent ul.theme-dropdown li a:after {
    background: #1456DA;
}

.header-5 .quick_contact .quick_contact_icon i {
    color: #1456DA;
}

.header-5 .quick_contact:hover .quick_contact_icon {
    border-color: #1456DA;
}

.header-5 .quick_contact_content h5:hover,
.header-5 .quick_contact_content a:hover {
    color: #1456DA;
}

@media (max-width: 991px) {
    .desktop-info {
        display: none;
    }
    .hamburger-menu {
        width: 30px;
        cursor: pointer;
    }
    .bar-bottom,
    .bar-middle,
    .bar-top {
        height: 2px;
        background: #5C5B79;
        border-radius: 50px;
        margin: 6px 0;
        transform-origin: left;
        transition: all 0.3s ease-in-out;
    }
    .hamburger-menu.active .bar-top {
        transform: rotate(45deg) translate(4px, -3px);
    }
    .hamburger-menu.active .bar-middle {
        transform: translateX(1rem);
        opacity: 0;
    }
    .hamburger-menu.active .bar-bottom {
        transform: rotate(-45deg) translate(0px, 7px);
    }
    .header_menu_area {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
    .menu-wrap {
        position: fixed;
        background: #ffffff;
        height: auto;
        width: 80%;
        left: -100%;
        top: 0;
        opacity: 0;
        visibility: hidden;
        padding: 30px;
        z-index: 99;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
    }
    .mobile-menu-active.menu-wrap {
        left: 0;
        top: 0;
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease-in-out;
    }
    ul.menu_list li {
        display: block;
    }
    ul.menu_list li a {
        font-size: 16px;
        line-height: 24px;
        color: #07060B;
        margin: 10px 0;
        display: block;
    }
    .quick_contact_icon {
        position: absolute;
        top: 50%;
        left: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50px;
        margin-top: -20px;
    }
    .quick_contact_content small {
        font-size: 12px;
    }
    .quick_contact_content h5 {
        font-size: 14px;
    }
    .quick_contact {
        padding-left: 50px;
    }
    .mobile-info {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #dddbdb;
    }
    li.dropdown-parrent {
        position: relative;
        z-index: 2;
    }
    li.dropdown-parrent.active ul.theme-dropdown {
        display: block;
    }
    span.menu-arrow {
        position: absolute;
        height: 24px;
        width: 24px;
        right: 0;
        top: 10px;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        border: 1px solid #dddbdb;
        transition: all 0.3s;
    }
    span.menu-arrow svg {
        transition: all 0.3s;
        transform: rotate(0);
    }
    span.menu-arrow.active svg {
        transition: all 0.3s;
        transform: rotate(90deg);
    }
    ul.menu_list>li {
        border-top: 1px dashed #dddbdb;
    }
    ul.theme-dropdown {
        margin: 20px;
        border-top: 1px dashed #dddbdb;
        display: none;
    }
    .mobile-menu-logo {
        margin-bottom: 40px;
    }
    ul.theme-dropdown li {
        border-top: 1px dashed #dddbdb;
    }
    ul.theme-dropdown li a {
        padding: 2px;
        font-size: 14px;
    }
    ul.theme-dropdown li:first-child {
        border-top: none;
    }
}

.header-1 .main-menu ul li a.active {
    color: #F23936;
}

.header-2 .main-menu ul li a.active {
    color: #FDC24C;
}

.header-3 .main-menu ul li a.active,
.header-3 .main-menu ul li a:hover {
    color: #F5D1A4;
}

.header-4 .main-menu ul li a.active {
    color: #7977C6;
}

.header-5 .main-menu ul li a.active {
    color: #1456DA;
}

.welcome-area {
    display: flex;
    align-items: center;
    height: 950px;
}

@media (max-width: 991px) {
    .welcome-area {
        height: auto;
        padding: 150px 0 100px;
    }
}

.hero-img-elements {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: -100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero-img-elements {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .hero-img-elements {
        margin-right: 0;
        height: auto;
        display: block;
        margin-top: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-img-elements {
        margin-right: 0;
    }
}

.hero-img-elements {
    position: relative;
    z-index: 2;
}

.corner-shape {
    top: -30px;
    right: -30px;
    z-index: 3;
    width: 180px;
}

@media (max-width: 991px) {
    .corner-shape {
        top: 0;
        right: 0;
        width: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .corner-shape {
        width: 140px;
    }
}

.arrow-long {
    left: -50px;
    height: 130px;
    top: 10%;
    z-index: 2;
}

@media (max-width: 991px) {
    .arrow-long {
        left: 0;
    }
}

.hero-main-img {
    height: 700px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-main-img {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .hero-main-img {
        height: auto;
        text-align: center;
    }
    .hero-main-img img {
        width: 80%;
    }
}

.hit-rate {
    width: 260px;
    left: -130px;
    top: 65%;
}

@media (max-width: 991px) {
    .hit-rate {
        left: 0;
        width: 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hit-rate {
        width: 160px;
    }
}

.growth {
    right: -140px;
    width: 280px;
    top: 40%;
}

@media (max-width: 991px) {
    .growth {
        right: 0;
        width: 140px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .growth {
        width: 180px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .growth {
        right: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .growth {
        right: -80px;
    }
}

.corner-shape2 {
    width: 130px;
    top: 10px;
    right: -10px;
    z-index: 2;
}

.corner-shape2-left {
    width: 130px;
    top: 0;
    left: -30px;
    z-index: 2;
}

.corner-right-bottom-shape2 {
    width: 50px;
    right: -50px;
    bottom: -50px;
}

@media (max-width: 767px) {
    .corner-right-bottom-shape2 {
        right: 0;
    }
}

.welcome-3 {
    padding-top: 90px;
}

.welcome-2 {
    padding-top: 83px;
}

.welcome-4 {
    display: flex;
    align-items: center;
    height: 950px;
}

@media (max-width: 767px) {
    .welcome-4 {
        height: auto;
        padding: 150px 0;
    }
}

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

.hero-3-bg {
    position: absolute;
    bottom: 0;
    right: -70px;
    width: 100%;
    z-index: -1;
    height: 80%;
}

@media (max-width: 991px) {
    .hero-3-bg {
        right: 0;
    }
}

.hero-2-image img {
    height: 800px;
}

@media (max-width: 767px) {
    .hero-2-image img {
        height: 400px;
    }
}

.hero-2-image {
    text-align: right;
}

@media (max-width: 991px) {
    .hero-2-image {
        text-align: center;
        margin-top: 60px;
    }
}

.hero-3-bg img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.welcome-4 {
    z-index: 2;
}

.welcome-4 .single-card {
    position: relative;
    z-index: 2;
    height: 400px;
    width: 400px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .welcome-4 .single-card {
        height: 300px;
        width: 200px;
    }
}

.welcome-4 .single-card img {
    position: absolute;
    height: 380px;
}

@media (max-width: 767px) {
    .welcome-4 .single-card img {
        height: 220px;
    }
}

.welcome-4 .single-card img:nth-child(1) {
    z-index: 3;
    left: -40%;
    top: -20%;
    animation: upNdown 10s infinite ease alternate;
}

.welcome-4 .single-card img:nth-child(2) {
    bottom: -20%;
    z-index: 2;
    left: 10%;
    animation: upNdown 7s infinite ease alternate;
}

@media (max-width: 767px) {
    .welcome-4 .single-card img:nth-child(2) {
        bottom: -4%;
        left: 12%;
    }
}

.welcome-4 .single-card img:nth-child(3) {
    right: -30%;
    animation: upNdown 8s infinite ease alternate;
    z-index: -1;
    top: -30%;
}

.welcome-4 img.card-shape-left {
    height: 30px;
    width: 30px;
    right: -30%;
    z-index: 9;
    top: 40%;
}

.welcome-4 img.card-shape-right {
    width: 30px;
    height: 30px;
    left: -39%;
    z-index: 9;
    top: -10%;
}

.welcome-4 img.card-shape-bottom {
    width: 30px;
    height: 30px;
    bottom: -10%;
    left: 81%;
    z-index: 99;
}

.top-right-polygon-1 {
    position: relative;
    z-index: 2;
}

.top-right-polygon-1:after {
    position: absolute;
    content: "";
    border-left: 155px solid transparent;
    border-right: 0 solid transparent;
    border-top: 155px solid #ffffff;
    z-index: 1;
    top: 0;
    right: 0;
}

.top-left-polygon-1 {
    position: relative;
    z-index: 2;
}

.top-left-polygon-1:after {
    position: absolute;
    content: "";
    border-left: 0 solid transparent;
    border-right: 130px solid transparent;
    border-top: 226px solid #ffffff;
    z-index: 1;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .hero-4-image {
        margin-top: 150px;
    }
}

.welcome-4-bg {
    position: absolute;
    width: 50%;
    right: 12%;
    z-index: -1;
}

@media (max-width: 767px) {
    .welcome-4-bg {
        width: 100%;
        right: 0;
        bottom: 13%;
    }
}

@media (max-width: 767px) {
    .welcome-1 .title {
        text-align: center;
    }
}

.titel4-main h1 {
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -1px;
    color: #0F182C;
}

@media (max-width: 767px) {
    .titel4-main h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

.titel4-main p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #1A2426;
    margin: 15px 0 0 0;
}

.home4-header-input form {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 767px) {
    .home4-header-input form {
        display: block;
    }
}

@media (min-width: 992px) {
    .home4-header-input input {
        min-width: 300px;
    }
}

.home4-header-input input {
    padding: 18px;
    border: none;
    border-radius: 8px;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .home4-header-input input {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.hero-main-img2 {
    margin-right: -100px;
}

.home4-shape {
    top: 200px;
    right: -45px;
}

.home4-full-header {
    background-image: url(../img/bg/home4-header-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1100px;
}

@media (max-width: 767px) {
    .home4-full-header {
        height: 900px;
    }
}

@media (min-width: 992px) {
    .service4-btn {
        display: flex;
        justify-content: end;
    }
}

.choose-img-2 {
    position: absolute;
    top: 60%;
    right: -60px;
}

@media (max-width: 767px) {
    .choose-img-2 {
        right: 0;
    }
}

a.footer-logo {
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .single-footer {
        margin-bottom: 40px;
    }
}

.single-footer h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #161540;
    margin-bottom: 30px;
}

.single-footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #5C5B79;
    margin-bottom: 24px;
}

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

.social ul li {
    display: inline-block;
}

.social ul li a {
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #ffffff;
    border-radius: 50px;
    font-size: 12px;
    color: #12141D;
    transition: all 0.3s;
}

.social ul li a:hover {
    background: #F23936;
    transition: all 0.3s;
    color: #ffffff;
}

.copyright {
    margin-top: 24px;
}

.copyright p {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #5C5B79;
}

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

.footer-menu ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #5C5B79;
    transition: all 0.3s;
}

.footer-menu ul li aa:hover {
    color: #F23936;
    transition: all 0.3s;
}

.single-contact {
    position: relative;
    z-index: 2;
    padding-left: 45px;
    margin-bottom: 20px;
}

.single-contact:last-child {
    margin-bottom: 0;
}

.contact-icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 32px;
    height: 32px;
    background: #FEE6E5;
    text-align: center;
    border-radius: 50px;
}

.single-contact {
    margin-bottom: 30px;
}

.single-contact a {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #161540;
    display: block;
    margin-bottom: 10px;
}

.single-contact:last-child {
    margin-bottom: 0;
}

.footer-menu li {
    margin-bottom: 14px;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.subscribe {
    position: relative;
    z-index: 2;
    padding: 80px 0;
    margin-bottom: 80px;
}

.subscribe h3 {
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    color: #161540;
    margin-bottom: 0;
}

.subscribe:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #161540;
    bottom: 0;
    left: 0;
    opacity: 0.1;
}

.footer-contact {
    margin-bottom: 25px;
}

.footer-contact:last-child {
    margin-bottom: 0;
}

.copyright2 {
    margin-top: 80px;
    padding: 30px 0;
    border-top: 1px solid #D3DBD8;
}

.copyright2 .social2 {
    text-align: right;
}

@media (max-width: 767px) {
    .copyright2 {
        margin-top: 0;
    }
    .copyright2 .social2 {
        text-align: left;
        margin-top: 20px;
    }
}

.copyright2 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #09120E;
    opacity: 0.7;
    margin-bottom: 0;
}

.social.social2 ul li a {
    color: #243D31;
}

.social.social2 ul li a:hover {
    background: #243D31;
    color: #ffffff;
}

.social.social3 ul li a {
    color: #7977C6;
    background: #F2F1F9;
}

.social.social3 ul li a:hover {
    background: #7977C6;
    color: #ffffff;
}

.social.social5 ul li a {
    color: #5C5B79;
    background: #fff;
}

.social.social5 ul li a:hover {
    background: #1456DA;
    color: #ffffff;
}

.footer-2 .contact-icon {
    background: #D3DBD8;
}

.footer-2 .single-footer h3 {
    font-weight: 500;
    color: #09120E;
}

.footer-2 .single-footer p {
    font-weight: 500;
    color: #09120E;
    opacity: 0.7;
}

.footer-2 .footer-menu ul li a {
    font-weight: 500;
    color: #09120E;
    opacity: 0.7;
    transition: all 0.3s;
}

.footer-2 .footer-menu ul li a:hover {
    color: #FDC24C;
    padding-left: 3px;
    transition: all 0.3s;
}

.footer-3 .contact-icon {
    background: #CADBE0;
}

.footer-3 .single-footer h3 {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #09120E;
}

.footer-3 .single-footer p {
    font-weight: 500;
    color: #09120E;
    opacity: 0.7;
}

.footer-3 .footer-menu ul li a {
    font-weight: 500;
    color: #09120E;
    opacity: 0.7;
    transition: all 0.3s;
}

.footer-3 .footer-menu ul li a:hover {
    opacity: 1;
    padding-left: 3px;
    transition: all 0.3s;
}

.footer-4 .contact-icon {
    background: #F2F1F9;
}

.footer-4 .single-footer h3 {
    font-family: "Canela";
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #09120E;
}

.footer-4 .single-footer p {
    font-weight: 500;
    color: #09120E;
    opacity: 0.7;
}

.footer-4.inner-footer .single-footer h3 {
    font-weight: 700;
}

.footer-4 .social3 {
    text-align: right;
}

@media (max-width: 767px) {
    .footer-4 {
        margin-top: 0;
    }
    .footer-4 .social3 {
        text-align: left;
        margin-top: 20px;
    }
}

.footer-4 .footer-menu ul li a {
    font-weight: 500;
    color: #09120E;
    opacity: 0.7;
    transition: all 0.3s;
}

.footer-4 .footer-menu ul li a:hover {
    color: #7977C6;
    transition: all 0.3s;
    padding-left: 3px;
}

.footer-5 .contact-icon {
    background: #fff;
}

.footer-5 .single-footer h3 {
    font-weight: 500;
    color: #09120E;
    font-family: "Recoleta";
}

.footer-5 .single-footer p {
    font-weight: 400;
    color: #09120E;
    font-family: "Sofia Pro";
    opacity: 0.7;
}

.footer-5 .footer-menu ul li a {
    font-weight: 400;
    color: #09120E;
    opacity: 0.7;
    font-family: "Sofia Pro";
    transition: all 0.3s;
}

.footer-5 .footer-menu ul li a:hover {
    color: #1456DA;
    padding-left: 3px;
    transition: all 0.3s;
}

.single-logo {
    height: 80px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .single-logo {
        height: auto;
        width: auto;
    }
}

.logos2 .single-logo {
    height: 50px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos2 .single-logo img {
    opacity: 0.5;
}

.owl-carousel .owl-item .single-logo img {
    width: auto;
    display: inline-block;
}

.logo-area2 p {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #09120E;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .logo-area2 p {
        font-size: 12px;
    }
}

.single-blog {
    margin-bottom: 30px;
}

.single-blog h3,
.single-blog h3 a {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #161540;
    margin-bottom: 0;
    transition: all 0.3s;
    display: block;
}

@media (max-width: 767px) {
    .single-blog h3,
    .single-blog h3 a {
        font-size: 20px;
        line-height: 30px;
    }
}

.single-blog h3:hover,
.single-blog h3 a:hover {
    transition: all 0.3s;
    color: #F23936;
}

.single-blog p {
    font-size: 16px;
    line-height: 24px;
    color: #5C5B79;
}

ul.blog-tags {
    margin: 25px 0 10px;
    padding: 0;
    list-style: none;
}

ul.blog-tags li {
    display: inline-block;
}

ul.blog-tags li a {
    font-family: "satoshi";
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.725px;
    text-transform: uppercase;
    color: #F23936;
    background: rgba(242, 57, 54, 0.2);
    border-radius: 6px;
    padding: 13px 15px;
}

.blog-img {
    border-radius: 8px;
    overflow: hidden;
}

.blog-lg {
    margin-bottom: 60px;
}

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

.blog-sm {
    margin-bottom: 30px;
}

.blog-img img {
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
    transform: scale(1) rotate(0);
}

.blog-lg .blog-img img {
    height: 350px;
}

.blog-md .blog-img img {
    height: 290px;
}

.blog-sm .blog-img img {
    height: 210px;
}

.single-blog:hover .blog-img img {
    transform: scale(1.2) rotate(5deg);
    transition: all 0.3s;
}

.single-blog-img {
    border-radius: 8px;
    overflow: hidden;
}

.single-blog-contents h2 {
    font-weight: 400;
    font-size: 42px;
    line-height: 50px;
    color: #161540;
    margin-bottom: 30px;
}

.blog-date-time ul {
    display: inline-block;
}

.blog-date-time ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #161540;
}

.blog-date-time {
    margin-bottom: 30px;
}

.single-blog-contents h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #161540;
    margin: 30px 0 20px;
}

.single-blog-contents p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 34px;
    color: #5C5B79;
}

.single-blog-quote {
    background: rgba(242, 57, 54, 0.03);
    border-radius: 8px;
    padding: 30px 120px 30px 30px;
}

.single-blog-quote h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #161540;
}

.single-blog-quote a {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #5C5B79;
}

.theme-border {
    height: 1px;
    border-bottom: 1px solid #E1E3E8;
    margin: 20px 0;
}

.tags li {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    align-items: center;
    text-align: center;
    color: #161540;
}

.tags li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    align-items: center;
    text-align: center;
    color: #161540;
    background: rgba(22, 21, 64, 0.1);
    border-radius: 6px;
    display: block;
    padding: 10px 12px;
    transition: all 0.3s;
}

.tags li a:hover {
    background: #7977C6;
    color: #ffffff;
    transition: all 0.3s;
}

.social-share li {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    align-items: center;
    text-align: center;
    color: #161540;
}

.social-share li a {
    background: #EBEBEB;
    transition: all 0.3s;
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #12141D;
}

.social-share li a:hover {
    color: #ffffff;
    transition: all 0.3s;
    background: #F23936;
}

.theme-comments-list {
    margin-top: 30px;
}

.theme-comments-list h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    font-family: "satoshi";
    color: #161540;
    margin-bottom: 30px;
}

.single-commencts {
    position: relative;
    z-index: 2;
    padding: 25px 25px 25px 150px;
    background: #E7E8F4;
    border-radius: 8px;
    margin-bottom: 30px;
}

.comments-img {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
}

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

.comments-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.comments-heading h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    font-family: "satoshi";
    color: #161540;
}

.comments-heading a.reply-btn {
    background: #7977C6;
    box-shadow: 0px 4px 25px rgba(121, 119, 198, 0.15);
    font-family: "satoshi";
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: block;
    align-items: center;
    text-align: right;
    color: #ffffff;
    padding: 8px 23px;
}

.single-commencts p {
    font-size: 16px;
    line-height: 26px;
    font-family: "satoshi";
    color: #5C5B79;
}

.single-commencts:last-child {
    margin-bottom: 60px;
}

.comment-form input,
.comment-form textarea {
    background: #E7E8F4;
    border-radius: 5px;
    border: none;
    padding: 13px;
    font-family: "satoshi";
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid transparent;
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #7977C6;
    outline: none;
}

.write-comments h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    font-family: "satoshi";
    color: #161540;
    margin-bottom: 25px;
}

.single-widget {
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 30px;
}

.about-widget {
    background: #E7E8F4;
    text-align: center;
}

.about-widget h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #161540;
    margin: 15px 0;
}

.about-widget p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #5C5B79;
}

.about-author {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
}

.about-author img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.recent-posts {
    border: 1px solid #E1E3E8;
    border-radius: 7px;
}

.single-widget h3 {
    font-family: "satoshi";
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #161540;
    position: relative;
    z-index: 2;
    padding-left: 10px;
    margin-bottom: 16px;
}

.single-widget h3:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: #7977C6;
    left: 0;
    top: 0;
    z-index: 1;
}

.recent-post-content a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #161540;
}

.single-widget .blog-date-time li a {
    font-size: 14px;
}

.recent-post {
    position: relative;
    z-index: 2;
    padding-right: 120px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E1E3E8;
}

.recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.recent-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
}

.recent-img img {
    object-fit: cover;
    height: 70px;
    width: 100px;
}

.recent-post .blog-date-time {
    margin-bottom: 0;
}

.categories {
    background: #E7E8F4;
    border-radius: 7px;
}

ul.category-list li {
    margin-bottom: 5px;
    display: block;
}

ul.category-list li a {
    background: transparent;
    border-radius: 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #161540;
    padding: 8px 12px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.category-list li a.active,
ul.category-list li a:hover {
    background: #7977C6;
    color: #ffffff;
    transition: all 0.3s;
}

ul.category-list:last-child {
    margin-bottom: 0;
}

ul.tags-list li {
    display: inline-block;
}

ul.tags-list li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    align-items: center;
    text-align: center;
    color: #161540;
    background: rgba(22, 21, 64, 0.1);
    border-radius: 6px;
    display: block;
    padding: 10px 15px;
    margin: 0 5px 10px 0;
    transition: all 0.3s;
}

ul.tags-list li a.active,
ul.tags-list li a:hover {
    transition: all 0.3s;
    background: #7977C6;
    color: #ffffff;
}

.tags-widget {
    border: 1px solid #E1E3E8;
    border-radius: 7px;
}

.widgets {
    position: sticky;
    top: 74px;
}

.blog2 .single-blog h3,
.blog2 .single-blog h3 a {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #09120E;
    font-family: "satoshi";
    margin-bottom: 25px;
}

.blog2 .blog-contents {
    padding: 25px 50px 25px 25px;
    border: 1px solid #E7EDEB;
    border-radius: 0 0 7px 7px;
    border-top: none;
}

.blog2 .blog-img {
    border-radius: 8px 8px 0 0;
}

.blog2 ul.blog-tags li a {
    background: #E7EDEB;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #09120E;
    padding: 8px 22px;
    text-transform: capitalize;
}

.blog2 ul.blog-tags li a img {
    margin-right: 10px;
}

.blog2 ul.blog-tags {
    margin: 0 0 20px;
}

.blog3 .blog-contents {
    padding: 30px 24px;
    border: 1px solid #E7EDEB;
    border-radius: 0 0 7px 7px;
}

.blog3 .blog-img {
    border-radius: 8px 8px 0 0;
}

.blog3 ul.blog-tags {
    margin-top: 0;
    margin-bottom: 15px;
}

.blog3 ul.blog-tags li a {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #304952;
    background: no-repeat;
    padding: 0;
}

.blog3 .single-blog h3,
.blog3 .single-blog h3 a {
    font-family: "Canela";
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #192533;
    margin-bottom: 15px;
}

.blog3 .single-blog h3:hover,
.blog3 .single-blog h3 a:hover {
    text-decoration: underline;
}

.blog4 .single-blog p {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #515154;
}

.blog4 .blog-contents {
    border: 1px solid #E7EDEB;
    border-radius: 0 0 7px 7px;
    padding: 32px 24px;
}

.blog4 .blog-contents h3 {
    font-family: "Canela";
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #192533;
}

.blog4 .blog-contents h3 a {
    font-family: "Canela";
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #192533;
}

.blog4 .blog-contents h3 a:hover {
    color: #7977C6;
}

.blog4 .blog-contents p {
    font-family: "satoshi";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #515154;
    margin-top: 20px;
}

.blog4 ul.blog-tags {
    margin: 0 0 15px;
}

.blog4 ul.blog-tags li {
    position: relative;
    z-index: 2;
}

.blog4 ul.blog-tags li a {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #161540;
    padding: 0;
    background: no-repeat;
    margin-right: 10px;
    padding-right: 10px;
}

.blog4 ul.blog-tags li a:hover {
    color: #7977C6;
}

.blog4 ul.blog-tags li:after {
    position: absolute;
    content: "";
    height: 88%;
    width: 2px;
    background: #161540;
    bottom: 0;
    left: -13px;
}

.blog4 ul.blog-tags li:first-child:after {
    display: none;
}

.blog-xlg .blog-img {
    height: 250px;
    border-radius: 8px 8px 0 0;
}

.blog-xlg .blog-img img {
    height: 100%;
    width: 100%;
}

.inner-blog-1 .single-blog-contents h2 {
    font-weight: bold;
}

.inner-blog-1 ul.blog-tags li a {
    color: #7977C6;
    font-weight: 700;
    background: rgba(121, 119, 198, 0.2);
}

.inner-blog-1 h2,
.inner-blog-1 h3,
.inner-blog-1 h3 a,
.inner-blog-1 h4 {
    font-weight: bold;
}

.inner-blog-1 a {
    transition: all 0.3s;
}

.inner-blog-1 a:hover {
    color: #7977C6;
    transition: all 0.3s;
}

.inner-blog-1 p {
    color: #515154;
}

@media (max-width: 767px) {
    .widgets {
        margin-top: 30px;
    }
}

.inner-blog-1 .single-blog h3:hover,
.inner-blog-1 .single-blog h3 a:hover {
    color: #7977C6;
}

.single-blog p {
    margin: 16px 0 0 0;
}

.search-form-widget form {
    background: #F23936;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #E1E3E8;
}

.search-form-widget form input {
    width: 90%;
    padding: 14px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    font-family: "satoshi";
    color: #161540;
}

.search-form-widget form input::placeholder {
    color: #515154;
    font-family: "satoshi";
}

button.search-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 10%;
    border: none;
    color: #161540;
    background: none;
}

.theme-pagination li,
.theme-pagination li a {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #07060B;
}

.theme-pagination li a {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border: 1px solid #E1E3E8;
    filter: drop-shadow(0px 4px 25px rgba(242, 57, 54, 0.15));
    border-radius: 8px;
    margin: 0 4px;
    transition: all 0.3s;
}

.theme-pagination li a:hover,
.theme-pagination li a.active {
    background: #7977C6;
    box-shadow: 0px 4px 10px rgba(122, 120, 198, 0.2);
    transition: all 0.3s;
    color: #ffffff;
}

.theme-btn-1 {
    align-items: center;
    display: inline-flex;
    color: #ffffff;
    text-align: center;
    background: #F23936;
    padding: 17px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 25px rgba(242, 57, 54, 0.15);
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    border: none;
    transition: all 0.3s;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.theme-btn-1:hover {
    transition: all 0.3s;
    background-color: #d80300;
    color: #ffffff;
    transform: translateY(-3px);
}

@media (max-width: 767px) {
    .theme-btn-1 {
        padding: 14px 20px;
        font-size: 14px;
    }
}

.theme-btn-1.full-btn {
    width: 100%;
    text-align: center;
}

.theme-btn-2 {
    background: #243D31;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #ffffff;
    padding: 15px 25px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s;
    transform: translateY(0);
}

.theme-btn-2:nth-child(2) {
    margin-left: 15px;
}

.theme-btn-2 span {
    width: 20px;
    text-align: right;
    font-size: 18px;
    transform: rotate(-45deg);
    height: 15px;
    display: flex;
    justify-content: flex-end;
}

.theme-btn-2 i,
.theme-btn-2 img {
    transition: all 0.3s;
}

.theme-btn-2:hover {
    color: #ffffff;
    background: #27AE60;
    transition: all 0.3s;
    transform: translateY(-3px);
}

.theme-btn-3 {
    background: #FDC24C;
    color: #09120E;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    display: inline-flex;
    padding: 15px 25px;
    align-items: center;
    transition: all 0.3s;
    transform: translateY(0);
}

.theme-btn-3:nth-child(2) {
    margin-left: 15px;
}

.theme-btn-3 span {
    width: 20px;
    text-align: right;
    font-size: 18px;
    transform: rotate(-45deg);
    height: 15px;
    display: flex;
    justify-content: flex-end;
}

.theme-btn-3:hover {
    color: #09120E;
    background: #E7EDEB;
    transition: all 0.3s;
    transform: translateY(-3px);
}

.theme-btn-4 {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    color: #243D31;
    position: relative;
    font-family: "satoshi";
    font-weight: 700;
    z-index: 2;
}

.theme-btn-4 span {
    width: 20px;
    text-align: right;
    font-size: 18px;
    transform: rotate(-45deg);
    height: 15px;
    display: flex;
    justify-content: flex-end;
}

.theme-btn-4:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #243D31;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}

.theme-btn-4:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background: #F5D1A4;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}

.theme-btn-4:hover {
    color: #243D31;
}

.theme-btn-4:hover:after {
    width: 100%;
}

.theme-btn-5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #161540;
    position: relative;
    z-index: 2;
    display: inline-flex;
    transition: all 0.3s;
}

.theme-btn-5:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background: #F23936;
    left: 0;
    top: -12px;
    transition: all 0.3s;
}

.theme-btn-5:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #161540;
    left: 0;
    bottom: -12px;
    transition: all 0.3s;
}

.theme-btn-5:hover {
    color: #F23936;
}

.theme-btn-5:hover:after {
    background: #F23936;
}

.theme-btn-5:hover:before {
    width: 100%;
}

.theme-btn-6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    align-items: center;
    display: inline-flex;
    color: #161540;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .theme-btn-6 {
        font-size: 14px;
        line-height: 22px;
    }
}

.theme-btn-6 svg {
    padding-left: 10px;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .theme-btn-6 svg {
        padding-left: 5px;
    }
}

.theme-btn-6:hover {
    transition: all 0.3s;
    color: #F23936;
}

.theme-btn-6:hover svg {
    padding-left: 15px;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .theme-btn-6:hover svg {
        padding-left: 10px;
    }
}

.theme-btn-7 {
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    position: relative;
    font-family: "satoshi";
    z-index: 2;
}

.theme-btn-7 span {
    padding-left: 8px;
    transition: all 0.3s;
}

.theme-btn-7:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #ffffff;
    left: 0;
    bottom: 0;
}

.theme-btn-7 img {
    margin-left: 6px;
}

.theme-btn-7:hover {
    color: #fff !important;
}

.theme-btn-7:hover span {
    padding-left: 15px;
    transition: all 0.3s;
}

.theme-btn-8 {
    background: #ffffff;
    border-radius: 8px;
    padding: 12px 20px !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #192533;
    transition: all 0.3s;
    transform: translateY(0);
}

.theme-btn-8 i {
    padding-right: 7px;
}

.theme-btn-8:hover {
    background: #161540;
    color: #fff !important;
    transition: all 0.3s;
}

.theme-btn-8 img {
    margin-right: 8px;
}

.theme-btn-8:hover {
    color: #192533;
    transition: all 0.3s;
    transform: translateY(-3px);
}

.theme-btn-9 {
    background: #191A43;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-flex;
    color: #ffffff;
    transition: all 0.3s;
    transform: translateY(0);
    padding: 14px 20px;
}

.theme-btn-9:hover {
    color: #ffffff;
    background: #192533;
    transition: all 0.3s;
    transform: translateY(-3px);
}

.theme-btn-9:hover i,
.theme-btn-9:hover img {
    transform: rotate(45deg);
    transition: all 0.3s;
}

.theme-btn-10 {
    background: #192533;
    border-radius: 8px;
    font-family: "satoshi";
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    display: inline-flex;
    border: none;
    align-items: center;
    color: #ffffff;
    padding: 19px 20px;
    transition: all 0.3s;
    transform: translateY(0);
}

.theme-btn-10 span {
    width: 20px;
    text-align: right;
    font-size: 18px;
    transform: rotate(-45deg);
    height: 15px;
    display: flex;
    justify-content: flex-end;
}

.theme-btn-10:hover {
    color: #ffffff;
    background: #192533;
    transition: all 0.3s;
    transform: translateY(-3px);
}

.theme-btn-11 {
    background: #7977C6;
    box-shadow: 0 4px 25px rgba(121, 119, 198, 0.5);
    border-radius: 8px;
    font-family: "satoshi";
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    display: inline-flex;
    border: none;
    align-items: center;
    color: #ffffff;
    transition: all 0.3s;
    transform: translateY(0);
    padding: 19px 20px;
}

.theme-btn-11 img {
    margin-left: 6px;
}

.theme-btn-11 span {
    display: inline-block;
    width: 20px;
    text-align: right;
    font-size: 18px;
    transform: rotate(-45deg);
    height: 15px;
    display: flex;
    justify-content: flex-end;
}

.theme-btn-11 span img {
    margin-left: 10px;
    transition: all 0.3s;
    width: 12px;
}

.theme-btn-11:hover {
    color: #ffffff;
    background: #706de2;
    transition: all 0.3s;
    transform: translateY(-3px);
}

.theme-btn-12 {
    font-family: "satoshi";
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #7977C6;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s;
}

.theme-btn-12 i,
.theme-btn-12 svg {
    padding-left: 4px;
    transition: all 0.3s;
}

.theme-btn-12:hover {
    color: #7977C6;
}

.theme-btn-12:hover i,
.theme-btn-12:hover svg {
    padding-left: 8px;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .btn-group {
        display: block;
    }
}

@media (max-width: 767px) {
    .btn-group a {
        margin: 10px 0 !important;
    }
}

.theme-btn-13 {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    color: #7977C6;
    position: relative;
    font-family: "satoshi";
    font-weight: 700;
    border: none;
    z-index: 2;
}

.theme-btn-13 img {
    width: 13px !important;
    margin-left: 8px;
}

.theme-btn-13:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #7977C6;
    left: 0;
    bottom: 0;
}

.theme-btn-13 i,
.theme-btn-13 img {
    transition: all 0.3s;
}

.theme-btn-13:hover {
    color: #7977C6;
}

.theme-btn-13:hover i,
.theme-btn-13:hover img {
    transform: rotate(45deg);
    transition: all 0.3s;
}

.theme-btn-14 {
    background: #7977C6;
    box-shadow: 0 4px 25px rgba(121, 119, 198, 0.2);
    border-radius: 7px;
    font-family: "satoshi";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    padding: 13px 24px;
    border: none;
}

a.theme-btn-15 {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

a.theme-btn-15 span.btn-icon {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #ffffff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid transparent;
    transition: all 0.3s;
}

a.theme-btn-15 span.btn-title {
    display: block;
    font-family: "satoshi";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #161540;
    margin-bottom: 8px;
}

a.theme-btn-15 span.btn-text {
    font-family: "satoshi";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #161540;
    display: block;
}

a.theme-btn-15:hover span.btn-icon {
    border-color: #7977C6;
    transition: all 0.3s;
}

.theme-btn-16 {
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    color: #7977C6;
    position: relative;
    font-family: "satoshi";
    z-index: 2;
}

.theme-btn-16 span {
    padding-left: 8px;
    transition: all 0.3s;
}

.theme-btn-16:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #7977C6;
    left: 0;
    bottom: 0;
}

.theme-btn-16 img {
    transition: all 0.3s;
    padding-left: 6px;
}

.theme-btn-16:hover {
    color: #7977C6;
}

.theme-btn-16:hover img {
    padding-left: 15px;
    transition: all 0.3s;
}

.theme-btn-16:hover span {
    padding-left: 15px;
    display: inline-block;
    transition: all 0.3s;
}

.theme-btn-17 {
    background: #1456DA;
    box-shadow: 0 4px 25px rgba(121, 119, 198, 0.5);
    border-radius: 8px;
    font-family: "satoshi";
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    display: inline-flex;
    border: none;
    align-items: center;
    color: #ffffff;
    transition: all 0.3s;
    transform: translateY(0);
    padding: 19px 20px;
}

.theme-btn-17 img {
    margin-left: 6px;
}

.theme-btn-17 span {
    display: inline-block;
    width: 20px;
    text-align: right;
    font-size: 18px;
    transform: rotate(-45deg);
    height: 15px;
    display: flex;
    justify-content: flex-end;
}

.theme-btn-17 span img {
    margin-left: 10px;
    transition: all 0.3s;
    width: 12px;
}

.theme-btn-17:hover {
    color: #ffffff;
    background: #1456DA;
    transition: all 0.3s;
    transform: translateY(-3px);
}

button.theme-btn-18,
.theme-btn-18 {
    background: #1456DA;
    border-radius: 8px;
    color: #fff;
    border: none;
    text-align: center;
    height: 60px;
    padding: 20px;
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    z-index: 2;
    transition: all 0.3s;
    overflow: hidden;
}

button.theme-btn-18 i,
button.theme-btn-18 svg,
.theme-btn-18 i,
.theme-btn-18 svg {
    margin-left: 7px;
    transform: rotate(-45deg);
}

button.theme-btn-18::after,
.theme-btn-18::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    content: "";
    height: 100%;
    background: #FDC24C;
    z-index: -1;
    transition: all 0.3s;
}

button.theme-btn-18:hover,
.theme-btn-18:hover {
    color: #0F182C;
}

button.theme-btn-18:hover::after,
.theme-btn-18:hover::after {
    width: 100%;
    transition: all 0.3s;
}

.btn-group a:nth-child(2) {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .btn-group a:nth-child(2) {
        margin-left: 0;
        margin-top: 16px;
    }
}

.full-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.single-service {
    background: #ffffff;
    border: 1px solid #E1E3E8;
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 30px;
    transition: all 0.3s;
    transform: translateY(0);
}

.single-service:hover {
    transition: all 0.3s;
    transform: translateY(-15px);
    border-color: transparent;
    box-shadow: 0 4px 60px rgba(0, 0, 0, 0.08);
}

.single-service h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #161540;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .single-service h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

.single-service p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #5C5B79;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .single-service p {
        font-size: 16px;
        line-height: 24px;
    }
}

.service-icon {
    display: inline-block;
    background: #FEEBEB;
    margin-bottom: 30px;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 64px;
}

@media (max-width: 767px) {
    .service-icon {
        width: 50px;
        height: 50px;
        line-height: 48px;
        margin-bottom: 20px;
    }
}

.service-icon img {
    width: 40px;
    height: 40px;
}

@media (max-width: 767px) {
    .service-icon img {
        height: 30px;
        width: 30px;
    }
}

img.service-shape1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: auto;
    z-index: -1;
}

.service-2 .service-icon {
    width: 80px;
    height: 80px;
    line-height: 77px;
    text-align: center;
}

.service-2 .single-service h3 {
    font-family: "Canela";
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #192533;
}

@media (max-width: 767px) {
    .service-2 .single-service h3 {
        font-size: 20px;
    }
}

.service-2 .single-service {
    border: none;
}

.service-inner-1 .single-service {
    border: none;
    border-radius: 10px;
    padding: 24px;
}

.service-inner-1 .single-service h3 {
    font-weight: 700;
}

.service-inner-1 .single-service .service-icon {
    margin-bottom: 24px;
}

.inner-service-1 .single-service h3 {
    font-weight: 700;
}

.service-img {
    height: 260px;
    text-align: center;
}

.single-inner-service {
    background: #ffffff;
    border: 1px solid rgba(22, 21, 64, 0.25);
    border-radius: 7px;
    padding: 24px;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.single-inner-service:hover {
    transition: all 0.3s;
    border: 1px solid #7977C6;
}

.service-content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #09120E;
}

.service-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #161540;
    opacity: 0.7;
    margin-bottom: 24px;
}

.single-inner-service-2 {
    position: relative;
    z-index: 2;
    padding-left: 120px;
}

.single-inner-service-2 .service-icon {
    position: absolute;
    left: 24px;
    top: 24px;
}

.widget-download-card h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #07060B;
    margin-bottom: 30px;
}

.download-card-img {
    margin-top: 40px;
    height: 250px;
}

.download-card-img img {
    height: 100%;
    object-fit: contain;
}

.single-service-contents h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1px;
    color: #07060B;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .single-service-contents h3 {
        font-size: 28px;
        line-height: 36px;
    }
}

.single-service-contents h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #07060B;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .single-service-contents h4 {
        font-size: 20px;
        line-height: 30px;
    }
}

.single-service-advise {
    background: #F8F8FC;
    border-radius: 8px;
    padding: 30px;
}

@media (max-width: 767px) {
    .single-service-advise {
        margin-bottom: 30px;
    }
}

.single-service-advise p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.service-list li {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #07060B;
    opacity: 0.7;
}

.service-list li {
    position: relative;
    z-index: 2;
    padding-left: 34px;
    margin-bottom: 16px;
}

.service-list li:last-child {
    margin-bottom: 0;
}

.service-list li img {
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
}

.inner-quote {
    background: #E7E8F4;
    border-radius: 8px;
    padding: 30px;
    margin-top: 40px;
}

.inner-quote p {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #07060B;
}

@media (max-width: 767px) {
    .inner-quote p {
        font-size: 20px;
        line-height: 30px;
    }
}

.inner-quote a {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #515154;
}

.about-img-elements {
    position: relative;
    z-index: 2;
    max-height: 640px;
}

@media (max-width: 991px) {
    .about-img-elements {
        max-height: none;
        margin-top: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-img-elements {
        max-height: none;
        margin-top: 200px;
    }
}

.circle-elements {
    position: absolute;
    z-index: 2;
    left: -150px;
    bottom: 20%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .circle-elements {
        left: -50px;
    }
}

@media (max-width: 767px) {
    .circle-elements {
        bottom: -20%;
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .circle-elements {
        bottom: -10%;
        left: 0;
    }
}

.about-rates {
    position: absolute;
    top: 20%;
    height: 290px;
    right: 0;
}

@media (max-width: 767px) {
    .about-rates {
        top: -30%;
        height: 220px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-rates {
        top: -10%;
        height: 220px;
    }
}

img.about-main-img {
    max-height: 640px;
    width: 560px;
    object-fit: cover;
    border-radius: 10px;
    margin-left: -50px;
}

@media (max-width: 991px) {
    img.about-main-img {
        margin-left: 0;
        max-height: none;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    img.about-main-img {
        margin-left: 0px;
    }
}

.circle-elements-wrap {
    position: relative;
    z-index: 2;
    width: 125px;
    height: 125px;
}

img.circle-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 20px;
    margin-left: -10px;
    margin-top: -10px;
}

img.circle-text {
    animation: circleanimtion linear 15s infinite;
}

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

.about-author-3 {
    background: #DCEDF3;
    border-radius: 7px;
    padding: 24px 24px 24px 102px;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}

.about-author-3:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}

.about-author-3 h5.author-desc,
.about-author-3 h5.author-desc a {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #304952;
}

.about-author-3 .author-img {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 16px;
    top: 24px;
}

.about-author-3 .author-img img {
    border-radius: 50px;
}

.about-author-3 p {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #192533;
    margin-bottom: 14px;
}

.about-3-image {
    margin-left: -100px;
    width: 526px;
    height: 650px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-3-image {
        margin: 0 0 200px;
    }
}

@media (max-width: 767px) {
    .about-3-image {
        margin-left: 0;
        width: 100%;
        height: auto;
        margin-bottom: 150px;
    }
}

.about-3-image .about-3-img-1 {
    position: absolute;
    bottom: -100px;
    right: -120px;
    width: 350px;
    height: 400px;
    z-index: 2;
}

@media (max-width: 767px) {
    .about-3-image .about-3-img-1 {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        margin-top: 50px;
    }
}

.about-3-image .about-3-img-3 {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 300px;
    right: -40px;
    z-index: 3;
}

@media (max-width: 767px) {
    .about-3-image .about-3-img-3 {
        right: 0;
    }
}

.about-3-image .about-3-img-2 {
    position: absolute;
    width: 166px;
    bottom: -65px;
    z-index: -1;
    left: 155px;
}

.about-3-image .about-3-img-4 {
    position: absolute;
    bottom: -100px;
    width: 75px;
    left: 10px;
}

.about-4-image {
    height: 640px;
    width: 518px;
}

@media (max-width: 767px) {
    .about-4-image {
        margin-bottom: 100px;
        width: 100%;
        height: 400px;
    }
}

.about-4-image .about-4-img-2 {
    position: absolute;
    z-index: -1;
    width: 1000px;
    height: 1000px;
    top: -200px;
    left: -200px;
}

.about-4-image .about-4-img-2 img {
    animation: upNdown 5s infinite linear alternate;
}

@media (max-width: 767px) {
    .about-4-image .about-4-img-2 {
        display: none;
    }
}

.about-4-image .about-4-image-content {
    position: absolute;
    bottom: 5%;
    background: #fff;
    width: 80%;
    left: 10%;
    border-radius: 8px;
    padding: 17px;
}

.about-4-image .about-4-image-content p {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #161540;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .about-4-image .about-4-image-content p {
        font-size: 12px;
        line-height: 22px;
    }
}

.about-4-image .about-3-img-3 {
    width: 30px;
    position: absolute;
    bottom: -40px;
    left: 30px;
}

.about-4-image .about-3-img-6 {
    width: 30px;
    position: absolute;
    top: 16%;
    left: -40px;
}

@media (max-width: 767px) {
    .about-4-image .about-3-img-6 {
        left: 0;
    }
}

.about-4-image .about-3-img-5 {
    position: absolute;
    width: 30px;
    top: 34%;
    right: -40px;
}

@media (max-width: 767px) {
    .about-4-image .about-3-img-5 {
        right: 0;
    }
}

@media (max-width: 991px) {
    .about-bg-21 {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .about-bg-21 .corner-shape2-left {
        width: 60px;
        top: 0;
        left: 0;
    }
    .about-bg-21 .corner-right-bottom-shape2 {
        width: 36px;
    }
    .about-bg-21 .top-left-polygon-1:after {
        border-right: 80px solid transparent;
        border-top: 135px solid #fff;
        z-index: 1;
        top: 0;
        left: 0;
    }
}

.inner-1 {
    padding: 175px 0 100px;
}

.inner-title p {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #7977C6;
}

@media (max-width: 767px) {
    .inner-title p {
        font-size: 18px;
    }
}

.inner-title h2 {
    font-family: "satoshi";
    font-weight: 700;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -1px;
    color: #161540;
}

@media (max-width: 767px) {
    .inner-title h2 {
        font-size: 32px;
        line-height: 44px;
    }
}

.single-team {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .single-team {
        width: 80%;
        margin: 0 auto 30px;
    }
}

.single-team .team-content {
    text-align: center;
    padding: 24px;
    transition: all 0.3s;
}

.single-team .team-content a {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #161540;
    display: inline-block;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .single-team .team-content a {
        font-size: 20px;
        line-height: 20px;
    }
}

.single-team .team-content .team-socials {
    transition: all 0.3s;
}

.single-team .team-content .team-socials li {
    display: inline-block;
}

.single-team .team-content .team-socials li a {
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px !important;
    background: #ffffff;
    border-radius: 50px;
    font-size: 12px !important;
    color: #12141D;
    transition: all 0.3s;
    margin-bottom: 0;
}

.single-team .team-content .team-socials li a:hover {
    background: #F23936;
    transition: all 0.3s;
    color: #ffffff;
}

.single-team .team-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #5C5B79;
}

@media (max-width: 767px) {
    .single-team .team-content p {
        font-size: 14px;
    }
}

.single-team .team-img {
    overflow: hidden;
    height: 350px;
    width: 100%;
    transition: all 0.3s;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .single-team .team-img {
        height: 300px;
    }
}

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

.team-1 .single-team .team-content {
    background: #FFF9F9;
    border-radius: 0 0 8px 8px;
}

.team-1 .single-team .team-img {
    border-radius: 8px 8px 0 0;
}

.team-2 .team-content {
    border-radius: 0 0 8px 8px;
    padding: 12px 0 20px;
}

.team-2 .team-content p {
    margin-bottom: 5px;
}

.team-2 .single-team {
    height: 435px;
    width: 100%;
    perspective: 600px;
    position: relative;
    border-radius: 8px;
}

.team-2 .team-sides {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 700ms ease;
    backface-visibility: hidden;
    border-radius: 8px;
}

.team-2 .team-back-side {
    background-color: #DCE0F3;
    transform: rotateY(180deg);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-2 .single-team:hover .team-font-side {
    transform: rotateY(-180deg);
}

.team-2 .single-team:hover .team-back-side {
    transform: rotateY(0);
}

.team-2 .team-content a {
    font-family: "Canela";
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #192533;
    margin-bottom: 12px;
}

.team-2 .team-content p {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #304952;
}

.team-2 .team-img {
    border-radius: 8px 8px 0 0;
}

.team-2 .single-team .team-content .team-socials li a {
    color: #192533;
}

.team-2 .single-team .team-content .team-socials li a:hover {
    background: #192533;
    color: #ffffff;
}

.pricing-area {
    position: relative;
    z-index: 2;
    overflow-x: hidden;
}

.plan-toggle-wrap {
    text-align: center;
    padding: 10px;
    position: sticky;
    top: 0;
}

.toggle-inner input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 25px;
    right: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.custom-toggle {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    top: 5px;
    left: 35px;
    border-radius: 50%;
    transition: 300ms all;
}

.toggle-inner .t-month,
.toggle-inner .t-year {
    position: absolute;
    left: -75px;
    top: 2px;
    color: #161540;
    transition: 300ms all;
}

.toggle-inner .t-year {
    left: unset;
    left: 73px;
    opacity: 0.5;
}

.active>.toggle-inner .t-month {
    opacity: 0.5;
}

.active>.toggle-inner .t-year {
    opacity: 1;
}

.toggle-inner input:checked+span {
    left: 5px;
}

.toggle-inner {
    width: 60px;
    margin: 0 auto;
    height: 30px;
    border-radius: 25px;
    position: relative;
    background: #161540;
}

.t-year h4 {
    min-width: 200px;
}

.toggle-inner .t-month h4,
.toggle-inner .t-year h4 {
    font-family: "satoshi";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #161540;
    margin-bottom: 0;
}

.t-year {
    text-align: left;
}

.toggle-inner .t-year h4 span {
    color: #27AE60;
}

.inner-price .toggle-inner .t-year h4 span {
    color: #7977C6;
}

.single-price {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #E4E4E7;
    border-radius: 10px;
    margin-bottom: 30px;
}

.price-heading h5 {
    margin-bottom: 24px;
}

.price-heading {
    margin-bottom: 24px;
}

.price-heading p {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #161540;
    margin-bottom: 20px;
}

.price-heading h3 {
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    color: #18181B;
}

@media (max-width: 767px) {
    .price-heading h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

.price-heading h5 {
    font-family: "satoshi";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #5C5B79;
}

@media (max-width: 767px) {
    .price-heading h5 {
        font-size: 14px;
        line-height: 20px;
    }
}

.price-heading h6 {
    font-family: "satoshi";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5C5B79;
    margin-bottom: 0;
}

a.price-btn {
    background: #F23936;
    box-shadow: 0 4px 25px rgba(242, 57, 54, 0.15);
    border-radius: 8px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 15px;
}

@media (max-width: 767px) {
    a.price-btn {
        padding: 12px;
        font-size: 14px;
    }
}

.price-body h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #18181B;
    margin: 30px 0 24px;
}

.price-body ul li {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #5C5B79;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.price-body ul li img {
    width: 24px;
    margin-right: 5px;
}

.price-body ul li:last-child {
    margin-bottom: 0;
}

img.shape-right-top2 {
    position: absolute;
    top: 14%;
    right: 0;
    height: 180px;
    z-index: -1;
}

img.shape-top-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 105px;
    z-index: -1;
}

img.shape-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 140px;
    z-index: -1;
}

img.shape-right-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    z-index: -1;
}

.pricing2 .single-price.active {
    border: 2px solid #243D31;
}

.pricing2 .price-heading p {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #09120E;
}

.pricing2 .price-heading h3 {
    font-weight: 700;
    color: #09120E;
}

.pricing2 .price-heading h6 {
    color: #09120E;
}

.pricing2 a.price-btn {
    background: #243D31;
    box-shadow: 0 4px 25px rgba(36, 61, 49, 0.15);
    transition: all 0.3s;
}

.pricing2 a.price-btn.active,
.pricing2 a.price-btn:hover {
    background: #FDC24C;
    transition: all 0.3s;
}

.pricing2 .price-body h4 {
    font-weight: 500;
    color: #09120E;
}

.pricing2 .price-body ul li {
    font-family: "satoshi";
    font-weight: 500;
    color: #09120E;
    opacity: 0.7;
}

.price-notice {
    background: #ffffff;
    border: 1px solid rgba(22, 21, 64, 0.25);
    border-radius: 7px;
    padding: 30px;
}

.price-img {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 200px;
}

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

.single-counter p {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #5C5B79;
}

@media (max-width: 767px) {
    .single-counter p {
        font-size: 70%;
    }
}

.single-counter h3 {
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
    color: #161540;
    font-family: "DM Serif Display", serif;
}

@media (max-width: 767px) {
    .single-counter h3 {
        font-size: 40px;
    }
}

.single-counter .odometer.odometer-auto-theme,
.single-counter .odometer.odometer-theme-default {
    font-family: "DM Serif Display", serif;
}

@media (max-width: 991px) {
    .counter2 {
        margin: 100px 0;
    }
}

.counter2 .odometer.odometer-auto-theme,
.counter2 .odometer.odometer-theme-default {
    font-family: "satoshi";
}

.counter2 .corner-shape2-left {
    width: 130px;
    top: -100px;
    left: -100px;
}

.counter2 .single-counter {
    background: #ffffff;
    border-radius: 7px;
    padding: 30px 40px;
}

.counter2 .single-counter:last-child {
    margin-bottom: 0;
}

.counter2 .single-counter h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1px;
    font-family: "satoshi" !important;
    color: #09120E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter2 .single-counter h2 .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
    top: 2px;
}

.counter2 .single-counter p {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #515154;
}

.counter2 .conter-icon {
    width: 80px;
    height: 80px;
    background: #E8FCF6;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.counter2 .conter-icon img {
    width: 40px;
}

.inner-counter-1 .counter2 .conter-icon {
    background: #F2F1F9;
}

.single-couter-3 {
    text-align: center;
    padding: 30px 0;
}

.single-couter-3 h3 {
    font-family: "Canela";
    font-weight: 400;
    font-size: 60px;
    color: #ffffff;
}

@media (max-width: 767px) {
    .single-couter-3 h3 {
        font-size: 40px;
    }
}

.single-couter-3 .odometer.odometer-auto-theme,
.single-couter-3 .odometer.odometer-theme-default {
    font-family: "Canela";
}

.single-couter-3 p {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
}

@media (max-width: 767px) {
    .single-couter-3 p {
        font-size: 16px;
    }
}

.inner-counter-4 .single-couter-3 h3 {
    font-weight: 700;
}

.inner-counter-4 .single-couter-3 .odometer.odometer-auto-theme,
.inner-counter-4 .single-couter-3 .odometer.odometer-theme-default {
    font-family: "satoshi";
}

.inner-counter-4 .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.inner-counter-4 .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    top: -3px;
}

.row.counters-3>div {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.row.counters-3>div:last-child {
    border-right: none;
}

@media (max-width: 991px) {
    .row.counters-3>div:nth-child(2),
    .row.counters-3>div:nth-child(4) {
        border: none;
    }
}

@media (max-width: 991px) {
    .row.counters-3>div:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}

@media (max-width: 991px) {
    .row.counters-3>div:nth-child(3) {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
}

.inner-counter-bg-1 {
    position: absolute;
    bottom: 0;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    text-align: center;
    z-index: -1;
}

.inner-counter-bg-1 img {
    width: 100%;
    height: 100%;
}

.counter2 .single-counter {
    transition: all 0.3s;
}

.counter2 .single-counter:hover {
    background: #243D31;
    transition: all 0.3s;
}

.counter2 .single-counter:hover p,
.counter2 .single-counter:hover h2 {
    color: #ffffff;
    transition: all 0.3s;
}

.testimonial-area {
    overflow-x: hidden;
}

.single-testimonial {
    margin-top: 40px;
    margin-bottom: 30px;
    cursor: move;
}

.single-testimonial h5 {
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 991px) {
    .single-testimonial h5 {
        font-size: 18px;
        line-height: 28px;
    }
}

.author {
    text-align: center;
    margin-top: 60px;
}

.author a {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 21px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .author a {
        font-size: 18px;
    }
}

.author p {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    opacity: 0.6;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .author p {
        font-size: 14px;
    }
}

.testimonial-nav {
    width: 440px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .testimonial-nav {
        width: auto;
    }
}

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

.testimonial-arrows>div {
    position: absolute;
    top: 50%;
    left: -120px;
}

.testimonial-arrows .slick-arrow button {
    width: 60px;
    height: 60px;
    text-align: center;
    background: none;
    border-radius: 50px;
    border: 1px solid #ffffff;
    transition: all 0.3s;
}

.testimonial-arrows .testimonial-next-arrow {
    left: auto;
    right: -120px;
}

.testimonial-arrows .slick-arrow button img {
    width: 24px;
}

.testimonial-arrows .slick-arrow button:hover {
    background: #F23936;
    transition: all 0.3s;
    border-color: #F23936;
}

.single-testimonial-nav.slick-slide {
    margin: 0 10px;
    visibility: hidden;
}

.single-testimonial-nav.slick-slide.slick-active,
.single-testimonial-nav.slick-slide.slick-active.slick-center {
    visibility: visible;
}

.single-testimonial-nav.slick-slide.slick-active {
    opacity: 0.6;
    transition: all 0.1s;
}

.single-testimonial-nav.slick-slide.slick-active.slick-center {
    opacity: 1;
    transition: all 0.1s;
}

.single-testimonial-nav.slick-slide img {
    display: block;
    border-radius: 50%;
    transition: all 0.1s;
    transform: scale(0.8);
}

.single-testimonial-nav.slick-slide.slick-center img {
    transition: all 0.1s;
    transform: scale(1);
    border: 1px solid #ffffff;
    padding: 8px;
}

.testimonial-2 .testimonial-arrows .slick-arrow button:hover {
    background: #FDC24C;
    transition: all 0.3s;
    border-color: #FDC24C;
}

.testimonial-3 .single-testimonial {
    border-radius: 8px;
    background: #ffffff;
    padding: 24px;
    margin-top: 0;
    cursor: move;
}

.testimonial-3 .single-testimonial p {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #304952;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .testimonial-3 .single-testimonial p {
        font-size: 16px;
        line-height: 26px;
    }
}

.testimonial-3 .testimonial-icon {
    background: #F5D1A4;
    box-shadow: 0 4px 15px rgba(245, 209, 164, 0.5);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    padding: 10px;
    margin-bottom: 16px;
}

.testimonial-3 .author-reviews {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-3 .review-1 {
    display: flex;
    background: #DCEDF3;
    box-shadow: 0 4px 10px rgba(220, 237, 243, 0.5);
    border-radius: 8px;
    padding: 3px 8px;
}

.testimonial-3 .review li {
    display: inline-block;
    font-size: 18px;
    color: #6FCF97;
}

@media (max-width: 767px) {
    .testimonial-3 .review li {
        font-size: 16px;
    }
}

.testimonial-3 .review-rate p {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 14px;
    color: #192533;
    margin-bottom: 0;
}

.testimonial-3 .author {
    margin-top: 0;
}

.testimonial-3 .author a {
    font-family: "Canela";
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #192533;
}

@media (max-width: 767px) {
    .testimonial-3 .author a {
        font-size: 16px;
    }
}

.testimonial-3.inner-testimonial-1 .author a {
    font-weight: 700;
}

.testimonial-4 .testimonials-4 {
    position: relative;
    z-index: 2;
}

.testimonial-4 .testimonials-4:after {
    position: absolute;
    content: "";
    height: 100%;
    width: calc(100% - 215px);
    background: #7977C6;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .testimonial-4 .testimonials-4:after {
        width: 100%;
    }
}

.testimonial-4 .single-testimonial {
    position: relative;
    z-index: 2;
    cursor: move;
    padding: 50px 100px 50px 350px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .testimonial-4 .single-testimonial {
        padding: 40px 20px 20px;
        text-align: center;
    }
}

.testimonial-4 .testimonial-image {
    height: 330px;
    width: 300px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -165px;
}

@media (max-width: 767px) {
    .testimonial-4 .testimonial-image {
        height: 120px;
        width: 120px;
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto 20px;
    }
}

.testimonial-4 .testimonial-contents p {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    color: #ffffff;
    margin: 20px 0 30px;
}

@media (max-width: 767px) {
    .testimonial-4 .testimonial-contents p {
        font-size: 18px;
        line-height: 28px;
    }
}

.testimonial-4 .testimonial-image img {
    border-radius: 8px;
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}

.testimonial-4 .testimonial-icon {
    width: 50px;
}

@media (max-width: 767px) {
    .testimonial-4 .testimonial-icon {
        width: 50px;
        margin: 0 auto;
    }
}

.testimonial-4 .testimonial-author a {
    font-family: "Canela";
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
}

.testimonial-4 .testimonial-author p {
    font-family: "satoshi";
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    margin: 10px 0 0;
}

.testimonial-4 .owl-nav button {
    height: 50px;
    width: 50px;
    text-align: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    font-size: 16px !important;
    display: block;
    margin: 10px 0;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .testimonial-4 .owl-nav button {
        border-radius: 50px;
        font-size: 16px !important;
        display: inline-block;
        margin: 0 5px;
    }
}

.testimonial-4 .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -65px;
    right: -25px;
    z-index: 3;
}

@media (max-width: 767px) {
    .testimonial-4 .owl-nav {
        position: relative;
        top: auto;
        margin-top: 0;
        right: auto;
        z-index: 3;
        bottom: 0;
        width: 100%;
        text-align: center;
        display: inline-block;
        margin: 20px 0 40px;
    }
}

.testimonial-4 .owl-nav button:hover {
    background: #161540 !important;
    color: #fff !important;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .contact-3 {
        overflow-x: hidden;
    }
}

.contact-form {
    padding-left: 50px;
}

.contact-form p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .contact-form p {
        font-size: 20px;
        line-height: 30px;
    }
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: #ffffff;
    border: 1px solid #DDE1E0;
    border-radius: 5px;
    padding: 13px;
}

@media (max-width: 767px) {
    .contact-form {
        margin-top: 100px;
        padding-left: 0;
    }
}

.contact-form label {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 10px;
}

.contact-form input {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .contact-form input {
        font-size: 14px;
    }
}

.contact-form textarea {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .contact-form textarea {
        font-size: 14px;
    }
}

.contact-img-elements {
    height: 740px;
    margin-right: 50px;
    margin-left: -100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .contact-img-elements {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .contact-img-elements {
        height: auto;
        margin-right: 0;
        margin-left: 0;
    }
}

img.contact-img {
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

img.contact-shape1 {
    position: absolute;
    right: -95px;
    top: 50%;
    width: 190px;
    z-index: 2;
}

@media (max-width: 991px) {
    img.contact-shape1 {
        right: 0;
        top: 86%;
        width: 120px;
    }
}

.contact-form-2 input,
.contact-form-2 textarea {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #304952;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: none;
    margin-bottom: 20px;
}

.contact-form-2 input:focus,
.contact-form-2 textarea:focus {
    outline: none;
}

.contact-form-2 .nice-select {
    font-size: 16px;
    height: 54px;
    line-height: 54px;
    color: #304952;
    font-family: "satoshi";
    font-weight: 500;
    border-color: transparent;
}

.contact-form-2 .nice-select:after {
    border-bottom: 2px solid #304952;
    border-right: 2px solid #304952;
    height: 8px;
    width: 8px;
    right: 16px;
    margin-top: -5px;
}

.contact-img-2 .contact-2-shape-1 {
    width: 70px;
    height: 70px;
    position: absolute;
    right: -42px;
    bottom: -28px;
}

@media (max-width: 767px) {
    .contact-img-2 .contact-2-shape-1 {
        right: 0;
    }
}

.contact-img-2 .contact-2-shape-2 {
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: 20%;
    left: -130px;
    z-index: -1;
}

@media (max-width: 767px) {
    .contact-img-2 .contact-2-shape-2 {
        left: 0;
    }
}

.contact-img-2 .contact-2-shape-3 {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 40px;
    height: 40px;
    right: 100px;
    top: -24px;
}

.contact-img-3 .contact-3-shape-4 {
    position: absolute;
    bottom: 0;
    width: 140%;
    height: 140%;
    left: -28%;
    top: -4%;
    z-index: -1;
}

.contact-img-3 .contact-3-shape-4 img {
    animation: upNdown 5s infinite linear alternate;
}

.contact-img-3 .contact-3-shape-1 {
    position: absolute;
    top: 100px;
    width: 40px;
    height: 40px;
    left: -40px;
    z-index: 3;
}

.contact-img-3 .contact-3-shape-2 {
    position: absolute;
    top: 180px;
    width: 40px;
    height: 40px;
    right: -26px;
    z-index: 3;
}

.contact-img-3 .contact-3-shape-3 {
    position: absolute;
    bottom: -46px;
    width: 40px;
    height: 40px;
    left: 40px;
    z-index: 3;
}

.contact-2 .contact-img-elements,
.contact-3 .contact-img-elements {
    height: 650px;
    width: 530px;
    margin-left: -50px;
    margin-right: 0;
}

@media (max-width: 767px) {
    .contact-2 .contact-img-elements,
    .contact-3 .contact-img-elements {
        width: 100%;
        height: 400px;
        margin-left: 0;
        margin-bottom: 100px;
    }
}

.single-contact-box {
    background: #fff;
    box-shadow: 0px 5px 30px rgba(9, 8, 64, 0.05);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    z-index: 2;
    padding-left: 90px;
    height: 154px;
}

.contact-box-icon {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-box-content p {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    color: #161540;
    margin-bottom: 10px;
}

.contact-box-content a {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #161540;
}

.contact-boxes {
    margin-top: -77px;
}

.main-form input,
.main-form textarea {
    margin-bottom: 24px;
    background: #E7E8F4;
    border-radius: 5px;
    border: none;
    padding: 20px 20px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #161540;
}

.main-form input::placeholder,
.main-form textarea::placeholder {
    color: #161540;
}

.single-faq {
    background: #ffffff;
    border: 1px solid #E1E3E8;
    border-radius: 7px;
    padding: 15px;
    margin-bottom: 15px;
}

.single-faq:last-child {
    margin-bottom: 0;
}

.faq-heading {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    align-items: center;
    color: #07060B;
    margin-bottom: 0;
    display: block;
    position: relative;
    z-index: 2;
    padding: 5px 0;
    cursor: pointer;
}

.faq-heading:after {
    position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    background: url(../img/icons/faq-arrow.png);
    right: 0;
    top: 0;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(90deg);
    transition: all 0.3s;
}

.faq-heading.collapsed:after {
    transform: rotate(0);
    transition: all 0.3s;
}

.inner-faq-1 .faq-heading {
    font-weight: 700;
    font-size: 18px;
}

.single-faq p {
    padding-top: 15px;
    margin-bottom: 0;
    font-family: "satoshi";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #5C5B79;
}

.hit-rate-left {
    width: 230px;
    left: -115px;
    bottom: 10%;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hit-rate-left {
        left: -80px;
    }
}

@media (max-width: 991px) {
    .hit-rate-left {
        width: 180px;
        left: 0;
        bottom: 74%;
    }
}

.inner-faq .faq-heading:after {
    background: url(../img/icons/plus-3.svg);
    transform: rotate(0);
}

.inner-faq .faq-heading.collapsed:after {
    background: url(../img/icons/plus-2.svg);
    transform: rotate(0);
}

.faq-area .mesonry-menu {
    margin-bottom: 0;
}

.single-price-list {
    width: 100%;
    margin-top: 60px;
}

.single-price-list h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    font-family: "satoshi";
    letter-spacing: -1px;
    margin-bottom: 30px;
    color: #192533;
}

@media (max-width: 767px) {
    .single-price-list h3 {
        font-size: 28px;
        line-height: 30px;
    }
}

.faq-notic {
    text-align: center;
    margin-top: 40px;
}

.faq-notic h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #07060B;
    font-family: "satoshi";
}

.faq-notic h4 a {
    color: #7977C6;
}

.single-faq2 {
    margin-bottom: 30px;
}

.single-faq2 h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    font-family: "satoshi";
    color: #161540;
    margin-bottom: 20px;
}

.single-faq2 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #515154;
    font-family: "satoshi";
}

.single-business {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 7px;
    padding: 32px 40px 32px 32px;
    position: relative;
    z-index: 2;
    padding-left: 130px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .single-business {
        padding-left: 40px;
    }
}

.single-business h3 {
    margin-bottom: 15px;
    font-family: "satoshi";
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #ffffff;
}

.single-business p {
    margin-bottom: 30px;
    font-family: "satoshi";
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.7;
}

.single-business .business-icon {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 75px;
    position: absolute;
    left: 32px;
    top: 32px;
}

@media (max-width: 767px) {
    .single-business .business-icon {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 24px;
    }
}

.single-business .business-icon i,
.single-business .business-icon img {
    width: 50px;
}

.case-study-1 .single-case-study:hover {
    cursor: move;
}

.case-study-1 .single-case-study:hover .case-study-img img {
    transition: all 0.3s;
    transform: scale(1.1);
}

.case-study-1 .owl-nav button {
    position: absolute;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: #FFFFFF !important;
    top: 50%;
    left: -40px;
    border-radius: 50%;
    transition: all 0.3s;
    margin-top: -40px;
}

@media (max-width: 767px) {
    .case-study-1 .owl-nav button {
        left: 0;
    }
}

.case-study-1 .owl-nav button.owl-next {
    left: auto;
    right: -40px;
}

@media (max-width: 767px) {
    .case-study-1 .owl-nav button.owl-next {
        right: 0;
    }
}

.case-study-1 .owl-nav button:hover {
    background: #FDC24C !important;
    transition: all 0.3s;
    color: #ffffff;
}

.case-study-1 .case-study-img {
    height: 420px;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .case-study-1 .case-study-img {
        height: 300px;
    }
}

.case-study-1 .case-study-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    transform: scale(1);
}

.case-study-1 .case-study-content {
    padding: 24px 0 0;
}

.case-study-1 .case-study-content h4 {
    font-family: "satoshi";
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #ffffff;
    margin-bottom: 14px;
}

.case-study-1 .case-study-content p {
    font-family: "satoshi";
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.7;
    margin-bottom: 32px;
}

.case-study-1 .owl-carousel .owl-item .single-case-study img {
    width: 100%;
}

.case-study-2 .case-study-img {
    border-radius: 8px;
    overflow: hidden;
    height: 300px;
}

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

.case-study-2 .case-study-icon {
    height: 100px;
    width: 100px;
    padding: 30px;
    background: #DCEDF3;
    border-radius: 50px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(220, 237, 243, 0.5);
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
}

.case-study-2 .single-case-study-content {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 66px 32px 32px;
    border-radius: 0 0 8px 8px;
    transition: all 0.3s;
}

.case-study-2 .single-case-study-content h3 {
    font-family: "Canela";
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #192533;
    margin-bottom: 16px;
}

.case-study-2 .single-case-study-content p {
    font-family: "satoshi";
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #304952;
}

.case-study-2 .single-case-study {
    margin-bottom: 30px;
}

.case-study-2 .single-case-study.active .case-study-img,
.case-study-2 .single-case-study:hover .case-study-img {
    border-radius: 8px 8px 0 0;
}

.case-study-2 .single-case-study.active .single-case-study-content,
.case-study-2 .single-case-study:hover .single-case-study-content {
    background: #F6F7FA;
    transition: all 0.3s;
}

.casestudy-2 .single-case-study {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
    margin-bottom: 30px;
}

.casestudy-2 .single-case-study:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    left: 0;
    top: 0;
    z-index: 2;
    transform: rotate(15deg);
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.casestudy-2 .case-study-contents {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 3;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.casestudy-2 ul.case-categories li a {
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    align-items: center;
    text-align: right;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 8px 16px;
    background: rgba(245, 209, 164, 0.5);
    border-radius: 50px;
    display: inline-block;
    font-family: "satoshi";
}

.casestudy-2 ul.case-categories li a:hover {
    color: #ffffff;
}

.casestudy-2 .case-study-contents h4,
.casestudy-2 .case-study-contents h4 a {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    margin: 12px 0;
}

.casestudy-2 .single-case-study:hover .case-study-contents {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 1s;
}

.casestudy-2 .single-case-study:hover:after {
    transition: all 0.3s;
    visibility: visible;
    opacity: 0.5;
    transform: rotate(0);
}

.casestudy-2 .case-study-img {
    height: 550px;
}

.casestudy-2 .case-study-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.single-case-study-2 .case-study-contents {
    position: relative;
    z-index: 2;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    padding: 30px 0;
}

.casestudy-2 .single-case-study-2 .case-study-img {
    height: 350px;
}

.casestudy-2 .single-case-study-2 .case-study-img img {
    border-radius: 8px;
}

.casestudy-2 .single-case-study-2 ul.case-categories li a {
    color: #161540;
}

.casestudy-2 .single-case-study-2 h4,
.casestudy-2 .single-case-study-2 h4 a {
    color: #161540;
}

.casestudy-2 .single-case-study-2 h4:hover,
.casestudy-2 .single-case-study-2 h4 a:hover {
    color: #7977C6;
}

.subscribe-from-wrap {
    position: relative;
    z-index: 2;
    border-radius: 8px;
    background: #ffffff;
}

.subscribe-from-wrap button {
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #09120E;
    position: absolute;
    right: 7px;
    top: 8px;
    border-radius: 8px;
    border: none;
    padding: 12px 20px;
    background: #FDC24C;
    transition: all 0.3s;
}

.subscribe-from-wrap button img {
    margin-left: 8px;
}

.subscribe-from-wrap button span {
    width: 20px;
    text-align: right;
    font-size: 18px;
    transform: rotate(-45deg);
    height: 15px;
    display: flex;
    justify-content: flex-end;
}

.subscribe-from-wrap button span img {
    margin-left: 8px;
}

.subscribe-from-wrap button:hover {
    color: #09120E;
    background: #E7EDEB;
    transition: all 0.3s;
}

.subscribe-from-wrap input {
    padding: 24px 18px;
    border-radius: 8px;
    border: none;
    width: 72%;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #09120E;
}

.subscribe-from-wrap input:focus {
    outline: none;
}

.subscribe-3 .subscribe-from-wrap button {
    color: #ffffff;
    background: #192533;
    font-family: "satoshi";
    top: 9.5px;
}

.subscribe-3 .subscribe-from-wrap input {
    color: #09120E;
    font-family: "satoshi";
}

.subscribe-3 .subscribe-from-wrap input:focus {
    outline: none;
}

.subscribe-4 .subscribe-from-wrap button {
    color: #ffffff;
    background: #161540;
    font-family: "satoshi";
    top: 9.5px;
    transition: all 0.3s;
}

.subscribe-4 .subscribe-from-wrap button img {
    margin-left: 6px;
}

.subscribe-4 .subscribe-from-wrap button span {
    width: 20px;
    text-align: right;
    font-size: 18px;
    transform: rotate(-45deg);
    height: 15px;
    display: flex;
    justify-content: flex-end;
}

.subscribe-4 .subscribe-from-wrap button:hover {
    background: #7977C6;
    transition: all 0.3s;
}

.subscribe-4 .subscribe-from-wrap input {
    color: #09120E;
    font-family: "satoshi";
}

.subscribe-4 .subscribe-from-wrap input:focus {
    outline: none;
}

@media (max-width: 767px) {
    .sunscribe-form {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .subscribe-1 h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .subscribe-1 .subscribe-btn.text-right {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .work-1 {
        overflow-x: hidden;
    }
}

.single-work-step {
    padding: 20px 20px 20px 100px;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    margin-bottom: 16px;
    background: #ffffff;
    transform: scale(1);
    transition: all 0.3s;
}

.single-work-step:hover {
    transition: all 0.3s;
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .single-work-step {
        padding: 20px;
    }
}

.single-work-step h2 {
    font-family: "Canela";
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #161540;
}

.single-work-step p {
    font-family: "satoshi";
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #09120E;
    opacity: 0.7;
}

.single-work-step:last-child {
    margin-bottom: 0;
}

.work-number {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #7977C6;
    box-shadow: 0 4px 25px rgba(121, 119, 198, 0.5);
    border-radius: 8px;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 20px;
}

@media (max-width: 767px) {
    .work-number {
        left: 0;
        top: 0;
        margin-bottom: 20px;
        position: relative;
    }
}

.work-number h3 {
    font-family: "satoshi";
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
}

.work-steps {
    padding: 24px;
    background: url("../img/bg/bg-10.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 8px;
}

@media (max-width: 991px) {
    .work-steps {
        margin-top: 100px;
    }
}

.work-1-bg-1 {
    position: absolute;
    top: -5%;
    width: 130%;
    height: 130%;
    left: -18%;
    z-index: -1;
}

.work-1-bg-1 img {
    animation: upNdown 5s infinite linear alternate;
}

.work-1-bg-2 {
    position: absolute;
    width: 30px;
    top: 20%;
    left: -20px;
    z-index: 3;
}

.work-1-bg-4 {
    position: absolute;
    width: 30px;
    bottom: -30px;
    left: 20px;
    z-index: 3;
}

.work-1-bg-3 {
    position: absolute;
    width: 30px;
    right: -26px;
    top: 35%;
    z-index: 3;
}

.single-office {
    background: #ffffff;
    border-radius: 7px;
    padding: 24px 80px 24px 24px;
    margin-bottom: 30px;
    transition: all 0.3s;
    transform: translateY(0);
}

.single-office:hover {
    transition: all 0.3s;
    transform: translateY(-5px);
}

.single-office h3,
.single-office h3 a {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: -1px;
    color: #161540;
}

.single-office p {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #515154;
    margin-top: 16px;
}

.office-icon {
    background: #7977C6;
    box-shadow: 0px 4px 15px rgba(121, 119, 198, 0.5);
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.single-job {
    background: #ffffff;
    border: 1px solid rgba(22, 21, 64, 0.25);
    border-radius: 7px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
}

.job-icon {
    width: 50px;
    height: 50px;
    background: #FDC24C;
    box-shadow: 0px 4px 15px rgba(253, 194, 76, 0.5);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.job-desc {
    position: relative;
    z-index: 2;
    padding-left: 65px;
}

.job-desc h5 {
    font-family: "satoshi";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #7977C6;
    margin-bottom: 8px;
}

.job-desc h3 {
    font-family: "satoshi";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #161540;
    margin-bottom: 8px;
}

.job-desc p {
    font-family: "satoshi";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #515154;
    margin-bottom: 0;
}

.mesonry-menu {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mesonry-menu li {
    font-family: "satoshi";
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #07060B;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    transition: all 0.3s;
    cursor: pointer;
}

@media (max-width: 767px) {
    .mesonry-menu li {
        font-size: 12px;
        padding: 8px 12px;
    }
}

.mesonry-menu ul {
    background: rgba(121, 119, 198, 0.2);
    border-radius: 8px;
    padding: 8px 16px;
}

.mesonry-menu li.active,
.mesonry-menu li:hover {
    background: #7977C6;
    color: #ffffff;
    transition: all 0.3s;
}

span.menu-sticker {
    position: absolute;
    background: transparent;
    font-size: 9px;
    display: inline-block;
    padding: 0px 4px;
    border-radius: 4px;
    color: #191A43;
    top: -5px;
    line-height: 16px;
    right: -5px;
    border: 1px solid #191A43;
    animation: newColor linear infinite 5s;
}

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

@keyframes newColor {
    0% {
        color: #191A43;
    }
    50% {
        color: #F23936;
    }
    100% {
        color: #F5D1A4;
    }
}

li.dropdown-parrent ul.multi-dropdown.theme-dropdown {
    left: 186px;
    top: 10px;
    transform: scale(0, 1);
    transform-origin: 0 0;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

li.multi-dropdown-parrent {
    position: relative;
    z-index: 2;
}

li.multi-dropdown-parrent:hover>ul.multi-dropdown.theme-dropdown {
    visibility: visible;
    opacity: 1;
    top: 0;
    transform: scale(1);
    transition: all 0.3s;
}

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

.header ul.theme-mega-menu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 70px;
    background: #ffffff;
    border-radius: 8px;
    padding: 40px 20px;
    visibility: hidden;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s;
}

.header .mega-menu-parrent span.menu-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 20px;
    font-size: 16px;
    margin-top: -8px;
    line-height: 20px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.header .mega-menu-parrent:hover ul.theme-mega-menu {
    visibility: visible;
    opacity: 1;
    top: 59px;
    transition: all 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: scale(1);
}

.header .mega-menu-parrent:hover span.menu-arrow {
    visibility: visible;
    opacity: 1;
    right: 0;
    transition: all 0.3s;
}

.header .single-mega-menu li {
    display: block;
}

.header .single-mega-menu h3,
.header .single-mega-menu-contact h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 6px;
    padding: 10px;
}

.header li.mega-menu {
    display: flex;
    justify-content: space-between;
}

.header .single-mega-menu {
    padding-right: 40px;
}

.header .single-mega-menu li {
    padding: 0;
}

.header .single-mega-menu li a {
    position: relative;
    z-index: 2;
    padding: 10px;
    display: block;
}

.header .single-mega-menu li a::after {
    position: absolute;
    height: 5px;
    width: 5px;
    left: 0;
    top: 0;
    transition: all 0.3s;
    content: "";
    visibility: hidden;
    opacity: 0;
    background: #F23936;
    z-index: -1;
    border-radius: 4px;
}

.header .single-mega-menu li a:hover::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
    height: 100%;
    width: 100%;
}

.header .single-mega-menu li a:hover {
    color: #ffffff !important;
}

.header .single-mega-menu {
    border-right: 1px solid #f1f1f1;
    width: 200px;
}

.header .single-mega-menu:last-child {
    border: none;
}

.header-4 .single-mega-menu li a::after {
    background: #7977C6;
}

.header-2 .single-mega-menu li a::after {
    background: #FDC24C;
}

.header-3 .single-mega-menu li a::after {
    background: #192533;
}

.mobile-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 17px 0;
    z-index: 9;
}

.mobile-header-elements {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-nav-icon {
    font-size: 23px;
    border: 1px solid;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #000;
}

.mobile-sidebar {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #5C5B79;
    z-index: 99;
    padding: 40px 30px;
    left: -100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.mobile-sidebar .contact-icon {
    background: #fff;
}

.mobile-sidebar.mobile-menu-active {
    left: 0;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
}

.menu-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
}

.mobile-nav li a {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    padding: 10px 0;
    display: block;
}

ul.mobile-nav-list {
    margin-bottom: 40px;
    margin-top: 30px;
}

li.has-children {
    position: relative;
    z-index: 2;
}

span.mobile-nav-menu-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
}

ul.mobile-menu-sub {
    display: none;
    position: relative;
    left: 0;
    padding-left: 10px;
    transition: all 0.3s;
}

ul.mobile-menu-sub.sub-menu-active {
    display: block;
    position: relative;
    transition: all 0.3s;
}

.mobile-nav li {
    position: relative;
    z-index: 2;
}

span.submenu-button {
    position: absolute;
    width: 100%;
    height: 44px;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all 0.3s;
}

span.submenu-button:after,
span.submenu-button:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background: #ffffff;
    top: 12px;
    right: 9px;
    transition: all 0.3s;
}

span.submenu-button:before {
    height: 2px;
    width: 20px;
    right: 0px;
    top: 22px;
}

span.submenu-button.submenu-opened:after {
    visibility: hidden;
    opacity: 0;
}

.sub-menu {
    display: none;
    padding-left: 15px;
}

span.multi-drop-icon {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 100%;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ul.mobile-nav-list {
    max-height: 500px;
    overflow-y: scroll;
}

.product-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 8px;
    height: 450px;
}

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

.cart-btn {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 0;
    left: 30px;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
}

.product-content {
    padding: 24px 24px 0 24px;
    text-align: center;
}

.product-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #7977C6;
}

.product-content a {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #161540;
    margin: 9px 0;
    display: inline-block;
    transition: all 0.3s;
}

.product-content a:hover {
    transition: all 0.3s;
    color: #7977C6;
}

ul.reviews li {
    display: inline-block;
    color: #F2C94C;
    font-size: 16px;
}

.single-product {
    margin-bottom: 30px;
}

.cart-icons {
    position: absolute;
    top: 30px;
    right: -40px;
    transition: all 0.3s;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
}

.cart-icons li {
    margin-bottom: 8px;
}

.cart-icons li:last-child {
    margin-bottom: 0;
}

.cart-icons li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    color: #161540;
    transition: all 0.3s;
}

.cart-icons li a:hover {
    background: #7977C6;
    transition: all 0.3s;
    color: #ffffff;
}

.single-prodcut:hover .cart-btn {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
    transition: all 0.3s;
}

.single-product:hover .cart-icons {
    right: 30px;
    visibility: visible;
    opacity: 1;
}

.product-image:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #09120E;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
}

.single-product:hover .product-image:after {
    visibility: visible;
    opacity: 0.2;
    transition: all 0.3s;
}

.range-slider .number-group {
    flex: 1 0 auto;
    text-align: right;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    font-family: "satoshi";
    color: #161540;
}

.range-slider .number-group .number-input {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    font-family: "satoshi";
    color: #161540;
    border: 0;
}

.range-slider .number-group .number-input::-webkit-outer-spin-button,
.range-slider .number-group .number-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.range-slider .number-group .number-input:invalid,
.range-slider .number-group .number-input:out-of-range {
    border: 2px solid red;
}

.range-slider .range-group {
    position: relative;
    flex: 0 0 100%;
    height: 47px;
}

.range-slider .range-group .range-input {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    -webkit-appearance: none;
    width: 100%;
    border-bottom: 0;
}

.range-slider .range-group .range-input:focus {
    outline: 0;
}

.range-slider .range-group .range-input::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animation: 0.2s;
    background: #F2F1F9;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.range-slider .range-group .range-input::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #161540;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}

.range-slider .range-group .range-input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animation: 0.2s;
    background: #3FAFFA;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.range-slider .range-group .range-input::-moz-range-thumb {
    z-index: 2;
    position: relative;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #161540;
    cursor: pointer;
}

.range-slider .range-group .range-input::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animation: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-slider .range-group .range-input::-ms-fill-lower,
.range-slider .range-group .range-input::-ms-fill-upper {
    background: #3FAFFA;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.range-slider .range-group .range-input::-ms-thumb {
    z-index: 2;
    position: relative;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #3FAFFA;
    cursor: pointer;
}

.filter-options {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.range-slider-output {
    display: flex;
    align-items: center;
}

.range-slider-output p {
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 700;
    font-size: 16px;
    font-family: "satoshi";
    line-height: 16px;
    text-align: right;
    color: #161540;
}

span.range-output-divider {
    display: inline-block;
    margin-right: 3px;
}

.product-slider-single {
    max-height: 700px;
    border-radius: 8px;
    overflow: hidden;
}

.single-product-slider-single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.single-product-slider-single {
    height: 700px;
    border-radius: 8px;
    overflow: hidden;
    padding: 0 7.5px;
}

.single-products-slider-nav img {
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.single-products-slider-nav {
    height: 150px;
    padding: 7.5px;
}

.single-products-slider-nav {
    position: relative;
    z-index: 2;
}

.single-products-slider-nav:after {
    position: absolute;
    content: "";
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background: #5C5B79;
    left: 7.5px;
    opacity: 0.4;
    top: 7.5px;
    z-index: 3;
    border-radius: 8px;
    transition: all 0.3s;
}

.single-products-slider-nav.slick-active.slick-current:after {
    left: 0;
    opacity: 0;
}

.single-review {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.single-review p {
    margin: 0 0 0 10px;
}

.product-quantity {
    display: flex;
    align-items: center;
}

.qty-container {
    margin-right: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid #E1E3E8;
    padding: 12px 20px;
    border-radius: 8px;
}

.qty-container input {
    text-align: center;
    width: 90px;
    border: none;
    font-size: 16px;
    color: #07060B;
    opacity: 0.7;
}

.qty-container button {
    background: none;
    border: none;
    font-size: 16px;
    color: #07060B;
    opacity: 0.7;
}

ul.product-sizes li {
    display: inline-block;
    width: 55px;
    height: 55px;
    border: 1px solid #E1E3E8;
    filter: drop-shadow(0px 4px 25px rgba(242, 57, 54, 0.15));
    border-radius: 7px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 55px;
    color: #07060B;
    margin-right: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

ul.product-sizes li.active {
    background: #7977C6;
    box-shadow: 0px 4px 10px rgba(122, 120, 198, 0.2);
    color: #ffffff;
    transition: all 0.3s;
}

ul.product-sizes li:last-child {
    margin-right: 0;
}

.product-size h4,
.product-color h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #161540;
    font-family: "satoshi";
    margin-bottom: 20px;
}

ul.product-colors li {
    width: 24px;
    height: 24px;
    background: #09120E;
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    border: 1px solid transparent;
}

ul.product-colors li.red {
    background: red;
}

ul.product-colors li.green {
    background: green;
}

ul.product-colors li.black {
    background: black;
}

ul.product-colors li.active {
    border-color: #161540;
    height: 28px;
    width: 28px;
}

.product-quantity-details p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #161540;
    opacity: 0.7;
    margin-top: 20px;
}

.single-product-main-price h3 {
    font-weight: 700;
    font-size: 40px;
    display: flex;
    align-items: center;
    letter-spacing: -1px;
    color: #161540;
    font-family: "satoshi";
    margin: 0 0;
}

.cart-prodct img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 16px;
}

.cart-prodct {
    display: flex;
    align-items: center;
}

.cart-product-details p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #161540;
    font-family: "satoshi";
    margin: 2px 0;
}

.cart-product-details a {
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    font-family: "satoshi";
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #F23936;
}

tr.cart-head {
    background: #E7E8F4;
    overflow: hidden;
    border: none;
}

@media (max-width: 767px) {
    tr.cart-head {
        display: none;
    }
}

tr.cart-head th {
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    color: #161540;
    padding: 20px 0;
    font-family: "satoshi";
    font-family: "satoshi";
}

tr.cart-product-list td {
    vertical-align: middle;
    padding: 20px 0 20px 16px;
}

tr.cart-head th {
    padding-left: 16px;
}

th.first-th {
    width: 10%;
}

th.table-product {
    width: 25%;
}

th.table-price {
    width: 20%;
}

th.table-quantity {
    width: 30%;
}

th.table-subtotal {
    width: 20%;
}

td.cart-price {
    font-weight: 500;
    font-size: 20px;
    font-family: "satoshi";
    color: #7977C6;
}

@media (max-width: 767px) {
    tr.cart-product-list {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    tr.cart-product-list div {
        justify-content: center;
    }
    td.cart-prodct.cart-product-img {
        justify-content: center;
    }
    tr.cart-product-list {
        border: 1px solid #000;
        margin-bottom: 15px;
    }
    tr.cart-product-list:last-child {
        margin-bottom: 0;
    }
}

.cart-items {
    border-bottom: 2px solid #ECECEC;
}

.subtotal-price {
    background: #E7E8F4;
    border-radius: 5px;
    padding: 24px;
}

ul.subtotal-price-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #BABADB;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #161540;
}

ul.subtotal-price-list li:last-child {
    border-bottom: none;
}

h4.empty-cart-text {
    display: block;
    text-align: center;
    padding: 20px 0 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    font-family: "satoshi";
    color: #161540;
}

.demo-sidebar {
    position: fixed;
    width: 95%;
    height: 100%;
    background: #ffffff;
    top: 0;
    right: -95%;
    z-index: 999;
    transition: all 0.7s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition-duration: 1s;
}

.demo-sidebar:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #5C5B79;
    top: 0;
    right: 0;
    z-index: -2;
    opacity: 0.5;
    transition: all 1s;
    transition-duration: 1s;
    transition-delay: 1s;
}

.demo-sidebar:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #161540;
    top: 0;
    right: 0;
    z-index: -2;
    opacity: 0.5;
    transition: all 1s;
    transition-duration: 1s;
    transition-delay: 1s;
}

.demo-sidebar.active-sidebar {
    right: -5%;
    transition: all 1s;
    transition-duration: 1.5s;
    transition-delay: 1s;
}

.demo-sidebar.active-sidebar:after {
    transition: all 0.3s;
    width: 210%;
    transition-duration: 1s;
}

.demo-sidebar.active-sidebar:before {
    transition: all 0.3s;
    width: 210%;
    transition-duration: 0.5s;
}

.demo-sidebar-content {
    text-align: center;
}

.demo-sidebar-wrap {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    background: #fff;
}

.demo-sidebar-menu {
    position: absolute;
    padding: 10px;
    background: #fff;
    top: 50%;
    border-radius: 8px 0px 0 8px;
    left: -44px;
    margin-top: -41.5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.demo-sidebar-menu span,
.demo-sidebar-menu span a {
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 21px;
    font-size: 16px;
    margin: 5px 0px;
    border-radius: 8px;
    transition: all 0.3s !important;
    color: #161540;
}

.demo-sidebar-menu span:hover,
.demo-sidebar-menu span a:hover {
    color: #7977C6;
    transition: all 0.3s;
}

.demo-sidebar-content {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 95%;
    overflow-y: scroll;
    padding: 30px;
}

.demo-sidebar-items {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-flow: row wrap;
}

.demo-sidebar-items.inner-dmeos .single-demo-sidebar-item {
    width: calc(25% - 30px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .demo-sidebar-items.inner-dmeos .single-demo-sidebar-item {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .demo-sidebar-items.inner-dmeos .single-demo-sidebar-item {
        width: calc(100% - 30px);
    }
}

.single-demo-sidebar-item {
    width: calc(33% - 30px);
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .single-demo-sidebar-item {
        width: calc(100% - 30px);
    }
}

.demo-sidebar-item-img {
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.demo-sidebar-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

.demo-sidebar-buttons a {
    display: block;
    margin: 0 8px;
}

.demo-item-content {
    margin-top: 15px;
}

.demo-item-content a {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #161540;
    margin-bottom: 0;
    transition: all 0.3s;
    display: block;
}

@media (max-width: 767px) {
    .demo-item-content a {
        font-size: 20px;
    }
}

.demo-sidebar-item-img {
    transition: all 0.3s;
    overflow: hidden;
    border-radius: 8px;
}

.demo-sidebar-item-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.demo-sidebar-item-img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #5C5B79;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
    transform: scale(0.9);
    visibility: hidden;
    border-radius: 8px;
}

.demo-sidebar-item-img:hover:after {
    visibility: visible;
    opacity: 0.6;
    transform: scale(1);
    transition: all 0.3s;
}

.demo-sidebar-buttons {
    top: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    z-index: 4;
}

.demo-sidebar-item-img:hover .demo-sidebar-buttons {
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
}

.demo-sidebar-buttons a {
    background: #fff;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-flex;
    color: #191a43;
    transition: all 0.3s;
    transform: translateY(0);
    padding: 18px 30px;
}

.demo-sidebar-buttons a:hover {
    background: #F23936;
    color: #fff;
    transform: translateY(-5px);
    transition: all 0.3s;
}

.demosIcon svg {
    animation: spin linear infinite 3s;
}

.single-demo-sidebar-item.coming-soon .demo-sidebar-item-img:after {
    visibility: visible;
    opacity: 0.6;
    transform: scale(1);
}

.coming-son-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.coming-son-text h4 {
    font-size: 40px;
    color: #fff;
    font-family: "satoshi";
}

a.up-arrow {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ffffff;
    border: 1px solid #F23936;
    border-radius: 50%;
    color: #161540;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    z-index: 99;
    transition: all 0.3s;
    transform: scale(0);
}

a.up-arrow.active {
    transform: scale(1);
}

a.up-arrow:hover {
    background: #F23936;
    transition: all 0.3s;
    color: #ffffff;
    border-color: #ffffff;
}

a.up-arrow img {
    width: 20px;
    height: 20px;
}

a.up-arrow.up-2 {
    border-color: #243D31;
    color: #243D31;
}

a.up-arrow.up-2:hover {
    background: #243D31;
    border-color: #ffffff;
    color: #ffffff;
}

a.up-arrow.up-3 {
    border-color: #192533;
    color: #192533;
}

a.up-arrow.up-3:hover {
    background: #192533;
    border-color: #ffffff;
    color: #ffffff;
}

a.up-arrow.up-4 {
    border-color: #7977C6;
    color: #7977C6;
}

a.up-arrow.up-4:hover {
    background: #7977C6;
    border-color: #ffffff;
    color: #ffffff;
}

.down-arrow2 {
    border-top: 1px dashed #243D31;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    left: 50%;
    bottom: -53px;
    margin-left: -53px;
}

.down-arrow2 a {
    height: 100px;
    width: 100px;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
}

.down-arrow2 img {
    width: 24px;
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

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

.progress-wrap::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #09120E;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #09120E;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.sign-form-area {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.sign-form {
    text-align: center;
    background: #ffffff;
    border-radius: 8px;
    padding: 50px 60px;
    margin-top: 30px;
}

.sign-form input {
    width: 100%;
    text-align: left;
    padding: 10px;
}

.sign-form input {
    background: #E7E8F4;
    border-radius: 5px;
    border: none;
    padding: 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #161540;
    margin-bottom: 20px;
    font-family: "satoshi";
}

.sign-form input::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #161540;
    font-family: "satoshi";
}

.sign-form label {
    text-align: left;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #161540;
    font-family: "satoshi";
}

.sign-form form {
    text-align: left;
}

.check-box-wrap input {
    width: auto;
}

.form-heading h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1px;
    color: #161540;
    font-family: "satoshi";
}

.form-heading p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #515154;
    font-family: "satoshi";
    margin-bottom: 40px;
}

.form-heading {
    width: 65%;
    margin: 0 auto;
}

.sign-form h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #161540;
    font-family: "satoshi";
    margin: 10px 0 0 0;
}

.sign-form h4 a {
    color: #7977C6;
    font-family: "satoshi";
}

.check-box-wrap label {
    margin-bottom: 0;
    font-weight: 500;
}

.check-box-wrap {
    display: flex;
    align-items: center;
}

.check-box-wrap input[type=checkbox] {
    position: relative;
    border: 1px solid #E1E3E8;
    border-radius: 3px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 0.6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: 0.5;
}

.check-box-wrap input[type=checkbox]:hover {
    opacity: 1;
}

.check-box-wrap input[type=checkbox]:checked {
    background-color: #7977C6;
    opacity: 1;
}

.check-box-wrap input[type=checkbox]:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.theme-input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.theme-input-group a {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #515154;
    font-family: "satoshi";
}

.rtl-version .quick_contact {
    padding-left: 0;
    padding-right: 60px;
}

.rtl-version .quick_contact_icon.bg-27 {
    left: auto;
    right: 0;
}

.rtl-version .btn-group a:nth-child(2) {
    margin-left: 0;
    margin-right: 20px;
}

.rtl-version .heading2 span.heilight-left:after {
    top: -31px;
    left: auto;
    right: -40px;
    transform: rotate(46deg);
}

.rtl-version .subscribe-from-wrap button {
    right: auto;
    top: 8px;
    left: 8px;
}

.rtl-version .subscribe-from-wrap button img {
    margin-left: 4px;
}

.rtl-version .heading2 span.heilight-right:after {
    top: -29px;
    right: auto;
    transform: rotate(30deg);
    left: -40px;
    transform: rotate(-12deg);
}

.rtl-version .single-contact {
    padding-left: 0;
    padding-right: 45px;
}

.rtl-version .contact-icon {
    left: auto;
    right: 0;
}

.rtl-version .logo {
    margin-right: 0;
    margin-left: 30px;
}

.rtl-version .heading2 small.heading-top img {
    margin-right: 0;
    margin-left: 10px;
}

.rtl-version .single-business {
    padding-left: 0;
    padding-right: 130px;
}

.rtl-version .single-business .business-icon {
    left: auto;
    top: 32px;
    right: 32px;
}

.rtl-version span.multi-drop-icon {
    right: auto;
    width: 20px;
    left: 4px;
}

.rtl-version li.dropdown-parrent ul.multi-dropdown.theme-dropdown {
    left: auto;
    right: 186px;
}


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