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

.footer-app h3.elementor-icon-box-title {
    margin: 0;
}
.countersec .elementor-counter-title {
    position: absolute;
    left: 0;
    right: 0;
}
.nav-home .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #fff !important;
    border: 1px solid #FFFFFF;
    width: 16px;
    height: 16px;
}
.nav-home .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    margin-bottom: 30px !important;
    background-color: transparent;
}
@media (min-width: 1024px) and (max-width: 1171px) {
.servbx .elementor-widget-container {
    height: 300px;
}
.socialfooter span.elementor-grid-item {
    width: 52px;
    height: 20px;
}
.socialfooter .elementor-social-icon {
    width: 50px !important; 
    height: 50px !important;
}
}
.bannerstarts {
    width: 1185px;
    /* margin: 0 auto; */
    padding: 100px 0 0 0;
    margin: 0 auto;
}
.bannercom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.titlemain {
    padding-bottom: 40px;
}
.titlemain h2 {
    color: #fff;
    font-family: Montserrat;
    font-weight: 800;
    font-size: clamp(30px,3.75vw,60px);
    line-height: 1.066;
    text-transform: capitalize;
}
/*.left-banner {
    padding: 131px 0;
}*/
.right-banner {
    flex: 0 0 60%;
    width: 100%;
    /* max-width: 712px; */
    margin-bottom: 0px;
    padding-top: 52px;
}
.left-banner {
    /* padding: 180px 0; */
    flex: 0 0 40%;
    width: 100%;
    /* max-width: 423px; */
}
.right-banner img {
    display: block;
    /* margin: 0 auto; */
    /* width: 100%; */
    margin-left: auto;
}
.ehf-header #masthead {
    z-index: 99;
    position: relative;
    position: fixed !important;
    background-color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    /*padding-bottom: 20px;*/
}
.subtitle {
    padding-top: 50px;
}
.subtitle {
    padding: 50px 0;
    color: #fff;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
}
.bannerbtn a {
    color: #000000;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
}
.bannerbtn {
    background-color: #d3a42d;
    width: fit-content;
    padding: 15px 30px;
    margin-left: 3px;
}
.sticky {
    background-color: #244e6c;
}
.servicemenu .menu-item {
    border: 1px solid #0d6db6;
    margin-bottom: 10px;
    border-radius: 5px;
}
@media (min-width: 1024px) and (max-width: 1200px) { 
	.menunew {
		padding: 20px 10px 0 10px !important;
	}
    .bannercom {
        padding: 0px 10px !important;
    }
}
.message textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 150px;
}
.servicedrop select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    background-color: #fff;
    color: #908082;
}
.submitbtn input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #d3a42d;
    padding: 15px 30px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #222;
    border: 1px solid #d3a42d;
}
@media (min-width: 767px) and (max-width: 1150px) {
    .bannerstarts {
    width: 100% !important;
    padding: 100px 10px 0 10px;
}
}
@media (min-width: 767px) and (max-width: 1024px) { 
.servbx .elementor-widget-container {
    height: 250px;
/*    padding: 30px 40px !important;*/
}
.right-banner img {
    height: auto;
    object-fit: cover;
}
}
@media (max-width: 767px) {
.bannercom {
    flex-wrap: wrap;
}
.bannerbtn {
    margin: 0 auto;
}
.right-banner img {
    margin-right: auto;
    margin-left: auto;
    height: 400px;
    object-fit: cover;
}
.left-banner {
    flex: 0 0 100%;
    padding: 100px 0px 0px 0px;
    text-align: center;
}
.right-banner {
    flex: 0 0 100%;
}
.bannerstarts {
    width: 100% !important;
}
}
.emailicon a{
    margin-bottom: -11px;
}

@media (max-width: 400px) {
    .right-banner img {
    object-fit: fill !important;
}
}

html {
    overflow-x: hidden;
}