/*------------------------------------------------------------------
[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;
}
/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/

/*** Dropdown Menu ( White ) ***/
.cspt-navbar.cspt-dropdown-active-color-white ul > li > ul > li.current-menu-item > a, 
.cspt-navbar.cspt-dropdown-active-color-white ul > li > ul li.current_page_item > a, 
.cspt-navbar.cspt-dropdown-active-color-white ul > li > ul li.current_page_ancestor > a,

/*** Main Menu ( White ) ***/
.cspt-navbar.cspt-main-active-color-white > div > ul > li:hover > a, 
.cspt-navbar.cspt-main-active-color-white > div > ul > li.current_page_item > a, 
.cspt-navbar.cspt-main-active-color-white > div > ul >li.current-menu-parent > a{
    color: var(--cspt-enginir-white-color);
}

/*** Dropdown Menu ( Blackish ) ***/
.cspt-navbar.cspt-dropdown-active-color-blackish ul > li > ul > li.current-menu-item > a, 
.cspt-navbar.cspt-dropdown-active-color-blackish ul > li > ul li.current_page_item > a, 
.cspt-navbar.cspt-dropdown-active-color-blackish ul > li > ul li.current_page_ancestor > a,

/*** Main Menu ( Blackish ) ***/
.cspt-navbar.cspt-main-active-color-blackish > div > ul > li:hover > a, 
.cspt-navbar.cspt-main-active-color-blackish > div > ul > li.current_page_item > a, 
.cspt-navbar.cspt-main-active-color-blackish > div > ul >li.current-menu-parent > a{
    color: #071323;
}

