@font-face {
    font-family: livvic;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Livvic Regular'), local('Livvic-Regular'), url(../webfonts/Livvic-Regular.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: livvic;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Livvic Medium'), local('Livvic-Medium'), url(../webfonts/Livvic-Medium.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'livvic ';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(../webfonts/Poppins-SemiBold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: livvic;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Livvic SemiBold'), local('Livvic-SemiBold'), url(../webfonts/Livvic-SemiBold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: livvic;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Livvic Bold'), local('Livvic-Bold'), url(../webfonts/Livvic-Bold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: livvic;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Livvic Black'), local('Livvic-Black'), url(../webfonts/Livvic-Black.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: livvic;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Livvic ExtraLight'), local('Livvic-ExtraLight'), url(../webfonts/Livvic-ExtraLight.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: livvic;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Livvic Light'), local('Livvic-Light'), url(../webfonts/Livvic-Light.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

:root {
    --font-livvic: "Livvic"
}

:root {
    --color-00B5CB: #00B5CB;
    --color-F6921E: #F6921E;
    --color-666666: #666666;
    --color-dddddd: #dddddd;
    --color-333333: #333333;
    --color-bbbbbb: #bbbbbb;
    --color-5b5b5b: #5b5b5b;
    --color-383838: #383838;
    --color-222222: #222222;
    --color-cccccc: #cccccc;
    --color-111111: #111111;
    --color-90939c: #90939c;
    --color-898989: #898989;
    --color-6c6c6c: #6c6c6c;
    --color-252525: #252525;
    --color-7f8391: #7f8391;
    --color-c8c8c8: #c8c8c8;
    --color-8e8e8e: #8e8e8e;
    --color-e7e7e7: #e7e7e7;
    --color-f7f7f7: #f7f7f7;
    --color-fcfcfc: #fcfcfc;
    --color-858585: #858585;
    --color-e4eaf1: #e4eaf1
}

html body {
    margin: 0;
    padding: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-color: #fff;
    position: relative;
    font: 400 15px var(--font-livvic);
    color: #696969;
    line-height: 28px;
    overflow-x: hidden
}

label {
    margin-bottom: 0!important
}

img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto
}

section img {
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 8px 0;
    color: #000;
    font-weight: 700
}

p {
    margin: 0 0 15px;
    padding: 0;
    font-size: 15px;
    font-weight: 400
}

body a {
    text-decoration: none;
    color: #000
}

a:focus,
a:hover {
    text-decoration: none!important
}

a:hover {
    color: var(--color-F6921E)
}

ul,
ol {
    margin: 0 0 0 15px;
    padding: 0
}

ul li,
ol li {
    font-size: 14px
}

:hover {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

blockquote {
    font-size: 18px;
    font-style: italic;
    width: 450px;
    margin: .25em 0;
    padding: .25em 40px;
    line-height: 1.45;
    position: relative;
    color: var(--color-252525)
}

blockquote:before,
blockquote:after {
    display: block;
    font-size: 80px;
    position: absolute;
    color: var(--color-252525)
}

blockquote:before {
    content: "\201C";
    left: 0;
    top: -10px
}

blockquote:after {
    content: "\201D";
    right: 0;
    bottom: -10px
}

blockquote cite {
    color: var(--color-252525);
    font-size: 14px;
    display: block;
    margin-top: 5px
}

blockquote cite:before {
    content: "\2014 \2009"
}

input[type=text],
input[type=tel],
input[type=email],
input[type=phno],
input[type=password],
textarea,
input[type=number] {
    border: 1px solid var(--color-bbbbbb);
    font-size: 14px;
    padding: 10px;
    margin: 0 0 0;
    height: auto;
    width: 100%;
    background: 0 0
}

section {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0
}

select {
    width: 100%;
    padding: 6px
}

input[type=submit] {
    border: none
}

textarea {
    height: 80px
}

.wp-caption {
    margin: 0;
    padding: 0;
    font-size: 13px;
    max-width: 100%
}

.ggtube {
    cursor: pointer;
}

.ggtube:hover img {
    display: block;
    position: relative;
    opacity: 1;
}

.ggtube img {
    position: relative;
    top: 40%;
    left: 43%;
    font-size: 50px;
    color: #F00;
    display: none;
}

.closepop {
    display: none;
}

.wp-caption-text {
    margin: 0;
    padding: 0
}

.gallery-caption {
    margin: 0;
    padding: 0
}

.bypostauthor {
    margin: 0;
    padding: 0
}

.carousel-inner {
    margin: 0
}

.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em
}

.contentformd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(80%);
    height: 200px;
    text-align: center;
    background-color: #e8eae6;
    box-sizing: border-box;
    padding: 10px;
    z-index: 100;
    display: none;
    /*to hide popup initially*/
}

