 /*------------------------------------------------------------------
[Master Stylesheet]
- Pre Header setting
- Header setting
- Heading Subheading Element
- Icon Heading Box
- Titlebar section
- Blog Box
- Portfolio Section
- Team Member Section
- Contact Form 7
- Client Logo Section
- Progress Bar Section
- Pricing Table Section
- Sidebar widget Section
- Footer Section
- Timebox List Section
- Custom Button
- Fact and digit
- Service Style
- Progress Bar
- Contact form
- error-404
- Search Popup Area CSS
- Tab and Accordion
- Button Section
-------------------------------------------------------------------*/
body {
	counter-reset: csptbox1  csptbox2 csptbox3 csptbox4 cspt-rev-counter;
}
.elementor-widget-button .elementor-button,
.cspt-ptable-btn a,
button, html input[type=button], input[type=reset], input[type=submit]{
	text-transform: capitalize;
	letter-spacing: -0.2px;
	padding: 20px 30px;
	outline: none;
	border-radius: 0px;
	font-weight: 700;
	font-size: 14px;
}
/* --------------------------------------
 * Pre Header setting
 * ---------------------------------------*/
.cspt-contact-info{
	font-size: 13px;
}
.cspt-pre-header-wrapper{
	font-size: 12px;
}
.cspt-color-white .cspt-contact-info li,
.cspt-color-white .cspt-contact-info li a,
.cspt-pre-header-wrapper.cspt-color-white .cspt-social-links a,
.cspt-pre-header-wrapper.cspt-color-white .cspt-header-search-btn a {
	color: #fff;
}
.cspt-color-white .cspt-contact-info li a:hover{
	opacity: 0.8;
}
.cspt-pre-header-wrapper .cspt-social-links{
	display: inline-block;
}
.cspt-contact-info li{
	position: relative;
	display: inline-flex;
}
.cspt-contact-info li i {
	font-size: 18px;
}

/*==== cspt-top-bar-bt ====*/
.cspt-top-bar-bt{
	font-size: 13px;
	display: inline-block;
	padding: 0 30px;
	background-color: #56aa46;
	color: #fff;
	vertical-align: top;
	font-weight: bold;
}
.cspt-top-bar-bt:hover{
	color: #fff;
}
.cspt-pre-header-right {
	display: flex;
}
.cspt-contact-info,
.cspt-pre-header-wrapper .cspt-social-links,
.cspt-pre-header-wrapper .cspt-pre-header-right > *,
.cspt-pre-header-wrapper .cspt-header-search-btn {
	position: relative;
}
.cspt-pre-header-wrapper .cspt-social-links,
.cspt-pre-header-wrapper .cspt-header-search-btn {
	padding: 0 15px;
}

/* --------------------------------------
 * Header setting
 * ---------------------------------------*/
.site-title,
.site-title a{
	-webkit-transition: none;
	transition: none;
}
.cspt-header-box span{
	display: block;
}
.navigation-top-wrapper{
	display: flex;
	flex-grow: 1;
}
.cspt-slider-bottom-section {
	display: none;
}
.cspt-sticky-header .cspt-header-menu-area{
	background-color: transparent !important;
}

/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
/*** Dropdown Menu ( White ) ***/
.cspt-navbar.cspt-dropdown-active-color-white ul > li > ul > li.current-menu-item > a,
.cspt-navbar.cspt-dropdown-active-color-white ul > li > ul li.current_page_item > a,
.cspt-navbar.cspt-dropdown-active-color-white ul > li > ul li.current_page_ancestor > a,
/*** Main Menu ( White ) ***/
.cspt-navbar.cspt-main-active-color-white > div > ul > li:hover > a,
.cspt-navbar.cspt-main-active-color-white > div > ul > li.current_page_item > a,
.cspt-navbar.cspt-main-active-color-white > div > ul >li.current-menu-parent > a{
	color: #fff;
}

/*** Dropdown Menu ( Blackish ) ***/
.cspt-navbar.cspt-dropdown-active-color-blackish ul > li > ul > li.current-menu-item > a,
.cspt-navbar.cspt-dropdown-active-color-blackish ul > li > ul li.current_page_item > a,
.cspt-navbar.cspt-dropdown-active-color-blackish ul > li > ul li.current_page_ancestor > a,
/*** Main Menu ( Blackish ) ***/
.cspt-navbar.cspt-main-active-color-blackish > div > ul > li:hover > a,
.cspt-navbar.cspt-main-active-color-blackish > div > ul > li.current_page_item > a,
.cspt-navbar.cspt-main-active-color-blackish > div > ul >li.current-menu-parent > a{
	color: #071323;
}

/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
.cspt-heaing-style-1 .left-align{
	padding-left: 30px;
	border-left: 1px solid #e5e5e5;
	position: relative;
}
.cspt-heaing-style-1 .left-align:before,
.cspt-heaing-style-1 .left-align:after{
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #e5e5e5;
	left: -3px;
}
.cspt-heaing-style-1 .left-align:before{
	top: 0;
}
.cspt-heaing-style-1 .left-align:after{
	bottom: 0;
}
.cspt-elementor-bg-color-blackish .cspt-heaing-style-1 .left-align,
.cspt-bg-color-blackish .cspt-heaing-style-1 .left-align{
	border-left-color: #353536;
}
.cspt-heaing-style-2 .cspt-element-subtitle{
	position: relative;
	padding-bottom: 15px;
	display: inline-block;
}
.cspt-heaing-style-2 .cspt-element-subtitle:before{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 6px;
	left: 0;
	background-color: khaki;
}
.cspt-heaing-style-2 .cspt-element-subtitle:after{
	content: '';
	width: 40px;
	height: 3px;
	position: absolute;
	bottom: 5px;
	left: 0;
	background-color: #000;
}
.cspt-heaing-style-2 .center-align .cspt-element-subtitle:before{
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* --------------------------------------
 * Icon Heading Box
 * ---------------------------------------*/
.cspt-elementor-bg-color-globalcolor.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading h4:after,
.cspt-bg-color-globalcolor.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading h4:after,
.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading h4:after{
	background-color: #fff;
}

/* --------------------------------------
 * Titlebar section
 * ---------------------------------------*/
.cspt-header-style-4 .cspt-title-bar-content{
	padding-top: 154px;
}
.cspt-parent-header-style-3  .cspt-title-bar-content{
	padding-top:202px;
}

/* --------------------------------------
 * Blog box style
 * ---------------------------------------*/
.cspt-meta-line a,
.cspt-meta-line{
	color: #999999;
	font-size: 12px;
}
.cspt-meta-line{
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
.creativesplanet-element-blog  .cspt-meta-comment-wrapper.cspt-meta-line:before {
	content: "|";
	position: absolute;
	top: 0;
	left: 0px;
}
.creativesplanet-element-blog .cspt-meta-comment-wrapper.cspt-meta-line{
	padding-left: 10px;
}
.creativesplanet-element-blog .cspt-meta-comment-wrapper i{
	color: var(--cspt-leblix-global-color);
}

/*=== Classic blog ===*/
.cspt-blog-meta-top .cspt-meta {
	margin-right: 0;
	position: relative;
	padding-left: 0;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
}
.single .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-comments,
.cspt-blog-meta-top .cspt-meta a{
	color: #999999;
}
.cspt-blog-meta-top .cspt-meta a:hover{
	color: var(--cspt-leblix-blackish-color);
}
.cspt-blog-meta-top .cspt-meta {
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 18px;
}
.cspt-blog-classic {
	margin-bottom: 30px;
	position: relative;
	background: #fff;
}
article:not(.cspt-no-img) .cspt-blog-classic {
	padding: 0px;
}
.cspt-blog-meta.cspt-blog-meta-top{
	padding-bottom: 0;
	margin-bottom: 0;
}
article.cspt-no-img .cspt-blog-classic-inner{
	padding-top: 0;
	padding-right: 0;
	margin-right: 0;
}
.cspt-entry-content .wp-caption:last-child,
.cspt-blog-classic .cspt-blog-classic-inner .wp-audio-shortcode:last-child,
.cspt-blog-classic .cspt-blog-classic-inner .cspt-read-more-link:last-child,
.cspt-blog-classic .cspt-blog-classic-inner .wp-block-pullquote:last-child,
.cspt-blog-classic .cspt-blog-classic-inner .wp-block-media-text:last-child,
.cspt-blog-classic .cspt-blog-classic-inner .wp-block-cover.has-background-dim{
	margin-bottom: 25px;
}
.cspt-no-img.post.sticky{
	padding: 40px 40px 10px 40px;
}
.format-status.cspt-no-img .cspt-blog-classic .cspt-blog-classic-inner{
	padding-top: 5px;
}
.cspt-entry-content .gallery{
	margin-bottom: 30px;
}
.cspt-blog-classic .cspt-featured-wrapper{
	margin-bottom: 0;
	margin-top: -30px;
}
.site-main article:last-of-type .cspt-blog-classic {
	margin-bottom: 0px;
}
.cspt-blog-classic .cspt-post-thumbnail{
	margin-bottom: 60px;
}
.cspt-blog-classic .cspt-post-title{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 600;
	letter-spacing: -1.5px;
	padding-right: 100px;
}
.cspt-blog-classic .cspt-post-title a{
	color: var(--cspt-leblix-blackish-color);
}
.cspt-blog-classic .cspt-post-title a:hover{
	color: var(--cspt-leblix-global-color);
}
.cspt-blog-classic .cspt-entry-content{
	margin-top: 20px;
	position: relative;
}
.single .cspt-blog-classic .cspt-blog-classic-inner .cspt-entry-content{
	margin-top: 20px;
}
article.post{
	margin-top: 30px;
}
article.post.cspt-no-img{
	margin-top: 0px;
}
.cspt-blog-classic .cspt-featured-img-wrapper{
	position: relative;
	top: 0px;
}
.cspt-blog-classic .cspt-meta-date-wrapper {
	background-color: #fff;
	padding: 14px 20px;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	right: 15px;
	bottom: -50px;
	z-index: 9;
	background:var(--cspt-leblix-global-color);
	text-align: center;
	border-radius: 0px;
}
.cspt-blog-classic .cspt-meta-date-wrapper .cspt-meta-day {
	display: block;
	font-size: 24px;
	line-height: 26px;
}
.cspt-blog-classic .cspt-meta-date-wrapper span {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
}
article:not(.cspt-no-img) .cspt-blog-meta-top .cspt-meta-date,
article.format-quote .cspt-meta-date-wrapper,
.cspt-no-img .cspt-blog-classic .cspt-meta-date-wrapper{
	display: none;
}
article.format-quote .cspt-blog-classic blockquote{
	margin-bottom: 25px;
}
.cspt-blog-classic .cspt-blog-meta.cspt-blog-meta-top{
	position: relative;
	font-size: 14px;
	margin-top: 10px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}
.single.single-post .cspt-blog-classic .cspt-blog-meta.cspt-blog-meta-top{
	border-bottom: 1px solid #eeeeee;
}
.cspt-blog-classic-inner .cspt-read-more-link a{
	font-size: 14px;
	text-transform: capitalize;
	cursor: pointer;
	border: 2px solid;
	border-color: var(--cspt-leblix-global-color);
	color:var(--cspt-leblix-global-color);
	padding: 18px 40px;
	display: inline-block;
}
.cspt-blog-classic-inner .cspt-read-more-link a span{
	position: relative;
	padding-right: 30px;
}
.cspt-blog-classic-inner .cspt-read-more-link a span:after {
	content: "\e854";
	font-family: "creativesplanet-base-icons";
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 600;
}
.cspt-blog-classic-inner .cspt-read-more-link a:hover{
	background-color: var(--cspt-leblix-global-color);
	color:var(--cspt-leblix-white-color);
}
.cspt-blog-classic .cspt-meta-date-top{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 70px;
	height: 70px;
	text-align: center;
	color: var(--cspt-leblix-white-color);
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	padding-top: 10px;
	border-radius: 0px;
}
.cspt-blog-classic .cspt-read-more-link{
	margin-top: 60px;
}
.cspt-blog-classic .cspt-meta-date-top span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 13px;
}
.cspt-no-img .cspt-blog-classic .cspt-meta-date-top{
	display: none;
}
article.post.format-quote{
	margin-top: 0px;
}
.cspt-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) {
	font-size: 19px;
	line-height: 27px;
	font-weight: 400;
	font-style: italic;
	padding: 83px 55px 40px;
	position: relative;
	border: none;
	background: var(--cspt-leblix-secondary-color)!important;
	margin: 40px 0px 37px;
}
.cspt-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color),
.cspt-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color)  a{
	color: var(--cspt-leblix-white-color);
}
.cspt-blog-classic blockquote{
	margin-left: 0;
	border-color: var(--cspt-leblix-global-color);
}
.cspt-blog-classic blockquote cite{
	font-size: 14px;
	color: var(--cspt-leblix-global-color);
	font-weight: 600;
	font-style: normal;
	display: inline-block;
}
.cspt-blog-classic blockquote em{
	font-size: 12px;
}
.cspt-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color):before{
	position: absolute;
	font-size: 33px;
	font-weight: normal;
	top: 35px;
	font-family: "creativesplanet-base-icons";
	content: '\e857';
	line-height: 50px;
	text-align: center;
	color: var(--cspt-leblix-global-color);
	font-style: normal;
}
.cspt-blog-classic blockquote .authorOrTitle{
	display: block;
	margin-top: 15px;
	font-size: 14px;
	line-height: 15px;
}
.cspt-blog-classic .cspt-blog-meta-social-share .cspt-social-icon{
	background: var(--cspt-leblix-light-bg-color);
	height: 60px;
	text-align: center;
	width: 60px;
	line-height: 60px;
	color: var(--cspt-leblix-global-color);
}
.cspt-blog-classic .cspt-blog-meta-social-share{
	position: absolute;
	right: 0;
	bottom: 2px;
	z-index: 1;
}
.cspt-blog-classic .cspt-blog-meta-social-share .cspt-social-share{
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: max-content;
	height: 100%;
	opacity: 0;
	z-index: -1;
	transition: all 500ms ease;
	margin-right: -53px;
}
.cspt-blog-classic .cspt-blog-meta-social-share:hover .cspt-social-share{
	opacity: 1;
	transform: translateX(-50px) translateZ(0px);
}
.cspt-blog-classic .cspt-blog-meta-social-share .cspt-social-share li a{
	border: 0;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
}
.cspt-blog-classic .cspt-blog-meta-social-share .cspt-social-share li{
	display: inline-block;
	padding-right: 6px;
}
.cspt-blog-classic .cspt-blog-meta-social-share .cspt-social-share ul{
	display: inline-flex;
	padding-right: 6px;
}
.cspt-blog-classic .cspt-blog-meta-social-share .cspt-social-share li i{
	font-size: 17px;
	padding: 0;
}
.cspt-blog-classic blockquote cite:before,
.wp-block-quote.is-style-large cite em:before,
blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
	margin-right: 5px;
}
.wp-block-quote.is-style-large cite:before{
	display: none;
}
blockquote.wp-block-quote.is-style-large{
	padding: 40px 48px 50px;
	margin-top: 62px;
	margin-bottom: 30px;
}
blockquote cite,
blockquote small {
	display: block;
	font-size: 19px;
	line-height: 29px;
	font-style: italic;
	margin-top: 15px;
	opacity: 1;
	font-weight: 400;
	color: #fff;
}
.cspt-quote-style1 blockquote cite em{
	color:#fff;
} 
.cspt-quote-style1 blockquote span{
	font-size: 14px;
	color: var(--cspt-leblix-global-color);
	font-weight: 600;
	font-style: normal;
}
.cspt-quote-style1 blockquote cite em{
	font-size: 12px;
	margin-left: 2px;
}
blockquote cite:before{
	content: unset;
}
.wp-block-pullquote.is-style-solid-color blockquote{
	background-color: #fff;
}
blockquote cite em,
blockquote small em{
	font-style: normal;
}
.cspt-blog-classic-inner .wp-block-column p {
	margin-right: 35px;
}
.cspt-blog-classic .cspt-blog-classic-inner{
	padding-top: 20px;
	padding-bottom: 25px;
}
.single.single-post .cspt-blog-classic .cspt-blog-classic-inner{
	padding: 15px 0px 0px;
}