/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
.cspt-heading-subheading-style-3 .cspt-element-title,
.cspt-divider .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading,
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-divider .cspt-ihbox-heading{
    position: relative;
}
.cspt-heading-subheading-style-3 .cspt-element-title:after,
.cspt-divider .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading:after,
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-divider .cspt-ihbox-heading:after{
    content: '';
    width: 100px;
    background: var(--cspt-enginir-global-color);
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-divider.cspt-align-center .cspt-ihbox-heading:after,
.cspt-divider .cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center .cspt-ihbox-heading:after{
    left: 50%;
    margin-left: -50px;
}
.cspt-heading-subheading .cspt-element-title em,
.cspt-skincolor-heading .cspt-ihbox-heading em{
	font-style: normal;
}
.cspt-elementor-bg-color-globalcolor + .elementor-element .cspt-heading-subheading-style-3 .cspt-element-title:after,
.cspt-bg-color-globalcolor .cspt-divider .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading:after, 
.cspt-bg-color-globalcolor .cspt-ihbox.cspt-ihbox-style-hsbox.cspt-divider .cspt-ihbox-heading:after{
    background-color: var(--cspt-enginir-white-bg-color);
}
/*** cspt-heading-subheading-style-2 ***/
.cspt-heading-subheading-style-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.cspt-heading-subheading-style-2 .cspt-hs-left {
    width: 40%;
}
.cspt-heading-subheading-style-2 .cspt-hs-right {
    width: 60%;
}
/*** cspt-heading-subheading-style-3 ***/
.cspt-align-center .cspt-heading-subheading-style-3 .cspt-element-title:after {
    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-align-right .cspt-heading-subheading-style-3 .cspt-element-title:after {
    left: inherit;
    right: 0;
}
.cspt-align-left .cspt-heading-subheading-style-3 .cspt-element-title:after {
    left: 0;
    right: inherit;
}
/*** cspt-heading-subheading-style-4 ***/
.cspt-heading-subheading-style-4 {
    display: flex;
    justify-content: space-between;
}
.cspt-ele-header-area.container .cspt-heading-subheading-style-4 {
    width: 75%;
}
.cspt-ele-header-area.container .cspt-heading-subheading-style-4 .cspt-carousel-nav-arrow-header {
    width: 25%;
}
.cspt-heading-subheading-style-4 .cspt-hs-left{
    width: 70%;
}

/* Title Squre Style */

.cspt-title-style2 .cspt-element-title .cspt-square,
.cspt-title-style1 .cspt-element-title .cspt-square{
    position: relative;
    display: inline-flex;
}
.cspt-title-style2 .cspt-element-title .cspt-square:after,
.cspt-title-style1 .cspt-element-title .cspt-square:after{
    position: absolute;
    content: '';
    right: -10px;
    left: auto;
    height: 12px;
    width: 12px;
    background-color: var(--cspt-enginir-blackish-color);
    border-radius: 2px;
    top: -12px;
}
.cspt-title-style2 .cspt-element-title .cspt-square:after{
  background-color: var(--cspt-enginir-global-color);
}

/* Subtitlestyle 1 */

.cspt-subtitle-style1 .cspt-element-subtitle{
    position: relative;
    padding: 0 6px;
    display: inline-block;
}
.cspt-subtitle-style1 .cspt-element-subtitle:after{
    position: absolute;
    content: ']';
    right: 0;
    left:auto;
    color: rgba(var(--cspt-enginir-blackish-color-rgb),.5);
    top: 0px;
}
.cspt-subtitle-style1 .cspt-element-subtitle:before{
    position: absolute;
    content: '[';
    right: auto;
    left:0;
    color: rgba(var(--cspt-enginir-blackish-color-rgb),.5);
    top: 0px;
}

/* Subtitlestyle 2 */

.cspt-subtitle-style2 .cspt-element-subtitle{
    position: relative;
    padding: 0 0 0 20px;
}
.cspt-subtitle-style2 .cspt-element-subtitle:after{
    position: absolute;
    content: '';
    right: auto;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: var(--cspt-enginir-global-color);
    border-radius: 2px;
    top: 6px;
}
.cspt-elementor-bg-color-globalcolor .cspt-subtitle-style2 .cspt-element-subtitle:after{
    background-color: var(--cspt-enginir-blackish-color);
}

/* Subtitlestyle 3 */

.cspt-subtitle-style3 .cspt-element-subtitle{
    background-color: var(--cspt-enginir-light-bg-color);
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-block;
}
.cspt-subtitle-white .cspt-subtitle-style3 .cspt-element-subtitle{
    background-color: rgba(var(--cspt-enginir-white-color-rgb),.2);
    color: var(--cspt-enginir-white-color);
}
.cspt-subtitle-white .cspt-title-style1 .cspt-element-title .cspt-square:after{
    background-color: var(--cspt-enginir-white-bg-color);
}
.cspt-elementor-bg-color-light .cspt-subtitle-style3 .cspt-element-subtitle{
    background-color: var(--cspt-enginir-white-bg-color);
}

/* --------------------------------------
 * 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: var(--cspt-enginir-white-bg-color)
}

/*** ihbox-style-global ***/
.cspt-ihbox-style-1,
.cspt-ihbox-style-1 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-4 .cspt-ihbox-icon-wrapper,
.cspt-ihbox-style-6 .cspt-ihbox-icon-wrapper{
    -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);
}
body{
    counter-reset: item csptbox1;
}

/* --------------------------------------
 * Blog Box
 * ---------------------------------------*/
.creativesplanet-box-blog{
    margin-bottom: 30px;
}
.creativesplanet-ele-blog .cspt-post-title{
    margin-bottom: 10px;
}
.cspt-meta-container .cspt-meta-line{
    color: #abacaf;
}

.cspt-blogbox-style-3 .post-item .cspt-read-more-link a:after,
.cspt-blogbox-style-4 .post-item .cspt-read-more-link a:after{
    -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);
}
.cspt-blogbox-style-3 .post-item .cspt-read-more-link a,
.cspt-blogbox-style-4 .post-item .cspt-read-more-link a{
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.cspt-blogbox-style-3 .post-item .cspt-read-more-link a:after,
.cspt-blogbox-style-4 .post-item .cspt-read-more-link a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 100%;
    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-blogbox-style-3 .post-item .cspt-read-more-link a:hover:after,
.cspt-blogbox-style-4 .post-item .cspt-read-more-link a:hover:after{
    width: 0;
}

/* .creativesplanet-element-blog .cspt-header-area-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
} */


/*** Classic blog ***/
.cspt-blog-classic .cspt-featured-wrapper{
    margin-bottom: 0;
}
.cspt-blog-classic {
    margin-bottom: 70px;
    position: relative;
}
.home.blog article:first-child .cspt-blog-classic{
    margin-bottom: 0;
}
.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;
}
.cspt-blog-classic-inner .cspt-read-more-link{
	padding-top: 15px;
}
.tag .cspt-blog-classic-inner .cspt-read-more-link a,
.category .cspt-blog-classic-inner .cspt-read-more-link a,
.blog .cspt-blog-classic-inner .cspt-read-more-link a{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 30px;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    line-height: 30px;
    font-weight: 500;
    border: 2px solid #000;
    display: inline-block;
}
.cspt-blog-classic-inner .cspt-read-more-link a:hover{
    color: var(--cspt-enginir-white-color);
} 
.blog.cspt-advance-enginir-demo .cspt-blog-classic-inner .cspt-read-more-link a{
    background: var(--cspt-enginir-blackish-color);
    border-color: var(--cspt-enginir-blackish-color);
    color: var(--cspt-enginir-white-bg-color);
}
.blog.cspt-advance-enginir-demo .cspt-blog-classic-inner .cspt-read-more-link a:hover{
    color: var(--cspt-enginir-blackish-color);
    border-color: var(--cspt-enginir-global-color);
}
.cspt-button-color-white.blog.cspt-advance-enginir-demo .cspt-blog-classic-inner .cspt-read-more-link a:hover{
    color: var(--cspt-enginir-white-color);
}
.cspt-blog-classic .cspt-blog-classic-inner{
    padding: 30px;
    border: 1px solid #f2f3f4;
}
.cspt-blog-classic .cspt-meta-cat a{
    position: absolute;
    top: 20px;
    left: 20px;
}
.cspt-blog-classic blockquote{   
    color: #222;
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
}
.cspt-blog-classic blockquote .authorOrTitle{
    display: block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 15px;
}
.wp-block-quote.is-style-large cite em:before,
blockquote cite:before, 
blockquote small:before {
    content: "\2014\00a0";
}
.wp-block-quote.is-style-large cite:before{
    display: none;
}
blockquote.wp-block-quote.is-style-large{
  padding: 30px  
}
blockquote cite, 
blockquote small {
    color: #bcbdc1;
    display: block;
    font-size: 13px;
    line-height: 23px;
    font-style: normal!important;
    margin-top: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.post_format-post-format-quote .cspt-blog-classic .cspt-meta,
.post_format-post-format-quote .cspt-blog-classic .cspt-blog-classic-inner{
    display: none;
}
.post_format-post-format-quote .cspt-blog-classic blockquote{
    margin: 0;
}

/* Advace demo */
.blog.cspt-advance-enginir-demo .cspt-blog-classic .cspt-post-title {
    font-weight: normal;
}
.cspt-advance-enginir-demo.blog .cspt-blog-classic .cspt-blog-classic-inner,
.cspt-advance-enginir-demo.single-post .cspt-blog-classic .cspt-blog-classic-inner{
    padding: 30px 0 0;
    border: none;
}
.cspt-advance-enginir-demo.blog .cspt-blog-meta-bottom,
.cspt-advance-enginir-demo.single-post .cspt-blog-meta-bottom {
    border-top: none;
    padding-top: 10px;
    margin-top: 30px;
}
.cspt-advance-enginir-demo.blog .cspt-blog-classic .cspt-blog-meta-top > span,
.cspt-advance-enginir-demo.single-post .cspt-blog-classic .cspt-blog-meta-top > span {
    margin-right: 10px;
    background: var(--cspt-enginir-global-color);
    padding: 8px 10px;
    color: var(--cspt-enginir-blackish-color);
    cursor: pointer;
}
.cspt-advance-enginir-demo.blog .cspt-blog-classic .cspt-blog-meta-top > span a,
.cspt-advance-enginir-demo.single-post .cspt-blog-classic .cspt-blog-meta-top > span a{
    color: var(--cspt-enginir-blackish-color);
}
.cspt-button-color-white.cspt-advance-enginir-demo.blog .cspt-blog-classic .cspt-blog-meta-top > span a,
.cspt-button-color-white.cspt-advance-enginir-demo.single-post .cspt-blog-classic .cspt-blog-meta-top > span a{
    color: var(--cspt-enginir-white-color);
}
.cspt-advance-enginir-demo.blog .cspt-blog-classic .cspt-meta-date i,
.cspt-advance-enginir-demo.single-post .cspt-blog-classic .cspt-meta-date i{
    display: none;
}
.cspt-advance-enginir-demo.blog .cspt-blog-classic .cspt-blog-meta-top > span:nth-child(2),
.cspt-advance-enginir-demo.single-post .cspt-blog-classic .cspt-blog-meta-top > span:nth-child(2) {
    background-color: var(--cspt-enginir-blackish-bg-color);
}
.cspt-advance-enginir-demo.blog .cspt-blog-classic .cspt-blog-meta-top > span:nth-child(2) a,
.cspt-advance-enginir-demo.single-post .cspt-blog-classic .cspt-blog-meta-top > span:nth-child(2) a{
    color: var(--cspt-enginir-white-color);
}
.cspt-advance-enginir-demo.blog .cspt-blog-classic .cspt-blog-meta-top > span:nth-child(3),
.cspt-advance-enginir-demo.single-post .cspt-blog-classic .cspt-blog-meta-top > span:nth-child(3) {
    background-color: var(--cspt-enginir-light-bg-color);
}
.cspt-advance-enginir-demo.blog .cspt-blog-classic  .cspt-blog-meta.cspt-blog-meta-top,
.cspt-advance-enginir-demo.single-post .cspt-blog-classic  .cspt-blog-meta.cspt-blog-meta-top{
    display: inline-flex;
    margin-top: 0;
}
.cspt-advance-enginir-demo.single-post .cspt-blog-classic .cspt-entry-content {
    margin-top: 30px;
}
.cspt-advance-enginir-demo.single-post .cspt-blog-meta-bottom-left .cspt-meta-tags .cspt-meta-title{
    display: none;
}
.cspt-advance-enginir-demo.single-post .cspt-blog-meta-bottom-left .cspt-meta-tags a{
    border: 1px solid rgba(var(--cspt-enginir-blackish-color-rgb), .15);
    padding: 7px 12px;
    font-size: 15px;
    line-height: 25px;
    color: #555;
}
.cspt-advance-enginir-demo.single-post .cspt-blog-meta-bottom-left .cspt-meta-tags a:hover{
    background-color: var(--cspt-enginir-global-color);
    color: var(--cspt-enginir-blackish-color);
    border-color: var(--cspt-enginir-global-color);
}
.cspt-button-color-black.cspt-advance-enginir-demo.blog .cspt-blog-classic .cspt-meta-cat a,
.cspt-button-color-black.cspt-advance-enginir-demo.single-post .cspt-blog-classic .cspt-meta-cat a{
    color: var(--cspt-enginir-blackish-color);
}
.cspt-advance-enginir-demo.blog .cspt-blog-classic .cspt-post-title {
    margin-top: 20px;
}

/* advance demo blog sidebar */
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .widget,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .widget {
    padding: 0;
    border: none;
    margin-bottom: 50px;
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .search-form input[type="search"],
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .search-form input[type="search"] {
    border: none;
    background: var(--cspt-enginir-light-bg-color);
    padding-right: 85px;
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .search-form .search-submit:after,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .search-form .search-submit:after{
    color: var(--cspt-enginir-blackish-color);
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .search-form .search-submit:hover:after,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .search-form .search-submit:hover:after{
    color: var(--cspt-enginir-white-color);
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .search-form button,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .search-form button{
    box-shadow: -5px 0 0 #ffffff;
    color: var(--cspt-enginir-blackish-color);
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .search-form button:hover,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .search-form button:hover{
    background-color: var(--cspt-enginir-blackish-bg-color);
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .widget_tag_cloud ul li a,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .widget_tag_cloud ul li a{
    color: #555;
    font-size: 15px !important;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgba(var(--cspt-enginir-blackish-color-rgb),.1);
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .widget_tag_cloud ul li a:hover,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .widget_tag_cloud ul li a:hover{
    background-color: var(--cspt-enginir-global-color);
    color: var(--cspt-enginir-blackish-color);
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar{
    position: relative;
    padding: 80px 15x 0px 40px;
    height: 100%;
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar::before,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar::before{
    position: absolute;
    content: '';
    left: -25px;
    right: auto;
    top: 80px;
    height: 100%;
    width: 1px;
    background-color: rgba(var(--cspt-enginir-blackish-color-rgb), .1);
}
.blog.cspt-advance-enginir-demo .cspt-blog-classic,
.cspt-advance-enginir-demo.single-post .cspt-blog-classic{
    padding-right: 55px;
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .widget:last-child,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .widget:last-child{
    margin-bottom: 0;
}
.blog.cspt-advance-enginir-demo .enginir_recent_posts_widget .cspt-rpw-list > li > a,
.cspt-advance-enginir-demo.single-post .enginir_recent_posts_widget .cspt-rpw-list > li > a {
    width: 130px;
}
.blog.cspt-advance-enginir-demo .enginir_recent_posts_widget .cspt-rpw-list > li > a img,
.cspt-advance-enginir-demo.single-post .enginir_recent_posts_widget .cspt-rpw-list > li > a img{
    height: 90px;
    object-fit: cover;
}
.blog.cspt-advance-enginir-demo .enginir_recent_posts_widget .cspt-rpw-content .cspt-rpw-title a,
.cspt-advance-enginir-demo.single-post .enginir_recent_posts_widget .cspt-rpw-content .cspt-rpw-title a{
    font-size: 18px;
    line-height: 22px;
    color: var(--cspt-enginir-blackish-color);
}
.blog.cspt-advance-enginir-demo .enginir_recent_posts_widget .cspt-rpw-content .cspt-rpw-title a:hover,
.cspt-advance-enginir-demo.single-post .enginir_recent_posts_widget .cspt-rpw-content .cspt-rpw-title a:hover{
    color: var(--cspt-enginir-global-color);
}
.cspt-button-color-black.blog.cspt-advance-enginir-demo .enginir_recent_posts_widget .cspt-rpw-content .cspt-rpw-title a:hover,
.cspt-button-color-black.cspt-advance-enginir-demo.single-post .enginir_recent_posts_widget .cspt-rpw-content .cspt-rpw-title a:hover{
    color: rgba(var(--cspt-enginir-blackish-color-rgb),.7);
}

.blog.cspt-advance-enginir-demo .enginir_recent_posts_widget .cspt-rpw-content,
.cspt-advance-enginir-demo.single-post .enginir_recent_posts_widget .cspt-rpw-content{
    display: grid;
    gap: 20px;
}
.blog.cspt-advance-enginir-demo .enginir_recent_posts_widget .cspt-rpw-content .cspt-rpw-title,
.cspt-advance-enginir-demo.single-post .enginir_recent_posts_widget .cspt-rpw-content .cspt-rpw-title{
    order: 2;
    line-height: 22px;
}
.blog.cspt-advance-enginir-demo .enginir_recent_posts_widget .cspt-rpw-content .cspt-rpw-date a,
.cspt-advance-enginir-demo.single-post .enginir_recent_posts_widget .cspt-rpw-content .cspt-rpw-date a{
    background-color: var(--cspt-enginir-global-color);
    color: var(--cspt-enginir-blackish-color);
    text-transform: uppercase;
    padding: 7px 10px;
    letter-spacing: 0.5px;
}
.blog.cspt-advance-enginir-demo .widget-title,
.cspt-advance-enginir-demo.single-post .widget-title{
    display: inline-block;
}
.blog.cspt-advance-enginir-demo .widget-title::after,
.cspt-advance-enginir-demo.single-post .widget-title::after{
    position: absolute;
    content: '';
    right: -10px;
    left: auto;
    background-color: var(--cspt-enginir-global-color);
    height: 6px;
    width: 6px;
    bottom: 6px;
    border-radius: 50%;
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .enginir_recent_posts_widget .cspt-rpw-list li,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .enginir_recent_posts_widget .cspt-rpw-list li{
    border-bottom: 1px solid rgba(var(--cspt-enginir-blackish-color-rgb), .15);
    padding: 0px 0 25px;
    margin: 0 0 25px;
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .enginir_recent_posts_widget .cspt-rpw-list li:last-child,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .enginir_recent_posts_widget .cspt-rpw-list li:last-child{
    border-bottom: none;
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .widget.widget_categories ul li,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .widget.widget_categories ul li{
    border-bottom: 1px solid rgba(var(--cspt-enginir-blackish-color-rgb), .15);
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .widget.widget_categories ul li a,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .widget.widget_categories ul li a{
    padding-left: 0px;
    color: #555;
    font-size: 17px;
    font-weight: normal;
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .widget.widget_categories ul li a:hover,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .widget.widget_categories ul li a:hover {
    padding-left: 25px;
    color: var(--cspt-enginir-blackish-color);
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .widget.widget_categories ul li a:before,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .widget.widget_categories ul li a:before{
    content: '\e810';
    left: 0px;
    font-size: 16px;
    top: -3px;
    color: var(--cspt-enginir-global-color);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}


.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .widget.widget_categories ul li a:hover:before,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .widget.widget_categories ul li a:hover:before{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .widget_categories ul li span,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .widget_categories ul li span {
    width: auto;
    height: auto;
    line-height: 27px;
    color: #555;
    font-size: 17px;
    font-weight: normal;
    background-color: transparent;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .widget_categories ul li:hover span,
.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .widget_categories ul li:hover span{
    color: var(--cspt-enginir-global-color);
}
.cspt-button-color-black.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .widget_categories ul li span,
.cspt-button-color-black.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .widget_categories ul li span{
    color: rgba(var(--cspt-enginir-blackish-color-rgb),.5);
}
.cspt-button-color-black.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .widget_categories ul li:hover span,
.cspt-button-color-black.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .widget_categories ul li:hover span,
.cspt-button-color-black.blog.cspt-advance-enginir-demo .creativesplanet-sidebar .widget.widget_categories ul li a:before,
.cspt-button-color-black.cspt-advance-enginir-demo.single-post .creativesplanet-sidebar .widget.widget_categories ul li a:before{
    color: var(--cspt-enginir-blackish-color);
}

/* Comment Area */
.cspt-advance-enginir-demo.single-post .content-area .comment-list>li{
    border: none;
    padding: 0;
}
.cspt-advance-enginir-demo.single-post .content-area .reply{
    position: relative;
    top: 0;
    display: inline-block;
}
.cspt-advance-enginir-demo.single-post .content-area .cspt-comment-meta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px 0;
}
.cspt-advance-enginir-demo.single-post .content-area .comment-list .cspt-comment-avatar img {
    border-radius: 0;
    width: 90px;
    height: 90px;
}
.cspt-advance-enginir-demo.single-post .content-area .cspt-comment-date a{
    color: var(--cspt-enginir-blackish-color);
}
.cspt-advance-enginir-demo.single-post .content-area .cspt-comment-author a:hover,
.cspt-advance-enginir-demo.single-post .content-area .cspt-comment-date a:hover{
    color: rgba(var(--cspt-enginir-blackish-color-rgb),.7);
}
.cspt-advance-enginir-demo.single-post .comment-list li:not(:last-child) .cspt-comment {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(var(--cspt-enginir-blackish-color-rgb), .1);
}
.cspt-advance-enginir-demo.single-post .cspt-comment-content {
    padding: 0 0 40px 0;
    margin-left: 130px;
}
.cspt-advance-enginir-demo.single-post .cspt-comment-content .reply a{
    color: #555;
    font-size: 15px;
    background-color: var(--cspt-enginir-blackish-color);
    color: var(--cspt-enginir-white-color);
    padding: 6px 12px;
    line-height: 22px;
    letter-spacing: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

}
.cspt-advance-enginir-demo.single-post .cspt-comment-content .reply a:hover{
    color: var(--cspt-enginir-blackish-color);
    background-color: var(--cspt-enginir-global-color);  
}
.cspt-advance-enginir-demo.single-post .cspt-comment-content .reply a:after{
    position: absolute;
    content: '\e810';
    font-family: "creativesplanet-base-icons";
    right: -34px;
    left: auto;
    top: -2px;
    color: var(--cspt-enginir-blackish-color);
    background-color: var(--cspt-enginir-global-color);
    height: 31px;
    text-align: center;
    width: 31px;
    line-height: 31px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.cspt-advance-enginir-demo.single-post .content-area .comment-list .children {
    margin-left: 140px;
    padding-top: 8px;
}
.cspt-advance-enginir-demo.single-post .cspt-blog-meta-bottom .cspt-social-share li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: var(--cspt-enginir-blackish-color);
    background-color: var(--cspt-enginir-light-bg-color);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.cspt-advance-enginir-demo.single-post .cspt-blog-meta-bottom .cspt-social-share li a:hover{
    background-color: var(--cspt-enginir-global-color);
} 
.cspt-advance-enginir-demo.single-post .cspt-comment-date a {
    font-size: 15px;
    line-height: 15px;
    position: relative;
    letter-spacing: 0;
    padding: 0 0 0 15px;
    margin: 0 0 0 10px;
}
.cspt-advance-enginir-demo.single-post .cspt-comment-date a::before {
    position: absolute;
    content: '';
    left: 0;
    right: auto;
    height: 6px;
    width: 6px;
    border-radius: 50px;
    background: var(--cspt-enginir-global-color);
    top: 50%;
    transform: translate(-50%, -50%);
}

/*Advance Demo next prev css */
.cspt-advance-enginir-demo.single-post .navigation-wrapper.container{
    padding: 0;
}
.cspt-advance-enginir-demo.single-post .navigation-wrapper .cspt-nav-thumbnail img{
    width: 100px;
    height: 80px;
    object-fit: cover;
}
.cspt-advance-enginir-demo.single-post .navigation-wrapper .post-navigation .nav-links {
    padding: 15px;
    border: 1px solid rgba(var(--cspt-enginir-blackish-color-rgb), .15);
    margin: 50px 0 50px;
}
.cspt-advance-enginir-demo.single-post .navigation-wrapper .post-navigation .nav-links a{
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
}
.cspt-button-color-black.cspt-advance-enginir-demo.single-post .navigation-wrapper .post-navigation .nav-links a:hover{
    color: rgb(var(--cspt-enginir-blackish-color-rgb), .7);
}
.cspt-advance-enginir-demo.single-post .navigation-wrapper .post-navigation .nav-links .nav-next a {
    text-align: right;
    justify-content: end;
    margin-left: auto;
}
.cspt-advance-enginir-demo.single-post .navigation-wrapper .nav-links .nav-next .cspt-nav-thumbnail {
    margin-left: 25px;
}
.cspt-advance-enginir-demo.single-post .navigation-wrapper .nav-links .nav-previous .cspt-nav-thumbnail {
    margin-right: 25px;
}
.cspt-advance-enginir-demo.single-post .navigation-wrapper .nav-links .nav-previous{
    border-right: 1px solid rgba(var(--cspt-enginir-blackish-color-rgb), .15);
}

/* Advance Demo Authir box */

.cspt-advance-enginir-demo.single-post .cspt-author-box {
    box-shadow: unset;
    background-color: transparent;
    padding: 0;
}
.cspt-advance-enginir-demo.single-post .cspt-author-box .cspt-author-image {
    height: auto;
    width: 18%;
    border-radius: 0;
    margin-right: 15px;
    padding: 0;
    background: var(--cspt-enginir-global-color);
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.cspt-advance-enginir-demo.single-post .cspt-author-box .cspt-author-content {
    padding: 40px;
    background-color: var(--cspt-enginir-light-bg-color);
}
.cspt-advance-enginir-demo.single-post .cspt-author-box .cspt-text.cspt-author-bio{
    margin: 0;
}
.cspt-advance-enginir-demo.single-post .cspt-author-box .cspt-author-content .cspt-author-name{
    line-height: 30px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

/* Sticky post */
.post.sticky{
    background-color: var(--cspt-enginir-white-bg-color);
    position: relative;
    padding: 1px 40px;
    overflow: hidden;
    margin-bottom: 50px;
}
.post.sticky .cspt-blog-classic .cspt-blog-classic-inner{
    padding: 0px;
    border: 0;
}
.cspt-no-img.post.sticky{
  padding: 40px 40px;;
}

.post.sticky .cspt-blog-classic .cspt-blog-meta.cspt-blog-meta-top i,
.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: var(--cspt-enginir-white-color)
}
.post.sticky .cspt-entry-content{
   color: rgba(255, 255, 255, 0.80);
}
.post.sticky .cspt-meta-cat a{
   background-color: var(--cspt-enginir-white-bg-color);
   color: #222;
}
.post.sticky .cspt-read-more-link a:after{
   background-color: #222;
}
.post.sticky .cspt-blog-classic{
   margin-bottom: 0px;
}
article.cspt-no-img .cspt-meta.cspt-meta-cat{
    display: none;
}

/* --------------------------------------
 * 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-1 .cspt-entry-content{
    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{
    padding: 30px;
    border: 5px solid #f2f3f4;
    margin-top: 30px;
    margin-bottom: 0px;
}
.cspt-portfolio-lines-wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
}
.cspt-portfolio-line-title{
    color: #222;    
    font-weight: 700;
    letter-spacing: 0.5px;
    width: 116px;
    display: inline-block;
}
.cspt-portfolio-line-li{
    margin-bottom:  0px;
    position: relative;    
}
.cspt-details-label{ 
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 17px;
    display: block;
    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 {
    border: 4px solid #f2f3f4;
}
.cspt-advance-enginir-demo.cspt-button-color-black .cspt-portfolio-single-style-1 .cspt-portfolio-single .nav-links a:hover,
.cspt-advance-enginir-demo.cspt-button-color-black .cspt-portfolio-single-style-2 .cspt-portfolio-single .nav-links a:hover,
.cspt-advance-enginir-demo.cspt-button-color-black .cspt-portfolio-single-style-3 .cspt-portfolio-single .nav-links a:hover{
    color:rgba(var(--cspt-enginir-blackish-color-rgb), .7);
}
.cspt-advance-enginir-demo.cspt-button-color-black .cspt-portfolio-single-style-1 .cspt-portfolio-single .nav-links a:hover .cspt-portfolio-nav-icon i,
.cspt-advance-enginir-demo.cspt-button-color-black .cspt-portfolio-single-style-2 .cspt-portfolio-single .nav-links a:hover .cspt-portfolio-nav-icon i,
.cspt-advance-enginir-demo.cspt-button-color-black .cspt-portfolio-single-style-3 .cspt-portfolio-single .nav-links a:hover .cspt-portfolio-nav-icon i{
    color: var(--cspt-enginir-blackish-color);
}

.cspt-portfolio-single-style-3 .cspt-portfolio-lines-wrapper{
    padding: 50px 50px 20px;
    border: 1px solid rgba(var(--cspt-enginir-blackish-color-rgb), .15);
    margin-top: 0;
}
.cspt-portfolio-single-style-3 .cspt-portfolio-line-title {
   color: var(--cspt-enginir-blackish-color);
   display: block;
   font-size: 17px;
   margin-bottom: 5px;
   text-transform: uppercase;
   line-height: 27px;
   font-weight: 600;
   width: 100%;
}
.cspt-portfolio-single-style-3 .cspt-portfolio-line-li {
    margin-bottom: 30px;
}

.cspt-portfolio-single-style-3 .cspt-portfolio-lines-wrapper .cspt-portfolio-line-li {
    padding-top: 0px;
    padding-left: 80px;
}
.cspt-portfolio-single-style-3 .cspt-portfolio-lines-wrapper li.cspt-portfolio-line-li::before {
    position: absolute;
    content: '\e83b';
    font-family: "creativesplanet-base-icons";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    left: 0;
    top: 0;
    text-align: center;
    color: var(--cspt-enginir-blackish-color);
    background: var(--cspt-enginir-light-bg-color);
    transition: all 0.6s ease-in-out;
}

.cspt-portfolio-single-style-3 .cspt-portfolio-lines-wrapper li.cspt-portfolio-line-li:hover::before {
    color: var(--cspt-enginir-white-color);
    background: var(--cspt-enginir-blackish-bg-color);
}

.cspt-portfolio-single-style-3 li.cspt-portfolio-line-li.category::before {
    content: "\e83a";
}
.cspt-portfolio-single-style-3 .cspt-portfolio-lines-wrapper li.cspt-portfolio-line-li.date::before {
    content: "\e839";
}
.cspt-portfolio-single-style-3 .cspt-portfolio-lines-wrapper li.cspt-portfolio-line-li.location::before {
    content: "\e83c";
}
.cspt-portfolio-single-style-3 .cspt-portfolio-lines-wrapper li.cspt-portfolio-line-li.project::before {
    content: "\e83d";
}
.cspt-portfolio-single-style-3 .cspt-portfolio-lines-wrapper li.cspt-portfolio-line-li.service::before {
    content: "\e83c";
}
.cspt-portfolio-single-style-3 .cspt-portfolio-social-wrapper{
    background: var(--cspt-enginir-blackish-color);
    margin: 30px 0 0;
    padding: 20px 40px; 
    display: flex;
    align-items: center;
}
.cspt-portfolio-single-style-3 .cspt-social-links{
    margin: 0;
}
.cspt-portfolio-single-style-3 .cspt-social-links li {
    margin-right: 20px;
}
.cspt-portfolio-single-style-3 .cspt-social-links li a{
    color: var(--cspt-enginir-white-color);
}
.cspt-portfolio-single-style-3 .cspt-social-links li a:hover{
    color: var(--cspt-enginir-global-color);
}
.cspt-portfolio-single-style-3 .cspt-portfolio-social-text{
    text-transform: uppercase;
    color: var(--cspt-enginir-white-color);
}
.cspt-portfolio-single-style-3 .cspt-portfoliolis-social-wrapper{
    padding: 0 0 0 40px;
}

/*** 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 10px 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: var(--cspt-enginir-white-color);
    border: 1px solid;
}
.cspt-sortable-list a.cspt-selected:hover {
	color: var(--cspt-enginir-white-color);
}
.cspt-sortable-list a:hover {
    color: #222222;
}
/* cspt-category-style1 */
.cspt-category-style1 {
	text-align: center;
}
.cspt-category-style1 .cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center{
	margin-bottom: 0;
}
.cspt-category-style1 .cspt-sortable-list-ul{
	padding-bottom: 50px;
	display: inline-block;
	text-align: center;
	border-top: 1px solid #e2e2e3;
	margin-top: 30px;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}
.cspt-category-style1 .cspt-sortable-list-ul li:first-child{
	margin-left: 0;
}
.cspt-category-style1 .cspt-sortable-list-ul li:last-child{
	margin-right: 0;
}
.cspt-category-style1 .cspt-sortable-link{
	position: relative;
}
.cspt-category-style1 .cspt-sortable-link.cspt-selected:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
/* cspt-category-style2 */
.cspt-category-style2 .cspt-heading-subheading,
.cspt-category-style2 .cspt-ihbox-style-hsbox{
	float: left;
	margin-bottom: 60px;
}
.cspt-category-style2 .cspt-sortable-list{
	float: right;
}
.cspt-category-style2 .cspt-ele-header-area:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cspt-category-style2 .cspt-sortable-list-ul {
    margin-top: 15px;
}
.cspt-text-color-white .cspt-sortable-list a{
	color: var(--cspt-enginir-white-color);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}
.cspt-category-style2 .cspt-sortable-list a,
.cspt-category-style2 .cspt-sortable-list a.cspt-selected:hover {
    color: var(--cspt-enginir-white-color);
    border-color: var(--cspt-enginir-white-color);
}
.cspt-category-style2 .cspt-sortable-list a:hover {
    color: var(--cspt-enginir-global-color);
    border-color: var(--cspt-enginir-global-color);
}
.cspt-category-style2 .cspt-sortable-list a.cspt-selected {
    background-color: transparent;
}
/*.cspt-category-style3*/
.cspt-category-style3 .cspt-ihbox-style-hsbox{
	float: left;
	margin-bottom: 60px;
}
.cspt-category-style3 .cspt-sortable-list{
	float: right;
	margin-top: 25px;
}
.cspt-category-style3 .cspt-sortable-link.cspt-selected:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
.cspt-category-style3 .cspt-sortable-link{
	position: relative;
}
.cspt-category-style3 .cspt-sortable-link.cspt-selected:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
.cspt-category-style3 .cspt-ele-header-area:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* --------------------------------------
 * Team Member Section
 * ---------------------------------------*/
/*** single-cspt-teammember ***/
.tax-cspt-team-group.cspt-sidebar-no #primary.content-area{
    margin-top: 60px;
}
.tax-cspt-team-group .cspt-element-team-wrapper{
    margin-top: 40px;
}

.cspt-team-single-pbar{
    margin-top: 40px;
}

/*** Single Team Member Style 2 ***/
.cspt-team-single-style-2 .cspt-team-title-box{
    position: relative;
}
.cspt-team-single-style-2 .cspt-single-team-info li .icon{
    color: #222;
}
.cspt-team-single-style-2 .cspt-team-title-box *{
    display: block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.cspt-team-single-style-2 .cspt-team-single .cspt-team-social-links{
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 15px;
}
.cspt-team-single-style-2 .cspt-team-single .cspt-team-social-links a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}
.cspt-team-single-style-3 .cspt-progressbar .elementor-progress-wrapper .elementor-progress-bar,
.cspt-team-single-style-1 .cspt-progressbar .elementor-progress-wrapper .elementor-progress-bar {
	background-color: var(--cspt-enginir-global-color) !important;
}
.cspt-team-single-style-3 .cspt-progressbar .elementor-progress-wrapper,
.cspt-team-single-style-1 .cspt-progressbar .elementor-progress-wrapper {
    background-color: var(--cspt-enginir-light-bg-color);
}
.cspt-team-single-style-3 .cspt-progressbar,
.cspt-team-single-style-1 .cspt-progressbar{
    position: relative;
}
body .cspt-team-single-style-3 .cspt-progressbar .elementor-progress-percentage,
body .cspt-team-single-style-1 .cspt-progressbar .elementor-progress-percentage {
    top: 0;
}
.cspt-team-single-style-1 .elementor-progress-bar {
    height: 8px !important;
}
.cspt-team-single-style-3 .cspt-team-single-pbar .cspt-progressbar,
.cspt-team-single-style-1 .cspt-team-single-pbar .cspt-progressbar {
    padding-bottom: 23px;
}
.cspt-team-single-style-3 .cspt-team-single-pbar .cspt-progressbar:last-child,
.cspt-team-single-style-1 .cspt-team-single-pbar .cspt-progressbar:last-child {
    padding-bottom: 0;
}
.cspt-team-single-style-3 .cspt-progressbar .elementor-progress-text,
.cspt-team-single-style-1 .cspt-progressbar .elementor-progress-text {
    position: relative;
    display: block;
    font-size: 0;
    transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
    background-color: transparent;
}

/*** Single Team Member Style 3 ***/

.cspt-team-single-style-3 .cspt-single-team-info{
    display: block;
    padding: 0 0 30px 0;
}
.cspt-team-single-style-3 .cspt-single-team-info li{
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(var(--cspt-enginir-blackish-color-rgb), .15);
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
}
.cspt-team-single-style-3 .cspt-single-team-info li label{
    margin: 0;
    text-transform: uppercase;
    width: 40%;
    font-weight: normal;
    color: #555555;
    letter-spacing: 1px;
}
.cspt-team-single-style-3 .cspt-entry-content {
    margin: 20px 0 0 30px;
}
.cspt-team-single-style-3 .cspt-team-single .cspt-team-designation{
    margin-bottom: 15px;
    border: 1px solid rgba(var(--cspt-enginir-blackish-color-rgb), .15);
    border-radius: 30px;
    padding: 2px 20px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--cspt-enginir-blackish-color);
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 24px;
}
.cspt-team-single-style-3 .cspt-team-single .cspt-team-title{
    font-size: 34px;
    font-weight: 500;
}
.single-cspt-team-member .cspt-team-single-style-3 .cspt-short-description {
    margin-top: 25px;
}
.cspt-team-single-style-3 .cspt-team-single .cspt-team-social-links li {
    margin-right: 10px;
}
.cspt-team-single-style-3 .cspt-team-single .cspt-team-social-links a{
    border-radius: 50%;
    background-color: var(--cspt-enginir-light-bg-color);
    color: var(--cspt-enginir-blackish-color) !important;
}
.cspt-team-single-style-3 .cspt-team-single .cspt-team-social-links a:hover{
    background-color: var(--cspt-enginir-global-color);
}

/* --------------------------------------
 * 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;
}

.cspt-contact-form-advance .cspt-contact-form-wrap .input-group {
    display: block;
}
.cspt-contact-form-advance .cspt-contact-form-wrap input[type="date"],
.cspt-contact-form-advance .cspt-contact-form-wrap input[type="text"],
.cspt-contact-form-advance .cspt-contact-form-wrap input[type="email"],
.cspt-contact-form-advance .cspt-contact-form-wrap input[type="password"],
.cspt-contact-form-advance .cspt-contact-form-wrap input[type="tel"],
.cspt-contact-form-advance .cspt-contact-form-wrap input[type="url"],
.cspt-contact-form-advance .cspt-contact-form-wrap input[type="search"],
.cspt-contact-form-advance .cspt-contact-form-wrap select,
.cspt-contact-form-advance .cspt-contact-form-wrap textarea {
    background: var(--cspt-enginir-light-bg-color);
    border: none;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    width: 100%;
    color: #555;
}
.cspt-contact-form-advance .cspt-contact-form-wrap textarea{
    height: 165px;
}
.cspt-contact-form-advance select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.cspt-contact-form-advance .cspt-form-button-box{
    justify-content: center;

}
.cspt-contact-form-advance .cspt-form-button-box .cspt-form-btn{
    padding: 13px 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: none;
    font-style: normal;
}

/* --------------------------------------
 * Custom Button
 * ---------------------------------------*/
.vc_btn3-color-globalcolor.vc_general.vc_btn3:not(.vc_btn3-style-simple){
    color: var(--cspt-enginir-white-color);
}
.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-globalcolor.vc_general.vc_btn3.vc_btn3-style-flat:hover{
    background-color: #222;
}
.vc_general.vc_btn3-style-outline.vc_btn3-color-globalcolor:hover span{
    color: #fff
}

/* --------------------------------------
 * 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 view Section
 * ---------------------------------------*/
.cspt-company-hostory .simple-text p{
    text-align:left;
}
.cspt-company-hostory .year{
    padding: 6px 20px;
    display: inline-block;
    color: var(--cspt-enginir-white-color);
    font-size: 18px;
    position: absolute;
    top: -17px;
    z-index: 9;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 100px;
    text-align: center;
    background:#f2c21a;
}
.cspt-company-hostory .company_detail .content{
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.cspt-company-hostory .cspt-ourhistory-row {
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.cspt-ourhistory .cspt-ourhistory-right {
  padding-bottom: 50px; 
  padding-left: 70px;
}
.cspt-ourhistory .cspt-ourhistory-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: content-box;
}
.cspt-ourhistory .label {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}
.cspt-ourhistory h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;    
    margin-bottom: 30px;
}
.cspt-ourhistory .cspt-ourhistory-right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    width: 4px;
    height: 100%;
    background: #ececec;
}
.cspt-ourhistory .cspt-ourhistory-right.last{
    padding-bottom:0;
}
.cspt-ourhistory img{
    border-radius: 2px;
}
.cspt-ourhistory-type2:last-child .cspt-ourhistory-right:after {
    display: none;
}
.cspt-timeline-inner{
    margin: 0 -15px;
}
.cspt-ourhistory .cspt-ourhistory-right .cspt-timeline-image,
.cspt-ourhistory .cspt-ourhistory-right .label{
    margin-bottom: 30px;
    display: none;
}
.elementor-element .cspt-timeline-post-items .cspt-ourhistory {
    padding: 0;
} 
/* --------------------------------------
 * Service Style
 * ---------------------------------------*/
.cspt-team-style-3 .cspt-featured-wrapper,
.cspt-service-style-2 .cspt-featured-wrapper,
.cspt-service-style-1 .cspt-featured-wrapper{
    overflow: hidden;
}
.cspt-team-style-3 .cspt-featured-wrapper img,
.cspt-service-style-2 .cspt-featured-wrapper img,
.cspt-service-style-1 .cspt-featured-wrapper img {
    transform: scale(1, 1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.cspt-team-style-3:hover .cspt-featured-wrapper img,
.cspt-service-style-2:hover .cspt-featured-wrapper img,
.cspt-service-style-1:hover .cspt-featured-wrapper img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

/** *cspt-service-single-style-2 ***/
.cspt-service-single-style-2 .cspt-short-description{
    border: 1px solid #eee;
    padding: 30px 35px;
}

/*** 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 {
    position: relative;
    overflow: hidden;
    line-height: 24px;
    color: var(--cspt-enginir-white-color);
}
.single-cspt-service .creativesplanet-sidebar .widget{
    overflow: hidden;
}
.single-cspt-service .creativesplanet-sidebar .widget ul > li{
    border: none;
    padding: 0 !important;
    margin-bottom: 10px;
    position: relative;
}
.widget.enginir_category_list_widget ul > li{
    margin-bottom: 0 !important;
}
.single-cspt-service .creativesplanet-sidebar .widget ul > li a{
    padding: 14px 0;
    display: block;
    position: relative;
    font-size: 15px;
    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;
}
.single-cspt-service .creativesplanet-sidebar .widget ul > li:before,
.single-cspt-service .creativesplanet-sidebar .widget ul > li:after{
    content: '';
    width: 100%;
    right: -50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    -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);
}
.single-cspt-service .creativesplanet-sidebar .widget ul > li:before{
    right: inherit;
    left: -50%;
}
.single-cspt-service .creativesplanet-sidebar .widget ul > li.cspt-post-active a,
.single-cspt-service .creativesplanet-sidebar .widget ul > li:hover a{
    color: var(--cspt-enginir-white-color);
}
.single-cspt-service .single-service-contact h2{
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    color: var(--cspt-enginir-white-color);
}
.single-cspt-service .creativesplanet-sidebar .widget.custom-widget-style-1{
    background: url(../images/service-bg.png) no-repeat 0 0;
    background-size: cover;
    padding: 40px 50px 20px;
}
.single-cspt-service .creativesplanet-sidebar a.btn-link{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 30px;
    display: inline-block;
    line-height: 30px;
    color: var(--cspt-enginir-white-color);
    font-weight: 500;
    margin-top: 10px;
}
.single-cspt-service .creativesplanet-sidebar a.btn-link:hover{
    background-color: var(--cspt-enginir-white-bg-color);
    text-decoration: none;
}
.single-cspt-service .single-service-contact-inner a{
    color: var(--cspt-enginir-white-color);
}
.single-cspt-service .single-service-contact-inner a:hover{
    color: rgb(var(--cspt-enginir-white-color-rgb),.8);
}

/* --------------------------------------
 * 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: var(--cspt-enginir-white-color);
}
.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;
}

/* --------------------------------------
 * Widget Section
* ---------------------------------------*/
.site-content .widget .wp-block-latest-comments li,
.site-content .widget .wp-block-latest-posts li>a,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li > a,
.widget.widget_meta ul li > a,
.widget.widget_archive ul li > a,
.widget.widget_categories ul li > a,
.widget.widget_nav_menu ul li > a,
.widget.widget_pages ul li > a {
   position: relative;
   padding-left: 20px;
}
.site-content .widget .wp-block-latest-comments li:before,
.site-content .widget .wp-block-latest-posts li>a:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_recent_entries ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_archive ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_nav_menu ul li a:before,
.widget.widget_pages ul li a:before {
	position: absolute;
	content: '\e814';
	left: 0px;
	font-size: 16px;
	top: -3px;
	color: inherit;
	font-family: 'creativesplanet-base-icons';
}
.widget.widget_recent_comments ul li{
   padding-left: 25px;
}
.site-content .widget .wp-block-latest-comments li:before,
.widget.widget_recent_comments ul li:before{
    content: '\f0e5';
    top: 0px;
    font-size: 14px;
}


/*** Meta box ***/
.cspt-metabox .wpb_wrapper {
    background-color: var(--cspt-enginir-white-bg-color);
    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 {
  margin-bottom: 15px;
  border-bottom: 2px solid #f2f3f4;
  padding-bottom: 10px;
  position: relative;
}
.widget .download .item-download a {
    display: block;
    padding: 0px 0;
    color: #09162a;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}
.widget .download .item-download i {
    font-size: 45px;
    padding-right: 12px;
    float: left;
    line-height: 47px;
}
.widget .download .item-download a span{
    color: #686868;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
}
.widget .download .item-download:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* --------------------------------------
 * Footer
* ---------------------------------------*/
.site-footer .widget {
    margin: 35px 0 20px;
}
.site-footer.cspt-bg-color-blackish:before{
    background-color: #191c21;
}
.site-footer .widget.enginir_contact_widget:nth-child(2){
    margin-top: -10px;
}

/*** Footer first widget bg ***/
.site-footer .cspt-footer-widget,
.site-footer .cspt-footer-widget:first-child .widget > div{
    position: relative;
}
.site-footer .cspt-footer-widget:first-child .widget > div{
    z-index: 2
}
.cspt-footerlogo {
    margin-bottom: -5px;   
    max-width: 250px;
}
.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;
    transition: all 500ms ease;
}

/*** Footer contact ***/
.cspt-contact-widget-lines .cspt-contact-widget-line:before {
    display: inline-block;
    font-family: "creativesplanet-base-icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    left: 5px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 18px;
    top: 0;
}
.cspt-contact-widget-lines .cspt-contact-widget-line, .footer-wrap .contact-info li {
    position: relative;
    padding: 0 0 0 35px !important;
    margin-bottom: 15px;
    font-size: 16px;
}
.cspt-contact-widget-lines .cspt-contact-widget-line.cspt-contact-widget-address:before {
    content: "\e821";
}
.cspt-contact-widget-lines .cspt-contact-widget-line.cspt-contact-widget-phone:before {
    content: "\e82a";
}
.cspt-contact-widget-lines .cspt-contact-widget-line.cspt-contact-widget-email:before {
    content: "\e822";
}


/*** Footer newsletter area ***/
.cspt-footer-big-area{
	position: relative;
}
.cspt-footer-widget .mc4wp-form-fields 
.cspt-footer-big-area{
    padding-top: 56px;
    padding-bottom: 30px;
}
.cspt-footer-big-area-wrapper{
    position: relative;
    z-index: 3
}
.cspt-footer-big-area .cspt-footer-big-left{   
    margin-right: auto!important;
    margin-top: 10px;
    padding-left: 66px;
}
.cspt-footer-big-title{
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 0
}
.cspt-footer-big-title i{
    font-size: 55px;
    line-height: 55px;
    vertical-align: middle;
    padding-right: 10px;
    position: absolute;
    left: 0;
}

/*** Form ***/
.cspt-footer-big-area .mc4wp-form{
    position: relative;
}
.cspt-footer-big-area .mc4wp-form-fields{
    display: -ms-flexbox!important;
    display: flex!important;
}
.cspt-footer-big-area .mc4wp-form input[type="email"]{
    height: 65px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;   
    width: 400px; 
    background-color: var(--cspt-enginir-white-bg-color);
}
.cspt-footer-big-area .mc4wp-form .btn{
    height: 65px;
    color: var(--cspt-enginir-white-color);
    border-radius: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 35px;
    background-color: #222;
    font-weight: 500;
}

/*** cspt-footer-text-area ***/
.cspt-footer-text-area .cspt-footer-copyright-text-area{
	padding-top: 15px;
}
.cspt-footer-text-area .cspt-footer-text-inner{
	font-size: 15px;   
	padding-top: 25px;
	padding-bottom: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.cspt-footer-widget-no .cspt-footer-text-area .cspt-footer-text-inner{
    border-top: none;
}

.cspt-footer-text-area .cspt-social-links{
	text-align: right;
    margin-bottom: 0;
}
.cspt-footer-text-area .cspt-social-links a{
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: var(--cspt-enginir-white-bg-color);
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: #222;
	font-size: 18px;
}
.cspt-footer-text-area .cspt-social-links a:hover{
    color: var(--cspt-enginir-white-color);
}

/* footer style1 */
.cspt-footer-style-1 .cspt-footer-big-right p{
    color: var(--cspt-enginir-white-color) !important;
}
/* footer style2 */

.site-footer.cspt-footer-style-2 .cspt-footer-widget-area ul li > a{
    padding-left: 0;
}
.site-footer.cspt-footer-style-2{
    padding: 0px 0 5px;
    overflow: hidden;
}
.site-footer.cspt-footer-style-3 .container,
.site-footer.cspt-footer-style-2 .container{
    max-width: 1530px;
}
.site-footer.cspt-footer-style-3 .cspt-footer-text-area:before,
.site-footer.cspt-footer-style-3 .cspt-footer-widget-area:before,
.site-footer.cspt-footer-style-3:before,
.site-footer.cspt-footer-style-2 .cspt-footer-text-area:before,
.site-footer.cspt-footer-style-2 .cspt-footer-widget-area:before,
.site-footer.cspt-footer-style-2:before{
    z-index: -1;
}
.cspt-footer-style-2 .cspt-mailchip-col{
    width: 54%;
}
.cspt-footer-style-2 .cspt-mailchip-heading{
    color: var(--cspt-enginir-white-color);
}
.cspt-footer-style-2 .cspt-mailchip-widget-wrapper{
    border-bottom: 1px solid rgba(var(--cspt-enginir-white-color-rgb),.15);
}
.cspt-footer-style-2 .cspt-mailchip-copyright{
    padding: 100px 30px 30px 0;
    display: grid;
    gap: 120px;
    border-right: 1px solid rgba(var(--cspt-enginir-white-color-rgb),.15);
}
.cspt-footer-style-2 .cspt-mailchip-copyright .cspt-mailchip-heading h2{
    font-size: 36px;
    line-height: 46px;
}
.cspt-footer-style-2 .cspt-mailchip-highlight-text h2{
    font-size: 500px;
    line-height: 520px;
    color: rgb(var(--cspt-enginir-white-color-rgb),.10);
}
.cspt-footer-style-2 .cspt-footer-text-area .cspt-footer-text-inner{
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
}
.cspt-footer-style-2 .cspt-footer-text-area {
    padding: 0;
}
.cspt-footer-style-2.site-footer .widget-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 0;
}
.site-footer.cspt-footer-style-2 .widget.widget_nav_menu ul li a:before,
.cspt-footer-style-2 .cspt-contact-widget-lines .cspt-contact-widget-line.cspt-contact-widget-email:before,
.cspt-footer-style-2 .cspt-contact-widget-lines .cspt-contact-widget-line.cspt-contact-widget-phone:before,
.cspt-footer-style-2.site-footer .widget-title::after{
    position: unset;
    content: unset;
}
.cspt-footer-style-2 .widget ul > li {
    padding: 0px 0px 10px 0;
}
.site-footer.cspt-footer-style-2 .cspt-contact-widget-lines .cspt-contact-widget-line,
.site-footer.cspt-footer-style-2 .footer-wrap .contact-info li {
    padding: 0 !important;
}
.cspt-footer-style-2.site-footer.cspt-color-white .cspt-footer-menu-area a,
.cspt-footer-style-2.cspt-color-white a{
    color: rgb(var(--cspt-enginir-white-color-rgb),.70);
}
.cspt-footer-style-2 .cspt-contact-widget-lines .cspt-contact-widget-line.cspt-contact-widget-email,
.cspt-footer-style-2 .cspt-contact-widget-lines .cspt-contact-widget-line.cspt-contact-widget-phone{
    font-size: 20px;
    line-height: 30px;
    color: var(--cspt-enginir-global-color);
}
.cspt-footer-style-2 .cspt-contact-widget-lines .cspt-contact-widget-line.cspt-contact-widget-email{
    color: var(--cspt-enginir-white-color);
}
.cspt-footer-style-2 .cspt-footer-text-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cspt-footer-style-2 .cspt-footer-text-area .cspt-footer-copyright-text-area p,
.cspt-footer-style-2 .cspt-footer-text-area .cspt-footer-copyright-text-area,
.cspt-footer-style-2 .cspt-footer-menu-area{
    padding: 0;
    margin: 0;
}

/* Newslatter style */
.cspt-newslatter-style1{
    position: relative;
}
.cspt-newslatter-style1 input[type="email"]{
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(var(--cspt-enginir-white-color-rgb), .15);
    color: var(--cspt-enginir-white-color);
} 
.cspt-newslatter-style1 .cspt-btn{
    position: absolute;
    right: 0;
    left: auto;
    top: -5px;
    padding: 0;
    height: 50px;
    width: 50px;
    background: var(--cspt-enginir-global-color);
    color: var(--cspt-enginir-blackish-color);
    font-size: 20px;
}
.cspt-newslatter-style1 .cspt-btn:hover{
    background: var(--cspt-enginir-white-bg-color);
}



/* Footer Style3 */

.cspt-two-column-menu.widget_nav_menu .menu{
    display: flex;
    flex-wrap: wrap;
}
.cspt-two-column-menu.widget_nav_menu .menu > li{
    width: 50%;
}
.cspt-footer-style-3{
    overflow: hidden;
}
.cspt-footer-style-3 .cspt-mailchip-highlight-text h2{
    font-size: 370px;
    line-height:380px;
    color: var(--cspt-enginir-white-color);
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    position: relative;
    bottom: -47px;
}
.cspt-footer-style-3.site-footer .widget-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0;
}
.site-footer.cspt-footer-style-3 .widget.widget_nav_menu ul li a:before,
.cspt-footer-style-3 .cspt-contact-widget-lines .cspt-contact-widget-line.cspt-contact-widget-email:before,
.cspt-footer-style-3 .cspt-contact-widget-lines .cspt-contact-widget-line.cspt-contact-widget-phone:before,
.cspt-footer-style-3.site-footer .widget-title::after{
    position: unset;
    content: unset;
}
.site-footer.cspt-footer-style-3 .cspt-contact-widget-lines .cspt-contact-widget-line,
.site-footer.cspt-footer-style-3 .footer-wrap .contact-info li {
    padding: 0 !important;
}
.cspt-footer-style-3.site-footer.cspt-color-white .cspt-footer-menu-area a,
.cspt-footer-style-3.cspt-color-white a{
    color: rgb(var(--cspt-enginir-white-color-rgb),.70);
}
.cspt-footer-style-3 .cspt-contact-widget-lines .cspt-contact-widget-line.cspt-contact-widget-email,
.cspt-footer-style-3 .cspt-contact-widget-lines .cspt-contact-widget-line.cspt-contact-widget-phone{
    font-size: 28px;
    line-height: 38px;
    color: var(--cspt-enginir-global-color);
}
.cspt-footer-style-3 .cspt-contact-widget-lines .cspt-contact-widget-line.cspt-contact-widget-email{
    color: var(--cspt-enginir-white-color);
}
.cspt-footer-style-3 .cspt-footer-text-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 60px;
}
.cspt-footer-style-3 .cspt-footer-text-area .cspt-footer-copyright-text-area p,
.cspt-footer-style-3 .cspt-footer-text-area .cspt-footer-copyright-text-area,
.cspt-footer-style-3 .cspt-footer-menu-area{
    padding: 0;
    margin: 0;
}
.cspt-footer-style-3 .widget.widget_nav_menu ul li > a{
    padding-left: 0;
}
.cspt-footer-style-3 .cspt-footer-widget-col-1 .widget_media_image img{
    width: 200px;
}

/* --------------------------------------
 * 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: var(--cspt-enginir-white-bg-color);
    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: var(--cspt-enginir-white-bg-color);
   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;
}

/* --------------------------------------
 * Contact form
 * ---------------------------------------*/
.cspt-main-form .input-group{
    display: block;
    margin-bottom: 30px;
}

/*** cspt-form-style-1 ***/
.cspt-main-form.cspt-form-style-1 .input-group input[type="text"], 
.cspt-main-form.cspt-form-style-1 .input-group input[type="number"], 
.cspt-main-form.cspt-form-style-1 .input-group input[type="email"], 
.cspt-main-form.cspt-form-style-1 .input-group textarea{
    border: 0;   
    background: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    color: #071323;
}
.cspt-main-form.cspt-form-style-1 .input-group textarea{
    height: 100px;
    padding: 0px 15px;
}
.cspt-main-form.cspt-form-style-1 .input-group input[type="text"]::placeholder, 
.cspt-main-form.cspt-form-style-1 .input-group input[type="email"]::placeholder, 
.cspt-main-form.cspt-form-style-1 .input-group textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(7, 19, 35, 0.91);
    opacity: 1; /* Firefox */
}
.cspt-main-form.cspt-form-style-1 .input-group input[type="text"]:-ms-input-placeholder , 
.cspt-main-form.cspt-form-style-1 .input-group input[type="email"]:-ms-input-placeholder , 
.cspt-main-form.cspt-form-style-1 .input-group textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(7, 19, 35, 0.91);
}
.cspt-main-form.cspt-form-style-1 .input-group input[type="text"]::-ms-input-placeholder,
.cspt-main-form.cspt-form-style-1 .input-group input[type="email"]:-ms-input-placeholder,
.cspt-main-form.cspt-form-style-1 .input-group textarea:-ms-input-placeholder   { /* Microsoft Edge */
    color: rgba(7, 19, 35, 0.91);
}
.cspt-main-form.cspt-form-style-1 input[type=submit],
.cspt-main-form.cspt-form-style-1 input[type=submit]:hover{
	background-color: #071323;
}
.cspt-main-form.cspt-form-style-1 .input-group p{
	margin-bottom: 0px;
}

/*** cspt-style-2 ***/
.cspt-main-form.cspt-style-2 .input-group input[type="text"], 
.cspt-main-form.cspt-style-2 .input-group input[type="number"], 
.cspt-main-form.cspt-style-2 .input-group input[type="email"], 
.cspt-main-form.cspt-style-2 .input-group textarea{
    border: 0;   
    padding-left: 15px;
    background-color: #f3f3f3;
    font-size: 14px;
}
.cspt-main-form.cspt-style-2 input[type=submit]{
    width: 100%;
}
.cspt-main-form.cspt-style-2 label{
    font-weight: 700;
}
.cspt-style-2-wrapper{
    box-shadow: 3px 4px 23px 0px rgba(29, 0, 4, 0.12); 
    text-shadow: 3px 4px 23px rgba(29, 0, 4, 0.12); 
}
.cspt-main-form.cspt-style-2 .input-group textarea{
    height: 100px;
}
.cspt-main-form.cspt-style-2 .input-group p {
	margin-bottom: 0px;
}

/*** cspt-style-3 ***/
.cspt-main-form.cspt-style-3 .input-group input[type="text"], 
.cspt-main-form.cspt-style-3 .input-group input[type="number"], 
.cspt-main-form.cspt-style-3 .input-group input[type="email"], 
.cspt-main-form.cspt-style-3 .input-group textarea{
    border: 0;
    border-bottom: 2px solid #09162a;
    padding-left: 0;
    background: transparent;
    font-size: 14px;
}
.cspt-main-form.cspt-style-3 .input-group input[type="text"], 
.cspt-main-form.cspt-style-3 .input-group input[type="number"], 
.cspt-main-form.cspt-style-3 .input-group input[type="email"], 
.cspt-main-form.cspt-style-3 .input-group textarea{
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.cspt-main-form.cspt-style-3 .input-group textarea{
    height: 100px;
}
.cspt-main-form.cspt-style-3 .input-group input[type="text"]::placeholder, 
.cspt-main-form.cspt-style-3 .input-group input[type="email"]::placeholder, 
.cspt-main-form.cspt-style-3 .input-group textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b4b4b4;
    opacity: 1; /* Firefox */
}
.cspt-main-form.cspt-style-3 .input-group p {
	margin-bottom: 0px;
}

/*** cspt-style-4 ***/
.cspt-main-form.cspt-style-4 .input-group textarea{
    height: 250px;
}
button, html input[type=button], input[type=reset], input[type=submit]{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 30px;
}
.cspt-main-form.cspt-style-4 .input-group p {
	margin-bottom: 0px;
}
/* --------------------------------------
 * Custom Accordion
 * ---------------------------------------*/
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title{
    font-size: 20px;
    font-weight: 500;
    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;
    border: none;
}
.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
    border-color: #f0f0f0;
    background-color: #f8f8f8;
}
.wpb-js-composer .vc_tta-color-globalcolor.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: var(--cspt-enginir-white-color);
}
.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.vc_general.vc_tta-style-outline .vc_tta-panel-heading{
    border-bottom: 2px solid #efefef;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-outline .vc_tta-panel-title>a{
    padding-left: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-outline .vc_tta-panel-title{
    font-size: 18px;
    line-height: 1.5;
}
.wpb-js-composer h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a span {
    padding-left: 25px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-controls-icon-position-left .vc_tta-controls-icon{
    left: 0;
}

/* --------------------------------------
 * 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 .error-message{
    color: #2c2c2c;
}
.error-404 .error-message{
    display: inline-block;
    font-size: 290px;
    line-height: 290px;
    font-weight: 900;
}
.error-404 .footer-message{
    font-size: 22px;
    line-height: 32px;   
    font-weight: 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: 0px;
    height: 58px;
    line-height: 58px;   
    border: 2px solid #f2f3f4;
}
.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-header-style-2 .cspt-header-menu-area{
    border-bottom:  1px solid #f1f1f1;
}
.error404 a.ts-home-back{
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    position: relative;
}
.error404 a.ts-home-back:after{
    font-family: "creativesplanet-base-icons";
    content: '\e810'; 
   margin-left: 15px;  
}
.error404 .cspt-parent-header-style-5 .site-content-contain {
    margin-top: -30px;
}
.error404  .cspt-title-bar-wrapper{
    display: none;
}
.error404 h2.page-title{
    font-size: 200px;
    line-height: 210px;
    color: var(--cspt-enginir-white-color);
    font-weight: bold;
}
.error404 .site-content-contain{
    position: relative;
}
.error404 .site-content-contain:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none !important;
}


/*** 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: 0;
    color: var(--cspt-enginir-white-color);
    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: var(--cspt-enginir-white-color);
    border: none;
    border-bottom: 3px solid #fff;
    padding-left: 0;
    border-radius: 0;
}
.cspt-header-search-form-wrapper .search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.89);
    opacity: 1; /* Firefox */
}
.cspt-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.89);
}
.cspt-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.89);
}
.cspt-header-search-form-wrapper .search-form [type=submit]{
    position: absolute;
    height: 50px;
    width: 50px;
   right: 0;
    background-color: transparent;
    text-indent: -9999px;
}
.cspt-header-search-form-wrapper .cspt-search-close{
    position: absolute;
    top: 40px;
    right: 40px;
    border-color: #fff;
    color: var(--cspt-enginir-white-color);
    opacity: 0.8;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    text-align: center;
    cursor: pointer;
}
.cspt-header-search-form-wrapper .cspt-search-close:hover{
    opacity: 1;
}

/* --------------------------------------
 * Custom button
 * ---------------------------------------*/
.vc_col-has-fill>.vc_column-inner, 
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}
.cspt-box-shadow{
	box-shadow: 0 0px 40px rgba(183,196,226,.15);	
}
.cspt-box-shadow .cspt-bg-color-white:before{
	border-radius: 8px;
}
.cspt-border-radiu-4 .vc_column-inner::before{
    border-radius: 4px;
}

/*** Button section ***/
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-gradientcolor{
	color: var(--cspt-enginir-white-color);
    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);
}
.sr7-btn,
 .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: var(--cspt-enginir-white-bg-color);
    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: var(--cspt-enginir-white-color);
    box-shadow: 0 0px 15px rgba(0,0,0,.15);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*** Button ( Enginir 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-style-1 .cspt-ihbox-btn a {
    position: relative;
}

/*** Elementor ***/
.cspt-ihbox-style-1 .cspt-ihbox-btn a::before,
.cspt-ihbox-style-1 .cspt-ihbox-btn a::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-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,
body .cspt-ihbox-style-1 .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-blogbox-style-4 .post-item .cspt-read-more-link a:before,
.cspt-blogbox-style-4 .post-item .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;
}
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-search-results-right .cspt-read-more-link a:after,
.cspt-blogbox-style-4 .post-item .cspt-read-more-link a:after,
.cspt-blogbox-style-3 .post-item .cspt-read-more-link a:after,
.cspt-blogbox-style-2 .post-item .cspt-read-more-link a:after,
.cspt-blogbox-style-1 .post-item .cspt-read-more-link a:after{
    background-color: #000;
}

/*** Elementor ***/
.cspt-ihbox-style-1 .cspt-ihbox-btn 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-blogbox-style-4 .post-item .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%;
}

/*** Elementor ***/
.cspt-ihbox-style-1 .cspt-ihbox-btn a: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,

a.cspt-link:hover:after,
.cspt-search-results-right .cspt-read-more-link a:hover:after,
.cspt-blogbox-style-4 .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;
}

/*** Vc Custom row bg ***/
.cspt-shapebg.cspt-bg-color-light:not(.vc_column_container):before{
    background-color: #fafbfd;
    margin-top: 164px;
}
.cspt-shapebg .cspt-element-service-style-1 .cspt-service-ele:nth-child(2n) .cspt-service-style-1{
    margin-top: -50px;
}

/*** 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;
}
.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;
}

/*** 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-bg-color-light .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar{
    background-color: #1e2227; 
}
.cspt-white-bar.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar{
	background-color: var(--cspt-enginir-white-bg-color);    
}
.cspt-bg-color-secondarycolor .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar{
    background-color: rgba(255, 255, 255, 0.32);
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar,
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar .vc_bar{
    border-radius: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;
    text-shadow: none;
    font-size: 14px;
    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: 7px;    
}
.vc_progress_bar.vc_progress-bar-color-globalcolor .vc_single_bar .vc_bar:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--cspt-enginir-white-bg-color);
    right: 0;
    top: -4px;
    border: 3px solid #222;
}

.cspt-text-color-white .vc_progress_bar.vc_progress-bar-color-globalcolor .cspt-pbar-title,
.cspt-text-color-white .vc_progress_bar.vc_progress-bar-color-globalcolor .vc_label_units{
    color: var(--cspt-enginir-white-color);
}

/* --------------------------------------
 * Video icon on image
 * ---------------------------------------*/
.cspt-single-image-w{
    position: relative;
}
.cspt-video-image-style-1.cspt-single-image-w .vc_icon_element {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto;
    margin-left: -50px;
    left: auto;
}
.cspt-video-image-style-1.cspt-single-image-w  .vc_icon_element-inner{
    background-color: var(--cspt-enginir-white-bg-color);
    color: var(--cspt-enginir-blackish-color);
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15); 
    text-shadow: 0px 5px 57px rgba(0, 0, 0, 0.15);    
}
.cspt-video-image-style-1.cspt-single-image-w .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon{
     font-size: 30px !important;
}
.cspt-lightbox-video .vc_icon_element-inner{    
    box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
}

/* --------------------------------------
 * Global Dark Color
 * ---------------------------------------*/
 .cspt-service-style-3 .cspt-service-btn .vc_general.vc_btn3,
 .cspt-testimonial-style-3 blockquote{
    color: #1e2227;
 }

/* --------------------------------------
 *  Special Elements for Enginir
 * ---------------------------------------*/

/*** 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: var(--cspt-enginir-white-color);
    font-weight: 500;
}
.cspt-about-image .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading *{
    font-size: 16px;
    line-height: 26px;
    color: var(--cspt-enginir-white-color);
    font-weight: 400;
}
.cspt-about-image .vc_icon_element{
    position: absolute;
    bottom: 216px;
    margin-bottom: 0;
    right: 90px;
    z-index: 2;
}

/*** video button ***/
.vc_icon_element.vc_icon_element-outer.cspt-lightbox-video .vc_icon_element-inner{
    border: none;
    position: relative;
}
.vc_icon_element.vc_icon_element-outer.cspt-lightbox-video .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon{
    font-size: 1.5em!important;
}
.cspt-lightbox-video .elementor-icon-wrapper .elementor-icon {
    position: relative;
}
.cspt-lightbox-video .elementor-icon-wrapper .elementor-icon::before,
.cspt-lightbox-video .elementor-icon-wrapper .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-wrapper .elementor-icon::before,
.cspt-lightbox-video .elementor-icon-wrapper .elementor-icon::after {
    z-index: 0;
}
.cspt-lightbox-video .elementor-icon-wrapper .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-wrapper .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;
}
@-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: 128px;
}
.cspt-brdr-btm-effect > .vc_column-inner:before {
    border-bottom: 3px solid #86bb46;
    border-radius: 2px;
}
.cspt-effect-square:after {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 170px;
    height: 170px;
    content: " ";
    background: #000;
}
.cspt-effect-dot:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    content: " ";
    background: url('../images/pattern-01.jpg') repeat 0 0;
}
.cspt-effect-dot2:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 70%;
    content: " ";
    background: url('../images/pattern-01.jpg') repeat 0 0;
}

/*** cspt-cross-bg ***/
.cspt-cross-bg .cspt-stretched-div:after{
    content: "";
    position: absolute;
    right: -101px;
    top: -90px;
    background-color: var(--cspt-enginir-white-bg-color);
    background-repeat: repeat;
    -webkit-transform: skew(-30deg);
    transform: skew(-20deg);
    height: 165%;
    z-index: 0;
    width: 3000px;
}
.cspt-cross-bg .cspt-video-icon-center{
	position: absolute;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	right: -245px;
}
.cspt-large-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-xl{
	width: 125px !important;
    height: 125px !important;
}
.cspt-large-icon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-xl .vc_icon_element-icon {
    font-size: 4.75em!important;
}
.fa-play:before{
    content: "\e820" !important;
    font-family: "creativesplanet-base-icons" !important;
    font-size: 30px !important;
}

/*** Homepage (Oil Gas) ***/
.cspt-promo-image-1{
    position: absolute;
    bottom: 0;
    margin-bottom: -138px;
    right: 50px;
    box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
    text-shadow: 0px 5px 57px rgba(0, 0, 0, 0.15);
}
.cspt-promo-image-1:before {
    position: absolute;
    top: -160px;
    left: -113px;
    width: 440px;
    height: 475px;
    content: " ";
    background: url(../images/pattern-01.jpg) repeat 0 0;
    z-index: -1;
}
.cspt-promo-image-box-1 .vc_icon_element {
    left: 125px;
    position: absolute;
    bottom: -73px;
    z-index: 7;
}
.cspt-promo-image-box-1 .vc_icon_element-inner{
    background-color: var(--cspt-enginir-white-bg-color);
    color: #000;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15); 
    text-shadow: 0px 5px 57px rgba(0, 0, 0, 0.15);    
}
.cspt-promo-image-box-1 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background.vc_icon_element-size-lg .vc_icon_element-icon{
    font-size: 2em!important;
}

/*** Homepage (Oil Gas) ***/
body .cspt-f-weight-900{
    font-weight: 900;
}

/* --------------------------------------
 * Custom font
 * ---------------------------------------*/
.wpb-js-composer .vc_tta.vc_general.cspt-faq .vc_tta-panel-title,
.creativesplanet-ele-fid-style-1 .cspt-fid-title,
.creativesplanet-ele-fid-style-2 .cspt-fid-title,
.creativesplanet-ele-fid-style-3 .cspt-fid-title,
.creativesplanet-ele-fid-style-4 .cspt-fid-title,
.cspt-pricing-table-style-1 .creativesplanet-ptable-frequency,
.cspt-pricing-table-style-1 .creativesplanet-ptable-symbol,
.cspt-pricing-table-style-1 .creativesplanet-ptable-price,
.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: 'Rubik', sans-serif;
}

/* --------------------------------------
 * 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: var(--cspt-enginir-white-color);
    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: var(--cspt-enginir-white-color);
    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: var(--cspt-enginir-white-color);
    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: var(--cspt-enginir-white-color);
    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: var(--cspt-enginir-white-color);
    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: var(--cspt-enginir-white-color);
    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: var(--cspt-enginir-white-color);
}
.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: var(--cspt-enginir-white-color);
    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: var(--cspt-enginir-white-color);
}
.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: var(--cspt-enginir-white-color);
}
.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: var(--cspt-enginir-white-color);
}
.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: "\e829";
    font-family: "creativesplanet-base-icons";
    color: var(--cspt-enginir-white-color);
    font-size: 14px;
}
.woocommerce ul.products li.product a.add_to_wishlist:before{
    content: "\e838";
    color: #000;
}
.woocommerce ul.products li.product .button.yith-wcqv-button{
    background-color: var(--cspt-enginir-white-bg-color);
    top: 62px;
}
.woocommerce ul.products li.product .button.compare{
    background-color: var(--cspt-enginir-white-bg-color);
    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: var(--cspt-enginir-white-color);
}
.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;
}

/* Advance demo woocomerce */

/* Dark button color */

.cspt-advance-enginir-demo.cspt-button-color-black.single .woocommerce-notices-wrapper .woocommerce-message a:hover,
.cspt-advance-enginir-demo.cspt-button-color-black.woocommerce  div.product form.cart .button,
.cspt-advance-enginir-demo.cspt-button-color-black.woocommerce  div.product form.cart .button,
.cspt-advance-enginir-demo.cspt-button-color-black.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.cspt-advance-enginir-demo.cspt-button-color-black.woocommerce ul.products li.product .button,
.cspt-advance-enginir-demo.cspt-button-color-black.woocommerce .woocommerce-product-search button[type="submit"]:after,
.cspt-advance-enginir-demo.cspt-button-color-black.woocommerce nav.woocommerce-pagination ul li a:hover,
.cspt-advance-enginir-demo.cspt-button-color-black.woocommerce nav.woocommerce-pagination ul li span.current,
.cspt-advance-enginir-demo.cspt-button-color-black.woocommerce ul.products li.product .button{
    color: var(--cspt-enginir-blackish-color);
}
.cspt-advance-enginir-demo.cspt-button-color-black.woocommerce  div.product form.cart .button:hover,
.cspt-advance-enginir-demo.cspt-button-color-black.woocommerce  div.product form.cart .button:hover,
.cspt-advance-enginir-demo.cspt-button-color-black.woocommerce ul.products li.product .button:hover{
    color: var(--cspt-enginir-white-color);
}
.cspt-advance-enginir-demo.cspt-button-color-black.woocommerce .creativesplanet-sidebar .widget.widget_product_categories ul a:hover,
.cspt-advance-enginir-demo.cspt-button-color-black.woocommerce .creativesplanet-sidebar .widget.widget_products ul a:hover{
    color: rgba(var(--cspt-enginir-blackish-color-rgb),.7);
}

.cspt-advance-enginir-demo:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    height: 50px;
    border-radius: 5px;
}

