/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.site-btn .elementor-button-icon svg{
width: 40px !important;
}
.site-btn  .elementor-button-content-wrapper{
    align-items: center;
}
.site-btn a.elementor-button:hover .elementor-button-icon svg circle{
    fill:#8DC63F;
}
.site-btn a.elementor-button:hover .elementor-button-icon svg path{
    fill:#fff;
}
.site-btn a.elementor-button .elementor-button-icon svg circle, .site-btn a.elementor-button .elementor-button-icon svg path{
	transition:all 0.3s ease-in-out;
}
.quote-form form label{
	font-family: Lato;
	font-weight: 600;
	font-size: 16px !important;
	line-height: 26px;
	letter-spacing: 0.01em;
	margin-bottom:0px !important;
}
.quote-form form input::placehoder{
	font-family: Lato;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #4C4C4C;
	opacity:.5;

}
.quote-form form .ginput_container_email, .quote-form form .ginput_container_phone,  .quote-form form .ginput_container_text{
		margin-top:-28px;
}
#input_1_1 span label {
    margin-bottom: -20px !important;
}
.quote-form form input[type="text"], .quote-form form input[type="email"], .quote-form form input[type="tel"], .quote-form form textarea{
	border: 0px;
    border-bottom: 1px solid #333333;
    border-radius: 0px;
	padding:0 0 11px 0 !important;
}
.quote-form form input[type="text"]:focus, .quote-form form input[type="email"]:focus, .quote-form form input[type="tel"]:focus, .quote-form form textarea:focus{
	outline:0px !important;
}
.quote-form form .textarea{
	height:77px !important;
}
.quote-form form .validation_message, .quote-form form  .gfield_required{
	display:none !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 0px solid #c02b0a !important;
    border-bottom: 1px solid #c02b0a !important;
}
.quote-form .gform_validation_error #field_1_1.gfield_contains_required label{
	    color: #c02b0a !important;
}
.quote-form .gform_validation_error #field_1_1.gfield_contains_required input{
	border-bottom: 1px solid #c02b0a !important;
}
.folder-shape{
    transition: all 0.3s;
  filter:url(#round);
}
.folder-shape img {
    clip-path: polygon(0 0, 81% 0, 81% 15%, 100% 15%, 100% 100%, 0 100%);
  }
.gallery-sec .elementor-widget-container{
	    display: flex;
    flex-direction: row-reverse;
    justify-content: normal;
    align-items: end;
	column-gap: 20px;
}
.gallery-sec .elementor-widget-container .elementor-swiper{
	width: 100%;
}
.gallery-sec .elementor-widget-container .elementor-swiper:nth-child(2){
	margin-bottom: 60px !important;
    margin-right: -150px;
}
#arrow_media ul{
    justify-content: space-between;
}
#arrow_media ul li{
    height: 43px;
    width: 43px;
    background-color: #333333;
    border-radius: 50%;
    align-items: center;
    padding-left: 5px;
    /*box-shadow: 0px 14px 14px 0px #00000040;*/
    cursor: pointer;
    transition: all 0.3s;
}
#arrow_media ul li:hover{
     background-color: #8DC63F;
}
#arrow_media ul li svg{
    margin: 0 !important;
}

.news-blg-sec:hover h4, .serv-sec:hover h4{
    color: #8DC63F !important;
}
.news-blg-sec h4, .serv-sec h4{
    transition: all 0.3s;
}
.news-blg-sec:hover .elementor-icon, .serv-sec:hover .elementor-icon{
    background-color: #8DC63F !important;
}
.team-loop a{
	position:relative;
	display:block !important;
}
.team-loop a::after{
	position:absolute;
	content:"";
	width:100%;
	height:447px;
	bottom:0;
	left:0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.22%, #000000 88.81%);
    border-radius: 0 0 20px 20px;
}
.team-loop img, .serv-img img{
 --r: 20px;
    --s: 36px;
    --x: 15px;
    --y: 15px;
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(at calc(100% - var(--r)) var(--r),#0000 25%,#000 0);
  --_d:(var(--s) + var(--r));
  mask:
    calc(100% - var(--_d) - var(--x)) 0 var(--_m),
    100% calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 0,#0000 99%,#000 calc(100% + 1px)) 
     calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(-1*var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
}
.serv-loop-full .elementor-swiper-button-next{
        border-radius: 100px 0 0 100px !important;
    padding: 29px 9px 29px 19px !important;
}
.portfolio-sec .elementor-gallery__titles-container{
	background-color: #F4F4F4;
/*     justify-content: space-between; */
	border-radius:10px;
	padding: 5px 7px;
}
.portfolio-sec .elementor-gallery__titles-container a:not(:last-child){
	border-right:2px solid #fff;
}
.portfolio-sec .elementor-gallery__titles-container a{
	padding:14px 26px;
	border-radius:4px;
}
.portfolio-sec .elementor-gallery__titles-container a:hover, .portfolio-sec .elementor-gallery__titles-container a.elementor-item-active{
	background-color:#8DC63F;
	box-shadow: 0px 4px 14px 0px #0000001A;
}
.details-loop .blog-loop-sec{
	padding:20px !important;
}
.details-loop .blog-loop-sec .e-con-inner{
	padding:0;
}
.team-sec:hover .elementor-icon-wrapper a{
	background-color:#8DC63F !important;
}
/*RESPONSIVE*/
@media(max-width:1566px){
	.portfolio-sec .elementor-gallery__titles-container a{
		padding:14px 16px;
	}
}
@media(max-width:1347px){
	.portfolio-sec .elementor-gallery__titles-container a{
		padding:14px 12px;
	}
}
@media(max-width:1283px){
	.portfolio-sec .elementor-gallery__titles-container a{
		border-right:0px solid #fff !important;
       margin-bottom:10px;
	}
}
@media(max-width:1024px){
    .menu-header .elementor-widget-container{
        margin-right:0 !important;
		padding:0 !important;
    }
	.gallery-sec .elementor-widget-container{
		display: flex;
		flex-direction: column !important;
		column-gap: 20px;
	}
	.gallery-sec .elementor-widget-container .elementor-swiper:nth-child(2){
		margin-bottom: 0px !important;
		margin-right:0px;
	}
	.quote-form form .ginput_container_email, .quote-form form .ginput_container_phone, .quote-form form .ginput_container_text {
		margin-top: -15px;
	}
	#input_1_1 span label {
		margin-bottom: -15px !important;
	}
}
@media(max-width:767px){
    .menu-header .elementor-widget-container{
        margin-right:0 !important;
    }
	.serv-loop-full .elementor-swiper-button-next{
		border-radius: 100px 0 0 100px !important;
		padding: 13px 2px 13px 9px !important;
	}
    #input_1_1 span label {
        margin-bottom: -5px !important;
    }
	    .quote-form form .ginput_container_email, .quote-form form .ginput_container_phone, .quote-form form .ginput_container_text {
        margin-top: -5px;
    }
}