/*------------------------------------------------------------------
[Master Stylesheet]
1. Pre Header setting
1. Header setting
1. Icon Heading Box
2. Blog Box
3. Portfolio Section
4. Team Member Section
5. Contact Form 7
6. Custom Button
7. Testimonial
8. client logo
9. Fact and digit
10. Service Style
11. Progress Bar
12. Contact form
13. error-404
14. Search Popup Area CSS
15. Tab and Accordion
16. Button Section
-------------------------------------------------------------------*/
button, html input[type=button], input[type=reset], input[type=submit]{
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 30px;
	outline: none;
	border-radius: 0px;
	font-weight: 700;
}
button:focus {
	outline: none;
}

/* --------------------------------------
 * Pre Header setting
 * ---------------------------------------*/
.cspt-contact-info{    
	letter-spacing: 0.5px;
}
.cspt-pre-header-wrapper .cspt-social-links a{
	font-size: 15px;
}
.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-pre-header-wrapper .cspt-social-links li:last-child{
	margin-right: 0;
}
.cspt-contact-info li{
	position: relative;
	padding:0;
	padding-right: 30px;
}
.cspt-contact-info li:last-child{
	padding-right: 0px;
}
.cspt-contact-info li i {
	font-size: 18px;
}
.cspt-contact-info.cspt-consult a{
	font-weight: 700;
	text-decoration: underline;
}

/*==== 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;
}

/* --------------------------------------
 * Header setting
 * ---------------------------------------*/

