/*------------------------------------------------------------------
[Master Stylesheet]
1. Icon Heading Box
2. Blog Box
3. Portfolio Section
4. Team Member Section
5. Contact Form 7
6. Custom Button
7. Testimonial
8. client logo
9. Fact and digit
10.Service Style
11.VC Button
12.Contact form
13.error-404
14.Search Popup Area CSS
-------------------------------------------------------------------*/

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 30px;
    outline: none;
    border-radius: 6px;
    font-weight: 700;
}


/* --------------------------------------
 * Preloader setting
 * ---------------------------------------*/

.cspt-preloader {
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
    display: block;
}


/* --------------------------------------
 * Pre Header setting
 * ---------------------------------------*/

.cspt-contact-info {
    font-size: 14px;
}

.cspt-pre-header-wrapper .cspt-social-links a {
    font-size: 15px;
}

.elementor-element.cspt-btn-style-outline.cspt-btn-color-blackish .elementor-button-wrapper:hover .elementor-button,
.cspt-color-white .cspt-contact-info li,
.cspt-color-white .cspt-contact-info li a,
.cspt-pre-header-wrapper.cspt-color-white .cspt-social-links a {
    color: #fff;
}

.cspt-color-white .cspt-contact-info li a:hover {
    opacity: 0.8;
}

.cspt-pre-header-wrapper .cspt-social-links {
    display: inline-block;
}

.cspt-contact-info li i {
    font-size: 15px;
    color: var(--cspt-emphires-global-color);
}


/*==== cspt-top-bar-bt ====*/

.cspt-top-bar-bt {
    font-size: 13px;
    display: inline-block;
    padding: 0 30px;
    background-color: #56aa46;
    color: #fff;
    vertical-align: top;
    font-weight: bold;
}

.cspt-top-bar-bt:hover {
    color: #fff;
}


/* --------------------------------------
 * Header setting
 * ---------------------------------------*/

.cspt-header-box span {
    display: block;
}

.cspt-right-box {
    position: relative;
}

.cspt-pre-header-wrapper ul {
    position: relative;
}

.cspt-contact-info li {
    position: relative;
}

.cspt-pre-header-wrapper ul:after,
.cspt-contact-info li:after {
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    width: 1px;
    height: 49px;
    background-color: rgba(0, 0, 0, 0.18);
}

.cspt-pre-header-wrapper ul:after {
    left: auto;
    right: -15px;
}

.cspt-pre-header-right {
    display: flex;
}

.cspt-pre-header-wrapper .cspt-social-links,
.cspt-pre-header-wrapper .cspt-header-search-btn {
    margin: 0 15px;
}

.cspt-pre-header-wrapper .cspt-pre-header-right>* {
    position: relative;
}

.cspt-pre-header-wrapper .cspt-pre-header-right>*:after {
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    width: 1px;
    height: 49px;
    background-color: rgba(0, 0, 0, 0.18);
}

.cspt-right-box .cspt-cart-link i:before,
.cspt-right-box .cspt-cart-link {
    font-weight: 800;
}


/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/


/*** Dropdown Menu ( White ) ***/

.cspt-navbar.cspt-dropdown-active-color-white ul>li>ul>li.current-menu-item>a,
.cspt-navbar.cspt-dropdown-active-color-white ul>li>ul li.current_page_item>a,
.cspt-navbar.cspt-dropdown-active-color-white ul>li>ul li.current_page_ancestor>a,

/*** Main Menu ( White ) ***/

.cspt-navbar.cspt-main-active-color-white>div>ul>li:hover>a,
.cspt-navbar.cspt-main-active-color-white>div>ul>li.current_page_item>a,
.cspt-navbar.cspt-main-active-color-white>div>ul>li.current-menu-parent>a {
    color: #fff;
}


/*** Dropdown Menu ( Blackish ) ***/

.cspt-navbar.cspt-dropdown-active-color-blackish ul>li>ul>li.current-menu-item>a,
.cspt-navbar.cspt-dropdown-active-color-blackish ul>li>ul li.current_page_item>a,
.cspt-navbar.cspt-dropdown-active-color-blackish ul>li>ul li.current_page_ancestor>a,

/*** Main Menu ( Blackish ) ***/

.cspt-navbar.cspt-main-active-color-blackish>div>ul>li:hover>a,
.cspt-navbar.cspt-main-active-color-blackish>div>ul>li.current_page_item>a,
.cspt-navbar.cspt-main-active-color-blackish>div>ul>li.current-menu-parent>a {
    color: #071323;
}


/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/

.cspt-divider .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading,
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-divider .cspt-ihbox-heading {
    position: relative;
}

.cspt-divider .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading:after,
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-divider .cspt-ihbox-heading:after {
    content: '';
    width: 60px;
    background: #272727;
    height: 3px;
    position: absolute;
    left: 0;
    top: -10px;
}

.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-divider.cspt-align-center .cspt-ihbox-heading:after,
.cspt-divider .cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center .cspt-ihbox-heading:after {
    left: 50%;
    margin-left: -30px;
}

.cspt-ihbox-heading .vc_custom_heading em,
.cspt-heading-subheading .cspt-element-title em,
.cspt-ihbox-content .cspt-element-title em,
.cspt-skincolor-heading .cspt-ihbox-heading em {
    font-style: normal;
}

.cspt-ihbox-subheading .vc_custom_heading em {
    color: #fff;
    font-style: normal;
}

.cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading strong {
    font-weight: 900;
}

.cspt-divider .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading,
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-divider .cspt-ihbox-heading {
    padding-top: 10px;
    margin-bottom: 20px;
}


/* --------------------------------------
 * Icon Heading Box-global
 * ---------------------------------------*/

body {
    counter-reset: item csptbox1 csptbox2 csptbox3 csptbox4 csptbox5 csptbox6;
}

.cspt-bg-color-globalcolor.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading h4:after,
.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading h4:after {
    background-color: #fff;
}


/*=== Classic blog ===*/

.cspt-blog-classic {
    margin-bottom: 50px;
    position: relative;
    box-shadow: 0px 0px 32px 0px rgba(26, 47, 106, 0.08);
    border-radius: 6px;
    overflow: hidden;
}

.cspt-blog-classic .cspt-blog-classic-inner {
    padding: 30px;
}

.cspt-no-img .cspt-blog-classic .cspt-blog-classic-inner {
    padding: 15px 30px;
}

.cspt-entry-content .gallery {
    margin-bottom: 30px;
}

.cspt-blog-classic .cspt-featured-wrapper {
    margin-bottom: 0;
}

.site-main article:last-of-type .cspt-blog-classic {
    margin-bottom: 0px;
}

.cspt-blog-classic .cspt-post-thumbnail {
    margin-bottom: 60px;
}

.cspt-blog-classic .cspt-post-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
}

.cspt-blog-classic .cspt-post-title a {
    color: #2c2c2c;
}

.cspt-blog-classic .cspt-entry-content {
    margin-top: 20px;
    font-size: 16px;
}

.cspt-blog-classic-inner .cspt-read-more-link a {
    font-size: 13px;
    text-transform: uppercase;
    padding: 18px 40px;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    border: none;
}

.cspt-blog-classic .cspt-meta-date-top {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    padding-top: 10px;
    border-radius: 4px;
}

.cspt-blog-classic .cspt-meta-date-top span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 13px;
}

.cspt-no-img .cspt-blog-classic .cspt-meta-date-top {
    display: none;
}

.cspt-blog-classic blockquote {
    font-size: 22px;
    line-height: 30px;
    font-style: normal;
    padding: 50px 40px;
    padding-left: 100px;
    position: relative;
    border: none;
    background: #fafafa;
    margin: 40px 0;
    color: #fff;
    border-radius: 6px;
}

.cspt-blog-classic blockquote code,
.cspt-blog-classic blockquote a {
    color: #fff;
}

.cspt-blog-classic blockquote:after {
    position: absolute;
    content: "\e83e";
    font-family: "creativesplanet-base-icons";
    font-size: 53px;
    line-height: 117px;
    top: 17px;
    left: 26px;
    color: rgb(255, 255, 255);
    font-style: normal;
}

.cspt-blog-classic blockquote .authorOrTitle {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 15px;
}

.wp-block-quote.is-style-large cite em:before,
blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}

.wp-block-quote.is-style-large cite:before {
    display: none;
}

blockquote.wp-block-quote.is-style-large {
    padding: 13px 118px 50px;
}

blockquote cite,
blockquote small {
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 23px;
    font-style: normal !important;
    font-weight: 700 !important;
    margin-top: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.95;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    background-color: transparent;
}


/*=== Sticky post ===*/

.post.sticky {
    background-color: #fff;
    position: relative;
    padding: 1px 40px;
    overflow: hidden;
    margin-bottom: 50px;
    border: 10px solid;
}

.post.sticky .cspt-blog-classic .cspt-blog-classic-inner {
    padding: 0px;
    border: 0;
}

.cspt-no-img.post.sticky {
    padding: 40px 40px;
}

.post.sticky .cspt-read-more-link a:after {
    background-color: #272727;
}

.post.sticky .cspt-blog-classic {
    margin-bottom: 0px;
    box-shadow: none;
    overflow: visible;
    border-radius: 0;
}

.cspt-blog-meta-top .cspt-meta.cspt-meta-date:before {
    content: '\e844';
}

.post.sticky .cspt-blog-classic:after {
    font-family: "creativesplanet-base-icons";
    content: "\e830";
    font-size: 25px;
    position: absolute;
    color: #fff;
    opacity: 1;
    right: -40px;
    top: -50px;
    background-color: #000;
    padding: 0;
    width: 70px;
    line-height: 70px;
    height: 70px;
    text-align: center;
    border-radius: 0;
}

.single .cspt-post-related .cspt-element-posts-wrapper .cspt-post-ele {
    margin-bottom: 0;
}


/* --------------------------------------
 * Portfolio Section
 * ---------------------------------------*/

.creativesplanet-overlay-box:hover img {
    transform: scale(1, 1);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    filter: blur(4px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
}


/* --------------------------------------
 * Prtfolio Single
 * ---------------------------------------*/

.cspt-sep-heading {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.cspt-sep-heading:after {
    position: absolute;
    content: "";
    width: 72px;
    height: 2px;
    bottom: 0;
    left: 0;
}

.single-cspt-portfolio .post-navigation .nav-links {
    padding-bottom: 0;
    padding-top: 0;
}


/*=== cspt-portfolio-single-style-1 ===*/

.cspt-portfolio-single-style-1 .cspt-portfolio-lines-wrapper,
.cspt-portfolio-single-style-1 .cspt-short-description {
    margin-bottom: 60px;
}

.cspt-portfolio-single-style-1 .cspt-featured-wrapper {
    margin-bottom: 50px;
}

.cspt-portfolio-single-style-1 .cspt-portfolio-summary h3 {
    font-weight: bold;
}


/*=== cspt-portfolio-lines-wrapper ===*/

.single-cspt-portfolio .cspt-portfolio-single img {
    box-shadow: 0 0 20px rgba(26, 47, 106, 0.1);
    border-radius: 6px;
}

.cspt-portfolio-summary {
    padding: 35px 40px;
    margin-bottom: 50px;
    box-shadow: 0 0 20px rgba(26, 47, 106, 0.1);
    border-radius: 6px;
}

.cspt-portfolio-summary h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
}

.cspt-portfolio-lines-wrapper {
    background-color: #eef7f9;
    padding: 0;
    border-radius: 6px;
}

.cspt-portfolio-lines-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cspt-portfolio-lines-wrapper .cspt-portfolio-line-title {
    width: 116px;
    font-weight: 800;
}

.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li {
    margin: 0;
    padding: 17px 20px;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    position: relative;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    color: #fff;
}

.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li a:hover,
.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li a {
    color: #fff;
}

.cspt-portfolio-single .nav-links a .cspt-portfolio-nav-wrapper {
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}

.cspt-portfolio-single .nav-links a {
    border: 4px solid #f2f3f4;
}


/*=== single-cspt-service ===*/

.archive .creativesplanet-ele-portfolio {
    margin-bottom: 30px;
}

.cspt-sortable-list-ul {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    display: block;
}

.cspt-sortable-list-ul li {
    display: inline-block;
    margin: 0 15px;
}

.cspt-sortable-list-ul li:first-child {
    margin-left: 0;
}

.cspt-sortable-list a {
    font-weight: 700;
    font-size: 14px;
    color: #222222;
    display: block;
}

.cspt-sortable-list a:hover {
    color: #222222;
}


/*=== cspt-category-style1 ===*/

.cspt-category-style1 {
    text-align: center;
}

.cspt-category-style1 .cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center {
    margin-bottom: 0;
}

.cspt-category-style1 .cspt-sortable-list-ul {
    padding-bottom: 50px;
    display: inline-block;
    text-align: center;
    border-top: 1px solid #e2e2e3;
    margin-top: 30px;
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.cspt-category-style1 .cspt-sortable-list-ul li:first-child {
    margin-left: 0;
}

.cspt-category-style1 .cspt-sortable-list-ul li:last-child {
    margin-right: 0;
}

.cspt-category-style1 .cspt-sortable-link {
    position: relative;
}

.cspt-category-style1 .cspt-sortable-link.cspt-selected:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: -20px;
    left: 0
}


/*=== cspt-category-style2 ===*/

.cspt-category-style2 .cspt-ihbox-style-hsbox {
    float: left;
    margin-bottom: 60px;
}

.cspt-category-style2 .cspt-sortable-list {
    float: right;
}

.cspt-category-style2 .cspt-ele-header-area:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.cspt-category-style2 .cspt-sortable-list-ul {
    margin-top: 15px;
}

.cspt-text-color-white .cspt-sortable-list a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}


/*=== cspt-category-style3 ===*/

.cspt-category-style3 .cspt-ihbox-style-hsbox {
    float: left;
    margin-bottom: 60px;
}

.cspt-category-style3 .cspt-sortable-list {
    float: right;
    margin-top: 25px;
}

.cspt-category-style3 .cspt-sortable-link.cspt-selected:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: -20px;
    left: 0
}

.cspt-category-style3 .cspt-sortable-link {
    position: relative;
}

.cspt-category-style3 .cspt-sortable-link.cspt-selected:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: -20px;
    left: 0
}

.cspt-category-style3 .cspt-ele-header-area:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/* --------------------------------------
 * Team Member Section
 * ---------------------------------------*/


/*=== single-cspt-teammember ===*/

.tax-cspt-team-group.cspt-sidebar-no #primary.content-area {
    margin-top: 60px;
}

.tax-cspt-team-group .cspt-element-team-wrapper {
    margin-top: 40px;
}

.cspt-team-single-pbar {
    margin-top: 60px;
}


/*=== Single Team Member Style 1 ===*/

.cspt-team-single-style-1 .cspt-team-summary {
    padding: 30px 25px 20px;
}

.cspt-team-single-style-1 .cspt-single-team-info {
    font-size: 15px;
}

.cspt-single-team-info li {
    margin-bottom: 10px;
}

.cspt-team-single-style-1 .cspt-single-team-info li label {
    display: inline-block;
    min-width: 70px;
}

.cspt-team-single-style-1 .cspt-team-title {
    font-size: 22px;
    line-height: 24px;
}

.cspt-team-single-style-1 .cspt-team-designation {
    font-size: 13px;
    line-height: 20px;
    color: #797979;
    margin-bottom: 35px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.single-cspt-team-member .cspt-team-single-style-1 .cspt-short-description {
    margin: 0;
}

.cspt-progressbar:first-child {
    margin-top: -48px;
}

.cspt-progressbar:last-child {
    margin-bottom: 35px;
}

.cspt-progressbar {
    margin-bottom: 27px;
}

.cspt-progressbar .elementor-progress-percentage {
    display: none;
}


/*== Single Team Member Style 2 ===*/

.cspt-team-single-style-2 .cspt-team-title-box {
    position: relative;
}

.cspt-team-single-style-2 .cspt-single-team-info li .icon {
    color: #272727;
}

.cspt-team-single-style-2 .cspt-team-title-box * {
    display: block;
    vertical-align: middle;
    margin-bottom: 15px;
}

.cspt-team-single-style-2 .cspt-team-single .cspt-team-social-links {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 15px;
}

.cspt-team-single-style-2 .cspt-team-single .cspt-team-social-links a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}


/* --------------------------------------
 * Contact Form 7
 * ---------------------------------------*/

.main-form input[type="text"],
.main-form input[type="email"],
.main-form input[type="password"],
.main-form input[type="tel"],
.main-form select,
.main-form textarea {
    border: none;
    border-bottom: 1px solid #cccccc;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 14px;
}


/* --------------------------------------
 * Custom Button
 * ---------------------------------------*/

.vc_general.vc_btn3 {
    outline: none;
}

.vc_btn3-color-globalcolor.vc_general.vc_btn3:not(.vc_btn3-style-simple):not(.vc_btn3-style-outline) {
    color: #fff;
}

.vc_btn3-style-classic.vc_general.vc_btn3.vc_btn3-color-secondarycolor,
.vc_btn3-style-classic.vc_general.vc_btn3-color-globalcolor {
    border-color: transparent;
}

