/*
Theme Name: Biotellus Child
Theme URI: https://biotellus.qodeinteractive.com
Description: A child theme of Biotellus
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: biotellus
Template: biotellus
*/

/* For Old Twiter Icon convert to New X Icon */
.ion-logo-twitter:before {
    content: "";
    content: "𝕏" !important;
}
/** Header left image removed*/
#qodef-page-wrapper .qodef-header-wrapper .qodef-header-shape {
display:none;
}
/* Hide Top Bar */
#qodef-top-area {
  display: none !important;
}


.portfolio-custom-css div#qodef-top-area{
    background-color: rgb(251 251 251 / 74%) !important;
}

.wpcf7-form-control-wrap input[type=text], input[type="email"], input[type="tel"], textarea{
padding: 10px 10px !important; 
}

#qodef-side-area{
	transition: all 1s cubic-bezier(.77,0,.175,1) !important;
/* 	visibility: visible !important; */
}

#qodef-page-footer-bottom-area {
  padding: 40px 0 40px !important;
}

/** For Home Page **/
.home #qodef-top-area {
    background-color: rgb(67 78 84) !important;
}

.post-template-default.single.single-post #qodef-top-area{
 background-color: transparent  !important;
}

.qodef-header--standard #qodef-page-header {

		background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 20%, rgb(67, 78, 84) 0%) !important;
    
	/*     background-color: rgb(248 188 38) !important; */
}

/* Single Post page */
.post-template-default.single.single-post .qodef-header--standard #qodef-page-header {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.54) 20%, rgba(27, 28, 28, 0) 0%) !important;
 }

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-wrapper {
	display:none !important;
}
#slider-8-slide-8-layer-12{
	display: none !important;
}
.tp-rs-img.rs-lazyload{
	display:none !important;
}
/** For full width slider **/ 
section.qodef-elementor-content-grid > .elementor-container {
	width:100% !important;
}

/*** Download Button Menu Bar  ***/
.qodef-custom-header-link {
  color: #fff !important;
  background: #f8bc26 !important;
  padding: 10px;
}

.qodef-m-wrapper{
	text-align:center;
}
/**** Hero Slider Caption  ****/
.elementor-image-carousel-caption {
font-size: 54px !important;
  color: #fff;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  background: #1e1d1d5c;
  padding: 16px 18px;
}

.swiper-slide-image.swiper-lazy.swiper-lazy-loaded {
  height: 300px;
}

#qodef-page-footer .widget .qodef-widget-title, #qodef-page-footer .widget .widgettitle {
/*   color: #f8bc26; */
  border-left: 3px solid #f8bc26;
  padding-left: 6px;
}

.footer-address{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
.widget ul:not(.qodef-shortcode-list) li {
  letter-spacing: 1.1px !important;
}
.qodef-page-title.qodef-title--standard .qodef-m-subtitle{
	letter-spacing: 1.1px !important;
	line-height:1.4;
}

/**** page title ****/
.qodef-page-title .qodef-m-title{
  font-size: 60px !important;
  color: #fff !important;
}

.qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span{
color: #fff !important;
}
.qodef-m-title.entry-title {
  font-size: 60px !important;
}
@media only screen and (max-width: 680px){
.qodef-page-title .qodef-m-title {
  font-size: 40px !important;
}
.qodef-m-title.entry-title {
   font-size: 40px !important;
}
}
/* Corporate pdf style start */
  .corporate-data table {
    padding: .75rem;
  }

  table th {
    font-weight: 600;
    font-size:18px;
  }
  table td {
    font-size: 18px;
  }

  .text-center {
    text-align: center;
  }

  .corporate-data {
    width: 75%;
    overflow: auto;
    box-shadow: 1px 1px 3px #cfcfcf;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 6px;
  }
  
  .corporate tr td {
    vertical-align: middle;
    padding: 10px;
}

  .corporate {
    display: flex;
    flex-wrap: wrap;
  }

  .fas {
    color: #2f3895;
  }
.corporate-main-heading h1{
	font-size: 36px;
	background: #2f3895;
	text-align: center;
	padding: 8px 10px;
	color: #ffffff;
	text-transform: uppercase;
}
  .corporate-heading {
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 1.25rem;
    letter-spacing: 0;
    font-size: 30px;
    color: #2f3895;
  }

  @media screen and (max-width:768px) {
    .corporate {
      display: block;
      /* flex-wrap: nowrap; */
    }
	.corporate-main-heading h1{
		font-size: 18px;
		padding: 10px 14px;
	}
    .corporate-data {
      width: 96%;
      box-shadow: 1px 1px 3px #cfcfcf;
      overflow: auto;
      margin-left: auto;
      margin-right: auto;
      justify-content: center;
      align-items: center;
	  padding: 10px;
    }
	table th {
		font-weight: 600;
		font-size:16px;
	  }
	  table td {
		font-size: 16px;
	  }
  }

/* Corporate pdf style end */

.qodef-header-navigation > ul > li > a {
	letter-spacing:0.10em !important;
}

.qodef-menu-item-text {
  line-height: 1.2 !important;
  padding: 8px 0px !important;
}

#qodef-page-footer-copyright-area {
  border-top: 1px solid #eaeaea;
  padding 0px !important;
}

