/**
Theme Name: Captured Carbon
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: captured-carbon
Template: astra
*/
.custom-btn .elementor-button-icon {
	background: #F93822;
	border-radius: 40px;
	right: 1px;
	/* position: absolute; */
	height: 31px;
	width: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .3s ease;
	height: 37px;
	width: 37px;
	right: 4px;
}
.custom-btn .elementor-button-content-wrapper {
	align-items: center;
	z-index: 1;
	position: relative;
}
.custom-btn .elementor-button{
	position:relative;
	overflow:hidden;
}
.custom-btn .elementor-button:before{
	content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #F93822;
  border-radius: 50px;
  z-index: 0;
  transition: right 0.5s ease;
}
.custom-btn .elementor-button:hover:before{
  right: 0%;
}
.custom-btn .elementor-button:hover .elementor-button-icon {
	background: #121D29;
}
.custom-btn.custom-btn1 .elementor-button:hover .elementor-button-icon {
	background: #fff;
}
.highlight {
	color: #F93822 !important;
}
.image-hover-efect {
	position: relative;
	overflow: hidden;
}

.image-box-content {
	position: absolute;
	bottom: 30px;
	left: 0px;
	right: 0;
	margin: 0 auto;
	width: 100%;
	padding:50px;
	transition: all 1s ease-out;
	text-align: left;
	height: 22%;
}
.image-box {
	position: relative;
}
.image-box::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #121D29;
	background-repeat: no-repeat;
	background-position: right center;
	opacity: 1;

}
.text-hoverefect{
	opacity: 0;
	transition: all 1s ease-out;
}

.image-hover-efect:hover .image-box-content{
	bottom: -1px;
	height: 100%;
}
.image-hover-efect:hover .image-box::before{
	opacity: 1;
	background-image: url(https://captured-carbon.sproutwebsites.co.uk/wp-content/uploads/2025/09/Group-407191.svg);
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #121D29;
}
.image-hover-efect:hover .text-hoverefect{
	opacity: 1;
	transition: all 1s ease-out;
}
.service-panel {
	position: relative;
}
.service-panel::before {
	opacity: 1;
	transition: all 1s ease-out;
	background-image: url(/wp-content/uploads/2025/09/Group-1000003888.svg);
	position: absolute;
	content: '';
	width: 150px;
	height: 150px;
	/* background-color: #121D29; */
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	top: 36%;
	border: 20px solid #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.image-hover-efect:hover .image-box.image-box2::before {
	/* opacity: 1; */
	/* transition: all 1s ease-out; */
	/* background-image: none; */
	/* position: absolute; */
	/* content: ''; */
	/* width: 100%; */
	/* height: 100%; */
	/* background-color: #F93822; */
	/* background-image: url(/wp-content/uploads/2025/09/Group-8.svg); */
	/* background-position: right bottom; */
	background-color: #F93822;
	background-image: url("/wp-content/uploads/2025/10/Group-81-1.svg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
}
.advisory-sec {
	position: relative;
}
.advisory-sec::before {
	position: absolute;
	content: '';
	width: 1px;
/* 	height: 126px; */
	height:82%;
	background-color: rgba(0, 0, 0, 0.20);
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 17px;
}

.image-hover-efect:hover .image-box.image-box50::before {
	opacity: 1;
	transition: all 1s ease-out;
	background-image: url(/wp-content/uploads/2025/09/Group-407191-1.svg);
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #121D29;
	background-position: bottom right;
	background-size: 50%;
}
.advisory-sec.advisory-sec1::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 192px;
	background-color: rgba(0, 0, 0, 0.20);
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 0;
}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
	text-decoration: none !important;
}
a:focus {
	outline: none !important;
}
.image-box-content.image-box-content1 {
	bottom: 75px;
}

.twae-wrapper .twae-media iframe, .twae-wrapper .twae-media img{
	border-radius: 10px;
	margin-bottom: 20px !important;
}

.twae-wrapper .twae-content{
	border-radius: 16px !important;
}

/*Timeline*/

.custom-timeline .wpr-timeline-entry {
	height: 342px;
}
.custom-timeline .wpr-extra-label {
	top: 42% !important;
	border-radius: 16px;
}
.custom-timeline .wpr-timeline-entry .wpr-extra-label {
	position: absolute;
	width: 97% !important;
}

.wpr-extra-label .wpr-sub-label img {
	width: 100%;
	border-radius: 16px;
}
.custom-timeline .wpr-title-wrap{
	text-align:left !important;
}
.custom-timeline  .wpr-description{
	text-align:left !important;
}
.ast-container {
	max-width: 100% !important;
	padding: 0 !important;
}

.ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
	margin: 0 !important;
	padding: 0;
}
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single, .ast-separate-container .ast-author-box, .ast-separate-container .ast-404-layout-1, .ast-separate-container .no-results {
	padding: 0 !important;
}


.box-container{
	max-width:800px;
	margin:0 auto;
	padding:30px;
}

.box-ourTeam-list{
	display:flex;
	flex-direction:column;
	row-gap:8px;
}