/*=== Sticky post ===*/
.post.sticky{
	background-color: #fff;
	position: relative;
	padding: 1px 40px;
	overflow: hidden;
	margin-bottom: 30px;
	border: 10px solid;
}
.post.sticky .cspt-blog-classic .cspt-blog-classic-inner{
	padding: 0px;
	border: 0;
}
.post.sticky .cspt-read-more-link a:after{
	background-color: #272727;
}
.post.sticky .cspt-blog-classic{
	margin-bottom: 0px;
	box-shadow: none;
	overflow: visible;
	border-radius: 0;
}
.post.sticky .cspt-blog-classic:after {
	font-family: "creativesplanet-base-icons";
	content: "\e830";
	font-size: 25px;
	position: absolute;
	color: #fff;
	opacity: 1;
	right: -50px;
	top: -50px;
	background-color: var(--cspt-leblix-global-color);
	padding: 0;
	width: 70px;
	line-height: 70px;
	height: 70px;
	text-align: center;
	border-radius: 0;
}
.single .cspt-post-related .cspt-element-posts-wrapper .cspt-post-ele{
	margin-bottom: 0;
}

/*=== Single-blog-meta-bottom ===*/
.cspt-blog-meta-bottom{
	padding-top: 18px;
	display: -ms-flexbox!important;
	display: flex!important;
	border-top: 1px solid #eee;
}
.cspt-blog-meta-bottom .cspt-meta-tags .cspt-meta-title{
	color: #424d6c;
	font-size: 16px;
	font-weight: 600;
}
.cspt-blog-meta-bottom .cspt-meta-tags{
	display: block;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 40px;
}
.cspt-blog-meta-bottom .cspt-meta-tags a{
	margin: 0 5px 5px 0px;
	border: none;
}
.cspt-blog-meta-bottom .cspt-meta-tags a:first-child{
	margin-left: 0px;
}
.cspt-blog-meta-bottom-right{
	width: 50%;
	text-align: right;
}
.cspt-blog-meta-bottom ul{
	margin: 0;
	padding: 0;
}
.cspt-blog-meta-bottom ul li{
	margin-right: 15px;
	display: inline-block;
	margin-bottom: 15px;
}
.cspt-blog-meta-bottom ul li:last-child{
	margin: 0;
}
.cspt-blog-meta-bottom .cspt-social-share li a {
	position: relative;
	display: block;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 14px; 
}
.cspt-blog-meta-bottom .cspt-tag-icon{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	background: #fff;
	margin: 0 auto;
	display: none;
}
.cspt-blog-meta-bottom-left{
	position: relative;
	overflow: hidden;
	width: 50%;
}
/*=== Classic no img ===*/
.cspt-social-share .cspt-social-li-facebook a{
	background-color: #3B5998;
}
.cspt-social-share .cspt-social-li-twitter a{
	background-color: #55ACEE;
}
.cspt-social-share .cspt-social-li-google-plus a{
	background-color: #dd4b39;
}
.cspt-social-share .cspt-social-li-linkedin a{
	background-color: #007bb5;
}
.cspt-social-share .cspt-social-li-youtube a{
	background-color: #bb0000;
}
.cspt-social-share .cspt-social-li-instagram a{
	background-color: #125688;
}
.cspt-social-share .cspt-social-li-pinterest a{
	background-color: #cb2027;
}
.cspt-social-share .cspt-social-li-snapchat-ghost a{
	background-color: #fffc00;
}
.cspt-social-share .cspt-social-li-skype a{
	background-color: #00aff0;
}
.cspt-social-share .cspt-social-li-android a{
	background-color: #a4c639;
}
.cspt-social-share .cspt-social-li-dribbble a{
	background-color: #ea4c89;
}
.cspt-social-share .cspt-social-li-vimeo a{
	background-color: #45bbff;
}
.cspt-social-share .cspt-social-li-tumblr a{
	background-color: #2c4762;
}
.cspt-social-share .cspt-social-li-vine a{
	background-color: #00b489;
	color: white;
}
.cspt-social-share .cspt-social-li-foursquare a{
	background-color: #45bbff;
}
.cspt-social-share .cspt-social-li-stumbleupon a{
	background-color: #eb4924;
}
.cspt-social-share .cspt-social-li-flickr a{
	background-color: #f40083;
}
.cspt-social-share .cspt-social-li-yahoo a{
	background-color: #430297; 
}
.cspt-social-share .cspt-social-li-soundcloud a{
	background-color: #ff5500;
}
.cspt-social-share .cspt-social-li-reddit a{
	background-color: #ff5700;
}
.cspt-social-share .cspt-social-li-rss a{
	background-color: #ff6600;
}

/* --------------------------------------
 * 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);
}

/*=== Portfolio Single ===*/
.cspt-sep-heading{
	position: relative;
	padding-bottom: 20px;
	margin-bottom:  35px;
}
.cspt-sep-heading:after{
	position: absolute;
	content: "";
	width: 72px;
	height: 2px;
	bottom: 0;
	left: 0;
}
.single-cspt-portfolio .post-navigation .nav-links{
	padding-bottom: 0;
	padding-top: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

/*=== cspt-portfolio-single-style-1 ===*/
.cspt-portfolio-single-style-1 .cspt-short-description{
	margin-bottom: 60px;
}
.cspt-portfolio-single-style-1 .cspt-featured-wrapper{
	margin-bottom: 50px;
}
.cspt-portfolio-single-style-1  .cspt-portfolio-nav-thumbnail img{
	height: 65px;
	width: 65px;
}
.cspt-portfolio-single-style-1 .nav-links .nav-title,
.cspt-portfolio-single-style-1 .nav-links .nav-title{
	color:var(--cspt-leblix-secondary-color);
}
.cspt-portfolio-single-style-1 .nav-links .nav-title:hover,
.cspt-portfolio-single-style-1 .nav-links .nav-title:hover{
	color:var(--cspt-leblix-global-color);
}
.cspt-portfolio-single-style-1 .cspt-portfolio-nav-head {
	color: #999999;
}

/*=== cspt-portfolio-single-style-2 ===*/
.cspt-portfolio-single-style-2 .cspt-entry-content{
	margin-top: -100px;
}

/*=== cspt-portfolio-lines-wrapper ===*/
.cspt-single-project-content-wrapper{
	position: relative;
}
.cspt-single-project-details-list{
	position: absolute;
	right: 65px;
	bottom: -65px;
	padding: 50px 60px;
	background: var(--cspt-leblix-secondary-color);
}
.cspt-portfolio-summary{
	margin-bottom: 50px;
}
.cspt-single-project-details-list h3{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
	color: #fff;
	font-weight: 500;
}
.cspt-portfolio-lines-wrapper ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 15px 30px;
}
.cspt-portfolio-lines-wrapper .cspt-portfolio-line-title{
	font-weight: 500;
	font-size: 14px;
	color: var(--cspt-leblix-global-color);
}
.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li span {
	width: 100%;
	display: block;
}
.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li{
	margin: 0;
	padding: 0 38px 0 0;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	color:#fff;
	padding-bottom: 10px;
}
.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li:nth-last-child(1),
.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li:nth-last-child(2){
	border-bottom: none;
}
.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li a:hover,
.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li a{
	color:#fff;
}

/*=== cspt-service-single-style-1 ===*/
.cspt-service-single-style-1 .cspt-service-feature-image img{
	width: 100%;
	margin-bottom: 30px;
}

/*=== Single post navigation ===*/
.post-navigation .nav-links {
	margin-top: -1px;
	padding: 41px 0;
	display: -ms-flexbox;
	display: flex;
	align-items: normal;
	width: 100%;
}
.post-navigation .nav-links a:hover{
	color: var(--cspt-leblix-global-color);
}
.post-navigation .nav-links .nav-previous {
	margin-right: auto !important;
}
.post-navigation .nav-links .nav-next {
	text-align: right;
	margin-left: auto;
}
.post-navigation .nav-links .nav-previous, 
.post-navigation .nav-links .nav-next {
	width: 50%;
}
.post-navigation .nav-links .cspt-prev-title,
.post-navigation .nav-links .cspt-next-title {
	color: #000;
	font-size: 13px;
	background-color: #f9f9f9;
	padding: 8px 34px;
	border-radius: 30px;
	margin-bottom: 15px;
	display: inline-block;
	border: 1px solid #dcdcdc;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.post-navigation .nav-links .cspt-prev-title:hover,
.post-navigation .nav-links .cspt-next-title:hover{
	color: #fff;
	border-color: transparent;
}
.post-navigation .nav-links .nav-title,
.post-navigation .nav-links .nav-title {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
.cspt-portfolio-single .cspt-portfolio-nav-head {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}
.cspt-portfolio-single .cspt-portfolio-nav-wrapper {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 240px;
}
.cspt-portfolio-single .nav-links .cspt-portfolio-nav-icon {
	width: 45px;
	text-align: left;
	display: inline-block;
	position: relative;
	font-size: 24px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	display: none;
}
.cspt-portfolio-single .nav-links .nav-next .cspt-portfolio-nav-icon{
    text-align: right;
}
.cspt-portfolio-single .nav-links .cspt-portfolio-nav-icon i {
	position: absolute;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.cspt-portfolio-single .nav-links .nav-previous .cspt-portfolio-nav-icon i{
	left: 0;
}
.cspt-portfolio-single .nav-links .nav-next .cspt-portfolio-nav-icon i{
	right: 0;
}
.cspt-portfolio-single .navigation {
	margin-top: 40px;
}
.cspt-portfolio-single .cspt-portfolio-nav-wrapper {
	display: inline-block;
	vertical-align: middle;
}
.cspt-portfolio-single .post-navigation .nav-links {
	justify-content: space-between;
}
.cspt-portfolio-single .post-navigation .nav-links .nav-previous,
.cspt-portfolio-single .post-navigation .nav-links .nav-next {
	width: unset;
}
.cspt-portfolio-single .nav-links 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;
}

/*=== single-cspt-service ===*/
.archive .creativesplanet-ele-portfolio{
	margin-bottom: 30px;
}
.cspt-sortable-list-ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 42px;
	display: block;
}
.cspt-sortable-list-ul li{
	display: inline-block;
}
.cspt-sortable-list-ul li:before {
	content: ' ';
	margin: 0 20px;
}
.cspt-sortable-list-ul li:first-child:before{
	display: none;
}
.cspt-sortable-list a{
	font-size: 18px;
	letter-spacing: -0.5px;
}
.cspt-sortable-list a:hover{
	color: #222222;
}

/*=== cspt-category-style1 ===*/
.cspt-category-style1 {
	text-align: center;
}
.cspt-category-style1 .cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center{
	margin-bottom: 0;
}
.cspt-category-style1 .cspt-sortable-list-ul{
	padding-bottom: 50px;
	display: inline-block;
	text-align: center;
	border-top: 1px solid #e2e2e3;
	margin-top: 30px;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}
.cspt-category-style1 .cspt-sortable-list-ul li:first-child{
	margin-left: 0;
}
.cspt-category-style1 .cspt-sortable-list-ul li:last-child{
	margin-right: 0;
}
.cspt-category-style1 .cspt-sortable-link{
	position: relative;
}
.cspt-category-style1 .cspt-sortable-link.cspt-selected:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}

/*=== cspt-category-style2 ===*/
.cspt-category-style2 .cspt-ihbox-style-hsbox{
	float: left;
	margin-bottom: 60px;
}
.cspt-category-style2 .cspt-sortable-list{
	float: right;
}
.cspt-category-style2 .cspt-ele-header-area:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cspt-category-style2 .cspt-sortable-list-ul {
	margin-top: 15px;
}
.cspt-text-color-white .cspt-sortable-list a{
	color: #fff; 
}

/*=== 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
 * ---------------------------------------*/
 .creativesplanet-ele-team .creativesplanet-overlay{
	background-color: rgba( var(--cspt-leblix-global-color-rgb) , 0.50 );
}