.closefd-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 4px;
}

.alignleft,
img.alignleft,
.alignright,
img.alignright {
    display: inline;
    padding: 5px;
    margin-bottom: 10px
}

.alignleft,
img.alignleft {
    float: left;
    margin-right: 20px;
    margin-top: 4px
}

.alignright,
img.alignright {
    float: right;
    margin-left: 25px
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 5px
}

table,
td,
th {
    border: 1px solid #000
}

.theme_white_btn,
a.button,
a.theme_button2,
a.theme_color_button2,
#newsletter input[type=submit],
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.added_to_cart,
.contact-box .startup-contact-form input[type=submit],
input[type=submit],
a.custom_read_more {
    font: 700 14px var(--font-livvic);
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 28px;
    border-radius: 3px;
    margin-right: 10px
}

.sec-sol1 .insol {
    padding: 10px;
    background: #FFF;
    min-height: 500px;
    box-shadow: 5px 5px 5px #e0e0e0;
    margin-top: 15px;
}

.sec-sol1 .insol:hover {
    background: #F6921E;
    color: #FFF;
}

.illustration-services-area .single-item {
    border-right: 1px solid #e7e7e7;
    margin-bottom: 28px;
}

.illustration-services-area .single-item.last {
    border: none;
}

.illustration-services-area .single-item .item {
    padding: 0 30px;
}

.illustration-services-area .single-item .item h4 {
    font-size: 18px;
    margin-top: 15px;
}

.whatsappfix {
    display: block;
    position: fixed;
    top: calc(87%);
    right: 15px;
    z-index: 100;
}

.whatsappfix i {
    font-size: 52px;
    color: #2ad46a;
}

.sec-sol1 .insol .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.in-sol-content {
    margin: 10px 15px;
    text-align: center;
}

.in-sol-content h2 {
    text-align: center;
    color: #00B5CB;
    font-size: 26px;
    font-weight: bold;
}

#newsletter input[type=submit],
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.added_to_cart,
.contact-box .startup-contact-form input[type=submit],
a.custom_read_more {
    background-color: var(--color-00B5CB);
    color: #fff
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: var(--color-F6921E)
}

a.theme_button2,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
input[type=submit],
.theme_white_btn:hover {
    color: #fff;
    background-color: var(--color-F6921E)
}

.theme_white_btn,
#pricing-plan .plan-info:nth-child(even) .plan-features .theme_button2,
.theme_button2:hover,
input[type=submit]:hover {
    background-color: #fff;
    color: var(--color-F6921E)
}

.header-search .theme_white_btn {
    padding: 10px 20px
}

.theme_button2:hover,
input[type=submit]:hover {
    background-color: var(--color-00B5CB);
    color: #fff
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%
}

.widget.widget_calendar table {
    margin: 0
}

.widget.widget_calendar td,
.widget.widget_calendar tr,
.widget.widget_calendar th {
    border: 1px solid #fff;
    color: #000
}

#footer .widget.widget_calendar td,
#footer .widget.widget_calendar tr,
#footer .widget.widget_calendar th {
    color: var(--color-7f8391)
}

.widget_calendar td,
.widget_calendar th {
    line-height: 1.5625;
    padding: 0;
    text-align: center
}

.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 0;
    color: var(--color-7f8391);
    padding-left: 15px;
    caption-side: top
}

.widget_calendar tbody a {
    color: #fff;
    display: block;
    font-weight: 700
}

.widget_calendar tbody #today {
    background-color: var(--color-bbbbbb)
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: var(--color-7f8391);
    color: var(--color-7f8391)
}

.widget th,
.widget td {
    padding: .5384615385em
}

.post-section {
    padding: 20px 0
}