.ourTeam-item-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family:'arial';
	padding:20px;
	opacity:0;
	transition:all 2s ease;
}

.ourTeam-item-inner-lft{
width:35%;
}

.ourTeam-item-inner-rht {
	padding: 0 0 0 40px;
	width: 60%;
}

.ourTeam-item-inner-lft .team-img{
	object-fit:contain;
	max-width:100%;
	border-radius: 16px;
}

.ourTeam-item-inner-lft .team-img{
  display: block;
  object-fit: cover;
  -webkit-mask-image: url("https://captured-carbon.sproutwebsites.co.uk/wp-content/uploads/2025/09/Vector-1.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("https://captured-carbon.sproutwebsites.co.uk/wp-content/uploads/2025/09/Vector-1.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.ourTeam-item-inner h3{
	color:#F5F5F5;
	font-size:30px;
	font-weight:600;
}

.ourTeam-item-inner h4 {
	color: #F5F5F5;
	font-weight: 400;
	font-size: 20px;
	margin: 17px 0 0;
}

.box-ourTeam-list-item{
	width:100%;
	height:50px;
	transition:all 1.01s ease;
	background:#EBECE7;
	margin:0 11px;
	border-radius:20px;
	overflow:hidden;
}

.box-ourTeam-list-item.box-ourTeam-active{
	height: 250px;
	background:#F93822;

}

.box-ourTeam-list-item.box-ourTeam-active .ourTeam-item-inner{
	opacity:1;
}



/* Optional: highlight paused item */
/*	.box-ourTeam-list-item.stop {
background:#c12614;
}*/
.megamenu-arow .elementor-button:hover .elementor-button-icon {
	transform: rotate(-45deg);
	 transition: all 1s ease-out;
}

.box-design {
	position: relative;
}
.image-hover-efect:hover .image-box.image-box100::before {
	height: 100%;
	background-color: #121D29;
	background-size:contain;
}
.advisory-sec.advisory-sec1.advisory-sec30::before {
	top: 46px;
}


/* css start 22-10-25 start */
.banner-mask-video{
	-webkit-mask-position:center !important;
}

.advisory-sec:last-child::before{
	display:none;
}

.custom-contact-form .elementor-field-type-upload {
    order: 1;
    width: 200px !important;  
    /* height: 60px; */
}
.custom-contact-form .elementor-field-type-upload label {
    width: 170px !important;
    clip: inherit;
    height: 58px;
    background: #ebece7;
    border: 1px solid #121D29;
    border-radius: 40px;
    color: #121D29;
    font-size: 18px;
    text-align: center;
    /* display: block; */
    top: 2px !important;
    padding: 18px 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
	z-index:1;
}

.custom-contact-form .elementor-field-type-upload .elementor-upload-field {
    padding: 0 46px;
    /* display: none; */
    /* opacity: 0; */
    position: absolute;
    width: 2px;
	left:22px;
}

/* .custom-contact-form .elementor-field-type-upload label:after {
    content: "Upload File";
    color: #121D29;
    font-size: 18px;
    text-align: center;
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    top: 0;
    justify-content: center;
    align-items: center;
} */

.custom-contact-form .elementor-field-type-submit{
	order:2;
	width:auto !important;
}


.custom-captured-carbon-list .elementor-icon-box-icon {
    top: 8px;
    position: relative;
}

.custom-captured-carbon-key .elementor-icon-box-description{
	margin:0 0 0 -35px;
}


#e-n-tab-content-789610794 {
    display: none !important;
}

/* css start 22-10-25 end */



@media (min-width:1366px) and (max-width:1640px){
	
	.e-con-inner {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
}


@media (max-width: 767px) {
	
	.custom-captured-carbon-key .elementor-icon-box-description {
    margin: 0 0 0 0;
}
	
	.custom-btn .elementor-button-icon {
	  height: 27px;
	  width: 27px;

	}
	.advisory-sec::before {
display:none;
}
.custom-timeline .wpr-timeline-entry .wpr-extra-label {
	display: none !important;
}
.wpr-timeline-centered.wpr-one-sided-timeline .wpr-timeline-entry {
	width: 100%;
	float: left;
	margin-bottom: 0 !important;
}

.box-ourTeam-list-item{
	margin:0 0px;
}
.box-container{
	max-width:100%;
	margin:0 auto;
	padding:0px;
}
.ourTeam-item-inner h3{
	font-size:16px;
}

.ourTeam-item-inner h4 {
	font-size: 15px;
}
.ourTeam-item-inner-rht {
	padding: 0 0 0 15px;
}
.elementor-150 .elementor-element.elementor-element-4b92a90 .wpr-centered .wpr-one-sided-timeline .wpr-right-aligned .wpr-timeline-entry-inner .wpr-data-wrap {
	margin-left: calc(100px/2 + 10px) !important;
}
.service-panel::before {
	display: none;
}
.box-ourTeam-list-item.box-ourTeam-active{
	height: auto;

}
}