/**** CSS for Mobile Menu icons *****/
@media screen and (max-width:768px){
.material-icons {
  position: relative !important;
  top: 6px !important;
}
}
/*  Menu color */
.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li > a {
 color: #fbf8f8 !important;
}
/* Right side opener icon */
.qodef-opener-icon.qodef-source--svg-path span {
  display: none !important;
}

/** Title subtitle font size **/
h2.qodef-m-title {
  font-size: 52px !important;
}
h3.qodef-m-title {
  font-size: 40px !important;
}
/** side bar opener svg**/
.qodef-opener-svg {
  display: none !important;
}
/** Menu items padding **/
.qodef-header-standard--center #qodef-page-header .qodef-header-navigation > ul > li {
  padding: 0 7px !important;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
	margin-right:0px !important;
}
/* Kheema css  */

.qodef-m-icon-wrapper {
	margin: 0px !important;
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a {
	color: #000 !important;
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a:hover,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a:hover {
	color: #000 !important;
}

.box-slider>.qodef-m-wrapper {
	height: 145px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
}

.mrowhow>div>div>div>p:before {
	display: none !important;
	content: "";
	text-align: center;
}

.mrowhow>div>div>div>p {
	margin: 0px;
}

.mrowhow>div>div>p {
	max-width: 800px;
	margin: 0 auto !important;
}

.ourvision {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ourvision:nth-child(2) {
	margin-left: 20px;
}

li.solar-calculator>a {
	background: #0DB02B;
	border-radius: 20px;
	padding: 1px 11px !important;
	font-size: 12px !important;
	height: auto !important;
}


.our-services>div>div>div>h3 {
	margin: 0px;
	padding-top: 10px;
}

.elementor-section .clienttestimonil .qodef-testimonials-list::before {
	top: 20%;
	left: 15%;
	height: 150px;
	font-size: 250px;
}

.elementor-section .clienttestimonil .qodef-e-media-image {
	border: 1px solid #cccccc4f;
	padding: 10px;
	text-align: center;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.elementor-section .clienttestimonil .qodef-e-media-image img {
	max-width: 100%;
	padding: 10px;
}

.elementor-section .clienttestimonil .qodef-e-content p.qodef-e-text {
	font-style: italic;
}

.elementor-section .clienttestimonil .qodef-testimonials-list .qodef-e-author {
	color: #0DB02B;
}

.elementor-section .clienttestimonil .qodef-testimonials-list .qodef-e-author-job {
	color: #0DB02B;
}

.everthingnew.qodef-blog .qodef-blog-item .qodef-image-date {
	background: #2f3895;
}

.everthingnew.qodef-blog .qodef-blog-item .qodef-image-date:hover {
	background: #0DB02B;
	transition: all 0.3s;
}

.home-top-boxes .qodef-icon-with-text.qodef-hover-effect--contrast .qodef-m-wrapper.qodef-mask {
	background: #2f3895;
	transition: clip-path .5s ease-out, -webkit-clip-path .5s ease-out;
}

.everything-new .qodef-blog .qodef-e-supertitle .qodef-e-text {
	color: #0DB02B;
}

.everything-new .qodef-blog .qodef-e-supertitle .qodef-e-line {
	background-color: #0DB02B;
}

#qodef-back-to-top .qodef-back-to-top-icon {
	background-color: #2f3895;
	border: 1px solid #2f3895;
}

.everything-new .qodef-button.qodef-layout--textual:after,
.everything-new .qodef-button.qodef-layout--textual:before {
	content: "";
	background-color: #0DB02B;
}

.ourvision:hover .qodef-icon-with-text .qodef-m-title {
	color: #fff !important;
}

.ourvision:hover p.qodef-m-text {
	color: #fff !important;
}

.our-services:hover .elementor-image-box-content .elementor-image-box-title a {
	color: #2f3895 !important;
}

.csrbox .qodef-portfolio-list .qodef-e-image img {
	width: 100%;
}

#qodef-page-footer .widget .qodef-widget-title,
#qodef-page-footer .widget .widgettitle {
	border-left: 3px solid #fff;
}

.ourvision:hover span.qodef-icon-ionicons.ion-md-eye.qodef-icon.qodef-e {
	color: #fff !important;
}

.ourvision:hover span.qodef-icon-ionicons.ion-ios-paper-plane.qodef-icon.qodef-e {
	color: #fff !important;
}

.qodef-vertical-text-inner.qodef--appeared {
	display: none;
}

.clienttestimonil .qodef-testimonials-list.qodef-swiper-container .qodef-navigation-holder {
	left: 200px;
}

.clienttestimonil .qodef-testimonials-list .qodef-e-inner {
	padding-bottom: 0px
}

/* #qodef-page-header-inner.qodef-skin--dark nav>ul>li>a, .qodef-custom-header-layout.qodef-skin--dark nav>ul>li.solar-calculator>a{
       color: #fff !important;
} */
.qodef-header-standard--center #qodef-page-header .qodef-header-navigation>ul>li {
	padding: 0 10px !important;
}

.qodef-header-navigation .qodef-main-menu-top-line {
	border-top: 3px solid #2f3895;
}

.qodef-icon-with-text.qodef-hover-effect--contrast .qodef-m-wrapper.qodef-mask {
	background-color: #2f3895;
}


.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
	transition: filter 0.3s ease;
}

