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


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - Menu CSS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.menuIcon{
    line-height: 0;
}
.menuIcon .elementor-icon svg path{
    stroke: #F6F3E3;
}
.menuIcon .elementor-icon:hover svg path{
    stroke: #A91B0D;
}
.no-space p:last-of-type {
    margin-bottom: 0 !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- Portfolio Page Css
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.ourProcess .boxes > .elementor-element::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 55px;
    right: -50%;
    left: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.ourProcess .boxes > .elementor-element:nth-of-type(2)::before {
    top: 80px;
    background-image: url("data:image/svg+xml,%3Csvg width='295' height='55' viewBox='0 0 295 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.313477 0.397076C49.9498 40.3921 168.313 96.8984 294.313 0.397076' stroke='%23A91B0D' stroke-dasharray='4 4'/%3E%3C/svg%3E%0A");
}
.ourProcess .boxes > .elementor-element:nth-of-type(2n+1)::before {
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='295' height='55' viewBox='0 0 295 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.313477 53.7201C49.9498 13.7251 168.313 -42.7812 294.313 53.7201' stroke='%23A91B0D' stroke-dasharray='4 4'/%3E%3C/svg%3E%0A");
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- Contact Page Css
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.contactUs .elementor-shortcode .gform_wrapper .gform_heading{
    display: none;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
    row-gap: 35px;
    column-gap: 27px;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_label{
    font-family: "Matter", Sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -1.32px;
    text-transform: uppercase;
    color: #031A28;
    margin-bottom: 13px;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"],[type="checkbox"]){
    box-shadow: none;
    border: none;
    height: 55px;
    border-radius: 5px;
    background: #FAF9F6;
    font-family: "Inter 28pt";
    font-weight: 300;
    font-size: 24px;
    color: #031A28;
    padding: 0 20px;
	outline:none;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea{
    min-height: 133px;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    background: #FAF9F6;
    font-family: "Inter 28pt";
    font-weight: 300;
    font-size: 24px;
    color: #031A28;
    padding: 10px 20px;
    resize: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
	outline: none;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_consent_label{
    font-family: "Inter 28pt";
    font-weight: 300;
    font-size: 24px;
    color: #031A28;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .ginput_container_consent{
    display: flex;
    align-items: center;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input[type="checkbox"]{
    width: 20px;
    height: 20px;
    border-color: #031A28;
    border-radius: 3px;
    background: transparent;
    box-shadow: none;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input[type="checkbox"]::before{
    color: #A91B0D;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button{
    background: #A91B0D;
    border: none;
    border-radius: 5px;
    font-family: "Inter 28pt";
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    color: #F6F3E3;
    padding: 21px 40px;
	outline:none;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button:hover{
    background: #031A28;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_contains_required:has(.gfield_validation_message) input:not([type="submit"]){
   border: 1px solid #c02b0a;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .grecaptcha-badge{
    z-index: 10;
}
.contactBox .elementor-icon-box-wrapper{
    display: flex !important;
    align-items: center !important;
}
.contactBox a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
.contactUs .address_country select, .contactUs .gfield--type-select select{
	box-shadow: none;
    border: none;
    height: 55px;
    border-radius: 5px;
    background: #FAF9F6;
    font-family: "Inter 28pt";
    font-weight: 300;
    font-size: 24px;
	line-height:55px;
    color: #031A28;
	outline:none;
	background-repeat:no-repeat;
	background-position: right 20px center;
	background-image: var(--gf-ctrl-select-icon-hover);
	padding-left: 20px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- Masonry Page Css
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.accFaq .e-n-accordion-item{
    background: #F6F3E3;
    outline: 2px solid #0B314B;
    border-radius: 5px;
}
.accFaq .e-n-accordion-item .e-n-accordion-item-title-icon{
    height: 40px;
    width: 40px;
    border: 2px solid #031A28;
    background: #90CAD6;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- Dad Jokes Page Css
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 20px;
}
.dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-submit{
    order: 2;
}
.dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-captcha{
    order: 3;
}
.dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-email{
    width: 438px;
}
.dadJokesForm .elementor-shortcode .gform_wrapper form .gform_footer{
    margin-block-start: 0;
}
.dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"]){
    box-shadow: none;
    border: 1px solid #031A28;
    height: 65px;
    border-radius: 5px;
    background: transparent;
    font-family: "Inter 28pt";
    font-weight: 300;
    font-size: 18px;
    color: #031A28;
    padding: 0 20px 0 51px;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='16' viewBox='0 0 23 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5557 1.14318L15.6542 8.0002L22.5557 14.8572C22.6804 14.5965 22.7561 14.3082 22.7561 14.0004V2.00005C22.7561 1.69218 22.6804 1.40395 22.5557 1.14318ZM20.7561 0H2.00005C1.69218 0 1.40395 0.0756909 1.14318 0.20045L9.96399 8.9768C10.7439 9.75673 12.0122 9.75673 12.7921 8.9768L21.6129 0.20045C21.3522 0.0756909 21.064 0 20.7561 0ZM0.20045 1.14318C0.0756908 1.40395 0 1.69218 0 2.00005V14.0004C0 14.3082 0.0756908 14.5965 0.20045 14.8572L7.10191 8.0002L0.20045 1.14318Z' fill='%23031A28'/%3E%3Cpath d='M14.7128 8.94141L13.7362 9.91801C12.4367 11.2176 10.3221 11.2176 9.02255 9.91801L8.04599 8.94141L1.14453 15.7984C1.40529 15.9232 1.69352 15.9989 2.0014 15.9989H20.7574C21.0653 15.9989 21.3535 15.9232 21.6143 15.7984L14.7128 8.94141Z' fill='%23031A28'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center left 17px;
}
.dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:focus,
.dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input[type="submit"].gform-button:focus{
    outline: none;
}
.dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input[type="submit"].gform-button{
    background: #A91B0D;
    border: 1px solid #A91B0D;
    border-radius: 5px;
    font-family: "Inter 28pt";
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    color: #F6F3E3;
    padding: 0 33px;
    height: 65px;
}
.dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gform_fields input[type="submit"].gform-button:hover{
    background: #031A28;
    border: 1px solid #031A28;
}
.dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .grecaptcha-badge{
    z-index: 10;
}
.dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_contains_required:has(.gfield_validation_message) input:not([type="submit"]){
   border: 1px solid #c02b0a;
}
.dadJokesForm .elementor-shortcode .gform_wrapper .gform_confirmation_message{
    text-align: left;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - Zoom CSS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
@media only screen and (min-width: 1601px) and (max-width: 1800px){
    html {
        zoom: 0.90;
        zoom: 90%;
    }
}
@media only screen and (min-width: 1367px) and (max-width: 1600px){
    html {
        zoom: 0.80;
        zoom: 80%;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1366px){
    html {
        zoom: 0.72;
        zoom: 72%;
    }
}

@media only screen and (min-width: 1225px) and (max-width: 1366px){
    .offset-slider .elementor-swiper-button-prev {
        left: 14.5% !important;
    }
    .offset-slider .elementor-swiper-button-next {
        right: 14.5% !important;
    }
}

@media only screen and (max-width: 1440px) {
    .contactBox .elementor-icon-box-wrapper{
        align-items: flex-start !important;
    }

    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_label{
        font-size: 17px;
        line-height: 25px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
        row-gap: 30px;
        column-gap: 20px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"],[type="checkbox"]){
        font-size: 22px;
        height: 50px;
    }
	.contactUs .address_country select, .contactUs .gfield--type-select select{
		font-size: 22px;
        height: 50px;
		line-height:50px;
	}
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea{
        font-size: 22px;
        min-height: 125px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_consent_label{
        font-size: 22px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button{
        font-size: 17px;
        padding: 15px 30px;
    }

}
@media only screen and (max-width: 1200px) {
    .ourProcess .boxes > .elementor-element::before {
        background-size: 65%;
    }
    .ourProcess .boxes > .elementor-element:nth-of-type(2)::before {
        top: 60px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_label{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
        row-gap: 20px;
        column-gap: 15px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"],[type="checkbox"]){
        font-size: 20px;
        height: 50px;
    }
	.contactUs .address_country select, .contactUs .gfield--type-select select{
		font-size: 22px;
	}
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea{
        font-size: 20px;
        min-height: 115px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_consent_label{
        font-size: 20px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button{
        font-size: 16px;
        padding: 12px 24px 14px 24px;
    }

    .accFaq .e-n-accordion-item .e-n-accordion-item-title-icon{
        height: 30px;
        width: 30px;
    }

    .dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-email{
        width: 340px;
    }
    .dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"]){
        height: 55px;
        font-size: 17px;
    }
    .dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input[type="submit"].gform-button{
        height: 55px;
        font-size: 17px;
        padding: 0 25px;
    }

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

    .ourProcess .boxes > .elementor-element:nth-of-type(2)::before {
        top: 50px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_label{
        font-size: 15px;
        line-height: 25px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
        row-gap: 20px;
        column-gap: 15px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"],[type="checkbox"]){
        font-size: 18px;
        height: 40px;
    }
	.contactUs .address_country select, .contactUs .gfield--type-select select{
		font-size: 18px;
        height: 40px;
		line-height:40px;
	}
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea{
        font-size: 18px;
        min-height: 115px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_consent_label{
        font-size: 18px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button{
        font-size: 15px;
        padding: 10px 20px 12px 20px;
    }
    .accFaq .e-n-accordion-item .e-n-accordion-item-title-icon{
        height: 30px;
        width: 30px;
    }
}

@media only screen and (min-width: 881px) and (max-width: 1024px){
    .dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
        column-gap: 15px;
    }
    .dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-email{
        width: 270px;
    }
    .dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"]){
        height: 45px;
        font-size: 16px;
    }
    .dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input[type="submit"].gform-button{
        height: 45px;
        font-size: 16px;
        padding: 0 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 880px){
    .dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
        flex-direction: column;
        row-gap: 15px;
    }
    .dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-email{
        width: 100%;
    }
    .dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"]){
        height: 40px;
        font-size: 15px;
    }
    .dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input[type="submit"].gform-button{
        height: 40px;
        font-size: 15px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .ourProcess .boxes > .elementor-element:nth-of-type(2)::before {
        display: none;
    }
    .ourProcess .boxes > .elementor-element:nth-of-type(3n)::before {
        top: 30px;
        right: -52%;
        transform: rotate(180deg);
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_label{
        font-size: 14px;
        line-height: 24px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
        row-gap: 15px;
        column-gap: 15px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"],[type="checkbox"]){
        font-size: 16px;
        height: 40px;
        padding: 0 15px;
    }
	.contactUs .address_country select, .contactUs .gfield--type-select select{
		font-size: 16px;
		padding-left:15px;
	}
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea{
        font-size: 16px;
        min-height: 115px;
        padding: 8px 15px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_consent_label{
        font-size: 16px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_footer .gform_fields input[type="submit"].gform_button{
        font-size: 14px;
        padding: 8px 16px 8px 16px;
    }

    .dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
        flex-direction: column;
        row-gap: 15px;
    }
    .dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-email{
        width: 100%;
    }
    .dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"]){
        height: 40px;
        font-size: 15px;
    }
    .dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input[type="submit"].gform-button{
        height: 40px;
        font-size: 15px;
        padding: 0 15px;
        width: 100%;
    }
    .dadJokesForm .elementor-shortcode .gform_wrapper form .gform_body .gfield--type-submit{
        width: 100%;
    }
    .dadJokesForm .elementor-shortcode .gform-theme--foundation .gform-loader {
        position: absolute !important;
        right: 0;
        opacity: 0;
    }
    .dadJokesForm .elementor-shortcode .gform_wrapper .gform_confirmation_message{
        text-align: center;
    }

    .accFaq .e-n-accordion-item-title-header{
        width: 88%;
    }

}
