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



/* Sticky header */
.sticky .e-con-inner {
    padding: 12px 0 !important;
    transition: 0.3s !important;
}
.header-menu .e-con-inner {
    transition: 0.3s!important;
}
.sticky .hdr-logo{
max-width: 77px;
}

/* color headeing */
.clr-hdr span{
    color: #F88209;
}
.spons-clr-hdr span{
    color: #615F67;
}

.logo-slide .swiper-slide-image {
	height: 77px;
	width: 185px;
	object-fit: contain;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.21);
}
.logo-slide .swiper-pagination{
    bottom: -7px !important;
}
/* bttn icon */
.read-bttn .elementor-button-icon {
    font-size: 30px;
}

/* Contact Form  styling */
.cntct-frm label{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #DFDFDF !important;
    margin-bottom: -9px !important;
    padding: 0 !important;
}
.cntct-frm label.gfield_label.gform-field-label {
    font-size: 16px;
}
.cntct-frm .frm-text{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	display: flex;
	align-items: center;
	color: #FFFFFF;

}
.cntct-frm input, textarea{
   background-color: transparent !important;
	border-color:#DFDFDF !important;
	border-width:0px 0px 1px 0px !important;
	border-radius:0px !important;
    color: #fff !important;
    font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
    padding:10px 5px 5px 0px !important ;
}

.cntct-frm textarea{
	height:63px !important;
}
.cntct-frm .gfield_required_text{
	display:none;
}

.cntct-frm input:focus, textarea:focus{
	outline:none !important;
	box-shadow:none !important;
}
.cntct-frm .gform_button{
font-family: 'Poppins';
font-style: normal;
font-weight: 500 !important;
font-size: 18px !important;
line-height: 27px;
display: flex;
align-items: center;
color: #FFFFFF;
background: #F88209 !important;
border-radius: 15px !important;
border-width:0px!important;
	padding:18px 46px !important;
}

.cntct-frm .gform_button:hover{
	color: #F88209 !important;
background: #fff !important;
}


.cntct-frm .gform_confirmation_message{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
/* .logo-slide .swiper-slide {
	background: #fff;
	padding: 10px;
	border-radius: 10px;
    height: 77px !important;
    box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.21);
}
.logo-slide .swiper-slide-image {
	max-height: 60px;
} */
.cntct-frm .gform_submission_error{
    letter-spacing: 0px;
}

.footer-icn-link a{
    color: #fff;
}
.footer-icn-link a:hover{
    color: #F88209;
}
/* =================================Responsive============================================ */
@media(max-width:767px){
    .img-card  .elementor-image-box-wrapper {
        display: flex;
        gap: 15px;
    }

    .cntct-frm .gform_button{
        font-size: 14px !important;
        line-height: 15px;
        background: #F88209 !important;
        border-radius: 10px !important;
        border-width:0px!important;
            padding:10px 25px !important;
        }
}