.core-values:hover .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
	filter: brightness(0) invert(1);
}


.core-values:hover .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a {
	filter: brightness(0) invert(1);
}

.core-values {
	border-right: 1px solid #00000029;
}

.core-values:last-child {
	border: none;
}

.qodef-theme-button,
button[type=submit],
input[type=submit] {
	background-color: #2f3895;
}

.qodef-header-navigation .qodef-main-menu-left-line {
	border-left: 3px solid #2f3895;
}

.qodef-header-standard--center #qodef-page-header .qodef-header-navigation>ul>li.solar-calculator {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 0px !important;
}

#qodef-page-header .qodef-widget-holder {
	display: none;
}

#qodef-page-footer .widget.widget_media_image {
	margin: 0 0 20px;
}

div#qodef-page-footer-bottom-area-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
}

.core-values>.qodef-m-wrapper {
	height: 145px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
	padding: 0px 10px;
}

.making-impact .qodef-m-wrapper {
	height: 217px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 0px 10px;
	margin-bottom: 20px;
}

div#text-13 {
	text-align: right;
}

.qodef-header--standard #qodef-page-header {
	background: #fff !important;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
	background-color: #ffffff;
}

.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a {
	color: #000000 !important;
}

li.solar-calculator>a:hover {
	background: #2f3895;
	transition: all 0.3s;
}

li.solar-calculator>a>span {
	color: #fff;
}

.sub-menu {
	padding-top: 1px !important;
	/*     box-shadow: 0px 0px 8px #00000026;
    border: 0px;
    border-radius: 0px; */
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item>a {
	color: #000 !important;
}

#qodef-back-to-top:hover .qodef-back-to-top-icon {
	background-color: #2f3895;
	border: 1px solid #2f3895;
}


