h1,h2,h3,h4,h5,h6,p,a,button,.elementor-button-text, ul, ol, ol li, ul li, input, select, main span, .elementor span {font-family: 'Raleway', sans-serif !important;}


html {
    scroll-behavior: smooth;
}

body .elementor-heading-title{line-height:100%}


body.home h1 {
    font-size: clamp(2rem, 9vw, 3rem) !important;
}

body:not(.home) h1 {
    font-size: clamp(2rem, 9vw, 3rem) !important;
}
h3 {font-size: clamp(1.25rem, 8vw, 2rem)!important}

h2{
    font-size: clamp(1.5rem, 9vw, 2rem) !important;
    text-wrap:wrap;
}

.e-parent {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

.cky-notice-btn-wrapper button,
.cky-prefrence-btn-wrapper button {
    padding: 8px !important;
    font-weight: 600 !important;
}

.cky-notice-btn-wrapper .cky-btn.cky-btn-accept {
    margin-top:10px !important;
}
.cky-notice-btn-wrapper .cky-btn.cky-btn-reject {
    margin-right:0!important;
}

.cky-notice-btn-wrapper button, .cky-prefrence-btn-wrapper button {
    background-image:none!important
}


::selection {
  color: #fff;
  background: var(--e-global-color-primary);
}

h1.entry-title {
    color: var(--e-global-color-text);
}

.screen-only {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.site-header .header-inner .custom-logo-link{line-height: 0}
.w-100, .w-100 img{width:100%!important}

footer.site-footer:not(.footer-stacked) .footer-inner a:not(:primary-btn) {color:#fff;}


body main header.page-header h1.entry-title {
    padding-left: 0;
    padding-right: 0;
}

.elementor-widget-heading .elementor-heading-title {
    z-index: 1;
}


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

@media only screen and (max-width: 767px) {
    
    .elementor-kit-6 h1,.elementor-kit-6 h2,.elementor-kit-6 h3{
        font-size:2rem !important;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {

}

@media only screen and (min-width: 768px) and (max-width:991px) {

}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
}

@media only screen and (min-width: 992px) {
    

}

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


@media only screen and (min-width: 1200px) {

}