.vc_btn3.vc_btn3-style-classic.vc_btn3-color-secondarycolor:hover,
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-globalcolor:hover {
    background-color: #272727;
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-lg {
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 45px;
    padding-right: 45px;
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm {
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 35px;
    padding-right: 35px;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
    color: #262626;
    border-color: #d5d5d5;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover {
    background-color: #d5d5d5;
    border-color: transparent;
    color: #fff
}

.vc_btn3-color-globalcolor.vc_general.vc_btn3.vc_btn3-style-flat:hover {
    background-color: #272727;
}

.vc_general.vc_btn3-style-outline.vc_btn3-color-globalcolor:hover span,
.cspt-btn-style-outline.cspt-btn-color-globalcolor .elementor-button:hover span {
    color: #fff
}

.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md {
    padding-top: 20px;
    padding-bottom: 18px;
    padding-left: 40px;
    padding-right: 40px;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    padding-top: 20px;
    padding-bottom: 18px;
}

.cspt-btn-style-flat.cspt-btn-color-white .elementor-button:hover,
.vc_general.vc_btn3.vc_btn3-style-classic.vc_btn3-color-white:hover {
    color: #fff;
}


/* --------------------------------------
 * client logo
 * ---------------------------------------*/

.cspt-client-wrapper {
    position: relative;
    text-align: center;
}

.owl-carousel .creativesplanet-ele-client img,
.owl-carousel .cspt-client-ele img {
    width: auto !important;
    max-width: 100%;
    display: inline-block !important;
}

.cspt-elementor-bg-color-blackish .creativesplanet-element-client img,
.cspt-bg-color-blackish .creativesplanet-ele-client img {
    filter: brightness(0) invert(1);
}


/* --------------------------------------
 * VC Icon size
 * ---------------------------------------*/

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
    font-size: 1.85em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon {
    font-size: 2.85em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
    font-size: 3.85em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
    font-size: 4.85em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
    font-size: 5.85em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm {
    width: 3em !important;
    height: 3em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm .vc_icon_element-icon {
    font-size: 0.75em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm {
    width: 4em !important;
    height: 4em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-sm .vc_icon_element-icon {
    font-size: 1.25em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-md {
    width: 5em !important;
    height: 5em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-md .vc_icon_element-icon {
    font-size: 1.75em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-lg {
    width: 6em !important;
    height: 6em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-lg .vc_icon_element-icon {
    font-size: 2.25em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-xl {
    width: 7em !important;
    height: 7em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-xl .vc_icon_element-icon {
    font-size: 2.75em !important;
}


/* --------------------------------------
 * Button Section
 * ---------------------------------------*/


/*=== elementor-widget-button ===*/

button:focus {
    outline: 0;
}

.elementor-button {
    border-radius: 0;
}

.elementor-widget-button.cspt-btn-style-flat.cspt-btn-shape-square .elementor-button {
    border-radius: 0;
}

.elementor-widget-button.cspt-btn-style-flat.cspt-btn-shape-round .elementor-button {
    border-radius: 5px;
}

.elementor-widget-button.cspt-btn-style-flat.cspt-btn-shape-rounded .elementor-button {
    border-radius: 10px;
}

.cspt-rounded-shape-btn.elementor-widget-button.cspt-btn-style-flat.cspt-btn-shape-rounded .elementor-button {
    border-radius: 30px;
}

.elementor-widget.elementor-widget-button {
    color: var(--cspt-emphires-white-color);
}

.cspt-elementor-bg-color-globalcolor .cspt-btn-color-blackish .elementor-button:hover {
    color: var(--cspt-emphires-blackish-color);
}

.cspt-btn-style-flat.cspt-btn-color-white .elementor-button:not(:hover) {
    background-color: var(--cspt-emphires-white-color) !important;
}

.cspt-btn-style-flat.cspt-btn-color-white .elementor-button:hover {
    background-color: var(--cspt-emphires-blackish-color) !important;
    color: var(--cspt-emphires-white-color);
}

.cspt-btn-style-flat.cspt-btn-color-light .elementor-button:not(:hover) {
    background-color: var(--cspt-emphires-light-bg-color) !important;
}

.cspt-btn-style-flat.cspt-btn-color-light .elementor-button:hover {
    background-color: var(--cspt-emphires-blackish-color) !important;
    color: var(--cspt-emphires-white-color);
}

.cspt-btn-style-flat.cspt-btn-color-globalcolor .elementor-button:not(:hover) {
    background-color: var(--cspt-emphires-global-color) !important;
}

.cspt-btn-style-flat.cspt-btn-color-globalcolor .elementor-button:hover {
    background-color: var(--cspt-emphires-blackish-color) !important;
    color: var(--cspt-emphires-white-color);
}

.cspt-btn-style-flat.cspt-btn-color-secondary .elementor-button:not(:hover) {
    background-color: var(--cspt-emphires-secondary-color) !important;
}

.cspt-btn-style-flat.cspt-btn-color-secondary .elementor-button:hover {
    background-color: var(--cspt-emphires-global-color) !important;
    color: var(--cspt-emphires-blackish-color);
}

.cspt-btn-style-flat.cspt-btn-color-secondary .elementor-button:hover span:before {
    background-color: var(--cspt-emphires-blackish-color) !important;
}

.cspt-btn-style-flat.cspt-btn-color-secondary .elementor-button:hover span:after {
    color: var(--cspt-emphires-blackish-color) !important;
}

.cspt-btn-style-flat.cspt-btn-color-blackish .elementor-button:not(:hover) {
    background-color: var(--cspt-emphires-blackish-color) !important;
}

.cspt-btn-style-flat.cspt-btn-color-blackish .elementor-button:hover {
    background-color: var(--cspt-emphires-global-color) !important;
    color: var(--cspt-emphires-white-color);
}

.elementor-widget-button.cspt-btn-bg-color-secondary .elementor-button {
    background-color: var(--cspt-emphires-secondary-color);
}

.cspt-btn-style-text.cspt-btn-color-secondary .elementor-button {
    color: var(--cspt-emphires-secondary-color);
}

.cspt-btn-style-text.cspt-btn-color-secondary .elementor-button:hover {
    color: var(--cspt-emphires-global-color);
}

.cspt-btn-style-flat .elementor-button,
.cspt-btn-style-flat.cspt-btn-color-globalcolor .elementor-button,
.cspt-btn-style-flat.cspt-btn-color-blackish .elementor-button:hover {
    background-color: var(--cspt-emphires-global-color);
}

.cspt-btn-style-flat.cspt-btn-color-globalcolor .elementor-button {
    color: var(--cspt-emphires-white-color);
}

.cspt-btn-style-flat.cspt-btn-color-globalcolor .elementor-button:hover {
    color: var(--cspt-emphires-white-color);
}

.cspt-elementor-bg-color-secondary .cspt-new-button.cspt-btn-color-globalcolor .elementor-button:hover,
.cspt-btn-color-white .elementor-button,
.cspt-btn-style-text.cspt-btn-color-globalcolor .elementor-button {
    color: var(--cspt-emphires-global-color);
}

.cspt-btn-style-text.cspt-btn-color-globalcolor .elementor-button:hover {
    color: var(--cspt-emphires-secondary-color);
}

.cspt-btn-style-outline .elementor-button {
    background-image: none !important;
    border: 2px solid var(--cspt-emphires-global-color);
    color: var(--cspt-emphires-global-color);
}

.cspt-btn-style-outline.cspt-btn-color-blackish .elementor-button {
    border-color: var(--cspt-emphires-blackish-color);
    color: var(--cspt-emphires-blackish-color);
}

.cspt-text-white .elementor-widget-container {
    color: var(--cspt-emphires-white-color);
}

.cspt-btn-style-outline:not(:hover) .elementor-button {
    background-color: transparent;
}

.cspt-btn-style-outline.cspt-btn-color-globalcolor .elementor-button:hover {
    color: var(--cspt-emphires-white-color)!important;
}

.cspt-btn-style-outline.cspt-btn-color-white .elementor-button {
    border-color: var(--cspt-emphires-white-color);
    color: var(--cspt-emphires-white-color);
}

.cspt-btn-style-outline.cspt-btn-color-blackish .elementor-button:hover .elementor-button-content-wrapper:before,
.cspt-btn-style-outline.cspt-btn-color-white .elementor-button:hover {
    background-color: var(--cspt-emphires-white-color);
}

.cspt-btn-style-outline.cspt-btn-color-blackish .elementor-button:hover {
    color: var(--cspt-emphires-white-color);
}

.elementor-widget-button .elementor-button {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.elementor-button.elementor-size-xs {
    padding: 15px 35px;
    font-size: 9px;
}

.elementor-button.elementor-size-md {
    padding: 17px 45px;
    font-size: 16px;
}

.elementor-button.elementor-size-lg {
    padding: 20px 46px;
    font-size: 15px;
}

.elementor-button.elementor-size-xl {
    padding: 28px 50px;
    font-size: 17px;
}

.cspt-btn-style-outline .elementor-button.elementor-size-sm {
    padding: 19px 38px;
}

.cspt-btn-style-outline .elementor-button:hover {
    background-color: var(--cspt-emphires-secondary-color);
    color: var(--cspt-emphires-white-color);
}

.cspt-btn-style-outline.cspt-btn-color-secondary .elementor-button {
    border-color: var(--cspt-emphires-secondary-color);
    color: var(--cspt-emphires-secondary-color);
}

.cspt-btn-style-outline.cspt-btn-color-secondary .elementor-button:hover {
    color: var(--cspt-emphires-white-color);
}

.cspt-btn-style-text .elementor-button {
    padding: 0;
    background-color: transparent;
}

.cspt-btn-style-text.cspt-btn-color-white .elementor-button {
    color: var(--cspt-emphires-white-color);
}

.cspt-btn-style-text.cspt-btn-color-gradient .elementor-button {
    border-image-source: none !important;
    background-image: none !important;
}

.elementor-button .cspt-emphires-icon-next {
    font-size: 10px;
    line-height: normal;
    position: relative;
}

.elementor-button .elementor-align-icon-right {
    margin-left: 15px;
}

.cspt-elementor-bg-color-secondary .cspt-new-button.cspt-btn-color-globalcolor .elementor-button::before {
    border-color: var(--cspt-emphires-global-color);
}


/* --------------------------------------
 * Timeline view Section
 * ---------------------------------------*/

.cspt-company-hostory .simple-text p {
    text-align: left;
}

.cspt-company-hostory .year {
    padding: 6px 20px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: -17px;
    z-index: 9;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 100px;
    text-align: center;
    background: #f2c21a;
}

.cspt-company-hostory .company_detail .content {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.cspt-company-hostory .cspt-ourhistory-row {
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.cspt-ourhistory .cspt-ourhistory-right {
    padding-bottom: 50px;
    padding-left: 70px;
}

.cspt-ourhistory .cspt-ourhistory-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: content-box;
}

.cspt-ourhistory .label {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
}

.cspt-ourhistory h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 30px;
}

.cspt-ourhistory .cspt-ourhistory-right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    width: 4px;
    height: 100%;
    background: #fff;
}

.cspt-ourhistory .cspt-ourhistory-right.last {
    padding-bottom: 0;
}

.cspt-ourhistory img {
    border-radius: 2px;
}

.cspt-ourhistory-type2:last-child .cspt-ourhistory-right:after {
    display: none;
}

.cspt-timeline-inner {
    margin: 0 -15px;
}

.cspt-ourhistory .cspt-ourhistory-right .cspt-timeline-image,
.cspt-ourhistory .cspt-ourhistory-right .label {
    margin-bottom: 30px;
    display: none;
}


/*=== Hide next prev button ===*/

.single-cspt-service .navigation {
    display: none;
}


/*=== single-service-contact ===*/

.single-cspt-service .cspt-service-feature-image img {
    box-shadow: 0 0 30px rgba(26, 47, 106, 0.1);
    border-radius: 6px;
}

.single-service-contact {
    padding: 20px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
}

.single-service-contact-inner {
    position: relative;
    z-index: 2;
    padding: 15px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
}

.single-service-contact-bg {
    position: relative;
    padding: 0 !important;
}

.single-service-contact-bg:after {
    content: ' ';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 1;
    z-index: 0;
}

.single-cspt-service .creativesplanet-sidebar .widget {
    overflow: hidden;
}

.widget.emphires_category_list_widget ul>li {
    margin-bottom: 0 !important;
}

.cspt_widget_list_all_posts .widget-title {
    display: none;
}

.cspt-all-post-list-w {
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
}

.cspt-all-post-list-w ul>li {
    border: none;
    padding: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
}

.cspt-all-post-list-w ul>li a {
    padding: 15px 20px;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.cspt-all-post-list-w ul>li a:after {
    content: '\e814';
    font-family: "creativesplanet-base-icons";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cspt-all-post-list-w ul>li:before {
    right: inherit;
    left: -50%;
}

.cspt-all-post-list-w ul>li.cspt-post-active a,
.cspt-all-post-list-w ul>li:hover a {
    color: #fff !important;
}


/* --------------------------------------
 * VC Button
 * ---------------------------------------*/

.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 6px;
}

.vc_general.vc_btn3.vc_btn3-color-secondarycolor:not(.vc_btn3-style-simple),
.vc_btn3-color-globalcolor.vc_general.vc_btn3:not(.vc_btn3-style-simple):focus,
.vc_btn3-color-globalcolor.vc_general.vc_btn3:not(.vc_btn3-style-simple):hover,
.vc_btn3-color-global_color.vc_general.vc_btn3:not(.vc_btn3-style-simple) {
    color: #fff;
}

.vc_general.vc_btn3 {
    font-weight: 500;
}

.vc_general.vc_btn3 span {
    color: inherit;
}

.vc_general.vc_btn3.vc_btn3-style-simple {
    background-color: transparent;
    padding: 0;
}

.vc_general.vc_btn3.vc_btn3-style-simple:hover {
    background-color: transparent !important;
}

.vc_general.vc_btn3.vc_btn3-style-simple {
    position: relative;
}

.cspt-ihbox .vc_general.vc_btn3,
.creativesplanet-ele-service .vc_general.vc_btn3 {
    background-color: transparent !important;
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline {
    color: #201846;
    border-color: #dfdee6;
}

.vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right),
.cspt-btn-style-text .elementor-button {
    padding-right: 30px;
}

.vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right):before,
.cspt-btn-style-text .elementor-button:before {
    font-family: "creativesplanet-base-icons";
    content: '\e839';
    position: absolute;
    top: 3px;
    right: 0;
}

.creativesplanet-ele-service:not(.cspt-service-style-3) .cspt-service-btn span,
.creativesplanet-ele-blog .cspt-read-more-link span,
.vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right) span,
.cspt-btn-style-text .elementor-button .elementor-button-content-wrapper span {
    position: relative;
}

.creativesplanet-ele-service:not(.cspt-service-style-3) .cspt-service-btn span:after,
.creativesplanet-ele-blog .cspt-read-more-link span:after,
.vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right) span:after,
.cspt-btn-style-text .elementor-button .elementor-button-content-wrapper span:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #000;
}

.creativesplanet-ele-service:not(.cspt-service-style-3) .cspt-service-btn span:before,
.creativesplanet-ele-blog .cspt-read-more-link span:before,
.vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right) span:before,
.cspt-btn-style-text .elementor-button .elementor-button-content-wrapper span:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition: width .3s;
    z-index: 1;
}

.vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right) span:after,
.cspt-btn-style-text .elementor-button .elementor-button-content-wrapper span:after {
    background-color: #1c325b;
}

.creativesplanet-ele-service:not(.cspt-service-style-3) .cspt-service-btn:hover span:before,
.creativesplanet-ele-blog .cspt-read-more-link a:hover span:before,
.vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right):hover span:before,
.cspt-btn-style-text .elementor-button:hover .elementor-button-content-wrapper span:before {
    width: 100%;
}

.creativesplanet-ele-service:not(.cspt-service-style-3) .cspt-service-btn span:before {
    background-color: var(--cspt-emphires-global-color);
}

.cspt-bg-color-globalcolor .vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right):hover,
.cspt-bg-color-globalcolor .cspt-btn-style-text .elementor-button:hover {
    color: #fff;
}

.cspt-bg-color-globalcolor .vc_general.vc_btn3.vc_btn3-style-simple:not(.vc_btn3-icon-left):not(.vc_btn3-icon-right) span:before,
.cspt-bg-color-globalcolor .cspt-btn-style-text .elementor-button .elementor-button-content-wrapper span:before {
    background-color: #fff;
}


/* --------------------------------------
 * Widget Section
* ---------------------------------------*/

.site-content .widget .wp-block-latest-comments {
    padding: 0;
}

.site-content .widget .wp-block-latest-comments li,
.site-content .widget .wp-block-latest-posts li>a,
.widget.widget_meta ul li>a,
.widget.widget_recent_entries ul li,
.widget.widget_recent_comments ul li,
.widget.widget_archive ul li>a,
.widget.widget_categories ul li>a,
.widget.widget_nav_menu ul li>a,
.widget.widget_pages ul li>a {
    position: relative;
    padding-left: 20px;
}

.site-content .widget .wp-block-latest-comments li:before,
.site-content .widget .wp-block-latest-posts li>a:before,
.widget.widget_meta ul li>a:before,
.widget.widget_recent_entries ul li:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_archive ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_nav_menu ul li a:before,
.widget.widget_pages ul li a:before {
    position: absolute;
    content: '\e814';
    left: 0px;
    font-size: 16px;
    top: 3px;
    color: inherit;
    font-family: 'creativesplanet-base-icons';
    font-weight: normal;
    line-height: normal;
}

.widget.widget_recent_comments ul li:before {
    content: '\f0e5';
    top: 4px;
    font-size: 13px;
}

.widget.widget_pages ul li a:before {
    content: '\e816';
    top: 4px;
    font-size: 13px;
}

.widget.widget_categories ul li a:before {
    content: '\f115';
    top: 5px;
    font-size: 13px;
}

.widget.widget_recent_entries ul li:before {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.site-content .widget .wp-block-latest-comments li:before {
    top: 0px;
    content: '\f0e5';
    font-size: 12px;
}


/*=== Footer widget ===*/

.footer-wrap .widget.widget_meta ul li>a:before,
.footer-wrap .widget.widget_recent_comments ul li:before,
.footer-wrap .widget.widget_archive ul li a:before,
.footer-wrap .widget.widget_nav_menu ul li a:before {
    top: 4px;
}

.footer-wrap .widget.widget_recent_entries ul li:before {
    top: 5px;
}

.footer-wrap .widget.widget_pages ul li a:before,
.footer-wrap .widget.widget_categories ul li a:before {
    top: 8px;
}


/*=== Meta box ===*/

.cspt-metabox .wpb_wrapper {
    background-color: #fff;
    box-shadow: 0 0px 40px rgba(183, 196, 226, .15);
    padding-bottom: 25px;
    padding: 40px 30px 10px 30px;
}

.cspt-metabox .widgettitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block;
}

.cspt-metabox .widget ul li {
    margin-bottom: 12px;
}


/*=== download  ===*/

.widget .download .item-download {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e8ef;
    padding-bottom: 15px;
    position: relative;
}

.widget .download .item-download a {
    display: block;
    padding: 0px 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    position: relative;
    background: #fff;
}

.widget .download .item-download i {
    font-size: 45px;
    padding-right: 12px;
    float: left;
    line-height: 47px;
}

.widget .download .item-download a span {
    color: #6d7a8c;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    font-weight: 800;
}

.widget .download .item-download:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}


/*cspt-contact-widget-lines*/

.cspt-footer-style-1 .cspt-contact-widget-lines {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}

.cspt-footer-style-1 .cspt-contact-widget-line span {
    font-weight: 700;
    display: block;
}

.cspt-footer-style-1 .cspt-contact-widget-lines .cspt-contact-widget-line {
    position: relative;
    padding: 0 55px 0 0px !important;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 900;
    color: var(--cspt-emphires-blackish-color);
}

.cspt-footer-style-1 .cspt-contact-widget-lines .cspt-contact-widget-line span {
    font-weight: 700;
}

.cspt-footer-style-1 .cspt-contact-widget-lines .cspt-contact-widget-line:last-child {
    margin-bottom: 0;
}

.cspt-footer-style-1 .cspt-contact-widget-lines .cspt-contact-widget-line:before {
    position: absolute;
    content: '\e814';
    font-size: 50px;
    color: inherit;
    font-family: 'creativesplanet-base-icons';
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 0px;
    font-weight: normal;
    line-height: normal;
    color: var(--cspt-emphires-global-color);
}

.cspt-footer-style-1 .cspt-contact-widget-lines .cspt-contact-widget-address:before {
    content: '\e834';
}

.cspt-footer-style-1 .cspt-contact-widget-lines .cspt-contact-widget-phone:before {
    content: '\e83b';
}

.cspt-footer-style-1 .cspt-contact-widget-lines .cspt-contact-widget-email:before {
    content: '\e835';
}


/* --------------------------------------
 * Footer
* ---------------------------------------*/

.site-footer .widget {
    margin: 35px 0 20px;
}

.site-footer .widget.emphires_contact_widget:nth-child(2) {
    margin-top: -10px;
}


/*=== Footer first widget bg ===*/

.site-footer .cspt-footer-widget,
.site-footer .cspt-footer-widget:first-child .widget>div {
    position: relative;
}

.site-footer .cspt-footer-widget:first-child .widget>div {
    z-index: 2
}

.cspt-footerlogo {
    margin-bottom: -5px;
    max-height: 60px;
}

.site-footer .widget-title {
    font-size: 17px;
    line-height: 27px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.site-footer .widget-title:after {
    content: "";
    width: 50px;
    height: 2px;
    bottom: -2px;
    left: 0;
    position: absolute;
    z-index: 1;
}


/*=== Footer Social ===*/

.cspt-footer-widget .cspt-social-links {
    margin-top: 0px;
    margin-left: 0px;
}

.cspt-footer-widget .cspt-social-links li {
    margin-right: 8px;
    display: inline-block;
}

.cspt-footer-widget .cspt-social-links li a {
    position: relative;
    display: inline-block;
    text-align: center;
    color: var(--cspt-emphires-blackish-color);
    font-size: 17px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid var(--cspt-emphires-blackish-color);
    border-radius: 5px;
}

.cspt-footer-widget .cspt-social-links li a:hover {
    color: var(--cspt-emphires-white-color);
    background-color: var(--cspt-emphires-global-color);
    border-color: var(--cspt-emphires-global-color);
}


/*=== cspt-footer-text-area ===*/

.site-footer.cspt-footer-style-1.cspt-bg-color-light .cspt-footer-text-area .cspt-footer-text-inner {
    background-color: #fff;
    padding: 30px 15px 30px 25px;
    box-shadow: 0px 9px 30px 0px rgba(26, 47, 106, 0.07);
    border-radius: 10px;
}

body .site-footer.cspt-bg-color-blackish .scroll-to-top {
    right: 25px;
    bottom: 21px;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}

body .site-footer.cspt-bg-color-blackish .scroll-to-top:hover {
    color: #fff;
}

body .site-footer.cspt-bg-color-blackish .scroll-to-top i {
    left: 13px;
}

.site-footer.cspt-bg-color-light .cspt-footer-text-area {
    padding-top: 10px;
    padding-bottom: 50px;
    font-size: 14px;
}

.site-footer.cspt-bg-color-light .cspt-footer-text-area.cspt-bg-color-transparent .cspt-footer-text-area {
    padding-top: 5px;
}

.site-footer .cspt-footer-copyright-text-area a {
    color: var(--cspt-emphires-global-color);
}

.cspt-footer-widget-no .cspt-footer-text-area .cspt-footer-text-inner {
    border-top: none;
}

.cspt-footer-text-area .cspt-social-links {
    padding-top: 10px;
}

.cspt-footer-text-area .cspt-social-links {
    text-align: right;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.cspt-footer-text-area .cspt-social-links li {
    display: inline-block;
}

.cspt-footer-text-area .cspt-social-links a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
}

.cspt-footer-text-area .cspt-social-links a:hover {
    color: #fff;
}

.cspt-footer-text-area .cspt-footer-social-area.col-md-4 .cspt-social-links,
.cspt-footer-text-area .cspt-footer-social-area.col-md-4 {
    text-align: center;
}

.cspt-footer-style-1.site-footer.cspt-color-blackish {
    color: rgba(var(--cspt-emphires-blackish-color-rgb), .7);
}

.footer-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cspt-footer-big-text-area-overlay .footer-wrap.cspt-footer-widget-area {
    padding-top: 80px;
}

.site-footer .widget-title {
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 10px;
}

.site-footer.cspt-color-white .widget-title {
    border-bottom-color: rgba(255, 255, 255, 0.10);
}

.site-footer .cspt-footer-logo {
    width: auto;
    height: 60px;
}


/*=== cspt-footer-text-area ===*/

.cspt-footer-widget .widget-title {
    margin-bottom: 30px;
}

.cspt-footer-widget .textwidget p {
    margin: 0 0 15px;
}


/*=== cspt-footer-text-area ===*/

.widget .cspt-open-hours li {
    padding-left: 25px !important;
    position: relative;
}

.widget .cspt-open-hours li i {
    position: absolute;
    left: 0px;
    top: 0px;
}


/*=== cspt-footer-style-2 ===*/

.site-footer.cspt-footer-style-2 .cspt-footer-text-area {
    padding: 0px;
    padding-top: 50px;
    padding-bottom: 80px;
}

.cspt-footer-style-2 .cspt-footer-big-area .row {
    align-items: center;
    border-bottom: 1px solid #2f383e;
    padding-top: 80px;
    padding-bottom: 30px;
}

.cspt-footer-style-2 .cspt-footer-big-area {
    padding: 0px;
}

.cspt-footer-style-2 .cspt-footer-big-area .cspt-footer-big-right,
.cspt-footer-style-2 .cspt-footer-big-area .cspt-footer-big-left {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.cspt-footer-style-2 .cspt-footer-big-area .cspt-footer-big-right .cspt-footer-newslatter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cspt-footer-style-2 .cspt-footer-big-area .cspt-footer-big-right .cspt-footer-newslatter h4.cspt-newslatter-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
    margin-right: 10px;
    font-weight: 400;
    color: var(--cspt-emphires-white-color);
}

.cspt-footer-style-2 .cspt-footer-big-area .mc4wp-form input[type="email"] {
    width: 400px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #2f383e;
    border-radius: 50px;
}

.cspt-footer-style-2 .cspt-footer-big-area .mc4wp-form button[type=submit] {
    border-radius: 50px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0px;
    padding: 10px 50px;
    background-color: var(--cspt-emphires-global-color);
    top: 5px;
    right: 5px;
}

.cspt-footer-style-2 .cspt-footer-big-area .mc4wp-form button[type=submit]:hover {
    background-color: var(--cspt-emphires-white-color);
    color: var(--cspt-emphires-global-color);
}

.site-footer.cspt-footer-style-2 .cspt-footer-text-area .cspt-footer-text-inner .row {
    align-items: center;
}

.site-footer.cspt-footer-style-2 .cspt-footer-text-area .cspt-social-links,
.site-footer.cspt-footer-style-2 .cspt-footer-text-area .cspt-footer-text-inner .cspt-footer-copyright-text-area {
    padding-top: 0px;
}

.site-footer.cspt-footer-style-2 .cspt-footer-text-area .cspt-social-links li {
    margin-right: 10px;
}

.site-footer.cspt-footer-style-2 .cspt-footer-text-area .cspt-social-links li:last-child {
    margin-right: 0px;
}

.site-footer.cspt-footer-style-2 .cspt-footer-menu-area {
    margin-top: 0px;
}

.site-footer.cspt-footer-style-2 .cspt-footer-menu-area .cspt-footer-menu li a {
    color: rgba(var(--cspt-emphires-white-color), 0.60);
}

.site-footer.cspt-footer-style-2 .cspt-footer-menu-area .cspt-footer-menu li a:hover {
    color: var(--cspt-emphires-global-color);
}

.site-footer.cspt-footer-style-2 .cspt-footer-text-area .cspt-social-links a:hover {
    background-color: var(--cspt-emphires-white-color);
    color: var(--cspt-emphires-global-color);
}

.site-footer.cspt-footer-style-2 .cspt-footer-copyright-text-area a:hover {
    color: var(--cspt-emphires-white-color);
}

.cspt-footer-style-2 .cspt-footer-newslatter .cspt-footer-mailchip {
    position: relative;
}


/*=== cspt-footer-style-3 ===*/

.cspt-footer-style-3 .cspt-footer-widget-area .container {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding: 0 50px;
    padding-bottom: 65px;
}

.cspt-footer-style-3 .cspt-footer-widget-area .cspt-footer-contact-info {
    padding: 0 30px;
}

.cspt-footer-style-3 .cspt-footer-widget-area .cspt-footer-widget .cspt-footer-contact-info .cspt-footer-icon {
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid var(--cspt-emphires-white-color);
    border-radius: 100%;
    font-size: 22px;
    color: var(--cspt-emphires-white-color);
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cspt-footer-style-3 .cspt-footer-widget-area .cspt-footer-widget .cspt-footer-contact-info .cspt-footer-icon::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: -1;
    background-color: var(--cspt-emphires-global-color);
    top: -5px;
    left: -10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cspt-footer-style-3 .cspt-footer-widget-area .cspt-footer-widget .cspt-footer-contact-info:hover .cspt-footer-icon::after {
    top: -2px;
    left: -2px;
}

.cspt-footer-style-3 .cspt-footer-widget-area .cspt-footer-widget:nth-child(3n+1) .cspt-footer-contact-info .cspt-footer-icon::after {
    background-color: #c4a2fc;
}

.cspt-footer-style-3 .cspt-footer-widget-area .cspt-footer-widget:nth-child(3n+1) .cspt-footer-contact-info:hover .cspt-footer-icon {
    border-color: #c4a2fc;
}

.cspt-footer-style-3 .cspt-footer-widget-area .cspt-footer-widget:nth-child(3n+3) .cspt-footer-contact-info .cspt-footer-icon::after {
    background-color: #fcb248;
}

.cspt-footer-style-3 .cspt-footer-widget-area .cspt-footer-widget:nth-child(3n+3) .cspt-footer-contact-info:hover .cspt-footer-icon {
    border-color: #fcb248;
}

.cspt-footer-style-3 .cspt-footer-widget-area .cspt-footer-widget:nth-child(3n+2) .cspt-footer-contact-info:hover .cspt-footer-icon {
    border-color: var(--cspt-emphires-global-color);
}

.cspt-footer-style-3 .cspt-footer-text-area .cspt-social-links a {
    margin: 0 5px;
    background: transparent!important;
    border: 1px solid rgba(var(--cspt-emphires-white-color-rgb), 0.2);
}

.cspt-footer-style-3 .cspt-footer-text-area .cspt-social-links a:hover {
    background: var(--cspt-emphires-global-color)!important;
}

.cspt-footer-style-3 .cspt-footer-widget-area .cspt-footer-widget .cspt-footer-contact-info-wrap {
    margin-left: 25px;
}

.cspt-footer-style-3 .cspt-footer-widget-area .cspt-footer-widget .cspt-footer-contact-info-wrap span {
    color: var(--cspt-emphires-white-color);
}

.cspt-footer-style-3 .cspt-footer-widget-area .cspt-footer-widget .cspt-footer-contact-info-wrap span.cspt-label-two {
    display: inline-block;
}

.cspt-footer-style-3 .cspt-footer-text-area .cspt-footer-text-inner .row {
    display: block!important;
    margin: 0 auto;
    text-align: center;
}

.cspt-footer-style-3 .cspt-footer-text-area .cspt-footer-text-inner .cspt-social-links,
.cspt-footer-style-3 .cspt-footer-text-area .cspt-footer-text-inner .row .col-md-6,
.cspt-footer-style-3 .cspt-footer-text-area .cspt-footer-text-inner .row .col-md-4 {
    max-width: 100%;
    text-align: center;
    padding: 10px 0;
}

.cspt-footer-style-3 .cspt-footer-text-area .cspt-footer-text-inner .cspt-footer-menu-area ul li a {
    color: var(--cspt-emphires-white-color);
    font-size: 17px;
}

.cspt-footer-style-3 .cspt-footer-text-area .cspt-footer-text-inner .cspt-footer-menu-area ul li a:hover {
    color: var(--cspt-emphires-global-color);
}

.cspt-footer-style-3 .cspt-footer-text-area {
    padding-bottom: 120px;
}

.cspt-footer-style-3 .cspt-footer-big-area-wrapper .cspt-footer-logo-center {
    text-align: center;
    margin: 0 auto;
    max-width: 220px;
}

.cspt-footer-style-3.site-footer .cspt-footer-copyright-text-area a:hover {
    color: #6d7a8c;
}

.cspt-footer-style-3 .cspt-footer-big-area-wrapper .cspt-footer-big-area {
    margin-top: 50px;
}


/* --------------------------------------
 *  Footer Big area Newsletter
 * ---------------------------------------*/

.cspt-footer-big-area-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cspt-footer-big-area {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0px;
    position: relative;
}

.cspt-footer-big-area .container .row {
    margin: 0;
}

.cspt-footer-big-area .mc4wp-form {
    position: relative;
}

.cspt-footer-big-area .mc4wp-form input[type="email"] {
    font-size: 15px;
    width: 100%;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding: 10px 173px 10px 30px;
}

.cspt-footer-big-area .mc4wp-form button[type=submit] {
    border-radius: 5px;
    height: 54px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 35px;
    background-color: #272727;
    font-weight: 700;
    position: absolute;
    top: 3px;
    right: 3px;
}

.cspt-footer-big-area .mc4wp-form button i {
    margin-right: -10px;
}

.cspt-footer-style-1 .cspt-footer-big-area-wrapper .cspt-footer-big-title {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    color: var(--cspt-emphires-white-color);
    margin: 0;
    position: relative;
    padding-left: 90px;
}

.cspt-footer-style-1 .cspt-footer-big-area-wrapper .cspt-footer-big-title:after {
    content: "\e83c";
    font-family: "creativesplanet-base-icons";
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: var(--cspt-emphires-blackish-color);
    background-color: var(--cspt-emphires-white-color);
    border-radius: 50%;
    left: 0px;
    top: -15px;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
}

.cspt-footer-big-area .cspt-footer-big-right {
    position: relative;
    z-index: 1;
}

.cspt-footer-big-area-wrapper .cspt-footer-big-right .vc_btn3-container {
    margin: 0;
}

.cspt-footer-big-area .cspt-footer-big-left {
    display: flex;
    align-items: center;
}

.cspt-footer-style-1 .cspt-footer-big-area:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/cspt-hand-image-2.png) no-repeat 0 center;
    top: 0px;
    left: 62%;
}

.cspt-footer-style-1 .cspt-footer-big-area .container {
    padding: 0 30px;
}


/* --------------------------------------
 *  Footer Newsletter
 * ---------------------------------------*/

.cspt-footer-widget .mc4wp-form .cspt-footer-newslatter {
    position: relative;
    margin-top: 25px;
}

.cspt-footer-widget .mc4wp-form .cspt-footer-newslatter input[type="email"] {
    font-size: 15px;
    width: 100%;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding: 10px 60px 10px 15px;
}

.cspt-footer-widget .mc4wp-form .cspt-footer-newslatter button[type=submit] {
    border-radius: 5px;
    height: 50px;
    width: 50px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    background-color: var(--cspt-emphires-global-color);
    font-weight: 700;
    position: absolute;
    top: 3px;
    right: 3px;
    outline: none;
}

.cspt-footer-style-2 .cspt-footer-widget .mc4wp-form .cspt-footer-newslatter input[type="email"] {
    border-radius: 50px;
    background-color: transparent;
    padding: 10px 280px 10px 15px;
}

.cspt-footer-style-2 .cspt-footer-widget .mc4wp-form .cspt-footer-newslatter button[type=submit] {
    border-radius: 50px;
    height: 40px;
    width: 270px;
    color: rgba(var(--cspt-emphires-blackish-color), 0.5);
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0px;
    background-color: var(--cspt-emphires-white-color);
    font-weight: 300;
    top: 8px;
    right: 8px;
}

.cspt-footer-style-2 .cspt-footer-widget .mc4wp-form .cspt-footer-newslatter button[type=submit]:hover {
    background-color: var(--cspt-emphires-global-color);
    color: var(--cspt-emphires-white-color);
}


/* --------------------------------------
 * Mailchip style1 home8
 * ---------------------------------------*/

.cspt-form-demo-8 {
    padding-top: 30px;
}

.cspt-form-demo-8 textarea {
    height: 50px;
    line-height: 24px;
}

.cspt-form-demo-8.main-form input[type="text"],
.cspt-form-demo-8.main-form input[type="email"],
.cspt-form-demo-8.main-form textarea {
    padding-left: 15px;
}

.cspt-form-demo-8 button {
    padding: 12px 30px;
}

.cspt-form-demo-8.main-form input[type="text"]::placeholder,
.cspt-form-demo-8.main-form input[type="email"]::placeholder,
.cspt-form-demo-8.main-form textarea::placeholder {
    color: #666666;
}


/* --------------------------------------
 * Custom css ( Theme Special )
 * ---------------------------------------*/

.cspt-parent-header-style-1 .cspt-footer-copyright-text-area {
    padding-top: 0;
}

.about-tagline {
    border: 1px solid #f5f5f5;
    border-radius: 20px;
    padding: 8px 35px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.rotate-bg .cspt-ihbox-heading {
    position: relative;
}

.rotate-bg .cspt-ihbox-heading:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 100px;
    left: 10%;
    top: 0;
    z-index: -1;
    background: #000;
    transform: rotate(-5deg) skew(20deg);
}

.cspt-addressbox {
    height: 220px;
    width: 220px;
    background-color: #fff;
    border: 20px solid #f2f3fe;
    text-align: center;
    border-radius: 50%;
    padding-top: 65px;
    -webkit-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.25);
    box-shadow: 0 13px 29px rgba(0, 0, 0, 0.25);
    position: relative;
    margin: 0 auto;
    margin-top: 90px;
}

.cspt-addressbox:after {
    position: absolute;
    content: "\e80e";
    font-family: "creativesplanet-base-icons";
    font-size: 50px;
    line-height: 50px;
    bottom: 21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cspt-contact-map .col-md-6.cspt-extended-bg-col {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.cspt-contact-map .col-md-6 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.cspt-contact-box {
    background-color: #fff;
    box-shadow: 0 0px 40px rgba(183, 196, 226, .15);
    padding-bottom: 25px;
}

.cspt-contact-box.vc_column_container>.vc_column-inner {
    padding: 0
}

.cspt-contact-box .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading {
    padding: 30px 60px 30px 70px;
    border-bottom: 1px solid #eeeeee;
}

.cspt-contact-box .creativesplanet-box-title * {
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 0px;
}

.cspt-contact-box .cspt-static-box {
    padding: 0px 60px 0px 70px;
    margin-bottom: 30px;
}


/* cspt-list-style-1 */

.cspt-list-style-1.elementor-widget-icon-list ul,
.cspt-list-style-1.creativesplanet-ul-list ul {
    display: inline-block;
}

.cspt-list-style-1.elementor-widget-icon-list ul li,
.cspt-list-style-1.creativesplanet-ul-list ul li {
    font-size: 17px;
    line-height: 27px;
    padding: 15px 25px 15px 0px;
    color: #101010;
    font-weight: 700;
    margin: 5px 0px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cspt-list-style-1.elementor-widget-icon-list ul li:hover,
.cspt-list-style-1.creativesplanet-ul-list ul li:hover {
    padding: 20px 25px 20px 25px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 4%);
    border-radius: 6px;
}

.elementor-widget .elementor-icon-list-icon i,
.cspt-list-style.elementor-widget-icon-list .elementor-icon-list-icon i,
.cspt-list-style-1.elementor-widget-icon-list ul li i,
.cspt-list-style-1.creativesplanet-ul-list ul li i {
    color: var(--cspt-emphires-global-color)!important;
}


/* marquee text animation */

.elementor-icon-list--layout-traditional.cspt-marquestyle-02 ul li,
.elementor-icon-list--layout-traditional.cspt-marquestyle-01 ul li,
.cspt-marquestyle-02.creativesplanet-ul-list ul li,
.cspt-marquestyle-01.creativesplanet-ul-list ul li {
    margin: 5px 40px!important;
    display: inline-block;
    font-size: 65px;
    line-height: 65px;
    position: relative;
    color: #cacaca;
    letter-spacing: 3px;
    font-weight: 600;
}

.cspt-marquestyle-02.creativesplanet-ul-list ul li i,
.cspt-marquestyle-01.creativesplanet-ul-list ul li i {
    display: none;
}

.elementor-icon-list--layout-traditional.cspt-marquestyle-02,
.elementor-icon-list--layout-traditional.cspt-marquestyle-01,
.creativesplanet-ul-list.cspt-marquestyle-02,
.creativesplanet-ul-list.cspt-marquestyle-01 {
    display: inline-block;
    width: 100%;
    animation: marquee-right 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
    margin-bottom: 30px;
}

.elementor-icon-list--layout-traditional.cspt-marquestyle-02,
.creativesplanet-ul-list.cspt-marquestyle-02 {
    animation: marquee-left 25s linear infinite;
}

.elementor-icon-list--layout-traditional.cspt-marquestyle-02 ul li,
.cspt-marquestyle-02.creativesplanet-ul-list ul li {
    color: transparent;
    -webkit-text-stroke: 1px #cacaca;
    opacity: .30;
}

.elementor-icon-list--layout-traditional.cspt-marquestyle-02:hover,
.elementor-icon-list--layout-traditional.cspt-marquestyle-01:hover,
.creativesplanet-ul-list.cspt-marquestyle-02:hover,
.creativesplanet-ul-list.cspt-marquestyle-01:hover {
    animation-play-state: paused !important;
}


/* cspt-accordion-style-1 */

.elementor-widget-accordion .elementor-accordion .cspt-active-accordion .elementor-tab-title.elementor-active {
    background-color: var(--cspt-emphires-global-color);
}

.cspt-accordion-style-1.elementor-widget-accordion .elementor-accordion .elementor-tab-content.elementor-active,
.cspt-accordion-style-1.elementor-widget-accordion .elementor-accordion .elementor-tab-title,
.cspt-accordion-style-1.elementor-widget-accordion .elementor-accordion .elementor-tab-content.elementor-active,
body.wpb-js-composer .cspt-accordion-style-1.vc_tta.vc_general.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-body {
    border-radius: unset;
    box-shadow: none;
}

.cspt-accordion-style-1.elementor-widget-accordion .elementor-accordion-item.cspt-active-accordion,
body.wpb-js-composer .cspt-accordion-style-1.vc_tta.vc_general .vc_tta-panel.vc_active {
    position: relative;
    padding: 30px 50px 50px;
}

.cspt-accordion-style-1.elementor-widget-accordion .elementor-accordion-item.cspt-active-accordion,
body.wpb-js-composer .cspt-accordion-style-1.vc_tta.vc_general .vc_tta-panel.vc_active {
    background-color: #fff;
    box-shadow: 0px 2px 16px 0px rgb(0 0 0 / 6%);
}

.cspt-accordion-style-1.elementor-widget-accordion .elementor-accordion-item.cspt-active-accordion:after,
body.wpb-js-composer .cspt-accordion-style-1.vc_tta.vc_general .vc_tta-panel.vc_active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 2px;
    background-color: var(--cspt-emphires-global-color);
}

.cspt-accordion-style-1.elementor-widget-accordion .elementor-accordion-item,
body.wpb-js-composer .cspt-accordion-style-1.vc_tta.vc_general .vc_tta-panel {
    padding: 0 50px;
}

.cspt-accordion-style-1.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:last-child,
.cspt-accordion-style-1.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:not(:last-child),
body.wpb-js-composer .cspt-accordion-style-1.vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 45px;
}

.cspt-accordion-style-1.elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-title,
.cspt-accordion-style-1 .elementor-accordion .elementor-tab-content,
body.wpb-js-composer .cspt-accordion-style-1.vc_tta.vc_general.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-body,
.cspt-accordion-style-1.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    padding: 0 35px 0 60px;
}

.cspt-accordion-style-1.elementor-widget-accordion .elementor-accordion-title,
.cspt-accordion-style-1.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
    position: relative;
    display: inline-block;
    padding: 0 50px;
    color: #101010;
}

