/*
Theme Name: Twenty Twenty Child
Template: twentytwenty
Version: 2.1.0.7
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
License: WTFPL
License URI: http://sam.zoy.org/wtfpl/
*/

body,
html {
	width: 100%;
	overflow-x: hidden;
}

body {
	background-color: #fff;
	color: #6f6f6f;
	font-family: 'Poppins', sans-serif !important;
}

body p {
	font-family: 'Poppins', sans-serif !important;
}

/* div#site-container {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 3px 0px #aaa;
    display: block;
    } */

    footer#site-footer,
    header#site-header,
    #site-content .section-inner,
    #site-content header.entry-header {
        display: none;
    }

    #site-content .post-inner {
     padding-top: 0;
 }

 .mb-0 {
     margin-bottom: 0px;
 }

 .mb-0 p {
     margin-bottom: 0px;
 }

 .mb-0 .elementor-heading-title {
     margin-bottom: 0px;
 }

 .lh-1 p {
     line-height: 1;
 }

 .fs-30 {
     font-size: 26px;
 }

 .fs-20 {
     font-size: 20px;
 }

 .fw-500 {
     font-weight: 500;
 }

 body section {
     padding: 0;
 }

 body .entry-content h1, body .entry-content h2, body .entry-content h3 {
     margin: 0;
 }

 .services-hover:hover .elementor-image-box-title {
     color: rgb(255,94,86) !important;
 }

 .inquire-now-container .s2 .num {
     color: #fff !important;
 }

 .inquire-now-container .inquire-inner {
    background-color: rgb(43,120,154);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24.5px 65px;
}

.inquire-now-container .inquire-inner .s1 {
    margin-right: 22px;
}

.inquire-now-container {
	background-color: #fff;
	border: 4px solid rgb(255,94,86);
	padding: 11px;
	display: inline-block;
	z-index: 1;
}

body:not(.elementor-editor-active) .inquire-now-container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

body:not(.elementor-editor-active) .inquire-now-container.btm-230 {
	bottom: -230px;
}

body:not(.elementor-editor-active) .inquire-now-container.btm-260 {
	bottom: -260px;
}

body:not(.elementor-editor-active) .inquire-now-container.style-2 {
    position: initial;
    left: initial;
    transform: initial;
    display: block;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 100%;
}

body:not(.elementor-editor-active) .inquire-now-container.style-2 .inquire-inner {
    padding: 24.5px 34px;
}

.inquire-now-container .s2 {
    text-align: left;
}

.testimonial-wrapper {
    text-align: center;
}

.testimonial-wrapper .text {
    font-weight: 300;
    font-size: 22px;
    color: #6f6f6f;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.testimonial-wrapper .heading {
    color: rgb(255,94,86);
    font-weight: 500;
    font-size: 40px;
    width: 670px;
    max-width: 100%;
    line-height: 1.3;
    margin: 0 auto 30px auto;
}

.testimonial-wrapper .name {
    font-size: 24px;
    color: #371D10;
    font-weight: 700;
}

.testimonial-wrapper .location {
    font-size: 18px;
    color: #aaaaaa;
}

.testimonial-wrapper .thumb-container {
	width: 133px;
	height: 133px;
	border: 4px solid rgb(255,94,86);
	border-radius: 150px;
	overflow: hidden;
	padding-top: 15px;
    display: none;
}

.testimonial-wrapper .thumb {
    padding-top: 100%;
    background-size: cover;
    background-position: center;
}

.testimonial-wrapper .bottom {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-wrapper .bottom .s1 {
    margin-right: 27px;
}

.testimonial-wrapper .bottom-container {
    display: inline-block;
}

.testimonial-wrapper .slick-arrow {
	width: 24px;
	height: 28px;
	background-color: transparent;
}

.testimonial-wrapper .slick-arrow:before {
	content: "";
	background-size: cover;
	background-position: center;
	width: 24px;
	height: 28px;
	display: block;
}

.testimonial-wrapper .slick-prev:before {
    content: "";
    background-image: url('assets/images/arrow-left.png');
}

.testimonial-wrapper .slick-next:before {
    content: "";
    background-image: url('assets/images/arrow-right.png');
}

form#form_contact-form .frm_submit {
	text-align: center;
}

form#form_contact-form .form-pp {
    color: #fff;
    font-size: 13px;
}

