/* 
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
*/

/*
    Add your custom styles here
*/


.site-btn2 .elementor-button-content-wrapper svg{
    width: 46px !important;

}
.site-btn2 .elementor-button-content-wrapper{
    align-items: center;
}

.contact-form input:not([type="submit"]), .contact-form textarea {
    background-color: transparent;
    padding: 0px 0 20px 0 !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    color: #fff !important;
    border: none;
    border-bottom: 1px solid #fff;
    box-shadow: inset 0 0 0 0px rgba(222, 207, 223, 1);
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
    color: #fff;
}
.contact-form input:focus, .contact-form textarea:focus{
    /*border:0 !important;*/
    outline:0 !important;
}
.contact-form .ginput_container_textarea{
    margin-top: 25px;
}
.contact-form input[type="submit"]{
padding: 19px;
font-family: Poppins;
font-size: 18px;
font-weight: 600;
line-height: 18px;
color: #fff;
}
.contact-form input[type="submit"]:hover{
    background-color: #fff;
    color: #7C887A;
}
.gfield_description{
    display:none;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: none !important;
    border-bottom: 1px solid #c02b0a !important;
}
#gform_confirmation_message_1{
   text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}


/*Footer form*/
.ft-frm input:not([type="submit"]){
    background-color: #fff;
    padding:  20px 25px !important;
    border-radius: 100px !important;
    font-size: 18px !important;
    line-height: 30px;
    color: #000 !important;
    border: none;
    box-shadow: inset 0 0 0 0px rgba(222, 207, 223, 1);
}
.ft-frm .ginput_container_consent {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 5px;
}
.ft-frm .ginput_container_consent .gform-field-label{
    font-family: Poppins;
font-size: 18px;
font-weight: 300;
line-height: 18px;
color: #fff;
}
 .gfield_required_text{
    display: none !important;
}
.ft-frm input[type="submit"]{
padding: 22px;
font-family: Poppins;
font-size: 18px;
font-weight: 600;
line-height: 18px;
color: #fff;
background-color: #313831;
}
.ft-frm input[type="submit"]:hover{
   color: #313831;
background-color: #fff; 
}
.ft-frm .gform-footer{
    margin: 0 !important;
}
#gform_confirmation_message_2{
   text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.blog_slider .wrap{
	position: absolute;
    z-index: 4;
    right: 20px;
    top: -115px;
    display: flex;
    gap: 30px;
    border: 2px solid #fff;
    height: 50px;
    align-items: center;
    border-radius: 100px;
	padding: 17px 21px;
}
.testmonial-sec .elementor-testimonial{
background-color: #313831;
padding: 64px 150px; 
}
.testmonial-sec .swiper-slide{
padding: 0px;
}
.testmonial-sec .elementor-testimonial__image img{
    object-fit: contain;
}
.testmonial-sec .swiper-pagination{
    bottom: -24px !important;
	width:fit-content;
	left:50%;
	   transform: translateX( -50%);
}
.testmonial-sec .swiper-pagination .swiper-pagination-bullet{
	border: 1px solid #fff;
}
.testmonial-sec .swiper-pagination:after{
	position:absolute;
	content:"";
	width:100%;
	height:25px;
	background-color:#7C887A;
	top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    padding: 6px;
    border-radius: 100px;
}
.testmonial-sec .elementor-testimonial__cite{
    margin-top: 80px !important;
}
.blog_slider .elementor-swiper-button svg path{transition: all 0.3s ease-in-out;
}

.blog_slider .elementor-swiper-button:hover svg path{
    fill: #313831 !important;
}
div#sbi_images {
    gap: 15px !important;
}
.text-cnt ul{
	padding:0;
	
}
.text-cnt ul li{
	position:relative;
	padding:10px 10px 10px 33px;
	background-color:#7C887A;
	margin-bottom:15px;
	text-align:left;	
}
.text-cnt ul li:after{
	position:absolute;
	content:"";
	width:13px;
	height:13px;
	border-radius:50%;
	background-color:#fff;
	left:10px;
	top:15px;
}
@media(max-width:1024px){
	.site-btn2 .elementor-button-content-wrapper svg{
		width: 36px !important;

	}
	.testmonial-sec .elementor-testimonial {
		padding: 34px 50px;
	}
	.testmonial-sec .swiper-pagination {
		bottom: -15px !important;
/* 		left: 46%; */
	}
	.ft-frm input:not([type="submit"]) {
		padding: 10px 30px !important;
	}
	.ft-frm input[type="submit"] {
		padding: 10px;
	}

}
@media(max-width:767px){
		    .testmonial-sec .elementor-testimonial {
        padding: 30px 10px;
    }
	.testmonial-sec .elementor-testimonial__cite {
		margin-top: 30px !important;
	}
	.blog_slider .wrap {
    position: absolute;
    z-index: 4;
    right: unset !important;
    top: unset !important;
    display: flex;
    gap: 30px;
    border: 2px solid #7C887A;
    height: 40px;
    align-items: center;
    border-radius: 100px;
    padding: 17px 21px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
	.blog_slider .elementor-swiper-button svg path {
		fill: #7C887A;
	}
	    .testmonial-sec .swiper-pagination {
        bottom: -15px !important;
/*         left: 38%; */
    }
	.testmonial-sec .swiper-pagination:after {
		top: 62%;}
	.footer-menu #menu-1-29a45ce li a{
		justify-content:center !important;
	}
	.contact-form input[type="submit"] {
		padding: 12px;}
}