@media (max-width: 991.98px) {

	.ourvision:nth-child(2) {
		margin-left: 0px;
		margin-top: 20px;
	}

	.custom-btn {
		text-align: center;
		margin: 0 auto;
	}

	div#qodef-page-footer-bottom-area-inner {
		width: 100%;
		margin: 0 auto;
		padding: 0px 15px;
	}

	#qodef-page-footer-bottom-area .qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item {
		margin: 10px 0px;
	}

	.textwidget>p {
		margin: 0px;
	}

	div#text-13>div>p {
		text-align: center;
		margin: 0;
	}

	div#text-12>diV>p {
		text-align: center;
		margin: 0;
	}

	.elementor-section .clienttestimonil .qodef-testimonials-list::before {
		display: none;
	}

	.elementor-section .clienttestimonil .qodef-e-media-image {
		float: none;
		margin: 0 auto;
	}

	.qodef-testimonials-list .qodef-e-content {
		float: none;
		text-align: center;
	}

	.qodef-testimonials-list.qodef-swiper-container .qodef-navigation-holder {
		left: 50%;
		transform: translateX(-50%);
	}

	l.qodef-m-icon-wrapper {
		margin: 0px !important;
	}

	#qodef-page-header-inner.qodef-skin--light nav>ul>li>a,
	.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a {
		color: #000 !important;
	}

	#qodef-page-header-inner.qodef-skin--light nav>ul>li>a:hover,
	.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a:hover {
		color: #000 !important;
	}

	.box-slider>.qodef-m-wrapper {
		height: 145px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		gap: 15px;
	}

	.mrowhow>div>div>div>p:before {
		display: none !important;
		content: "";
		text-align: center;
	}

	.mrowhow>div>div>div>p {
		margin: 0px;
	}

	.mrowhow>div>div>p {
		max-width: 800px;
		margin: 0 auto !important;
	}

	.ourvision {
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}

	.ourvision:nth-child(2) {
		margin-left: 20px;
	}

	li.solar-calculator>a {
		background: #0DB02B;
		border-radius: 20px;
		padding: 1px 11px !important;
		font-size: 12px !important;
		height: auto !important;
	}


	.our-services>div>div>div>h3 {
		margin: 0px;
		padding-top: 10px;
	}

	.elementor-section .clienttestimonil .qodef-testimonials-list::before {
		top: 20%;
		left: 15%;
		height: 150px;
		font-size: 250px;
	}

	.elementor-section .clienttestimonil .qodef-e-media-image {
		border: 1px solid #cccccc4f;
		padding: 10px;
		text-align: center;
		width: 140px;
		height: 140px;
		border-radius: 50%;
		display: flex !important;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}

	.elementor-section .clienttestimonil .qodef-e-media-image img {
		max-width: 100%;
		padding: 10px;
	}

	.elementor-section .clienttestimonil .qodef-e-content p.qodef-e-text {
		font-style: italic;
	}

	.elementor-section .clienttestimonil .qodef-testimonials-list .qodef-e-author {
		color: #0DB02B;
	}

	.elementor-section .clienttestimonil .qodef-testimonials-list .qodef-e-author-job {
		color: #0DB02B;
	}

	.everthingnew.qodef-blog .qodef-blog-item .qodef-image-date {
		background: #2f3895;
	}

	.everthingnew.qodef-blog .qodef-blog-item .qodef-image-date:hover {
		background: #0DB02B;
		transition: all 0.3s;
	}

	.home-top-boxes .qodef-icon-with-text.qodef-hover-effect--contrast .qodef-m-wrapper.qodef-mask {
		background: #2f3895;
		transition: clip-path .5s ease-out, -webkit-clip-path .5s ease-out;
	}

	.everything-new .qodef-blog .qodef-e-supertitle .qodef-e-text {
		color: #0DB02B;
	}

	.everything-new .qodef-blog .qodef-e-supertitle .qodef-e-line {
		background-color: #0DB02B;
	}

	#qodef-back-to-top .qodef-back-to-top-icon {
		background-color: #2f3895;
		border: 1px solid #2f3895;
	}

	.everything-new .qodef-button.qodef-layout--textual:after,
	.everything-new .qodef-button.qodef-layout--textual:before {
		content: "";
		background-color: #0DB02B;
	}

	.ourvision:hover .qodef-icon-with-text .qodef-m-title {
		color: #fff !important;
	}

	.ourvision:hover p.qodef-m-text {
		color: #fff !important;
	}

	.our-services:hover .elementor-image-box-content .elementor-image-box-title a {
		color: #2f3895 !important;
	}

	.csrbox .qodef-portfolio-list .qodef-e-image img {
		width: 100%;
	}

	#qodef-page-footer .widget .qodef-widget-title,
	#qodef-page-footer .widget .widgettitle {
		border-left: 3px solid #fff;
	}

	.ourvision:hover span.qodef-icon-ionicons.ion-md-eye.qodef-icon.qodef-e {
		color: #fff !important;
	}

	.ourvision:hover span.qodef-icon-ionicons.ion-ios-paper-plane.qodef-icon.qodef-e {
		color: #fff !important;
	}

	.qodef-vertical-text-inner.qodef--appeared {
		display: none;
	}

	.clienttestimonil .qodef-testimonials-list.qodef-swiper-container .qodef-navigation-holder {
		left: 200px;
	}

	.clienttestimonil .qodef-testimonials-list .qodef-e-inner {
		padding-bottom: 0px
	}

	#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a,
	.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.solar-calculator>a {
		color: #fff !important;
	}

	.qodef-header-standard--center #qodef-page-header .qodef-header-navigation>ul>li {
		padding: 0 10px !important;
	}

	.qodef-header-navigation .qodef-main-menu-top-line {
		border-top: 3px solid #2f3895;
	}

	.qodef-icon-with-text.qodef-hover-effect--contrast .qodef-m-wrapper.qodef-mask {
		background-color: #2f3895;
	}


	.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
		transition: filter 0.3s ease;
	}

	.core-values:hover .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
		filter: brightness(0) invert(1);
	}


	.core-values:hover .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a {
		filter: brightness(0) invert(1);
	}

	.core-values {
		border-right: 1px solid #00000029;
	}

	.core-values:last-child {
		border: none;
	}

	.qodef-theme-button,
	button[type=submit],
	input[type=submit] {
		background-color: #2f3895;
	}

	.qodef-header-navigation .qodef-main-menu-left-line {
		border-left: 3px solid #2f3895;
	}

	.qodef-header-standard--center #qodef-page-header .qodef-header-navigation>ul>li.solar-calculator {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-right: 0px !important;
	}

	#qodef-page-header .qodef-widget-holder {
		display: none;
	}

	#qodef-page-footer .widget.widget_media_image {
		margin: 0 0 20px;
	}

	div#qodef-page-footer-bottom-area-inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 40px;
	}

	.core-values>.qodef-m-wrapper {
		height: 145px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		gap: 15px;
		padding: 0px 10px;
	}

	.making-impact .qodef-m-wrapper {
		height: 217px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		padding: 0px 10px;
		margin-bottom: 20px;
	}

	div#text-13 {
		text-align: right;
	}

	.qodef-header--standard #qodef-page-header {
		background: #fff !important;
	}

	.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
		background-color: #ffffff;
	}

	.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a {
		color: #000000 !important;
	}

	li.solar-calculator>a:hover {
		background: #2f3895;
		transition: all 0.3s;
	}

	li.solar-calculator>a>span {
		color: #fff;
	}

	.sub-menu {
		padding-top: 1px !important;
		/*     box-shadow: 0px 0px 8px #00000026;
    border: 0px;
    border-radius: 0px; */
	}

	#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
	#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item>a,
	.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor>a,
	.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item>a {
		color: #000 !important;
	}

	#qodef-back-to-top:hover .qodef-back-to-top-icon {
		background-color: #2f3895;
		border: 1px solid #2f3895;
	}


	@media (max-width: 991.98px) {
		.ourvision:nth-child(2) {
			margin-left: 0px;
			margin-top: 20px;
		}

		.custom-btn {
			text-align: center;
			margin: 0 auto;
		}

		div#qodef-page-footer-bottom-area-inner {
			width: 100%;
			margin: 0 auto;
			padding: 0px 15px;
		}

		#qodef-page-footer-bottom-area .qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item {
			margin: 10px 0px;
		}

		.textwidget>p {
			margin: 0px;
		}

		div#text-13>div>p {
			text-align: center;
			margin: 0;
		}

		div#text-12>diV>p {
			text-align: center;
			margin: 0;
		}

		.elementor-section .clienttestimonil .qodef-testimonials-list::before {
			display: none;
		}

		.elementor-section .clienttestimonil .qodef-e-media-image {
			float: none;
			margin: 0 auto;
		}

		.qodef-testimonials-list .qodef-e-content {
			float: none;
			text-align: center;
		}

		.qodef-testimonials-list.qodef-swiper-container .qodef-navigation-holder {
			left: 50%;
			transform: translateX(-50%);
		}

		li.solar-calculator>a {
			padding: 6px 13px !important;
			display: inline-block !important;
			color: #fff;
		}

		h3.qodef-m-title {
			font-size: 26px !important;
		}

		h2.qodef-m-title {
			font-size: 24px !important;
		}

		.qodef-section-title.qodef-alignment--left {
			text-align: center;
		}

		.qodef-section-title .qodef-m-subtitle {
			justify-content: center;
		}

		.core-values {
			border-right: none;
			border-bottom: 1px solid #00000029;
		}

		.making-impact .qodef-m-wrapper {
			height: auto;
		}


		i.solar-calculator>a {
			padding: 6px 13px !important;
			display: inline-block !important;
			color: #fff;
		}

		h3.qodef-m-title {
			font-size: 26px !important;
		}

		h2.qodef-m-title {
			font-size: 30px !important;
		}

		.qodef-section-title.qodef-alignment--left {
			text-align: center;
		}

		.qodef-section-title .qodef-m-subtitle {
			justify-content: center;
		}

		.core-values {
			border-right: none;
			border-bottom: 1px solid #00000029;
		}

		.making-impact .qodef-m-wrapper {
			height: auto;
		}

		.qodef-testimonials-list.qodef-swiper-container .qodef-navigation-holder {
			left: 50% !important;
			transform: translateX(-50%);
		}


	}