/* https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/ */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

img {
    max-width: 100%;
    height: auto;
}

.creativesplanet-hide,
.cspt-hide {
    display: none;
}


/* Owl carsoul resize issue solve */

#primary {
    width: 100%;
}

#page.site,
body {
    overflow: visible;
    overflow-x: hidden;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

p {
    margin: 0 0 25px;
}

blockquote {
    padding: 30px;
    padding-right: 60px;
    margin: 60px 0px 60px 0;
    border-left: 10px solid #000;
    background-color: transparent;
    font-size: 18px;
    line-height: 26px;
    color: #999;
    position: relative;
}

blockquote p {
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

blockquote.is-large {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

blockquote cite {
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;
    font-style: normal;
}

.wp-block-preformatted {
    border: none;
    background: none;
    padding: 0px;
}

.wp-block-verse {
    border: none;
    background: none;
    padding: 0px;
    font-family: inherit;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin: 1.65em auto;
}

.cspt-overflow-visible {
    overflow: visible !important;
}

.closepanel,
.sub-menu-toggle {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    margin-bottom: 20px;
}

.vc_custom_heading {
    margin-bottom: 10px;
}

pre {
    border: 1px solid #d1d1d1;
    line-height: 1.3125;
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px 20px 45px 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.cspt-blog-classic-inner .cspt-entry-content p:last-of-type:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.cspt-blog-classic-inner {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.edit-link a {
    padding: 7px 20px;
    background-color: #eee;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
}

.cspt-slider-area {
    background-color: #e7e7e7
}

.cspt-slider-area>div>div {
    margin: 0 !important;
}

.cspt-slider-area>p.rs-p-wp-fix {
    display: none;
}

.site#page {
    overflow: hidden;
    position: relative;
}


/* --------------------------------------
 * WordPress Core
 * ---------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    /* Image does not overflow the content area */
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-style: italic;
    color: #b3b3b3;
    font-size: 12px;
    line-height: 1.6153846154;
    padding-top: .5384615385em;
}


/*=== Text meant only for screen readers. ===*/

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* --------------------------------------
 * Table Section
 * ---------------------------------------*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 1.75em;
}

table th {
    border: 0;
    padding: 5px 7px
}

table td {
    padding: 5px 10px
}

table tbody tr,
table thead tr {
    border: 1px solid #e6e6e6
}

table tbody th {
    background: #f9f9f9;
}

table tbody th,
table tbody td {
    border-right: 1px solid #e6e6e6
}


/* --------------------------------------
 * gallery
 * ---------------------------------------*/

.gallery {
    margin: 0;
}

.gallery-item {
    max-width: 33.33%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 2px;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    padding-top: 0.5384615385em;
    padding-bottom: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* --------------------------------------
 * Page links
 * ---------------------------------------*/

.page-links,
.cspt-page-links {
    clear: both;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
    color: #000;
    letter-spacing: 0.5px;
}

.page-links a,
.cspt-page-links a {
    border: 1px solid #000;
}

.page-links a,
.page-links>span,
.cspt-page-links a,
.cspt-page-links>span {
    text-decoration: none;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0px 2px;
}

.page-links a:hover,
.cspt-page-links a:hover {
    background-color: #000;
    color: #fff;
}

.page-links>span,
.cspt-page-links>span {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.page-links>a:first-child,
.page-links>span:first-child,
.cspt-page-links>a:first-child,
.cspt-page-links>span:first-child {
    margin-left: 15px;
}


/* --------------------------------------
 * Logo Setting
 * ---------------------------------------*/

.headerlogo {
    height: 105px;
    line-height: 105px;
}

.site-title img {
    max-height: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.site-title {
    margin: 0;
    padding: 0;
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 105px;
}

.site-title a {
    display: table-cell;
    vertical-align: middle;
}

.site-title a .site-title-text {
    display: none;
}


/* --------------------------------------
 * Menu Setting
 * ---------------------------------------*/

.cspt-navbar {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
}

.cspt-navbar ul,
.cspt-navbar li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cspt-mobile-search {
    display: none;
}


/* --------------------------------------
 * Footer Menu Setting
 * ---------------------------------------*/

.cspt-footer-menu-area {
    text-align: right;
}

.cspt-footer-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.cspt-footer-menu li {
    display: inline-block;
    margin: 0 10px;
}

.cspt-footer-menu li li {
    display: none;
}


/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/

.cspt-ihbox.cspt-ihbox-style-hsbox {
    margin-bottom: 30px;
}

.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center {
    margin-bottom: 70px;
}

.cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #000000;
}

.cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading {
    margin-bottom: 5px;
}

.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-reverse-heading-yes .cspt-ihbox-subheading {
    margin-bottom: 10px;
}

.cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    text-transform: none;
    color: #333333;
    margin-bottom: 0;
}

.cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #999999;
    margin-top: 10px;
}

.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center {
    text-align: center;
}

.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center .cspt-ihbox-content {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-right {
    text-align: right;
}


/* --------------------------------------
 * Row spacing
 * ---------------------------------------*/

body.cspt-sidebar-no #content .site-main .entry-content .wpb-content-wrapper >.wpb_row.vc_row-fluid.cspt-bgimage-yes,
body.cspt-sidebar-no #content .site-main .entry-content .wpb-content-wrapper >.wpb_row.vc_row-fluid:not(.cspt-bg-color-transparent) {
    padding-top: 100px;
    padding-bottom: 90px;
    margin-bottom: 0;
}

.vc_element.vc_vc_column.vc_container-block {
    margin: 32px 0;
}

body.cspt-sidebar-no #content .site-main .entry-content .wpb-content-wrapper >.cspt-row:first-child {
    margin-top: -100px;
}

body.cspt-sidebar-no #content {
    padding-top: 100px;
}

body.single.cspt-sidebar-no #content,
body.archive.cspt-sidebar-no #content,
body.cspt-sidebar-no:not(.wpb-js-composer):not(.elementor-page) #content .cspt-page-content-wrapper>article {
    padding-bottom: 100px;
}

.widget-area.col-md-3,
.content-area.col-md-9 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.content-area.col-md-9 .comment-respond {
    margin-bottom: 0;
}


/*=== For overlap row ===*/

.cspt-row.cspt-zindex-zero,
.cspt-row.cspt-zindex-1,
.cspt-row.cspt-zindex-2,
.cspt-zindex-zero,
.cspt-zindex-1,
.cspt-zindex-2 {
    position: relative;
}

.cspt-row.cspt-zindex-zero {
    z-index: unset;
}

.cspt-row.cspt-zindex-1 {
    z-index: 1;
}

.cspt-row.cspt-zindex-2 {
    z-index: 2;
}


/*=== Row Background color ===*/

.cspt-bgimage-over-bgcolor.cspt-bgimage-yes .cspt-stretched-div:before,
.cspt-bgimage-over-bgcolor.cspt-bgimage-yes .vc_column-inner:before,
.cspt-bgimage-over-bgcolor.cspt-bgimage-yes:before {
    background-color: transparent !important
}

.cspt-bg-color-yes.vc_column_container .wpb_wrapper,
.vc_column_container.cspt-bg-color-yes .vc_column-inner,
.cspt-row-inner,
.cspt-row {
    position: relative;
    z-index: 2;
}

.cspt-bg-color-yes.vc_column_container .vc_column-inner:before,
.vc_row.cspt-bg-color-yes:not(.vc_column_container):before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}

.cspt-col-stretched-yes .cspt-stretched-div {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    width: auto;
}

.cspt-col-stretched-left .cspt-stretched-div {
    margin-left: -500px;
    right: 0;
}

.cspt-col-stretched-right .cspt-stretched-div {
    margin-right: -500px;
    right: 0;
}

.cspt-col-stretched-yes.vc_column_container,
.cspt-col-stretched-yes.vc_column_container .vc_column-inner:before {
    background-color: transparent !important;
    background: none !important;
    background-image: none !important
}

.cspt-col-stretched-yes .vc_column-inner {
    background-image: none!important;
}


/*===  Background Image Position  ===*/

body .cspt-bgimage-position-left-top {
    background-position: left top !important;
}

body .cspt-bgimage-position-left-center {
    background-position: left center !important;
}

body .cspt-bgimage-position-left-bottom {
    background-position: left bottom !important;
}

body .cspt-bgimage-position-right-top {
    background-position: right top !important;
}

body .cspt-bgimage-position-right-bottom {
    background-position: right bottom !important;
}

body .cspt-bgimage-position-right-center {
    background-position: right center !important;
}

body .cspt-bgimage-position-center-top {
    background-position: center top !important;
}

body .cspt-bgimage-position-center-center {
    background-position: center center !important;
}

body .cspt-bgimage-position-center-bottom {
    background-position: center bottom !important;
}


/*===  Background Image No Repeat  ===*/

body .cspt-bgimage-repeat-no {
    background-repeat: no-repeat !important;
}

body .cspt-bgimage-repeat-x {
    background-repeat: repeat-x !important;
}

body .cspt-bgimage-repeat-y {
    background-repeat: repeat-y !important;
}

body .cspt-bgimage-repeat-round {
    background-repeat: round !important;
}

body .cspt-bgimage-repeat-space {
    background-repeat: space !important;
}


/*===  Background Image Size  ===*/

.cspt-bg-size-cover {
    background-size: cover !important;
}

.cspt-bgimage-repeat-contain {
    background-size: contain !important;
}

.cspt-row {
    position: relative;
}

.cspt-extended-bg.cspt-extended-bg-first-col,
.cspt-extended-bg.cspt-extended-bg-last-col {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cspt-extended-bg-col {
    height: 100%;
}

.cspt-extended-bg-col:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 0;
}


/* --------------------------------------
 * Global text color
 * ---------------------------------------*/

.cspt-color-white,
.cspt-text-color-white,
.cspt-text-color-white .elementor-widget-text-editor {
    color: #fff;
}

.cspt-color-blackish,
.cspt-text-color-blackish,
.cspt-text-color-blackish .elementor-widget-text-editor {
    color: #000;
}


/* --------------------------------------
 * Global Form Input
 * ---------------------------------------*/

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
select,
textarea {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #848484;
    line-height: 50px;
    padding: 0px 15px;
    font-weight: 400;
    background: #ffffff;
    border: 2px solid #ececec;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #ff6600;
    outline: none!important;
}

textarea {
    height: 150px;
    resize: none;
    padding: 12px 15px;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    position: relative;
    background-color: #222;
    border: none;
    font-family: inherit;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    border-radius: 0;
    padding: 10px 40px;
    font-weight: 500;
    letter-spacing: 0.3px;
}


/* --------------------------------------
 * Sidebar padding top
* ---------------------------------------*/

.creativesplanet-sidebar .widget {
    background-color: #f7f9fa;
    padding: 20px 30px;
    padding-top: 0;
    padding-bottom: 60px;
}
.creativesplanet-sidebar .widget_search .wp-block-search__label, 
.creativesplanet-sidebar .widget_block .wp-block-group h2,
.creativesplanet-sidebar .widget .widget-title {
    margin-bottom: 35px;
    position: relative;
    text-transform: uppercase;
}
.creativesplanet-sidebar .widget_search .wp-block-search__label::after, 
.creativesplanet-sidebar .widget_block .wp-block-group h2::after,
.creativesplanet-sidebar .widget .widget-title:after {
    content: "";
    width: 100%;
    height: 1px;
    bottom: -10px;
    left: 0;
    position: absolute;
    z-index: 1;
    background: #e8e9ea;
}

.cspt-sidebar-left .site-content-contain>.site-content>.row {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}


/* --------------------------------------
 * Colum gaping setting
 * ---------------------------------------*/


/*===creativesplanet-gap-0px===*/

.creativesplanet-gap-0px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.creativesplanet-gap-0px .cspt-element-posts-wrapper.row {
    margin-left: 0;
    margin-right: 0;
}


/*===creativesplanet-gap-5px===*/

.creativesplanet-gap-5px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px;
}

.creativesplanet-gap-5px .cspt-element-posts-wrapper.row {
    margin-left: -2.5px;
    margin-right: -2.5px;
}


/*===creativesplanet-gap-10px===*/

.creativesplanet-gap-10px .cspt-element-posts-wrapper.row {
    margin-left: -5px;
    margin-right: -5px;
}

.creativesplanet-gap-10px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}


/*===creativesplanet-gap-15px===*/

.creativesplanet-gap-15px .cspt-element-posts-wrapper.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.creativesplanet-gap-15px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px;
}


/*===creativesplanet-gap-20px===*/

.creativesplanet-gap-20px .cspt-element-posts-wrapper.row {
    margin-left: -10px;
    margin-right: -10px;
}

.creativesplanet-gap-20px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}


/*===creativesplanet-gap-25px===*/

.creativesplanet-gap-25px .cspt-element-posts-wrapper.row {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.creativesplanet-gap-25px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 12.5px;
    padding-left: 12.5px;
    margin-bottom: 25px;
}


/*===creativesplanet-gap-30px=====*/

.creativesplanet-gap-30px .cspt-element-posts-wrapper.row {
    margin-left: -15px;
    margin-right: -15px;
}

.creativesplanet-gap-30px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}


/*===creativesplanet-gap-40px===*/

.creativesplanet-gap-40px .cspt-element-posts-wrapper.row {
    margin-left: -20px;
    margin-right: -20px;
}

.creativesplanet-gap-40px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
}


/*===creativesplanet-gap-50px===*/

.creativesplanet-gap-50px .cspt-element-posts-wrapper.row {
    margin-left: -25px;
    margin-right: -25px;
}

.creativesplanet-gap-50px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 50px;
}


/* --------------------------------------
 * Global text color
 * ---------------------------------------*/


/* White Text */

.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading,
.cspt-bg-color-blackish .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading,
.cspt-bg-color-globalcolor .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading,
.cspt-bg-color-secondarycolor .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading,
.cspt-text-color-white h1,
.cspt-text-color-white h2,
.cspt-text-color-white h3,
.cspt-text-color-white h4,
.cspt-text-color-white h5,
.cspt-text-color-white h6,
.cspt-bg-color-secondarycolor h1,
.cspt-bg-color-secondarycolor h2,
.cspt-bg-color-secondarycolor h3,
.cspt-bg-color-secondarycolor h4,
.cspt-bg-color-secondarycolor h5,
.cspt-bg-color-secondarycolor h6,
.cspt-bg-color-globalcolor h1,
.cspt-bg-color-globalcolor h2,
.cspt-bg-color-globalcolor h3,
.cspt-bg-color-globalcolor h4,
.cspt-bg-color-globalcolor h5,
.cspt-bg-color-globalcolor h6,
.cspt-bg-color-blackish h1,
.cspt-bg-color-blackish h2,
.cspt-bg-color-blackish h3,
.cspt-bg-color-blackish h4,
.cspt-bg-color-blackish h5,
.cspt-bg-color-blackish h6 {
    color: #fff;
}