/*=== single-cspt-teammember ===*/
.tax-cspt-team-group.cspt-sidebar-no #primary.content-area{
	margin-top: 60px;
}
.tax-cspt-team-group .cspt-element-team-wrapper{
	margin-top: 40px;
}
.cspt-team-single-pbar{
	margin-top: 60px;
}
/*=== Single Team Member Style 1 ===*/
.cspt-team-single-style-1 .cspt-team-progressbar .elementor-title{
	font-size: 16px;
	font-weight: 700!important;
	color: var(--cspt-leblix-blackish-color);
	letter-spacing: -0.25px;
}
.cspt-team-single-style-1 .cspt-team-progressbar  .cspt-progressbar{
	margin-bottom: 20px;
}
.cspt-team-single-style-1 .cspt-team-progressbar{
	margin-top: 30px;
}
.cspt-team-single-style-1 .cspt-team-single-info{
	padding: 50px;
	position: relative;
	z-index: 1;
	background: #fff;
}
.cspt-team-single-style-1 .cspt-team-single-info:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin-right: 0;
	width: 320px;
	right: auto;
	background-color: var(--cspt-leblix-global-color);
	z-index: -1;
}
.cspt-team-single-style-1 .cspt-team-left-inner{
	box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 9%);
	margin-right: 20px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
.cspt-team-single .cspt-team-info-block {
	padding: 30px 0;
	border-bottom: 1px solid #e5e8ef;
	margin: 0 30px;
}
.cspt-single-team-info li {
	margin-bottom: 0;
}
.cspt-team-single-style-1 .cspt-single-team-info li label{
	display: inline-block;
	font-weight: 500 !important;
	color: var(--cspt-leblix-blackish-color);
}
.cspt-team-single-style-1 .cspt-team-info-block h3,
.cspt-team-single-style-1 .cspt-team-title{
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 0px;
	font-weight: 500;
	color: var(--cspt-leblix-global-color);
}
.cspt-team-single-style-1 .cspt-team-designation {
	font-size: 14px;
	line-height: 15px;
	letter-spacing: -0.2px;
	color: var(--cspt-leblix-blackish-color);
	font-weight: 400;
	font-style: normal;
	margin-bottom: 20px;
}
.single-cspt-team-member .cspt-team-single-style-1 .cspt-short-description{
	margin: 0;
	font-size: 14px;
}
.cspt-team-single-style-1 .cspt-team-info-block:last-child{
	border-bottom: none;
}
.cspt-team-single-style-1 .cspt-short-description h3{
	display: none;
}
.cspt-team-left-inner{
	background: none;
}
.cspt-team-des{
	padding-right: 60px;
	padding-left: 60px;
}
.cspt-team-social-links{
	margin-top: 20px;
}

/* --------------------------------------
 * Contact Form 7
 * ---------------------------------------*/
.wpcf7-form .input-group {
	display: block;
}
.wpcf7-form textarea {
	height: 120px; 
}
.wpcf7-form input[type="number"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="search"]{
	height: 60px;
}

/*=== main-form ===*/
.main-form input[type="text"],
.main-form input[type="email"],
.main-form select{
	height: 56px;
}
.main-form textarea{
	height: 113px;
}
.main-form input[type="text"],
.main-form input[type="email"],
.main-form select, 
.main-form textarea {
	font-size: 14px;
	padding: 20px 30px;
	background: transparent;
	border-bottom: 1px solid #d3d3d3;
	border-radius: 0;
}
.main-form .cspt-select{
	background-color: transparent;
}
.main-form select option:first-child {
	visibility: hidden;
}
.main-form .cspt-select:after{
	display: none;
}
.main-form .input-group{
	margin-bottom: 22px;
}
.main-form .input-button{
	margin-top: 20px;
}
.main-form button {
	padding: 20px 35px;
	width: 100%;
	background-color: var(--cspt-leblix-global-color);
}
.main-form button:hover {
    background-color: var(--cspt-leblix-blackish-bg-color);
}
.main-form textarea:focus::placeholder,
.main-form input[type="text"]:focus::placeholder,
.main-form input[type="email"]:focus::placeholder{
	color: var(--cspt-leblix-global-color);
}
.main-form input[type="text"]:focus,
.main-form input[type="email"]:focus,
.main-form select:focus, 
.main-form textarea:focus {
	border-color: var(--cspt-leblix-global-color);
	color: var(--cspt-leblix-global-color);
}
.main-form textarea:focus::placeholder,
.main-form input[type="text"]:focus::placeholder,
.main-form input[type="email"]:focus::placeholder{
	color: var(--cspt-leblix-global-color);
}

/*=== cspt-team-form ===*/
.cspt-team-form  textarea:focus::placeholder,
.cspt-team-form  input[type="text"]:focus::placeholder,
.cspt-team-form  input[type="email"]:focus::placeholder{
	color: var(--cspt-leblix-global-color);
}
.cspt-form .input-button button span{
	position: relative;
}
.cspt-form .input-button button span:after{
	content: "\e814";
	font-family: "creativesplanet-base-icons";
	font-size: 14px;
	position: absolute;
	top: 0;
	right: -20px;
}
.cspt-form .input-group{
	margin-bottom: 30px;
}

/*=== cspt-form-style-1 ===*/
.cspt-form-style-1 .input-group{
	margin-bottom: 15px;
}
.cspt-form-style-1 .input-button button{
	width: 100%;
	margin-top: 15px;
	outline: none;
	background-color: var(--cspt-leblix-secondary-color);
	padding-right: 50px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.cspt-form-style-1 .cspt-form .input-button button span:after{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.cspt-form-style-1 .input-button button:hover{
	background-color: var(--cspt-leblix-white-color);
	color: var(--cspt-leblix-secondary-color);
}
.cspt-form-style-1 .cspt-select,
.cspt-form-style-1 textarea,
.cspt-form-style-1 input[type="text"],
.cspt-form-style-1 input[type="email"] {
	background-color: #fff;
}
.cspt-form-style-1 textarea::placeholder,
.cspt-form-style-1 input[type="text"]::placeholder,
.cspt-form-style-1 input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgb(153 153 153 / 0.9);
	opacity: 1; /* Firefox */
}
.cspt-form-style-1 .cspt-select{
	position: relative;
}
.cspt-form-style-1 .cspt-select:after{
	content: "\e806";
	position: absolute;
	font-family: 'creativesplanet-base-icons';
	border: 0;
	font-size: 11px;
	color: var(--cspt-leblix-secondary-color);
	transform: rotate(90deg);
	opacity: 1;
	top: 26px;
	right: 10px;
}
.cspt-form-style-1 textarea{
	padding-top: 28px;
}
.cspt-form-style-1 select option:first-child{
	visibility: hidden;
}
.cspt-form-style-1 .input-group select{
	height: 60px;
}

/*=== cspt-form-style-2 ===*/
.cspt-form-style-2 .cspt-select,
.cspt-form-style-2 textarea,
.cspt-form-style-2 input[type="text"],
.cspt-form-style-2 input[type="email"] {
	background-color: #fff;
}
.cspt-form-style-2 .cspt-select select,
.cspt-form-style-2 input[type="number"],
.cspt-form-style-2 input[type="text"],
.cspt-form-style-2 input[type="email"],
.cspt-form-style-2 input[type="password"],
.cspt-form-style-2 input[type="tel"],
.cspt-form-style-2 input[type="url"],
.cspt-form-style-2 input[type="search"]{
	height: 48px;
}
.cspt-form-style-2.cspt-form .input-group{
	margin-bottom: 20px;
}
.cspt-form-style-2 .input-button button{
	outline: none;
	margin-top: 10px;
	width: 100%;
	padding-right: 50px;
	background-color: var(--cspt-leblix-global-color);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.cspt-form-style-2 .input-button button:hover{
	background-color: var(--cspt-leblix-white-color);
	color: var(--cspt-leblix-blackish-color);
}
/*=== cspt-form-style-3 ===*/
.cspt-form-style-3 input[type="text"],
.cspt-form-style-3 input[type="email"],
.cspt-form-style-3 textarea{
	background: transparent;
	border: 1px solid #eeeeee;
}
.cspt-form-style-3 .input-group {
	margin-bottom: 30px;
}
.cspt-form-style-3 input[type="text"],
.cspt-form-style-3 input[type="email"]{
	padding: 0px 35px;
}
.cspt-form-style-3 textarea{
	padding: 40px 35px;
	height: 210px;
}
.cspt-form-style-3 .input-button{
	text-align: center;
	margin: 0 auto;
}
.cspt-form-style-3 .input-button button{
	background-color: var(--cspt-leblix-global-color);
	height: 60px;
	padding: 0 60px 0 40px;
}
.cspt-form.cspt-form-style-3 .input-button button:hover span:after{
	color: var(--cspt-leblix-white-color);
}
.cspt-form-style-3 .input-button button:hover{
	background-color: var(--cspt-leblix-secondary-color);
}
.wpcf7  .cspt-form-style-3 .ajax-loader{
	display: block;
}
/*=== quote-form ===*/
.quote-form h3{
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}
.wpcf7-form .quote-form .input-group{
	margin-bottom: 25px;
}
.quote-form textarea,
.quote-form input[type="text"]{
	background-color: transparent;
	border: 1px solid rgb(255 255 255 / 0.3);
}
.quote-form input[type=submit]{
	width: 100%;
	background-color: #fff;
}
.quote-form input[type=submit]:hover{
	color: #fff;
}
.quote-form textarea::placeholder,
.quote-form input[type="text"]::placeholder,
.quote-form input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgb(255 255 255 / 0.7);
	opacity: 1; /* Firefox */
}
.quote-form textarea:-ms-input-placeholder,
.quote-form input[type="text"]:-ms-input-placeholder,
.quote-form input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgb(255 255 255 / 0.7);
}
.quote-form textarea::-ms-input-placeholder,
.quote-form input[type="text"]::-ms-input-placeholder,
.quote-form input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
	color: rgb(255 255 255 / 0.7);
}
.wpcf7-form .quote-form button{
	background-color: #fff;
	color: #222d35;
}
.wpcf7-form .quote-form button:hover{
	background-color: #222d35;
	color: #fff;
}
.wpcf7-form .quote-form button:hover span:before{
	background-color: #fff;
}
.wpcf7-form .quote-form button:focus{
	border: none;
	outline: none;
}
.wpcf7-form .quote-form button {
	padding: 0;
	width: 100%;
}
.wpcf7-form .quote-form button span{
	position: relative;
	padding: 20px 35px 20px 45px;
	display: inline-block;
}
.wpcf7-form .quote-form button span:before {
	content: ' ';
	width: 15px;
	height: 1px;
	background-color: #222d35;
	margin-right: 10px;
	margin-top: 8px;
	position: absolute;
	left: 20px;
}
.wpcf7-form .quote-form button:before{
	display: none;
}

/* --------------------------------------
 * Client Logo Section
 * ---------------------------------------*/
