/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.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 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');
body{
	font-family: "Montserrat", sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
	 font-family: "Sora", sans-serif !important;
}
p{
	font-family: "Montserrat", sans-serif !important;
}
.elementor-icon-box-title a{
	font-family: "Montserrat", sans-serif !important;
}
.elementor-button{
	font-family: "Montserrat", sans-serif !important;
}
.elementor-icon-list-text{
	font-family: "Montserrat", sans-serif !important;
}
.ekit-accordion-title{
	font-family: "Sora", sans-serif !important;
}
.icon-box-description, .elementor-icon-box-description{
	font-family: "Montserrat", sans-serif !important;
}
.elementskit-author-name{
	font-family: "Sora", sans-serif !important;
	color:#000;
}
.ouraire h3.elementor-heading-title a{
	font-family: "Sora", sans-serif !important;
	font-weight:700;
}
.righbannerimg{
	border:3px soild #fff;
}
.offer-section h3 a{
	font-family: "Sora", sans-serif !important;
	font-weight:700;
	text-decoration:none;
}
.work-action .gallery-icon img{
	width:100%;
}
.metform-btn {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	border:1px solid #fff !important
  
}
.callous{
	background: #015F9F;
    padding: 10px 15px;
    border-radius: 6px;
	border:1px solid #fff;
}
.copyright a{
	font-family: "Montserrat", sans-serif !important;
}
.swiper-pagination-bullets span.swiper-pagination-bullet{
	border-color:#777 !important;
}
.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	border-color:#015F9F!important;
}
@media (min-width: 320px) and (max-width: 767px) {
button.metform-btn.metform-submit-btn {
    font-size: 13px !important;
}
}