@charset "UTF-8";
/*!
Template Name: SmartSaas
Template URI: https://themeforest.net/user/codexcoder
Author: codexcoder.com
Author URI: https://themeforest.net/user/codexcoder
Description: Description
Version: 1.0.0
Text Domain: smartsass
Tags: app, app landing, app landing page, app landing template, App Showcase, app store, app template, app website, clean app landing, creative app landing page, gradient, mobile, mobile app landing page, modern app Landing, sass

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Global CSS
# Header CSS
	*Style-1
	*Style-2
	*Style-3
	*Mobile Header
# Page Header
# Banner
	*Style-1
	*Style-2
	*Style-3
	*Style-4
	*Style-5
	*Style-6
# Service
	*Style-1
	*Style-2
	*Style-3
	*Style-4
	*Style-5
	*Style-6
	*Style-7
	*Style-8
	*Service Single
# About
	*Style-1
	*Style-2
	*Style-3
	*Style-4
	*Style-5
	*Style-6
	*Style-7
# SEO Analysis
# Recent Case
# Pricing Table
	*Style-1
	*Style-2
	*Style-3
	*Style-4
# Blog
	*Style-1
	*Style-2
	*Style-3
	*Style-4
	*Blog Single
# Blog Widget
# Clients
# Sponsor
	*Style-1
	*Style-2
# Newsletter
# Transportation
# Doming Check
# ERP Manager
# Shopapp Manager
# Author Level
# Vpn Service
# FAQ
# Shopapp Apps
# App
# Pos
# Testimonial
	*Style-1
	*Style-2
# Market Range
# Portfolio
	*Style-1
	*Style-2
	* Portfolio Single
# Team
	*Style-1
	*Style-2
	* Team Single
# Shop Page
# Shop Single
# Shop Cart
# Contact Us
# Gmaps
# Fore Zero Page
--------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
}
@media (max-width: 991px) {
    body {
        margin-top: 72px;
    }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #696969;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
    clear: both;
    font-weight: 700;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    color: #000000;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

@media (min-width: 576px) {
    h1 {
        font-size: 60px;
        line-height: 72px;
    }

    h2 {
        font-size: 42px;
        line-height: 48px;
    }

    h3 {
        font-size: 30px;
        line-height: 48px;
    }

    h4 {
        font-size: 24px;
        line-height: 32px;
    }

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

    h6 {
        font-size: 16px;
        line-height: 30px;
    }
}
p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 15px;
}
@media (min-width: 576px) {
    p {
        font-size: 18px;
    }
}

a {
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

a:visited {
    color: #000000;
    outline: none;
}

a:hover,
a:focus,
a:active {
    color: #000000;
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: thin dotted;
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
    padding-left: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

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

input {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ecf0f3;
    outline: none;
    padding: 12px 20px;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

select {
    border: 1px solid #ecf0f3;
}

textarea {
    width: 100%;
    outline: none;
}

/* @@@@@@@@@@@@@  Global CSS  @@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@  Header Section Start Here  @@@@@@@@@@@@@@ */
.section-header {
    text-align: center;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .section-header {
        max-width: 70%;
        margin: 0 auto 60px;
    }
}
@media (min-width: 1200px) {
    .section-header {
        max-width: 63%;
    }
}
@media (min-width: 1200px) {
    .section-header p {
        max-width: 600px;
        margin: 0 auto;
    }
}
.section-header > span {
    display: block;
    font-weight: 500;
    color: #fd4372;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 3px;
    margin-top: -5px;
}
.section-header h2 {
    margin-bottom: 15px;
    margin-top: -10px;
}
@media (min-width: 992px) {
    .section-header h2 {
        margin-bottom: 20px;
    }
}
.section-header.style-2 {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
}
.section-header.style-2::after {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    top: -25px;
    left: -45px;
    animation: lab_zoomin 5s linear infinite;
    background: url(../images/about/shape/01.png) no-repeat;
}
.section-header.style-2 h2,
.section-header.style-2 p {
    z-index: 1;
}
@media (min-width: 1200px) {
    .section-header.style-2 p {
        margin: 0 0 15px;
    }
}
.section-header.style-3 {
    max-width: 100%;
    margin-left: 0;
    text-align: left;
    padding-bottom: 30px;
    border-bottom: 1px solid #ecf0f3;
}
@media (min-width: 1200px) {
    .section-header.style-3 {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
.section-header.style-3 h2,
.section-header.style-3 p {
    z-index: 1;
}
.section-header.style-3 p {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .section-header.style-3 p {
        max-width: 450px;
        margin: 0 0 15px;
    }
}

/* @@@@@@@@@@@@@  lab Item Start Here  @@@@@@@@@@@@@@ */
.lab-item {
    width: calc(100% / 1);
}
@media (min-width: 768px) {
    .lab-item {
        width: calc(100% / 2);
    }
}
@media (min-width: 1200px) {
    .lab-item {
        width: calc(100% / 3);
    }
}
.lab-item .lab-inner {
    margin: 15px 0;
    position: relative;
    box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (min-width: 768px) {
    .lab-item .lab-inner {
        margin: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .lab-item .lab-inner {
        padding: 40px;
    }
}
@media (min-width: 1200px) {
    .lab-item .lab-inner {
        padding: 70px 55px;
    }
}
.lab-item .lab-inner::after {
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0;
    transition: transform 0.3s ease-in-out;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    background: linear-gradient(to left, #f9769d, #bb6df7);
}
.lab-item .lab-inner:hover:hover {
    box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}
.lab-item .lab-inner:hover::after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}
.lab-item .lab-inner:hover .lab-thumb {
    border-radius: 2px 30px;
}
.lab-item .lab-inner .lab-thumb {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: linear-gradient(to top, #f9769d, #bb6df7);
    border-radius: 30px 2px;
    margin-bottom: 20px;
    box-shadow: 0 10px 10px rgba(248, 118, 158, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (min-width: 992px) {
    .lab-item .lab-inner .lab-thumb {
        margin-bottom: 35px;
    }
}
.lab-item .lab-inner .lab-content h4 {
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (min-width: 992px) {
    .lab-item .lab-inner .lab-content h4 {
        margin-bottom: 20px;
    }
}
.lab-item .lab-inner .lab-content p {
    margin-bottom: 0;
}

.lab-item-2 {
    width: calc(100% / 1);
}
@media (min-width: 576px) {
    .lab-item-2 {
        width: calc(100% / 2);
    }
}
.lab-item-2:nth-child(2) .lab-inner {
    background-image: linear-gradient(
        to right,
        #00e9f0,
        #00d8fb,
        #00c6ff,
        #00b2ff,
        #009bfe
    );
}
.lab-item-2:nth-child(3) .lab-inner {
    background-image: linear-gradient(
        to right,
        #7ed500,
        #5ed142,
        #3ecc62,
        #1cc67a,
        #00bf8d
    );
}
.lab-item-2:nth-child(4) .lab-inner {
    background-image: linear-gradient(
        to right,
        #ff9472,
        #ff897a,
        #fe7f84,
        #fa7790,
        #f2709c
    );
}
.lab-item-2 .lab-inner {
    margin: 15px;
    box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
    padding: 20px;
    border-radius: 4px;
    background-image: linear-gradient(
        to right,
        #f9769d,
        #f66caf,
        #ed67c5,
        #da67de,
        #bb6df7
    );
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (min-width: 992px) {
    .lab-item-2 .lab-inner {
        padding: 30px 50px;
    }
}
.lab-item-2 .lab-inner:hover:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.lab-item-2 .lab-inner:hover .lab-abs-thumb {
    animation: lab_sideeffect 5s linear infinite;
}
.lab-item-2 .lab-inner .lab-abs-thumb {
    right: 5px;
    bottom: 5px;
    z-index: 1;
}
.lab-item-2 .lab-inner .lab-thumb {
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .lab-item-2 .lab-inner .lab-thumb {
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .lab-item-2 .lab-inner .lab-content {
        max-width: 70%;
    }
}
.lab-item-2 .lab-inner .lab-content h4,
.lab-item-2 .lab-inner .lab-content p {
    color: #fff;
}
.lab-item-2 .lab-inner .lab-content h4 {
    margin-bottom: 5px;
}
@media (min-width: 992px) {
    .lab-item-2 .lab-inner .lab-content h4 {
        margin-bottom: 20px;
    }
}
.lab-item-2 .lab-inner .lab-content p {
    margin-bottom: 0;
}

.lab-item-3 {
    width: calc(100% / 1);
}
@media (min-width: 576px) {
    .lab-item-3 {
        width: calc(100% / 2);
    }
}
@media (min-width: 992px) {
    .lab-item-3 {
        width: calc(100% / 3);
    }
}
.lab-item-3 .lab-inner {
    margin: 15px;
    box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
}
.lab-item-3 .lab-inner:hover .lab-thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.lab-item-3 .lab-inner:hover .lab-content h5 a {
    color: #fd77b4;
}
.lab-item-3 .lab-inner .lab-thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.lab-item-3 .lab-inner .lab-content {
    padding: 20px;
}
.lab-item-3 .lab-inner .lab-content h5 {
    margin-bottom: 5px;
}
.lab-item-3 .lab-inner .lab-content h5 a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.port-item {
    width: 100%;
    text-align: center;
}
.port-item .lab-inner {
    margin: 0 0 30px;
    box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.port-item .lab-inner:hover {
    box-shadow: 0 20px 20px rgba(136, 136, 136, 0.3);
}
.port-item .lab-inner:hover .lab-thumb::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.port-item .lab-inner:hover .lab-thumb img {
    animation-play-state: paused;
}
.port-item .lab-inner:hover .lab-thumb .port-share {
    -webkit-transform: translate(-50%, -50%) scaleX(1);
    -ms-transform: translate(-50%, -50%) scaleX(1);
    transform: translate(-50%, -50%) scaleX(1);
}
.port-item .lab-inner:hover .lab-content h5 a {
    color: #ff4f58;
}
.port-item .lab-inner .lab-thumb::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 50%;
    left: 50%;
    background: #fffff9de;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.port-item .lab-inner .lab-thumb .port-share {
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform-origin: bottom;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%) scaleX(0);
    -ms-transform: translate(-50%, -50%) scaleX(0);
    transform: translate(-50%, -50%) scaleX(0);
}
.port-item .lab-inner .lab-thumb .port-share a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to left top, #23cc88, #8ecf35);
    box-shadow: 0 18px 30px rgba(38, 204, 133, 0.36);
    margin: 5px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.port-item .lab-inner .lab-thumb .port-share a:last-child {
    box-shadow: 0 18px 30px rgba(255, 114, 58, 0.36);
    background: linear-gradient(to left top, #ff4f58, #ffb400);
}
.port-item .lab-inner .lab-thumb .port-share .lab-content {
    padding-bottom: 0;
}
.port-item .lab-inner .lab-thumb .port-share .lab-content h5 a {
    width: 100%;
    height: auto;
    line-height: inherit;
    box-shadow: none;
    color: #000000;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.port-item .lab-inner .lab-thumb .port-share .lab-content h5 a:hover {
    color: #ff4f58;
}

.port-item2 .port-inner {
    -webkit-box-shadow: 0 0 10px 0 rgba(136, 136, 136, 0.1);
    box-shadow: 0 0 10px 0 rgba(136, 136, 136, 0.1);
    margin-bottom: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.port-item2 .port-inner .port-header {
    padding: 15px 30px;
    align-items: center;
    border-bottom: 1px solid #ecf0f3;
}
.port-item2 .port-inner .port-header img {
    margin-right: 15px;
}
.port-item2 .port-inner .port-header h4 {
    margin: 0;
}
.port-item2 .port-inner .port-body {
    padding: 30px;
}
.port-item2 .port-inner .port-body ul {
    margin: 0;
}
.port-item2 .port-inner .port-body ul li {
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0;
    list-style: none;
    border-bottom: 1px solid #ecf0f3;
}
.port-item2 .port-inner .port-body ul li:first-child {
    padding-top: 0;
}
.port-item2 .port-inner .port-body ul li:last-child {
    border-bottom: none;
}
.port-item2 .port-inner .port-body ul li .p-thumb {
    margin-right: 15px;
}
.port-item2 .port-inner .port-body ul li .p-content h6 {
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
}
.port-item2 .port-inner .port-body ul li .p-content p {
    margin-bottom: 0;
}
.port-item2 .port-inner .port-body .down-file {
    padding: 16px 20px;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
    margin-bottom: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.port-item2 .port-inner .port-body .down-file:hover {
    color: #fd4372;
}
.port-item2 .port-inner .port-body .down-file:last-child {
    margin-bottom: 0;
}
.port-item2 .port-inner .port-body .down-file i {
    margin: 0 10px;
    color: #fd4372;
}
.port-item2 .port-inner .port-body .down-file i:last-child {
    margin-left: 20px;
    margin-right: 0;
}
@media (min-width: 576px) {
    .port-item2 .port-inner .port-body .down-file i:last-child {
        margin-left: 50px;
    }
}

.pricing-item {
    width: calc(100% / 1);
}
@media (min-width: 576px) {
    .pricing-item {
        width: calc(100% / 2);
    }
}
@media (min-width: 1200px) {
    .pricing-item {
        width: calc(100% / 3);
    }
}
.pricing-item:nth-child(2) .pricing-inner .pricing-body .price {
    background: linear-gradient(to right, #7ed500, #00bf8d);
}
.pricing-item:nth-child(2)
    .pricing-inner
    .pricing-body
    .price-list
    ul
    li::after {
    color: #7ed500;
}
.pricing-item:nth-child(2) .pricing-inner .pricing-body .price-btn .lab-btn {
    background: linear-gradient(to right, #7ed500, #00bf8d);
}
.pricing-item:nth-child(2)
    .pricing-inner
    .pricing-body
    .price-btn
    .lab-btn::after {
    background: linear-gradient(to left, #7ed500, #00bf8d);
}
.pricing-item:nth-child(3) .pricing-inner .pricing-body .price {
    background: linear-gradient(to right, #ff9472, #f2709c);
}
.pricing-item:nth-child(3) .pricing-inner .pricing-body .price::after {
    background: linear-gradient(to left, #ff9472, #f2709c);
}
.pricing-item:nth-child(3)
    .pricing-inner
    .pricing-body
    .price-list
    ul
    li::after {
    color: #ff9472;
}
.pricing-item:nth-child(3) .pricing-inner .pricing-body .price-btn .lab-btn {
    background: linear-gradient(to right, #ff9472, #f2709c);
}
.pricing-item:nth-child(3)
    .pricing-inner
    .pricing-body
    .price-btn
    .lab-btn::after {
    background: linear-gradient(to left, #ff9472, #f2709c);
}
.pricing-item .pricing-inner {
    padding: 30px;
    text-align: center;
    margin: 15px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(52, 41, 40, 0.08);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pricing-item .pricing-inner::after {
    width: 100%;
    height: 5px;
    top: -5px;
    left: 0;
    background: linear-gradient(to right, #f9769d, #bb6df7);
}
.pricing-item .pricing-inner:hover {
    transform: translateY(-10px);
}
.pricing-item .pricing-inner .popular-item {
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    z-index: 1;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: linear-gradient(to right, #7ed500, #00bf8d);
}
.pricing-item .pricing-inner .pricing-head {
    padding: 10px 0 35px;
}
.pricing-item .pricing-inner .pricing-head p {
    margin-bottom: 0;
}
.pricing-item .pricing-inner .pricing-body .price {
    border-radius: 4px;
    padding: 14px 0;
    margin-bottom: 40px;
    box-shadow: 0 10px 10px rgba(248, 118, 158, 0.1);
    background: linear-gradient(to right, #f9769d, #bb6df7);
}
.pricing-item .pricing-inner .pricing-body .price h2,
.pricing-item .pricing-inner .pricing-body .price p {
    margin: 0;
    color: #fff;
    z-index: 1;
}
.pricing-item .pricing-inner .pricing-body .price h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
.pricing-item .pricing-inner .pricing-body .price h2 {
    display: inline-block;
    margin-right: 15px;
}
.pricing-item .pricing-inner .pricing-body .price h2::after {
    width: 1px;
    height: 15px;
    top: 45%;
    right: -8px;
    background: #fff;
    transform: rotate(25deg);
}
.pricing-item .pricing-inner .pricing-body .price span {
    font-size: 16px;
    display: inline-block;
}
@media (min-width: 576px) {
    .pricing-item .pricing-inner .pricing-body .price-list {
        padding: 0 40px;
    }
}
.pricing-item .pricing-inner .pricing-body .price-list ul {
    margin: 0 0 40px;
}
.pricing-item .pricing-inner .pricing-body .price-list ul li {
    padding-left: 25px;
}
.pricing-item .pricing-inner .pricing-body .price-list ul li::after {
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    color: #bb6df7;
    font-size: 20px;
    line-height: 20px;
    content: "" !important;
    font-family: IcoFont !important;
    transform: translateY(-50%);
}
.pricing-item .pricing-inner .pricing-body .price-btn {
    justify-content: center;
}
.pricing-item .pricing-inner .pricing-body .price-btn .lab-btn {
    padding: 16px 45px;
    background: linear-gradient(to right, #f9769d, #bb6df7);
}
.pricing-item .pricing-inner .pricing-body .price-btn .lab-btn::after {
    background: linear-gradient(to left, #f9769d, #bb6df7);
}

.post-item .post-item-inner {
    transform: scale(1);
    box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post-item .post-item-inner::after {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    top: -15px;
    left: -15px;
    border: 1px dashed #fd4e74;
    border-width: 2px;
    transform: scale(0);
    transition: all 0.6s ease-in-out;
    z-index: -1;
}
.post-item .post-item-inner:hover {
    transform: scale(0.95);
}
.post-item .post-item-inner:hover::after {
    transform: scale(1);
}
.post-item .post-item-inner .post-thumb a {
    display: block;
}
.post-item .post-item-inner .post-thumb a img {
    width: 100%;
}
.post-item .post-item-inner .post-content {
    padding: 30px 20px;
    background: #fff;
}
.post-item .post-item-inner .post-content h6 {
    margin-bottom: 0;
}
.post-item .post-item-inner .post-content .entry-meta .date {
    font-size: 16px;
    color: #696969;
    display: inline-block;
}
.post-item .post-item-inner .post-content .author-date {
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0 15px;
}
.post-item .post-item-inner .post-content .author-date a {
    margin-right: 30px;
    padding: 3px 0;
    display: block;
}
.post-item .post-item-inner .post-content .author-date a:last-child {
    margin-right: 0;
}
.post-item .post-item-inner .post-content .author-date a:hover {
    color: #fd4372;
}
.post-item .post-item-inner .post-content .author-date a i {
    margin-right: 5px;
    color: #cccccc;
}
.post-item .post-item-inner .post-content .post-footer {
    align-items: center;
    padding: 0 20px;
    padding-top: 20px;
    margin: 0 -20px;
    margin-top: 25px;
    border-top: 1px solid #ecf0f3;
    justify-content: space-between;
}
.post-item .post-item-inner .post-content .lab-btn {
    padding: 13px 32px;
    margin-top: 5px;
    box-shadow: 0 10px 10px rgba(248, 118, 158, 0.1);
}
.post-item.slider-post
    .post-item-inner:hover
    .post-thumb.post-thumb-slider
    .post-thumb-slider-next {
    left: 10px;
}
.post-item.slider-post
    .post-item-inner:hover
    .post-thumb.post-thumb-slider
    .post-thumb-slider-prev {
    right: 10px;
}
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider img {
    width: 100%;
}
.post-item.slider-post
    .post-item-inner
    .post-thumb.post-thumb-slider
    .post-thumb-slider-next,
.post-item.slider-post
    .post-item-inner
    .post-thumb.post-thumb-slider
    .post-thumb-slider-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #000000;
    z-index: 1;
    text-align: center;
    top: 50%;
    outline: none;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post-item.slider-post
    .post-item-inner
    .post-thumb.post-thumb-slider
    .post-thumb-slider-next:hover,
.post-item.slider-post
    .post-item-inner
    .post-thumb.post-thumb-slider
    .post-thumb-slider-next
    .active,
.post-item.slider-post
    .post-item-inner
    .post-thumb.post-thumb-slider
    .post-thumb-slider-prev:hover,
.post-item.slider-post
    .post-item-inner
    .post-thumb.post-thumb-slider
    .post-thumb-slider-prev
    .active {
    background: #fd4372;
    color: #fff;
}
.post-item.slider-post
    .post-item-inner
    .post-thumb.post-thumb-slider
    .post-thumb-slider-next {
    left: -10%;
}
.post-item.slider-post
    .post-item-inner
    .post-thumb.post-thumb-slider
    .post-thumb-slider-prev {
    right: -10%;
}
.post-item.video-post iframe {
    width: 100%;
    height: 370px;
    border: none;
}
.post-item.qute-post .post-item-inner:hover .post-thumb img {
    transform: scale(1) !important;
}
.post-item.qute-post .post-item-inner .post-thumb {
    height: 190px;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
@media (min-width: 576px) {
    .post-item.qute-post .post-item-inner .post-thumb {
        height: 370px;
    }
}
.post-item.qute-post .post-item-inner .post-thumb .qute-content {
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    padding: 20px;
    transform: translate(-50%, -50%);
}
.post-item.qute-post .post-item-inner .post-thumb .qute-content h5 {
    margin-top: 15px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 22px;
}
@media (max-width: 767px) {
    .post-item.qute-post .post-item-inner .post-thumb .qute-content h5 {
        display: none;
    }
}

.team-item .team-item-inner {
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.team-item .team-item-inner .team-thumb img {
    width: 100%;
}
.team-item .team-item-inner .team-content {
    padding: 20px 20px 30px;
}
@media (min-width: 576px) {
    .team-item .team-item-inner .team-content {
        padding: 30px;
    }
}
.team-item .team-item-inner .team-content .member-name {
    margin-bottom: 5px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-item .team-item-inner .team-content .member-name:hover {
    color: #fd4372;
}
.team-item .team-item-inner .team-content .member-dagi {
    margin-bottom: 10px;
    display: block;
    color: #1c2551;
}
.team-item .team-item-inner .team-content .member-details {
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .team-item.style-2 .team-item-inner .team-thumb {
        padding-right: 50px;
    }
}
.team-item.style-2 .team-item-inner .team-thumb .self-intregration {
    align-items: center;
    transform: rotate(90deg) translate(-186px, -184px);
    width: calc(100% - 0px);
}
@media (max-width: 1199px) {
    .team-item.style-2 .team-item-inner .team-thumb .self-intregration {
        transform: rotate(90deg) translate(-226px, -224px);
    }
}
@media (max-width: 991px) {
    .team-item.style-2 .team-item-inner .team-thumb .self-intregration {
        display: none !important;
    }
}
.team-item.style-2
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-head {
    width: 40%;
    padding: 14px;
    background: linear-gradient(
        to left,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
    transition: all 0.5s ease-in-out;
}
.team-item.style-2
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-head
    span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    text-align: center;
}
.team-item.style-2
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-head
    span::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #ff4f58;
    right: -6px;
    transform: rotate(45deg);
    bottom: 18px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-item.style-2
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-icon {
    width: 60%;
    background: #fff;
}
.team-item.style-2
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-icon
    ul {
    padding: 0;
    margin: 0;
    display: flex;
}
.team-item.style-2
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-icon
    ul
    li {
    padding: 0;
    list-style: none;
}
.team-item.style-2
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-icon
    ul
    li:last-child
    a {
    border-right: none;
}
.team-item.style-2
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-icon
    ul
    a {
    display: block;
    padding: 14px 17px;
    background: transparent;
    border-right: 1px solid #ecf0f3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-item.style-2
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-icon
    ul
    a
    i {
    transform: rotate(-90deg);
    transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
    .team-item.style-2
        .team-item-inner
        .team-thumb
        .self-intregration
        .intregration-icon
        ul
        a
        i {
        transform: rotate(0deg);
    }
}
.team-item.style-2
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-icon
    ul
    a.facebook {
    color: #3b5998;
}
.team-item.style-2
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-icon
    ul
    a.pinterest {
    color: #bd081c;
}
.team-item.style-2
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-icon
    ul
    a.twitter {
    color: #55acee;
}
.team-item.style-2
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-icon
    ul
    a.globe {
    color: #ff5e9c;
}
.team-item.style-2
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-icon
    ul
    a:hover {
    background: #fd4372;
}
.team-item.style-2
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-icon
    ul
    a:hover
    i {
    color: #fff !important;
}
.team-item.style-2 .team-item-inner .team-content .member-details {
    margin-top: 5px;
    padding-top: 15px;
    border-top: 1px solid #ecf0f3;
}
@media (min-width: 992px) {
    .team-item.style-2
        .team-item-inner
        .team-content
        .icon-style-list
        li:last-child {
        display: none;
    }
}

/* @@@@@@@@@@@@@  video thumb Start Here  @@@@@@@@@@@@@@ */
.video-thumb:hover .video-icon i {
    color: #cd201f;
}
.video-thumb img {
    width: 100%;
}
.video-thumb .video-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-thumb .video-icon i {
    color: #fff;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (min-width: 576px) {
    .video-thumb .video-icon i {
        font-size: 60px;
    }
}

/* @@@@@@@@@@@@@  paginations Start Here  @@@@@@@@@@@@@@ */
.paginations {
    margin: 40px 0;
}
@media (min-width: 992px) {
    .paginations {
        margin-bottom: 0;
    }
}
.paginations ul {
    margin: 0;
}
.paginations ul li {
    padding: 5px;
}
.paginations ul li a {
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 5px rgba(136, 136, 136, 0.1);
    color: #696969;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.paginations ul li a.active,
.paginations ul li a:hover {
    color: #fff;
    box-shadow: 0 18px 24px rgba(255, 114, 58, 0.36);
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
.paginations ul li a.dot {
    box-shadow: none;
}
.paginations ul li a.dot:hover {
    background: transparent;
    color: #696969;
}

/*@@@@@@@@@@@@@@   scocial-media Start Here  @@@@@@@@@@@@@@@@@*/
.scocial-media {
    margin-bottom: 20px;
}
.scocial-media a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 4px;
    text-align: center;
    display: inline-block;
}
.scocial-media a:hover {
    border-radius: 100%;
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgba(136, 136, 136, 0.2);
}

.facebook {
    background: #3b5998;
}

.twitter {
    background: #55acee;
}

.linkedin {
    background: #007bb5;
}

.vimeo {
    background: #3b5998;
}

.bg-white {
    background: #fff;
}

/*@@@@@@@@@@@@@@   cart-plus-minus Start Here  @@@@@@@@@@@@@@@@@*/
.cart-plus-minus {
    border: 1px solid #ecf0f3;
    width: 120px;
    margin: 0 auto;
    cursor: pointer;
}
.cart-plus-minus .dec.qtybutton {
    border-right: 1px solid #ecf0f3;
    height: 40px;
    left: 0;
    top: 0;
}
.cart-plus-minus .cart-plus-minus-box {
    border: medium none;
    color: #000000;
    float: left;
    font-size: 14px;
    height: 40px;
    margin: 0;
    text-align: center;
    width: 120px;
    outline: none;
}
.cart-plus-minus .qtybutton {
    color: #000000;
    float: inherit;
    font-size: 14px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cart-plus-minus .qtybutton:hover {
    color: #fff;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
.cart-plus-minus .inc.qtybutton {
    border-left: 1px solid #ecf0f3;
    right: 0;
    top: 0;
}

/*@@@@@@@@@@@@@@   lines Start Here  @@@@@@@@@@@@@@@@@*/
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
}
@media (max-width: 575px) {
    .lines {
        display: none;
    }
}
.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
    z-index: 1;
}
.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0)),
        color-stop(75%, #fff),
        to(#fff)
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 0, 0) 0%,
        #ffff00 75%,
        #ffff00 100%
    );
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1) {
    margin-left: -45%;
}
.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.lines .line:nth-child(3) {
    margin-left: 45%;
}
.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.lines .line:nth-child(4) {
    margin-left: 40%;
}
.lines .line:nth-child(4)::after {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.lines .line:nth-child(5) {
    margin-left: -40%;
}
.lines .line:nth-child(5)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.lines .line:nth-child(6) {
    margin-left: 35%;
}
.lines .line:nth-child(6)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.lines .line:nth-child(7) {
    margin-left: -35%;
}
.lines .line:nth-child(7)::after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.lines .line:nth-child(8) {
    margin-left: 30%;
}
.lines .line:nth-child(8)::after {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
.lines .line:nth-child(9) {
    margin-left: -30%;
}
.lines .line:nth-child(9)::after {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.lines .line:nth-child(10) {
    margin-left: 25%;
}
.lines .line:nth-child(10)::after {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}
.lines .line:nth-child(11) {
    margin-left: -25%;
}
.lines .line:nth-child(11)::after {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.lines .line:nth-child(12) {
    margin-left: 20%;
}
.lines .line:nth-child(12)::after {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s;
}
.lines .line:nth-child(13) {
    margin-left: -20%;
}
.lines .line:nth-child(13)::after {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.lines .line:nth-child(14) {
    margin-left: 15%;
}
.lines .line:nth-child(14)::after {
    -webkit-animation-delay: 6.5s;
    animation-delay: 6.5s;
}
.lines .line:nth-child(15) {
    margin-left: -15%;
}
.lines .line:nth-child(15)::after {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}
.lines .line:nth-child(16) {
    margin-left: 10%;
}
.lines .line:nth-child(16)::after {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
}
.lines .line:nth-child(17) {
    margin-left: -10%;
}
.lines .line:nth-child(17)::after {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}
.lines .line:nth-child(18) {
    margin-left: 5%;
}
.lines .line:nth-child(18)::after {
    -webkit-animation-delay: 8.5s;
    animation-delay: 8.5s;
}
.lines .line:nth-child(19) {
    margin-left: -5%;
}
.lines .line:nth-child(19)::after {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}

/* @@@@@@@@@@@@@  Common CSS Writing Now  @@@@@@@@@@@@@@ */
.menu-item-has-children {
    margin-right: 16px;
    position: relative;
}
.menu-item-has-children > a::after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 400;
    content: "" !important;
    font-family: IcoFont !important;
}

.padding-tb {
    padding-top: 80px;
    padding-bottom: 55px;
}
@media (min-width: 992px) {
    .padding-tb {
        padding-top: 110px;
        padding-bottom: 95px;
    }
}

.lab-btn {
    display: inline-block;
    padding: 16px 25px;
    background: linear-gradient(
        to right,
        #ffab8b,
        #ff957d,
        #ff7d75,
        #ff6371,
        #fd4372
    );
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
}
.lab-btn::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    background: linear-gradient(
        to left,
        #ffab8b,
        #ff957d,
        #ff7d75,
        #ff6371,
        #fd4372
    );
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
}
.lab-btn span {
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.lab-btn:hover::after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

.service-pricing::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/marketing/sp-bg.png) no-repeat;
}

.crypto-bg {
    background: #0d006f !important;
}

.round-shape {
    top: 75%;
    right: 50%;
    width: 700px;
    height: 700px;
    border-radius: 100%;
    transform: translate(50%, -50%);
}
@media (min-width: 992px) {
    .round-shape {
        top: 50%;
        right: 4%;
        transform: translate(0, -50%);
    }
}
@media (min-width: 1600px) {
    .round-shape {
        right: 10%;
    }
}
.round-shape .round {
    animation: lab_round 25s linear infinite;
}

.shape {
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul li {
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}
ul li:nth-child(2) .left::after,
ul li:nth-child(2) .left::before,
ul li:nth-child(5) .left::after,
ul li:nth-child(5) .left::before,
ul li:nth-child(8) .left::after,
ul li:nth-child(8) .left::before {
    background: #00e9f0;
}
ul li:nth-child(2) .left span,
ul li:nth-child(5) .left span,
ul li:nth-child(8) .left span {
    background: linear-gradient(to top, #00e9f0, #009bfe);
}
ul li:nth-child(3) .left::after,
ul li:nth-child(3) .left::before,
ul li:nth-child(6) .left::after,
ul li:nth-child(6) .left::before,
ul li:nth-child(9) .left::after,
ul li:nth-child(9) .left::before {
    background: #7ed500;
}
ul li:nth-child(3) .left span,
ul li:nth-child(6) .left span,
ul li:nth-child(9) .left span {
    background: linear-gradient(to top, #7ed500, #00bf8d);
}
ul li:hover .left::after,
ul li:hover .left::before {
    -webkit-animation: circle-2 1.05s infinite;
    -moz-animation: circle-2 1.05s infinite;
    -ms-animation: circle-2 1.05s infinite;
    -o-animation: circle-2 1.05s infinite;
    animation: circle-2 1.05s infinite;
}
ul li .left::after,
ul li .left::before {
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #f9769d;
}
ul li .left::after {
    width: 55px;
    height: 55px;
    opacity: 0.09;
}
ul li .left::before {
    width: 45px;
    height: 45px;
    opacity: 0.2;
}
ul li .left span {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    display: inline-block;
    z-index: 1;
    background: linear-gradient(to top, #f9769d, #bb6df7);
}
ul li .left i {
    z-index: 1;
}
ul li .right {
    width: calc(100% - 60px);
}
ul li .right p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}
ul li .right p span {
    font-weight: 700;
    padding-right: 5px;
    font-size: 20px;
}
ul.smart-list-ef li {
    padding: 13px 0;
}
ul.icon-style-list {
    margin: 0;
}
ul.icon-style-list > li {
    padding: 0;
    border-bottom: 1px solid #ecf0f3;
    justify-content: flex-start;
}
ul.icon-style-list > li:first-child {
    border-top: 1px solid #ecf0f3;
}
ul.icon-style-list > li i {
    width: 50px;
    text-align: center;
    color: #c2c2c2;
    margin: 0 15px 0 5px;
    line-height: 50px;
}
ul.icon-style-list > li i:after {
    width: 100%;
    height: calc(100% + 18px);
    border-left: 1px solid #ecf0f3;
    border-right: 1px solid #ecf0f3;
    top: -9px;
    left: 0;
}
ul.icon-style-list > li span {
    width: calc(100% - 70px);
}
ul.icon-style-list > li ul {
    margin: 0;
}
ul.icon-style-list > li ul li {
    padding: 0;
}
ul.icon-style-list > li ul li a {
    background: transparent;
}
ul.icon-style-list > li ul li a i {
    margin: 0;
    width: 35px;
}
ul.icon-style-list > li ul li a i:after {
    display: none;
}
ul.icon-style-list > li ul li a.twitter i {
    color: #55acee;
}
ul.icon-style-list > li ul li a.facebook i {
    color: #3b5998;
}
ul.icon-style-list > li ul li a.instagram i {
    color: #e4405f;
}
ul.icon-style-list > li ul li a.vimeo i {
    color: #3b5998;
}
ul.icon-style-list > li ul li a.google i {
    color: #dd4b39;
}
ul.icon-style-list > li ul li a.pinterest i {
    color: #bd081c;
}
ul.icon-style-list > li ul li a.basketball i {
    color: #e94c89;
}
ul.icon-style-list > li ul li a.behance i {
    color: #1769ff;
}

.countdown {
    margin: -15px;
    margin-bottom: 30px;
}
.countdown li {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    margin: 5px;
}
@media (min-width: 576px) {
    .countdown li {
        margin: 15px;
    }
}
.countdown li:last-child .count-number:after {
    display: none;
}
.countdown li .count-number {
    font-size: 24px;
    font-weight: 700;
}
@media (min-width: 576px) {
    .countdown li .count-number {
        font-size: 36px;
    }
}
.countdown li .count-number:after {
    content: ":" !important;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    font-weight: 700;
    color: #000000;
}
.countdown li .count-number.days {
    color: #ff4f57;
}
.countdown li .count-number.hours {
    color: #e85acb;
}
.countdown li .count-number.minutes {
    color: #0dc4b9;
}
.countdown li .count-number.seconds {
    color: #529bfc;
}
.countdown li .count-text {
    color: #000000;
}

.pluse_1,
.pluse_2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(243, 186, 14, 0.102);
}
.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before {
    background: rgba(255, 172, 40, 0.5);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}
.pluse_1::after,
.pluse_2::after {
    width: 60px;
    height: 60px;
    background: transparent;
    margin-left: -30px;
    margin-top: -30px;
}
.pluse_1:before,
.pluse_2:before {
    width: 80px;
    height: 80px;
}

.pluse_1 {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
}

.pluse_2::before {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    margin-left: 0;
    margin-top: 0;
}

.scrollToTop {
    position: fixed;
    bottom: -30%;
    right: 5%;
    z-index: 9;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.scrollToTop i {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 1;
    top: 0;
    left: 0;
    background: #fd4372;
}
.scrollToTop:hover {
    background: linear-gradient(to right, #a4ea58, #81e18f);
}

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

@media (max-width: 991px) {
    .codex-shape {
        display: none;
    }
}
.codex-shape .line {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.codex-shape .line.line_1 {
    background: #00ff00;
    left: 6%;
    top: 25%;
    animation: lab_zoomin 8s linear infinite;
}
.codex-shape .line.line_2 {
    background: #fff200;
    left: 3%;
    top: 70%;
    animation: pluse_animate 8s linear infinite;
}
.codex-shape .line.line_3 {
    background: #6dcff6;
    left: 15%;
    top: 50%;
    animation: pluse_animate2 4s linear infinite;
}
.codex-shape .line.line_4 {
    left: 30%;
    top: 25%;
    width: 20px;
    height: 20px;
    border: 2px solid #f69679;
    animation: lab_round 4s linear infinite;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.codex-shape .line.line_5 {
    left: 32%;
    top: 63%;
    width: 25px;
    height: 25px;
    border: 2px solid #fff200;
    animation: lab_round1 8s linear infinite;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.codex-shape .line.line_6 {
    left: 20%;
    top: 75%;
    width: 15px;
    height: 15px;
    border: 2px solid #00feff;
    animation: lab_round 10s linear infinite;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pattern-img {
    top: 0;
    left: 0;
    z-index: -1;
}
.pattern-img img {
    max-width: none;
}

.mask_img {
    -webkit-mask-position: center center;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.fore-zero-page,
.contact-us .contact-form,
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout,
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box,
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item,
.shop-single .review .review-content .description .post-item,
.shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    form
    .rating
    ul,
.shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    form
    .rating,
.shop-single
    .review
    .review-content
    .review-showing
    .content
    li
    .post-content
    .entry-meta
    .posted-on,
.shop-single
    .review
    .review-content
    .review-showing
    .content
    li
    .post-content
    .entry-meta,
.shop-single .review .review-nav,
.shop-single .product-details .post-content form,
.shop-page
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-details-inner
    .cart-button,
.shop-page .shop-product-wrap .product-list-item,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page
    .shop-product-wrap
    .product-list-item
    .product-thumb
    .product-action-link,
.portfolio-section .port-filter,
.market-range-section .bottom-area .section-wrapper,
.market-range-section
    .top-area
    .section-wrapper
    .skill-bar-wrapper
    .skill-item
    .skillbar-container,
.market-range-section
    .top-area
    .section-wrapper
    .skill-bar-wrapper
    .skill-item
    .skill-title,
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-item
    .testi-item
    .testi-inner,
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-indicators,
.testimonial-section.style-2 .section-wrapper .testimonial-slider-two .carousel,
.testimonial-section .testi-item .testi-inner .testi-header,
.pos-section .pos-content-area .section-wrapper ul,
.app-section .section-wrapper .app-btn-group a,
.app-section .section-wrapper .app-btn-group,
.shopapp-apps .apps-content .section-header .shopapp-btn-group a,
.shopapp-apps .apps-content .section-header .shopapp-btn-group,
.faq-section .section-wrapper .accordion li .accordion-list,
.vpn-services .section-wrapper,
.erp-manager .lab-content ul li .accordion-list,
.doming-section .section-wrapper ul,
.doming-section .section-wrapper form,
.transportation-section .section-wrapper .left .section-header ul li,
.transportation-section .section-wrapper .left .section-header ul,
.news-letter .section-wrapper,
.sponsor-section.style-2 .section-wrapper .sponsor-list,
.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb,
.sponsor-section .section-wrapper .sponsor-slider-one .sponsor-thumb,
.clints-section
    .section-wrapper
    .clients
    .client-list
    .client-content
    .client-info
    .rating
    ul,
.clints-section
    .section-wrapper
    .clients
    .client-list
    .client-content
    .client-info,
.widget.letest-product .widget-wrapper ul li,
.widget.widget-tags ul.widget-wrapper,
.blog-section.blog-single
    .section-wrapper
    .comment-respond
    .add-comment
    .comment-form,
.blog-section.blog-single .section-wrapper .comments .comment-list .comment,
.blog-section.blog-single .section-wrapper .authors,
.blog-section.blog-single .section-wrapper .navigations-part,
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .tags-section
    .tags,
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .tags-section,
.blog-section.crypto
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    .author-comment,
.blog-section.erp
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    .author-comment,
.blog-section .section-wrapper .right,
.pricing-table .section-wrapper,
.recent-case .section-wrapper,
.about-section.style-6 .abl-part .about-contents,
.about-section.style-5 .section-wrapper,
.about-section.style-3 .section-header ul,
.about-section.style-2 .section-wrapper,
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li
    .abs-item,
.service-section.style-8 .section-wrapper .service-content .abs-items,
.service-section.style-7 .section-wrapper .lab-item-2 .lab-inner,
.service-section .section-wrapper,
.banner-section.style-6.crypto .banner-area .bfr-contents,
.banner-section.style-6.crypto .banner-area .content-part .section-header form,
.banner-section.style-2 .banner-area,
.banner-section
    .banner-area
    .content-part
    .section-header
    .button-group
    .banner-video,
.banner-section .banner-area .content-part .section-header .button-group,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner,
.mobile-menu .mobile-header,
.sidemenubar .sidemenubar-area .sidemenubar-gallery ul,
.search-area .search-input form,
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr-bottom
    ul
    li,
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-bottom,
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-top,
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-title,
.innerheader .primary-menu .main-area .header-right,
.host-bg .header-area .header-btn,
.header-section .primary-menu .main-area .main-menu ul,
.header-section .primary-menu .main-area,
.header-section .primary-menu,
.port-item2 .port-inner .port-header,
.port-item2 .port-inner .port-body ul li,
.pricing-item .pricing-inner .popular-item,
.pricing-item .pricing-inner .pricing-body .price-btn,
.post-item .post-item-inner .post-content .author-date,
.post-item .post-item-inner .post-content .post-footer,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider,
.team-item.style-2 .team-item-inner .team-thumb .self-intregration,
.paginations ul li a,
ul li {
    display: flex;
    flex-wrap: wrap;
}

.app-footer .footer-bottom.style-2,
.footer-top.style-3 *,
.footer-top.style-3,
.footer-top.maketing .container,
.footer-top.shopapp .container,
.footer-top.maketing,
.footer-top.shopapp,
.shop-single
    .review
    .review-content
    .description
    .post-item
    .post-content
    ul
    li,
.shop-single .product-details .post-content form .select-product select,
.shop-single .product-details .post-content form .select-product,
.shop-single .product-details .product-thumb,
.shop-page
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-details-inner
    .thumb,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.team-section.team-single .team-bottom.skill-award .team-item .circles,
.team-section
    .team-bottom
    .team-bottom-area
    .team-item
    .team-item-inner
    .team-thumb.style-2,
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-indicators
    li,
.testimonial-section .testi-item .testi-inner .testi-body,
.testimonial-section .testi-item .testi-inner .testi-header .testi-thumb,
.faq-section .section-wrapper .accordion li .accordion-list .left .icon,
.vpn-services .section-wrapper .service-item .service-inner .service-thumb,
.author .section-wrapper .author-area,
.erp-manager .lab-content ul li .accordion-list .left span img,
.erp-manager,
.doming-section .section-wrapper ul li,
.doming-section .section-wrapper form .lab-selectoption,
.doming-section .section-wrapper form,
.transportation-section .section-wrapper .right .lab-line .lab-tooltip p,
.transportation-section .section-wrapper .right .lab-line span,
.transportation-section .section-wrapper .right,
.news-letter .section-wrapper .news-form form .nf-list,
.clints-section
    .section-wrapper
    .clients
    .client-list
    .client-content
    .client-info
    .name-desi
    span,
.clints-section .section-wrapper .clients .client-list .client-thumb img,
.clints-section .section-wrapper .clients .client-list .client-thumb,
.clints-section .section-wrapper .clients,
.widget.widget-search .search-wrapper,
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    blockquote,
.blog-section.crypto .section-wrapper .post-item .post-item-inner .post-thumb,
.blog-section.crypto,
.blog-section.marketing
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .post-footer
    .comments,
.blog-section.blog-page
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .post-footer
    .comments,
.blog-section.erp .section-wrapper .post-item .post-item-inner .post-thumb,
.pricing-table.marketing .section-wrapper .pricing-item,
.recent-case,
.seo-analysis-section .section-wrapper .section-header.style-2,
.seo-analysis-section .section-wrapper .analysis-from,
.seo-analysis-section,
.about-section.erp-about .section-wrapper .lab-item .lab-inner .lab-thumb img,
.about-section.crypto-about
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb
    img,
.about-section.seo-about,
.about-section.style-3 .section-wrapper .lab-item .lab-inner .lab-thumb img,
.about-section.style-2 .section-wrapper .lab-item .lab-inner .lab-thumb,
.about-section .section-header,
.about-section,
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li
    .abs-item
    .left
    .lb-thumb,
.service-section.style-8 .section-wrapper,
.service-section.style-8 .section-header,
.service-section.style-8,
.service-section.style-6,
.banner-section.seo-banner,
.banner-section.style-5,
.banner-section.style-2 .left-side,
.banner-section .banner-area .section-wrapper .banner-thumb,
.banner-section,
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    .mobile-search,
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    ul
    li.menu-item-has-children
    > a,
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li,
.mobile-menu .mobile-header .header-bar,
.sidemenubar .sidemenubar-area .sidemenubar-register,
.sidemenubar .sidemenubar-area .sidemenubar-top,
.page-header .pageheader-textarea,
.page-header,
.innerheader .primary-menu .main-area .header-right .cart-area,
.innerheader .primary-menu .main-area .header-right .search,
.header-section
    .primary-menu
    .main-area
    .main-menu
    ul
    li.menu-item-has-children
    > a,
.section-header.style-2,
.section-header.style-2 h2,
.section-header.style-2 p,
.section-header.style-2 .codecoder-animate,
.section-header.style-3 h2,
.section-header.style-3 p,
.lab-item-2 .lab-inner,
.port-item .lab-inner .lab-thumb,
.pricing-item .pricing-inner,
.pricing-item .pricing-inner .pricing-body .price,
.pricing-item .pricing-inner .pricing-body .price h2,
.pricing-item .pricing-inner .pricing-body .price p,
.pricing-item .pricing-inner .pricing-body .price-list ul li,
.post-item .post-item-inner,
.post-item.slider-post .post-item-inner .post-thumb.post-thumb-slider,
.post-item.qute-post .post-item-inner .post-thumb,
.team-item.style-2 .team-item-inner .team-thumb,
.team-item.style-2
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-head,
.video-thumb,
.paginations ul li a,
.cart-plus-minus,
.menu-item-has-children > a,
.lab-btn,
.service-pricing,
.service-sponsor,
ul li .left,
ul li .left span,
ul li .left i,
ul.icon-style-list > li i,
.countdown li .count-number {
    position: relative;
}

.app-footer .footer-bottom.style-2::after,
.footer-top.style-3 .shap-footer .line,
.footer-top.style-3 .shap-footer,
.footer-top.style-3::after,
.footer-top.maketing:after,
.footer-top.shopapp:after,
.coming-soon .coming-content-area,
.shop-cart
    .section-wrapper
    .cart-bottom
    .shiping-box
    .calculate-shiping
    .outline-select
    .select-icon,
.shop-single
    .review
    .review-content
    .description
    .post-item
    .post-content
    ul
    li::before,
.shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    .review-title
    h5::after,
.shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    .review-title
    h5::before,
.shop-single .product-details .post-content form .select-product i,
.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next,
.shop-page
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-details-inner
    .thumb
    .pro-thumb
    img:last-child,
.shop-page .modal .modal-dialog .modal-content button.close,
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page
    .shop-product-wrap
    .product-list-item
    .product-thumb
    .product-action-link,
.shop-page
    .shop-product-wrap
    .product-item
    .product-thumb
    .pro-thumb
    img:last-child,
.shop-page
    .shop-product-wrap
    .product-list-item
    .product-thumb
    .pro-thumb
    img:last-child,
.team-section.team-single .team-bottom.skill-award .team-item .circles strong,
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-indicators
    li
    img,
.testimonial-section .testi-item .testi-inner .testi-body:after,
.testimonial-section
    .testi-item
    .testi-inner
    .testi-header
    .testi-thumb
    .testi-shape,
.faq-section .section-wrapper .accordion li .accordion-list .left .icon::after,
.faq-section .section-wrapper .accordion li .accordion-list .left .icon::before,
.vpn-services .section-wrapper .service-item .service-inner .service-thumb span,
.vpn-services
    .section-wrapper
    .service-item
    .service-inner
    .service-thumb::after,
.erp-manager .lab-thumb .abs-lab-thumb,
.erp-manager .shape-1,
.erp-manager .shape-2,
.doming-section .section-wrapper ul li::before,
.doming-section .section-wrapper form .lab-selectoption::after,
.doming-section .section-wrapper form .lab-selectoption::before,
.doming-section .section-wrapper form::after,
.transportation-section .section-wrapper .right .lab-line .lab-tooltip::after,
.transportation-section .section-wrapper .right .lab-line .lab-tooltip::before,
.transportation-section .section-wrapper .right .lab-line .lab-tooltip,
.transportation-section .section-wrapper .right .lab-line span::after,
.transportation-section .section-wrapper .right .lab-line,
.news-letter .section-wrapper .news-form form .nf-list::after,
.clints-section
    .section-wrapper
    .clients
    .client-list
    .client-content
    .client-info
    .name-desi
    span::after,
.clints-section .section-wrapper .clients .client-list .client-content:after,
.clints-section .section-wrapper .clients .client-list .client-content,
.clints-section .section-wrapper .clients .client-list .client-thumb::after,
.clints-section .section-wrapper .clients .client-list .client-thumb::before,
.clints-section .section-wrapper .clients .client-list,
.widget.widget-search .search-wrapper button,
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    blockquote::before,
.blog-section.crypto
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    .author-comment,
.blog-section.crypto
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb::after,
.blog-section.marketing
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .post-footer
    .comments
    span,
.blog-section.blog-page
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .post-footer
    .comments
    span,
.blog-section.erp
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    .author-comment,
.blog-section.erp
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb::after,
.pricing-table.marketing .section-wrapper .pricing-item::after,
.seo-analysis-section .section-wrapper .analysis-from::after,
.seo-analysis-section .section-wrapper .analysis-from .lab-abs-thumb,
.about-section.erp-about
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb::after,
.about-section.erp-about
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb::before,
.about-section.crypto-about
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb::after,
.about-section.crypto-about
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb::before,
.about-section.style-3 .section-wrapper .lab-item .lab-inner .lab-thumb::after,
.about-section.style-3 .section-wrapper .lab-item .lab-inner .lab-thumb::before,
.about-section .section-header::after,
.service-section.style-8 .section-wrapper .abs-thumb,
.service-section.style-4 .lab-item .lab-inner::before,
.banner-section.seo-banner
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape,
.banner-section.style-6.crypto .round-one img,
.banner-section.style-6.crypto .round-one,
.banner-section.style-6 .banner-area .section-wrapper .banner-thumb .th-shape,
.banner-section.style-5 .banner-area .section-wrapper .banner-thumb .th-shape,
.banner-section.style-5 .pos-banner-shape .pos-shape-1,
.banner-section.style-5 .pos-banner-shape .pos-shape-2,
.banner-section.style-5 .pos-banner-shape,
.banner-section.style-4
    .banner-area
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape,
.banner-section.style-3
    .banner-area
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape,
.banner-section.style-2 .right-side .content-part .section-header .banner-price,
.banner-section.style-2 .left-side .section-wrapper .banner-pagination,
.banner-section.style-2::after,
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    .mobile-search
    button,
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    ul
    li.menu-item-has-children
    > a::after,
.mobile-menu .mobile-header .header-bar span,
.sidemenubar .sidemenubar-area .sidemenubar-register::after,
.sidemenubar .sidemenubar-area .sidemenubar-top::after,
.sidemenubar .sidebar-close,
.search-area .search-input form,
.search-area .search-input .search-close,
.page-header::after,
.page-header .shap-pageheader .line,
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-top
    .remove-btn,
.innerheader .primary-menu .main-area .header-right .cart-area .cart-content,
.innerheader .primary-menu .main-area .header-right .cart-area .count-item,
.transparent-header,
.header-section
    .primary-menu
    .main-area
    .main-menu
    ul
    li.menu-item-has-children
    > a::after,
.header-section .primary-menu .main-area .main-menu ul li ul,
.section-header.style-2::after,
.section-header.style-2 .codecoder-animate::after,
.section-header.style-2 .codecoder-animate::before,
.lab-item .lab-inner::after,
.lab-item-2 .lab-inner .lab-abs-thumb,
.port-item .lab-inner .lab-thumb::after,
.port-item .lab-inner .lab-thumb .port-share,
.pricing-item .pricing-inner::after,
.pricing-item .pricing-inner .popular-item,
.pricing-item .pricing-inner .pricing-body .price h2::after,
.pricing-item .pricing-inner .pricing-body .price-list ul li::after,
.post-item .post-item-inner::after,
.post-item.slider-post
    .post-item-inner
    .post-thumb.post-thumb-slider
    .post-thumb-slider-next,
.post-item.slider-post
    .post-item-inner
    .post-thumb.post-thumb-slider
    .post-thumb-slider-prev,
.post-item.qute-post .post-item-inner .post-thumb .qute-content,
.team-item.style-2 .team-item-inner .team-thumb .self-intregration,
.video-thumb .video-icon,
.cart-plus-minus .qtybutton,
.menu-item-has-children > a::after,
.lab-btn::after,
.service-pricing::after,
.round-shape,
.shape,
ul li .left::after,
ul li .left::before,
ul.icon-style-list > li i:after,
.countdown li .count-number:after,
.pluse_1,
.pluse_2,
.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before,
.scrollToTop i,
.codex-shape .line,
.pattern-img {
    position: absolute;
    content: "";
}

.footer-top .footer-item .footer-inner .footer-content .content ul,
.seo-analysis-section .section-wrapper .section-header.style-2 ul {
    padding: 0;
    margin: 0;
}

.app-footer,
.footer-top.style-3,
.shop-cart .section-wrapper .cart-bottom,
.shop-single .product-details,
.shop-page
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-details-inner
    .product-container,
.shop-page
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-details-inner
    .thumb,
.shop-page .shop-product-wrap .product-item .product-thumb,
.shop-page .shop-product-wrap .product-list-item .product-thumb,
.team-section
    .team-bottom
    .team-bottom-area
    .team-item
    .team-item-inner
    .team-thumb,
.market-range-section .top-area .section-wrapper .skill-bar-wrapper .skill-item,
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-item
    .testi-item
    .testi-inner
    .testi-thumb,
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-indicators
    li,
.testimonial-section .testimonial-slider,
.pos-section,
.faq-section.shopapp .section-wrapper .accordion li .accordion-list .left,
.shopapp-manager,
.erp-manager,
.transportation-section,
.sponsor-section .section-wrapper .sponsor-slider,
.sponsor-section .section-wrapper .sponsor-slider-one,
.clints-section,
.widget.recipe-categori,
.widget .widget-header,
.blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .com-content,
.blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .com-thumb,
.blog-section.crypto .section-wrapper .post-item .post-item-inner .post-thumb,
.blog-section.marketing
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb,
.blog-section.blog-page
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb,
.blog-section.erp .section-wrapper .post-item .post-item-inner .post-thumb,
.recent-case,
.seo-analysis-section,
.about-section,
.banner-section.seo-banner
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape,
.banner-section.style-6 .banner-area .section-wrapper .banner-thumb .th-shape,
.banner-section.style-5 .banner-area .section-wrapper .banner-thumb .th-shape,
.banner-section.style-4
    .banner-area
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape,
.banner-section.style-3
    .banner-area
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape,
.banner-section.style-2 .left-side .section-wrapper .banner-slider,
.banner-section,
.sidemenubar .sidemenubar-area .sidemenubar-gallery ul li a,
.page-header,
.lab-item-2 .lab-inner,
.lab-item-3 .lab-inner .lab-thumb,
.pricing-item .pricing-inner .pricing-body .price,
.post-item,
.cart-plus-minus,
.lab-btn,
.codex-shape .line,
.pattern-img {
    overflow: hidden;
}

@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}
@keyframes pluse_animate1 {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.1);
        transform: translate(-50%, -50%) scale(0.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.02);
        transform: translate(-50%, -50%) scale(1.02);
    }
}
@keyframes pluse_animate2 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.1);
        transform: translate(-50%, -50%) scale(0.1);
    }
}
@keyframes lab_round_glob {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
@keyframes lab_round_glob1 {
    0% {
        transform: rotateY(-20deg);
    }
    50% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(20deg);
    }
}
@keyframes lab_run_x {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes lab_run_top_y {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes lab_round {
    100% {
        transform: rotateZ(360deg);
    }
}
@keyframes lab_round1 {
    100% {
        transform: rotateZ(-360deg);
    }
}
@keyframes lab_zoomin {
    0% {
        transform: translateY(-20px) translateX(0px);
    }
    50% {
        transform: translateY(0px) translateX(-20px);
    }
    100% {
        transform: translateY(-20px) translateX(0px);
    }
}
@keyframes lab_zoominout {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lab_sideeffect {
    0% {
        transform: translateY(0px);
    }
    25% {
        transform: translateX(-60px);
    }
    50% {
        transform: translateY(-60px);
    }
    75% {
        transform: translateX(-60px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes lab_banner_round {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(187, 109, 247, 0.2);
        box-shadow: 0 0 0 0 rgba(187, 109, 247, 0.2);
    }
    70% {
        -moz-box-shadow: 0 0 0 50px rgba(187, 109, 247, 0);
        box-shadow: 0 0 0 50px rgba(187, 109, 247, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(187, 109, 247, 0);
        box-shadow: 0 0 0 0 rgba(187, 109, 247, 0);
    }
}
@keyframes lab_transport {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(187, 109, 247, 0.2);
        box-shadow: 0 0 0 0 rgba(187, 109, 247, 0.2);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(187, 109, 247, 0);
        box-shadow: 0 0 0 20px rgba(187, 109, 247, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(187, 109, 247, 0);
        box-shadow: 0 0 0 0 rgba(187, 109, 247, 0);
    }
}
@keyframes lab_transport1 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 255, 254, 0.2);
        box-shadow: 0 0 0 0 rgba(0, 255, 254, 0.2);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(0, 255, 254, 0);
        box-shadow: 0 0 0 20px rgba(0, 255, 254, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 255, 254, 0);
        box-shadow: 0 0 0 0 rgba(0, 255, 254, 0);
    }
}
@keyframes lab_transport2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 191, 141, 0.2);
        box-shadow: 0 0 0 0 rgba(0, 191, 141, 0.2);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(0, 191, 141, 0);
        box-shadow: 0 0 0 20px rgba(0, 191, 141, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 191, 141, 0);
        box-shadow: 0 0 0 0 rgba(0, 191, 141, 0);
    }
}
@keyframes lab_transport3 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(243, 115, 153, 0.2);
        box-shadow: 0 0 0 0 rgba(243, 115, 153, 0.2);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(243, 115, 153, 0);
        box-shadow: 0 0 0 20px rgba(243, 115, 153, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(243, 115, 153, 0);
        box-shadow: 0 0 0 0 rgba(243, 115, 153, 0);
    }
}
@keyframes lab_transport4 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 184, 229, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 184, 229, 0.2);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 184, 229, 0);
        box-shadow: 0 0 0 20px rgba(255, 184, 229, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 184, 229, 0);
        box-shadow: 0 0 0 0 rgba(255, 184, 229, 0);
    }
}
@keyframes lab_transport5 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 25, 55, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 25, 55, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 25, 55, 0);
        box-shadow: 0 0 0 20px rgba(255, 25, 55, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 25, 55, 0);
        box-shadow: 0 0 0 0 rgba(255, 25, 55, 0);
    }
}
@keyframes lab_pupup {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    25% {
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    25% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes lab_rotate {
    from {
        transform: rotateY(0);
    }
    to {
        transform: rotateY(360deg);
    }
}
@keyframes lab_top_up {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}
@keyframes testi_round {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes circle-2 {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle-2 {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes sliderShape {
    0%,
    100% {
        border-radius: 50% 50% 50% 50%/50% 35% 65% 50%;
    }
    34% {
        border-radius: 50% 50% 35% 65%/50% 50% 50% 50%;
    }
    50% {
        border-radius: 50% 50% 50% 50%/65% 50% 50% 35%;
    }
    67% {
        border-radius: 35% 65% 50% 50%/50% 50% 50% 50%;
    }
}
@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 20000px 0;
    }
}
@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 20000px 0;
    }
}
@-webkit-keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}
@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}
@media (max-width: 991px) {
    .header-section {
        display: none;
    }
}
.header-section .header-area.menu-fixed {
    position: fixed;
    width: 100%;
    top: 0;
}
.header-section .primary-menu {
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-section .primary-menu .logo {
        width: 140px;
    }
}
.header-section .primary-menu .logo a {
    display: block;
}
.header-section .primary-menu .logo a img {
    display: block;
}
.header-section .primary-menu .main-area {
    align-items: center;
}
.header-section .primary-menu .main-area .main-menu ul {
    padding: 0;
    margin: 0;
}
.header-section .primary-menu .main-area .main-menu ul li {
    padding: 0;
}
.header-section .primary-menu .main-area .main-menu ul li a {
    padding: 25px 20px;
    color: #000000;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-section .primary-menu .main-area .main-menu ul li a.active,
.header-section .primary-menu .main-area .main-menu ul li a:hover {
    color: #ff006f;
}
.header-section .primary-menu .main-area .main-menu ul li ul {
    min-width: 200px;
    background: #fd4372;
    box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
    display: block;
    top: 100%;
    transform: scaleY(0);
    transform-origin: top;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-section .primary-menu .main-area .main-menu ul li ul li a {
    font-size: 98%;
    padding: 10px 15px;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #ffffff36;
}
.header-section .primary-menu .main-area .main-menu ul li ul li a:hover {
    padding-left: 20px;
    color: #fd4372;
    background: #fff;
}
.header-section .primary-menu .main-area .main-menu ul li ul li.active > a {
    color: #fd4372 !important;
    background: #fff;
}
.header-section .primary-menu .main-area .main-menu ul li ul li:last-child a {
    border-bottom: none;
}
.header-section
    .primary-menu
    .main-area
    .main-menu
    ul
    li
    ul
    li.menu-item-has-children {
    margin-right: 0px;
}
.header-section
    .primary-menu
    .main-area
    .main-menu
    ul
    li
    ul
    li.menu-item-has-children
    a::after {
    right: 15px;
    transform: translateY(-50%) rotate(-90deg);
}
.header-section .primary-menu .main-area .main-menu ul li ul li ul {
    left: 100%;
    top: 0;
}
.header-section
    .primary-menu
    .main-area
    .main-menu
    ul
    li.menu-item-has-children {
    margin-right: 16px;
    position: relative;
}
.header-section
    .primary-menu
    .main-area
    .main-menu
    ul
    li.menu-item-has-children
    > a::after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 400;
    content: "" !important;
    font-family: IcoFont !important;
}
.header-section .primary-menu .main-area .main-menu ul li:hover > ul {
    transform: scaleY(1);
}
@media (min-width: 1200px) {
    .header-section .primary-menu .main-area .header-btn {
        margin-left: 20px;
    }
}
.header-section .primary-menu .main-area .header-btn .lab-btn {
    display: block;
}

.transparent-header {
    width: 100%;
    top: 20px;
    z-index: 999;
}
.transparent-header .primary-menu .main-area .main-menu ul li a {
    color: #fff;
}
.transparent-header .primary-menu .main-area .main-menu ul li ul {
    background: linear-gradient(to right, #ffab8b, #fd4372);
}

.seo-bg .header-area.menu-fixed {
    background-image: linear-gradient(
        to right,
        #1a00ff,
        #2010d8,
        #2416b2,
        #25188d,
        #231769
    );
}
.seo-bg .primary-menu .main-area .main-menu ul li.active a {
    color: #fd4372;
    background: #fff;
}

.host-bg .header-area {
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
}
@media (min-width: 1440px) {
    .host-bg .header-area .container-fluid {
        padding: 0 60px;
    }
}
.host-bg .header-area .header-btn {
    align-items: center;
}
.host-bg .header-area .header-btn .lab-btn {
    margin: 5px;
}
.host-bg .header-area .header-btn .lab-btn img {
    margin-right: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .host-bg .header-area .header-btn .lab-btn:first-child {
        display: none;
    }
}
.host-bg .header-area .header-btn .lab-btn:last-child {
    color: #fff;
    padding: 16px;
    background: linear-gradient(to right, #7ed500, #00bf8d);
}
.host-bg .primary-menu .main-area .main-menu ul li ul {
    background: linear-gradient(to right, #ffab8b, #fd4372);
}
.host-bg .primary-menu .main-area .main-menu ul li.active a {
    color: #fd4372;
    background: #fff;
}

.erp-bg .header-area.menu-fixed {
    background: linear-gradient(to right, #6240c7, #a246ff);
}
.erp-bg .primary-menu .main-area .main-menu ul li.active a {
    color: #fd4372;
    background: #fff;
}

.vpn-bg .header-area.menu-fixed {
    background: #fff;
    box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
    z-index: 111;
}
.vpn-bg .primary-menu .main-area .main-menu ul li.active a {
    color: #2bcc82;
    background: #fff;
}
.vpn-bg .primary-menu .main-area .main-menu ul li a {
    color: #000000;
}
.vpn-bg .primary-menu .main-area .header-btn .lab-btn {
    background: linear-gradient(to right, #23cc88, #8ecf35);
}
.vpn-bg .primary-menu .main-area .main-menu ul li ul {
    background: linear-gradient(to right, #23cc88, #8ecf35);
}
.vpn-bg .primary-menu .main-area .main-menu ul li ul li a:hover {
    color: #23cc88;
}

.pos-bg .header-area.menu-fixed {
    background: #fff;
    box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
}
.pos-bg .primary-menu .main-area .main-menu ul li a {
    color: #000000;
}
.pos-bg .primary-menu .main-area .main-menu ul li.active a {
    color: #fd4372;
    background: #fff;
}
.pos-bg .primary-menu .main-area .main-menu ul li ul {
    background: linear-gradient(to right, #ff5195, #ffb84b);
}
.pos-bg .primary-menu .main-area .header-btn .lab-btn {
    background: linear-gradient(to right, #ff5195, #ffb84b);
}

.marketing-bg .header-area.menu-fixed {
    background: #fff;
    box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
}
.marketing-bg .primary-menu .main-area .main-menu ul li a {
    color: #000000;
}
.marketing-bg .primary-menu .main-area .main-menu ul li.active a {
    color: #fd4372;
    background: #fff;
}
.marketing-bg .primary-menu .main-area .main-menu ul li ul {
    background: linear-gradient(to right, #ffab8b, #fd4372);
}
.marketing-bg .primary-menu .main-area .header-btn .lab-btn {
    background: linear-gradient(to right, #ffab8b, #fd4372);
}

.shopapp-bg .header-area.menu-fixed {
    background: #fff;
    box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
}
.shopapp-bg .primary-menu .main-area .main-menu ul li a {
    color: #000000;
}
.shopapp-bg .primary-menu .main-area .main-menu ul li.active a {
    color: #fd4372;
    background: #fff;
}
.shopapp-bg .primary-menu .main-area .main-menu ul li ul {
    background: linear-gradient(to right, #fd2c8b, #996bfb);
}
.shopapp-bg .primary-menu .main-area .header-btn .lab-btn {
    background: linear-gradient(to right, #fd2c8b, #996bfb);
}

.crypto .header-area.menu-fixed {
    background: #0d006f;
    box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
}
.crypto .primary-menu .main-area .main-menu ul li a {
    color: #fff;
}
.crypto .primary-menu .main-area .main-menu ul li.active a {
    color: #fd4372;
    background: #fff;
}
.crypto .primary-menu .main-area .main-menu ul li ul {
    background: linear-gradient(to right, #fd77b4, #ffbae7);
}
.crypto .primary-menu .main-area .header-btn .lab-btn {
    background: linear-gradient(to right, #fd77b4, #ffbae7);
}

.innerheader {
    top: 0;
}
.innerheader .menu-fixed {
    background: #fff;
    box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
}
.innerheader .menu-fixed .primary-menu {
    border-bottom: none;
}
.innerheader .primary-menu {
    border-bottom: 1px solid #ecf0f3;
}
.innerheader .primary-menu .main-area .main-menu ul li a {
    color: #000000;
}
.innerheader .primary-menu .main-area .header-right {
    justify-content: center;
}
@media (min-width: 1200px) {
    .innerheader .primary-menu .main-area .header-right {
        margin-left: 20px;
    }
}
.innerheader .primary-menu .main-area .header-right .search,
.innerheader .primary-menu .main-area .header-right .cart-area,
.innerheader .primary-menu .main-area .header-right .bar-area {
    padding: 25px 10px;
    border-left: 1px solid #ecf0f3;
}
@media (min-width: 1200px) {
    .innerheader .primary-menu .main-area .header-right .search,
    .innerheader .primary-menu .main-area .header-right .cart-area,
    .innerheader .primary-menu .main-area .header-right .bar-area {
        padding: 25px 20px;
    }
}
.innerheader .primary-menu .main-area .header-right .search i,
.innerheader .primary-menu .main-area .header-right .search span,
.innerheader .primary-menu .main-area .header-right .cart-area i,
.innerheader .primary-menu .main-area .header-right .cart-area span,
.innerheader .primary-menu .main-area .header-right .bar-area i,
.innerheader .primary-menu .main-area .header-right .bar-area span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .search:hover
    .search-input {
    transform: scaleX(1);
}
.innerheader .primary-menu .main-area .header-right .search i {
    color: #fff;
    background: linear-gradient(to left, #23cc88, #8ecf35);
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area:hover
    .cart-content {
    transform: scaleY(1);
    visibility: visible;
}
.innerheader .primary-menu .main-area .header-right .cart-area img {
    transform: translateY(20px);
    cursor: pointer;
}
.innerheader .primary-menu .main-area .header-right .cart-area .count-item {
    top: 20px;
    left: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
    transform: translateX(-50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.innerheader .primary-menu .main-area .header-right .cart-area .cart-content {
    top: 100%;
    right: 0;
    visibility: hidden;
    min-width: 320px;
    transform-origin: top;
    box-shadow: 0px 0px 10px rgba(212, 212, 212, 0.58);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    z-index: 9;
    background: #fafeff;
    border-radius: 10px;
    cursor: auto;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-title {
    justify-content: space-between;
    padding: 9px 15px;
    color: #fff;
    border-radius: 12px 12px 0 0;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-title
    .list-close
    a {
    color: #fff;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr {
    height: 350px;
    overflow-y: scroll;
    padding: 15px;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner {
    position: relative;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-top {
    border-bottom: 1px solid #ecf0f3;
    padding: 10px;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-top
    .thumb {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-top
    .thumb
    a {
    display: block;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-top
    .thumb
    a
    img {
    transform: translateY(0);
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-top
    .content {
    width: calc(100% - 60px);
    padding-left: 15px;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-top
    .content
    a {
    text-align: left;
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-top
    .content
    a:hover {
    color: #ff5455;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-top
    .remove-btn {
    right: -7px;
    top: -7px;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-top
    .remove-btn
    a {
    width: 20px;
    height: 20px;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
    border-radius: 100%;
    text-align: center;
    box-shadow: -4px 4px 8px rgba(136, 136, 136, 0.36);
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-top
    .remove-btn
    a
    i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-top
    .remove-btn
    a:hover {
    background-image: linear-gradient(
        to left bottom,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
    box-shadow: -4px 4px 8px rgba(237, 28, 36, 0.36);
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-bottom {
    padding: 10px;
    align-items: center;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-bottom
    .sing-price {
    width: 30%;
    font-size: 14px;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-bottom
    .cart-plus-minus {
    width: 40%;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-bottom
    .cart-plus-minus
    .cart-plus-minus-box {
    margin: 0px -8px;
    padding: 0;
    height: 30px;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-bottom
    .cart-plus-minus
    .qtybutton {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr
    .cart-con-item
    .cart-item
    .cart-inner
    .cart-bottom
    .total-price {
    width: 30%;
    font-size: 14px;
    text-align: right;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr-bottom {
    text-align: center;
    padding: 15px;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr-bottom
    ul {
    margin: 0;
    padding: 20px 0;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr-bottom
    ul
    li {
    justify-content: flex-end;
    width: 100%;
    padding: 2px 10px;
    font-weight: normal;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr-bottom
    ul
    li
    .title,
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr-bottom
    ul
    li
    .price {
    width: 50%;
    text-align: right;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr-bottom
    ul
    li
    .title {
    text-align: left;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr-bottom
    ul
    li:last-child {
    font-weight: 700;
    color: #000000;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr-bottom
    .lab-btn {
    display: block;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .cart-area
    .cart-content
    .cart-scr-bottom
    .lab-btn
    span {
    width: 100%;
    height: auto;
    line-height: inherit;
}
.innerheader .primary-menu .main-area .header-right .bar-area.open span {
    background: linear-gradient(to right, #ff4f58, #ffb400);
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .bar-area.open
    span:first-child {
    display: none;
}
.innerheader
    .primary-menu
    .main-area
    .header-right
    .bar-area.open
    span:last-child {
    display: block;
}
.innerheader .primary-menu .main-area .header-right .bar-area span {
    color: #fff;
    font-size: 24px;
    background: linear-gradient(to left, #01cbad, #47a1f2);
}
.innerheader .primary-menu .main-area .header-right .bar-area span:last-child {
    display: none;
}
.innerheader .primary-menu .main-area .main-menu ul li ul {
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}

.page-header {
    padding: 120px 0;
    background: #f9fbff;
}
.how-it-work .shape-arrow {
    display: none !important;
}
.row .col-lg-12:first-child .featured-steps .step-img img {
    top: 45px;
}
@media (min-width: 992px) {
    .page-header {
        padding: 50px 0;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .page-header {
        padding: 60px 0;
    }
}
@media (max-width: 1199px) {
    .page-header .shap-pageheader {
        display: none;
    }
}
.page-header .shap-pageheader .line {
    z-index: 1;
}
.page-header .shap-pageheader .line.line-1 {
    bottom: 0;
    left: 2%;
    z-index: 2;
    animation: lab_run_x 5s linear infinite;
}
.page-header .shap-pageheader .line.line-2 {
    bottom: 0;
    left: 7%;
    animation: lab_run_top_y 5s linear infinite;
}
.page-header .shap-pageheader .line.line-3 {
    bottom: 0%;
    right: 32%;
    animation: lab_run_x 5s linear infinite;
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .page-header .shap-pageheader .line.line-3 {
        right: 45%;
    }
}
.page-header .shap-pageheader .line.line-4 {
    bottom: 0%;
    right: 7%;
}
.page-header .shap-pageheader .line.line-5 {
    bottom: 37%;
    right: 17%;
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .page-header .shap-pageheader .line.line-5 {
        bottom: 30%;
    }
}
.page-header .shap-pageheader .line.line-6 {
    bottom: 0%;
    right: 3%;
    animation: lab_run_x 8s linear infinite;
}
.page-header .shap-pageheader .line.line-7 {
    top: 5%;
    right: 5%;
    animation: lab_round 99s linear infinite;
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .page-header .shap-pageheader .line.line-7 {
        top: 18%;
        right: 1%;
    }
}
/* .page-header::after {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #f4f7ff;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: bottom center;
    -webkit-mask-image: url(../images/pageheader/pattern.png);
} */
.page-header .pageheader-textarea {
    z-index: 1;
}
/* @media (min-width: 576px) {
    .page-header .pageheader-textarea p {
        max-width: 500px;
        margin: 0 auto;
    }
} */

.search-area {
    z-index: 9999;
    position: relative;
}
.search-area.open .search-input {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 999;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}
.search-area .search-input {
    margin: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999999;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.search-area .search-input .search-close {
    width: 50px;
    height: 50px;
    top: 50px;
    right: 50px;
    cursor: pointer;
}
.search-area .search-input .search-close i {
    font-size: 35px;
    color: #fff;
    transform: rotate(0);
    transition: all 0.5s ease-in-out;
}
.search-area .search-input .search-close i:hover {
    transform: rotate(180deg);
}
.search-area .search-input form {
    top: 50%;
    left: 50%;
    width: 50%;
    height: 100px;
    padding: 10px;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.search-area .search-input form input {
    width: 90%;
    color: #000000;
    border-radius: 0;
    font-size: 30px;
    padding: 15px;
    border: none;
    margin-bottom: 0;
    height: 80px;
    border-bottom: 1px solid rgba(37, 51, 101, 0.15);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.search-area .search-input form input::placeholder {
    color: #696969;
}
.search-area .search-input form input:focus {
    border-color: transparent;
    outline: none;
}
.search-area .search-input form button.search-btn {
    width: 10%;
    height: 100%;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: none;
    background: transparent;
}
.search-area .search-input form button.search-btn span.serch-icon {
    font-size: 25px;
    font-style: normal;
}

.sidemenubar {
    position: fixed;
    z-index: 99999;
    height: 100vh;
    overflow-y: auto;
    right: -370px;
    background: #000000bf;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidemenubar.open {
    width: 100%;
    right: 0;
}
.sidemenubar.open .sidebar-close {
    position: fixed;
}
.sidemenubar .sidebar-close {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
    font-size: 24px;
    top: 0;
    right: 367px;
    cursor: pointer;
    color: #fff;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
.sidemenubar .sidemenubar-area {
    max-width: 350px;
    margin-left: auto;
    background: #fff;
    box-shadow: 0 5px 15px rgba(136, 136, 136, 0.3);
}
.sidemenubar .sidemenubar-area .sidemenubar-top {
    padding: 30px;
}
.sidemenubar .sidemenubar-area .sidemenubar-top::after {
    width: 90%;
    height: 1px;
    left: 50%;
    bottom: 5px;
    background: #ecf0f3;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sidemenubar .sidemenubar-area .sidemenubar-gallery {
    padding: 15px;
}
.sidemenubar .sidemenubar-area .sidemenubar-gallery ul {
    margin: 0;
    justify-content: center;
}
.sidemenubar .sidemenubar-area .sidemenubar-gallery ul li {
    padding: 10px;
    margin-bottom: 10px;
    list-style: none;
}
.sidemenubar .sidemenubar-area .sidemenubar-gallery ul li a {
    display: block;
    box-shadow: 0 0 10px rgba(8, 8, 8, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.sidemenubar .sidemenubar-area .sidemenubar-menu {
    padding: 30px;
}
.sidemenubar .sidemenubar-area .sidemenubar-menu ul {
    margin: 0;
}
.sidemenubar .sidemenubar-area .sidemenubar-register {
    padding: 30px;
}
.sidemenubar .sidemenubar-area .sidemenubar-register::after {
    width: 90%;
    height: 1px;
    left: 50%;
    top: 10px;
    background: #ecf0f3;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sidemenubar .sidemenubar-area .sidemenubar-register ul {
    margin: 0;
}
.sidemenubar .sidemenubar-area .sidemenubar-register ul li {
    padding: 0;
}
.sidemenubar .sidemenubar-area .sidemenubar-register ul li a {
    padding: 10px 20px;
    color: #fff;
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.sidemenubar .sidemenubar-area .sidemenubar-register ul li a i {
    padding-right: 10px;
}
.sidemenubar .sidemenubar-area .sidemenubar-register ul li a.facebook {
    background: #3b5998;
}
.sidemenubar .sidemenubar-area .sidemenubar-register ul li a.twitter {
    background: #55acee;
}
.sidemenubar .sidemenubar-area .sidemenubar-register ul li a.google {
    background: #dd4b39;
}

@media (min-width: 992px) {
    .mobile-menu {
        display: none;
    }
}
.mobile-menu .mobile-header {
    padding: 11px 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.mobile-menu .mobile-header .header-bar {
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.mobile-menu .mobile-header .header-bar span {
    background: #fff;
    width: 100%;
    height: 3px;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform-origin: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mobile-menu .mobile-header .header-bar span:nth-child(1) {
    margin-top: -9px;
}
.mobile-menu .mobile-header .header-bar span:nth-child(2) {
    opacity: 1;
}
.mobile-menu .mobile-header .header-bar span:nth-child(3) {
    margin-top: 7px;
}
.mobile-menu .mobile-header .header-bar.close {
    opacity: 1;
}
.mobile-menu .mobile-header .header-bar.close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: -1px;
}
.mobile-menu .mobile-header .header-bar.close span:nth-child(2) {
    opacity: 0;
}
.mobile-menu .mobile-header .header-bar.close span:nth-child(3) {
    transform: rotate(45deg);
    margin-top: -1px;
}
.mobile-menu .mobile-menu {
    position: fixed;
    top: 72px;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    transform: scaleY(0);
    transform-origin: top;
    height: 100vh;
    overflow-y: scroll;
    padding: 0 20px;
    padding-bottom: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (min-width: 576px) {
    .mobile-menu .mobile-menu {
        width: 50%;
        transform: scaleX(0);
        transform-origin: left;
    }
}
.mobile-menu .mobile-menu.open {
    transform: scaleY(1);
}
@media (min-width: 576px) {
    .mobile-menu .mobile-menu.open {
        transform: scaleX(1);
    }
}
@media (min-width: 1200px) {
    .mobile-menu .mobile-menu.open {
        display: none;
    }
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner {
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul {
    text-align: center;
    margin: 0;
    padding: 30px 0;
    width: 100%;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li {
    list-style: none;
    padding: 0;
}
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    ul
    li:last-child
    > a {
    border-bottom: none;
}
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    ul
    li.active
    > a {
    color: #fd4372;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li a {
    display: block !important;
    padding: 10px 0;
    color: #000000;
    text-transform: capitalize;
    margin: 2px 0;
    text-align: left;
    outline: none;
    font-weight: 500;
    width: 100%;
    border-bottom: 1px solid #ecf0f3;
}
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    ul
    li
    a::after {
    right: 0;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li ul {
    display: none;
    margin: 0;
    padding: 0;
}
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    ul
    li
    ul
    li {
    padding-left: 20px;
}
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    ul
    li
    ul
    li
    a {
    margin: 0;
    outline: none;
    font-size: 96%;
}
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    ul
    li.menu-item-has-children {
    position: relative;
    margin: 0;
}
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    ul
    li.menu-item-has-children
    > a::after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 400;
    content: "" !important;
    font-family: IcoFont !important;
}
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    .social-link-list {
    width: 100%;
}
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    .mobile-search {
    width: 100%;
}
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    .mobile-search
    input {
    border: none;
    border-bottom: 1px solid #ecf0f3;
    height: 60px;
    margin: 0;
    padding-right: 35px;
    font-style: italic;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    .mobile-search
    input:focus,
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    .mobile-search
    input::placeholder {
    color: #000000;
}
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    .mobile-search
    button {
    top: 0;
    right: 0;
    background-color: transparent;
    color: #000000;
    width: 30px;
    height: 60px;
    outline: none;
    border: none;
    font-size: 16px;
    text-align: center;
}

.seo-bg .mobile-header {
    background-image: linear-gradient(
        to right,
        #1a00ff,
        #2010d8,
        #2416b2,
        #25188d,
        #231769
    );
}

.host-bg .mobile-header {
    background: #fff;
}
.host-bg .mobile-header .header-bar span {
    background: #ed74af;
}

.erp-bg .mobile-header {
    background: linear-gradient(to left, #6240c7, #a246ff);
}

.vpn-bg .mobile-header {
    background: #fff;
}
.vpn-bg .mobile-header .header-bar span {
    background: #23cc88;
}

.marketing-bg .mobile-header {
    background: #fff;
}
.marketing-bg .mobile-header .header-bar span {
    background: linear-gradient(to right, #ffab8b, #fd4372);
}

.pos-bg .mobile-header {
    background: #fff;
}
.pos-bg .mobile-header .header-bar span {
    background: linear-gradient(to right, #ff5195, #ffb84b);
}

.shopapp-bg .mobile-header {
    background: #fff;
}
.shopapp-bg .mobile-header .header-bar span {
    background: linear-gradient(to right, #fd2c8b, #996bfb);
}

.crypto-bg .mobile-header {
    background: #0d006f;
}
.crypto-bg .mobile-header .header-bar span {
    background: #fff;
}

.innerheader .mobile-header {
    background: #fff;
}
.innerheader .mobile-header .header-bar span {
    background: linear-gradient(to right, #ff4f58, #ffb400);
}

/* @@@@@@@@@@@@@  Banner Section Start Here  @@@@@@@@@@@@@@ */
.banner-section {
    padding: 100px 0;
}
@media (min-width: 992px) {
    .banner-section {
        padding: 50px 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .banner-section .round-shape {
        top: 70%;
    }
}
.banner-section .banner-area .content-part .section-header h2,
.banner-section .banner-area .content-part .section-header p,
.banner-section .banner-area .content-part .section-header a,
.banner-section .banner-area .content-part .section-header span {
    color: #fff;
}
@media (min-width: 992px) {
    .banner-section .banner-area .content-part .section-header h2 {
        font-size: 50px;
        line-height: 72px;
    }
}
@media (min-width: 1200px) {
    .banner-section .banner-area .content-part .section-header p {
        max-width: 520px;
    }
}
.banner-section .banner-area .content-part .section-header .button-group {
    align-items: center;
    margin-top: 40px;
}
.banner-section
    .banner-area
    .content-part
    .section-header
    .button-group
    .lab-btn {
    margin-bottom: 30px;
    padding: 16px 35px;
}
@media (min-width: 576px) {
    .banner-section
        .banner-area
        .content-part
        .section-header
        .button-group
        .lab-btn {
        margin-right: 15px;
        margin-bottom: 0;
    }
}
.banner-section
    .banner-area
    .content-part
    .section-header
    .button-group
    .lab-btn
    span {
    font-weight: 400;
}
.banner-section
    .banner-area
    .content-part
    .section-header
    .button-group
    .banner-video {
    align-items: center;
}
@media (max-width: 575px) {
    .banner-section
        .banner-area
        .content-part
        .section-header
        .button-group
        .banner-video {
        width: 100%;
    }
}
.banner-section
    .banner-area
    .content-part
    .section-header
    .button-group
    .banner-video
    a {
    margin-right: 10px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    line-height: 48px;
    font-size: 46px;
    text-align: center;
}
.banner-section .banner-area .section-wrapper .banner-thumb {
    text-align: center;
}
@media (min-width: 1200px) {
    .banner-section .banner-area .section-wrapper .banner-thumb img {
        max-width: none;
    }
}
.banner-section.style-2 {
    padding: 0;
}
.banner-section.style-2::after {
    background: url(../images/banner/host/01-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
@media (min-width: 992px) {
    .banner-section.style-2::after {
        width: 50%;
    }
}
.banner-section.style-2 .banner-area {
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    position: static;
    top: 0;
    transform: translateY(0%);
}
.banner-section.style-2 .left-side {
    width: 100%;
    height: 400px;
}
@media (min-width: 992px) {
    .banner-section.style-2 .left-side {
        width: calc(100% / 2);
        height: 800px;
    }
}
.banner-section.style-2 .left-side .section-wrapper {
    height: 100%;
    display: block;
}
.banner-section.style-2 .left-side .section-wrapper .banner-pagination {
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
.banner-section.style-2 .left-side .section-wrapper .banner-pagination span {
    background: #fff;
    outline: none;
}
.banner-section.style-2 .left-side .section-wrapper .banner-slider {
    height: 100%;
}
.banner-section.style-2
    .left-side
    .section-wrapper
    .banner-slider
    .banner-thumb
    img {
    width: 100%;
}
.banner-section.style-2
    .left-side
    .section-wrapper
    .banner-slider
    .swiper-slide {
    background-size: cover !important;
    background-position: center center !important;
}
.banner-section.style-2 .right-side {
    width: 100%;
    margin: 50px 0;
}
@media (min-width: 992px) {
    .banner-section.style-2 .right-side {
        width: calc(100% / 2);
        margin: 0;
    }
}
.banner-section.style-2 .right-side .content-part {
    max-width: 95%;
    margin-left: auto;
}
@media (min-width: 992px) {
    .banner-section.style-2 .right-side .content-part {
        max-width: 90%;
    }
}
@media (min-width: 1440px) {
    .banner-section.style-2 .right-side .content-part {
        max-width: 80%;
    }
}
@media (min-width: 1600px) {
    .banner-section.style-2 .right-side .content-part {
        max-width: 62%;
    }
}
.banner-section.style-2 .right-side .content-part .section-header::after {
    display: none;
}
.banner-section.style-2
    .right-side
    .content-part
    .section-header
    .banner-price {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    background: linear-gradient(to right, #f9769d, #bb6df7);
    right: 20%;
    top: -100px;
    z-index: 1;
    animation: lab_sideeffect 20s linear infinite;
}
@media (min-width: 576px) {
    .banner-section.style-2
        .right-side
        .content-part
        .section-header
        .banner-price {
        top: -20px;
        right: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .banner-section.style-2
        .right-side
        .content-part
        .section-header
        .banner-price {
        right: -17%;
    }
}
.banner-section.style-2
    .right-side
    .content-part
    .section-header
    .banner-price
    p {
    margin-bottom: 0;
    padding-top: 15px;
}
.banner-section.style-2
    .right-side
    .content-part
    .section-header
    .banner-price
    span {
    font-weight: 700;
    font-size: 30px;
}
.banner-section.style-2 .right-side .content-part .section-header h2 {
    margin: 0;
    color: #fd4372;
}
@media (max-width: 991px) {
    .banner-section.style-2 .right-side .content-part .section-header h2 {
        line-height: 36px;
        font-size: 32px;
    }
}
.banner-section.style-2
    .right-side
    .content-part
    .section-header
    h2:last-child {
    margin-bottom: auto;
}
.banner-section.style-2 .right-side .content-part .section-header h2 span {
    font-weight: 400;
    color: #000000;
}
.banner-section.style-2 .right-side .content-part .section-header ul {
    margin: 15px 0;
}
.banner-section.style-2 .right-side .content-part .section-header ul li {
    display: block;
}
.banner-section.style-2 .right-side .content-part .section-header ul li i {
    margin-right: 5px;
    color: #fd4372;
}
.banner-section.style-2
    .right-side
    .content-part
    .section-header
    .button-group
    .lab-btn {
    background: linear-gradient(to right, #f9769d, #bb6df7);
}
.banner-section.style-2
    .right-side
    .content-part
    .section-header
    .button-group
    .banner-video
    a {
    font-size: 36px;
    color: #fd4372;
    box-shadow: 0 10px 10px rgba(255, 124, 171, 0.08);
}
.banner-section.style-2
    .right-side
    .content-part
    .section-header
    .button-group
    .banner-video
    span {
    color: #000000;
}
@media (min-width: 992px) {
    .banner-section.style-3 {
        padding: 280px 0 182px;
    }
}
.banner-section.style-3 .round-shape {
    width: 800px;
    height: 800px;
}
@media (min-width: 1200px) {
    .banner-section.style-3 .round-shape {
        right: 0%;
    }
}
@media (min-width: 1440px) {
    .banner-section.style-3 .round-shape {
        right: 15%;
    }
}
@media (min-width: 1600px) {
    .banner-section.style-3 .round-shape {
        right: 8%;
    }
}
.banner-section.style-3 .shape.round-5 {
    width: 400px;
    height: 400px;
    background: #b787f4;
    animation: lab_banner_round 1s infinite;
}
.banner-section.style-3 .shape.round-4 {
    width: 500px;
    height: 500px;
    background: #a169ed;
    animation: lab_banner_round 2s infinite;
}
.banner-section.style-3 .shape.round-3 {
    width: 600px;
    height: 600px;
    background: #995dec;
    animation: lab_banner_round 3s infinite;
}
.banner-section.style-3 .shape.round-2 {
    width: 700px;
    height: 700px;
    background: #8e52e7;
    animation: lab_banner_round 4s infinite;
}
.banner-section.style-3 .shape.round-1 {
    width: 800px;
    height: 800px;
    background: #864ae3;
    animation: lab_banner_round 5s infinite;
}
.banner-section.style-3 .banner-area .content-part .section-header::after {
    display: none;
}
.banner-section.style-3 .banner-area .content-part .section-header h2 {
    margin: 0;
}
@media (max-width: 575px) {
    .banner-section.style-3 .banner-area .content-part .section-header h2 {
        font-size: 30px;
    }
}
.banner-section.style-3 .banner-area .content-part .section-header > span {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1px;
}
@media (min-width: 576px) {
    .banner-section.style-3 .banner-area .content-part .section-header > span {
        font-size: 36px;
        margin: 0;
    }
}
.banner-section.style-3 .banner-area .content-part .section-header p {
    margin: 5px 0 40px;
    margin-top: 5px;
}
@media (min-width: 576px) {
    .banner-section.style-3 .banner-area .content-part .section-header p {
        margin: 15px 0 40px;
    }
}
.banner-section.style-3 .banner-area .section-wrapper {
    margin-top: 40px;
}
@media (min-width: 1200px) {
    .banner-section.style-3 .banner-area .section-wrapper {
        margin-top: 0;
    }
}
@media (min-width: 1600px) {
    .banner-section.style-3 .banner-area .section-wrapper .banner-thumb {
        -webkit-transform: translateX(80px);
        -ms-transform: translateX(80px);
        transform: translateX(80px);
    }
}
.banner-section.style-3 .banner-area .section-wrapper .banner-thumb::after {
    display: none;
}
@media (max-width: 575px) {
    .banner-section.style-3
        .banner-area
        .section-wrapper
        .banner-thumb
        .thumb-shape {
        display: none;
    }
}
.banner-section.style-3
    .banner-area
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(50, 36, 150, 0.3);
}
.banner-section.style-3
    .banner-area
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape.th-shape-1 {
    top: 50%;
    left: 0;
    animation: lab_run_top_y 5s linear infinite;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-section.style-3
    .banner-area
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape.th-shape-2 {
    top: 0px;
    left: 50%;
    animation: lab_run_x 5s linear infinite;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (min-width: 1200px) {
    .banner-section.style-3
        .banner-area
        .section-wrapper
        .banner-thumb
        .thumb-shape
        .th-shape.th-shape-2 {
        top: -30px;
    }
}
.banner-section.style-3
    .banner-area
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape.th-shape-3 {
    top: 0;
    right: 0px;
    animation: lab_zoomin 8s linear infinite;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
}
@media (min-width: 1200px) {
    .banner-section.style-3
        .banner-area
        .section-wrapper
        .banner-thumb
        .thumb-shape
        .th-shape.th-shape-3 {
        right: -100px;
    }
}
.banner-section.style-3
    .banner-area
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape.th-shape-4 {
    top: 50%;
    right: 0px;
    animation: lab_run_top_y 5s linear infinite;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 1200px) {
    .banner-section.style-3
        .banner-area
        .section-wrapper
        .banner-thumb
        .thumb-shape
        .th-shape.th-shape-4 {
        right: -100px;
    }
}
.banner-section.style-3
    .banner-area
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape.th-shape-5 {
    bottom: -30px;
    left: 50%;
    animation: lab_run_x 5s linear infinite;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner-section.style-4 {
    background: url(../images/new/HomeBG-01.jpg);
    background-position: center;
    background-size: cover;
}
.banner-section.style-4 .banner-area .content-part .section-header::after {
    display: none;
}
.banner-section.style-4 .banner-area .content-part .section-header h2 {
    margin: 0;
    color: #000000;
}
@media (max-width: 575px) {
    .banner-section.style-4 .banner-area .content-part .section-header h2 {
        font-size: 30px;
    }
}
.banner-section.style-4 .banner-area .content-part .section-header p {
    margin: 5px 0 30px;
    margin-top: 5px;
    color: #696969;
}
@media (min-width: 576px) {
    .banner-section.style-4 .banner-area .content-part .section-header p {
        margin: 15px 0 30px;
    }
}
.banner-section.style-4 .banner-area .content-part .section-header .lab-btn {
    background: linear-gradient(to right, #23cc88, #8ecf35);
    box-shadow: 0 10px 10px rgba(38, 204, 133, 0.1);
}
.banner-section.style-4
    .banner-area
    .content-part
    .section-header
    .lab-btn:hover {
    box-shadow: none;
}
@media (max-width: 1439px) {
    .banner-section.style-4 .banner-area .section-wrapper .banner-thumb img {
        max-width: 100%;
    }
}
@media (max-width: 1199px) {
    .banner-section.style-4
        .banner-area
        .section-wrapper
        .banner-thumb
        .thumb-shape {
        display: none;
    }
}
.banner-section.style-4
    .banner-area
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.banner-section.style-4
    .banner-area
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape.th-shape-1 {
    bottom: 50%;
    right: 0px;
    animation: lab_run_top_y 5s linear infinite;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
@media (min-width: 1440px) {
    .banner-section.style-4
        .banner-area
        .section-wrapper
        .banner-thumb
        .thumb-shape
        .th-shape.th-shape-1 {
        right: -80px;
    }
}
.banner-section.style-4
    .banner-area
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape.th-shape-2 {
    top: 35px;
    left: 20%;
    animation: lab_run_x 5s linear infinite;
}
@media (min-width: 1440px) {
    .banner-section.style-4
        .banner-area
        .section-wrapper
        .banner-thumb
        .thumb-shape
        .th-shape.th-shape-2 {
        left: 35%;
    }
}
.banner-section.style-4
    .banner-area
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape.th-shape-3 {
    animation: lab_zoomin 5s linear infinite;
    bottom: 110px;
    right: 20px;
}
@media (min-width: 1440px) {
    .banner-section.style-4
        .banner-area
        .section-wrapper
        .banner-thumb
        .thumb-shape
        .th-shape.th-shape-3 {
        bottom: 160px;
        right: -20px;
    }
}
.banner-section.style-4
    .banner-area
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape.th-shape-4 {
    animation: lab_run_top_y 5s linear infinite;
    top: 40%;
    right: 130px;
}
.banner-section.style-4 .banner-area .section-wrapper .banner-thumb::after {
    display: none;
}
.banner-section.style-5 {
    background: #f9f2ff;
}
@media (min-width: 992px) {
    .banner-section.style-5 {
        padding: 265px 0 190px;
    }
}
.banner-section.style-5 .pos-banner-shape {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media (max-width: 1199px) {
    .banner-section.style-5 .pos-banner-shape .pos-shape-1,
    .banner-section.style-5 .pos-banner-shape .pos-shape-2 {
        display: none;
    }
}
.banner-section.style-5 .pos-banner-shape .pos-shape-1 {
    left: -22%;
}
@media (min-width: 1440px) {
    .banner-section.style-5 .pos-banner-shape .pos-shape-1 {
        left: 0;
    }
}
.banner-section.style-5 .pos-banner-shape .pos-shape-2 {
    right: -22%;
}
@media (min-width: 1440px) {
    .banner-section.style-5 .pos-banner-shape .pos-shape-2 {
        right: 0;
    }
}
.banner-section.style-5 .banner-area .content-part .section-header::after {
    display: none;
}
.banner-section.style-5 .banner-area .content-part .section-header h2 {
    margin: 0;
    color: #000000;
}
@media (max-width: 575px) {
    .banner-section.style-5 .banner-area .content-part .section-header h2 {
        font-size: 30px;
    }
}
.banner-section.style-5 .banner-area .content-part .section-header p {
    margin: 5px 0 30px;
    margin-top: 10px;
    color: #696969;
}
@media (min-width: 576px) {
    .banner-section.style-5 .banner-area .content-part .section-header p {
        margin: 15px 0 30px;
    }
}
.banner-section.style-5 .banner-area .content-part .section-header .lab-btn {
    background: linear-gradient(to right, #ff5195, #ffb84b);
}
.banner-section.style-5
    .banner-area
    .content-part
    .section-header
    .lab-btn:hover {
    box-shadow: none;
}
@media (max-width: 1439px) and (min-width: 1200px) {
    .banner-section.style-5 .banner-area .section-wrapper .banner-thumb {
        margin-right: -120px;
    }
}
@media (max-width: 1199px) {
    .banner-section.style-5
        .banner-area
        .section-wrapper
        .banner-thumb
        .thumb-shape {
        display: none;
    }
}
.banner-section.style-5 .banner-area .section-wrapper .banner-thumb .th-shape {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.banner-section.style-5
    .banner-area
    .section-wrapper
    .banner-thumb
    .th-shape.th-shape-1 {
    top: 23%;
    right: 35%;
    animation: lab_sideeffect 15s linear infinite;
}
@media (min-width: 1200px) {
    .banner-section.style-5
        .banner-area
        .section-wrapper
        .banner-thumb
        .th-shape.th-shape-1 {
        right: -10%;
    }
}
.banner-section.style-5
    .banner-area
    .section-wrapper
    .banner-thumb
    .th-shape.th-shape-2 {
    top: 0;
    right: -10%;
    animation: lab_zoomin 5s linear infinite;
}
@media (min-width: 1200px) {
    .banner-section.style-5
        .banner-area
        .section-wrapper
        .banner-thumb
        .th-shape.th-shape-2 {
        right: -40%;
    }
}
.banner-section.style-5
    .banner-area
    .section-wrapper
    .banner-thumb
    .th-shape.th-shape-3 {
    animation: lab_run_top_y 5s linear infinite;
    bottom: 0px;
    left: 25%;
}
@media (min-width: 1200px) {
    .banner-section.style-5
        .banner-area
        .section-wrapper
        .banner-thumb
        .th-shape.th-shape-3 {
        left: 40%;
    }
}
.banner-section.style-5 .banner-area .section-wrapper .banner-thumb::after {
    display: none;
}
.banner-section.style-6 {
    background-image: linear-gradient(
        to top,
        #fffbfa,
        #fffcfc,
        #fffdfe,
        #fffeff,
        #ffffff
    );
}
@media (min-width: 992px) {
    .banner-section.style-6 {
        padding: 190px 0 110px;
    }
}
.banner-section.style-6 .banner-area .content-part .section-header::after {
    display: none;
}
.banner-section.style-6 .banner-area .content-part .section-header h2 {
    margin: 0;
    color: #000000;
}
@media (max-width: 575px) {
    .banner-section.style-6 .banner-area .content-part .section-header h2 {
        font-size: 30px;
    }
}
.banner-section.style-6 .banner-area .content-part .section-header p {
    margin: 5px 0 30px;
    margin-top: 10px;
    color: #696969;
}
@media (min-width: 576px) {
    .banner-section.style-6 .banner-area .content-part .section-header p {
        margin: 15px 0 30px;
    }
}
.banner-section.style-6 .banner-area .content-part .section-header .lab-btn {
    background: linear-gradient(to right, #ffab8b, #fd4372);
    box-shadow: 0 10px 10px rgba(248, 118, 158, 0.1);
}
.banner-section.style-6
    .banner-area
    .content-part
    .section-header
    .lab-btn:hover {
    box-shadow: none;
}
@media (max-width: 1439px) and (min-width: 1200px) {
    .banner-section.style-6 .banner-area .section-wrapper .banner-thumb {
        margin-right: -120px;
    }
}
@media (max-width: 767px) {
    .banner-section.style-6
        .banner-area
        .section-wrapper
        .banner-thumb
        .th-shape {
        display: none;
    }
}
.banner-section.style-6
    .banner-area
    .section-wrapper
    .banner-thumb
    .th-shape.th-shape-1 {
    top: 25%;
    left: 20%;
    animation: lab_zoomin 3s linear infinite;
}
.banner-section.style-6
    .banner-area
    .section-wrapper
    .banner-thumb
    .th-shape.th-shape-2 {
    bottom: 45%;
    right: 0%;
    animation: lab_run_top_y 5s linear infinite;
}
@media (min-width: 1200px) {
    .banner-section.style-6
        .banner-area
        .section-wrapper
        .banner-thumb
        .th-shape.th-shape-2 {
        right: -20%;
    }
}
.banner-section.style-6
    .banner-area
    .section-wrapper
    .banner-thumb
    .th-shape.th-shape-3 {
    animation: lab_zoomin 5s linear infinite;
    bottom: 65%;
    left: 55%;
}
.banner-section.style-6
    .banner-area
    .section-wrapper
    .banner-thumb
    .th-shape.th-shape-4 {
    top: 65%;
    left: 0;
    animation: lab_run_top_y 5s linear infinite;
}
.banner-section.style-6 .banner-area .section-wrapper .banner-thumb::after {
    display: none;
}
.banner-section.style-6.shopapp {
    background: #f4f9ff;
}
@media (min-width: 992px) {
    .banner-section.style-6.shopapp {
        padding: 170px 0 90px;
    }
}
.banner-section.style-6.shopapp
    .banner-area
    .content-part
    .section-header
    .lab-btn {
    background: linear-gradient(to right, #fd2c8b, #996bfb);
    box-shadow: none;
}
.banner-section.style-6.shopapp
    .banner-area
    .section-wrapper
    .banner-thumb
    .th-shape.th-shape-1 {
    top: 80%;
    left: 20%;
    animation: lab_round1 15s linear infinite;
}
.banner-section.style-6.shopapp
    .banner-area
    .section-wrapper
    .banner-thumb
    .th-shape.th-shape-2 {
    bottom: 65%;
    right: auto;
    left: 10%;
    animation: lab_zoomin 5s linear infinite;
}
@media (min-width: 1200px) {
    .banner-section.style-6.shopapp
        .banner-area
        .section-wrapper
        .banner-thumb
        .th-shape.th-shape-2 {
        right: auto;
    }
}
.banner-section.style-6.shopapp
    .banner-area
    .section-wrapper
    .banner-thumb
    .th-shape.th-shape-3 {
    bottom: 10%;
    left: 45%;
    animation: lab_run_top_y 5s linear infinite;
}
.banner-section.style-6.crypto .round-one {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0px;
}
.banner-section.style-6.crypto .round-one img {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.banner-section.style-6.crypto .banner-area .content-part .section-header h2,
.banner-section.style-6.crypto .banner-area .content-part .section-header p {
    color: #fff;
}
.banner-section.style-6.crypto .banner-area .content-part .section-header form {
    justify-content: space-between;
}
.banner-section.style-6.crypto
    .banner-area
    .content-part
    .section-header
    p
    > a {
    color: #f37399;
}
.banner-section.style-6.crypto
    .banner-area
    .content-part
    .section-header
    form
    input {
    width: calc(100% - 155px);
    height: 56px;
}
.banner-section.style-6.crypto
    .banner-area
    .content-part
    .section-header
    form
    button.lab-btn {
    border: none;
    width: 150px;
    height: 56px;
    outline: none;
    cursor: pointer;
    box-shadow: 0 10px 10px rgba(253, 119, 180, 0.2);
    background: linear-gradient(to right, #fd77b4, #ffbae7);
}
.banner-section.style-6.crypto
    .banner-area
    .content-part
    .section-header
    form
    button.lab-btn
    span {
    display: inline-block;
}
.banner-section.style-6.crypto .banner-area .section-wrapper .banner-thumb img {
    animation: lab_round_glob 20s linear infinite;
}
.banner-section.style-6.crypto .banner-area .bfl-content {
    transform: translateY(110px);
}
@media (max-width: 1199px) and (min-width: 992px) {
    .banner-section.style-6.crypto .banner-area .bfl-content {
        transform: translateY(0px);
    }
}
@media (max-width: 991px) {
    .banner-section.style-6.crypto .banner-area .bfl-content {
        transform: translateY(50px);
        text-align: center;
    }
}
.banner-section.style-6.crypto .banner-area .bfl-content h4 {
    color: #fff;
}
.banner-section.style-6.crypto .banner-area .bfr-contents {
    transform: translateY(110px);
    justify-content: space-around;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .banner-section.style-6.crypto .banner-area .bfr-contents {
        transform: translateY(0px);
    }
}
@media (max-width: 991px) {
    .banner-section.style-6.crypto .banner-area .bfr-contents {
        transform: translateY(50px);
    }
}
.banner-section.style-6.crypto
    .banner-area
    .bfr-contents
    .bfr-item:nth-child(2)
    .bfr-inner
    .bfr-content
    p.bfr-range {
    color: #00bf8d;
}
.banner-section.style-6.crypto
    .banner-area
    .bfr-contents
    .bfr-item:nth-child(3)
    .bfr-inner
    .bfr-content
    p.bfr-range {
    color: #ffef3b;
}
.banner-section.style-6.crypto
    .banner-area
    .bfr-contents
    .bfr-item:nth-child(4)
    .bfr-inner
    .bfr-content
    p.bfr-range {
    color: #ff8bd5;
}
.banner-section.style-6.crypto .banner-area .bfr-contents .bfr-item .bfr-inner {
    padding: 15px;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .banner-section.style-6.crypto
        .banner-area
        .bfr-contents
        .bfr-item
        .bfr-inner {
        padding: 20px;
    }
}
.banner-section.style-6.crypto
    .banner-area
    .bfr-contents
    .bfr-item
    .bfr-inner
    .bfr-content
    p {
    color: #fff;
    margin-bottom: 0;
}
.banner-section.style-6.crypto
    .banner-area
    .bfr-contents
    .bfr-item
    .bfr-inner
    .bfr-content
    p.bfr-name {
    margin-bottom: 10px;
}
.banner-section.style-6.crypto
    .banner-area
    .bfr-contents
    .bfr-item
    .bfr-inner
    .bfr-content
    p.bfr-rate {
    font-size: 18px;
}
.banner-section.style-6.crypto
    .banner-area
    .bfr-contents
    .bfr-item
    .bfr-inner
    .bfr-content
    p.bfr-range {
    color: #f37399;
    font-size: 18px;
}
.banner-section.seo-banner {
    background-image: linear-gradient(
        to right bottom,
        #1a00ff,
        #2010d8,
        #2416b2,
        #25188d,
        #231769
    );
}
@media (max-width: 767px) {
    .banner-section.seo-banner .section-wrapper .banner-thumb .thumb-shape {
        display: none;
    }
}
.banner-section.seo-banner
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape.th-shape-1 {
    bottom: 0%;
    right: 0px;
    animation: lab_zoomin 3s linear infinite;
}
.banner-section.seo-banner
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape.th-shape-2 {
    bottom: 150px;
    left: 20%;
    animation: lab_run_top_y 5s linear infinite;
}
.banner-section.seo-banner
    .section-wrapper
    .banner-thumb
    .thumb-shape
    .th-shape.th-shape-3 {
    animation: lab_zoomin 5s linear infinite;
    bottom: 75px;
    right: 200px;
}

/* @@@@@@@@@@@@@  Service Section Start Here  @@@@@@@@@@@@@@ */
.service-section .section-wrapper {
    justify-content: center;
}
@media (min-width: 576px) {
    .service-section .section-wrapper {
        margin: 0 -15px;
    }
}
.service-section .section-wrapper .lab-item:nth-child(2) .lab-inner::after,
.service-section .section-wrapper .lab-item:nth-child(8) .lab-inner::after {
    background: linear-gradient(to left, #00e9f0, #009bfe);
}
.service-section .section-wrapper .lab-item:nth-child(2) .lab-inner .lab-thumb,
.service-section .section-wrapper .lab-item:nth-child(8) .lab-inner .lab-thumb {
    background: linear-gradient(to top, #00e9f0, #009bfe);
    box-shadow: 0 10px 10px rgba(0, 255, 254, 0.1);
}
.service-section .section-wrapper .lab-item:nth-child(3) .lab-inner::after,
.service-section .section-wrapper .lab-item:nth-child(9) .lab-inner::after {
    background: linear-gradient(to left, #7ed500, #00bf8d);
}
.service-section .section-wrapper .lab-item:nth-child(3) .lab-inner .lab-thumb,
.service-section .section-wrapper .lab-item:nth-child(9) .lab-inner .lab-thumb {
    background: linear-gradient(to top, #7ed500, #00bf8d);
    box-shadow: 0 10px 10px rgba(107, 210, 21, 0.1);
}
.service-section .section-wrapper .lab-item:nth-child(4) .lab-inner::after,
.service-section .section-wrapper .lab-item:nth-child(10) .lab-inner::after {
    background: linear-gradient(to left, #ff9472, #f2709c);
}
.service-section .section-wrapper .lab-item:nth-child(4) .lab-inner .lab-thumb,
.service-section
    .section-wrapper
    .lab-item:nth-child(10)
    .lab-inner
    .lab-thumb {
    background: linear-gradient(to top, #ff9472, #f2709c);
    box-shadow: 0 10px 10px rgba(255, 148, 114, 0.1);
}
.service-section .section-wrapper .lab-item:nth-child(5) .lab-inner::after,
.service-section .section-wrapper .lab-item:nth-child(11) .lab-inner::after {
    background: linear-gradient(to left, #fd77b4, #ffbae7);
}
.service-section .section-wrapper .lab-item:nth-child(5) .lab-inner .lab-thumb,
.service-section
    .section-wrapper
    .lab-item:nth-child(11)
    .lab-inner
    .lab-thumb {
    background: linear-gradient(to top, #fd77b4, #ffbae7);
    box-shadow: 0 10px 10px rgba(253, 119, 180, 0.1);
}
.service-section .section-wrapper .lab-item:nth-child(6) .lab-inner::after,
.service-section .section-wrapper .lab-item:nth-child(12) .lab-inner::after {
    background: linear-gradient(to left, #d17fff, #9982ff);
}
.service-section .section-wrapper .lab-item:nth-child(6) .lab-inner .lab-thumb,
.service-section
    .section-wrapper
    .lab-item:nth-child(12)
    .lab-inner
    .lab-thumb {
    background: linear-gradient(to top, #d17fff, #9982ff);
    box-shadow: 0 10px 10px rgba(208, 125, 255, 0.1);
}
.service-section .section-wrapper .lab-item .lab-inner:hover {
    transform: translateY(-10px);
}
.service-section.style-2.seo .section-wrapper {
    margin: 0 -15px;
}
.service-section.style-2 .section-wrapper .lab-item .lab-inner .lab-thumb {
    border-radius: 2px;
}
.service-section.style-3 .section-wrapper {
    margin: 0 -15px;
}
.service-section.style-3
    .section-wrapper
    .lab-item-2
    .lab-inner:hover
    .lab-abs-thumb {
    animation-play-state: paused;
}
.service-section.style-3
    .section-wrapper
    .lab-item-2
    .lab-inner:hover
    .lab-thumb {
    animation: lab_zoominout 2s linear infinite;
}
.service-section.style-4 {
    background: #fbfcff;
    /* child css */
}
.service-section.style-4 .lab-item:nth-child(2) .lab-inner,
.service-section.style-4 .lab-item:nth-child(8) .lab-inner {
    background: linear-gradient(to top, #ff4f58, #ffb400);
}
.service-section.style-4 .lab-item:nth-child(3) .lab-inner,
.service-section.style-4 .lab-item:nth-child(9) .lab-inner {
    background: linear-gradient(to top, #01cbad, #47a1f2);
}
.service-section.style-4 .lab-item:nth-child(4) .lab-inner,
.service-section.style-4 .lab-item:nth-child(10) .lab-inner {
    background: linear-gradient(to top, #e85aca, #fc4e65);
}
.service-section.style-4 .lab-item:nth-child(5) .lab-inner,
.service-section.style-4 .lab-item:nth-child(11) .lab-inner {
    background: linear-gradient(to top, #5f51b5, #ce62fd);
}
.service-section.style-4 .lab-item:nth-child(6) .lab-inner,
.service-section.style-4 .lab-item:nth-child(12) .lab-inner {
    background: linear-gradient(to top, #ff6593, #b85cff);
}
.service-section.style-4 .lab-item .lab-inner {
    padding: 30px;
    background: linear-gradient(to top, #23cc88, #8ecf35);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
@media (min-width: 992px) {
    .service-section.style-4 .lab-item .lab-inner {
        padding: 55px 45px;
    }
}
.service-section.style-4 .lab-item .lab-inner:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.service-section.style-4 .lab-item .lab-inner::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/service/vpn/shape.png);
    background-repeat: no-repeat;
}
.service-section.style-4 .lab-item .lab-inner .lab-content h4,
.service-section.style-4 .lab-item .lab-inner .lab-content p {
    color: #fff;
    text-align: center;
}
.service-section.style-4 .lab-item:nth-child(1) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(2) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(3) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(4) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(5) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(6) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(7) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(8) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(9) .lab-inner::after,
.service-section.style-4 .lab-item:nth-child(10) .lab-inner::after {
    display: none;
}
.service-section.style-4 .lab-item:nth-child(1) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(2) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(3) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(4) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(5) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(6) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(7) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(8) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(9) .lab-inner .lab-thumb,
.service-section.style-4 .lab-item:nth-child(10) .lab-inner .lab-thumb {
    background: transparent;
    box-shadow: none;
    width: 100%;
    height: 100%;
    line-height: 100%;
}
.service-section.style-5 {
    background: #fffef9;
    /* child css */
}
.service-section.style-5 .lab-item {
    width: 100%;
}
@media (min-width: 576px) {
    .service-section.style-5 .lab-item {
        width: calc(100% / 2);
    }
}
@media (min-width: 992px) {
    .service-section.style-5 .lab-item {
        width: calc(100% / 3);
    }
}
@media (min-width: 1200px) {
    .service-section.style-5 .lab-item {
        width: calc(100% / 4);
    }
}
.service-section.style-5 .lab-item .lab-inner {
    padding: 48px 45px;
    box-shadow: 0 4px 4px rgba(58, 58, 58, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.service-section.style-5 .lab-item .lab-inner:hover {
    box-shadow: 0 0px 10px rgba(58, 58, 58, 0.1);
    transform: translateY(-5px);
}
.service-section.style-5 .lab-item .lab-inner .lab-thumb {
    margin-bottom: 30px;
}
.service-section.style-5 .lab-item:nth-child(1) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(2) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(3) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(4) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(5) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(6) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(7) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(8) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(9) .lab-inner::after,
.service-section.style-5 .lab-item:nth-child(10) .lab-inner::after {
    display: none;
}
.service-section.style-5 .lab-item:nth-child(1) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(2) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(3) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(4) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(5) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(6) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(7) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(8) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(9) .lab-inner:hover .lab-thumb,
.service-section.style-5 .lab-item:nth-child(10) .lab-inner:hover .lab-thumb {
    background: transparent;
}
.service-section.style-5 .lab-item:nth-child(1) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(2) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(3) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(4) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(5) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(6) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(7) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(8) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(9) .lab-inner .lab-thumb,
.service-section.style-5 .lab-item:nth-child(10) .lab-inner .lab-thumb {
    background: transparent;
    box-shadow: none;
    width: 100%;
    height: 100%;
    line-height: 100%;
}
.service-section.style-5 .lab-item:nth-child(1) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(2) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(3) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(4) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(5) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(6) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(7) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(8) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(9) .lab-inner .lab-content h6,
.service-section.style-5 .lab-item:nth-child(10) .lab-inner .lab-content h6 {
    text-align: center;
    text-transform: uppercase;
}
.service-section.style-6 {
    z-index: 1;
}
.service-section.style-6 .section-wrapper .lab-item .lab-inner {
    background: #fff;
    text-align: center;
}
@media (min-width: 1200px) {
    .service-section.style-6 .section-wrapper .lab-item .lab-inner {
        padding: 70px 40px;
        text-align: left;
    }
}
.service-section.style-6 .section-wrapper .lab-item .lab-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.service-section.style-6 .section-wrapper .lab-item .lab-inner:hover::after {
    display: none;
}
.service-section.style-6 .section-wrapper .lab-item .lab-inner .lab-thumb {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
@media (max-width: 1199px) {
    .service-section.style-6 .section-wrapper .lab-item .lab-inner .lab-thumb {
        margin: 0 auto 20px;
    }
}
.service-section.style-7 .section-header h2,
.service-section.style-7 .section-header p {
    color: #fff;
}
@media (min-width: 992px) {
    .service-section.style-7 .section-header p {
        max-width: 650px;
        margin: auto;
    }
}
.service-section.style-7 .section-wrapper {
    margin: -15px;
}
.service-section.style-7 .section-wrapper .lab-item-2 {
    width: calc(100% / 1);
}
@media (min-width: 768px) {
    .service-section.style-7 .section-wrapper .lab-item-2 {
        width: calc(100% / 2);
    }
}
.service-section.style-7 .section-wrapper .lab-item-2 .lab-inner {
    padding: 30px;
    align-items: center;
    text-align: center;
    background: #fff !important;
}
@media (min-width: 1200px) {
    .service-section.style-7 .section-wrapper .lab-item-2 .lab-inner {
        text-align: left;
        padding: 10px;
    }
}
.service-section.style-7 .section-wrapper .lab-item-2 .lab-inner .lab-thumb {
    width: 100%;
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .service-section.style-7
        .section-wrapper
        .lab-item-2
        .lab-inner
        .lab-thumb {
        width: 40%;
    }
}
.service-section.style-7 .section-wrapper .lab-item-2 .lab-inner .lab-content {
    width: 100%;
    max-width: 100%;
}
@media (min-width: 1200px) {
    .service-section.style-7
        .section-wrapper
        .lab-item-2
        .lab-inner
        .lab-content {
        width: 60%;
        padding: 20px;
    }
}
.service-section.style-7
    .section-wrapper
    .lab-item-2
    .lab-inner
    .lab-content
    h2 {
    margin-bottom: 5px;
    color: #db4eff;
}
@media (min-width: 1200px) {
    .service-section.style-7
        .section-wrapper
        .lab-item-2
        .lab-inner
        .lab-content
        h2 {
        font-size: 48px;
    }
}
.service-section.style-7
    .section-wrapper
    .lab-item-2
    .lab-inner
    .lab-content
    h4 {
    margin-bottom: 15px;
    color: #db4eff;
}
.service-section.style-7
    .section-wrapper
    .lab-item-2
    .lab-inner
    .lab-content
    p {
    color: #696969;
}
.service-section.style-7.crypto-bg
    .section-wrapper
    .lab-item-2:last-child
    .lab-inner
    .lab-content
    h2,
.service-section.style-7.crypto-bg
    .section-wrapper
    .lab-item-2:last-child
    .lab-inner
    .lab-content
    h4 {
    color: #591aff;
}
.service-section.style-8 .section-header {
    z-index: 1;
}
.service-section.style-8 .section-header h2,
.service-section.style-8 .section-header p {
    color: #fff;
}
.service-section.style-8 .section-wrapper {
    z-index: 1;
    margin: 0;
}
.service-section.style-8 .section-wrapper .abs-thumb {
    animation: lab_zoominout 5s linear infinite;
}
@media (max-width: 991px) {
    .service-section.style-8 .section-wrapper .abs-thumb {
        display: none;
    }
}
.service-section.style-8 .section-wrapper .service-content {
    width: 100%;
}
.service-section.style-8 .section-wrapper .service-content .abs-items {
    margin: 0;
    justify-content: space-between;
}
.service-section.style-8 .section-wrapper .service-content .abs-items li {
    margin-bottom: 25px;
    width: calc(100% / 1);
}
@media (min-width: 768px) {
    .service-section.style-8 .section-wrapper .service-content .abs-items li {
        width: calc(100% / 2);
    }
}
@media (min-width: 992px) {
    .service-section.style-8
        .section-wrapper
        .service-content
        .abs-items
        li:nth-child(even)
        .abs-item {
        margin-left: auto;
    }
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li:nth-child(2)
    .abs-item
    .left::after,
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li:nth-child(2)
    .abs-item
    .left::before {
    background: #00bf8d;
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li:nth-child(2)
    .abs-item
    .left
    .lb-thumb {
    background: linear-gradient(to top, #00e9f0, #009bfe);
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li:nth-child(3)
    .abs-item
    .left::after,
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li:nth-child(3)
    .abs-item
    .left::before {
    background: #009cfe;
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li:nth-child(3)
    .abs-item
    .left
    .lb-thumb {
    background: linear-gradient(to top, #7ed500, #00bf8d);
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li:nth-child(4)
    .abs-item
    .left::after,
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li:nth-child(4)
    .abs-item
    .left::before {
    background: #f37497;
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li:nth-child(4)
    .abs-item
    .left
    .lb-thumb {
    background: linear-gradient(to top, #ff9472, #f2709c);
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li:nth-child(5)
    .abs-item
    .left::after,
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li:nth-child(5)
    .abs-item
    .left::before {
    background: #fd7ab6;
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li:nth-child(5)
    .abs-item
    .left
    .lb-thumb {
    background: linear-gradient(to top, #fd77b4, #ffbae7);
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li:nth-child(6)
    .abs-item
    .left::after,
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li:nth-child(6)
    .abs-item
    .left::before {
    background: #a681ff;
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li:nth-child(6)
    .abs-item
    .left
    .lb-thumb {
    background: linear-gradient(to top, #d17fff, #9982ff);
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li
    .abs-item {
    max-width: 350px;
    text-align: left;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .service-section.style-8
        .section-wrapper
        .service-content
        .abs-items
        li
        .abs-item {
        margin: auto;
    }
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li
    .abs-item
    .left {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transform: translateY(15px);
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li
    .abs-item
    .left::after,
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li
    .abs-item
    .left::before {
    background: #c077f8;
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li
    .abs-item
    .left::after {
    width: 72px;
    height: 72px;
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li
    .abs-item
    .left::before {
    width: 60px;
    height: 60px;
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li
    .abs-item
    .left
    .lb-thumb {
    z-index: 1;
    border-radius: 100%;
    background: linear-gradient(to top, #f9769d, #bb6df7);
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li
    .abs-item
    .right {
    margin-right: 0;
    width: calc(100% - 80px);
}
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li
    .abs-item
    .right
    h4,
.service-section.style-8
    .section-wrapper
    .service-content
    .abs-items
    li
    .abs-item
    .right
    p {
    color: #fff;
}

.service-single .section-wrapper .left-item {
    width: 100%;
    padding: 0 15px;
    margin-top: 60px;
}
@media (min-width: 992px) {
    .service-single .section-wrapper .left-item {
        width: calc(33%);
        margin-top: 0;
    }
}
.service-single .section-wrapper .left-item h3 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 10px;
}
.service-single .section-wrapper .left-item .service-tab {
    margin-bottom: 50px;
}
.service-single .section-wrapper .left-item .service-tab ul {
    margin: 0;
}
.service-single .section-wrapper .left-item .service-tab ul.tab-menu li {
    padding: 20px 25px;
    border: 1px solid #ebebeb;
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    border-bottom: none;
}
.service-single .section-wrapper .left-item .service-tab ul.tab-menu li:hover {
    background: #ebebeb;
}
.service-single .section-wrapper .left-item .service-tab ul.tab-menu li.active {
    color: #fff;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
    border-color: #ffb400;
}
.service-single
    .section-wrapper
    .left-item
    .service-tab
    ul.tab-menu
    li:first-child {
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}
.service-single
    .section-wrapper
    .left-item
    .service-tab
    ul.tab-menu
    li:last-child {
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    border-bottom: 1px solid #ebebeb;
}
.service-single .section-wrapper .left-item .need-help,
.service-single .section-wrapper .left-item .brochure {
    padding: 25px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #ebebeb;
}
@media (min-width: 1440px) {
    .service-single .section-wrapper .left-item .need-help,
    .service-single .section-wrapper .left-item .brochure {
        padding: 30px;
    }
}
.service-single .section-wrapper .left-item .brochure {
    margin-bottom: 50px;
}
.service-single .section-wrapper .left-item .brochure p {
    margin-bottom: 25px;
}
.service-single .section-wrapper .left-item .brochure .lab-btn {
    padding: 12px 26px;
    font-size: 14px;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
.service-single .section-wrapper .left-item .need-help ul {
    margin: 0;
}
.service-single .section-wrapper .left-item .need-help ul li {
    justify-content: flex-start;
    color: #696969;
    line-height: 24px;
    padding: 8px 0;
    list-style: none;
}
.service-single .section-wrapper .left-item .need-help ul li span {
    font-weight: 500;
    margin-right: 5px;
    color: #000000;
}
.service-single .section-wrapper .right-item {
    width: 100%;
    padding: 0 15px;
}
@media (min-width: 576px) {
    .service-single .section-wrapper .right-item .tab-cont {
        padding-bottom: 30px;
    }
}
.service-single .section-wrapper .right-item .tab-cont .tab-pane {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.service-single .section-wrapper .right-item .post-thumb {
    margin-bottom: 45px;
}
@media (max-width: 767px) {
    .service-single .section-wrapper .right-item .post-thumb {
        margin-bottom: 25px;
    }
}
.service-single .section-wrapper .right-item img {
    display: block;
}
@media (min-width: 992px) {
    .service-single .section-wrapper .right-item {
        width: calc(100% - 33%);
    }
}
.service-single .section-wrapper .right-item p {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .service-single .section-wrapper .right-item .post-item {
        flex-direction: row-reverse;
        margin: -15px;
    }
    .service-single .section-wrapper .right-item .post-item .post-thumb,
    .service-single .section-wrapper .right-item .post-item .post-content {
        padding: 15px;
    }
    .service-single .section-wrapper .right-item .post-item .post-thumb {
        width: 44%;
    }
    .service-single .section-wrapper .right-item .post-item .post-content {
        width: 56%;
    }
    .service-single .section-wrapper .right-item .post-item .post-content h5 {
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
    .service-single .section-wrapper .right-item .post-item .post-thumb {
        padding-left: 30px;
    }
}
@media (max-width: 575px) {
    .service-single .section-wrapper .right-item .post-item .post-thumb .thumb {
        margin-bottom: 30px;
    }
}
.service-single
    .section-wrapper
    .right-item
    .post-item
    .post-thumb
    .ser-sing-items {
    padding: 0 20px;
}
.service-single .section-wrapper .right-item .post-item .post-thumb .item p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: #8a94a6;
}
.service-single .section-wrapper .right-item .post-item .post-thumb .item h5 {
    margin: 0;
    color: #405089;
    font-size: 22px;
    font-family: roboto;
}

/* @@@@@@@@@@@@@  About Section Start Here  @@@@@@@@@@@@@@ */
.about-section .section-header {
    max-width: 100%;
}
.about-section .section-header h2 {
    color: #fff;
}
.about-section .section-header h2:first-child {
    margin-bottom: 15px;
}
.about-section .section-header p {
    color: #fff;
}
.about-section .section-header.style-2 ul {
    margin: 30px 0 40px;
}
.about-section .section-header.style-2 .lab-btn {
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .about-section .section-wrapper {
        margin-bottom: 10px;
    }
}
.about-section .section-wrapper .lab-thumb {
    text-align: center;
}
@media (min-width: 1200px) {
    .about-section .section-wrapper .lab-thumb img {
        max-width: none;
    }
}
.about-section.style-2 .section-wrapper {
    justify-content: center;
}
@media (min-width: 576px) {
    .about-section.style-2 .section-wrapper {
        margin: -15px -15px 0;
    }
}
.about-section.style-2 .section-wrapper .lab-item .lab-inner {
    padding: 50px 30px;
}
@media (min-width: 768px) {
    .about-section.style-2 .section-wrapper .lab-item .lab-inner {
        padding: 70px 40px;
    }
}
.about-section.style-2 .section-wrapper .lab-item .lab-inner .lab-thumb {
    border-radius: 100%;
    margin: auto;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 2px #fcd5e1;
}
.about-section.style-2
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb
    .pluse_1::after,
.about-section.style-2
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb
    .pluse_1::before,
.about-section.style-2
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb
    .pluse_2::after,
.about-section.style-2
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb
    .pluse_2::before {
    background: linear-gradient(to top, #f9769d, #bb6df7);
}
.about-section.style-2 .section-wrapper .lab-item .lab-inner .lab-content {
    text-align: center;
}
.about-section.style-2
    .section-wrapper
    .lab-item:nth-child(2)
    .lab-inner
    .lab-thumb {
    background: linear-gradient(to top, #fd77b4, #ffbae7);
}
.about-section.style-2
    .section-wrapper
    .lab-item:nth-child(2)
    .lab-inner:hover::after {
    background: linear-gradient(to left, #fd77b4, #ffbae7);
}
.about-section.style-2
    .section-wrapper
    .lab-item:nth-child(3)
    .lab-inner
    .lab-thumb {
    background: linear-gradient(to top, #d17fff, #9982ff);
}
.about-section.style-2
    .section-wrapper
    .lab-item:nth-child(3)
    .lab-inner:hover::after {
    background: linear-gradient(to left, #d17fff, #9982ff);
}
.about-section.style-3 .section-wrapper .about-thumb {
    text-align: center;
}

.about-section.style-3
    .section-wrapper
    .lab-item
    .lab-inner:hover
    .lab-thumb::after,
.about-section.style-3
    .section-wrapper
    .lab-item
    .lab-inner:hover
    .lab-thumb::before {
    -webkit-animation: circle-2 1.05s infinite;
    -moz-animation: circle-2 1.05s infinite;
    -ms-animation: circle-2 1.05s infinite;
    -o-animation: circle-2 1.05s infinite;
    animation: circle-2 1.05s infinite;
}
.about-section.style-3 .section-wrapper .lab-item .lab-inner .lab-thumb::after,
.about-section.style-3
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb::before {
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    background-color: #bb6df7;
}
.about-section.style-3 .section-wrapper .lab-item .lab-inner .lab-thumb::after {
    width: 105px;
    height: 105px;
    opacity: 0.09;
}
.about-section.style-3
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb::before {
    width: 92px;
    height: 92px;
    opacity: 0.2;
}
.about-section.style-3 .section-wrapper .lab-item .lab-inner .lab-thumb img {
    z-index: 1;
}
.about-section.style-3 .section-header::after {
    display: none;
}
.about-section.style-3 .section-header h2 {
    color: #000000;
    margin-bottom: 20px;
}
.about-section.style-3 .section-header p {
    color: #696969;
    margin-bottom: 50px;
}
.about-section.style-3 .section-header ul {
    margin: -5px;
}
.about-section.style-3 .section-header ul li {
    padding: 20px;
    margin: 5px;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.about-section.style-3.crypto-bg .section-header h2,
.about-section.style-3.crypto-bg .section-header p {
    color: #fff;
}
/* @media (min-width: 576px) {
    .about-section.style-3 .section-wrapper .about-thumb {
        animation: lab_zoomin 5s linear infinite;
    }
} */
@media (min-width: 992px) {
    .about-section.style-3.crypto-bg .section-header p {
        max-width: 650px;
        margin: auto;
    }
    .about-section.style-3 .section-wrapper .about-thumb {
        animation: lab_zoomin 5s linear infinite;
    }
}
.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none;
    background: #0d006f;
    z-index: 1;
}
@media (min-width: 768px) {
    .about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner {
        padding: 70px 40px 60px;
    }
}
.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner:hover,
.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner.active {
    transform: translateY(0px);
    background: #fff;
}
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item
    .lab-inner:hover
    .lab-content
    h4,
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item
    .lab-inner:hover
    .lab-content
    a,
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item
    .lab-inner.active
    .lab-content
    h4,
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item
    .lab-inner.active
    .lab-content
    a {
    color: #000000;
}
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item
    .lab-inner:hover
    .lab-content
    p,
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item
    .lab-inner.active
    .lab-content
    p {
    color: #696969;
}
.about-section.style-3.crypto-bg .section-wrapper .lab-item .lab-inner::after {
    display: none;
}
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb {
    background: linear-gradient(to top, #f9769d, #bb6df7);
    box-shadow: none;
    text-align: center;
}
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-content
    h4,
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-content
    p,
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-content
    a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-content
    .text-btn {
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
}
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-content
    .text-btn:hover
    i {
    margin-left: 5px;
    opacity: 1;
}
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-content
    .text-btn
    i {
    margin-left: -15px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item:nth-child(2)
    .lab-inner
    .lab-thumb {
    background: linear-gradient(to top, #00e9f0, #009bfe);
}
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item:nth-child(2)
    .lab-inner
    .lab-thumb::after,
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item:nth-child(2)
    .lab-inner
    .lab-thumb::before {
    background: #45a3b1;
}
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item:nth-child(3)
    .lab-inner
    .lab-thumb {
    background: linear-gradient(to top, #7ed500, #00bf8d);
}
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item:nth-child(3)
    .lab-inner
    .lab-thumb::after,
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item:nth-child(3)
    .lab-inner
    .lab-thumb::before {
    background: #60c53f;
}
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item:nth-child(4)
    .lab-inner
    .lab-thumb {
    background: linear-gradient(to top, #ff9472, #f2709c);
}
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item:nth-child(4)
    .lab-inner
    .lab-thumb::after,
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item:nth-child(4)
    .lab-inner
    .lab-thumb::before {
    background: #ff9472;
}
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item:nth-child(5)
    .lab-inner
    .lab-thumb {
    background: linear-gradient(to top, #fd77b4, #ffbae7);
}
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item:nth-child(5)
    .lab-inner
    .lab-thumb::after,
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item:nth-child(5)
    .lab-inner
    .lab-thumb::before {
    background: #fd77b4;
}
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item:nth-child(6)
    .lab-inner
    .lab-thumb {
    background: linear-gradient(to top, #d17fff, #9982ff);
}
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item:nth-child(6)
    .lab-inner
    .lab-thumb::after,
.about-section.style-3.crypto-bg
    .section-wrapper
    .lab-item:nth-child(6)
    .lab-inner
    .lab-thumb::before {
    background: #d17fff;
}
@media (min-width: 1200px) {
    .about-section.style-4 .section-header {
        max-width: 69%;
    }
}
.about-section.style-4 .section-wrapper .lab-item .lab-inner {
    box-shadow: none;
}
.about-section.style-4 .section-wrapper .lab-item .lab-inner:hover,
.about-section.style-4 .section-wrapper .lab-item .lab-inner.active {
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.about-section.style-4 .section-wrapper .lab-item .lab-inner::after {
    display: none;
}
.about-section.style-4 .section-wrapper .lab-item .lab-inner.active:hover {
    transform: translateY(0px);
    box-shadow: none;
}
.about-section.style-4 .section-wrapper .lab-item .lab-inner .lab-thumb {
    background: linear-gradient(to top, #ff4f58, #ffb400);
}
.about-section.style-4
    .section-wrapper
    .lab-item:nth-child(2)
    .lab-inner
    .lab-thumb {
    background: linear-gradient(to top, #e85aca, #fc4e65);
}
.about-section.style-4
    .section-wrapper
    .lab-item:nth-child(3)
    .lab-inner
    .lab-thumb {
    background: linear-gradient(to top, #5f51b5, #ce62fd);
}
.about-section.style-5 .section-header h2 {
    color: #000000;
}
@media (min-width: 992px) {
    .about-section.style-5 .section-header h2 {
        margin-bottom: 20px;
    }
}
.about-section.style-5 .section-header p {
    color: #696969;
}
@media (min-width: 992px) {
    .about-section.style-5 .section-header p {
        max-width: 650px;
        margin: 0 auto;
    }
}
.about-section.style-5 .section-wrapper {
    justify-content: center;
}
@media (min-width: 576px) {
    .about-section.style-5 .section-wrapper {
        margin: 0 -15px;
    }
}
.about-section.style-5 .section-wrapper .lab-item .lab-inner {
    padding: 50px 30px;
}
@media (min-width: 768px) {
    .about-section.style-5 .section-wrapper .lab-item .lab-inner {
        padding: 50px;
    }
}
.about-section.style-5 .section-wrapper .lab-item .lab-inner:hover {
    transform: translateY(-10px);
}
.about-section.style-5 .section-wrapper .lab-item .lab-inner .lab-thumb {
    width: 100%;
    height: 100%;
    line-height: 100%;
    margin-bottom: 30px;
    background: transparent !important;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.about-section.style-5 .section-wrapper .lab-item .lab-inner .lab-content {
    text-align: center;
}
.about-section.style-6 .abl-part .about-thumb {
    text-align: center;
}
@media (min-width: 992px) {
    .about-section.style-6 .abl-part .about-thumb {
        animation: lab_zoomin 5s linear infinite;
        text-align: left;
    }
}
.about-section.style-6 .abl-part .about-contents {
    align-items: center;
}
.about-section.style-6
    .abl-part
    .about-contents
    .ab-item:last-child
    .ab-inner
    .ab-content
    h2 {
    color: #00bf8d;
}
.about-section.style-6 .abl-part .about-contents .ab-item .ab-inner {
    padding: 20px;
}
.about-section.style-6
    .abl-part
    .about-contents
    .ab-item
    .ab-inner
    .ab-content
    h2 {
    color: #f37399;
}
.about-section.style-6
    .abl-part
    .about-contents
    .ab-item
    .ab-inner
    .ab-content
    p {
    color: #c9cfff;
}
.about-section.style-6 .abr-part .section-header {
    margin-bottom: 60px;
}
.about-section.style-6 .abr-part .section-header::after {
    display: none;
}
.about-section.style-6 .abr-part .section-header h2,
.about-section.style-6 .abr-part .section-header p {
    color: #fff;
}
.about-section.style-6 .abr-part .section-header h2 {
    margin-bottom: 15px;
}
.about-section.style-6 .abr-part .section-header .btn-group {
    display: block;
    margin-top: 30px;
}
.about-section.style-6 .abr-part .section-header .btn-group a {
    margin-right: 10px;
    background: linear-gradient(to right, #fd77b4, #ffbae7);
    box-shadow: 0 10px 10px rgba(253, 119, 180, 0.2);
}
.about-section.style-6 .abr-part .section-header .btn-group a:last-child {
    background: linear-gradient(to right, #7ed500, #00bf8d);
    box-shadow: 0 10px 10px rgba(107, 210, 21, 0.1);
}
.about-section.style-6 .abr-part .section-wrapper h4 {
    color: #fff;
}
.about-section.style-6 .abr-part .section-wrapper ul {
    margin: 0;
}
.about-section.style-6 .abr-part .section-wrapper ul li {
    padding: 10px 0;
}
@media (min-width: 992px) {
    .about-section.style-7 .flex-row-reverse .abl-part .about-thumb {
        animation: lab_zoomin 9s linear infinite;
    }
}
.about-section.style-7 .abl-part .about-thumb {
    margin-bottom: 40px;
    text-align: center;
}
@media (min-width: 992px) {
    .about-section.style-7 .abl-part .about-thumb {
        text-align: left;
        margin-bottom: 0;
        animation: lab_zoomin 7s linear infinite;
    }
}
.about-section.style-7 .abr-part .section-header {
    margin-bottom: 60px;
}
.about-section.style-7 .abr-part .section-header::after {
    display: none;
}
.about-section.style-7 .abr-part .section-header .abs-lab-thumb {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 1;
    margin-bottom: 50px;
    background: #00ac5a;
    border-radius: 100%;
}
.about-section.style-7 .abr-part .section-header .abs-lab-thumb .pluse_1::after,
.about-section.style-7
    .abr-part
    .section-header
    .abs-lab-thumb
    .pluse_1::before,
.about-section.style-7 .abr-part .section-header .abs-lab-thumb .pluse_2::after,
.about-section.style-7
    .abr-part
    .section-header
    .abs-lab-thumb
    .pluse_2::before {
    background: #00ac5a;
}
.about-section.style-7 .abr-part .section-header .abs-lab-thumb.pink {
    background: #f47ca0;
}
.about-section.style-7
    .abr-part
    .section-header
    .abs-lab-thumb.pink
    .pluse_1::after,
.about-section.style-7
    .abr-part
    .section-header
    .abs-lab-thumb.pink
    .pluse_1::before,
.about-section.style-7
    .abr-part
    .section-header
    .abs-lab-thumb.pink
    .pluse_2::after,
.about-section.style-7
    .abr-part
    .section-header
    .abs-lab-thumb.pink
    .pluse_2::before {
    background: #f47ca0;
}
.about-section.style-7 .abr-part .section-header .abs-lab-thumb.green {
    background: #00e2f1;
}
.about-section.style-7
    .abr-part
    .section-header
    .abs-lab-thumb.green
    .pluse_1::after,
.about-section.style-7
    .abr-part
    .section-header
    .abs-lab-thumb.green
    .pluse_1::before,
.about-section.style-7
    .abr-part
    .section-header
    .abs-lab-thumb.green
    .pluse_2::after,
.about-section.style-7
    .abr-part
    .section-header
    .abs-lab-thumb.green
    .pluse_2::before {
    background: #00e2f1;
}
.about-section.style-7 .abr-part .section-header h2,
.about-section.style-7 .abr-part .section-header p {
    color: #fff;
}
.about-section.style-7 .abr-part .section-header h2 {
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .about-section.style-7 .abr-part .section-header h2 {
        font-size: 30px;
    }
}
.about-section.style-7 .abr-part .section-header ul {
    margin: 20px 0 0;
}
.about-section.style-7 .abr-part .section-header ul li {
    padding: 10px 0;
}
.about-section.seo-about {
    background-image: linear-gradient(
        to right bottom,
        #1a00ff,
        #2010d8,
        #2416b2,
        #25188d,
        #231769
    );
}
.about-section.seo-about .line.line_1 {
    left: 6%;
    top: 25%;
}
.about-section.seo-about .line.line_2 {
    left: 3%;
    top: 70%;
}
.about-section.seo-about .line.line_3 {
    left: 15%;
    top: 50%;
}
.about-section.seo-about .line.line_4 {
    left: 35%;
    top: 5%;
}
.about-section.seo-about .line.line_5 {
    left: 38%;
    top: 58%;
}
.about-section.seo-about .line.line_6 {
    left: 20%;
    top: 90%;
}
.about-section.erp-about
    .section-wrapper
    .lab-item:nth-child(2)
    .lab-inner
    .lab-thumb::after,
.about-section.erp-about
    .section-wrapper
    .lab-item:nth-child(2)
    .lab-inner
    .lab-thumb::before,
.about-section.crypto-about
    .section-wrapper
    .lab-item:nth-child(2)
    .lab-inner
    .lab-thumb::after,
.about-section.crypto-about
    .section-wrapper
    .lab-item:nth-child(2)
    .lab-inner
    .lab-thumb::before {
    background-color: #d0b9dc;
}
.about-section.erp-about
    .section-wrapper
    .lab-item:nth-child(3)
    .lab-inner
    .lab-thumb::after,
.about-section.erp-about
    .section-wrapper
    .lab-item:nth-child(3)
    .lab-inner
    .lab-thumb::before,
.about-section.crypto-about
    .section-wrapper
    .lab-item:nth-child(3)
    .lab-inner
    .lab-thumb::after,
.about-section.crypto-about
    .section-wrapper
    .lab-item:nth-child(3)
    .lab-inner
    .lab-thumb::before {
    background-color: #c384fc;
}
.about-section.erp-about
    .section-wrapper
    .lab-item
    .lab-inner:hover
    .lab-thumb::after,
.about-section.erp-about
    .section-wrapper
    .lab-item
    .lab-inner:hover
    .lab-thumb::before,
.about-section.crypto-about
    .section-wrapper
    .lab-item
    .lab-inner:hover
    .lab-thumb::after,
.about-section.crypto-about
    .section-wrapper
    .lab-item
    .lab-inner:hover
    .lab-thumb::before {
    -webkit-animation: circle-2 1.05s infinite;
    -moz-animation: circle-2 1.05s infinite;
    -ms-animation: circle-2 1.05s infinite;
    -o-animation: circle-2 1.05s infinite;
    animation: circle-2 1.05s infinite;
}
.about-section.erp-about .section-wrapper .lab-item .lab-inner .lab-thumb,
.about-section.crypto-about .section-wrapper .lab-item .lab-inner .lab-thumb {
    box-shadow: none;
}
.about-section.erp-about
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb::after,
.about-section.erp-about
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb::before,
.about-section.crypto-about
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb::after,
.about-section.crypto-about
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb::before {
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #ce70d9;
}
.about-section.erp-about
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb::after,
.about-section.crypto-about
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb::after {
    width: 110px;
    height: 110px;
    opacity: 0.09;
}
.about-section.erp-about
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb::before,
.about-section.crypto-about
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb::before {
    width: 95px;
    height: 95px;
    opacity: 0.2;
}
.about-section.erp-about .section-wrapper .lab-item .lab-inner .lab-thumb img,
.about-section.crypto-about
    .section-wrapper
    .lab-item
    .lab-inner
    .lab-thumb
    img {
    z-index: 1;
}

/* @@@@@@@@@@@@@  SEO Analysis Section Start Here  @@@@@@@@@@@@@@ */
.seo-analysis-section {
    background-image: linear-gradient(
        to right bottom,
        #1a00ff,
        #2010d8,
        #2416b2,
        #25188d,
        #231769
    );
}
.seo-analysis-section .round-shape {
    right: auto;
}
@media (min-width: 1200px) {
    .seo-analysis-section .round-shape {
        left: -15%;
    }
}
@media (min-width: 1440px) {
    .seo-analysis-section .round-shape {
        left: 0;
    }
}
.seo-analysis-section .section-wrapper .analysis-from {
    max-width: 100%;
    margin-left: auto;
    z-index: 1;
    background: #fff;
    margin-bottom: 50px;
    margin-top: 5px;
}
@media (min-width: 992px) {
    .seo-analysis-section .section-wrapper .analysis-from {
        margin-bottom: 15px;
        margin-right: 20px;
        max-width: 410px;
    }
}
.seo-analysis-section .section-wrapper .analysis-from .lab-abs-thumb {
    left: -60%;
    bottom: -31%;
}
@media (max-width: 1023px) {
    .seo-analysis-section .section-wrapper .analysis-from .lab-abs-thumb {
        display: none;
    }
}
.seo-analysis-section .section-wrapper .analysis-from::after {
    left: 0;
    top: -5px;
    width: 100%;
    height: 5px;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(to right, #ffab8b, #fd4372);
}
.seo-analysis-section .section-wrapper .analysis-from .analysis-head {
    border-bottom: 1px solid #ecf0f3;
}
.seo-analysis-section .section-wrapper .analysis-from .analysis-head h4 {
    margin: 0;
}
.seo-analysis-section .section-wrapper .analysis-from .analysis-body form {
    padding: 10px 0;
}
.seo-analysis-section .section-wrapper .analysis-from .analysis-head,
.seo-analysis-section .section-wrapper .analysis-from .analysis-body {
    padding: 15px;
}
@media (min-width: 576px) {
    .seo-analysis-section .section-wrapper .analysis-from .analysis-head,
    .seo-analysis-section .section-wrapper .analysis-from .analysis-body {
        padding: 15px 35px;
    }
}
@media (min-width: 992px) {
    .seo-analysis-section .section-wrapper .section-header.style-2 {
        padding-left: 15px;
    }
}
.seo-analysis-section .section-wrapper .section-header.style-2 h2,
.seo-analysis-section .section-wrapper .section-header.style-2 p {
    color: #fff;
}
.seo-analysis-section .section-wrapper .section-header.style-2 ul {
    padding-top: 20px;
}
.seo-analysis-section
    .section-wrapper
    .section-header.style-2
    .codex-shape
    .line.line_5 {
    top: -15%;
}
.seo-analysis-section
    .section-wrapper
    .section-header.style-2
    .codex-shape
    .line.line_6 {
    top: 100%;
}

/* @@@@@@@@@@@@@  Recent Case Section Start Here  @@@@@@@@@@@@@@ */
.recent-case .section-wrapper {
    justify-content: center;
    margin: -15px;
}
.recent-case .section-wrapper .lab-item-3 .lab-inner {
    background: #fff;
}
.recent-case .lab-btn {
    margin-top: 60px;
    margin-bottom: 7px;
}

/* @@@@@@@@@@@@@  Pricing Table Section Start Here  @@@@@@@@@@@@@@ */
.pricing-table .section-header h2,
.pricing-table .section-header p {
    color: #fff;
}
.pricing-table .section-wrapper {
    justify-content: center;
    margin: 0 -15px;
}
.pricing-table.style-2 .section-header h2 {
    color: #000000;
}
.pricing-table.style-2 .section-header p {
    color: #696969;
}
.pricing-table.style-2
    .section-wrapper
    .pricing-item:nth-child(2)
    .pricing-inner
    .pricing-body
    .price
    h2 {
    background: linear-gradient(to bottom, #7ed500, #00bf8d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pricing-table.style-2
    .section-wrapper
    .pricing-item:nth-child(3)
    .pricing-inner::after {
    background: linear-gradient(to right, #00e9f0, #009bfe);
}
.pricing-table.style-2
    .section-wrapper
    .pricing-item:nth-child(3)
    .pricing-inner
    .pricing-body
    .price
    h2 {
    background: linear-gradient(to bottom, #00e9f0, #009bfe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pricing-table.style-2
    .section-wrapper
    .pricing-item:nth-child(3)
    .pricing-inner
    .pricing-body
    .price-list
    ul
    li::after {
    color: #00e9f0;
}
.pricing-table.style-2
    .section-wrapper
    .pricing-item:nth-child(3)
    .pricing-inner
    .pricing-body
    .price-btn
    .lab-btn {
    background: linear-gradient(to right, #00e9f0, #009bfe);
}
.pricing-table.style-2
    .section-wrapper
    .pricing-item:nth-child(3)
    .pricing-inner
    .pricing-body
    .price-btn
    .lab-btn::after {
    background: linear-gradient(to left, #00e9f0, #009bfe);
}
.pricing-table.style-2 .section-wrapper .pricing-item .pricing-inner {
    text-align: left;
}
.pricing-table.style-2
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price {
    background: transparent;
    box-shadow: none;
    border-top: 1px solid #ecf0f3;
    border-radius: 0;
    margin-bottom: 0;
}
.pricing-table.style-2
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price::after {
    display: none;
}
.pricing-table.style-2
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price
    h2 {
    background: linear-gradient(to bottom, #f9769d, #bb6df7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pricing-table.style-2
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price
    h2::after {
    background: #696969;
}
.pricing-table.style-2
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price
    p {
    color: #696969;
}
.pricing-table.style-2
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price-list {
    padding: 0;
}
.pricing-table.style-2
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price-btn {
    justify-content: flex-start;
}
.pricing-table.vpn {
    background: #fbfcff;
}
.pricing-table.vpn .section-header h2 {
    color: #000000;
}
.pricing-table.vpn .section-header p {
    color: #696969;
}
.pricing-table.marketing {
    position: relative;
    z-index: 1;
}
.pricing-table.marketing .section-header h2 {
    color: #000000;
}
.pricing-table.marketing .section-header p {
    color: #696969;
}
.pricing-table.marketing .section-wrapper {
    margin: 0 -15px 50px;
}
@media (max-width: 767px) {
    .pricing-table.marketing .section-wrapper .pricing-item {
        width: 100%;
    }
}
.pricing-table.marketing .section-wrapper .pricing-item::after {
    width: calc(100% - 30px);
    height: calc(100% - 50px);
    bottom: 15px;
    left: 15px;
    z-index: -1;
    display: none;
    background: linear-gradient(to top, #23cc88, #8ecf35);
}
@media (min-width: 768px) {
    .pricing-table.marketing .section-wrapper .pricing-item::after {
        display: block;
    }
}
@media (min-width: 1200px) {
    .pricing-table.marketing .section-wrapper .pricing-item::after {
        bottom: -35px;
    }
}
.pricing-table.marketing .section-wrapper .pricing-item:nth-child(2)::after {
    background: linear-gradient(to top, #ff4f58, #ffb400);
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item:nth-child(2)
    .pricing-inner
    .pricing-body
    .price
    h2 {
    color: #ff6148;
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item:nth-child(2)
    .pricing-inner
    .pricing-body
    .price
    h2::after {
    background: #ff6148;
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item:nth-child(2)
    .pricing-inner
    .pricing-body
    .price
    p {
    color: #ff6148;
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item:nth-child(2)
    .pricing-inner
    .pricing-body
    .price-list
    ul
    li::after {
    color: #ff6148;
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item:nth-child(2)
    .pricing-inner
    .pricing-body
    .price-btn
    .lab-btn {
    background: #ff6148;
}
.pricing-table.marketing .section-wrapper .pricing-item:nth-child(3)::after {
    background: linear-gradient(to top, #5f51b5, #ce62fd);
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item:nth-child(3)
    .pricing-inner
    .pricing-body
    .price
    h2 {
    color: #c961f9;
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item:nth-child(3)
    .pricing-inner
    .pricing-body
    .price
    h2::after {
    background: #c961f9;
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item:nth-child(3)
    .pricing-inner
    .pricing-body
    .price
    p {
    color: #c961f9;
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item:nth-child(3)
    .pricing-inner
    .pricing-body
    .price-list
    ul
    li::after {
    color: #c961f9;
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item:nth-child(3)
    .pricing-inner
    .pricing-body
    .price-btn
    .lab-btn {
    background: #5f51b5;
}
.pricing-table.marketing .section-wrapper .pricing-item .pricing-inner {
    text-align: left;
    box-shadow: 0 0 10px rgba(10, 35, 82, 0.1);
}
@media (min-width: 768px) and (max-width: 1199px) {
    .pricing-table.marketing .section-wrapper .pricing-item .pricing-inner {
        margin-right: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .pricing-table.marketing .section-wrapper .pricing-item .pricing-inner {
        margin-right: 55px;
    }
}
.pricing-table.marketing .section-wrapper .pricing-item .pricing-inner::after {
    display: none;
}
.pricing-table.marketing .section-wrapper .pricing-item .pricing-inner:hover {
    transform: translateY(110px) translateX(40px);
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-head {
    padding-bottom: 10px;
}
@media (min-width: 992px) {
    .pricing-table.marketing
        .section-wrapper
        .pricing-item
        .pricing-inner
        .pricing-head
        h4 {
        font-size: 30px;
    }
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price {
    background: transparent;
    box-shadow: none;
    border-top: none;
    border-radius: 0;
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .pricing-table.marketing
        .section-wrapper
        .pricing-item
        .pricing-inner
        .pricing-body
        .price {
        text-align: center;
    }
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price::after {
    display: none;
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price
    h2 {
    color: #8ecf35;
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price
    h2::after {
    background: #8ecf35;
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price
    p {
    color: #8ecf35;
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price-list {
    padding: 0;
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price-list
    ul
    li::after {
    color: #8ecf35;
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price-btn {
    justify-content: center;
}
.pricing-table.marketing
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price-btn
    .lab-btn {
    background: #3bcd76;
}
.pricing-table.shopapp {
    background: #fffefa;
}
.pricing-table.shopapp .section-header h2 {
    color: #000000;
}
.pricing-table.shopapp .section-header p {
    color: #696969;
}
@media (min-width: 992px) {
    .pricing-table.shopapp .section-header p {
        max-width: 650px;
        margin: 0 auto;
    }
}
.pricing-table.shopapp .section-wrapper {
    margin: 0 -15px;
}
.pricing-table.shopapp
    .section-wrapper
    .pricing-item:nth-child(2)
    .pricing-inner
    .pricing-body
    .price {
    background: linear-gradient(to right, #5f51b5, #ce62fd);
}
.pricing-table.shopapp
    .section-wrapper
    .pricing-item:nth-child(2)
    .pricing-inner
    .pricing-body
    .price-btn
    .lab-btn {
    background: #5f51b5;
}
.pricing-table.shopapp
    .section-wrapper
    .pricing-item:nth-child(3)
    .pricing-inner
    .pricing-body
    .price {
    background: linear-gradient(to right, #ff4f58, #ffb400);
}
.pricing-table.shopapp
    .section-wrapper
    .pricing-item:nth-child(3)
    .pricing-inner
    .pricing-body
    .price-btn
    .lab-btn {
    background: #ff594f;
}
.pricing-table.shopapp .section-wrapper .pricing-item .pricing-inner {
    padding: 30px 0 50px;
    box-shadow: 0 0 10px rgba(10, 35, 82, 0.1);
}
.pricing-table.shopapp .section-wrapper .pricing-item .pricing-inner::after {
    display: none;
}
@media (min-width: 576px) {
    .pricing-table.shopapp
        .section-wrapper
        .pricing-item
        .pricing-inner
        .pricing-head
        h4 {
        font-size: 30px;
    }
}
.pricing-table.shopapp
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 24px 0;
    box-shadow: none;
    background: linear-gradient(to right, #e85aca, #fc4e65);
}
.pricing-table.shopapp
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price-list
    ul
    li {
    padding-left: 0;
    justify-content: center;
}
.pricing-table.shopapp
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price-list
    ul
    li::after {
    display: none;
}
.pricing-table.shopapp
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price-btn
    .lab-btn {
    background: #ec58b7;
}
.pricing-table.shopapp
    .section-wrapper
    .pricing-item
    .pricing-inner
    .pricing-body
    .price-btn
    .lab-btn::after {
    display: none;
}

/* @@@@@@@@@@@@@  Blog Section Start Here  @@@@@@@@@@@@@@ */
.blog-section {
    background: #fffbf8;
}
.blog-section .section-wrapper .left {
    margin: -15px;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .blog-section .section-wrapper .left {
        margin-bottom: 0;
    }
}
.blog-section .section-wrapper .left .post-item .post-item-inner {
    margin: 15px;
}
.blog-section
    .section-wrapper
    .left
    .post-item
    .post-item-inner
    .post-content
    .entry-meta
    .date {
    margin-bottom: 15px;
}
.blog-section
    .section-wrapper
    .left
    .post-item
    .post-item-inner
    .post-content
    .lab-btn {
    margin-top: 15px;
}
.blog-section .section-wrapper .right {
    justify-content: center;
    margin: -15px;
}
.blog-section .section-wrapper .right .post-item {
    width: calc(100% / 1);
}
@media (min-width: 576px) {
    .blog-section .section-wrapper .right .post-item {
        width: calc(100% / 2);
    }
}
.blog-section .section-wrapper .right .post-item .post-item-inner {
    margin: 15px;
}
.blog-section
    .section-wrapper
    .right
    .post-item
    .post-item-inner
    .post-content {
    padding: 25px 20px;
}
.blog-section
    .section-wrapper
    .right
    .post-item
    .post-item-inner
    .post-content
    h6 {
    font-size: 18px;
}
.blog-section.erp .section-wrapper .post-item {
    margin-bottom: 40px;
}
.blog-section.erp .section-wrapper .post-item .post-item-inner:hover {
    transform: scale(1);
}
.blog-section.erp
    .section-wrapper
    .post-item
    .post-item-inner:hover
    .post-thumb
    img {
    transform: scale(1.1) rotate(5deg);
}
.blog-section.erp
    .section-wrapper
    .post-item
    .post-item-inner:hover
    .post-content
    h5
    a {
    color: #fd4372;
}
.blog-section.erp .section-wrapper .post-item .post-item-inner::after {
    display: none;
}
.blog-section.erp
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb::after {
    width: 100%;
    height: 25%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(
        to bottom,
        rgba(245, 246, 252, 0),
        rgba(208, 117, 186, 0.86)
    );
}
.blog-section.erp .section-wrapper .post-item .post-item-inner .post-thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}
.blog-section.erp
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    .author-comment {
    bottom: 20px;
    padding: 0 20px;
    width: 100%;
    left: 0;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
}
.blog-section.erp
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    .author-comment
    a {
    color: #fff;
}
.blog-section.erp
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    .author-comment
    a.comments {
    font-size: 14px;
}
.blog-section.erp
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    .author-comment
    a.comments
    i {
    margin-right: 8px;
    color: #fff;
}
.blog-section.erp
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    .author-comment
    a
    img {
    width: auto;
    max-width: 100%;
    margin-right: 10px;
    transform: scale(1) rotate(0deg);
}
.blog-section.erp .section-wrapper .post-item .post-item-inner .post-content {
    padding: 30px;
}
.blog-section.erp
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .entry-meta
    .date {
    margin-bottom: 0px;
}
.blog-section.erp .section-wrapper .text-center .lab-btn {
    margin-bottom: 10px;
}
.blog-section.marketing,
.blog-section.blog-page {
    background: #fff;
}
.blog-section.marketing .section-wrapper .post-item,
.blog-section.blog-page .section-wrapper .post-item {
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
    margin-bottom: 15px;
}
.blog-section.marketing .section-wrapper .post-item .post-item-inner:hover,
.blog-section.blog-page .section-wrapper .post-item .post-item-inner:hover {
    transform: scale(1);
}
.blog-section.marketing
    .section-wrapper
    .post-item
    .post-item-inner:hover
    .post-thumb
    a
    img,
.blog-section.blog-page
    .section-wrapper
    .post-item
    .post-item-inner:hover
    .post-thumb
    a
    img {
    transform: scale(1.06);
}
.blog-section.marketing
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    img,
.blog-section.blog-page
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-section.marketing
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content,
.blog-section.blog-page
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content {
    padding: 20px;
}
.blog-section.marketing
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    h4
    a:hover,
.blog-section.blog-page
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    h4
    a:hover {
    color: #fd4372;
}
.blog-section.marketing
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .post-footer
    .text-btn,
.blog-section.blog-page
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .post-footer
    .text-btn {
    font-weight: 700;
    color: #000000;
}
.blog-section.marketing
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .post-footer
    .text-btn:hover,
.blog-section.blog-page
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .post-footer
    .text-btn:hover {
    color: #fd4372;
}
.blog-section.marketing
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .post-footer
    .text-btn:hover
    i,
.blog-section.blog-page
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .post-footer
    .text-btn:hover
    i {
    margin-left: 5px;
    opacity: 1;
    color: #fd4372;
}
.blog-section.marketing
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .post-footer
    .text-btn
    i,
.blog-section.blog-page
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .post-footer
    .text-btn
    i {
    opacity: 0;
    margin-left: -15px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-section.marketing
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .post-footer
    .comments
    i,
.blog-section.blog-page
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .post-footer
    .comments
    i {
    font-size: 24px;
    color: #b2b2b2;
}
.blog-section.marketing
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .post-footer
    .comments
    span,
.blog-section.blog-page
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .post-footer
    .comments
    span {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: -8px;
    left: 50%;
    font-size: 12px;
    text-align: center;
    background: #fd4372;
    color: #fff;
    transform: translateX(-50%);
    display: inline-block;
}
.blog-section.crypto .section-header h2,
.blog-section.crypto .section-header p {
    color: #fff;
}
.blog-section.crypto .section-wrapper .post-item {
    margin-bottom: 40px;
}
.blog-section.crypto .section-wrapper .post-item .post-item-inner:hover {
    transform: scale(1);
}
.blog-section.crypto
    .section-wrapper
    .post-item
    .post-item-inner:hover
    .post-thumb
    img {
    transform: scale(1.1) rotate(5deg);
}
.blog-section.crypto .section-wrapper .post-item .post-item-inner::after {
    display: none;
}
.blog-section.crypto
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb::after {
    width: 100%;
    height: 25%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(
        to bottom,
        rgba(245, 246, 252, 0),
        rgba(208, 117, 186, 0.86)
    );
}
.blog-section.crypto
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}
.blog-section.crypto
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    .author-comment {
    bottom: 20px;
    padding: 0 20px;
    width: 100%;
    left: 0;
    align-items: center;
    z-index: 1;
    justify-content: space-between;
}
.blog-section.crypto
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    .author-comment
    a {
    color: #fff;
}
.blog-section.crypto
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    .author-comment
    a.comments {
    font-size: 14px;
}
.blog-section.crypto
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    .author-comment
    a.comments
    i {
    margin-right: 8px;
    color: #fff;
}
.blog-section.crypto
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    .author-comment
    a
    img {
    width: auto;
    max-width: 100%;
    margin-right: 10px;
    transform: scale(1) rotate(0deg);
}
.blog-section.crypto
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content {
    padding: 30px;
}
.blog-section.crypto
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    h5
    a:hover {
    color: #fd4372;
}
.blog-section.crypto
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .entry-meta
    .date {
    margin-bottom: 0px;
}
.blog-section.crypto .section-wrapper .lab-btn {
    background: linear-gradient(to right, #fd77b4, #ffbae7);
    margin-bottom: 10px;
}
@media (min-width: 576px) {
    .blog-section.crypto .section-wrapper .lab-btn {
        width: 200px;
    }
}
.blog-section.blog-page {
    background: #fff;
}
.blog-section.blog-page .section-wrapper {
    margin-bottom: -15px;
}
.blog-section.blog-page .section-wrapper .post-item {
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.blog-section.blog-page
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    h4
    a:hover {
    color: #ff5455;
}
.blog-section.blog-page
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .author-date
    a:hover {
    color: #ff5455;
}
.blog-section.blog-page
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .lab-btn {
    text-transform: uppercase;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
.blog-section.blog-page .section-wrapper .paginations {
    margin-bottom: 25px;
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-thumb
    img {
    width: 100%;
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content {
    padding: 50px 30px;
    background: #fff;
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    h4 {
    margin-bottom: 10px;
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .meta-post {
    margin-bottom: 15px;
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .meta-post
    ul
    li
    a
    i {
    padding-right: 5px;
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .meta-post
    ul
    li
    a.admin {
    padding-right: 20px;
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    p,
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    img,
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    iframe {
    margin-bottom: 20px;
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    iframe {
    width: 100%;
    height: 370px;
    border: none;
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    blockquote {
    color: #fff;
    margin: 0 0 20px;
    padding: 25px;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    blockquote::before {
    width: 40px;
    height: 40px;
    color: #fff;
    content: "";
    font-size: 30px;
    font-family: IcoFont !important;
}
@media (max-width: 767px) {
    .blog-section.blog-single
        .section-wrapper
        .post-item
        .post-item-inner
        .post-content
        blockquote::before {
        display: none;
    }
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    blockquote
    p {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .blog-section.blog-single
        .section-wrapper
        .post-item
        .post-item-inner
        .post-content
        blockquote
        p {
        padding-left: 60px;
        font-size: 18px;
        line-height: 30px;
    }
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    blockquote
    cite {
    display: block;
    text-align: right;
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    blockquote
    cite
    a {
    color: #fff;
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    img {
    width: 100%;
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .tags-section {
    justify-content: space-between;
    align-items: center;
    margin: 40px -30px -25px;
    padding: 23px 30px 0;
    border-top: 1px solid #ecf0f3;
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .tags-section
    .tags {
    margin: 0;
    width: calc(100% / 1);
}
@media (max-width: 575px) {
    .blog-section.blog-single
        .section-wrapper
        .post-item
        .post-item-inner
        .post-content
        .tags-section
        .tags {
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .blog-section.blog-single
        .section-wrapper
        .post-item
        .post-item-inner
        .post-content
        .tags-section
        .tags {
        width: calc(100% / 2);
    }
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .tags-section
    .tags
    li {
    margin: 5px;
    padding: 0;
}
@media (min-width: 992px) {
    .blog-section.blog-single
        .section-wrapper
        .post-item
        .post-item-inner
        .post-content
        .tags-section
        .tags
        li:first-child {
        margin-left: 0;
    }
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .tags-section
    .tags
    li
    a {
    padding: 5px 18px;
    border: 1px solid #ecf0f3;
    color: #000000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .tags-section
    .tags
    li
    a:hover,
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .tags-section
    .tags
    li
    a
    .active {
    background: #fd4372;
    color: #fff;
    border-color: #fd4372;
}
.blog-section.blog-single
    .section-wrapper
    .post-item
    .post-item-inner
    .post-content
    .tags-section
    .scocial-media {
    margin-bottom: 0;
    text-align: center;
    width: calc(100% / 1);
    margin-top: 20px;
}
@media (min-width: 576px) {
    .blog-section.blog-single
        .section-wrapper
        .post-item
        .post-item-inner
        .post-content
        .tags-section
        .scocial-media {
        text-align: right;
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .blog-section.blog-single
        .section-wrapper
        .post-item
        .post-item-inner
        .post-content
        .tags-section
        .scocial-media {
        width: calc(100% / 2);
    }
}
.blog-section.blog-single .section-wrapper .title-border {
    font-size: 20px;
    color: #000f3a;
    margin: 0 0 28px 0;
    padding: 20px 30px;
    border-bottom: 1px solid #ecf0f3;
}
@media (min-width: 992px) {
    .blog-section.blog-single .section-wrapper .title-border {
        padding: 20px 30px;
    }
}
.blog-section.blog-single .section-wrapper .navigations-part {
    justify-content: space-between;
    padding: 25px;
    margin: 30px 0;
}
.blog-section.blog-single .section-wrapper .navigations-part .left {
    margin: 0;
    text-align: left;
}
@media (min-width: 768px) {
    .blog-section.blog-single .section-wrapper .navigations-part .left {
        width: calc(100% / 2);
    }
}
.blog-section.blog-single .section-wrapper .navigations-part .right {
    text-align: right;
    margin: 0;
    justify-content: flex-end;
}
@media (max-width: 575px) {
    .blog-section.blog-single .section-wrapper .navigations-part .right {
        margin-top: 20px;
    }
}
@media (min-width: 768px) {
    .blog-section.blog-single .section-wrapper .navigations-part .right {
        width: calc(100% / 2);
    }
}
.blog-section.blog-single .section-wrapper .navigations-part .left .title,
.blog-section.blog-single .section-wrapper .navigations-part .right .title {
    color: #696969;
}
.blog-section.blog-single .section-wrapper .navigations-part .left .title:hover,
.blog-section.blog-single
    .section-wrapper
    .navigations-part
    .left
    .title
    .active,
.blog-section.blog-single
    .section-wrapper
    .navigations-part
    .right
    .title:hover,
.blog-section.blog-single
    .section-wrapper
    .navigations-part
    .right
    .title
    .active {
    color: #fd4372;
}
@media (min-width: 768px) {
    .blog-section.blog-single .section-wrapper .navigations-part .left .title,
    .blog-section.blog-single .section-wrapper .navigations-part .right .title {
        max-width: 90%;
    }
}
.blog-section.blog-single .section-wrapper .navigations-part .left .next,
.blog-section.blog-single .section-wrapper .navigations-part .left .prev,
.blog-section.blog-single .section-wrapper .navigations-part .right .next,
.blog-section.blog-single .section-wrapper .navigations-part .right .prev {
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.blog-section.blog-single .section-wrapper .navigations-part .left .next:hover,
.blog-section.blog-single
    .section-wrapper
    .navigations-part
    .left
    .next
    .active,
.blog-section.blog-single .section-wrapper .navigations-part .left .prev:hover,
.blog-section.blog-single
    .section-wrapper
    .navigations-part
    .left
    .prev
    .active,
.blog-section.blog-single .section-wrapper .navigations-part .right .next:hover,
.blog-section.blog-single
    .section-wrapper
    .navigations-part
    .right
    .next
    .active,
.blog-section.blog-single .section-wrapper .navigations-part .right .prev:hover,
.blog-section.blog-single
    .section-wrapper
    .navigations-part
    .right
    .prev
    .active {
    color: #fd4372;
}
.blog-section.blog-single .section-wrapper .authors {
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    margin: 30px 0;
}
@media (max-width: 575px) {
    .blog-section.blog-single .section-wrapper .authors {
        justify-content: center;
    }
}
.blog-section.blog-single .section-wrapper .authors .author-thumb {
    width: 160px;
    text-align: center;
}
.blog-section.blog-single .section-wrapper .authors .author-thumb a {
    width: 140px;
    height: 140px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.blog-section.blog-single .section-wrapper .authors .author-thumb a img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.blog-section.blog-single .section-wrapper .authors .author-content {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
@media (min-width: 576px) {
    .blog-section.blog-single .section-wrapper .authors .author-content {
        width: calc(100% - 170px);
        margin-top: 0;
        text-align: left;
    }
}
.blog-section.blog-single .section-wrapper .authors .author-content h6 {
    margin-bottom: 5px;
}
.blog-section.blog-single .section-wrapper .authors .author-content p {
    margin-bottom: 10px;
}
.blog-section.blog-single
    .section-wrapper
    .authors
    .author-content
    .scocial-media {
    margin-bottom: 0;
}
.blog-section.blog-single
    .section-wrapper
    .authors
    .author-content
    .scocial-media
    a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: transparent;
}
.blog-section.blog-single
    .section-wrapper
    .authors
    .author-content
    .scocial-media
    a.facebook {
    color: #3b5998;
}
.blog-section.blog-single
    .section-wrapper
    .authors
    .author-content
    .scocial-media
    a.twitter {
    color: #55acee;
}
.blog-section.blog-single
    .section-wrapper
    .authors
    .author-content
    .scocial-media
    a.linkedin {
    color: #007bb5;
}
.blog-section.blog-single
    .section-wrapper
    .authors
    .author-content
    .scocial-media
    a.vimeo {
    color: #3b5998;
}
.blog-section.blog-single .section-wrapper .comments {
    margin-top: 30px;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.blog-section.blog-single .section-wrapper .comments .comment-list {
    margin: 0;
    padding: 20px;
}
@media (min-width: 992px) {
    .blog-section.blog-single .section-wrapper .comments .comment-list {
        padding: 20px 30px;
    }
}
@media (max-width: 575px) {
    .blog-section.blog-single .section-wrapper .comments .comment-list {
        margin: 0;
    }
}
.blog-section.blog-single .section-wrapper .comments .comment-list .comment {
    justify-content: space-between;
}
.blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .com-thumb {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .blog-section.blog-single
        .section-wrapper
        .comments
        .comment-list
        .comment
        .com-thumb {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .blog-section.blog-single
        .section-wrapper
        .comments
        .comment-list
        .comment
        .com-thumb {
        height: 80px;
        width: 80px;
    }
}
.blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .com-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    width: calc(100% - 100px);
}
@media (max-width: 575px) {
    .blog-section.blog-single
        .section-wrapper
        .comments
        .comment-list
        .comment
        .com-content {
        width: 100%;
    }
}
.blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .com-content:last-child {
    border-bottom: none;
}
@media (min-width: 576px) {
    .blog-section.blog-single
        .section-wrapper
        .comments
        .comment-list
        .comment
        .com-content
        .com-title {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
}
.blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .com-content
    .com-title
    .com-title-meta
    h6 {
    margin: 0;
    font-size: 18px;
}
.blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .com-content
    .com-title
    .com-title-meta
    h6
    a {
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .com-content
    .com-title
    .com-title-meta
    h6
    a:hover {
    color: #fd4372;
}
.blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .com-content
    .com-title
    .com-title-meta
    span {
    font-size: 16px;
    color: #696969;
    display: inline-block;
    margin-bottom: 5px;
}
@media (max-width: 575px) {
    .blog-section.blog-single
        .section-wrapper
        .comments
        .comment-list
        .comment
        .com-content
        .com-title
        .reply {
        margin-bottom: 10px;
        display: inline-block;
    }
}
.blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .com-content
    .com-title
    .reply
    .comment-reply-link {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
}
.blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .com-content
    .com-title
    .reply
    .comment-reply-link:hover {
    color: #fd4372;
}
.blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .com-content
    p {
    margin-bottom: 0;
    line-height: 24px;
}
.blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .comment-list {
    padding-right: 0;
}
@media (min-width: 576px) {
    .blog-section.blog-single
        .section-wrapper
        .comments
        .comment-list
        .comment
        .comment-list {
        padding-left: 30px;
    }
}
@media (max-width: 575px) {
    .blog-section.blog-single
        .section-wrapper
        .comments
        .comment-list
        .comment
        .comment-list {
        padding: 0px;
    }
}
.blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .comment-list
    .comment {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 0px;
}
.blog-section.blog-single
    .section-wrapper
    .comments
    .comment-list
    .comment
    .comment-list
    .comment:last-child {
    border: none;
    padding-bottom: 0px;
}
.blog-section.blog-single .section-wrapper .comment-respond {
    margin: 30px 0;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.blog-section.blog-single .section-wrapper .comment-respond .add-comment {
    padding: 10px 30px 40px;
}
.blog-section.blog-single
    .section-wrapper
    .comment-respond
    .add-comment
    .comment-form {
    justify-content: space-between;
}
.blog-section.blog-single
    .section-wrapper
    .comment-respond
    .add-comment
    .comment-form
    input[type="text"] {
    color: #696969;
    padding: 10px 15px;
    width: 100%;
}
@media (min-width: 576px) {
    .blog-section.blog-single
        .section-wrapper
        .comment-respond
        .add-comment
        .comment-form
        input[type="text"] {
        width: calc(100% / 2 - 15px);
    }
}
@media (min-width: 768px) {
    .blog-section.blog-single
        .section-wrapper
        .comment-respond
        .add-comment
        .comment-form
        input[type="text"]:nth-child(3) {
        width: 100% !important;
    }
}
.blog-section.blog-single
    .section-wrapper
    .comment-respond
    .add-comment
    .comment-form
    input,
.blog-section.blog-single
    .section-wrapper
    .comment-respond
    .add-comment
    .comment-form
    textarea {
    background: #f1f6fa;
    border: none;
    outline: none;
    margin-bottom: 20px;
}
.blog-section.blog-single
    .section-wrapper
    .comment-respond
    .add-comment
    .comment-form
    textarea {
    padding: 15px;
}
.blog-section.blog-single
    .section-wrapper
    .comment-respond
    .add-comment
    .comment-form
    p.comment-form-cookies-consent {
    width: 100%;
    display: flex;
}
.blog-section.blog-single
    .section-wrapper
    .comment-respond
    .add-comment
    .comment-form
    p.comment-form-cookies-consent
    input {
    margin-right: 10px;
    width: auto;
    margin-bottom: 0;
    transform: translateY(5px);
}
.blog-section.blog-single
    .section-wrapper
    .comment-respond
    .add-comment
    .comment-form
    p.comment-form-cookies-consent
    label {
    margin-bottom: 0;
}
.blog-section.blog-single
    .section-wrapper
    .comment-respond
    .add-comment
    .comment-form
    .lab-btn {
    border: none;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
.blog-section.blog-single
    .section-wrapper
    .comment-respond
    .add-comment
    .comment-form
    .lab-btn
    span {
    font-weight: 500;
}
.blog-section.blog-single article {
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .blog-section.blog-single article {
        margin-bottom: 0;
    }
}

.widget {
    padding: 25px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.widget:last-child {
    margin-bottom: 0;
}
.widget .widget-header {
    padding: 25px 25px 0;
    border-bottom: 1px solid #ecf0f3;
}
.widget .widget-header h5 {
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 15px;
}
.widget .widget-wrapper {
    margin: 0;
    padding: 15px 0;
}
.widget .widget-wrapper li {
    list-style: none;
    border-bottom: 1px solid #ecf0f3;
    padding: 25px;
}
.widget .widget-wrapper li:last-child {
    border-bottom: none;
}
.widget.widget-search {
    background: #fff;
}
@media (max-width: 991px) {
    .widget.widget-search {
        margin-top: 30px;
    }
}
.widget.widget-search .search-wrapper input {
    background: #f6fbff;
    height: 50px;
    padding-left: 10px;
    line-height: 50px;
    margin-bottom: 0;
    border: none;
    width: 100%;
    outline: none;
}
.widget.widget-search .search-wrapper button {
    padding: 0;
    top: 0;
    right: 0;
    line-height: 50px;
    width: 50px;
    height: 50px;
    outline: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    background: #f6fbff;
}
.widget.widget-archive,
.widget.widget-category {
    padding: 0;
}
.widget.widget-archive .widget-wrapper li,
.widget.widget-category .widget-wrapper li {
    padding: 0;
}
.widget.widget-archive .widget-wrapper li a,
.widget.widget-category .widget-wrapper li a {
    color: #000000;
    padding: 15px 25px;
}
.widget.widget-archive .widget-wrapper li a i,
.widget.widget-category .widget-wrapper li a i {
    margin-right: 5px;
}
.widget.widget-archive .widget-wrapper li a.active,
.widget.widget-archive .widget-wrapper li a:hover,
.widget.widget-category .widget-wrapper li a.active,
.widget.widget-category .widget-wrapper li a:hover {
    padding-left: 30px;
    color: #ff5455;
}
.widget.widget-post {
    padding: 0;
}
.widget.widget-post ul.widget-wrapper {
    padding: 0;
}
@media (min-width: 576px) {
    .widget.widget-post ul.widget-wrapper li {
        flex-direction: row-reverse;
    }
}
.widget.widget-post ul.widget-wrapper li .post-thumb {
    width: 90px;
    height: 80px;
}
.widget.widget-post ul.widget-wrapper li .post-thumb a {
    display: inline-flex;
    height: 100%;
}
.widget.widget-post ul.widget-wrapper li .post-thumb a img {
    width: 100%;
}
.widget.widget-post ul.widget-wrapper li .post-content {
    width: calc(100% - 110px);
}
.widget.widget-post ul.widget-wrapper li .post-content a h6 {
    line-height: 24px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget.widget-post ul.widget-wrapper li .post-content a h6:hover {
    color: #ff5455;
}
.widget.widget-post ul.widget-wrapper li .post-content p {
    margin: 0;
}
.widget.widget-instagram {
    padding: 0;
}
.widget.widget-instagram ul.widget-wrapper {
    padding: 25px 20px;
}
.widget.widget-instagram ul.widget-wrapper li {
    width: calc(100% / 3);
    padding: 0;
    border: none;
}
.widget.widget-instagram ul.widget-wrapper li a {
    margin: 5px;
}
.widget.widget-tags {
    padding: 0;
}
.widget.widget-tags ul.widget-wrapper {
    padding: 20px;
    justify-content: center;
}
.widget.widget-tags ul.widget-wrapper li {
    border: none;
    padding: 0;
}
.widget.widget-tags ul.widget-wrapper li a {
    padding: 3px 10px;
    color: #372f25;
    border: 1px solid #ecf0f3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 5px;
    font-size: 14px;
}
.widget.widget-tags ul.widget-wrapper li a.active,
.widget.widget-tags ul.widget-wrapper li a:hover {
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
    color: #fff;
    border-color: #fff;
}
.widget.recipe-categori {
    padding: 0;
}
.widget.recipe-categori .widget-wrapper {
    padding: 25px 15px;
}
.widget.recipe-categori .widget-wrapper .recipe-item {
    border: 1px dotted #ecf0f3;
    border-width: 1px;
    border-top: none;
    border-right: none;
    margin: 5px;
}
.widget.shop-widget {
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
    margin-top: 35px;
    padding: 0;
}
.widget.shop-widget .widget-wrapper .shop-menu {
    margin: 0;
}
.widget.shop-widget .widget-wrapper .shop-menu li {
    list-style: none;
    border-bottom: 1px solid #ecf0f3;
    padding: 12px 15px;
}
.widget.shop-widget .widget-wrapper .shop-menu li:last-child {
    border-bottom: none;
}
.widget.shop-widget .widget-wrapper .shop-menu li.menu-item-has-children {
    margin-right: 0;
}
.widget.shop-widget .widget-wrapper .shop-menu li.open > a {
    color: #fd4372;
}
.widget.shop-widget .widget-wrapper .shop-menu li a {
    display: block;
    font-weight: 500;
    color: #000000;
    width: 100%;
}
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu {
    margin: 0;
    padding-left: 15px;
    padding-top: 5px;
    display: none;
    width: 100%;
}
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li {
    padding: 2px 0;
    border-bottom: none;
}
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li.open > a {
    color: #fd4372;
}
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a.active,
.widget.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a:hover {
    color: #fd4372;
}
.widget.letest-product {
    margin-top: 35px;
    padding: 0;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.widget.letest-product .widget-wrapper ul {
    margin: 0;
}
.widget.letest-product .widget-wrapper ul li {
    padding: 15px;
    list-style: none;
    border-bottom: 1px solid #ecf0f3;
}
.widget.letest-product .widget-wrapper ul li:last-child {
    border-bottom: none;
}
.widget.letest-product .widget-wrapper ul li:hover .product-thumb img {
    transform: scale(1.1);
}
.widget.letest-product .widget-wrapper ul li:hover .product-content h6 a {
    color: #fd4372;
}
.widget.letest-product .widget-wrapper ul li .product-thumb {
    width: 70px;
    height: 70px;
    overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .widget.letest-product .widget-wrapper ul li .product-thumb {
        width: 100%;
        height: 100%;
        margin-bottom: 15px;
    }
}
.widget.letest-product .widget-wrapper ul li .product-thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget.letest-product .widget-wrapper ul li .product-content {
    padding-left: 15px;
    width: calc(100% - 70px);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .widget.letest-product .widget-wrapper ul li .product-content {
        width: 100%;
        margin-bottom: 15px;
    }
}
.widget.letest-product .widget-wrapper ul li .product-content h6 {
    margin: 0;
}
.widget.letest-product .widget-wrapper ul li .product-content h6 a {
    color: #000000;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget.letest-product .widget-wrapper ul li .product-content p {
    margin-bottom: 0;
}
.widget.letest-product .widget-wrapper ul li .product-content p i {
    font-size: 12px;
    color: #e9ba17;
}
.widget.letest-product .widget-wrapper ul li .product-content p span {
    font-size: 14px;
}

/* @@@@@@@@@@@@@  Clients Section Start Here  @@@@@@@@@@@@@@ */
.clints-section .section-wrapper {
    height: 400px;
    background: url(../images/client/bg.png) no-repeat;
    background-position: center;
}
@media (max-width: 575px) {
    .clints-section .section-wrapper .clients .client-list {
        position: static !important;
        margin: 15px;
    }
}
@media (max-width: 575px) {
    .clints-section
        .section-wrapper
        .clients
        .client-list.active
        .client-content {
        opacity: 1;
        visibility: visible;
    }
}
.clints-section .section-wrapper .clients .client-list:hover .client-content {
    opacity: 1;
    visibility: visible;
}
.clints-section
    .section-wrapper
    .clients
    .client-list:hover
    .client-thumb::after,
.clints-section
    .section-wrapper
    .clients
    .client-list:hover
    .client-thumb::before {
    -webkit-animation: circle-2 1.05s infinite;
    -moz-animation: circle-2 1.05s infinite;
    -ms-animation: circle-2 1.05s infinite;
    -o-animation: circle-2 1.05s infinite;
    animation: circle-2 1.05s infinite;
}
@media (min-width: 768px) {
    .clints-section
        .section-wrapper
        .clients
        .client-list:nth-child(1)
        .client-content,
    .clints-section
        .section-wrapper
        .clients
        .client-list:nth-child(2)
        .client-content {
        top: 50px;
        bottom: auto;
        left: 0;
        right: auto;
    }
    .clints-section
        .section-wrapper
        .clients
        .client-list:nth-child(1)
        .client-content::after,
    .clints-section
        .section-wrapper
        .clients
        .client-list:nth-child(2)
        .client-content::after {
        top: -15px;
        bottom: auto;
        left: 25px;
        right: auto;
    }
}
@media (min-width: 768px) {
    .clints-section
        .section-wrapper
        .clients
        .client-list:nth-child(3)
        .client-content,
    .clints-section
        .section-wrapper
        .clients
        .client-list:nth-child(7)
        .client-content {
        top: 0px;
        bottom: auto;
        right: 50px;
    }
    .clints-section
        .section-wrapper
        .clients
        .client-list:nth-child(3)
        .client-content::after,
    .clints-section
        .section-wrapper
        .clients
        .client-list:nth-child(7)
        .client-content::after {
        top: 0;
        bottom: auto;
        right: -12px;
        left: auto;
    }
}
@media (min-width: 768px) {
    .clints-section
        .section-wrapper
        .clients
        .client-list:nth-child(4)
        .client-content {
        left: 0;
        right: auto;
    }
    .clints-section
        .section-wrapper
        .clients
        .client-list:nth-child(4)
        .client-content::after {
        left: 25px;
        right: auto;
    }
}
.clints-section .section-wrapper .clients .client-list:nth-child(1) {
    top: 70px;
    left: 20%;
}
.clints-section .section-wrapper .clients .client-list:nth-child(2) {
    top: 40px;
    left: 40%;
}
.clints-section
    .section-wrapper
    .clients
    .client-list:nth-child(2)
    .client-thumb::after,
.clints-section
    .section-wrapper
    .clients
    .client-list:nth-child(2)
    .client-thumb::before {
    background: #7256df;
}
.clints-section .section-wrapper .clients .client-list:nth-child(3) {
    top: 115px;
    left: 60%;
}
.clints-section
    .section-wrapper
    .clients
    .client-list:nth-child(3)
    .client-thumb::after,
.clints-section
    .section-wrapper
    .clients
    .client-list:nth-child(3)
    .client-thumb::before {
    background: #eb59d5;
}
.clints-section .section-wrapper .clients .client-list:nth-child(4) {
    top: 265px;
    left: 35%;
}
.clints-section
    .section-wrapper
    .clients
    .client-list:nth-child(4)
    .client-thumb::after,
.clints-section
    .section-wrapper
    .clients
    .client-list:nth-child(4)
    .client-thumb::before {
    background: #37d87b;
}
.clints-section .section-wrapper .clients .client-list:nth-child(5) {
    top: 210px;
    left: 50%;
}
.clints-section
    .section-wrapper
    .clients
    .client-list:nth-child(5)
    .client-thumb::after,
.clints-section
    .section-wrapper
    .clients
    .client-list:nth-child(5)
    .client-thumb::before {
    background: #fe7855;
}
.clints-section .section-wrapper .clients .client-list:nth-child(6) {
    top: 288px;
    left: 70%;
}
.clints-section
    .section-wrapper
    .clients
    .client-list:nth-child(6)
    .client-thumb::after,
.clints-section
    .section-wrapper
    .clients
    .client-list:nth-child(6)
    .client-thumb::before {
    background: #ffc313;
}
.clints-section .section-wrapper .clients .client-list:nth-child(7) {
    top: 75px;
    left: 75%;
    left: 70%;
}
.clints-section
    .section-wrapper
    .clients
    .client-list:nth-child(7)
    .client-thumb::after,
.clints-section
    .section-wrapper
    .clients
    .client-list:nth-child(7)
    .client-thumb::before {
    background: #26aeea;
}
.clints-section .section-wrapper .clients .client-list .client-thumb {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}
.clints-section .section-wrapper .clients .client-list .client-thumb::after,
.clints-section .section-wrapper .clients .client-list .client-thumb::before {
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #0ca5f1;
}
.clints-section .section-wrapper .clients .client-list .client-thumb::after {
    width: 55px;
    height: 55px;
    opacity: 0.09;
}
.clints-section .section-wrapper .clients .client-list .client-thumb::before {
    width: 45px;
    height: 45px;
    opacity: 0.2;
}
.clints-section .section-wrapper .clients .client-list .client-thumb img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
}
.clints-section .section-wrapper .clients .client-list .client-content {
    opacity: 0;
    visibility: hidden;
    width: 200px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(136, 136, 136, 0.2);
    bottom: 50%;
    right: 50%;
    z-index: 3;
    transform: translate(50%, 50%);
}
@media (max-width: 575px) {
    .clints-section .section-wrapper .clients .client-list .client-content {
        width: 250px;
        right: 40%;
    }
}
@media (min-width: 768px) {
    .clints-section .section-wrapper .clients .client-list .client-content {
        width: 370px;
        bottom: 50px;
        right: -30px;
        transform: translate(0%, 0%);
    }
}
.clints-section .section-wrapper .clients .client-list .client-content:after {
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 25px;
    background: #fff;
    transform: rotate(45deg) translateY(10px);
}
@media (max-width: 767px) {
    .clints-section
        .section-wrapper
        .clients
        .client-list
        .client-content:after {
        display: none;
    }
}
.clints-section .section-wrapper .clients .client-list .client-content p {
    margin-bottom: 10px;
}
.clints-section
    .section-wrapper
    .clients
    .client-list
    .client-content
    .client-info {
    justify-content: space-between;
}
.clints-section
    .section-wrapper
    .clients
    .client-list
    .client-content
    .client-info
    .name-desi
    h6 {
    display: inline-block;
}
.clints-section
    .section-wrapper
    .clients
    .client-list
    .client-content
    .client-info
    .name-desi
    span {
    color: #696969;
    margin-left: 10px;
}
.clints-section
    .section-wrapper
    .clients
    .client-list
    .client-content
    .client-info
    .name-desi
    span::after {
    top: 50%;
    left: -6px;
    width: 5px;
    height: 1px;
    background: #696969;
    transform: translateY(-50%);
}
.clints-section
    .section-wrapper
    .clients
    .client-list
    .client-content
    .client-info
    .rating
    ul {
    margin-bottom: 0 !important;
}
.clints-section
    .section-wrapper
    .clients
    .client-list
    .client-content
    .client-info
    .rating
    ul
    li {
    color: #e9ba17;
    margin: 1px;
}
.clints-section.bg-color {
    background-color: #fefff1;
}

/* @@@@@@@@@@@@@  Sponsor Section Start Here  @@@@@@@@@@@@@@ */
.sponsor-section {
    padding-top: 0;
}
.sponsor-section .section-wrapper {
    padding-top: 70px;
    border-top: 1px solid #ecf0f3;
}
.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb,
.sponsor-section .section-wrapper .sponsor-slider-one .sponsor-thumb {
    justify-content: center;
}
.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb a img,
.sponsor-section .section-wrapper .sponsor-slider-one .sponsor-thumb a img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sponsor-section .section-wrapper .sponsor-slider .sponsor-thumb:hover a img,
.sponsor-section
    .section-wrapper
    .sponsor-slider-one
    .sponsor-thumb:hover
    a
    img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.sponsor-section.style-2 {
    padding-top: 110px;
}
.sponsor-section.style-2 .section-wrapper {
    padding-top: 0;
    border-top: none;
}
.sponsor-section.style-2 .section-wrapper .sponsor-list {
    justify-content: center;
}
.sponsor-section.style-2 .section-wrapper .sponsor-list .sponsor-item {
    text-align: center;
    padding: 30px 0;
    width: calc(100% / 1);
}
@media (min-width: 576px) {
    .sponsor-section.style-2 .section-wrapper .sponsor-list .sponsor-item {
        width: calc(100% / 2);
    }
}
@media (min-width: 768px) {
    .sponsor-section.style-2 .section-wrapper .sponsor-list .sponsor-item {
        width: calc(100% / 3);
    }
}
@media (min-width: 1200px) {
    .sponsor-section.style-2 .section-wrapper .sponsor-list .sponsor-item {
        width: calc(100% / 5);
    }
}
.sponsor-section.style-2
    .section-wrapper
    .sponsor-list
    .sponsor-item
    .sponsor-thumb
    a
    img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sponsor-section.style-2
    .section-wrapper
    .sponsor-list
    .sponsor-item
    .sponsor-thumb:hover
    a
    img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.sponsor-section.crypto-bg .section-wrapper {
    border-top: none;
}
.sponsor-section.pos-page .section-wrapper {
    border: none;
}

/* @@@@@@@@@@@@@  Newsletter Section Start Here  @@@@@@@@@@@@@@ */
.news-letter {
    padding: 60px 0;
    background: linear-gradient(to right, #f9769d, #bb6df7);
}
.news-letter .section-wrapper {
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media (min-width: 1200px) {
    .news-letter .section-wrapper {
        justify-content: space-between;
        text-align: left;
    }
}
.news-letter .section-wrapper .news-title {
    width: 100%;
    margin-bottom: 30px;
}
@media (min-width: 1200px) {
    .news-letter .section-wrapper .news-title {
        width: 40%;
        margin-bottom: 0;
    }
}
.news-letter .section-wrapper .news-title h2 {
    color: #fff;
    margin: 0;
}
.news-letter .section-wrapper .news-form {
    width: 100%;
}
@media (min-width: 1200px) {
    .news-letter .section-wrapper .news-form {
        width: calc(100% - 40%);
    }
}
.news-letter .section-wrapper .news-form form .nf-list {
    width: 100%;
}
.news-letter .section-wrapper .news-form form .nf-list::after {
    content: "";
    width: 30px;
    height: 30px;
    top: 18px;
    left: 10px;
    text-align: center;
    font-size: 24px;
    color: #f676a2;
    font-family: IcoFont !important;
}
@media (min-width: 576px) {
    .news-letter .section-wrapper .news-form form .nf-list::after {
        top: 50%;
        transform: translateY(-50%);
    }
}
.news-letter .section-wrapper .news-form form .nf-list input {
    margin-bottom: 0;
}
.news-letter .section-wrapper .news-form form .nf-list input[type="email"] {
    padding: 20px;
    padding-left: 50px;
}
@media (min-width: 576px) {
    .news-letter .section-wrapper .news-form form .nf-list input[type="email"] {
        padding-right: 170px;
    }
}
.news-letter .section-wrapper .news-form form .nf-list input[type="submit"] {
    width: 200px;
    font-size: 16px;
    font-weight: 700;
    width: 162px;
    height: 54px;
    border: none;
    outline: none;
    color: #fd4372;
    margin-top: 20px;
    background: #fff;
}
@media (min-width: 576px) {
    .news-letter
        .section-wrapper
        .news-form
        form
        .nf-list
        input[type="submit"] {
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
        margin-top: 0;
        color: #fff;
        background: linear-gradient(to right, #f9769d, #bb6df7);
    }
}

/* @@@@@@@@@@@@@  Transportation Section Start Here  @@@@@@@@@@@@@@ */
.transportation-section {
    background: #fffbf8;
}
.transportation-section .section-wrapper .left {
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .transportation-section .section-wrapper .left {
        margin-bottom: 0;
    }
}
.transportation-section .section-wrapper .left .section-header::after {
    display: none;
}
.transportation-section .section-wrapper .left .section-header h2:first-child {
    margin-bottom: 10px;
}
.transportation-section .section-wrapper .left .section-header ul {
    margin: 0;
    align-items: center;
}
.transportation-section .section-wrapper .left .section-header ul li {
    align-items: center;
    width: 100%;
}
@media (min-width: 576px) {
    .transportation-section .section-wrapper .left .section-header ul li {
        width: calc(100% / 2);
    }
}
.transportation-section .section-wrapper .left .section-header ul li .thumb {
    width: 23px;
    margin-right: 10px;
}
.transportation-section .section-wrapper .left .section-header ul li .content {
    width: calc(100% - 35px);
}
.transportation-section
    .section-wrapper
    .left
    .section-header
    ul
    li
    .content
    p {
    margin-bottom: 0;
}
/* .transportation-section .section-wrapper .right {
    height: 430px;
    background: url(../images/transport/bg.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
} */
.transportation-section .section-wrapper .right .lab-line {
    cursor: pointer;
    display: none;
}
.transportation-section .section-wrapper .right .lab-line span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
}
.transportation-section .section-wrapper .right .lab-line span::after {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.transportation-section .section-wrapper .right .lab-line .lab-tooltip {
    bottom: 0;
    left: 40%;
    width: 150px;
    height: auto;
    border-radius: 10px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 10px;
    z-index: 4;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
    -webkit-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.transportation-section .section-wrapper .right .lab-line .lab-tooltip::after {
    width: 19px;
    height: 19px;
    background: #fff;
    bottom: -12px;
    left: 50%;
    box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
    z-index: -1;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
}
.transportation-section .section-wrapper .right .lab-line .lab-tooltip::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
}
.transportation-section .section-wrapper .right .lab-line .lab-tooltip p {
    margin-bottom: 0;
    color: #000000;
    z-index: 1;
}
.transportation-section .section-wrapper .right .lab-line:hover .lab-tooltip {
    visibility: visible;
    opacity: 1;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(1) {
    top: 20%;
    left: 2%;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(1) span {
    background: #bb6df7;
}
.transportation-section
    .section-wrapper
    .right
    .lab-line:nth-child(1)
    span::after {
    animation: lab_transport 1.5s infinite;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(2) {
    top: 7%;
    left: 20%;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(2) span {
    background: #009bfe;
}
.transportation-section
    .section-wrapper
    .right
    .lab-line:nth-child(2)
    span::after {
    animation: lab_transport1 1s infinite;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(3) {
    top: 7%;
    left: 40%;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(3) span {
    background: #00bf8d;
}
.transportation-section
    .section-wrapper
    .right
    .lab-line:nth-child(3)
    span::after {
    animation: lab_transport2 2.5s infinite;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(4) {
    top: 37%;
    left: 20%;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(4) span {
    background: #f37399;
}
.transportation-section
    .section-wrapper
    .right
    .lab-line:nth-child(4)
    span::after {
    animation: lab_transport3 1s infinite;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(5) {
    top: 70%;
    left: 30%;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(5) span {
    background: #f37399;
}
.transportation-section
    .section-wrapper
    .right
    .lab-line:nth-child(5)
    span::after {
    animation: lab_transport4 3s infinite;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(6) {
    top: 20%;
    left: 90%;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(6) span {
    background: #009bfe;
}
.transportation-section
    .section-wrapper
    .right
    .lab-line:nth-child(6)
    span::after {
    animation: lab_transport1 2s infinite;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(7) {
    top: 25%;
    left: 65%;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(7) span {
    background: #f37399;
}
.transportation-section
    .section-wrapper
    .right
    .lab-line:nth-child(7)
    span::after {
    animation: lab_transport4 2.5s infinite;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(8) {
    top: 75%;
    left: 82%;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(8) span {
    background: #00bf8d;
}
.transportation-section
    .section-wrapper
    .right
    .lab-line:nth-child(8)
    span::after {
    animation: lab_transport2 2s infinite;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(9) {
    top: 50%;
    left: 50%;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(9) span {
    background: #bb6df7;
}
.transportation-section
    .section-wrapper
    .right
    .lab-line:nth-child(9)
    span::after {
    animation: lab_transport 4s infinite;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(10) {
    top: 80%;
    left: 53%;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(10) span {
    background: #009bfe;
}
.transportation-section
    .section-wrapper
    .right
    .lab-line:nth-child(10)
    span::after {
    animation: lab_transport1 3s infinite;
}
.transportation-section .section-wrapper .right .lab-line:nth-child(1),
.transportation-section .section-wrapper .right .lab-line:nth-child(2),
.transportation-section .section-wrapper .right .lab-line:nth-child(3),
.transportation-section .section-wrapper .right .lab-line:nth-child(4),
.transportation-section .section-wrapper .right .lab-line:nth-child(5),
.transportation-section .section-wrapper .right .lab-line:nth-child(6),
.transportation-section .section-wrapper .right .lab-line:nth-child(7),
.transportation-section .section-wrapper .right .lab-line:nth-child(8),
.transportation-section .section-wrapper .right .lab-line:nth-child(9),
.transportation-section .section-wrapper .right .lab-line:nth-child(10) {
    display: block;
}
.transportation-section.style-2 {
    background: #fff;
}

/* @@@@@@@@@@@@@  Doming Check Section Start Here  @@@@@@@@@@@@@@ */
.doming-section .section-wrapper form {
    max-width: 770px;
    height: 80px;
    border: 5px solid #fff;
    margin: auto;
    align-items: center;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(137, 137, 137, 0.1);
}
.doming-section .section-wrapper form::after {
    width: 1px;
    height: 80px;
    background: #ecf0f3;
    top: -5px;
    right: 50px;
}
@media (min-width: 576px) {
    .doming-section .section-wrapper form::after {
        right: 80px;
    }
}
.doming-section .section-wrapper form .lab-selectoption {
    z-index: 1;
    background: linear-gradient(to right, #f9769d, #bb6df7);
}
.doming-section .section-wrapper form .lab-selectoption::after,
.doming-section .section-wrapper form .lab-selectoption::before {
    right: 20px;
    transform: translateY(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    z-index: -1;
}
@media (max-width: 575px) {
    .doming-section .section-wrapper form .lab-selectoption::after,
    .doming-section .section-wrapper form .lab-selectoption::before {
        display: none;
    }
}
.doming-section .section-wrapper form .lab-selectoption::after {
    top: 56%;
    transform: translateY(-50%) rotate(180deg);
}
.doming-section .section-wrapper form .lab-selectoption::before {
    top: 44%;
}
.doming-section .section-wrapper form select {
    width: 200px;
    text-align: center;
    padding: 0 35px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
}
@media (max-width: 575px) {
    .doming-section .section-wrapper form select {
        width: 50px;
        padding: 0 3px;
    }
}
.doming-section .section-wrapper form select option {
    background: #f9769d;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 700;
}
.doming-section .section-wrapper form input {
    width: calc(100% - 280px);
    margin-bottom: 0;
}
@media (max-width: 575px) {
    .doming-section .section-wrapper form input {
        width: calc(100% - 100px);
    }
}
.doming-section .section-wrapper form button {
    width: 80px;
    background: #fff;
    cursor: pointer;
}
@media (max-width: 575px) {
    .doming-section .section-wrapper form button {
        width: 50px;
    }
}
.doming-section .section-wrapper form button i {
    font-size: 20px;
}
@media (min-width: 576px) {
    .doming-section .section-wrapper form button i {
        font-size: 30px;
    }
}
.doming-section .section-wrapper form select,
.doming-section .section-wrapper form input,
.doming-section .section-wrapper form button {
    height: 70px;
    border: none;
    outline: none;
}
.doming-section .section-wrapper ul {
    justify-content: center;
    max-width: 770px;
    margin: auto;
}
.doming-section .section-wrapper ul li {
    width: calc(100% / 2);
    justify-content: flex-start;
}
@media (min-width: 576px) {
    .doming-section .section-wrapper ul li {
        width: calc(100% / 3);
    }
}
@media (min-width: 992px) {
    .doming-section .section-wrapper ul li {
        width: calc(100% / 6);
    }
}
.doming-section .section-wrapper ul li:nth-child(2)::before {
    background: #009bfe;
}
.doming-section .section-wrapper ul li:nth-child(3)::before {
    background: #00bf8d;
}
.doming-section .section-wrapper ul li:nth-child(4)::before {
    background: #f37399;
}
.doming-section .section-wrapper ul li:nth-child(5)::before {
    background: #ffb8e5;
}
.doming-section .section-wrapper ul li::before {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    background: #d17fff;
}
.doming-section .section-wrapper ul li span {
    margin: 0 5px 0 20px;
    font-weight: 700;
    color: #000000;
}

/* @@@@@@@@@@@@@  ERp Manager Section Start Here  @@@@@@@@@@@@@@ */
@media (min-width: 992px) {
    .erp-manager .flex-row-reverse .lab-thumb {
        margin-right: -160px;
        margin-left: 0;
        transform: translateX(70px);
    }
}
@media (min-width: 1200px) {
    .erp-manager .flex-row-reverse .lab-thumb .abs-lab-thumb {
        left: 0;
    }
}
.erp-manager .flex-row-reverse .lab-content {
    padding: 0;
}
.erp-manager .lab-thumb {
    margin-bottom: 40px;
    box-shadow: 0 0 40px rgba(136, 136, 136, 0.2);
}
@media (min-width: 992px) {
    .erp-manager .lab-thumb {
        margin-bottom: 0;
        margin-left: -160px;
        transform: translateX(0);
    }
}
.erp-manager .lab-thumb .abs-lab-thumb {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    line-height: 80px;
    text-align: center;
    top: -40px;
    right: auto;
    left: 50%;
    background: #ffac28;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (min-width: 1200px) {
    .erp-manager .lab-thumb .abs-lab-thumb {
        right: 0;
        left: auto;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.erp-manager .lab-thumb .abs-lab-thumb.pink {
    background: #f47ca0;
}
.erp-manager .lab-thumb .abs-lab-thumb.pink .pluse_1,
.erp-manager .lab-thumb .abs-lab-thumb.pink .pluse_2 {
    background: rgba(253, 119, 180, 0.5);
}
.erp-manager .lab-thumb .abs-lab-thumb.pink .pluse_1::after,
.erp-manager .lab-thumb .abs-lab-thumb.pink .pluse_1::before,
.erp-manager .lab-thumb .abs-lab-thumb.pink .pluse_2::after,
.erp-manager .lab-thumb .abs-lab-thumb.pink .pluse_2::before {
    background: rgba(253, 119, 180, 0.5);
}
.erp-manager .lab-thumb .abs-lab-thumb.green {
    background: #00ac5a;
}
.erp-manager .lab-thumb .abs-lab-thumb.green .pluse_1,
.erp-manager .lab-thumb .abs-lab-thumb.green .pluse_2 {
    background: rgba(0, 172, 90, 0.5);
}
.erp-manager .lab-thumb .abs-lab-thumb.green .pluse_1::after,
.erp-manager .lab-thumb .abs-lab-thumb.green .pluse_1::before,
.erp-manager .lab-thumb .abs-lab-thumb.green .pluse_2::after,
.erp-manager .lab-thumb .abs-lab-thumb.green .pluse_2::before {
    background: rgba(0, 172, 90, 0.5);
}
.erp-manager .lab-content {
    padding-right: 0;
}
@media (min-width: 992px) {
    .erp-manager .lab-content {
        padding-left: 70px;
    }
}
.erp-manager .lab-content h2 {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .erp-manager .lab-content h2 {
        margin-bottom: 22px;
    }
}
.erp-manager .lab-content ul {
    margin: 0;
    padding-top: 15px;
}
.erp-manager .lab-content ul li {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border: none;
    box-shadow: 0 0 8px rgba(136, 136, 136, 0.08);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
@media (min-width: 576px) {
    .erp-manager .lab-content ul li {
        padding: 15px 30px;
    }
}
.erp-manager .lab-content ul li:first-child .accordion-list .left::after,
.erp-manager .lab-content ul li:first-child .accordion-list .left::before {
    background: #bb6df7;
}
.erp-manager .lab-content ul li .accordion-list {
    align-items: center;
    width: 100%;
    cursor: pointer;
}
.erp-manager .lab-content ul li .accordion-list .left::before {
    width: 60px;
    height: 60px;
}
.erp-manager .lab-content ul li .accordion-list .left::after {
    width: 70px;
    height: 70px;
}
.erp-manager .lab-content ul li .accordion-list .left span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.erp-manager .lab-content ul li .accordion-list .left span img {
    z-index: 1;
}
.erp-manager .lab-content ul li .accordion-list .right h6 {
    margin-bottom: 0;
    padding-left: 15px;
}
.erp-manager .lab-content ul li .accordion-answer {
    display: none;
}
.erp-manager .lab-content ul li .accordion-answer p {
    padding-top: 10px;
    margin-bottom: 0;
}
.erp-manager .lab-content .lab-btn {
    margin: 40px 0 10px;
    padding: 16px 46px;
}
.erp-manager.bgc-1 {
    background-image: linear-gradient(
        to left top,
        #faefed,
        #fef2ed,
        #fff6ed,
        #fffaed,
        #fffeef
    );
}
.erp-manager.bgc-2 {
    background-image: linear-gradient(
        to right bottom,
        #fcfcfc,
        #fafcff,
        #f5fdff,
        #f0fefe,
        #effff8
    );
}

/* @@@@@@@@@@@@@  Shopapp Manager Section Start Here  @@@@@@@@@@@@@@ */
@media (min-width: 1200px) {
    .shopapp-manager .flex-row-reverse .lab-thumb {
        margin-right: -160px;
        margin-left: 0;
        transform: translateX(50px);
    }
}
.shopapp-manager .flex-row-reverse .lab-thumb .abs-lab-thumb {
    left: 0;
}
.shopapp-manager .flex-row-reverse .lab-content {
    padding: 0;
}
.shopapp-manager .lab-thumb {
    margin-bottom: 40px;
    box-shadow: 0 0 40px rgba(136, 136, 136, 0.2);
    background: #fff;
    text-align: center;
}
@media (min-width: 1200px) {
    .shopapp-manager .lab-thumb {
        margin-bottom: 0;
        margin-left: -160px;
        transform: translateX(0);
    }
}
.shopapp-manager .lab-content {
    padding-right: 0;
}
@media (min-width: 992px) {
    .shopapp-manager .lab-content {
        padding-left: 50px;
    }
}
.shopapp-manager .lab-content h2 {
    margin: -8px 0 15px;
}
@media (min-width: 576px) {
    .shopapp-manager .lab-content h2 {
        margin-bottom: 22px;
    }
}
.shopapp-manager .lab-content ul {
    margin: 0;
    padding-top: 15px;
}
.shopapp-manager .lab-content ul li {
    margin-bottom: 2px;
    justify-content: flex-start;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .shopapp-manager .lab-content ul li {
        flex-wrap: nowrap;
        align-items: baseline;
    }
}
@media (max-width: 575px) {
    .shopapp-manager .lab-content ul li {
        flex-wrap: nowrap;
        align-items: baseline;
    }
}
.shopapp-manager .lab-content ul li i {
    margin-right: 5px;
}
.shopapp-manager .lab-content .lab-btn {
    margin: 40px 0 7px;
    padding: 16px 46px;
    background: linear-gradient(to right, #fd2c8b, #996bfb);
}
.shopapp-manager.bgc-1 {
    background: #fcfcf8;
}

/* @@@@@@@@@@@@@  Author Level Section Start Here  @@@@@@@@@@@@@@ */
.author .section-wrapper .author-area {
    padding: 30px;
    margin-bottom: -20px;
    text-align: center;
    z-index: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(../images/erp/manager/author/bg.jpg) no-repeat;
    background-size: cover;
}
@media (min-width: 576px) {
    .author .section-wrapper .author-area {
        padding: 60px;
    }
}
.author .section-wrapper .author-area .lab-thumb {
    margin-bottom: 20px;
}
.author .section-wrapper .author-area .lab-content p {
    margin-bottom: 0;
    color: #fff;
}
@media (min-width: 768px) {
    .author .section-wrapper .author-area .lab-content p {
        font-size: 30px;
        font-weight: 700;
        max-width: 750px;
        margin: 0 auto;
    }
}

/* @@@@@@@@@@@@@  Vpn Service Section Start Here  @@@@@@@@@@@@@@ */
.vpn-services {
    background: #fbfcff;
}
.vpn-services .section-wrapper {
    margin-bottom: 10px;
}
.vpn-services .section-wrapper .service-item {
    width: calc(100% / 1);
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .vpn-services .section-wrapper .service-item {
        width: calc(100% / 2);
    }
}
@media (min-width: 992px) {
    .vpn-services .section-wrapper .service-item {
        width: calc(100% / 4);
        margin-bottom: 0;
    }
}
.vpn-services
    .section-wrapper
    .service-item:nth-child(2)
    .service-inner
    .service-thumb::after {
    background: url(../images/service/vpn/shape/02.png);
}
.vpn-services
    .section-wrapper
    .service-item:nth-child(3)
    .service-inner
    .service-thumb::after {
    background: url(../images/service/vpn/shape/03.png);
}
@media (max-width: 575px) {
    .vpn-services .section-wrapper .service-item:last-child {
        margin-bottom: 0;
    }
}
.vpn-services
    .section-wrapper
    .service-item:last-child
    .service-inner
    .service-thumb::after {
    display: none;
}
.vpn-services
    .section-wrapper
    .service-item
    .service-inner:hover
    .service-thumb
    span {
    background: #fff;
    border-color: #23cc88;
    color: #23cc88;
}
.vpn-services .section-wrapper .service-item .service-inner .service-thumb {
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto 35px;
}
.vpn-services
    .section-wrapper
    .service-item
    .service-inner
    .service-thumb::after {
    display: none;
}
@media (min-width: 1200px) {
    .vpn-services
        .section-wrapper
        .service-item
        .service-inner
        .service-thumb::after {
        display: inherit;
        height: 28px;
        width: 90px;
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/service/vpn/shape/01.png);
        background-repeat: no-repeat;
    }
}
.vpn-services .section-wrapper .service-item .service-inner .service-thumb img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.vpn-services
    .section-wrapper
    .service-item
    .service-inner
    .service-thumb
    span {
    width: 60px;
    height: 60px;
    padding: 8px;
    line-height: 1;
    top: 0;
    right: 0;
    border-radius: 100%;
    color: #fff;
    text-transform: capitalize;
    border: 4px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: linear-gradient(to top, #23cc88, #8ecf35);
}
.vpn-services .section-wrapper .service-item .service-inner .service-content {
    text-align: center;
}
.vpn-services
    .section-wrapper
    .service-item
    .service-inner
    .service-content
    h5 {
    margin-bottom: 0;
}

/* @@@@@@@@@@@@@  FAQ Section Start Here  @@@@@@@@@@@@@@ */
.faq-section .faq-left-part {
    margin-bottom: 15px;
}
.faq-section .faq-left-part .section-header {
    margin-bottom: 45px;
}
.faq-section .faq-left-part .section-header:after {
    display: none;
}
.faq-section .faq-left-part .section-header h2:first-child {
    margin-bottom: 0;
}
.faq-section .section-wrapper .accordion {
    margin: 0;
}
.faq-section .section-wrapper .accordion li {
    padding: 20px 30px;
    margin: 1px;
    border: none;
    box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
}
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(2)
    .accordion-list
    .right
    h6,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(8)
    .accordion-list
    .right
    h6 {
    color: #ff6347;
}
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(2)
    .accordion-list
    .left
    .icon::after,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(2)
    .accordion-list
    .left
    .icon::before,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(8)
    .accordion-list
    .left
    .icon::after,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(8)
    .accordion-list
    .left
    .icon::before {
    background: #ff6347;
}
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(3)
    .accordion-list
    .right
    h6,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(9)
    .accordion-list
    .right
    h6 {
    color: #01cbad;
}
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(3)
    .accordion-list
    .left
    .icon::after,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(3)
    .accordion-list
    .left
    .icon::before,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(9)
    .accordion-list
    .left
    .icon::after,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(9)
    .accordion-list
    .left
    .icon::before {
    background: #01cbad;
}
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(4)
    .accordion-list
    .right
    h6,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(10)
    .accordion-list
    .right
    h6 {
    color: #e85aca;
}
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(4)
    .accordion-list
    .left
    .icon::after,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(4)
    .accordion-list
    .left
    .icon::before,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(10)
    .accordion-list
    .left
    .icon::after,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(10)
    .accordion-list
    .left
    .icon::before {
    background: #e85aca;
}
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(5)
    .accordion-list
    .right
    h6,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(11)
    .accordion-list
    .right
    h6 {
    color: #5f51b5;
}
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(5)
    .accordion-list
    .left
    .icon::after,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(5)
    .accordion-list
    .left
    .icon::before,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(11)
    .accordion-list
    .left
    .icon::after,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(11)
    .accordion-list
    .left
    .icon::before {
    background: #5f51b5;
}
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(6)
    .accordion-list
    .right
    h6,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(12)
    .accordion-list
    .right
    h6 {
    color: #43a3ee;
}
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(6)
    .accordion-list
    .left
    .icon::after,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(6)
    .accordion-list
    .left
    .icon::before,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(12)
    .accordion-list
    .left
    .icon::after,
.faq-section
    .section-wrapper
    .accordion
    li:nth-child(12)
    .accordion-list
    .left
    .icon::before {
    background: #43a3ee;
}
.faq-section .section-wrapper .accordion li .accordion-list {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.faq-section
    .section-wrapper
    .accordion
    li
    .accordion-list.in
    .left
    .icon::before {
    display: none;
}
.faq-section .section-wrapper .accordion li .accordion-list .left {
    width: 40px;
    padding-right: 10px;
    text-align: center;
    background: transparent;
}
.faq-section .section-wrapper .accordion li .accordion-list .left::after,
.faq-section .section-wrapper .accordion li .accordion-list .left::before {
    display: none;
}
.faq-section .section-wrapper .accordion li .accordion-list .left .icon {
    width: 100%;
    height: 100%;
}
.faq-section .section-wrapper .accordion li .accordion-list .left .icon::after,
.faq-section
    .section-wrapper
    .accordion
    li
    .accordion-list
    .left
    .icon::before {
    background: #38cd78;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.faq-section .section-wrapper .accordion li .accordion-list .left .icon::after {
    width: 20px;
    height: 2px;
}
.faq-section
    .section-wrapper
    .accordion
    li
    .accordion-list
    .left
    .icon::before {
    width: 2px;
    height: 20px;
}
.faq-section .section-wrapper .accordion li .accordion-list .right {
    width: calc(100% - 40px);
}
.faq-section .section-wrapper .accordion li .accordion-list .right h6 {
    margin: 0;
    color: #38cd78;
}
.faq-section .section-wrapper .accordion li .accordion-answer {
    display: none;
}
.faq-section .section-wrapper .accordion li .accordion-answer p {
    padding-top: 10px;
    margin-bottom: 0;
}
.faq-section .faq-right-part {
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .faq-section .faq-right-part {
        margin-bottom: 0;
    }
}
.faq-section .faq-right-part .faq-thumb {
    text-align: center;
}
@media (min-width: 1200px) {
    .faq-section .faq-right-part .faq-thumb {
        margin-right: -30px;
        animation: lab_zoominout 15s linear infinite;
    }
}
.faq-section.shopapp .section-wrapper {
    margin-bottom: 15px;
}
.faq-section.shopapp .section-wrapper .accordion li .accordion-list .right h6 {
    color: #000000;
}
.faq-section.shopapp .section-wrapper .accordion li .accordion-list .right {
    width: calc(100% - 55px);
}
.faq-section.shopapp
    .section-wrapper
    .accordion
    li
    .accordion-list
    .left
    .icon::after,
.faq-section.shopapp
    .section-wrapper
    .accordion
    li
    .accordion-list
    .left
    .icon::before {
    background: #000000;
}
.faq-section.shopapp
    .section-wrapper
    .accordion
    li
    .accordion-list.in
    .left
    .icon::after {
    background: #fff;
}
.faq-section.shopapp .section-wrapper .accordion li .accordion-list.in .left {
    background: linear-gradient(to right, #fd2c8b, #996bfb);
}
.faq-section.shopapp .section-wrapper .accordion li .accordion-list .left {
    width: 36px;
    height: 36px;
    border: 1px solid #ecf0f3;
    text-align: center;
    padding-right: 0;
    margin-right: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #f9fafb;
}

/* @@@@@@@@@@@@@  Shopapp Apps Section Start Here  @@@@@@@@@@@@@@ */
.shopapp-apps {
    background: #f6fbff;
    padding: 60px 0;
}
.shopapp-apps .apps-thumb {
    text-align: center;
}
@media (min-width: 992px) {
    .shopapp-apps .apps-thumb {
        animation: lab_zoominout 5s linear infinite;
    }
}
@media (max-width: 991px) {
    .shopapp-apps .apps-content {
        padding-top: 40px;
    }
}
.shopapp-apps .apps-content .section-header {
    text-align: left;
    margin-bottom: 0;
    max-width: 100%;
}
.shopapp-apps .apps-content .section-header p {
    max-width: 510px;
    margin-left: 0;
}
.shopapp-apps .apps-content .section-header .shopapp-btn-group {
    align-items: center;
    margin-top: 40px;
}
.shopapp-apps .apps-content .section-header .shopapp-btn-group a {
    width: 230px;
    height: 70px;
    padding: 10px 20px;
    border-radius: 2px;
    margin-right: 15px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
@media (min-width: 1200px) {
    .shopapp-apps .apps-content .section-header .shopapp-btn-group a {
        margin-bottom: 0;
    }
}
.shopapp-apps .apps-content .section-header .shopapp-btn-group a img {
    margin-right: 10px;
}
.shopapp-apps
    .apps-content
    .section-header
    .shopapp-btn-group
    a
    .app-download
    p {
    margin-bottom: 0;
    color: #696969;
}
.shopapp-apps
    .apps-content
    .section-header
    .shopapp-btn-group
    a
    .app-download
    span {
    display: block;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

/* @@@@@@@@@@@@@  App Section Start Here  @@@@@@@@@@@@@@ */
.app-section .app-b-p {
    padding: 0 0 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
    .app-section .section-header {
        text-align: center;
    }
}
.app-section .section-header::after {
    display: none;
}
.app-section .section-header h2 {
    margin-bottom: 5px;
    color: #fff;
}
.app-section .section-header p {
    color: #fff;
    margin-bottom: 0;
}
.app-section .section-wrapper .app-btn-group {
    align-items: center;
    margin-top: 40px;
    justify-content: center;
}
@media (min-width: 1200px) {
    .app-section .section-wrapper .app-btn-group {
        margin-top: 0;
        justify-content: flex-end;
    }
}
.app-section .section-wrapper .app-btn-group a {
    width: 230px;
    height: 70px;
    padding: 10px 20px;
    border-radius: 2px;
    margin-bottom: 20px;
    background: #fff;
}
@media (min-width: 576px) {
    .app-section .section-wrapper .app-btn-group a {
        margin-right: 15px;
    }
}
@media (min-width: 1200px) {
    .app-section .section-wrapper .app-btn-group a {
        margin-bottom: 0;
    }
}
.app-section .section-wrapper .app-btn-group a:hover {
    box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}
.app-section .section-wrapper .app-btn-group a img {
    margin-right: 10px;
}
.app-section .section-wrapper .app-btn-group a .app-download p {
    margin-bottom: 0;
    color: #696969;
}
.app-section .section-wrapper .app-btn-group a .app-download span {
    display: block;
    font-weight: 700;
    color: #c961fa;
    text-transform: uppercase;
}

/* @@@@@@@@@@@@@  Pos Section Start Here  @@@@@@@@@@@@@@ */
.pos-section .pos-thmub {
    margin-bottom: 50px;
    text-align: center;
}
@media (min-width: 992px) {
    .pos-section .pos-thmub {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .pos-section .pos-content-area {
        padding-left: 20px;
    }
}
.pos-section .pos-content-area .section-wrapper ul {
    margin: 0 0 40px;
}
.pos-section .pos-content-area .section-wrapper ul li {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
@media (min-width: 576px) {
    .pos-section .pos-content-area .section-wrapper ul li {
        width: 50%;
    }
}
.pos-section .pos-content-area .section-wrapper ul li i {
    color: #fd4372;
    margin-right: 10px;
}
.pos-section .pos-content-area .section-wrapper .lab-btn {
    padding: 16px 46px;
    margin-bottom: 6px;
    background: linear-gradient(to right, #ff5195, #ffb84b);
}
@media (min-width: 992px) {
    .pos-section .flex-row-reverse .pos-content-area {
        padding-left: 0px;
    }
}
.pos-section.bgc-2 {
    background: #f9fffe;
}
.pos-section.bgc-3 {
    background: #fffcfa;
}

/*@@@@@@@@@@@@@@   Testimonial Section Start Here  @@@@@@@@@@@@@@@@@*/
.testimonial-section {
    background: #fffef6;
}
.testimonial-section .section-header {
    max-width: 100%;
}
@media (min-width: 992px) {
    .testimonial-section .section-header p {
        max-width: 650px;
        margin: auto;
    }
}
.testimonial-section .testimonial-slider {
    margin: 0 -15px;
}
.testimonial-section .testi-item {
    padding: 15px;
}
.testimonial-section .testi-item .testi-inner {
    background: #fff;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.testimonial-section
    .testi-item
    .testi-inner:hover
    .testi-header
    .testi-thumb
    .testi-shape {
    animation-play-state: paused !important;
}
.testimonial-section .testi-item .testi-inner .testi-header,
.testimonial-section .testi-item .testi-inner .testi-body {
    padding: 30px 10px;
}
@media (min-width: 992px) {
    .testimonial-section .testi-item .testi-inner .testi-header,
    .testimonial-section .testi-item .testi-inner .testi-body {
        padding: 30px;
    }
}
.testimonial-section .testi-item .testi-inner .testi-header {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff5f3;
}
@media screen and (max-width: 400px) {
    .testimonial-section .testi-item .testi-inner .testi-header {
        padding: 30px;
    }
}
.testimonial-section .testi-item .testi-inner .testi-header p {
    margin: 0;
}
.testimonial-section .testi-item .testi-inner .testi-header h5 {
    margin: 0;
}
.testimonial-section
    .testi-item
    .testi-inner
    .testi-header
    .testi-thumb
    .testi-shape {
    width: 80px;
    height: 80px;
    left: -10px;
    top: -10px;
    background: url(../images/testimonial/quote/round-1.png);
    background-repeat: no-repeat !important;
    animation: testi_round 5s linear infinite;
    animation-play-state: running;
}
.testimonial-section .testi-item .testi-inner .testi-header .testi-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.testimonial-section .testi-item .testi-inner .testi-header .sponsor-thumb {
    width: 90px;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
@media screen and (max-width: 400px) {
    .testimonial-section .testi-item .testi-inner .testi-header .sponsor-thumb {
        display: none;
    }
}
.testimonial-section .testi-item .testi-inner .testi-body .rating i {
    color: #e9ba17;
}
.testimonial-section .testi-item .testi-inner .testi-body:after {
    bottom: 20px;
    right: 30px;
    width: 30px;
    height: 20px;
    background: url(../images/testimonial/quote/01.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.testimonial-section.style-2 {
    background: #fafffc;
}
.testimonial-section.style-2 .section-wrapper .testimonial-slider-two {
    background: #fff;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
    margin-bottom: 15px;
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel {
    align-items: center;
    justify-content: space-between;
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-indicators {
    width: 10%;
    margin: 0;
    right: 0;
    left: auto;
    bottom: auto;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}
@media (max-width: 575px) {
    .testimonial-section.style-2
        .section-wrapper
        .testimonial-slider-two
        .carousel-indicators {
        top: auto;
        bottom: -10px;
        width: 100%;
    }
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-indicators
    li {
    width: 100%;
    height: 60px;
    margin: 2px;
    display: block;
}
@media (max-width: 575px) {
    .testimonial-section.style-2
        .section-wrapper
        .testimonial-slider-two
        .carousel-indicators
        li {
        width: 60px;
    }
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-indicators
    li::after,
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-indicators
    li::before {
    display: none;
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-indicators
    li
    img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 36px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-inner {
    width: 100%;
    overflow: hidden;
}
@media (min-width: 576px) {
    .testimonial-section.style-2
        .section-wrapper
        .testimonial-slider-two
        .carousel-inner {
        width: 90%;
    }
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-item
    .testi-item {
    padding: 40px;
}
@media (max-width: 575px) {
    .testimonial-section.style-2
        .section-wrapper
        .testimonial-slider-two
        .carousel-item
        .testi-item {
        padding: 40px 40px 100px;
    }
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-item
    .testi-item
    .testi-inner {
    align-items: center;
    justify-content: space-between;
    background: transparent;
    box-shadow: none;
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-item
    .testi-item
    .testi-inner
    .testi-thumb {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 270px;
    height: 270px;
    line-height: 270px;
    text-align: center;
    box-shadow: 0 10px 10px rgba(254, 160, 212, 0.1);
}
@media (max-width: 991px) {
    .testimonial-section.style-2
        .section-wrapper
        .testimonial-slider-two
        .carousel-item
        .testi-item
        .testi-inner
        .testi-thumb {
        margin: 0 auto 20px;
    }
}
@media (max-width: 575px) {
    .testimonial-section.style-2
        .section-wrapper
        .testimonial-slider-two
        .carousel-item
        .testi-item
        .testi-inner
        .testi-thumb {
        box-shadow: none;
    }
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-item
    .testi-item
    .testi-inner
    .testi-thumb
    img {
    width: 100%;
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-item
    .testi-item
    .testi-inner
    .testi-content {
    width: 100%;
}
@media (min-width: 992px) {
    .testimonial-section.style-2
        .section-wrapper
        .testimonial-slider-two
        .carousel-item
        .testi-item
        .testi-inner
        .testi-content {
        width: calc(100% - 300px);
    }
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-item
    .testi-item
    .testi-inner
    .testi-content
    p {
    margin-bottom: 0;
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-item
    .testi-item
    .testi-inner
    .testi-content
    p
    .left-img,
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-item
    .testi-item
    .testi-inner
    .testi-content
    p
    .right-img {
    display: block;
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-item
    .testi-item
    .testi-inner
    .testi-content
    p
    .left-img {
    margin-bottom: 30px;
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-item
    .testi-item
    .testi-inner
    .testi-content
    p
    .right-img {
    margin-left: auto;
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-item
    .testi-item
    .testi-inner
    .testi-content
    h6 {
    font-size: 18px;
    color: #fd4372;
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-item
    .testi-item
    .testi-inner
    .testi-content
    h6
    span {
    font-size: 16px;
    color: #696969;
    font-weight: 400;
    display: inline-block;
}
.testimonial-section.style-2
    .section-wrapper
    .testimonial-slider-two
    .carousel-item
    .testi-item
    .testi-inner
    .testi-content
    .rating
    i {
    color: #e9ba17;
}

.testimonial-section
    .swiper-slide.swiper-slide-next
    .testi-item
    .testi-inner
    .testi-header
    .testi-thumb
    .testi-shape {
    background: url(../images/testimonial/quote/round-2.png);
    animation: testi_round 5.5s linear infinite;
}

.testimonial-section
    .swiper-slide.swiper-slide-next
    .testi-item
    .testi-inner
    .testi-body:after {
    background: url(../images/testimonial/quote/02.png);
}

.testimonial-section
    .swiper-slide.swiper-slide-duplicate-prev
    .testi-item
    .testi-inner
    .testi-header
    .testi-thumb
    .testi-shape {
    background: url(../images/testimonial/quote/round-3.png);
    animation: testi_round 6s linear infinite;
}

.testimonial-section
    .swiper-slide.swiper-slide-duplicate-prev
    .testi-item
    .testi-inner
    .testi-body:after {
    background: url(../images/testimonial/quote/03.png);
}

/*@@@@@@@@@@@@@@   Market Range Section Start Here  @@@@@@@@@@@@@@@@@*/
.market-range-section {
    background: #fffcfe;
}
.market-range-section .top-area .mr-thumb {
    text-align: center;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .market-range-section .top-area .mr-thumb {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .market-range-section .top-area .section-header {
        padding-left: 25px;
    }
}
.market-range-section .top-area .section-header::after {
    display: none;
}
@media (min-width: 992px) {
    .market-range-section .top-area .section-wrapper {
        padding-left: 25px;
    }
}
.market-range-section .top-area .section-wrapper .skill-bar-wrapper {
    margin-top: 30px;
}
.market-range-section
    .top-area
    .section-wrapper
    .skill-bar-wrapper
    .skill-item {
    margin-bottom: 10px;
}
.market-range-section
    .top-area
    .section-wrapper
    .skill-bar-wrapper
    .skill-item:last-child {
    margin-bottom: 0;
}
.market-range-section
    .top-area
    .section-wrapper
    .skill-bar-wrapper
    .skill-item
    .skill-title {
    justify-content: space-between;
    margin-bottom: 10px;
}
.market-range-section
    .top-area
    .section-wrapper
    .skill-bar-wrapper
    .skill-item
    .skillbar-container {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    height: 10px;
    align-items: center;
    border: 1px solid #ecf0f3;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.market-range-section
    .top-area
    .section-wrapper
    .skill-bar-wrapper
    .skill-item
    .skillbar-container
    .skills {
    height: 6px;
    margin: 0 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.market-range-section .bottom-area {
    padding: 60px 60px 10px;
}
.market-range-section .bottom-area .section-wrapper .contact-count-item {
    width: calc(100% / 1);
}
@media (min-width: 576px) {
    .market-range-section .bottom-area .section-wrapper .contact-count-item {
        width: calc(100% / 2);
    }
}
@media (min-width: 992px) {
    .market-range-section .bottom-area .section-wrapper .contact-count-item {
        width: calc(100% / 4);
    }
}
.market-range-section
    .bottom-area
    .section-wrapper
    .contact-count-item
    .contact-count-inner {
    text-align: center;
    margin: 5px;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .market-range-section
        .bottom-area
        .section-wrapper
        .contact-count-item
        .contact-count-inner {
        margin-bottom: 0;
    }
}
.market-range-section
    .bottom-area
    .section-wrapper
    .contact-count-item
    .contact-count-inner
    .contact-count-thumb {
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
}
.market-range-section
    .bottom-area
    .section-wrapper
    .contact-count-item
    .contact-count-inner
    .contact-count-content
    h5 {
    margin-bottom: 10px;
    font-size: 36px;
}
.market-range-section
    .bottom-area
    .section-wrapper
    .contact-count-item
    .contact-count-inner
    .contact-count-content
    p {
    margin-bottom: 0;
    font-size: 18px;
}

/*@@@@@@@@@@@@@@   portfolio Section Start Here  @@@@@@@@@@@@@@@@@*/
.portfolio-section .lab-btn {
    background: linear-gradient(to left top, #ff4f58, #ffb400);
    margin-top: 30px;
}
.portfolio-section .port-filter {
    margin: 0;
    margin: -5px 0 40px;
    justify-content: center;
}
.portfolio-section .port-filter li {
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.portfolio-section .port-filter li i,
.portfolio-section .port-filter li span {
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-right: 5px;
}
.portfolio-section .port-filter li.active {
    color: #fff;
    box-shadow: 0 18px 30px rgba(255, 114, 58, 0.36);
    background: linear-gradient(to left top, #ff4f58, #ffb400);
}
.portfolio-section .port-filter li.active i,
.portfolio-section .port-filter li.active span {
    color: #fff;
}
.portfolio-section .grid .port-item {
    width: 100%;
}
@media (min-width: 576px) {
    .portfolio-section .grid .port-item {
        width: calc(100% / 2);
    }
}
@media (min-width: 1200px) {
    .portfolio-section .grid .port-item {
        width: calc(100% / 3);
    }
}
.portfolio-section .grid .port-item .lab-inner {
    margin: 15px;
}
.portfolio-section.portfolio-single
    .section-wrapper
    .port-top
    .pr-thumb
    .post-thumb {
    margin-top: 30px;
}
@media (min-width: 992px) {
    .portfolio-section.portfolio-single
        .section-wrapper
        .port-top
        .pr-thumb
        .post-thumb:first-child {
        margin-top: 0px;
    }
}
@media (max-width: 991px) {
    .portfolio-section.portfolio-single
        .section-wrapper
        .port-top
        .pr-thumb
        .post-thumb
        img {
        width: 100%;
    }
}
.portfolio-section.portfolio-single .section-wrapper .port-bottom {
    padding-top: 60px;
}
.portfolio-section.portfolio-single
    .section-wrapper
    .port-bottom
    .col-md-4
    .port-item2:first-child
    .port-inner
    .port-body {
    padding: 15px 30px;
}
.portfolio-section.portfolio-single
    .section-wrapper
    .port-bottom
    .right-side
    .port-item2
    .port-inner {
    box-shadow: none;
    margin-bottom: 0;
}
.portfolio-section.portfolio-single
    .section-wrapper
    .port-bottom
    .right-side
    .port-item2
    .port-inner
    .port-header {
    padding-left: 0;
}
.portfolio-section.portfolio-single
    .section-wrapper
    .port-bottom
    .right-side
    .port-item2
    .port-inner
    .port-body {
    padding-left: 0;
}
.portfolio-section.portfolio-single
    .section-wrapper
    .port-bottom
    .right-side
    .port-item2
    .port-inner
    .port-body
    .lab-btn {
    margin-top: 20px;
    text-transform: uppercase;
}

/*@@@@@@@@@@@@@@   Team Section Start Here  @@@@@@@@@@@@@@@@@*/
.team-section .team-top .team-top-area {
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
    margin-bottom: 30px;
}
.team-section .team-top .team-top-area .team-thumb img {
    width: 100%;
}
.team-section .team-top .team-top-area .team-content {
    padding: 20px 20px 30px;
}
@media (min-width: 576px) {
    .team-section .team-top .team-top-area .team-content {
        padding: 40px;
    }
}
.team-section .team-top .team-top-area .team-content .member-name {
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-section .team-top .team-top-area .team-content .member-name:hover {
    color: #fd4372;
}
.team-section .team-top .team-top-area .team-content .member-dagi {
    margin-bottom: 10px;
    display: inline-block;
    color: #1c2551;
}
.team-section .team-top .team-top-area .team-content .member-details {
    margin-bottom: 30px;
}
.team-section .team-bottom .team-bottom-area {
    margin-bottom: -15px;
}
.team-section .team-bottom .team-bottom-area .team-item .team-item-inner {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}
.team-section .team-bottom .team-bottom-area .team-item .team-item-inner:hover {
    box-shadow: 0 0 30px rgba(136, 136, 136, 0.1);
}
.team-section
    .team-bottom
    .team-bottom-area
    .team-item
    .team-item-inner:hover
    .team-thumb
    img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.team-section
    .team-bottom
    .team-bottom-area
    .team-item
    .team-item-inner
    .team-thumb.style-2 {
    padding-right: 50px;
}
.team-section
    .team-bottom
    .team-bottom-area
    .team-item
    .team-item-inner
    .team-thumb
    img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team-section
    .team-bottom
    .team-bottom-area
    .team-item
    .team-item-inner
    .team-content
    .member-details {
    margin-top: 5px;
    padding-top: 15px;
    border-top: 1px solid #ecf0f3;
}
.team-section.style-2
    .team-bottom
    .team-bottom-area
    .col-12:nth-child(2n + 0)
    .team-item
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-head {
    background: linear-gradient(to left, #01cbad, #47a1f2);
}
.team-section.style-2
    .team-bottom
    .team-bottom-area
    .col-12:nth-child(2n + 0)
    .team-item
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-head
    span::after {
    background: #01cbad;
}
.team-section.style-2
    .team-bottom
    .team-bottom-area
    .col-12:nth-child(3n + 0)
    .team-item
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-head {
    background: linear-gradient(to left, #23cc88, #8ecf35);
}
.team-section.style-2
    .team-bottom
    .team-bottom-area
    .col-12:nth-child(3n + 0)
    .team-item
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-head
    span::after {
    background: #23cc88;
}
.team-section.style-2
    .team-bottom
    .team-bottom-area
    .col-12:nth-child(4n + 0)
    .team-item
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-head {
    background: linear-gradient(to left, #e85aca, #fc4e65);
}
.team-section.style-2
    .team-bottom
    .team-bottom-area
    .col-12:nth-child(4n + 0)
    .team-item
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-head
    span::after {
    background: #e85aca;
}
.team-section.style-2
    .team-bottom
    .team-bottom-area
    .col-12:nth-child(5n + 0)
    .team-item
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-head {
    background: linear-gradient(to left, #5f51b5, #ce62fd);
}
.team-section.style-2
    .team-bottom
    .team-bottom-area
    .col-12:nth-child(5n + 0)
    .team-item
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-head
    span::after {
    background: #5f51b5;
}
.team-section.style-2
    .team-bottom
    .team-bottom-area
    .col-12:nth-child(6n + 0)
    .team-item
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-head {
    background: linear-gradient(to left, #ff6593, #b85cff);
}
.team-section.style-2
    .team-bottom
    .team-bottom-area
    .col-12:nth-child(6n + 0)
    .team-item
    .team-item-inner
    .team-thumb
    .self-intregration
    .intregration-head
    span::after {
    background: #ff6593;
}
.team-section.team-single .team-top .team-top-area {
    box-shadow: none;
}
@media (min-width: 992px) {
    .team-section.team-single .team-top .team-top-area .team-content {
        padding-top: 0;
    }
}
.team-section.team-single .team-top .team-top-area .team-content .member-name {
    margin-bottom: 0;
}
.team-section.team-single
    .team-top
    .team-top-area
    .team-content
    .member-name:hover {
    color: #000000;
}
.team-section.team-single .team-bottom.skill-award {
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .team-section.team-single .team-bottom.skill-award .skill-area {
        margin-bottom: 30px;
    }
}
.team-section.team-single .team-bottom.skill-award h5 {
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .team-section.team-single .team-bottom.skill-award .team-item {
        margin-right: 40px;
    }
}
.team-section.team-single .team-bottom.skill-award .team-item:last-child {
    margin: 0;
}
.team-section.team-single .team-bottom.skill-award .team-item .team-thumb {
    margin-bottom: 15px;
}
.team-section.team-single .team-bottom.skill-award .team-item p {
    margin: 0;
}
.team-section.team-single .team-bottom.skill-award .team-item .circles {
    margin-bottom: 15px;
}
.team-section.team-single .team-bottom.skill-award .team-item .circles strong {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.team-section.team-single .team-bottom.skill-award .team-item .circles canvas {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-radius: 100%;
}

/*@@@@@@@@@@@@@@   Shop Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-page .sidebar-widget .widget-search {
    border: none;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.shop-page .sidebar-widget .widget-search form input {
    background: #fff;
    border: 1px solid #ecf0f3;
}
.shop-page .shop-title {
    padding: 16px 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.shop-page .shop-title p {
    margin-bottom: 0;
    color: #000000;
}
.shop-page .shop-title .product-view-mode a {
    color: #000000;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shop-page .shop-title .product-view-mode a.active {
    color: #fd4372;
}
.shop-page .shop-title .product-view-mode a:last-child {
    margin-left: 5px;
}
.shop-page .shop-product-wrap {
    height: auto !important;
}
.shop-page .shop-product-wrap.grid {
    height: auto;
}
.shop-page .shop-product-wrap.grid .product-list-item {
    display: none;
}
.shop-page .shop-product-wrap.list .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.shop-page .shop-product-wrap.list .product-item {
    display: none;
}
.shop-page .shop-product-wrap .product-item,
.shop-page .shop-product-wrap .product-list-item {
    padding: 10px;
    margin-bottom: 30px;
    align-items: center;
    background: #fff;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shop-page
    .shop-product-wrap
    .product-item:hover
    .product-thumb
    .pro-thumb
    img:last-child,
.shop-page
    .shop-product-wrap
    .product-list-item:hover
    .product-thumb
    .pro-thumb
    img:last-child {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.shop-page
    .shop-product-wrap
    .product-item:hover
    .product-thumb
    .product-action-link,
.shop-page
    .shop-product-wrap
    .product-list-item:hover
    .product-thumb
    .product-action-link {
    opacity: 1;
    z-index: 9;
    bottom: 0%;
}
.shop-page .shop-product-wrap .product-item .product-thumb .pro-thumb img,
.shop-page .shop-product-wrap .product-list-item .product-thumb .pro-thumb img {
    width: 100%;
    transform-origin: left;
}
.shop-page
    .shop-product-wrap
    .product-item
    .product-thumb
    .pro-thumb
    img:last-child,
.shop-page
    .shop-product-wrap
    .product-list-item
    .product-thumb
    .pro-thumb
    img:last-child {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shop-page .shop-product-wrap .product-item .product-thumb .product-action-link,
.shop-page
    .shop-product-wrap
    .product-list-item
    .product-thumb
    .product-action-link {
    justify-content: center;
    opacity: 0;
    bottom: -100%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shop-page
    .shop-product-wrap
    .product-item
    .product-thumb
    .product-action-link
    a,
.shop-page
    .shop-product-wrap
    .product-list-item
    .product-thumb
    .product-action-link
    a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    margin: 5px;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shop-page
    .shop-product-wrap
    .product-item
    .product-thumb
    .product-action-link
    a.view-modal,
.shop-page
    .shop-product-wrap
    .product-list-item
    .product-thumb
    .product-action-link
    a.view-modal {
    cursor: pointer;
}
.shop-page .shop-product-wrap .product-item .product-content,
.shop-page .shop-product-wrap .product-list-item .product-content {
    padding-top: 20px;
    text-align: center;
}
.shop-page .shop-product-wrap .product-item .product-content h5,
.shop-page .shop-product-wrap .product-list-item .product-content h5 {
    margin: 0;
    margin-bottom: 5px;
}
.shop-page .shop-product-wrap .product-item .product-content h5 a,
.shop-page .shop-product-wrap .product-list-item .product-content h5 a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shop-page .shop-product-wrap .product-item .product-content h5 a:hover,
.shop-page .shop-product-wrap .product-list-item .product-content h5 a:hover {
    color: #fd4372;
}
.shop-page .shop-product-wrap .product-item .product-content p,
.shop-page .shop-product-wrap .product-list-item .product-content p {
    color: #696969;
    margin-bottom: 5px;
}
.shop-page .shop-product-wrap .product-item .product-content p i,
.shop-page .shop-product-wrap .product-list-item .product-content p i {
    color: #ecb341;
}
.shop-page .shop-product-wrap .product-list-item .product-thumb {
    width: 100%;
}
@media (min-width: 768px) {
    .shop-page .shop-product-wrap .product-list-item .product-thumb {
        width: 35%;
    }
}
.shop-page .shop-product-wrap .product-list-item .product-thumb img {
    width: 100%;
}
.shop-page .shop-product-wrap .product-list-item .product-content {
    width: 100%;
    text-align: left;
    padding-left: 20px;
}
@media (min-width: 768px) {
    .shop-page .shop-product-wrap .product-list-item .product-content {
        width: 65%;
    }
}
.shop-page .modal.show {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: visible;
    z-index: 99999999;
    -webkit-animation: slideInDown 0.4s forwards;
    animation: slideInDown 0.4s forwards;
    overflow-y: scroll;
    background: #000;
}
.shop-page .modal .modal-dialog .modal-content button.close {
    width: 40px;
    height: 40px;
    top: 0;
    right: 2px;
    background: transparent;
    z-index: 9;
    color: #fd4372;
    text-shadow: none;
    opacity: 1;
    outline: none;
}
.shop-page .modal .modal-dialog .modal-content button.close:hover {
    color: #000000;
}
.shop-page .modal .modal-dialog .modal-content .modal-body {
    background: #f6faf9;
    border-radius: 8px;
}
.shop-page
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-details-inner
    .thumb:hover
    .pro-thumb
    img:last-child {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.shop-page
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-details-inner
    .thumb
    .pro-thumb
    img {
    width: 100%;
    transform-origin: left;
}
.shop-page
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-details-inner
    .thumb
    .pro-thumb
    img:last-child {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shop-page
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-details-inner
    .product-content {
    margin-top: 30px;
}
@media (min-width: 576px) {
    .shop-page
        .modal
        .modal-dialog
        .modal-content
        .modal-body
        .product-details-inner
        .product-content {
        margin-top: 0;
    }
}
.shop-page
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-details-inner
    .cart-button {
    margin-top: 30px;
    align-items: center;
}
.shop-page
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-details-inner
    .cart-button
    .cart-plus-minus {
    margin: 0;
}
.shop-page
    .modal
    .modal-dialog
    .modal-content
    .modal-body
    .product-details-inner
    .cart-button
    .lab-btn {
    border-radius: 2px;
    padding: 9px 24px;
    margin-left: 20px;
    margin-top: 0;
}
.shop-page .paginations {
    margin-bottom: 10px;
}

/*@@@@@@@@@@@@@@   Shop Single Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-single .sidebar-widget .widget-search {
    border: none;
}
.shop-single .sidebar-widget .widget-search form input {
    background: #fff;
    border: 1px solid #ecf0f3;
}
.shop-single .product-details {
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.shop-single .product-details .product-thumb .pro-single-top {
    margin-bottom: 20px;
}
.shop-single .product-details .product-thumb .pro-single-top .single-thumb img {
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.shop-single .product-details .product-thumb .pro-single-thumbs {
    max-width: 80%;
    margin: auto;
}
.shop-single
    .product-details
    .product-thumb
    .pro-single-thumbs
    .single-thumb
    img {
    width: 100%;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.shop-single .product-details .product-thumb .pro-single-prev,
.shop-single .product-details .product-thumb .pro-single-next {
    cursor: pointer;
    width: 24px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    text-align: center;
    background: #f6f6f9;
    color: #000000;
    bottom: 15px;
    outline: none;
}
.shop-single .product-details .product-thumb .pro-single-prev {
    right: 0;
}
.shop-single .product-details .product-thumb .pro-single-next {
    left: 0;
}
.shop-single .product-details .post-content {
    padding-top: 30px;
}
@media (min-width: 768px) {
    .shop-single .product-details .post-content {
        padding-top: 0;
    }
}
.shop-single .product-details .post-content h4 {
    margin-bottom: 10px;
}
.shop-single .product-details .post-content h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.shop-single .product-details .post-content p {
    margin-bottom: 10px;
}
.shop-single .product-details .post-content p.rating {
    justify-content: flex-start;
    align-items: center;
}
.shop-single .product-details .post-content p.rating i {
    color: #e9ba17;
}
.shop-single .product-details .post-content form {
    justify-content: space-between;
    align-items: center;
}
.shop-single .product-details .post-content form .select-product {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}
@media (min-width: 576px) {
    .shop-single .product-details .post-content form .select-product {
        width: 48%;
    }
}
.shop-single .product-details .post-content form .select-product select {
    width: 100%;
    height: 40px;
    border: 1px solid #ecf0f3;
    color: #696969;
    outline: none;
    -webkit-appearance: none;
    z-index: 1;
    background: transparent;
    padding-left: 20px;
    font-size: 14px;
}
.shop-single .product-details .post-content form .select-product i {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ecf0f3;
    text-align: center;
    z-index: 0;
}
.shop-single .product-details .post-content form .cart-plus-minus {
    margin-bottom: 20px;
}
@media (min-width: 576px) {
    .shop-single .product-details .post-content form .cart-plus-minus {
        margin: 0;
    }
}
.shop-single .product-details .post-content form .discount-code {
    width: 100%;
}
@media (min-width: 576px) {
    .shop-single .product-details .post-content form .discount-code {
        width: 60%;
    }
}
.shop-single .product-details .post-content form .discount-code input {
    margin-bottom: 0;
    border-color: #ecf0f3;
}
.shop-single .product-details .post-content form .lab-btn {
    margin-top: 20px;
    box-shadow: none;
    outline: none;
    border: none;
    cursor: pointer;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
.shop-single .review {
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.shop-single .review .review-nav {
    margin: 0;
}
.shop-single .review .review-nav li {
    list-style: none;
    padding: 13px 33px;
    background: #000000;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
}
.shop-single .review .review-nav li.active {
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
.shop-single .review .review-nav li:last-child {
    margin-right: 0;
}
.shop-single .review .review-content.review-content-show .review-showing {
    display: block;
}
.shop-single .review .review-content.description-show .description {
    display: block;
}
.shop-single .review .review-content .review-showing {
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.shop-single .review .review-content .review-showing .content {
    margin: 0;
}
.shop-single .review .review-content .review-showing .content li {
    padding: 25px 30px;
    list-style: none;
    border-bottom: 1px solid #ecf0f3;
}
@media (min-width: 768px) {
    .shop-single .review .review-content .review-showing .content li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
}
.shop-single .review .review-content .review-showing .content li:last-child {
    border-bottom: none;
}
.shop-single .review .review-content .review-showing .content li .post-thumb {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    border-radius: 100%;
    overflow: hidden;
}
@media (min-width: 768px) {
    .shop-single
        .review
        .review-content
        .review-showing
        .content
        li
        .post-thumb {
        margin-bottom: 0;
    }
}
.shop-single .review .review-content .review-showing .content li .post-content {
    width: 100%;
}
@media (min-width: 768px) {
    .shop-single
        .review
        .review-content
        .review-showing
        .content
        li
        .post-content {
        width: calc(100% - 70px);
        padding-left: 20px;
    }
}
.shop-single
    .review
    .review-content
    .review-showing
    .content
    li
    .post-content
    .entry-meta {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.shop-single
    .review
    .review-content
    .review-showing
    .content
    li
    .post-content
    .entry-meta
    .posted-on {
    width: calc(100% - 110px);
}
.shop-single
    .review
    .review-content
    .review-showing
    .content
    li
    .post-content
    .entry-meta
    .posted-on
    a {
    padding-right: 20px;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    box-shadow: none;
    line-height: 28px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shop-single
    .review
    .review-content
    .review-showing
    .content
    li
    .post-content
    .entry-meta
    .posted-on
    a:hover {
    color: #fd4372;
}
.shop-single
    .review
    .review-content
    .review-showing
    .content
    li
    .post-content
    .entry-meta
    .posted-on
    p {
    margin-bottom: 0;
    line-height: 30px;
}
.shop-single
    .review
    .review-content
    .review-showing
    .content
    li
    .post-content
    .entry-meta
    .rating {
    width: 110px;
}
.shop-single
    .review
    .review-content
    .review-showing
    .content
    li
    .post-content
    .entry-meta
    .rating
    i {
    color: #ecb341;
}
.shop-single
    .review
    .review-content
    .review-showing
    .content
    li
    .post-content
    .entry-content
    p {
    margin-bottom: 0;
}
.shop-single .review .review-content .review-showing .client-review {
    padding: 30px;
    border-top: 1px solid #ecf0f3;
}
.shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    .review-title {
    margin-bottom: 40px;
}
.shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    .review-title
    h5 {
    position: relative;
}
.shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    .review-title
    h5::before {
    width: 50px;
    height: 4px;
    background: #fd4372;
    bottom: -20px;
    border-radius: 2px;
}
.shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    .review-title
    h5::after {
    border-bottom: 4px dotted #fd4372;
    width: 20px;
    bottom: -20px;
    left: 55px;
}
.shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    form
    input {
    border: 1px solid #ecf0f3;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
}
.shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    form
    .rating {
    align-items: center;
}
@media (max-width: 767px) {
    .shop-single
        .review
        .review-content
        .review-showing
        .client-review
        .review-form
        form
        .rating {
        margin-bottom: 20px;
    }
}
.shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    form
    .rating
    .rating-title {
    padding-right: 5px;
}
.shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    form
    .rating
    ul {
    margin: 0;
}
.shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    form
    .rating
    ul
    li {
    list-style: none;
}
.shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    form
    .rating
    ul
    li
    i {
    color: #e9ba17;
}
.shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    form
    textarea {
    border: 1px solid #ecf0f3;
    width: 100%;
    padding: 10px;
    outline: none;
}
.shop-single
    .review
    .review-content
    .review-showing
    .client-review
    .review-form
    form
    button {
    margin-top: 15px;
    color: #fff;
    font-weight: 500;
    padding: 10px 30px;
    box-shadow: none;
    cursor: pointer;
    outline: none;
    border: none;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
.shop-single .review .review-content .description {
    padding: 30px;
    display: none;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.shop-single .review .review-content .description .post-item {
    align-items: center;
    flex-direction: row-reverse;
}
.shop-single .review .review-content .description .post-item .post-thumb {
    width: 100%;
    text-align: center;
}
@media (min-width: 768px) {
    .shop-single .review .review-content .description .post-item .post-thumb {
        width: calc(100% / 2);
    }
}
.shop-single .review .review-content .description .post-item .post-content {
    padding: 30px 0;
    width: 100%;
}
@media (min-width: 768px) {
    .shop-single .review .review-content .description .post-item .post-content {
        width: calc(100% / 2);
    }
}
.shop-single .review .review-content .description .post-item .post-content ul {
    margin: 0;
}
.shop-single
    .review
    .review-content
    .description
    .post-item
    .post-content
    ul
    li {
    list-style: none;
    padding-left: 30px;
}
.shop-single
    .review
    .review-content
    .description
    .post-item
    .post-content
    ul
    li::before {
    content: "";
    top: 10px;
    left: 0;
    color: #e9ba17;
    font-family: "Font Awesome 5 Free";
}

/*@@@@@@@@@@@@@@   Shop Cart Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-cart .section-wrapper .cart-top {
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
@media (max-width: 767px) {
    .shop-cart .section-wrapper .cart-top {
        overflow-x: auto;
    }
}
.shop-cart .section-wrapper .cart-top table {
    font-weight: 700;
    width: 100%;
}
@media (max-width: 767px) {
    .shop-cart .section-wrapper .cart-top table {
        width: 720px;
    }
}
.shop-cart .section-wrapper .cart-top table thead tr {
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
.shop-cart .section-wrapper .cart-top table thead tr th {
    color: #fff;
    padding: 18px;
    border: none;
}
.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3) {
    text-align: center;
}
.shop-cart .section-wrapper .cart-top table thead tr th:last-child {
    text-align: right;
}
.shop-cart .section-wrapper .cart-top table tbody tr {
    border-bottom: 1px solid #ecf0f3;
    border-right: none;
    border-left: none;
    border-top: none;
}
.shop-cart .section-wrapper .cart-top table tbody tr:last-child {
    border-bottom: none;
}
.shop-cart .section-wrapper .cart-top table tbody tr td {
    padding: 20px;
    border: none;
}
.shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
    text-align: right;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
    align-items: center;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
    width: 85px;
}
.shop-cart
    .section-wrapper
    .cart-top
    table
    tbody
    tr
    td.product-item
    .p-content {
    width: calc(100% - 85px);
    padding-left: 10px;
}
.shop-cart
    .section-wrapper
    .cart-top
    table
    tbody
    tr
    td.product-item
    .p-content
    a {
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shop-cart
    .section-wrapper
    .cart-top
    table
    tbody
    tr
    td.product-item
    .p-content
    a:hover {
    color: #fd4372;
}
.shop-cart .section-wrapper .cart-bottom {
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
    padding: 20px 30px;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
    max-width: 340px;
    display: flex;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
    padding: 10px;
    margin-bottom: 0;
    border: 1px solid #ecf0f3;
}
.shop-cart
    .section-wrapper
    .cart-bottom
    .cart-checkout-box
    .coupon
    input[type="submit"] {
    color: #fff;
    font-weight: 500;
    margin-left: -10px;
    cursor: pointer;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
        max-width: 390px;
        text-align: right;
        margin-top: 0;
    }
}
.shop-cart
    .section-wrapper
    .cart-bottom
    .cart-checkout-box
    .cart-checkout
    input {
    background: #fff;
    color: #000000;
}
.shop-cart
    .section-wrapper
    .cart-bottom
    .cart-checkout-box
    .cart-checkout
    input[type="submit"] {
    padding: 10px 30px;
    border: 1px solid #ecf0f3;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 575px) {
    .shop-cart
        .section-wrapper
        .cart-bottom
        .cart-checkout-box
        .cart-checkout
        input[type="submit"] {
        width: 100%;
        margin-bottom: 15px;
    }
    .shop-cart
        .section-wrapper
        .cart-bottom
        .cart-checkout-box
        .cart-checkout
        input[type="submit"]:last-child {
        margin-bottom: 0;
    }
}
.shop-cart
    .section-wrapper
    .cart-bottom
    .cart-checkout-box
    .cart-checkout
    input[type="submit"]:hover {
    color: #fd4372;
    border-color: #fd4372;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box {
    padding: 30px 20px;
    border-top: 1px solid #fff;
}
@media (max-width: 767px) {
    .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
        margin-bottom: 30px;
    }
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h3 {
    margin-bottom: 30px;
}
.shop-cart
    .section-wrapper
    .cart-bottom
    .shiping-box
    .calculate-shiping
    .outline-select {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}
.shop-cart
    .section-wrapper
    .cart-bottom
    .shiping-box
    .calculate-shiping
    .outline-select
    select {
    width: 100%;
    padding: 9px 20px;
    background: transparent;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ecf0f3;
    position: relative;
}
.shop-cart
    .section-wrapper
    .cart-bottom
    .shiping-box
    .calculate-shiping
    .outline-select.shipping-select {
    width: 100%;
}
@media (min-width: 992px) {
    .shop-cart
        .section-wrapper
        .cart-bottom
        .shiping-box
        .calculate-shiping
        .outline-select.shipping-select {
        width: 50%;
        float: left;
    }
}
.shop-cart
    .section-wrapper
    .cart-bottom
    .shiping-box
    .calculate-shiping
    .outline-select
    .select-icon {
    top: 0;
    right: 0;
    padding: 9px 20px;
    color: #fff;
    border: 1px solid #ecf0f3;
    border-radius: 0px 3px 3px 0px;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
.shop-cart
    .section-wrapper
    .cart-bottom
    .shiping-box
    .calculate-shiping
    .cart-page-input-text {
    width: 100%;
    float: right;
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 22px;
    border: 1px solid #ecf0f3;
}
@media (min-width: 992px) {
    .shop-cart
        .section-wrapper
        .cart-bottom
        .shiping-box
        .calculate-shiping
        .cart-page-input-text {
        width: 45%;
    }
}
.shop-cart
    .section-wrapper
    .cart-bottom
    .shiping-box
    .calculate-shiping
    button {
    width: 170px;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3 {
    margin-bottom: 30px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul {
    margin: 0;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
    list-style: none;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ecf0f3;
    padding: 8px 20px;
    margin-bottom: 15px;
    background: #fff;
}
.shop-cart
    .section-wrapper
    .cart-bottom
    .shiping-box
    .cart-overview
    ul
    li
    .pull-right {
    margin-bottom: 0;
    color: #fd4372;
}

/*@@@@@@@@@@@@@@   Contact Us Page Start Here  @@@@@@@@@@@@@@@@@*/
.contact-us .contact-area {
    margin: 0 0 30px;
}
@media (min-width: 768px) {
    .contact-us .contact-area {
        margin: 0;
    }
}
.contact-us .contact-area .contact-item {
    align-items: flex-start;
    border-bottom: 1px solid #ecf0f3;
    margin-bottom: 20px;
}
.contact-us .contact-area .contact-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.contact-us .contact-area .contact-item .contact-icon {
    width: 30px;
    text-align: center;
}
.contact-us .contact-area .contact-item .content {
    width: calc(100% - 45px);
}
.contact-us .contact-area .contact-item .content h6 {
    margin-bottom: 0;
}
.contact-us .contact-form {
    justify-content: space-between;
}
.contact-us .contact-form input.contact-input {
    padding: 15px;
    border: 1px solid #ecf0f3;
    margin-bottom: 20px;
    outline: none;
    box-shadow: none;
}
@media (min-width: 992px) {
    .contact-us .contact-form input.contact-input {
        width: calc(100% / 2 - 15px);
    }
}
.contact-us .contact-form textarea.contact-input {
    padding: 15px;
    border: 1px solid #ecf0f3;
    margin-bottom: 20px;
    outline: none;
    box-shadow: none;
}
.contact-us .contact-form .lab-btn {
    width: 180px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    background-image: linear-gradient(
        to left top,
        #ff4f58,
        #ff6747,
        #ff8134,
        #ff9a1e,
        #ffb400
    );
}
.contact-us .contact-form .lab-btn:hover {
    /* -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); */
    color: #ff006f;
    background: transparent;
    border: 1px solid #ff9a1e;
}

/* @@@@@@@@@@@@@  Gmaps Section Start Here  @@@@@@@@@@@@@@ */
.gmaps-section .map-area {
    height: 600px;
}
.gmaps-section .map-area iframe {
    width: 100%;
    height: 600px;
}

.coming-soon {
    background: url(bg-image/comingsoon-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 1200px;
    justify-content: center;
}
@media (max-width: 991px) {
    .coming-soon {
        background-size: contain;
        height: 700px;
    }
}
.coming-soon .coming-content-area {
    text-align: center;
    top: 40%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
    .coming-soon .coming-content-area {
        max-width: 650px;
        margin: 0 auto;
        top: 50%;
    }
}
.coming-soon .coming-content-area h2 {
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .coming-soon .coming-content-area h2 {
        font-size: 72px;
        line-height: 76px;
    }
}
@media (max-width: 575px) {
    .coming-soon .coming-content-area .countdown {
        margin-top: 20px;
    }
}

/*@@@@@@@@@@@@@@   Fore Zero Page Start Here  @@@@@@@@@@@@@@@@@*/
.fore-zero-page {
    background: url(bg-image/404-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    align-items: center;
}
.fore-zero-page .images {
    text-align: center;
}
.fore-zero-page .text-content {
    max-width: 600px;
    margin: 30px auto 0px;
}
.fore-zero-page .text-content h3 {
    font-size: 20px;
}
@media (min-width: 576px) {
    .fore-zero-page .text-content h3 {
        font-size: 36px;
    }
}
.fore-zero-page .text-content .lab-btn {
    margin-top: 20px;
}

/* @@@@@@@@@@@@@  Footer Section Start Here  @@@@@@@@@@@@@@ */
.footer-top {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-top .footer-item {
    margin: 30px 0;
}
@media (min-width: 992px) {
    .footer-top .footer-item {
        margin: 0;
    }
}
.footer-top .footer-item .footer-inner .footer-content .title {
    margin-bottom: 15px;
    margin-top: -8px;
}
@media (min-width: 576px) {
    .footer-top .footer-item .footer-inner .footer-content .title {
        margin-bottom: 15px;
    }
}
.footer-top .footer-item .footer-inner .footer-content .title h6 {
    font-size: 18px;
    color: #fff;
}
.footer-top .footer-item .footer-inner .footer-content .content p {
    color: #fff;
}
.footer-top .footer-item .footer-inner .footer-content .content h6 {
    color: #fff;
}
.footer-top .footer-item .footer-inner .footer-content .content ul li p {
    margin-bottom: 0;
}
.footer-top .footer-item .footer-inner .footer-content .content ul li p span {
    font-weight: 700;
    padding-right: 10px;
}
.footer-top .footer-item .footer-inner .footer-content .content ul li a {
    color: #fff;
}
.footer-top .footer-item .footer-inner .footer-content .content ul li a i {
    margin-right: 10px;
}
.footer-top.style-2 {
    background-size: auto;
}
.footer-top.style-2 .footer-item .footer-inner .footer-content h6,
.footer-top.style-2 .footer-item .footer-inner .footer-content span {
    color: #000000;
}
.footer-top.style-2 .footer-item .footer-inner .footer-content p {
    color: #696969;
}
.footer-top.style-2
    .footer-item
    .footer-inner
    .footer-content
    .content
    ul
    li
    a {
    color: #696969;
}
.footer-top.style-2
    .footer-item
    .footer-inner
    .footer-content
    .content
    ul
    li
    a:hover {
    color: #fd4372;
}
.footer-top.maketing,
.footer-top.shopapp {
    background: #f8f8ff;
}
.footer-top.maketing:after,
.footer-top.shopapp:after {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/marketing/footer-shape.png) no-repeat;
    background-position: bottom;
}
.footer-top.maketing .container,
.footer-top.shopapp .container {
    z-index: 1;
}
.footer-top.shopapp {
    background: #e6f1ff;
}
.footer-top.style-3 {
    background: #f6faff;
}
.footer-top.style-3 * {
    z-index: 1;
}
/* .footer-top.style-3::after {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: bottom center;
    -webkit-mask-image: url(../images/pattern/innerfooter.png);
} */
.footer-top.style-3 .shap-footer {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.footer-top.style-3 .shap-footer .line {
    bottom: 10%;
}
@media (max-width: 1199px) {
    .footer-top.style-3 .shap-footer .line {
        display: none;
    }
}
.footer-top.style-3 .shap-footer .line.line-1 {
    left: 3%;
    animation: lab_run_x 5s linear infinite;
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .footer-top.style-3 .shap-footer .line.line-1 {
        left: -5%;
    }
}
.footer-top.style-3 .shap-footer .line.line-2 {
    right: 3%;
    animation: lab_run_x 8s linear infinite;
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .footer-top.style-3 .shap-footer .line.line-2 {
        right: -5%;
    }
}
.footer-top.style-3 .footer-item .footer-inner .footer-content h6,
.footer-top.style-3 .footer-item .footer-inner .footer-content span {
    color: #000000;
}
.footer-top.style-3 .footer-item .footer-inner .footer-content p {
    color: #696969;
}
.footer-top.style-3
    .footer-item
    .footer-inner
    .footer-content
    .content
    ul
    li
    a {
    color: #696969;
}
.footer-top.style-3
    .footer-item
    .footer-inner
    .footer-content
    .content
    ul
    li
    a:hover {
    color: #fd4372;
}

.footer-bottom {
    padding: 15px 0;
    background: #231768;
}
.footer-bottom .section-wrapper p {
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}
.footer-bottom .section-wrapper p a {
    padding: 5px;
    color: #fff;
}
.footer-bottom.style-2 {
    background: #f8f8f8;
}
.footer-bottom.style-2 .section-wrapper p {
    color: #696969;
}
.footer-bottom.style-2 .section-wrapper p a {
    color: #000000;
}
.footer-bottom.style-2 .section-wrapper p a:hover {
    color: #fd4372;
}
.footer-bottom.style-3 {
    background: #f6faff;
}
.footer-bottom.style-3 .section-wrapper p {
    color: #696969;
}
.footer-bottom.style-3 .section-wrapper p a {
    color: #000000;
}
.footer-bottom.style-3 .section-wrapper p a:hover {
    color: #fd4372;
}
.footer-bottom.shopapp {
    background: #fff;
}

.app-footer {
    background-image: linear-gradient(
        to top,
        #5f51b5,
        #7857c9,
        #935cdc,
        #b060ed,
        #ce62fd
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.app-footer .footer-bottom.style-2 {
    background: transparent;
}
.app-footer .footer-bottom.style-2::after {
    width: 1170px;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.1);
}
.app-footer .footer-bottom.style-2 .section-wrapper p {
    color: #fff;
}
.app-footer .footer-bottom.style-2 .section-wrapper p a {
    color: #fff;
}

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

/* Tech 26 styles */
.service-box {
    margin-top: 30px;
    padding: 40px;
    background: #fff none repeat scroll 0 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 15px 35px rgb(0 0 0 / 10%);
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url("http://themescare.com/demos/robofume-view/assets/img/service-paternt.png")
        no-repeat;
    z-index: -1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 120px;
    height: 150px;
}
.service-icon {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #7052fb;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-icon:after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #7052fb;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-title {
    margin: 25px 0 20px 0;
}
.service-desc .btn-simple {
    display: inline-block;
    font-weight: 500;
    color: #1c2045;
    letter-spacing: 1px;
}
/* .service-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 0;
    height: 100%;
    background-color: #ff006f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
} */
.service-box:hover::after {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* .service-box:hover h3,
.service-box:hover p,
.service-box:hover a {
    color: #fff;
} */
.service-box:hover .service-icon:after {
    border-color: #fff;
}
.service-box {
    border: 2px solid transparent;
}
.service-box:hover {
    border: 2px solid #ff006f;
}
.service-desc .btn-simple:hover {
    color: #cdcdcd;
}
.feature-section-image {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.feature-section-image .image {
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
    z-index: 2;
    filter: drop-shadow(0px 35px 25px var(--blue-rgba-4));
    -webkit-filter: drop-shadow(0px 35px 25px var(--blue-rgba-4));
    -moz-filter: drop-shadow(0px 35px 25px var(--blue-rgba-4));
    max-width: 100%;
}
.feature-section-image .phone {
    position: relative;
    z-index: 3;
    filter: drop-shadow(0px 35px 25px var(--blue-rgba-4));
    -webkit-filter: drop-shadow(0px 35px 25px var(--blue-rgba-4));
    -moz-filter: drop-shadow(0px 35px 25px var(--blue-rgba-4));
    max-width: 100%;
}
.feature-section-image .background-pattern {
    width: 100%;
    height: 90%;
    left: initial;
    top: 50%;
    transform: translateY(-50%);
    right: -7rem;
}
.background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 80%;
    height: 100%;
}
.background-pattern-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(153, 157, 253);
    background: linear-gradient(
        45deg,
        rgba(128, 226, 255, 1) 20%,
        rgb(153, 157, 253, 1) 50%,
        rgba(255, 183, 246, 1) 80%
    );
    z-index: 1;
}
.background-pattern-img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 2;
    mix-blend-mode: color-burn;
    background-position: 0 center;
    transform: translateZ(0);
}
.background-pattern-radius .background-pattern-gradient {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
}
.icon-text-group {
    display: flex;
    gap: 0 25px;
}
.icon-text h4 {
    margin: 25px 0;
}
.choose-section {
    position: relative;
}
.choose-shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.choose-left {
    padding-right: 10%;
}
.choose-left .section-title {
    margin-bottom: 30px;
}
.choose-left ul {
    margin-top: 30px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.choose-box {
    text-align: center;
    padding: 40px;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}
.choose-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(http://themescare.com/demos/robofume-view/assets/img/service-paternt.png)
        no-repeat;
    z-index: -1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 120px;
    height: 150px;
    border-top-left-radius: 10px;
}
.choose-icon {
    font-size: 34px;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0 auto;
    /* background: rgba(161, 141, 253, 0.17); */
    line-height: 70px;
    /* border-radius: 10px; */
    color: #7052fb;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.choose-box h2 {
    margin: 15px 0 5px;
    font-weight: 700;
    color: #111;
    font-size: 36px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.choose-box p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.choose-icon-bottom {
    position: absolute;
    right: 10px;
    bottom: -7px;
    color: #f6f5f9;
    z-index: -1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 58px;
    height: auto;
}
.choose-left ul li {
    justify-content: flex-start;
}
.choose-right .col-lg-6:nth-child(2n + 1) {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.s-works {
    background-color: #fcfcfc;
    box-shadow: 0px 0px 90px 0px rgba(185, 187, 196, 0.45);
    padding: 30px;
    position: relative;
    z-index: 1;
}
.s-works__icon {
    position: relative;
    z-index: 1;
}
/* .s-works__icon::before {
    content: "";
    border-radius: 10px;
    background-color: #f8f4f4;
    position: absolute;
    left: -6px;
    top: 14px;
    width: 77px;
    height: 75px;
    z-index: -1;
} */
.semi-title {
    font-size: 24px;
    font-weight: 600;
}
.s-works h5 {
    font-size: 20px;
    font-weight: 400;
    /* font-family: "Roboto", sans-serif; */
    line-height: 1.6;
}
.s-works .shape-arrow {
    position: absolute;
    top: -114px;
    right: -13px;
    z-index: 1;
}
.mt-120 {
    margin-top: 120px;
}
.works__img .work_ai {
    animation: float-bob-y infinite 5s linear;
}
.works__img .dot-shape {
    position: absolute;
    bottom: 33px;
    right: 37px;
    z-index: 1;
    animation: float-bob-y infinite 3s alternate;
}
.nav-pills .nav-link.active {
    box-shadow: 2px 5px 20px 2px rgb(155 155 155 / 12%);
    background: transparent;
    color: #6e6e6e;
    border-left: 3px solid #ff006f !important;
}
.nav-pills .nav-link {
    color: #6e6e6e;
}
#v-pills-tab {
    max-width: 50%;
    flex: 0 0 auto;
}
#v-pills-tab button {
    text-align: left;
    margin-bottom: 0;
    padding: 20px;
    background: #f7f7f7;
    border-left: 3px solid transparent;
}
#v-pills-tab button p {
    margin-bottom: 0;
}
.payment_features_tab {
    border: 10px solid #f0f8fa;
    overflow: hidden;
    width: 630px;
    height: 492px;
    border-radius: 10px;
    margin-left: -40px;
    perspective-origin: 25% 75%;
    perspective: 400px;
    -webkit-box-shadow: -27.1px 62.5px 125px -25px rgba(50, 50, 93, 0.5),
        -16.2px 37.5px 75px -37.5px rgba(0, 0, 0, 0.6);
    box-shadow: -27.1px 62.5px 125px -25px rgba(50, 50, 93, 0.5),
        -16.2px 37.5px 75px -37.5px rgba(0, 0, 0, 0.6);
    transform: perspective(538px) rotateY(12deg) rotateX(0deg) scale(1.05);
    position: relative;
}
.payment_features_info {
    margin: 150px 0 0 0;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 100%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    /* width: 25%; */
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide p {
    margin-bottom: 0 !important;
    text-align: center;
    font-size: 16px;
}
.mySwiper .swiper-slide {
    border-right: 1px solid #a1a1a1;
    opacity: 1 !important;
    cursor: pointer;
}
.mySwiper .swiper-slide:last-child {
    border-right: transparent;
}
.swiper-container-thumbs {
    height: auto !important;
}
.swiper-container-thumbs .swiper-slide {
    /* margin: 10px 0; */
    padding: 10px 0;
}
.swiper-slide-thumb-active p {
    color: #8ecf35;
}
.mySwiper {
    border-bottom: 1px solid #a1a1a1;
}
.service_detail {
    display: grid;
    grid-template-columns: 35% 1fr;
}
.service_detail #v-pills-tab {
    max-width: 100%;
    gap: 20px;
}
.service_detail h4 {
    margin-bottom: 0 !important;
}
.service_detail #v-pills-tab button {
    padding: 20px;
    /* margin-bottom: 10px; */
}
.service_detail .tab-content .tab-pane img {
    height: 300px;
    width: 100%;
    margin-bottom: 25px;
}
.br_50 {
    border-radius: 50px;
}
.service_page .nav-tabs {
    margin: 0;
}
.service_page .nav-tabs .nav-link {
    border: none;
    padding-left: 0;
}
.service_page .nav-tabs .nav-link {
    color: #737373;
}
/* .service_page .nav-tabs .nav-link.active {
    color: #009656;
} */
.service_page .nav-tabs .nav-link.active {
    border-bottom: 2px solid #009656 !important;
    margin-bottom: -10px;
    padding-bottom: 15px;
}
.service_page .nav-tabs {
    margin: 0 0 20px 0;
}
.service_page .nav-tabs li {
    margin-right: 15px;
}
.featured-steps {
    overflow: hidden;
    position: relative;
    margin: 15px 0;
}
.featured-imagebox-steps.style1 {
    position: relative;
    background-color: var(--base-grey);
    padding: 30px 30px 35px 660px;
    margin: 46px 0 45px -85px;
    border-radius: 90px;
    overflow: hidden;
}
.featured-imagebox-steps.style1 .featured-content-main {
    display: flex;
    align-items: center;
    padding: 0;
}
.featured-imagebox-steps.style1 .featured-content {
    padding-right: 80px;
}
.featured-imagebox-steps.style1 .featured-content-main .featured-number {
    font-size: 22px;
    line-height: 32px;
    color: var(--base-headingfont-color);
    font-weight: 600;
    position: relative;
    border-radius: 50%;
    border: 2px solid #000;
    padding: 33px 27px 52px;
    width: 120px;
    height: 120px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: translate(0);
    -webkit-transition: all 0.6s ease-in-out;
    text-align: center;
    display: flex;
}
.featured-imagebox-steps.style1
    .featured-content-main
    .featured-number
    span:before {
    /* counter-increment: container;
    content: counter(container, decimal-leading-zero); */
    font-style: normal;
    left: 44px;
    bottom: 20px;
    position: absolute;
    font-size: 22px;
    color: #000;
    background-color: transparent;
}
.step-img {
    overflow: hidden;
}
.step-img img {
    position: absolute;
    top: 0;
    left: 110px;
    border-radius: 15px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: translate(0);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.featured-steps.style2 .featured-imagebox-steps.style1 {
    padding: 30px 660px 35px 30px;
    margin: 55px -85px 55px 0;
}
.featured-imagebox-steps.style1 {
    position: relative;
    background-color: var(--base-grey);
    padding: 30px 30px 35px 660px;
    margin: 46px 0 45px -85px;
    border-radius: 90px;
    overflow: hidden;
}
.featured-imagebox-steps.style1 .featured-content-main {
    display: flex;
    align-items: center;
    padding: 0;
}
.featured-steps.style2 .featured-imagebox-steps.style1 .featured-content {
    padding-left: 80px;
    padding-right: 0;
}
.featured-steps.style2 .step-img img {
    left: 770px;
    z-index: 1;
    top: 9px;
}
.featured-imagebox-steps.style1
    .featured-content-main
    .featured-number
    span:before {
    /* counter-increment: container;
    content: counter(container, decimal-leading-zero); */
    font-style: normal;
    left: 44px;
    bottom: 20px;
    position: absolute;
    font-size: 22px;
    color: #000;
    background-color: transparent;
}
.featured-imagebox-steps.style1 {
    position: relative;
    background-color: #f7f7f7;
    padding: 30px 30px 35px 660px;
    margin: 46px 0 45px -85px;
    border-radius: 90px;
    overflow: hidden;
}
.featured-steps.style2 .featured-imagebox-steps.style1 {
    padding: 30px 660px 35px 30px;
    margin: 55px -85px 55px 0;
}
.shape-arrow-1 {
    right: 35%;
    top: 72%;
    position: absolute;
    transform: rotate(0deg);
    z-index: 2;
}
#contactForm .parent {
    margin-bottom: 25px;
}
#contactForm .parent input,
#contactForm .parent textarea {
    width: 100% !important;
    margin-bottom: 5px;
}
label.error {
    color: red;
}
.choose-left ul li i {
    margin-right: 5px;
    color: #7052fb;
}
.s-works .p {
    margin-bottom: 0;
}
.pos-content-area.right_content {
    padding-left: 10% !important;
}
.section-header.style-3 p {
    max-width: 100% !important;
}
@media (min-width: 991px) {
    .right_footer {
        margin-left: 6%;
    }
    .icon-text-group {
        max-width: 85%;
    }
    #v-pills-tab button {
        max-width: 85%;
    }
}
@media (max-width: 991px) {
    .service_detail {
        grid-template-columns: 1fr;
    }
    div#v-pills-tab {
        max-width: 100%;
    }
    .solution_area .parent {
        flex-direction: column;
        gap: 60px;
    }
}
@media (max-width: 767px) {
    .icon-text-group {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.th-shape.th-shape-4 {
    position: unset !important;
}
.th-shape.th-shape-4 img {
    width: 650px;
    height: 650px;
}
.banner-area h5,
.banner-area h2,
.banner-area p {
    color: #fff !important;
}
.white-btn {
    background-color: #fff;
    border: 1px solid transparent;
    padding: 15px 25px;
    border-radius: 5px;
}
.white-btn span {
    color: #000 !important;
}
.white-btn:hover {
    background-color: transparent;
    border: 1px solid #fff;
}
.white-btn:hover span {
    color: #fff !important;
}
.amplify_img {
    width: 75%;
    margin: 0 auto;
    display: flex;
}
.footer-top.style-3 .shap-footer .line.line-1,
.footer-top.style-3 .shap-footer .line.line-2,
.page-header .shap-pageheader .line.line-1,
.page-header .shap-pageheader .line.line-2,
.page-header .shap-pageheader .line.line-3,
.page-header .shap-pageheader .line.line-4,
.page-header .shap-pageheader .line.line-5,
.page-header .shap-pageheader .line.line-7 {
    display: none;
}
.page-header .shap-pageheader .line.line-6 {
    bottom: 15%;
    width: 35%;
}
footer .footer-top {
    background-image: url("../images/new/Footer_BG.jpg") !important;
    background-size: 100% !important;
    background-position: center !important;
}
.page-header {
    background-image: url("../images/new/BG.jpg") !important;
    background-size: 100% !important;
    background-position: center !important;
}
.service_page .page-header .shap-pageheader .line.line-6 {
    bottom: 0;
    width: 30%;
}
/* .mySwiper .swiper-slide {
    width: 80%;
}
.mySwiper .swiper-slide:last-child {
    width: 100%;
} */
.service-desc p {
    min-height: 145px;
    margin-bottom: 0;
}
.choose-left ul li {
    display: list-item;
}
.choose-box {
    border: 2px solid transparent;
}
.choose-box:hover {
    border: 2px solid #ff006f;
}
/* Jira issue fixes */
.service-desc a {
    display: none !important;
}
.animation_img {
    animation: lab_zoomin 5s linear infinite;
}
.post-content p {
    font-size: 16px;
    line-height: 28px;
    color: #696969 !important;
}
.sweet-alert button {
    background-color: #ff006f !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
textarea {
    resize: none;
}
.mobile-menu
    .mobile-menu
    .mobile-menu-area
    .mobile-menu-area-inner
    ul
    li
    a.active {
    color: #ff006f !important;
}
.page-header img.animation_img {
    /* width: 350px !important;
    height: 350px !important; */
    display: flex !important;
    margin-left: auto !important;
}
.sweet-alert button {
    border: 1px solid #ff006f !important;
}
.sweet-alert button:hover {
    background: transparent !important;
    color: #ff006f;
}
.vpn-services .section-wrapper .service-item .service-inner .service-thumb span,
.choose-icon-bottom {
    display: none;
}

/* Core styles/functionality */
.faq-section .section-wrapper .accordion {
    margin: 0;
    position: relative;
}
.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
    max-height: 10rem;
}

/* Visual styles */
/* .accordion {
    color: var(--theme);
    border: 2px solid;
    border-radius: 0.5rem;
    overflow: hidden;
  } */
.tab__label,
.tab__close {
    display: flex;
    /* color: white; */
    /* background: var(--theme); */
    cursor: pointer;
}
.tab__label {
    justify-content: space-between;
    padding: 20px 1rem;
    margin: 1px;
    border: none;
    box-shadow: 0 0 3px rgba(136, 136, 136, 0.1);
    font-weight: 700;
}
.tab__label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
    transform: rotate(270deg);
}
.tab__content p {
    margin: 0;
    padding: 1rem;
}
.tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}
.accordion--radio {
    --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
    animation: bounce 0.5s infinite;
}
@keyframes bounce {
    25% {
        transform: rotate(90deg) translate(0.25rem);
    }
    75% {
        transform: rotate(90deg) translate(-0.25rem);
    }
}
.tab:nth-child(1) .tab__label {
    color: #38cd78;
}
.tab:nth-child(2) .tab__label {
    color: #ff6347;
}
.tab:nth-child(3) .tab__label {
    color: #01cbad;
}
.tab:nth-child(4) .tab__label {
    color: #e85aca;
}
@media (max-width: 1600px) {
    .banner-thumb img {
        width: 75% !important;
        height: 100% !important;
    }
    .page-header img.w-75 {
        width: 50% !important;
    }
}
@media (max-width: 1200px) {
    .payment_features_tab {
        width: 100%;
        margin-left: 0;
        perspective-origin: 0;
        perspective: 0;
        transform: inherit;
        margin-bottom: 35px;
    }
    .payment_features_info {
        margin-top: 50px;
    }
    .featured-imagebox.featured-imagebox-steps {
        padding: 25px !important;
        border-radius: 0 !important;
        margin: 0 !important;
        text-align: center !important;
    }
    .featured-content-main {
        display: flex !important;
        align-items: center !important;
        padding: 0 !important;
        flex-direction: column-reverse !important;
        gap: 15px 0 !important;
    }
    .step-img {
        display: none !important;
    }
    .featured-content {
        padding-right: 0 !important;
    }
    .featured-steps.style2 .featured-content-main {
        flex-direction: column !important;
    }
    .featured-steps.style2 .featured-imagebox-steps.style1 .featured-content {
        padding-left: 0 !important;
    }
    .shape-arrow-1 {
        right: 53%;
        top: 80%;
        position: absolute;
        transform: rotate(0deg);
        z-index: 2;
    }
}
@media (min-width: 1200px) {
    .footer-item.menu {
        margin-left: 45px !important;
    }
}
@media (max-width: 991px) {
    .page-header {
        padding: 155px 0 80px 0;
    }
    .container.alandml {
        max-width: 100%;
    }
    .padding-tb {
        padding-top: 55px;
    }
    .works__img {
        margin-bottom: 40px;
    }
    .how-it-work .mt-120 {
        margin-top: 60px;
    }
    .solution_area .pr_section_title.pb-5 {
        padding-bottom: 0 !important;
    }
    .pageheader-textarea {
        text-align: center;
        margin-bottom: 25px;
    }
    .prt-row img.img-fluid.animation_img {
        margin-bottom: 45px;
    }
    .pos-section .section-header h2,
    .pos-section .section-header p {
        text-align: center;
    }
    h2 {
        line-height: 1.5;
    }
    .pos-section .section-header.style-3 {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }
    .pos-content-area.right_content {
        padding-left: 0% !important;
        margin-bottom: 35px;
    }
    .pos-content-area.right_content,
    .page-header.footer_content_page p {
        margin-bottom: 0;
    }
    .pos-section .pos-thmub,
    .page-header.footer_content_page img.animation_img {
        display: none !important;
    }
    .blog-section .post-content h2,
    .blog-section .post-content h3,
    .blog-section .post-content h4,
    .blog-section .post-content p,
    .blog-section .post-content ul li {
        text-align: center;
    }
    .banner-section {
        padding: 100px 0 50px 0;
    }
    footer .content ul li {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .section-title,
    .payment_features_info .payment_content {
        text-align: center;
    }
    .payment_features_tab {
        height: auto;
    }
    .payment_features_tab {
        margin-bottom: 60px;
    }
    .section-header.style-2 h2,
    .section-header.style-2 h5,
    .section-header.style-2 p,
    .banner-area,
    a.lab-btn,
    .about_btn,
    .section-heading h2,
    .subline_cnt,
    .faq-section .section-wrapper .accordion li {
        text-align: center;
    }
    .amplify_img {
        margin: 0 auto 40px auto;
    }
    .about-section.style-3 .section-header p {
        margin-bottom: 30px;
    }
    .choose-left {
        padding-right: 0;
    }
    .animation_img {
        animation: none;
    }
    ul {
        list-style: none;
        margin-left: 0 !important;
    }
    .page-header img.animation_img {
        height: auto !important;
        width: auto !important;
        margin: 0 auto !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .service-box {
        min-height: 435px;
    }
}

@media (max-width: 767px) {
    .swiper-slide img {
        width: auto;
        height: auto;
    }

    .page-header img.w-75 {
        width: 100% !important;
    }

    .feature-section-image .phone {
        max-width: 100% !important;
    }
    .choose-section .col-lg-6.col-md-12.col-sm-12,
    .choose-right .col-lg-6.col-md-6.col-sm-12 {
        padding-right: 0 !important;
    }
    .choose-right .col-lg-6:nth-child(2n + 1) {
        transform: inherit;
    }
    .choose-section .col-lg-6.col-md-12.col-sm-12 {
        padding-right: 15px !important;
    }

    .testimonial-section.style-2
        .section-wrapper
        .testimonial-slider-two
        .carousel-item
        .testi-item
        .testi-inner
        .testi-content
        p
        .left-img {
        margin-bottom: 15px;
        width: 25px;
    }
    .testimonial-section.style-2
        .section-wrapper
        .testimonial-slider-two
        .carousel-item
        .testi-item
        .testi-inner
        .testi-content
        p
        .right-img {
        width: 25px;
        margin-top: 15px;
    }
    .testimonial-section.style-2
        .section-wrapper
        .testimonial-slider-two
        .carousel-item
        .testi-item
        .testi-inner
        .testi-content {
        width: 100%;
        margin-bottom: 25px;
    }
}
@media (max-width: 450px) {
    .service_detail .tab-content .tab-pane img {
        height: 200px;
    }
    /* .mySwiper .swiper-slide:not(:last-child) {
        width: 60%;
    } */
    /* .swiper-slide img {
        height: 250px;
    } */

    .service-box,
    .feature-section,
    .choose-left .section-title,
    .choose-left p {
        text-align: center;
    }
    .service-icon {
        margin: 0 auto;
    }
    .padding-tb {
        padding-top: 25px;
    }
    .feature-section .col-lg-7 {
        margin-bottom: 45px;
    }

    .choose-box:last-child {
        margin-bottom: 0 !important;
    }
    footer .container,
    .s-works {
        text-align: center;
    }
    footer ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .how-it-work .mt-120 {
        margin-top: 30px;
    }
    .footer-top.style-3
        .footer-item
        .footer-inner
        .footer-content
        .content
        ul
        li
        a:hover {
        color: #696969;
    }
    .service_detail button.nav-link,
    .service_detail .tab-pane,
    .tab-content .tab-pane,
    .solution_area button.nav-link {
        text-align: center !important;
    }

    .contact-us .contact-form .lab-btn {
        width: 100%;
    }
    .blog-section.blog-single
        .section-wrapper
        .post-item
        .post-item-inner
        .post-content {
        padding: 15px;
    }
}