.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading,
.cspt-bg-color-blackish .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading,
.cspt-bg-color-globalcolor .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading,
.cspt-bg-color-secondarycolor .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading {
    color: rgba(255, 255, 255, 0.90);
}

.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content,
.cspt-bg-color-blackish .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content,
.cspt-bg-color-globalcolor .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content,
.cspt-bg-color-secondarycolor .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content,
.cspt-text-color-white {
    color: rgba(255, 255, 255, 0.80);
}


/* Dark Text */

.cspt-text-color-blackish .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading,
.cspt-text-color-blackish h1,
.cspt-text-color-blackish h2,
.cspt-text-color-blackish h3,
.cspt-text-color-blackish h4,
.cspt-text-color-blackish h5,
.cspt-text-color-blackish h6 {
    color: #000;
}

.cspt-text-color-blackish .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading {
    color: rgba(0, 0, 0, 0.90);
}

.cspt-text-color-blackish .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content {
    color: rgba(0, 0, 0, 0.80);
}


/* --------------------------------------
 * VC extra element
 * ---------------------------------------*/

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0px;
}


/* --------------------------------------
 * Image video icon
 * ---------------------------------------*/

.cspt-single-image-w .cspt-lightbox {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.cspt-single-image-w .cspt-lightbox,
.cspt-single-image-w.cspt-single-hover- .cspt-overlay,
.cspt-single-image-w.cspt-single-hover-yes .cspt-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.40);
}

.cspt-single-image-w .cspt-lightbox {
    background-color: transparent;
}

.cspt-single-image-w.cspt-single-hover-yes .cspt-overlay {
    opacity: 0;
    transition: all 0.3s 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;
}

.cspt-single-image-w.cspt-single-hover-yes:hover .cspt-overlay {
    opacity: 1;
}


/* --------------------------------------
 * cspt-title-bar-wrapper
 * ---------------------------------------*/

.cspt-title-bar-wrapper {
    position: relative;
    z-index: 0;
}

.cspt-title-bar-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none !important;
}

.cspt-title-bar-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 64px 0px;
}

.cspt-title-bar-content .cspt-tbar,
.cspt-title-bar-content .cspt-breadcrumb {
    display: block;
}

.cspt-title-bar-content .cspt-breadcrumb {
    text-align: left;
}

.cspt-breadcrumb,
.cspt-breadcrumb .current-item {
    opacity: 0.9;
}

.cspt-breadcrumb a {
    opacity: 1;
}

.cspt-title-bar-content .cspt-tbar-inner {
    max-width: none;
    padding: 0;
    text-align: left;
}

.cspt-breadcrumb-inner i {
    font-size: 13px;
    margin: 0 10px;
    display: inline-block;
}

.cspt-title-bar-content .cspt-tbar-title {
    margin-bottom: 5px;
}

.cspt-header-box span {
    display: block;
}


/*=== Footer Background color set===*/

.cspt-bg-color-white.cspt-bg-image-yes:before {
    background-color: rgba(255, 255, 255, 0.9);
}

.cspt-bg-color-light.cspt-bg-image-yes:before {
    background-color: rgba(240, 240, 240, 0.9);
}

.cspt-bg-color-blackish.cspt-bg-image-yes:before {
    background-color: rgba(0, 0, 0, 0.6);
}

.cspt-bg-color-gradientcolor.cspt-bg-image-yes:before {
    opacity: 0.5;
}


/* --------------------------------------
 * single setting
 * ---------------------------------------*/

.cspt-single-image-w .vc_icon_element {
    position: absolute;
    left: 50%;
    top: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cspt-single-image-w .vc_icon_element .vc_icon_element-inner {
    color: #fff;
}


/* --------------------------------------
 * Topbar setting
 * ---------------------------------------*/

.cspt-pre-header-wrapper {
    height: 50px;
    line-height: 50px;
    background-color: #000;
}

.cspt-pre-header-wrapper ul {
    margin: 0
}


/*=== Topbar social icon ===*/

.cspt-pre-header-wrapper .cspt-social-links li {
    margin-right: 8px;
    display: inline-block;
}

.cspt-pre-header-wrapper .cspt-social-links li a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #e5e5e5;
    font-size: 13px;
}

.cspt-pre-header-wrapper .cspt-social-links li a:hover {
    background: #3ecebe;
    color: #fff;
    transition: all 500ms ease;
}


/* --------------------------------------
 * Header setting
 * ---------------------------------------*/

.cspt-header-wrapper {
    z-index: 999;
}

.cspt-navbar>div>ul>li,
.cspt-navbar>div>ul>li>a,
.cspt-navbar div>ul>li>a,
.site-title {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*=== Logo setting ===*/

.cspt-sticky-logo-yes .cspt-sticky-header .cspt-main-logo,
.cspt-sticky-logo {
    display: none;
}

.cspt-sticky-logo-yes .cspt-main-logo,
.cspt-sticky-logo-yes .cspt-sticky-header .cspt-sticky-logo {
    display: inline-block;
}


/*=== Header bg color setting ===*/

.site-header .cspt-bg-color-white,
.site-header .cspt-sticky-header.cspt-sticky-bg-color-white {
    background-color: #fff;
}

.site-header .cspt-bg-color-light,
.site-header .cspt-sticky-header.cspt-sticky-bg-color-light {
    background-color: #ccc;
}

.site-header .cspt-bg-color-blackish,
.site-header .cspt-sticky-on.cspt-sticky-bg-color-blackish {
    background-color: #000;
}

.site-header .cspt-bg-color-transparent,
.site-header .cspt-sticky-on.cspt-sticky-bg-color-transparent {
    background-color: transparent;
}

.cspt-table {
    display: table;
    height: 100%;
}

.cspt-table-cell {
    display: table-cell;
    line-height: normal;
    vertical-align: middle;
}


/* --------------------------------------
 * Footer section
 * ---------------------------------------*/

.footer-wrap {
    padding-top: 50px;
    padding-bottom: 15px;
}

.cspt-footer-text-area {
    background-color: #020203;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cspt-footer-text-area,
.cspt-footer-widget-area,
.site-footer {
    background-color: transparent !important;
    position: relative;
}

.cspt-footer-text-area,
.cspt-footer-widget-area {
    z-index: 1
}

.cspt-footer-text-area:before,
.cspt-footer-widget-area:before,
.site-footer:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
    background-image: none !important;
}

.cspt-footer-text-area>.container,
.footer-wrap.cspt-footer-widget-area>.container {
    position: relative;
    z-index: 2;
}

.cspt-footer-menu-no .cspt-footer-text-area .col-md-6 {
    display: block!important;
    flex: none;
    max-width: 100%;
    text-align: center;
}

.cspt-footer-menu-no .cspt-footer-text-area .col-md-6+.col-md-6 {
    display: none;
}


/*=== Footer Background color set===*/

.cspt-bg-color-white.cspt-bg-image-yes:before {
    background-color: rgba(255, 255, 255, 0.9);
}

.cspt-bg-color-light.cspt-bg-image-yes:before {
    background-color: rgba(240, 240, 240, 0.9);
}

.cspt-bg-color-blackish.cspt-bg-image-yes:before {
    background-color: rgba(0, 0, 0, 0.6);
}

.cspt-bg-color-gradientcolor.cspt-bg-image-yes:before {
    opacity: 0.5;
}


/* --------------------------------------
 * Widget Sections
 * ---------------------------------------*/

.widget-title {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 40px;
}

.reduce-heading-space .widget-title {
    margin-bottom: 15px;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget ul li {
    list-style: none;
}

.widget a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.widget ul>li ul {
    margin-left: 15px;
    margin-top: 15px;
}

.widget ul>li {
    padding: 0px 0px 15px 0;
}

.widget>ul>li:last-child {
    padding-bottom: 0;
}

.widget ul>li ul>li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}


/*=== Calendar Widget ===*/

.widget_calendar table td#today {
    font-weight: bold;
}

.widget_calendar table {
    border-collapse: separate;
    border-color: #dedede;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 0px;
    width: 100%;
}

.widget_calendar table th,
.widget_calendar table td {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 10px;
}

.widget_calendar caption {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    caption-side: top;
    color: inherit;
}

.widget_calendar tbody a {
    display: block;
    font-weight: 700;
}


/*=== greenly_recent_posts_widget ===*/

.greenly_recent_posts_widget .cspt-rpw-list>li {
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: normal;
    width: 100%;
    margin-top: 10px;
    padding-top: 0;
}

.greenly_recent_posts_widget .cspt-rpw-list>li:last-child {
    margin-bottom: 0;
}

.greenly_recent_posts_widget .cspt-rpw-list>li:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}

.greenly_recent_posts_widget .cspt-rpw-list>li>a {
    width: 75px;
    flex-shrink: 0;
    margin-right: 20px;
}

.greenly_recent_posts_widget .cspt-rpw-list>li>a img {
    border-radius: 0px;
}

.greenly_recent_posts_widget .cspt-rpw-content .cspt-rpw-date {
    line-height: 17px;
    display: block;
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.greenly_recent_posts_widget .cspt-rpw-content .cspt-rpw-date a {
    color: #b4b4b4;
}

.greenly_recent_posts_widget .cspt-rpw-content .cspt-rpw-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
}

.site-content .widget.widget_recent_comments ul li a {
    font-weight: 500;
}

.site-content .widget .wp-block-latest-comments {
    padding: 0;
}
.site-content .widget .wp-block-latest-posts li>a,
.site-content .widget .wp-block-latest-comments li{
    position: relative;
    padding-left: 20px;
}
.site-content .widget .wp-block-latest-posts li>a:before,
.site-content .widget .wp-block-latest-comments li:before{
    position: absolute;
    content: '\e814';
    left: 0px;
    font-size: 16px;
    top: 0;
    color: inherit;
    font-family: 'creativesplanet-base-icons';
    font-weight: normal;
    line-height: normal;
}

.site-content .widget .wp-block-latest-comments li:before {
    top: 2px;
    content: '\f0e5';
    font-size: 14px;
}

/*===post-password-form===*/

.post-password-form input[type=submit] {
    background-color: #2c2c2c;
    background-image: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}


/*===widget_categories===*/

.widget_categories ul li {
    padding-bottom: 0;
    position: relative;
    margin: 15px 0;
    padding: 0;
}

.widget_categories ul>li:last-child {
    margin-bottom: 0;
}

.widget_categories ul li span {
    position: absolute;
    right: 0;
    top: -2px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #222;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 400;
}


/*=== widget_tag_cloud ===*/

.widget_tag_cloud a {
    font-weight: 400;
    color: #848484;
    font-size: 12px;
    background-color: #1f1f1f;
    padding: 8px 10px 6px;
    line-height: 1;
    display: inline-block;
}

.widget_tag_cloud li {
    list-style: none;
    margin: 0 4px 8px 0;
    display: inline-block;
}

.widget_tag_cloud ul li {
    margin-bottom: 0px;
    padding-bottom: 8px;
}

.creativesplanet-sidebar .widget_tag_cloud ul li a {
    display: inline-block;
    font-weight: 400;
    color: #222;
    text-transform: uppercase;
    font-size: 13px !important;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: transparent;
    border: 2px solid #222;
}

.creativesplanet-sidebar .widget_tag_cloud ul li a:hover {
    color: #fff;
    background-color: #222;
}


/*=== Search widget ===*/

.creativesplanet-sidebar .widget:first-child {
    padding-top: 40px;
}

.search-form {
    position: relative;
}

.search-form input[type="search"] {
    height: 58px;
    line-height: 58px;
}

.search-form .search-submit:after {
    font-family: "creativesplanet-base-icons";
    content: '\e800';
    position: absolute;
    right: 18px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: #dbdbdb;
    font-size: 20px;
}

.search-form label {
    display: none;
}

.search-form button {
    position: absolute;
    right: 0;
    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;
}

.search-form button .screen-reader-text {
    display: none;
}

.creativesplanet-sidebar .widget a {
    color: #222;
    font-size: 14px;
    font-weight: 600;
}
.wp-block-search {
    position: relative;
}
.wp-block-search button {
    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;
    font-size: 16px;
    z-index: 1;
    width: 70px;
}
.wp-block-search input[type="search"] {
    height: 58px;
    line-height: 58px;
    border: 1px solid #ececec;
    background-color: #fff;
    padding-right: 90px;
}
.wp-block-search .wp-block-search__button:after {
    font-family: "creativesplanet-base-icons";
    content: '\e800';
    position: absolute;
    right: 24px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: #dbdbdb;
    font-size: 18px;
}
.wp-block-search .wp-block-search__button {
    font-size: 0;
    top: auto;
    bottom: 0;
}

/*===Footer widget ===*/

.footerlogo {
    margin-bottom: 10px;
}


/*=== RSS Widget ===*/

.rss-date {
    font-size: 15px;
    display: block;
    color: #666;
}

.widget_rss.widget ul>li {
    padding-bottom: 30px;
}

.widget_rss.widget ul>li:last-child {
    padding-bottom: 0;
}


/*=== widget_calendar ===*/

.cspt-color-white .widget_calendar table {
    border-color: rgba(255, 255, 255, 0.32);
}

.cspt-color-white .widget_calendar table th,
.cspt-color-white .widget_calendar table td {
    border-bottom-color: rgba(255, 255, 255, 0.32);
    border-right-color: rgba(255, 255, 255, 0.32);
}


/*=== Footer input bg ===*/

.cspt-color-white .footer-wrap input[type="text"],
.cspt-color-white .footer-wrap input[type="email"],
.cspt-color-white .footer-wrap input[type="password"],
.cspt-color-white .footer-wrap input[type="tel"],
.cspt-color-white .footer-wrap input[type="url"],
.cspt-color-white .footer-wrap textarea {
    background-color: rgba(255, 255, 255, 1);
    color: #fff;
}


/*=== Footer contact info ====*/

.site-footer.cspt-color-white a,
.footer-wrap.cspt-color-white a,
.site-footer.cspt-color-white,
.footer-wrap.cspt-color-white {
    color: rgba(255, 255, 255, 1);
}

.site-footer.cspt-color-white,
.footer-wrap.cspt-color-white {
    color: rgba(255, 255, 255, 0.90);
}

.site-footer.cspt-color-white .cspt-footer-menu-area a {
    color: rgba(255, 255, 255, 0.40);
}

.footer-wrap .contact-info li {
    position: relative;
    padding: 0px 0px 0px 24px;
    margin-bottom: 15px;
    font-size: 13px;
}

.footer-wrap .contact-info i {
    position: absolute;
    left: 0px;
    top: 3px;
}


/*=== Footer Tag cloud ===*/

.footer-wrap .widget_tag_cloud a {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px !important;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: #000;
    border-radius: 3px;
}

.footer-wrap .widget_tag_cloud a:hover {
    color: #fff;
}

.cspt-color-white .footer-wrap .widget_tag_cloud a {
    color: #222;
    background-color: #fff;
}