.cspt-accordion-style-1.elementor-widget-accordion .elementor-accordion-title:before,
.cspt-accordion-style-1.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a:before {
    content: counter(csptbox4, decimal-leading-zero) " ";
    counter-increment: csptbox4;
    position: absolute;
    top: 3px;
    left: 0px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 600 !important;
    text-align: center;
    z-index: 99;
    color: #666;
    border-radius: 50%;
    border: 2px solid var(--cspt-emphires-light-bg-color);
}

.cspt-accordion-style-1.elementor-widget-accordion .cspt-active-accordion .elementor-accordion-title:before {
    color: var(--cspt-emphires-global-color);
    border-color: var(--cspt-emphires-global-color);
}

.cspt-accordion-style-1.elementor-widget-accordion .elementor-accordion .elementor-tab-content.elementor-active,
.cspt-accordion-style-1.elementor-widget-accordion .elementor-accordion .elementor-active.elementor-tab-title,
.cspt-accordion-style-1.elementor-widget-accordion .elementor-accordion .elementor-tab-title,
.cspt-accordion-style-1.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading,
.cspt-accordion-style-1.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: transparent!important;
}

.cspt-accordion-style-1.elementor-widget-accordion .elementor-accordion-item .elementor-accordion-title,
.wpb-js-composer .cspt-accordion-style-1.vc_tta.vc_general .vc_tta-panel-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
}