.social_widget a {
    color: #7c818c;
    margin-right: 7px;
    display: block;
    margin-bottom: 5px;
    border-radius: 50%
}

.social_widget a i {
    font-size: 13px;
    letter-spacing: 3px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #7c818c;
    border-radius: 50%;
    padding: 12px;
    margin-right: 7px
}

.custom-about-us {
    text-align: center
}

.custom_author {
    font-size: 18px;
    margin-top: 20px;
    color: #000;
    font-weight: 700
}

.owl-carousel .owl-dots {
    text-align: center;
    padding-top: 30px
}

.owl-carousel .owl-dots button {
    width: 9px;
    height: 9px;
    background-color: #000!important;
    margin: 0 5px;
    outline: none;
    border: 2px solid #adadbd;
    border-radius: 50%
}

.owl-carousel .owl-dots .active {
    background-color: var(--color-F6921E)!important;
    border: 2px solid var(--color-F6921E)
}

.owl-carousel .owl-item img {
    width: auto!important;
    margin: 0 auto;
    width: auto
}

button.owl-next,
button.owl-prev {
    background: #1e202c
}

button.owl-prev,
button.owl-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    border: none;
    padding: 10px 20px;
    outline: none
}

button.owl-prev {
    left: -70px
}

button.owl-next {
    right: -70px
}

.owl-carousel .owl-nav i {
    font-size: 15px;
    padding: 12px 10px;
    border: 1px solid #ebebeb;
    font-size: 24px;
    color: #fff;
    background-color: #fff;
    border: #fff;
    padding: 14px 17px;
    color: var(--color-F6921E);
    border-radius: 50%
}

.woocommerce .summary h1 {
    font-size: 28px
}

.woocommerce div.product form.cart div.quantity {
    margin-right: 20px
}

.woocommerce .quantity input {
    padding: 5px 0
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce li.woocommerce-MyAccount-navigation-link.is-active a {
    color: var(--color-00B5CB)
}

#contentwoocom {
    padding: 20px 15px
}

h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
h2.woocommerce-loop-category__title {
    text-align: center
}

.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    margin: 0 auto;
    display: table;
    margin-bottom: 20px
}

li.product {
    border: 1px solid var(--color-cccccc);
    padding-bottom: 17px
}

.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2 {
    max-width: 100%
}

input#password,
input#reg_password {
    padding: 10px
}

.woocommerce div.product form.cart .variations select {
    background-color: #fff
}

#customer_details .col-1,
#customer_details .col-2 {
    max-width: 100%
}

.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
    width: 100%;
    max-width: 100%
}

.woocommerce a.added_to_cart {
    display: table;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    background-color: var(--color-00B5CB);
    color: #fff;
    padding: 6px;
    font: 700 13px var(--common-font-k);
    text-transform: uppercase;
    left: unset;
    border-radius: 0;
    min-width: 20px!important;
    min-height: 25px;
    top: 15px;
    left: 9px!important;
    right: unset
}

.woocommerce .quantity input {
    padding: 8px 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    margin-right: 8px;
    border: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff!important;
    font-weight: 400
}

.woocommerce div.product .woocommerce-tabs .panel {
    border: 1px solid #f4f4f9;
    padding: 17px;
    padding-top: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none!important;
    box-shadow: none;
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none
}

.related.products {
    padding-top: 30px
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce span.onsale,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: var(--color-00B5CB)
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    margin: 0 3px
}

.woocommerce nav.woocommerce-pagination ul {
    border: none
}

.related.products h2,
.woocommerce div.product .woocommerce-tabs .panel h2 {
    text-transform: capitalize;
    font-size: 24px!important
}

.related.products h2.woocommerce-loop-product__title {
    font-size: 18px!important;
    letter-spacing: 0
}

.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2 {
    max-width: 100%
}

input#password,
input#reg_password {
    padding: 10px
}

.woocommerce div.product form.cart .variations select,
.woocommerce li.woocommerce-MyAccount-navigation-link.is-active {
    background-color: #fff
}

.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
    width: 100%;
    max-width: 100%;
    padding: 0
}

.woocommerce li.woocommerce-MyAccount-navigation-link.is-active {
    border: 1px solid var(--color-00B5CB)
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 48%;
    height: 46px
}