.cspt-color-white .footer-wrap .widget_tag_cloud a:hover {
    color: #fff;
}


/*=== Footer form ===*/

.footer-wrap input[type="text"],
.footer-wrap input[type="email"],
.footer-wrap input[type="password"],
.footer-wrap input[type="tel"],
.footer-wrap input[type="url"],
.footer-wrap select,
.footer-wrap textarea {
    background-color: #212121;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    font-size: 14px;
}

.footer-wrap textarea {
    height: 115px;
    line-height: normal;
    padding-top: 10px;
}

.footer-wrap input[type=submit] {
    width: 75px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
}


/* --------------------------------------
 * Blog Single
 * ---------------------------------------*/


/*=== Blog video iframe ===*/

.format-video .cspt-featured-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.format-video .cspt-featured-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

iframe {
    max-width: 100%
}


/*=== Blog Gallery ===*/

.format-gallery .cspt-featured-wrapper {
    position: relative;
}

.format-gallery .lSPager {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}

.format-gallery .lSSlideOuter .lSPager.lSpg>li a {
    height: 13px;
    width: 13px;
    border: 2px solid #fff;
    background-color: transparent;
}

.format-gallery .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: transparent !important;
}

.format-gallery .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #fff;
}

.format-quote .cspt-block-quote-content {
    position: relative;
    z-index: 2;
}

.format-quote .cspt-blog-meta {
    display: none;
}

.format-quote .cspt-block-quote-content a {
    display: inline-block;
    margin-top: 10px;
    font-style: italic;
}


/*=== format-link ===*/

.format-link .cspt-link-wrapper {
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

.format-link .cspt-link-wrapper:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.65);
}

.format-link .cspt-featured-wrapper .cspt-link-inner {
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    padding: 50px;
    position: relative;
    z-index: 2;
}

.format-link .cspt-link-wrapper a {
    color: #fff;
}

.format-link .cspt-link-inner {
    position: relative;
}

.format-link .cspt-link-inner:before {
    font-family: "creativesplanet-base-icons";
    content: '\e803';
    position: absolute;
    right: 40px;
    top: -11px;
    font-weight: 700;
    opacity: 0.25;
    z-index: 1;
    color: #fff;
    font-size: 100px;
}


/*=== Sticky post ===*/

.post.sticky {
    background-color: #fff;
    position: relative;
    padding: 1px 40px;
    overflow: hidden;
    margin-bottom: 50px;
}

.cspt-no-img.post.sticky {
    padding: 40px 40px;
    ;
}

.post.sticky .cspt-post-title a:hover,
.post.sticky .cspt-entry-content a,
.post.sticky code,
.post.sticky .cspt-read-more-link a,
.post.sticky .cspt-post-title a,
.post.sticky .cspt-blog-meta,
.post.sticky .cspt-blog-meta a {
    color: #fff
}

.post.sticky .cspt-entry-content {
    color: rgba(255, 255, 255, 0.80);
}

.post.sticky .cspt-meta-cat a {
    background-color: #fff;
    color: #222;
}

.post.sticky .cspt-read-more-link a:after {
    background-color: #222;
}

.post.sticky .cspt-blog-classic {
    margin-bottom: 0px;
}


/*=== Blog info ===*/

.cspt-author-box {
    margin-top: 60px;
    margin-bottom: 25px;
    padding: 35px 35px 25px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-shadow: 0 7px 43px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 7px 43px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 7px 43px 0 rgba(0, 0, 0, 0.11);
}

.cspt-author-image {
    height: 95px;
    width: 95px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 35px;
}

.cspt-author-content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}

.cspt-author-content .cspt-author-name {
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
}


/*=== Classic Meta ===*/

.cspt-blog-meta,
.cspt-blog-meta a {
    color: #616161;
}

.cspt-blog-classic .cspt-meta-cat a {
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}

.cspt-blog-meta-no-title .cspt-blog-meta.cspt-blog-meta-top {
    display: inline-block;
    padding-left: 10px;
    border-bottom: none;
    margin-bottom: 0;
}

.cspt-blog-meta.cspt-blog-meta-top {
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 19px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 10px;
}

.cspt-blog-classic .cspt-blog-meta-top>span+span:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 11px 1px 14px;
}


/*===.cspt-blog-meta-bottom===*/

.cspt-blog-meta-bottom {
    border-top: 1px solid #e9e9e9;
    padding-top: 35px;
    margin-top: 50px;
}

.cspt-blog-meta-bottom .cspt-meta-tags .cspt-meta-title {
    color: #424d6c;
    font-size: 16px;
    font-weight: 600;
}

.cspt-blog-meta-bottom .cspt-meta-tags {
    color: #8b90a0;
}

.cspt-blog-meta-bottom .cspt-meta-tags a:first-child {
    display: inline-block;
    margin-left: 10px;
}

.cspt-blog-meta-bottom .cspt-meta-tags a {
    color: #8b90a0;
    font-weight: normal;
}

.cspt-blog-meta-bottom ul {
    margin: 0;
    padding: 0;
}

.cspt-blog-meta-bottom ul li {
    margin-right: 8px;
    display: inline-block;
}

.cspt-blog-meta-bottom .cspt-social-share li a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
}


/*=== Blog Classic default ===*/

.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date,
.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date {
    border-radius: 0;
    padding: 0
}

.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left,
.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left {
    width: auto;
    top: 0;
    left: 0;
    position: static;
}

.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date .entry-date {
    font-size: 15px;
    line-height: 25px;
}

.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top,
.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top {
    text-align: left;
    display: flex;
    align-items: center;
}

.cspt-no-img .cspt-blog-meta .cspt-meta-classic-right,
.cspt-default-view .cspt-blog-meta .cspt-meta-classic-right {
    padding-left: 30px;
}

.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date .entry-date,
.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date .entry-date {
    font-size: 15px;
    line-height: 35px;
    margin: 0
}

.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date span,
.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date span {
    display: inline-block;
    margin-left: 5px;
}

.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date,
.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date {
    line-height: normal;
    display: inline-block;
    width: auto;
    padding: 2px 13px;
    line-height: normal;
    font-size: 16px;
    display: inline-block;
    border-radius: 3px;
}


/*=== Classic no img ===*/

.cspt-social-share .tspt-social-li-facebook a {
    background-color: #3B5998;
}

.cspt-social-share .tspt-social-li-twitter a {
    background-color: #55ACEE;
}

.cspt-social-share .tspt-social-li-google-plus a {
    background-color: #dd4b39;
}

.cspt-social-share .tspt-social-li-linkedin a {
    background-color: #007bb5;
}

.cspt-social-share .tspt-social-li-youtube a {
    background-color: #bb0000;
}

.cspt-social-share .tspt-social-li-instagram a {
    background-color: #125688;
}

.cspt-social-share .tspt-social-li-pinterest a {
    background-color: #cb2027;
}

.cspt-social-share .tspt-social-li-snapchat-ghost a {
    background-color: #fffc00;
}

.cspt-social-share .tspt-social-li-skype a {
    background-color: #00aff0;
}

.cspt-social-share .tspt-social-li-android a {
    background-color: #a4c639;
}

.cspt-social-share .tspt-social-li-dribbble a {
    background-color: #ea4c89;
}

.cspt-social-share .tspt-social-li-vimeo a {
    background-color: #45bbff;
}

.cspt-social-share .tspt-social-li-tumblr a {
    background-color: #2c4762;
}

.cspt-social-share .tspt-social-li-vine a {
    background-color: #00b489;
    color: white;
}

.cspt-social-share .tspt-social-li-foursquare a {
    background-color: #45bbff;
}

.cspt-social-share .tspt-social-li-stumbleupon a {
    background-color: #eb4924;
}

.cspt-social-share .tspt-social-li-flickr a {
    background-color: #f40083;
}

.cspt-social-share .tspt-social-li-yahoo a {
    background-color: #430297;
}

.cspt-social-share .tspt-social-li-soundcloud a {
    background-color: #ff5500;
}

.cspt-social-share .tspt-social-li-reddit a {
    background-color: #ff5700;
}

.cspt-social-share .tspt-social-li-rss a {
    background-color: #ff6600;
}


/*=== Single post navigation ===*/

.post-navigation .nav-links {
    margin-top: -1px;
    padding: 41px 0;
    display: -ms-flexbox;
    display: flex;
    align-items: normal;
    width: 100%;
}

.post-navigation .nav-links .nav-previous {
    margin-right: auto!important;
}

.post-navigation .nav-links .nav-next {
    text-align: right;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
    width: 50%;
}

.post-navigation .nav-links .cspt-prev-title,
.post-navigation .nav-links .cspt-next-title {
    color: #000;
    font-size: 13px;
    background-color: #f9f9f9;
    padding: 8px 34px;
    border-radius: 30px;
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #dcdcdc;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.post-navigation .nav-links .cspt-prev-title:hover,
.post-navigation .nav-links .cspt-next-title:hover {
    color: #fff;
    border-color: transparent;
}

.post-navigation .nav-links .nav-title,
.post-navigation .nav-links .nav-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
}


/*=== Single Comment Section ===*/

.comments-area .comments-title,
.comment-respond .comments-title,
.comment-respond .comment-reply-title {
    font-size: 24px;
    line-height: 34px;
}

.comments-title {
    padding-bottom: 40px;
}

.children,
.comment-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cspt-comment-avatar {
    float: left;
    margin-right: 22px
}

.comment-list .children li.comment {
    position: relative;
    padding-top: 0;
    padding-left: 0px;
}

.comment-list .children {
    margin-left: 30px;
}

.comment-list>.comment:last-child {
    border: 0;
    margin-bottom: 0;
}

.cspt-comment-date {
    display: block;
    margin-bottom: 8px;
    color: #b4b4b4;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.cspt-comment-date a {
    color: #b4b4b4;
}

.comment-list .cspt-comment-avatar img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.cspt-comment-content {
    position: relative;
}

.cspt-comment-content .cspt-comment-author {
    display: block;
    margin-top: 4px;
    margin-bottom: 3px;
    color: #000;
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
}

.reply {
    position: absolute;
    top: 25px;
    right: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.reply a {
    font-size: 13px;
}

.cspt-comment-content {
    position: relative;
    flex-grow: 1;
    border: 1px solid #e9e9e9;
    padding: 20px;
    background: #fff;
    margin-left: 80px;
    border-radius: 5px;
}

.comment-list .cspt-comment,
.comment-list>li {
    margin-bottom: 50px;
}

.cspt-comment-content:after,
.cspt-comment-content:before {
    content: '';
}

.cspt-comment-content:before {
    border-color: transparent #fff transparent #fff;
    z-index: 1;
    left: -12px;
    top: 19px;
}

.cspt-comment-content:before,
.cspt-comment-content:after {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
}

.cspt-comment-content:after {
    border-color: transparent #e9e9e9 transparent #e9e9e9;
    border-width: 12px 14px 12px 0;
    left: -14px;
    top: 16px;
}

.comment-respond .comment-reply-title small {
    margin-left: 23px;
    font-size: 20px;
}


/*=== Comment-Form ===*/

.comment-respond {
    margin: 100px 0;
    margin-top: 0;
}

.comment-list .comment-respond {
    padding-left: 80px;
}

.comment-respond .inline-field {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    width: 33.3333%;
    margin-left: 13px;
    margin-bottom: 25px;
    font-size: 13px;
    color: silver;
    box-sizing: border-box;
    border-radius: 0;
}

.cspt-comment-form-input-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cspt-comment-form-input-wrapper .cspt-comment-form-input {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    width: 33.3333%;
    margin-left: 13px;
    margin-bottom: 15px;
    font-size: 13px;
    color: silver;
    box-sizing: border-box;
}

.cspt-comment-form-input-wrapper .cspt-comment-form-input:first-child {
    margin-left: 0;
}

.comment-notes,
.logged-in-as {
    margin-bottom: 30px;
}

.comment-form input[type=submit]:hover {
    color: #fff;
}


/*=== pingback ===*/

.pingback .cspt-comment-content {
    margin-left: 0px;
}

.pingback .cspt-comment-content:before,
.pingback .cspt-comment-content:after {
    display: none;
}


/* --------------------------------------
 * Prtfolio Single
 * ---------------------------------------*/

.cspt-portfolio-single .navigation {
    margin-top: 40px;
}

.cspt-portfolio-single .cspt-portfolio-nav-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.cspt-portfolio-single .post-navigation .nav-links {
    justify-content: space-between;
}

.cspt-portfolio-single .post-navigation .nav-links .nav-previous,
.cspt-portfolio-single .post-navigation .nav-links .nav-next {
    width: unset;
}

.cspt-portfolio-single .nav-links .cspt-portfolio-nav-icon {
    background-color: #000;
    width: 98px;
    text-align: center;
    color: #fff;
    display: inline-block;
    position: relative;
    font-size: 30px;
}

.cspt-portfolio-single .nav-links a {
    display: -ms-flexbox!important;
    display: flex!important;
}

.cspt-portfolio-single .cspt-portfolio-nav-head {
    color: #888888;
    font-size: 18px;
}

.cspt-portfolio-single .cspt-portfolio-nav-wrapper {
    background-color: #ececec;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 350px;
    text-align: center;
}

.cspt-portfolio-single .nav-links .cspt-portfolio-nav-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cspt-portfolio-single .post-navigation .nav-links .nav-title,
.cspt-portfolio-single .post-navigation .nav-links .nav-title {
    font-weight: 400;
    color: #797979;
}

.cspt-portfolio-single .nav-links .nav-previous .cspt-portfolio-nav-wrapper {
    margin-left: 2px;
}

.cspt-portfolio-single .nav-links .nav-next .cspt-portfolio-nav-wrapper {
    margin-right: 2px;
}


/* --------------------------------------
 * Team Member  Single
 * ---------------------------------------*/


/*=== List Style Two ===*/

.cspt-team-name-info {
    margin-bottom: 20px;
}

.cspt-team-left-inner {
    margin-right: 20px;
    position: relative;
    margin-left: 30px;
}

.cspt-team-left-inner .icon {
    display: none;
}

.single-cspt-team-member .cspt-short-description {
    margin-top: 35px;
}

.cspt-single-team-info {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    font-size: 17px;
}

.cspt-single-team-info li {
    margin-bottom: 15px;
}

.cspt-single-team-info,
.cspt-portfolio-lines-wrapper ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 30px;
}

.cspt-single-team-info li label,
.cspt-portfolio-line-title,
.cspt-details-label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
    color: #222;
}

.cspt-portfolio-single .cspt-details-label {
    margin-top: 0;
}

.cspt-details-label {
    margin-top: 10px;
}

.cspt-single-team-info .icon {
    margin-right: 15px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
}

.cspt-team-single .cspt-team-social-links {
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    margin-top: 30px;
}

.cspt-team-single .cspt-team-social-links a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #616161 !important;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 50%;
}