.cspt-accordion-style-1.elementor-widget-accordion .elementor-tab-title,
.cspt-accordion-style-1.elementor-widget-accordion .elementor-accordion .elementor-active.elementor-tab-title {
    padding: 0px;
}


/* cspt-tab-style-1 */

.cspt-tab-style-1.elementor-tabs-view-vertical.elementor-widget-tabs .elementor-tabs,
.cspt-tab-style-1.vc_tta.vc_general {
    display: grid;
    grid-template-columns: 215px 5fr;
}

.cspt-tab-style-1.elementor-widget-tabs .elementor-tab-title a,
body.wpb-js-composer .cspt-tab-style-1.vc_tta.vc_general.vc_tta-style-classic .vc_tta-tab>a {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding-top: 0;
    font-size: 18px;
    line-height: 28px;
    padding-left: 30px;
}

.cspt-tab-style-1.elementor-widget-tabs .elementor-tab-mobile-title.elementor-tab-title,
.cspt-tab-style-1.elementor-widget-tabs .elementor-tab-title a,
.cspt-tab-style-1.vc_tta.vc_general.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a,
.cspt-tab-style-1.vc_tta.vc_general.vc_tta-style-classic .vc_tta-tab>a {
    position: relative;
    display: inline-block;
}

.cspt-tab-style-1.elementor-widget-tabs .elementor-tab-mobile-title.elementor-tab-title:before,
.cspt-tab-style-1.elementor-widget-tabs .elementor-tab-title a:before,
.cspt-tab-style-1.vc_tta.vc_general.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:before,
.cspt-tab-style-1.vc_tta.vc_general.vc_tta-style-classic .vc_tta-tab>a:before {
    content: counter(csptbox5, decimal-leading-zero) ".";
    counter-increment: csptbox5;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    z-index: 99;
}

.cspt-tab-style-1.vc_tta.vc_general.vc_tta-style-classic .vc_tta-tab.vc_active>a:before {
    display: block !important;
    width: max-content;
    top: 0 !important;
}

body.wpb-js-composer .cspt-tab-style-1.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
    position: relative;
    margin-top: 78px !important;
}

.cspt-tab-style-1,
.cspt-tab-style-1.vc_tta.vc_general {
    font-size: 18px;
    line-height: 28px;
}

.cspt-tab-style-1.vc_tta.vc_tta-spacing-30 .vc_tta-tab:first-child {
    margin-top: 15px;
}

.cspt-tab-style-1 .elementor-tabs-wrapper .elementor-tab-title:first-child,
.cspt-tab-style-1.vc_tta.vc_tta-spacing-30 .vc_tta-tab:first-child {
    margin-bottom: 8px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.cspt-tab-style-1.vc_tta.vc_tta-spacing-30 .vc_tta-tab {
    margin: 0 15px;
}

.cspt-tab-style-1 .elementor-tabs-wrapper .elementor-tab-title,
.cspt-tab-style-1.vc_tta.vc_tta-spacing-30 .vc_tta-tab {
    padding: 20px 0;
}

.cspt-tab-style-1.elementor-widget-tabs .elementor-tab-title,
.cspt-tab-style-1.vc_tta.vc_general .vc_tta-tab {
    position: relative;
    width: 100%;
    overflow: visible;
}

.cspt-tab-style-1.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-title.elementor-active:after,
.cspt-tab-style-1.vc_tta.vc_general li.vc_tta-tab.vc_active:after {
    background-color: var(--cspt-emphires-global-color);
}

.cspt-tab-style-1.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-title:after,
.cspt-tab-style-1.vc_tta.vc_general li.vc_tta-tab:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: transparent;
    z-index: 99;
}

.cspt-tab-style-1.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper:after,
body.wpb-js-composer .cspt-tab-style-1.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #eaebf0;
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper,
.cspt-tab-style-1.elementor-widget-tabs .elementor-tab-title.elementor-active:before {
    transform: none;
    border: none;
}

.cspt-tab-style-1.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    position: relative;
    margin-top: 78px;
    margin-bottom: 40px;
    width: auto;
}

.cspt-tab-style-1 .elementor-tab-title a,
.cspt-tab-style-1.elementor-widget-tabs .elementor-tab-content {
    padding: 14px 20px;
}

.cspt-tab-style-1 .cspt-row-inner .ele_column:first-child {
    padding: 80px 15px 0px 50px;
}

.cspt-tab-style-1 .cspt-row-inner .ele_column {
    padding: 0px 0px 0px 40px;
    margin: 0!important;
}

.cspt-tab-style-1.elementor-widget-tabs .elementor-tab-title {
    border: none;
}

.cspt-tab-style-1.elementor-widget-tabs .elementor-tab-mobile-title.elementor-tab-title,
.cspt-tab-style-1.vc_tta.vc_general.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-bottom: 2px solid #eaebf0;
    background-color: transparent;
}

.cspt-tab-style-1.elementor-widget-tabs .elementor-tab-mobile-title.elementor-tab-title,
.cspt-tab-style-1.vc_tta.vc_general.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    padding: 0px 20px 20px 30px;
}