.cspt-header-slider-yes.site-header.cspt-header-style-2{
	background-color: #ff8242;
	background-image: url(../images/header-bg-new.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.cspt-header-slider-yes.site-header.cspt-header-style-2 .cspt-slider-area:after{
	position: absolute;
	content: '';
	background-image: url(../images/banner-shadow.png);
	width: 1424px;
	height: 80px;
	bottom: -80px;
}
.cspt-header-style-2 .cstp-header-social-wrapper{
	display: none;
}
.cspt-header-slider-yes.site-header.cspt-header-style-2 .cstp-header-social-wrapper{
	display: block;
}
.cspt-header-slider-yes.site-header.cspt-header-style-2 .cspt-pre-header-wrapper,
.cspt-header-slider-yes.site-header.cspt-header-style-2 .cspt-header-wrapper:not(.cspt-sticky-on){
	background-color: transparent;
}
.cspt-parent-header-style-2 .cstp-header-social-wrapper,
.cspt-parent-header-style-2 .cspt-header-inner-wrapper,
.cspt-parent-header-style-2 .cspt-slider-area{
	margin: 0 auto;
}
.site-header.cspt-header-style-2 .cspt-inner-slider-area {
	overflow: hidden;
}
.site-header.cspt-header-style-2 .cspt-pre-header-wrapper.cspt-bg-color-globalcolor .container,
.site-header.cspt-header-style-2 .cspt-pre-header-wrapper.cspt-bg-color-transparent .container{
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.site-header.cspt-header-style-2 .cspt-sticky-on .cspt-pre-header-wrapper {
	height: 0;
	line-height: 0;
	display: none;
}
.cspt-header-box span{
	display: block;
}
.cspt-right-box{
	position: relative;
}

/*=== cspt-header-style-2 ===*/
body.home.cspt-sidebar-no:not(.single) .cspt-parent-header-style-2  div.elementor{
	margin-top: -200px;
}
.cspt-parent-header-style-2 .cspt-slider-area{
	z-index: 2;
}
.cspt-parent-header-style-2 .cstp-header-social-wrapper .cspt-social-links{
	position: absolute;
}
.cspt-parent-header-style-2 .cstp-header-social-wrapper .cspt-social-links .cspt-social-icon{
	display: none;
}
.cspt-parent-header-style-2 .cstp-header-social-wrapper .cspt-social-links .cspt-social-title{
	display: block;
}
.cspt-parent-header-style-2 .cstp-header-social-wrapper{
	position: relative;
}
.cspt-parent-header-style-2 .cstp-header-social-wrapper .cspt-social-links{
	position: absolute;
	bottom: -520px;
	left: 0px;
	margin-left: -60px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
.cspt-parent-header-style-2 .cstp-header-social-wrapper .cspt-social-links li{
	display: inline-block;
	margin-right: 25px;
}
.cspt-parent-header-style-2 .cstp-header-social-wrapper .cspt-social-links a{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: normal;
}

/*=== cspt-header-style-3 ===*/
.cspt-header-style-3 .cspt-header-info-inner .cspt-header-box{
	margin-right: 40px;
	padding-right: 0;
	position: relative;
	padding-left: 60px;
}
.cspt-header-style-3 .cspt-header-info-inner .cspt-header-box:last-child{
	margin-right: 0px;
}
.cspt-header-style-3 .cspt-header-info-inner .cspt-header-box{
	display: inline-block;
	vertical-align: middle;
}
.cspt-header-style-3 .cspt-header-info-inner .cspt-header-box-icon i{
	position: absolute;
	top: 7px;
	left: 0px;
	font-size: 35px;
	height: 40px;
	width: 40px;
	line-height: 35px;
	text-align: center;
	background-color: transparent;
	border-radius: 50%;
	color: #1c325b;
}
.cspt-header-style-3 .cspt-header-button {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: 20px;
	position: relative;
}
.cspt-header-style-3 .cspt-header-button a{
	z-index: 1;
}
.cspt-header-style-3 .cspt-right-box{
	display: flex;
	align-items: center;
	font-size: 16px;
}
.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper .cspt-search-close{
	display: none;
}
.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper {
	-webkit-transform: none; 
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	position: static;
	background-color: transparent;
}
.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"]{
	line-height: normal;
	font-size: 15px;
	border: none;
	padding: 15px 15px;
	padding-right: 50px;
}
.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"]::placeholder {
	color: #989ba1;
	opacity: 1; /* Firefox */
}
.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder {
	color: #989ba1;
}
.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {
	color: #989ba1;
}
.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper .search-form{
	max-width: none;
	width: 235px;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	-moz-transform: none;
	transform: none;
}
.cspt-header-style-3 .cspt-right-box .cspt-cart-wrapper{
	text-align: center;
}
.cspt-header-style-3 .cspt-right-box .cspt-cart-link{
	display: block;
	width: 120px;
}
.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper .search-form:after {
	right: 24px;
	top: 22px;
	color: #fff;
	font-size: 17px;
	line-height: normal;
}
.cspt-header-style-3 .cspt-right-box .cspt-header-search-form-wrapper{
	height: 68px;
}
.cspt-header-style-3 .cspt-right-box ul.cspt-social-links{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 15px;
}
.cspt-header-style-3 .cspt-right-box ul.cspt-social-links li{
	display: inline-block;
	margin: 0 7px;
}
.cspt-header-style-4 .cspt-header-content {
	margin: 0 50px;
	position: relative;
}
.cspt-header-style-5 .cspt-header-overlay,
.cspt-header-style-4 .cspt-header-overlay {
	position: absolute;
	z-index: 9;
	width: 100%;
}
.cspt-header-style-4.site-header .cspt-bg-color-transparent,
.cspt-header-style-4 .cspt-header-height-wrapper > .cspt-bg-color-transparent {
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.cspt-header-style-5.site-header .cspt-bg-color-transparent,
.cspt-header-style-5 .cspt-header-height-wrapper > .cspt-bg-color-transparent {
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

/* --------------------------------------
 * 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;
}


/* --------------------------------------
 * Titlebar Wrapper
 * ---------------------------------------*/
 .cspt-parent-header-style-2 .cspt-title-bar-wrapper.cspt-bg-image-yes:after{
	background-image: url(../images/titlebar-left-image.png);
	background-repeat: no-repeat;
	content: '';
	width: 349px;
	height: 310px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.cspt-parent-header-style-2 .cspt-title-bar-wrapper .cspt-title-bar-content-inner{
	margin: 0 auto;
	max-width: 645px;
}


/* --------------------------------------
 * 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-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%);
}
.elementor-heading-title.elementor-size-default em{
	font-style: normal;
}

/* --------------------------------------
 * Icon Heading Box
 * ---------------------------------------*/
 .cspt-ihbox-style-1{
	position: relative;
}
.cspt-ihbox-style-1 .cspt-ihbox-icon{
	padding-right: 20px;
}
.cspt-ihbox-style-1 .cspt-ihbox-icon-wrapper{
	font-size: 65px;
	line-height: 65px;
}
.cspt-ihbox-style-1  .cspt-ihbox-headingicon{
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(36, 41, 47, 0.1);
}
.cspt-ihbox-style-1 .cspt-ihbox-box-number{
	position: absolute;
	top: 70px;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #000;
	color: #fff;
}
.cspt-ihbox-style-1.cspt-ihbox h2{
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.cspt-ihbox-style-1 .cspt-element-heading{
	font-size: 14px;
	line-height: 18px;
	letter-spacing:1px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: normal !important;
}
.cspt-ihbox-style-1 .cspt-ihbox-contents{
	margin-top: 20px;
}
.cspt-ihbox-style-1 .cspt-ihbox-subheading {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: normal;
	color: #8e8f9a;
}

/*=== cspt-ihbox-style-2 ===*/
.cspt-ihbox-style-2 .cspt-ihbox-icon-wrapper{
	font-size: 60px;
	line-height: 60px;
}
.cspt-ihbox-style-2 .cspt-ihbox-icon{
	padding-right: 25px;
}
.cspt-ihbox-style-2 .cspt-element-heading{
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.cspt-ihbox-style-2.cspt-ihbox h2{
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-2 .cspt-element-heading,
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-2 .cspt-element-heading{
	color: rgba(255, 255, 255, 0.7);
}
.cspt-ihbox-style-2.cspt-ihbox h2{
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-2.cspt-ihbox h2,
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-2.cspt-ihbox h2{
	color: #fff;
}
.cspt-ihbox-style-2 .cspt-ihbox-content{
	margin-bottom: 15px;
	margin-top: 10px;
}
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-2 .cspt-heading-desc,
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-2 .cspt-heading-desc{
	color: rgba(255, 255, 255, 0.6);
}

/*=== cspt-ihbox-style-3 ===*/
.cspt-ihbox-style-3{
	overflow: hidden;
	padding: 40px 30px 34px 45px;
	color: #fff;
	position: relative;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	margin-left: -15px;
	min-height: 268px;
}
.cspt-ihbox-style-3 .cspt-ihbox-icon{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 130px;
	line-height: 130px;
	color: rgba(255, 255, 255, 0.08);
}
.cspt-ihbox-style-3 h2{
	font-size: 32px;
	line-height: 36px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px;
}
.cspt-ihbox-style-3 .cspt-element-heading{
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
}
.cspt-ihbox.cspt-ihbox-style-3 .cspt-ihbox-btn{
	padding: 0;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height:45px;
	font-size: 20px;
	border-radius: 0;
	color: #20232c !important;
	background-color: #ffffff !important;
}
.cspt-ihbox.cspt-ihbox-style-3 .cspt-ihbox-btn{
	position: absolute;
	left: 0;
	bottom: 0;
}
.cspt-ihbox.cspt-ihbox-style-3 .cspt-ihbox-btn{
	margin-bottom: 0;
}

/*=== cspt-ihbox-style-4 ===*/
.cspt-ihbox-style-4 .cspt-ihbox-icon-wrapper{
	font-size: 22px;
	color: #fff;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
}
.cspt-ihbox-style-4 .cspt-ihbox-icon{
	padding-right: 20px;
	padding-top: 6px;
}
.cspt-ihbox-style-4 .cspt-element-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.cspt-ihbox-style-4 .cspt-heading-desc{
	margin-top: 5px;
	margin-bottom: 0;
}

/*=== cspt-ihbox-style-5 ===*/
.cspt-ihbox-style-5 {
	padding: 0 65px;
	padding-top: 60px;
}
.cspt-ihbox-style-5 .cspt-element-title,
.cspt-ihbox-style-5 .cspt-element-heading{
	font-size: 20px;
	line-height: 24px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cspt-ihbox-style-5 .cspt-element-title {
	font-size: 28px;
	line-height: 30px;
}
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-5 .cspt-element-title,
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-5 .cspt-element-heading{
	color: #fff;
}
.cspt-ihbox-style-5 .cspt-ihbox-icon-wrapper{
	font-size: 27px;
	line-height: 60px;
	margin-bottom: 20px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	text-align: center;
	margin-left: -15px;
	margin-top: 20px;
	background-color: #f7f7f7;
}
.cspt-elementor-bg-color-globalcolor .cspt-ihbox-style-5 .cspt-ihbox-icon-wrapper{
	background-color: #fff;
}
.cspt-ihbox-style-5 .cspt-ihbox-content{
	margin-top: 10px;
}

/*=== cspt-ihbox-style-6 ===*/
.cspt-ihbox-style-6{
	text-align: center;
}
.cspt-ihbox-style-6 .cspt-ihbox-box{
	background-color: #f7f7f7;
	padding: 40px 30px 40px 30px;
}
.cspt-ihbox-style-6.cspt-ihbox h2{
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
}
.cspt-ihbox-style-6 .cspt-ihbox-content{
	margin-bottom: 0;
	margin-top: 0;
}
.cspt-ihbox-style-6 .cspt-ihbox-icon-wrapper{
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 20px;
}

/*=== cspt-ihbox-style-7 ===*/
.cspt-ihbox-style-7 .cspt-ihbox-box{
	text-align: center;
}
.cspt-ihbox-style-7 .cspt-ihbox-icon .cspt-ihbox-icon-wrapper{
	font-size: 60px;
	line-height: 60px;
}
.cspt-ihbox-style-7 .cspt-ihbox-contents .cspt-element-heading{
	margin-top: 25px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-weight: normal;
}
.cspt-ihbox-style-7 .cspt-ihbox-contents .cspt-element-title{
	font-size: 24px;
	line-height: 34px;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 60px;
}
.cspt-ihbox-style-7 .cspt-ihbox-contents .cspt-element-heading{
	margin-top: 25px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-weight: normal;
}
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-7 .cspt-ihbox-contents .cspt-element-heading,
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-7 .cspt-ihbox-contents .cspt-element-heading{
	color: rgba(255, 255, 255, 0.7);
}
.cspt-ihbox-style-7 .cspt-ihbox-contents .cspt-element-title{
	font-size: 24px;
	line-height: 34px;
	text-transform: uppercase;
}
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-7 .cspt-ihbox-icon .cspt-ihbox-icon-wrapper,
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-7 .cspt-ihbox-icon .cspt-ihbox-icon-wrapper,
.cspt-elementor-bg-color-blackish .cspt-ihbox-style-7 .cspt-ihbox-contents .cspt-element-title,
.cspt-elementor-bg-color-secondary .cspt-ihbox-style-7 .cspt-ihbox-contents .cspt-element-title{
	color: #fff;
}

/*=== cspt-ihbox-style-8 ===*/
.cspt-ihbox-style-8 .cspt-ihbox-box .cspt-ihbox-icon .cspt-ihbox-icon-wrapper img{
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.cspt-ihbox-style-8 .cspt-ihbox-box .cspt-ihbox-icon .cspt-ihbox-icon-wrapper:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	text-align: left;
	opacity: 0.95;
}
.cspt-ihbox-style-8 .cspt-ihbox-box .cspt-ihbox-icon{
	position: relative;
	display: inline-block;
	min-width: 320px;
	min-height: 115px;
}
.cspt-ihbox-style-8 .cspt-ihbox-box .cspt-ihbox-contents{
	position: absolute;
	top: 0;
	text-align: center;
	padding: 20px 10px 0px 50px;
}
.cspt-ihbox-style-8 .cspt-ihbox-box .cspt-ihbox-contents .cspt-element-heading{
	color: #fff;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	padding-left: 50px;
	font-size: 18px;
	font-weight: 600 !important;
}
.cspt-ihbox-style-8 .cspt-ihbox-box .cspt-ihbox-contents .cspt-element-heading:before{
	content: "";
	position: absolute;
	top: 17px;
	left: 0;
	width: 40px;
	height: 1px;
	background-color: #fff;
}
.cspt-ihbox-style-8 .cspt-ihbox-box .cspt-ihbox-contents .cspt-element-title{
	color: #fff;
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 0;
	letter-spacing: 1px;
}
.cspt-ihbox-style-8 .cspt-ihbox-box {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

/*=== cspt-ihbox-style-9 ===*/
.cspt-ihbox-style-9 .cspt-ihbox-btn,
.cspt-ihbox-style-9 .cspt-ihbox-box .cspt-element-title{
	margin-bottom: 0;
	position: absolute;
	transform: rotate(-90deg);
	transform-origin: left top 0;
	margin-bottom: 0;
	top: 100%;
	left: -6px;
	z-index: 99;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700 !important;
}
.cspt-ihbox-style-9 .cspt-ihbox-box .cspt-element-title{
	display: none;
}
.cspt-ihbox-style-9 .cspt-ihbox-box .cspt-ihbox-icon-wrapper{
	position: relative;
	margin-left: 30px;
}
.cspt-ihbox-style-9 .cspt-ihbox-box:after{
	position: absolute;
	font-family: 'creativesplanet-base-icons';
	content: '\e85a';
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -5px;
}

/*=== cspt-ihbox-style-10 ===*/
.cspt-ihbox-style-10 .cspt-ihbox-icon-wrapper{
	font-size: 60px;
	line-height: 60px;
}
.cspt-ihbox-style-10 .cspt-ihbox-icon{
	padding-right: 20px;
}
.cspt-ihbox-style-10 .cspt-element-title{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0;
	text-transform: uppercase;
}

/*=== cspt-ihbox-style-11 ===*/
.cspt-ihbox-style-11 .cspt-ihbox-icon-wrapper{
	font-size: 20px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
}
.cspt-ihbox-style-11 .cspt-ihbox-icon{
	padding-right: 20px;
	padding-top: 6px;
}
.cspt-ihbox-style-11 .cspt-element-heading{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	font-weight: 700;
	color: rgb(9 22 42 / 70%);
	letter-spacing: 1px;
}
.cspt-ihbox-style-11 .cspt-element-title{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0;
	text-transform: uppercase;
}

/*=== cspt-ihbox-style-12 ===*/
.cspt-ihbox-style-12 .cspt-ihbox-icon-wrapper{
	font-size: 30px;
	color: #fff;
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
}
.cspt-ihbox-style-12 .cspt-ihbox-icon{
	padding-right: 20px;
}
.cspt-ihbox-style-12 .cspt-element-title{
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.cspt-ihbox-style-12 .cspt-heading-desc{
	margin-top: 5px;
	margin-bottom: 0;
}

/*=== cspt-ihbox-style-13 ===*/
.cspt-ihbox-style-13 .cspt-ihbox-icon-wrapper{
	font-size: 55px;
	line-height: 55px;
	margin-bottom: 25px;
}
.cspt-ihbox-style-13 .cspt-ihbox-contents{
	margin-top: 30px;
}
.cspt-ihbox-style-13 .cspt-element-title{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 5px;
}
.cspt-ihbox-style-13 .cspt-ihbox-box-number{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	background-color: #000;
	color: #fff;
	font-weight: 700 !important;
}
.cspt-ihbox-style-13  .cspt-ihbox-box-number:after{
	content: "";
	position: absolute;
	width: calc(100% - 20px);
	height: 2px;
	background-color: #fff;
	top: 100px;
	left: 40px;
}
.cspt-ihbox-style-13-main .elementor-container > .elementor-element:last-child .cspt-ihbox-style-13 .cspt-ihbox-box-number:after{
	display: none;
}

/* --------------------------------------
 * Blog box style
* ---------------------------------------*/
/*=== cspt-blog-style-1 ===*/
.cspt-blog-style-1 .post-item {
	position: relative;
	padding: 50px 50px 40px;
}
.cspt-blog-style-1 .cspt-meta-category {
	padding: 6px 25px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 2px;
	display: inline-block;
	margin-bottom: 20px;
}
.cspt-blog-style-1 .cspt-meta-category a {
	color: #fff;
}
.cspt-blog-style-1 .creativesplanet-box-content .cspt-post-title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	min-height: 140px;
	color: #fff;
}
.cspt-blog-style-1 .cspt-meta-container {
	padding-top: 25px;
	border-top: 1px solid #ededed;
}
.cspt-blog-style-1 .cspt-meta-container .cspt-meta-line,
.cspt-blog-style-1 .cspt-meta-container .cspt-meta-date {
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cspt-blog-style-1 .cspt-meta-container .cspt-meta-line a {
	color: #8e8f9a;
}
.cspt-blog-style-1 .cspt-meta-container .cspt-meta-date{
	position: relative; 
	padding-left: 40px;
}
.cspt-blog-style-1 .cspt-meta-container .cspt-meta-date:before {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 8px;
	height: 1px;
	width: 12px;
	margin-left: 5px;
	background-color: #8e8f9a;
}
.cspt-element-blog-style-1 .multi-columns-row .cspt-blog-style-1.cspt-ele-blog:nth-child(even)  .cspt-meta-container .cspt-meta-date:before,
.multi-columns-row .cspt-post-related .cspt-blog-style-1.cspt-ele-blog:nth-child(even)  .cspt-meta-container .cspt-meta-date:before,
.cspt-element-blog-style-1 .multi-columns-row .cspt-blog-style-1.cspt-ele-blog:nth-child(even)  .cspt-meta-category,
.multi-columns-row .cspt-post-related .cspt-blog-style-1.cspt-ele-blog:nth-child(even)  .cspt-meta-category{
	background-color: #fff;
}
.cspt-element-blog-style-1 .multi-columns-row .cspt-blog-style-1.cspt-ele-blog:nth-child(even)  .cspt-meta-container .cspt-meta-line a,
.multi-columns-row .cspt-post-related .cspt-blog-style-1.cspt-ele-blog:nth-child(even)  .cspt-meta-container .cspt-meta-line a,
.cspt-element-blog-style-1 .multi-columns-row .cspt-blog-style-1.cspt-ele-blog:nth-child(even)  .cspt-post-title a,
.multi-columns-row .cspt-post-related .cspt-blog-style-1.cspt-ele-blog:nth-child(even)  .cspt-post-title a {
	color: #fff;
}
.cspt-element-blog-style-1 .multi-columns-row .cspt-blog-style-1.cspt-ele-blog:nth-child(even)  .cspt-meta-container,
.multi-columns-row .cspt-post-related .cspt-blog-style-1.cspt-ele-blog:nth-child(even)  .cspt-meta-container {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}

/*=== cspt-blog-style-2 ===*/ 
.cspt-blog-style-2 .creativesplanet-box-content {
	padding: 35px 35px 30px; 
}
.cspt-blog-style-2 .cspt-meta-category a {
	color: #fff;
}
.cspt-blog-style-2 .cspt-meta-category a {
	display: inline-block;
	padding: 5px 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.cspt-blog-style-2 .creativesplanet-box-desc {
	margin-top: 15px;
}
.cspt-blog-style-2 .creativesplanet-box-content .cspt-post-title {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}
.cspt-blog-style-2 .cspt-post-footer {
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px solid #e4e4e4;
}
.cspt-blog-style-2 .cspt-post-footer .cspt-meta-author-wrapper,
.cspt-blog-style-2 .cspt-post-footer .cspt-meta-date {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cspt-blog-style-2 .cspt-post-footer .cspt-meta-date {
	position: relative;
	padding-left: 36px;
}
.cspt-blog-style-2 .cspt-post-footer .cspt-meta-date:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 1px;
	top: 9px;
	left: 12px;
	background-color: rgb(36 41 47 / 30%);
}
.cspt-blog-style-2 .cspt-featured-wrapper img{
	width: 100%;
}

/*=== cspt-blog-style-3 ===*/ 
.cspt-blog-style-3 .creativesplanet-box-content {
	padding: 35px 35px 30px;
	background-color: #fff;
}
.cspt-blog-style-3 .cspt-meta-category a {
	color: #fff;
}
.cspt-blog-style-3 .cspt-meta-category a {
	display: inline-block;
	padding: 5px 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.cspt-blog-style-3 .creativesplanet-box-desc {
	margin-top: 15px;
}
.cspt-blog-style-3 .creativesplanet-box-content .cspt-post-title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 0;
}
.cspt-blog-style-3 .cspt-post-footer {
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px solid #e4e4e4;
}
.cspt-blog-style-3 .cspt-post-footer .cspt-meta-author-wrapper,
.cspt-blog-style-3 .cspt-post-footer .cspt-meta-date {
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.cspt-blog-style-3 .cspt-post-footer .cspt-meta-date {
	position: relative;
	padding-left: 36px;
}
.cspt-blog-style-3 .cspt-post-footer .cspt-meta-date:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 1px;
	top: 9px;
	left: 12px;
	background-color: rgb(9 22 42 / 30%);
}
.cspt-blog-style-3 .cspt-featured-wrapper img{
	width: 100%;
}

/*=== cspt-blog-style-4 ===*/ 
.cspt-blog-style-4 .cspt-meta-line{
	font-size: 13px;
}
.cspt-ele-blog .cspt-post-btn a:after, 
.cspt-blog-style-4 .post-item .cspt-read-more-link a:after {
	content: "\e82c";
	font-family: "creativesplanet-base-icons";
	font-size: 14px;
	padding-left: 8px;
	background: none !important;
	line-height: normal;
	vertical-align: middle;
	top: 0px;
	position: relative;
}
.cspt-blog-style-4 .cspt-featured-container{
	position: relative;
}
.cspt-blog-style-4 .creativesplanet-box-content .cspt-meta-date-wrapper .cspt-meta-date{
	position: absolute;
	top: -15px;
	right: 30px;
	padding: 5px 24px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
}
.cspt-blog-style-4 .creativesplanet-box-content{
	padding: 30px 30px 0px 0px;
}
.cspt-blog-style-4 .creativesplanet-box-content .creativesplanet-box-desc .cspt-meta-category{
	position: relative;
	margin-left: 40px;
}
.cspt-blog-style-4 .creativesplanet-box-content .creativesplanet-box-desc .cspt-meta-category:before{
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	top: 50%;
	left: -30px;
}
.cspt-blog-style-4 .creativesplanet-box-content .creativesplanet-box-desc .cspt-post-footer{
	margin-bottom: 10px;
}
.cspt-blog-style-4 .creativesplanet-box-content .creativesplanet-box-desc .cspt-meta-category i{
	margin-right: 10px;
}
.cspt-blog-style-4 .creativesplanet-box-content .creativesplanet-box-desc .cspt-post-title{
	font-size: 28px;
	line-height: 38px;
	text-transform: uppercase;
}
.cspt-blog-style-4 .cspt-featured-wrapper img{
	width: 100%;
}

/*=== Classic blog ===*/
.cspt-blog-meta-top .cspt-meta {
	margin-right: 0;
	position: relative;  
	font-size: 14px;
	text-transform: uppercase;
	color: #8e99ad;
	letter-spacing: 1.5px;
	font-weight: 500;
	padding-left: 0;
}
.cspt-blog-meta-top .cspt-meta a{
	color: #8e99ad;
}
body .cspt-blog-meta-top span+span:before {
	content: "";
	position: absolute;
	left: -8px;
	bottom: 8px;
	height: 1px;
	width: 12px;
}
.cspt-blog-classic {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.cspt-blog-meta.cspt-blog-meta-top{
	padding-bottom: 0;
}
.cspt-blog-meta-top .cspt-meta {
	padding-left: 20px;
	margin-right: 20px;
	position: relative;
}
.cspt-blog-meta-top .cspt-meta:first-child {
	padding-left: 0;
}
.cspt-blog-classic .cspt-blog-classic-inner {
	padding: 15px 0;
}
.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;
}
.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: 32px;
	line-height: 44px;
	margin-bottom: 10px;
	margin-top: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e7e8;
	text-transform: uppercase;
}
.cspt-blog-classic .cspt-post-title a{
	color: #24292f;
}
.cspt-blog-classic .cspt-entry-content{
	margin-top: 20px;
	font-size: 16px;
}
.cspt-blog-classic .cspt-entry-content p{
	margin-bottom: 15px;
}
.cspt-blog-classic-inner .cspt-read-more-link a{
	color: #232323;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	position: relative;
}
.cspt-blog-classic-inner .cspt-read-more-link a:after {
	content: "\e814";
	font-family: "creativesplanet-base-icons";
	font-size: 16px;
	padding-left: 8px;
	background: none !important;
	line-height: normal;
	vertical-align: middle;
	top: -2px;
	position: relative;
}
.cspt-blog-classic .cspt-meta-date-top{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	padding-top: 10px;
	border-radius: 0px;
}
.cspt-blog-classic .cspt-meta-date-top span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 13px;
}
.cspt-no-img .cspt-blog-classic .cspt-meta-date-top{
	display: none;
}
.cspt-blog-classic blockquote{
	font-size: 20px !important;
	line-height: 30px;
	font-style: normal;
	position: relative;
	border: none;
	margin: 40px 0;
	padding: 0;
	margin-left: 70px;
	padding-left: 30px;
	border-left: 5px solid #f7f7f7;
	color: #24292f;
	text-transform: uppercase;
}
.cspt-blog-classic blockquote:after {
	position: absolute;
	content: "\e805";
	font-family: "creativesplanet-base-icons";
	font-size: 26px;
	line-height: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -70px;
	font-style: normal;
}
.cspt-blog-classic blockquote .authorOrTitle{
	display: block;
	margin-top: 15px;
	font-size: 14px;
	line-height: 15px;
}
.wp-block-quote.is-style-large cite em:before,
blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}
.wp-block-quote.is-style-large cite:before{
	display: none;
}
blockquote.wp-block-quote.is-style-large{
	margin: 40px 0;
	padding: 0;
	margin-left: 70px;
	padding-left: 30px;
}
blockquote cite, 
blockquote small {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-style: normal!important;
	margin-top: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 0.95;
}
.wp-block-pullquote.is-style-solid-color blockquote{
	background-color: transparent;
}

/*=== Sticky post ===*/
.post.sticky{
	background-color: #fff;
	position: relative;
	padding: 1px 40px;
	overflow: hidden;
	margin-bottom: 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: -40px;
	top: -60px;
	background-color: #000;
	padding: 0;
	width: 70px;
	line-height: 70px;
	height: 70px;
	text-align: center;
	border-radius: 0;
}
.single .cspt-post-related .cspt-element-posts-wrapper .cspt-post-ele{
	margin-bottom: 0;
}

/*=== Single-blog-meta-bottom ===*/
.cspt-blog-meta-bottom{
	border-top: 1px solid #e9e9e9;
	padding-top: 35px;
	margin-top:  15px;
}
.cspt-blog-meta-bottom .cspt-meta-tags .cspt-meta-title{
	font-size: 18px;
	font-weight: 700;
}
.cspt-blog-meta-bottom .cspt-meta-tags{
	color: #8b90a0;
}
.cspt-blog-meta-bottom .cspt-meta-tags a:first-child{
	display: inline-block;
	margin-left: 10px;
}
.cspt-blog-meta-bottom .cspt-meta-tags a{
	font-weight: normal;
}
.cspt-blog-meta-bottom ul{
	margin: 0;
	padding: 0;
}
.cspt-blog-meta-bottom ul li{
	margin-right: 8px;
	display: inline-block;
}
.cspt-blog-meta-bottom .cspt-social-share li a {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
}

/*=== 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
 * ---------------------------------------*/
 .cspt-align-left .creativesplanet-element-portfolio.cspt-sortable-yes .cspt-ele-header-area{
	width: 100%;
 }

/*=== cspt-blogbox-style-1 ===*/
.cspt-portfolio-style-1 .creativesplanet-post-item {
	position: relative;
}
.cspt-portfolio-style-1 .creativesplanet-icon-box{
	width: 45px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	line-height: .8;
	color: #fff;
	display: inline-block;
	text-align: center;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	-webkit-transition: all ease 800ms;
}
.cspt-portfolio-style-1:hover .creativesplanet-icon-box{
	visibility: visible;
	opacity: 1;
	right: 0px;
}
.cspt-portfolio-style-1 .creativesplanet-icon-box a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
}
.cspt-portfolio-style-1:hover .creativesplanet-titlebox {
	visibility: visible;
	opacity: 1;
	bottom: 25px;
}
.cspt-portfolio-style-1 .creativesplanet-titlebox {
	position: absolute;
	left: 30px;
	bottom: 15px;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transition: all ease 700ms;
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
}
.cspt-portfolio-style-1 .creativesplanet-titlebox .cspt-port-cat a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.cspt-portfolio-style-1 .creativesplanet-box-content .cspt-portfolio-title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.cspt-portfolio-style-1 .creativesplanet-box-content .cspt-portfolio-title a {
	color: #fff;
}
.cspt-portfolio-style-1 .creativesplanet-box-content:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	text-align: left;
	opacity: 0;
	position: absolute;
	transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	background: rgba(0, 0, 0, 0.6);
}
.cspt-portfolio-style-1:hover .creativesplanet-box-content:after {
	visibility: visible;
	opacity: 1;
	background: -webkit-linear-gradient(top, rgba(36, 41, 47, 0) 27%, rgba(36, 41, 47, 0) 51%, rgba(36, 41, 47, 0) 53%, rgba(36, 41, 47, 0.8) 77%, rgba(36, 41, 47, 0.8) 100%);
	background: -o-linear-gradient(top, rgba(36, 41, 47, 0) 27%, rgba(36, 41, 47, 0) 51%, rgba(36, 41, 47, 0) 53%, rgba(36, 41, 47, 0.8) 77%, rgba(36, 41, 47, 0.8) 100%);
	background: -ms-linear-gradient(top, rgba(36, 41, 47, 0) 27%, rgba(36, 41, 47, 0) 51%, rgba(36, 41, 47, 0) 53%, rgba(36, 41, 47, 0.8) 77%, rgba(36, 41, 47, 0.8) 100%);
	background: -moz-linear-gradient(top, rgba(36, 41, 47, 0) 27%, rgba(36, 41, 47, 0) 51%, rgba(36, 41, 47, 0) 53%, rgba(36, 41, 47, 0.8) 77%, rgba(36, 41, 47, 0.8) 100%);
	background: linear-gradient(to bottom, rgba(36, 41, 47, 0) 27%, rgba(36, 41, 47, 0) 51%, rgba(36, 41, 47, 0) 53%, rgba(36, 41, 47, 0.8) 77%, rgba(36, 41, 47, 0.8) 100%);
}
.cspt-portfolio-style-1 .cspt-featured-wrapper img{
	width: 100%;
}

/*=== cspt-blogbox-style-1 ===*/
.cspt-portfolio-style-2 .cspt-image-wrapper {
	padding-bottom: 60px;
}
.cspt-portfolio-style-2 .cspt-link-icon{
	position: absolute;
}
.cspt-portfolio-style-2 .cspt-content-wrapper {
	position: absolute;
	width: calc(100% - 60px);
	bottom: 0;
	background: #fff;
	margin: 0 15px;
	padding: 21px 30px 0 30px;
	border: 1px solid #eee;
}
.cspt-portfolio-style-2 h3.cspt-portfolio-title {
	font-size: 24px;
	text-transform: uppercase;
}
.cspt-portfolio-style-2 .cspt-port-cat {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.cspt-portfolio-style-2 .cspt-port-cat a {
	color: #a7a7a7;
}
.cspt-portfolio-style-2 .cspt-link-icon {
	position: absolute;
	top: 26px;
	right: 20px;
	font-size: 23px;
	background-color: #000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.cspt-portfolio-style-2 .cspt-link-icon  a{
	color: #fff;
}
.cspt-portfolio-style-2 .cspt-content-wrapper,
.cspt-portfolio-style-2 .cspt-link-icon{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.cspt-portfolio-style-2:hover .cspt-content-wrapper{
	border-color: transparent;
}
.cspt-portfolio-style-2:hover h3.cspt-portfolio-title a,
.cspt-portfolio-style-2 h3.cspt-portfolio-title a:hover,
.cspt-portfolio-style-2:hover .cspt-port-cat a{
	color: #fff;
}
.cspt-portfolio-style-2:hover .cspt-link-icon{
	background-color: #fff;
}
.cspt-portfolio-style-2:hover .cspt-link-icon  a{
	color: #000;
}
.cspt-portfolio-style-2 .cspt-featured-wrapper img{
	width: 100%;
}

/* --------------------------------------
 * Prtfolio Single
 * ---------------------------------------*/
.cspt-sep-heading{
	position: relative;
	padding-bottom: 20px;
	margin-bottom:  35px;
}
.cspt-sep-heading:after{
	position: absolute;
	content: "";
	width: 72px;
	height: 2px;
	bottom: 0;
	left: 0;
}
.single-cspt-portfolio .post-navigation .nav-links{
	padding-bottom: 0;
	padding-top: 0;
	border-top: 1px solid #f2f3f4;
	border-bottom: 1px solid #f2f3f4;
}

/*=== cspt-portfolio-single-style-1 ===*/
.cspt-portfolio-single-style-1 .cspt-portfolio-lines-wrapper{
	padding: 35px 35px 20px 35px;
}
.cspt-portfolio-single-style-1 .details-content{
	padding-top: 40px;
}
.cspt-portfolio-single-style-1 .cspt-featured-wrapper{
	margin-bottom: 50px;
}
.cspt-portfolio-single-style-1 .portfolio-details-content{
	padding: 35px 35px 40px 35px;
	margin-bottom: 30px;;
}
.cspt-portfolio-single-style-1 .cspt-portfolio-line-title{
	display: block;
	font-size: 20px;
	text-transform: uppercase;
}
.cspt-portfolio-single-style-1 .cspt-portfolio-heading{
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.cspt-portfolio-single-style-1 .cspt-featured-image-wrapper{
	position: relative;
}
.cspt-portfolio-single-style-1 .cspt-portfolio-lines-wrapper{
	bottom: 0;
	position: absolute;
	right: 0;
	width: 290px;
	background-color: #09162a;
	border-top: 5px solid #ff8242;
}

/*=== cspt-portfolio-lines-wrapper ===*/
.cspt-portfolio-summary{
	padding: 35px 40px; 
	margin-bottom: 50px;
	box-shadow: 0 0 20px rgba(26, 47, 106, 0.1);
	border-radius: 6px;
}
.cspt-portfolio-summary h3{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 30px;
}
.cspt-portfolio-lines-wrapper ul{
	list-style: none;
	margin: 0; 
	padding: 0;
}
.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li{
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
	line-height: 26px;
	position: relative;
	color: #fff;
	padding-left: 20px;
}
.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li:before {
	content: '';
	width: 8px;
	display: inline-block;
	position: absolute;
	background: #fff;
	height: 8px;
	position: absolute;
	left: 0;
	top: 18px;
}
.cspt-portfolio-lines-wrapper .cspt-portfolio-line-value{
	color: rgba(255, 255, 255, 0.82);
}
.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li a:hover,
.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li a{
	color: rgba(255, 255, 255, 0.82);
}
.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 post navigation ===*/
.post-navigation .nav-links {
	margin-top: -1px;
	padding: 41px 0;
	display: -ms-flexbox;
	display: flex;
	align-items: normal;
	width: 100%;
}
.post-navigation .nav-links .nav-previous {
	margin-right: auto !important;
}
.post-navigation .nav-links .nav-next {
	text-align: right;
	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: 24px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.cspt-portfolio-single .cspt-portfolio-nav-head {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.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 .nav-links .nav-previous .cspt-portfolio-nav-wrapper {
	margin-left: 2px;
}
.cspt-portfolio-single .nav-links .nav-next .cspt-portfolio-nav-wrapper {
	margin-right: 2px;
	margin-left: auto;
}
.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 .nav-previous .cspt-portfolio-nav-wrapper {
	text-align: left;
}
.cspt-portfolio-single .nav-links .nav-next  .cspt-portfolio-nav-wrapper {
	text-align: right;
}
.cspt-portfolio-single .nav-links a {
	display: -ms-flexbox !important;
	display: flex !important;
}
.cspt-portfolio-single .nav-links .nav-next a {
	justify-content: space-between;
}
.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;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 42px;
	display: block;
}
.cspt-sortable-list-ul li{
	display: inline-block;
	margin: 0 15px;
}
.cspt-sortable-list a{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: #222222;
	padding: 10px 15px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	display: block;
}
.cspt-sortable-list a:hover{
	color: #222222;
}
.cspt-sortable-list a.cspt-selected{
	color: #fff;
	border: 1px solid;
}
.cspt-sortable-list a.cspt-selected:hover{
	color: #fff;
}

/*=== cspt-category-style1 ===*/
.cspt-category-style1 {
	text-align: center;
}
.cspt-category-style1 .cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center{
	margin-bottom: 0;
}
.cspt-category-style1 .cspt-sortable-list-ul{
	padding-bottom: 50px;
	display: inline-block;
	text-align: center;
	border-top: 1px solid #e2e2e3;
	margin-top: 30px;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}
.cspt-category-style1 .cspt-sortable-list-ul li:first-child{
	margin-left: 0;
}
.cspt-category-style1 .cspt-sortable-list-ul li:last-child{
	margin-right: 0;
}
.cspt-category-style1 .cspt-sortable-link{
	position: relative;
}
.cspt-category-style1 .cspt-sortable-link.cspt-selected:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}

/*=== cspt-category-style2 ===*/
.cspt-category-style2 .cspt-ihbox-style-hsbox{
	float: left;
	margin-bottom: 60px;
}
.cspt-category-style2 .cspt-sortable-list{
	float: right;
}
.cspt-category-style2 .cspt-ele-header-area:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cspt-category-style2 .cspt-sortable-list-ul {
	margin-top: 15px;
}
.cspt-text-color-white .cspt-sortable-list a{
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}

/*=== cspt-category-style3 ===*/
.cspt-category-style3 .cspt-ihbox-style-hsbox{
	float: left;
	margin-bottom: 60px;
}
.cspt-category-style3 .cspt-sortable-list{
	float: right;
	margin-top: 25px;
}
.cspt-category-style3 .cspt-sortable-link.cspt-selected:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
.cspt-category-style3 .cspt-sortable-link{
	position: relative;
}
.cspt-category-style3 .cspt-sortable-link.cspt-selected:after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -20px;
	left: 0
}
.cspt-category-style3 .cspt-ele-header-area:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* --------------------------------------
 * Team Member Section
 * ---------------------------------------*/
 /*** Team Member style 1 ***/
.cspt-team-style-1 .creativesplanet-post-item{
	position: relative;
	text-align: center;
	overflow: hidden;
}
.cspt-team-style-1 .creativesplanet-box-content{
	background-color: #fff;
	padding: 22px 0;
}
.cspt-team-style-1 .creativesplanet-team-image-box{
	position: relative;
}
.cspt-team-style-1 .creativesplanet-team-image-box:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s;
	z-index: 1;
}
.cspt-team-style-1:hover .creativesplanet-team-image-box:before{
	opacity: 0.7;
}
.cspt-team-style-1 .creativesplanet-box-content .cspt-team-title{
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.cspt-team-style-1 .creativesplanet-box-team-position{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 500;
	margin-bottom: 0;
}
.cspt-team-style-1 .cspt-team-social-links li{
	display: list-item;
	text-align: left;
	margin-left: -100px;
	margin-bottom: 10px;
	opacity: 0;
	transition: .3s;
}
.cspt-team-style-1 .cspt-team-social-links li:nth-child(1){
	-webkit-transition: .5s;
	transition: .5s;
}
.cspt-team-style-1 .cspt-team-social-links li:nth-child(2){
	-webkit-transition: .7s;
	transition: .7s;
}
.cspt-team-style-1 .cspt-team-social-links li:nth-child(3){
	-webkit-transition: .9s;
	transition: .9s;
}
.cspt-team-style-1 .cspt-team-social-links li:nth-child(4){
	-webkit-transition: .11s;
	transition: .11s;
}
.cspt-team-style-1 .cspt-team-social-links li:nth-child(5){
	-webkit-transition: .13s;
	transition: .13s;
}
.cspt-team-style-1 .cspt-team-social-links li:nth-child(6){
	-webkit-transition: .15s;
	transition: .15s;
}
.cspt-team-style-1:hover .cspt-team-social-links li{
	margin-left: 10px;
	opacity: 1;
}
.cspt-team-style-1 .cspt-team-social-links li span i{
	display: none;
}
.cspt-team-style-1 .creativesplanet-box-social-links{
	height: 100%;
	opacity: 1;
	position: absolute;
	z-index: 99;
	left: 10px;
	top: 10px;
}
.cspt-team-style-1 .creativesplanet-box-social-links .cspt-social-li a{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px
}
.cspt-team-style-1:hover .cspt-featured-wrapper{
	background-color: #222;
	top: 0;
	left: 0;
}
.cspt-team-style-1 .creativesplanet-box-social-links .fa-share-alt{
	display: none;
}
.cspt-team-style-1 .creativesplanet-box-content ul{
    margin: 0;
    padding: 0;   
}
.cspt-team-style-1 .creativesplanet-box-content ul li{
	display: inline-block;
	margin: 0px 5px;
	padding: 0px;
}
.cspt-team-style-1 .creativesplanet-box-content ul li:first-child{
	margin-left: 0;
}
.cspt-team-style-1 .creativesplanet-box-content ul li a{
	display: inline;
	font-size: 15px;
	line-height: 15px;
}
.cspt-team-style-1 .cspt-featured-wrapper img{
	width: 100%;
}

/*=== cspt-team-style-2 ===*/
.cspt-team-style-2 .creativesplanet-box-content {
	padding-top: 20px;
	text-align: left;
}
.cspt-team-style-2 .creativesplanet-box-content .cspt-team-title{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 0;
}
.cspt-text-color-white .cspt-team-style-2 .creativesplanet-box-content .cspt-team-title a{
	color: #fff;
}
.cspt-team-style-2 .creativesplanet-box-team-position{
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
}
.cspt-team-style-2 .creativesplanet-box-social-links li {
	margin-right: 0;
	padding-right: 35px;
	position: relative;
}
.cspt-team-style-2 .cspt-social-links a {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 14px;
}
.cspt-text-color-white .cspt-team-style-2 .cspt-social-links a{
	color: #fff;
}
.cspt-team-style-2 .creativesplanet-box-social-links li:last-child:after,
.cspt-team-style-2 .creativesplanet-box-social-links li a span{
	display: none;
}
.cspt-team-style-2 .creativesplanet-box-social-links li:after {
	content: "";
	width: 11px;
	height: 1px;
	position: absolute;
	background-color: #bbb;
	top: 50%;
	left: 50%;
	margin-left: 2px;
}
.cspt-team-style-2 .creativesplanet-box-social-links .cspt-social-facebook a:before{
	content: "FB";
}
.cspt-team-style-2 .creativesplanet-box-social-links .cspt-social-twitter a:before{
	content: "TW";
}
.cspt-team-style-2 .creativesplanet-box-social-links .cspt-social-linkedin a:before{
	content: "LD";
}
.cspt-team-style-2 .creativesplanet-box-social-links .cspt-social-youtube a:before{
	content: "YT";
}
.cspt-team-style-2 .creativesplanet-box-social-links .cspt-social-instagram a:before{
	content: "IG";
}
.cspt-team-style-2 .creativesplanet-box-social-links .cspt-social-flickr a:before{
	content: "FK";
}
.cspt-team-style-2 .creativesplanet-box-social-links .cspt-social-pinterest a:before{
	content: "PT";
}
.cspt-element-team-style-2 .cspt-column.cspt-tbox-left{
	background-image: url(../images/column-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.cspt-element-team-style-2 .cspt-tbox-left{
	padding-left: 175px;
	padding-top: 190px !important;
	padding-right: 60px;
}
.cspt-element-team-style-2 .cspt-heading-subheading{
	display: table-cell;
	vertical-align: middle;
}
.cspt-element-team-style-2 .cspt-carousel-navs{
	position: static;
	margin-top: 25px;
}
.cspt-element-team-style-2 .cspt-tbox-right{
	padding-top: 80px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 50px;
}
.cspt-element-team-style-2 .cspt-carousel-navs a{
	background-color: transparent;
	width: auto;
	height: auto;
	line-height: normal;
}
.cspt-element-team-style-2 .cspt-carousel-navs a i{
	position: relative;
	width: 40px;
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}
.cspt-element-team-style-2  .cspt-carousel-navs a i:after{
	content: "";
	width: 30px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
}
.cspt-element-team-style-2 .cspt-carousel-navs a i:before{
	width: auto;
	margin: 0;
	font-size: 18px;
	height: auto;
	position: absolute;
	top: -8px;
	left: 0;
}
.cspt-element-team-style-2  .cspt-carousel-navs a.cspt-carousel-next i:before{
	left: auto;
	right: 0;
}
.cspt-element-team-style-2 .cspt-carousel-navs a.cspt-carousel-prev i:after{
	left: 7px;
}
.cspt-element-team-style-2 .cspt-carousel-navs a.cspt-carousel-next i:after{
	right: 7px;
	left: auto;
}

/*=== cspt-team-style-3 ===*/
.cspt-team-style-3 .creativesplanet-box-content {
	padding-top: 20px;
	text-align: left;
}
.cspt-team-style-3 .creativesplanet-box-content .cspt-team-title{
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 0;
}
.cspt-team-style-3 .creativesplanet-box-team-position{
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.cspt-team-style-3 .creativesplanet-box-social-links li {
	margin-right: 0;
	padding-right: 35px;
	position: relative;
}
.cspt-team-style-3 .cspt-social-links a {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 14px;
}
.cspt-team-style-3 .creativesplanet-box-social-links li:last-child:after,
.cspt-team-style-3 .creativesplanet-box-social-links li a span{
	display: none;
}
.cspt-team-style-3 .creativesplanet-box-social-links li:after {
	content: "";
	width: 11px;
	height: 1px;
	position: absolute;
	background-color: #bbb;
	top: 50%;
	left: 50%;
	margin-left: 2px;
}
.cspt-team-style-3 .creativesplanet-box-social-links .cspt-social-facebook a:before{
	content: "FB";
}
.cspt-team-style-3 .creativesplanet-box-social-links .cspt-social-twitter a:before{
	content: "TW";
}
.cspt-team-style-3 .creativesplanet-box-social-links .cspt-social-linkedin a:before{
	content: "LD";
}
.cspt-team-style-3 .creativesplanet-box-social-links .cspt-social-youtube a:before{
	content: "YT";
}
.cspt-team-style-3 .creativesplanet-box-social-links .cspt-social-instagram a:before{
	content: "IG";
}
.cspt-team-style-3 .creativesplanet-box-social-links .cspt-social-flickr a:before{
	content: "FK";
}
.cspt-team-style-3 .creativesplanet-box-social-links .cspt-social-pinterest a:before{
	content: "PT";
}

 /*** Team Member style 4 ***/
 .cspt-team-style-4 .creativesplanet-post-item{
	position: relative;
	text-align: center;
	overflow: hidden;
}
.cspt-team-style-4 .creativesplanet-box-content{
	background-color: #fff;
	padding: 22px 0;
	margin: auto 30px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	display: inline-block;
}
.cspt-team-style-4 .creativesplanet-team-image-box{
	position: relative;
}
.cspt-team-style-4 .creativesplanet-box-content .cspt-team-title{
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.cspt-team-style-4 .creativesplanet-box-team-position{
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 0;
}
.cspt-team-style-4 .creativesplanet-box-content{
	opacity: 0;
	overflow: hidden;
	-webkit-transition: 0.4s ease-out 0s;
	-o-transition: 0.4s ease-out 0s;
	transition: 0.4s ease-out 0s;
}
.cspt-team-style-4:hover .creativesplanet-box-content{
	opacity: 1;
}
.cspt-team-style-4 .cspt-featured-wrapper img{
	width: 100%;
}

/*=== single-cspt-teammember ===*/
.tax-cspt-team-group.cspt-sidebar-no #primary.content-area{
	margin-top: 60px;
}
.tax-cspt-team-group .cspt-element-team-wrapper{
	margin-top: 40px;
}
.cspt-team-single-pbar{
	margin-top: 60px;
}

/*=== Single Team Member Style 1 ===*/
.cspt-team-single-style-1 .cspt-team-summary{
	padding: 30px 25px 20px;
}
.cspt-single-team-info li {
	margin-bottom: 10px;
}
.cspt-team-single-style-1 .cspt-single-team-info li label{
	display: inline-block;
	min-width: 70px;
	text-transform: uppercase;
}
.cspt-team-single-style-1 .cspt-team-title{
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
}
.cspt-team-single-style-1 .cspt-team-designation {
	font-size: 14px;
	line-height: 20px;
	color: #797979;
	margin-bottom: 35px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.single-cspt-team-member .cspt-team-single-style-1  .cspt-short-description{
	margin: 0;
}
.cspt-team-single-style-1 .cspt-short-description h2{
	text-transform: uppercase;
}
/* --------------------------------------
  * Contact Form 7
* ---------------------------------------*/
.cspt-main-form .input-group{
	display: block;
	margin-bottom: 25px;
}
.wpcf7-form .input-group {
	display: block;
}
.wpcf7-form textarea {
	height: 175px;
}
.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: 55px;
}
.wpcf7-form input[type=submit].btn-block,
.wpcf7-form button {
	padding: 18px 32px;
	width: auto;
	line-height: normal;
}

/*=== cspt-form-style-1 ===*/
.cspt-main-form.cspt-form-style-1 .input-group input[type="text"],
.cspt-main-form.cspt-form-style-1 .input-group input[type="number"],
.cspt-main-form.cspt-form-style-1 .input-group input[type="email"],
.cspt-main-form.cspt-form-style-1 .input-group textarea{
	font-size: 13px;
	background: #f7f7f7;
	color: #888888;
	height: 55px;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
}
.cspt-main-form.cspt-form-style-1 .input-group textarea {
	height: 218px;
	padding: 10px 15px;
}
.cspt-no-brd .cspt-main-form.cspt-form-style-1 .input-group input[type="text"],
.cspt-no-brd .cspt-main-form.cspt-form-style-1 .input-group input[type="number"],
.cspt-no-brd .cspt-main-form.cspt-form-style-1 .input-group input[type="email"],
.cspt-no-brd .cspt-main-form.cspt-form-style-1 .input-group textarea{
	border: none;
}
.cspt-no-brd .cspt-main-form .input-group{
	margin-bottom: 15px;
}
.cspt-appoiment-box .wpb_wrapper {
	background: #fff;
	padding: 42px 30px 20px;
	border-radius: 4px;
}
.cspt-bg-color-globalcolor .cspt-form-style-1 button:hover{
	background-color: #fff;
}

/*=== cspt-form-style-2 ===*/
.cspt-main-form.cspt-form-style-2 .input-group input[type="text"],
.cspt-main-form.cspt-form-style-2 .input-group input[type="number"],
.cspt-main-form.cspt-form-style-2 .input-group select,
.cspt-main-form.cspt-form-style-2 .input-group input[type="email"],
.cspt-main-form.cspt-form-style-2 .input-group textarea{
	font-size: 16px;
	background: #ffffff;
	border-radius: 0;
}
.cspt-main-form.cspt-form-style-2 .input-group select{
	height: 56px;
}
textarea::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(0, 0, 0, 0.60);
	opacity: 1; /* Firefox */
}
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(0, 0, 0, 0.60);
}
textarea::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(0, 0, 0, 0.60);
}

/*=== .cspt-form-style-2 ===*/
.cspt-main-form.cspt-form-style-2 .input-group textarea{
	height: 100px;
}
.cspt-main-form.cspt-form-style-2 .wpcf7-submit{
	display: block;
	border-radius: 0;    
}
.cspt-main-form.cspt-form-style-2 .wpcf7-submit:hover{
	background-color: #fff;
} 
.cspt-main-form.cspt-form-style-2 .input-button{
    margin-bottom: 0;
}
.cspt-form-style-2 h3 {
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 700;
}

/*=== cspt-form-style-3 ===*/
.cspt-main-form.cspt-form-style-3 .input-group input[type="text"],
.cspt-main-form.cspt-form-style-3 .input-group input[type="number"],
.cspt-main-form.cspt-form-style-3 .input-group select,
.cspt-main-form.cspt-form-style-3 .input-group input[type="email"],
.cspt-main-form.cspt-form-style-3 .input-group textarea{
	font-size: 16px;
	background: #f7f7f7;
	color: #848484;
	border-radius: 0;
}
.cspt-main-form.cspt-form-style-3 .input-group textarea{
	height: 100px;
}
.cspt-main-form.cspt-form-style-3 .wpcf7-submit{
	display: block;
	border-radius: 0;
	width: 100%;
}
.cspt-main-form.cspt-form-style-3 .input-button{
	margin-bottom: 0;
}
.cspt-form-style-3 h3 {
	background: #1b4cc3;
	text-align: center;
	padding: 21px 15px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 -50px 35px;
	font-size: 24px;
	font-weight: 700;
}

/*=== cspt-form-style-4 ===*/
.cspt-main-form.cspt-form-style-4 .input-group input[type="text"],
.cspt-main-form.cspt-form-style-4 .input-group input[type="number"],
.cspt-main-form.cspt-form-style-4 .input-group input[type="email"],
.cspt-main-form.cspt-form-style-4 .input-group textarea{
	background-color: transparent;
	border: 1px solid hsl(0deg 0% 97% / 30%);
}
.cspt-main-form.cspt-form-style-4 .input-group textarea{
	height: 100px;
}
.cspt-main-form.cspt-form-style-4 .input-group{
	margin-bottom: 30px;
}
.cspt-main-form.cspt-form-style-4 .input-button .wpcf7-form-control:hover,
.cspt-main-form.cspt-form-style-4 .input-group input[type="text"]{
	color: #fff;
}
.cspt-main-form.cspt-form-style-4 .input-button .wpcf7-form-control{
	width: 100%;
	background-color: #fff;
}
.cspt-main-form.cspt-form-style-4 .input-group input[type="text"]::placeholder,
.cspt-main-form.cspt-form-style-4 .input-group input[type="number"]::placeholder,
.cspt-main-form.cspt-form-style-4 .input-group input[type="email"]::placeholder,
.cspt-main-form.cspt-form-style-4 .input-group textarea::placeholder{
	color: #fff;
	opacity: 1; /* Firefox */
}


/* --------------------------------------
 * Testimonial
 * ---------------------------------------*/

/*=== Testimonial style 1 ===*/
.cspt-testimonial-style-1 .creativesplanet-post-item{
	margin: 12px;
}
.cspt-testimonial-style-1 .creativesplanet-testimonial-inner{
	padding: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(27, 71, 138, 0.1);
	border-top: 5px solid;
}
.owl-carousel .owl-item .cspt-testimonial-style-1 .creativesplanet-box-img img, 
.cspt-testimonial-style-1 .creativesplanet-box-img img{
	width: 80px;
	height: 80px;
	max-width: none;
}
.cspt-testimonial-style-1 .creativesplanet-box-content:after {
	position: absolute;
	content: "\e805" !important;
	font-family: "creativesplanet-base-icons";
	font-size: 90px;
	line-height: 90px;
	bottom: 128px;
	right: 40px;
	transform: rotate(180deg);
	-webkit-text-stroke: 2px rgb(13 27 49 / 14%);
	color: transparent;
}
.cspt-testimonial-style-1 .creativesplanet-box-content{
	margin-top: 30px;
}
.cspt-testimonial-style-1 .creativesplanet-box-content .creativesplanet-box-author{
	margin-left: 25px;
}
.cspt-testimonial-style-1 .creativesplanet-box-title{
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}
.cspt-testimonial-style-1 .cspt-designation{
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cspt-testimonial-style-1 .creativesplanet-box-star-ratings i{
	font-size: 20px;
}
.cspt-testimonial-style-1 blockquote{
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	font-weight: 300;
	font-style: italic;
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .owl-carousel .owl-dots {
	position: absolute;
	bottom: 10%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 50px;
	margin-top: 0;
}
.cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot{
	margin: 0 8px;
	display: inline-block;
}

/*=== Testimonial style 2 ===*/
.owl-carousel .owl-item .cspt-testimonial-style-2 .creativesplanet-box-img img,
.cspt-testimonial-style-2 .creativesplanet-box-img img{
	height: 80px;
	width: 80px;
	max-width: none;
	border-radius: 50%;
}
.cspt-testimonial-style-2 .creativesplanet-testimonial-content{
	background: #fff;
	padding: 25px 30px 30px;
	position: relative;
}
.cspt-testimonial-style-2 .creativesplanet-testimonial-content:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	bottom: -20px;
	border-color: #fff transparent transparent transparent;
	left: 10%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cspt-testimonial-style-2 .creativesplanet-box-inner .cspt-featured-wrapper{
	position: relative;
}
.cspt-testimonial-style-2 .creativesplanet-box-inner .cspt-featured-wrapper:after{
	position: absolute;
	content: "\e805" !important;
	font-family: "creativesplanet-base-icons";
	font-size: 12px;
	top: -5px;
	right: 0px;
	transform: rotate(0deg);
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
}
.cspt-testimonial-style-2 .creativesplanet-box-inner{
	margin-top: 50px;
}
.cspt-testimonial-style-2 .creativesplanet-box-author {
	margin-left: 20px;
}
.cspt-testimonial-style-2 .creativesplanet-box-title{
	font-size: 18px;
	line-height: 20px;
	font-weight: 700 !important;
	text-transform: uppercase;
	margin-bottom: 0;
}
.cspt-testimonial-style-2 .cspt-designation {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #8e8f9a;
}
.cspt-testimonial-style-2 .creativesplanet-box-star-ratings i{
	font-size: 18px;
}
.cspt-testimonial-style-2 blockquote{
	font-size: 20px !important;
	line-height: 30px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	margin-top: 5px;
	font-weight: normal !important;
	font-style: italic !important;
	color: #8e8f9a;
	letter-spacing: 0px !important;
	text-transform: inherit !important;
}

/*=== Testimonial style 3 ===*/
.cspt-testimonial-style-3 .creativesplanet-box-img{
	position: relative;
	display: inline-block;
}
.owl-carousel .owl-item .cspt-testimonial-style-3 .creativesplanet-box-img img,
.cspt-testimonial-style-3 .creativesplanet-box-img img{
	height: 100px;
	width: 100px;
	max-width: none;
}
.cspt-testimonial-style-3 .creativesplanet-box-content:after {
	position: absolute;
	content: "\e805" !important;
	font-family: "creativesplanet-base-icons";
	font-size: 100px;
	line-height: 100px;
	top: 10px;
	right: 20px;
	transform: rotate(180deg);
	-webkit-text-stroke: 2px rgb(13 27 49 / 14%);
	color: transparent;
}
.cspt-testimonial-style-3 .creativesplanet-box-content{
	margin-top: 50px;
}
.cspt-testimonial-style-3 .creativesplanet-box-content .creativesplanet-box-desc{
	align-items: center;
}
.cspt-testimonial-style-3 .creativesplanet-box-author {
	margin-left: 20px;
}
.cspt-testimonial-style-3 .creativesplanet-box-title{
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}
.cspt-testimonial-style-3 .cspt-designation {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cspt-testimonial-style-3 .creativesplanet-box-star-ratings i{
	font-size: 20px;
}
.cspt-testimonial-style-3 blockquote{
	font-size: 24px;
	line-height: 34px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	margin-top: 30px;
	font-weight: 300;
	padding-right: 30px;
}
.cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .owl-carousel .owl-dots {
	position: absolute;
	bottom: -6%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	margin-top: 0;
}
.cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot{
	margin: 10px 0; 
	display: block;
}

/*=== Testimonial style 4 ===*/
.cspt-testimonial-style-4 .creativesplanet-box-img{
	position: relative;
	display: inline-block;
}
.owl-carousel .owl-item .cspt-testimonial-style-4 .creativesplanet-box-img img,
.cspt-testimonial-style-4 .creativesplanet-box-img img{
	height: 100px;
	width: 100px;
	max-width: none;
}
.cspt-testimonial-style-4 .creativesplanet-box-content:after {
	position: absolute;
	content: '"';
	font-size: 150px;
	line-height: 100px;
	top: 0;
	font-style: italic;
	left: -10px;
}
.cspt-testimonial-style-4 .creativesplanet-box-content{
	margin-top: 50px;
}
.cspt-testimonial-style-4 .creativesplanet-box-title{
	font-size: 20px;
	line-height: 20px;
	font-weight: 700 !important;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.cspt-elementor-bg-color-secondary .cspt-testimonial-style-4 .creativesplanet-box-title,
.cspt-elementor-bg-color-blackish .cspt-testimonial-style-4 .creativesplanet-box-title{
	color: #fff;
}
.cspt-testimonial-style-4 .cspt-designation {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cspt-testimonial-style-4 .creativesplanet-box-star-ratings i{
	font-size: 20px;
}
.cspt-testimonial-style-4 blockquote{
	font-size: 24px;
	line-height: 34px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	margin-top: 70px;
	font-weight: 300;
}
.cspt-elementor-bg-color-secondary .cspt-testimonial-style-4 blockquote,
.cspt-elementor-bg-color-blackish .cspt-testimonial-style-4 blockquote{
	color: #fff;
}
.cspt-testimonial-style-4 .creativesplanet-box-author{
	position: relative;
	text-align: left;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 30px;
}
.cspt-testimonial-style-4 .creativesplanet-box-star-ratings{
	font-size: 15px;
	margin-left: auto;
}
.cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-dots {
	position: absolute;
	top: 10%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 50px;
	margin-top: 0;
}
.cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot{
	margin: 0 6px;
}
.cspt-align-left .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav{
	width: 80px;
	top: 0;
	right: 0;
}
.cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev{
	background-color: transparent !important;
}
.cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after{
	content: '\e85a';
	margin-right: -40px;
}
.cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after{
	content: '\e859';
	margin-left: -40px;
}
.cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev{
	transform: none;
	left: -20px;
}
.cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:before,
.cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:before{
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	top: 50%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-color: #fff;
}
.cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:before{
	left: 7px;
}
.cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:before{
	right: 7px;
}
.cspt-elementor-bg-color-blackish .cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.cspt-elementor-bg-color-blackish .cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev,

.cspt-bg-color-blackish .cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.cspt-bg-color-blackish .cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev{
	color: #fff !important;
}
.cspt-elementor-bg-color-blackish .cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:before,
.cspt-elementor-bg-color-blackish .cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:before,

.cspt-bg-color-blackish .cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:before,
.cspt-bg-color-blackish .cspt-element-testimonial-style-4.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:before{
	background-color: #fff;
}

/* --------------------------------------
 * client logo
 * ---------------------------------------*/
.cspt-client-wrapper{
	position: relative;
	text-align: center;
}
.owl-carousel .creativesplanet-ele-client img{
	width: auto !important;
	max-width: 100%;
	display: inline-block !important;
}
/*=== cspt-client-style-1 ===*/
.cspt-client-style-1{
	padding: 30px 0px;
}

/*=== cspt-client-style-2 ===*/
.cspt-client-style-2 .cspt-client-wrapper{
	padding: 30px 0px;
	border: 1px solid #eee;
}

/* --------------------------------------
 * Fact and digit
 * ---------------------------------------*/
/*=== creativesplanet-ele-fid-style-1 ===*/

.cspt-circle canvas {
	max-width: 100%;
	height: auto !important;
	background-color: transparent;
	border-radius: 50%;
}
.cspt-circle{
	position: relative;
	text-align: center;
}
.creativesplanet-ele-fid-style-1{
	position: relative;
	text-align: left;
}
.creativesplanet-ele-fid-style-1 .cspt-circle{
	min-width: 80px;
	margin-right: 20px;
}
.creativesplanet-ele-fid-style-1 .cspt-fid-title {
	font-size: 20px !important;
	line-height: 24px;
	margin-top: 0;
	font-weight: 700 !important;
	text-transform: uppercase;
}
.cspt-circle-number {
	position: absolute;
	top: 50%;
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
}
.creativesplanet-ele-fid-style-1 .cspt-circle-number {
	font-size: 20px !important;
	line-height: 26px;
	font-weight: 700 !important;
	position: absolute;
	text-align: center;
	margin-top: -2px;
}

/*=== creativesplanet-ele-fid-style-2 ===*/
.creativesplanet-ele-fid-style-2 .cspt-fid-inner {
	font-family: Roboto Black,sans-serif;
	font-size: 210px;
	line-height: 210px;
	font-weight: 700;
	margin-bottom: 0;
}
.creativesplanet-ele-fid-style-2 .cspt-fid-title {
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-bottom: 30px;
	color: #8e8f9a;
	display: inline-block;
	width: 88px;
	word-wrap: break-word;
	margin-left: 18px;
}

/*=== creativesplanet-ele-fid-style-3 ===*/
.creativesplanet-ele-fid-style-3 {
	text-align: left;
}
.creativesplanet-ele-fid-style-3 .cspt-fid-inner {
	margin-bottom: 0;
	font-size: 70px;
	position: relative;
	line-height: 80px;
}
.creativesplanet-ele-fid-style-3 .cspt-fid-title {
	font-size: 13px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.creativesplanet-ele-fid-style-7 .cspt-fid-inner .cspt-fid-sub {
	font-size: 30px;
	position: absolute;
	bottom: 20px;
	font-weight: 500;
}
.creativesplanet-ele-fid-style-3 .cspt-fid-inner .cspt-fid-sub {
	font-size: 30px;
	position: absolute;
	bottom: 32px;
	font-weight: 500;
}
.creativesplanet-ele-fid-style-3 .cspt-fld-contents h4 .cspt-number-rotate {
	position: relative;
}
.creativesplanet-ele-fid-style-3 .cspt-fld-contents h4 .cspt-number-rotate:after{
	position: absolute;
	content: "";
	bottom: 15px;
	right: -18px;
	width: 8px;
	height: 8px;
	line-height: 8px;
}
/*=== creativesplanet-ele-fid-style-4 ===*/
.creativesplanet-ele-fid-style-4 {
	text-align: center;
}
.creativesplanet-ele-fid-style-4 .cspt-sbox-icon-wrapper {
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 18px;
}
.creativesplanet-ele-fid-style-4 .cspt-fid-inner {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 2px;
	position: relative;
	font-weight: 700;
}
.creativesplanet-ele-fid-style-4 .cspt-fid-title {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px; 
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.creativesplanet-ele-fid-style-4 .cspt-fld-contents h4 .cspt-number-rotate{
	position: relative;
}
.creativesplanet-ele-fid-style-4 .cspt-fld-contents h4 .cspt-number-rotate:after{
	position: absolute;
	content: "";
	bottom: 10px;
	right: -18px;
	width: 8px;
	height: 8px;
	line-height: 8px;
	background-color: #000;
}
.creativesplanet-ele-fid-style-4 .cspt-fid-inner .cspt-fid-sub {
	font-size: 30px;
	position: absolute;
	bottom: 14px;
}

/*=== creativesplanet-ele-fid-style-5 ===*/
.creativesplanet-ele-fid-style-5 .cspt-fid-inner {
	margin-bottom: 0;
	font-size: 70px;
	position: relative;
	line-height: 70px;
	font-weight: 700;
}
.creativesplanet-ele-fid-style-5 .cspt-fid-inner .cspt-fid-sub {
	font-size: 30px;
	position: absolute;
	bottom: 20px;
}
.creativesplanet-ele-fid-style-5 .cspt-fld-contents h4 .cspt-number-rotate{
	position: relative;
}
.creativesplanet-ele-fid-style-5 .cspt-fld-contents h4 .cspt-number-rotate:after{
	position: absolute;
	content: "";
	bottom: 24px;
	right: -14px;
	width: 8px;
	height: 8px;
	line-height: 8px;
	background-color: #000;
}
.creativesplanet-ele-fid-style-5 .cspt-fid-title {
	font-size: 14px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*=== creativesplanet-ele-fid-style-6 ===*/
.creativesplanet-ele-fid-style-6 {
	text-align: center;
}
.creativesplanet-ele-fid-style-6 .cspt-fid-inner {
	margin-bottom: 0;
	font-size: 225px;
	position: relative;
	line-height: 225px;
	letter-spacing: 10px;
}
.creativesplanet-ele-fid-style-6 .cspt-fid-inner .cspt-fid-sub {
	font-size: 100px;
	position: absolute;
	bottom: 80px;
	right: 0;
}
.creativesplanet-ele-fid-style-6 .cspt-fid-title {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	transform: rotate(-90deg);
	transform-origin: left top 0;
	left: -35px;
	top: 75%;
}

/*=== creativesplanet-ele-fid-style-7 ===*/
.creativesplanet-ele-fid-style-7 .cspt-fld-contents{
	background: #fff;
	text-align: left;
	display: inline-block;
	padding: 35px 50px;
}
.creativesplanet-ele-fid-style-7 .cspt-fid-inner {
	margin-bottom: 0;
	font-size: 70px;
	position: relative;
	line-height: 70px;
	font-weight: 700;
}
.creativesplanet-ele-fid-style-7 .cspt-fid-inner .cspt-fid-sub {
	font-size: 30px;
	position: absolute;
	bottom: 20px;
	font-weight: 500;
}
.creativesplanet-ele-fid-style-7 .cspt-fld-contents h4 .cspt-number-rotate{
	position: relative;
}
.creativesplanet-ele-fid-style-7 .cspt-fld-contents h4 .cspt-number-rotate:after{
	position: absolute;
	content: "";
	bottom: 15px;
	right: -18px;
	width: 8px;
	height: 8px;
	line-height: 8px;
}
.creativesplanet-ele-fid-style-7 .cspt-fid-title {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700 !important;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #494f5b;
}

/* --------------------------------------
 * Service Style
 * ---------------------------------------*/
.cspt-service-style-3, 
.cspt-service-style-3 .cspt-service-title a,
.cspt-service-style-3 .cspt-service-cat a,
.cspt-service-style-3 .creativesplanet-box-content,
.cspt-service-style-2 .cspt-service-icon-wrapper,
.cspt-service-style-2 .cspt-service-icon-wrapper,
.cspt-service-style-2 .cspt-service-icon,
.cspt-service-style-1 .cspt-service-icon-wrapper,
.cspt-service-style-1 .cspt-service-icon-wrapper,
.cspt-service-style-1 .cspt-service-icon{
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*=== cspt-service-style-1 ===*/
.cspt-service-style-1{
	position: relative;
}
.cspt-service-style-1 .cspt-service-icon {
	position: absolute;
	top: 210px;
	right: 25px;
	z-index: 9;
}
.cspt-service-style-1 .cspt-service-icon-wrapper {
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
.cspt-service-style-1 .cspt-service-icon-wrapper img {
	width: 45px;
	height: 45px;
}
.cspt-service-style-1 .cspt-service-icon-wrapper i {
	font-size: 36px;
}
.cspt-service-style-1:hover .cspt-service-icon-wrapper i{
	color: #fff;
}
.cspt-service-style-1 .creativesplanet-box-content {
	position: relative;
	border-top: none;
	border: 1px solid rgba(20, 33, 54, 0.1);;
}
.cspt-service-style-1 .creativesplanet-box-content-inner {
	padding: 30px;
	text-align: left;
}
.cspt-service-style-1 .cspt-service-cat a{
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cspt-service-style-1 .cspt-service-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}
.cspt-service-style-1 .cspt-service-content p{
	margin-bottom: 15px;
}
.cspt-service-style-1 .cspt-featured-wrapper img{
	width: 100%;
}
/*=== cspt-service-style-2 ===*/
.cspt-element-service-style-2{
	display: block;
	overflow: hidden;
}
.cspt-element-service-style-2 .cspt-service-2-head-area .cspt-ele-header-area{
	padding-top: 150px;
}
.cspt-element-service-style-2 .cspt-service-2-carousel-area{
	padding-top: 100px;
	padding-bottom: 115px;
	padding-right: 0px;
}
.cspt-element-service-style-2 .cspt-service-2-carousel-area .cspt-stretched{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 300px;
	z-index: 1;
	overflow: hidden;
}
.cspt-element-service-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav{
	width: 50px;
	bottom: -75px;
	left: 315px;
	top: auto;
}
.cspt-element-service-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.cspt-element-service-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.cspt-element-service-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after,
.cspt-element-service-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after {
	font-family: "creativesplanet-base-icons";
	content: '\e846';
	font-size: 15px;
}
.cspt-element-service-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after {
	content: '\e845';
}
.cspt-element-service-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:hover,
.cspt-element-service-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next{
	background-color: #f7f7f7;
}
.cspt-element-service-style-2 .cstp-sevice-button a{
	border-radius: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600 !important;
	letter-spacing: 1px !important;
	padding: 20px 42px;
	color: #fff;
}
.cspt-service-style-2 .creativesplanet-post-item{
	position: relative;
}
.cspt-service-style-2 .cspt-service-icon {
	position: absolute;
	top: 20px;
	right: 15px;
}
.cspt-service-style-2 .cspt-service-icon-wrapper {
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
.cspt-service-style-2 .cspt-service-icon-wrapper img {
	width: 39px;
	height: 39px;
	display: inline-block;
	margin-bottom: 3px;
}
.cspt-service-style-2 .cspt-service-icon-wrapper i {
	font-size: 36px;
}
.cspt-service-style-2:hover .cspt-service-icon-wrapper i{
	color: #fff;
}
.cspt-service-style-2 .creativesplanet-box-content {
	position: relative;
	background-color: #fff;
}
.cspt-service-style-2 .creativesplanet-box-content-inner {
	padding: 30px;
	text-align: left;
}
.cspt-service-style-2 .cspt-service-cat a{
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px !important;
}
.cspt-service-style-2 .cspt-service-title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin: 0px 0 12px; 
	text-transform: uppercase;
}
.cspt-service-style-2 .cspt-featured-wrapper img{
	width: 100%;
}

/*=== cspt-service-style-3 ===*/
.cspt-service-style-3 .creativesplanet-box-content {
	text-align: center;
}
.cspt-service-style-3 .cspt-service-icon-wrapper {
	font-size: 70px;
	line-height: 70px;
}
.cspt-service-style-3 .cspt-service-icon-wrapper img {
	width: 70px;
	height: 70px;
}
.cspt-service-style-3:hover .creativesplanet-box-content{
	background-color: #fff;
}
.cspt-service-style-3 .creativesplanet-box-content {
	padding: 60px 30px 60px;
	border: 1px solid rgb(9 22 42 / 10%);
}
.cspt-text-color-white .cspt-service-style-3 .creativesplanet-box-content {
	border-color: rgb(255 255 255 / 10%);
}
.multi-columns-row .cspt-service-related .cspt-service-style-3 .creativesplanet-box-content{
	border: 1px solid #f7f7f7;
}
.cspt-service-style-3 .cspt-service-cat{
	margin-top: 30px;
}
.cspt-service-style-3 .cspt-service-cat a{
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
	color: rgba(9, 22, 42, 0.7);
}
.cspt-text-color-white .cspt-service-style-3 .cspt-service-cat a{
	color: rgba(255, 255, 255, 0.7);
}
.cspt-service-style-3:hover .cspt-service-cat a,
.multi-columns-row .cspt-service-related .cspt-service-style-3 .cspt-service-cat a{
	color: #101d30;
}
.cspt-service-style-3 .cspt-service-title a{
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 0;
}
.cspt-text-color-white .cspt-service-style-3 .cspt-service-title a{
	color: #fff;
}
.cspt-service-style-3 .cspt-service-btn{
	display: none;
}
.cspt-service-style-3 .cspt-service-content p{
	color: #8e8f9a;
	margin-bottom: 0;
}
.cspt-element-service-style-3.creativesplanet-element-viewtype-carousel[data-nav="above"] .cspt-carousel-navs{
	top: 30px;
}

/*=== cspt-service-style-4 ===*/
.cspt-service-style-4 .creativesplanet-box-content{
	background-color: #0d1b31;
	padding: 40px 30px;
}
.cspt-service-style-4 .creativesplanet-box-content .cspt-service-icon-wrapper{
	font-size: 60px;
	line-height: 60px;
}
.cspt-service-style-4 .cspt-service-custom-icon-wrapper img {
	width: 60px;
	height: 60px;
}
.cspt-service-style-4 .creativesplanet-box-content .creativesplanet-box-content-inner{
	padding-left: 20px;
}
.cspt-service-style-4 .creativesplanet-box-content .creativesplanet-box-content-inner .cspt-service-cat a{
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
	color: rgba(255, 255, 255, 0.7);
}
.cspt-service-style-4 .creativesplanet-box-content .creativesplanet-box-content-inner h3{
	margin-bottom: 0;
}
.cspt-service-style-4 .cspt-service-title{
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	text-transform: uppercase;
}
.cspt-service-style-4 .cspt-service-title a{
	color: #fff;
}
.cspt-service-style-4 .creativesplanet-box-content .cspt-service-btn a{
	color: #fff;
}
.cspt-service-style-4 .creativesplanet-box-content .cspt-service-icon{
	margin-bottom: 25px;
}
.cspt-service-style-4 .cspt-featured-wrapper{
	position: relative;
	overflow: hidden;
}
.cspt-service-style-4 .cspt-featured-wrapper:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	text-align: left;
	opacity: 0;
	position: absolute;
	transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-webkit-transition: all ease 500ms;
	background: rgba(0, 0, 0, 0.6);
}
.cspt-service-style-4:hover .cspt-featured-wrapper:after {
	visibility: visible;
	opacity: 1;
	background: -moz-linear-gradient(270deg, rgba(12,27,51,0.17) 0%, rgba(12,27,51,0.71) 68%, rgba(12,27,51,0.71) 100%);
	background: -webkit-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(12,27,51,0.71)), color-stop(32%, rgba(12,27,51,0.71)), color-stop(100%, rgba(12,27,51,0.17)));
	background: -webkit-linear-gradient(270deg, rgba(12,27,51,0.17) 0%, rgba(12,27,51,0.71) 68%, rgba(12,27,51,0.71) 100%);
	background: -o-linear-gradient(270deg, rgba(12,27,51,0.17) 0%, rgba(12,27,51,0.71) 68%, rgba(12,27,51,0.71) 100%);
	background: -ms-linear-gradient(270deg, rgba(12,27,51,0.17) 0%, rgba(12,27,51,0.71) 68%, rgba(12,27,51,0.71) 100%);
	background: linear-gradient(180deg, rgba(12,27,51,0.17) 0%, rgba(12,27,51,0.71) 68%, rgba(12,27,51,0.71) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1b33', endColorstr='#0c1b33',GradientType=0 );
}
.cspt-service-style-4 .cspt-featured-wrapper img{
	width: 100%;
}
/*=== Single Service style 2===*/
.single.single-cspt-service .cspt-service-single .cspt-entry-content {
	margin-top: -40px;
}
.cspt-service-single .cspt-service-feature-image img {
	margin-bottom: 40px;
}

/* --------------------------------------
 * Progress Bar
 * ---------------------------------------*/
.elementor-progress-bar{
	height: 5px;
}
.elementor-progress-percentage {
	padding-right: 0;
	position: absolute;
	right: 0;
	top: -35px;
	font-size: 16px;
	font-weight: 700 !important;
}
.elementor-widget-progress .elementor-title{
	font-size: 16px;
	font-weight: 700 !important;
	line-height: 40px;
}
.elementor-progress-wrapper {
	position: relative;
	background-color: #fff;
	color: #fff;
	height: 100%;
	-webkit-border-radius: 2px;
	border-radius: 0;
	padding: 1px;
}
.elementor-title{
	margin-bottom: 10px;
}
.elementor-progress-wrapper .elementor-progress-text{
	position: relative;
	display: inline;
	overflow: visible;
	-webkit-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	transition: all 2000ms ease;
}
.elementor-progress-wrapper .elementor-progress-text:after{
	position: absolute;
	content: "";
	width: 3px;
	height: 10px;
	top: -3px;
	right: 0;
	background-color: #000;
}

/*=== 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;
}
.single-cspt-service .creativesplanet-sidebar .widget{
	overflow: hidden;
	padding: 0; 
}
.widget.karon_category_list_widget ul > li{
	margin-bottom: 0 !important;
}
.cspt-all-post-list-w ul > li.cspt-post-active a, .cspt-all-post-list-w ul > li:hover a {
	color: #fff !important;
}
/* --------------------------------------
 * Sidebar List
 * ---------------------------------------*/
 .cspt_widget_list_all_posts .widget-title{
	display: none;
}
.cspt-all-post-list-w ul > li {
	border-bottom: 1px solid #fff;
	margin: 0px;
	padding: 0px;
}
.cspt-all-post-list-w ul > li a {
	padding: 20px 30px;
	display: block;
	position: relative;
	font-size: 14px;
	color: #24292f;
	background-color: #f7f7f7;
	text-transform: uppercase;
}
.cspt-all-post-list-w ul > li a:after {
	color: #222;
}
.cspt-all-post-list-w ul > li a:after {
	content: '\e814';
	font-family: "creativesplanet-base-icons";
	font-style: normal;
	font-weight: 400;
	position: absolute;
	right: 15px;
	text-align: center;
	color: #000;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
}

/*===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;
 }
 .widget.widget_search .search-form input[type="search"]{
	background-color: #fff;
	height: 60px;
 }
 .widget.widget_search .search-form button {
	position: absolute;
	right: 5px;
	padding: 0;
	border: none;
	outline: none;
	background-color: #fcaf17;
	top: 5px;
	height: 50px; 
	color: #ffffff;
	font-size: 16px;
	z-index: 1;
	width: 50px;
}
.widget.widget_search .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;
}
.creativesplanet-sidebar .widget_search .wp-block-search__label,
.creativesplanet-sidebar .widget.widget_search .widget-title {
	color: #fff !important;
}
.creativesplanet-sidebar .widget_search .wp-block-search__label:after,
.creativesplanet-sidebar .widget.widget_search .widget-title:after {
	background: #fff !important;
}
.creativesplanet-sidebar .widget {
	background-color: #f6f6f6;
	padding: 35px 35px 40px 35px;
}
.creativesplanet-sidebar .widget.widget_custom_html {
	background-color:none;
	padding:0; 
}
.site-content .widget .wp-block-latest-comments li,
.site-content .widget .wp-block-latest-posts li>a,
.creativesplanet-sidebar .widget a {
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}
.site-content .widget_categories ul > li a, 
.site-content .widget.widget_archive ul li a {
	margin: 2px 0;
	padding: 0;
}
.site-content .widget .wp-block-latest-comments li:before,
.site-content .widget .wp-block-latest-posts li>a:before,
.widget.widget_meta ul li > a:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_archive ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_nav_menu ul li a:before,
.widget.widget_pages ul li a:before {
	position: absolute;
	content: '\e814';
	left: 0px;
	font-size: 16px;
	top: 0px;
	color: inherit;
	font-family: 'creativesplanet-base-icons';
	font-weight: normal;
	line-height: normal;
}
.site-content .widget .wp-block-latest-comments li:before,
.widget.widget_recent_comments ul li:before {
	content: '\f0e5';
	top: 2px;
	font-size: 13px;
}
.creativesplanet-sidebar .cspt-select{
	background-color: #fff;
}
.site-content .widget.widget_categories ul ul {
	margin-top: 2px;
}
.widget.widget_archive ul > li{
	position: relative;
}
.widget.widget_archive ul > li span {
	position: absolute;
	right: 0;
	top: -1px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #fff;
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 700;
	border-radius: 0;
}

/* --------------------------------------
 * Widget Section
* ---------------------------------------*/
.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: 2px;
	color: inherit;
	font-family: 'creativesplanet-base-icons';
	line-height: normal;
}
.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;
}

/*=== widget_categories ===*/
.widget_categories ul li span {
	position: absolute;
	right: 0;
	top: -1px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #fff;
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 700; 
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*=== widget_recent_comments ===*/
.widget.widget_recent_comments ul li:before {
	content: '\f0e5';
	top: 4px;
	font-size: 13px;
}

/*=== widget_pages ===*/
.widget.widget_pages ul li a:before {
	content: '\e816';
	top: 5px;
	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;
}

/*=== Service Offer  ===*/
.widget .service-offer {
	position: relative;
}
.widget .service-offer p {
	margin: 0;
}
.widget .service-offer .content-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 20px 20px;
	z-index: 1;
}
.widget .service-offer .content-box:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 225px;
	left: 0;
	bottom: 0;
	clip-path: polygon(0% 0%,0% 0%,100% 100%,0% 100%,0% 0%);
}
.widget .service-offer .content-box:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 155px;
	right: 0;
	bottom: 0;
	z-index: -1;
	clip-path: polygon(0% 100%,100% 0%,100% 100%,0% 100%,0% 0%);
}
.widget .service-offer .content-box .icon-box {
	position: relative;
	display: inline-block;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 15px;
}
.widget .service-offer .content-box h5 {
	position: relative;
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.widget .service-offer .content-box .phone-box a {
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
	z-index: 1;
}
.widget .service-offer .content-box .mail-box {
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.widget .service-offer .content-box .mail-box a {
	position: relative;
	display: inline-block;
	font-size: 20px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	z-index: 1;
	color: #fff;
}

/*=== Download  ===*/
.widget .widget-download,
.creativesplanet-sidebar .widget.widget-download {
	padding: 35px 35px 40px 35px;
	color: #fff;
}
.widget .download .item-download {
	margin-bottom: 10px;
	padding: 15px 0 30px;
	position: relative;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.widget .download .item-download a {
	display: block;
	padding: 0px 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	position: relative;
}
.widget .download .item-download i {
	font-size: 40px;
	padding-right: 12px;
	float: left;
	line-height: 42px;
	font-weight: normal;
}
.widget .download .item-download a span {
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	font-weight: 400;
}
.widget .download .item-download:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.widget .download .item-download a:after {
	content: "\e839";
	position: absolute;
	top: 0;
	right: 0;
	font-family: "creativesplanet-base-icons";
	font-size: 15px;
	color: #24292f;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 10px;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.widget .download .item-download a:hover:after {
	background: #24292f;
	color: #fff;
}
.widget.widget-download .widget-title,
.widget .widget-download .widget-title {
	color: #fff;
}
.creativesplanet-sidebar .widget.widget-download .widget-title:after,
.creativesplanet-sidebar .widget .widget-download .widget-title:after {
	background: #fff;
}
.site-content div.widget.widget_text {
	background-color: #ff8242;
}
/* --------------------------------------
 * Footer
* ---------------------------------------*/
.site-footer .widget {
	margin: 35px 0 20px;
}
.site-footer.cspt-bg-color-blackish:before{
	background-color: #191c21;
}
.site-footer .widget.karon_contact_widget:nth-child(2){
	margin-top: -10px;
}

/*=== Footer first widget bg ===*/
.site-footer .cspt-footer-widget,
.site-footer .cspt-footer-widget:first-child .widget > div{
	position: relative;
}
.site-footer .cspt-footer-widget:first-child .widget > div{
	z-index: 2
}
.cspt-footerlogo {
	margin-bottom: -5px;
	max-height: 60px;
}
.site-footer .widget-title{
	line-height: 27px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
}
.site-footer .widget-title:after{
	content: "";
	width: 50px;
	height: 2px;
	bottom: -2px;
	left: 0;
	position: absolute;
	z-index: 1;
}
.site-footer .widget a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}

/*=== Footer Social ===*/
.cspt-footer-widget .cspt-social-links{
	margin-top: 30px;
	margin-left: 0;
}
.cspt-footer-widget .cspt-social-links li{
	margin-right: 8px;
	display: inline-block;
}
.cspt-footer-widget .cspt-social-links li a{
	position: relative;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 17px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	background: #10203a;
}
.cspt-footer-widget .cspt-social-links li a:hover{
	color: #fff;
}
.cspt-footer-widget .cspt-footer-social-globalcolor .cspt-social-links li a:hover{
	background-color: #fff;
}

/*=== cspt-footer-text-area ===*/
.cspt-footer-text-area .cspt-footer-text-inner {
	border-top: 1px solid #ffffff29;
	padding-top: 25px;
	padding-bottom: 25px;
}
.cspt-footer-text-area .cspt-footer-text-inner .col-md-12{
	text-align: center;
}
body .scroll-to-top {
	position: fixed;
	z-index: 200;
	opacity: 0;
	bottom: 22px;
	right: 22px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	text-align: center;
	border-radius: 0;
	border: none;
}
.cspt-footer-copyright-text-area{
	padding-top: 5px;
}
.cspt-footer-menu-area{
	margin-top: 5px;
}
.cspt-footer-widget-no .cspt-footer-text-area .cspt-footer-text-inner{
	border-top: none;
}
.cspt-footer-text-area .cspt-social-links {
	padding-top: 10px;
}
.cspt-footer-text-area .cspt-social-links{
	text-align: right;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.cspt-footer-text-area .cspt-social-links li{
	display: inline-block;
}
.cspt-footer-text-area .cspt-social-links li:not(:last-child){
	margin-right: 10px;
}
.cspt-footer-text-area .cspt-social-links a{
	height: 40px;
	width: 40px;
	line-height: 40px;
	background-color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: #000;
	font-size: 15px;
}
.cspt-footer-text-area .cspt-social-links a:hover{
	color: #fff;
}
.cspt-footer-text-area .cspt-footer-social-area.col-md-4 .cspt-social-links,
.cspt-footer-text-area .cspt-footer-social-area.col-md-4{
	text-align: center;
}
.site-footer.cspt-color-blackish {
	color: #6d7a8c;
}
.footer-wrap {
	padding-top: 60px;
	padding-bottom: 60px;
}
.cspt-footer-big-text-area-overlay .footer-wrap.cspt-footer-widget-area {
	padding-top: 80px;
}
.site-footer .widget-title {
	padding-bottom: 10px;
}
.site-footer .cspt-footer-logo{
	width: auto;
	height: 50px;
	margin-bottom: 20px;
}
/*=== cspt-footer-text-area ===*/
.cspt-footer-widget .widget-title{
	margin-bottom: 30px;
}
.cspt-footer-widget .textwidget p {
	margin: 0 0 15px;
}
/*=== cspt-footer-text-area ===*/
.widget .cspt-open-hours li{
	padding-left: 25px !important;
	position: relative;
}
.widget .cspt-open-hours li i {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* --------------------------------------
 *  Footer Big area  
 * ---------------------------------------*/
.cspt-footer-big-area-wrapper{
	position: relative;
	z-index: 3
}
.cspt-footer-big-area{
	padding-bottom: 0;
	margin-bottom: 0px;
	position: relative;
	padding-top: 0;
} 
.cspt-footer-big-area .container .row{
	margin: 0;
}
.cspt-footer-big{
	width: 100%;
}
.cspt-footer-big-area .cspt-footer-boxes{
	position: relative;
	padding: 60px 30px 50px 120px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	align-self: flex-start;
}
.cspt-footer-big-area .row .cspt-footer-boxes:last-child{
	border-right:none;
}
.cspt-footer-big-area .cspt-footer-boxes i{
	position: absolute;
	top: 70px;
	left: 60px;
	font-size: 40px;
	line-height: 40px;
}
.cspt-footer-section:before{
	display: none;
}
.cspt-footer-big-area .cspt-label{
	display: block;
}
.site-footer .cspt-footer-big-area .cspt-label{
	font-size: 15px;
}
.cspt-footer-section.cspt-bg-color-gradientcolor::before{
	display: block;
}
.cspt-footer-section.cspt-bg-color-gradientcolor{
	background-color: transparent;
}

/* --------------------------------------
 *  Footer Newsletter 
 * ---------------------------------------*/
.cspt-footer-widget .mc4wp-form .cspt-footer-newslatter{
	position: relative;
	margin-top: 15px;
}
.cspt-footer-widget .mc4wp-form .cspt-footer-newslatter input[type="email"]{   
	font-size: 15px;
	width: 100%;
	height: 53px;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, 0.15);
}
.cspt-footer-widget .mc4wp-form .cspt-footer-newslatter input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(255, 255, 255, 0.60);
	opacity: 1; /* Firefox */
}
.cspt-footer-widget .mc4wp-form .cspt-footer-newslatter input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.60);
}
.cspt-footer-widget .mc4wp-form .cspt-footer-newslatter input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(255, 255, 255, 0.60);
}
.cspt-footer-widget .mc4wp-form .cspt-footer-newslatter button[type=submit]{
	font-family: Roboto Condensed,sans-serif;
	font-size: 13px;
	line-height: 26px;
	text-transform: uppercase;
	border: none;
	margin-top: 15px;
}
.cspt-footer-widget .mc4wp-form .cspt-footer-newslatter button:hover[type=submit]{
	background-color: #fff;
}
.footer-wrap .cspt-widger-float-menu ul li {
	float: left;
	width: 50%;
	padding: 0px;
}
.footer-wrap .cspt-widger-float-menu ul li a {
	padding: 0px 0px 13px 15px !important;
}

/* cspt-float-menu */
.cspt-two-column-menu.widget ul > li{
	float: left;
	width: 50%;
}
.site-content .widget .wp-block-latest-comments li,
.site-content .widget .wp-block-latest-posts 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_nav_menu ul li > a,
.site-footer .widget.widget_pages ul li > a {
	position: relative;
	padding-left: 18px;
}
.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_nav_menu ul li a:before,
.site-footer .widget.widget_pages ul li a:before {
	position: absolute;
	content: '\e814';
	color: inherit;
	font-family: 'creativesplanet-base-icons';
	font-weight: normal;
	line-height: normal;
	content: '\e814';
	font-size: 16px;
	left: 0;
}
.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_nav_menu ul li a:before,
.site-footer .widget.widget_pages ul li a:before {
	top: 2px;
}
.cspt-footer-section .cspt-footer-menu .menu-item a{
	color: rgba(255,255,255,0.71);
}
.cspt-footer-section .cspt-footer-menu .menu-item a:hover{
	color: #fff;
}
/* --------------------------------------
 * error-404
 * ---------------------------------------*/
.error-404{
	margin: 0;
	width: 100%;
	padding: 296px 0px 196px 0px;
	position: relative;
	text-align: center;
}
.cspt-parent-header-style-3 .error-404{
	padding: 180px 0px 220px 0px;
}
.error-404 .error-message{
	color: #24292f;
}
.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;
	border: 1px solid #f2f3f4;
	padding-right: 55px;
}
.error404 .search-form .search-submit:after{
	font-family: "creativesplanet-base-icons";
	content: '\e800';
	position: absolute;
	right: 16px;
	top: 0;
	opacity: 1;
	z-index: 1;
	color: #dbdbdb;
	font-size: 22px;
}
.error404 .search-form label{
	display: none;
}
.error404 .search-form button{
	position: absolute;
	right: 5px;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	top: 50%;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	color: #ffffff;
	font-size: 16px;
	z-index: 1;
	width: 50px;
}
.error404 #primary{
	flex: none !important;
	max-width: none !important;
}
.error404 .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;
}
.error404 a.cspt-home-back:after{
	font-family: "creativesplanet-base-icons";
	content: '\e810';
	margin-left: 15px;
}
.error404 .cspt-text-color-white a.cspt-home-back{
	color: #fff;
}
.error404  .cspt-title-bar-wrapper{
	display: none;
}
.error404 h2.page-title{
	font-size: 200px;
	line-height: 210px;
	color: #fff;
	font-weight: bold;
}
.error404 .site-content-wrap{
	position: relative;
}
.error404 .site-content-wrap:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: none !important;
}
.error404 .cspt-text-color-blackish a.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;
}
.search-no-results .search-no-results-content .search-form button{
	top: 5px;
	right: 5px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
.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-no-results .search-no-results-content .search-form button {
	top: 5px;
	right: 5px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}

/* --------------------------------------
 * 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 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: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	text-align: center;
	cursor: pointer;
}
.cspt-header-search-form-wrapper .cspt-search-close:hover{
	opacity: 1;
}

/* --------------------------------------
 * Static Box
 * ---------------------------------------*/

/*=== cspt-static-box-style-1 ===*/
.cspt-static-box-style-1 .cspt-staticbox-ele{
	margin-bottom: 30px;
}
.cspt-static-box-style-1 .creativesplanet-box-title h4{
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 0px;
	margin-top: 15px;  
}
.cspt-static-box-style-1 .creativesplanet-static-box-desc{
	display: none;
}
.cspt-static-box-style-1 .cspt-contentbox {
	padding: 30px;
	background-color: #fff;
	position: relative;
}
.cspt-static-box-style-1 .cspt-contentbox .cspt-karon-icon{
	font-size: 60px;
	line-height: 60px;
}
body {
	/* Set "my-sec-counter" to 0 */
	counter-reset: item;
}
.cspt-static-box-style-1 .cspt-contentbox:after{
	content: counter(item,decimal-leading-zero) " ";
	counter-increment: item;
	position: absolute;
	line-height: 70px;
	color: rgb(9 22 42 / 10%);
	top: 3px;
	right: 26px;
	font-weight: 700 !important;
	font-size: 60px;
}

/*=== 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;
}

/* --------------------------------------
 * Tab and Accordion
 * ---------------------------------------*/

.cspt-bg-color-light .elementor-accordion .elementor-tab-title{
	background-color: #fff;    
}
.cspt-bg-color-light .elementor-widget-accordion .elementor-active .elementor-accordion-icon,
.cspt-bg-color-light .elementor-widget-accordion .elementor-active .elementor-accordion-title{
	color: #fff;
}
.elementor-accordion-item{
	position: relative;
	margin-bottom: 30px;
}
.elementor-accordion .elementor-tab-title {
	padding: 21px 20px;
}
body .elementor-accordion .elementor-accordion-item+.elementor-accordion-item{
	border:1px solid #edeaea;
}
.elementor-accordion .elementor-tab-content p{
	margin-bottom: 0;
}
/*=== .cspt-accordion-style1 ===*/
.cspt-accordion-style1 .elementor-accordion .elementor-tab-title {
	padding: 15px 30px;
}
.cspt-accordion-style1 .elementor-accordion .elementor-tab-content{
	padding: 0px 30px 25px;
}
.cspt-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-tab-title{
	background-color: transparent !important;
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon{
	color: #fff;
}
.cspt-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-tab-title{
	position: relative;
}
.cspt-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.cspt-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{
	top: 25%;
	-webkit-transform: translateY(25%);
	-ms-transform: translateY(25%);
	transform: translateY(25%);
}
.cspt-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-accordion-item{
	border: none;
	background-color: #fff;
}
.cspt-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-tab-content{
	border: none;
}
.cspt-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title span{
	margin-right: 6px;
	font-weight: 600;
}
.cspt-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content{
	font-size: 16px;
	line-height: 26px;
}
.cspt-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-title{
	text-transform: uppercase;
	font-size: 18px !important;
	line-height: 28px;
	font-weight: 600 !important;
}

/* --------------------------------------
 * Button Section
 * ---------------------------------------*/
/*=== elementor-widget-button ===*/

.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-secondary .cspt-btn-style-flat.cspt-btn-color-globalcolor .elementor-button:hover,
.cspt-btn-style-flat.cspt-btn-color-white .elementor-button{
	background-color: #fff;
}
.cspt-btn-style-outline .elementor-button{
	background-image: none !important;
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}
.cspt-btn-style-outline .elementor-button.elementor-size-sm{
	padding: 11px 35px;
}
.cspt-btn-style-outline.cspt-btn-color-globalcolor .elementor-button{
	border-radius: 0%;
}
.cspt-btn-style-outline.cspt-btn-color-white .elementor-button{
	border-color: #fff;
	color: #fff;
	border-radius: 0%;
}
.cspt-btn-style-outline.cspt-btn-color-white .elementor-button:hover{
	background-color: #fff;
	border-radius: 0%;
}
.elementor-widget-button .elementor-button{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.elementor-button.elementor-size-xs {
	padding: 16px 34px;
	font-size: 9px;
}
.elementor-button.elementor-size-sm{
	padding: 13px 35px;
	font-size: 13px;
}
.elementor-button.elementor-size-md {
	padding: 20px 42px;
	font-size: 13px;
}
.elementor-button.elementor-size-lg{
	padding: 24px 46px;
	font-size: 15px;
}
.elementor-button.elementor-size-xl {
	padding: 28px 50px;
	font-size: 17px;
}
.cspt-btn-style-text .elementor-button{
	padding: 0;
	background-color: transparent;
}
.cspt-btn-style-text.cspt-btn-color-white .elementor-button{
	color: #fff;
}
.cspt-btn-style-text.cspt-btn-color-gradient .elementor-button{
	border-image-source: none !important;
	background-image: none !important;
}
.cspt-ele-service .cspt-service-btn a:after,
.cspt-blog-style-1 .post-item .cspt-read-more-link a:after {
	content: "\e82c";
	font-family: "creativesplanet-base-icons";
	font-size: 14px;
	padding-left: 8px;
	background: none !important;
	line-height: normal;
	vertical-align: middle;
	top: 0px;
	position: relative;
}
.cspt-btn-style-outline.cspt-btn-color-globalcolor .elementor-button:hover{
	color: #fff;
}
/* --------------------------------------
 * Timeline view Section
 * ---------------------------------------*/
.cspt-company-hostory .simple-text p{
	text-align:left;
}
.cspt-company-hostory .year{
	padding: 6px 20px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: -17px;
	z-index: 9;
	left: 0;
	margin: 0 auto;
	right: 0;
	width: 100px;
	text-align: center;
	background:#f2c21a;
}
.cspt-company-hostory .company_detail .content{
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
.cspt-company-hostory .cspt-ourhistory-row {
	display: -webkit-box;
	display: flex;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.cspt-ourhistory .cspt-ourhistory-right {
	padding-bottom: 50px;
	padding-left: 70px;
}
.cspt-ourhistory .cspt-ourhistory-right:before {
	content: '';
	position: absolute;
	top: 0;
	left: 6px;
	z-index: 2;
	width: 12px;
	height: 12px;
	border-radius: 0;
	box-sizing: content-box;
}
.cspt-ourhistory .cspt-ourhistory-right .content{
	margin-top: -5px;
}
.cspt-ourhistory .label {
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 20px;
}
.cspt-ourhistory h4 {
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.cspt-ourhistory .cspt-ourhistory-right::after {
	content: '';
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 1;
	width: 4px;
	height: 100%;
	background: #fff;
}
.cspt-text-color-blackish .cspt-ourhistory .cspt-ourhistory-right::after,
.cspt-elementor-bg-color-white .cspt-ourhistory .cspt-ourhistory-right::after{
	background-color: #eee;
}
.cspt-ourhistory .cspt-ourhistory-right.last{
	padding-bottom:0;
}
.cspt-timeline .cspt-timeline-inner:last-child .cspt-ourhistory-right:after {
	display: none;
}
.cspt-timeline-inner{
	margin: 0 -15px;
}
.cspt-ourhistory .cspt-ourhistory-right .cspt-timeline-image,
.cspt-ourhistory .cspt-ourhistory-right .label{
	margin-bottom: 30px;
	display: none;
}

/* --------------------------------------
 * Pricing Table
 * ---------------------------------------*/

/*--- creativesplanet-ele-ptable-style-1 ---*/
.creativesplanet-ele-ptable-style-1 .cspt-pricing-table-featured-col .cspt-ptablebox-main-icon i,
.creativesplanet-ele-ptable-style-1 .cspt-pricing-table-featured-col .creativesplanet-ptable-heading{
	color: #fff;
}
.creativesplanet-ele-ptable-style-1 .cspt-pricing-table-featured-col .vc_btn3-color-globalcolor.vc_general.vc_btn3:not(.vc_btn3-style-outline):not(.vc_btn3-style-simple){
	background-color: #fff;
	color: #000;
}
.creativesplanet-ele-ptable-style-1 .cspt-pricing-table-featured-col .creativesplanet-sep{
	background: rgba(208, 208, 210, 0.1);
}
.creativesplanet-ele-ptable-style-1 .cspt-pricing-table-box{
	text-align: left;
	border: 1px solid #e7e8eb;
	background-color: #fff;
}
.creativesplanet-ele-ptable-style-1 .cspt-pricing-table-box .creativesplanet-ptable-price-w,
.creativesplanet-ele-ptable-style-1 .cspt-pricing-table-box .creativesplanet-ptable-price-head{
	padding: 35px 45px;
}
.creativesplanet-ele-ptable-style-1 .cspt-ptablebox-main-icon,
.creativesplanet-ele-ptable-style-1 .creativesplanet-ptable-price-w,
.creativesplanet-ele-ptable-style-1 .creativesplanet-ptable-heading,
.creativesplanet-ele-ptable-style-1 .cspt-ptable-lines-w,
.creativesplanet-ele-ptable-style-1 .vc_btn3-container.vc_btn3-inline{
	position: relative;
	z-index: 2;
}
.creativesplanet-ele-ptable-style-1 .creativesplanet-ptable-heading{
	font-size: 24px; 
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 0;
	padding-top: 15px;
	text-transform: uppercase;
}
.creativesplanet-ele-ptable-style-1 .cspt-sbox-icon-wrapper{
	height: 52px;
	width: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	font-size: 30px;
}
.creativesplanet-ele-ptable-style-1 .creativesplanet-ptable-price-w .creativesplanet-ptable-symbol{
	font-size: 24px;
	line-height: 30px;
	vertical-align: top;
	color: #8e8f9a;
	font-weight: 400 !important;
}
.creativesplanet-ele-ptable-style-1 .creativesplanet-ptable-price-w{
	font-size: 13px;
	text-transform: uppercase;
}
.creativesplanet-ele-ptable-style-1 .creativesplanet-ptable-price-w *{
	display: inline-block;
	color: #8e8f9a;
	font-weight: 500;
}
.creativesplanet-ele-ptable-style-1 .creativesplanet-ptable-price-w .creativesplanet-ptable-cur-symbol-after{
	color: #484746;
}
.creativesplanet-ele-ptable-style-1 .creativesplanet-ptable-price{
	font-size: 70px !important;
	line-height: 70px;
	font-weight: 700 !important;
}
.creativesplanet-ele-ptable-style-1 .cspt-ptable-lines-w{
	padding: 20px 45px 45px;
	border-top: 1px solid #f2f6f7;
}
.creativesplanet-ele-ptable-style-1 .cspt-ptable-line{
	margin: 15px 0;
}
.cspt-pricing-table-box .cspt-ptable-line i{
	float: right;
}
.creativesplanet-ele-ptable-style-1 .cspt-pricing-table-box .cspt-ptable-icon-wrapper i{
	font-size: 70px;
	line-height: 70px;
}
.creativesplanet-ele-ptable-style-1 .cspt-pricing-table-featured-col .cspt-pricing-table-box .cspt-ptable-icon-wrapper i{
	color: #fff;
}
.creativesplanet-ele-ptable-style-1 .cspt-pricing-table-box .creativesplanet-ptable-price-w .creativesplanet-ptable-frequency:before{
	content: "/";
	margin: 0 2px;
}
.creativesplanet-ele-ptable-style-1 .cspt-pricing-table-featured-col .cspt-pricing-table-box{
	box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}
.creativesplanet-ele-ptable-style-1 .cspt-ptable-line i{
	padding-right: 6px;
}
.creativesplanet-ele-ptable-style-1 .cspt-pricing-table-featured-col .cspt-pricing-table-box .cspt-ptable-btn a:hover{
	background-color: #fff;
	color: #fff;
}
.creativesplanet-ele-ptable-style-1 .cspt-pricing-table-box .cspt-ptable-btn a{
	padding: 18px 32px;
	color: #fff;
	font-size: 13px;
	line-height: 26px;
	font-weight: 600 !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.creativesplanet-ele-ptable-style-1 .cspt-pricing-table-box .cspt-ptable-btn a{
	border-color: transparent;
}

/* --------------------------------------
 * Custom CSS
 * ---------------------------------------*/
.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: #f7f7f7 !important;
}
.cspt-col-stretched-left.cspt-left-bg-50 .cspt-stretched-div{
	right: 50%;
	background-color: #f7f7f7 !important;
}

/*=== cspt-vertical-text ===*/
.cspt-vertical-text .elementor-widget-container,
.cspt-vertical-text .elementor-widget-wrap>.elementor-element{
	height: 100%;
}
.cspt-vertical-text .elementor-heading-title {
	transform: rotate(-90deg);
	white-space: nowrap;
	display: inline-block;
	left: 55px;
	position: absolute;
	transform-origin: left;
	bottom: 45px;    
}
.cspt-vertical-text .elementor-heading-title span{
	text-decoration: underline;
}
.cspt-vertical-icon.elementor-view-stacked{
	position: absolute;
	top: 50%;
	right: -39px;
	margin-top: -30px;
	width: auto;
}
.cspt-vertical-icon.elementor-view-stacked .elementor-icon {
	padding: 20px;
	font-size: 38px;
	-webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.08);
}

/*=== 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 .cspt-element-heading{
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.cspt-heading-subheading .cspt-element-heading:before{
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: #000;
	bottom: -2px;
	left: 0;
}
.cspt-text-color-white .cspt-heading-subheading .cspt-element-heading{
	border-bottom-color: #fff;
}
.cspt-text-color-white .cspt-heading-subheading .cspt-element-heading:before{
	background-color: #fff;
}
.cspt-bg-left .cspt-col-stretched-right .cspt-stretched-div{
	left: 60%;
}

/* --------------------------------------
 * woocommerce
 * ---------------------------------------*/

.widget.widget_product_search .woocommerce-product-search{
	position: relative;
}
.widget.widget_product_search .woocommerce-product-search input[type="search"] {
	background-color: #fff;
	height: 60px;
}
.widget.widget_product_search .woocommerce-product-search button {
	position: absolute;
	right: 5px;
	padding: 0;
	border: none;
	outline: none;
	background-color: #fcaf17;
	top: 5px;
	height: 50px;
	color: #ffffff;
	font-size: 0px;
	z-index: 1;
	width: 50px;
}
.widget.widget_product_search .woocommerce-product-search 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;
}
.woocommerce .woocommerce-ordering {
	margin-bottom: 40px;
}
.woocommerce .woocommerce-result-count {
	margin-top: 17px;
}
.woocommerce ul.cart_list a,
.woocommerce ul.product_list_widget a{
	font-weight: 500;
}

/*=== product box ===*/
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
	font-size: 18px;
	line-height: 28px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product .onsale {
	padding: 0px 12px;
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-transform: uppercase;
	border-radius: 0px;
	top: 13px;
	left: 10px;
	bottom: auto;
	right: auto;
	letter-spacing: 2px;
	background: #f14705;
}
.woocommerce ul.products li.product .price {
	font-size: 15px;
	color: #888;
}
.woocommerce ul.products li.product .price del {
	margin-right: 5px;
}
.woocommerce ul.products li.product .button{
	margin-top: 1em;
	padding: 10px 22px;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	border-radius: 0px;
}
.woocommerce ul.products li.product .button:hover{
	background-color: #09162a;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
	top: 10px;
	right: 6px;
}
.woocommerce a.added_to_cart {
	padding-top: .5em;
	display: inline-block;
	position: absolute;
	display: block;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 11px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*=== Woocommerce Details Page ===*/
.woocommerce span.onsale {
	padding: 0px 12px;
	font-size: 10px;
	font-weight: 800;
	position: absolute;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-transform: uppercase;
	border-radius: 5px;
	top: 13px;
	left: 10px;
	bottom: auto;
	right: auto;
	letter-spacing: 2px;
	background: #f14705;
}
.single-product .entry-summary .product_meta .posted_in,
.single-product .entry-summary .product_meta .sku_wrapper{
	font-weight: 700;
	color: #252525;
}
.single-product .entry-summary .product_meta .posted_in a,
.single-product .entry-summary .product_meta .sku_wrapper span{
	font-weight: normal;
	color: #888888;
}
.single-product .entry-summary .product_meta .posted_in{
	margin-left: 10px;
}
.single-product div.product p.price ins{
	text-decoration: none;
}
.single-product div.product .summary p.price,
.single-product div.product .summary span.price{
	font-size: 18px;
}
.single-product div.product .summary p.price,
.single-product div.product .summary span.price{
	font-size: 22px;
}
.woocommerce div.product .product_title{
	font-size: 28px;
	line-height: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-right: 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	position: relative;
	top: 1px;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 700 !important;
	color: #fff;
	border: 1px solid #e2e2e2;
	text-transform: capitalize;
	line-height: 24px;
	cursor: pointer;
	padding: 16px 30px 16px;
	transition: all 500ms ease;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #242424;
	background: #ffffff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
	opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0px !important;
	margin: 0px 0 0px !important;
	border: none !important;
	line-height: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
	display: none;
	border: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
	background: #fff !important;
	margin-top: 0px;
	padding: 30px;
	border: 1px solid #ececec;
	border-radius: 0;
	margin-top: -1px;
}
.woocommerce-Tabs-panel h2{
	font-size: 22px;
	margin-top: 0;
	line-height: 28px;
}

/*=== woocommerce div.product form.cart ===*/
.woocommerce div.product form.cart .button{
	margin-top: 0;
	padding: 13px 35px;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	border-radius: 0px;
}
.woocommerce div.product form.cart .button:hover{
	background-color: #09162a;
}

/*=== .woocommerce .quantity .qty ===*/
.woocommerce .quantity .qty {
	height: 54px;
	margin-right: 5px;
}

/*=== woocommerce div.product p.price ===*/
.woocommerce div.product p.price,
.woocommerce div.product span.price{
	font-size: 15px;
	color: #888;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del{
	margin-right: 5px;
}

/*=== woocommerce div.product div.images ===*/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	z-index: 5;
}

/*=== woocommerce table.shop_attributes ===*/
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	padding: 5px 7px;
}

/*=== related products ===*/
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.cart_totals h2,
.related.products h2{
	font-size: 28px;
	line-height: 38px;
}

/*=== woocommerce-cart .wc-proceed-to-checkout ===*/
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	margin-top: 0;
	padding: 13px 35px !important;
	font-size: 13px;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0px;
	font-weight: 600 !important; 
}
.woocommerce-form-coupon button[type=submit]:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce ul.products li.product .button:hover{
	color: #fff;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 130px;
	height: 54px;
}
/*=== Sidebar button ===*/
.woocommerce .widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce.widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce .widget_price_filter .price_slider_amount .button{
	margin-top: 0;
	padding: 8px 16px;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0px;
}
.woocommerce .widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button),
.woocommerce.widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button){
	background-color: #09162a;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 5px;
}

/*=== widget_price_filter ===*/
.woocommerce .widget_price_filter .price_slider{
	margin-bottom: 25px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 14px;
	height: 14px;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	cursor: ew-resize;
	outline: none;
	box-sizing: border-box;
	opacity: 1;
	top: -5px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 5px;
	background-color: #272727;
}
.woocommerce ul.products li.product .price ins{
	text-decoration: none;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled, .woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled, .woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]{
	color: #fff;
}
.woocommerce .col-1,
.col-2{ 
	max-width:none;
}
.woocommerce form .form-row {
	display: block;
}
.woocommerce-pagination{
	text-align: center;
	margin-top: 50px;
	margin-bottom:  80px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
	padding: 15px 17px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	margin: 0 2px;
	border: 1px solid #eee;
	color: #2c2c2c;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li{
	border: none;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list tbody tr,
.woocommerce div.product form.cart table.variations tbody tr{
	border: 0;
}
.woocommerce div.product form.cart .variations label {
	margin-top: 12px;
}
/*==== woocommerce-checkout ====*/
.woocommerce-checkout #customer_details{
	margin-top: 35px;
}
.woocommerce-checkout .col2-set .col-1{
	padding: 0;
}

/*==== woocommerce-checkout ====*/
.woocommerce-checkout-payment{
	margin-bottom: 35px;
}

/*==== Theme Special ====*/
.cspt-woo-radius-bt .woocommerce ul.products li.product .button{
	border-radius: 2em;
}
.cspt-woo-box-border .woocommerce ul.products li.product{
	border: 1px solid #ededed;
	padding-bottom: 30px;
}
.woocommerce-breadcrumb,
.woocommerce-products-header__title{
	display: none;
}
.woocommerce #review_form #respond textarea{
	line-height: 20px;
	height: 110px;
}
.woocommerce #review_form #respond .form-submit input{
	padding: 13px 35px;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0px;
	color: #fff;
}
.select2-container--default .select2-selection--single {
	background-color: #eff2f7;
	border: none;
	border-radius: 0px;
}
.select2-container .select2-selection--single {
	height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	color: #848484;   
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 13px;
}

/*===woocommerce-Reviews===*/
.woocommerce-Reviews .comment-reply-title{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}

/*===woocommerce -- remove===*/
.woocommerce a.remove {
	line-height: 21px;
}

/*===woocommerce .select2-container===*/
.woocommerce .select2-container{
	display: none;
}
.woocommerce .select2-hidden-accessible {
	height: inherit !important;
	width: 100% !important;
	position: static !important;
	padding: 15px 20px !important;
	border: none !important;
	overflow: visible !important;
	vertical-align: top;
	margin: inherit !important;
}

/*===woocommerce -- customer_details===*/
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce #customer_details {
	margin-bottom: 30px;
}
.woocommerce-form-coupon button[type=submit]{
	margin-top: 1em;
	padding: 12px 22px;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	border-radius: 0;
	margin-top: 0;
}
.return-to-shop,
.woocommerce-cart .wc-proceed-to-checkout{
	margin-bottom: 40px;
}

/*=== Sidebar widget ===*/
.creativesplanet-sidebar .widget a {
	font-weight: 700;
}
.site-content .widget .wp-block-latest-comments {
	padding: 0;
}

/*===woocommerce -- cart_list - product_list_widget ===*/
.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del{
	margin-right: 10px;
}
.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins{
	text-decoration: none;
	font-weight: 700;
}
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li{
	margin-bottom: 10px;
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child{
	margin-bottom: 0px;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
	border: 1px solid rgba(0, 0, 0, 0.10);
}

/*=== widget_product_categories ===*/
.widget_product_categories ul li{
	position: relative;
	margin-bottom: 18px;
	padding: 0;
}
.widget_product_categories ul li .count {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #000;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 12px;
	font-weight: 700;
	border-radius: 50%;
}

/*=== woocommerce-message ===*/
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button{
	float: none;
	position: absolute;
	right: 34px;
	top: 14px;
	padding: 10px 22px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
	padding: 25px 180px 25px 55px;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
	background-color: #eef7f9;
}
.woocommerce table.shop_table th{
	font-weight: 700 !important;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods{
	padding: 0;
}

@media (min-width: 1601px){
	.cspt-header-style-1 .cspt-slider-area{
		max-width: 1400px;
		overflow: hidden;
		margin-right: auto;
			margin-left: auto;
	}
}

/*=== Icon-List ===*/
.cspt-icon-list.elementor-widget-icon-list .elementor-widget-container .elementor-icon-list-items{
	position: relative;
}
.cspt-icon-list.elementor-widget-icon-list .elementor-widget-container .elementor-icon-list-items:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 10px;
	left: -40px;
}
.cspt-icon-list.elementor-widget-icon-list .elementor-widget-container .elementor-icon-list-items:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: -20px;
	left: -26px;
}

/* --------------------------------------
 * Tab CSS
 * ---------------------------------------*/ 
.cspt-tab-content-title,
.cspt-tab-content{
	display: none;
}
.cspt-tab-content.cspt-tab-active{
	display: block;
}
.cspt-tab-link{
	display: block;
	padding: 10px;
	text-align: center;
}
.cspt-tabs .cspt-tabs-heading{
	margin: 0;
	padding: 0;
	text-align: center;
}
.cspt-tabs .cspt-tabs-heading li span{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
}
.cspt-tabs .cspt-tabs-heading li{
	display: inline-flex;
	align-items: center;
	padding: 15px 60px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: normal;
	margin-right: 30px;
	cursor: pointer;
	width: 267px;
	position: relative;
	margin-bottom: 15px;
	background-color: #fff;
}
.cspt-tabs .cspt-tabs-heading li:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	bottom: -15px;
	border-color: #fff transparent transparent transparent;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cspt-tabs .cspt-tabs-heading li.cspt-tab-li-active{
	color: #fff;
}
.cspt-tabs .cspt-tabs-heading li:last-child{
	margin-right: 0px;
}
.cspt-tabs .cspt-tabs-heading li.cspt-tab-li-active:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	bottom: -15px;
	border-color: #007bff transparent transparent transparent;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.cspt-tabs .cspt-tabs-heading li.cspt-tab-li-active span,
.cspt-tabs .cspt-tabs-heading li.cspt-tab-li-active i{
	color: #fff;
}
.cspt-tabs .cspt-tabs-heading li i{
	display: block;
	font-size: 30px;
	margin-right: 15px;
	font-weight: normal;
	line-height: normal;
}
.cspt-tabs .cspt-tab-content-wrapper{
	margin-top: 50px;
	margin-bottom: 50px;
}
.cspt-tabs .cspt-tab-content-inner .inner-content{
	margin-top: 15px;
}
.cspt-tabs .cspt-tab-content-inner img{
	margin: 0;
}
.cspt-tabs .cspt-tab-content-inner h5{
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
}
.cspt-tabs .cspt-tab-content-inner ul{
	margin-top: 30px;
	list-style: none;
	margin-left: 30px;
	position: relative;
}
.cspt-tabs .cspt-tab-content-inner ul li{
	position: relative;
	margin-bottom: 16px;
	font-weight: 400 !important;
}
.cspt-tabs .cspt-tab-content-inner ul li:after{
	font-size: 30px;
	content: "";
	font-weight: normal;
	position: absolute;
	left: -30px;
	top: 7px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	background-color: #000;
}
.cspt-tabs .cspt-tab-content-inner ul:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 20px;
	left: -25px;
}
.cspt-tabs .cspt-tab-content-inner ul:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: -10px;
	left: -14px;
}