/* 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: "\e838";
    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: var(--cspt-enginir-white-color);
    font-size: 20px;
}
.woocommerce-product-search input[type="search"] {
    height: 70px;
    line-height: 70px;
    border: 5px solid #f2f3f4;
}
.creativesplanet-sidebar .widget.widget_product_search {
    padding: 0;
    border: none;
}
.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;
}
/* --------------------------------------
*           Header Color
* ---------------------------------------*/
/* Main Header color Css*/

/* Stecky Header color Css*/
.cspt-sticky-header .cspt-search-cart-box .cspt-header-search-btn a,
.cspt-sticky-header .cspt-search-cart-box .cspt-cart-wrapper a {
    color: var(--cspt-enginir-main-menu-sticky-color);
}
.cspt-search-cart-box .cspt-header-search-btn a {
    font-size: 16px;
}
.cspt-search-cart-box .cspt-cart-wrapper a,
.cspt-search-cart-box .cspt-header-search-btn a {
    color: var(--cspt-enginir-main-menu-typography-color);
}
.cspt-search-cart-box .cspt-cart-wrapper a:hover,
.cspt-search-cart-box .cspt-header-search-btn a:hover {
    color: var(--cspt-enginir-global-color);
}

.cspt-bg-color-globalcolor .cspt-cart-wrapper a:hover,
.cspt-bg-color-globalcolor .cspt-search-cart-box .cspt-header-search-btn a:hover {
    color: var(--cspt-enginir-secondary-color);
}
.cspt-bg-color-secondarycolor .cspt-cart-wrapper a:hover,
.cspt-bg-color-blackish .cspt-cart-wrapper a:hover,
.cspt-bg-color-secondarycolor .cspt-search-cart-box .cspt-header-search-btn a:hover,
.cspt-bg-color-blackish .cspt-search-cart-box .cspt-header-search-btn a:hover {
    color: var(--cspt-enginir-global-color);
}
.cspt-bg-color-blackish .cspt-search-cart-box > *:nth-child(2)::after,
.cspt-bg-color-secondarycolor .cspt-search-cart-box > *:nth-child(2)::after,
.cspt-bg-color-globalcolor .cspt-search-cart-box > *:nth-child(2)::after {
    background-color: rgba(var(--cspt-enginir-white-bg-color-rgb), 0.30);
}
/* --------------------------------------
*       Elementor Common Property 
* ---------------------------------------*/
/* Elementor Button Common Css*/
button:focus {
    outline: 0;
}
.elementor-button {
    position: relative;
}
.elementor-button::after .elementor-widget-button .elementor-button.elementor-size-sm::after {
    right: 18px;
}
.elementor-button,
.elementor-widget-button.cspt-btn-style-outline.cspt-btn-shape-square .elementor-button,
.elementor-widget-button.cspt-btn-style-flat.cspt-btn-shape-square .elementor-button {
    border-radius: 0;
}
.elementor-widget-button.cspt-btn-shape-round .elementor-button-wrapper::before,
.elementor-widget-button.cspt-btn-style-outline.cspt-btn-shape-round .elementor-button,
.elementor-widget-button.cspt-btn-style-flat.cspt-btn-shape-round .elementor-button {
    border-radius: 50px;
}
.elementor-widget-button.cspt-btn-shape-rounded .elementor-button-wrapper::before,
.elementor-widget-button.cspt-btn-style-outline.cspt-btn-shape-rounded .elementor-button,
.elementor-widget-button.cspt-btn-style-flat.cspt-btn-shape-rounded .elementor-button {
    border-radius: 10px;
}
.cspt-btn-style-flat.cspt-btn-color-white .elementor-button .elementor-button-content-wrapper::after,
.elementor-widget.elementor-widget-button {
    color: var(--cspt-enginir-white-color);
}
.cspt-elementor-bg-color-globalcolor .cspt-btn-color-blackish .elementor-button:hover {
    color: var(--cspt-enginir-blackish-color);
}
.elementor-editor-active .cspt-btn-style-flat.cspt-btn-color-white .elementor-button:not(:hover),
.cspt-btn-style-flat.cspt-btn-color-white .elementor-button {
    background-color: var(--cspt-enginir-white-bg-color);
}
.cspt-btn-style-flat.cspt-btn-color-white .elementor-button:hover .elementor-button-content-wrapper::after {
    color: var(--cspt-enginir-secondary-color);
}
.elementor-widget-button .elementor-button {
    padding: 13px 20px;
}
.elementor-button .cspt-enginir-icon-next {
    font-size: 10px;
    line-height: normal;
    position: relative;
}
.elementor-button .elementor-align-icon-right {
    margin-left: 10px;
}
.elementor-button .elementor-align-icon-left{
    margin-right: 10px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
/*=== cspt-btn-style-outline ===*/
.elementor-editor-active .elementor-element.cspt-btn-style-outline.elementor-widget-button .elementor-button:not(:hover){
    background-color: transparent;
}
.cspt-btn-style-outline.elementor-widget-button .elementor-button {
    background-image: none !important;
    background-color: transparent;
    border: 2px solid var(--cspt-enginir-blackish-color);
    color: var(--cspt-enginir-blackish-color);
}
.cspt-btn-style-outline.elementor-widget-button.cspt-btn-color-white .elementor-button {
    border-color: var(--cspt-enginir-white-color);
    color: var(--cspt-enginir-white-color);
}
.cspt-btn-style-outline.elementor-widget-button.cspt-btn-color-globalcolor .elementor-button {
    color: var(--cspt-enginir-global-color);
    border-color: var(--cspt-enginir-global-color);
}
.cspt-btn-style-outline.elementor-widget-button.cspt-btn-color-secondary .elementor-button {
    border-color: var(--cspt-enginir-secondary-color);
    color: var(--cspt-enginir-secondary-color);
}
.cspt-btn-style-outline.elementor-widget-button.cspt-btn-color-blackish .elementor-button {
    border-color: var(--cspt-enginir-blackish-color);
    color: var(--cspt-enginir-blackish-color);
}
.cspt-btn-style-outline.elementor-widget-button.cspt-btn-color-light .elementor-button {
    border-color: var(--cspt-enginir-light-bg-color);
    color: var(--cspt-enginir-light-bg-color);
}
/* Outline hover color Hover */
.elementor-editor-active .cspt-btn-style-outline.elementor-widget-button.cspt-btn-hover-color-white .elementor-button:hover:not(:has(.cspt-btn-dot)),
.cspt-btn-style-outline.elementor-widget-button.cspt-btn-hover-color-white .elementor-button:hover:not(:has(.cspt-btn-dot)) {
    background-color: var(--cspt-enginir-white-bg-color);
    color: var(--cspt-enginir-blackish-color);
    border-color: var(--cspt-enginir-white-color);
}
.elementor-editor-active .cspt-btn-style-outline.elementor-widget-button.cspt-btn-hover-color-globalcolor .elementor-button:hover:not(:has(.cspt-btn-dot)),
.cspt-btn-style-outline.elementor-widget-button.cspt-btn-hover-color-globalcolor .elementor-button:hover:not(:has(.cspt-btn-dot)) {
    background-color: var(--cspt-enginir-global-color);
    color: var(--cspt-enginir-white-color);
    border-color: var(--cspt-enginir-global-color);
}
.elementor-editor-active .cspt-btn-style-outline.elementor-widget-button.cspt-btn-hover-color-secondary .elementor-button:hover:not(:has(.cspt-btn-dot)),
.cspt-btn-style-outline.elementor-widget-button.cspt-btn-hover-color-secondary .elementor-button:hover:not(:has(.cspt-btn-dot)) {
    background-color: var(--cspt-enginir-secondary-color);
    color: var(--cspt-enginir-white-color);
    border-color: var(--cspt-enginir-secondary-color);
}
.elementor-editor-active .cspt-btn-style-outline.elementor-widget-button.cspt-btn-hover-color-blackish .elementor-button:hover:not(:has(.cspt-btn-dot)),
.cspt-btn-style-outline.elementor-widget-button.cspt-btn-hover-color-blackish .elementor-button:hover:not(:has(.cspt-btn-dot)) {
    background-color: var(--cspt-enginir-blackish-color);
    color: var(--cspt-enginir-white-color);
    border-color: var(--cspt-enginir-blackish-color);
}
.elementor-editor-active .cspt-btn-style-outline.elementor-widget-button.cspt-btn-hover-color-light .elementor-button:hover:not(:has(.cspt-btn-dot)),
.cspt-btn-style-outline.elementor-widget-button.cspt-btn-hover-color-light .elementor-button:hover:not(:has(.cspt-btn-dot)) {
    background-color: var(--cspt-enginir-light-bg-color);
    color: var(--cspt-enginir-blackish-color);
    border-color: var(--cspt-enginir-light-bg-color);
}
/*=== cspt-btn-style-flat ===*/
.cspt-btn-style-flat.cspt-btn-color-globalcolor .elementor-button .elementor-button-icon svg path {
    stroke: var(--cspt-enginir-white-color);
}
.elementor-editor-active .cspt-btn-style-flat.cspt-btn-color-globalcolor .elementor-button:hover,
.cspt-btn-style-flat.cspt-btn-color-globalcolor .elementor-button {
    background-color: var(--cspt-enginir-global-color);
    color: var(--cspt-enginir-white-color);
}
.elementor-editor-active .cspt-btn-style-flat.cspt-btn-color-secondary .elementor-button:hover,
.cspt-btn-style-flat.cspt-btn-color-secondary .elementor-button {
    color: var(--cspt-enginir-white-color);
    background-color: var(--cspt-enginir-secondary-color);
}
.elementor-editor-active .cspt-btn-style-flat.cspt-btn-color-blackish .elementor-button:hover,
.cspt-btn-style-flat.cspt-btn-color-blackish .elementor-button {
    color: var(--cspt-enginir-white-color);
    background-color: var(--cspt-enginir-blackish-color);
}
.elementor-editor-active .cspt-btn-style-flat.cspt-btn-color-light .elementor-button:hover,
.cspt-btn-style-flat.cspt-btn-color-light .elementor-button {
    background-color: var(--cspt-enginir-light-bg-color);
}
/*=== cspt-btn-style-hover color ===*/
.elementor-editor-active .cspt-btn-style-flat.cspt-btn-hover-color-globalcolor .elementor-button:hover:not(:has(.cspt-btn-dot)),
.cspt-btn-style-flat.cspt-btn-hover-color-globalcolor .elementor-button:hover:not(:has(.cspt-btn-dot)) {
    background-color: var(--cspt-enginir-global-color);
    color: var(--cspt-enginir-white-color);
}
.elementor-editor-active .cspt-btn-style-flat.cspt-btn-hover-color-blackish .elementor-button:hover:not(:has(.cspt-btn-dot)),
.cspt-btn-style-flat.cspt-btn-hover-color-blackish .elementor-button:hover:not(:has(.cspt-btn-dot)) {
    background-color: var(--cspt-enginir-blackish-bg-color);
    color: var(--cspt-enginir-white-color);
}
.elementor-editor-active .cspt-btn-style-flat.cspt-btn-hover-color-secondary .elementor-button:hover:not(:has(.cspt-btn-dot)),
.cspt-btn-style-flat.cspt-btn-hover-color-secondary .elementor-button:hover:not(:has(.cspt-btn-dot)) {
    background-color: var(--cspt-enginir-secondary-color);
    color: var(--cspt-enginir-white-color);
}
.elementor-editor-active .cspt-btn-style-flat.cspt-btn-hover-color-light .elementor-button:hover:not(:has(.cspt-btn-dot)),
.cspt-btn-style-flat.cspt-btn-hover-color-light .elementor-button:hover:not(:has(.cspt-btn-dot)) {
    background-color: var(--cspt-enginir-light-bg-color);
    color: var(--cspt-enginir-blackish-color);
}
.elementor-editor-active .cspt-btn-style-flat.cspt-btn-hover-color-white .elementor-button:hover:not(:has(.cspt-btn-dot)),
.cspt-btn-style-flat.cspt-btn-hover-color-white .elementor-button:hover:not(:has(.cspt-btn-dot)) {
    background-color: var(--cspt-enginir-white-bg-color);
    color: var(--cspt-enginir-blackish-color);
}
/*=== cspt-btn-style-text ===*/
.elementor-editor-active .elementor-element-edit-mode.elementor-element.cspt-btn-style-text .elementor-button,
.elementor-element.cspt-btn-style-text .elementor-button {
    padding: 0;
    background-color: transparent !important;
}
.cspt-btn-style-text.cspt-btn-color-white .elementor-button {
    color: var(--cspt-enginir-white-color);
}
.cspt-btn-style-text.cspt-btn-color-light .elementor-button {
    color: var(--cspt-enginir-light-bg-color);
}
.cspt-btn-style-text.cspt-btn-color-secondary .elementor-button {
    color: var(--cspt-enginir-secondary-color);
}
.cspt-btn-style-text.cspt-btn-color-globalcolor .elementor-button {
    color: var(--cspt-enginir-global-color);
}
.cspt-btn-style-text.cspt-btn-hover-color-white .elementor-button:hover {
    color: var(--cspt-enginir-white-color);
}
.cspt-btn-style-text.cspt-btn-hover-color-light .elementor-button:hover {
    color: var(--cspt-enginir-light-bg-color);
}
.cspt-btn-style-text.cspt-btn-hover-color-blackish .elementor-button:hover {
    color: var(--cspt-enginir-blackish-color);
}
.cspt-btn-style-text.cspt-btn-hover-color-globalcolor .elementor-button:hover {
    color: var(--cspt-enginir-global-color);
}
.cspt-btn-style-text.cspt-btn-hover-color-secondary .elementor-button:hover {
    color: var(--cspt-enginir-secondary-color);
}
 
/* Svg Color */
 
.cspt-btn-color-light.elementor-widget-button .elementor-button,
.cspt-btn-color-white.elementor-widget-button .elementor-button{
    color: var(--cspt-enginir-blackish-color);
}
.elementor-widget-button .elementor-button .elementor-button-icon svg{
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    fill: var(--cspt-enginir-blackish-color);
}
 
/* Hover Color Set */
 
.cspt-btn-style-outline.cspt-btn-color-secondary.cspt-btn-hover-color-globalcolor.elementor-widget-button .elementor-button:hover .elementor-button-icon svg,
.cspt-btn-style-outline.cspt-btn-color-blackish.cspt-btn-hover-color-globalcolor.elementor-widget-button .elementor-button:hover .elementor-button-icon svg,
.cspt-btn-style-outline.cspt-btn-hover-color-blackish.elementor-widget-button .elementor-button:hover .elementor-button-icon svg,
.cspt-btn-style-outline.cspt-btn-hover-color-secondary.elementor-widget-button .elementor-button:hover .elementor-button-icon svg,
 
.cspt-btn-style-outline.cspt-btn-color-light.elementor-widget-button .elementor-button .elementor-button-icon svg,
.cspt-btn-style-outline.cspt-btn-color-white.elementor-widget-button .elementor-button .elementor-button-icon svg{
    fill: var(--cspt-enginir-white-color);
}
.cspt-btn-style-outline.cspt-btn-color-globalcolor.cspt-btn-hover-color-gradient.elementor-widget-button .elementor-button:hover .elementor-button-icon svg,
.cspt-btn-style-outline.cspt-btn-color-globalcolor.cspt-btn-hover-color-light.elementor-widget-button .elementor-button:hover .elementor-button-icon svg,
.cspt-btn-style-outline.cspt-btn-color-globalcolor.cspt-btn-hover-color-white.elementor-widget-button .elementor-button:hover .elementor-button-icon svg,
.cspt-btn-style-outline.cspt-btn-hover-color-white.elementor-widget-button .elementor-button:hover .elementor-button-icon svg,
.cspt-btn-style-outline.cspt-btn-hover-color-light.elementor-widget-button .elementor-button:hover .elementor-button-icon svg{
    fill: var(--cspt-enginir-blackish-color);
}
.cspt-btn-color-globalcolor.elementor-widget-button.cspt-btn-style-outline .elementor-button .elementor-button-icon svg{
    fill: var(--cspt-enginir-global-color);
}
.cspt-btn-color-globalcolor.elementor-widget-button.cspt-btn-style-outline .elementor-button:hover .elementor-button-icon svg{
    fill: var(--cspt-enginir-white-color);
}
 
/* flat button */
 
.cspt-btn-style-flat.elementor-widget-button.cspt-btn-color-light .elementor-button:hover .elementor-button-icon svg,
.cspt-btn-style-flat.elementor-widget-button.cspt-btn-color-white .elementor-button:hover .elementor-button-icon svg,
.cspt-btn-style-flat.elementor-widget-button.cspt-btn-color-gradient .elementor-button .elementor-button-icon svg,
.cspt-btn-style-flat.elementor-widget-button.cspt-btn-color-globalcolor .elementor-button .elementor-button-icon svg,
.cspt-btn-style-flat.elementor-widget-button.cspt-btn-color-blackish .elementor-button .elementor-button-icon svg,
.cspt-btn-style-flat.elementor-widget-button.cspt-btn-color-secondary .elementor-button .elementor-button-icon svg{
    fill: var(--cspt-enginir-white-color);
}
.cspt-btn-style-flat.elementor-widget-button.cspt-btn-color-globalcolor .elementor-button:hover .elementor-button-icon svg,
.cspt-btn-style-flat.elementor-widget-button.cspt-btn-color-blackish .elementor-button:hover .elementor-button-icon svg,
.cspt-btn-style-flat.elementor-widget-button.cspt-btn-color-secondary .elementor-button:hover .elementor-button-icon svg{
    fill: var(--cspt-enginir-white-color);
}
 
.cspt-btn-style-flat.elementor-widget-button.cspt-btn-hover-color-gradient.cspt-btn-color-white .elementor-button:hover .elementor-button-icon svg,
.cspt-btn-style-flat.elementor-widget-button.cspt-btn-hover-color-gradient.cspt-btn-color-light .elementor-button:hover .elementor-button-icon svg,
.cspt-btn-style-flat.elementor-widget-button.cspt-btn-hover-color-light .elementor-button:hover .elementor-button-icon svg,
.cspt-btn-style-flat.elementor-widget-button.cspt-btn-hover-color-white .elementor-button:hover .elementor-button-icon svg{
    fill: var(--cspt-enginir-blackish-color);
}
/* Elementor Progressbar */
body .elementor-widget-progress .elementor-title {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
}
body .elementor-progress-bar {
    border-radius: 0;
}
body .elementor-progress-percentage {
    padding-right: 0;
    position: absolute;
    right: 0;
    left: auto;
    top: -30px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--cspt-enginir-blackish-color);
}
body .elementor-progress-wrapper {
	overflow: visible !important;
}
body .elementor-progress-text {
    position: relative;
    overflow: visible;
}
body .elementor-progress-text::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--cspt-enginir-white-color);
    right: -8px;
    top: -3px;
    border: 3px solid var(--cspt-enginir-global-color);
}
body .cspt-elementor-bg-color-blackish .elementor-progress-percentage,
body .cspt-elementor-bg-color-secondary .elementor-progress-percentage,
body .cspt-elementor-bg-color-globalcolor .elementor-progress-percentage {
    color: var(--cspt-enginir-white-color);
}