.woocommerce .woocommerce-MyAccount-content .form-row {
    display: block!important
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    border: 1px solid #fff;
    margin-left: 0
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #fff;
    padding: 10px 25px 10px 15px;
    background-color: var(--color-00B5CB)
}

.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border: none
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #fff;
    font-weight: 700
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #8fa3aa
}

.woocommerce .form-row {
    display: unset
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%
}

.woocommerce #order_review table th {
    text-align: left
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    padding: 20px
}

.woocommerce .woocommerce-result-count {
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--color-222222);
    font-weight: 500
}

.woocommerce-message {
    border-color: var(--color-00B5CB)
}

.woocommerce-message::before {
    color: var(--color-00B5CB)!important
}

.woocommerce-message {
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--color-222222);
    font-weight: 500
}

.woocommerce .product_meta span {
    margin-right: 10px
}

.woocommerce .woocommerce-cart-form__cart-item a {
    color: var(--color-222222);
    font-weight: 700
}

.woocommerce .woocommerce-cart-form__cart-item td,
.woocommerce table.shop_table td,
.woocommerce .woocommerce-error,
.woocommerce table.shop_table th {
    color: var(--color-222222)
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    color: var(--color-222222);
    display: inline-block!important
}

.inner_layout nav.woocommerce-MyAccount-navigation ul li {
    background-color: var(--color-00B5CB);
    margin-bottom: 4px
}

.woocommerce-MyAccount-navigation {
    margin-bottom: 20px
}

.woocommerce-Reviews .comment-form .comment-form-author,
.woocommerce-Reviews .comment-form .comment-form-email,
.woocommerce-Reviews .comment-form .comment-form-url {
    width: 49%
}

.widget span.count {
    float: right
}