.cspt-team-single .cspt-team-social-links a:hover {
    color: #fff !important;
    border-color: transparent;
}

.cspt-team-single .cspt-team-social-links li {
    margin-right: 20px;
}

.cspt-team-single .cspt-entry-content {
    margin-top: 50px;
}

.cspt-team-social-links {
    list-style: none;
    margin: 0;
    padding: 0
}

.cspt-team-social-links li {
    display: inline-block;
    margin-right: 10px;
}

.cspt-team-single .cspt-team-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.cspt-team-single .cspt-team-designation {
    font-size: 16px;
    line-height: 26px;
    color: #797979;
    margin-bottom: 35px;
}

.cspt-team-form .input-group {
    display: block;
    margin-bottom: 30px;
}

.cspt-team-form .input-group input[type="text"],
.cspt-team-form .input-group input[type="email"],
.cspt-team-form .input-group textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0;
    font-size: 14px;
}
.cspt-team-form .input-group p,
.cspt-main-form .input-group p {
	margin-bottom: 0px;
}



/*=== Text color white ===*/

.cspt-color-white .widget-title {
    color: #fff;
}


/*cspt-team-single-style-2*/

.single-cspt-team-member .cspt-team-single-style-2 .cspt-short-description {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 0px;
}

.cspt-team-single-style-2 .cspt-single-team-info li {
    margin-bottom: 15px;
    color: #2c2c2c;
    display: inline-block;
    margin-right: 15px;
}


/* --------------------------------------
 * creativesplanet-ul-list
 * ---------------------------------------*/

.creativesplanet-ul-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.creativesplanet-ul-list ul li {
    margin: 12px 0;
}

.creativesplanet-ul-list ul li i {
    margin-right: 10px;
}

.creativesplanet-ul-list.cspt-ul-type-disc ul {
    margin: 0;
    padding: 0;
}

.creativesplanet-ul-list.cspt-ul-type-disc li {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}

.creativesplanet-ul-list.cspt-ul-type-disc li:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
}


/* --------------------------------------
 * Seach Result page
 * ---------------------------------------*/

.search-results .cspt-top-search-form {
    margin-bottom: 30px;
    margin-left: 15px;
}

.cspt-search-results {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.cspt-search-results-left {
    margin-right: 30px;
}

.cspt-search-results-left {
    width: 175px;
    flex-shrink: 0;
}

.cspt-search-results-right .cspt-post-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.cspt-search-results-right .cspt-post-title a {
    color: #2c2c2c;
}

.search-results .content-area.col-md-9 .site-main .page {
    padding-bottom: 0px;
}


/* --------------------------------------
 * Seach Result page
 * ---------------------------------------*/

.nav-links {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
}

.nav-links .page-numbers {
    padding: 10px 17px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    /* background-color: #000; */
    margin: 0 2px;
    border: 1px solid #eee;
    color: #2c2c2c;
}

.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
    color: #fff;
}

.cspt-gallery {
    display: table;
}

.cspt-gallery>.cspt-gallery-image {
    display: table-cell;
    width: 100%;
}


/* --------------------------------------
 * Social Links
 * ---------------------------------------*/

.vc_row .cspt-social-links {
    padding: 0;
    margin: 0;
}

.cspt-text-color-white .cspt-social-links a {
    color: #fff;
}

.cspt-text-color-dark .cspt-social-links a {
    color: #000;
}


/* --------------------------------------
 * Carousel
 * ---------------------------------------*/

.creativesplanet-element-viewtype-carousel .owl-nav {
    position: absolute;
    top: -50px;
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button span {
    display: none;
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    text-align: center;
    z-index: 15;
    cursor: pointer;
    border: 2px solid #dbdbdb;
    color: #9b9b9b;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 15px;
    outline: none;
    display: inline-block;
    position: absolute;
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:before,
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:before {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 2px;
    top: 2px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after,
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after {
    font-family: "creativesplanet-base-icons";
    content: '\e815';
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 15px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after {
    content: '\e810';
}

.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot {
    height: 13px;
    width: 13px;
    border: 2px solid #222;
    border-radius: 50%;
    margin: 0 5px;
    outline: none;
}

.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot.active {
    border-color: transparent;
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button {
    cursor: pointer;
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
    right: -70px;
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
    left: -70px;
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    z-index: 20;
    opacity: 0;
    transition: all .4s ease 0s;
}

.creativesplanet-element-viewtype-carousel .owl-carousel:hover .owl-nav {
    opacity: 1;
}

.creativesplanet-element-viewtype-carousel .cspt-ele {
    display: none;
}

.creativesplanet-element-viewtype-carousel .owl-carousel .cspt-ele {
    display: block;
}

.creativesplanet-element-viewtype-carousel[data-columns="1"] .cspt-ele:nth-child(1) {
    display: block;
}

.creativesplanet-element-viewtype-carousel[data-columns="2"] .cspt-ele:nth-child(1),
.creativesplanet-element-viewtype-carousel[data-columns="2"] .cspt-ele:nth-child(2) {
    display: block;
}

.creativesplanet-element-viewtype-carousel[data-columns="3"] .cspt-ele:nth-child(1),
.creativesplanet-element-viewtype-carousel[data-columns="3"] .cspt-ele:nth-child(2),
.creativesplanet-element-viewtype-carousel[data-columns="3"] .cspt-ele:nth-child(3) {
    display: block;
}

.creativesplanet-element-viewtype-carousel[data-columns="4"] .cspt-ele:nth-child(1),
.creativesplanet-element-viewtype-carousel[data-columns="4"] .cspt-ele:nth-child(2),
.creativesplanet-element-viewtype-carousel[data-columns="4"] .cspt-ele:nth-child(3),
.creativesplanet-element-viewtype-carousel[data-columns="4"] .cspt-ele:nth-child(4) {
    display: block;
}

.creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(1),
.creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(2),
.creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(3),
.creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(4),
.creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(5) {
    display: block;
}

.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(1),
.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(2),
.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(3),
.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(4),
.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(5),
.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(6) {
    display: block;
}


/*=== Multi Columns ROW correction ===*/

.multi-columns-row .first-in-row {
    clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: left;
}

.multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: left;
}

.multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: left;
}

.multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: left;
}

.multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: left;
}

.multi-columns-row .col-xs-20percent:nth-child(5n + 6) {
    clear: left;
}

.multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: left;
}

.multi-columns-row .col-sm-4:nth-child(3n + 4) {
    clear: left;
}

.multi-columns-row .col-sm-3:nth-child(4n + 5) {
    clear: left;
}

.multi-columns-row .col-sm-2:nth-child(6n + 7) {
    clear: left;
}

.multi-columns-row .col-sm-1:nth-child(12n + 13) {
    clear: left;
}

.multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
    clear: left;
}

@media (min-width:768px) {
    .multi-columns-row .col-xs-6:nth-child(2n + 3) {
        clear: none;
    }
    .multi-columns-row .col-xs-4:nth-child(3n + 4) {
        clear: none;
    }
    .multi-columns-row .col-xs-3:nth-child(4n + 5) {
        clear: none;
    }
    .multi-columns-row .col-xs-2:nth-child(6n + 7) {
        clear: none;
    }
    .multi-columns-row .col-xs-1:nth-child(12n + 13) {
        clear: none;
    }
    .multi-columns-row .col-xs-20percent:nth-child(5n + 6) {
        clear: none;
    }
    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: left;
    }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: left;
    }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: left;
    }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: left;
    }
    .multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
        clear: left;
    }
}

@media (min-width:992px) {
    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: none;
    }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: none;
    }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: none;
    }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: none;
    }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: none;
    }
    .multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
        clear: left;
    }
    .search-results .site-main .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }
    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: left;
    }
    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: left;
    }
    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: left;
    }
    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: left;
    }
    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: left;
    }
    .multi-columns-row .col-md-20percent:nth-child(5n + 6) {
        clear: left;
    }
}

@media (min-width:1200px) {
    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: none;
    }
    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: none;
    }
    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: none;
    }
    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: none;
    }
    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: none;
    }
    .multi-columns-row .col-md-20percent:nth-child(5n + 6) {
        clear: none;
    }
    .multi-columns-row .col-lg-6:nth-child(2n + 3) {
        clear: left;
    }
    .multi-columns-row .col-lg-4:nth-child(3n + 4) {
        clear: left;
    }
    .multi-columns-row .col-lg-3:nth-child(4n + 5) {
        clear: left;
    }
    .multi-columns-row .col-lg-2:nth-child(6n + 7) {
        clear: left;
    }
    .multi-columns-row .col-lg-1:nth-child(12n + 13) {
        clear: left;
    }
    .multi-columns-row .col-lg-20percent:nth-child(5n + 6) {
        clear: left;
    }
}


/*===scroll-to-top===*/

body .scroll-to-top {
    position: fixed;
    z-index: 200;
    opacity: 0;
    bottom: 10px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #eeeeee;
    color: #fff;
}

body .scroll-to-top.show {
    opacity: 1;
}

body .scroll-to-top:hover {
    color: #fff;
    background-color: #222;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/* --------------------------------------------------------------------------------------
 * Elementor CSS
 * ------------------------------------------------------------------------------------*/

.elementor-top-section.cspt-bg-color-yes {
    padding-top: 100px;
    padding-bottom: 90px;
}

body.cspt-sidebar-no:not(.single) div.elementor {
    margin-top: -100px;
}

body.single.cspt-sidebar-no #content,
body.archive.cspt-sidebar-no #content {
    padding-bottom: 70px;
}

.widget-area.col-md-3,
.content-area.col-md-9 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.content-area.col-md-9 .comment-respond {
    margin-bottom: 0;
}


/*=== For overlap row ===*/

.cspt-row.cspt-zindex-zero,
.cspt-row.cspt-zindex-1,
.cspt-row.cspt-zindex-2,
.cspt-zindex-zero,
.cspt-zindex-1,
.cspt-zindex-2 {
    position: relative;
}


/*=== Row Background color ===*/

.elementor-inner-section,
.elementor-widget-container,
.elementor-button-wrapper,
.elementor-widget-container .creativesplanet-element,
.elementor-section .elementor-widget-wrap {
    position: relative;
    z-index: 1;
}

.cspt-bgimage-over-bgcolor.cspt-bgimage-yes .cspt-stretched-div:before,
.cspt-bgimage-over-bgcolor.cspt-bgimage-yes:before {
    background-color: transparent !important
}

.elementor-top-column>.elementor-widget-wrap:before,
.elementor-inner-column>.elementor-widget-wrap:before,
.elementor-top-section:before,
.elementor-inner-section:before,
.cspt-col-stretched-yes .cspt-stretched-div:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}

body.elementor-editor-active .elementor-top-section:before,
body.elementor-editor-active .cspt-col-stretched-yes .cspt-stretched-div:before {
    z-index: 0;
}

.elementor-column.cspt-col-stretched-yes.cspt-bgimage-yes {
    background-image: none;
    background-color: transparent;
}


/*=== White BG ===*/

.cspt-bg-color-white,
.cspt-bg-color-white .cspt-stretched-div:before {
    background-color: #fff;
}

.cspt-bg-color-white .cspt-bgimage-yes.cspt-stretched-div:before {
    background-color: rgba(255, 255, 255, 0.80);
}

.cspt-col-stretched-yes .cspt-stretched-div {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    width: auto;
    overflow: hidden;
}

.cspt-col-stretched-left .cspt-stretched-div {
    margin-left: -500px;
    right: 0;
}

.cspt-col-stretched-right .cspt-stretched-div {
    margin-right: -500px;
    right: 0;
}


/*=== Background Image Position ===*/

body .cspt-bgimage-position-left-top .cspt-stretched-div,
body .cspt-bgimage-position-left-top {
    background-position: left top !important;
}

body .cspt-bgimage-position-left-center .cspt-stretched-div,
body .cspt-bgimage-position-left-center {
    background-position: left center !important;
}

body .cspt-bgimage-position-left-bottom .cspt-stretched-div,
body .cspt-bgimage-position-left-bottom {
    background-position: left bottom !important;
}

body .cspt-bgimage-position-right-top .cspt-stretched-div,
body .cspt-bgimage-position-right-top {
    background-position: right top !important;
}

body .cspt-bgimage-position-right-bottom .cspt-stretched-div,
body .cspt-bgimage-position-right-bottom {
    background-position: right bottom !important;
}

body .cspt-bgimage-position-right-center .cspt-stretched-div,
body .cspt-bgimage-position-right-center {
    background-position: right center !important;
}

body .cspt-bgimage-position-center-top .cspt-stretched-div,
body .cspt-bgimage-position-center-top {
    background-position: center top !important;
}

body .cspt-bgimage-position-center-center .cspt-stretched-div,
body .cspt-bgimage-position-center-center {
    background-position: center center !important;
}

body .cspt-bgimage-position-center-bottom .cspt-stretched-div,
body .cspt-bgimage-position-center-bottom {
    background-position: center bottom !important;
}


/*===  Background Image No Repeat ===*/

body .cspt-bgimage-repeat-no {
    background-repeat: no-repeat !important;
}

body .cspt-bgimage-repeat-x {
    background-repeat: repeat-x !important;
}

body .cspt-bgimage-repeat-y {
    background-repeat: repeat-y !important;
}

body .cspt-bgimage-repeat-round {
    background-repeat: round !important;
}

body .cspt-bgimage-repeat-space {
    background-repeat: space !important;
}

.elementor-element.elementor-top-column {
    z-index: 1;
}


/* --------------------------------------
 * Button Section
 * ---------------------------------------*/


/*=== elementor-widget-button ===*/

.elementor-widget-button.cspt-btn-shape-square .elementor-button {
    border-radius: 0;
}

.elementor-widget-button.cspt-btn-shape-round .elementor-button {
    border-radius: 3px;
}

.elementor-widget-button.cspt-btn-shape-rounded .elementor-button {
    border-radius: 10px;
}

.elementor-widget.elementor-widget-button {
    color: #fff;
}

.cspt-btn-style-flat.cspt-btn-color-white .elementor-button {
    background-color: #fff;
}

.cspt-btn-style-outline .elementor-button {
    background-image: none !important;
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
}

.cspt-btn-style-outline.cspt-btn-color-white .elementor-button {
    border-color: #fff;
    color: #fff;
}

.cspt-btn-style-outline.cspt-btn-color-white .elementor-button:hover {
    background-color: #fff;
}

.elementor-widget-button .elementor-button {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
}

.elementor-button.elementor-size-xs {
    padding: 16px 34px;
    font-size: 9px;
}

.elementor-button.elementor-size-sm {
    padding: 18px 38px;
    font-size: 11px;
}

.elementor-button.elementor-size-md {
    padding: 20px 42px;
    font-size: 13px;
}

.elementor-button.elementor-size-lg {
    padding: 24px 46px;
    font-size: 15px;
}

.elementor-button.elementor-size-xl {
    padding: 28px 50px;
    font-size: 17px;
}