/* progress style1 */
.progress-style2 .elementor-progress-bar,
.progress-style1 .elementor-progress-bar {
    z-index: 2;
    position: relative;
}
.progress-style2 .elementor-progress-wrapper,
.progress-style1 .elementor-progress-wrapper{
    background-color: transparent;
}
.progress-style2 .elementor-progress-wrapper:before,
.progress-style1 .elementor-progress-wrapper:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(130deg, transparent 11px, transparent 20px, rgba(var(--cspt-enginir-white-color-rgb),.3) 10px, rgba(var(--cspt-enginir-white-color-rgb),.3) 35px);
    pointer-events: none;
    z-index: 2;
}
.progress-style2 .elementor-progress-percentage,
.progress-style1 .elementor-progress-percentage{
    position: unset;
    font-size: 17px;
    line-height: 44px;
    font-weight: 500;
    color: var(--cspt-enginir-white-color);
    padding: 0 20px 0 0;
}
.progress-style2 .elementor-progress-text::after,
.progress-style1 .elementor-progress-text::after{
    content: unset;
    position: unset;
}

/* progress style2 */
.progress-style2 .elementor-progress-wrapper:before {
    background-image: repeating-linear-gradient(130deg, transparent 10px, transparent 20px, rgba(var(--cspt-enginir-light-bg-color-rgb), 1) 10px, rgba(var(--cspt-enginir-light-bg-color-rgb), 1) 35px);
}
.progress-style2 .elementor-progress-percentage{
    color: var(--cspt-enginir-blackish-color);
}
.progress-style2.elementor-widget-progress:nth-child(2) .elementor-progress-bar .elementor-progress-percentage{
    color: var(--cspt-enginir-white-color);
}
    
