*,
body {
    padding: 0;
    margin: 0;
}
body,
h1,
h2,
h3,
h6 {
    position: relative;
}
.btn-primary,
h1,
h2,
h3 {
    font-weight: 600;
    font-family: var(--mainfontlivic);
}
body,
p {
    font-size: 17px;
}
.btn-primary,
.navbar-light .navbar-nav li a,
body,
h1,
h2,
h3,
h6,
p {
    font-family: var(--mainfontlivic);
}
*,
body,
ol,
ul {
    margin: 0;
}
.footer ul li a,
body,
p {
    letter-spacing: 0.17px;
}
.card-feature:hover,
.category-list li:hover,
.product-section .item:hover {
    transform: translateY(-8px);
}
.choose-us-box .title,
.product-list-page .btn-success,
.why-choose-us-list li,
h1,
h2,
h3,
h6 {
    text-transform: capitalize;
}
.step-form-m .btn,
a,
a:hover {
    text-decoration: none;
}
*,
.checkmark,
.contact-page .form-control,
.faq-page .panel-primary,
.lds-ring div,
.panel-body,
.recent-post-body-m {
    box-sizing: border-box;
}
* {
    list-style: none;
}
html {
    scroll-behavior: smooth;
}
button:focus {
    outline: 0;
}
.mt-60 {
    margin-top: 60px;
}
.ptb-curved {
    padding: 20px 0 60px;
}
:root {
    --darkblue: #262b32;
    --darkbluetwo: #202328;
    --textdrakblue: #40445a;
    --textdrakblack: #212129;
    --textdrakgray: #747474;
    --bgdrakblue: #40445a;
    --textgray: #747474;
    --white: #ffffff;
    --blue: #50c878;
    --blue-light: #dfe6f0;
    --bg-offwhite: #f5f5f5;
    --bg-graytwo: #ebebeb;
    --mainfontlivic: "Noto Sans", sans-serif;
    --mainfontthicccboi: "thicccboiregular";
    --mainfontthicccboibold: "thicccboibold";
    --mainfontthicccboisemibold: "thicccboisemibold";
    --mainfontthicccboimediumbold: "thicccboimedium";
    --graybg: #f4f4f4;
    --textoffwhite: #d4d4d4;
    --green: #50c878;
    --greentext: #43a047;
    --bg-gray: #ebebeb;
}
.mt16 {
    margin-top: 16rem !important;
}
a:hover {
    cursor: pointer;
}
ol,
ul {
    list-style-type: none;
}
body {
    color: var(--textdrakblue);
    background: var(--white);
}
.bg-offwhite {
    background-color: var(--bg-offwhite);
}
.bg-gray {
    background-color: #f3f3f3;
}
.bg-light,
.feature-link.bg-light {
    background-color: var(--white) !important;
}
#button {
    background: var(--green);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    position: fixed;
    bottom: 20%;
    right: 8%;
    opacity: 0;
    z-index: 6000;
    transition: 0.6s;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