.cspt-btn-style-text .elementor-button {
    padding: 0;
    background-color: transparent;
}

.cspt-btn-style-text.cspt-btn-color-white .elementor-button {
    color: #fff;
}

.cspt-btn-style-text.cspt-btn-color-gradient .elementor-button {
    border-image-source: none !important;
    background-image: none !important;
}
/* --------------------------------------
 * Comment formm error input
 * ---------------------------------------*/
 span.cspt-form-error {
    color: red;
    font-size: 12px;
    display: none;
}
/*------------------------------------------------------------------
[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
-------------------------------------------------------------------*/


/* --------------------------------------
 * 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;
}


/* --------------------------------------
 * Icon Heading Box
 * ---------------------------------------*/

.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;
}


/* --------------------------------------
 * Blog Box
 * ---------------------------------------*/

.creativesplanet-box-blog {
    margin-bottom: 30px;
}

.creativesplanet-ele-blog .cspt-post-title {
    margin-bottom: 10px;
}

.creativesplanet-ele-blog img {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    ;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    ;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.creativesplanet-ele-blog img {
    border-radius: 2px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    transform: translateY(0);
}

.creativesplanet-ele-blog:hover img {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}


/*** Classic blog ***/

.cspt-blog-classic .cspt-featured-wrapper {
    margin-bottom: 30px;
}

.cspt-blog-classic .cspt-post-related .cspt-featured-wrapper {
    margin-bottom: 0;
}

.cspt-blog-classic {
    margin-bottom: 70px;
}

.cspt-blog-classic .cspt-post-thumbnail {
    margin-bottom: 60px;
}

.cspt-blog-classic .cspt-post-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
}

.cspt-blog-classic .cspt-post-title a {
    color: #2c2c2c;
}

.cspt-blog-classic .cspt-entry-content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
}

.cspt-blog-classic-inner .cspt-read-more-link a {
    background: none;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: 600;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* --------------------------------------
 * 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-portfolio-single-style-2 .cspt-entry-content,
.cspt-portfolio-single-style-1 .cspt-entry-content {
    margin-top: 50px;
}

.cspt-portfolio-single-style-1 .cspt-featured-wrapper {
    margin-top: 50px;
}

.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;
}


/*** .cspt-portfolio-lines-wrapper ***/

.cspt-portfolio-lines-wrapper {
    margin-top: 30px;
    margin-bottom: 0px;
}

.cspt-portfolio-lines-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr, 2);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 30px;
}

.cspt-portfolio-line-title {
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    width: 116px;
    display: inline-block;
}

.cspt-portfolio-line-li {
    margin-bottom: 0px;
    position: relative;
}

.cspt-portfolio-line-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
    display: block;
    color: #222;
}

.cspt-details-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 17px;
    display: block;
    color: #222;
}

.cspt-portfolio-single .nav-links a:hover .cspt-portfolio-nav-wrapper {
    background-color: #222;
}

.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:hover .cspt-portfolio-nav-wrapper span {
    color: #fff
}


/*** single-cspt-service ***/

.archive .creativesplanet-ele-portfolio {
    margin-bottom: 30px;
}

.cspt-sortable-list-ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 42px;
    display: block;
}

.cspt-sortable-list-ul li {
    display: inline-block;
    margin: 0 15px;
}

.cspt-sortable-list a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #222222;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    display: block;
}

.cspt-sortable-list a.cspt-selected {
    color: #fff;
    border: 1px solid;
}

.cspt-sortable-list a.cspt-selected:hover {
    color: #fff;
}

.cspt-sortable-list a:hover {
    color: #222222;
}

.single-cspt-service .cspt-service-related {
    margin-top: 30px;
}


/* --------------------------------------
 * 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;
}


/*** Single Team Member Style 2 ***/

.cspt-team-single-style-2 .cspt-team-title-box {
    position: relative;
}

.cspt-team-single-style-2 .cspt-team-designation {
    margin-left: 10px;
}

.cspt-team-single-style-2 .cspt-single-team-info li .icon {
    color: #222;
}

.cspt-team-single-style-2 .cspt-team-title-box * {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}

.cspt-team-single-style-2 .cspt-team-single .cspt-team-social-links {
    margin-top: 0
}


/* --------------------------------------
 * 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_btn3-color-globalcolor.vc_general.vc_btn3:not(.vc_btn3-style-simple) {
    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: #222;
}

.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-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    padding-right: 40px;
}

.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-white.vc_general.vc_btn3.vc_btn3-style-flat:hover,
.vc_btn3-color-globalcolor.vc_general.vc_btn3.vc_btn3-style-flat:hover {
    background-color: #222;
}

.vc_btn3-color-white.vc_general.vc_btn3.vc_btn3-style-flat:hover {
    color: #fff;
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-outline.vc_btn3-color-black {
    color: var(--cspt-greenly-blackish-color);
    border: 2px solid var(--cspt-greenly-blackish-color);
    background-color: transparent;
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-outline.vc_btn3-color-black:hover {
    background-color: transparent;
    border: 2px solid var(--cspt-greenly-global-color);
    color: var(--cspt-greenly-global-color);
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-outline {
    background-color: transparent;
    border: 1px solid var(--cspt-greenly-global-color);
    color: var(--cspt-greenly-global-color);
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-outline:hover {
    background-color: var(--cspt-greenly-global-color);
    color: var(--cspt-greenly-white-color);
}


/* --------------------------------------
 * client logo
 * ---------------------------------------*/

.cspt-client-wrapper {
    position: relative;
    text-align: center;
}

.owl-carousel .creativesplanet-ele-client img {
    width: auto !important;
    max-width: 100%;
    display: inline-block !important;
}


/* --------------------------------------
 * 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;
}


/* --------------------------------------
 * Timeline
 * ---------------------------------------*/

.cspt-timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
}

.cspt-timeline:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    background-color: #056af3;
    border-radius: 10px;
    top: 60px;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(-0%);
    -moz-transform: translateX(-50%) translateY(-0%);
    -ms-transform: translateX(-50%) translateY(-0%);
    -o-transform: translateX(-50%) translateY(-0%);
    transform: translateX(-50%) translateY(-0%);
}

.cspt-status:after {
    content: "";
    height: 40px;
    width: 40px;
    background-color: #056af3;
    position: absolute;
    left: 50%;
    top: -12px;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}

.cspt-status:before {
    content: "";
    height: 15px;
    width: 15px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: -12px;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    border-radius: 50%;
}

.cspt-timeline .cspt-time {
    margin-bottom: 50px;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cspt-status {
    padding: 0px 40px;
    display: flex;
    padding-top: 40px;
    padding-bottom: 30px;
    justify-content: center;
    position: relative;
    text-align: center;
}

.cspt-timeline .cspt-time .cspt-time-inner {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.cspt-status h4 {
    font-size: 18px;
    line-height: 28px;
}


/* Hide next prev button*/

.single-cspt-service .navigation {
    display: none;
}


/* single-cspt-service*/

.single-cspt-service.cspt-sidebar-no .content-area {
    padding-top: 110px;
    padding-bottom: 100px;
}


/*single-service-contact */

.single-service-contact {
    padding: 25px;
    background: #fff;
    position: relative;
    overflow: hidden;
    line-height: 24px;
    color: #222;
}

.single-cspt-service .creativesplanet-sidebar .widget ul>li {
    border: none;
    padding: 0 !important;
    margin-bottom: 10px;
}

.single-cspt-service .creativesplanet-sidebar .widget ul>li a {
    background-color: #fff;
    padding: 17px 20px;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

.single-cspt-service .creativesplanet-sidebar .widget ul>li a:after {
    content: '\e814';
    font-family: "creativesplanet-base-icons";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 15px;
    right: 20px;
}


/* --------------------------------------
 * VC Button
 * ---------------------------------------*/

.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 3px;
}

.vc_general.vc_btn3.vc_btn3-color-secondarycolor,
.vc_btn3-color-globalcolor.vc_general.vc_btn3:focus,
.vc_btn3-color-globalcolor.vc_general.vc_btn3:hover,
.vc_btn3-color-global_color.vc_general.vc_btn3 {
    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 {
    position: relative;
}

.vc_general.vc_btn3.vc_btn3-style-simple:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #f5f5f5;
    bottom: -2px;
    position: absolute;
    left: 0;
    -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;
    transition: all 0.3s ease 0s;
}

.vc_general.vc_btn3.vc_btn3-style-simple:hover:after {
    width: 0%;
}

.vc_general.vc_btn3.vc_btn3-style-simple.vc_btn3-color-black,
.vc_general.vc_btn3.vc_btn3-style-simple.vc_btn3-color-black:hover {
    color: #000000;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-style-simple.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 25px;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-style-simple.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 0;
}


/* --------------------------------------
 * Widget Section
* ---------------------------------------*/

.widget.widget_nav_menu ul li>a,
.widget.widget_pages ul li>a {
    position: relative;
    padding-left: 20px;
}

.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';
}


/* --------------------------------------
 * Footer
* ---------------------------------------*/

.site-footer .widget {
    margin: 35px 0 40px;
}

.site-footer.cspt-bg-color-blackish:before {
    background-color: #191c21;
}

.site-footer .greenly_contact_widget {
    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: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.site-footer .widget-title:after {
    content: "";
    width: 50px;
    height: 2px;
    bottom: -10px;
    left: 0;
    position: absolute;
    z-index: 1;
}


/* Footer Social */

.cspt-footer-widget .cspt-social-links {
    margin-top: 30px;
    margin-left: 0;
}

.cspt-social-links li {
    margin-right: 8px;
    display: inline-block;
}

.cspt-social-links li a {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #777;
    font-size: 16px;
}

.cspt-social-links li a:hover {
    color: #222 !important;
    transition: all 500ms ease;
}


/* Footer contact */

.greenly_contact_widget .widget-title {
    display: none;
}

.footer-wrap .cspt-contact-widget-lines .cspt-contact-widget-line,
.footer-wrap .contact-info li {
    position: relative;
    margin-bottom: 15px;
    font-size: 15px;
}

.footer-wrap .cspt-contact-widget-lines .cspt-contact-widget-line.cspt-contact-widget-phone {
    font-size: 24px;
    font-weight: 600;
}


/* Footer newsletter area */

.cspt-footer-widget .mc4wp-form-fields .cspt-footer-big-area {
    padding-top: 56px;
    padding-bottom: 30px;
}

.cspt-footer-big-area-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    z-index: 3
}

.cspt-footer-big-area .cspt-footer-big-left {
    margin-right: auto!important;
    margin-top: 10px;
}

.cspt-color-white .cspt-footer-big-title {
    color: rgba(255, 255, 255, 1);
    font-size: 26px;
    font-weight: 600;
}


/* Form */

.cspt-footer-big-area .mc4wp-form {
    position: relative;
}

.cspt-footer-widget-area .mc4wp-form input[type="email"] {
    background-color: transparent;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

.cspt-footer-widget-area .mc4wp-form .btn {
    height: 45px;
    color: #fff;
    border-radius: 0;
    width: 100%;
    margin-top: 15px;
}


/* cspt-footer-text-area */

.cspt-footer-text-area>.container {
    font-size: 15px;
}

.site-footer .cspt-footer-text-area {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.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;
}


/*------- Footer Style 1 ---------*/

.cspt-footer-style-1 .cspt-footer-widget-area .mc4wp-form .btn:hover {
    background-color: var(--cspt-greenly-white-color);
    color: var(--cspt-greenly-blackish-color);
}

.cspt-footer-style-1 .cspt-footer-widget-area .mc4wp-form .btn,
.cspt-footer-style-1 .cspt-footer-widget-area .mc4wp-form input[type="email"] {
    border-radius: 4px;
}


/*------- Footer Style 2 ---------*/

.cspt-footer-style-2 {
    margin-top: 160px;
}

.blog .cspt-footer-style-2 {
    margin-top: 120px;
}

.cspt-footer-style-2.site-footer .widget-title:after {
    content: none;
}

.cspt-footer-style-2 .widget_block h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 35px;
}

.cspt-footer-style-2.site-footer .greenly_contact_widget {
    margin-top: 35px;
}

.cspt-footer-style-2 .cspt-footer-widget-col-2 .greenly_contact_widget {
    margin-left: 35px;
}

.cspt-footer-style-2 .cspt-footer-widget-col-3 .widget_text {
    margin-left: 60px;
}

.cspt-footer-style-2.site-footer .widget-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.cspt-footer-style-2 .cspt-footer-text-area .cspt-footer-social-area {
    display: block!important;
}

.cspt-footer-style-2 .cspt-social-links a {
    font-size: 18px;
}

.cspt-footer-style-2 .cspt-footer-text-area .row {
    justify-content: space-between;
}

.cspt-footer-menu-no.cspt-footer-style-2 .cspt-footer-text-area .col-md-6 {
    width: auto;
}

.cspt-footer-style-2.site-footer .cspt-footer-text-area {
    border-top: none;
}

.cspt-footer-style-2 .cspt-footer-text-area>.container {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
}

.cspt-footer-style-2 .cspt-footer-text-area {
    padding: 30px 0;
}

.cspt-footer-style-2 .cspt-footer-text-area .cspt-social-links {
    margin: 0;
    padding: 0;
    text-align: right;
}

.cspt-footer-style-2 .cspt-contact-widget-lines .cspt-contact-widget-line {
    position: relative;
    padding-left: 80px;
    margin-bottom: 25px;
    font-size: 16px!important;
    line-height: 34px;
    font-weight: 400!important;
}

.cspt-footer-style-2 .cspt-contact-widget-line span {
    display: block;
}

.cspt-footer-style-2 .cspt-contact-widget-line:before {
    font-family: 'creativesplanet-base-icons';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    background-color: #0b2738;
}

.cspt-footer-style-2 .cspt-contact-widget-phone:before {
    content: '\e833';
}

.cspt-footer-style-2 .cspt-contact-widget-email:before {
    content: '\f0e0';
}

.cspt-footer-style-2 .cspt-contact-widget-address:before {
    content: '\e80e';
}

.cspt-footer-style-2.site-footer.cspt-color-white,
.cspt-footer-style-2.site-footer.cspt-color-white a {
    color: #b3b7c9;
}

.cspt-footer-style-2.cspt-color-white .cspt-social-links a,
.cspt-footer-style-2.site-footer.cspt-color-white a:hover {
    color: #fff;
}

.cspt-footer-style-2 .footer-wrap.cspt-footer-widget-area:after {
    position: absolute;
    content: '';
    top: -160px;
    left: 0;
    height: 204px;
    width: 100%;
    background-image: url(../images/pattern-bg-01.png);
    z-index: 1;
    display: block!important;
    background-repeat: no-repeat;
}

.mc4wp-form .mc4wp-form-style-1 input[type="email"] {
    background-color: #0b2738;
    border-radius: 6px;
    border: none;
    color: #fff;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
    padding: 0 20px;
}

.mc4wp-form .mc4wp-form-style-1 input[type="email"]::placeholder {
    color: #fff;
}

.mc4wp-form .mc4wp-form-style-1 .btn {
    font-size: 16px;
    padding: 0 40px;
    width: auto;
    height: 60px;
    background-color: #000;
    border-radius: 6px;
}

.mc4wp-form .mc4wp-form-style-1 .btn:focus {
    box-shadow: none;
}

.cspt-footer-style-2 .cspt-footer-widget-area .mc4wp-form-style-1 .btn:hover {
    background-color: var(--cspt-greenly-secondary-color);
}


/*== Footer Style 3 ==*/

.cspt-footer-style-3 .footer-wrap.cspt-footer-widget-area {
    padding-top: 0;
    padding-bottom: 45px;
}

.cspt-footer-style-3 .cspt-footer-big-area .cspt-footer-big-left {
    margin-top: 0px;
    text-align: left;
}

.cspt-footer-style-3 .cspt-footer-big-title {
    font-size: 55px;
    line-height: 65px;
}

.cspt-footer-style-3 .cspt-footer-big-area {
    display: block!important;
    padding-top: 100px;
}

.cspt-footer-style-3 .cspt-footer-big-area .row {
    align-items: center;
}

.cspt-footer-style-3 .cspt-footer-big-area-wrapper {
    border-bottom: 0;
}

.cspt-footer-style-3 .cspt-footer-newslatter .cspt-footer-mailchip {
    position: relative;
}

.cspt-footer-style-3 .cspt-footer-mailchip button {
    border-radius: 50px;
    height: 40px;
    width: 265px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400!important;
    background-color: var(--cspt-greenly-white-color);
    color: var(--cspt-greenly-blackish-color);
    top: 8px;
    right: 8px;
    position: absolute;
}

.cspt-footer-style-3 .cspt-footer-mailchip button:hover {
    background-color: var(--cspt-greenly-global-color);
    color: var(--cspt-greenly-white-color);
}

.cspt-footer-style-3 .mc4wp-form input[type="email"] {
    width: 100%;
    height: 55px;
    background-color: transparent;
    border: 1px solid #2f383e;
    border-radius: 50px;
    padding: 0 300px 0 30px;
}

.cspt-footer-style-3 .cspt-email p,
.cspt-footer-style-3 .cspt-contacts p {
    font-size: 22px;
    line-height: 32px;
}

.cspt-footer-style-3 .cspt-newslatter-title,
.cspt-footer-style-3 .cspt-email h3,
.cspt-footer-style-3 .cspt-contacts h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    padding: 0 0 10px 0;
}