/* Elementor about images */
.elementor-widget-image.cspt-effect-square::after,
.elementor-widget-image.cspt-effect-dot:before {
    z-index: -1;
}
/*** Cspt video ***/
.cspt-video-bg .elementor-widget-video .elementor-wrapper {
    --video-aspect-ratio: 1.37777 !important;
}
.cspt-engineer-video .elementor-custom-embed-play,
.cspt-factory-video .elementor-custom-embed-play,
.cspt-video-bg .elementor-custom-embed-play {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 100%;
    color: var(--cspt-enginir-global-color);
    fill: var(--cspt-enginir-global-color);
    background-color: var(--cspt-enginir-white-bg-color);
}
.cspt-engineer-video .elementor-custom-embed-play{
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: var(--cspt-enginir-global-color);
}
.cspt-engineer-video .elementor-custom-embed-play svg {
    color: var(--cspt-enginir-white-color);
}
.cspt-factory-video .elementor-custom-embed-play svg,
.cspt-video-bg .elementor-custom-embed-play svg {
    color: var(--cspt-enginir-global-color);
    fill: var(--cspt-enginir-global-color); 
}
/*** cspt-skew-bg ***/
.elementor-editor-active .cspt-skew-bg.elementor-element::after,
.cspt-skew-bg.elementor-element::after {
    content: "";
    position: absolute;
    left: 0px;
    top: -1px;
    background-color: var(--cspt-enginir-white-bg-color);
    height: 100%;
    width: 40%;
    clip-path: polygon(0 0, 65% 0, 0 100%, 0% 100%);
}
.cspt-skew-bg .elementor-icon {
    inset-inline-start: 9%;
    box-shadow: 0 5px 57px 0 rgba(0, 0, 0, 0.15);
}
.cspt-video-show .elementor-icon {
    box-shadow: 0 5px 57px 0 rgba(0, 0, 0, 0.15);
}
.elementor-element.cspt-video-show .elementor-icon {
    opacity: 0;
}
.elementor-element.cspt-video-show:hover .elementor-icon {
    opacity: 1;
}
/*** cspt-industry-heading-space ***/
.cspt-industry-heading-space .cspt-heading-subheading {
    margin: 0;
}
.cspt-industry-heading-space .cspt-heading-subheading .cspt-heading-desc {
    margin-top: 5px;
}
/*** cspt-vertical-heading  ***/
.cspt-vertical-heading .cspt-element-testimonial-style-5 .creativesplanet-element-inner,
.cspt-vertical-heading .cspt-element-testimonial-style-3 .creativesplanet-element-inner {
    position: relative;
}
.cspt-vertical-heading .cspt-element-testimonial-style-5 .cspt-ele-header-area,
.cspt-element-testimonial-style-5.cspt-vertical-heading .cspt-ihbox-style-hsbox,
.cspt-vertical-heading .cspt-element-testimonial-style-3 .cspt-ele-header-area,
.cspt-element-testimonial-style-3.cspt-vertical-heading .cspt-ihbox-style-hsbox {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    margin-bottom: 0;
    top: 54%;
    margin-top: 43px;
    left: 0px;
    z-index: 1;
}
.cspt-vertical-heading .cspt-element-testimonial-style-5 .cspt-ele-header-area .cspt-element-title,
.cspt-element-testimonial-style-5.cspt-vertical-heading .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading,
.cspt-vertical-heading .cspt-element-testimonial-style-3 .cspt-ele-header-area .cspt-element-title,
.cspt-element-testimonial-style-3.cspt-vertical-heading .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading{
    letter-spacing: 4px;
    font-size: 14px;
    text-transform: uppercase;
}
/*** cspt-faq-style  ***/
.cspt-faq-style .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title .e-n-accordion-item-title-text{
    color: var(--cspt-enginir-white-color);
}
.cspt-faq-style .e-n-accordion .elementor-element p {
    margin: 0;
}
/*** Project Arrow ***/
.creativesplanet-element[data-nav="above"] .cspt-ele-header-area.container {
    display: flex;
    justify-content: space-between;
}
.cspt-ele-header-area.container .cspt-carousel-nav-arrow-header {
    display: flex;
    align-items: center;
}
.cspt-ele-header-area.container .cspt-carousel-nav-arrow-header .owl-prev,
.cspt-ele-header-area.container .cspt-carousel-nav-arrow-header .owl-next {
    cursor: pointer;
}
.cspt-ele-header-area.container .cspt-carousel-nav-arrow-header div > i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--cspt-enginir-white-color);
    display: inline-block;
    border-radius: 50%;
    font-size: 24px;
    margin: 0 5px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.cspt-ele-header-area.container .cspt-carousel-nav-arrow-header .owl-prev:hover i,