.floating-icon {
    position: fixed;
    right: 10px;
    bottom: 3%;
    z-index: 600000;
    background-color: var(--white);
    padding: 15px;
    border-radius: 10px;
    border: 2px solid var(--green);
    display: flex;
    align-items: center;
}
.floating-icon a {
    display: flex;
    align-items: center;
}
.floating-icon a span,
.pricing-sec .col-xl-4 .btn-primary:hover,
.side-navbar .navbar-light .navbar-nav li a:hover,
.support .panel-title:hover,
.support-question-list li a:hover,
h1 span,
h2 span,
h3 span {
    color: var(--green);
}
.floating-icon img {
    height: 30px;
    object-fit: contain;
    margin-right: 8px;
}
.best-seller {
    height: 120px;
    object-fit: contain;
    position: absolute;
    left: -2%;
    top: -8%;
    opacity: 0.5;
}
.product-reverse .best-seller {
    left: auto;
    right: 2%;
    top: -8%;
}
.d-ptb {
    padding: 80px 0;
}
.d-pt {
    padding-top: 90px;
}
.d-pb {
    padding-bottom: 90px;
}
.card-feature:hover .why-choose-us-list li,
.card-feature:hover h4,
.category-list li:nth-child(2n) a,
.feature h1,
.join-comunity h3,
.join-comunity h6,
.join-comunity p,
.new-catagory-design h2,
.new-catagory-design p,
.pos-rel h3,
.pricing h3,
.product-section .why-choose-us-list li,
.support-search h2,
.testimonial h3,
.testimonial h6,
.text-white {
    color: var(--white);
}
.footer ul li a:hover,
.navbar-light .navbar-nav li .dropdown-menu a,
.pos-rel .why-choose-us-list li,
.side-navbar .navbar-light .navbar-nav li .dropdown-menu a,
.text-blue {
    color: var(--blue);
}
.testimonial-items .item p,
h1,
h2,
h3,
p {
    color: var(--textdrakblue);
}
p {
    line-height: 30px;
}
h1,
h2,
h3 {
    font-style: normal;
    font-size: 32px;
    line-height: normal;
    margin-bottom: 30px;
    display: block;
    letter-spacing: 0.02em;
}
h6 {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--textgray);
    font-weight: 400;
}
.btn-primary {
    font-size: 16px;
    background-color: var(--green);
    text-align: center;
    padding: 18px 28px;
    color: var(--white);
    border-radius: 5px;
    transition: 0.6s;
    text-transform: uppercase;
    border: 1px solid var(--green);
}
.btn-primary.btn-transparent {
    background: var(--white);
    color: var(--green);
    border: 1px solid var(--blue);
    margin-left: 8px;
}
.btn-primary:focus,
.btn-primary:hover {
    color: var(--green);
    background-color: transparent;
    border-color: var(--green);
    box-shadow: none;
}
.navber-section,
.navber-section.fixed {
    background-color: var(--darkblue);
}
.wrapper.angled.upper-end:before {
    border-left-color: transparent !important;
    border-right-width: 100vw;
    border-top-width: 4rem;
    top: -4rem;
}
.wrapper.bg-light.angled:after,
.wrapper.bg-light.angled:before {
    border-color: #fefefe;
}
.wrapper.angled.lower-end:after {
    border-left-color: transparent !important;
    border-right-width: 100vw;
    border-bottom-width: 4rem;
    bottom: -4rem;
}
.button-center {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.header-social-icon {
    display: flex;
    justify-content: space-around;
    margin-left: 30px;
}
.header-social-icon li {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #50c878c9;
    border-radius: 50%;
    margin: 0 6px;
}
.header-social-icon li a {
    font-size: 17px;
    color: #fff;
}
.header-contact-details i,
.live-demo i,
.product-filter-dropdown li i {
    margin-right: 5px;
}
.header-contact-details li:first-child,
.optionBox .form-row {
    margin-left: 0;
}
.features-menu li:last-child .nav-link,
.features-menu li:last-child a,
.header-social-icon li:last-child,
.plan-common-list li:last-child {
    margin-right: 0;
}
.navbar-collapse .btn-primary {
    font-size: 16px;
    padding: 15px 20px;
    margin-left: 20px;
}
.navbar-brand .img-fluid {
    height: 80px;
    object-fit: contain;
}
.navber-section .navbar-light .navbar-toggler {
    color: #68bd60;
    margin-right: 10px;
    margin-left: 0;
    padding: 0;
    border: none;
    margin-top: 12px;
}
.navbar-toggler-icon:focus,
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}
.navbar,
.panel-box-shado .col-lg-12 {
    padding: 0;
}
.nav-link {
    padding: 0.8rem 1rem;
}
li.nav-item {
    margin: 0 2px;
}
.navbar-light .navbar-nav li a {
    padding-right: 1rem;
    padding-left: 1rem;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: var(--white);
	transition: all 0.5s ease;
}
.dropdown-menu {
    background-color: #3c424a;
}
.navbar-light .navbar-nav .active > .nav-link {
    background: #68bd60;
    color: #fff;
}
.navber-section {
    transition: 0.6s;
    padding: 10px 0;
    z-index: 50000;
    position: absolute;
    top: 0;
    width: 100%;
    background: 0 0;
}
.navber-section.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    transition: 0.6s;
    padding: 5px 0;
}
.feature-link.fixed {
    position: fixed !important;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 100000;
    transition: 0.6s;
    padding: 20px 0;
    -webkit-box-shadow: -1px 9px 13px -12px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: -1px 9px 13px -12px rgba(0, 0, 0, 0.17);
    box-shadow: -1px 9px 13px -12px rgba(0, 0, 0, 0.17);
}
.navber-section label {
    display: flex;
    flex-direction: column;
    width: 30px;
    cursor: pointer;
}
.navber-section label span {
    background: var(--blue);
    border-radius: 10px;
    height: 4px;
    margin: 3px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.navber-section span:first-of-type,
.step-form-m .width-50 {
    width: 50%;
}
.navber-section span:nth-of-type(2) {
    width: 100%;
}
.navber-section span:nth-of-type(3) {
    width: 75%;
}
.client-logo-section .owl-dots,
.faq .panel-body,
.navber-section input[type="checkbox"],
.owl-nav {
    display: none;
}
.navber-section input[type="checkbox"]:checked ~ span:first-of-type {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(4px, 0);
}
.navber-section input[type="checkbox"]:checked ~ span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
}
.navber-section input[type="checkbox"]:checked ~ span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(13px, -7px) rotatez(45deg);
}
.side-navbar .navbar {
    z-index: 5555;
}
.side-navbar {
    padding-top: 50px;
    height: 100%;
}
.side-navbar .dropdown-menu {
    padding: 10px;
}
.side-navbar .navbar-light .navbar-nav li .dropdown-menu a:hover {
    color: var(--textdrakblue);
    background: 0 0;
}
.side-navbar .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    top: 0;
    background-color: transparent;
    border: none;
}
.side-navbar .navbar-expand-lg .navbar-nav .dropdown-menu.show {
    padding-left: 2rem;
    animation: 0.3s Tree__fadeIn;
    -o-animation: 0.3s Tree__fadeIn;
    -ms-animation: Tree__fadeIn 0.3s ease;
    -moz-animation: 0.3s Tree__fadeIn;
    -webkit-animation: 0.3s Tree__fadeIn;
}
.side-navbar .dropdown-toggle::after {
    border: none;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    padding-left: 10px;
    font-weight: 900;
    padding-top: 4px;
    position: absolute;
    font-size: 12px;
}
.card-body .link,
.custom-check-boxx,
.faq-page .panel-primary .panel-body,
.testimonial-items .item p {
    font-family: "Noto Sans", sans-serif;
}
.side-navbar .dropdown.show .dropdown-toggle::after {
    content: "\f068";
}
@keyframes Tree__fadeIn {
    0% {
        opacity: 0;
        padding-left: 0;
    }
    100% {
        opacity: 1;
        padding-left: 2rem;
    }
}
@-webkit-keyframes Tree__fadeIn {
    0% {
        opacity: 0;
        padding-left: 0;
    }
    100% {
        opacity: 1;
        padding-left: 2rem;
    }
}
.side-navbar h6 {
    color: var(--green);
    margin-bottom: 20px;
}
.side-navbar .navbar-expand-lg .navbar-nav {
    flex-wrap: wrap;
}
.side-navbar .navbar-expand-lg .navbar-nav li {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
}
.support .price-call-to-us {
    padding: 30px;
}
.side-bar .container {
    max-width: 98%;
    margin: 0 auto;
}
.side-navbar .navbar-light .navbar-nav li a {
    color: #646464;
    padding-left: 0;
    padding-right: 0;
    transition: 0.6s;
    font-size: 16px;
    font-family: ui-monospace;
}
.side-navbar .navbar-light .navbar-nav li a i {
    margin-right: 10px;
    display: none;
}
.support-search h2 {
    margin-bottom: 0;
}
.support-search p {
    color: #fff;
    width: 60%;
    margin: 20px auto 30px;
}
.support-search {
    background-size: cover;
    background-position: center;
    padding: 50px;
}
#style-1::-webkit-scrollbar {
    width: 8px;
}
#style-1::-webkit-scrollbar-button {
    display: none !important;
}
#style-1::-webkit-scrollbar-track {
    background-color: transparent;
}
#style-1::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 4px;
}
#style-1::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
#style-1 {
    scrollbar-color: #555 #f5f5f5;
    scrollbar-width: thin;
}
.support.d-ptb {
    padding: 0 0 50px;
}
.support .panel-heading {
    border: 1px solid #ececec;
}
.support .panel-box-shado {
    box-shadow: none;
    background: 0 0;
    border-radius: 0;
}
.support-sec {
    background: #f3f5f7;
}
.banner,
.support-question {
    background-position: center;
    background-size: cover;
}
.support .panel-title {
    transition: 0.6s;
    font-size: 17px;
}
.side-navbar .navbar-toggler {
    font-size: 30px;
    font-weight: 400;
    color: var(--green);
}
.read-more,
.show-read-more .more-text {
    color: var(--green) !important;
}
.support-question {
    padding: 40px 40px 20px;
    margin-top: 50px;
}
.support-question-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.support-question-list li {
    margin-bottom: 20px;
    width: 50%;
}
.support-question-list li a {
    color: #dadada;
    transition: 0.5s;
    display: flex;
    align-items: center;
}
.client-image,
.footer-address-list li a i,
.product-list-pagebrand-page .filter-word li:first-child,
.support-question-list li a i {
    margin-right: 10px;
}
.support .faq {
    margin-top: 50px;
}
.banner {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background-attachment: fixed;
    height: 700px;
}
.banner .container {
    position: relative;
    z-index: 56;
}
.banner .row {
    align-items: center;
    height: 700px;
}
.banner-top {
    position: relative;
    z-index: 55;
}
.banner::after {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    background-color: rgba(33, 33, 41, 0.7);
    z-index: 2;
}
.banner-frame {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 4;
}
.catagory-box,
.contact-page .form-row,
.filter-word li,
.new-catagory-design,
.pos-relative,
.wrapper.angled {
    position: relative;
}
.wrapper.angled {
    border: 0;
    z-index: 4000;
}
.wrapper.angled.lower-start:after {
    border-right-color: transparent !important;
    border-left-width: 100vw;
    border-bottom-width: 4rem;
    bottom: -4rem;
}
.wrapper.angled:after,
.wrapper.angled:before {
    border-color: var(--darkblue);
    content: "";
    display: block;
    position: absolute;
    right: 0;
    z-index: 0;
    border-width: 0;
    border-style: solid;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
}
.banner h1 {
    font-size: 34px;
    color: var(--white);
    font-weight: 600;
    font-family: var(--mainfontlivic);
    line-height: 50px;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
}
.banner p {
    color: var(--white);
    margin-bottom: 30px;
    font-size: 17px;
    width: 70%;
}
.wrapper {
    animation: 20s steps(1, end) infinite slide-text;
}
.banner h1 .typingg,
.call-to-action h3 .typingg,
.feature h1 .typingg {
    animation: 8s steps(80, end) infinite typing-erase, 0.7s step-end infinite blink-caret;
    overflow: hidden;
    border-right: 0.05em solid #464545;
    white-space: nowrap;
    margin: 0;
    width: 0;
    max-width: max-content;
}
@keyframes typing-erase {
    0% {
        width: 0;
    }
    50%,
    70% {
        width: 100%;
    }
}
@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: gray;
    }
}
.banner .btn-primary,
.blog-detail-page img,
.join-comunity h3 {
    margin-bottom: 20px;
}
.client-logo-section {
    padding: 30px 0;
    background-color: var(--white);
    position: relative;
    z-index: 4000;
}
.features-menu,
.owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand-logo-car {
    margin-top: 10px;
}
.brand-logo-car .item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 10px 20px;
}
.brand-logo-car .item a {
    width: 240px;
    height: 80px;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    border-radius: 10px;
}
.call-to-action .row,
.category .row,
.feature .row,
.frontend .row,
.section__body,
.why-choose-us .row {
    align-items: center;
}
.brand-logo-car.owl-carousel .owl-item img {
    display: block;
    width: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
    transition: 0.4s;
}
.brand-logo-car.owl-carousel .owl-item:hover img {
    filter: none;
    -webkit-filter: none;
    opacity: 1;
}
.category p {
    margin-bottom: 40px;
    width: 80%;
}
.category-list {
    display: flex;
    flex-direction: column;
}
.category-list li {
    width: 50%;
    background-color: var(--white);
    border-radius: 15px;
    margin-bottom: 30px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    -webkit-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.24);
    box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.24);
    transition: 0.4s;
}
.category-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: var(--blue);
}
.category-list li img {
    height: 25px;
    width: 25px;
    object-fit: contain;
    margin-right: 10px;
}
.category-list li:nth-child(2n) {
    margin-left: auto;
    background-color: var(--blue);
}
.card-feature:hover .why-choose-us-list li img,
.category-list li:nth-child(2n) img {
    filter: brightness(0) invert(1);
}
.new-catagory-design::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 100%;
    background-color: var(--darkblue);
    content: "";
    z-index: -1;
}
.catagory-box {
    height: 212px;
    width: 76%;
    overflow: hidden;
    border-radius: 0;
    margin-left: 55px;
    z-index: 500;
    top: 10px;
}
.catagory-box::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgba(27, 29, 32, 0.2);
    border-radius: 0;
}
.catagory-box img {
    height: 234px;
    object-fit: cover;
    transition: transform 0.5s;
}
.catagory-box:hover img {
    transform: scale(1.5);
}
.catagory-box-content {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: 224px;
    top: 0;
    left: 0;
    z-index: 6;
}
.catagory-box-content h5 {
    color: var(--white);
    margin-bottom: 15px;
}
.category.new-catagory-design p {
    margin-bottom: 40px;
    width: 100%;
}
.laptop-screen.img-fluid {
    position: absolute;
    top: 0;
    left: 0;
}
.catagory-box .btn-primary {
    font-size: 16px;
    padding: 7px 14px;
    border-radius: 20px;
}
.catagory-items .item.pos-relative {
    position: relative;
    height: 280px;
}
.section {
    display: flex;
    height: 100vh;
    position: relative;
    z-index: 2;
    padding: 12% 0;
}
.section__img {
    position: relative;
    display: flex;
    width: 60%;
}
.image-frame {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
}
.section__img__inner {
    height: 100vh;
    position: fixed;
    left: 5%;
    width: 50%;
    top: 0;
    mix-blend-mode: multiply;
    background-size: contain;
    background-repeat: no-repeat;
    filter: blur(30px);
    opacity: 0;
    background-position: 50% 40%;
    transition: filter 0.6s, opacity 0.6s, background-position 0.8s;
}
.section__body {
    display: flex;
    position: relative;
    z-index: 100;
    width: 40%;
}
.owl-theme .owl-dots,
.section__body .btn-primary {
    margin-top: 20px;
}
.section.active .section__img__inner {
    opacity: 1;
    background-position: 50% 50%;
    filter: blur(0);
}
.pos-rel {
    background-position: center;
    background-size: contain;
    width: 100%;
}
.call-to-action,
.faq,
.why-choose-us {
    position: relative;
    z-index: 4000;
}
.why-choose-us-list li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.feature-list li i,
.plan-common-list li i,
.why-choose-us-list li i {
    margin-right: 10px;
    color: var(--green);
}
.about-image,
.product-section .item img,
.why-choose {
    border-radius: 15px;
}
.image-border {
    position: relative;
    z-index: 1;
}
.image-border::after {
    position: absolute;
    content: "";
    right: -12px;
    top: -8px;
    background-color: var(--blue);
    z-index: -1;
    width: 50%;
    height: 106%;
    border-radius: 15px;
    box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.24);
}
.choose-us-box img {
    height: 80px;
    object-fit: cover;
}
.choose-us-box .title {
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0 15px;
}
.choose-us-box p {
    color: var(--textdrakgray);
}
.choose-us-box.text-center {
    min-height: 350px;
}
.show-read-more .more-text {
    display: none;
}
.com-details .number,
.point-description h4 {
    font-size: 24px;
    font-weight: 400;
    color: var(--textdrakblack);
}
.why-choose-us.d-ptb {
    padding: 80px 0 0;
}
#chartdiv {
    width: 100%;
    height: 500px;
}
.marketing-image-box {
    border-radius: 10px;
    border: 2px solid #fff;
    background: var(--white);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
}
.feature,
.paralux-bg {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
}
.image-box,
.image-box img {
    box-shadow: -3px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.asset-image-1 {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 5;
}
.asset-image-2 {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 6;
}
.asset-image-1 img,
.asset-image-2 img,
.panel.panel-primary {
    border-radius: 10px;
}
.asset-image-1 img {
    height: 200px;
    object-fit: cover;
}
.asset-image-2 img {
    height: 150px;
    object-fit: cover;
}
.marketing-card {
    display: flex;
    padding: 0 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d4d4d4;
}
.number-point {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(80, 200, 120, 0.2);
    margin-right: 15px;
    border-radius: 50%;
}
.client-total-des,
.com-box {
    display: flex;
    align-items: center;
}
.all-com-box,
.icon-image-box {
    margin-right: 20px;
}
.point-description {
    width: 90%;
}
.point-description p {
    color: var(--textdrakgray);
    margin-bottom: 0;
}
.marketing-tool h3,
.product-section .why-choose-us-list {
    margin-bottom: 40px;
}
.product-section {
    background-color: var(--darkblue);
    position: relative;
    z-index: 4000;
}
.product-section::after {
    clip-path: polygon(0 0, 100% 24%, 100% 100%, 0% 100%);
    position: absolute;
    top: -60px;
    left: 0;
    z-index: -1;
    height: 350px;
    width: 100%;
    background-color: var(--darkblue);
    content: "";
}
.image-box {
    background-color: var(--blue);
    padding: 10px;
    position: absolute;
    top: -18%;
    right: 15px;
}
.image-box img {
    height: 330px;
    object-fit: cover;
}
.product-section p {
    margin-bottom: 30px;
}
.product-reverse .image-box {
    left: 15px;
    right: auto;
}
.product-section.product-reverse::after {
    clip-path: polygon(0 24%, 100% 0, 100% 100%, 0% 100%);
}
.join-comunity,
.testimonial {
    position: relative;
    z-index: 4000;
    background-color: var(--bgdrakblue);
}
.com-box {
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    background-color: var(--white);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.join-comunity .all-com-box:last-child {
    margin-top: -20px;
    margin-right: 0;
}
.com-box-flex {
    display: flex;
    justify-content: flex-end;
}
.icon-image-box {
    border-radius: 100%;
    padding: 14px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.com-box:first-child .icon-image-box {
    background: #e9eaf8;
}
.com-box:nth-child(2) .icon-image-box {
    background: #fae6e7;
}
.com-box:nth-child(3) .icon-image-box {
    background: #fef3e4;
}
.com-box:nth-child(4) .icon-image-box {
    background: #e4f1f6;
}
.com-box:nth-child .icon-image-box img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.com-title {
    font-size: 17px;
    color: var(--textdrakgray);
}
.blog-detail-page,
.blog-list-page,
.career-page,
.faq-page,
.product-list-page {
    padding: 50px 0;
}
.faq-page .panel-primary {
    border-bottom: 1px solid #d4d4d4;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
.faq-page .panel-primary .panel-heading {
    background: #f2f2f2;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    cursor: pointer;
}
.faq-page .panel-primary .panel-title {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #2d2d2d;
}
.faq-page .panel-primary .panel-title .fa-circle {
    color: #68bd60;
    padding-right: 15px;
}
.faq-page .panel-primary .fa-sort-down,
.faq-page .panel-primary .fa-sort-up {
    color: #747474;
    font-size: 18px;
    line-height: 22px;
    vertical-align: bottom;
}
.faq-page .panel-primary .panel-body,
.testimonial-items .item .client-des,
.testimonial-items .item .client-name,
.testimonial-items .item p {
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.faq-page .panel-primary .panel-body {
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #2d3436;
    padding: 15px;
}
.faq-text {
    color: var(--textdrakblack);
    font-size: 17px;
    margin-top: 40px;
    letter-spacing: 0.05em;
}
.faq-text a {
    color: var(--greentext);
    font-weight: 600;
}
.testimonial-items .item {
    margin: 50px 10px 0;
}
.test-item-m {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 30px 30px 20px;
    background-color: var(--white);
    border: none;
    border-radius: 5px;
	min-height:330px;
}
.testimonial-items .item .client-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -44px;
    left: 38%;
    z-index: 555;
    background-color: var(--white);
    padding: 4px;
}
.testimonial-items .item .client-name {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.48px;
    color: var(--textdrakblack);
    margin-bottom: 5px;
}
.testimonial-items .item .client-des {
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.01em;
    color: var(--textdrakgray);
    margin-bottom: 15px;
    padding-left: 0;
    display: block;
}
.testimonial-items .item .client-des::after {
    content: none;
}
.star {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.star li {
    font-size: 16px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #27ae61;
    margin-right: 5px;
    color: #fff;
}
.star li a {
    color: #fff;
}
.testimonial-items .item p {
    font-size: 16px;
    max-width: 350px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.features-menu li .nav-link,
.features-menu li a {
    font-family: var(--mainfontlivic);
    cursor: pointer;
}
.client-total-des {
    justify-content: flex-end;
    margin-top: 10px;
    position: relative;
}
.quote-icon {
    height: 70px;

    object-fit: contain;
    opacity: 0.3;
}
.quote-image {
    position: absolute;
    top: 28%;
    left: 14px;
    z-index: 5;
    display: none;
}
.owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--white) !important;
    background: var(--white) !important;
    width: 15px !important;
    height: 15px !important;
    margin: 5px 4px !important;
    transition: 0.6s !important;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: var(--white) !important;
    height: 10px !important;
    width: 20px !important;
    transition: 0.6s !important;
}
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s !important;
}
.call-to-action h3 {
    line-height: 45px;
    margin-bottom: 0;
}
.footer p,
.footer ul li a {
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
}
.call-to-action .btn-primary {
    display: inline-flex;
    justify-content: flex-end;
    border-radius: 30px;
}
.footer {
    background-color: var(--textdrakblack);
    position: relative;
    padding: 50px 0;
}
.footer .container {
    position: relative;
    z-index: 5;
}
.map-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer strong {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.24px;
    color: #fff;
    display: block;
    margin-bottom: 30px;
}
.footer .add-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: block;
    margin: 20px 0;
}
.footer .dis ul {
    display: flex;
    flex-wrap: wrap;
}
.footer .dis ul li {
    width: 48%;
    margin-bottom: 12px;
    display: block;
    position: relative;
}
.footer .dis ul li::after {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    color: var(--white);
    font-weight: 600;
    font-size: 8px;
    top: 7px;
}
.footer ul li a {
    font-size: 16px;
    color: var(--white);
    padding-left: 20px;
}
.footer ul.footer-address-list li a {
    padding-left: 0;
}
.footer p {
    font-size: 16px;
    color: var(--white);
    margin-top: 30px;
}
.col-lg-5.dis {
    padding-left: 5%;
}
.career-body .company-vat-info,
.footer .header-social-icon {
    justify-content: flex-start;
}
.footer .header-social-icon li a {
    padding-left: 0 !important;
}
.footer-address-list li a {
    display: flex;
    margin-bottom: 18px;
    align-items: baseline;
}
.footer-social-link {
    display: flex;
    justify-content: flex-start;
    margin-top: 25px;
}
.footer-social-link li {
    margin: 0 8px;
}
.footer-social-link li a {
    font-size: 18px !important;
    color: #b8bdbe !important;
}
.footer-bottom {
    background-color: #363a50;
    padding: 10px 0;
}
.footer-bottom-text {
    display: flex;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #bfbfbf;
    align-items: center;
}

.footer .map-image img {
    width: 100%;
    height: 100%;
}
.bg-light-blue,
.product-scroll-section {
    background-color: var(--bgdrakblue);
}
.card-feature,
.feature-link,
.support .card-feature:hover {
    background-color: var(--white);
}
.feature {
    position: relative;
    padding: 150px 0 100px;
    height: 100%;
}
.feature.pricing {
    padding: 150px 0 0;
}
.feature p {
    margin-bottom: 40px;
    color: var(--white);
}
.blog-list-dis a.link:hover,
.card-feature h4,
.panel-heading,
.support .card-feature:hover h4 {
    color: var(--textdrakblue);
}
.image-absolute .img-fluid {
    border-radius: 25px;
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.feature-link {
    padding: 30px 0;
}
.features-menu li a {
    width: 150px;
    height: 50px;
    background-color: transparent;
    border: 1px solid var(--green);
    color: var(--green);
    font-size: 17px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    transition: 0.6s;
}
.features-menu li a.active {
    background-color: var(--green);
    color: var(--white);
    transition: 0.8s;
}
.paralux-bg {
    background-attachment: fixed;
    height: 100%;
    top: 0;
    right: 0;
}
.card-feature {
    padding: 20px 30px;
    box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.07);
    border-radius: 15px;
    margin-bottom: 30px;
    transition: 0.4s;
}
.card-feature:hover {
    background-color: var(--darkblue);
}
.support .card-feature:hover {
    transform: none;
}
.support .why-choose-us-list li a:hover {
    color: #000;
}
.card-feature .why-choose-us-list li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #8c8c8c;
}
.card-feature .why-choose-us-list li img.img-fluid {
    height: 20px;
    margin-right: 15px;
}
.card-feature h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.panel-box-shado {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    background: var(--white);
    border-radius: 15px;
}
.panel-heading {
    background: var(--white);
    padding: 25px 20px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-self: center;
    cursor: pointer;
    border-bottom: 1px solid #d4d4d4;
    align-items: center;
}
.panel-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: var(--textdrakblack);
    margin-bottom: 0;
    display: flex;
}
.panel-heading span {
    font-size: 18px;
    margin-right: 15px;
    color: var(--green);
}
.panel-body {
    padding: 20px 30px 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: var(--textdrakgray);
}
.card-body .link,
.custom-check-boxx,
.product-detail-list-new li,
.product-image-m h4 {
    line-height: 22px;
    letter-spacing: 0.01em;
}
.clickable {
    cursor: pointer;
}
.card-body {
    padding: 1.1rem;
}
.custom-check-boxx {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #2d3436;
}
.custom-check-boxx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background: #fff;
}
.custom-check-boxx input:checked ~ .checkmark,
.custom-check-boxx:hover input ~ .checkmark {
    background-color: #68bd60;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-check-boxx input:checked ~ .checkmark:after,
.feature-list li strong,
.pricing-box-m .col-lg-4:nth-child(2) .recomend-text,
.step-forms-active {
    display: block;
}
.custom-check-boxx .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.card-body .link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #68bd60;
}
.filter-word li label,
.product-list-page .btn-success {
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
}
.filter-word {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.filter-word li label {
    background: #989898;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin-right: 3px;
    margin-bottom: 5px;
    cursor: pointer;
}
.filter-word li label span {
    width: 28px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter-word li:first-child label span {
    text-transform: capitalize;
    padding: 6px 16px;
    display: flex;
    width: 100%;
}
.filter-word li input[type="radio"]:checked ~ span {
    background: #68bd60;
}
.filter-word li input[type="radio"] {
    position: absolute;
    display: none;
}
.product-image-m {
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    padding: 20px 15px;
    min-height: 385px;
    margin-bottom: 30px;
}
.product-image-m h4 {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #2d2d2d;
}
.product-detail-list-new li span,
.product-image-m h4:hover,
.progress-step-active.progress-step::after {
    color: #68bd60;
}
.product-detail-list-new li {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #2d3436;
    margin-bottom: 8px;
    display: flex;
}
.product-detail-list-new li strong {
    font-weight: 400;
    width: 80px;
    display: inline-block;
}
.product-image-m .img-fluid {
    display: flex;
    justify-content: center;
    margin: 0 auto 10px;
    height: 215px;
    object-fit: contain;
}
.product-list-page .btn-success {
    border: none;
    border-radius: 0;
    width: 120px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background: #68bd60;
}
.about-card img,
.product-list-page .filter-word .btn-success {
    height: 40px;
}
.product-list-page .filter-word li:first-child {
    margin-right: 2px;
}
.product-list-page.brand-page .filter-word li:last-child {
    display: flex;
    margin-left: auto;
    flex: initial;
}
.product-list-page.brand-page .filter-word li:last-child .btn-success {
    width: 220px;
}
.product-all-banner.feature {
    padding: 150px 0 100px;
}
.feature-link h2 {
    margin-bottom: 0;
    text-align: center;
    color: var(--blue);
}
.features-menu li .nav-link {
    height: 50px;
    background-color: transparent !important;
    border: 1px solid var(--blue);
    color: var(--blue) !important;
    font-size: 16px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    transition: 0.8s;
}
.product-scroll-section .features-menu {
    width: 100%;
    margin-bottom: 30px;
}
.nav-pills.features-menu .nav-link.active {
    background-color: var(--blue) !important;
    color: var(--white) !important;
    transition: 0.8s;
}
.live-demo {
    color: var(--green);
    font-size: 16px;
    text-align: center;
    margin-top: 6px;
    display: block;
}
.carasol-scroll h3,
.carasol-scroll h6,
.theme-title {
    color: var(--white);
    text-align: center;
}
.live-demo:hover {
    color: #11ade6;
}
.carasol-scroll {
    background-position: center;
    background-size: contain;
    height: 100%;
    width: 100%;
}
.product-scroll-section.carasol-scroll .features-menu {
    width: 100%;
    margin: 30px 0;
}
.carasol-scroll .btn-primary.btn-transparent {
    margin-left: 25px;
}
.carasol-scroll .features-menu li .nav-link {
    width: 100%;
    height: 50px;
}
.scroll-image-box {
    margin: 30px 0 0;
    overflow: hidden;
    display: block;
    border-radius: 8px;
    height: 450px;
    box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.07);
    background-color: var(--white);
    padding: 20px;
}
.carasol-scroll .scroll-image-box {
    margin: 30px 10px 10px;
}
.theme-title {
    font-size: 18px;
    margin-top: 15px;
}
.about-us-des h3,
.modal-title,
.our-work h3 {
    font-family: Livvic, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
    letter-spacing: 0.01em;
}
.scroll-image-bg {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
}
.img-scroll {
    -webkit-transition: 9s ease-out;
    transition: 9s ease-out;
    background-position: center 0;
    background-repeat: no-repeat;
    position: absolute;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    background-size: cover;
}
.scroll-image-bg:hover .img-scroll {
    background-position: center 100% !important;
}
.feature-link.product-list-tabs.fixed {
    padding: 5px 0 10px;
}
.step-form-m label {
    display: block;
    margin-bottom: 0.5rem;
}
.step-form-m input {
    display: block;
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    height: 50px;
}
.step-form-m .ml-auto {
    margin-left: auto;
}
.text-center {
    text-align: center;
}
.progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 15px auto 3rem;
    width: 70%;
}
.progress,
.progressbar::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #dcdcdc;
    z-index: 1;
}
.progress {
    background-color: rgb(0 128 0);
    width: 0%;
    transition: 0.3s;
}
.progress-step {
    width: 21px;
    height: 21px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border: 1px solid #d4d4d4;
}
.progress-step::before {
    counter-increment: step;
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}
.modal-header,
.progress-step-active::before {
    background: #68bd60;
}
.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.5rem);
    color: #747474;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    white-space: nowrap;
}
.progress-step-active,
.progress-step-active::before {
    border: 1px solid #68bd60;
    color: #f3f3f3;
}
.modal-header {
    border: none;
    border-radius: 0;
    justify-content: center;
    display: block;
    position: relative;
}
.modal-header .close {
    padding: 0;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    line-height: 20px;
    opacity: 1;
    top: 5px;
    right: 3px;
    font-size: 16px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.modal-header .close span i {
    color: #d4d4d4 !important;
}
.modal-title {
    color: #fff;
    text-align: center;
}
.step-form-m .form {
    width: 100%;
    margin: 0 auto;
    border: none;
    border-radius: 10px !important;
    overflow: hidden;
    padding: 0 10px;
    background-color: #fff;
}
.step-form-m .btn,
.step-forms .form-control {
    border-radius: 0;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
}
.step-forms {
    display: none;
    transform-origin: top;
    animation: 1s animate;
}
.step-form-m .group-inputs {
    margin: 1rem 0;
    position: relative;
}
@keyframes animate {
    from {
        transform: scale(1, 0);
        opacity: 0;
    }
    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}
.step-form-m .btns-group {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
.step-form-m .btn {
    padding: 0.75rem;
    display: block;
    background: #68bd60;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
}
.step-form-m .btn:hover {
    color: #fff;
    background: #2a9820;
}
.progress-step-check {
    position: relative;
    background-color: #fff;
    transition: 0.8s;
}
.step-form-m .group-inputs label {
    font-size: 13px;
    position: absolute;
    height: 19px;
    padding: 4px 7px;
    top: -14px;
    left: 10px;
    color: #a2a2a2;
    background-color: #fff;
}
.welcome {
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
}
.step-forms .form-control {
    height: 40px !important;
    color: #747474;
    text-transform: capitalize;
}
.welcome .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.welcome h2::after {
    left: 35%;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards stroke;
}
.content .checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0 0 0 #7ac142;
    animation: 0.4s ease-in-out 0.4s forwards fill, 0.3s ease-in-out 0.9s both scale;
    position: relative;
}
.btn-danger.remove,
.btn-success.add {
    padding-top: 0;
    border: none !important;
    height: 40px;
}
.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards stroke;
}
.btn-success.add {
    line-height: 40px;
}
.step-forms textarea.form-control {
    height: auto !important;
}
.btn-danger.remove {
    line-height: 40px !important;
    background: #f2f2f2 !important;
    color: #ff4b42 !important;
    margin-left: 6px;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #7ac142;
    }
}
.step-forms .optionBox .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 38.333333%;
    max-width: 38.333333%;
}
.progressbar-bor {
    border-bottom: 1px solid #d4d4d4;
    display: block;
    width: 100%;
}
.small-banner {
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.small-banner h2 {
    text-align: left;
    color: #fff;
}
.inside-page-left-tag h2::after,
.small-banner h2::after {
    left: 0;
}
.about-us-des {
    padding: 50px 0 10px;
}
.first-image img,
.second-image img {
    height: 350px;
    object-fit: contain;
    display: flex;
    margin: 0 auto;
}
.first-frame,
.last-frame {
    position: absolute !important;
    width: 130px;
    height: 130px !important;
}
.first-frame {
    top: -3px;
    left: 0;
}
.last-frame {
    bottom: -3px;
    right: 0;
}
.about-us-des h3,
.our-work h3 {
    color: #2d2d2d;
    margin: 20px 0;
}
.about-us-des p,
.contact-info .contact-details,
.contact-info .contact-details a,
.contact-info .contact-details strong,
.our-work p,
.tearms p {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #2d3436;
}
.our-work img {
    height: 532px;
    object-fit: contain;
}
.achivments,
.our-work {
    padding-bottom: 10px;
}
.inside-page-left-tag h2 {
    text-align: left;
    color: #2d2d2d;
    margin-bottom: 15px;
}
.image-box-two h6,
.tearms ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2d3436;
    font-family: "Noto Sans", sans-serif;
    letter-spacing: 0.01em;
    font-style: normal;
}
.image-box-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
    padding: 50px 0;
}
.blog-list-dis,
.blog-list-m {
    background: var(--white);
    height: 100%;
    display: flex;
}
.image-box-two img {
    height: 100px;
    object-fit: contain;
}
.image-box-two h6 {
    text-align: center;
    width: 50%;
    margin-top: 10px;
}
.tearms ul {
    padding-left: 15px;
}
.tearms ul li {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 10px;
}
.tearms {
    padding: 20px 0 50px;
}
#custom-search-input {
    margin-left: 10px;
    padding: 0;
}
#custom-search-input .search-query {
    padding-right: 3px;
    padding-left: 35px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    background: #2d3436;
    color: #fff;
    height: 40px;
}
#custom-search-input button {
    border: 0;
    background: 0 0;
    padding: 2px 5px;
    margin-top: 2px;
    position: absolute;
    left: 5px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    z-index: 55;
    top: 4px;
}
.search-query:focus + button {
    z-index: 3;
}

