/* 
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 */
div#hostinger-preview-banner {
    display: none !important;
}



/* Common CSs Start */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.py-100 {
    padding: 70px 0!important;
}
.py-70 {
    padding: 70px 0!important;
}
.py-50 {
    padding: 50px 0!important;
}
.py-40 {
    padding: 40px 0!important;
}
.py-20 {
    padding: 40px 0!important;
}

.btn-primary .elementor-button ,.btn-secondary .elementor-button{
 padding: 19px 43px;
 font-size: 14px !important;
 border: 1px solid #fff;
 text-transform: capitalize;
 position: relative;
  font-family: "Poppins", sans-serif;

 z-index: 99;
 overflow: hidden;
 font-weight: 500 !IMPORTANT;
 line-height: 9px !important;
 display: flex;
 border-radius: 26px;
}

body .btn-primary .elementor-button{
	   color: #000;
	   border-color: #FDBA12;
	   padding: 21px 40px !important;
	   font-size: 15px !important;
	   font-weight: 500 !important;
	   background: #FDBA12;
	   border-radius: 40px;
	   border: 0;
	   text-transform: capitalize;
	   font-family: "Poppins", sans-serif;
}
.btn-secondary .elementor-button{
	background: #DC0024 !important;
	color: #fff;
	border: 1px solid #1c47fe00;
}

.btn-primary , .btn-secondary {
    display: inline-block;
    width: auto !important;
}
body .btn-primary .elementor-button:hover {
    color: #354252;
}
.btn-secondary {
    margin-left: 20px !important;
}
.btn-wrapper {
    margin-top: 25px;
}
.btn-wrapper .elementor-widget-wrap {
    padding: 0 !important;
}
.btn-primary.elementor-widget:not(:last-child),.btn-secondary.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}


h1, h2, h3, h4{
     font-family: "Mouse Memoirs", sans-serif;

      font-weight: 400;


}

body{font-family: "Poppins", sans-serif;font-size: 15px;}

 body a{
	color:#DC0024;
}


.header-bottom::after {
    background: #DC0024;
    content: "";
    height: 70px;
    width: 97%;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 0;
    z-index: -1;
}


.header-bottom::before {content: "";background: #DC0024;height: 70px;width: 50%;position: absolute;bottom: 0;right: -50%;z-index: -1;top: 0;margin: auto;}





h1.elementor-heading-title.elementor-size-default {
    font-size: 85px;
    line-height: 95px;
}

.hero-area h1.elementor-heading-title.elementor-size-default strong {
    font-weight: inherit;
    background: #DC0024;
    color: #fff !important;
    padding: 0 40px;
    border-radius: 50px;
}


section#header-area {
    z-index: 999;
    overflow: hidden;
}


.header-top {
    margin-bottom: -30px;
}

.header-top .elementor-container.elementor-column-gap-default {
    align-items: center;
}




@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.marquee-slider {
    overflow: hidden;
    padding: 15px;
    position: relative;
}

.marquee-slider ul.elementor-icon-list-items {font-size: 33px;font-family: 'Mouse Memoirs';gap: 4rem;display: flex;white-space: nowrap;}

.marquee-slider li.elementor-icon-list-item {
    gap: 12px;
}

.marquee-slider li.elementor-icon-list-item svg {
    height: 25px;
    width: 25px;
}

.marquee-slider .elementor-widget-wrap.elementor-element-populated {
    flex-wrap: nowrap;
    margin-left: -100%;
    animation: marquee 20s linear infinite;
}


.marquee-slider .elementor-widget.elementor-widget-icon-list {
    margin-bottom: 0;
}



h2.elementor-heading-title {
    font-size: 65px;
    line-height: 75px;
}


h3.elementor-heading-title {
    font-size: 60px;
    line-height: 70px;
}

.elementor-heading-title strong {
    color: #DC0024 !important;
    font-weight: inherit;
}



.faq-area .elementor-accordion .elementor-tab-title {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    font-size: 34px;
    font-family: 'Mouse Memoirs';
    font-weight: 500;
    padding: 17px 25px;
}

.faq-area .elementor-accordion-item {
    border: 0;
    background: #FCFCFC;
    margin-bottom: 12px;
    border-radius: 16px;
    border: 1px solid #E6E6E6;
}

.faq-area .elementor-accordion .elementor-tab-content {
    border: 0;
    padding: 28px;
    font-size: 15px;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    height: 21px;
}


.menu-top .elementor-container.elementor-column-gap-default {
    position: static !important;
    justify-content: end;
    align-items: center;
}


.menu-top .left-area {
    position: absolute !important;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}

.menu-top .left-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.elementor-widget-button .elementor-button {
    padding: 19px 43px;
    font-size: 14px !important;
    border: 1px solid #fff;
    text-transform: capitalize;
    position: relative;
    font-family: "Poppins", sans-serif;
    z-index: 99;
    overflow: hidden;
    font-weight: 500 !IMPORTANT;
    line-height: 9px !important;
    border-radius: 26px;
}