.cspt-ele-header-area.container .cspt-carousel-nav-arrow-header .owl-next:hover i{
    background-color: var(--cspt-enginir-global-color);
}
/*** cspt-testimonial-bg-color ***/
.cspt-testimonial-bg-color > .elementor-element > .e-con-inner {
    position: relative;
}
.cspt-testimonial-bg-color > .elementor-element > .e-con-inner:has(.cspt-bg-color-yes):after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    width: 100%;
    height: 100%;
}
.cspt-testimonial-bg-color > .elementor-element > .e-con-inner:has(.cspt-bg-color-yes.cspt-elementor-bg-color-secondary):after {
    background-color: var(--cspt-enginir-secondary-color);
}
.cspt-testimonial-bg-color > .elementor-element > .e-con-inner:has(.cspt-bg-color-yes.cspt-elementor-bg-color-globalcolor):after {
    background-color: var(--cspt-enginir-global-color);
}
.cspt-testimonial-bg-color > .elementor-element > .e-con-inner:has(.cspt-bg-color-yes.cspt-elementor-bg-color-blackish):after {
    background-color: var(--cspt-enginir-blackish-bg-color);
}
.cspt-testimonial-bg-color > .elementor-element > .e-con-inner:has(.cspt-bg-color-yes.cspt-elementor-bg-color-white):after {
    background-color: var(--cspt-enginir-white-bg-color);
}
.cspt-testimonial-bg-color > .elementor-element > .e-con-inner:has(.cspt-bg-color-yes.cspt-elementor-bg-color-light):after {
    background-color: var(--cspt-enginir-light-bg-color);
}
.cspt-sticky-header .cspt-navbar div>ul>li>a {
    color: var(--cspt-enginir-main-menu-sticky-color);
}
@media (min-width: 1201px) {
    .cspt-sticky-header .cspt-navbar>div>ul>li,
    .cspt-sticky-header .cspt-navbar>div>ul>li>a,
    .cspt-sticky-header .site-title {
        line-height: var(--cspt-enginir-sticky-header-height) !important;
        height: var(--cspt-enginir-sticky-header-height) !important;
    }
}