.cspt-footer-style-3 .cspt-social-links li a,
.cspt-footer-style-3 .cspt-email p,
.cspt-footer-style-3 .cspt-contacts p,
.cspt-footer-style-3 .cspt-newslatter-title,
.cspt-footer-style-3 .cspt-email h3,
.cspt-footer-style-3 .cspt-contacts h3,
.cspt-footer-style-3 .cspt-footer-copyright-text-area,
.cspt-footer-style-3 .cspt-footer-copyright-text-area a {
    color: #969ea3;
}

.cspt-footer-style-3 .cspt-social-links li a:hover,
.cspt-footer-style-3 .cspt-footer-copyright-text-area a:hover {
    color: var(--cspt-greenly-global-color)!important;
}

.cspt-footer-style-3 .cspt-social-links li {
    margin-right: 15px;
}

.site-footer.cspt-footer-style-3 .cspt-footer-text-area {
    border-top: none;
}

.cspt-footer-style-3 .cspt-social-links {
    text-align: right;
    margin: 0;
    padding: 0;
}


/* --------------------------------------
 * Custom css
 * ---------------------------------------*/

.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: 600;
    margin-bottom: 0px;
}

.cspt-contact-box .cspt-static-box {
    padding: 0px 60px 0px 70px;
    margin-bottom: 30px;
}


/* cspt-progress-stlye-1 */

.cspt-progress-stlye-1.vc_progress_bar .vc_general.vc_single_bar .vc_label {
    margin-top: 68px;
}

.cspt-progress-stlye-1.vc_progress_bar .vc_general.vc_single_bar:first-child .vc_label {
    margin-top: 64px;
}

.cspt-progress-stlye-1.vc_progress_bar .vc_label .cspt-pbar-title {
    font-weight: 700;
    left: -3px;
}

.cspt-bg-color-blackish .cspt-progress-stlye-1 .vc_label .cspt-pbar-title,
.cspt-bg-color-blackish .cspt-progress-stlye-1 .vc_label .vc_label_units {
    color: #fff;
}

.cspt-progress-stlye-1.vc_progress_bar .vc_label .cspt-pbar-title,
.cspt-progress-stlye-1.vc_progress_bar .vc_label .vc_label_units {
    top: -38px;
}

.cspt-progress-stlye-1.vc_progress_bar .vc_label .vc_label_units {
    font-size: 14px;
    right: -3px;
}

.cspt-progress-stlye-1.vc_progress_bar .vc_general.vc_single_bar {
    height: 6px;
    border-radius: 6px;
    margin-left: 3px;
    margin-right: 3px;
    background-color: transparent;
}

.cspt-progress-stlye-1.vc_progress_bar .vc_single_bar .vc_bar-wrapper .vc_bar {
    border-radius: 6px;
}

.cspt-progress-stlye-1.vc_progress_bar .vc_general.vc_single_bar:after {
    position: absolute;
    content: '';
    left: -3px;
    top: -3px;
    width: calc(100% - -6px);
    height: 12px;
    background-color: transparent;
    border: 1px solid #657a87;
    border-radius: 8px;
}


/* cspt-top-pattern */

.cspt-top-pattern {
    position: relative;
    overflow: visible!important;
}

.cspt-top-pattern:after {
    position: absolute;
    content: '';
    top: -160px;
    left: 0;
    width: 100%;
    height: 160px;
    background-image: url(../images/pattern-bg-01.png);
    z-index: 1;
    display: block!important;
    background-repeat: no-repeat;
}


/* cspt-border-radius-1 */

.cspt-border-radius-2 {
    border-radius: 12px;
    overflow: hidden;
}


/* lottie-player-img-3 */

.lottie-player-img-3 {
    position: relative;
    display: inline-block;
    padding: 75px 0;
}

.lottie-player-img-3::before {
    position: absolute;
    content: '';
    bottom: 25px;
    left: 0;
    width: 570px;
    height: 570px;
    background-color: #fff;
    border-radius: 50%;
}

.lottie-player-img-3 .wpb_wrapper {
    width: 570px;
    height: 570px;
}


/* --------------------------------------
 * Contact form
 * ---------------------------------------*/

.cspt-main-form .input-group {
    display: block;
    margin-bottom: 30px;
}

.cspt-main-form .input-group input[type="text"],
.cspt-main-form .input-group input[type="email"],
.cspt-main-form .input-group textarea {
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 0;
}

.cspt-main-form .input-group input[type="text"]::placeholder,
.cspt-main-form .input-group input[type="email"]::placeholder,
.cspt-main-form .input-group textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b4b4b4;
    opacity: 1;
    /* Firefox */
}

.cspt-main-form .input-group input[type="text"]:-ms-input-placeholder,
.cspt-main-form .input-group input[type="email"]:-ms-input-placeholder,
.cspt-main-form .input-group textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b4b4b4;
}

.cspt-main-form .input-group input[type="text"]::-ms-input-placeholder,
.cspt-main-form .input-group input[type="email"]::-ms-input-placeholder,
.cspt-main-form .input-group textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b4b4b4;
}


/*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: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block;
}

.cspt-metabox .widget ul li {
    margin-bottom: 12px;
}


/*download  */

.widget .download .item-download {
    background-color: #2c2c2c;
    margin-bottom: 5px;
    position: relative;
}

.widget .download .item-download a {
    display: block;
    padding: 20px;
    color: #fff;
}

.widget .download .item-download .fa {
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
}


/* --------------------------------------
 * Custom Accordion
 * ---------------------------------------*/

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 19px;
    line-height: 28px;
}

.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #4868cf;
    background-color: #5472d2;
}

.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: #222;
    padding: 20px 20px;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-title-text {
    margin-left: 20px;
}


/* --------------------------------------
 * 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 {
    border: none;
    background-color: #fbfbfb;
    color: #222;
}

.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel .vc_tta-panel-heading {
    background-color: #f1f1f1 !important;
    color: #222;
    border: none;
}

.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: #222;
}

.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before {
    border-color: #fff !important;
}


/* --------------------------------------
 * 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: 170px 0px 160px 0px;
    position: relative;
    text-align: center;
}

.error-404 .page-header h2 {
    font-size: 58px;
    line-height: 68px;
    color: #fff;
    font-weight: bold;
}

.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;
    color: #999;
    font-weight: 400;
    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: 10px;
    height: 58px;
    line-height: 58px;
    border: 0;
}

.error404 .search-form .search-submit:after {
    font-family: "creativesplanet-base-icons";
    content: '\e800';
    position: absolute;
    right: 18px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: #dbdbdb;
    font-size: 20px;
}

.error404 .search-form label {
    display: none;
}

.error404 .search-form button {
    position: absolute;
    right: 0;
    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 .cspt-title-bar-wrapper {
    display: none;
}

.error404 .page-content .page-title {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    margin: 0 auto;
    max-width: 580px;
    margin-top: 45px;
}

.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 a.ts-home-back:focus,
.error404 a.ts-home-back:hover {
    color: #fff;
}


/*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: 20px;
    line-height: 30px;
    max-width: 480px;
}


/* --------------------------------------
 * 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: 20px;
    color: #fff;
    font-size: 25px;
}

.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;
    top: 35px;
    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 font
 * ---------------------------------------*/

.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel-title,
.creativesplanet-ele-fid-style-1 .cspt-fid-title,
.cspt-pricing-table-style-4 .cspt-pricing-table-box .cspt-ptable-line,
.cspt-pricing-table-style-4 .cspt-pricing-table-box .creativesplanet-ptable-price-w *,
.cspt-pricing-table-style-3 .creativesplanet-ptable-frequency,
.cspt-pricing-table-style-3 .creativesplanet-ptable-symbol,
.cspt-pricing-table-style-3 .creativesplanet-ptable-price,
.cspt-pricing-table-style-2 .cspt-pricing-table-box .creativesplanet-ptable-price-w .creativesplanet-ptable-symbol,
.cspt-pricing-table-style-2 .cspt-pricing-table-box .creativesplanet-ptable-price-w .creativesplanet-ptable-price,
.cspt-pricing-table-style-2 .cspt-pricing-table-box .creativesplanet-ptable-price-w *,
.cspt-pricing-table-style-1 .cspt-pricing-table-box .creativesplanet-ptable-frequency,
.cspt-timeline,
.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 {
    font-family: 'Roboto', sans-serif;
}

.cspt-header-style-2 .cspt-header-button a,
.cspt-header-style-2 .cspt-phonenumber,
.cspt-blog-classic .cspt-read-more-btn a,
.error-404 .footer-message:after,
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    font-family: 'Roboto', sans-serif;
}

.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);
}

.cspt-shadow-btn .vc_general.vc_btn3.vc_btn3-style-modern:hover {
    border-color: transparent;
}

.cspt-shadow-btn .vc_btn3.vc_btn3-style-modern {
    background-image: none;
}

.cspt-shadow-btn .vc_btn3.vc_btn3-size-lg.vc_btn3-style-modern {
    padding: 14px 60px;
}


/*** Button ( Greenly Special ) ***/

.cspt-search-results-right .cspt-read-more-link a {
    display: inline-block;
    position: relative;
    color: #222;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.cspt-ihbox-btn a:after,
.cspt-ihbox-btn a:before,
.cspt-blogbox-style-6 .post-item .cspt-read-more-link a:before,
.cspt-blogbox-style-6 .post-item .cspt-read-more-link a:after,
.cspt-blogbox-style-4 .post-item .cspt-read-more-link a:after,
.cspt-blogbox-style-4 .post-item .cspt-read-more-link a:before,
body .cspt-service-style-3 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before,
body .cspt-service-style-3 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after,
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-ihbox-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before,
body .cspt-ihbox-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,
.cspt-blog-classic-inner .cspt-read-more-link a:before,
.cspt-blog-classic-inner .cspt-read-more-link a:after,
.cspt-blogbox-style-3 .post-item .cspt-read-more-link a:before,
.cspt-blogbox-style-3 .post-item .cspt-read-more-link a:after,
.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:before,
.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:after,
.cspt-blogbox-style-1 .post-item .cspt-read-more-link a:before,
.cspt-blogbox-style-1 .post-item .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;
}

.cspt-ihbox-btn a:after,
body .cspt-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after,
body .cspt-ihbox-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after,
a.cspt-link:after,
.cspt-blog-classic-inner .cspt-read-more-link a:after,
.cspt-search-results-right .cspt-read-more-link a:after {
    background-color: #000;
}

.cspt-ihbox-btn a:before,
body .cspt-service-style-3 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before,
.cspt-blogbox-style-6 .post-item .cspt-read-more-link a:before,
.cspt-blogbox-style-4 .post-item .cspt-read-more-link a:before,
body .cspt-portfolio-style-2 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before,
body .cspt-ihbox-style-1 .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,
.cspt-blog-classic-inner .cspt-read-more-link a:before,
.cspt-blogbox-style-3 .post-item .cspt-read-more-link a:before,
.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:before,
.cspt-blogbox-style-1 .post-item .cspt-read-more-link a:before {
    width: 100%;
}

.cspt-ihbox-btn a:hover:after,
body .cspt-service-style-3 .vc_btn3-color-globalcolor.vc_general.vc_btn3:hover:after,
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,
body .cspt-ihbox-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:hover:after,
.cspt-blogbox-style-4 .post-item .cspt-read-more-link a:hover:after,
a.cspt-link:hover:after,
.cspt-search-results-right .cspt-read-more-link a:hover:after,
.cspt-blog-classic-inner .cspt-read-more-link a:hover:after,
.cspt-blogbox-style-6 .post-item .cspt-read-more-link a:hover:after,
.cspt-blogbox-style-3 .post-item .cspt-read-more-link a:hover:after,
.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:hover:after,
.cspt-blogbox-style-1 .post-item .cspt-read-more-link a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.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;
}