.right-fix {
    margin-left: auto;
    max-width: 60%;
    margin-right: 0;
    margin-top: -80px;
    padding: 30px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 100px;
}



.providing-area .left-area {
    position: absolute;
    left: 0;
    overflow: hidden;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 520px;
}

.providing-area .elementor-container.elementor-column-gap-default {
    position: static !important;
    justify-content: end;
}




.elementor-post__text {
    display: flex !important;
    gap: 9px;
}

.elementor-post__meta-data {
    order: 1;
    margin-bottom: 0 !important;
}

h5.elementor-post__title {
    order: 2;
}

.elementor-posts .elementor-post__read-more {
    order: 3;
}

span.elementor-post-author::before {
    content: "By";
    color: #000;
}

span.elementor-post-author {
    color: #DC0024;
}


.footer-area .right-image {
    position: absolute;
    right: 0;
    top: 0;
}

.footer-area .elementor-container.elementor-column-gap-default {
    position: static;
}

.footer-area {
    overflow: hidden;
}

.e--pointer-underline .elementor-item:after {
    bottom: -13px;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
    text-transform: capitalize;
}

@media (max-width: 767px){
	:root {
    overflow-x: hidden;
}
	.header-area ul.elementor-nav-menu li.cnt-item {
    display: block;
}

.elementor-widget-wrap.elementor-element-populated {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

section.elementor-section.elementor-top-section > .elementor-container {
    padding-right: 15px;
    padding-left: 15px;
}
	
.elementor-widget.elementor-widget-heading,.elementor-widget.elementor-widget-heading * {
    text-align: center !important;
}

.elementor-widget.elementor-widget-button {
    width: 100% !important;
    text-align: center;
}

.elementor-widget.elementor-widget-button a.elementor-button.elementor-button-link.elementor-size-sm {
    text-align: center;
    justify-content: center;
}

[data-elementor-type="header"] .btn-primary.elementor-widget.elementor-widget-button {
    width: auto !important;
}

[data-elementor-type="wp-page"] .elementor-widget__width-auto {
    max-width: 100% !important;
    width: 100% !important;
}

.elementor-absolute.elementor-widget.elementor-widget-image {
    position: static !important;
}

.elementor-24 .elementor-element.elementor-element-0ffe67b {
    width: 44% !important;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 12px;
}
	
.elementor-widget__width-initial {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;
}

.elementor-divider {
    justify-content: center;
}

.elementor-24 .elementor-element.elementor-element-2a1b4e7 .elementor-heading-title {
    font-size: 38px !important;
}

.elementor-24 .elementor-element.elementor-element-ecacd3b {
    padding-top: 65px !important;
}

[data-elementor-type="wp-page"] > section.elementor-section.elementor-top-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

section.elementor-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

[data-elementor-type="footer"] * {
    text-align: center;
    justify-content: center;
}

.elementor-widget-text-editor, p {
    text-align: center;
}

figure.elementor-image-box-img img {
    width: 100%;
}

.elementor-widget-image-box .elementor-image-box-title {
    text-align: center;
}

.btn-primary .elementor-button, .btn-secondary .elementor-button {
    font-size: 14px !important;
    line-height: 17px !important;
}

.btn-secondary,.btn-primary {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
}
	
.elementor-widget.elementor-widget-button .elementor-widget-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body h1.elementor-heading-title.elementor-size-default {
    font-size: 42px !important;
	line-height: normal !important;
}
	
body h2.elementor-heading-title.elementor-size-default {
    font-size: 35px !important;
	line-height: normal !important;
}
	.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center !important;
}

section.elementor-section.elementor-top-section.hero-area {}
	
/* Common Responsive CSS END */

.newsletter-popup .dialog-message.dialog-lightbox-message {width: 100% !important;}
.newsletter-popup .dialog-widget-content {
    width: 95vw !important;
    max-width: 95vw !important;
}
.header-bottom::before,
.header-bottom::after {
    display: none;
}
section.elementor-section.elementor-top-section.hero-area {
    padding-top: 125px !important;
}
section#header-area {
    overflow: visible !important;
}
section.elementor-section.elementor-top-section.marquee-slider {
    padding: 15px !important;
}
.faq-area .elementor-accordion .elementor-tab-content p {
    text-align: left;
}
section.elementor-section.elementor-top-section.elementor-element-f29ff62.menu-head,
section.elementor-section.elementor-top-section.elementor-element-3feb4d1{
    padding: 0 !important;
}
body .menu-top .left-area {
    position: relative !important;border-radius: 20px;
}
body .right-fix {
    max-width: 100%;
    padding: 20px 18px !important;
    border-radius: 19px;
    margin-top: -48px;
}

body h3.elementor-heading-title {
    font-size: 45px;
    line-height: 42px;
}

body h3.elementor-heading-title br {
    display: none;
}
.providing-area .left-area {
    position: relative !important;
    height: auto;
    border-radius: 20px;
}
.footer-area .right-image {
    display: none;
}
.footer-area .main-col { order: 1 !important; }
.footer-area .ct-col { order: 2 !important; }
	
}