@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

.g-6 {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .g-6 {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .g-6 {
        --bs-gutter-x: 34px;
        --bs-gutter-y: 34px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .g-6 {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }
}

.custom-container {
    margin: 0 44px;
    max-width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .custom-container {
        margin: 0 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-container {
        margin: 0 auto;
    }
}

.swip {
    height: 28px;
    overflow: hidden;
}
.swip .title-wrapper {
    transition: all 0.5s ease-out;
}
.swip .title-1 {
    transform-origin: right center;
    transform: rotate(0deg);
    display: block;
}
.swip .title-2 {
    transform-origin: left center;
    transform: rotate(0deg);
    display: block;
}

.bg-off-white {
    background: linear-gradient(76deg, rgba(255, 255, 255, 0) 0%, #ffede9 100%);
}

.bg-1 {
    background-color: #f9f9f9;
}

.bg-3 {
    background-color: #fbf8ee;
}

.bg-pink-light {
    background: linear-gradient(76deg, #eceaff 0%, #fff 140.02%);
}

.bg-blue {
    background-color: #5f54d3;
}

* {
    margin: 0;
    border: 0;
    outline: none;
}

html,
body {
    height: 100%;
    font-size: 18px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #5e6f92;
    vertical-align: baseline;
    line-height: 30px;
    font-smoothing: antialiased;
}

p {
    margin: 0 0 15px;
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: "Urbanist", sans-serif;
    color: #141f39;
    font-style: normal;
    transition: all 0.5s ease-out;
}

h1 {
    font-size: 68px;
    line-height: 75px;
    font-weight: 700;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 46px;
        line-height: 60px;
    }
}

h2 {
    font-size: 54px;
    line-height: 65px;
    font-weight: 700;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    h2 {
        font-size: 38px;
        line-height: 50px;
    }
}

h3 {
    font-size: 36px;
    line-height: 47px;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

h5 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
}

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

label {
    color: #5e6f92;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

button {
    cursor: pointer;
    transition: all 0.5s ease-out;
}

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

a,
.button {
    text-decoration: none;
    transition: all 0.5s ease-out;
}

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

a:focus {
    color: #141f39;
    text-decoration: none;
    transition: all 0.5s ease-out;
}

a,
button {
    color: #6e65e5;
    outline: medium none;
    transition: all 0.5s ease-out;
}
a:hover,
button:hover {
    color: #141f39;
    transition: all 0.5s ease-out;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

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

::-moz-selection {
    background: #6e65e5;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #6e65e5;
    text-shadow: none;
    color: #fff;
}

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

.background-black {
    background-color: rgb(57, 61, 72);
}

.bg-light-black {
    background-color: rgb(49, 55, 63);
}

.background-blue {
    background-color: #0066d9;
}

.bg-dark-blue {
    background-color: rgb(14, 49, 81);
}

.background-light-blue {
    background-color: #6e65e5;
}

.background-skye {
    background-color: #1eae98;
}

.background-gray {
    background-color: #eef5f8;
}

.background-light-gray {
    background-color: #f3f7fc;
}

.page-bg {
    background-color: #141f39;
}

.page-area {
    padding-top: 136px;
    padding-bottom: 124px;
}

.blog-area {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .page-area,
    .blog-area {
        padding-top: 100px;
        padding-bottom: 52px;
    }
}
@media (max-width: 767px) {
    .page-area,
    .blog-area {
        padding-top: 70px;
        padding-bottom: 22px;
    }
}
.page-area .page-links,
.blog-area .page-links {
    margin-bottom: 20px;
}

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

.text-white-100 {
    color: #c7cdda;
}

code {
    color: #eb936d;
}

.theme-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme-btn,
.wp-block-loginout a,
input.theme-btn {
    display: inline-flex;
    color: #ffffff;
    padding: 16px 32px;
    background-color: #ff5a00;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    position: relative;
    z-index: 1;
    gap: 8px;
    border-radius: 50px;
    overflow: hidden;
}
.theme-btn i,
.wp-block-loginout a i,
input.theme-btn i {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.theme-btn:hover,
.wp-block-loginout a:hover,
input.theme-btn:hover {
    color: #ffffff;
    background-color: #141f39;
}
.theme-btn:focus,
.wp-block-loginout a:focus,
input.theme-btn:focus {
    color: #6e65e5;
}
.theme-btn.simple-btn,
.wp-block-loginout a.simple-btn,
input.theme-btn.simple-btn {
    padding-left: 36px;
    padding-right: 36px;
}
.theme-btn.style-2,
.wp-block-loginout a.style-2,
input.theme-btn.style-2 {
    border: 2px solid #141f39;
    background-color: transparent;
}
.theme-btn.style-2:hover,
.wp-block-loginout a.style-2:hover,
input.theme-btn.style-2:hover {
    background-color: #141f39;
    color: #ffffff;
}

.wp-block-loginout a {
    position: relative;
}
.wp-block-loginout a:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background-color: #6e65e5;
    color: #fff;
    font-size: 16px;
}

.contact-form-btn {
    justify-content: center;
    width: 100%;
    display: block;
    line-height: 42px;
}
.contact-form-btn .icon {
    float: right;
}

input.theme-btn {
    display: inline-block !important;
    width: inherit !important;
    border: 0 !important;
}

/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Bottom --*/
.mb-5 {
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-0 {
    padding-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Right --*/
.pr-0 {
    padding-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** padding top & bottom **/
.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-105 {
    padding-top: 105px;
    padding-bottom: 105px;
}

.py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
}

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

.py-125 {
    padding-top: 125px;
    padding-bottom: 125px;
}

.py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.py-135 {
    padding-top: 135px;
    padding-bottom: 135px;
}

.py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.py-145 {
    padding-top: 145px;
    padding-bottom: 145px;
}

.py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.py-155 {
    padding-top: 155px;
    padding-bottom: 155px;
}

.py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
}

.py-165 {
    padding-top: 165px;
    padding-bottom: 165px;
}

.py-170 {
    padding-top: 170px;
    padding-bottom: 170px;
}

.py-175 {
    padding-top: 175px;
    padding-bottom: 175px;
}

.py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
}

.py-185 {
    padding-top: 185px;
    padding-bottom: 185px;
}

.py-190 {
    padding-top: 190px;
    padding-bottom: 190px;
}

.py-195 {
    padding-top: 195px;
    padding-bottom: 195px;
}

.py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.py-205 {
    padding-top: 205px;
    padding-bottom: 205px;
}

.py-210 {
    padding-top: 210px;
    padding-bottom: 210px;
}

.py-215 {
    padding-top: 215px;
    padding-bottom: 215px;
}

.py-220 {
    padding-top: 220px;
    padding-bottom: 220px;
}

.py-225 {
    padding-top: 225px;
    padding-bottom: 225px;
}

.py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
}

.py-235 {
    padding-top: 235px;
    padding-bottom: 235px;
}

.py-240 {
    padding-top: 240px;
    padding-bottom: 240px;
}

.py-250 {
    padding-top: 250px;
    padding-bottom: 250px;
}

.py-260 {
    padding-top: 260px;
    padding-bottom: 260px;
}

.py-270 {
    padding-top: 270px;
    padding-bottom: 270px;
}

.py-280 {
    padding-top: 280px;
    padding-bottom: 280px;
}

.py-290 {
    padding-top: 290px;
    padding-bottom: 290px;
}

.py-300 {
    padding-top: 300px;
    padding-bottom: 300px;
}

.py-310 {
    padding-top: 310px;
    padding-bottom: 310px;
}

.py-320 {
    padding-top: 320px;
    padding-bottom: 320px;
}

.py-330 {
    padding-top: 330px;
    padding-bottom: 330px;
}

.py-340 {
    padding-top: 340px;
    padding-bottom: 340px;
}

.py-350 {
    padding-top: 350px;
    padding-bottom: 350px;
}

/** padding left & right **/
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-205 {
    padding-left: 205px;
    padding-right: 205px;
}

.px-210 {
    padding-left: 210px;
    padding-right: 210px;
}

.px-215 {
    padding-left: 215px;
    padding-right: 215px;
}

.px-220 {
    padding-left: 220px;
    padding-right: 220px;
}

.px-225 {
    padding-left: 225px;
    padding-right: 225px;
}

.px-230 {
    padding-left: 230px;
    padding-right: 230px;
}

.px-235 {
    padding-left: 235px;
    padding-right: 235px;
}

.px-240 {
    padding-left: 240px;
    padding-right: 240px;
}

.px-250 {
    padding-left: 250px;
    padding-right: 250px;
}

.px-260 {
    padding-left: 260px;
    padding-right: 260px;
}

.px-270 {
    padding-left: 270px;
    padding-right: 270px;
}

.px-280 {
    padding-left: 280px;
    padding-right: 280px;
}

.px-290 {
    padding-left: 290px;
    padding-right: 290px;
}

.px-300 {
    padding-left: 300px;
    padding-right: 300px;
}

.px-310 {
    padding-left: 310px;
    padding-right: 310px;
}

.px-320 {
    padding-left: 320px;
    padding-right: 320px;
}

.px-330 {
    padding-left: 330px;
    padding-right: 330px;
}

.px-340 {
    padding-left: 340px;
    padding-right: 340px;
}

.px-350 {
    padding-left: 350px;
    padding-right: 350px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .py-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .py-md-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .py-lg-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .pt-sm-40 {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .pt-sm-60 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-md-80 {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pt-lg-100 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .pb-sm-40 {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .pb-sm-60 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-md-60 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-md-80 {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-lg-80 {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-lg-100 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .mt-sm-32 {
        margin-top: 32px;
    }
}

/* WordPress Core
===================*/
body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 25px;
}

ol {
    padding-left: 20px;
}

ul {
    list-style: disc;
    padding-left: 20px;
}

/* Protected Post Type */
.post-password-form label {
    width: 100%;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
.post-password-form input[type="password"] {
    font-size: 1.2rem;
    line-height: 20px;
    padding: 12px 20px;
    border: 1px solid #e4e4f2;
    width: 100%;
}
.post-password-form input[type="submit"] {
    background-color: #6e65e5;
    border: none;
    padding: 10px 40px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.5s ease-out;
}
.post-password-form input[type="submit"]:hover {
    background-color: #ff5a00;
}

/* Table */
table {
    margin-bottom: 20px;
    width: 100%;
}
table caption {
    border: 1px solid #dfe2e9;
    padding: 6px 10px;
    border-top: 0;
}
table th,
table td {
    background-color: transparent;
    border: 1px solid #dfe2e9;
    text-align: center;
    padding: 8px;
    transition: 0.3s;
}
table th#today,
table td#today {
    background: #6e65e5;
    color: #ffffff;
}
table th#today a,
table td#today a {
    color: #ffffff;
}

.page-content .size-full.alignright {
    margin-bottom: 15px;
    margin-top: 20px;
}
.page-content figure.wp-caption.aligncenter {
    margin-top: 40px;
}
.page-content dl,
.page-content ol,
.page-content ul {
    margin-bottom: 11px;
}
.page-content .comment-respond {
    margin-top: 78px;
    margin-bottom: 20px;
}
.page-content .latest-comments .comment-respond {
    margin-bottom: 40px;
}
.page-content .post-comments {
    margin-top: 80px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*
 Caption
============================*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 14px;
    font-style: italic;
}

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

/*
 Galleries
============================*/
.gallery {
    margin-bottom: 10px;
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.size-thumbnail {
    margin-bottom: 20px;
}

img.emoji {
    width: 15px;
    height: 15px;
}

/*
 Alignments
============================*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em !important;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em !important;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

/*
 Block Unit Test Widget
============================*/
.wp-block-search__input {
    border: 1px solid #dfe2e9 !important;
}

.wp-block-search__button {
    margin-left: 0 !important;
}

.wp-block-social-links {
    padding-left: 0 !important;
}
.wp-block-social-links li {
    padding-top: 0 !important;
}

.single-post-item.format-quote blockquote {
    padding: 45px;
}
@media (max-width: 767px) {
    .single-post-item.format-quote blockquote {
        padding: 35px;
    }
}

blockquote {
    overflow: hidden;
    margin: 32px 0;
    background-color: #f0f0fc;
    position: relative;
    z-index: 1;
    padding: 32px 40px;
    border-radius: 12px;
    color: #141f39;
    border-left: 6px solid #dcd9fc;
}
blockquote .desc {
    color: #141f39 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    margin-top: 0 !important;
    padding: 0;
}
blockquote .desc strong {
    font-family: "Lexend Deca", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    blockquote {
        padding-left: 30px;
    }
}
blockquote footer {
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.wp-block-pullquote {
    border-top: 5px solid #6e65e5 !important;
    border-bottom: 5px solid #6e65e5 !important;
    background-color: #eef5f8;
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
    margin-top: 10px;
    display: block;
}

.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
    margin-left: 10px;
}

.wp-block-column:not(:last-child) {
    margin-right: 10px;
}

.wp-block-column:nth-child(2n + 1) {
    margin-right: 10px;
}

.post-content > .alignwide {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
}

.post-content p.has-large-font-size {
    font-size: 36px;
    line-height: 1.2;
}
.post-content .wp-block-search {
    margin-bottom: 15px;
}
.post-content .wp-block-file {
    margin-top: 20px;
}
.post-content .wp-block-group__inner-container p {
    margin-top: 0 !important;
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #fff;
    background: #6e65e5 !important;
}

.wp-block-button {
    margin-bottom: 10px;
}

.wp-block-archives select,
.wp-block-categories select {
    height: 50px;
    width: 200px;
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-bottom: 10px;
}

.wp-block-latest-comments {
    padding-left: 0 !important;
}

.wp-block-cover p.wp-block-cover-text,
.wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #fff !important;
}

.wp-block-cover-text a {
    color: #fff;
}

.wp-block-rss {
    padding-left: 0 !important;
}

.widget .wp-block-archives-dropdown,
.widget .wp-block-categories-dropdown,
.widget .wp-block-loginout,
.widget .wp-block-social-links,
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select,
.widget.widget_search .search-form,
.widget.widget_tag_cloud .tagcloud,
.widget .wp-block-tag-cloud {
    margin-bottom: 6px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
    display: inline-block;
    width: 100%;
}

nav.wp-calendar-nav {
    justify-content: space-between;
    display: flex;
}
nav.wp-calendar-nav a {
    color: #5e6f92;
}
nav.wp-calendar-nav a:hover {
    color: #6e65e5;
}

/*
 Media
============================*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

.comment-respond.style-two .wpcf7-form .wpcf7-not-valid-tip {
    color: #d9c0b8 !important;
}
.comment-respond .wpcf7-form .wpcf7-not-valid {
    border-color: #dc3232 !important;
}
.comment-respond .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 16px;
    margin-top: 5px;
}
.comment-respond .wpcf7-form.sent .wpcf7-response-output {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #72dc60;
    padding: 15px 20px;
    text-align: center;
    position: relative;
    background: #f4fff5;
    border: 1px solid #cdf5c8 !important;
    border-radius: 10px;
}
.comment-respond .wpcf7-form.invalid .wpcf7-response-output {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #dc3232;
    padding: 15px 20px;
    text-align: center;
    position: relative;
    background: #fff7f7;
    border: 1px solid #fed8d8 !important;
    border-radius: 10px;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    width: 22px !important;
    height: 22px !important;
    border-color: rgb(223, 226, 233);
    border-radius: 3px !important;
    background-color: transparent !important;
    transform: scale(1);
    transition: 0.3s;
    position: relative !important;
    padding: 0 !important;
    cursor: pointer;
    margin-top: 0 !important;
    display: flex;
    align-self: center;
    flex-shrink: 0;
    box-shadow: none !important;
}

input[type="radio"]::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    transition: 0.3s;
    transform: scale(0);
    background-color: #6e65e5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

input[type="checkbox"]::before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.44899 7.76355C3.36328 7.84971 3.24641 7.89784 3.12495 7.89784C3.00349 7.89784 2.88662 7.84971 2.80091 7.76355L0.213156 5.17534C-0.0554271 4.90676 -0.0554271 4.47134 0.213156 4.20321L0.537198 3.87917C0.805781 3.61059 1.24074 3.61059 1.50932 3.87917L3.12495 5.4948L7.49057 1.12917C7.75916 0.860589 8.19457 0.860589 8.4627 1.12917L8.78674 1.45321C9.05532 1.7218 9.05532 2.15721 8.78674 2.42534L3.44899 7.76355Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px;
    height: 100%;
    width: 100%;
    transition: 0.3s;
    transform: scale(0);
    background-color: #6e65e5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
    transform: scale(1);
    box-sizing: inherit !important;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    border-color: #6e65e5 !important;
}

.wpcf7-form-control {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.wpcf7-form-control .wpcf7-list-item {
    margin: 0;
}
.wpcf7-form-control .wpcf7-list-item label {
    display: flex;
    align-content: center;
    margin: 0;
    gap: 10px;
}
.wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 400;
}

.logged-in .comment-respond textarea {
    margin-bottom: 12px;
}

.zoom-instagram-widget p {
    color: #ffffff;
}
.zoom-instagram-widget p a {
    color: #eb936d;
}
.zoom-instagram-widget ul {
    list-style: none;
}
.zoom-instagram-widget ul li {
    color: #ffffff;
}

body.admin-bar .header-menu-area.sticky_menu {
    top: 30px;
}
@media (max-width: 600px) {
    body.admin-bar .header-menu-area.sticky_menu {
        top: 0;
    }
}

.page-template-default.page-id-146 .page-content p:last-child {
    margin-bottom: 10px;
}
.page-template-default.page-id-1133 .page-content .comment-respond {
    margin-top: 78px;
    display: inline-block;
    width: 100%;
}
.page-template-default.page-id-3 .page-area {
    padding-top: 128px;
}

.post-template-default.postid-163
    .blog-details-wrapper
    .single-post-item
    .post-content {
    margin-bottom: 34px;
}
.post-template-default.postid-150
    .blog-details-wrapper
    .single-post-item
    .post-content {
    margin-bottom: 34px;
}
.post-template-default.postid-150
    .blog-details-wrapper
    .single-post-item
    .post-content
    .wp-block-group.is-layout-constrained:last-child {
    border: 1px solid #000;
}
.post-template-default.postid-51
    .blog-details-wrapper
    .single-post-item
    .post-content {
    margin-bottom: 25px;
}
.post-template-default.postid-51
    .blog-details-wrapper
    .single-post-item
    .post-content
    p:last-child {
    margin-bottom: 0;
}
.post-template-default.postid-1163
    .blog-details-wrapper
    .single-post-item
    .post-content
    .wp-caption,
.post-template-default.postid-568
    .blog-details-wrapper
    .single-post-item
    .post-content
    .wp-caption {
    margin-top: 20px;
}
.post-template-default.postid-1785
    .blog-details-wrapper
    .single-post-item
    .post-content
    .wp-block-button__link {
    color: #ffffff !important;
}
.post-template-default.postid-1149
    .blog-details-wrapper
    .latest-comments
    li
    .comments-box
    .comments-text
    p {
    margin-bottom: 0;
}
.post-template-default.postid-555
    .blog-details-wrapper
    .single-post-item
    .post-content
    .gallery {
    margin-top: 20px;
}

.error-404.not-found {
    margin-top: -20px;
    margin-bottom: 40px;
}
.error-404.not-found .error-content .error-btn-bh {
    margin-top: 20px;
}

@keyframes MovefadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.MovefadeUp {
    -webkit-animation-name: MovefadeUp;
    animation-name: MovefadeUp;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
}
@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
}
@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
}
@-webkit-keyframes animatelinebar {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }
}
@keyframes animatelinebar {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }
}
@-webkit-keyframes slideUpIn {
    0% {
        -webkit-transform: translateY(40px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
    0% {
        -webkit-transform: translateY(40px);
    }
}
@keyframes slideUpIn {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
    0% {
        transform: translateY(40px);
    }
}
@-webkit-keyframes MoveLeftRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}
@keyframes MoveLeftRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}
@-webkit-keyframes MoveTopRight {
    0% {
        transform: translate(0, -50%);
    }
    100% {
        transform: translate(0);
    }
}
@keyframes MoveTopRight {
    0% {
        transform: translate(0, -50%);
    }
    100% {
        transform: translate();
    }
}
@-webkit-keyframes MoveUpDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}
@keyframes MoveUpDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}
@-webkit-keyframes ZoomInOut {
    0% {
        transform: scale(0.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ZoomInOut {
    0% {
        transform: scale(0.1);
    }
    100% {
        transform: scale(1);
    }
}
@-webkit-keyframes Animated3 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}
@keyframes Animated3 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}
@-webkit-keyframes Animated4 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}
@keyframes Animated4 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}
@keyframes UpToDown {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 9999999;
    right: 0;
    bottom: 0;
}

#preloader-status {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loading-container {
    height: 100%;
}

.loading-container div {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    float: left;
    margin: 0 3px;
    background-color: #6e65e5;
    animation: grow 2s linear infinite alternate;
}

.loading-container .ball1 {
    z-index: 1;
    -moz-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation: grow 4.4s infinite ease-in-out;
}

.loading-container .ball2 {
    -moz-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading-container .ball3 {
    -moz-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loading-container .ball4 {
    -moz-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-moz-keyframes grow {
    0% {
        -moz-transform: scale(0);
    }
    25% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(0);
    }
    75% {
        -moz-transform: scale(1);
        background: #ffffff;
    }
    100% {
        -moz-transform: scale(0);
        background: #ffffff;
    }
}
@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(0);
    }
    25% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0);
    }
    75% {
        -webkit-transform: scale(1);
        background: #ffffff;
    }
    100% {
        -webkit-transform: scale(0);
        background: #ffffff;
    }
}
@keyframes grow {
    0% {
        -webkit-transform: scale(0);
    }
    25% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0);
    }
    75% {
        -webkit-transform: scale(1);
        background: #ffffff;
    }
    100% {
        -webkit-transform: scale(0);
        background: #ffffff;
    }
}
.scrollup-wrapper {
    position: fixed;
    right: 40px;
    bottom: 20px;
    z-index: 9999;
}

.scrollup-btn {
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 26px;
    color: #141f39;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background-color: #6e65e5;
    border-radius: 50px;
    align-items: center;
    cursor: pointer;
}
.scrollup-btn i {
    margin-top: -3px;
    display: block;
    color: #ffffff;
}

.header-area {
    z-index: 999;
    position: relative;
}
.header-area.style-2 {
    margin-bottom: 0;
}

.header-top {
    background-color: #6e65e5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 0;
}
.header-top .desc {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
@media (max-width: 991px) {
    .header-top {
        display: none;
    }
}
.header-top .header-top-btn {
    position: relative;
    padding: 4px 12px;
    font-family: "Urbanist", sans-serif;
    color: #6e65e5;
    background-color: #ffffff;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    z-index: 2;
}
.header-top .social-profile {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: flex-end;
}
.header-top .social-profile a {
    font-size: 16px;
    color: #ffffff;
    transition: 0.3s;
    transform: scale(1);
}
.header-top .social-profile a:hover {
    transition: all 0.5s ease-out;
    transform: scale(1.4);
    color: #1eae98;
}

.header-menu-area {
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease 0s;
    background-color: transparent;
    font-family: "Urbanist", sans-serif;
}
.header-menu-area.sticky-header {
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease 0s;
}
.header-menu-area.fixed-header {
    position: fixed;
}
.header-menu-area.sticky_menu {
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    background: #fff;
}
.header-menu-area.sticky_menu .logo {
    height: 84px;
}
.header-menu-area.sticky_menu .logo:before {
    display: none;
}
.header-menu-area.sticky_menu .logo .standard-logo {
    display: none;
}
.header-menu-area.sticky_menu .logo .sticky-logo {
    display: block;
}
.header-menu-area.sticky_menu .logo .sticky-logo img {
    width: 170px;
    transition: all 0.5s ease-out;
}
.header-menu-area.sticky_menu .main-menu > ul > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}
.header-menu-area .logo {
    position: relative;
    z-index: 999;
    height: 90px;
    display: flex;
    align-items: center;
    margin-left: -3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-menu-area .logo {
        height: 100px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .header-menu-area .logo {
        height: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .header-menu-area .logo .standard-logo {
        display: none;
    }
}
.header-menu-area .logo .standard-logo img {
    transition: all 0.5s ease-out;
}
.header-menu-area .logo .sticky-logo {
    display: none;
}
@media only screen and (max-width: 767px) {
    .header-menu-area .logo .sticky-logo {
        width: 170px;
    }
}
@media only screen and (max-width: 1199px) {
    .header-menu-area .logo .sticky-logo {
        display: block;
    }
}
.header-menu-area .logo .sticky-logo img {
    transition: all 0.5s ease-out;
}
.header-menu-area .logo .retina-logo {
    display: none;
}

.main-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
}
.main-menu ul li {
    display: inline-block;
    padding: 0;
    position: relative;
}
.main-menu ul li.active {
    position: relative;
}
.main-menu ul li.active > a {
    color: #525256;
}
.main-menu ul li.dropdown > a {
    padding-right: 32px;
}
.main-menu ul li.dropdown > a:after {
    visibility: visible;
    transform: scale(1);
}
.main-menu ul li.dropdown .dropdown > a:before {
    visibility: visible;
    transform: scale(1);
}
.main-menu ul li ul.submenu li.active > a {
    position: relative;
    z-index: 2;
    color: #ffffff;
}
.main-menu ul li ul.submenu li.active > a:after {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    z-index: -1;
}
.main-menu ul li a {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    color: #141f39;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
.main-menu ul li a:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    font-weight: 500;
    margin-left: auto;
    position: absolute;
    right: 12px;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.5s ease-out;
}
.main-menu ul li a:hover {
    color: #6e65e5;
}
.main-menu ul li a:hover:after {
    border-color: #6e65e5;
    transform: rotate(180deg);
}
.main-menu ul li:hover > ul {
    visibility: visible;
    transition: all 300ms ease;
    opacity: 1;
    transform: scaleY(1);
}
.main-menu ul li ul li:hover ul {
    visibility: visible;
    top: -2px;
}
.main-menu ul ul {
    background-color: #ffffff;
    left: 4px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    visibility: hidden;
    z-index: 99999;
    transition: all 300ms ease;
    box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    transform-origin: top;
    transform: scaleY(0);
    padding: 16px 30px 15px;
    border-radius: 4px;
    border: 1px solid #ebeeee;
}
.main-menu ul ul li {
    float: none;
    width: 210px;
}
.main-menu ul ul li ul {
    visibility: hidden;
}
.main-menu ul ul li i {
    float: right;
}
.main-menu ul ul li a {
    line-height: 120%;
    padding: 10px 0;
    color: #141f39;
    border-bottom: 1px solid #f5f5f5;
    margin-left: 0;
    font-size: 16px;
}
.main-menu ul ul li a:before {
    position: absolute;
    left: 0;
    content: "\f068";
    font-size: 12px;
    font-family: "Font Awesome 6 Pro";
    visibility: hidden;
    transform: scale(0);
    transition: all 0.5s ease-out;
}
.main-menu ul ul li a:hover {
    color: #141f39;
    padding-left: 20px;
}
.main-menu ul ul li a:hover:before {
    visibility: visible;
    transform: scale(1);
}
.main-menu ul ul li:last-child a {
    border-bottom: 0px;
}
.main-menu ul ul ul {
    left: 100%;
    opacity: 0;
    border-top: 0px;
    transition: all 0.5s ease-out;
}

.animation {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slideUpIn {
    -webkit-animation-name: slideUpIn;
    animation-name: slideUpIn;
}

.header-btn {
    margin-left: 26px;
    display: flex;
    align-items: center;
    gap: 31px;
}
@media only screen and (max-width: 1199px) {
    .header-btn {
        display: none;
    }
}
.header-btn .header-single-btn {
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
    border-radius: 50px;
    padding: 16px 32px;
    background-color: #141f39;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.header-btn .header-single-btn:hover {
    background-color: #6e65e5;
}
@media only screen and (max-width: 1199px) {
    .header-btn {
        display: none;
    }
}

.header-area.style-two.has-header-top .header-menu-area.sticky_menu .logo {
    height: 75px;
    margin-top: inherit;
}
.header-area.style-two.has-header-top .header-menu-area .logo {
    height: 162px;
    margin-top: -42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area.style-two.has-header-top .header-menu-area .logo {
        height: 120px;
        margin-top: inherit;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.style-two.has-header-top .header-menu-area .logo {
        height: 100px;
        margin-top: inherit;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .header-area.style-two.has-header-top .header-menu-area .logo {
        height: 80px;
        margin-top: inherit;
    }
}
.header-area.style-two .header-top .header-top-btn a {
    margin-bottom: inherit;
    padding: 6px 46px;
}
.header-area.style-two .header-top .header-top-btn a:hover:before {
    transition: all 0.5s ease-out;
    background-color: #1eae98;
}
.header-area.style-two .header-top .header-top-btn a:before {
    border-radius: 0;
    transform: skewX(-20deg);
    transition: all 0.5s ease-out;
}
.header-area.style-two .header-menu-area .logo:before {
    border-radius: 0;
    transform: skewX(-20deg);
    bottom: 0;
    height: 190px;
}

.header-area.style-three .header-top .header-top-btn a {
    margin-bottom: inherit;
    padding: 6px 30px;
}
.header-area.style-three .header-top .header-top-btn a:before {
    border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area.style-three .header-top .header-top-btn {
        display: none;
    }
}
.header-area.style-three .header-menu-area .logo:before {
    display: none;
}

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

.mean-container .mean-nav {
    background: none;
}

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

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

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

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: #141f39;
    border-top: 1px solid #dfe2e9;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 22px;
    font-weight: 500;
    position: relative;
}

.mean-container .mean-nav ul li.dropdown a {
    position: relative;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #141f39;
    line-height: 30px;
    top: 0;
    font-weight: 400;
    position: absolute;
}
.mean-container .mean-nav ul li a.mean-expand:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
}

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

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

.mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked {
    background-color: #141f39;
    color: #ffffff;
}

.mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked i {
    color: #ffffff;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: #ffffff;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    color: #ffffff;
}

.mobile-menu-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-menu-bar a i {
    color: #141f39;
    font-size: 22px;
}

.menu-sidebar-area {
    position: fixed;
    right: -485px;
    top: 0;
    width: 465px;
    height: 100%;
    background-color: #ffffff;
    overflow-y: scroll;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 9999;
}
@media (max-width: 560px) {
    .menu-sidebar-area {
        width: 375px;
    }
}
.menu-sidebar-area .menu-sidebar-logo {
    display: inline-block;
    width: 180px;
}
.menu-sidebar-area .menu-sidebar-wrapper {
    position: relative;
    padding: 40px;
}
.menu-sidebar-area.active {
    right: 0;
}
.menu-sidebar-area .menu-sidebar-close {
    position: absolute;
    top: 40px;
    right: 32px;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    height: 45px;
    width: 45px;
    background-color: transparent;
    color: #141f39;
    border-radius: 50%;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn:hover {
    background-color: #6e65e5;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}
.menu-sidebar-area
    .menu-sidebar-content
    .menu-sidebar-single-widget
    .menu-sidebar-title {
    margin-bottom: 5px;
}
.menu-sidebar-area
    .menu-sidebar-content
    .menu-sidebar-single-widget
    .header-contact-info {
    display: flex;
    align-items: center;
    gap: 0 24px;
    padding: 6px 0;
    flex-wrap: wrap;
    flex-direction: column;
}
.menu-sidebar-area
    .menu-sidebar-content
    .menu-sidebar-single-widget
    .header-contact-info
    span {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #141f39;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    width: 100%;
}
.menu-sidebar-area
    .menu-sidebar-content
    .menu-sidebar-single-widget
    .header-contact-info
    span.contact-info-item {
    gap: 0 10px !important;
}
.menu-sidebar-area
    .menu-sidebar-content
    .menu-sidebar-single-widget
    .header-contact-info
    span
    a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #141f39;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.menu-sidebar-area
    .menu-sidebar-content
    .menu-sidebar-single-widget
    .social-profile {
    margin-top: 20px;
    border-top: 1px solid #dfe2e9;
    width: 100%;
    padding-top: 20px;
}
.menu-sidebar-area
    .menu-sidebar-content
    .menu-sidebar-single-widget
    .social-profile
    a {
    color: #141f39;
    font-size: 22px;
    border-color: #141f39;
    transition: all 0.5s ease-out;
}
.menu-sidebar-area
    .menu-sidebar-content
    .menu-sidebar-single-widget
    .social-profile
    a:hover {
    color: #ffffff;
    background-color: #141f39;
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
}
.body-overlay.active {
    opacity: 1;
    visibility: visible;
}
.body-overlay:hover {
    cursor: pointer;
}

.slider-container {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-container {
        padding: 0 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-container {
        padding: 0 12px;
    }
}

.slider-area {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider-area .shape-one {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 48px;
    right: 50%;
    transform: rotate(180deg);
    animation: Rotating-reverse 9s linear infinite;
    transform-origin: top left;
}
@media (max-width: 1339px) {
    .slider-area .shape-one {
        display: none;
    }
}
@media (min-width: 1440px) {
    .slider-area .shape-two {
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        bottom: 271px;
        left: 42px;
        transform: rotate(0deg);
        animation: Rotating 5s linear infinite;
        transform-origin: bottom left;
    }
}
.slider-area:hover .slider-arrow-btn {
    visibility: visible;
    transition: all 0.5s ease-out;
}
.slider-area:hover .slider-arrow-btn.prev-btn {
    margin-left: 30px;
}
.slider-area:hover .slider-arrow-btn.next-btn {
    margin-right: 30px;
}
.slider-area .slider-wrapper .slick-active .slider-short-title,
.slider-area .slider-wrapper .slick-active .slider-title,
.slider-area .slider-wrapper .slick-active .slider-short-desc,
.slider-area .slider-wrapper .slick-active .slider-btn-wrapper {
    -webkit-animation-name: MovefadeUp;
    animation-name: MovefadeUp;
    -webkit-animation-fill-mode: both;
}
.slider-area .slider-wrapper .slick-active .slider-short-title {
    animation-delay: 0.3s;
    animation-duration: 0.3s;
}
.slider-area .slider-wrapper .slick-active .slider-title {
    animation-delay: 0.5s;
    animation-duration: 0.5s;
}
.slider-area .slider-wrapper .slick-active .slider-short-desc {
    animation-delay: 0.7s;
    animation-duration: 0.7s;
}
.slider-area .slider-wrapper .slick-active .slider-btn-wrapper {
    animation-delay: 0.9s;
    animation-duration: 0.9s;
}
.slider-area .slider-wrapper .slick-dots {
    display: flex;
    gap: 0;
    position: absolute;
    bottom: 0;
    right: 96px;
    transform: translateY(-50%);
    z-index: 2;
    flex-direction: row;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area .slider-wrapper .slick-dots {
        display: none !important;
        position: relative;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        right: 70px;
        transform: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .slider-wrapper .slick-dots {
        right: 12px;
    }
}
.slider-area .slider-wrapper .slick-dots li {
    line-height: 0;
    border: 3px solid transparent;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: -5px;
    transition: all 0.5s ease-out;
    position: relative;
}
.slider-area .slider-wrapper .slick-dots li:before,
.slider-area .slider-wrapper .slick-dots li:after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
}
.slider-area .slider-wrapper .slick-dots li:before {
    border: 3px solid transparent;
}
.slider-area .slider-wrapper .slick-dots li:hover:before {
    border-top-color: #141f39;
    border-right-color: #141f39;
    border-bottom-color: #141f39;
    transition: border-top-color 0.15s linear,
        border-right-color 0.15s linear 0.1s,
        border-bottom-color 0.15s linear 0.2s;
}
.slider-area .slider-wrapper .slick-dots li:after {
    border: 0 solid transparent;
}
.slider-area .slider-wrapper .slick-dots li:hover:after {
    border-top: 3px solid #141f39;
    border-left-width: 3px;
    border-right-width: 3px;
    transform: rotate(270deg);
}
.slider-area .slider-wrapper .slick-dots li button {
    font-size: 0;
    line-height: 14px;
    padding: 0;
    width: 12px;
    height: 12px;
    background-color: #c3e4de;
    color: #ffffff;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .slick-dots li.slick-active {
    transition: all 0.5s ease-out;
    border-color: #141f39;
}
.slider-area .slider-wrapper .slick-dots li.slick-active:before,
.slider-area .slider-wrapper .slick-dots li.slick-active:after {
    display: none;
}
.slider-area .slider-wrapper .slick-dots li.slick-active button {
    font-size: 16px;
    background: transparent;
    transition: all 0.5s ease-out;
}
.slider-area button.slider-arrow-btn {
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: 0.3s;
    z-index: 99;
    background-color: #6e65e5;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    visibility: hidden;
    transition: all 0.5s ease-out;
}
@media (max-width: 1650px) {
    .slider-area button.slider-arrow-btn {
        width: 44px;
        height: 44px;
        bottom: 30px !important;
    }
}
@media (max-width: 767px) {
    .slider-area button.slider-arrow-btn {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 1650px) {
    .slider-area button.slider-arrow-btn {
        bottom: 0;
        top: unset;
        display: none !important;
    }
}
.slider-area button.slider-arrow-btn.prev-btn {
    left: 0;
    margin-left: -70px;
    transition: all 0.5s ease-out;
}
@media (max-width: 1650px) {
    .slider-area button.slider-arrow-btn.prev-btn {
        left: 50%;
        margin-left: -50px;
    }
}
.slider-area button.slider-arrow-btn.next-btn {
    right: 0;
    margin-right: -70px;
    transition: all 0.5s ease-out;
}
@media (max-width: 1650px) {
    .slider-area button.slider-arrow-btn.next-btn {
        right: 50%;
        margin-right: -50px;
    }
}
.slider-area button.slider-arrow-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 21px;
}
.slider-area button.slider-arrow-btn:hover {
    transition: all 0.5s ease-out;
    background-color: #ff5a00;
}
.slider-area button.slider-arrow-btn:hover i {
    transition: all 0.5s ease-out;
}
.slider-area .single-slider {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
    padding: 150px 48px 82px 48px;
    height: 935px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area .single-slider {
        padding: 130px 0 64px 0;
        height: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider {
        height: 600px;
        padding: 120px 32px 64px 24px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .single-slider {
        height: 700px;
        padding: 80px 24px 64px 24px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .slider-area .single-slider {
        height: 750px;
    }
}
.slider-area .single-slider .slider-content-wrapper {
    position: relative;
    z-index: 99;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area .single-slider .slider-content-wrapper {
        padding: 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider .slider-content-wrapper {
        padding: 0;
    }
}
.slider-area .single-slider .slider-content-wrapper .shape {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area .single-slider .slider-content-wrapper .slider-content {
        text-align: center;
        position: relative;
        z-index: 5;
    }
}
.slider-area
    .single-slider
    .slider-content-wrapper
    .slider-content
    .slider-short-title {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 22px;
    color: #ff5a00;
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    text-transform: uppercase;
    z-index: 99;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-short-title {
        font-size: 16px;
    }
}
.slider-area
    .single-slider
    .slider-content-wrapper
    .slider-content
    .slider-title {
    font-family: "Urbanist", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 68px;
    line-height: 75px;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
    color: #141f39;
    position: relative;
    z-index: 10;
}
.slider-area
    .single-slider
    .slider-content-wrapper
    .slider-content
    .slider-title
    span {
    background-color: #ffcbbf;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 60px;
        line-height: 64px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 48px;
        line-height: 56px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 36px;
        line-height: 52px;
    }
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title
        br {
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 40px;
        line-height: 60px;
    }
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title
        br {
        display: none;
    }
}
.slider-area
    .single-slider
    .slider-content-wrapper
    .slider-content
    .slider-short-desc {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #525256;
}
@media (max-width: 1900px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-short-desc {
        font-size: 18px;
        line-height: 32px;
    }
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-short-desc
        br {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-short-desc {
        font-size: 18px;
        line-height: 32px;
    }
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-short-desc
        br {
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-short-desc {
        font-size: 16px;
        line-height: 32px;
    }
    .slider-area
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-short-desc
        br {
        display: none;
    }
}
.slider-area .single-slider .slider-image {
    position: relative;
    z-index: 2;
    right: 0;
    top: 0;
    height: 100%;
    margin-left: 56px;
    margin-right: -83px;
}
@media (max-width: 1900px) {
    .slider-area .single-slider .slider-image {
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area .single-slider .slider-image {
        animation: none;
        margin: 0 auto;
        text-align: center;
        margin-top: 32px;
    }
}
.slider-area .single-slider .slider-image img {
    height: 100%;
    position: relative;
    z-index: 5;
}
.slider-area .single-slider .slider-image .sketch {
    position: absolute;
    top: 0;
    right: 0;
    animation: MoveLeftRight 2s linear infinite alternate;
}
@media (max-width: 1339px) {
    .slider-area .single-slider .slider-image .sketch {
        display: none;
    }
}
.slider-area .single-slider .slider-image .achieve {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 24px;
    display: none;
}
@media (min-width: 1440px) {
    .slider-area .single-slider .slider-image .achieve {
        width: auto;
        height: auto;
        position: absolute;
        bottom: 0;
        left: -62px;
        transform: translate(50%, 50%);
        animation: MoveUpDown 2s linear infinite alternate;
        z-index: 8;
        display: flex;
    }
}
.slider-area .single-slider .slider-image .achieve .content {
    text-align: center;
}
.slider-area .single-slider .slider-image .achieve .content h2 {
    color: #6e65e5;
    font-family: "DM Sans", sans-serif;
    font-size: 62px;
    line-height: 110%;
    letter-spacing: -1.24px;
}
.slider-area .single-slider .slider-image .achieve .content p {
    color: #525256;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.slider-btn-wrapper {
    margin-top: 48px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-btn-wrapper {
        margin-top: 30px;
        justify-content: center;
    }
}
.slider-btn-wrapper .slider-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 32px;
    text-align: center;
    border-radius: 50px;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    color: #ffffff;
    background: #ff5a00;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-btn-wrapper .slider-btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}
.slider-btn-wrapper .slider-btn.active {
    background: #141f39;
    color: #ffffff;
    border: 1px solid transparent;
}
.slider-btn-wrapper .slider-btn.active:hover {
    background: transparent;
    color: #141f39;
    border: 1px solid #141f39;
}
.slider-btn-wrapper .slider-btn:hover {
    background: #141f39;
    color: #ffffff;
    border-color: transparent;
}
.slider-btn-wrapper.style-two {
    justify-content: center;
}
@media (min-width: 768px) {
    .slider-btn-wrapper.style-two {
        justify-content: start;
    }
}
.slider-btn-wrapper.style-two .slider-btn {
    border-color: #5e6f92;
    color: #141f39;
}
.slider-btn-wrapper.style-two .slider-btn.active {
    border-color: transparent;
}
.slider-btn-wrapper.style-two .slider-btn.active:hover {
    border-color: #5e6f92;
    color: #141f39;
}
.slider-btn-wrapper.style-two .slider-btn:hover {
    border-color: transparent;
}

.slider-area.style-2 {
    position: relative;
}
@media (max-width: 991px) {
    .slider-area.style-2 .social-share {
        display: none;
    }
}
.slider-area.style-2 .single-slider {
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area.style-2 .single-slider {
        height: 720px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area.style-2 .single-slider {
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area.style-2 .single-slider {
        height: 500px;
    }
}
.slider-area.style-2 .single-slider:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 290px solid #6e65e5;
    border-left: 117px solid transparent;
    z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area.style-2 .single-slider:after {
        display: none;
    }
}
.slider-area.style-2 .slider-wrapper .container {
    position: relative;
}
.slider-area.style-2 .slider-wrapper .slider-shape-top-triangle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1eae98;
    top: 0;
    left: -100%;
    margin-left: -228px;
    transform: skewX(-20deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area.style-2 .slider-wrapper .slider-shape-top-triangle {
        left: -80%;
    }
}
.slider-area.style-2 .slider-wrapper .slider-shape-bottom-left {
    position: absolute;
    width: 215px;
    height: 130px;
    background: #1eae98;
    bottom: 0;
    left: -140px;
    transform: skewX(-22deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area.style-2 .slider-wrapper .slider-shape-bottom-left {
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area.style-2 .slider-wrapper .slider-shape-bottom-left {
        display: none;
    }
}
.slider-area.style-2 .slider-wrapper .slider-image {
    position: relative;
    z-index: 2;
    float: right;
    margin-top: inherit;
    animation: MoveLeftRight 2s linear infinite alternate;
    right: -50px;
}
.slider-area.style-2 .slider-wrapper .slider-image img {
    float: right;
}
.slider-area.style-2 .slider-wrapper .slider-image:before {
    position: absolute;
    content: "";
    width: 520px;
    height: 2000px;
    background-color: #eb936d;
    border-radius: 0;
    top: -1000px;
    transform: skewX(-22deg);
    z-index: -1;
    right: -160px;
}

.slider-area.style-3 {
    position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area.style-3 .single-slider {
        height: 450px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .slider-area.style-3 .single-slider {
        padding-bottom: 0;
    }
}
.slider-area.style-3 .single-slider .slider-overlay {
    background: linear-gradient(
        135deg,
        rgb(30, 174, 152) 0%,
        rgb(0, 91, 172) 100%
    );
    opacity: 0.659;
}
.slider-area.style-3 .single-slider .slider-content-wrapper {
    gap: 100px;
    margin-top: -60px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area.style-3 .single-slider .slider-content-wrapper {
        margin-top: inherit;
    }
}
.slider-area.style-3 .single-slider .slider-content-wrapper .slider-content {
    width: 100%;
    text-align: center;
}
.slider-area.style-3
    .single-slider
    .slider-content-wrapper
    .slider-content
    .slider-short-title {
    font-size: 36px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area.style-3
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-short-title {
        font-size: 20px;
        line-height: 28px;
    }
}
.slider-area.style-3
    .single-slider
    .slider-content-wrapper
    .slider-content
    .slider-title {
    font-size: 120px;
    line-height: 132px;
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
    .slider-area.style-3
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 78px;
        line-height: 90px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area.style-3
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 78px;
        line-height: 90px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area.style-3
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 60px;
        line-height: 72px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .slider-area.style-3
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 42px;
        line-height: 52px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
    .slider-area.style-3
        .single-slider
        .slider-content-wrapper
        .slider-content
        .slider-title {
        font-size: 38px;
        line-height: 50px;
    }
}
.slider-area.style-3 button.slider-arrow-btn {
    display: block !important;
}
.slider-area.style-3 .slider-wrapper .slick-dots {
    display: none !important;
}

.icon-card {
    display: flex;
    gap: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .icon-card {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .icon-card {
        align-items: center;
    }
}
.icon-card:hover .icon i {
    animation: bounceIn;
    animation-duration: 0.9s;
}
.icon-card .icon {
    width: auto;
    height: 64px;
    display: flex;
    flex-shrink: 0;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #d6d6d6;
}
.icon-card .icon.primary {
    background-color: #e5e3fd;
}
.icon-card .icon.secondary {
    background-color: #ffe2da;
}
.icon-card .icon.textSecondary i {
    color: #ff5a00;
}
.icon-card .icon i {
    font-size: 30px;
    color: #6e65e5;
}
.icon-card .icon i.secondary {
    color: #ff5a00;
}
.icon-card .icon img {
    width: 100%;
    transition: all 0.5s ease-out;
}
.icon-card .content {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .icon-card .content {
        padding-right: 0;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .icon-card .content {
        padding-right: 0;
    }
}
.icon-card .content .title {
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    line-height: 34px;
    color: #141f39;
    margin-bottom: 0;
}
.icon-card .content .desc {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #525256;
    margin-bottom: 0;
}
.icon-card .content .more-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
    color: #141f39;
    margin-top: 8px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .icon-card .content .more-btn {
        justify-content: center;
    }
}
.icon-card .content .more-btn:hover {
    color: #ff5a00;
}
.icon-card .meta-user {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}
.icon-card .meta-user .meta-user-content {
    display: flex;
    flex-direction: column;
}
.icon-card .meta-user .meta-user-content .title,
.icon-card .meta-user .meta-user-content a {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
.icon-card .meta-user .meta-user-content .desc {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.icon-card.style-2 {
    background-color: #ffffff;
    border-radius: 16px;
    flex-direction: column;
    padding: 20px;
    border-radius: 24px;
    box-shadow: 12px 12px 50px 0px rgba(175, 186, 221, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .icon-card.style-2 {
        align-items: start;
        padding: 32px;
    }
}
.icon-card.style-2 .icon {
    border: none;
    background-color: transparent;
    position: relative;
}
.icon-card.style-2 .icon img {
    position: relative;
    z-index: 3;
    width: auto;
}
.icon-card.style-2 .content {
    padding-right: 0;
}
.icon-card.style-2 .content .desc {
    font-size: 18px;
    line-height: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .icon-card.style-2 .content .desc {
        font-size: 16px;
    }
}
.icon-card.style-2 .sketch {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(50%, -50%);
    transition: all 0.5s ease-out;
}
.icon-card.style-2:hover .sketch {
    visibility: visible;
    opacity: 1;
    transform: translate(0%, 0%);
}
.icon-card.style-2:hover .icon:before {
    animation: ZoomInOut 1s;
}

.icon-card.style-3 {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 12px 12px 50px 0px rgba(175, 186, 221, 0.2);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .icon-card.style-3 {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .icon-card.style-3 {
        flex-direction: column;
        align-items: start;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .icon-card.style-3 {
        flex-direction: column;
        padding: 32px;
    }
}
.icon-card.style-3 .icon {
    border-color: transparent;
}
.icon-card.style-3 .icon i {
    font-size: 32px;
}
.icon-card.style-3 .content {
    text-align: start;
    padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .icon-card.style-3 .content {
        align-items: center;
        text-align: center;
    }
}
.icon-card.style-3 .sketch {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
}
.icon-card.style-3 .contact-info {
    text-align: center;
    border-top: 1px solid #e7e7e7;
    padding-top: 32px;
    width: 100%;
}
.icon-card.style-3 .contact-info h6 {
    color: #015dff;
}
.icon-card.style-3 .contact-info p a {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #525256;
    margin: 0;
}
.icon-card.style-3:hover .sketch {
    visibility: visible;
    opacity: 1;
}
.icon-card.style-4 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 0;
    border: 1px solid #d6d6d6;
    border-radius: 12px;
}
.icon-card.style-4 .icon {
    border-color: transparent;
    background-color: transparent;
}
.icon-card.style-4 .content {
    padding: 0 66px;
}

.about-image-card {
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 32px;
}
.about-image-card .sketch {
    position: absolute;
    top: 15%;
    left: -24px;
    transform: translate(-50%, -50%);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-image-card .sketch {
        display: none;
    }
}
.about-image-card .main-img {
    position: relative;
}
@media (max-width: 1199px) {
    .about-image-card .main-img {
        animation: unset;
    }
}
.about-image-card .main-img .main:hover {
    animation: rotateIn;
    animation-duration: 2s;
    animation-delay: 0.3s;
}
.about-image-card .main-img .rubber:hover {
    animation: rubberBand;
    animation-duration: 2s;
}
.about-image-card .main-img .first,
.about-image-card .main-img .second,
.about-image-card .main-img .center {
    position: absolute;
    overflow: hidden;
}
.about-image-card .main-img .first {
    left: -54px;
    top: -50px;
    border-radius: 24px;
    z-index: 10;
    animation: MoveUpDown 2s linear infinite alternate;
    transition: all 0.5s ease-out;
}
.about-image-card .main-img .first:hover img {
    width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-image-card .main-img .first {
        left: 0;
        width: 50%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .about-image-card .main-img .first {
        width: 50%;
        left: 0;
    }
}
.about-image-card .main-img .center {
    width: 245px;
    height: 245px;
    background: linear-gradient(
        180deg,
        rgba(189, 184, 254, 0.5) 0%,
        rgba(189, 184, 254, 0) 100%
    );
    top: 0;
    left: 0;
    transform: translate(50%, 50%);
    border-radius: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-image-card .main-img .center {
        transform: translate(12%, 13%);
    }
}
.about-image-card .main-img .second {
    right: -48px;
    bottom: -48px;
    border-radius: 24px;
    box-shadow: 12px 12px 50px 0px rgba(175, 186, 221, 0.2);
    animation: MoveLeftRight 2s linear infinite alternate;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-image-card .main-img .second {
        right: 0;
        bottom: 0;
        width: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image-card .main-img .second {
        right: 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1900px) {
    .about-image-card .main-img .second {
        width: 50%;
        right: 0;
    }
}
.about-image-card .team-card {
    position: absolute;
    bottom: 50px;
    left: 0;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    display: flex;
    flex-direction: column;
    gap: 24px;
    transform: translate(-30%, 0);
    animation: teamMove 2s linear infinite alternate;
}
@keyframes teamMove {
    0% {
        transform: translate(-30%, 0);
    }
    100% {
        transform: translate(-30%, 10%);
    }
}
.about-image-card .team-card h5 {
    margin: 0;
}
@media (max-width: 991px) {
    .about-image-card .team-card {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image-card .team-card {
        animation: unset !important;
        left: 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .about-image-card .team-card {
        bottom: 12px;
    }
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
    .about-image-card .team-card {
        left: 24px;
    }
}
.about-image-card .team-card .users {
    display: flex;
}
.about-image-card .team-card .users span {
    margin-left: -16px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #141f39;
}
.about-image-card .team-card .users span:first-child {
    margin-left: 0;
}
.about-image-card .team-card .users span:last-child {
    background-color: #6e65e5;
}
.about-image-card .collaboration {
    padding: 24px;
    padding-right: 21px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, 50%);
    background-color: #ffffff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    animation: collabMove 2s linear infinite alternate;
}
@keyframes collabMove {
    0% {
        transform: translate(50%, 50%);
    }
    100% {
        transform: translate(50%, 65%);
    }
}
@media (max-width: 1199px) {
    .about-image-card .collaboration {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .about-image-card .collaboration {
        left: 12px;
        transform: translate(50%, 50%);
    }
}
.about-image-card .collaboration p {
    color: #6b6b76;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    display: inline-block;
    margin: 0;
}

.about-image-card.style-2 {
    background-size: cover;
    position: relative;
}
.about-image-card.style-2 .dot {
    width: 16px;
    height: 16px;
    position: absolute;
}
.about-image-card.style-2 .dot.square {
    background-color: #fd4342;
    left: 90px;
    top: 90px;
    border-radius: 2px;
    transform: rotate(45deg);
}
.about-image-card.style-2 .dot.circle {
    background-color: #188efe;
    border-radius: 50px;
    top: 90px;
    right: 120px;
}
.about-image-card.style-2 .main-img img {
    margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image-card.style-2 .main-img img {
        height: auto;
    }
}
.about-image-card.style-2 .visitor {
    position: absolute;
    left: -50px;
    bottom: 0;
    animation: MoveLeftRight 2s linear infinite alternate;
}
.about-image-card.style-2 .status {
    position: absolute;
    right: 51px;
    top: -7px;
    transform: translate(50%, 50%);
    animation: StatusMove 3s linear infinite alternate;
}
@keyframes StatusMove {
    0% {
        transform: translate(50%, 30%);
    }
    100% {
        transform: translate(50%, 50%);
    }
}
@media (max-width: 1199px) {
    .about-image-card.style-2 .status {
        display: none;
    }
}

.about-image-card.style-3 .status {
    position: absolute;
    left: 25px;
    bottom: -58px;
    animation: MoveLeftRight 2s linear infinite alternate;
}
@media (max-width: 1199px) {
    .about-image-card.style-3 .status {
        display: none;
    }
}
.about-image-card.style-4 .collaboration.style-2 {
    position: absolute;
    right: 0;
    top: 0;
    left: unset;
    transform: translate(50%, 50%);
    animation: CollMoveTwo 2s linear infinite alternate;
}
@keyframes CollMoveTwo {
    0% {
        transform: translate(50%, 30%);
    }
    100% {
        transform: translate(50%, 50%);
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-image-card.style-4 .collaboration.style-2 {
        transform: translate(0);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image-card.style-4 .collaboration.style-2 {
        transform: translate(-50%, 50%);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image-card.style-4 .collaboration.style-2 {
        transform: translate(0);
    }
}
.about-image-card.style-4 .team-card.style-2 {
    position: absolute;
    left: 0;
    bottom: 45px;
    top: unset;
    right: unset;
    transform: translate(-27%, 0%);
    animation: TeamMoveTwo 3s linear infinite alternate;
}
@keyframes TeamMoveTwo {
    0% {
        transform: translate(-27%, 0%);
    }
    100% {
        transform: translate(-27%, -10%);
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-image-card.style-4 .team-card.style-2 {
        transform: translate(0);
        bottom: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image-card.style-4 .team-card.style-2 {
        transform: translate(0);
        bottom: 24px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image-card.style-4 .team-card.style-2 {
        transform: translate(0);
        bottom: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image-card.style-4 .main-img {
        display: flex;
        justify-content: center;
    }
}

.about-info-card .section-title .title {
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-info-card .section-title .title {
        font-size: 38px;
    }
}
.about-info-card .icon-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 48px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-info-card .icon-card-wrapper {
        gap: 30px;
        padding-right: 0;
        text-align: center;
    }
}

.about-info-card.style-2 .section-title {
    margin-bottom: 24px;
}
.about-info-card.style-2 .list-item-wrapper {
    margin-bottom: 40px;
}
.about-info-card.style-2 .list-item-wrapper ul {
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}

.video-popup-card {
    position: relative;
}
.video-popup-card .shape {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, -100%);
}
@media (max-width: 1199px) {
    .video-popup-card .shape {
        display: none;
    }
}
.video-popup-card .video-popup-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-popup-card .video-popup-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}
.video-popup-card .video-popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-popup-card.style-two {
    padding: 0;
    margin-bottom: -78px;
    box-shadow: none;
}
@media (max-width: 991px) {
    .video-popup-card.style-two {
        margin-bottom: 80px;
    }
}
.video-popup-card.style-two .video-popup-btn a {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 103, 49, 0.84);
    background-image: none;
}
.video-popup-card.style-three {
    overflow: visible;
    padding: 0;
    box-shadow: none;
}
.video-popup-card.style-three .video-popup-image {
    border-radius: 12px;
    overflow: hidden;
}
.video-popup-card.style-three .video-popup-btn {
    left: 0;
}
@media (max-width: 1199px) {
    .video-popup-card.style-three .video-popup-btn {
        left: 50%;
    }
}
.video-popup-card.style-three .video-popup-btn a {
    width: 135px;
    height: 135px;
    background: rgb(227, 0, 8);
    background: linear-gradient(
        45deg,
        rgb(227, 0, 8) 0%,
        rgb(250, 174, 0) 100%
    );
}
@media (max-width: 767px) {
    .video-popup-card.style-three .video-popup-btn a {
        width: 80px;
        height: 80px;
    }
}

.video-popup-btn:hover .swip .title-wrapper {
    transform: translateY(-30px);
}
.video-popup-btn:hover .swip .title-1 {
    transform: rotate(0deg);
}
.video-popup-btn:hover .swip .title-2 {
    transform: rotate(0);
}
.video-popup-btn a {
    display: flex;
    align-items: center;
    gap: 16px;
}
.video-popup-btn .icon {
    width: 63px;
    height: 63px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    background-color: #ff5a00;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    animation: ripple 3s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-popup-btn .icon i {
    color: #141f39;
    font-size: 24px;
}
.video-popup-btn .icon:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}
.video-popup-btn .swip {
    height: 28px;
    overflow: hidden;
    transition: all 0.5s ease-out;
}
.video-popup-btn .swip .title-wrapper {
    transition: all 0.5s ease-out;
}
.video-popup-btn .swip .title-1 {
    transform-origin: right center;
    transform: rotate(0deg);
    display: block;
}
.video-popup-btn .swip .title-2 {
    transform-origin: left center;
    transform: rotate(0deg);
    display: block;
}
.video-popup-btn .text {
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30.6px;
    color: #141f39;
}
.video-popup-btn.style-2 .icon {
    background-color: #ffffff;
}
.video-popup-btn.style-3 .icon {
    background-color: #ffffff;
    width: 88px;
    height: 88px;
}

.counter-card {
    z-index: 1;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-card {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .counter-card {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
    }
}

.counter-card-wrapper {
    margin: 40px 0;
    display: flex;
    gap: 95px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .counter-card-wrapper {
        gap: 20px;
        justify-content: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-card-wrapper {
        justify-content: center;
    }
}

.counter-item {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .counter-item {
        text-align: start;
    }
}
.counter-item .counter-title {
    display: flex;
    align-items: start;
    width: 100%;
    gap: 12px;
    flex-direction: column;
}
@media (max-width: 991px) {
    .counter-item .counter-title {
        align-items: center;
    }
}
.counter-item .number {
    color: #141f39;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .counter-item .number {
        font-size: 36px;
        line-height: 40px;
    }
}
.counter-item .title {
    margin: 0;
    color: #525256;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
}
.counter-item .text {
    margin: 0;
    color: #525256;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
}

.counter-up-area.style-2 .counter-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
    gap: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .counter-up-area.style-2 .counter-card-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
.counter-up-area.style-2 .counter-item {
    text-align: left;
    border-right: 1px solid #e7e7e7;
    padding: 20px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .counter-up-area.style-2 .counter-item {
        border-right: none;
        border-bottom: 1px solid #e7e7e7;
    }
}
.counter-up-area.style-2 .counter-item:last-child {
    border-right: none;
}
.counter-up-area.style-2 .counter-item .counter-title {
    align-items: center;
}

.process-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 32px;
    padding: 40px;
    padding-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-step {
        padding: 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process-step {
        padding: 12px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .process-step {
        margin-top: 12px;
        padding: 24px;
        padding-bottom: 0;
    }
}
.process-step:hover .icon-wrapper .icon:after {
    visibility: visible;
    transform: scale(1);
    transition: all 0.5s ease-out;
}
.process-step .arrow {
    position: absolute;
    right: -25%;
    top: 44px;
}
@media (max-width: 991px) {
    .process-step .arrow {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-step .arrow {
        right: -32%;
    }
}
.process-step .arrow.two {
    top: 84px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-step .arrow.two {
        top: 60px;
    }
}
.process-step .icon-wrapper {
    position: relative;
}
.process-step .icon-wrapper .icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bbb8ff;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}
.process-step .icon-wrapper .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ff5a00;
    position: absolute;
    visibility: hidden;
    border-radius: 50%;
    transform: scale(0);
}
.process-step .icon-wrapper .icon h3 {
    margin-bottom: 0;
    z-index: 3;
    position: relative;
}
.process-step .icon-wrapper .icon.second {
    background-color: #ffcec2;
}
.process-step .icon-wrapper .icon.third {
    background-color: #ffe597;
}
.process-step .content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center;
}
.process-step .content .desc {
    font-size: 18px;
    line-height: 32px;
    color: #525256;
    margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .process-step .content .desc {
        font-size: 16px;
    }
}
.process-step .content .title {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #141f39;
    margin-bottom: 0;
}
.process-step .content .title a {
    margin-bottom: 0;
}

.inner-wrapper {
    position: relative;
}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(1);
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}
.inner-wrapper .shape-one {
    position: absolute;
    top: 0;
    left: 0;
    animation: bounce 5s linear infinite;
}
@media (max-width: 991px) {
    .inner-wrapper .shape-one {
        display: none;
    }
}
.inner-wrapper .shape-two {
    position: absolute;
    top: 100px;
    right: 0;
    animation: rubberBand 5s linear infinite;
}
@media (max-width: 991px) {
    .inner-wrapper .shape-two {
        display: none;
    }
}

.testimonial-card {
    padding: 0 60px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
    border-radius: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-card {
        padding: 35px;
    }
}
.testimonial-card .content {
    text-align: center;
}
.testimonial-card .content .text {
    margin: 0;
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    padding: 0 170px;
    color: #525256;
}
@media (max-width: 991px) {
    .testimonial-card .content .text {
        padding: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card .content .text {
        padding: 32px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .testimonial-card .content .text {
        padding: 64px;
    }
}
.testimonial-card .meta-user {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
}
.testimonial-card .meta-user .image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 66px;
    height: 66px;
    border-radius: 50px;
    overflow: hidden;
}
.testimonial-card .meta-user .user-info {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-card .meta-user .user-info .info {
    display: flex;
    flex-direction: column;
}
.testimonial-card .meta-user .user-info .info h5 {
    margin: 0;
}
.testimonial-card .meta-user .user-info .info p {
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #525256;
}

.testimonial-card.style-2 {
    padding: 40px 60px;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    position: relative;
}
@media (max-width: 991px) {
    .testimonial-card.style-2 {
        padding: 30px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1900px) {
    .testimonial-card.style-2 {
        padding: 30px;
    }
}
.testimonial-card.style-2 .sketch {
    position: absolute;
    top: 0;
    right: 0;
}
.testimonial-card.style-2 .meta-user .image {
    border: 2px solid #ffffff;
}
@media only screen and (min-width: 625px) and (max-width: 767px) {
    .testimonial-card.style-2 .meta-user {
        flex-direction: column;
        text-align: center;
    }
}
.testimonial-card.style-2 .icon {
    font-size: 80px;
}
.testimonial-card.style-2 .icon.secondary i {
    color: #ff5a00;
}
.testimonial-card.style-2 .icon.pink i {
    color: #ffe3ee;
}
.testimonial-card.style-2 .content .text {
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32.4px;
    color: #525256;
}

button.testimonial-arrow-btn {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: 0.3s;
    z-index: 99;
    background-color: #ffffff;
    cursor: pointer;
    bottom: 0;
    overflow: hidden;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05);
}
button.testimonial-arrow-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #141f39;
    font-size: 21px;
    transition: all 0.5s ease-out;
}
button.testimonial-arrow-btn:hover {
    transition: all 0.5s ease-out;
    border-color: #eb936d;
    background-color: #6e65e5;
}
button.testimonial-arrow-btn:hover:before {
    width: 100%;
    transition: all 0.5s ease-out;
}

.testimonial-slider-arrow {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    gap: 12px;
}
@media (max-width: 991px) {
    .testimonial-slider-arrow {
        display: none;
    }
}

.testimonial-slider-wrapper.style-three .slick-list {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
}
@media (max-width: 767px) {
    .testimonial-slider-wrapper.style-three .slick-list {
        padding-bottom: 30px;
    }
}
.testimonial-slider-wrapper.style-three .slick-list .slick-slide {
    border-radius: 0;
    transition: all 0.5s ease-out;
}
.testimonial-slider-wrapper.style-three .slick-list .slick-slide.slick-active {
    box-shadow: none;
}
@media (max-width: 767px) {
    .testimonial-slider-wrapper.style-three
        .slick-list
        .slick-slide.slick-active {
        box-shadow: 1px 8px 44px rgba(20, 20, 43, 0.03);
        border-radius: 12px;
        transition: all 0.5s ease-out;
    }
}
.testimonial-slider-wrapper.style-three .slick-dots {
    margin-top: 20px;
    position: unset;
    padding-left: 0;
    flex-direction: row;
    justify-content: center;
}

.testimonial-slider-wrapper.has-backgorund-slider .slick-dots {
    margin-bottom: 0;
    position: unset;
    padding-left: 0;
    flex-direction: row;
    justify-content: center;
}

.accordion .accordion-item {
    margin-bottom: 24px;
    z-index: 1;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #d6d6d6 !important;
    border-radius: 12px;
}
.accordion .accordion-item.active {
    box-shadow: 12px 12px 50px 0px rgba(175, 186, 221, 0.2) !important;
}
.accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.accordion .accordion-item .accordion-header {
    border-radius: 12px;
    overflow: hidden;
}
.accordion .accordion-item .accordion-button {
    padding: 0;
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #141f39;
    padding: 32px;
    padding-bottom: 32px;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
    padding-bottom: 0;
}
.accordion .accordion-item .accordion-button:not(.collapsed):after {
    content: "\f068";
    background-color: #141f39;
    color: #ffffff;
}
.accordion .accordion-item .accordion-button:after {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "+";
    font-family: "Font Awesome 6 Pro";
    background-image: none;
    background-color: #f9f9f9;
    padding: 8px;
    transform: rotate(0deg);
    font-size: 20px;
    transition: all 0.5s ease-out;
}
.accordion .accordion-item .accordion-body {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 0;
    padding: 8px 85px 32px 32px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .accordion .accordion-item .accordion-body {
        padding-right: 15px;
    }
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    box-shadow: none;
}

.accordion .accordion-item.style-2 {
    padding-bottom: 24px;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
}
.accordion .accordion-item.style-2:last-child {
    border-bottom: none;
}
.accordion .accordion-item.style-2 .accordion-button {
    padding: 8px 0;
    background-color: transparent;
    box-shadow: none;
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    color: #141f39;
}
.accordion .accordion-item.style-2 .accordion-button:hover:after {
    background-color: #6e65e5;
    border-color: #6e65e5;
}
.accordion
    .accordion-item.style-2
    .accordion-button:hover:not(.collapsed)::after {
    background: #6e65e5;
}
.accordion .accordion-item.style-2 .accordion-button:after {
    background: unset;
    content: "\f175";
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    border: 1px solid #e7e7e7;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}
.accordion .accordion-item.style-2 .accordion-button:not(.collapsed)::after {
    background: unset;
}
.accordion .accordion-item.style-2 .accordion-body {
    padding: 8px 0 0;
}
.accordion .accordion-item.style-2 .accordion-body p {
    margin-bottom: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #525256;
}
.accordion .accordion-item.style-2 .accordion-body p:last-child {
    margin-bottom: 0;
}

.client-logo-area.style-1 .client-logo-wrapper {
    display: flex;
    justify-content: center;
}
.client-logo-area.style-1 .client-logo-wrapper .client-logo {
    flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .client-logo-area.style-1 .client-logo-wrapper .client-logo {
        margin-left: 16px;
    }
}
.client-logo-area.style-1 .client-logo-wrapper .client-logo .client-swip {
    height: 48px;
    overflow: hidden;
}
.client-logo-area.style-1
    .client-logo-wrapper
    .client-logo
    .client-swip
    .title-wrapper {
    transition: all 0.5s ease-out;
}
.client-logo-area.style-1
    .client-logo-wrapper
    .client-logo
    .client-swip
    .title-1 {
    transform-origin: right center;
    transform: rotate(0deg);
    display: block;
}
.client-logo-area.style-1
    .client-logo-wrapper
    .client-logo
    .client-swip
    .title-2 {
    transform-origin: left center;
    transform: rotate(0deg);
    display: block;
}
.client-logo-area.style-1
    .client-logo-wrapper
    .client-logo:hover
    .client-swip
    .title-wrapper {
    transform: translateY(-45px);
}
@media (max-width: 991px) {
    .client-logo-area.style-1 .client-logo-wrapper {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
}
.client-logo-area.style-1 .client-logo-wrapper .slick-dots {
    display: flex;
    gap: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    flex-direction: row;
    justify-content: center;
    margin-top: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .client-logo-area.style-1 .client-logo-wrapper .slick-dots {
        position: relative;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-right: 30px;
        bottom: 0px;
        top: unset;
        left: unset;
        right: unset;
        transform: none;
    }
}
.client-logo-area.style-1 .client-logo-wrapper .slick-dots li {
    display: inline-block;
    line-height: 0;
    outline: 1px solid transparent;
    border: 4px solid transparent;
    border-radius: 50px;
    transition: all 0.5s ease-out;
}
.client-logo-area.style-1 .client-logo-wrapper .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 11px;
    height: 11px;
    background-color: #525256;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s ease-out;
}
.client-logo-area.style-1 .client-logo-wrapper .slick-dots li button:hover {
    background-color: #eb936d;
    transition: all 0.5s ease-out;
}
.client-logo-area.style-1 .client-logo-wrapper .slick-dots li.slick-active {
    transition: all 0.5s ease-out;
    outline: 1px solid #141f39;
}
.client-logo-area.style-1
    .client-logo-wrapper
    .slick-dots
    li.slick-active
    button {
    transition: all 0.5s ease-out;
}
.client-logo-area.style-1.style-2 .client-title {
    text-align: center;
}
.client-logo-area.style-1.style-2 .client-title h5 {
    color: #141f39;
    margin-bottom: 0;
}
.client-logo-area.style-1.style-2 .client-logo-wrapper {
    padding: 40px 0;
    margin-top: 40px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .client-logo-area.style-1.style-2 .client-logo-wrapper {
        gap: 24px;
        justify-content: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-logo-area.style-1.style-2 .client-logo-wrapper {
        justify-content: center;
    }
}

.page-header {
    border-left: 4px solid #dfe2e9;
    padding-left: 45px;
    margin-bottom: 50px;
}
@media (max-width: 991px) {
    .page-header {
        padding-left: 30px;
    }
}
.page-header .page-title {
    font-size: 48px;
    line-height: 60px;
}
@media (max-width: 991px) {
    .page-header .page-title {
        font-size: 38px;
        line-height: 48px;
    }
}

.blog-area ol,
.blog-area ul {
    padding-left: 20px;
}
.blog-area ol li,
.blog-area ul li {
    padding-top: 7px;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}
.post-meta .meta-user-content .title {
    margin: 0;
}
.post-meta .meta-user-content .title a {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #141f39;
}
.post-meta .meta-user-content .desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}

.blog-details-wrapper {
    padding-right: 38px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .blog-details-wrapper {
        padding-right: 12px;
    }
}
.blog-details-wrapper .comment-respond {
    margin-top: 24px;
}
.blog-details-wrapper .post-comments {
    margin-top: 70px;
}
.blog-details-wrapper
    .wp-block-group.has-background
    .wp-block-button
    .wp-block-button__link {
    color: #ffffff !important;
}
.blog-details-wrapper .single-post-item {
    border: 0;
    overflow: visible;
    padding: 0;
}
.blog-details-wrapper .single-post-item:first-child {
    padding-top: 0;
}
.blog-details-wrapper .single-post-item iframe {
    width: 100%;
    height: 522px;
}
.blog-details-wrapper .single-post-item .post-gallery:hover img {
    transform: scale(1) !important;
}
.blog-details-wrapper .single-post-item .post-thumbnail,
.blog-details-wrapper .single-post-item .post-video,
.blog-details-wrapper .single-post-item .post-gallery,
.blog-details-wrapper .single-post-item .postbox-audio,
.blog-details-wrapper .single-post-item .wp-block-post-featured-image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
    padding: 0;
}
@media (max-width: 767px) {
    .blog-details-wrapper .single-post-item .post-thumbnail,
    .blog-details-wrapper .single-post-item .post-video,
    .blog-details-wrapper .single-post-item .post-gallery,
    .blog-details-wrapper .single-post-item .postbox-audio,
    .blog-details-wrapper .single-post-item .wp-block-post-featured-image {
        margin-bottom: 30px;
    }
}
.blog-details-wrapper .single-post-item .post-thumbnail:hover img,
.blog-details-wrapper .single-post-item .post-video:hover img,
.blog-details-wrapper .single-post-item .post-gallery:hover img,
.blog-details-wrapper .single-post-item .postbox-audio:hover img,
.blog-details-wrapper
    .single-post-item
    .wp-block-post-featured-image:hover
    img {
    transform: scale(1.06);
    transition: all 0.5s ease-out;
}
.blog-details-wrapper .single-post-item .post-thumbnail img,
.blog-details-wrapper .single-post-item .post-video img,
.blog-details-wrapper .single-post-item .post-gallery img,
.blog-details-wrapper .single-post-item .postbox-audio img,
.blog-details-wrapper .single-post-item .wp-block-post-featured-image img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease-out;
}
.blog-details-wrapper .single-post-item .post-content-wrapper {
    padding: 0 0 10px 0;
    border-color: transparent;
}
.blog-details-wrapper .single-post-item .post-content {
    margin-bottom: 17px;
    /* Unit Test Data Compatibility Start */
    /* Unit Test Data Compatibility End */
}
.blog-details-wrapper .single-post-item .post-content .image-wrapper {
    padding-right: 0;
    overflow: hidden;
    border-radius: 8px;
}
.blog-details-wrapper .single-post-item .post-content .image-wrapper span {
    overflow: hidden;
    border-radius: 12px;
}
.blog-details-wrapper .single-post-item .post-content .image-wrapper img {
    transform: scale(1.01);
    transition: all 0.5s ease-out;
}
.blog-details-wrapper .single-post-item .post-content .image-wrapper img:hover {
    transform: scale(1.03);
}
.blog-details-wrapper
    .single-post-item
    .post-content
    .wp-block-query
    .wp-block-post-template {
    padding-left: 0;
}
.blog-details-wrapper
    .single-post-item
    .post-content
    .wp-block-query
    .wp-block-post-template
    .wp-block-post {
    margin-bottom: 30px;
}
.blog-details-wrapper
    .single-post-item
    .post-content
    .wp-block-navigation__responsive-container-content
    .wp-block-page-list {
    padding-left: 0;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-group {
    margin: 15px 0;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-group p {
    margin-bottom: 0;
}
.blog-details-wrapper .single-post-item .post-content p {
    margin-bottom: 20px;
    padding-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .blog-details-wrapper .single-post-item .post-content p {
        margin-bottom: 0;
    }
}
.blog-details-wrapper .single-post-item .post-content p img {
    border-radius: 12px;
}
.blog-details-wrapper .single-post-item .post-content .list-item-wrapper {
    margin-top: 16px;
}
.blog-details-wrapper .single-post-item .blog-post-tag .social-share {
    padding-bottom: 20px;
}
.blog-details-wrapper .single-post-item .content-header .tag-wrapper {
    margin-left: unset;
}
.blog-details-wrapper .single-post-item .content-header {
    margin-bottom: 40px;
}
.blog-details-wrapper .single-post-item .blog-post-tag .post-tag-list a {
    background-color: #f9f9f9;
    padding: 4px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    border-radius: 50px;
}
.blog-details-wrapper .single-post-item .social-share a {
    background-color: transparent;
    border: 1px solid #d6d6d6;
}
.blog-details-wrapper .wp-block-calendar {
    margin-bottom: 30px;
}

.related-post {
    padding-bottom: 72px;
}
.related-post .related-post-title {
    margin-bottom: 56px;
}

.blog-post {
    padding-right: 38px;
}
@media (max-width: 991px) {
    .blog-post {
        padding-right: 22px;
    }
}

.single-post-item {
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 48px;
    /* Quote Format Post */
    /* Sticky Post */
}
.single-post-item:hover .post-thumbnail img,
.single-post-item:hover .post-video img,
.single-post-item:hover .post-gallery img,
.single-post-item:hover .post-audio img {
    transform: scale(1.03);
    transition: all 0.5s ease-out;
}
.single-post-item iframe {
    width: 100%;
    height: 522px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .single-post-item iframe {
        height: 350px;
    }
}
.single-post-item .post-content-wrapper {
    padding: 40px;
    border: 1px solid #d6d6d6;
    border-radius: 0 0 16px 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .single-post-item .post-content-wrapper {
        padding: 28px;
    }
}
.single-post-item .post-content-wrapper .read-more {
    margin-top: 30px;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.single-post-item.format-quote .post-content {
    margin: 0;
}
.single-post-item.format-quote blockquote {
    margin: 0;
}
.single-post-item.format-quote blockquote p {
    margin-top: 0;
}
.single-post-item.format-quote blockquote cite a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #5e6f92;
    margin-top: 20px;
    font-style: normal;
    transition: all 0.5s ease-out;
}
.single-post-item.format-quote blockquote cite a:hover {
    transition: all 0.5s ease-out;
    color: #6e65e5;
}
.single-post-item.sticky {
    border: 2px solid #6e65e5;
}
.single-post-item.sticky .post-content {
    margin-bottom: 0;
}
.single-post-item.sticky .post-content p {
    margin-bottom: 0;
}
.single-post-item .post-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 0;
    margin-top: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .single-post-item .post-title {
        font-size: 28px;
        line-height: 42px;
        margin-top: 16px;
    }
}
.single-post-item .post-title:hover a {
    color: #6e65e5;
    transition: all 0.5s ease-out;
}
.single-post-item .post-content p {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #525256;
}
@media (max-width: 991px) {
    .single-post-item .post-content p {
        padding-right: 0;
    }
}
.single-post-item .post-content h2,
.single-post-item .post-content h3,
.single-post-item .post-content h4,
.single-post-item .post-content h5,
.single-post-item .post-content h6 {
    margin-bottom: 10px;
}
.single-post-item .post-content p {
    margin-bottom: unset;
}
.single-post-item .single-post-meta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 23px;
    padding-top: 32px;
    border-top: 1px solid #e7e7e7;
}
.single-post-item .social-share {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}
.single-post-item .social-share a {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #6e65e5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-post-item .social-share a i {
    color: #141f39;
}
.single-post-item .social-share .social-share-title {
    font-size: 16px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #ff5a00;
    margin-right: 5px;
    text-transform: uppercase;
}
.single-post-item .blog-post-tag {
    width: 100%;
    display: inline-block;
}
.single-post-item .blog-post-tag span {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    font-family: "Urbanist", sans-serif;
    color: #ff5a00;
    margin-bottom: 0;
    margin-right: 30px;
    text-transform: uppercase;
    margin-top: 8px;
    float: left;
}
.single-post-item .blog-post-tag .post-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}
.single-post-item .blog-post-tag .post-tag-list a {
    color: #141f39;
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    background-color: #ff5a00;
    padding: 4px 12px;
    background: #fff0d8;
    border-radius: 8px;
}
.single-post-item .blog-post-tag .post-tag-list a.secondary {
    background-color: #ff5a00;
}
.single-post-item .blog-post-tag .post-tag-list a:hover {
    color: #ffffff;
    background: #6e65e5;
    border-color: #6e65e5;
    transition: all 0.5s ease-out;
}
.single-post-item .post-thumbnail,
.single-post-item .post-video,
.single-post-item .post-gallery,
.single-post-item .post-audio {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .single-post-item .post-thumbnail,
    .single-post-item .post-video,
    .single-post-item .post-gallery,
    .single-post-item .post-audio {
        padding: 0;
    }
}
.single-post-item .post-thumbnail img,
.single-post-item .post-video img,
.single-post-item .post-gallery img,
.single-post-item .post-audio img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease-out;
}
.single-post-item .post-thumbnail .popup-video-wrapper,
.single-post-item .post-video .popup-video-wrapper,
.single-post-item .post-gallery .popup-video-wrapper,
.single-post-item .post-audio .popup-video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.single-post-item .post-thumbnail .video-btn a,
.single-post-item .post-video .video-btn a,
.single-post-item .post-gallery .video-btn a,
.single-post-item .post-audio .video-btn a {
    width: 70px;
    height: 70px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    background-color: #ffffff;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-post-item .post-thumbnail .video-btn a i,
.single-post-item .post-video .video-btn a i,
.single-post-item .post-gallery .video-btn a i,
.single-post-item .post-audio .video-btn a i {
    color: #6e65e5;
    font-size: 18px;
}
.single-post-item .post-thumbnail .video-btn a:hover,
.single-post-item .post-video .video-btn a:hover,
.single-post-item .post-gallery .video-btn a:hover,
.single-post-item .post-audio .video-btn a:hover {
    animation: none;
}
.single-post-item button.post-gallery-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: 0.3s;
    z-index: 99;
    background-color: #ffffff;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}
.single-post-item button.post-gallery-btn.prev-btn {
    left: 30px;
}
.single-post-item button.post-gallery-btn.next-btn {
    right: 30px;
}
.single-post-item button.post-gallery-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff5a00;
    font-size: 17px;
    transition: all 0.5s ease-out;
}
.single-post-item button.post-gallery-btn:hover {
    transition: all 0.5s ease-out;
    background-color: #6e65e5;
}
.single-post-item button.post-gallery-btn:hover i {
    color: #ffffff;
    transition: all 0.5s ease-out;
}
.single-post-item .post-audio iframe {
    width: 100%;
}
.single-post-item .content-header {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .single-post-item .content-header {
        gap: 20px;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }
}
.single-post-item .content-header .info {
    display: flex;
    gap: 12px;
}
.single-post-item .content-header .info span i {
    font-size: 18px;
    font-family: "Font Awesome 6 Pro";
    color: #525256;
}
.single-post-item .content-header .tag-wrapper {
    margin-left: auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .single-post-item .content-header .tag-wrapper {
        margin-left: 0;
    }
}
.single-post-item .content-header .tag-wrapper .tag {
    padding: 4px 16px;
    background-color: #bbb8ff;
    border-radius: 50px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #141f39;
    transition: all 0.5s ease-out;
}
.single-post-item .content-header .tag-wrapper .tag.purple {
    background-color: #bbb8ff;
}
.single-post-item .content-header .tag-wrapper .tag.reddish {
    background-color: #ffcec2;
}
.single-post-item .content-header .tag-wrapper .tag:hover {
    background-color: #141f39;
    color: #fff0d8;
}
.single-post-item .content-header span {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #525256;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 8px;
}
.single-post-item .content-header span img {
    border-radius: 50%;
}
.single-post-item .content-header span i {
    color: #525256;
    font-size: 18px;
}
.single-post-item .content-header span a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5e6f92;
    transition: all 0.5s ease-out;
}
.single-post-item .content-header span a:hover {
    color: #6e65e5;
    transition: all 0.5s ease-out;
}
.single-post-item .content-header span a:hover i {
    color: #6e65e5;
    transition: all 0.5s ease-out;
}

.author-info {
    background-color: #f9f9f9;
    padding: 40px;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 32px;
    border-radius: 14px;
    position: relative;
    margin: 40px 0 80px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .author-info {
        text-align: center;
        flex-direction: column;
        gap: 16px;
        margin-top: 32px;
        align-items: center;
    }
}
.author-info .author-thumb {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #6e65e5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.author-info .author-thumb img {
    border-radius: 50%;
}
.author-info .author-text .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .author-info .author-text .title-wrapper {
        flex-direction: column;
        gap: 16px;
    }
}
.author-info .author-text h3,
.author-info .author-text a {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin: 0;
}
.author-info .author-text .designation {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}
.author-info .author-text p {
    margin-top: 8px;
    margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .author-info .author-text p {
        margin-top: 16px;
    }
}
.author-info .author-social-profiles {
    display: flex;
    gap: 16px;
    justify-content: center;
}
.author-info .author-social-profiles a {
    font-size: 18px;
    color: #141f39;
    transition: all 0.5s ease-out;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #141f39;
}
.author-info .author-social-profiles a:hover {
    transition: all 0.5s ease-out;
    background-color: #141f39;
    color: #ffffff;
}
.author-info .author-post a {
    font-size: 16px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #ff5a00;
    border-bottom: 2px solid #eb936d;
    margin-top: 30px;
    display: inline-block;
}
.author-info .author-post a:hover {
    color: #eb936d;
}

.blog-post-nav {
    margin: 40px 0;
    background: #fff;
    padding: 23px 30px;
    padding-bottom: 22px;
    border-radius: 8px;
    border: 1px solid rgb(223, 226, 233);
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .blog-post-nav {
        flex-direction: column;
        padding: 30px;
        margin: 30px 0;
    }
}
@media (max-width: 767px) {
    .blog-post-nav {
        flex-direction: column;
        padding: 30px;
        margin: 30px 0;
    }
}
.blog-post-nav .divider {
    background-color: rgb(223, 226, 233);
    width: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .blog-post-nav .divider {
        width: 100%;
        height: 1px;
    }
}
@media (max-width: 767px) {
    .blog-post-nav .divider {
        width: 100%;
        height: 1px;
    }
}
.blog-post-nav .post-navigation {
    display: flex;
    gap: 20px;
    flex-basis: 0;
    flex-grow: 1;
    width: 50%;
}
@media (max-width: 374px) {
    .blog-post-nav .post-navigation {
        flex-direction: column !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .blog-post-nav .post-navigation {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .blog-post-nav .post-navigation {
        width: 100%;
    }
}
.blog-post-nav .post-navigation:last-child {
    flex-direction: row-reverse;
}
.blog-post-nav .post-navigation:last-child .text {
    text-align: right;
}
@media (max-width: 374px) {
    .blog-post-nav .post-navigation:last-child .text {
        text-align: left;
    }
}
.blog-post-nav .post-navigation .post-img {
    width: 96px;
    height: 96px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}
@media (max-width: 374px) {
    .blog-post-nav .post-navigation .post-img {
        width: 100% !important;
        height: 150px !important;
    }
}
.blog-post-nav .post-navigation .post-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.blog-post-nav .post-navigation .text {
    width: 100%;
}
.blog-post-nav .post-navigation .text span {
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    color: #ff5b5b;
}
.blog-post-nav .post-navigation .text h4 {
    font-size: 21px;
    margin: 0;
    line-height: 30px;
    text-transform: capitalize;
}

.post-card {
    display: flex;
    flex-direction: column;
    margin-top: 56px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 12px 12px 50px 0px rgba(175, 186, 221, 0.2);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .post-card {
        padding-right: 0;
    }
}
.post-card:hover .image img {
    transform: scale(1.03);
}
.post-card:hover .content .nav-btn {
    opacity: 1;
    right: 32px;
    visibility: visible;
    transition: all 0.5s ease-out;
}
.post-card .image {
    overflow: hidden;
}
.post-card .image img {
    width: 100%;
    transition: all 0.5s ease-out;
    transform: scale(1.01);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .post-card .image img {
        width: 100%;
    }
}
.post-card .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 3;
    gap: 8px;
    padding: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-card .content {
        padding: 23px;
    }
}
.post-card .content .tag-wrapper {
    display: flex;
    gap: 12px;
}
.post-card .content .tag-wrapper .tag-item {
    padding: 4px 16px;
    border-radius: 50px;
    background: #bbb8ff;
    color: #141f39;
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}
.post-card .content .tag-wrapper .tag-item.second {
    background: #ffcec2;
}
.post-card .content .tag-wrapper .tag-item:hover {
    background-color: #141f39;
    color: #fff0d8;
}
.post-card .content .meta-user {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
}
.post-card .content .meta-user .meta-user-content {
    display: flex;
    flex-direction: column;
}
.post-card .content .meta-user .meta-user-content .user,
.post-card .content .meta-user .meta-user-content a {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
.post-card .content .meta-user .meta-user-content .date {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.post-card .content .post-meta {
    display: inline-flex;
    gap: 17px;
    align-items: center;
}
.post-card .content .post-meta span {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    color: #525256;
    display: flex;
    align-items: center;
    gap: 8px;
}
.post-card .content .post-meta span a {
    color: #525256;
}
.post-card .content .post-meta span:hover {
    color: #0066d9;
}
.post-card .content .post-meta .time i {
    color: #525256;
    font-size: 8px;
    margin-right: 4px;
}
.post-card .content .nav-btn {
    position: absolute;
    top: 0;
    right: 64px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
}
.post-card .content .nav-btn a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #6e65e5;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-card .content .nav-btn a i {
    color: #ffffff;
}
.post-card .content .nav-btn a:hover {
    background-color: #141f39;
}
.post-card .content .title {
    margin: 0;
    letter-spacing: -0.56px;
    transition: all 0.5s ease-out;
}
.post-card .content .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-card .content .desc {
    margin-bottom: 0;
    color: #525256;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.post-card .date {
    margin-bottom: 0;
}
.post-card .date-bottom {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0;
    color: #778196;
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-card {
        padding-right: 0;
    }
}

.post-card.style-2 {
    border-radius: 24px;
    box-shadow: 12px 12px 50px 0px rgba(175, 186, 221, 0.2);
    transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .post-card.style-2 .image {
        max-height: 215px;
    }
}
.post-card.style-2 .content {
    padding: 40px;
    gap: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .post-card.style-2 .content {
        gap: 12px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-card.style-2 .content {
        padding: 24px;
    }
}
.post-card.style-2 .content .tag-wrapper {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .post-card.style-2 .content .post-meta {
        flex-direction: column;
        gap: 0;
        align-items: start;
    }
}
.post-card.style-2 .content .title {
    padding-bottom: 24px;
    border-bottom: 1px solid #e7e7e7;
}
.post-card.style-2 .content .post-btn {
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-decoration-line: underline;
    color: #525256;
}
.post-card.style-2 .content .post-btn:hover {
    color: #6e65e5;
}
.post-card.style-2:hover {
    box-shadow: 0px 20px 40px 0px rgba(199, 206, 218, 0.2);
}

.switch-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    margin-bottom: 56px;
}
@media (max-width: 1199px) {
    .switch-wrapper {
        margin-bottom: 42px;
    }
}
.switch-wrapper .first-item,
.switch-wrapper .second-item {
    color: #141f39;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
}
.switch-wrapper .switch {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 37px;
    background-color: #d6d6d6;
    border-radius: 50px;
    cursor: pointer;
}
.switch-wrapper .switch.active {
    background-color: #6e65e5;
}
.switch-wrapper .ball {
    width: 32px;
    height: 31px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s;
    margin: 2.7px;
    transform: translateX(0);
}
.switch-wrapper .ball.active {
    transform: translateX(42px);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .switch-wrapper .ball {
        height: 31px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .switch-wrapper .ball {
        height: 31px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .switch-wrapper .ball {
        height: 31px;
    }
}

.price-card-wrapper {
    position: relative;
    z-index: 2;
}
.price-card-wrapper .bg-shape {
    width: 100%;
    height: 230px;
    background-color: #f6f9ff;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.price-card-wrapper .price-card {
    background: #ffffff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 16px;
    z-index: 3;
    position: relative;
    box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
.price-card-wrapper .price-card:after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #5f54d3;
    visibility: hidden;
    border-radius: 16px;
    z-index: -1;
    transition: all 0.5s ease-out;
}
.price-card-wrapper .price-card:hover {
    transition: all 0.5s ease-out;
}
.price-card-wrapper .price-card:hover:after {
    height: 100%;
    visibility: visible;
}
.price-card-wrapper .price-card:hover .card-title .sub-title {
    color: #ffffff;
    background-color: transparent;
}
.price-card-wrapper .price-card:hover .card-title .price .price-heading {
    color: #ffffff;
}
.price-card-wrapper .price-card:hover .card-title .price .price-desc {
    color: #ffffff;
}
.price-card-wrapper .price-card:hover .divider:before {
    background: #6e65e5;
}
.price-card-wrapper .price-card:hover .list-item-wrapper ul li {
    color: #ffffff;
}
.price-card-wrapper .price-card:hover .list-item-wrapper ul li:before {
    background-color: #ffffff;
    color: #141f39;
}
.price-card-wrapper .price-card .shape {
    position: absolute;
    top: 0;
    right: 0;
}
.price-card-wrapper .price-card .card-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.price-card-wrapper .price-card .card-title .sub-title {
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #141f39;
    margin: 0;
    padding: 8px 24px;
    background-color: #f9f9f9;
    border-radius: 50px;
    text-transform: capitalize;
}
.price-card-wrapper .price-card .card-title .price .price-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Urbanist", sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 0;
    gap: 8px;
    transition: all 0.5s ease-out;
}
.price-card-wrapper .price-card .card-title .price .price-heading.monthly,
.price-card-wrapper .price-card .card-title .price .price-heading.yearly {
    display: none;
}
.price-card-wrapper
    .price-card
    .card-title
    .price
    .price-heading.monthly.active,
.price-card-wrapper
    .price-card
    .card-title
    .price
    .price-heading.yearly.active {
    display: flex;
}
.price-card-wrapper .price-card .card-title .price .price-desc {
    margin: 16px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #525256;
    margin-bottom: 0;
}
.price-card-wrapper .price-card .card-title .price .price-desc .monthly,
.price-card-wrapper .price-card .card-title .price .price-desc .yearly {
    display: none;
}
.price-card-wrapper .price-card .card-title .price .price-desc .monthly.active,
.price-card-wrapper .price-card .card-title .price .price-desc .yearly.active {
    display: inline-block;
}
.price-card-wrapper .price-card .divider {
    position: relative;
    width: 100%;
}
.price-card-wrapper .price-card .divider:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e4e4e7;
}
.price-card-wrapper .price-card .list-item-wrapper {
    margin-top: 0;
}
.price-card-wrapper .price-card .list-item-wrapper ul {
    margin-bottom: 0;
}
.price-card-wrapper .price-card .list-item-wrapper ul li {
    padding-top: 8px;
}
.price-card-wrapper .price-card .list-item-wrapper ul li:before {
    border: none;
}
.price-card-wrapper .price-card .list-item-wrapper ul li:first-child {
    padding-top: 0;
}
.price-card-wrapper .price-card .price-btn .theme-btn {
    width: 100%;
    justify-content: center;
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    color: #141f39;
}
.price-card-wrapper .price-card .price-btn .theme-btn:hover {
    background-color: #141f39;
    color: #ffffff;
}
.price-card-wrapper.active .price-card {
    background-color: #5f54d3;
}
.price-card-wrapper.active .price-card .card-title .sub-title {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
}
.price-card-wrapper.active .price-card .card-title .price .price-heading {
    color: #ffffff;
}
.price-card-wrapper.active .price-card .card-title .price .price-desc {
    color: #ffffff;
}
.price-card-wrapper.active .price-card .divider:before {
    background: #6e65e5;
}
.price-card-wrapper.active .price-card .list-item-wrapper ul li {
    color: #ffffff;
}
.price-card-wrapper.active .price-card .list-item-wrapper ul li:before {
    background-color: #ffffff;
    color: #141f39;
}
.price-card-wrapper.active .price-card .price-btn .theme-btn {
    background-color: #ffffff;
    color: #141f39;
    border-color: transparent;
}
.price-card-wrapper.active .price-card .price-btn .theme-btn:hover {
    background-color: #141f39;
    color: #ffffff;
}
.price-card-wrapper.active .price-card:hover:after {
    background-color: #ffffff;
}
.price-card-wrapper.active .price-card:hover .card-title .sub-title {
    transition: all 0.5s ease-out;
    color: #141f39;
    background-color: transparent;
}
.price-card-wrapper.active .price-card:hover .card-title .price .price-heading {
    color: #141f39;
}
.price-card-wrapper.active .price-card:hover .card-title .price .price-desc {
    color: #525256;
}
.price-card-wrapper.active .price-card:hover .divider:before {
    background: #6e65e5;
}
.price-card-wrapper.active .price-card:hover .list-item-wrapper ul li {
    color: #141f39;
}
.price-card-wrapper.active .price-card:hover .list-item-wrapper ul li:before {
    background-color: #141f39;
    color: #ffffff;
}

.triangle-shape-card-one {
    width: 200px;
    height: 375px;
    background-color: #eb936d;
    -webkit-clip-path: polygon(68% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(80% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    bottom: -150px;
    right: 0;
    z-index: 2;
    animation: MoveUpDown 2s linear infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .triangle-shape-card-one {
        height: 260px;
        bottom: -80px;
    }
}
@media (max-width: 991px) {
    .triangle-shape-card-one {
        width: 150px;
        height: 150px;
        display: none;
    }
}

.triangle-shape-card-two {
    width: 310px;
    height: 290px;
    background-color: #6e65e5;
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    bottom: -210px;
    right: 0;
    overflow: hidden;
    z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .triangle-shape-card-two {
        height: 240px;
        bottom: -100px;
    }
}
@media (max-width: 991px) {
    .triangle-shape-card-two {
        width: 150px;
        height: 150px;
        bottom: -70px;
        display: none;
    }
}

.triangle-shape-card-three {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(50%);
    z-index: 99;
    border-top: 550px solid #ff5a00;
    border-right: 220px solid transparent;
}
@media (max-width: 630px) {
    .triangle-shape-card-three {
        display: none;
    }
}

.triangle-shape-card-four {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-bottom: 330px solid #eb936d;
    border-left: 130px solid transparent;
}
@media (max-width: 650px) {
    .triangle-shape-card-four {
        border-bottom: 190px solid #ff6731;
        border-left: 80px solid transparent;
    }
}

.section-title {
    display: flex;
    gap: 16px;
    flex-direction: column;
    z-index: 2;
    position: relative;
    justify-content: center;
}
@media (max-width: 991px) {
    .section-title {
        align-items: center;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .section-title.mb-70,
    .section-title.mb-75 {
        margin-bottom: 50px;
    }
}
.section-title .short-title span {
    font-family: "Urbanist", sans-serif;
    color: #ff5a00;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .section-title .short-title {
        font-size: 20px;
    }
}
.section-title .title {
    color: #141f39;
    font-family: "Urbanist", sans-serif;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}
.section-title .title span {
    background-color: #ffcbbf;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .section-title .title {
        font-size: 47px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .title {
        font-size: 38px;
        line-height: 48px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .section-title .title {
        font-size: 38px;
        line-height: 48px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 439px) {
    .section-title .title br {
        display: none;
    }
}
.section-title .desc {
    font-size: 18px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #525256;
    margin-bottom: 0;
    line-height: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .desc br {
        display: none;
    }
}
.section-title .text {
    margin-bottom: 0;
}
.section-title .divider {
    width: 72px;
    height: 6px;
    background-color: #6e65e5;
    margin-top: 16px;
}
.section-title.style-2 {
    display: flex;
}

.section-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
@media (max-width: 991px) {
    .section-title-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title-wrapper .section-title {
        width: 80%;
    }
}
.section-title-wrapper.style-2 {
    justify-content: center;
}

.page-breadcrumb-area {
    padding: 165px 0;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #bdb8ff;
}
.page-breadcrumb-area .shape {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(100%, -50%);
}
@media (max-width: 1199px) {
    .page-breadcrumb-area .shape {
        display: none;
    }
}
.page-breadcrumb-area .shape-two {
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (max-width: 1199px) {
    .page-breadcrumb-area .shape-two {
        display: none;
    }
}
@media (max-width: 991px) {
    .page-breadcrumb-area {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .page-breadcrumb-area {
        padding: 80px 0;
    }
}

.page-heading h3,
.page-heading .page-title {
    font-family: "Urbanist", sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 16px;
}
@media (max-width: 375px) {
    .page-heading h3,
    .page-heading .page-title {
        font-size: 32px;
        line-height: 42px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .page-heading h3,
    .page-heading .page-title {
        font-size: 42px;
        line-height: 52px;
    }
}

.breadcrumb-wrapper {
    padding: 0 100px;
    position: relative;
    z-index: 1;
}
@media (max-width: 1199px) {
    .breadcrumb-wrapper {
        padding: 0;
    }
}

.breadcrumb-list {
    text-align: center;
}
.breadcrumb-list ul {
    margin-bottom: 0;
    padding-left: 0;
    display: inline-flex;
    gap: 0 12px;
}
.breadcrumb-list ul li {
    list-style: none;
    display: inline-flex;
    gap: 0 12px;
    align-items: center;
    color: #ffffff;
}
.breadcrumb-list ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 0;
    text-decoration: unset;
    transition: all 0.5s ease-out;
}
.breadcrumb-list ul li a:hover {
    transition: all 0.5s ease-out;
    text-decoration: underline;
}
.breadcrumb-list ul li:before {
    content: "\f054";
    font-size: 12px;
    color: #ffffff;
    font-family: "Font Awesome 6 Pro";
    display: inline-flex;
}
.breadcrumb-list ul li:first-child:before {
    display: none;
}

.wp-block-query-pagination,
.navigation.posts-navigation,
.comment-navigation {
    display: flex;
    align-items: center;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers,
.navigation.posts-navigation .wp-block-query-pagination-numbers,
.comment-navigation .wp-block-query-pagination-numbers {
    width: inherit;
}
.wp-block-query-pagination .nav-links,
.navigation.posts-navigation .nav-links,
.comment-navigation .nav-links {
    display: flex;
    gap: 20px;
}
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .nav-next a,
.wp-block-query-pagination .nav-previous a,
.navigation.posts-navigation .wp-block-query-pagination-previous,
.navigation.posts-navigation .wp-block-query-pagination-next,
.navigation.posts-navigation .nav-next a,
.navigation.posts-navigation .nav-previous a,
.comment-navigation .wp-block-query-pagination-previous,
.comment-navigation .wp-block-query-pagination-next,
.comment-navigation .nav-next a,
.comment-navigation .nav-previous a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5e6f92;
    background-color: #ffffff;
    border-radius: 6px;
    height: 53px;
    padding: 0 20px;
    transition: all 0.5s ease-out;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #dfe2e9;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .wp-block-query-pagination .wp-block-query-pagination-previous,
    .wp-block-query-pagination .wp-block-query-pagination-next,
    .wp-block-query-pagination .nav-next a,
    .wp-block-query-pagination .nav-previous a,
    .navigation.posts-navigation .wp-block-query-pagination-previous,
    .navigation.posts-navigation .wp-block-query-pagination-next,
    .navigation.posts-navigation .nav-next a,
    .navigation.posts-navigation .nav-previous a,
    .comment-navigation .wp-block-query-pagination-previous,
    .comment-navigation .wp-block-query-pagination-next,
    .comment-navigation .nav-next a,
    .comment-navigation .nav-previous a {
        height: 40px;
    }
}
.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .nav-next a:hover,
.wp-block-query-pagination .nav-previous a:hover,
.navigation.posts-navigation .wp-block-query-pagination-previous:hover,
.navigation.posts-navigation .wp-block-query-pagination-next:hover,
.navigation.posts-navigation .nav-next a:hover,
.navigation.posts-navigation .nav-previous a:hover,
.comment-navigation .wp-block-query-pagination-previous:hover,
.comment-navigation .wp-block-query-pagination-next:hover,
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-previous a:hover {
    background: #eb936d !important;
    color: #ffffff;
    border-color: #eb936d;
    transition: all 0.5s ease-out;
}

.basic-pagination,
.page-links,
.wp-block-query-pagination-numbers {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.basic-pagination ul,
.page-links ul,
.wp-block-query-pagination-numbers ul {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.basic-pagination ul li,
.page-links ul li,
.wp-block-query-pagination-numbers ul li {
    padding-top: 0;
}
.basic-pagination ul .prev span,
.basic-pagination ul .next span,
.page-links ul .prev span,
.page-links ul .next span,
.wp-block-query-pagination-numbers ul .prev span,
.wp-block-query-pagination-numbers ul .next span {
    display: none;
}
.basic-pagination .post-page-numbers,
.page-links .post-page-numbers,
.wp-block-query-pagination-numbers .post-page-numbers {
    background-color: rgba(71, 112, 247, 0.1) !important;
}
.basic-pagination .page-numbers,
.basic-pagination .post-page-numbers,
.page-links .page-numbers,
.page-links .post-page-numbers,
.wp-block-query-pagination-numbers .page-numbers,
.wp-block-query-pagination-numbers .post-page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #141f39;
    background-color: #f9f9f9;
    border-radius: 8px;
    width: 50px;
    height: 48px;
    transition: all 0.5s ease-out;
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .basic-pagination .page-numbers,
    .basic-pagination .post-page-numbers,
    .page-links .page-numbers,
    .page-links .post-page-numbers,
    .wp-block-query-pagination-numbers .page-numbers,
    .wp-block-query-pagination-numbers .post-page-numbers {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}
.basic-pagination .page-numbers:hover,
.basic-pagination .post-page-numbers:hover,
.page-links .page-numbers:hover,
.page-links .post-page-numbers:hover,
.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-numbers .post-page-numbers:hover {
    background: #6e65e5 !important;
    color: #ffffff;
    border-color: #6e65e5;
    transition: all 0.5s ease-out;
}
.basic-pagination .page-numbers.current,
.basic-pagination .post-page-numbers.current,
.page-links .page-numbers.current,
.page-links .post-page-numbers.current,
.wp-block-query-pagination-numbers .page-numbers.current,
.wp-block-query-pagination-numbers .post-page-numbers.current {
    background: #6e65e5 !important;
    color: #ffffff;
    border-color: #eb936d;
    transition: all 0.5s ease-out;
}
.basic-pagination .page-numbers.next,
.basic-pagination .post-page-numbers.next,
.page-links .page-numbers.next,
.page-links .post-page-numbers.next,
.wp-block-query-pagination-numbers .page-numbers.next,
.wp-block-query-pagination-numbers .post-page-numbers.next {
    background: #6e65e5;
    color: #ffffff;
}

.nav-tab {
    list-style: none;
    padding-left: 0;
    border-bottom: 1px solid #dfe2e9;
}
.nav-tab li {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    color: #ff5a00;
    font-family: "Urbanist", sans-serif;
    display: inline-block;
    font-size: 21px;
    line-height: 20px;
    padding: 18px 0;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
    .nav-tab li {
        margin-right: 26px;
    }
}
@media (max-width: 575px) {
    .nav-tab li {
        padding: 16px 0;
    }
}
.nav-tab li:hover {
    color: #eb936d;
    transition: all 0.5s ease-out;
}
.nav-tab li:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #eb936d;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
}
@media (max-width: 575px) {
    .nav-tab li {
        width: 100%;
        margin: 0;
    }
}
.nav-tab li:last-child {
    margin-right: 0;
}
.nav-tab li.active {
    color: #eb936d;
}
.nav-tab li.active:before {
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease-out;
}

.tab-content img {
    border-radius: 8px;
}
@media (max-width: 575px) {
    .tab-content img {
        width: 100%;
        margin-bottom: 25px;
    }
}

.time-card-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f3f7fc;
}
.time-card-wrapper .time-card-item {
    width: 100%;
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    position: relative;
}
.time-card-wrapper .time-card-item:nth-of-type(even) {
    flex-direction: row-reverse;
}
.time-card-wrapper .time-card-item::after {
    content: "";
    width: 3px;
    height: 100%;
    right: 0;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    position: absolute;
    background: #dde4f6;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .time-card-wrapper .time-card-item::after {
        display: none;
    }
}
.time-card-wrapper .time-card-item .time-card-desc {
    width: 424px;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 450px) {
    .time-card-wrapper .time-card-item .time-card-desc {
        width: 100%;
    }
}
.time-card-wrapper .time-card-item .time-card-desc .title {
    padding: 6px 0;
    background: #eb936d;
    display: flex;
    justify-content: center;
}
.time-card-wrapper .time-card-item .time-card-desc .title h2 {
    margin: 0;
    font-family: "Urbanist", sans-serif;
    font-size: 21px;
    line-height: 60px;
    font-weight: 700;
    color: #ffffff;
}
.time-card-wrapper .time-card-item .time-card-desc .desc {
    padding: 40px;
}
.time-card-wrapper .time-card-item .time-card-desc .desc p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #5e6f92;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .time-card-wrapper .time-card-item .time-card-desc .desc {
        padding: 20px;
    }
}
.time-card-wrapper .time-card-item .circle-wrapper {
    position: relative;
    width: 248px;
    padding-top: 35px;
}
@media (max-width: 991px) {
    .time-card-wrapper .time-card-item .circle-wrapper {
        padding: 0;
    }
}
.time-card-wrapper .time-card-item .circle-wrapper .time-card-circle {
    position: relative;
}
@media (max-width: 991px) {
    .time-card-wrapper .time-card-item .circle-wrapper .time-card-circle {
        height: 85px;
    }
}
.time-card-wrapper .time-card-item .circle-wrapper .time-card-circle:before {
    content: "";
    min-width: 18px;
    min-height: 18px;
    border-radius: 50px;
    background: #eb936d;
    flex-shrink: 0;
    position: absolute;
    z-index: 3;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.time-card-wrapper .time-card-item .circle-wrapper .time-card-circle:after {
    content: "";
    width: 100%;
    height: 3px;
    right: 0;
    left: 0;
    top: 50%;
    position: absolute;
    background: #dde4f6;
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .time-card-wrapper .time-card-item .circle-wrapper .time-card-circle:after {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 3px;
        height: 100%;
    }
}
.time-card-wrapper .time-card-item .time-card-time {
    margin-top: 10px;
}
.time-card-wrapper .time-card-item .time-card-time .time-card-date {
    color: #f3f8fc;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    background-color: #1eae98;
    display: inline-block;
    border-radius: 50px;
    padding: 9px 35px;
    margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .time-card-wrapper .time-card-item {
        flex-direction: column-reverse;
        padding: 0;
        align-items: center;
        padding-bottom: 30px;
    }
    .time-card-wrapper .time-card-item:nth-of-type(even) {
        flex-direction: column-reverse;
    }
    .time-card-wrapper .time-card-item:after {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .time-card-wrapper .time-card-item {
        flex-direction: column-reverse;
        padding: 30px 0;
        align-items: center;
        padding-bottom: 30px;
    }
    .time-card-wrapper .time-card-item:nth-of-type(even) {
        flex-direction: column-reverse;
    }
    .time-card-wrapper .time-card-item:after {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .time-card-wrapper .time-card-item {
        padding: 30px 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .time-card-wrapper .time-card-item {
        padding: 30px 8px;
    }
}
.time-card-wrapper .time-card-arrow {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    background: #eb936d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.time-card-wrapper .time-card-arrow i {
    font-size: 16px;
    color: #ffffff;
}

.project-detail-area .section-title .desc {
    margin-top: 6px;
}
@media (max-width: 767px) {
    .project-detail-area .mt-65 {
        margin-top: 45px;
    }
}
.project-detail-area .image {
    border-radius: 12px;
    position: relative;
    margin-bottom: 56px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .project-detail-area .image {
        margin-bottom: 32px;
    }
}
.project-detail-area .image img {
    border-radius: 24px;
}
.project-detail-area img {
    transform: scale(1);
    transition: all 0.5s ease-out;
}
.project-detail-area .video-popup-card {
    margin-top: 56px;
    margin-bottom: 36px;
}

.project-details-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #ff5a00;
    margin: 0;
}

.project-info-widget {
    padding: 40px 48px 35px 48px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
    border: 1px solid #e7e7e7;
    margin: 0 40px;
    margin-top: -66px;
    z-index: 10;
    position: relative;
    background-color: #ffffff;
}
@media (max-width: 991px) {
    .project-info-widget {
        margin: 40px 12px;
        flex-direction: column;
        gap: 12px;
        box-shadow: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-info-widget {
        padding: 28px 40px;
    }
}
.project-info-widget .info-item {
    display: flex;
    flex-direction: column;
}
.project-info-widget .info-item h6 {
    margin: 0;
    color: #141f39;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.2px;
}
.project-info-widget .info-item p {
    margin: 0;
    color: #525256;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.simillar-project-title h2 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    color: #ff5a00;
    margin: 0;
}
@media (max-width: 767px) {
    .simillar-project-title h2 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media (max-width: 991px) {
    .simillar-project-title {
        margin-bottom: 30px;
    }
}

.info-wrapper {
    display: flex;
    gap: 40px;
}

.project-details-title h3,
.project-details-title p {
    margin: 0;
}
.project-details-title p {
    margin-top: 16px;
    color: #525256;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.image-wrapper {
    display: inline-flex;
    gap: 40px;
    margin-top: 56px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .image-wrapper {
        flex-direction: column;
        gap: 30px;
    }
}
.image-wrapper .image {
    border-radius: 24px;
    overflow: hidden;
}
.image-wrapper .image img {
    transform: scale(1.01);
}
.image-wrapper .image:hover img {
    transform: scale(1.03);
    transition: all 0.5s ease-out;
}

.list-item-wrapper {
    margin-top: 32px;
}
.list-item-wrapper ul {
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .list-item-wrapper ul li {
        align-items: start !important;
    }
    .list-item-wrapper ul li:before {
        margin-top: 6px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .more-project-area .section-title-wrapper {
        flex-direction: column;
        gap: 24px;
    }
}
.more-project-area .project-card {
    margin-top: 56px;
}

.list-item-wrapper ul {
    padding-left: 0;
}
.list-item-wrapper ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 8px;
    padding-top: 8px;
    color: #141f39;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .list-item-wrapper ul li {
        align-items: start;
    }
}
.list-item-wrapper ul li:last-child {
    padding-bottom: 0;
}
.list-item-wrapper ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    color: #ffffff;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #6e65e5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 28px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .list-item-wrapper ul li:before {
        margin-top: 12px;
    }
}
.list-item-wrapper.style-2 ul li {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
.list-item-wrapper.style-2 ul li:before {
    background-color: #141f39;
    border: 1px solid #141f39;
}
.list-item-wrapper.style-3 ul li:before {
    content: "\f111";
    color: transparent;
    background-color: #141f39;
    width: 6px;
    height: 6px;
}

@media (max-width: 991px) {
    .sidebar {
        padding-left: 0;
        padding-top: 40px;
    }
}

.page-sidebar {
    margin-bottom: 50px;
    padding-left: 18px;
}

/* Widget */
.widget {
    background-color: #f9f9f9;
    padding: 32px;
    border-radius: 12px;
    margin-bottom: 40px;
    /* Widget Instagram Feed */
    /* Widget Title */
    /* Social Widget Block */
    /* Recent Comment List Block Widget & Latest Post Widget Block */
    /* Social Widget */
    /* Select Option  */
    /* Login Widget */
    /* Search Widget */
    /* Tagcloud Widget */
    /* Default Widget */
}
.widget:last-child {
    margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .widget {
        padding: 30px;
    }
}
.widget ol,
.widget ul {
    margin-bottom: 0;
}
.widget .widget-instagram-feed {
    width: 315px;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .widget .widget-instagram-feed {
        width: 220px;
    }
}
@media (max-width: 374px) {
    .widget .widget-instagram-feed {
        width: 200px;
    }
}
.widget .widget-instagram-feed .single-instagram-feed {
    width: 96px;
    height: 96px;
}
.widget .wp-block-heading,
.widget .widget-title,
.widget .wp-block-search__label {
    display: flex;
    align-items: center;
    color: #141f39;
    font-family: "Urbanist", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    position: relative;
    margin-bottom: 32px;
}
.widget .wp-block-social-links .wp-social-link {
    padding: 0;
    margin: 0;
    line-height: 0;
}
.widget .wp-block-social-links .wp-social-link a {
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    justify-content: center;
}
.widget
    .has-avatars.has-dates.has-excerpts.wp-block-latest-comments
    li.wp-block-latest-comments__comment
    .wp-block-latest-comments__comment-meta,
.widget
    .has-dates.has-excerpts.wp-block-latest-comments
    li.wp-block-latest-comments__comment
    .wp-block-latest-comments__comment-meta {
    font-weight: 500;
}
.widget
    .has-avatars.has-dates.has-excerpts.wp-block-latest-comments
    li.wp-block-latest-comments__comment
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-author,
.widget
    .has-avatars.has-dates.has-excerpts.wp-block-latest-comments
    li.wp-block-latest-comments__comment
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-link,
.widget
    .has-dates.has-excerpts.wp-block-latest-comments
    li.wp-block-latest-comments__comment
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-author,
.widget
    .has-dates.has-excerpts.wp-block-latest-comments
    li.wp-block-latest-comments__comment
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-link {
    font-weight: 500;
}
.widget .wp-block-latest-comments li.wp-block-latest-comments__comment,
.widget .wp-block-latest-posts li.wp-block-latest-comments__comment {
    margin-bottom: 0;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title {
    line-height: 28px;
    font-weight: 400;
}
.widget
    .wp-block-latest-comments
    li
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-date,
.widget
    .wp-block-latest-comments
    li
    .wp-block-latest-posts__post-title
    .wp-block-latest-comments__comment-date,
.widget
    .wp-block-latest-posts
    li
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-date,
.widget
    .wp-block-latest-posts
    li
    .wp-block-latest-posts__post-title
    .wp-block-latest-comments__comment-date {
    font-size: 14px !important;
    margin-bottom: 10px;
    position: relative;
}
.widget
    .wp-block-latest-comments
    li
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-date:before,
.widget
    .wp-block-latest-comments
    li
    .wp-block-latest-posts__post-title
    .wp-block-latest-comments__comment-date:before,
.widget
    .wp-block-latest-posts
    li
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-date:before,
.widget
    .wp-block-latest-posts
    li
    .wp-block-latest-posts__post-title
    .wp-block-latest-comments__comment-date:before {
    content: "\f274";
    font-family: "Font Awesome 6 Pro";
    padding-right: 8px;
}
.widget .wp-block-latest-comments li a,
.widget .wp-block-latest-posts li a {
    color: #5e6f92;
}
.widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-author,
.widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-link,
.widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-author,
.widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
    display: inline !important;
    text-transform: capitalize;
    line-height: 28px;
    font-weight: 400;
}
.widget .wp-block-latest-comments li a:hover,
.widget .wp-block-latest-posts li a:hover {
    color: #6e65e5;
}
.widget
    .wp-block-latest-comments
    li
    .wp-block-latest-comments__comment-excerpt
    p,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-excerpt p {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}
.widget .social-profile {
    justify-content: flex-start;
}
.widget .social-profile a {
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: #ffffff;
    transition: all 0.5s ease-out;
    border-radius: 50px;
    flex-shrink: 0;
    flex-wrap: wrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6d6d6;
}
.widget .social-profile a i {
    color: #6e65e5;
    transition: all 0.5s ease-out;
}
@media (max-width: 1199px) {
    .widget .social-profile a {
        width: 40px;
        height: 40px;
    }
}
.widget .social-profile a:hover {
    color: #ffffff;
    transition: all 0.5s ease-out;
    background-color: #6e65e5;
}
.widget .social-profile a:hover i {
    color: #ffffff;
}
.widget select {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid transparent;
    padding: 0 10px;
    border-radius: 5px;
    color: #5e6f92;
    margin-bottom: 0;
}
.widget .has-login-form .login-username label,
.widget .has-login-form .login-password label {
    margin-bottom: 10px;
}
.widget .has-login-form .login-username input,
.widget .has-login-form .login-password input {
    max-width: 100%;
    height: 50px;
    width: 100%;
    border: 1px solid #31373f;
    padding: 0 10px;
    border-radius: 5px;
    color: #5e6f92;
}
.widget .has-login-form .login-remember label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.widget .has-login-form .login-submit {
    margin-bottom: 0;
}
.widget .has-login-form .login-submit input.button-primary {
    display: inline-flex;
    background: #6e65e5;
    color: #fff;
    padding: 12px 32px;
    text-align: center;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    font-size: 16px;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
}
.widget .search-form {
    display: flex !important;
}
.widget .search-form button {
    width: 62px;
    flex-shrink: 0;
}
.widget .wp-block-search__no-button.wp-block-search input {
    border-radius: 10px;
}
.widget .wp-block-search {
    margin-bottom: -2px;
}
.widget .wp-block-search,
.widget .search-form {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    gap: 16px;
}
.widget .wp-block-search .wp-block-search__inside-wrapper,
.widget .search-form .wp-block-search__inside-wrapper {
    display: flex;
    padding: 0 !important;
}
.widget .wp-block-search label,
.widget .search-form label {
    font-size: 24px;
    display: block;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #ff5a00;
    font-family: "Urbanist", sans-serif;
}
.widget .wp-block-search input,
.widget .search-form input {
    background-color: #ffffff;
    padding: 15px 24px;
    height: 62px;
    width: 100%;
    color: #5e6f92;
    font-size: 15px;
    border-radius: 8px;
    border: 1px solid #e4e4e7;
}
.widget .wp-block-search button,
.widget .search-form button {
    color: #ffffff;
    padding: 0 20px;
    position: relative;
    right: 0;
    background-color: #141f39;
    top: 0;
    height: auto;
    border-radius: 8px;
    line-height: 0;
    border: 0;
    margin-left: 0 !important;
}
.widget .wp-block-search button i,
.widget .search-form button i {
    font-size: 24px;
    color: #ffffff;
    transition: all 0.5s ease-out;
}
.widget .wp-block-search button:hover,
.widget .search-form button:hover {
    background-color: #ffffff;
    color: #141f39;
}
.widget .wp-block-search button:hover i,
.widget .search-form button:hover i {
    color: #141f39;
}
.widget .tagcloud,
.widget .wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}
.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
    color: #141f39;
    background-color: #ffffff;
    display: flex;
    padding: 4px 16px;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    transition: all 0.5s ease-out;
}
.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud a:hover {
    color: #ffffff;
    background: #6e65e5;
    border-color: #6e65e5;
    transition: all 0.5s ease-out;
}
.widget ul,
.widget ol {
    margin-bottom: 0;
    padding-left: 0;
    /* Tag Cloud Widget */
}
.widget ul li,
.widget ol li {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #dfe2e9;
    /* Recent Comment Widget */
}
.widget ul li:first-child,
.widget ol li:first-child {
    padding-top: 0;
}
.widget ul li:last-child,
.widget ol li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.widget ul li.recentcomments .comment-author-link a:before,
.widget ol li.recentcomments .comment-author-link a:before {
    display: block;
}
.widget ul li.recentcomments a,
.widget ol li.recentcomments a {
    padding-left: 0;
    display: inline;
}
.widget ul li.recentcomments a:before,
.widget ol li.recentcomments a:before {
    display: none;
}
.widget ul li a,
.widget ol li a {
    color: #5e6f92;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.5s ease-out;
    /* RSS Widget */
}
.widget ul li a:hover,
.widget ol li a:hover {
    text-decoration: underline;
    transition: all 0.5s ease-out;
}
.widget ul li a.rsswidget,
.widget ol li a.rsswidget {
    padding-left: 0;
    font-weight: 500;
    display: block;
}
.widget ul li a.rsswidget:before,
.widget ol li a.rsswidget:before {
    display: none;
}
.widget ul li ul,
.widget ol li ul {
    padding-left: 25px;
    padding-top: 10px;
}
.widget ul.wp-tag-cloud li,
.widget ol.wp-tag-cloud li {
    display: inline-block;
    padding: 0;
    border: 0;
}
.widget ul.wp-tag-cloud li a:before,
.widget ol.wp-tag-cloud li a:before {
    display: none;
}
.widget.widget_categories ul li,
.widget.widget_archive ul li {
    text-align: right;
    display: inline-block;
    width: 100%;
}
.widget.widget_categories ul li.cat-item,
.widget.widget_archive ul li.cat-item {
    text-align: right;
    display: inline-block;
    width: 100%;
}
.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #141f39;
}
.widget.widget_contact_us {
    text-align: center;
}
.widget.widget_contact_us .theme-btn {
    margin-top: 32px;
}

/* About Info Widget*/
.widget-about-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.widget-about-info .about-desc {
    text-align: left;
}
.widget-about-info .about-desc .about-title {
    font-size: 20px;
}
.widget-about-info .about-image {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.widget-about-info .social-profile {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 30px;
    border-top: 1px solid #dfe2e9;
    width: 100%;
    margin-top: 10px;
}
.widget-about-info .social-profile a {
    transition: all 0.5s ease-out;
    width: 44px;
    height: 44px;
    background-color: #f3f4f8;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff5a00;
    transition: all 0.5s ease-out;
}
.widget-about-info .social-profile a:hover {
    color: #ffffff;
    transition: all 0.5s ease-out;
    background-color: #6e65e5;
}

/* Latest Post Widget*/
.has-dates.has-author.wp-block-latest-posts .wp-block-latest-posts__post-title {
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.widget_rss .wp-block-heading:before,
.widget_rss .widget-title:before {
    display: none;
}
.widget_rss .rss-widget-icon {
    margin-right: 6px;
}
.widget_rss ul li a.rsswidget {
    color: #ff5a00;
}
.widget_rss ul li a.rsswidget:hover {
    color: #6e65e5;
}

.wp-block-latest-posts .wp-block-rss__item-title,
.wp-block-rss .wp-block-rss__item-title,
.widget_rss .wp-block-rss__item-title {
    display: inline-block;
    width: 100%;
    font-weight: 500;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-rss__item-publish-date {
    margin-right: 10px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-latest-posts .wp-block-rss__item-author,
.wp-block-latest-posts .rss-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-latest-posts__post-date,
.wp-block-rss .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-rss__item-author,
.wp-block-rss .rss-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-latest-posts__post-date,
.widget_rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-rss__item-author,
.widget_rss .rss-date {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date:before,
.wp-block-latest-posts .wp-block-rss__item-publish-date:before,
.wp-block-latest-posts .rss-date:before,
.wp-block-rss .wp-block-latest-posts__post-date:before,
.wp-block-rss .wp-block-rss__item-publish-date:before,
.wp-block-rss .rss-date:before,
.widget_rss .wp-block-latest-posts__post-date:before,
.widget_rss .wp-block-rss__item-publish-date:before,
.widget_rss .rss-date:before {
    content: "\f274";
    font-family: "Font Awesome 6 Pro";
    padding-right: 8px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author:before,
.wp-block-latest-posts .wp-block-rss__item-author:before,
.wp-block-rss .wp-block-latest-posts__post-author:before,
.wp-block-rss .wp-block-rss__item-author:before,
.widget_rss .wp-block-latest-posts__post-author:before,
.widget_rss .wp-block-rss__item-author:before {
    content: "\f007";
    font-family: "Font Awesome 6 Pro";
    padding-right: 8px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-rss__item-excerpt,
.wp-block-latest-posts .rssSummary,
.wp-block-rss .wp-block-latest-posts__post-excerpt,
.wp-block-rss .wp-block-rss__item-excerpt,
.wp-block-rss .rssSummary,
.widget_rss .wp-block-latest-posts__post-excerpt,
.widget_rss .wp-block-rss__item-excerpt,
.widget_rss .rssSummary {
    margin-top: 10px;
    margin-bottom: 0;
}

.widget_latest_post ul li {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0px;
    padding: 40px 0;
}
.widget_latest_post ul li:hover .latest-post-thumb img {
    transform: scale(1.03);
    transition: all 0.5s ease-out;
}
.widget_latest_post ul li:first-child {
    padding-top: 0;
}
.widget_latest_post ul li:last-child {
    margin-bottom: 0;
}
.widget_latest_post ul li a {
    padding-left: 0;
}
.widget_latest_post ul li a:before {
    display: none;
}
.widget_latest_post ul li .latest-post-thumb {
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 12px;
}
.widget_latest_post ul li .latest-post-thumb img {
    border-radius: 12px;
    transform: scale(1);
    transition: all 0.5s ease-out;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
    color: #ff5a00;
    font-family: "Urbanist", sans-serif;
    margin-bottom: 0;
    margin-top: 8px;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a {
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #141f39;
    position: relative;
    text-transform: unset;
    transition: all 0.5s ease-out;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
    color: #0066d9;
    text-decoration: none;
    transition: all 0.5s ease-out;
}
.widget_latest_post ul li .latest-post-desc .latest-post-meta {
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 400;
    gap: 8px;
    color: #5e6f92;
}

.widget-instagram-feed {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
    width: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .widget-instagram-feed {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 374px) {
    .widget-instagram-feed {
        grid-template-columns: repeat(2, 1fr);
    }
}
.widget-instagram-feed .single-instagram-feed {
    border-radius: 5px;
    width: 72px;
    height: 72px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}
.widget-instagram-feed .single-instagram-feed:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}
.widget-instagram-feed .single-instagram-feed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1);
    transition: all 0.5s ease-out;
}

.widget_promotion {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-color: #141f39;
}
.widget_promotion .wp-block-heading {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 10px;
}
.widget_promotion .secondary-btn {
    display: inline-block;
    background: #eb936d;
    color: #ff5a00;
    padding: 12px 104px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-out;
    font-size: 16px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
}
.widget_promotion .secondary-btn i {
    color: #fff;
    font-size: 16px;
}
.widget_promotion .secondary-btn:hover {
    transition: all 0.5s ease-out;
    background-color: #ffffff;
    border-color: #ffffff;
}
.widget_promotion p {
    color: rgba(255, 255, 255, 0.53);
    margin-bottom: 32px;
}

.single-post-item .single-post-meta {
    gap: 32px;
}

@media (max-width: 1199px) {
    .service-sidebar {
        margin-top: 70px;
    }
}
@media (max-width: 767px) {
    .service-sidebar {
        margin-top: 56px !important;
    }
}
.service-sidebar .widget:last-child {
    margin-bottom: 0;
}

.widget_service_categories {
    background-color: transparent;
    padding: 0;
}
.widget_service_categories ul li {
    border: 0;
    padding-bottom: 5px !important;
}
.widget_service_categories ul li a {
    background: #ebf4f8;
    border-radius: 8px;
    padding: 21px 24px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    color: #ff5a00;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
}
.widget_service_categories ul li a i {
    color: #1eae98;
    font-size: 24px;
    font-weight: 700;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .widget_service_categories ul li a {
        padding: 10px;
    }
}
.widget_service_categories ul li a:hover {
    background: #eb936d;
    color: #ffffff;
}
.widget_service_categories ul li a:hover i {
    color: #ffffff;
}
.widget_service_categories ul li.active a {
    background: #eb936d;
    color: #ffffff;
}
.widget_service_categories ul li.active a i {
    color: #ffffff;
}

.widget_service_promotion {
    padding: 44px 40px;
    text-align: center;
    background-color: #141f39;
    position: relative;
    overflow: hidden;
}
.widget_service_promotion .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 91, 172);
    background: linear-gradient(
        135deg,
        rgba(0, 91, 172, 0.83) 0%,
        rgb(30, 174, 152) 100%
    );
}
.widget_service_promotion .widget-subtitle {
    position: relative;
    z-index: 0;
}
.widget_service_promotion .widget-subtitle p {
    color: #eb936d;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    margin: 0;
}
.widget_service_promotion .promotion-card {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.widget_service_promotion .promotion-card h4 {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 0;
}
.widget_service_promotion .promotion-card .secondary-btn {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
}
.widget_service_promotion .promotion-card .secondary-btn .icon {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background: #1eae98;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.widget_service_promotion .promotion-card .secondary-btn .icon i {
    color: #ffffff;
}
.widget_service_promotion .promotion-card .secondary-btn .btn-text {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.widget_service_promotion .promotion-card .secondary-btn .btn-text p {
    margin: 0;
    text-align: start;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.widget_service_promotion .promotion-card .secondary-btn .btn-text h4 {
    margin: 0;
    text-align: start;
    color: #ffffff;
    font-family: "Urbanist", sans-serif;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .widget_service_promotion {
        padding: 44px 25px;
    }
}

.widget_service_brochura {
    padding: 38px;
    position: relative;
    overflow: hidden;
    border: 1px solid #dfe2e9;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background-color: #ffffff;
}
.widget_service_brochura .widget-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.widget_service_brochura .widget-title-wrapper .widget-subtitle {
    color: #eb936d;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}
.widget_service_brochura .widget-title-wrapper .widget-title {
    color: #ff5a00;
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}
.widget_service_brochura .widget-title-wrapper .widget-title:before {
    display: none;
}
.widget_service_brochura .button-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.widget_service_brochura .button-wrapper .btn-text {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.widget_service_brochura .button-wrapper .pdf {
    padding: 18px;
    border-radius: 6px;
    background-image: linear-gradient(
        45deg,
        rgb(227, 0, 8) 0%,
        rgb(250, 174, 0) 100%
    );
}
.widget_service_brochura .button-wrapper .doc {
    padding: 18px;
    border-radius: 6px;
    background: rgb(0, 91, 172);
    background: linear-gradient(
        135deg,
        rgba(0, 91, 172, 0.83) 0%,
        rgb(30, 174, 152) 100%
    );
}

.comment-respond {
    margin-top: 70px;
}

.blog-coment-title h2,
.blog-coment-title .wp-block-comments-title,
.wp-block-comments h2,
.wp-block-comments .wp-block-comments-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
}

/* Block Comment Start */
.wp-block-comments .wp-block-comment-template {
    padding-left: 0;
}
.wp-block-comments .wp-block-comment-template .wp-block-comment-reply-link {
    margin-top: 15px;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns {
    padding: 50px;
    border: 1px solid #dfe2e9;
    border-radius: 8px;
    margin-bottom: 24px;
}
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-column:first-child {
    flex-basis: 80px !important;
}
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-avatar {
    width: 100px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-avatar
    img {
    width: 100%;
}
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-comment-author-name
    a {
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #ff5a00;
}
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-comment-edit-link
    a {
    color: #6e65e5;
}
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-comment-date
    a,
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-comment-edit-link
    a {
    color: #9ba8c3;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-comment-reply-link
    a {
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #ff5a00;
    border: 1px solid #eb936d;
    padding: 4px 26px;
    display: inline-block;
}
.wp-block-comments
    .wp-block-comment-template
    li
    .wp-block-columns
    .wp-block-comment-reply-link
    a:hover {
    background-color: #eb936d;
    color: #ffffff;
    transition: all 0.5s ease-out;
}

/* Block Comment End */
.latest-comments .comment-respond {
    margin-top: 80px;
}
.latest-comments li .children .comments-box {
    margin-left: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-comments li .children .comments-box {
        margin-left: 0;
    }
}
.latest-comments li .children .children .comments-box {
    margin-left: 100px;
    border-top: 1px solid #d2d2d2;
}
.latest-comments li .comments-box {
    padding: 50px;
    border: 1px solid #dfe2e9;
    border-radius: 8px;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .latest-comments li .comments-box {
        padding: 30px;
    }
}
.latest-comments li .comments-box .comments-avatar {
    float: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-comments li .comments-box .comments-avatar {
        float: inherit;
        margin-bottom: 20px;
    }
}
.latest-comments li .comments-box .comments-avatar img {
    margin-right: 30px;
    width: 100px;
    border-radius: 50px;
}
.latest-comments li .comments-box .comments-text {
    overflow: hidden;
}
.latest-comments li .comments-box .comments-text p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #5e6f92;
}
.latest-comments li .comments-box .comments-text .avatar-name {
    margin-bottom: 10px;
    position: relative;
}
.latest-comments li .comments-box .comments-text .avatar-name h5 {
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.latest-comments li .comments-box .comments-text .avatar-name span {
    color: #9ba8c3;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-comments li .comments-box .comments-text .avatar-name span {
        display: inline-block;
        width: 100%;
    }
}
.latest-comments li .comments-box .comments-text .comment-reply-link {
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #141f39;
    border: 1px solid #141f39;
    padding: 4px 26px;
    gap: 8px;
    position: absolute;
    top: 0;
    right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-comments li .comments-box .comments-text .comment-reply-link {
        position: unset;
        margin-top: 10px;
    }
}
.latest-comments li .comments-box .comments-text .comment-reply-link:hover {
    background-color: #eb936d;
    color: #ffffff;
    transition: all 0.5s ease-out;
}

.post-comments .latest-comments > ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.comments-text > ul,
.comments-text > ol {
    margin-bottom: 20px;
}

ul.children {
    list-style: none;
}

.post-comments-form .contacts-message {
    margin-top: 20px;
}

/*Comment Input Filed*/
.post-comments-title .sub-title {
    font-size: 18px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #eb936d;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.post-comments-title h2 {
    color: #141f39;
    font-family: "Urbanist", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 47px;
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .post-comments-title h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
.post-comments-title h2 small {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #6e65e5;
}

.comment-respond {
    background-color: #f9f9f9;
    padding: 50px;
    border-radius: 18px;
    position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .comment-respond {
        padding: 30px;
    }
}
.comment-respond p {
    margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .comment-respond .contacts-email {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .comment-respond .contacts-email {
        margin-left: 0;
    }
}
.comment-respond label {
    display: block;
    color: #141f39;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 8px;
}
.comment-respond .checkbox-field-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    padding: 15px 0;
}
.comment-respond .checkbox-field-wrapper p {
    margin: 0;
}
.comment-respond .checkbox-field-wrapper .single-checkbox-field {
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.comment-respond .comment-form-cookies-consent {
    display: none;
}
.comment-respond input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.comment-respond input,
.comment-respond select {
    padding: 0 24px;
    height: 57px;
    width: 100%;
    color: #778196;
    opacity: 1;
    border: 1px solid #e7e7e7 !important;
    border-radius: 5px;
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    background-color: #ffffff;
    border-radius: 8px;
}
.comment-respond *::-webkit-input-placeholder {
    color: #a3a3a3;
}
.comment-respond *:-moz-placeholder {
    color: #a3a3a3;
    opacity: 1;
}
.comment-respond *::-moz-placeholder {
    color: #a3a3a3;
    opacity: 1;
}
.comment-respond *:-ms-input-placeholder {
    color: #a3a3a3;
}
.comment-respond *::-ms-input-placeholder {
    color: #a3a3a3;
}
.comment-respond *::placeholder {
    color: #a3a3a3;
}
.comment-respond textarea {
    resize: vertical;
    padding: 20px;
    width: 100%;
    color: #778196;
    border: 1px solid #e7e7e7 !important;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    background-color: #ffffff;
    font-family: "Open Sans", sans-serif !important;
    height: 144px;
    margin-bottom: 12px;
}
.comment-respond input:focus,
.comment-respond textarea:focus,
.comment-respond .form-select:focus {
    outline: none !important;
    box-shadow: none;
    border-color: #6e65e5 !important;
    transition: all 0.4s ease 0s;
}

.comment-respond.style-two {
    margin: 0;
    background-color: transparent;
    padding: 82px 88px 82px 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .comment-respond.style-two {
        padding: 50px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .comment-respond.style-two {
        padding: 30px;
    }
}
.comment-respond.style-two .post-comments-title h2 {
    color: #ffffff;
}
.comment-respond.style-two label {
    color: #c7cdda;
}
.comment-respond.style-two .nice-select:after {
    border-color: transparent transparent #c7cdda transparent;
}
.comment-respond.style-two input[type="radio"]::before,
.comment-respond.style-two input[type="checkbox"]::before {
    background-color: transparent;
}
.comment-respond.style-two .single-input-field p {
    margin-bottom: 0;
}
.comment-respond.style-two .single-input-field input,
.comment-respond.style-two .single-input-field select,
.comment-respond.style-two .single-input-field textarea {
    background-color: transparent;
    color: #c7cdda;
    border-color: #739bbf !important;
    box-shadow: none;
}
.comment-respond.style-two .single-input-field .nice-select {
    color: #c7cdda;
    border-color: #739bbf !important;
}
.comment-respond.style-two .single-input-field input:focus,
.comment-respond.style-two .single-input-field textarea:focus,
.comment-respond.style-two .single-input-field .form-select:focus,
.comment-respond.style-two .single-input-field .nice-select:focus {
    border-color: #1eae98 !important;
}
.comment-respond.style-two .single-input-field *::-webkit-input-placeholder {
    color: #c7cdda;
}
.comment-respond.style-two .single-input-field *:-moz-placeholder {
    color: #c7cdda;
    opacity: 1;
}
.comment-respond.style-two .single-input-field *::-moz-placeholder {
    color: #c7cdda;
    opacity: 1;
}
.comment-respond.style-two .single-input-field *:-ms-input-placeholder {
    color: #c7cdda;
}
.comment-respond.style-two .single-input-field *::-ms-input-placeholder {
    color: #c7cdda;
}
.comment-respond.style-two .single-input-field *::placeholder {
    color: #c7cdda;
}
.comment-respond.style-two
    .checkbox-field-wrapper
    .single-checkbox-field
    .form-check-input,
.comment-respond.style-two
    .checkbox-field-wrapper
    .wpcf7-list-item
    .form-check-input {
    background-color: transparent;
    border-color: #739bbf !important;
}
.comment-respond.style-two
    .checkbox-field-wrapper
    .single-checkbox-field
    input[type="checkbox"],
.comment-respond.style-two
    .checkbox-field-wrapper
    .single-checkbox-field
    input[type="radio"],
.comment-respond.style-two
    .checkbox-field-wrapper
    .wpcf7-list-item
    input[type="checkbox"],
.comment-respond.style-two
    .checkbox-field-wrapper
    .wpcf7-list-item
    input[type="radio"] {
    border-color: #739bbf !important;
}
.comment-respond.style-two
    .checkbox-field-wrapper
    .single-checkbox-field
    input[type="checkbox"]:checked,
.comment-respond.style-two
    .checkbox-field-wrapper
    .single-checkbox-field
    input[type="radio"]:checked,
.comment-respond.style-two
    .checkbox-field-wrapper
    .wpcf7-list-item
    input[type="checkbox"]:checked,
.comment-respond.style-two
    .checkbox-field-wrapper
    .wpcf7-list-item
    input[type="radio"]:checked {
    border-color: #1eae98 !important;
}
.comment-respond.style-three {
    margin: 0;
}
.comment-respond.style-three input,
.comment-respond.style-three select,
.comment-respond.style-three textarea {
    border: 1px solid rgb(223, 226, 233) !important;
    box-shadow: none;
}
.comment-respond.style-three input:focus,
.comment-respond.style-three textarea:focus,
.comment-respond.style-three .form-select:focus,
.comment-respond.style-three .nice-select:focus {
    border-color: #6e65e5 !important;
}

.team-member-card {
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background-color: #f9f9f9;
    transition: all 0.5s ease-out;
}
.team-member-card:hover .image {
    transform: scale(1.03);
}
.team-member-card:hover .content {
    transform: scale(1);
    visibility: visible;
    overflow: visible;
    transition: all 0.5s ease-out;
}
.team-member-card .image {
    overflow: hidden;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.001);
    transition: all 0.5s ease-out;
}
.team-member-card .inner-wrapper {
    position: relative;
    margin: 0 20px;
}
.team-member-card .content {
    text-align: center;
    padding: 16px 24px;
    background-color: #6e65e5;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    bottom: -50px;
    transform: scale(0);
    visibility: hidden;
    overflow: hidden;
    transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .team-member-card .content {
        bottom: -20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-member-card .content {
        padding: 16px;
    }
}
.team-member-card .content .title {
    margin-bottom: 0;
    color: #ffffff;
    transition: unset;
}
.team-member-card .content .title a {
    transition: unset;
}
.team-member-card .content .title a:hover {
    color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-member-card .content .title {
        font-size: 22px;
    }
}
.team-member-card .content .desc {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    color: #ffffff;
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-member-card .content .desc {
        font-size: 15px;
    }
}
.team-member-card.style-2 {
    margin-top: 56px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .team-member-card.style-2 {
        margin-top: 8px;
    }
}
.team-member-card.style-2 .content {
    padding: 32px 24px;
    transform: rotateX(180deg);
    opacity: 0;
    transition: all 0.5s ease-out;
}
.team-member-card.style-2:hover .content {
    opacity: 1;
    transform: rotateX(0deg);
    transition: all 0.5s ease-out;
}

.team-member-slider-wrapper {
    position: relative;
}
.team-member-slider-wrapper .slick-list {
    padding-bottom: 88px;
    margin: 0 -55px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .team-member-slider-wrapper .slick-list {
        padding-bottom: 25px;
        margin: unset;
    }
}
.team-member-slider-wrapper .slick-list .slick-slide {
    margin: 0 55px;
}
@media (max-width: 1199px) {
    .team-member-slider-wrapper .slick-list .slick-slide {
        margin: 0 14px;
    }
}
.team-member-slider-wrapper .slick-dots {
    display: flex;
    gap: 24px;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0;
}
.team-member-slider-wrapper .slick-dots li {
    display: inline-block;
    line-height: 0;
    outline: 2px solid transparent;
    border: 5px solid transparent;
    border-radius: 50px;
    transition: all 0.5s ease-out;
}
.team-member-slider-wrapper .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    background-color: rgb(94, 111, 146);
    opacity: 0.478;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s ease-out;
}
.team-member-slider-wrapper .slick-dots li.slick-active {
    transition: all 0.5s ease-out;
    outline: 2px solid rgb(252, 133, 91);
}
.team-member-slider-wrapper .slick-dots li.slick-active button {
    transition: all 0.5s ease-out;
}

.portfolio-slider-area.style-2 {
    background-color: #5f54d3;
}
.portfolio-slider-area.style-2 .section-title {
    margin-bottom: 56px;
}
.portfolio-slider-area.style-2 .section-title .title {
    margin-bottom: 0;
}
.portfolio-slider-area.style-2 .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
}

.portfolio-slider-wrapper {
    position: relative;
}
.portfolio-slider-wrapper .slick-list {
    margin: 0 -12px;
}
.portfolio-slider-wrapper .slick-list .slick-slide {
    margin: 0 12px;
    transition: all 0.5s ease-out;
}
.portfolio-slider-wrapper .slick-list .slick-slide.slick-active {
    transition: all 0.5s ease-out;
}
.portfolio-slider-wrapper button.portfolio-arrow-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 99;
    background-color: #ffffff;
    border: 1px solid #eb936d;
    cursor: pointer;
    top: -90px;
    overflow: hidden;
    transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
    .portfolio-slider-wrapper button.portfolio-arrow-btn {
        top: unset;
        bottom: -50px;
    }
}
.portfolio-slider-wrapper button.portfolio-arrow-btn.prev-btn {
    right: 40px;
}
@media (max-width: 991px) {
    .portfolio-slider-wrapper button.portfolio-arrow-btn.prev-btn {
        right: unset;
    }
}
@media (max-width: 767px) {
    .portfolio-slider-wrapper button.portfolio-arrow-btn.prev-btn {
        right: unset;
        left: 10px;
    }
}
.portfolio-slider-wrapper button.portfolio-arrow-btn.next-btn {
    right: 0;
}
@media (max-width: 991px) {
    .portfolio-slider-wrapper button.portfolio-arrow-btn.next-btn {
        right: unset;
        left: 50px;
    }
}
@media (max-width: 767px) {
    .portfolio-slider-wrapper button.portfolio-arrow-btn.next-btn {
        right: 30px;
        left: 50px;
    }
}
.portfolio-slider-wrapper button.portfolio-arrow-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff5a00;
    font-size: 16px;
    transition: all 0.5s ease-out;
}
.portfolio-slider-wrapper button.portfolio-arrow-btn:hover {
    transition: all 0.5s ease-out;
    background: rgb(227, 0, 8);
    background: linear-gradient(
        45deg,
        rgb(227, 0, 8) 0%,
        rgb(250, 174, 0) 100%
    );
    border-color: #eb936d;
}
.portfolio-slider-wrapper button.portfolio-arrow-btn:hover i {
    color: #ffffff;
    transition: all 0.5s ease-out;
}

.about-us-area.style-1 {
    overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-us-area.style-1 {
        overflow: unset;
    }
}
.about-us-area.style-1 .about-image-card .main-img {
    margin-left: 48px;
}
.about-us-area.style-1 .about-image-card .main-img img {
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area.style-1 .about-image-card .main-img img {
        width: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area.style-1 .about-image-card .main-img {
        transform: translate(15%, 0);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area.style-1 .about-image-card .center {
        transform: translate(45%, 45%);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area.style-1 .about-image-card .center {
        transform: translate(37%, 37%);
    }
}
.about-us-area.style-1 .about-info-card {
    margin-left: -4px;
}
.about-us-area.style-1 .about-info-card .section-title {
    margin-top: -5px;
}
@media (min-width: 991px) {
    .about-us-area.style-1 .about-info-card .section-title .title br {
        display: none;
    }
}
.about-us-area.style-1 .about-info-card .section-title .desc {
    padding-right: 12px;
    line-height: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-us-area.style-1 .about-info-card .section-title .desc {
        margin-top: 0;
    }
}
.about-us-area.style-1 .about-info-card .icon-card .icon {
    border-color: transparent;
}
@media (max-width: 991px) {
    .about-us-area.style-1 .about-info-card {
        margin-top: 80px;
    }
}

.service-area {
    overflow: hidden;
}
.service-area .section-title {
    position: relative;
}
.service-area .section-title .shape {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-100%, 100%);
    animation: rubberBand 5s linear infinite;
}
@media (max-width: 1440px) {
    .service-area .section-title .shape {
        display: none;
    }
}
.service-area .section-title .btn-wrapper {
    margin-top: 24px;
}

.portfolio-slider-area.style-1 {
    padding: 121px 0;
    background-color: #fbf8ee;
}
.portfolio-slider-area.style-1 .section-title .title .underline img {
    bottom: 0;
}
.portfolio-slider-area.style-1 .theme-btn {
    margin-right: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .portfolio-slider-area.style-1 {
        padding: 80px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-slider-area.style-1 {
        padding: 100px 0;
    }
}
.portfolio-slider-area.style-1 .section-title .title {
    padding-right: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .portfolio-slider-area.style-1 .section-title .title {
        padding-right: 0;
    }
}

.client-logo-area {
    padding-top: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .client-logo-area {
        padding-top: 100px;
    }
}

.why-choose-area.style-1 {
    background-color: #fbf8ee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.why-choose-area.style-1 .shape {
    position: absolute;
    top: 0;
    right: 0;
    animation: MoveTopRight 4s infinite;
}
.why-choose-area.style-1 .sketch {
    position: absolute;
    bottom: 70px;
    right: 104px;
    transform: translate(-50%, -50%);
    animation: WhyChooseLeftRight 2s linear infinite alternate;
}
@-webkit-keyframes WhyChooseLeftRight {
    0% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(-40%, -50%);
    }
}
@keyframes WhyChooseLeftRight {
    0% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(-40%, -50%);
    }
}
@media (max-width: 991px) {
    .why-choose-area.style-1 .sketch {
        display: none;
    }
}
.why-choose-area.style-1 .about-info-card {
    margin-left: 9px;
    margin-top: 5px;
    margin-right: 9px;
}
@media (max-width: 991px) {
    .why-choose-area.style-1 .about-info-card {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-area.style-1 .about-info-card .list-item-wrapper ul li {
        justify-content: center;
    }
}
.why-choose-area.style-1 .btn-wrapper {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .why-choose-area.style-1 .btn-wrapper {
        text-align: center;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .why-choose-area.style-1 .section-title .title br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .why-choose-area.style-1 .section-title .desc br {
        display: none;
    }
}

.process-step-area.style-1 {
    overflow: hidden;
}
.process-step-area.style-1 .section-title {
    margin-bottom: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .process-step-area.style-1 .section-title {
        margin-bottom: 0;
    }
}

.latest-post-area.style-1 .post-card-wrapper {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-area.style-1 .section-title .title br {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-area.style-1 .section-title .desc br {
        display: none;
    }
}
.team-area.style-1 .team-member-card {
    margin-top: 56px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .team-area.style-1 .team-member-card:first-child {
        margin-top: 32px;
    }
}

.pricing-area.style-1 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.pricing-area.style-1 .shape {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
    .pricing-area.style-1 .shape {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-area.style-1 .shape {
        display: none;
    }
}

.faq-area.style-1 {
    padding: 120px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.faq-area.style-1:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/shape/faq-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.faq-area.style-1 .accordion {
    margin-top: 56px;
}
.faq-area.style-1 .accordion .accordion-item {
    z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .faq-area.style-1 {
        padding: 80px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-area.style-1 {
        padding: 100px 0;
    }
}

.client-logo-area.style-1.style-2 {
    padding: 119px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .client-logo-area.style-1.style-2 {
        padding: 80px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-logo-area.style-1.style-2 {
        padding: 100px 0;
    }
}

.service-area.style-2 .service-area-inner .service-btn {
    margin-top: 0 !important;
}
.service-area.style-2
    .service-area-inner
    .icon-card-wrapper
    .icon-card.style-2 {
    margin: 0;
}

.counter-up-area.style-2 {
    position: relative;
    padding-bottom: 120px;
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-up-area.style-2 {
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .counter-up-area.style-2 {
        padding-bottom: 80px;
    }
}

.portfolio-slider-area.style-2 {
    padding: 120px 0;
}
.portfolio-slider-area.style-2 .section-title .title {
    padding-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .portfolio-slider-area.style-2 {
        padding: 80px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-slider-area.style-2 {
        padding: 80px 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-slider-area.style-2 {
        padding: 80px 0;
    }
}

.why-choose-area.style-2 {
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .why-choose-area.style-2 .section-title br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .why-choose-area.style-2 .section-title br {
        display: none;
    }
}
.why-choose-area.style-2 .about-info-card {
    margin-top: 6px;
}
.why-choose-area.style-2 .about-info-card .section-title {
    text-align: start;
    align-items: start;
}
.why-choose-area.style-2 .about-info-card .list-item-wrapper {
    margin-top: 0;
}
@media (max-width: 991px) {
    .why-choose-area.style-2 .about-info-card {
        margin-top: 40px;
    }
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #e4e4e7;
}

.appointment-area.style-2 {
    margin-bottom: -261px;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appointment-area.style-2 {
        margin-top: 80px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .appointment-area.style-2 {
        margin-top: 70px;
    }
}
.appointment-area.style-2 .form-image-mr {
    padding-right: 56px !important;
}
.appointment-area.style-2 .form-image-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.appointment-area.style-2 .appointment-area-two-inner {
    margin: 0;
}

.faq-area {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.faq-area .content-wrapper {
    position: relative;
}
@media (max-width: 991px) {
    .faq-area .content-wrapper {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .faq-area .content-wrapper .btn-wrapper {
        text-align: center;
    }
}
.faq-area .content-wrapper .sketch {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, 50%);
}
.faq-area .section-title {
    margin-bottom: 40px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-slider-area.style-1 .section-title .desc br {
        display: block;
    }
}

.brand-slider-area.style-2 {
    padding-top: 110px;
    padding-bottom: 110px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .brand-slider-area.style-2 {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .form-image-wrapper {
        height: 350px;
        overflow: hidden;
    }
}
.form-image-wrapper img {
    width: 100%;
}

.latest-posts-area.style-2 {
    padding-top: 104px;
    padding-bottom: 108px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-posts-area.style-2 {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .latest-posts-area.style-2 {
        padding-top: 70px;
        padding-bottom: 50px;
    }
}
.latest-posts-area.style-2 .section-title {
    margin-bottom: 70px;
}
@media (max-width: 991px) {
    .latest-posts-area.style-2 .section-title {
        margin-bottom: 50px;
    }
}
.latest-posts-area.style-2 .home-two-post-card-padding {
    padding-left: 68px;
}
@media (max-width: 1199px) {
    .latest-posts-area.style-2 .home-two-post-card-padding {
        padding-left: 12px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .team-area.style-2 .section-title-wrapper {
        margin-bottom: 24px;
    }
}

.service-slider-area {
    padding-bottom: 144px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .service-slider-area {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .service-slider-area .section-title .desc br {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-slider-area .section-title .desc br {
        display: none;
    }
}

.why-choose-us-area.style-1 {
    padding-top: 138px;
    padding-bottom: 103px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-us-area.style-1 {
        padding-top: 100px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .why-choose-us-area.style-1 {
        padding-top: 70px;
        padding-bottom: 34px;
    }
}
.why-choose-us-area.style-1 .section-title {
    padding-right: 100px;
}
@media (max-width: 1399px) {
    .why-choose-us-area.style-1 .section-title {
        padding-right: 12px;
    }
}
@media (max-width: 991px) {
    .why-choose-us-area.style-1 .section-title {
        margin-bottom: 70px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .why-choose-us-area.style-1 .section-title .title br {
        display: none;
    }
}
.why-choose-us-area.style-1 .icon-card-left-padding {
    padding-left: 134px;
}
@media (max-width: 1399px) {
    .why-choose-us-area.style-1 .icon-card-left-padding {
        padding-left: 12px;
    }
}

.subscribe-form-area.style-1 .subscribe-area {
    border-radius: 12px;
}
.subscribe-form-area.style-1
    .subscribe-area
    .subscribe-inner-area
    .section-title {
    margin-bottom: 32px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-us-area.style-3 .about-info-card {
        margin-top: 32px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .about-us-area.style-3 .about-info-card .icon-card-wrapper {
        margin-top: 30px;
    }
}

.faq-area.style-3 {
    background: var(
        --gradient,
        linear-gradient(76deg, #eceaff 0%, #fff 140.02%)
    );
}

.testimonial-area .testimonial-slider-two .testimonial-arrow-btn {
    position: absolute;
    right: 0;
    top: -56px;
}
.testimonial-area .testimonial-slider-two .testimonial-arrow-btn.prev-btn {
    right: 68px;
}
@media (max-width: 991px) {
    .testimonial-area .testimonial-slider-two .testimonial-arrow-btn.prev-btn {
        right: 51%;
        left: unset;
    }
}
@media (max-width: 991px) {
    .testimonial-area .testimonial-slider-two .testimonial-arrow-btn.next-btn {
        left: 51%;
        right: unset;
    }
}
@media (max-width: 991px) {
    .testimonial-area .testimonial-slider-two .testimonial-arrow-btn {
        right: 50%;
        top: unset;
        bottom: -32px;
    }
}
.testimonial-area .testimonial-slider-two .slick-list {
    padding: 0 !important;
}
.testimonial-area .icon-card.style-2 {
    margin: 56px 12px;
    gap: 16px;
    padding: 38px;
    display: flex !important;
}
@media (max-width: 991px) {
    .testimonial-area .icon-card.style-2 {
        margin-top: 24px;
    }
    .testimonial-area .icon-card.style-2:first-child {
        margin-top: 0;
    }
}
.testimonial-area .icon-card.style-2 .meta-user {
    margin-top: 16px;
}

@media (max-width: 991px) {
    .contact-info-area .icon-card.style-4 {
        margin-top: 24px;
    }
}
.contact-info-area .icon-card.style-4 .icon {
    width: auto;
    position: relative;
}
.contact-info-area .icon-card.style-4 .icon:before {
    width: 50px;
    height: 50px;
    border-radius: 84% 16% 34% 66%/63% 29% 71% 37%;
    background-color: #fee1e6;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: unset;
}
.contact-info-area .icon-card.style-4 .icon img {
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .contact-info-area .icon-card.style-4 .content {
        padding: 0 56px;
    }
}
.contact-info-area .icon-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.contact-info-area .icon-card-wrapper .icon-card.style-4:hover .icon:before {
    animation: ZoomInOut 1s;
}
.contact-info-area
    .icon-card-wrapper
    .icon-card.style-4:nth-child(2)
    .icon:before {
    background-color: #fff2d0;
}
.contact-info-area
    .icon-card-wrapper
    .icon-card.style-4:nth-child(3)
    .icon:before {
    background-color: #d9e8ff;
}
.contact-info-area
    .icon-card-wrapper
    .icon-card.style-4:nth-child(4)
    .icon:before {
    background-color: #f8ddff;
}

.contact-form-area {
    background-color: #f3f2ff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .contact-form-area .content-wrapper {
        text-align: center;
    }
}
.contact-form-area .comment-respond {
    position: relative;
    margin-left: 26px;
    padding: 40px;
    margin-top: 0;
    border-radius: 12px;
    background-color: #ffffff;
}
@media (max-width: 991px) {
    .contact-form-area .comment-respond {
        margin-top: 24px;
        margin-left: 0;
    }
}
.contact-form-area .comment-respond textarea {
    margin-bottom: 0;
}
.contact-form-area .comment-respond .g-6 {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .contact-form-area .comment-respond .g-6 {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 12px;
    }
}
.contact-form-area .shape {
    position: absolute;
    top: 0;
    right: -28%;
    z-index: 0;
}
@media (max-width: 1199px) {
    .contact-form-area .shape {
        display: none;
    }
}

.btn-wrapper {
    margin-top: 40px;
}

.contact-title {
    text-align: center;
}
.contact-title h2 {
    font-size: 48px;
    color: #ff5a00;
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-title h2 {
        font-size: 48px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-title h2 {
        font-size: 38px;
        line-height: 44px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .contact-title h2 {
        font-size: 32px;
        line-height: 30px;
    }
}

.pricing-page-price-card-wrapper {
    background-color: #eef5f8;
    padding-top: 140px;
    padding-bottom: 140px;
}
@media (max-width: 991px) {
    .pricing-page-price-card-wrapper {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .pricing-page-price-card-wrapper {
        padding-top: 70px;
        padding-bottom: 40px;
    }
}

.pricing-page-why-choose-us {
    padding-top: 122px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 1199px) {
    .pricing-page-why-choose-us {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .pricing-page-why-choose-us {
        padding-top: 70px;
        padding-bottom: 20px;
    }
}
.pricing-page-why-choose-us .why-choose-card-wrapper {
    padding-left: 110px;
}
@media (max-width: 991px) {
    .pricing-page-why-choose-us .why-choose-card-wrapper {
        padding-left: 0;
    }
}

.faq-area.style-4 {
    padding-top: 218px;
    padding-bottom: 130px;
}
@media (max-width: 1199px) {
    .faq-area.style-4 {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .faq-area.style-4 {
        padding: 70px 0;
    }
}
.faq-area.style-4 .accordion-wrapper.style-four .accordion-list-item {
    margin-bottom: 0;
}

.pricing-accordion-wrapper {
    padding-left: 120px;
}
@media only screen and (min-width: 991px) and (max-width: 1399px) {
    .pricing-accordion-wrapper {
        padding-left: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-accordion-wrapper {
        padding-left: 0;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .pricing-accordion-wrapper {
        padding-left: 0;
        margin-top: 30px;
    }
}

.faq-tab {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 0;
    list-style: none;
}
.faq-tab li {
    display: inline-block;
}
.faq-tab li.active a {
    color: #ffffff;
    background: #eb936d;
}
.faq-tab li a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #ff5a00;
    border-radius: 6px;
    padding: 26px 35px;
    background: #eef5f8;
    display: inline-block;
    width: 100%;
    transition: all 0.5s ease-out;
}
.faq-tab li a:hover {
    color: #ffffff;
    background: #eb936d;
}

.service-card-area.style-1 {
    padding: 120px 0;
}
@media (max-width: 991px) {
    .service-card-area.style-1 {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .service-card-area.style-1 {
        padding: 80px 0;
    }
}

.process-step-area.style-2 {
    background-color: #5f54d3;
}
.process-step-area.style-2 .section-title .short-title,
.process-step-area.style-2 .section-title .title {
    color: #ffffff;
}
.process-step-area.style-2 .section-title .short-title span,
.process-step-area.style-2 .section-title .title span {
    color: #ffffff;
}
.process-step-area.style-2 .process-step .content .title,
.process-step-area.style-2 .process-step .content .desc {
    color: #ffffff;
}

@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .our-mission-area .section-title .title br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .our-mission-area .section-title .desc br {
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .our-mission-area .about-image-card {
        margin-top: 32px;
    }
}
.our-mission-area .icon-card .orange i {
    color: #ff5a00;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-mission-area .about-image-card {
        margin-top: 48px;
    }
}
.our-mission-area .about-image-card .main-img {
    border-radius: 12px;
    overflow: hidden;
}
.our-mission-area .about-image-card .main-img img {
    border-radius: 12px;
}

.why-choose-area.style-3 .about-info-card.style-2 .section-title {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .why-choose-area.style-3 .about-info-card.style-2 .section-title {
        text-align: start;
        align-items: start;
    }
}
@media (max-width: 991px) {
    .why-choose-area.style-3 .about-info-card {
        margin-bottom: 40px;
    }
}

.service-details-wrapper .image-wrapper {
    display: flex;
    gap: 40px;
    margin: 56px 0;
}
.service-details-wrapper .image-wrapper .image {
    border-radius: 24px;
    overflow: hidden;
}

.service-area.style-1.style-2 .service-area-inner .section-title {
    margin-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-area.style-1.style-2 .service-area-inner .section-title {
        margin-bottom: 32px;
    }
}
.service-area.style-1.style-2 .service-area-inner .icon-card-wrapper {
    margin-left: 0;
}
.service-area.style-1.style-2 .service-area-inner .icon-card-wrapper .g-6 {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .service-area.style-1.style-2 .service-area-inner .icon-card-wrapper .g-6 {
        --bs-gutter-x: 0;
        --bs-gutter-y: 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-area.style-1.style-2 .service-area-inner .icon-card-wrapper .g-6 {
        --bs-gutter-x: 34px;
        --bs-gutter-y: 34px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-area.style-1.style-2 .service-area-inner .icon-card-wrapper .g-6 {
        --bs-gutter-x: 16px;
        --bs-gutter-y: 16px;
    }
}
.team-page-area {
    padding-top: 59px;
    padding-bottom: 181px;
}
@media (max-width: 991px) {
    .team-page-area {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .team-page-area {
        padding-top: 40px;
        padding-bottom: 55px;
    }
}

.team-space {
    padding: 0 37px;
    margin-top: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .team-space {
        padding: 0 10px;
        margin-top: 85px;
    }
}
@media screen and (min-width: 1200px) {
    .team-space {
        margin-top: 85px;
    }
}

.blog-grid-area {
    padding-top: 140px;
    padding-bottom: 144px;
}
@media (max-width: 991px) {
    .blog-grid-area {
        padding: 100px 0;
    }
}
@media (max-width: 767px) {
    .blog-grid-area {
        padding: 70px 0;
    }
}

.blog-load-btn {
    padding: 20px 35px;
    background: #eb936d;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    border-radius: 6px;
}
@media (max-width: 767px) {
    .blog-load-btn {
        margin-top: 0;
    }
}
.blog-load-btn:hover {
    background-color: #1eae98;
    color: #ffffff;
}

.footer {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: #004873;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 1199px) {
    .footer .mt-50.mb-50 {
        margin: 0;
    }
}
.footer .footer-sec {
    position: relative;
}
.footer .footer-sec .shape-one {
    position: absolute;
    top: 0;
    left: 0;
    animation: MoveTopRight 4s infinite;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .footer .footer-sec .shape-one {
        display: none;
    }
}
.footer .footer-sec .shape-two {
    position: absolute;
    top: 0;
    right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .footer .footer-sec .shape-two {
        display: none;
    }
}
.footer .footer-sec .footer-bottom-border {
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.footer-widget-title {
    font-family: "Urbanist", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.8px;
    color: #ffffff;
    margin-bottom: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .footer-widget-title {
        font-size: 35px;
        letter-spacing: unset;
    }
}

.footer-main {
    display: flex;
    justify-content: space-between;
    padding: 72px 0;
}
@media (max-width: 991px) {
    .footer-main {
        flex-direction: column;
        text-align: center;
    }
}

.footer-widget {
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}
.footer-widget .desc {
    color: #ffffff;
    font-family: "Urbanist", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
}
.footer-widget .widget_latest_post ul li {
    padding: 12px 0;
    flex-direction: row;
}
.footer-widget .widget_latest_post ul li:first-child {
    padding-top: 0;
}
@media (max-width: 991px) {
    .footer-widget {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .footer-widget:last-child {
        margin-bottom: 0;
    }
}
.footer-widget ul {
    padding-left: 0;
}
.footer-widget.widget_boomdevs-latest-posts-footer {
    margin-top: -5px;
}
@media (max-width: 767px) {
    .footer-widget.zoom-instagram-widget {
        margin-bottom: 0;
        margin-top: -10px;
    }
}
@media (max-width: 767px) {
    .footer-widget.widget_boomdevs_contact_info_widget {
        margin-bottom: 18px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .footer-widget .widget-instagram-feed {
        width: 170px;
    }
}
.footer-widget .footer-widget-info {
    padding-right: 30px;
}
@media (max-width: 1199px) {
    .footer-widget .footer-widget-info {
        padding-right: 0;
    }
}
.footer-widget .footer-widget-info p {
    color: #ffffff;
    margin-bottom: 0;
}
.footer-widget .footer-widget-info .footer-logo {
    margin-bottom: 16px;
    display: inline-block;
}
.footer-widget .footer-widget-info .info-form-and-social-icon {
    display: flex;
    align-items: center;
    gap: 50px;
}
.footer-widget
    .footer-widget-info
    .info-form-and-social-icon
    .subscribe-form-widget {
    border-radius: 6px;
}
.footer-widget
    .footer-widget-info
    .info-form-and-social-icon
    .subscribe-form-widget
    .single-field
    input {
    height: 60px;
}
.footer-widget .footer-widget-info .info-form-and-social-icon .social-profile {
    margin-top: 0;
}
.footer-widget .footer-widget-info .social-profile {
    gap: 20px;
    margin-top: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .footer-widget .footer-widget-info .info-form-and-social-icon {
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }
}
.footer-widget.widget_nav_menu ul {
    margin-top: -5px;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-widget.widget_nav_menu li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}
.footer-widget.widget_nav_menu li:last-child {
    padding-top: 0;
    padding-bottom: 0;
}
.footer-widget.widget_nav_menu li a {
    color: #c7cdda;
    text-transform: capitalize;
    font-size: 18px;
    transition: all 0.5s ease-out;
    position: relative;
}
.footer-widget.widget_nav_menu li a:hover {
    transition: all 0.5s ease-out;
    color: #6e65e5;
}
.footer-widget .footer-widget-contact p {
    color: #c7cdda;
}
.footer-widget .footer-widget-contact .footer-contact ul {
    list-style: none;
}
.footer-widget .footer-widget-contact .footer-contact ul li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    line-height: 24px;
    gap: 20px;
}
.footer-widget .footer-widget-contact .footer-contact ul li:first-child {
    align-items: flex-start;
}
.footer-widget
    .footer-widget-contact
    .footer-contact
    ul
    li:first-child
    .contact-icon {
    margin-top: 5px;
}
.footer-widget .footer-widget-contact .footer-contact ul li:last-child {
    margin-bottom: 0;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-icon {
    color: #ffffff;
    border-radius: 50px;
    float: left;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text {
    color: #c7cdda;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
}
.footer-widget
    .footer-widget-contact
    .footer-contact
    ul
    li
    .contact-text
    a:hover
    span {
    color: #6e65e5;
    transition: all 0.5s ease-out;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text span,
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text p,
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text a {
    color: #c7cdda;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-thumb {
    width: 70px;
    height: 70px;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 700;
}
.footer-widget
    .widget_latest_post
    ul
    li
    .latest-post-desc
    .latest-post-title
    a {
    font-size: 16px;
    line-height: 22px;
    color: #c7cdda;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    transition: all 0.5s ease-out;
}
.footer-widget
    .widget_latest_post
    ul
    li
    .latest-post-desc
    .latest-post-title
    a:hover {
    color: #6e65e5;
    transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-meta {
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    font-weight: 400;
    gap: 8px;
    color: #c7cdda;
}

.footer-bottom-menu ul {
    list-style: none;
    display: flex;
    gap: 0 40px;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-left: 0;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .footer-bottom-menu ul {
        justify-content: flex-start;
    }
}
.footer-bottom-menu ul li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 27px;
    transition: all 0.5s ease-out;
}
.footer-bottom-menu ul li a:hover {
    transition: all 0.5s ease-out;
    color: #141f39;
}

.footer-bottom-area {
    padding: 24px 0;
}
@media (max-width: 991px) {
    .footer-bottom-area {
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .footer-bottom-area .copyright-text {
        margin-bottom: 20px;
    }
}
.footer-bottom-area .copyright-text p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.footer-bottom-area .copyright-text p a {
    color: #ffffff;
    font-weight: 500;
}
.footer-bottom-area .copyright-text p a:hover {
    color: #6e65e5;
}
.footer-bottom-area .credit-text p {
    color: #c7cdda;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.footer-bottom-area .credit-text a {
    color: #6e65e5;
}

.subscribe-form-area {
    position: relative;
    z-index: 99;
}

.subscribe-area {
    padding: 72px 0;
    z-index: 2;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-area {
        padding: 40px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .subscribe-area {
        padding: 40px;
    }
}
.subscribe-area .shape {
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscribe-area .shape {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .subscribe-area .shape {
        display: none;
    }
}
.subscribe-area .content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1199px) {
    .subscribe-area .content-wrapper {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        text-align: center;
    }
}
.subscribe-area .content-wrapper .short-title {
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}
.subscribe-area .content-wrapper .subscribe-title {
    color: #ffffff;
    font-family: "Urbanist", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 53px;
    margin-bottom: 0;
}
@media (max-width: 375px) {
    .subscribe-area .content-wrapper .subscribe-title {
        font-size: 34px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-area .content-wrapper .subscribe-title {
        font-size: 40px;
        line-height: 42px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .subscribe-area .content-wrapper .subscribe-title {
        font-size: 36px;
        line-height: 42px;
    }
}
.subscribe-area .content-wrapper .text {
    font-size: 18px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #525256;
    margin-bottom: 0;
    margin-top: 14px;
    line-height: 32px;
}
.subscribe-area.style-2 {
    padding: 32px;
    background-color: #ffffff;
    margin-left: 34px;
    align-items: unset;
}
@media (max-width: 991px) {
    .subscribe-area.style-2 {
        margin-left: 0;
    }
}
.subscribe-area.style-2 .subscribe-inner-area {
    gap: 32px;
    align-items: unset;
}
.subscribe-area.style-2 .section-title {
    gap: 8px;
}
.subscribe-area.style-2 .section-title .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    margin-bottom: 0;
}
.subscribe-area.style-2 .section-title .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    margin-top: 0;
}
.subscribe-area.style-2 .mc4wp-form-fields {
    flex-direction: column;
    box-shadow: unset;
    border-radius: unset;
    text-align: center;
    gap: 12px;
}
.subscribe-area.style-2 .mc4wp-form-fields .single-field input {
    border-radius: 50px;
    border: 1px solid #e7e7e7;
    background: #f6f9ff;
    padding: 18px 24px;
    height: auto;
    line-height: 27px;
}
.subscribe-area.style-2 .mc4wp-form-fields .submit-btn {
    background-color: #6e65e5;
    color: #141f39;
    padding: 16px 40px;
    justify-content: center;
    margin: 0;
}

.subscribe-form-widget {
    position: relative;
}
.subscribe-form-widget .mc4wp-form-fields {
    display: flex;
    background-color: #ffffff;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 12px 12px 50px 0px rgba(175, 186, 221, 0.2);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .subscribe-form-widget .mc4wp-form-fields {
        background-color: transparent;
        flex-direction: column;
        border-radius: 0;
        box-shadow: none;
    }
}
.subscribe-form-widget .single-field {
    flex-grow: 1;
}
.subscribe-form-widget .single-field input {
    color: #778196;
    height: 78px;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50px;
    width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .subscribe-form-widget .single-field input {
        height: 62px;
        border-radius: 50px;
    }
}
.subscribe-form-widget .single-field *::-webkit-input-placeholder {
    color: #525256;
}
.subscribe-form-widget .single-field *:-moz-placeholder {
    color: #525256;
    opacity: 1;
}
.subscribe-form-widget .single-field *::-moz-placeholder {
    color: #525256;
    opacity: 1;
}
.subscribe-form-widget .single-field *:-ms-input-placeholder {
    color: #525256;
}
.subscribe-form-widget .single-field *::-ms-input-placeholder {
    color: #525256;
}
.subscribe-form-widget .single-field *::placeholder {
    color: #525256;
}
.subscribe-form-widget .submit-btn {
    background-color: #141f39;
    color: #ffffff;
    cursor: pointer;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    border-radius: 50px;
    margin: 8px;
}
.subscribe-form-widget .submit-btn:hover {
    color: #ffffff;
    background-color: #5f54d3;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .subscribe-form-widget .submit-btn {
        font-size: 16px;
        text-align: center;
        justify-content: center;
        margin: 0;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscribe-form-widget .submit-btn {
        padding: 6px 20px;
    }
}
.subscribe-form-widget .mc4wp-response {
    position: relative;
    top: 15px;
}
.subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-error p,
.subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-success p,
.subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-notice p {
    color: #fff;
    position: relative;
}

.social-profile {
    display: flex;
    align-items: center;
    gap: 20px;
}
.social-profile a {
    color: #c7cdda;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #c7cdda;
    transition: all 0.5s ease-out;
}
.social-profile a:hover {
    transition: all 0.5s ease-out;
    color: #141f39;
    background-color: #6e65e5;
    border-color: transparent;
}

.map-wodget iframe {
    width: 100%;
    height: 320px;
    border-radius: 12px;
}

.footer.style-two .footer-sec {
    padding-top: 225px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .footer.style-two .footer-sec {
        padding-top: 180px;
    }
}
.footer.style-two .subscribe-form-wrapper p {
    color: #c7cdda;
    margin-bottom: 30px;
}
.footer.style-two .subscribe-form-wrapper .subscribe-form-widget {
    border-radius: 6px;
}
.footer.style-two
    .subscribe-form-wrapper
    .subscribe-form-widget
    .single-field
    input {
    height: 60px;
}

.footer-triangle-image-wrapper {
    position: absolute;
    width: 730px;
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
}
@media only screen and (min-width: 781px) and (max-width: 991px) {
    .footer-triangle-image-wrapper {
        width: 120%;
    }
}
@media (max-width: 780px) {
    .footer-triangle-image-wrapper {
        width: 100%;
    }
}

.footer-triangle-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
}
@media only screen and (min-width: 781px) and (max-width: 991px) {
    .footer-triangle-image {
        -webkit-clip-path: polygon(0 0, 100% 0, 57% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 57% 100%, 0 100%);
    }
}
@media (max-width: 780px) {
    .footer-triangle-image {
        clip-path: none;
    }
}
.footer-triangle-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #6e65e5;
    opacity: 0.9;
    z-index: 1;
}
.footer-triangle-image img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
}

.hero-area {
    padding-top: 40px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin: 0 60px;
    border-radius: 40px;
}
@media (max-width: 1700px) {
    .hero-area {
        margin: 0;
        border-radius: 0;
    }
}
.hero-area .content-wrapper .hero-title {
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 10;
    position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .hero-area .content-wrapper .hero-title {
        text-align: center;
        gap: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .content-wrapper .hero-title {
        text-align: center;
    }
}
.hero-area .content-wrapper .hero-title .short-title {
    margin-bottom: 12px;
}
.hero-area .content-wrapper .hero-title .short-title span {
    border-radius: 8px;
    background: #e6efff;
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
    padding: 6px 12px;
    color: #015dff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .hero-area .content-wrapper .hero-title .short-title span {
        font-size: 16px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .hero-area .content-wrapper .hero-title .short-title {
        font-size: 20px;
    }
}
.hero-area .content-wrapper .hero-title .title {
    position: relative;
    letter-spacing: -1.34px;
}
.hero-area .content-wrapper .hero-title .title .underline {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
}
.hero-area .content-wrapper .hero-title .title .underline img {
    position: absolute;
    bottom: -12px;
}
.hero-area .content-wrapper .hero-title .desc {
    color: #525256;
}
.hero-area .content-wrapper .btn-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 35px;
}
@media (max-width: 991px) {
    .hero-area .content-wrapper .btn-wrapper {
        margin-top: 9px;
        justify-content: center;
    }
}
.hero-area .content-wrapper .btn-wrapper .video-popup-btn .icon {
    box-shadow: 0 0 0 0 rgb(189, 239, 251);
}
.hero-area .hero-image {
    margin-right: -154px;
    position: relative;
    margin-left: -24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .hero-area .hero-image {
        margin-left: 0;
    }
}
.hero-area .hero-image .main-img {
    animation: MoveLeftRight 2s linear infinite alternate;
}
.hero-area .hero-image .main-img img {
    min-height: 803px;
}
@media (max-width: 1700px) {
    .hero-area .hero-image .main-img img {
        min-height: auto;
    }
}
@media (max-width: 1900px) {
    .hero-area .hero-image {
        margin-right: 0;
    }
}
.hero-area .hero-image .work-activity {
    position: absolute;
    bottom: 78px;
    left: -41px;
    animation: MoveUpDown 2s linear infinite alternate;
}
.hero-area .hero-image .work-activity img {
    box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area .hero-image .work-activity img {
        transform: scale(0.8);
    }
}
@media (max-width: 767px) {
    .hero-area .hero-image .work-activity {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .hero-image .work-activity {
        left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area .hero-image .work-activity {
        bottom: 24px;
        left: 0;
        animation: unset;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1700px) {
    .hero-area .hero-image .work-activity {
        bottom: 32px;
        left: 0;
        animation: unset;
    }
}
.hero-area .hero-image .profits {
    padding: 24px 20px;
    background-color: #ffffff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-45%, 150%);
    animation: profitsMove 2s linear infinite alternate;
}
@keyframes profitsMove {
    0% {
        transform: translate(-45%, 130%);
    }
    100% {
        transform: translate(-45%, 150%);
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .hero-area .hero-image .profits {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area .hero-image .profits {
        right: 0;
        top: 0;
        animation: unset;
        transform: unset;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1900px) {
    .hero-area .hero-image .profits {
        animation: unset;
        transform: unset;
    }
}
.hero-area .hero-image .profits .icon {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    background-color: #ff5a00;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-area .hero-image .profits .icon i {
    font-size: 30px;
    color: #141f39;
}
.hero-area .hero-image .profits .content {
    display: flex;
    flex-direction: column;
}
.hero-area .hero-image .profits .content span {
    margin-bottom: 2px;
    color: #6b6b76;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
.hero-area .hero-image .profits .content h5 {
    margin-bottom: 0;
    line-height: 26px;
}

.hero-area.style-2 {
    padding-top: 78px;
    padding-bottom: 115px;
    margin: 0;
    border-radius: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .hero-area.style-2 {
        padding-bottom: 80px;
        padding-top: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area.style-2 {
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area.style-2 .section-title .title {
        font-size: 46px;
        line-height: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area.style-2 .section-title .title br {
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area.style-2 .section-title .desc br {
        display: block;
    }
}
.hero-area.style-2 .theme-btn-wrapper {
    margin-top: 40px;
}
.hero-area.style-2 .video-popup-card {
    margin-top: 56px;
}
@media (max-width: 991px) {
    .hero-area.style-2 .video-popup-card {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area.style-2 .about-info-card .section-title {
        gap: 8px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area.style-2 .about-info-card .section-title .title {
        font-size: 40px;
        line-height: 54px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area.style-2 .about-info-card .section-title .desc {
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area.style-2 .about-info-card .icon-card-wrapper {
        margin-top: 18px;
    }
}
@media (max-width: 991px) {
    .about-us-area.style-2 .about-info-card {
        margin-top: 32px;
    }
}
.about-us-area.style-2 .about-info-card .icon-card .icon {
    border-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area.style-2 .about-info-card .icon-card .content {
        font-size: 16px;
        line-height: 28px;
    }
}
.about-us-area.style-2 .about-image-card {
    position: relative;
}
.about-us-area.style-2 .about-image-card .shape {
    position: absolute;
    bottom: -57px;
    left: -107px;
    z-index: 10;
    box-shadow: 12px 12px 50px 0px rgba(175, 186, 221, 0.2);
    animation: MoveLeftRight 2s linear infinite alternate;
}
@media (max-width: 991px) {
    .about-us-area.style-2 .about-image-card .shape {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area.style-2 .about-image-card .shape {
        display: none;
    }
}
.about-us-area.style-2 .about-image-card .main-img {
    border-radius: 24px;
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area.style-2 .about-image-card .main-img img {
        width: 100%;
    }
}
.about-us-area.style-3 .about-image-card {
    position: relative;
}
.about-us-area.style-3 .about-image-card .shape {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 10;
}
@media (max-width: 991px) {
    .about-us-area.style-3 .about-image-card .shape {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area.style-3 .about-image-card .shape {
        display: none;
    }
}
.about-us-area.style-3 .about-image-card .main-img {
    border-radius: 24px;
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area.style-3 .about-image-card .main-img {
        text-align: center;
    }
}
.about-us-area.style-3 .about-image-card .main-img img {
    border-radius: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area.style-3 .about-info-card {
        margin-top: 32px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area.style-3 .about-info-card .section-title .title br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .about-us-area.style-3 .about-info-card .section-title .title br {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area.style-3 .about-info-card .section-title .desc br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .about-us-area.style-3 .about-info-card .section-title .desc br {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-area.style-3 .about-info-card .section-title .desc br {
        display: none;
    }
}

.support-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .support-card {
        display: inline-flex;
    }
}
.support-card p {
    padding: 10px 150px;
    border: 1px solid #e7e7e7;
    border-radius: 50px;
    z-index: 3;
    background: #ffffff;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #525256;
}
.support-card p span {
    color: #015dff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .support-card p {
        padding: 10px 20px;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .support-card p {
        text-align: center;
    }
}
.support-card:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    position: absolute;
}

.portfolio-slider-area.style-1 .portfolio-slider {
    margin-top: 56px;
    margin-left: calc((100% - 1302px) / 2);
    overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .portfolio-slider-area.style-1 .portfolio-slider {
        margin-left: 24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-slider-area.style-1 .portfolio-slider {
        margin-left: calc((100% - 720px) / 2);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-slider-area.style-1 .portfolio-slider {
        margin-left: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .portfolio-slider-area.style-1 .portfolio-slider {
        margin-left: calc((100% - 1140px) / 2);
    }
}
.portfolio-slider-area.style-1 .portfolio-slider .slick-list {
    margin-right: -190px;
}
@media (max-width: 991px) {
    .portfolio-slider-area.style-1 .portfolio-slider .slick-list {
        margin-right: 0px;
    }
}
.portfolio-slider-area.style-1 .portfolio-slider .slick-list .slick-track {
    margin-left: -20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .portfolio-slider-area.style-1 .portfolio-slider .slick-list .slick-track {
        margin-left: 0;
    }
}
.portfolio-slider-area.style-1
    .portfolio-slider
    .slick-list
    .slick-track
    .portfolio-card {
    margin: 0 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .portfolio-slider-area.style-1
        .portfolio-slider
        .slick-list
        .slick-track
        .portfolio-card {
        margin: 0 5px;
    }
}

.portfolio-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.portfolio-card .overlay {
    background: #161616;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
}
.portfolio-card .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
}
.portfolio-card .content .icon {
    transform: scale(0.3);
    transition: all 0.5s ease-out;
}
.portfolio-card .content .icon a {
    width: 88px;
    height: 88px;
    background-color: #ffffff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio-card .content .icon a i {
    color: #141f39;
    font-size: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .portfolio-card .content .icon a i {
        font-size: 24px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .portfolio-card .content .icon a {
        width: 66px;
        height: 66px;
    }
}
.portfolio-card .content .text {
    position: absolute;
    left: 24px;
    bottom: 0;
    transform: translateY(0);
    transition: all 0.3s ease-out;
}
.portfolio-card .content .text h4 {
    margin: 0;
    color: #ffffff;
}
.portfolio-card .image img {
    transform: scale(1);
    transition: all 0.5s ease-out;
}
.portfolio-card:hover .overlay {
    visibility: visible;
    opacity: 0.4;
}
.portfolio-card:hover .content {
    visibility: visible;
    opacity: 1;
}
.portfolio-card:hover .content .icon {
    transform: scale(1);
}
.portfolio-card:hover .content .text {
    transform: translateY(-20px);
}
.portfolio-card:hover .image img {
    transform: scale(1.03);
}
.portfolio-card.style-2 .image img {
    width: 100%;
}

.testimonial-slider-area.style-1 {
    position: relative;
}
.testimonial-slider-area.style-1 .shape {
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (max-width: 1399px) {
    .testimonial-slider-area.style-1 .shape {
        display: none;
    }
}
.testimonial-slider-area.style-1 .shape-2 {
    position: absolute;
    top: 50%;
    right: 40px;
}
@media (max-width: 1440px) {
    .testimonial-slider-area.style-1 .shape-2 {
        display: none;
    }
}
.testimonial-slider-area.style-1 .arrow-btn-wrapper {
    display: flex;
    gap: 16px;
}
@media (max-width: 991px) {
    .testimonial-slider-area.style-1 .arrow-btn-wrapper {
        justify-content: center;
    }
}
.testimonial-slider-area.style-1 .arrow-btn-wrapper .arrow,
.testimonial-slider-area.style-1 .arrow-btn-wrapper a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-1 .arrow-btn-wrapper .arrow:hover,
.testimonial-slider-area.style-1 .arrow-btn-wrapper a:hover {
    background-color: #ffffff;
    color: #6e65e5;
}
.testimonial-slider-area.style-1 .testimonial-slider-wrapper {
    position: relative;
}
.testimonial-slider-area.style-1 .testimonial-slider-wrapper .large-one,
.testimonial-slider-area.style-1 .testimonial-slider-wrapper .large-two,
.testimonial-slider-area.style-1 .testimonial-slider-wrapper .small-one,
.testimonial-slider-area.style-1 .testimonial-slider-wrapper .small-two {
    position: absolute;
}
@media (max-width: 1199px) {
    .testimonial-slider-area.style-1 .testimonial-slider-wrapper .large-one,
    .testimonial-slider-area.style-1 .testimonial-slider-wrapper .large-two,
    .testimonial-slider-area.style-1 .testimonial-slider-wrapper .small-one,
    .testimonial-slider-area.style-1 .testimonial-slider-wrapper .small-two {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .testimonial-slider-area.style-1 .testimonial-slider-wrapper .large-one,
    .testimonial-slider-area.style-1 .testimonial-slider-wrapper .large-two,
    .testimonial-slider-area.style-1 .testimonial-slider-wrapper .small-one,
    .testimonial-slider-area.style-1 .testimonial-slider-wrapper .small-two {
        width: 300px;
    }
}
.testimonial-slider-area.style-1 .testimonial-slider-wrapper .large-one {
    top: 0;
    left: 0;
}
.testimonial-slider-area.style-1 .testimonial-slider-wrapper .small-one {
    top: 0;
    right: 0;
}
.testimonial-slider-area.style-1 .testimonial-slider-wrapper .large-two {
    left: 0;
    bottom: 0;
}
.testimonial-slider-area.style-1 .testimonial-slider-wrapper .small-two {
    bottom: 0;
    right: 0;
}
.testimonial-slider-area.style-1 .testimonial-slider {
    padding: 120px 0;
}
@media (max-width: 991px) {
    .testimonial-slider-area.style-1 .testimonial-slider {
        padding: 30px 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-slider-area.style-1 .testimonial-slider {
        padding: 0;
    }
}
.testimonial-slider-area.style-1 .testimonial-slider .testimonial-arrow-btn i {
    position: unset;
}
.testimonial-slider-area.style-1
    .testimonial-slider
    .testimonial-arrow-btn.prev-btn {
    position: absolute;
    top: 50%;
    left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-slider-area.style-1
        .testimonial-slider
        .testimonial-arrow-btn.prev-btn {
        top: unset;
        bottom: 0;
        right: 50%;
        left: unset;
        transform: translate(0px, 72px);
    }
}
.testimonial-slider-area.style-1
    .testimonial-slider
    .testimonial-arrow-btn.prev-btn
    .swip {
    height: 20px;
}
.testimonial-slider-area.style-1
    .testimonial-slider
    .testimonial-arrow-btn.prev-btn
    .swip
    .title-wrapper {
    display: flex;
    margin-left: 12px;
    gap: 32px;
}
.testimonial-slider-area.style-1
    .testimonial-slider
    .testimonial-arrow-btn.prev-btn:hover
    .swip
    .title-wrapper {
    transform: translateX(-54px);
}
.testimonial-slider-area.style-1
    .testimonial-slider
    .testimonial-arrow-btn.next-btn {
    position: absolute;
    top: 50%;
    right: 0;
    margin-left: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-slider-area.style-1
        .testimonial-slider
        .testimonial-arrow-btn.next-btn {
        top: unset;
        bottom: 0;
        left: 50%;
        transform: translate(0px, 72px);
    }
}
.testimonial-slider-area.style-1
    .testimonial-slider
    .testimonial-arrow-btn.next-btn
    .swip {
    height: 20px;
}
.testimonial-slider-area.style-1
    .testimonial-slider
    .testimonial-arrow-btn.next-btn
    .swip
    .title-wrapper {
    display: flex;
    margin-left: -40px;
    gap: 32px;
}
.testimonial-slider-area.style-1
    .testimonial-slider
    .testimonial-arrow-btn.next-btn:hover
    .swip
    .title-wrapper {
    transform: translateX(54px);
}
.testimonial-slider-area.style-1 .testimonial-slider .slick-dots {
    display: flex;
    gap: 20px;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 46px;
    transform: translateY(-50%);
    z-index: 2;
    flex-direction: column;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-slider-area.style-1 .testimonial-slider .slick-dots {
        position: relative;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-right: 30px;
        bottom: 0px;
        top: unset;
        left: unset;
        right: unset;
        transform: none;
    }
}
.testimonial-slider-area.style-1 .testimonial-slider .slick-dots li {
    display: inline-block;
    line-height: 0;
    outline: 1px solid transparent;
    border: 4px solid transparent;
    border-radius: 50px;
    transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-1 .testimonial-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 11px;
    height: 11px;
    background-color: #525256;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-1
    .testimonial-slider
    .slick-dots
    li
    button:hover {
    background-color: #eb936d;
    transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-1
    .testimonial-slider
    .slick-dots
    li.slick-active {
    transition: all 0.5s ease-out;
    outline: 1px solid #141f39;
}
.testimonial-slider-area.style-1
    .testimonial-slider
    .slick-dots
    li.slick-active
    button {
    transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-1 .testimonial-arrow-btn {
    display: none !important;
}
.testimonial-slider-area.style-1 .section-title {
    margin-bottom: 42px;
}
.testimonial-slider-area.style-1 .section-title .short-title span {
    color: #ffffff;
}
.testimonial-slider-area.style-1 .section-title .title {
    color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .testimonial-slider-area.style-1 .section-title .title {
        font-size: 50px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .testimonial-slider-area.style-1 .section-title .title br {
        display: none;
    }
}
.testimonial-slider-area.style-1 .section-title .desc {
    color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .testimonial-slider-area.style-1 .section-title .desc br {
        display: none;
    }
}
.testimonial-slider-area.style-1 .icon-card-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-slider-area.style-1 .icon-card-wrapper {
        margin-left: 0;
        flex-direction: column;
        gap: 0;
    }
}
.testimonial-slider-area.style-1 .icon-card-wrapper.slick-slide {
    margin: 24px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-slider-area.style-1 .icon-card-wrapper.slick-slide {
        margin: 0;
    }
}
.testimonial-slider-area.style-1 .icon-card-wrapper .icon-card.style-2 {
    box-shadow: unset;
    gap: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-slider-area.style-1 .icon-card-wrapper .icon-card.style-2 {
        margin-top: 28px;
    }
}
.testimonial-slider-area.style-1 .icon-card-wrapper .icon-card.style-2 .icon {
    background-color: transparent;
}
.testimonial-slider-area.style-1
    .icon-card-wrapper
    .icon-card.style-2
    .content
    .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .testimonial-slider-area.style-1
        .icon-card-wrapper
        .icon-card.style-2
        .content
        .desc {
        font-size: 16px;
    }
}
.testimonial-slider-area.style-1 .duo-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-slider-area.style-1 .duo-wrapper {
        gap: 0;
        width: 100%;
    }
}

.testimonial-slider-area.style-2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fbf8ee;
}
.testimonial-slider-area.style-2 .section-title {
    margin-bottom: 56px;
}
.testimonial-slider-area.style-2
    .slick-active
    + .slick-active
    + .slick-active
    .icon
    i {
    color: #ffe3ee;
}
@media (max-width: 1400px) {
    .testimonial-slider-area.style-2 .testimonial-card.style-2.slick-slide {
        margin: 0 20px 80px 20px;
    }
}
.testimonial-slider-area.style-2
    .testimonial-card.style-2.slick-slide.slick-center {
    margin-bottom: 80px;
}
.testimonial-slider-area.style-2 .testimonial-card .icon i {
    color: #ff5a00;
}
.testimonial-slider-area.style-2 .testimonial-card.slick-center {
    margin-top: 0 !important;
    background-color: #6e65e5;
}
.testimonial-slider-area.style-2 .testimonial-card.slick-center .icon i {
    color: #ffffff;
    transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-2 .testimonial-card.slick-slide {
    margin: 98px 20px 0 20px;
    transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-2 .testimonial-slider-two .slick-list {
    padding: 0 !important;
}
.testimonial-slider-area.style-2
    .testimonial-slider-two
    .testimonial-arrow-btn
    i {
    position: unset;
}
.testimonial-slider-area.style-2
    .testimonial-slider-two
    .testimonial-arrow-btn
    .swip {
    height: 20px;
}
.testimonial-slider-area.style-2
    .testimonial-slider-two
    .testimonial-arrow-btn:hover
    .swip
    .title-wrapper {
    transform: translateY(-20px);
}
.testimonial-slider-area.style-2
    .testimonial-slider-two
    .testimonial-arrow-btn.active {
    background-color: #6e65e5;
    transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-2
    .testimonial-slider-two
    .testimonial-arrow-btn.prev-btn {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: 24px;
}
.testimonial-slider-area.style-2
    .testimonial-slider-two
    .testimonial-arrow-btn.next-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
}
.testimonial-slider-area.style-2 .testimonial-slider-two .slick-dots {
    display: flex;
    gap: 20px;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 46px;
    transform: translateY(-50%);
    z-index: 2;
    flex-direction: column;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .testimonial-slider-area.style-2 .testimonial-slider-two .slick-dots {
        position: relative;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-right: 30px;
        bottom: 0px;
        top: unset;
        left: unset;
        right: unset;
        transform: none;
    }
}
.testimonial-slider-area.style-2 .testimonial-slider-two .slick-dots li {
    display: inline-block;
    line-height: 0;
    outline: 1px solid transparent;
    border: 4px solid transparent;
    border-radius: 50px;
    transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-2 .testimonial-slider-two .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 11px;
    height: 11px;
    background-color: #525256;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-2
    .testimonial-slider-two
    .slick-dots
    li
    button:hover {
    background-color: #eb936d;
    transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-2
    .testimonial-slider-two
    .slick-dots
    li.slick-active {
    transition: all 0.5s ease-out;
    outline: 1px solid #141f39;
}
.testimonial-slider-area.style-2
    .testimonial-slider-two
    .slick-dots
    li.slick-active
    button {
    transition: all 0.5s ease-out;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .why-choose-area.style-1 .about-image-card .visitor {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-area.style-1 .about-image-card .visitor {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .why-choose-area.style-1 .about-image-card .visitor {
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .why-choose-area.style-1 .about-image-card .status {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .why-choose-area.style-1 .about-image-card .status {
        display: none;
    }
}
.why-choose-area.style-2 .shape {
    position: absolute;
    top: -50%;
    left: 0;
}
@media (max-width: 991px) {
    .why-choose-area.style-2 .shape {
        display: none;
    }
}
.why-choose-area.style-2 .about-image-card {
    margin-left: 85px;
}
@media (max-width: 1399px) {
    .why-choose-area.style-2 .about-image-card {
        margin-left: 0;
    }
}
.why-choose-area.style-2 .about-image-card .main-img img {
    border-radius: 24px;
    overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .why-choose-area.style-3 .section-title .title {
        font-size: 37px;
    }
}
.why-choose-area.style-3 .about-image-card .main-img img {
    border-radius: 16px;
    overflow: hidden;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot") format("embedded-opentype"),
        url("../fonts/icomoon.ttf") format("truetype"),
        url("../fonts/icomoon.woff") format("woff"),
        url("../fonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e909";
}

.icon-check-board:before {
    content: "\e900";
}

.icon-checked:before {
    content: "\e901";
}

.icon-circuit:before {
    content: "\e902";
}

.icon-cloud:before {
    content: "\e903";
}

.icon-cloud-fast:before {
    content: "\e904";
}

.icon-custom:before {
    content: "\e905";
}

.icon-flash:before {
    content: "\e906";
}

.icon-headphone:before {
    content: "\e907";
}

.icon-lock:before {
    content: "\e908";
}

.icon-monitor:before {
    content: "\e90a";
}

.icon-shield:before {
    content: "\e90b";
}

.service-area .icon-card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .service-area .icon-card-wrapper {
        margin-top: 24px;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 1900px) {
    .service-area .icon-card-wrapper {
        margin-top: 32px;
    }
}
.service-area .icon-card.style-2 .icon:before {
    width: 50px;
    height: 50px;
    border-radius: 84% 16% 34% 66%/63% 29% 71% 37%;
    background-color: #fee1e6;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: unset;
}
.service-area .icon-card.style-2:nth-child(2) .icon:before {
    background-color: #fff2d0;
}
.service-area .icon-card.style-2:nth-child(3) .icon:before {
    background-color: #d9e8ff;
}
.service-area .icon-card.style-2:nth-child(4) .icon:before {
    background-color: #f8ddff;
}

.service-area.style-2 {
    background-size: cover;
}
.service-area.style-2 .content-wrapper {
    position: relative;
    margin-top: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .service-area.style-2 .content-wrapper {
        margin-top: 0;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .service-area.style-2 .content-wrapper .service-btn {
        text-align: center;
        margin-top: 0;
        margin-bottom: 24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-area.style-2 .content-wrapper .service-btn {
        text-align: center;
    }
}
.service-area.style-2 .content-wrapper .sketch-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, 50%);
    animation: ServiceLeftRight 2s linear infinite alternate;
}
@-webkit-keyframes ServiceLeftRight {
    0% {
        transform: translate(0, 50%);
    }
    100% {
        transform: translate(15px, 50%);
    }
}
@keyframes ServiceLeftRight {
    0% {
        transform: translate(0, 50%);
    }
    100% {
        transform: translate(15px, 50%);
    }
}
@media (max-width: 1199px) {
    .service-area.style-2 .content-wrapper .sketch-2 {
        display: none;
    }
}
.service-area.style-2 .service-card-wrapper {
    margin-top: 56px;
    padding-bottom: 56px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .service-area.style-2 .service-card-wrapper {
        background-image: unset !important;
        padding-bottom: 0;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-area.style-2 .service-card-wrapper {
        padding-bottom: 16px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-area.style-2 .service-card-wrapper {
        padding-bottom: 35px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-area.style-2 .service-card-wrapper .icon-card {
        padding: 32px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-area.style-2 .service-card-wrapper .icon-card .desc {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .service-area.style-2 .service-card-wrapper .icon-card .desc {
        font-size: 16px;
    }
}

.image-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 120px;
}
.image-card-wrapper .image-card .section-title {
    text-align: start;
    align-items: start;
}
.image-card-wrapper .image-card:nth-child(even) {
    flex-direction: row-reverse;
}
@media (max-width: 991px) {
    .image-card-wrapper .image-card:nth-child(even) {
        flex-direction: column-reverse;
    }
}
.image-card-wrapper .image-card:nth-child(even) .image {
    padding-right: 12px;
}
@media (max-width: 991px) {
    .image-card-wrapper .image-card:nth-child(even) .image {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .image-card-wrapper .image-card:nth-child(odd) {
        flex-direction: column-reverse;
    }
}
.image-card-wrapper .image-card:nth-child(odd) .image {
    padding-left: 12px;
}
@media (max-width: 991px) {
    .image-card-wrapper .image-card:nth-child(odd) .image {
        padding-left: 0;
    }
}
.image-card-wrapper .image-card .image-inner {
    overflow: hidden;
}

.image-card {
    display: flex;
    align-items: center;
    gap: 64px;
}
.image-card .image-inner {
    border-radius: 16px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .image-card {
        flex-direction: column-reverse;
        gap: 32px;
    }
}
@media (max-width: 1900px) {
    .image-card {
        gap: 32px;
    }
}
.image-card .section-title .desc {
    line-height: 32px;
}
.image-card .section-title .list-item-wrapper {
    margin-top: 20px;
}
.image-card .section-title .theme-btn {
    margin-top: 30px;
}
.image-card .image {
    width: 50%;
    height: 100%;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}
.image-card .image .image-wrapper {
    overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .image-card .image {
        width: 100%;
        padding: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .image-card .image {
        width: 100%;
        padding: 0;
    }
}
.image-card .image:hover img {
    transform: scale(1.03);
}
.image-card .image img {
    width: 100%;
    height: 100%;
    max-height: 608px;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease-out;
}

.review-card {
    display: flex !important;
    flex-direction: column;
    padding: 32px;
    gap: 24px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
.review-card .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #6e65e5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-card .icon i {
    font-size: 24px;
    color: #141f39;
}
.review-card .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.review-card .content-wrapper .title-wrapper {
    display: flex;
    flex-direction: column;
}
.review-card .content-wrapper .title-wrapper .year {
    color: #525256;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}
.review-card .content-wrapper .title-wrapper .title {
    margin: 0;
}
.review-card .content-wrapper .desc {
    margin: 0;
    color: #525256;
}

.review-slider {
    margin-top: 8px;
    margin-left: calc((100% - 1320px) / 2);
    overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .review-slider {
        margin-left: 24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .review-slider {
        margin-left: calc((100% - 720px) / 2);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .review-slider {
        margin-left: calc((100% - 960px) / 2);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .review-slider {
        margin-left: calc((100% - 1140px) / 2);
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1900px) {
    .review-slider {
        margin-left: calc((100% - 1320px) / 2);
    }
}
.review-slider .slick-list {
    margin-right: -80px;
}
@media (max-width: 991px) {
    .review-slider .slick-list {
        margin-right: 0px;
    }
}
.review-slider .slick-list .slick-track {
    padding: 48px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .review-slider .slick-list .slick-track {
        margin-left: 0;
    }
}
.review-slider .slick-list .slick-track .review-card {
    margin: 0 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .review-slider .slick-list .slick-track .review-card {
        margin: 0 5px;
    }
}
.review-slider .testimonial-arrow-btn {
    position: absolute;
    top: -174px;
    display: none !important;
}
.review-slider .testimonial-arrow-btn.next-btn {
    right: 0;
}
.review-slider .testimonial-arrow-btn.prev-btn {
    right: 74px;
}

.review-btn-wrapper {
    display: flex;
    gap: 24px;
}

.review-btn {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: 0.3s;
    z-index: 99;
    background-color: #ffffff;
    cursor: pointer;
    bottom: 0;
    overflow: hidden;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-btn i {
    color: #141f39;
    font-size: 21px;
    transition: all 0.5s ease-out;
}
.review-btn .review-swip {
    height: 20px;
    overflow: hidden;
    transition: all 0.5s ease-out;
}
.review-btn .review-swip .title-wrapper {
    transition: all 0.5s ease-out;
}
.review-btn .review-swip .title-1 {
    transform-origin: right center;
    transform: rotate(0deg);
    display: block;
}
.review-btn .review-swip .title-2 {
    transform-origin: left center;
    transform: rotate(0deg);
    display: block;
}
.review-btn:hover {
    transition: all 0.5s ease-out;
    border-color: #eb936d;
    background-color: #6e65e5;
}
.review-btn:hover .review-swip .title-wrapper {
    transform: translateY(-20px);
}
.review-btn:hover:before {
    width: 100%;
    transition: all 0.5s ease-out;
}

.location-area.style-1 {
    padding: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .location-area.style-1 {
        padding: 80px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .location-area.style-1 {
        padding: 80px 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .location-area.style-1 {
        padding: 80px 0;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .location-area.style-1 .content-wrapper {
        text-align: center;
    }
}
.location-area.style-1 .accordion {
    margin-top: 32px;
}
.location-area.style-1 .accordion .accordion-item .accordion-body {
    text-align: start;
}
.location-area.style-1 .image {
    border-radius: 16px;
    overflow: hidden;
}
.location-area.style-1 .image img {
    width: 100%;
}

.project-card-wrapper {
    padding: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .project-card-wrapper {
        padding: 80px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-card-wrapper {
        padding: 80px 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-card-wrapper {
        padding: 80px 0;
    }
}
.project-card-wrapper .project-btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 56px 0;
    margin-bottom: 16px;
}
@media (max-width: 1199px) {
    .project-card-wrapper .project-btn-wrapper {
        flex-wrap: wrap;
        justify-content: start;
    }
}
.project-card-wrapper .project-btn-wrapper button {
    padding: 8px 32px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    color: #141f39;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    background-color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .project-card-wrapper .project-btn-wrapper button {
        padding: 8px 24px;
    }
}
.project-card-wrapper .project-btn-wrapper button:hover {
    color: #6e65e5;
    border-color: #6e65e5;
}
.project-card-wrapper .project-btn-wrapper button.active {
    color: #6e65e5;
    border-color: #6e65e5;
}
.project-card-wrapper .btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
}
@media (max-width: 1199px) {
    .project-card-wrapper .project-card {
        margin-top: 24px;
    }
}
.project-card-wrapper .post-card {
    margin-top: 0;
}

.project-card.style-1 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
}
.project-card.style-1 .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-left: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-card.style-1 .content-wrapper {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .project-card.style-1 .content-wrapper {
        gap: 16px;
    }
}
.project-card.style-1 .content-wrapper .tag-wrapper {
    display: flex;
    gap: 16px;
}
.project-card.style-1 .content-wrapper .tag-wrapper .single-tag {
    padding: 4px 12px;
    border-radius: 8px;
    background-color: #6e65e5;
    color: #141f39;
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}
.project-card.style-1 .content-wrapper .tag-wrapper .single-tag.secondary {
    background-color: #ff5a00;
}
.project-card.style-1 .content-wrapper .desc {
    color: #525256;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 0;
}

.achieve-area {
    position: relative;
}
.achieve-area .star {
    position: absolute;
    top: 0;
    right: 0;
}
.achieve-area .inner-wrapper {
    display: flex;
    gap: 152px;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .achieve-area .inner-wrapper {
        flex-direction: column;
        align-items: start;
        gap: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .achieve-area .inner-wrapper {
        flex-direction: column;
        gap: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .achieve-area .inner-wrapper {
        gap: 20px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .achieve-area .inner-wrapper {
        gap: 48px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .achieve-area .inner-wrapper .content {
        text-align: center;
    }
}
.achieve-area .inner-wrapper .content .title {
    margin-bottom: 8px;
    color: #ffffff;
}
.achieve-area .inner-wrapper .content .desc {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .achieve-area .inner-wrapper .content .desc br {
        display: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .achieve-area .inner-wrapper .content .desc br {
        display: none;
    }
}
.achieve-area .inner-wrapper .divider {
    width: 1px;
    height: 136px;
    background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 991px) {
    .achieve-area .inner-wrapper .divider {
        width: 100%;
        height: 1px;
    }
}
.achieve-area .inner-wrapper .achieve-item-wrapper {
    display: flex;
    align-items: center;
    gap: 64px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .achieve-area .inner-wrapper .achieve-item-wrapper {
        align-items: start;
        flex-wrap: wrap;
        gap: 28px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .achieve-area .inner-wrapper .achieve-item-wrapper {
        gap: 28px;
    }
}
.achieve-area .inner-wrapper .achieve-item-wrapper .single-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.achieve-area .inner-wrapper .achieve-item-wrapper .single-item .content h2 {
    color: #ffffff;
    margin-bottom: 0;
}
.achieve-area .inner-wrapper .achieve-item-wrapper .single-item .content p {
    margin-bottom: 0;
    margin-top: 2px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}
.achieve-area .inner-wrapper .achieve-item-wrapper .single-item .stars {
    display: flex;
    gap: 10px;
}
.achieve-area.style-2 .inner-wrapper {
    flex-direction: row-reverse;
}
@media (max-width: 991px) {
    .achieve-area.style-2 .inner-wrapper {
        flex-direction: column;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .achieve-area.style-2 .inner-wrapper .content .desc br {
        display: none;
    }
}

.post-card.style-3 {
    margin-top: 0;
    flex-direction: row-reverse;
    justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .post-card.style-3 {
        flex-direction: column;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .post-card.style-3 .image {
        max-height: 215px;
    }
}
.post-card.style-3 .content {
    width: 50%;
    padding-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .post-card.style-3 .content {
        width: 100%;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-card.style-3 .content {
        padding: 16px 0 16px 16px;
    }
}
.post-card.style-3 .content .title {
    padding-bottom: 24px;
    border-bottom: 1px solid #e7e7e7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-card.style-3 .content .title {
        padding-bottom: 8px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-card.style-3 .content .meta-user {
        gap: 8px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-card.style-3 .content .meta-user .meta-user-content .user,
    .post-card.style-3 .content .meta-user .meta-user-content a {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-card.style-3 .content .meta-user .meta-user-content .desc {
        font-size: 12px;
        line-height: 22px;
    }
}
.post-card.style-4 .meta-user-wrapper {
    display: flex;
    justify-content: space-between;
}
.post-card.style-4 .meta-user-wrapper .tag-wrapper {
    align-items: center;
}
.post-card.style-4 .title {
    margin-top: 24px;
    font-size: 36px;
    font-weight: 700;
    line-height: 47px;
}
.post-card.style-4 .desc {
    margin-top: 8px;
}

.feature-area {
    padding-bottom: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .feature-area {
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-area {
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-area {
        padding-bottom: 100px;
    }
}
.feature-area .icon-card-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-top: 56px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .feature-area .icon-card-wrapper {
        flex-direction: column;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-area .icon-card-wrapper {
        flex-wrap: wrap;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-area .icon-card-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
.feature-area .icon-card-wrapper .icon-card {
    box-shadow: unset;
    border: 1px solid #d6d6d6;
    transition: all 0.5s ease-out;
}
.feature-area .icon-card-wrapper .icon-card:hover {
    box-shadow: 12px 12px 50px 0px rgba(175, 186, 221, 0.2);
    border-color: transparent;
}
.feature-area .icon-card-wrapper .icon-card:nth-child(even) {
    margin-top: 48px;
}
@media (max-width: 1199px) {
    .feature-area .icon-card-wrapper .icon-card:nth-child(even) {
        margin: 0;
    }
}
.feature-area .icon-card-wrapper .icon-card:nth-child(odd) {
    margin-bottom: 48px;
}
@media (max-width: 1199px) {
    .feature-area .icon-card-wrapper .icon-card:nth-child(odd) {
        margin: 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .feature-area .icon-card-wrapper .icon-card {
        padding: 18px;
    }
}
.feature-area .icon-card-wrapper .icon-card .icon {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #d6d4ff;
}
.feature-area .icon-card-wrapper .icon-card .icon i {
    color: #141f39;
}
.feature-area .icon-card-wrapper .icon-card .icon.primary {
    background-color: #ffcec2;
}
.feature-area .icon-card-wrapper .icon-card .icon.secondary {
    background-color: #c3edff;
}
.feature-area .icon-card-wrapper .icon-card .icon.orange {
    background-color: #ffe597;
}
.feature-area .icon-card-wrapper .icon-card .icon.pink {
    background-color: #f4c6ff;
}
.feature-area .icon-card-wrapper .icon-card .icon.green {
    background-color: #d0ffd5;
}
.feature-area .icon-card-wrapper .icon-card .content .desc {
    font-size: 16px;
    line-height: 27px;
}
.feature-area.style-2 .icon-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 56px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .feature-area.style-2 .icon-card-wrapper {
        flex-direction: column;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-area.style-2 .icon-card-wrapper {
        flex-wrap: wrap;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-area.style-2 .icon-card-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
.feature-area.style-2 .icon-card-wrapper .icon-card.style-3 {
    margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-area.style-2 .section-title .title br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .feature-area.style-2 .section-title .title br {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-area.style-2 .section-title .desc br {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1339px) {
    .feature-area.style-2 .section-title .desc br {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-area.style-2 .section-title .desc br {
        display: none;
    }
} /*# sourceMappingURL=style.css.map */