.creativesplanet-element-testimonial .owl-carousel.owl-drag .owl-item {
    margin: 15px 0px;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-color-globalcolor.vc_icon_element-style-rounded-outline .vc_icon_element-icon {
    font-size: 15px!important;
    margin: 2px 0 0 2px;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-color-globalcolor.vc_icon_element-style-rounded-outline.vc_icon_element-outline .vc_icon_element-link {
    border: 2px solid var(--cspt-greenly-global-color);
}


/* Vc Custom row bg*/

.cspt-shapebg.cspt-bg-color-light:not(.vc_column_container):before {
    background-color: #fafbfd;
    margin-top: 164px;
}


/*cspt-about-image*/

.cspt-about-image>.vc_column-inner>.wpb_wrapper {
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.30);
    border-radius: 10px;
}

.cspt-about-image .cspt-frameimage {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}

.cspt-about-image .cspt-ihbox.cspt-ihbox-style-hsbox {
    position: absolute;
    z-index: 3;
    bottom: 50px;
    right: 15px;
    text-align: center;
    margin-bottom: 0;
}

.cspt-about-image .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading * {
    font-size: 24px !important;
    line-height: 34px !important;
    color: #fff;
    font-weight: 500;
}

.cspt-about-image .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading * {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

.cspt-about-image .vc_icon_element {
    position: absolute;
    bottom: 216px;
    margin-bottom: 0;
    right: 90px;
    z-index: 2;
}


/*** 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:after,
.cspt-img-bg-effect-single .vc_single_image-wrapper:after,
.cspt-img-bg-effect .vc_single_image-wrapper:after {
    content: "";
    left: -60px;
    background: #222;
    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: #222;
    position: absolute;
    top: 60px;
    width: 1000%;
    height: 100%;
    z-index: -1;
}

.cspt-border-radius-1 {
    border-radius: 4px;
    overflow: hidden;
}


/*** Row expand effect  ( Homepage Fact and digit element ) ***/

.cspt-row-expand-right:after {
    content: "";
    right: -1000%;
    background: #222;
    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: #222;
    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:first-child .vc_label {
    margin-top: 20px;
}

.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar .vc_label {
    padding: 0px;
    margin-top: 60px;
}

.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f7f9fa
}

.cspt-white-bar.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar {
    background-color: #fff
}

.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: 0;
}

.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;
    color: #222;
    text-shadow: none;
    font-size: 16px;
    font-weight: 500;
}

.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: 5px;
}


/*** video button ***/

.vc_icon_element.vc_icon_element-outer.cspt-lightbox-video .vc_icon_element-inner {
    border: none;
    position: relative;
    background: #fff;
}

.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;
}

.cspt-lightbox-video .elementor-icon:before,
.cspt-lightbox-video .elementor-icon:after,
.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;
}

.cspt-lightbox-video .elementor-icon:before,
.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;
}

.cspt-lightbox-video .elementor-icon:after,
.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;
}

.cspt-lightbox-video .elementor-icon:before,
.cspt-lightbox-video .elementor-icon:after {
    margin-top: -38px;
}

@-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 ***/

.cspt-effect-img-2 img,
.cspt-effect-img img,
.cspt-abs-img img {
    border-radius: 2px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}

.cspt-abs-img {
    position: absolute;
    bottom: -30px;
    right: 0;
}

.cspt-right-pad-btn .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 130px;
}

.cspt-right-pad-btn .vc_btn3.vc_btn3-size-md .vc_btn3-icon {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    right: 70px!important;
}

.cspt-brdr-btm-effect>.vc_column-inner:before {
    border-bottom: 3px solid #86bb46;
    border-radius: 2px;
}


/*** Homepage (Feedback form) ***/

.cspt-box-shadow-2 .vc_column-inner>.wpb_wrapper {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background: #fff;
    padding-right: 40px;
}

.cspt-full-btn .vc_general.vc_btn3 {
    font-size: 20px;
    font-weight: 600;
    border: none;
    box-shadow: inherit;
    text-transform: inherit;
    color: #232323;
    letter-spacing: 0;
    padding-right: 50px !important;
    padding-left: 30px;
}

.cspt-full-btn .vc_general.vc_btn3:focus {
    background-color: transparent;
}

.cspt-full-btn .vc_btn3 .vc_btn3-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 45px;
    right: 0 !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cspt-full-btn .vc_btn3:hover .vc_btn3-icon {
    background-color: #222;
}

.cspt-full-btn .vc_general.vc_btn3:hover {
    background: none;
    color: #232323;
}

.cspt-margin-botto-0 {
    margin-bottom: 0;
}


/* --------------------------------------
 * 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: 20px;
    line-height: 30px;
}

.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: 600;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    -webkit-transform: translateX(-100%) rotateZ(-90deg);
    transform: translateX(-100%) rotateZ(-90deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    border-radius: 0;
    top: 13px;
    left: 10px;
    bottom: auto;
    right: auto;
    font-weight: 500;
    letter-spacing: 2px;
}

.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: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
}

.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: 500;
    text-transform: uppercase;
    font-size: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


/*** Woocommerce Details Page ***/

.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;
    font-weight: 500;
    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: 20px;
    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: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #09162a;
}


/*** .woocommerce .quantity .qty ***/

.woocommerce .quantity .qty {
    height: 42px;
    margin-right: 5px;
}


/*** 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;
}


/*=== .woocommerce ul.products li.product .onsale ===*/

.woocommerce span.onsale {
    padding: 0px 12px;
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    -webkit-transform: translateX(-100%) rotateZ(-90deg);
    transform: translateX(-100%) rotateZ(-90deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    border-radius: 0;
    top: 13px;
    left: 10px;
    bottom: auto;
    right: auto;
    font-weight: 500;
    letter-spacing: 2px;
}


/*** 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 .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: 10px 22px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
}

.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 {
    background-color: #09162a;
    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: 115px;
    height: 43px;
}


/*=== 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;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
}

.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: #222;
}

.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: 10px 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 ul.cart_list li,
.woocommerce ul.product_list_widget li {
    font-size: 13px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-weight: normal;
    color: #071323;
}

.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 Add Wishlist ===*/

.yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute;
    top: 20px;
    right: 20px;
}

.woocommerce ul.products li.product .compare,
.woocommerce ul.products li.product .yith-wcqv-button,
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a,
.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a,
.woocommerce ul.products li.product a.add_to_wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border: none;
    color: #222222;
    display: block;
    font-size: 0;
    box-shadow: 0px 2px 1.9px 0.1px rgba(0, 0, 0, 0.05);
    height: 40px;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: none;
    width: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-weight: 400;
}

.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a,
.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a {
    background-color: #c29958;
    color: #fff;
}

.woocommerce ul.products li.product .button.compare:before,
.woocommerce ul.products li.product .yith-wcqv-button:before,
.woocommerce ul.products li.product a.add_to_wishlist:before,
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse a:before {
    content: "\e820";
    font-family: "creativesplanet-base-icons";
    color: #fff;
    font-size: 14px;
}

.woocommerce ul.products li.product a.add_to_wishlist:before {
    content: "\e81f";
    color: #000;
    font-size: 17px;
}

.woocommerce ul.products li.product .button.yith-wcqv-button {
    background-color: #fff;
    top: 62px;
}

.woocommerce ul.products li.product .button.compare {
    background-color: #fff;
    top: 114px;
}

.woocommerce ul.products li.product .yith-wcqv-button:before {
    content: "\e804";
    color: #000;
}

.woocommerce ul.products li.product .button.compare:before {
    content: "\f0ec";
    color: #000;
}

.woocommerce ul.products li.product .button.compare:hover:before,
.woocommerce ul.products li.product .yith-wcqv-button:hover:before {
    color: #fff;
}

.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse .feedback {
    display: none !important;
}

.woocommerce ul.products li.product .button.compare,
.woocommerce ul.products li.product .button.yith-wcqv-button,
.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist {
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.woocommerce ul.products li.product:hover .button.compare,
.woocommerce ul.products li.product:hover .button.yith-wcqv-button,
.woocommerce ul.products li.product:hover .yith-wcwl-add-to-wishlist {
    opacity: 1;
}


/*=== Single Product woocommerce ===*/

.single .site-content .summary .product_meta {
    border-top: 1px solid #efefef;
    margin: 0;
    padding-top: 20px;
    margin-top: 20px;
    width: 100%;
}

.single .site-content .summary .product_meta .sku_wrapper {
    margin-right: 15px;
}

.single .site-content .summary .product_meta .sku_wrapper,
.single .site-content .summary .product_meta .posted_in {
    font-weight: bold;
}

.single .site-content .summary .product_meta .sku_wrapper span,
.single .site-content .summary .product_meta .posted_in a {
    font-weight: normal;
}

.single .site-content .summary .yith-wcwl-add-to-wishlist a:before {
    content: "\e81f";
    font-family: "creativesplanet-base-icons";
    display: inline-block;
    font-size: 17px;
    background: none;
    vertical-align: top;
    margin-right: 10px;
    margin-top: -1px;
}

.single .site-content .summary .yith-wcwl-add-to-wishlist .feedback {
    display: none;
}

.single .site-content .summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin: 0 40px 0px 0;
    position: relative;
    vertical-align: middle;
}

.single .site-content .summary .compare.button {
    background: none;
    border: none;
    color: #242424;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    height: 42px;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 0px;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    width: auto;
}

.single .site-content .summary .compare.button:before {
    content: "\f0ec";
    font-family: "creativesplanet-base-icons";
    display: inline-block;
    font-size: 17px;
    background: none;
    vertical-align: top;
    margin-right: 10px;
    margin-top: -1px;
}

.single .site-content .summary .clear {
    clear: none;
    display: none;
}

.woocommerce-wishlist #yith-wcwl-form {
    margin-top: 60px;
}

.wishlist_table tr td a.button.yith-wcqv-button {
    margin-left: 15px;
}

.woocommerce .wishlist_table td.product-add-to-cart a:hover {
    background-color: #a46497;
}

.woocommerce div.product form.cart table.woocommerce-grouped-product-list tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.woocommerce div.product form.cart .group_table td {
    padding-bottom: 10px;
    padding-top: 11px;
    vertical-align: middle;
}

.woocommerce div.product form.cart .group_table td label {
    margin-bottom: 0;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 0 0 15px 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 15px;
}

.widget_product_search .woocommerce-product-search {
    position: relative;
}

.widget_product_search .woocommerce-product-search button {
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 70px;
    line-height: 70px;
    margin-top: -35px;
    color: #ffffff;
    font-size: 0px;
    z-index: 1;
    width: 70px;
}

.woocommerce-product-search button[type="submit"]:after {
    font-family: "creativesplanet-base-icons";
    content: '\e800';
    position: absolute;
    right: 25px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: #fff;
    font-size: 20px;
}

.woocommerce-product-search input[type="search"] {
    height: 70px;
    line-height: 70px;
    border: 5px solid #f2f3f4;
}

.woocommerce #review_form #respond textarea {
    line-height: 26px;
}

.comment-form-cookies-consent {
    position: relative;
}

.comment-form-cookies-consent input[type=checkbox] {
    position: absolute;
    top: 4px;
}

.comment-form-cookies-consent label {
    padding-left: 25px;
}

.woocommerce .products .star-rating {
    display: inline-block;
}

.cspt-steps-counter-line-about.wpb_column::after,
.cspt-steps-counter-line:after {
    background: url(../images/step-counter-bg.png) repeat 0 0;
    content: "" !important;
    position: absolute;
    width: 1420px;
    height: 115px;
    background-repeat: no-repeat;
    left: -115px;
    bottom: 200px;
}

.cspt-steps-counter-line-about.wpb_column::after {
    bottom: 300px;
}


/* --------------------------------------
 * Progress Bar
 * ---------------------------------------*/

.elementor-widget-progress .elementor-progress-bar {
    height: 6px;
}

.elementor-widget-progress .elementor-progress-percentage {
    padding-right: 0;
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 15px;
    font-weight: 500;
}

.elementor-widget-progress .elementor-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
}

.elementor-progress-wrapper {
    position: relative;
    background-color: #f7f9fa;
    color: #fff;
    height: 100%;
    -webkit-border-radius: 0px;
    border-radius: 0;
    overflow: visible !important;
}


/* cspt-progress-stlye-1 */

.cspt-progress-stlye-1.elementor-widget-progress .elementor-title {
    font-weight: 700;
    line-height: 42px;
}

.cspt-progress-stlye-1 .elementor-progress-percentage {
    font-size: 14px;
    top: -38px;
}

.cspt-progress-stlye-1 .elementor-progress-bar,
.cspt-progress-stlye-1 .elementor-progress-wrapper {
    border-radius: 8px;
}

.cspt-progress-stlye-1 .elementor-progress-wrapper {
    background-color: transparent;
    border: 1px solid #657a87;
    padding: 2px;
}

.cspt-elementor-bg-color-blackish .elementor-progress-percentage,
.cspt-elementor-bg-color-blackish .elementor-widget-progress .elementor-title,
.cspt-text-color-white .elementor-progress-percentage {
    color: #fff;
}


/* --------------------------------------
 * Heading Subheading
 * ---------------------------------------*/

.elementor-widget-container>.cspt-heading-subheading {
    position: relative;
    z-index: 1;
}

.cspt-heading-subheading .cspt-element-title,
.cspt-heading-subheading:not(.cspt-reverse-heading-yes) .cspt-element-title,
.cspt-heading-subheading .cspt-element-heading {
    margin-bottom: 0;
}

.cspt-heading-subheading .cspt-heading-desc {
    margin-top: 10px;
}

.cspt-heading-subheading.center-align {
    text-align: center;
}

.cspt-heading-subheading.center-align .cspt-heading-desc {
    margin-left: auto;
    margin-right: auto;
}

.cspt-heading-subheading h4.cspt-element-subtitle {
    margin-bottom: 10px;
}

.cspt-heading-subheading.left-align .cspt-heading-desc,
.cspt-heading-subheading.center-align .cspt-heading-desc {
    max-width: 800px;
}

.cspt-heading-subheading {
    margin-bottom: 45px;
}

.cspt-heading-subheading.right-align {
    text-align: right;
}

.cspt-heading-subheading:empty {
    display: none;
}

.cspt-elementor-bg-color-blackish .cspt-heading-subheading .cspt-element-title,
.cspt-text-color-white .cspt-heading-subheading .cspt-element-subtitle,
.cspt-text-color-white .cspt-heading-subheading .cspt-element-heading {
    color: #fff;
}

.cspt-heading-subheading em,
.cspt-ihbox-heading em {
    font-style: normal;
}


/* --------------------------------------
 * Button
 * ---------------------------------------*/

.elementor-button.elementor-size-md {
    padding: 13px 42px;
    font-size: 14px;
}

.cspt-btn-style-outline .elementor-button {
    background-color: transparent!important;
    background-image: none !important;
    border: 2px solid var(--cspt-greenly-global-color);
    color: var(--cspt-greenly-global-color);
}

.cspt-btn-style-outline:not(:hover) .elementor-button {
    background-color: transparent;
}

.cspt-text-white .elementor-widget-container {
    color: var(--cspt-greenly-white-color);
}


/* Outline style  */

.cspt-btn-color-light.cspt-btn-style-outline.elementor-widget-button .elementor-button {
    color: var(--cspt-greenly-blackish-color);
    border-color: #d5d5d5;
}

.cspt-btn-color-light.cspt-btn-style-outline.elementor-widget-button .elementor-button:hover {
    border-color: transparent;
    background-color: var(--cspt-greenly-global-color)!important;
}