.cspt-client-wrapper{
	position: relative;
	text-align: center;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.owl-carousel .creativesplanet-ele-client img{
	width: auto !important;
	max-width: 100%;
	display: inline-block !important;
}

/*=== cspt-client-style-1 ===*/
.cspt-client-style-1{
	text-align: center;
}
.cspt-client-style-1 .cspt-client-wrapper {
	overflow: hidden;
}
.cspt-client-style-1 .cspt-client-with-hover-img .cspt-featured-wrapper,
.cspt-client-style-1 .cspt-client-hover-img{
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.cspt-client-style-1 .cspt-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.cspt-client-style-1 .cspt-client-with-hover-img .cspt-client-hover-img {
	transform: translateY(-100%);
}
.cspt-client-style-1 .cspt-client-with-hover-img:hover .cspt-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.cspt-client-style-1 .cspt-client-with-hover-img:hover .cspt-featured-wrapper{
	transform: translateY(100%);
}

/* --------------------------------------
 * Progress Bar Section
 * ---------------------------------------*/
.elementor-progress-bar{
	height: 10px; 
	position: relative;
	background-color: var(--cspt-leblix-global-color);
}
.elementor-progress-bar,
.elementor-progress-wrapper{
	border-radius: 10px;
}
.elementor-progress-percentage {
	padding-right: 0;
	position: absolute;
	right: 0;
	left: auto;
	top: -30px;
	font-weight: 700 !important;
	font-size: 18px;
	letter-spacing: -0.5px;
	color: var(--cspt-leblix-global-color);
}
.elementor-widget-progress .elementor-title{
	color: var(--cspt-leblix-blackish-color);
	font-weight: 700 !important;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.5px; 
	margin-left: 6px;  
	position: relative;
	top: -6px;
}
.elementor-progress-wrapper {
	background-color: #fff;
	height: 100%; 
}
.elementor-progress-bar .elementor-progress-text:before{
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/shape.png) center center no-repeat;
	background-attachment: fixed;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* --------------------------------------
 * Pricing Table Section
 * ---------------------------------------*/
/*=== Hide next prev button ===*/
.single-cspt-service .navigation {
	display: none;
}
/*=== single-service-contact ===*/
.single-service-contact {
	padding: 50px 30px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-size: cover;
}
.single-service-contact-inner {
	position: relative;
	z-index: 2; 
}
.single-service-contact-inner h2{
	color: #fff;
}
.creativesplanet-sidebar .widget.single-service-contact-bg{
	position: relative;
	padding-bottom: 35px !important;
}
.single-service-contact:after {
	content: ' ';
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%; 
	opacity: 1;
	z-index: 0;
}
.single-service-contact a.btn-link{
	padding: 20px 50px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid #fff;
	color: #fff;
	margin-top: 5px;
	display: inline-block;
}
.single-service-contact .cspt-ihbox-icon{
	background: #000;
	border-radius: 50%;
	font-size: 34px;
	color: #fff;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 20px;
} 
.widget.leblix_category_list_widget ul > li{
	margin-bottom: 0 !important;
} 
.site-content .cspt_widget_list_all_posts ul > li{
	margin: 0;
	transition: .5s ease;
}
.site-content .cspt_widget_list_all_posts ul > li a:before {
	position: absolute;
	content: '\e814';
	left: inherit;
	right: 30px;
	font-size: 16px;
	top: -3px;
	color: var(--cspt-leblix-secondary-color);
	font-family: 'creativesplanet-base-icons';
	top: 25%;
}
.site-content .cspt_widget_list_all_posts ul > li.cspt-post-active a{
	background-color: var(--cspt-leblix-global-color);
	color:#fff;
}
.site-content .cspt_widget_list_all_posts ul > li:hover a{
	background-color: var(--cspt-leblix-global-color);
	color:#fff;
}
.site-content .cspt_widget_list_all_posts ul > li.cspt-post-active a:before {
	opacity: 1;
	color:  var(--cspt-leblix-white-color);
}
.site-content .cspt_widget_list_all_posts ul > li:hover a:before {
	opacity: 1;
	color:  var(--cspt-leblix-white-color);
}
.creativesplanet-sidebar .widget.widget_media_image{
	padding: 0;
	background: none;
}
.site-content .cspt_widget_list_all_posts ul > li a{
	color: var(--cspt-leblix-blackish-color);
	padding: 15px 20px;
	display: block;
	position: relative;
	border-radius: 0px;
	font-weight: normal;
}
.single-cspt-service .creativesplanet-sidebar .widget.cspt_widget_list_all_posts .widget-title{
	color:  var(--cspt-leblix-blackish-color);
}
.single-cspt-service .creativesplanet-sidebar .widget .widget-title:before{
	left: 0px;
}
.creativesplanet-sidebar .widget.cspt_widget_list_all_posts{
	background-color: var(--cspt-leblix-white-color);
}

/* --------------------------------------
 * Sidebar Widget Section
 * ---------------------------------------*/
/*===search-form===*/
.search-form label {
	display: none;
}
.search-form button {
	position: absolute;
	right: 0;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	height: 58px;
	line-height: 58px;
	color: #ffffff;
	font-size: 16px;
	z-index: 1;
	width: 70px;
}
.search-form button .screen-reader-text {
	display: none;
}

/*=== creativesplanet-sidebar .search-form ===*/
.widget.widget_search .search-form{
	position: relative;
}
.creativesplanet-sidebar .widget.widget_search{
	background-color: var(--cspt-leblix-global-color);
	padding-top: 30px;
}
.creativesplanet-sidebar .widget.widget_search .widget-title{
	margin-top: -5px;
}
.creativesplanet-sidebar .widget.widget_search:hover .widget-title,
.creativesplanet-sidebar .widget.widget_search .widget-title{
	color: #fff;
}
.creativesplanet-sidebar .widget.widget_search .widget-title:after{
	background-color: #fff;
}
.widget.widget_search .search-form input[type="search"]{
	background-color: #fff;
	height: 60px;
	border: 0;
}
.widget.widget_search .search-form button {
	position: absolute;
	right: 0;
	padding: 0;
	border: none;
	outline: none;
	background-color: #fff;
	top: 0;
	height: 60px; 
	color: var(--cspt-leblix-global-color);
	font-size: 16px;
	z-index: 1;
	width: 60px;
}
.widget.widget_search .search-form button:after{
	position: absolute;
	font-family: 'creativesplanet-base-icons';
	content: '\e800';
	right: 20px;
	font-size: 16px;
	top: 21px;
	font-size: 16px;
	color: var(--cspt-leblix-global-color);
	line-height: normal;
	font-weight: normal;
}
.creativesplanet-sidebar .widget_search .wp-block-search__label,
.creativesplanet-sidebar .widget_block .wp-block-group h2,
.creativesplanet-sidebar .widget .widget-title{
	padding: 5px 0;
	margin-bottom: 46px;
	position: relative;
}
.creativesplanet-sidebar .widget_search .wp-block-search__label,
.creativesplanet-sidebar .widget_block .wp-block-group h2,
.creativesplanet-sidebar .widget .widget-title{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.creativesplanet-sidebar .widget_search:hover .wp-block-search__label,
.creativesplanet-sidebar .widget_block:hover .wp-block-group h2,
.creativesplanet-sidebar .widget:hover .widget-title .rsswidget,
.creativesplanet-sidebar .widget:hover .widget-title{
	color: var(--cspt-leblix-global-color);
}
.creativesplanet-sidebar .widget_search .wp-block-search__label:before,
.creativesplanet-sidebar .widget_block .wp-block-group h2:before,
.creativesplanet-sidebar .widget .widget-title:before,
.cspt-sub-cat-list .cspt-sub-cat-list-title:before {
	display: block;
	height: 1px;
	margin-top: 0;
	margin-bottom: -2px;
	content: '';
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 100%;
	background-color: #eeeeee;
}
.creativesplanet-sidebar .widget_search .wp-block-search__label:after,
.creativesplanet-sidebar .widget_block .wp-block-group h2:after,
.creativesplanet-sidebar .widget .widget-title:after,
.cspt-sub-cat-list .cspt-sub-cat-list-title:after {
	display: block;
	height: 3px;
	margin-top: 0;
	margin-bottom: -3px;
	content: '';
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 40px;
	background-color:var(--cspt-leblix-global-color);
}
.creativesplanet-sidebar .widget_search .wp-block-search__label:after{
	background-color: var(--cspt-leblix-secondary-color);
}
.creativesplanet-sidebar .widget_search .wp-block-search__label,
body .sidebar .widget.widget_search .widget-title {
	color: var(--cspt-leblix-white-color) !important;
}
.creativesplanet-sidebar .widget {
	background-color: #fff;
	padding: 30px;
	padding-top: 28px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
}
.creativesplanet-sidebar .widget:last-child {
	padding-bottom: 30px;
}
.site-content .leblix_category_list_widget ul > li,
.site-content .cspt_widget_list_all_posts ul > li,
.site-content .widget_categories ul > li a,
.site-content .widget.widget_archive ul li a {
	margin: 2px 0;
	padding: 0;
}
.site-content .leblix_category_list_widget ul > li a,
.site-content .widget_categories ul > li a,
.site-content .widget.widget_archive ul li a{
	padding: 12px 30px 10px 30px;
	display: block;
	position: relative;
	line-height: normal;
}
.site-content .cspt_widget_list_all_posts ul>li,
.site-content .widget_categories ul>li,
.site-content .widget.widget_archive ul li {
	margin: 2px 0;
padding: 0;
}
.site-content .widget.widget_categories ul ul {
	margin-top: 2px;
}
.site-content .widget.widget_archive ul>li{
	position: relative;
}
.site-content .widget.widget_search .search-form button:before{
	content: none !important;
}

/* --------------------------------------
 * Widget Section
* ---------------------------------------*/
.site-content .widget .wp-block-latest-comments {
	padding: 0;
}
.creativesplanet-sidebar .widget a {
	font-weight: 700;
}
.site-content .widget .wp-block-latest-comments li:before,
.site-content .widget .wp-block-latest-posts li>a:before,
.site-content .widget.widget_archive ul li>a:before,
.site-content .widget.widget_categories ul li>a:before,
.site-content .widget.widget_meta ul li a:before,
.site-content .widget.widget_recent_comments ul li:before,
.site-content .widget.widget_recent_entries ul li>a:before,
.site-content .widget.widget_nav_menu ul li>a:before,
.widget.widget_pages ul li a:before{
	position: absolute;
	content: '\e814';
	left: 0;
	font-size: 16px;
	top: 3px;
	color: inherit;
	font-family: 'creativesplanet-base-icons';
	line-height: normal;
	font-weight: normal;
}
.site-content .widget .wp-block-latest-comments li,
.site-content .widget .wp-block-latest-posts li>a,
.site-content .widget.widget_categories ul li>a,
.site-content .widget.widget_recent_comments ul li,
.site-content .widget.widget_meta ul li>a,
.site-content .widget.widget_recent_entries ul li>a,
.site-content .widget.widget_archive ul li>a,
.site-content .widget.widget_categories ul li>a,
.site-content .widget.widget_nav_menu ul li>a,
.site-content .widget.widget_pages ul li>a {
	position: relative;
	padding-left: 20px;
}
.creativesplanet-sidebar .widget ul a {
	font-weight: 600 !important;
	letter-spacing: -0.2px;
}
.leblix_recent_posts_widget .cspt-rpw-content .cspt-rpw-date a{
	letter-spacing: 0;
	font-weight: 500 !important;
	color: var(--cspt-leblix-global-color);
}
.site-content .widget.widget_recent_comments ul li{
	color: #344450;
}
.site-content .widget.widget_categories ul li > a {
	padding-left: 25px;
}
.site-content .widget.widget_categories ul li > a:before {
	content: '\f115';
	left: 0px;
	top: 15px;
	font-size: 13px;
}
.site-content .widget.widget_archive ul li > a:before{
	content: '\e814';
	left: 0px;
	top: 11px;
}

/*=== widget_categories ===*/
.widget_archive ul li span,
.widget_categories ul li span {
	position: absolute;
	right: 0px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: var(--cspt-leblix-global-color);
	color: #fff;
	text-align: center;
	display: block;
	font-size: 12px;
	font-weight: 600;
	border-radius: 50%;
	top: 7px;
}

/*=== widget_recent_comments ===*/
.site-content .widget .wp-block-latest-comments li:before,
.site-content .widget.widget_recent_comments ul li:before {
	content: '\f0e5';
	font-size: 13px;
}

/*=== widget_pages ===*/
.widget.widget_pages ul li a:before {
	content: '\e816';
	top: 7px;
	font-size: 12px;
}

/*=== Meta box ===*/
.cspt-metabox .widgettitle{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
	display: inline-block;
}
.cspt-metabox .widget ul li{
	margin-bottom: 12px;
}

/*=== Ads  ===*/
.widget.cspt-ads h5,
.widget.cspt-ads{
	color: #fff!important;
	text-align: center;
}
.widget.cspt-ads h5{
	font-weight: 600;
}
.widget.cspt-ads .cspt-inner{
	padding: 27px 30px 32px;
	position: relative;
}
.widget.cspt-ads .cspt-inner p{
	font-size: 14px;
}
.widget.cspt-ads .cspt-inner .cspt-top-icon{
	position: absolute;
	top: -85px;
	color: #01cd61;
	font-size: 40px;
	background: #ffffff;
	border-radius: 50%;
	height: 93px;
	width: 93px;
	left: 0;
	margin: 0 auto;
	left: 0;
	line-height: 95px;
	right: 0;
}
.widget.cspt-ads{
	padding-top: 0;
	margin-top: 60px;
	background-color: var(--cspt-leblix-global-color);
}
a.cspt-service-btn {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	padding: 15px 5px;
	margin: 30px 60px;
	font-weight: 600;
	letter-spacing: -0.5px;
	font-size: 14px;
}
a.cspt-service-btn:hover{
	border-color: transparent;
	color: var(--cspt-leblix-link-white-hover);
	background-color: var(--cspt-leblix-secondary-color);
}
.widget.cspt-ads img{
	margin-top: 0px;
	clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%);
}
.creativesplanet-sidebar .widget.cspt-ads {
	padding: 0px;
}

/*=== Download  ===*/
.widget .download-list li i{
	margin-right: 10px;
	color:var(--cspt-leblix-global-color);
}
.widget .download-list li{
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 14px;
	color: var(--cspt-leblix-blackish-color);
}
.widget .download .item-download a {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	-webkit-transition: 0.2s ease-out 0s;
	-o-transition: 0.2s ease-out 0s;
	transition: 0.2s ease-out 0s;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 25px 30px;
}
.widget .download .item-download img{
	width: 50%;
	display: block;
	margin: 0 auto 10px;
}
.widget .download{
	display: flex;
	justify-content: center;
}
.widget .download .item-download{
	margin-top: 20px;
	margin-left: 20px;
}
.widget .download .item-download:first-child {
	margin-bottom: 10px;
	margin-left: 0px;
}
.widget .download .item-download a i{
	margin-right: 10px;
	font-size: 22px;
	vertical-align: middle;
}

/*=== Ads  ===*/
.widget.cspt-ads2 h3,
.widget.cspt-ads2{
	color: #fff;
	text-align: center;
}
.widget.cspt-ads2{
	background-color: var(--cspt-leblix-global-color);
	padding: 0; 
	padding-bottom: 30px;
}
.widget.cspt-ads2 img{
	margin: 0;
	margin-bottom: 20px;
}
.widget.cspt-ads2 h3{
	font-size: 30px;
}
.widget.cspt-ads2 p{
	margin-bottom: 5px;
	font-size: 18px;
	list-style: 22px;
}
.widget.cspt-ads2 .cspt-icon{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: white;
	display: inline-block;
	margin: -150px auto 0;
	position: relative;
	top: -30px;
	font-size: 40px;
	line-height: 100px;
}
.widget.cspt-ads2 .cspt-icon i{
	color: var(--cspt-leblix-global-color);
}

/* --------------------------------------
 * Footer Section
* ---------------------------------------*/
.site-footer{
	font-size: 14px;
}
.cspt-footer-section.cspt-footer-widget-area {
	padding-top: 60px;
}
.site-footer .widget {
	padding: 25px 0px 20px 0px;
	position: relative;
}
.site-footer .widget.cspt-topline{
	text-align: center;
}
.site-footer .widget.cspt-topline:after{
	position: absolute;
	content: "";
	top: -60px;
	left: 0;
	width: 100%;
	height: 5px;
	background: var(--cspt-leblix-global-color);
	-webkit-transition: all .50s ease-in-out;
	transition: all .50s ease-in-out;
}
.site-footer .cspt-footer-widget-col-1 .widget:after{
	width: 100%;
}
.cspt-footer-section{
	background-color: transparent !important;
	position: relative;
}
.cspt-footer-boxes,
.cspt-footer-section.cspt-footer-big-area-wrapper,
.cspt-footer-section.cspt-footer-text-area,
.cspt-footer-section.cspt-footer-text-area{
	z-index: 1;
	position: relative;
}
.footer-wrap {
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.cspt-timelist-list .cspt-timelist-li-value{
	color: var(--cspt-leblix-global-color);
}
.cspt-footer-section.cspt-text-color-white a:hover{
	color: var(--cspt-leblix-white-color);
}
.cspt-footer-text-area .cspt-footer-copyright-box h3,
.cspt-footer-widget .widget .widget-title{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 40px;
	color: var(--cspt-leblix-global-color);

}
.cspt-footer-copyright-box .cspt-footer-copyright-text-area{
	text-align: center;
}
.cspt-footer-copyright-box .cspt-footer-copyright-text-area i{
	display: block;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 40px;
	color: var(--cspt-leblix-global-color);
}
.site-footer .widget.widget_custom_html{
	padding-left: 70px;
	padding-right: 0px;
}
.cspt-footer-section .cspt-footer-logo img{
	max-height: 65px;
}

/*=== cspt-footer-copyright-box ===*/
.cspt-footer-copyright-box span{
	font-size: 14px;
	font-weight: 700;
	color: var(--cspt-leblix-global-color);
}
.cspt-footer-copyright-box ul.cspt-social-links{
	margin: 0;
	padding: 0;
	list-style: none;
}
.cspt-footer-copyright-box ul li{
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
}
.cspt-footer-copyright-box ul li.cspt-social-li a span{
	display: inline-block;
	text-align: center;
	color: #dddddd!important;
	font-size: 17px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	background: transparent;
	border: 1px solid #dddddd;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.cspt-footer-copyright-box ul li.cspt-social-li a span:hover{
	border-color: #fff;
	background-color: #fff;
}
.cspt-footer-copyright-box ul li.cspt-social-li a span:hover{
	color: var(--cspt-leblix-secondary-color) !important;
}

/*=== cspt-footer-big-area-wrapper ===*/
.cspt-footer-contact-info-inner i{
	display: inline-block;
	width: 64px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	margin-right: 25px;
	font-size:30px;
	border: 2px solid;
	color:var(--cspt-leblix-global-white-color);
	font-weight: normal;
	border-radius: 50%;
	border-color:var(--cspt-leblix-global-color);
}
.cspt-footer-contact-info-inner .cspt-label{
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.cspt-footer-big-area .cspt-footer-contact-info-wrap{
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 0.5px;
	font-weight: 600;
	color:var(--cspt-leblix-global-color);
}
.footer-wrap.cspt-footer-big-area .container{
	padding-top: 80px;
	padding-bottom: 60px;
	border-bottom: 1px solid rgb(255 255 255 / 10%);
	z-index: 9;
	position: relative;
}
.cspt-footer-big-area .cspt-footer-social-icon{
	text-align: right;
}
.cspt-footer-big-area .cspt-footer-social-icon ul{
	margin: 0;
}
.cspt-footer-big-area .cspt-footer-social-icon li{
	display: inline-block;
	margin: 0 5px;
	margin-bottom: 8px;
}
.cspt-footer-big-area .cspt-footer-social-icon li a{
	font-size: 15px;
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	background-color: #fff;
	color:var(--cspt-leblix-blackish-color);
}
.cspt-footer-big-area .cspt-footer-social-icon li a:hover{
	color: var(--cspt-leblix-white-color);
	background-color: var(--cspt-leblix-global-color);
}
.cspt-footer-contact-info-inner .cspt-label{
	display: block;
	font-weight: 800;
	font-size: 18px;
	line-height: 30px;
}
.footer-wrap.cspt-footer-big-area .container:after{
	position: absolute;
	content: '';
	height: 5px;
	width: 360px;
	background: var(--cspt-leblix-global-color);
	bottom: -6px;
	left: 5px;
}

/*=== cspt-float-menu ===*/
.site-footer .cspt-footer-menu a:hover,
.site-footer .widget ul a:hover{
	color: var(--cspt-leblix-global-color);
}
.cspt-two-column-menu.widget ul > li{
	float: left;
	width: 50%;;
}
.site-footer .widget.widget_nav_menu ul li > a,
.site-footer .widget.widget_meta ul li > a,
.site-footer .widget.widget_recent_entries ul li,
.site-footer .widget.widget_recent_comments ul li,
.site-footer .widget.widget_archive ul li > a,
.site-footer .widget.widget_categories ul li > a,
.site-footer .widget.widget_pages ul li > a {
	position: relative;
	padding-left: 18px;
}
.site-footer .widget.widget_nav_menu ul li > a:before,
.site-footer .widget.cspt_widget_list_all_posts ul li > a:before,
.site-footer .widget.widget_meta ul li > a:before,
.site-footer .widget.widget_recent_entries ul li:before,
.site-footer .widget.widget_recent_comments ul li:before,
.site-footer .widget.widget_archive ul li a:before,
.site-footer .widget.widget_categories ul li a:before,
.site-footer .widget.widget_pages ul li a:before {
	position: absolute;
	color: inherit;
	font-family: 'creativesplanet-base-icons';
	font-weight: normal;
	line-height: normal;
	content: '\e814';
	font-size: 16px;
	left: 0;    
}
.site-footer .widget.widget_nav_menu ul li > a:before,
.site-footer .widget.widget_meta ul li > a:before,
.site-footer .widget.widget_recent_entries ul li:before,
.site-footer .widget.widget_recent_comments ul li:before,
.site-footer .widget.widget_archive ul li a:before,
.site-footer .widget.widget_categories ul li a:before,
.site-footer .widget.widget_pages ul li a:before {
	top: 2px;
}
.cspt-contact-social-area ul,
.cspt-footer-social-area ul{
	list-style: none;
	text-align: right;
	margin: 0;
}
.cspt-contact-social-area ul li,
.cspt-footer-social-area ul li{
	display: inline-block;
	margin-right: 10px;
}
.cspt-contact-social-area ul a,
.cspt-footer-social-area ul li a{
	display: block;
	background-color: rgba(255, 255, 255, 0.30);
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.site-header  .cspt-navbar > div > ul > li.menu-item-has-children > a:after,
.site-header  .cspt-navbar > div > ul > li.page_item_has_children > a:after {
	font-family: "creativesplanet-base-icons";
	content: '\f107';
	margin-left: 8px;
	font-size: 13px;
	font-weight: bold;
}
.site-header .cspt-navbar > div > ul > li:last-child > a:after{
	display: none;
}

/*=== Footer Widget ===*/
.site-footer .widget_archive ul li{
	position: relative;
}
.site-footer .widget_archive ul li span,
.site-footer .widget_categories ul li span{
	position: absolute;
	right: 15px;
	top: 0;
}
.cspt-text-color-white .widget_categories ul li span,
.cspt-text-color-white .widget_archive ul li span {
	background-color: #fff;
	color: var(--cspt-leblix-secondary-color);
}

/*=== Footer Social icon  ===*/
.footer-social-links{
	border-top: 1px solid rgb(255 255 255 / 5%);
	margin-top: 50px;
	margin-left: -45px;
	margin-right: -45px;
}
.footer-social-links{
	padding-top: 60px;
	padding-bottom: 0px;
}
.footer-social-links .cspt-social-links{
	margin-top: -15px;
}
.footer-social-links .cspt-social-links li{
	display: inline-block;
}
.footer-social-links .cspt-social-links li a{
	display: inline-block;
	background-color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 4px;
	text-align: center;
	color: #333;
	border-radius: 50%;
}
.footer-social-links .cspt-social-links li a:hover{
	color: #fff;
}
.cspt-footer-text-area {
	padding-top: 0;
	padding-bottom: 0;
}
.cspt-footer-text-area .cspt-footer-copyright-box.col-md-12{
	text-align: center;
	font-size: 13px;
}
.site-footer.cspt-footer-with-right.cspt-footer-widget-yes .cspt-footer-text-inner{
	margin-top: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid rgb(255 255 255 / 10%);
}
.site-footer .cspt-footer-text-inner{
	padding-top: 40px;
	padding-bottom: 40px;
}

/* --------------------------------------
 * Timebox List Section
 * ---------------------------------------*/
 ul.cspt-timelist-list{
	padding: 0px;
	margin: 0;
}
ul.cspt-timelist-list li{
	list-style: none;
	padding: 4px 0px;
}
ul.cspt-timelist-list li:first-child{
	padding-top: 0;
}
ul.cspt-timelist-list li:last-child{
	border-bottom: none;
}
ul.cspt-timelist-list .cspt-timelist-li-value{
	float: right; 
}
ul.cspt-timelist-list li .cspt-timelist-li-title{
	font-weight: 500;
}

/* --------------------------------------
 * Timebox List Section with class
 * ---------------------------------------*/

.cspt-timelist-list.cspt-openinghour .cspt-timelist-li-value,
.cspt-timelist-list.cspt-openinghour li .cspt-timelist-li-title{
	color: #999;
	font-weight: 500;
}

/* --------------------------------------
 * error-404
 * ---------------------------------------*/
.error404 .site-content-contain.cspt-bg-color-white .site-content-wrap:before{
	background-color: rgba(255,255,255,0.59);
}
.error404 .site-content-contain.cspt-bg-color-globalcolor .site-content-wrap:before{
	background-color: rgba( var(--cspt-leblix-global-color-rgb) , 0.60 );
}
.error404 .site-content-contain.cspt-bg-color-secondarycolor .site-content-wrap:before{
	background-color: rgba( var(--cspt-leblix-secondary-color-rgb) , 0.60 );
}
.error404 .site-content-contain.cspt-bg-color-light .site-content-wrap:before{
	background-color: rgba( var(--cspt-leblix-light-bg-color-rgb) , 0.60 );
}
.error404 .site-content-contain.cspt-bg-color-blackish .site-content-wrap:before{
	background-color: rgba( var(--cspt-leblix-blackish-bg-color-rgb) , 0.60 );
}
.error-404{
	margin: 0;
	width: 100%;
	padding: 196px 0px 196px 0px;
	position: relative;
	text-align: center;
}
.cspt-parent-header-style-3 .error-404{
	padding: 320px 0px 220px 0px;
}
.cspt-parent-header-style-4 .error-404{
	padding: 260px 0px 220px 0px;
}
.error-404 .error-message{
	color: #2c2c2c;
}
.error-404 .error-message{
	display: inline-block;
	font-size: 290px;
	line-height: 290px;
	font-weight: 900;
}
.error-404 .footer-message{
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	margin-top: 15px;
}
.error-404 .search-form{
	margin: 45px auto;
	max-width: 400px;
}
.error404 .wrap{
	width: 100%;
}
.error404 .search-form{
	position: relative;
}
.error404 .search-form input[type="search"]{
	border-radius: 0px;
	height: 58px;
	line-height: 58px;
	background-color: #fff;
	border: 1px solid var(--cspt-leblix-light-bg-color);
	padding-right: 55px;
}
.error404 .search-form .search-submit:after{
	font-family: "creativesplanet-base-icons";
	content: '\e800';
	position: absolute;
	right: 16px;
	top: 0;
	opacity: 1;
	z-index: 1;
	color: #dbdbdb;
	font-size: 22px;
}
.error404 .search-form label{
	display: none;
}
.error404 .search-form button{
	position: absolute;
	right: 5px;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	top: 50%;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	color: #ffffff;
	font-size: 16px;
	z-index: 1;
	width: 50px;
}
.error404 #primary{
	flex: none !important;
	max-width: none !important;
}
.error404 .cspt-header-style-2 .cspt-header-menu-area{
	border-bottom:  1px solid #f1f1f1;
}
.error404 a.cspt-home-back{
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
	position: relative;
	background-color: var(--cspt-leblix-blackish-color);
	color: #fff;
	padding: 15px 30px;
}
.error404 a.cspt-home-back:hover{
	background-color: #fff;
	color: var(--cspt-leblix-blackish-color);
}
.error404 a.cspt-home-back:after{
	font-family: "creativesplanet-base-icons";
	content: '\e810';
	margin-left: 15px;
}
.error404  .cspt-title-bar-wrapper{
	display: none;
}
.error404 h2.page-title{
	font-size: 200px;
	line-height: 210px;
	color: var(--cspt-leblix-white-color);
	font-weight: bold;
}
.error404 .site-content-wrap{
	position: relative;
}
.error404 .site-content-wrap:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: none !important;
}
.error404 .cspt-text-color-blackish a.cspt-home-back:hover{
	opacity: 0.9;
}

/*=== search-no-results ===*/
.search-no-results #primary{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.search-no-results-content{
	padding: 80px 50px;
	text-align: center;
	margin-bottom: 100px;
}
.search-no-results-content p{
	margin-bottom: 30px;
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	max-width: 480px;
}
.search-no-results .search-no-results-content .search-form{
	position: relative;
}
.search-no-results .search-no-results-content .search-form input[type="search"]{
	padding-right: 50px;
	height: 60px;
}
/* clears the 'X' from Chrome */
.search-no-results .search-no-results-content .search-form input[type="search"]::-webkit-search-decoration,
.search-no-results .search-no-results-content .search-form input[type="search"]::-webkit-search-cancel-button,
.search-no-results .search-no-results-content .search-form input[type="search"]::-webkit-search-results-button,
.search-no-results .search-no-results-content .search-form input[type="search"]::-webkit-search-results-decoration {
	display: none; 
}
.search-no-results .search-no-results-content .search-form button{
	top: 5px;
	right: 5px;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background-color: var(--cspt-leblix-global-color);
}
.search-no-results .search-no-results-content .search-form button:after {
	position: absolute;
	font-family: 'creativesplanet-base-icons';
	content: '\e800';
	right: 16px;
	font-size: 16px;
	top: 17px;
	font-size: 16px;
	color: #ffffff;
	line-height: normal;
}
.search-results .cspt-top-search-form .search-form button{
	background-color: var(--cspt-leblix-global-color);
}

/* --------------------------------------
 * 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: 15px;
	color: #fff;
	font-size: 25px;
	line-height: normal;
}
.cspt-header-search-form-wrapper .search-form input[type="search"]{
	height: 65px;
	line-height: 65px;
	font-size: 28px;
	background-color: transparent;
	text-align: left;
	color: #fff;
	border: none;
	border-bottom: 3px solid #fff;
	padding-left: 0;
	border-radius: 0;
}
.cspt-header-search-form-wrapper .search-form button:before{
	display: none;
}
.cspt-header-search-form-wrapper .search-form input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(255, 255, 255, 0.89);
	opacity: 1; /* Firefox */
}
.cspt-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.89);
}
.cspt-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(255, 255, 255, 0.89);
}
.cspt-header-search-form-wrapper .search-form [type=submit]{
	position: absolute;
	height: 50px;
	width: 50px;
	right: 0;
	top: 0;
	background-color: transparent;
	text-indent: -9999px;
}
.cspt-header-search-form-wrapper .cspt-search-close{
	position: absolute;
	top: 40px;
	right: 40px;
	border-color: #fff;
	color: #fff;
	opacity: 0.8;
	font-size: 20px;
	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;
}