.cspt-tab-style-1.elementor-widget-tabs .elementor-tab-mobile-title.elementor-tab-title.elementor-active,
.cspt-tab-style-1.vc_tta.vc_general.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-bottom-color: #000;
    background-color: transparent;
}

.cspt-tab-style-1.elementor-widget-tabs .elementor-tab-mobile-title.elementor-tab-title.elementor-active,
.cspt-tab-style-1.vc_tta.vc_general.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #000;
}

.cspt-tab-style-1.elementor-widget-tabs .elementor-tab-mobile-title.elementor-tab-title,
.wpb-js-composer .cspt-tab-style-1.vc_general.vc_tta-style-classic .vc_tta-panel-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.cspt-tab-style-1.elementor-widget-tabs .elementor-tab-mobile-title.elementor-tab-title {
    display: none;
    margin-bottom: 30px;
}


/* cspt-list-style-2 */

.cspt-list-style-2 ul.elementor-icon-list-items li:before,
.cspt-list-style-2.creativesplanet-ul-list ul li:before {
    content: counter(csptbox6, decimal-leading-zero) ". ";
    counter-increment: csptbox6;
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: 99;
    color: #a0a4b4;
}

.cspt-list-style-2 ul.elementor-icon-list-items li,
.cspt-list-style-2.creativesplanet-ul-list ul li {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #080337;
    padding: 15px 0 25px 60px;
    letter-spacing: 1px;
}

.cspt-list-style-2 ul.elementor-icon-list-items li:not(:last-child),
.cspt-list-style-2.creativesplanet-ul-list ul li:not(:last-child) {
    border-bottom: 1px solid #e8e9f1;
}

.cspt-list-style-2.elementor-widget-icon-list .elementor-icon-list-icon {
    display: none;
}


/* cspt-separator-text */

.cspt-separator-text h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cspt-separator-text.vc_separator_align_center h4 {
    padding: 0 8em;
}


/* cspt-play-text-box */

.cspt-play-text-box a {
    display: inline-block;
    width: 98px;
    height: 98px;
    line-height: 98px;
    border-radius: 50%;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    border: 3px solid #fff !important;
    letter-spacing: 2.5px;
}

.cspt-play-text-box {
    text-align: center;
}


/* cspt-new-button */

.cspt-new-button .elementor-button,
.cspt-new-button button {
    padding-left: 25px !important;
    padding-right: 0px !important;
}

.cspt-new-button .elementor-button .elementor-button-content-wrapper span:before,
.cspt-new-button .elementor-button .elementor-button-content-wrapper span:after,
.cspt-new-button button span:before,
.cspt-new-button button span:after {
    display: none;
}

.cspt-new-button .elementor-button .elementor-button-content-wrapper span,
.cspt-new-button button span {
    padding-left: 0px;
    padding-right: 0px;
    text-transform: none;
    line-height: 50px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.cspt-new-button .elementor-button:before,
.cspt-new-button button.vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-simple:before {
    content: '';
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #000;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate(0%, 0%) scale(0);
    transform: translate(0%, 0%) scale(0);
}

.cspt-new-button .elementor-button:hover::before,
.cspt-new-button button.vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-simple:hover::before {
    content: '\e839';
    background-color: transparent;
    border-color: #000;
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
}

.cspt-new-button .elementor-button:after,
.cspt-new-button button.vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-simple:after {
    content: '';
    top: 0px;
    left: 0px;
    display: inline-block;
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #f4f4f4;
    border-radius: 50%;
    border: 2px solid transparent;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
}

.cspt-new-button .elementor-button:hover::after,
.cspt-new-button button.vc_general.vc_btn3.vc_btn3-shape-square.vc_btn3-style-simple:hover:after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0%, 0%) scale(0);
    transform: translate(0%, 0%) scale(0);
}

.cspt-new-button .elementor-button:hover .elementor-button-content-wrapper span,
.cspt-new-button button:hover span {
    padding-left: 35px;
}

.cspt-new-button .elementor-button {
    position: relative;
    display: inline-block;
}

.cspt-new-button.cspt-btn-style-text.cspt-btn-color-globalcolor .elementor-button:hover {
    color: var(--cspt-emphires-global-color);
}

.cspt-new-button.cspt-btn-style-text.cspt-btn-color-globalcolor .elementor-button:hover::before {
    border-color: var(--cspt-emphires-global-color);
}


/* cspt-new-button style1 */

.cspt-roundedbtnstyle1 a.vc_btn3 {
    border-radius: 30px;
    padding: 14px 40px;
}

.csptsubheadingstyle1 .cspt-heading-subheading .cspt-element-subtitle,
.csptsubheadingstyle1 .cspt-ihbox-subheading h4 {
    position: relative;
    display: inline-block;
}

.csptsubheadingstyle1 .cspt-heading-subheading .cspt-element-subtitle:before,
.csptsubheadingstyle1 .cspt-ihbox-subheading h4:before {
    position: absolute;
    left: 0;
    content: '';
    right: auto;
    width: 3px;
    height: 20px;
    top: 0px;
    background-color: var(--cspt-emphires-global-color);
}

.csptcontanttext.cspt-ihbox-style-hsbox .cspt-ihbox-contents .cspt-ihbox-content {
    font-size: 20px;
}

.csptsubheadingstyle1 .cspt-ihbox-subheading h4,
.csptsubheadingstyle1 .cspt-heading-subheading .cspt-element-subtitle {
    padding-left: 10px;
}


/* --------------------------------------
 * Contact form
 * ---------------------------------------*/

.cspt-main-form .input-group {
    display: block;
    margin-bottom: 25px;
}


/*=== cspt-form-style-1 ===*/

.cspt-main-form.cspt-form-style-1 .input-group input[type="text"],
.cspt-main-form.cspt-form-style-1 .input-group input[type="number"],
.cspt-main-form.cspt-form-style-1 .input-group input[type="email"],
.cspt-main-form.cspt-form-style-1 .input-group textarea {
    border: 1px solid #dce5e7;
    font-size: 14px;
    background: #fff;
    color: #888888;
    height: 55px;
    border-radius: 5px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
}

.cspt-main-form.cspt-form-style-1 .input-group textarea {
    height: 100px;
    padding: 10px 15px;
}

.cspt-no-brd .cspt-main-form.cspt-form-style-1 .input-group input[type="text"],
.cspt-no-brd .cspt-main-form.cspt-form-style-1 .input-group input[type="number"],
.cspt-no-brd .cspt-main-form.cspt-form-style-1 .input-group input[type="email"],
.cspt-no-brd .cspt-main-form.cspt-form-style-1 .input-group textarea {
    border: none;
}

.cspt-no-brd .cspt-main-form .input-group {
    margin-bottom: 15px;
}

.cspt-appoiment-box .wpb_wrapper {
    background: #fff;
    padding: 42px 30px 20px;
    border-radius: 4px;
}

.cspt-bg-color-globalcolor .cspt-form-style-1 button:hover {
    background-color: #fff;
}


/*=== cspt-form-style-2 ===*/

.cspt-main-form.cspt-form-style-2 .input-group input[type="text"],
.cspt-main-form.cspt-form-style-2 .input-group select,
.cspt-main-form.cspt-form-style-2 .input-group input[type="email"],
.cspt-main-form.cspt-form-style-2 .input-group textarea {
    border: 0;
    font-size: 14px;
    color: #888888;
    height: 50px;
    border-radius: 5px;
}

.cspt-main-form.cspt-form-style-2 .wpcf7-submit {
    display: block;
    border-radius: 6px;
    padding: 12px 30px;
    font-weight: 700;
    width: 100%;
}

.cspt-main-form.cspt-form-style-2 .input-button {
    margin-bottom: 0;
}


/*=== cspt-form-style-3 ===*/

.cspt-main-form.cspt-form-style-3 .input-group input[type="text"],
.cspt-main-form.cspt-form-style-3 .input-group select,
.cspt-main-form.cspt-form-style-3 .input-group input[type="email"],
.cspt-main-form.cspt-form-style-3 .input-group textarea {
    border: 1px solid #dce5e7;
    font-size: 14px;
    background: #fff;
    color: #888888;
    height: 55px;
    border-radius: 5px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
}

.cspt-main-form.cspt-form-style-3 .input-group textarea {
    height: 150px;
}

.cspt-main-form.cspt-form-style-3 .wpcf7-submit {
    display: block;
    border-radius: 6px;
    width: 100%;
}

.cspt-main-form.cspt-form-style-3 .input-button {
    margin-bottom: 0;
}


/*=== cspt-form-style-4 ===*/

.cspt-main-form.cspt-form-style-4 .input-group input[type="text"],
.cspt-main-form.cspt-form-style-4 .input-group select,
.cspt-main-form.cspt-form-style-4 .input-group input[type="email"],
.cspt-main-form.cspt-form-style-4 .input-group textarea {
    border: 1px solid #dce5e7;
    font-size: 14px;
    background: #fff;
    color: #888888;
    height: 55px;
    border-radius: 5px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
}

.cspt-main-form.cspt-form-style-4 .input-group textarea {
    height: 150px;
}

.cspt-main-form.cspt-form-style-4 .wpcf7-submit {
    display: block;
    border-radius: 6px;
    width: 100%;
}

.cspt-main-form.cspt-form-style-4 .input-button {
    margin-bottom: 0;
}


/* --------------------------------------
 * Tab
 * ---------------------------------------*/

body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-body {
    padding: 0;
    border-radius: 6px !important;
    box-shadow: 0 0 40px rgba(55, 69, 111, 0.1);
    overflow: hidden;
}

body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-flat .vc_tta-tab {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
    margin-bottom: 40px !important;
    border: none !important;
}

body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-flat .vc_tta-tab>a {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding: 5px 10px 25px;
    border-bottom: 3px solid transparent !important;
}

body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-flat .vc_tta-tab>a {
    color: #b0b6bf;
}

body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    color: #1c325b;
}

body.wpb-js-composer .vc_tta-style-modern.vc_tta .vc_tta-tab {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    margin-bottom: 20px;
}

body.wpb-js-composer .vc_tta.vc_general.vc_tta-style-modern .vc_tta-tab>a {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 9px 15px 0px rgba(26, 47, 106, 0.05) !important;
    padding: 20px 25px;
    border: 1px solid #dce5e7 !important;
    font-weight: 600;
}

body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a {
    border-radius: 6px;
}

body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::before,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::after {
    display: none;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-modern .vc_tta-panel-body {
    padding: 0;
}


/* --------------------------------------
 * Custom Accordion
 * ---------------------------------------*/

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
}

.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #4868cf;
    background-color: #5472d2;
    border: none;
}

.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #f0f0f0;
    background-color: #f8f8f8;
}

.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff;
}

.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #272727;
    padding: 20px 20px;
}

.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-globalcolor .vc_tta-panel.vc_active .vc_tta-panel-title>a i {
    color: #fff;
}


/* --------------------------------------
 * Custom FAQ
 * ---------------------------------------*/

.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff
}

.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel.vc_active .vc_tta-panel-body,
.elementor-widget-accordion .elementor-accordion .elementor-tab-content.elementor-active {
    border: none;
    background-color: #fbfbfb;
    color: #272727;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border-radius: 6px;
}

.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel .vc_tta-panel-heading {
    background-color: #fff !important;
}

.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel .vc_tta-panel-heading,
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    color: #272727;
    border: none;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border-radius: 6px;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    background-color: #fff;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active {
    background-color: var(--cspt-emphires-global-color);
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:not(:last-child) {
    margin-bottom: 30px;
}

.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel-title {
    font-size: 18px;
    line-height: 28px;
}

.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel-body {
    padding: 30px 55px 35px 40px;
}

.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 55px;
}

.wpb-js-composer .vc_tta.vc_general.cspt-faq .wpb_single_image {
    margin-bottom: 0;
}

.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: 0 !important;
}

.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: transparent;
}

.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel .vc_tta-panel-heading {
    border-color: #edeaea;
}

.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel-title>a {
    padding: 17px 20px 17px 35px;
    color: #424d6c;
}

.wpb-js-composer .vc_tta.vc_tta-accordion.vc_general.cspt-faq .vc_tta-panel-title>a {
    color: #272727;
}


/* --------------------------------------
 * Custom FAQ Box
 * ---------------------------------------*/

.cspt-faq-ask-box {
    padding: 40px 90px 30px 90px;
    border-radius: 30px;
    background: #545f80;
    background: -moz-linear-gradient(45deg, #545f80 14%, #ffa277 100%);
    background: -webkit-linear-gradient(45deg, #545f80 14%, #ffa277 100%);
    background: linear-gradient(45deg, #545f80 14%, #ffa277 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#545f80', endColorstr='#ffa277', GradientType=1);
}

.cspt-faq-ask-box .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
    font-size: 6.85em !important;
}


/* --------------------------------------
 * error-404
 * ---------------------------------------*/

.error-404 {
    margin: 0;
    width: 100%;
    padding: 296px 0px 196px 0px;
    position: relative;
    text-align: center;
}

.cspt-parent-header-style-3 .error-404 {
    padding: 180px 0px 220px 0px;
}

.error-404 .error-message {
    color: #2c2c2c;
}

.error-404 .error-message {
    display: inline-block;
    font-size: 290px;
    line-height: 290px;
    font-weight: 900;
}

.error-404 .footer-message {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 15px;
}

.error-404 .search-form {
    margin: 45px auto;
    max-width: 400px;
}

.error404 .wrap {
    width: 100%;
}

.error404 .search-form {
    position: relative;
}

.error404 .search-form input[type="search"] {
    border-radius: 6px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #f2f3f4;
    padding-right: 55px;
}

.error404 .search-form .search-submit:after {
    font-family: "creativesplanet-base-icons";
    content: '\e800';
    position: absolute;
    right: 16px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: #dbdbdb;
    font-size: 22px;
}

.error404 .search-form label {
    display: none;
}

.error404 .search-form button {
    position: absolute;
    right: 5px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    width: 50px;
}

.error404 #primary {
    flex: none !important;
    max-width: none !important;
}

.error404 a.ts-home-back {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    position: relative;
}

.error404 a.ts-home-back:after {
    font-family: "creativesplanet-base-icons";
    content: '\e810';
    margin-left: 15px;
}

.error404 .cspt-title-bar-wrapper {
    display: none;
}

.error404 h2.page-title {
    font-size: 200px;
    line-height: 210px;
    color: #fff;
    font-weight: bold;
}

.error404 .site-content-wrap {
    position: relative;
}

.error404 .site-content-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none !important;
}

.error404 .cspt-text-color-blackish a.ts-home-back:hover {
    opacity: 0.9;
}


/*=== search-no-results ===*/

.search-no-results #primary {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.search-no-results-content {
    padding: 200px 50px;
    text-align: center;
    margin-bottom: 100px;
}

.search-no-results-content p {
    margin-bottom: 30px;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    max-width: 480px;
}

.search-no-results .search-no-results-content .search-form input[type="search"] {
    padding-right: 110px;
}


/* --------------------------------------
 * Search Popup Area CSS
 * ---------------------------------------*/

.cspt-header-search-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

.cspt-header-search-form-wrapper.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

.cspt-header-search-form-wrapper .search-form {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cspt-header-search-form-wrapper .search-form:after {
    font-family: "creativesplanet-base-icons";
    content: '\e800';
    position: absolute;
    right: 10px;
    top: 50%;
    color: #fff;
    font-size: 25px;
    line-height: normal;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cspt-header-search-form-wrapper .search-form input[type="search"] {
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    background-color: transparent;
    text-align: left;
    color: #fff;
    border: none;
    border-bottom: 3px solid #fff;
    padding-left: 0;
    border-radius: 0;
}

.cspt-header-search-form-wrapper .search-form input[type="search"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.89);
    opacity: 1;
    /* Firefox */
}

.cspt-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.89);
}

.cspt-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.89);
}

.cspt-header-search-form-wrapper .search-form [type=submit] {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 0;
    background-color: transparent;
    text-indent: -9999px;
}

.cspt-header-search-form-wrapper .cspt-search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    border-color: #fff;
    color: #fff;
    opacity: 0.8;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    text-align: center;
    cursor: pointer;
}

.cspt-header-search-form-wrapper .cspt-search-close:hover {
    opacity: 1;
}


/* --------------------------------------
 * Custom button
 * ---------------------------------------*/

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

.cspt-box-shadow {
    box-shadow: 0 0px 40px rgba(183, 196, 226, .15);
}

.cspt-box-shadow .cspt-bg-color-white:before {
    border-radius: 8px;
}

.cspt-border-radiu-4 .vc_column-inner::before {
    border-radius: 4px;
}


/*=== Button section ===*/

.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor {
    color: #fff;
    border: none;
    position: relative;
}

input[type=submit]:hover .vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor:not(.vc_btn3-style-outline):hover {
    box-shadow: 0 0px 15px rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.rev-btn {
    -webkit-transition: all .6s !important;
    -moz-transition: all .6s !important;
}

.rev-btn.cspt-gradient-right:after,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    opacity: 0;
}

.rev-btn.cspt-gradient-right:hover:after,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor:hover:after {
    opacity: 1;
}