/* Globaly bg color icon heading */
.cspt-elementor-bg-color-blackish .cspt-ihbox-number,
.cspt-elementor-bg-color-blackish .cspt-ihbox-content,
.cspt-elementor-bg-color-secondary .cspt-ihbox-content,
.cspt-elementor-bg-color-secondary .cspt-ihbox-number,
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-content,
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-number{
    color: var(--cspt-enginir-white-color);
}

/* Pricing table Toggle */

/* Labels for Switch */
.cspt-plan-option {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cspt-billing-labels {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 0.9em;
    color: #555;
}
.cspt-billing-labels span {
    user-select: none;
}
.cspt-plan-option .cspt-toggle-title{
    font-size: 18px;
    font-weight: 500;
    color: var(--cspt-enginir-blackish-color);
}
.cspt-switch-wrapper {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 40px;
}
.cspt-switch-wrapper .cspt-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(var(--cspt-enginir-blackish-color-rgb), .2);
    transition: 0.4s all;
    border-radius: 34px;
}
.cspt-switch-wrapper .cspt-slider:before {
    position: absolute;
    content: "";
    height: 33px;
    width: 33px;
    left: 4px;
    bottom: 4px;
    top: 3px;
    background-color: var(--cspt-enginir-blackish-bg-color);
    transition: 0.4s all;
    border-radius: 50%;
}
#cspt-billing-toggle {
    display: none;
}
/* Change background color when checked */
#cspt-billing-toggle:checked + .cspt-switch-wrapper .cspt-slider {
    background-color: var(--cspt-enginir-global-color)
}
/* Move the slider when checked */
#cspt-billing-toggle:checked + .cspt-switch-wrapper .cspt-slider:before {
    transform: translateX(38px);
}
.cspt-yearly-price,
.cspt-yearly-price-interval {
    display: none;
}

/* Custom Css Enginir Advance demo*/

.cspt-ihbox-box .cspt-ihbox-svg-wrapper svg{
    height: 50px;
    width: 50px;
}
.cspt-blur-section{
    background-color: rgb(var(--cspt-enginir-blackish-color-rgb), .2);
    backdrop-filter: blur(20px);
}
.cspt-global-color{
    color: var(--cspt-enginir-global-color);
    font-weight: 500;
    text-decoration: underline;
}
.cspt-color-blackish-bold{
    font-weight: 500;
    text-decoration: underline;
    color: var(--cspt-enginir-blackish-color);
}

/* Tab css */
 .cspt-tab-number.elementor-widget-heading .elementor-heading-title{
    color: transparent;
    -webkit-text-stroke: 2px var(--cspt-enginir-secondary-color);
}

@media (min-width: 767px){    
    .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]{
        border-bottom: 1px solid var(--cspt-enginir-global-color);  
        transition: 0.1s all;
    }  
    .elementor-widget-n-tabs .e-n-tabs-heading{
        border: 1px solid rgb(var(--cspt-enginir-blackish-color-rgb),.15);
        border-right: none;
        border-left: none;    
    }
    .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title.e-n-tab-title:first-child{
        border-left: 1px solid rgb(var(--cspt-enginir-blackish-color-rgb),.15);  
    }
    .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title{
        border: 1px solid rgb(var(--cspt-enginir-blackish-color-rgb),.15);  
        border-top: none;
        border-bottom: none;  
        border-left: none;  
        transition: 0.1s all;
    }
}
@media (max-width: 767px){
  .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title{
        border: 1px solid rgb(var(--cspt-enginir-blackish-color-rgb),.15);   
        border-right: none;
        border-left: none;    
        border-top: none; 
  }
}

/* Button arrow */

.cspt-head-btn {
    display: flex;
    align-items: center;
}
.cspt-head-btn .cspt-rev-button,
.cspt-head-btn a{
    padding: 13px 20px;
    color: var(--cspt-enginir-white-color);
    background-color: var(--cspt-enginir-blackish-color);
}
.cspt-head-btn a:hover{
    color: var(--cspt-enginir-white-color);
}
.cspt-head-btn,
.cspt-btn-shape-gap{
    position: relative;
}
.cspt-head-btn .cspt-icon-shape,
.cspt-btn-shape-gap .elementor-button .cspt-icon-shape{
    position: absolute;
    content: '';
    left: auto;
    right: calc(0px - 56px);
    height: 52px;
    width: 52px;
    background-color: var(--cspt-enginir-global-color);
    top: 0;
    line-height: 52px;
    color: var(--cspt-enginir-blackish-color);
    text-align: center;
}
.cspt-ihbox-style-19 .cspt-ihbox-btn a svg,
.cspt-blogbox-style-7 .cspt-blog-btn a svg,
.cspt-blogbox-style-5 .cspt-blog-btn a svg,
.cspt-blogbox-style-6 .cspt-blog-btn a svg,
.cspt-head-btn .cspt-icon-shape svg,
.cspt-btn-shape-gap .elementor-button .cspt-icon-shape svg{
    height: 12px;
    width: 12px;
    stroke: var(--cspt-enginir-blackish-color);
}
.cspt-blogbox-style-7 .cspt-blog-btn a:hover svg,
.cspt-blogbox-style-5 .cspt-blog-btn a:hover svg,
.cspt-ihbox-style-22 .cspt-ihbox-btn a:hover .cspt-icon-shape svg,
.cspt-blogbox-style-6 .cspt-blog-btn a:hover svg,
.cspt-head-btn .cspt-form-btn:hover .cspt-icon-shape svg,
.cspt-head-btn .cspt-rev-button:hover .cspt-icon-shape svg,
.cspt-head-btn a:hover .cspt-icon-shape svg,
.cspt-btn-shape-gap .elementor-button:hover .cspt-icon-shape svg{
    stroke: var(--cspt-enginir-blackish-color);
}
.cspt-blogbox-style-7 .cspt-blog-btn a:hover svg line,
.cspt-blogbox-style-5 .cspt-blog-btn a:hover svg line,
.cspt-ihbox-style-22 .cspt-ihbox-btn a .cspt-icon-shape svg line,
.cspt-ihbox-style-19 .cspt-ihbox-btn a .cspt-icon-shape svg line,
.cspt-blogbox-style-6 .cspt-blog-btn a svg line,
.cspt-head-btn .cspt-form-btn .cspt-icon-shape svg line,
.cspt-head-btn .cspt-rev-button .cspt-icon-shape svg line,
.cspt-head-btn a .cspt-icon-shape svg line,
.cspt-btn-shape-gap .elementor-button .cspt-icon-shape svg line{
    fill: none;
    stroke: var(--cspt-enginir-blackish-color);
    stroke-width: 2;
    stroke-miterlimit: 10;
}
.cspt-blogbox-style-7 .cspt-blog-btn a:hover .cspt-icon-shape svg line,
.cspt-blogbox-style-5 .cspt-blog-btn a:hover .cspt-icon-shape svg line,
.cspt-ihbox-style-22 .cspt-ihbox-btn a:hover .cspt-icon-shape svg line,
.cspt-ihbox-style-19 .cspt-ihbox-btn a:hover .cspt-icon-shape svg line,
.cspt-blogbox-style-6 .cspt-blog-btn a:hover svg line,
.cspt-head-btn .cspt-form-btn:hover .cspt-icon-shape svg line,
.cspt-head-btn .cspt-rev-button:hover .cspt-icon-shape svg line,
.cspt-head-btn a:hover .cspt-icon-shape svg line,
.cspt-btn-shape-gap .elementor-button:hover .cspt-icon-shape svg line{
    stroke: var(--cspt-enginir-blackish-color);
}
.cspt-element-static-box-style-3 .cspt-active .cspt-head-btn .cspt-icon-shape svg line:nth-child(1),
.cspt-blogbox-style-7 .cspt-blog-btn a:hover .cspt-icon-shape svg line:nth-child(1),
.cspt-blogbox-style-5 .cspt-blog-btn a:hover .cspt-icon-shape svg line:nth-child(1),
.cspt-ihbox-style-22 .cspt-ihbox-btn a:hover .cspt-icon-shape svg line:nth-child(1),
.cspt-ihbox-style-19 .cspt-ihbox-btn a:hover .cspt-icon-shape svg line:nth-child(1),
.cspt-blogbox-style-6 .cspt-blog-btn a:hover svg line:nth-child(1),
.cspt-head-btn .cspt-form-btn:hover .cspt-icon-shape svg line:nth-child(1),
.cspt-head-btn .cspt-rev-button:hover .cspt-icon-shape svg line:nth-child(1),
.cspt-head-btn a:hover .cspt-icon-shape svg line:nth-child(1),
.cspt-btn-shape-gap .elementor-button:hover .cspt-icon-shape svg line:nth-child(1){
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset .5s cubic-bezier(.61, 1, .88, 1);
}
.cspt-element-static-box-style-3 .cspt-active .cspt-head-btn .cspt-icon-shape svg line:nth-child(2),
.cspt-blogbox-style-7 .cspt-blog-btn a:hover .cspt-icon-shape svg line:nth-child(2),
.cspt-blogbox-style-5 .cspt-blog-btn a:hover .cspt-icon-shape svg line:nth-child(2),
.cspt-ihbox-style-19 .cspt-ihbox-btn a:hover .cspt-icon-shape svg line:nth-child(2),
.cspt-ihbox-style-22 .cspt-ihbox-btn a:hover .cspt-icon-shape svg line:nth-child(2),
.cspt-blogbox-style-6 .cspt-blog-btn a:hover svg line:nth-child(2),
.cspt-head-btn .cspt-form-btn:hover .cspt-icon-shape svg line:nth-child(2),
.cspt-head-btn .cspt-rev-button:hover .cspt-icon-shape svg line:nth-child(2),
.cspt-head-btn a:hover .cspt-icon-shape svg line:nth-child(2),
.cspt-btn-shape-gap .elementor-button:hover .cspt-icon-shape svg line:nth-child(2){
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset .6s cubic-bezier(.61, 1, .88, 1) .3s;
}
.cspt-element-static-box-style-3 .cspt-active .cspt-head-btn .cspt-icon-shape svg line:nth-child(3),
.cspt-blogbox-style-7 .cspt-blog-btn a:hover .cspt-icon-shape svg line:nth-child(3),
.cspt-blogbox-style-5 .cspt-blog-btn a:hover .cspt-icon-shape svg line:nth-child(3),
.cspt-ihbox-style-22 .cspt-ihbox-btn a:hover .cspt-icon-shape svg line:nth-child(3),
.cspt-ihbox-style-19 .cspt-ihbox-btn a:hover .cspt-icon-shape svg line:nth-child(3),
.cspt-blogbox-style-6 .cspt-blog-btn a:hover svg line:nth-child(3),
.cspt-head-btn .cspt-rev-button:hover .cspt-icon-shape svg line:nth-child(3),
.cspt-head-btn .cspt-form-btn:hover .cspt-icon-shape svg line:nth-child(3),
.cspt-head-btn a:hover .cspt-icon-shape svg line:nth-child(3),
.cspt-btn-shape-gap .elementor-button:hover .cspt-icon-shape svg line:nth-child(3){
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset .6s cubic-bezier(.61, 1, .88, 1) .3s;
}