/*=== select2-container--default ===*/
.select2-container--default .select2-selection--single {
	background-color: #eff2f7;
	border: none;
	border-radius: 0px;
}
.select2-container .select2-selection--single {
	height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	color: #848484;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 13px;
}

/* --------------------------------------
 * Accordion
 * ---------------------------------------*/ 
.elementor-accordion .elementor-tab-title{
	background-color: #eee;
}
.cspt-elementor-bg-color-light .elementor-accordion .elementor-tab-title,
.cspt-bg-color-light .elementor-accordion .elementor-tab-title{
	background-color: #fff;
}
.elementor-accordion-item{
	position: relative;
}

/*=== .cspt-accordion-style1 ===*/
.cspt-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-tab-title{
	position: relative;
	border: none;
	background-color:var( --cspt-leblix-light-bg-color)!important;
	padding: 10px 20px 10px 40px!important;
} 
.cspt-accordion-style1.elementor-widget-accordion .elementor-accordion.elementor-tab-title.elementor-active{
	font-weight: 700;
	border-bottom:none;
}
.cspt-accordion-style1.elementor-widget-accordion .elementor-tab-title.elementor-active{
	background-color: var(--cspt-leblix-secondary-color)!important;
}
.cspt-accordion-style1.elementor-widget .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	padding: 20px 30px 20px 40px;
}
.cspt-accordion-style1 .elementor-accordion .elementor-tab-content {
	padding: 0 45px 20px 40px;
}
.cspt-accordion-style1 .elementor-accordion .elementor-accordion-item{
	margin-bottom: 10px;
	border:none;
}
.cspt-accordion-style1 .elementor-accordion .elementor-tab-content{
	border: none;
}
.cspt-accordion-style1 .elementor-accordion .elementor-tab-content.elementor-active{
	border-top:none;
}
.cspt-accordion-style1.elementor-widget-accordion .elementor-tab-title.elementor-active a,
.cspt-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-tab-title:hover{
	color: var(--cspt-leblix-global-color);
}
.cspt-accordion-style1 .elementor-tab-content.elementor-active,
.cspt-accordion-style1.elementor-widget-accordion .elementor-tab-title.elementor-active{
	border:solid;
}
.cspt-accordion-style1 .elementor-tab-content.elementor-active,
.cspt-accordion-style1.elementor-widget-accordion .elementor-tab-title.elementor-active,
.cspt-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-tab-title:hover{
	border-color: var(--cspt-leblix-global-color);
}
.cspt-accordion-style1 .elementor-accordion .elementor-tab-title.elementor-active{
	background-color: var(--cspt-leblix-blackish-bg-color);
}
.cspt-accordion-style1 .elementor-accordion-item .elementor-tab-title.elementor-active{
	color: var(--cspt-leblix-global-color);
	border-color: var(--cspt-leblix-global-color);
	padding: 20px 20px 25px 40px!important;
}
.cspt-accordion-style1.elementor-widget-accordion .elementor-tab-title.elementor-active a:after{
	top: 15px;
}
.cspt-accordion-style1.elementor-widget-accordion .elementor-tab-title a:after{
	position: absolute;
	content: '\f107';
	font-family: "creativesplanet-base-icons";
	color: var(--cspt-leblix-global-color);
	left: auto;
	top: 8px;
	right: 30px;
	font-weight: 700;
	font-size: 15px;
}
.cspt-accordion-style1.elementor-widget-accordion .elementor-tab-content {
	color: var(--cspt-leblix-white-color)!important;
	background-color: var(--cspt-leblix-secondary-color)!important;
}
/* --------------------------------------
 * Tab
 * ---------------------------------------*/