.rev-btn.cspt-gradient-right span,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor span {
    position: relative;
    z-index: 2
}

.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor.vc_btn3-style-outline:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor.vc_btn3-style-outline:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    border-radius: 3px;
    background-color: #fff;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}

.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor.vc_btn3-style-outline:hover:after {
    opacity: 0;
}

.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor.vc_btn3-style-outline:hover {
    color: #fff;
    box-shadow: 0 0px 15px rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}


/*=== Button ( Emphires Special ) ===*/

.cspt-search-results-right .cspt-read-more-link a {
    display: inline-block;
    position: relative;
    color: #272727;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: 800;
    text-transform: uppercase;
}

body .cspt-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before,
body .cspt-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after,
body .cspt-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before,
body .cspt-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after,
a.cspt-link:before,
a.cspt-link:after,
.cspt-search-results-right .cspt-read-more-link a:before,
.cspt-search-results-right .cspt-read-more-link a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: #eeeeee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

a.cspt-link:after,
.cspt-search-results-right .cspt-read-more-link a:after {
    background-color: #000;
}

body .cspt-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before,
body .cspt-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before,
a.cspt-link:before,
.cspt-search-results-right .cspt-read-more-link a:before {
    width: 100%;
}

body .cspt-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:hover:after,
body .cspt-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:hover:after,
a.cspt-link:hover:after,
.cspt-search-results-right .cspt-read-more-link a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.creativesplanet-ele-service:not(.cspt-service-style-3) .cspt-service-btn a {
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 800;
    display: inline-block;
    position: relative;
}

.creativesplanet-ele-service:not(.cspt-service-style-3) .cspt-service-btn a:after {
    content: "\e839";
    font-family: "creativesplanet-base-icons";
    font-size: 16px;
    padding-left: 10px;
    background: none !important;
    line-height: 16px;
    vertical-align: middle;
    top: -2px;
    position: relative;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-gradientcolor .vc_icon_element-icon:before {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}


/*=== Vc Custom row bg ===*/

.cspt-shapebg.cspt-bg-color-light:not(.vc_column_container):before {
    background-color: #fafbfd;
    margin-top: 164px;
}


/*=== Image side effect ===*/

.cspt-img-bg-effect-single .vc_single_image-wrapper,
.single-cspt-team-member .cspt-featured-wrapper,
.cspt-img-bg-effect .vc_single_image-wrapper {
    position: relative;
}

.single-cspt-team-member .cspt-featured-wrapper img {
    width: 100%;
}

.cspt-img-bg-effect-single .vc_single_image-wrapper:after,
.cspt-img-bg-effect .vc_single_image-wrapper:after {
    content: "";
    left: -60px;
    background: #272727;
    position: absolute;
    top: 60px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cspt-img-bg-effect-single .vc_single_image-wrapper:after {
    left: -40px;
    top: 40px;
}

.single-cspt-team-member .cspt-featured-wrapper:after {
    left: -30px;
    top: -30px;
}

.cspt-img-bg-effect .vc_single_image-wrapper:before {
    content: "";
    left: -1000%;
    background: #272727;
    position: absolute;
    top: 60px;
    width: 1000%;
    height: 100%;
    z-index: -1;
}


/*=== Row expand effect  ( Homepage Fact and digit element ) ===*/

.cspt-row-expand-right:after {
    content: "";
    right: -1000%;
    background: #272727;
    position: absolute;
    top: 0px;
    width: 1000%;
    height: 100%;
    z-index: -1;
}

.cspt-row-expand-left .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading {
    position: relative;
}

.cspt-row-expand-left .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading:after {
    content: "";
    left: -1000%;
    background: #272727;
    position: absolute;
    top: 0px;
    width: 1000%;
    height: 100%;
    z-index: -1;
}


/*=== vc_progress_bar ===*/

.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar:last-child {
    margin-bottom: 0;
}

.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    margin-bottom: 70px;
}

.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar .vc_label {
    padding: 0px;
    margin-top: -10px;
}

.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ececf0;
}

.cspt-team-left-inner .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    background-color: #efefef;
}

.cspt-bg-color-light .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    background-color: #efefef;
}

.cspt-white-bar.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    background-color: #fff
}

.cspt-bg-color-secondarycolor .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    background-color: rgba(255, 255, 255, 0.32);
}

.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar,
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar .vc_bar {
    border-radius: 6px;
}

.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar:after {
    background-color: #f7f9fa;
    content: "";
}

.vc_progress_bar.vc_progress-bar-color-globalcolor .cspt-pbar-title,
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_label_units {
    position: relative;
    top: -30px;
    text-shadow: none;
    font-size: 15px;
    font-weight: 700;
}

.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_label_units {
    right: 0;
    position: absolute;
}

.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    height: 8px;
    border-radius: 6px;
}

.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar .vc_bar:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    right: 0;
    top: -4px;
    border: 3px solid #272727;
}

.cspt-text-color-white .vc_progress_bar.vc_progress-bar-color-globalcolor .cspt-pbar-title,
.cspt-text-color-white .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_label_units {
    color: #fff;
}


/*=== elementor_progress_bar ===*/

.cspt-progressbar .elementor-title,
.elementor-widget-progress .elementor-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 36px;
}

.elementor-progress-wrapper {
    position: relative;
    background-color: #ececf0;
    color: #fff;
    height: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: visible !important;
}

.elementor-progress-bar {
    height: 8px !important;
    border-radius: 6px !important;
}

.elementor-progress-percentage {
    padding-right: 0;
    position: absolute;
    right: 0;
    top: -32px;
    font-size: 15px;
    font-weight: 700;
}

.elementor-progress-text {
    position: relative;
    display: inline;
    overflow: visible!important;
    font-size: 0;
    transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
}

.elementor-progress-text:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    right: 0;
    top: -4px;
    border: 3px solid var(--cspt-emphires-global-color);
}

.cspt-text-color-white .elementor-widget-progress .elementor-title,
.cspt-text-color-white .elementor-progress-percentage {
    color: #fff;
}


/* --------------------------------------
 * Video icon
 * ---------------------------------------*/

.cspt-video-link-2,
.cspt-video-link {
    position: absolute;
    bottom: 80px;
    z-index: 9;
    left: -50px;
}

.cspt-video-link-2.link-right,
.cspt-video-link.link-right {
    bottom: 30px;
    left: inherit;
    right: 15px;
}

body .cspt-video-link-2 .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty),
body .cspt-video-link .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty),
body .cspt-video-link .elementor-button {
    padding: 26px 40px 26px 90px;
    border-radius: 52px;
    text-transform: inherit;
    font-weight: 500;
    font-size: 16px;
}

body .cspt-video-link-2 .vc_general.vc_btn3 i,
body .cspt-video-link .vc_general.vc_btn3 i,
body .cspt-video-link .elementor-button i {
    width: 55px;
    height: 55px;
    font-size: 22px;
    line-height: 55px;
    text-align: center;
    color: #000;
    background: #fff;
    border-radius: 50%;
    left: 11px !important;
}

body .cspt-video-link .elementor-button i {
    position: absolute;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

body .cspt-video-link-2 .vc_general.vc_btn3 i:after,
body .cspt-video-link .vc_general.vc_btn3 i:after,
body .cspt-video-link .elementor-button i:after {
    position: absolute;
    content: "";
    display: inline-block;
    top: -5px;
    left: -5px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    width: 65px;
    height: 65px;
    border-radius: 50%;
}


/* --------------------------------------
 *  Special Elements for Theme
 * ---------------------------------------*/

.cspt-image-shadow-1 .vc_figure,
.cspt-box-shadow-1 {
    box-shadow: 0px 9px 35px 0px rgba(26, 47, 106, 0.07);
}

.cspt-image-radius-1 .vc_figure,
.cspt-border-radius-1 {
    border-radius: 6px;
    overflow: hidden;
}

.cspt-border-radius-2 .cspt-stretched-div {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    overflow: hidden;
}

.cspt-box-shadow-4 {
    box-shadow: 0px 2px 40px 0px rgb(21 35 147 / 7%);
}

.cspt-img-shadow-1 .vc_figure {
    box-shadow: 0px 0px 45px 5px rgba(0, 0, 0, 0.1);
}

.cspt-img-shadow-2 .vc_figure {
    box-shadow: 0px 0px 70px 30px rgb(0 0 0 / 15%);
}

.cspt-border-radius-2 {
    border-radius: 12px;
}


/*=== cspt-about-image ( Theme Special ) ===*/

.cspt-shadow-link {
    text-align: center;
}

.cspt-shadow-link p {
    display: inline-block;
    padding: 12px 40px;
    box-shadow: 0px 0px 32px 0px rgba(26, 47, 106, 0.08);
    border-radius: 24px;
    background: #fff;
}

.cspt-about-image img {
    box-shadow: 0 0 30px rgba(26, 47, 106, 0.1);
    border-radius: 6px;
}

.cspt-intro-image img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.creativesplanet-ul-list.cspt-list-style ul li {
    font-family: Nunito, sans-serif;
    color: #201846;
    font-weight: 500;
    margin: 7px 0 0px;
}

.creativesplanet-ul-list.cspt-list-style ul li i {
    font-size: 30px;
    line-height: 30px;
}

.cspt-skill-box {
    padding-right: 60px;
}

.cspt-skill-box .vc_column-inner {
    box-shadow: 0 0 30px rgba(26, 47, 106, 0.1);
    border-radius: 6px;
}

.cspt-style-2.creativesplanet-ul-list ul li i {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 26px;
    line-height: 26px;
}

.cspt-style-2.creativesplanet-ul-list ul li {
    font-weight: 500;
}


/*=== video button ===*/

.vc_icon_element.vc_icon_element-outer.cspt-lightbox-video .vc_icon_element-inner {
    border: none;
    position: relative;
}

.vc_icon_element.vc_icon_element-outer.cspt-lightbox-video .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
    font-size: 1.5em !important;
}

.vc_icon_element.vc_icon_element-outer.cspt-lightbox-video .vc_icon_element-inner:before,
.vc_icon_element.vc_icon_element-outer.cspt-lightbox-video .vc_icon_element-inner:after {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.vc_icon_element.vc_icon_element-outer.cspt-lightbox-video .vc_icon_element-inner:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.vc_icon_element.vc_icon_element-outer.cspt-lightbox-video .vc_icon_element-inner:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}


/*=== Homepage ( Theme Special ) ===*/

.cspt-effect-img-3 img,
.cspt-effect-img-2 img,
.cspt-effect-img img,
.cspt-abs-img img {
    border-radius: 8px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
    ;
}

.cspt-row.cspt-row-radius-8.cspt-bg-color-globalcolor:before {
    border-radius: 8px;
}

.cspt-abs-img {
    position: absolute;
    bottom: -30px;
    right: 0;
}

.cspt-effect-img-3 img {
    border-radius: 8px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
}

.cspt-effect-img-3 .vc_single_image-wrapper:after,
.cspt-effect-img-3.elementor-widget-image .elementor-widget-container:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30px;
    left: 30px;
    border: 8px solid var(--cspt-emphires-global-color);
    border-radius: 10px;
    z-index: -1;
}

.cspt-effect-img-4 img {
    border-radius: 8px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
}

.cspt-effect-img-4 .vc_single_image-wrapper:after,
.cspt-effect-img-4.elementor-widget-image .elementor-widget-container:after {
    content: '';
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: -35px;
    right: -35px;
    background-color: var(--cspt-emphires-blackish-color);
    border-radius: 50%;
    z-index: -1;
}

.cspt-effect-img-4 .vc_single_image-wrapper:before,
.cspt-effect-img-4.elementor-widget-image .elementor-widget-container:before {
    content: '';
    width: 290px;
    height: 290px;
    position: absolute;
    top: -45px;
    left: -45px;
    border-radius: 10px;
    background: url('../images/dot-pattern.png') repeat 0 0;
    z-index: -1;
}

.cspt-right-pad-btn .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 128px;
}

.cspt-brdr-btm-effect>.vc_column-inner:before {
    border-bottom: 3px solid #86bb46;
    border-radius: 2px;
}

.cspt-effect-square:after {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 170px;
    height: 170px;
    content: " ";
    background: #000;
}

.cspt-effect-dot:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    content: " ";
    background: url('../images/pattern-01.jpg') repeat 0 0;
}

.cspt-effect-dot2:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 70%;
    content: " ";
    background: url('../images/pattern-01.jpg') repeat 0 0;
}

.cspt-img-rad-shadow .cspt-stretched-left {
    border-bottom-right-radius: 8px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}

.cspt-row-shadow {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}

.cspt-effect2-square .vc_single_image-wrapper:after {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    content: " ";
    background: #000;
    z-index: -1;
}

.cspt-animated-img .cspt-stretched-div {
    background-repeat: no-repeat;
    animation: animatedBackground 5s ease-in-out infinite;
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 0 10%;
    }
    95% {
        background-position: 0 0;
    }
}


/*=== cspt-cross-bg ( Theme Special ) ===*/

.cspt-cross-bg .cspt-stretched-div:after {
    content: "";
    position: absolute;
    right: -101px;
    top: -90px;
    background-color: #fff;
    background-repeat: repeat;
    -webkit-transform: skew(-30deg);
    transform: skew(-20deg);
    height: 165%;
    z-index: 0;
    width: 3000px;
}

.cspt-cross-bg .cspt-video-icon-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -245px;
}

.cspt-large-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-xl {
    width: 125px !important;
    height: 125px !important;
}

.cspt-large-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-xl .vc_icon_element-icon {
    font-size: 4.75em !important;
}


/*=== Homepage ( Theme Special ) ===*/

.cspt-promo-image-1 {
    position: absolute;
    bottom: 0;
    margin-bottom: -138px;
    right: 50px;
    box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
    text-shadow: 0px 5px 57px rgba(0, 0, 0, 0.15);
}

.cspt-promo-image-1 img {
    border-radius: 8px;
}

.cspt-promo-image-1:before {
    position: absolute;
    top: -160px;
    left: -113px;
    width: 440px;
    height: 475px;
    content: " ";
    background: url(../images/pattern-01.jpg) repeat 0 0;
    z-index: -1;
}

.cspt-pattern-bg-effect .vc_single_image-wrapper {
    position: relative;
}

.cspt-pattern-bg-effect .vc_single_image-wrapper:after {
    position: absolute;
    bottom: -80px;
    right: -45px;
    width: 203px;
    height: 170px;
    content: " ";
    background: url(../images/organic-patten.png) no-repeat 0 bottom;
    z-index: -1;
}

.cspt-promo-image-box-1 .vc_icon_element {
    left: 125px;
    position: absolute;
    bottom: -73px;
    z-index: 7;
}

.cspt-promo-image-box-1 .vc_icon_element-inner {
    background-color: #fff;
    color: #000;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
    text-shadow: 0px 5px 57px rgba(0, 0, 0, 0.15);
}

.cspt-promo-image-box-1 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-lg .vc_icon_element-icon {
    font-size: 2em !important;
}

.cspt-f-weight-400 {
    font-weight: 400;
}

.cspt-f-weight-700 {
    font-weight: 700;
}

.creativesplanet-ul-list.cspt-list-line.cspt-ul-type-disc li {
    font-weight: 300;
    padding-left: 50px;
}

.creativesplanet-ul-list.cspt-list-line.cspt-ul-type-disc li:after {
    width: 35px;
    height: 1px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    color: #91908e;
}

.cspt-special-blockquote blockquote {
    padding: 0;
    margin: 0;
    padding-left: 70px;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
}

.cspt-special-blockquote blockquote:before {
    position: absolute;
    content: "\e83e";
    font-family: "creativesplanet-base-icons";
    font-size: 50px;
    line-height: 50px;
    top: 0;
    left: 0;
    color: rgb(255, 255, 255);
    font-style: normal;
}

.cspt-special-blockquote blockquote cite {
    display: block;
    font-family: Muli, sans-serif;
    font-size: 16px;
    padding-top: 5px;
    font-weight: normal !important;
    padding-left: 50px;
    position: relative;
    text-transform: none;
    line-height: normal;
}

.cspt-special-blockquote blockquote cite:before {
    content: "";
    position: absolute;
    top: 16px;
    width: 40px;
    height: 1px;
    background: #fff;
    left: 0;
}

body .cspt-visible {
    overflow: visible !important;
}

.cspt-special-sec .cspt-col-stretched-left .cspt-stretched-left {
    border-radius: 0 10px 0 0;
}

.cspt-special-sec .cspt-col-stretched-right .cspt-stretched-right {
    border-radius: 0 0 0 10px;
    background-repeat: no-repeat;
}

.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-head-2 .cspt-ihbox-content {
    margin-top: 35px;
}

.cspt-brd-rad img {
    border-radius: 6px;
}

.cspt-lightbox-video.cspt-pos {
    position: absolute;
    z-index: 5;
    top: 22%;
    left: 40%;
}

.cspt-lightbox-video.cspt-pos-2 {
    position: absolute;
    z-index: 5;
    bottom: 5%;
    right: 10%;
}

.cspt-abs-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cspt-wrap-100 .wpb_wrapper {
    height: 100%;
}