.up-sells.upsells.products {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.woocommerce-product-search button {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    background-color: var(--color-00B5CB);
    display: inline-block;
    padding-right: 10px;
    text-align: center;
    padding: 10px 15px;
    text-align: center;
    border: #ffdead
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 14px
}

.woocommerce-info {
    border-top-color: var(--color-00B5CB)
}

.related-post-wrapper a {
    font-size: 16px;
    padding: 10px 0!important;
    display: inline-block;
    font-weight: 700
}

.woocommerce ul.products li.product .price ins {
    font-size: 14px!important
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    margin: 12px auto;
    text-align: center;
    display: table
}

.woocommerce ul.products li.product .star-rating {
    color: #fec806;
    margin: 0 auto;
    display: block;
    float: none;
    overflow: hidden;
    position: relative;
    height: 1.7em;
    line-height: 1;
    font-size: 1em;
    width: 66%;
    font-family: star
}

.star-rating {
    color: #ffca04;
    font-size: .857em;
    display: block;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    margin-bottom: 13px;
    margin-top: 5px
}

.woocommerce .star-rating::before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.shop-page .star-rating span::before {
    left: 46px!important
}

.shop-page .star-rating::befores {
    left: 46px!important
}

.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;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

a:focus {
    outline: thin dashed
}

span .testimonial-dots,
span.services-dots,
span.team-dots,
span.brands-dots,
span.records-dots {
    display: none
}

span.newsletter {
    color: #fff;
    font-family: saira, sans-serif;
    margin: 0;
    padding: 10px 0;
    font-weight: 700;
    font-size: 18px
}

span.testimonial-dots {
    display: none
}

.post-navigation a:hover {
    color: #88d055!important
}

.toggle-nav button {
    background: 0 0;
    border: none
}

.bg-fixed {
    background-attachment: fixed
}

.bg-scroll {
    background-attachment: scroll
}

.contact_us_icon i {
    color: #24272e;
    margin: 10px 0;
    font-size: 24px
}

.widget_recent_entries li a {
    font-size: 14px
}

.widget_recent_entries span.post-date {
    width: 100%;
    padding-left: 15px;
    margin-bottom: 11px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0;
    color: #aca9a9
}

.eco_spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-00B5CB);
    z-index: 2;
    cursor: pointer;
    z-index: 9999999
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    position: absolute;
    left: 50%;
    top: 40%
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.media {
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-title h3 {
    max-width: 100%!important
}

.credit_link a {
    color: #fff
}

.ts_breadcrumbs a {
    color: #fff;
}

.wp-block-search .wp-block-search__button {
    background-color: var(--color-F6921E);
    color: #fff
}

.posttitle a {
    color: #000
}

nav.woocommerce-breadcrumb,
h1.product_title.entry-title {
    display: none
}

.contact_columns {
    margin-top: -5em;
    box-shadow: rgb(0 0 0/10%) 0 4px 12px
}

.contact_column_2 {
    background-color: #fff
}

.contact-head h4 {
    font-size: 28px;
    color: #fff
}

.column-text,
.column-text p,
a.theme_link {
    color: #fff
}

.contact_list {
    color: #fff;
    list-style: none
}

.contact_list_box {
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 20px
}

.contact_list i {
    padding-right: 6px
}

a.theme_link i {
    padding-left: 6px
}

a.theme_link {
    text-transform: uppercase;
    font-weight: 500
}

.contact-shortcode label {
    margin-bottom: 8px!important;
    width: 100%;
    font-weight: 700;
    color: #000
}

.section_main_head small {
    font: 500 17px var(--font-livvic);
    color: var(--color-F6921E)
}

.section_main_head h3 {
    font-size: 30px;
    font-weight: 700;
    max-width: 90%;
    margin: 0 auto
}

.services-items .item-grid:nth-child(2) {
    margin-top: 50px;
}

.section-title h2 {
    font-size: 50px;
    font-weight: 600;
    margin-top: 5px;
    line-height: 1.4;
}

.section-title span {
    line-height: 0;
    text-transform: capitalize;
    padding-bottom: 5px;
    font-weight: 600;
    color: var(--color-F6921E);
}

@media only screen and (min-width: 1400px) {
    .work-item-list-2 {
        margin-left: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .work-item-list-2 {
        margin-left: 0;
    }
    .section-title h2 {
        font-size: 24px;
    }
}

#workiiy {
    background: #f2f5f9;
    position: inherit;
    z-index: -2;
}

.work-item-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.work-item-list-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.work-item-list ul li {
    display: block;
    float: right;
    margin-bottom: 30px;
}

.work-item-list-2 ul li {
    display: block;
    float: left;
    margin-bottom: 30px;
}

.work-item-list ul li h3 {
    color: #2a284f;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.work-item-list-2 ul li h3 {
    color: #2a284f;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.work-item-list ul li h3 span {
    margin-left: 15px;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}

.work-item-list-2 ul li h3 span {
    margin-right: 15px;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}

.work-item-list ul li h3 span::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #00b5cb;
    border-radius: 70% 40% 70% 40%;
}

.work-item-list-2 ul li h3 span::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #00b5cb;
    border-radius: 70% 40% 70% 40%;
}

.services-items .single-item {
    margin-bottom: 30px;
}

.services-items .item {
    padding: 50px 30px;
    background: #ffffff;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.services-items .item .icon {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 95px;
    border-radius: 5px;
    text-align: center;
    min-width: 90px;
    margin-right: 25px;
    position: relative;
    z-index: 1;
}

.services-items .item .icon::after {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    height: 100%;
    width: 50px;
    background: rgba(8, 106, 216, 0.07);
    border-radius: 30px;
    transform: rotate(-45deg);
    margin-left: -25px;
    transition: all 0.35s ease-in-out;
}

.services-items .item:hover .icon::after {
    left: 0;
    width: 100%;
    border-radius: 50%;
    transform: inherit;
    margin-left: 0;
}

.section_main_head p,
.section_main_head .section-text {
    color: #696969;
    max-width: 550px;
    margin: 0 auto
}

.section_main_head.white_head p,
.section_main_head.white_head .section-text,
.section_main_head.white_head h3,
.section_main_head.white_head small {
    color: #fff
}

#about-us .about-head:after,
.block_head h3:after,
#our-services .services-box span,
#our-services .box-content span,
#pricing-plan .plan-info:nth-child(even) .img-verlay,
#latest-news .news-button a {
    background-color: var(--color-F6921E)
}

.custom_block,
.why_choose,
.it_sectrity {
    background-color: #fff;
    padding: 25px;
    box-shadow: rgb(0 0 0/10%) 0 4px 12px;
    border-radius: 10px;
    overflow: hidden
}