.brand-page .col {
    box-shadow: 0 2px 15px rgb(0 0 0 / 15%);
}
.brand-page .filter-word li:last-child {
    flex: 1;
}
.brands-des h3 {
    font-family: Livvic, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.01em;
    color: #2d2d2d;
}
.brands-des p,
.brands-des ul li {
    font-family: "Noto Sans", sans-serif;
    color: #2d3436;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    font-weight: 400;
}
.brands-des ul {
    padding-left: 30px;
}
.brands-des ul li {
    width: 100%;
    list-style-type: disc;
}
.blog-list-page .btn-success,
.career-title span a {
    width: 120px;
    text-align: center;
    background: #68bd60;
    text-transform: capitalize;
}
.blog-list-page.bg-light.bg-offwhite {
    background-color: var(--bg-offwhite) !important;
}
.blog-list-m {
    flex-direction: column;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 10px;
}
.blog-list-m img {
    height: 220px;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.blog-list-m .date {
    font-family: var(--mainfontlivic);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--textdrakgray);
    margin-bottom: 10px;
}
.blog-list-dis {
    padding: 20px 0 0;
    min-height: 280px;
    margin-bottom: 20px;
    flex-direction: column;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}
.blog-list-dis .date i {
    color: var(--textdrakgray);
    margin-right: 8px;
}
.blog-list-dis h4 {
    font-family: var(--mainfontlivic);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: var(--textdrakblack);
	
}
.blog-list-dis h4 a{
	color: var(--textdrakblack);
	transition:all 0.6s ease;
}
.blog-list-dis h4 a:hover{
	color: var(--green);
}
.blog-list-dis a.link,
.blog-list-dis p,
.blog-list-page .btn-success {
    font-family: var(--mainfontlivic);
    font-size: 16px;
    font-style: normal;
}
.blog-list-dis p {
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: var(--textdrakblue);
    margin-bottom: 5px;
    margin-top: 5px;
}
.blog-list-dis a.link {
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.17px;
    color: var(--blue);
    margin-top: auto;
    transition: 0.7s;
}
.blog-list-page .btn-success {
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.date-blog-details {
    display: flex;
    margin: 20px 0;
}
.date-blog-details li {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #2d2d2d;
    margin-right: 10px;
}
.blog-detail-list li,
.blog-detail-page p,
.small-date,
.vat-details,
.vat-title {
    line-height: 26px;
    letter-spacing: 0.01em;
    font-style: normal;
}
.date-blog-details li i,
.small-date i {
    color: #68bd60;
    margin-right: 5px;
}
.blog-detail-list li,
.blog-detail-page p,
.contact-page .form-control,
.small-date,
.vat-details,
.vat-title {
    font-weight: 400;
    color: #2d3436;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
}
.date-blog-details li span {
    font-weight: 400;
}
.blog-detail-list {
    padding-left: 30px;
    margin-bottom: 30px;
}
.recent-post-body,
.support .card-feature .why-choose-us-list li {
    margin-bottom: 15px;
}
.blog-detail-list li {
    list-style-type: disc;
    width: 100%;
}
.recent-post-header {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    padding: 0 15px;
    background: #2d3436;
}
.recent-post-body-m {
    border: 1px solid #d4d4d4;
    padding: 15px;
}
.recent-post-body {
    display: flex;
    justify-content: space-around;
}
.post-image img {
    height: 80px;
    width: 100%;
    object-fit: cover;
}
.small-post-title h4 {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #2d2d2d;
    margin-bottom: 8px;
    height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.career-page h3,
.contact-page h3 {
    font-family: Livvic, sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.post-image {
    width: 30%;
    margin-right: 15px;
}
.small-post-title,
.texttt {
    width: 70%;
}
.contact-page {
    padding: 100px 0 50px;
}
.contact-page h3 {
    font-size: 36px;
    line-height: 45px;
    color: #2d2d2d;
    margin-bottom: 20px;
}
.contact-page .form-control {
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0.01em;
    background: #f2f2f2;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    height: 50px;
    padding-left: 32px;
}

.contact-page .btn-success {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 0;
    width: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    background: var(--blue);
    text-transform: capitalize;
    padding: 10px 0;
}
.contact-page .form-row i {
    position: absolute;
    top: 10px;
    left: 14px;
    line-height: 30px;
}
.contact-page textarea.form-control,
.pricing-box-m .col-xl-4 {
    height: 100%;
}
.contact-page .form-row i.message-icon {
    position: absolute;
    top: 6px;
    left: 14px;
    line-height: 28px;
}
.contact-info {
    padding: 30px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
.contact-info .contact-list-info {
    display: flex;
    margin-bottom: 20px;
}
.contact-icon {
    flex: 0 0 10%;
}
.contact-details {
    flex: 0 0 90%;
}
.contact-info .contact-icon {
    color: #68bd60;
    font-size: 16px;
    line-height: 22px;
}
.contact-info .contact-details strong {
    font-weight: 600;
    width: 70px;
    display: inline-block;
}
.contact-details p {
    display: block;
    color: #747474;
    margin-top: 5px;
}
.company-vat-info {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-around;
}
.vat-title {
    flex: 0 0 30%;
    font-weight: 600;
}
.vat-details {
    flex: 0 0 70%;
}
.career-page h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #2d2d2d;
    margin-bottom: 20px;
}
.career-page p,
.career-title {
    line-height: 22px;
    font-size: 16px;
    font-style: normal;
    font-family: "Noto Sans", sans-serif;
}
.career-page p {
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.01em;
    color: #2d3436;
    margin-bottom: 20px;
}
.career-title {
    background: #2d3436;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    font-weight: 600;
    color: #fff;
    align-items: center;
}
.career-body,
.career-contact .panel-body {
    padding: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
.career-title span a {
    height: 40px;
    line-height: 40px;
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    display: block;
}
.career-body h5,
.career-body p,
.sallary {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #2d3436;
    margin-bottom: 10px;
    text-align: left;
}
.sallary {
    font-size: 16px;
    color: #68bd60;
}
.career-body p {
    font-weight: 400;
    font-size: 16px;
}
.career-body .vat-title {
    flex: 0 0 35%;
}
.contact-page.career-contact .form-control {
    height: 40px;
    padding-left: 15px;
    line-height: 40px;
}
.career-contact .panel-heading {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    background: #2d3436;
}
.contact-page.career-contact textarea.form-control {
    min-height: 96px;
}
.career-contact input[type="file"] {
    opacity: 0;
    position: relative;
    z-index: 1111;
    height: 40px;
    width: 100%;
}
.dropZoneOverlay {
    border: 1px dashed #747474;
    font-family: "Noto Sans", sans-serif;
    position: absolute;
    top: 0;
    height: 40px;
    width: 100%;
    color: #2d3436;
    padding-left: 15px;
    line-height: 40px;
    font-size: 16px;
}
.dropZoneOverlay span {
    color: #747474;
}
.career-contact i.fa-upload {
    font-size: 18px;
    color: #68bd60;
    line-height: 18px !important;
    position: absolute;
    top: 10px;
    width: 92%;
    right: 0;
    text-align: right;
}
.gradient-button {
    position: fixed;
    top: 94%;
    right: 0;
    font-family: Livvic, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #fff;
    background: linear-gradient(90.3deg, #38a22e 3.18%, #9cda97 34.28%, #38a12e 69.69%, #9cda97 96.03%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 4px 0 0 4px;
    width: 220px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    z-index: 1000;
}
.lds-ring {
    display: inline-block;
    position: fixed;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
}
.lds-ring div {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 8px;
    border: 8px solid #68bd60;
    border-radius: 50%;
    animation: 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite lds-ring;
    border-color: #68bd60 transparent transparent;
}
.lds-ring div:first-child {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.step-forms span {
    color: #d90b0b;
}
.select2-container {
    display: block !important;
}
.select2-container .select2-selection--single {
    border-radius: 0 !important;
    height: 50px !important;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    color: #2d3436 !important;
    text-transform: capitalize;
    background-color: #f2f2f2 !important;
    border: 1px solid #d4d4d4 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #747474 !important;
    line-height: 50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px !important;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #aaaaaa !important;
}
.product-filter-dropdown li {
    margin-bottom: 5px;
}
.product-filter-dropdown li a {
    color: #747474;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
}
.product-filter-dropdown ul {
    padding: 5px 0 10px 15px;
}
.footer .img-fluid {
    height: 40px;
    object-fit: contain;
}
.product-section .row {
    justify-content: center;
}
.product-section .item {
    margin-bottom: 40px;
    transition: 0.4s;
}
.product-section .item h3 {
    color: var(--white);
    text-align: center;
    margin-top: 15px;
    font-weight: 400;
    font-size: 25px;
}
.frontend .row {
    margin-bottom: 50px;
}
.frontend .row:nth-child(2n) .feature-img-sec {
    order: 1;
}
.frontend .row:nth-child(2n) .content {
    order: 2;
}
.feature-img-sec {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.feature-image {
    border-radius: 20px;
    height: 300px;
    object-fit: contain;
    width: 100%;
    margin: 0 auto;
}
.pricing-sec {
    position: relative;
    margin-bottom: 80px;
}
.plan-name,
.plane-for {
    margin-bottom: 0;
    text-align: center;
}
.pricing-sec::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    content: "";
    background-color: var(--bgdrakblue);
}
.pricing-sec h4 {
    color: var(--green);
    text-align: center;
}
.plan-common-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.plan-common-list li {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    margin-right: 15px;
}
.pricing-box-m {
    background: var(--white);
    margin-top: 40px;
}
.pricing-sec .col-xl-4 .btn-primary {
    font-size: 16px;
    padding: 15px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.pricing-box {
    background: var(--white);
    border: 1px solid #e4e4e4;
    padding: 30px;
}
.pricing-box .btn-primary{
	width: 100%;
}
.plan-name {
    font-size: 22px;
    font-weight: 600;
    color: var(--textdrakblue);
    line-height: 35px;
}
.plane-for {
    color: var(--textdrakgray);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.amount {
    margin-bottom: 40px;
    color: var(--green);
    font-weight: 600;
    font-size: 36px;
    text-align: center;
}
.amount sub,
.amount sup {
    font-size: 16px;
    font-weight: 400;
}
sup {
    top: -1.2em;
}
.feature-list li {
    margin-bottom: 20px;
    font-size: 16px;
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}
.pricing-box-m .col-lg-4:first-child .pricing-box {
    border-right: none;
}
.pricing-box-m .col-lg-4:nth-child(2) .pricing-box {
    border: none;
    box-shadow: 0 -9px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
    margin-top: -5%;
}
.pricing-box-m .col-lg-4:nth-child(3) .pricing-box {
    border-left: none;
}
.recomend-text {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    left: 0;
    background: var(--green);
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    display: none;
}
.price-call-to-us {
    padding: 50px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bgdrakblue);
    width: 100%;
    flex-wrap: wrap;
}
.price-call-to-us h5 {
    color: var(--white);
    font-size: 20px;
    line-height: 36px;
}
.price-call-to-us h6 {
    color: var(--green);
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 0.8px;
}
.support-search {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.support-search .form-control {
    height: 50px;
    border-radius: 0;
    background-color: #f2f2f2;
    color: #000;
    padding-left: 56px;
}
.search-sec {
    position: relative;
    width: 60%;
    margin: 0 auto;
}
.support .card-feature {
    border-radius: 0;
}
.search-sec i {
    position: absolute;
    left: 25px;
    top: 18px;
    color: #5d5d5d;
}
.card-feature .why-choose-us-list li a {
    color: #939393;
	display: flex;
    align-items: baseline;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
#myChart {
    height: 500px !important;
    width: 500px !important;
}
.pie-chart {
    position: relative;
    height: 500px;
    width: 500px;
    margin: 0 auto;
}
.about-card {
    padding: 20px;
    background-color: #f7f7f8;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
}
.about-card h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin: 15px 0;
}
.about-card p {
    font-size: 15px;
    text-align: center;
    line-height: normal;
}
.social-menu-image {
    height: 25px;
}
.menu-item-has-children {
    position: relative;
}
.dropdown-menu .menu-item a {
    width: 100% !important;
    padding: 0.30rem 1.5rem;
    display: block;    
}
.dropdown-menu .menu-item a:hover{
	background: #fff;
}
.navbar-light .navbar-nav li a:hover{
	color:var(--green);
}
.blog-list-page .col-xl-4 {
    margin-bottom: 30px;
}
.wp-pagenavi{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    margin-top: 40px;
}
.wp-pagenavi span,.wp-pagenavi a{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
	border:none;
}
.wp-pagenavi a:last-child{
	margin-right: 0px;
}
.wp-pagenavi span.current{
	border: 1px solid var(--green);
	font-weight: 400 !important;
	color: var(--green);
}

span.pages {
    display: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaaaaa !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aaaaaa !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #aaaaaa !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #aaaaaa !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #aaaaaa !important;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #aaaaaa !important;
}
.side-navbar .menu-item-type-taxonomy.show .dropdown-toggle::after {
    content: "\f068";
}
.side-navbar .menu-item-type-taxonomy.current-menu-item{
    color: var(--green);
}
.navbar-light .navbar-nav li.current-menu-item a {
    color: var(--green);
}
.scroll-tab {
    width: 100%;
}
.small-post-title a {
    color: var(--green);
}

.dscf7captcha input {
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0.01em;
    background: #f2f2f2;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    height: 50px;
    padding-left: 15px;
    width: 50% !important;
}
p.dscf7captcha {
    margin-top: 20px;
}
img.dscf7_captcha_icon {
    display: none;
}

/***********************************************Search Css Start************************************************/

.search-results #primary {
        width: 80%;
        margin: 0 auto;
	    padding: 50px 0;
}
#primary article h2 {
    margin-bottom: 0;
    border-bottom: 1px solid var(--bg-gray);
    height: 65px;
    display: flex;
    align-items: center;
    

}
#primary .entry-summary{
	display: none;
}
#primary article h2 a{
	color:var(--green);
	font-size: 18px;
	font-weight: normal;
}
#secondary .widget_block{
	display: none;
}
#secondary .widget_block.widget_search{
	display: block;
	width: 80%;
    margin: 0 auto;
}
#secondary{
	background-color: var(--green);
	padding: 100px 0;
}
#secondary .wp-block-search__label{
	display: none;
}
#secondary .wp-block-search__input{
	height: 3.75rem;
    padding: 0 1rem;
    font-size: 1.25rem;
	border-radius: .5rem;
	border: none;
	background-color: var(--white);
}
.search-results{
	display: flex;
	flex-direction: column;
	padding: 90px 0 0px;
}
.search-results #secondary{
	order:1;
}
#secondary .wp-block-search__button{
	 position: absolute;
    height: 3.75rem;
    right: 3px;
    opacity: 0;
	width: 70px;
	cursor: pointer;
}
#secondary .wp-block-search__inside-wrapper::after{
	height: 3.75rem;
	font-family: "Font Awesome 5 Free";
	content: "\f002";
	background-color: var(--graybg);
	width: 70px;
	right: 0;
	top:0;
	position: absolute;
	border-top-right-radius:.5rem;
	border-bottom-right-radius:.5rem;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--textoffwhite);
}
#secondary .wp-block-search__inside-wrapper {
    width: 70%;
    margin: 0 auto;
	position: relative;
}
.search-results #primary{
	order:2;
}
.search-results .footer{
	order:3;
}
.search-results .footer-bottom{
	order:4;
}