.cspt-bg-bg-effect-4.elementor-widget-image .elementor-widget-container:after,
.cspt-bg-bg-effect-4 .vc_single_image-wrapper:after {
    position: absolute;
    top: -30px;
    left: -50px;
    width: 520px;
    height: 520px;
    content: " ";
    background: #f7f7f7;
    z-index: -1;
    border-radius: 50%;
}

.cspt-column-rad>.vc_column_container,
.cspt-column-rad>.vc_column_container .vc_column-inner:before {
    border-radius: 6px;
}


/* --------------------------------------
 * Slider controler
 * ---------------------------------------*/

.cspt-slider {
    border-radius: 10px;
    overflow: hidden;
}

.cspt-slider .vc_images_carousel .vc_carousel-control {
    opacity: 0;
    text-shadow: none;
    width: 70px;
    height: 50px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cspt-slider:hover .vc_images_carousel .vc_carousel-control {
    opacity: 1;
}

.cspt-slider .vc_images_carousel .vc_carousel-control .icon-next,
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-prev {
    background-color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #484746;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cspt-slider .vc_images_carousel .vc_carousel-control .icon-next:hover,
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-prev:hover {
    color: #fff;
}

.cspt-slider .vc_images_carousel .vc_carousel-control .icon-next:before,
.cspt-slider .vc_images_carousel .vc_carousel-control .icon-prev:before {
    top: -3px;
    font-family: "creativesplanet-base-icons";
    font-size: 24px;
}

.cspt-slider .vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: '\e81e';
}

.cspt-slider .vc_images_carousel .vc_carousel-control .icon-next:before {
    content: '\e814';
}


/* --------------------------------------
 * woocommerce
 * ---------------------------------------*/

.woocommerce .woocommerce-ordering {
    margin-bottom: 40px;
}

.woocommerce .woocommerce-result-count {
    margin-top: 17px;
}


/*=== product box ===*/

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 18px;
    line-height: 28px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}

.woocommerce ul.products li.product .onsale {
    padding: 0px 12px;
    font-size: 10px;
    font-weight: 800;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    border-radius: 5px;
    top: 13px;
    left: 10px;
    bottom: auto;
    right: auto;
    letter-spacing: 2px;
    background: #f14705;
}

.woocommerce ul.products li.product .price {
    font-size: 15px;
    color: #888;
}

.woocommerce ul.products li.product .price del {
    margin-right: 5px;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    padding: 10px 22px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    border-radius: 5px;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #09162a;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    top: 10px;
    right: 6px;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    position: absolute;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


/*=== Woocommerce Details Page ===*/

.woocommerce span.onsale {
    padding: 0px 12px;
    font-size: 10px;
    font-weight: 800;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    border-radius: 5px;
    top: 13px;
    left: 10px;
    bottom: auto;
    right: auto;
    letter-spacing: 2px;
    background: #f14705;
}

.single-product .entry-summary .product_meta .posted_in,
.single-product .entry-summary .product_meta .sku_wrapper {
    font-weight: 700;
    color: #252525;
}

.single-product .entry-summary .product_meta .posted_in a,
.single-product .entry-summary .product_meta .sku_wrapper span {
    font-weight: normal;
    color: #888888;
}

.single-product .entry-summary .product_meta .posted_in {
    margin-left: 10px;
}

.single-product div.product p.price ins {
    text-decoration: none;
}

.single-product div.product .summary p.price,
.single-product div.product .summary span.price {
    font-size: 18px;
}

.single-product div.product .summary p.price,
.single-product div.product .summary span.price {
    font-size: 22px;
}

.woocommerce div.product .product_title {
    font-size: 26px;
    line-height: 40px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 8px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    font-size: 13px;
    color: #fff;
    border: 1px solid #e2e2e2;
    text-transform: capitalize;
    line-height: 24px;
    cursor: pointer;
    padding: 16px 30px 16px;
    transition: all 500ms ease;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #242424;
    background: #ffffff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
    opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px !important;
    margin: 0px 0 0px !important;
    border: none !important;
    line-height: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none;
    border: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    background: #fff !important;
    margin-top: 0px;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 0;
    margin-top: -1px;
}

.woocommerce-Tabs-panel h2 {
    font-size: 22px;
    margin-top: 0;
    line-height: 28px;
}


/*=== woocommerce div.product form.cart ===*/

.woocommerce div.product form.cart .button {
    margin-top: 0;
    padding: 10px 22px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #09162a;
}


/*=== .woocommerce .quantity .qty ===*/

.woocommerce .quantity .qty {
    height: 54px;
    margin-right: 5px;
    width: 70px;
}


/*=== woocommerce div.product p.price ===*/

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 15px;
    color: #888;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    margin-right: 5px;
}


/*=== woocommerce div.product div.images ===*/

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 5;
}


/*=== woocommerce table.shop_attributes ===*/

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    padding: 5px 7px;
}


/*=== related products ===*/

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.cart_totals h2,
.related.products h2 {
    font-size: 28px;
    line-height: 38px;
}


/*=== woocommerce-cart .wc-proceed-to-checkout ===*/

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    margin-top: 0;
    padding: 18px 22px;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    font-weight: 800;
}

.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce ul.products li.product .button:hover {
    color: #fff;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 130px;
    height: 54px;
}


/*=== Sidebar button ===*/

.woocommerce .widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce.widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce .widget_price_filter .price_slider_amount .button {
    margin-top: 0;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
}

.woocommerce .widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button),
.woocommerce.widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button) {
    background-color: #09162a;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 5px;
}


/*=== widget_price_filter ===*/

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 25px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    cursor: ew-resize;
    outline: none;
    box-sizing: border-box;
    opacity: 1;
    top: -5px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 5px;
    background-color: #272727;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: #fff;
}

.woocommerce .cart .button {
    padding: 18px 22px !important;
}

.woocommerce .col-1,
.col-2 {
    max-width: none;
}

.woocommerce form .form-row {
    display: block;
}

.woocommerce-pagination {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 15px 17px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #eee;
    color: #2c2c2c;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce div.product form.cart table.woocommerce-grouped-product-list tbody tr,
.woocommerce div.product form.cart table.variations tbody tr {
    border: 0;
}

.woocommerce div.product form.cart .variations label {
    margin-top: 12px;
}


/*==== woocommerce-checkout ====*/

.woocommerce-checkout #customer_details {
    margin-top: 35px;
}

.woocommerce-checkout .col2-set .col-1 {
    padding: 0;
}


/*==== woocommerce-checkout ====*/

.woocommerce-checkout-payment {
    margin-bottom: 35px;
}


/*==== Theme Special ====*/

.cspt-woo-radius-bt .woocommerce ul.products li.product .button {
    border-radius: 2em;
}

.cspt-woo-box-border .woocommerce ul.products li.product {
    border: 1px solid #ededed;
    padding-bottom: 30px;
}

.woocommerce-breadcrumb,
.woocommerce-products-header__title {
    display: none;
}

.woocommerce #review_form #respond textarea {
    line-height: 20px;
    height: 110px;
}

.woocommerce #review_form #respond .form-submit input {
    padding: 10px 22px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 5px;
    color: #fff;
}

.select2-container--default .select2-selection--single {
    background-color: #eff2f7;
    border: none;
    border-radius: 0px;
}

.select2-container .select2-selection--single {
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    color: #848484;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
}


/*===woocommerce-Reviews===*/

.woocommerce-Reviews .comment-reply-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}


/*===woocommerce -- remove===*/

.woocommerce a.remove {
    line-height: 21px;
}


/*===woocommerce .select2-container===*/

.woocommerce .select2-container {
    display: none;
}

.woocommerce .select2-hidden-accessible {
    height: inherit !important;
    width: 100% !important;
    position: static !important;
    padding: 15px 20px !important;
    border: none !important;
    overflow: visible !important;
    vertical-align: top;
    margin: inherit !important;
}


/*===woocommerce -- customer_details===*/

.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce #customer_details {
    margin-bottom: 30px;
}

.woocommerce-form-coupon button[type=submit] {
    margin-top: 1em;
    padding: 15px 22px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    border-radius: 5px;
    margin-top: 0;
}

.return-to-shop,
.woocommerce-cart .wc-proceed-to-checkout {
    margin-bottom: 40px;
}


/*===woocommerce -- Sidebar widget===*/

.woocommerce-product-search [type=submit] {
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 58px;
    line-height: 58px;
    margin-top: -29px;
    color: #ffffff;
    z-index: 1;
    width: 70px;
}


/*===woocommerce -- cart_list - product_list_widget ===*/

.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del {
    margin-right: 10px;
}

.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins {
    text-decoration: none;
    font-weight: 700;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    margin-bottom: 10px;
}

.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
    margin-bottom: 0px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    border: 1px solid rgba(0, 0, 0, 0.10);
}


/*=== widget_product_categories ===*/

.widget_product_categories ul li {
    position: relative;
    margin-bottom: 18px;
    padding: 0;
}

.widget_product_categories ul li .count {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #000;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
}


/*=== woocommerce-message ===*/

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    float: none;
    position: absolute;
    right: 34px;
    top: 14px;
    padding: 14px 22px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 25px 180px 25px 55px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: #eef7f9;
}


/* --------------------------------------
 * Custom font
 * ---------------------------------------*/

.cspt-view-client-bt {
    font-size: 13px;
    line-height: 23px;
    font-weight: bold;
    padding-left: 89px;
    padding-top: 20px;
    position: relative;
}

.cspt-view-client-bt:before {
    content: "\e810";
    font-family: "creativesplanet-base-icons";
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    background-color: #fff;
    color: #000;
    left: 0;
    top: -6px;
    font-size: 19px;
}

.cspt-colum-box-shadow {
    -webkit-box-shadow: 3px 3px 14px -4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 3px 3px 14px -4px rgba(0, 0, 0, 0.07);
    box-shadow: 3px 3px 14px -4px rgba(0, 0, 0, 0.07);
}


/* --------------------------------------
 * Border button
 * ---------------------------------------*/

.cspt-full-height .wpb_wrapper {
    height: 100%;
}

.cspt-bottom-heading {
    text-align: left;
    padding: 44px 0px;
    background-color: #70ffcf;
    position: relative;
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    color: #fff;
    width: 100%;
}

.cspt-bottom-heading:parent {
    height: 100%;
}


/*=== Frontend css===*/

.cspt-full-height .vc_vc_custom_heading {
    height: 100%;
}

.cspt-bottom-heading:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #70ffcf;
    left: 0;
    top: 0;
    position: absolute;
    margin-left: -100%;
}


/* --------------------------------------
 * Vertical sep
 * ---------------------------------------*/

.cspt-vertical-sep .wpb_column:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 65%;
    background-color: rgba(0, 0, 0, 0.07);
}

.cspt-vertical-sep .wpb_column:last-child:after {
    display: none;
}


/* --------------------------------------
 * Cspt-circle
 * ---------------------------------------*/

.cspt-circle {
    position: relative;
    text-align: center;
}

.cspt-circle canvas {
    max-width: 100%;
    height: auto !important;
    background-color: transparent;
    border-radius: 50%;
}

.cspt-circle-number {
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
}


/* --------------------------------------
 * Sidebar widget
 * ---------------------------------------*/

.cspt-sidebar-right .creativesplanet-sidebar .widget {
    padding-left: 15px;
}

.cspt-sidebar-left .creativesplanet-sidebar .widget {
    padding-right: 15px;
}

.creativesplanet-sidebar {
    font-size: 14px;
}

.creativesplanet-sidebar .widget a {
    font-weight: 700;
}


/* --------------------------------------
 * Service form
 * ---------------------------------------*/

.cspt-box-shadow-2>div>.wpb_wrapper {
    padding: 0;
    border-radius: 6px !important;
    box-shadow: 0 0 40px rgba(55, 69, 111, 0.07);
    overflow: hidden;
    position: relative;
    z-index: 99;
    background-color: #fff;
}

.cspt-box-shadow-2>div:before {
    display: block;
    content: "";
    width: calc(100% - 50px) !important;
    height: 100%;
    background-color: #fff;
    border-radius: 6px !important;
    box-shadow: 0 0 40px rgba(55, 69, 111, 0.1);
    position: absolute;
    left: 26px !important;
    top: auto !important;
    z-index: -1;
    bottom: -12px !important;
}

.cspt-home-service-form {
    padding: 35px 30px 15px 30px;
}

.cspt-home-service-form input[type="text"],
.cspt-home-service-form input[type="email"] {
    background-color: transparent;
    padding-left: 0;
}

.cspt-home-service-form .cspt-select {
    border: none;
}

.cspt-home-service-form .cspt-select,
.cspt-home-service-form input[type="text"],
.cspt-home-service-form input[type="email"] {
    font-size: 18px;
    font-weight: 800;
    height: 35px;
}

.cspt-home-service-form .cspt-select {
    background: transparent;
}

.cspt-home-service-form .cspt-select select {
    padding-left: 0;
    padding-top: 0;
    font-weight: 800;
}

.cspt-home-service-form .cspt-select select option {
    font-size: 16px;
}

.cspt-home-service-form input[type="submit"] {
    width: 100%;
}

.cspt-home-service-form .input-button {
    padding-top: 5px;
}

.cspt-home-service-form .input-box {
    position: relative;
    padding-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cspt-home-service-form .input-box i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 45px;
}

.cspt-home-service-form .input-box p {
    margin: 0;
}

.cspt-home-service-form .input-box:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #e8e7ec;
    top: 0;
    right: -15px;
    position: absolute;
}

div.wpcf7-response-output {
    margin-top: 0 !important;
}


/*===cspt-home-service-form-2===*/

.cspt-box-shadow-3 {
    padding: 0;
    border-radius: 6px !important;
    box-shadow: 0 0 40px rgba(55, 69, 111, 0.07);
    overflow: hidden;
    position: relative;
    z-index: 99;
    background-color: #fff;
}

.cspt-home-service-form-2 {
    padding: 0;
}

.cspt-home-service-form-2 input[type="text"],
.cspt-home-service-form-2 input[type="email"] {
    background-color: transparent;
    padding-left: 0;
}

.cspt-home-service-form-2 .cspt-select {
    border: none;
}

.cspt-home-service-form-2 .cspt-select,
.cspt-home-service-form-2 input[type="text"],
.cspt-home-service-form-2 input[type="email"] {
    font-size: 18px;
    font-weight: 800;
    height: 35px;
}

.cspt-home-service-form-2 .cspt-select {
    background: transparent;
}

.cspt-home-service-form-2 .cspt-select select {
    padding-left: 0;
    padding-top: 0;
    font-weight: 800;
    background-color: transparent;
}

.cspt-home-service-form-2 .cspt-select select option {
    font-size: 16px;
}

.cspt-home-service-form-2 input[type="submit"] {
    width: 100%;
    padding: 20px 30px;
}

.cspt-home-service-form-2 .input-button {
    padding-top: 5px;
}

.cspt-home-service-form-2 .input-box {
    position: relative;
    padding-left: 60px;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e7ec;
}

.cspt-home-service-form-2 .input-box.brd-none {
    border-bottom: 0;
}

.cspt-home-service-form-2 .input-box i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 35px;
}

.cspt-home-service-form-2 .input-box p {
    margin: 0;
}


/* --------------------------------------
 * Pricelist section
 * ---------------------------------------*/

ul.cspt-ohlist-ul {
    padding: 0px;
    margin: 0;
    font-size: 14px;
}

ul.cspt-ohlist-ul li {
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 13px 0px;
}

ul.cspt-ohlist-ul li:last-child {
    border-bottom: none;
}

ul.cspt-ohlist-ul li .cspt-list-right {
    float: right;
    font-weight: 700;
}


/* --------------------------------------
 * Pricelist box - Homepage
 * ---------------------------------------*/

.cspt-pricelist-box {
    width: 55%;
    z-index: 99 !important;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0.97;
}

.creativesplanet-ohlists-w.wpb_content_element {
    margin-bottom: 0;
}

.cspt-pricelist-box ul.cspt-ohlist-ul li {
    padding-bottom: 0;
    border-bottom: 0;
}


/* --------------------------------------
 * Border radius image - Homepage
 * ---------------------------------------*/

.cspt-border-radius-top-bottom .cspt-stretched-div {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.cspt-border-radius-top-bottom .wpb_wrapper {
    height: 100%;
}

.cspt-border-radius {
    border-radius: 8px;
}


/*cspt-text-underline*/

a.cspt-text-underline {
    display: inline-block;
    position: relative;
}

a.cspt-text-underline:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: red;
    transition: width .3s;
    position: absolute;
    bottom: 3px;
    background-color: #130947;
}

a.cspt-text-underline:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: width .3s;
    position: absolute;
    bottom: 3px;
}

a.cspt-text-underline:hover:after {
    width: 100%;
}