.cspt-tab-content-title,
.cspt-tab-content{
	display: none;
}
.cspt-tab-content.cspt-tab-active{
	display: block;
}
.cspt-tab-link{
	border-right: none;
	display: block;
	padding: 18px 0;
	cursor: pointer; 
	border: 1px solid #eeeeee;
	border-right: none;
}
.cspt-tab-content-title,
.cspt-tab-link{
	color:var(--cspt-leblix-blackish-color);
	font-size: 16px;
	letter-spacing: -0.4px;
	font-weight: 700!important;
}
.cspt-tab-content.cspt-tab-active .cspt-tab-content-title,
.cspt-tabs .cspt-tabs-heading li.cspt-tab-li-active{
	background: var(--cspt-leblix-global-color);
}
.cspt-tab-content.cspt-tab-active .cspt-tab-content-title,
.cspt-tabs .cspt-tabs-heading li.cspt-tab-li-active span,
.cspt-tabs .cspt-tabs-heading li.cspt-tab-li-active i{
	color: var(--cspt-leblix-white-color);
}
.cspt-tabs .cspt-tab-link li:last-child{
	margin-right: 0px;
	border-right: 1px solid #eeeeee;
}
.cspt-tabs .cspt-tabs-heading{
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: row;
}
.cspt-tabs .cspt-tabs-heading li{
	flex-grow: 1;
	flex-basis: 0;
}
.cspt-tabs .cspt-tabs-heading li:last-child{
	margin-right: 0px;
	border-right: 1px solid #eeeeee;
}
.cspt-tabs .cspt-tabs-heading li i{
	display: block;
	font-size: 45px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: normal;
}
.cspt-tabs .cspt-tab-content-wrapper{
	margin-top: 50px;
	margin-bottom: 0px;
}
.cspt-tabs .cspt-tab-content-inner .inner-content{
	margin-top: 30px;
}
.cspt-tabs .cspt-tab-content-inner h2{
	font-size: 36px;
	line-height: 40px;
}
.cspt-tabs .cspt-tab-content-inner ul{
	margin-top: 30px;
	list-style: none;
	margin-left: 0;
	padding: 0;
}
.cspt-tabs .cspt-tab-content-inner ul li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	font-family: "Rajdhani", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #081839;
}
.cspt-tabs .cspt-tab-content-inner ul li:after{
	content: "\f17e";
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: -2px;
	font-family: Flaticon;
}
.cspt-tabs .cspt-tab-content-inner a.link-button{
	display: inline-block;
	line-height: 1;
	background-color: #818a91;
	color: #fff;
	fill: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 16px 40px;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	margin-top: 20px;
}

/* --------------------------------------
 * Button Section
 * ---------------------------------------*/ 
/*=== elementor-widget-button ===*/
.elementor-button{
	border-radius: 0;
}
.elementor-widget-button.cspt-btn-style-flat.cspt-btn-shape-square .elementor-button{
	border-radius: 0;
}
.elementor-widget-button.cspt-btn-style-flat.cspt-btn-shape-round .elementor-button{
	border-radius: 5px;
}
.elementor-widget-button.cspt-btn-style-flat.cspt-btn-shape-rounded .elementor-button{
	border-radius: 10px;
}
.elementor-widget.elementor-widget-button{
	color: #fff;
}
.cspt-elementor-bg-color-globalcolor .cspt-btn-color-blackish .elementor-button:hover{
	color: var(--cspt-leblix-blackish-color);
}
.cspt-btn-style-flat.cspt-btn-color-white .elementor-button{
	background-color: #fff;
}
.cspt-btn-style-flat.cspt-btn-color-white .elementor-button:hover{
	background-color: var(--cspt-leblix-blackish-color); 
	color: #fff;
}
.elementor-widget-button.cspt-btn-bg-color-secondary .elementor-button{
	background-color: var(--cspt-leblix-secondary-color); 
}
.cspt-btn-style-text.cspt-btn-color-secondary .elementor-button{
	color: var(--cspt-leblix-secondary-color);
}
.cspt-btn-style-text.cspt-btn-color-secondary .elementor-button:hover{
	color: var(--cspt-leblix-global-color);
}
.cspt-btn-style-flat .elementor-button,
.cspt-btn-style-flat.cspt-btn-color-globalcolor .elementor-button,
.cspt-btn-style-flat.cspt-btn-color-blackish .elementor-button:hover{
	background-color: var(--cspt-leblix-global-color);
}
.cspt-btn-color-white .elementor-button,
.cspt-btn-style-text.cspt-btn-color-globalcolor .elementor-button{
	color: var(--cspt-leblix-global-color);
}
.cspt-btn-style-text.cspt-btn-color-globalcolor .elementor-button:hover{
	color: var(--cspt-leblix-secondary-color);
}
.cspt-btn-style-outline .elementor-button{
	background-image: none !important;
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}
.cspt-btn-style-outline.cspt-btn-color-globalcolor .elementor-button:hover{
	color: #fff !important;
}
.cspt-btn-style-outline.cspt-btn-color-white .elementor-button{
	border-color: #fff;
	color: #fff;
}
.cspt-btn-style-outline.cspt-btn-color-blackish .elementor-button:hover .elementor-button-content-wrapper:before,
.cspt-btn-style-outline.cspt-btn-color-white .elementor-button:hover{
	background-color: #fff;
}
.cspt-btn-style-outline.cspt-btn-color-blackish .elementor-button:hover{
	color: #fff;
}
.elementor-button.elementor-size-xs {
	padding: 12px 34px;
	font-size: 9px;
}
.elementor-button.elementor-size-sm{
	padding: 16px 38px;
	font-size: 11px;
}
.elementor-button.elementor-size-md {
    padding: 20px 42px;
    font-size: 13px;
}
.elementor-button.elementor-size-lg{
    padding: 24px 46px;
    font-size: 15px;
}
.elementor-button.elementor-size-xl {
    padding: 28px 50px;
    font-size: 17px;
}
.cspt-btn-style-outline .elementor-button{
	border-color: var(--cspt-leblix-global-color);
	color: var(--cspt-leblix-global-color);
}
.cspt-btn-style-outline .elementor-button:hover{
	background-color: var(--cspt-leblix-global-color);;
}
.cspt-btn-style-outline.cspt-btn-color-secondary .elementor-button{
	border-color: var(--cspt-leblix-secondary-color);
	color: var(--cspt-leblix-secondary-color);
}
.cspt-btn-style-outline .elementor-button.elementor-size-sm{
	padding: 14px 38px;
}
.cspt-btn-style-text .elementor-button{
	padding: 0;
	background-color: transparent;
}
.cspt-btn-style-text.cspt-btn-color-white .elementor-button{
	color: #fff;
}
.cspt-btn-style-text.cspt-btn-color-gradient .elementor-button{
	border-image-source: none !important;
	background-image: none !important;
}
.elementor-button .cspt-leblix-icon-next {
	font-size: 10px;
	line-height: normal;
	position: relative;
}
.elementor-button .elementor-align-icon-right{
	margin-left: 15px;
}

/* --------------------------------------
 * Timeline view Section
 * ---------------------------------------*/