/***********************************************Search Css Close************************************************/

.ticket-card-sec{
	position: relative;
    top: -40px;
}
.ticket-card-sec .row{
	justify-content: center;
}
.ticket-card-sec .ticket-card{
	padding: 15px;
    border-radius: .75rem;
    box-shadow: 0 6px 19px rgba(39, 49, 58, 0.1);
    align-items: center;
	display: flex;
	flex-wrap: wrap;
	width: 27%;
	margin-right: 15px;
	background: var(--white);
	
}
.ticket-card-sec .ticket-card:last-child{
	margin-right: 0px;
}
.card-icon{
	width: 30%;
}
.card-description{
	width: 70%;
}
.card-icon img{
	width: 100%;
	height: 50px;
}

.c-title{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px;
	color: var(--textdrakblack);
}
.card-description p{
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 25px;
}
.ticketss {
    display: none !important;
}
.logged-in .ticketss {
    display: flex !important; 
}
.support-ticket-portal {
    padding: 160px 0 80px !important;
    margin: 0 auto;
}
.fst_login_wrapper, .fst_registration_wrapper,.fst_reset_pass_wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.page-template-templete-supportticket .navber-section{
    background-color: var(--darkblue);
}
.page-template-templete-supportticket .navber-section.fixed {
    position: absolute;
    
}
.searchwp-live-search-results-showing {
    top: 301.8px !important;
}
.page-template-templete-supportportal .navber-section{
background-color: var(--darkblue) !important;
}