form#form_contact-form .frm_button_submit {
	background-color: #371D10;
	border: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	font-size: 24px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 500;
	padding: 17.5px 11px;
	width: 100%;
}

.popup-video-container {
    display: inline-block;
    padding: 52px;
    background-color: rgba(255,255,255,.2);
    border-radius: 250px;
}

form#form_contact-form .frm_button_submit:hover {
	text-decoration: none;
	background-color: rgba(255, 136, 35, 0.8);
}

body .frm_style_formidable-style.with_frm_style .frm_message, .frm_success_style {
    border: 1px solid rgb(255,94,86);
    background-color: rgb(255,94,86);
}

body .frm_style_formidable-style.with_frm_style div.frm_description,
body .frm_style_formidable-style.with_frm_style .frm_message p {
    color: #fff;
}

.force-margin-left-auto > .elementor-container {
    margin-right: initial !important;
}

.force-margin-right-auto > .elementor-container {
    margin-left: initial !important;
}

#field_a80b option[value="Employment"] {
	cursor: pointer;
}

.per-hour-container {
	background-image: url('assets/images/per-hour-bg.png');
	background-size: cover;
	background-position: center;
	height: 209px;
	width: 209px;
	position: relative;
}

.per-hour-container .b1 {
    font-size: 68px;
    color: rgb(255,94,86);
    position: absolute;
    margin: 0;
    left: 65px;
    top: 54px;
}

.per-hour-container .b2 {
    font-size: 33px;
    color: rgb(255,94,86);
    top: 68px;
    left: 130px;
    margin: 0;
    position: absolute;
}

.per-hour-container .osw {
	font-family: 'Oswald', sans-serif !important;
}

@media only screen and (max-width: 1023px) {

    .testimonial-wrapper .heading {
        font-size: 30px;
    }

    .testimonial-wrapper .text {
        font-size: 20px;
    }

    body:not(.elementor-editor-active) .inquire-now-container .inquire-inner {
        padding: 24.5px 25px;
    }

    body:not(.elementor-editor-active) .inquire-now-container.btm-260 {
        bottom: -180px;
    }

    body:not(.elementor-editor-active) .inquire-now-container.style-2 .inquire-inner {
        padding: 24.5px 18px;
    }

    body:not(.elementor-editor-active) .inquire-now-container.style-2 .inquire-inner .lbl {
        font-size: 16px;
    }

    body:not(.elementor-editor-active) .inquire-now-container.style-2 .inquire-inner .num {
        font-size: 22px;
    }

    form#form_contact-form .frm_button_submit {
        font-size: 18px;
    }

}

@media only screen and (max-width: 767px) {
    .testimonial-wrapper .heading {
        font-size: 26px;
    }

    .testimonial-wrapper .text {
        font-size: 18px;
    }

    body:not(.elementor-editor-active) .inquire-now-container .inquire-inner {
        padding: 20px 24px;
    }

    .inquire-now-container {
        width: 335px;
        padding: 8px;
    }

    .inquire-now-container .s2 .num {
        font-size: 25px;
    }

    .force-two-col-568-breakpoint > .elementor-container > .elementor-row > .elementor-column {
        width: 50%;
    }

    .force-three-two-col-568-breakpoint > .elementor-container > .elementor-row > .elementor-column {
        width: 33.33333333333333%;
    }

    .force-three-two-col-568-breakpoint > .elementor-container > .elementor-row > .elementor-column:nth-child(4),
    .force-three-two-col-568-breakpoint > .elementor-container > .elementor-row > .elementor-column:last-child {
     width: 50%;
 }
}

@media only screen and (max-width: 479px) {

    .force-two-col-568-breakpoint > .elementor-container > .elementor-row > .elementor-column {
        width: 100%;
    }

    .force-three-two-col-568-breakpoint > .elementor-container > .elementor-row > .elementor-column,
    .force-three-two-col-568-breakpoint > .elementor-container > .elementor-row > .elementor-column:nth-child(4),
    .force-three-two-col-568-breakpoint > .elementor-container > .elementor-row > .elementor-column:last-child {
     width: 100%;
 }
 .logo_mb {
    width: 100%;
    display: flex;
}

.logo_mb img {
    width: 45%;
    margin: 0 auto;
}
.per-hour-container{
    display: none;
}
.elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-d986557 {
    margin-top: -72px;
}

.elementor-10 .elementor-element.elementor-element-d9ab811 .elementor-heading-title {
    color: black !important;
}

}