.it_sectrity {
    box-shadow: none;
    background-color: transparent
}

.custom_block:hover,
.why_choose:hover {
    background-color: var(--color-F6921E)
}

.custom_block:hover h5 a,
.custom_block:hover .feature_p,
.custom_block:hover .feature_p p,
.why_choose:hover h5 a,
.why_choose:hover .whychoose_p,
.why_choose:hover .whychoose_p p {
    color: #fff
}

.custom_block:hover .round-shape {
    display: none
}

.round-shape span {
    background-color: #ffd7a9;
    width: 140px;
    height: 140px;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: -61px;
    border: 7px solid #fff2f4;
    bottom: -69px
}

.feature_p {
    padding-right: 10px
}

#our-services .box h5 {
    font-size: 16px
}

.feature_p p,
.feature_p,
.whychoose_p p,
.whychoose_p,
.itsecurity_p,
.itsecurity_p p {
    color: #828181;
    margin-bottom: 0;
    font-size: 14px
}

.feature_svg {
    width: 27%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0
}

.about_outer {
    z-index: 9
}

#about-us .about-text {
    line-height: 30px;
    color: #000
}

.about-details {
    padding-left: 35px;
}

#about-us .about-details a {
    margin-top: 14px
}

.about_box h4 {
    font-size: 18px
}

.about-image img {
    border-radius: 20px;
    z-index: 9
}

.image_badge {
    position: absolute;
    bottom: 4em;
    margin: 0 auto;
    right: 0;
    left: 0;
    max-width: 300px;
    z-index: 9
}

.image_badge .media {
    background-color: #fff;
    padding: 10px;
    margin: 0 auto;
    border-radius: 10px
}

.badge_no {
    color: var(--color-00B5CB);
    font-size: 35px;
    font-weight: 800;
    padding-bottom: 10px
}

.badge_text {
    font-weight: 600;
    font-size: 20px
}

.image_badge .media img,
.why_choose img,
.it_sectrity img {
    padding-right: 10px
}

.image_badge .media-body {
    padding-top: 16px
}

.border_box {
    border: 2px solid var(--color-F6921E);
    width: 250px;
    height: 250px;
    position: absolute;
    border-radius: 20px;
    right: -16px;
    bottom: -16px
}

.service_title_box,
.work_title_box {
    background-color: #fff;
    padding: 10px;
    margin: 0 auto;
    border-radius: 10px;
    max-width: 280px;
    text-align: center;
    margin-top: -45px;
    position: relative;
    box-shadow: rgb(0 0 0/10%) 0 4px 12px
}

.short_title {
    font-weight: 500;
    color: var(--color-F6921E)
}

.services-info:hover .service_title_box,
#our-projects .work-info:hover .work_title_box {
    background-color: var(--color-00B5CB)
}

.services-info .service_title_box h5 a {
    font-size: 16px;
}

.services-info:hover .short_title,
.services-info:hover h5 a,
#our-projects .work-info:hover .short_title,
#our-projects .work-info:hover h5 a {
    color: #fff
}

.services_row {
    margin-bottom: -200px;
    position: relative
}

#our-services {
    margin-bottom: 200px
}

.services-info img,
.work-info img {
    border-radius: 10px
}

.banner-head.section_main_head.white_head small {
    color: var(--color-F6921E)
}

.section_main_head.white_head .section-text p,
.section_main_head.white_head .section-text {
    color: #fff
}

#our-records .records-info .software-company-count {
    font-weight: 800;
    font-size: 30px;
    color: #000
}

#our-records .owl-carousel .owl-dots .active,
#our-brands .owl-carousel .owl-dots .active {
    background-color: var(--color-F6921E)!important;
    border-color: var(--color-F6921E)!important
}

.records-info img {
    margin: 0!important;
    margin-right: 15px!important
}

#how-we-work .process-box {
    position: relative
}

#how-we-work .process-box p,
#how-we-work .process-box a {
    font: 700 14px var(--font-livvic);
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 0
}

.process-box img {
    width: 150px;
    border-radius: 50%;
    height: 150px
}

.how_img {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 2px dotted var(--color-00B5CB);
    padding: 11px;
    background-color: #fff
}

