/* 
Theme Name: Resphire
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Resphire Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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 */

@font-face {
	font-family: font-1;
	src: url(./fonts/Poppins-Regular.ttf);
}

@font-face {
	font-family: font-2;
	src: url(./fonts/Inter_18pt-SemiBold.ttf);
}
@font-face {
	font-family: font-3;
	src: url(./fonts/DMSans_24pt-Regular.ttf);
}
@font-face {
	font-family: font-4;
	src: url(./fonts/DMSans_24pt-Medium.ttf);
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}


.e-n-tabs-heading{
	display: flex !important;
	align-items: center !important;
}

.startbtn{
display: none;
}
.startbtn a{
background: #022E56 !important;
border-radius: 12px !important;
font-family: font-4;
font-size: 16px;
line-height: 11px;
letter-spacing:  -0.03em;
color: #fff !important;
width: fit-content;
margin:20px;

}
.subscribe-form label{
font-family: font-1;
font-size: 16px;
line-height: 19px;
letter-spacing: 0px;
color: #022E56;
width: 100%;
}

.subscribe-form input{
border: 1px solid #D8E6F3;
background: #F0F8FF;
border-radius: 12px !important;
margin-bottom: 11px;
width: 100%;
margin-top: 14px;
padding: 12px 15px;
}
.subscribe-form [type=submit]{
display: block;
width: 100%;
padding: 19px;
font-family: font-2 !important;
font-size: 16px !important;
line-height: 12px !important;
letter-spacing: 0px !important;
border-radius: 12px !important;
}
.subscribe-form [type=submit]:hover{
	background-color: #2DAEF9;
}
.headingbtn .elementor-button-icon svg{
height: 27px;
width: 27px;
}
.headingbtn .elementor-button-content-wrapper{
display: flex;
justify-content: center;
align-items: center;
}
.headingspan span{
color: #2DAEF9;
}
.visionbtn .elementor-button-icon svg{
height:24px;
width: 24px;
}
.visionbtn .elementor-button-content-wrapper{
display: flex;
justify-content: center;
align-items: center;
}

.blueline .elementor-widget-container{
position: relative;}
.blueline .elementor-widget-container::before{
position: absolute;
content: '';
background-image: url(./images/blueline.svg);
background-repeat: no-repeat;
top: 0px;
left: 0px;
height: 47px;
width: 5px;
background-size: contain;
z-index: 1;
animation: floatImage 4s ease-in-out infinite;
}
.contactform label{
width: 100%;
color: #333333;
font-family: font-3;
font-size: 16px;
line-height: 19px;
letter-spacing:  -0.03em;
padding-bottom: 31px;
}

.contactform input:focus-visible,.contactform textarea:focus-visible ,.contactform select:focus-visible{
	outline-color: #CAD3DC !important;
}
.contactform input,.contactform textarea ,.contactform select{
margin-top: 12px;
border: 1px solid #CAD3DC;
border-radius: 8px;
height: 49px;
}
.contactform select:hover{
	cursor: pointer;
}
.contactform input[type="submit"]{
background: #2DAEF9;
width: 100%;
font-family: font-4;
font-size: 16px;
line-height: 24px;
letter-spacing:  -0.03em;
color: #fff;
align-items: center;
padding: 0 !important;
border-radius: 10px !important;
margin-top: 10px;
}
.contactform input[type="submit"]:hover{
	background: #022E56;
}


/*************Responsive Styles*****************/
@media screen and ( max-width: 1200px ){}

/**************iPad Landscape***************/

@media screen and ( max-width: 1024px ){}

/*************************iPad Portrait***************/
@media screen and (max-width: 991px){


	
}


/**********************iPhone Landscape*************/
@media screen and (max-width: 767px){
	    .startbtn{
    display: block;
}
}

/***************iPhone Portrait**************/
@media screen and (max-width: 575px){
	.e-n-tab-title{
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 575px){
.headingbtn .elementor-button-icon svg{
height: 20px;
width: 20px;
}
}

/**************************************/