/* Text Rotate */

.cspt-ihbox-style-19 .cspt-ihbox-btn .elementor-button-text,
.cspt-blogbox-style-7 .cspt-blog-btn .elementor-button-text,
.cspt-blogbox-style-5 .cspt-blog-btn .elementor-button-text,
.cspt-head-btn .elementor-button-text{
    display: inline-flex;
}
.cspt-ihbox-style-19 .cspt-ihbox-btn .elementor-button-text .cspt-button-text,
.cspt-blogbox-style-7 .cspt-blog-btn .elementor-button-text .cspt-button-text,
.cspt-blogbox-style-5 .cspt-blog-btn .elementor-button-text .cspt-button-text,
.cspt-head-btn .elementor-button-text .cspt-button-text,
.cspt-btn-shape-gap .elementor-button-text .cspt-button-text {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.cspt-ihbox-style-19 .cspt-ihbox-btn .elementor-button-text .cspt-button-text span,
.cspt-blogbox-style-7 .cspt-blog-btn .elementor-button-text .cspt-button-text span,
.cspt-blogbox-style-5 .cspt-blog-btn .elementor-button-text .cspt-button-text span,
.cspt-head-btn .elementor-button-text .cspt-button-text span,
.cspt-btn-shape-gap .elementor-button .elementor-button-text span{
    display: block;
    transition: all ease 0.4s;
    transform-style: preserve-3d;
}
.cspt-ihbox-style-19 .cspt-ihbox-btn .elementor-button-text .cspt-button-text:before,
.cspt-blogbox-style-7 .cspt-blog-btn .elementor-button-text .cspt-button-text:before,
.cspt-blogbox-style-5 .cspt-blog-btn .elementor-button-text .cspt-button-text:before,
.cspt-head-btn .elementor-button-text .cspt-button-text:before,
.cspt-btn-shape-gap .elementor-button .elementor-button-text .cspt-button-text::before {
    content: attr(data-text);
    display: block;
    height: 100%;
    position: absolute;
    top: 100%;
    transition: all ease 0.4s;
    transform-style: preserve-3d;
}
.cspt-ihbox-style-19 .cspt-ihbox-btn a:hover .elementor-button-text .cspt-button-text:before,
.cspt-ihbox-style-19 .cspt-ihbox-btn a:hover .elementor-button-text .cspt-button-text span,
.cspt-blogbox-style-7 .cspt-blog-btn a:hover .elementor-button-text .cspt-button-text:before,
.cspt-blogbox-style-7 .cspt-blog-btn a:hover .elementor-button-text .cspt-button-text span,
.cspt-blogbox-style-5 .cspt-blog-btn a:hover .elementor-button-text .cspt-button-text:before,
.cspt-blogbox-style-5 .cspt-blog-btn a:hover .elementor-button-text .cspt-button-text span,
.cspt-head-btn .cspt-rev-button:hover .elementor-button-text .cspt-button-text:before,
.cspt-head-btn .cspt-rev-button:hover .elementor-button-text .cspt-button-text span,
.cspt-head-btn a:hover .elementor-button-text .cspt-button-text:before,
.cspt-head-btn a:hover .elementor-button-text .cspt-button-text span,
.cspt-head-btn .cspt-form-btn:hover .elementor-button-text .cspt-button-text:before,
.cspt-head-btn .cspt-form-btn:hover .elementor-button-text .cspt-button-text span,
.cspt-btn-shape-gap .elementor-button:hover .elementor-button-text .cspt-button-text span, 
.cspt-btn-shape-gap .elementor-button:hover .elementor-button-text .cspt-button-text::before {
    transform: translateY(-100%);
}


/* Service Detail */

.cspt-advance-enginir-demo .cspt-service-single-style-3 .cspt-featured-wrapper img{
    width: 100%;
}
.cspt-advance-enginir-demo.single-cspt-service.cspt-sidebar-no .content-area {
    padding-top: 0;
}
.cspt-advance-enginir-demo .elementor-widget-text-editor .elementor-drop-cap {
    font-size: 0;
}
.cspt-advance-enginir-demo .elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-block-start: 0px;
}
.cspt-advance-enginir-demo .elementor-drop-cap-letter{
    color: var(--cspt-enginir-blackish-color);
    font-size: 35px;
    padding: 3px 35px 40px 10px;
    line-height: 35px;
}
.cspt-advance-enginir-demo .elementor-widget-text-editor .cal-sans-typo{
    color: var(--cspt-enginir-blackish-color);
}
.cspt-advance-enginir-demo .widget.cspt_widget_list_all_posts ul > li{
    padding: 0px 0px 25px 0;
    border-bottom: 1px solid rgba(var(--cspt-enginir-blackish-color-rgb), .15);
    margin: 0 0 25px 0;
}
.cspt-advance-enginir-demo .widget.cspt_widget_list_all_posts ul > li a{
    color: rgba(var(--cspt-enginir-blackish-color-rgb),.5);
}
.cspt-advance-enginir-demo .widget.cspt_widget_list_all_posts ul > li:hover a,
.cspt-advance-enginir-demo .widget.cspt_widget_list_all_posts ul > li.cspt-post-active a{
    color: var(--cspt-enginir-blackish-color);
}
.cspt-advance-enginir-demo .widget.cspt_widget_list_all_posts ul > li:hover,
.cspt-advance-enginir-demo .widget.cspt_widget_list_all_posts ul > li.cspt-post-active{
    border-color: var(--cspt-enginir-global-color);
}
.cspt-advance-enginir-demo .widget.cspt_widget_list_all_posts ul > li{
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.cspt-advance-enginir-demo .widget.cspt_widget_list_all_posts ul > li a::after {
    content: '\e830';
    font-family: "creativesplanet-base-icons";
    display: flex;
    right: 0;
    font-size: 13px;
    position: absolute;
    font-weight: 400;
    color: var(--cspt-enginir-secondary-color);
    -webkit-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    left: auto;
    top: -6px;
    background-color: var(--cspt-enginir-light-bg-color);
    height: 40px;
    width: 40px;
    line-height: 40px;
    justify-content: center;
}
.cspt-advance-enginir-demo .widget.cspt_widget_list_all_posts ul > li:hover a:after,
.cspt-advance-enginir-demo .widget.cspt_widget_list_all_posts ul > li.cspt-post-active a:after{
    background-color: var(--cspt-enginir-global-color);
}

/* Accordian using class*/
.cspt-advance-enginir-demo .cspt-faq-style .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title .e-n-accordion-item-title-text {
    color: unset;
}
.cspt-advance-enginir-demo .e-n-accordion-item-title-icon{
    position: absolute;
    right: 0px;
    background: var(--cspt-enginir-light-bg-color);
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    justify-content: center;
    transition: 0.2s all;
}
.cspt-advance-enginir-demo .elementor-widget-n-accordion .e-n-accordion-item{
    position: unset;
    margin: 0 80px 20px 0;
}
.cspt-advance-enginir-demo .elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon{
    background-color: var(--cspt-enginir-global-color);
}

/* Widget Ads Advance Demo */
.cspt-advance-enginir-demo .elementor-widget-sidebar{
    gap: 50px;
    display: grid;
}
.cspt-widget-ads{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background: var(--cspt-enginir-blackish-color);
}
.cspt-widget-ads .cspt-ads-wrapper{
    padding: 20px;
}
.cspt-widget-ads .cspt-ads-inner{
    text-align: center;
    padding: 50px 40px;
    border: 1px solid rgb(var(--cspt-enginir-white-color-rgb),.10);
}
.cspt-widget-ads .cspt-ads-title{
    font-size: 24px;
    line-height: 30px;
    color: var(--cspt-enginir-white-color);
    border-bottom: 2px solid var(--cspt-enginir-global-color);
    padding: 25px 0 20px 0;
    margin: 0 0 20px 0;
}
.cspt-widget-ads .cspt-ads-inner i{
    font-size: 60px;
    line-height: 60px;
    color: var(--cspt-enginir-global-color);
    display: inline-block;
    transition: 0.9s all;
}
.cspt-widget-ads .cspt-ads-inner .cspt-ads-number{
    font-size: 34px;
    line-height: 44px;
    font-weight: 600 !important;
    color: var(--cspt-enginir-global-color);
    margin: 0;
}
.cspt-widget-ads .cspt-ads-inner .cspt-ads-desc{
    color: var(--cspt-enginir-white-color);
}
.cspt-widget-ads:hover .cspt-ads-inner i{
    transform: rotateY(360deg);
}

/* Download Advance Demo */
.cspt-download .cspt-download-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--cspt-enginir-light-bg-color);
}
.cspt-download .cspt-download-content .cspt-download-wrap{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 0 0 15px;
}
.cspt-download .cspt-download-content .cspt-download-title{
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}
.cspt-download .cspt-item-download{
    margin: 0 0 20px 0;
}
.cspt-download .cspt-download-wrap i{
    font-size: 30px;
    line-height: 30px;
}
.cspt-download .cspt-download-content .cspt-download-item{
    font-size: 20px;
    height: 60px;
    width: 60px;
    background: var(--cspt-enginir-global-color);
    line-height: 60px;
    text-align: center;
    border-left: 5px solid var(--cspt-enginir-white-color);
    transition: 0.6s all;
}
.cspt-download .cspt-download-content:hover .cspt-download-item{
    background: var(--cspt-enginir-blackish-bg-color);
    color: var(--cspt-enginir-white-color);
}
.cspt-download .cspt-item-download a:hover{
    color: var(--cspt-enginir-blackish-color);
}

.cspt-text-fill{
    color: var(--cspt-enginir-white-color);
    -webkit-text-stroke:0;
}
.cspt-text-outline .elementor-heading-title{
    color: transparent !important;
    -webkit-text-stroke: 1px var(--cspt-enginir-blackish-color);
}
.cspt-advance-enginir-demo .cspt-portfolio-style-3 .cspt-portfolio-title,
.cspt-advance-enginir-demo .cspt-portfolio-style-2 .cspt-portfolio-title,
.cspt-advance-enginir-demo .cspt-portfolio-style-1 .creativesplanet-box-content .cspt-portfolio-title{
    font-weight: normal;
}

.cspt-contact-social .cspt-social-links{
    padding: 0;
}
.cspt-contact-social .cspt-social-links a{
    background: rgba(var(--cspt-enginir-white-color-rgb), .1);
    color: var(--cspt-enginir-white-color);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 45px;
}
.cspt-contact-social .cspt-social-links a:hover{
    background: var(--cspt-enginir-global-color);
    color: var(--cspt-enginir-blackish-color);
}

/* Button Arrow Color */

.cspt-button-color-white.cspt-advance-enginir-demo .cspt-newslatter-style1 .cspt-btn,
.cspt-button-color-white.cspt-advance-enginir-demo .cspt-contact-social .cspt-social-links a:hover,
.cspt-button-color-white.cspt-advance-enginir-demo .cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-23 h2,
.cspt-button-color-white.cspt-advance-enginir-demo .cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-23 .cspt-ihbox-content,
.cspt-advance-enginir-demo.single-post .cspt-blog-meta-bottom-left .cspt-meta-tags a:hover,
.cspt-button-color-white.single-post.cspt-advance-enginir-demo .cspt-comment-content .reply a:hover,
.cspt-button-color-white.single-post.cspt-advance-enginir-demo .cspt-comment-content .reply a:after,
.blog.cspt-button-color-white.cspt-advance-enginir-demo .creativesplanet-sidebar .search-form .search-submit:after,
.cspt-button-color-white.single-post.cspt-advance-enginir-demo .creativesplanet-sidebar .search-form .search-submit:after,
.blog.cspt-button-color-white.cspt-advance-enginir-demo .creativesplanet-sidebar .widget_tag_cloud ul li a:hover,
.cspt-button-color-white.single-post.cspt-advance-enginir-demo .creativesplanet-sidebar .widget_tag_cloud ul li a:hover,
.blog.cspt-button-color-white.cspt-advance-enginir-demo .enginir_recent_posts_widget .cspt-rpw-content .cspt-rpw-date a,
.cspt-button-color-white.single-post.cspt-advance-enginir-demo .enginir_recent_posts_widget .cspt-rpw-content .cspt-rpw-date a,
.cspt-button-color-white.cspt-advance-enginir-demo .cspt-download .cspt-download-content .cspt-download-item,
.cspt-button-color-white.cspt-advance-enginir-demo .widget.cspt_widget_list_all_posts ul > li:hover a:after,
.cspt-button-color-white.cspt-advance-enginir-demo .widget.cspt_widget_list_all_posts ul > li.cspt-post-active a:after{
    color: var(--cspt-enginir-white-color);
}
.cspt-button-color-white.cspt-advance-enginir-demo .cspt-head-btn .cspt-rev-button .cspt-icon-shape svg,
.cspt-button-color-white.cspt-advance-enginir-demo .cspt-head-btn .cspt-rev-button .cspt-icon-shape line,
.cspt-button-color-white.cspt-advance-enginir-demo .cspt-contact-form-advance .cspt-icon-shape svg,
.cspt-button-color-white.cspt-advance-enginir-demo .cspt-contact-form-advance .cspt-icon-shape svg line,
.cspt-button-color-white.cspt-advance-enginir-demo .cspt-element-blog-style-7 .cspt-ele-header-area .cspt-head-btn .cspt-icon-shape svg,
.cspt-button-color-white.cspt-advance-enginir-demo .cspt-element-blog-style-7 .cspt-ele-header-area .cspt-head-btn .cspt-icon-shape svg line,
.cspt-button-color-white.cspt-advance-enginir-demo .cspt-element-blog-style-5 .cspt-ele-header-area .cspt-head-btn .cspt-icon-shape svg,
.cspt-button-color-white.cspt-advance-enginir-demo .cspt-element-blog-style-5 .cspt-ele-header-area .cspt-head-btn .cspt-icon-shape svg line,
.cspt-button-color-white.cspt-advance-enginir-demo .cspt-btn-shape-gap .elementor-button .cspt-icon-shape svg,
.cspt-button-color-white.cspt-advance-enginir-demo .cspt-btn-shape-gap .elementor-button .cspt-icon-shape svg line{
    stroke: var(--cspt-enginir-white-color);
}
.cspt-button-color-white.cspt-advance-enginir-demo.single-post .cspt-comment-content .reply a:hover:after{
    background-color: var(--cspt-enginir-blackish-bg-color);
}
body.cspt-button-color-black.cspt-advance-enginir-demo .scroll-to-top,
.cspt-button-color-white.cspt-advance-enginir-demo .cspt-newslatter-style1 .cspt-btn:hover{
    color: var(--cspt-enginir-blackish-color);
}

/* New Tab menu */
.cspt-navbar ul>li>ul>li>a>span.new-tag{
    padding: 2px 5px;
    border-radius: 3px;
    background: rgba(var(--cspt-enginir-blackish-bg-color-rgb), .7);
    color: var(--cspt-enginir-white-color);
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-left: 10px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.cspt-navbar ul>li>ul>li>a:hover >span.new-tag{
    background: var(--cspt-enginir-white-bg-color);
    color: var(--cspt-enginir-blackish-color);
}


/* Gravity Box ele */

.cspt-gravity-canvas {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: auto;
}
.cspt-gravity-box{
    position: absolute;
    --size-circle: 210px;
    border-radius: 50%;
    border: 1px solid var(--cspt-enginir-global-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform-origin: center;   
    margin-top: -300px;
    transition:  margin 0.4s ease-in-out, background 0.4s ease-in-out, color 0.4s ease-in-out, width 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, height 0.15s ease-in-out;
}
.cspt-gravity-element-style1,
.cspt-gravity-canvas-wrapper {
    height: 500px;
    position: relative;
}
.cspt-gravity-element-style1 .cspt-gravity-box.visible{
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1200px) {
    .cspt-gravity-box{
        --size-circle: 150px;
    }
}
@media (max-width:767px) {
    .cspt-gravity-element-style1,
    .cspt-gravity-canvas-wrapper {
        height: 400px;
    }
}

@media (max-width:575px) {
    .cspt-gravity-element-style1,
    .cspt-gravity-canvas-wrapper {
        height: 300px;
    }
    .cspt-gravity-box{
        --size-circle: 110px;
    }
}