.cspt-company-hostory .simple-text p{
	text-align:left;
}
.cspt-company-hostory .year{
	padding: 6px 20px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: -17px;
	z-index: 9;
	left: 0;
	margin: 0 auto;
	right: 0;
	width: 100px;
	text-align: center;
	background:#f2c21a;
}
.cspt-company-hostory .company_detail .content{
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
.cspt-company-hostory .cspt-ourhistory-row {
	display: -webkit-box;
	display: flex;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.cspt-timeline .cspt-timeline-post-items{
	padding-top: 80px;
	padding-bottom: 80px;
}
.cspt-timeline .cspt-timeline-post-items .cspt-timeline-inner{
	padding-bottom: 60px;
}
.cspt-timeline .cspt-timeline-post-items .cspt-timeline-inner:last-child{
	padding-bottom: 0px;
}
.cspt-ourhistory-type2 .label {
	display: block;
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	color: var(--cspt-leblix-global-color);
}
.cspt-ourhistory-type2 h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 800;
	margin-bottom: 15px;
}
.cspt-ourhistory-type2 .cspt-ourhistory-row .cspt-ourhistory-left .cspt-timeline-image img{
	width: 100%;
}
.cspt-ourhistory-type2 .cspt-ourhistory-row{
	align-items: center;
}
.cspt-ourhistory-type2.cspt-ourhistory-right.last{
	padding-bottom:0;
}
.cspt-ourhistory-type2 .cspt-ourhistory-right .cspt-timeline-image,
.cspt-ourhistory-type2 .cspt-ourhistory-right .label{
	margin-bottom: 30px;
	display: none;
}
.cspt-ourhistory-type2 .cspt-ourhistory-right .content{
	padding: 30px;
	background: #fff;
	box-shadow: 0px 2px 126px 0px rgb(0 0 0 / 8%);
	position: relative;
}
.cspt-ourhistory-type2 .cspt-ourhistory-right .content .simple-text p{
	margin-bottom: 0;
}
.cspt-ourhistory-type2 .cspt-ourhistory-right .content:before {
	position: absolute;
	content: '';
	box-shadow: 0px 8px 18px 0px rgb(0 0 0 / 3%);
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #fff;
	right: -20px;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.cspt-ourhistory-type2 .cspt-ourhistory-center span{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	background: var(--cspt-leblix-global-color);
	padding: 5px 15px;
	color: var(--cspt-leblix-white-color);
	transform: translate(-50px, -20px);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.cspt-ourhistory-type2:hover .cspt-ourhistory-center span{
	background-color: var(--cspt-leblix-secondary-color);
}
.cspt-timeline .cspt-timeline-inner:nth-child(even) .row.cspt-ourhistory-row{
	flex-direction: row-reverse;
	align-items: center;
}
.cspt-timeline .cspt-timeline-inner:nth-child(even) .row.cspt-ourhistory-row .cspt-ourhistory-right .content:before{
	position: absolute;
	content: '';
	box-shadow: 0px 8px 18px 0px rgb(0 0 0 / 3%);
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 0px solid transparent;
	border-right: 20px solid #fff;
	left: -20px;
	right: auto;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.cspt-timeline .cspt-timeline-inner:nth-child(odd) .cspt-ourhistory-type2 .cspt-ourhistory-right{
	padding-right: 70px;
	padding-left: 15px
}
.cspt-timeline .cspt-timeline-post-items{
	position: relative;
}
.cspt-timeline .cspt-timeline-post-items:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: calc(50% - 5px);
	width: 2px;
	height: 100%;
	background: var(--cspt-leblix-global-color)
}
.cspt-timeline .cspt-first-timeline{
	position: relative;
	z-index: 1;
	left: calc(50% - 13px);
	width: 18px;
	height: 18px;
	background: transparent;
	transform: rotate(45deg);
	border: 3px solid var(--cspt-leblix-global-color);
}
.cspt-timeline .cspt-last-timeline{
	position: relative;
	z-index: 1;
	left: calc(50% - 13px);
	width: 18px;
	height: 18px;
	background: transparent;
	transform: rotate(45deg);
	border: 3px solid var(--cspt-leblix-global-color);
}

/* --------------------------------------
 * List
 * ---------------------------------------*/ 
.elementor-widget .elementor-icon-list-item .elementor-icon-list-icon,
.elementor-widget .elementor-icon-list-item .elementor-icon-list-text{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.elementor-widget .elementor-icon-list-item .elementor-icon-list-icon{
	line-height: normal;
}
.elementor-icon-list-icon i{
	color: var(--cspt-leblix-global-color) !important;
}
.elementor-icon-list-item .elementor-icon-list-text{
	color: var(--cspt-leblix-blackish-color) !important;
}
.elementor-icon-list-item span i{
	position: relative;
	top: 2px; 
	font-weight: normal;
}

/* --------------------------------------
 * Custom CSS
 * ---------------------------------------*/
 .cspt-global-color{
	color: var(--cspt-leblix-global-color);
 }
 .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
	display: flex;
	text-align: left;
}
.cspt-img-style1 .elementor-widget-container {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.cspt-img-style1 .elementor-widget-container:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 100%;
	content: "";
	position: absolute;
	margin: -35px;
	width: 70px;
	height: 70px;
	transform: rotate(45deg);
	background-color: #fff;
}
.cspt-bottom-border:after{
	position: absolute;
	content: '';
	height: 1px;
	width: 2000px;
	right: 0;
	background: #eeeeee;
}
.cspt-ihbox-style-1-bg .cspt-text-color-white .cspt-heading-subheading .cspt-element-subtitle{
	color: var(--cspt-leblix-global-color);
}
.cspt-ihbox-style-1-bg .cspt-heading-subheading h4.cspt-element-subtitle:after{
	background-color: var(--cspt-leblix-global-color) !important;
}
@keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}
@-webkit-keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}
@keyframes pulse-border {
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 1; 
	}
	100% {
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		opacity: 0; } 
	}
	@keyframes pulse-border-2 {
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 1; 
	}
	100% {
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
.cspt-colum-gap-left-15 .elementor-widget-wrap{
	margin-left: 10px;
}
.cspt-col-stretched-right.cspt-right-bg-50 .cspt-stretched-div{
	left: 50%;
	background-color: #f5f5f5 !important;
}
.cspt-blc-style-1 blockquote{
	margin: 0;
	border: 0;
	padding: 0;
	font-weight: normal !important;
	position: relative;
	padding-left: 45px;
	font-size: 24px;
	line-height: 36px;
}
.cspt-blc-style-1 blockquote:before {
	position: absolute;
	content: '"';
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	top: -28px;
	left: 0;
	transform: rotate(180deg);
}
.cspt-blc-style-2 blockquote{
	margin: 0;
	padding: 0;
	font-weight: normal !important;
	position: relative;
	padding-left: 30px;
	font-size: 17px;
	line-height: 26px;
}
.cspt-newsletter{
	position: relative;
}
.cspt-newsletter input[type="email"]{
	height: 50px;
	background: transparent;
	border: 1px solid #dddddd;
}
.cspt-newsletter input[type="email"]::placeholder {
	color: #dddddd;
	opacity: 1; /* Firefox */
}
.cspt-newsletter input[type="email"]:-ms-input-placeholder {
	color: #dddddd;
}
.cspt-newsletter input[type="email"]::-ms-input-placeholder {
	color: #dddddd;
}
.cspt-newsletter button{
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	padding: 16px 20px;
	padding-left: 65px;
	color: #dddddd;
	background: transparent;
	cursor: inherit !important;
}
.cspt-newsletter button i{
	cursor: pointer;
}
.cspt-newsletter button:focus{
	border: none;
	outline: none;
}
.cspt-newsletter button::before{
	left: 40px;
}
.cspt-special-row.elementor-top-section.elementor-section > .elementor-container{
	z-index: auto;
}
/*=== cspt-bottom-part ===*/
.cspt-bottom-part{
	padding: 20px 30px;
	bottom: -62px;
}
.cspt-bottom-part.elementor-widget-heading .elementor-heading-title{
	color: #fff;
}
.cspt-bottom-part.elementor-widget-heading .elementor-heading-title span{
	text-decoration: underline;
}

/*=== cspt-vertical-sep ===*/
.cspt-vertical-sep.elementor-inner-column{
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.cspt-vertical-sep.elementor-inner-column:after,
.cspt-vertical-sep.elementor-inner-column:before{
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #e5e5e5;
	left: -3px;
}
.cspt-vertical-sep.elementor-inner-column:after{
	bottom: 0;
}

/*=== cspt-align-left ===*/
.cspt-align-left .owl-carousel{
	position: static;
}
.cspt-align-left .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav{
	width: 80px;
	top: 0;
	right: 0;
}
.cspt-align-left .cspt-ele-header-area{
	width: 60%;
}

/*=== cspt-heading-subheading - subheading sep ===*/
.cspt-heading-subheading h4.cspt-element-subtitle{
	position: relative;
	display: inline-block;
	margin-bottom: 8px;
}
.cspt-heading-subheading h4.cspt-element-subtitle:after{
	position: absolute;
	content: '';
	content: '\f107';
	font-family: "creativesplanet-base-icons";
	color: var(--cspt-leblix-white-color);
	right: -30px;
	top: 2px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	height: 18px;
	width: 18px;
	background: var(--cspt-leblix-global-color);
	border-radius: 50%;
}
.cspt-heading-subheading h4.cspt-element-subtitle:after {
	background-color: var(--cspt-leblix-subheading-typography-color);
}
/*=== cspt-clip-art-section ===*/
.elementor-section .cspt-clip-art-section:after {
	content: "";
	position: absolute;
	left: 50px;
	top: -11px;
	width: 20px;
	height: 20px;
	background-color: #0b053f;
	border: 1px solid #ff5001;
	background-clip: border-box;
	transform: rotate(45deg);
	border-bottom-color: #0b053f;
	border-right-color: #0b053f;
}

/*=== cspt-bg-img-style1 ===*/
.cspt-bg-img-style1 .elementor-widget-wrap {
	-webkit-clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
}
/*=== cspt-underline-text ===*/
.cspt-underline .elementor-button-text {
	border-bottom: 1px solid;
}
/*=== cspt-underline-text ===*/
.cspt-button-new .elementor-button:after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: -20px;
	width: 20px;
	height: 20px;
	border: 1px solid #0b053f;
	background-clip: border-box;
	transform: rotate(45deg);
	border-top-color: transparent;
	border-left-color: transparent;
}
.cspt-button-new.cspt-btn-color-secondary .elementor-button:hover::after{
	border-bottom-color: var(--cspt-leblix-global-color);
	border-right-color: var(--cspt-leblix-global-color);
}
/*=== twentytwenty-handle ===*/
.twentytwenty-horizontal .twentytwenty-handle:after {
	margin-top: 40px;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
	margin-bottom: 40px;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after{
	background-color: var(--cspt-leblix-global-color);
	-webkit-box-shadow: 0 3px 0 var(--cspt-leblix-global-color), 0px 0px 12px rgba( var(--cspt-leblix-global-color-rgb) / 20% );
	-moz-box-shadow: 0 3px 0 var(--cspt-leblix-global-color), 0px 0px 12px rgba( var(--cspt-leblix-global-color-rgb) , 0.20 );
	box-shadow: 0 3px 0 var(--cspt-leblix-global-color), 0px 0px 12px rgba( var(--cspt-leblix-global-color-rgb) / 20% );
}
.twentytwenty-handle{
	width: 80px;
	height: 80px;
	border-color: var(--cspt-leblix-global-color);
}
.twentytwenty-left-arrow {
	border-right-color: var(--cspt-leblix-global-color);
	margin-left: -35px;
}
.twentytwenty-right-arrow {
	border-left-color: var(--cspt-leblix-global-color);
	margin-right: -35px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow{
	border-width: 10px 15px 10px 15px;
}

/*=== twentytwenty-handle ===*/
.cspt-text-style-1 .elementor-widget-container:before,
.cspt-text-style-1 .elementor-widget-container:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -39px;
	margin-top: 4px;
	padding: 20px 40px;
	-webkit-clip-path: polygon(63% 0, 0 0, 0 100%);
	clip-path: polygon(63% 0, 0 0, 0 100%);
}
.cspt-text-style-1 .elementor-widget-container:before {
	left: 10px;
	bottom: -50px;
	background: #ecedf9;
}
.cspt-text-style-1 .elementor-widget-container,
.cspt-text-style-1 .elementor-widget-container:after{
	background-color: var(--cspt-leblix-blackish-color);
}

/*=== cspt-img-shadow-style-1 ===*/
.cspt-img-shadow-style-1 .elementor-widget-container img{
	-moz-box-shadow:	150px 0px 0px -110px var(--cspt-leblix-global-color), -175px 0px 0px -110px var(--cspt-leblix-global-color);
	-webkit-box-shadow:	150px 0px 0px -110px var(--cspt-leblix-global-color), -175px 0px 0px -110px var(--cspt-leblix-global-color);
	box-shadow:			150px 0px 0px -110px var(--cspt-leblix-global-color), -175px 0px 0px -110px var(--cspt-leblix-global-color);
}
body .elementor-element.cspt-who-we-image{
	z-index: 2;
}
body .elementor-element.cspt-fact-postiion .elementor-container{
	z-index: 2;
}
body .elementor-element.cspt-fact-postiion{
	z-index: unset;
}
.cspt-digit-box{
	font-size: 17px;
	line-height: normal;
	display: flex;
	margin-top: 40px;
}
.cspt-digit-box .cspt-digit{
	font-size: 40px;
	font-weight: 700 !important;
	margin-right: 25px;
}
.cspt-digit-box .cspt-digit sup{
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
}

/*=== cspt-home-gallary ===*/
.cspt-home-gallary.elementor-widget-cspt_gallery_element .elementor-widget-container{
	position: relative;
}
.cspt-home-gallary.elementor-widget-cspt_gallery_element .elementor-widget-container:after{
	content: '';
	position: absolute;
	width: 150px;
	height: 100%;
	background-color: rgba( var(--cspt-leblix-global-color-rgb) , 0.50 );
	right: 0;
	top: 0;
	z-index: 1;
}
.cspt-home-gallary.elementor-widget-cspt_gallery_element .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav{
	top: auto;
	bottom: 0;
	width: 120px;
	height: 60px;
	left: 100px;
}
.cspt-home-gallary.elementor-widget-cspt_gallery_element .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev,
.cspt-home-gallary.elementor-widget-cspt_gallery_element .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-next{
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.cspt-home-gallary.elementor-widget-cspt_gallery_element .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev{
	left: 0;
	background-color: #fff;
	color: #000;
	line-height: 58px;
}
.cspt-home-gallary.elementor-widget-cspt_gallery_element .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-next{
	right: 0;
	left: 60px;
}
.cspt-home-gallary.elementor-widget-cspt_gallery_element .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after,
.cspt-home-gallary.elementor-widget-cspt_gallery_element .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after {
	content: '\e814';
	font-size: 45px;
}

/* --------------------------------------
* Single BG color
* ---------------------------------------*/
.page.cspt-sidebar-exists .site-content-contain,
.archive.cspt-sidebar-exists .site-content-contain,
.blog .site-content-contain,
.single.blog .site-content-contain {
	background-color: #fff;
}

/* --------------------------------------
 *  Footer Big area Newsletter 
 * ---------------------------------------*/
 .cspt-text-color-white  .cspt-footer-newsletter input[type="email"]{
	background-color: rgb(255 255 255 / 15%);
	margin-top: 20px;
	border: none;
	padding: 0px 35px;
	height: 50px;
	color: var(--cspt-leblix-white-color);
}
 .cspt-text-color-white  .cspt-footer-newsletter input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(255, 255, 255, 0.60);
	opacity: 1; /* Firefox */
}
 .cspt-text-color-white  .cspt-footer-newsletter input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.60);
}
 .cspt-text-color-white  .cspt-footer-newsletter input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(255, 255, 255, 0.60);
}
.mc4wp-form .mc4wp-form-fields span{
	font-style: italic;
}
.cspt-footer-newsletter button{
	font-size:14px;
	line-height: 15px;
	letter-spacing: -0.04px;
	text-transform: uppercase;
	width: 100%;
	height: 50px;
	margin-top: 5px;
	background-color: var(--cspt-leblix-global-color);
}
.cspt-footer-newsletter button:hover{
	background-color: var(--cspt-leblix-white-color);
	color:var(--cspt-leblix-blackish-color) ;
}
.cspt-footer-newsletter button:focus {
	outline:none;
}

/* --------------------------------------
* Select box - Custom
* ---------------------------------------*/
.select2-container--default .select2-selection--single {
	background-color: #eff2f7;
	border: none;
	border-radius: 0px;
}
.select2-container .select2-selection--single {
	height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	color: #848484;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 13px;
}