.circle_box1 {
    background-color: var(--color-00B5CB);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 29px;
    z-index: -1;
    animation: blinker 1s linear infinite
}

.circle_box2 {
    background-color: var(--color-00B5CB);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    bottom: 63px;
    left: 29px;
    z-index: -1;
    animation: blinker 1s linear infinite
}

#our-services .owl-carousel .owl-stage-outer {
    padding-bottom: 20px
}

svg.why_choose_svg {
    width: 32%;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    bottom: 0
}

#our-services-listing .row.services_row {
    margin-bottom: 0
}

.how_outer {
    max-width: 260px
}

#our-projects-listing .work_title_box {
    display: none
}

#our-projects-listing .work-info:hover .work_title_box {
    display: block
}

#our-projects-listing .work-info {
    position: relative
}

#our-projects-listing .work_title_box {
    background-color: transparent;
    padding: 10px;
    margin: 0 auto;
    border-radius: 10px;
    max-width: 100%;
    text-align: center;
    margin-top: 0;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: left;
    padding-left: 25px;
    box-shadow: none
}

#our-projects-listing .work-info {
    background-color: #000;
    border-radius: 10px
}

#our-projects-listing .work-info:hover img {
    opacity: .5
}

#our-projects-listing .work_title_box h5 a,
#our-projects-listing .work_title_box .short_title {
    color: #fff
}

#our-projects-listing .short_title {
    text-transform: uppercase
}

.ps_video i:after {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -30%;
    left: -30%;
    background: 0 0
}

.ps_video i {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    display: block;
    box-shadow: 0 0 25px 3px #fff;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%)
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, .75), 0 0 25px 10px rgba(255, 255, 255, .75)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, .75), 0 0 25px 10px rgba(255, 255, 255, .75)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none
    }
}

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.contact-shortcode input,
#contact-page-contact-us .contact-shortcode input {
    font-family: var(--font-livvic)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: #fff
}

.about-banner {
    padding-bottom: 4.6875rem;
}

@media screen and (min-width: 992px) {
    .about-banner {
        padding-top: 11.25rem;
        padding-bottom: 8.75rem;
    }
}

@media screen and (min-width: 1200px) {
    .about-banner {
        height: 742px;
        padding-top: 12.5rem;
        padding-bottom: 12.5rem;
    }
}

@media screen and (min-width: 992px) {
    .about-banner .section-title-left h2 {
        padding-right: 1.5625rem;
        font-size: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .about-banner .section-title-left h2 {
        font-size: 50px;
    }
}

.our-story-area {
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
}

.our-story-area h2 {
    margin-bottom: 2.5rem;
}

.our-story {
    margin-bottom: 3rem;
}

.our-story p {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
}

@media screen and (min-width: 768px) {
    .our-story p {
        padding-right: 3.75rem;
    }
}

.our-story p+p {
    margin-top: 2.5rem;
}

.story-timeline {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    column-gap: 3.125rem;
    row-gap: 1.25rem;
}

@media screen and (min-width: 276px) {
    .story-timeline {
        flex-direction: row;
    }
}

.story-timeline+.story-timeline {
    padding-top: 1.5rem;
}

@media screen and (min-width: 276px) {
    .story-timeline+.story-timeline {
        padding-top: 3.75rem;
    }
    .story-timeline.story-timeline .story-info-meta::after {
        content: "";
        top: 22px;
        left: 7px;
        position: absolute;
        width: 2px;
        height: 100%;
        background: #bbc0c4;
    }
}

.story-timeline .story-info-meta {
    position: relative;
    padding-left: 1.875rem;
}

.story-timeline .story-info-meta::before {
    content: "";
    top: 3px;
    left: 0;
    position: absolute;
    width: 0.9375rem;
    height: 0.9375rem;
    border-radius: 50%;
    background: #f6921e;
}

.story-timeline .story-info-meta h5 {
    font-size: 0.9375rem;
    font-family: "Inter", sans-serif;
    margin: 0;
}

.story-timeline .story-info-meta span {
    color: #f6921e;
    display: block;
}

.story-timeline p {
    flex: 1;
    font-size: 0.9375rem;
    line-height: 1.6875rem;
    margin-top: -3px;
}