.border-radius-r-b,
.border-radius-r-b .cspt-stretched-div {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.border-radius-r-b .cspt-stretched-div {
    overflow: hidden;
}


/*cspt-extend-right-bg*/

.cspt-extend-right-bg .cspt-stretched-div {
    margin-left: -366.5px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

body .scroll-to-top {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 200;
    opacity: 0;
    top: -18px;
    right: 20px;
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 22px;
    background-color: #86bb46;
    text-align: center;
    text-align: center;
    border-radius: 10px;
    border: none;
    color: #fff;
}

body .scroll-to-top i {
    transform: rotate(-90deg);
    position: absolute;
    width: auto;
    left: 16px;
}

body .scroll-to-top i:before {
    font-weight: bold;
}

.cspt-footer-style-3 .cspt-footer-text-area .cspt-footer-text-inner .scroll-to-top,
.cspt-footer-style-2 .cspt-footer-text-area .cspt-footer-text-inner .scroll-to-top {
    display: none;
}

.cspt-footer-style-3 .cspt-footer-text-area .scroll-to-top.cspt-footer-scroll,
.cspt-footer-style-2 .cspt-footer-text-area .scroll-to-top.cspt-footer-scroll {
    position: fixed;
    z-index: 200;
    top: auto;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    transform: unset;
    left: auto;
    border-radius: 100%;
    background-color: var(--cspt-emphires-global-color);
}

.cspt-footer-style-3 .cspt-footer-text-area .cspt-footer-scroll i,
.cspt-footer-style-2 .cspt-footer-text-area .cspt-footer-scroll i {
    left: 10px;
}

.cspt-footer-style-3 .cspt-footer-text-area .cspt-footer-scroll:hover,
.cspt-footer-style-2 .cspt-footer-text-area .cspt-footer-scroll:hover {
    background-color: var(--cspt-emphires-white-color);
    color: var(--cspt-emphires-global-color);
}


/*=== cspt-footer-big-right ===*/

.cspt-footer-big-right .vc_general.vc_btn3 {
    text-align: right;
    border: 1px solid transparent;
    background-color: transparent;
    color: #fff;
    border-style: solid;
    border-color: #fff;
    border-width: 2px;
}

.cspt-footer-big-right .vc_btn3-container {
    text-align: right;
}

.cspt-footer-big-right .vc_general.vc_btn3:hover {
    background-color: #fff;
}


/*=== Content Social ===*/

.wpb_text_column .cspt-social-links {
    margin-top: 00px;
    margin-left: 0;
}

.wpb_text_column .cspt-social-links li {
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
}

.wpb_text_column .cspt-social-links li a {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: none;
    border-radius: 5px;
    background-color: #000;
}

.widget_media_image {
    margin: 50px 0 40px 0px !important;
}


/* --------------------------------------
 * Booking calendar 2
 * ---------------------------------------*/

.wpdevart-booking-form-container,
.booking_calendar_container,
.booking_calendar_main_container {
    max-width: 100% !important;
}


/* Booking calendar */

.booking_calendar_main_container .wpda-booking-calendar-head {
    padding: 44px;
}

.booking_calendar_main_container .week-day-name .wpda-day-header {
    background-color: #42474d !important;
}

.booking_calendar_main_container .wpda-booking-calendar-head *,
.main-holder .booking_calendar_main_container .week-day-name .wpda-day-number {
    color: #fff !important;
}

.wpda-booking-calendar-head,
.wpdevart-calendar-container>div.week-day-name {
    border: none !important;
}

.main-holder .week-day-name .wpda-day-header {
    padding: 12px 0 !important;
}

.booking_calendar_main_container .wpdevart-calendar-container>div:not(.week-day-name) {
    height: 113px !important;
}

.booking_calendar_main_container .wpda-day-header {
    background-color: transparent !important;
}

.wpda-day-number {
    float: none !important;
    width: auto !important;
}

.wpdevart-booking-form {
    margin: 20px 0 !important;
    padding: 34px !important;
    border: none !important;
    background-color: #42474d !important;
}

.wpdevart-booking-form .wpdevart-fild-item-container label {
    color: #ffffff !important;
    display: inline-block;
    margin-bottom: 7px;
    font-weight: normal;
    font-style: normal;
}

h4.form_title {
    margin: 0px 0 14px !important;
    font-weight: normal;
    font-style: italic;
    color: #ffffff !important;
    line-height: 1;
}

.wpdevart-booking-form .wpdevart-fild-item-container label {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 7px;
    font-weight: normal;
    font-style: normal !important;
}

.check-info {
    color: #ffffff !important;
    font-size: 14px;
}

.wpdevart-booking-form-container {
    width: 100%;
    margin: 0 auto;
}

.wpdevart-check-section {
    width: 47%;
    padding: 18px;
    background-color: rgba(255, 255, 255, 0.10);
}

.wpdevart-booking-form .wpdevart-fild-item-container textarea,
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"] {
    width: 100% !important;
}

.wpdevart-form-section {
    margin-left: 5% !important;
}

.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"],
.wpdevart-booking-form .wpdevart-fild-item-container input[type="checkbox"],
.wpdevart-booking-form .wpdevart-fild-item-container select,
.wpdevart-booking-form .wpdevart-fild-item-container textarea {
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    background: rgba(255, 255, 255, 0.15) !important;
    padding: 8px !important;
    color: #fff !important;
}

.wpdevart-booking-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

.wpdevart-booking-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.wpdevart-booking-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}

.wpdevart-booking-form .select2-container--default .select2-selection--single {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.wpdevart-total-price.reserv_info_row {
    background: rgba(255, 255, 255, 0.15);
    padding: 17px 20px;
}

.wpdevart-submit {
    background-color: #7fc540 !important;
}


/* Booking calendar 2 */

body table.booked-calendar thead tr:first-child th {
    height: 100px;
}

body table.booked-calendar th .monthName {
    font-size: 20px !important;
}

body table.booked-calendar tr.days th,
body #booked-profile-page .booked-tabs {
    background-color: #42474d !important;
}

body table.booked-calendar tr.days th {
    padding: 18px 0 !important;
    font-size: 14px !important;
}

body table.booked-calendar tr.days th,
body #booked-profile-page .booked-tabs {
    border-color: #6b6b6b !important;
}

body .booked-modal input[type=submit].button-primary:hover,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover {
    background-color: #42474d !important;
    border-color: #42474d !important;
}

body table.booked-calendar th .monthName a {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.51) !important;
}

.revslider-initialised .cspt-text-stroke {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0c121d;
    display: block;
}


/* WP Job Manager */

#job-manager-job-dashboard table td,
#job-manager-job-dashboard table th {
    padding: .5em 1em .5em 20px !important;
}

.cstp-vc-inner-container .wpb_column .cspt-row-inner .vc_column_container {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto;
    float: none;
}

.cstp-vc-inner-container .wpb_column .cspt-row-inner {
    border-radius: 20px;
    overflow: hidden;
}


/* --------------------------------------
* Elementor Css
* ---------------------------------------*/


/* elementor-image */

.cspt-effect-img-4.elementor-widget-image .elementor-widget-container {
    display: inline-block;
    position: relative;
    width: auto;
}


/* elementor button */

.cspt-elementor-bg-color-globalcolor .cspt-form-style-1 button:hover {
    background-color: #fff;
    color: var(--cspt-emphires-blackish-color);
}

.cspt-elementor-bg-color-globalcolor .cspt-btn-style-text.cspt-btn-color-blackish .elementor-button:hover {
    color: #fff;
}

.cspt-elementor-bg-color-globalcolor .cspt-btn-style-text .elementor-button .elementor-button-content-wrapper span:before {
    background-color: #fff;
}


/* list */

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    padding-left: 15px!important;
}

.cspt-list-style.elementor-widget-icon-list .elementor-icon-list-icon i {
    width: auto;
    font-size: 30px;
    line-height: 30px;
}

.cspt-list-style.elementor-widget-icon-list ul li {
    font-family: Nunito, sans-serif;
    color: #201846;
    font-weight: 500;
    margin: 7px 0 0px;
}


/* .elementor-widget .elementor-icon-list-item {
    margin: 12px 0!important;
} */

.cspt-style-2.elementor-widget-icon-list .elementor-icon-list-icon i {
    font-size: 26px;
    line-height: 26px;
    width: auto;
    color: var(--cspt-emphires-global-color);
}

.elementor-progress-wrapper .elementor-progress-bar {
    background-color: var(--cspt-emphires-global-color)!important;
}


/* elementor-accordion */

.elementor-widget-accordion .elementor-accordion-item .elementor-accordion-title {
    font-size: 18px;
    font-weight: 800;
}

.elementor-widget-accordion .elementor-accordion-title,
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    line-height: 28px;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    color: var(--cspt-emphires-global-color);
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon i,
.elementor-widget-accordion .elementor-active .elementor-accordion-title {
    color: #fff;
}

.elementor-accordion .elementor-tab-title {
    padding: 17px 20px 17px 35px;
}

.elementor-accordion .elementor-tab-content {
    padding: 30px 55px 35px 40px;
}

.elementor-accordion .elementor-accordion-item,
.elementor-accordion .elementor-tab-content {
    border: none !important;
}


/* blockquote */

.elementor-widget.cspt-special-blockquote blockquote cite {
    font-family: Mulish, sans-serif;
}


/* cspt-social-link */

.elementor-section .cspt-social-links {
    padding: 0;
    margin: 0;
}

.elementor-widget-text-editor .cspt-social-links li {
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
}

.elementor-widget-text-editor .cspt-social-links li a {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: none;
    border-radius: 5px;
    background-color: var(--cspt-emphires-global-color);
}


/* timeline */

.cspt-timeline .ele-timeline:not(:last-child) .cspt-ourhistory .cspt-ourhistory-right:after {
    display: block !important;
}


/* cspt-effect-img-3 */

.cspt-effect-img-3.elementor-widget-image .elementor-widget-container {
    display: inline-block;
}


/*=== video button ===*/

.cspt-lightbox-video.elementor-widget-icon .elementor-icon {
    position: relative;
    display: inline-block;
}

.cspt-lightbox-video.elementor-widget-icon .elementor-icon:before,
.cspt-lightbox-video.elementor-widget-icon .elementor-icon:after {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.cspt-lightbox-video.elementor-widget-icon .elementor-icon:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.cspt-lightbox-video.elementor-widget-icon .elementor-icon:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}


/* cspt-box-shadow-2 */

.cspt-box-shadow-2 .elementor-widget-wrap>.elementor-element {
    padding: 0;
    border-radius: 6px !important;
    box-shadow: 0 0 40px rgb(55 69 111 / 7%);
    overflow: hidden;
    position: relative;
    z-index: 99;
    background-color: #fff;
}


/* elementor-tab */

.cspt-modern-tab .ele_tab-panel-body .cspt-column-inner:not(:first-child) {
    padding-top: 18px;
    padding-left: 40px;
}

.cspt-modern-tab .ele_tab-panel-body .ele_wrapper {
    margin-bottom: 35px;
}

.cspt-modern-tab button.ele_btn-style-outline.ele_btn-color-globalcolor:hover {
    color: #fff;
    border-color: transparent;
    background-color: var(--cspt-emphires-global-color);
}

.cspt-modern-tab button.ele_btn-style-outline {
    background-color: transparent;
    border: 2px solid var(--cspt-emphires-blackish-color);
    color: var(--cspt-emphires-blackish-color);
}

.cspt-modern-tab button.ele_btn-shape-rounded {
    border-radius: 6px;
}

.cspt-modern-tab .ele_tab-panel-body .ele_btn-container {
    margin-top: 40px;
    margin-bottom: 20px;
}

.cspt-modern-tab .ele_tab-panel-body .ele_btn-container button {
    padding-left: 40px;
    padding-right: 40px;
}

.cspt-modern-tab.elementor-widget-tabs .elementor-tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px 15px;
    align-items: center;
}

.cspt-modern-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title,
.cspt-modern-tab.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 9px 15px 0px rgb(26 47 106 / 5%) !important;
    padding: 20px 25px;
    border: 1px solid #dce5e7;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 600;
    display: inline-block;
    box-sizing: border-box;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.cspt-modern-tab.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    border-bottom-style: solid;
}

.cspt-modern-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
    margin: 0 0 20px;
}

.cspt-modern-tab.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
    margin: 8px 8px 20px 8px;
}

.cspt-modern-tab.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title:first-child {
    margin-left: 0px;
}

.cspt-modern-tab.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title:last-child {
    margin-right: 0px;
}

.cspt-modern-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title {
    display: none;
}

.cspt-modern-tab.elementor-widget-tabs .elementor-tab-content {
    padding: 20px 0;
}

.cspt-modern-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title.elementor-active,
.cspt-modern-tab.elementor-widget-tabs .elementor-tab-title.elementor-active {
    border-color: #000;
    color: #000;
}


/* cspt-bg-bg-effect-4 */

.cspt-bg-bg-effect-4.elementor-widget-image .elementor-widget-container {
    display: inline-block;
}


/* cspt-overflow-hide */

.cspt-overflow-hide .elementor-widget-wrap,
.cspt-overflow-hide .cspt-stretched-div {
    overflow: hidden;
}


/* cspt-head-2 */

.cspt-head-2 .cspt-heading-subheading .cspt-heading-desc {
    margin-top: 35px;
}

@font-face {
    font-family: 'outfit';
    src: url('../fonts/outfit-v1-latin-regular.woff2') format('woff2'), url('../fonts/outfit-v1-latin-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.vc_row.cspt-bg-color-yes.cspt-blogtop-shape:before,
.elementor-top-section.cspt-blogtop-shape:before {
    z-index: 0;
}

.cspt-blogtop-shape:after {
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/cspt-footerbg.png);
    top: 0px;
    z-index: 0;
    background-repeat: no-repeat;
}

.cspt-contact-gradiant::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1 !important;
    background: -webkit-linear-gradient(left, rgba(254, 167, 140, 1) 0%, rgba(252, 107, 144, 1) 100%) !important;
}

.cspt-steps-counter .vc_column_container .cspt-ihbox-style-5:before,
.cspt-steps-counter .elementor-widget-container .cspt-ihbox-style-5:before {
    content: '';
    top: 55px;
    right: -30%;
    z-index: 99;
    width: 192px;
    height: 15px;
    display: block;
    position: absolute;
    background: url(../images/pattern-02.png) no-repeat 0 center;
}


/* cspt-ihbox-style-5 */

.cspt-steps-counter .vc_column_container .cspt-ihbox-style-5:before,
.cspt-steps-counter .elementor-widget-container .cspt-ihbox-style-5:before {
    content: '';
    top: 55px;
    right: -30%;
    z-index: 99;
    width: 192px;
    height: 15px;
    display: block;
    position: absolute;
    background: url(../images/pattern-02.png) no-repeat 0 center;
}

.cspt-steps-counter .elementor-column:last-child .elementor-widget-container .cspt-ihbox-style-5:before {
    display: none;
}


/* cspt-video-link */

.cspt-video-link.elementor-widget-button.cspt-btn-style-flat.cspt-btn-shape-rounded .elementor-button {
    border-radius: 52px;
}


/* cspt-ihbox-style-22 */

.cspt-icon-bg-style .cspt-ihbox-style-22 .cspt-ihbox-icon {
    position: relative;
    display: inline-block;
}

.cspt-icon-bg-style .cspt-ihbox-style-22 .cspt-ihbox-icon:after {
    position: absolute;
    content: '';
    top: -45px;
    left: 15px;
    width: 180px;
    height: 168px;
    z-index: -1;
    background-image: url(../images/icon-box-bg-1.png);
}

.cspt-icon-bg-style.elementor-section .elementor-column:nth-child(2) .cspt-ihbox-style-22 .cspt-ihbox-icon-wrapper:after,
.cspt-icon-bg-style.wpb_row .cspt-column:nth-child(2) .cspt-ihbox-style-22 .cspt-ihbox-icon-wrapper:after {
    top: -30px;
    left: -15px;
    width: 182px;
    height: 168px;
    background-image: url(../images/icon-box-bg-2.png);
}

.cspt-icon-bg-style.elementor-section .elementor-column:nth-child(3) .cspt-ihbox-style-22 .cspt-ihbox-icon-wrapper:after,
.cspt-icon-bg-style.wpb_row .cspt-column:nth-child(3) .cspt-ihbox-style-22 .cspt-ihbox-icon-wrapper:after {
    top: -45px;
    left: 38px;
    width: 174px;
    height: 186px;
    background-image: url(../images/icon-box-bg-3.png);
}

.cspt-pricing-table-style-2 .vc_btn3.vc_btn3-size-md {
    color: #ffffff !important;
}


/*=== cspt-single image with class ===*/
.singleimagestyle1 .vc_single_image-wrapper img {
    border-radius: 50%;
    border: 2px solid;
    padding: 3px;
    border-color: var(--cspt-emphires-global-color);
}


.awsm-job-specification-wrapper{
    display: flex;
    width: 100%;
}
.awsm-job-specification-wrapper > div{
    padding: 15px 15px;
    flex: 1;
    text-align: center;
    background-color: #eff2f7;
}
.awsm-job-specification-wrapper span.awsm-job-specification-label {
    color: var(--cspt-emphires-blackish-color);
}

@media (max-width: 767px) {
    .awsm-job-specification-wrapper{
        display: block;
        width: 100%;
    } 
}