/* --------------------------------------
* Page box
* ---------------------------------------*/
.page.cspt-sidebar-exists .comments-area {
	margin-top: 0px;
}
.cspt-service-single blockquote {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	font-style: italic;
	padding: 70px 55px 55px;
	position: relative;
	border: none;
	background: var(--cspt-leblix-secondary-color)!important;
	color: #05006d;
	margin: 40px 12px 35px;
	background:var(--cspt-leblix-white-color);
}
.cspt-quote-style1 blockquote cite:before{
	position: absolute;
	font-size:33px;
	font-weight: normal;
	top: 35px;
	font-family: "creativesplanet-base-icons";
	content: '\e857';
	line-height: 50px;
	text-align: center;
	color: var(--cspt-leblix-global-color);
	font-style: normal;
}
.cspt-progress-style2 .elementor-progress-wrapper::before{
	position:absolute;
	content: '';
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/shape.png);
	background-attachment: fixed;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.cspt-substyle1 .cspt-heading-subheading{
	display: flex;
}
.cspt-substyle1 .cspt-element-title{
	margin-left: 80px;
	margin-top: -7px;
}
.cspt-singleimg-effect .elementor-widget-container:before,
.cspt-singleimg-effect .elementor-widget-container:after{
	position: absolute;
	content: '';
	height: 300px;
	width: 300px;
	background: var(--cspt-leblix-secondary-color);
	left: -28px;
	border-radius: 50%;
	z-index: -1;
}
.cspt-singleimg-effect .elementor-widget-container:before{
	height: 90px;
	width: 90px;
	background: var(--cspt-leblix-global-color);
	bottom: 221px;
	right: -53px;
	left: auto;
}
.cspt-singleimg-effect .elementor-widget-container{
	position: relative;
	display: inline-block;
}
.cspt-singleimg-effect1.cspt-singleimg-effect .elementor-widget-container:after{
	height: 215px;
	width: 215px;
	top: 20px;
	left: 20px;
}
.cspt-singleimg-effect1.cspt-singleimg-effect .elementor-widget-container:before{
	bottom: 205px;
}
.cspt-element-miconheading-style-2 .cspt-element-posts-wrapper:before{
	content: '';
	position: absolute;
	left: -144px;
	right: -98px;
	height: 100%;
	display: block;
	background: url(../images/step-bg-img.png) center center no-repeat;
	top: 18px;
}
.cspt-bgshape .elementor-widget-container:before{
	position: absolute;
	content: '';
	height:100%;
	width: 100%;
	background:var(--cspt-leblix-white-color);
	z-index: -1;
	top: -50px;
	left: -12px; 
}
.elementor-text-editor p.cspt-normalstyle1,
.elementor-text-editor p.cspt-normal{
	-webkit-initial-letter: normal;
	initial-letter: normal;
}
.elementor-text-editor p.cspt-normal:first-letter {
	font-size: 56px;
	line-height: 36px;
	padding: 6px 3px;
	margin-right: 6px;
	float: left;
	color:var(--cspt-leblix-global-color);
	font-weight: 600;
}
.elementor-text-editor p.cspt-normalstyle1:first-letter{
	font-size: 35px;
	line-height: 35px;
	padding: 2px 10px;
	margin-right: 6px;
	margin-top: 5px;
	float: left;
	color: var(--cspt-leblix-white-color);
	font-weight: 700;
	background: var(--cspt-leblix-global-color);
}
.cspt-bg-color-yes.cspt-elementor-bg-color-secondary .cspt-heading-subheading .cspt-element-title {
	color:var(--cspt-leblix-white-color);
}
.cspt-contactinfo-pos{
	position: absolute;
	top: 125px;
	left: 125px;
	background:var(--cspt-leblix-white-color);
	width: auto;
	max-width: 415px;
	margin: auto;
}
.cspt-tab-content-inner .tab-content {
	display: flex;
	align-items: center;
} 
.cspt-tab-content-inner .col-md-6 {
	padding: 0;
}
.cspt-tab-content-inner .tab-content-text {
	font-size: 15px;
	padding-right: 25px;
} 
.cspt-tab-content-inner h3 {
	font-size: 24px;
	font-weight: 600!important;
	line-height: 30px;
	color: var(--cspt-leblix-global-color);
}
.cspt-tab-content-inner .tab-content-wrapper{
	padding-left: 0px;
	margin-right: 20px;
}
.cspt-info_or h2{
	background: #003281;
	border-radius: 50%;
	height: 40px;
	width: 40px!important;
	text-align: center;
}
.cspt-info_or h2:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: -18px;
	bottom: 0;
	left: 20px;
	border-left: 1px dashed;
	border-color: var(--cspt-leblix-secondary-color);
	height: 75px;
}

/*=== play icon animation ===*/
.cspt-playanimation .elementor-widget-container{
	border: 5px solid;
	border-color:  var(--cspt-leblix-white-color);
	border-radius: 50%;
	height: 87px;
	width: 87px;
}
.cspt-playanimation .elementor-widget-container:after,
.cspt-playanimation .elementor-widget-container:before{
	animation-delay: .9s;
	content: "";
	position: absolute;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.08);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.08);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	width:110px;
	height: 110px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation-delay: .9s;
	z-index: -1;
}
.cspt-playanimation .elementor-widget-container:after{
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
}
.cspt-playanimation .elementor-widget-container:hover:after,
.cspt-playanimation .elementor-widget-container:hover:before{
	-webkit-animation: ts-wave 3s infinite;
	animation: ts-wave 3s infinite;
}
@-webkit-keyframes ts-wave {
	70% {
	-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
			box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}
	100% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
			box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
@keyframes ts-wave {
	70% {
	-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
			box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}
	100% {
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
			box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
.cspt-hexagonimg .elementor-widget-container img{
	margin-top: -20px; 
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.cspt-effect-img .elementor-widget-container:before {
	position: absolute;
	background-repeat: repeat-x !important;
	content: "";
	right: -2px;
	background-image: url(..//images/cspt-bgshape.png);
	height: 165px;
	width: 165px;
	top: -40px;
	z-index: -1;
}

/* Tabs section */
.cspt-tab-content-title,
.cspt-tab-content{
	display: none;
}
.cspt-tab-content.cspt-tab-active{
	display: block;
}
.cspt-tab-link{
	border-right: none;
	display: block;
	padding: 18px 0;
	cursor: pointer;
	color:var(--cspt-leblix-blackish-color);
	font-size: 16px;
	letter-spacing: -0.4px;
	font-weight: 700!important;
	border: 1px solid #eeeeee;
	border-right: none;
}
.cspt-tabs .cspt-tab-link li:last-child{
	margin-right: 0px;
	border-right: 1px solid #eeeeee;
}
.cspt-tabs .cspt-tabs-heading{
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: row;
}
.cspt-tabs .cspt-tabs-heading li{
	flex-grow: 1;
	flex-basis: 0; 
}
.cspt-tabs .cspt-tabs-heading li.cspt-tab-li-active{
	background: var(--cspt-leblix-global-color);
}
.cspt-tabs .cspt-tabs-heading li:last-child{
	margin-right: 0px; 
	border-right: 1px solid #eeeeee;
}
.cspt-tabs .cspt-tabs-heading li.cspt-tab-li-active span,
.cspt-tabs .cspt-tabs-heading li.cspt-tab-li-active i{
	color: var(--cspt-leblix-white-color);
}
.cspt-tabs .cspt-tabs-heading li i{
	display: block;
	font-size: 45px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: normal;
}
.cspt-tabs .cspt-tab-content-wrapper{
	margin-top: 50px;
	margin-bottom: 0px;
}
.cspt-tabs .cspt-tab-content-inner .inner-content{
	margin-top: 30px;
}
.cspt-tabs .cspt-tab-content-inner h2{
	font-size: 36px;
	line-height: 40px;
}
.cspt-tabs .cspt-tab-content-inner ul{
	margin-top: 30px;
	list-style: none;
	margin-left: 0;
	padding: 0;
}
.cspt-tabs .cspt-tab-content-inner ul li{
	position: relative;
	margin-bottom: 10px; 
	padding-left: 30px;
	font-family: "Rajdhani", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #081839;
}
.cspt-tabs .cspt-tab-content-inner ul li:after{
	content: "\f17e";
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: -2px; 
	font-family: Flaticon;
}
.cspt-tabs .cspt-tab-content-inner a.link-button{
	display: inline-block;
	line-height: 1;
	background-color: #818a91;
	color: #fff;
	fill: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 16px 40px;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	margin-top: 20px;
}

/*=== cspt-middle-image ===*/
.cspt-middle-image.elementor-column{
	height: 480px;
}

/*=== cspt-global-color-box ===*/
.cspt-global-color-box .elementor-icon-wrapper > a{
	background-color: var(--cspt-leblix-global-color) !important;
}
.cspt-global-color-box .elementor-icon-wrapper > a:hover{
	background-color: var(--cspt-leblix-secondary-color) !important;
}
.cspt-global-title-color .elementor-heading-title{
	color: var(--cspt-leblix-global-color) !important;
}
.elementor-section.cspt-margin-left-10px{
	margin-left: -10px;
}

/*=== cspt-icon-style-1 ===*/
.cspt-icon-style-1 .elementor-icon{
	box-shadow: 0px 23px 13px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	position: relative;
	color: var(--cspt-leblix-global-color) !important;
}
.cspt-icon-style-1{
	z-index: auto !important;
}
.cspt-icon-style-1::before{
	width: 250px !important;
	height: 250px !important;
	background-color: rgba( var(--cspt-leblix-global-color-rgb) , 0.40 ) !important;
}
.cspt-icon-style-1::after{
	width: 170px !important;
	height: 170px !important;
	background-color: var(--cspt-leblix-global-color) !important;
}
.cspt-icon-style-1::before,
.cspt-icon-style-1::after{
	position: absolute !important;
	content: '' !important;
	border-radius: 50% !important;
	left: 50% !important;
	top: 50% !important;
	z-index: -1 !important;
	-khtml-transform: translateX(-50%) translateY(-50%) !important;
	-moz-transform: translateX(-50%) translateY(-50%) !important;
	-ms-transform: translateX(-50%) translateY(-50%) !important;
	-o-transform: translateX(-50%) translateY(-50%) !important;
	transform: translateX(-50%) translateY(-50%) !important ;
}

/*=== cspt-spacer-global-bg ===*/
.cspt-spacer-global-bg .elementor-widget-container{
	background-color: var(--cspt-leblix-global-color) !important;
}

/* --------------------------------------
* Search Result CSS
* ---------------------------------------*/
.cspt-search-result-cpt{
	display: none;
	margin-top: -2px;
	padding: 30px 30px 20px 30px !important;
}
.cspt-search-result-loader {
	height: 300px;
	width: 100%;
	border: 1px solid #f6f6f8;
	display: table;
	text-align: center;
	background: #f6f6f8;
	text-align: center;
}
.cspt-search-result-loader-inner{
	display: table-cell;
	vertical-align: middle;
}
.cspt-search-results-loaded .cspt-search-result-loader {
	display: none;
}
.cspt-search-results-loaded .cspt-search-result-cpt{
	display: block;
}
.skltbs-theme-light .skltbs-tab, .skltbs-theme-dark .skltbs-tab{
	font-size: 15px !important;
}
.skltbs-tab span {
	background: #fff;
	font-size: 13px;
	line-height: 19px;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	padding: 3px 6px;
	border-radius: 5px;
	position: relative;
	top: -1px;
	min-width: 25px;
	margin-left: 5px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}
.skltbs-tab .dsvy-search-result-tab-link.skltbs-active > button > span,
.skltbs-tab.skltbs-active  > span{
	background-color: #fff;
}
.skltbs-theme-light .skltbs-tab.skltbs-active{
	border-radius: 5px 5px 0px 0px;
}
.skltbs-theme-light .skltbs-tab.skltbs-active {
	border-color: transparent;
}
.skltbs-theme-light .skltbs-tab.skltbs-active:focus, .skltbs-theme-light .skltbs-tab.skltbs-active:hover {
	border: none !important;
}
.skltbs-theme-light .skltbs-tab:focus{
	box-shadow: none;
}
.skltbs-theme-light .skltbs-panel:focus{
	border-color: #f6f6f8 !important;
}
.skltbs-theme-light .skltbs-tab:focus{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/*=== cspt-search-result-page ===*/
.cspt-search-result-page ul{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.cspt-search-result-page ul li{
	width: 50%;
}
.cspt-search-results-back-global-btn,
.cspt-search-results-load-btn{
	margin-top: 45px;
	margin-bottom: 35px;
	text-align: center;
}
.cspt-search-results-back-global-btn a,
.cspt-search-results-load-btn a{
	display: inline-block;
	padding: 15px 25px;
	padding-right: 43px;
	color: #fff;
	position: relative;
}
.cspt-search-results-back-global-btn a:after,
.cspt-search-results-load-btn a:after{
	position: absolute;
	font-family: 'themesion-base-icons';
	content: '\e806';
	right: 19px;
	top: 15px;
	font-size: 15px;
	font-weight: 400;
}
.cspt-search-results-back-global-btn a{
	padding-left: 43px;
}
.cspt-search-results-back-global-btn a:after{
	content: '\e81e';
	right: auto;
	left: 19px;
}
.skltbs-theme-light .skltbs-panel {
	margin-bottom: 80px;
}
.skltbs-theme-light .skltbs-tab-group .skltbs-tab.skltbs-active{
	background-color: var(--cspt-leblix-global-color);
}
.skltbs-tab .cspt-search-result-tab-link.skltbs-active > button > span,
.skltbs-tab.skltbs-active  > span{
	color: var(--cspt-leblix-secondary-color);
}
.cspt-search-results-back-global-btn a,
.cspt-search-results-load-btn a,
.cspt-search-results-back-global-btn a:hover,
.cspt-search-results-load-btn a:hover{
	background-color: var(--cspt-leblix-secondary-color);
}

/* --------------------------------------
* Search Result CSS
* ---------------------------------------*/
.cspt-right-box{
	position: relative;
	display: flex;
	align-items: center;
	margin-left: auto!important;
}
.cspt-search-cart-box{
	display: flex;
	align-items: center;
	line-height: var(--cspt-leblix-header-height) !important;
	height: var(--cspt-leblix-header-height);
}
.cspt-right-box .cspt-cart-wrapper a{
	position: relative;
	padding-left: 25px;
	line-height: var(--cspt-leblix-header-height) !important;
	height: var(--cspt-leblix-header-height);
}
.cspt-search-cart-box,
.cspt-fixed-header .cspt-cart-wrapper a{
	line-height: var(--cspt-leblix-sticky-header-height) !important;
	height: var(--cspt-leblix-sticky-header-height);
}
.cspt-right-box .cspt-search-cart-box > *{
	padding: 0 20px;
	position: relative;
}
.cspt-right-box .cspt-search-cart-box > *:first-child{
	padding-left: 0;
}
.cspt-right-box .cspt-search-cart-box > *:nth-child(2):after{
	content: '';
	width: 1px;
	height: 30px;
	background-color: rgba(var(--cspt-leblix-blackish-bg-color-rgb), 0.20);
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cspt-right-box .cspt-cart-wrapper a:before{
	content: "\e823";
	font-family: "creativesplanet-base-icons";
	position: absolute;
	left: 0px;
	top: 50%;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	-webkit-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.cspt-right-box .cspt-cart-wrapper .cspt-cart-count{
	position: absolute;
	top: 50%;
	left: 1px;
	background-color: var(--cspt-leblix-global-color);
	color: #fff;
	height: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 13px;
	margin-top: -21px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cspt-right-box .cspt-cart-wrapper .woocommerce-Price-amount{
	font-size: 16px;
}
/* Infinite Scroll button */
.cspt-ajax-load-more-btn {
	text-align: center;
	margin-top: 20px;
}
.cspt-ajax-load-more-btn a:hover {
	background-color: var(--cspt-leblix-secondary-color);
}
.cspt-ajax-load-more-btn a {
	padding: 15px 40px;
	background-color: var(--cspt-leblix-global-color);
	display: inline-block;
	color: #fff;
}
.cspt-infinite-scroll-last {
	text-align: center;
	background: #f1f1f1;
	padding: 5px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}