.cspt-btn-style-outline.cspt-btn-color-blackish .elementor-button {
    border-color: var(--cspt-greenly-blackish-color);
    color: var(--cspt-greenly-blackish-color);
}

.cspt-btn-style-outline.cspt-btn-color-blackish .elementor-button:hover {
    border-color: var(--cspt-greenly-global-color);
    color: var(--cspt-greenly-global-color);
}

.cspt-btn-style-outline.cspt-btn-color-globalcolor .elementor-button {
    border-color: var(--cspt-greenly-global-color);
    color: var(--cspt-greenly-global-color)!important;
}

.cspt-btn-style-outline.cspt-btn-color-globalcolor .elementor-button:hover {
    color: var(--cspt-greenly-blackish-color)!important;
    border-color: var(--cspt-greenly-blackish-color);
}

.cspt-btn-style-outline.cspt-btn-color-secondary .elementor-button {
    border-color: var(--cspt-greenly-secondary-color);
    color: var(--cspt-greenly-secondary-color);
}

.cspt-btn-style-outline.cspt-btn-color-secondary .elementor-button:hover {
    color: var(--cspt-greenly-blackish-color);
    border-color: var(--cspt-greenly-blackish-color);
}

.cspt-btn-style-outline.cspt-btn-color-white .elementor-button {
    border-color: var(--cspt-greenly-white-color);
    color: var(--cspt-greenly-white-color);
}

.cspt-btn-style-outline.cspt-btn-color-white .elementor-button:hover {
    background-color: var(--cspt-greenly-white-color)!important;
}


/* Flat button */

.cspt-btn-style-flat.cspt-btn-color-light .elementor-button:not(:hover) {
    background-color: var(--cspt-greenly-light-bg-color) !important;
}

.cspt-btn-style-flat.cspt-btn-color-light .elementor-button:hover {
    background-color: var(--cspt-greenly-blackish-color) !important;
    color: var(--cspt-greenly-white-color);
}

.cspt-btn-style-flat.cspt-btn-color-globalcolor .elementor-button:not(:hover) {
    background-color: var(--cspt-greenly-global-color) !important;
}

.cspt-btn-style-flat.cspt-btn-color-globalcolor .elementor-button:hover {
    background-color: var(--cspt-greenly-blackish-color) !important;
    color: var(--cspt-greenly-white-color);
}

.cspt-btn-style-flat.cspt-btn-color-secondary .elementor-button:not(:hover) {
    background-color: var(--cspt-greenly-secondary-color) !important;
}

.cspt-btn-style-flat.cspt-btn-color-secondary .elementor-button:hover {
    background-color: var(--cspt-greenly-global-color) !important;
    color: var(--cspt-greenly-blackish-color);
}

.cspt-btn-style-flat.cspt-btn-shape-rounded.cspt-btn-color-secondary .elementor-button:hover,
.cspt-btn-style-flat.cspt-btn-color-secondary .elementor-button:hover span:before {
    background-color: var(--cspt-greenly-blackish-color) !important;
}

.cspt-btn-style-flat.cspt-btn-shape-rounded.cspt-btn-color-secondary .elementor-button:hover {
    color: var(--cspt-greenly-white-color);
}

.cspt-btn-style-flat.cspt-btn-color-secondary .elementor-button:hover span:after {
    color: var(--cspt-greenly-blackish-color) !important;
}

.cspt-btn-style-flat.cspt-btn-color-blackish .elementor-button:not(:hover) {
    background-color: var(--cspt-greenly-blackish-color) !important;
}

.cspt-btn-style-flat.cspt-btn-color-blackish .elementor-button:hover {
    background-color: var(--cspt-greenly-global-color) !important;
    color: var(--cspt-greenly-white-color);
}


/* Normal text button  */

.cspt-btn-style-text .elementor-button {
    padding: 0;
    background-color: transparent;
}

.cspt-btn-style-text.cspt-btn-color-white .elementor-button {
    color: var(--cspt-greenly-white-color);
}

.cspt-btn-style-text.cspt-btn-color-blackish .elementor-button,
.cspt-btn-style-text.cspt-btn-color-white .elementor-button:hover {
    color: var(--cspt-greenly-blackish-color);
}

.cspt-btn-style-text.cspt-btn-color-gradient .elementor-button {
    border-image-source: none !important;
    background-image: none !important;
}

.cspt-btn-style-text.cspt-btn-color-globalcolor .elementor-button:hover,
.cspt-btn-style-text.cspt-btn-color-secondary .elementor-button {
    color: var(--cspt-greenly-secondary-color);
}

.cspt-btn-style-text.cspt-btn-color-globalcolor .elementor-button,
.cspt-btn-style-text.cspt-btn-color-light .elementor-button:hover,
.cspt-btn-style-text.cspt-btn-color-blackish .elementor-button:hover,
.cspt-btn-style-text.cspt-btn-color-secondary .elementor-button:hover {
    color: var(--cspt-greenly-global-color);
}

.cspt-btn-style-text.cspt-btn-color-light .elementor-button {
    color: var(--cspt-greenly-light-bg-color);
}

.cspt-btn-style-outline .elementor-button.elementor-size-sm {
    padding: 19px 38px;
}

.cspt-full-btn .elementor-button {
    font-size: 20px;
    font-weight: 600;
    border: none;
    box-shadow: inherit;
    text-transform: inherit;
    color: #232323;
    letter-spacing: 0;
    padding-right: 12px;
    padding-left: 0px;
    padding-top: 12px;
    padding-bottom: 0px;
    display: block;
    text-align: left;
}

.cspt-full-btn .elementor-button i {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 45px;
    right: 0 !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cspt-full-btn .elementor-button-content-wrapper {
    align-items: center;
}

.cspt-full-btn .elementor-button:hover {
    background: none !important;
    color: #0c121d !important;
}

.cspt-full-btn .elementor-button:hover i {
    background: #0c121d !important;
}

.cspt-shadow-btn.cspt-btn-shape-rounded .elementor-size-xl {
    padding: 14px 60px;
    font-size: 15px;
    border-radius: 32px;
}

.cspt-btn-style-text .elementor-button {
    position: relative;
    display: inline-block;
}

.cspt-btn-style-text .elementor-button:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #f5f5f5;
    bottom: -2px;
    position: absolute;
    left: 0;
    -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;
    transition: all 0.3s ease 0s;
}

.cspt-btn-style-text .elementor-button:hover:after {
    width: 0%;
}


/* --------------------------------------
 * Accordion
 * ---------------------------------------*/

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: none;
    margin: 30px 0;
}

body .elementor-element.elementor-box-effect:before {
    left: -100px !important;
    border-radius: 4px;
}


/*** Homepage (Feedback form) ***/

.cspt-box-shadow-2 .vc_column-inner>.wpb_wrapper {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background: #fff;
    padding-right: 40px;
}

.cspt-full-btn .vc_general.vc_btn3 {
    font-size: 20px;
    font-weight: 600;
    border: none;
    box-shadow: inherit;
    text-transform: inherit;
    color: #232323;
    letter-spacing: 0;
    padding-right: 50px !important;
    padding-left: 30px;
}

.cspt-full-btn .vc_general.vc_btn3:focus {
    background-color: transparent;
}

.cspt-full-btn .vc_btn3 .vc_btn3-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 45px;
    right: 0 !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cspt-full-btn .vc_btn3:hover .vc_btn3-icon {
    background-color: #222;
}

.cspt-full-btn .vc_general.vc_btn3:hover {
    background: none;
    color: #232323;
}

.cspt-margin-botto-0 {
    margin-bottom: 0;
}

.cspt-img-color.vc_row::before {
    background-color: transparent !important;
}


/*=== powerTip ===*/

#powerTip {
    text-align: center;
    width: 220px;
    padding: 20px 25px;
    color: #2c2c2c;
    background-color: #fff;
    box-shadow: 0 0 20px 4px rgb(154 161 177 / 15%), 0 4px 80px -8px rgb(36 40 47 / 25%), 0 4px 4px -2px rgb(91 94 105 / 15%);
}

#powerTip.n:before {
    border-top: 10px solid rgb(255 255 255);
}

#powerTip .box_view_html p {
    color: #2c2c2c;
    margin-bottom: 0px;
}

#powerTip .box_view_html h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cspt-tooltip-pin .wrap_svl_center_box .drag_element .point_style img {
    animation: animation01 2s infinite alternate;
}

@keyframes animation01 {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1.0);
    }
}


/*=== fact-digit satyle 5  ===*/

.creativesplanet-ele-fid-style-5 .cspt-fld-contents:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: url(../images/fid-img.png);
    background-position: top right;
    background-repeat: no-repeat;
}


/*=== Subheading Style 1  ===*/

.cspt-heading-style-1 .cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading,
.cspt-heading-style-1.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading,
.cspt-heading-style-1 .cspt-heading-subheading .cspt-element-subtitle {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}

.cspt-heading-style-1 .cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading:before,
.cspt-heading-style-1.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading:before,
.cspt-heading-style-1 .cspt-heading-subheading .cspt-element-subtitle:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -50px;
    width: 40px;
    height: 1px;
    background-color: var(--cspt-greenly-secondary-color);
}

.cspt-bg-color-globalcolor.cspt-heading-style-1 .cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading:before,
.cspt-bg-color-globalcolor .cspt-heading-style-1.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading:before,
.cspt-bg-color-blackish .cspt-heading-style-1.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading:before,
.cspt-elementor-bg-color-globalcolor .cspt-heading-style-1 .cspt-heading-subheading .cspt-element-subtitle:before,
.cspt-elementor-bg-color-blackish .cspt-heading-style-1 .cspt-heading-subheading .cspt-element-subtitle:before {
    background-color: var(--cspt-greenly-white-color);
}


/*== Extra class CSS ==*/

.cspt-service-text.elementor-widget-text-editor .elementor-widget-container {
    color: var(--cspt-greenly-white-color);
}

.wpb_text_column.wpb_content_element a,
.cspt-service-text.elementor-widget-text-editor .elementor-widget-container a {
    text-decoration: underline;
    font-weight: 500;
    color: var(--cspt-greenly-white-color);
}


/*== Tab-Style1 ==*/

.cspt-tab-style1 .elementor-tab-title.elementor-active span,
.cspt-tab-style1 .elementor-tab-title span,
.cspt-tab-style1 .elementor-tab-title.elementor-active,
.cspt-tab-style1 .elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cspt-tab-style1.vc_tta.vc_general .vc_tta-tab>a {
    border-width: 0px;
    padding: 22px 90px 22px 23px!important;
}

body {
    counter-reset: csptbox1;
}

.cspt-tab-style1 .vc_tta-title-text {
    position: relative;
    padding-left: 40px;
}

.cspt-tab-style1 .vc_tta-tab.vc_active .vc_tta-title-text:before {
    background: var(--cspt-greenly-white-color);
    color: var(--cspt-greenly-secondary-color);
}

.cspt-tab-style1 .vc_tta-title-text:before {
    counter-increment: csptbox1;
    content: counter(csptbox1, decimal-leading-zero);
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 30px;
    background-color: var(--cspt-greenly-global-color);
    color: var(--cspt-greenly-white-color);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cspt-tab-style1.vc_tta-tabs.vc_tta-tabs-position-left {
    align-items: center;
}

.cspt-tab-style1.vc_tta.vc_general .vc_tta-tab>a,
.cspt-tab-style1 .elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    border-bottom: 1px solid #000;
    border-color: rgba(var(--cspt-greenly-secondary-color-rgb), .10);
    padding: 22px 23px;
    color: var(--cspt-greenly-secondary-color);
}

.cspt-tab-style1 .elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:last-child {
    border-bottom: 0;
}

.cspt-tab-style1 .vc_tta-tab.vc_active,
.cspt-tab-style1 .elementor-tab-title.elementor-active {
    background-color: var(--cspt-greenly-secondary-color);
    color: var(--cspt-greenly-white-color)!important;
}

.cspt-tab-style1 .elementor-widget-tabs .elementor-tabs,
.cspt-tab-style1 .elementor-tabs .elementor-tab-content .row {
    align-items: center;
}

.cspt-tab-style1 .elementor-widget-tabs .elementor-tab-content {
    padding: 0;
    margin-left: 45px;
}

.cspt-tab-style1 .elementor-tabs .elementor-tab-content .row .cspt-content {
    padding-left: 30px;
}

.cspt-tab-style1 .elementor-tabs .elementor-tab-content .row .cspt-content h3 {
    margin-bottom: 5px;
    font-size: 22px;
}

.cspt-tab-style1 .elementor-tabs .cspt-content-list ul {
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0;
}

.cspt-tab-style1 .elementor-tabs .cspt-content-list ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    text-align: left;
    color: var(--cspt-greenly-secondary-color);
}

.cspt-tab-style1 .elementor-tabs .cspt-content-list ul li:after {
    content: "\f00c";
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0px;
    font-family: "FontAwesome";
    font-weight: 500;
    color: var(--cspt-greenly-global-color);
}

.cspt-tab-style1 .elementor-tab-title span {
    background: var(--cspt-greenly-global-color);
    color: var(--cspt-greenly-white-color);
    height: 25px;
    width: 25px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    margin-right: 17px;
}

.cspt-tab-style1 .elementor-tab-title.elementor-active span {
    background: var(--cspt-greenly-white-color);
    color: var(--cspt-greenly-secondary-color);
}


/*== 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: .50;
}

.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;
}

@keyframes marquee-left {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

@keyframes marquee-right {
    0% {
        transform: translate(-50%, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}


/*== Extra class ==*/

.cspt-liststyle1.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar,
.cspt-liststyle1.vc_progress_bar .vc_single_bar .vc_bar-wrapper .vc_bar,
.cspt-liststyle1.elementor-widget-progress .elementor-progress-bar {
    height: 2px;
}

.cspt-liststyle1.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    background-color: var(--cspt-greenly-global-color)!important;
}

.cspt-liststyle1.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar,
.cspt-liststyle1.elementor-widget-progress .elementor-progress-wrapper {
    background-color: #e4e4e4!important;
    margin-bottom: 10px;
}

.cspt-text-color-white .cspt-heading-subheading .cspt-element-title {
    color: var(--cspt-greenly-white-color);
}

.cspt-button-hoverbg .vc_btn3-style-classic.vc_btn3-color-globalcolor.vc_general.vc_btn3:hover,
.cspt-button-hoverbg.cspt-btn-style-flat.cspt-btn-color-globalcolor .elementor-button:hover {
    background-color: var(--cspt-greenly-white-color)!important;
    color: var(--cspt-greenly-blackish-color);
}

.cspt-play-border-color .elementor-view-framed .elementor-icon {
    border-color: var(--cspt-greenly-global-color)!important;
}

.z-index-9 .vc_column-inner {
    z-index: 9!important;
}
