/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 05 2022 | 20:39:47 */
.header-logo-col:before {
    content: "";
    position: absolute;
    top: 0px;
    right: -102px;
    width: 100px;
    border-bottom: 55px solid #58a6308c;
    border-left: 3px solid transparent;
    border-right: 30px solid transparent;
    z-index: 1;
}
.header-logo-col:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -70px;
    bottom: 0;
    z-index: 1;
    border-top: 130px solid #58A630;
    border-right: 70px solid transparent;
}
div#Content {
    padding: 0px !important;
}
.service-box{
  position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0.1s;
    z-index: 2;
    bottom: -40px;
}
.service-box-text{
    position: relative;
    display: block;
    height: 0;
    opacity: 0;
    padding-top: 0;
    transition: all 0.3s ease-in-out 0.1s;
}
.service-img .elementor-widget-container:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #ff000052;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 2;
}
.service-col:hover .service-box-text{
    opacity: 1.0;
    height: 88px;
}

.service-col:hover .service-box .elementor-widget-wrap.elementor-element-populated{
     padding-bottom: 50px;
}
.service-col:hover .service-img .elementor-widget-container:after{
  opacity: 1;
}
.specs-heading:after{
	content: "";
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    border-top: 75px solid rgba(28, 28, 39, 0.10);
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
    z-indeX: 10;
}
.specs-heading:before{
	content: "";
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    border-top: 75px solid #58A630;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
    z-indeX: 10;
    opacity: 0;
}
.specs:hover .specs-heading:before, .specs:hover .specs-btn:before{
 	  opacity: 1;
      display: flex;
}
.specs-btn:after{
  content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-bottom: 75px solid rgba(28, 28, 39, 0.10);
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    z-index: 10;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.specs-btn:before{
  content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-bottom: 75px solid #58A630;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    z-index: 10;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    opacity: 0;
}
.specs-btn span, .specs-heading h2{
  position: relative;
  z-index: 222 !important;
}

.sidebar-menu li {
    padding: 15px !important;
    background: #80808047;
    margin-bottom: 12px !important;
}

.sidebar-menu li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 5px solid #58A630;
    background: transparent;
    transform: perspective(400px) scaleY(0);
    transform-origin: center;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.sidebar-menu li i{
  opacity: 0 !important;
    -webkit-transition: .5s !important;
    -o-transition: .5s !important;
    transition: .5s !important;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2) !important;
    -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2) !important;
    transform: perspective(400px) rotateX(-90deg) scale(0.2) !important;
    -webkit-transform-origin: top !important;
    -ms-transform-origin: top !important;
    transform-origin: top !important;
}
.sidebar-menu li:hover a:after {
    transform: perspective(400px) scaleY(1);
}
.sidebar-menu li:hover i{
 	 opacity: 1 !important;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0) !important;
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0) !important;
    transform: perspective(400px) rotateX(0deg) scale(1.0) !important;
}
.sidebar-heading h3:before {
    content: "";
    background: #58A630;
    position: absolute;
    width: 50px;
    height: 3px;
    z-index: 2;
    top: 48%;
    left: 8%;
}
.quality-text:before {
    content: "";
    position: absolute;
    background: #58A630;
    width: 150px;
    height: 210px;
    z-index: -1;
    left: -76px;
    transform: skewY(30deg);
    top: -150%;
    border-bottom: 10px solid white;
}
.quality-text:after {
    content: "";
    position: absolute;
    background: #58A630;
    width: 180px;
    height: 180px;
    z-index: -1;
    left: 71px;
    transform: skewY(-30deg);
    top: -150%;
    border-bottom: 10px solid white;
}

.sidebanner .elementor-element-populated{
  overflow: hidden;
}
.custom-accor .elementor-accordion-item {
    background: white;
    margin-bottom: 15px !important;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}
.custom-accor .elementor-tab-title.elementor-active {
    background: #272727;
    padding: 22px;
}
.custom-accor .elementor-tab-title{
   padding: 22px !important;
}
.custom-testimonials .jet-carousel__item-inner {
    display: flex;
    column-gap: 40px;
    background: white;
    box-shadow: 0px 0px 7px 3px #d3d3d366;
}
.custom-testimonials .jet-carousel__item-inner img.jet-carousel__item-img {
    width: 250px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0px 0px 4px lightgrey;
}
.custom-testimonials .jet-carousel__item-inner a.jet-carousel__item-link {
    background-image: linear-gradient(180deg,  lightgray 50%, #58A630 50%);
    padding: 40px 20px;
}
.custom-testimonials .jet-carousel__item-inner .jet-carousel__content {
    padding: 50px 30px 50px 10px;
}
.service-imgbox img 
{
    filter: brightness(0) invert(1) !important;
}
.number-box img
{
    filter: hue-rotate(90deg) !important;
}
@media(max-width:767px)
{
	.quality-text:after {
		content: "";
		position: absolute;
		background: #58A630;
		width: 187px;
		height: 199px;
		z-index: -1;
		left: 74px;
		transform: skewY(-30deg);
		top: -150%;
		border-bottom: 10px solid white;
	}
}