.blog-detail-page .card-title a{
	color: var(--textdrakblack);
    transition: all 0.6s ease;
}
.blog-detail-page .card-body .date {
    font-family: var(--mainfontlivic);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--textdrakgray);
    margin-bottom: 10px;
}

.blog-list-diss {
    padding: 20px 0 0;
    flex-direction: column;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}

.blog-list-diss h4 {
    font-size: 18px;
	margin-bottom: 20px;
}

.blog-list-diss h4 a{
    color: #212129;
}
.you-may-also-read{
	margin-top:50px;
}

.you-may-also-read .blog-list-m .date{
	margin-bottom:15px;
}
.author {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 15px;
	margin-top:20px;
	display: flex;
    flex-wrap: wrap;
	gap:15px;
    
}
.author-image {
    width: 50px;
}
.author-name {
    width: 90%;
}
.author .img-fluid {
    border-radius: 50%;
	height: 50px;
    width: 50px;
    object-fit: cover;
}
.author h6{
	font-size:14px;
}
.author h4 {
    font-size: 20px;
}
.blog-detail-page .author p{
	font-size: 15px;
	line-height:normal;
}
.comment-respond,
.comments-area,
#comments,
#respond,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.form-submit,
.comment-notes,
.logged-in-as,
.comment-form {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}