<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
p{
    font-family: 'Fira Sans Condensed';
}
body {
    overflow-x: hidden;
    font-family: 'Fira Sans Condensed';
}

.header_main {
    float: left;
    width: 100%;
    padding: 13px 0px;
    top: 0px;
    z-index: 9;
    left: 0px;
    background: #cc4133;
    min-height: 78px;
}
.top_header{
    background-color: #1d1d1d;
    text-align: center;
}
.top_header p {
    color: #fff;
    font-family: 'Fira Sans Condensed';
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 800;
    padding: 18px 0px;
    line-height: 12px;
}
a:hover{
    text-decoration: none;
}
.header_main.landing_navigaion{
    position: relative !important;
}
.center-align{
    align-items: center;
}
.header_main .nav_area ul {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
    margin: 0px;
    padding: 0px;
}

.header_main .nav_area ul li {
    margin: 0px 14px;
}
.header_main .nav_area ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Fira Sans Condensed';
    text-transform: uppercase;
	transition: all .3s;
}
.header_main .nav_area ul li a:hover {
    color: #a4d440;
}
.header_main img{
    width: 100% !important;
    max-width: 162px;
    object-fit: contain;
}
.appoint_area a {
    background: #a4d440;
    padding: 13px 36px;
    margin-left: 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    font-family: fi;
    border-radius: 37px;
    font-family: "Fira Sans Condensed", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
	transition: all .3s;
}
.appoint_area a:hover {
    background: #fff;
    color: #cc4133;
}
.appoint_area a:hover::after, .appoint_area a:hover::before {
    background: #cc4133;
}
.appoint_area a:before {
    content: "";
    background: #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 15px;
    top: 19px;
    border-radius: 50px;
}
.appoint_area a::after{
    content: "";
    background: #fff;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 19px;
    border-radius: 50px;
}
.nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.nav_bar {
    display: flex;
    align-items: center;
    justify-content: end;
}


@keyframes zoom{
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.3);
}
100% {
    transform: scale(1.5);
}
}


/* ----------------------contact-us---------- */

.footer_area {
    float: left;
    background-image: url(../images/footer_bg.webp);
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    padding: 90px 0px 0px;
    position: relative;
}
.footer_area::before {
    content: "";
    background-color: #1d1d1d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    opacity: 51%;
}
.footer_area .addres_wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 319px;
    width: 100%;
}
.footer_area .addres_wrapper .img_wrap {
    max-width: 100px;
    height: 100px;
    object-fit: contain;
    padding: 23px;
    border-radius: 100%;
    background: #df2f26;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
	padding: 24px 36px;
}
.footer_area .addres_wrapper .img_wrap:before {
    content: "";
    background: #df2f26;
    width: 141px;
    position: absolute;
    height: 69px;
    top: -21px;
    border-radius: 100px 100px 0px 0px;
    z-index: -1;
    opacity: 40%;
}
.footer_area .row1 .col-md-4:nth-child(2) .img_wrap{
   background: #a4d440;
}
.footer_area .row1 .col-md-4:nth-child(2) .img_wrap:before {
    background: #fff;
}
.footer_area .row1 .col-md-4:nth-child(2) .img_wrap{
    background: #a4d440;
}
.footer_area .row1 .col-md-4:nth-child(2) .img_wrap:before {
    background: #a4d440;
}
.footer_logo {
    max-width: 267px;
    width: 100%;
}
.footer_logo img{
	max-width: 190px;
    width: 100%;
    object-fit: contain !important;
}
.footer_area .addres_wrapper h5 {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.footer_area .addres_wrapper p {
    font-family: 'Fira Sans Condensed';
    font-size: 15px;
    color: #22c200;
    font-weight: 700;
    margin-bottom: 0px;
}
.footer_address {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.footer_area .addres_wrapper p span {
    display: block;
    text-transform: initial;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    padding-top: 5px;
    font-size: 18px;
}
.footer_area .addres_wrapper p a {
    color: #fff;
    display: block;
    padding-top: 8px;
    font-size: 18px;
    font-weight: 700;
}
.social_media {
    max-width: 270px;
    width: 100%;
    float: right;
}
.copy_right .row {
    align-items: center;
}
.footer_menu ul li{
    margin: 0px 29px;
}
.footer_menu ul li a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Fira Sans Condensed';
    text-transform: uppercase;
    transition: all .3s;
}
.footer_menu ul li a:hover {
    color: #a4d440;
}
.footer_area .social_media ul li i:hover {
    color: #a4d440;
}
.footer_area .social_media ul {
    display: flex;
    margin-bottom: 0px;
}
.footer_area .social_media ul li {
    width: 100%;
    text-align: center;
    padding: 1px 11px 0px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_area .social_media ul li a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.footer_area .social_media ul li i {
    font-size: 39px;
    font-family: 'FontAwesome';
    transition: all .3s;
    font-weight: 400 !important;
}
.footer_area .social_media ul li img {
    width: 33px;
    height: 38px;
    object-fit: contain;
}
.form_area h2{
    color: #fff;
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 34px;
    position: relative;
}
.form_area h2::after{
    content: "";
    background-color: #61ffa9;
    width: 47px;
    height: 4px;
    position: absolute;
    left: 0px;
    bottom: -14px;
}
.copy_right p {
    color: #fff;
    margin: 0px 0px;
    font-family: 'Fira Sans Condensed';
    font-weight: 400;
    font-size: 15px;
    font-weight: 700;
}
.copy_right {
    padding: 30px 0px;
}
.footer_menu {
    border-bottom: #4c4c4c solid 1px;
    border-top: #4c4c4c solid 1px;
    padding: 25px 0px;
    margin-top: 34px;
}
.footer_menu ul {
    display: flex;
    justify-content: end;
    list-style: none;
    margin-bottom: 0px;
}
.footer_menu .row {
    align-items: center;
}

/* ----------------breadcrmub------------ */
.breadcrumbs {
    padding: 70px 0px 70px;
    position: relative;
	min-height: 395px;
	display: flex;
    align-items: center;
}
.about-banner {
	float:left;
    background: #afaeae;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}
.about-banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000094;
    left: 0px;
    content: "";
}	
.about-banner h1 {
    color: #a4d440;
    line-height: 60px;
    font-weight: 800;
    font-family: 'Fira Sans Condensed';
    font-size: 63px;
    font-weight: 900;
	position: relative;
}
.about-banner h1:after {
    content: "";
    background: #a4d440;
    width: 28px;
    height: 5px;
    position: absolute;
    left: 0px;
    bottom: -8px;
}
.about-banner .about-right {
  padding: 9px 0 0px;
}
.about-banner ul {
    display: flex;
    list-style: none;
    align-items: center;
}
.about-banner ul li {
    margin-bottom: 0px;
    color: #ffffff;
    line-height: 25px;
    font-size: 18px;
    font-family: 'Fira Sans Condensed';
    line-height: 32px;
    letter-spacing: -.2px;
    font-weight: 500;
}
.about-banner .about-right ul li a {
    color: #ffffff;
}
.about-banner ul li i {
    padding: 0 11px;
    color: #ffffff !important;
    font-size: 16px;
}
.about-banner ul li span {
    padding: 0px 16px;
}
.all-spacing {
    float: left;
    width: 100%;
}
.menu_area {
    position: relative;
}
.menu_area:before {
    content: "";
    background: #a4d440;
    width: 90%;
    height: 50px;
    position: absolute;
    top: 0px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: 1;
}
.menu_area .rac_ul ul {
    min-height: 191px;
}
 .menu_area .rac_ul ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 9px;
	list-style: none;
}
 .menu_area .rac_ul ul li:before {
    content: "";
    background: #cc4133;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 22px;
    left: 0px;
    top: 6px;
}
.menu_page ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 9px;
	list-style: none;
}
.menu_page ul li:before {
    content: "";
    background: #cc4133;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 22px;
    left: 0px;
    top: 6px;
}
.menu_page .elementor-inner-column h3{
  transition: all .3s;
}
.menu_page .elementor-inner-column:hover h3 {
    color: #cc4133 !important;
}
.menu_page .elementor-inner-column img{
	transition: all .3s;
}
.menu_page .elementor-inner-column:hover img{
    scale: 1.1;
}
.menu_page .elementor-inner-column:hover a.elementor-button {
    background-color: #cc4133;
}

.menu_area .elementor-inner-column h3{
  transition: all .3s;
}
.menu_area .elementor-inner-column:hover h3 {
    color: #cc4133 !important;
}
.menu_area .elementor-inner-column img{
	transition: all .3s;
}
.menu_area .elementor-inner-column:hover img{
    scale: 1.1;
}
.menu_area .elementor-inner-column:hover a.elementor-button {
    background-color: #cc4133;
}
.testi_bg .content p {
    color: #fff !important;
}
.testi_bg{
    position: relative;
}
.testi_bg:before {
    content: "";
    background: #a4d440;
    width: 90%;
    height: 50px;
    position: absolute;
    top: -1px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    z-index: 1;
}
.testi_bg button.htslider-carosul-prev::before {
    content: "\e875";
    font-family: Linearicons-Free;
}
.testi_bg button.htslider-carosul-next::before {
    content: "\e876";
    font-family: Linearicons-Free;
}
.testi_bg button svg {
    display: none;
}
.select_area {
    position: relative;
}
.select_area:before {
    content: "";
    background-image: url(../images/leave.png);
    position: absolute;
    width: 179px;
    height: 291px;
    left: 0px;
     top: 47px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.select_area figure.elementor-image-box-img {
    background-image: url(../images/sercile_bg.png);
    max-width: 160px;
    width: 100% !important;
    height: 157px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 38px;
}
.select_area figure.elementor-image-box-img {
    position: relative;
}
.select_area .elementor-column .elementor-image-box-img:after {
     content: "";
    background-image: url(../images/errow.png);
    width: 188px;
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -210px;
    top: 41px;
}
.select_area .elementor-column:nth-child(2) .elementor-image-box-img:after {
  background-image: url(../images/errow_down.png);
  top: 64px;
}
.select_area .elementor-column:nth-child(3) .elementor-image-box-img:after {
    display: none;
}
.order_now{
	position: relative;
}
.order_now:after {
    content: "";
    background: #56aa52;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 50%;
    top: 45%;
    left: -6px;
}
.order_now:before {
    content: "";
    background: #49b648;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 50%;
    top: 45%;
    right: -9px;
    z-index: 1;
}
.over_hidden .elementor-widget-wrap {
    overflow: hidden;
}
.banner .slick-slider{
	margin-bottom: 0px;
}
.slider_filter .elementor-column {
    margin: 0px 13px;
}

/* ---- */
.post-type-archive-jobpost .all-spacing, .single-jobpost .all-spacing{
	float: left;
    background-image: url(../images/about_bg.jpg);
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
   padding: 78px 0px 93px;
    position: relative;
	border-bottom: #a4d541 solid 12px;
}
.post-type-archive-jobpost .all-spacing::before {
    content: "";
    background: #d8d8d840;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
body .sjb-page .list-data .v1 {
    background: #fff;
    border: 1px solid #e1e1e1;
    float: left;
    margin: 15px 0;
    padding: 40px 43px 27px;
    width: 100%;
    border: none;
    border-radius: 25px;
	overflow: hidden;
	position: relative;
	background-attachment: fixed;
}
.sjb-page .list-data .v1 .job-info h4 a .job-title {
    color: #242424;
    font-size: 28px;
    font-family: 'Fira Sans Condensed';
    font-weight: 800;
}
.sjb-page .list-data .v1 .job-description {
    float: left;
    width: 100%;
    display: flex;
    gap: 148px;
	position: relative;
}
.sjb-page .list-data .v1 .job-description p {
    font-size: 17px;
    margin: 0 0 10px;
    font-family: 'Fira Sans Condensed';
    line-height: 28px;
	color: #fff;
	font-weight: 500;
}
body .sjb-page .list-data .v1 .job-date {
    background: #cc4133;
   display: inline-block;
    right: 0px;
    padding: 14px 23px;
    font-family: 'Fira Sans Condensed';
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 25px;
}
.sjb-page .list-data .job-type i, .sjb-page .list-data .job-location i, .sjb-page .list-data .job-date i {
    margin-top: 0px !important;
}
body .sjb-page .list-data .v1 .sjb-apply-now-btn a {
    margin-top: 0px;
    margin-right: 0px;
    font-family: 'Fira Sans Condensed';
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 36px;
    font-size: 15px;
    border-radius: 0px !important;
  background: #8fd700 !important;
    border-radius: 35px !important;
    color: #ffffff;
    border: none;
    border-radius: 35px !important;
	background: #a4d440 !important;
}
body .sjb-page .list-data .v1.sjb-job-2647 .sjb-apply-now-btn a, body .sjb-page .list-data .v1.sjb-job-2616 .sjb-apply-now-btn a{
	  background: #cc4133 !important;
}
body .sjb-page .list-data .v1.sjb-job-2623 .sjb-apply-now-btn a {
    background: #cc4133 !important;
}
body .sjb-page .list-data .v1.sjb-job-2616 .sjb-apply-now-btn a{
	 background: #a4d440 !important;
}
body .sjb-page .list-data .v1 .sjb-apply-now-btn a:hover {
    background: #fff !important;
    color: #000 !important;
}
.list-view .clearfix {
    display: none;
}
   body .sjb-page .list-data .v1 .col-md-5 {
        padding: 0px;
    }
body .sjb-page .list-data .v1 .sjb-apply-now-btn a:active, body .sjb-page .list-data .v1 .sjb-apply-now-btn a:focus {
    border: none !important;
	outline: none !important;
	box-shadow: 0px !important; 
}
.sjb-apply-now-btn p a#quick-apply-btn {
    background: #8fd700 !important;
}
.sjb-container-main {
    position: relative;
}
.sjb-page .list-data .v1 .header-margin-top .row {
    flex-direction: column;
}
.sjb-page .list-data .v1 h2.entry-title {
    color: #242424;
    font-size: 32px;
    font-family: 'Fira Sans Condensed';
    font-weight: 800;
    border-bottom: #ccc solid 1px;
    padding: 0px 0px 15px;
    margin: 0px 0px 22px;
}
.sjb-page .col-md-11, .sjb-page .col-sm-10 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
    margin: 11px 15px !important;
}
/* .v1.sjb-job-popup-2630 .header-margin-top .row {
    margin: 0px;
} */
.sjb-page .sjb-detail .list-data .v1 ul li::before, .sjb-page .sjb-detail .list-data .v2 ul li::before {
    color: #ff0000 !important;
}
.sjb-page .sjb-detail .list-data .v1 ul li {
    font-size: 17px;
    line-height: 28px;
    padding-left: 27px !important;
    font-family: 'Fira Sans Condensed';
    padding: 0px 21px 13px;
    font-weight: 400;
}
.sjb-page .popup-outer .job-date {
    background: #6100ff;
    position: relative !important;
    right: 0 !important;
    padding: 11px 23px;
     font-family: 'Fira Sans Condensed';
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    left: 0;
    display: table;
    margin-bottom: 30px;
    top: -12px;
}
body .sjb-page .list-data .v1 span.job-title {
    font-size: 31px;
    font-family: 'Fira Sans Condensed';
    font-weight: 800;
    color: #fff !important;
}
 .sjb-page .popup-outer .col-md-3, .sjb-page .popup-outer .header-margin-top {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
body .popup-outer .sjb-quick-apply-modal-close-btn {
    right: 15px;
    top: 15px;
    width: 35px;
    width: 48px;
    border-radius: 25px;
    height: 48px;
    /* color: #fff !important; */
    background: #cc4133 !important;
}
.sjb-quick-apply-modal-close-btn .close {
    color: #fff !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    opacity: .9;
    font-size: 26px !important;
}
.job-description, .job-description li {
    font-family: 'Fira Sans Condensed';
    font-size: 17px !important;
    color: #424242 !important;
    line-height: 30px;
    font-weight: 400;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form {
    float: left;
    float: none !important;
    width: 100%;
    position: relative;
    max-width: 100%;
    margin: 0px auto;
    display: table;
    padding: 34px 69px;
    border: 1px solid #ccc;
    margin-bottom: 44px;
}

body .sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-control{
    font-size: 15px;
    font-family: 'Fira Sans Condensed';
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none !important;
    color: #474747 !important;
    height: 46px;
}
body .sjb-page input#jobapp_phone::placeholder {
    color: #fff !important;
}
body .sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-control::placeholder{
	 color: #474747 !important;
}
body .sjb-page .list-data .v1.sjb-job-2651, body .sjb-page .list-data .v1.sjb-job-2643, body .sjb-page .list-data .v1.sjb-job-2630 {
    position: relative;
	float: left;
    background-image: url(../images/orange_bg.webp);
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
body .sjb-page .list-data .v1.sjb-job-2651:before, body .sjb-page .list-data .v1.sjb-job-2643:before, body .sjb-page .list-data .v1.sjb-job-2630:before {
    content: "";
    background: #cc4133cf;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
}
body .sjb-page .list-data .v1.sjb-job-2643, body .sjb-page .list-data .v1.sjb-job-2616{
	background-image: url(../images/footer_bg.webp);
}
body .sjb-page .list-data .v1.sjb-job-2643:before, body .sjb-page .list-data .v1.sjb-job-2616::before{
	background: #1717199e;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
body .sjb-page .list-data .v1.sjb-job-2647, body .sjb-page .list-data .v1.sjb-job-2623{
	position: relative;
	float: left;
    background-image: url(../images/career_bg.jpg);
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
body .sjb-page .list-data .v1.sjb-job-2647:before,  body .sjb-page .list-data .v1.sjb-job-2623:before {
    content: "";
   background: #49b649ad;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
}

.all-spacing .sjb-page .sjb-detail .list-data .v1 .jobpost-form h3 {
    font-family: 'Fira Sans Condensed';
    color: #313131;
    font-size: 33px;
    border-bottom: 1px solid #c7c7c7;
    padding: 0 0 15px;
    font-weight: 800;
}
    .sjb-page .col-md-9 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
    }
body .sjb-page .list-data .v1 .sjb-apply-now-btn a:active:focus {
 box-shadow: none !important;
    border: none !important;
    outline: none !important;
}
.all-spacing .sjb-page .sjb-detail .list-data .v1 {
    float: left;
    margin: 0 0 20px;
    padding: 31px 42px 17px;
    width: 100%;
    background: #ffffff30;
    color: #000 !important;
}
body .all-spacing .sjb-page .sjb-detail .list-data .v1 {
    background: #ffffff !important;
}
.a_color a {
    color: #cc4133;
    border-bottom: 1px solid;
}
.french_low{
	position: relative;
}
.french_low:before {
    content: "";
    background-image: url(../images/leave.png);
    position: absolute;
    width: 179px;
    height: 291px;
    left: 0px;
    top: 47px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.li_circle ul li {
    position: relative;
    padding-left: 27px;
	list-style: none;
}
.li_circle ul li:before {
    content: "";
    background: #fff;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0px;
    top: 13px;
    border-radius: 20px;
    border: #a4d541 solid 3px;
}
.page-id-41 .about-banner {
   background-position: 10% 20%;
}
.catring_page span.elementor-price-table__period {
    margin-top: -10px !important;
    top: -12px !important;
    position: relative;
    padding-left: 8px;
}
.catring_bot span.elementor-price-table__period {
    margin-top: -10px !important;
    top: -6px !important;
    position: relative;
    padding-left: 12px;
}
.box_height .elementor-price-table__features-list {
    min-height: 268px;
}
.about_video video, .about_video .e-hosted-video  {
    height: 465px !important;
    object-fit: cover;
	   width: 100%;
}
.about_video .e-hosted-video {
    height: 469px;
    width: 100%;
}

@media only screen and (min-width: 1400px) {
	.tail_bg { 
/* 		 background-position: -270px -220px !important; */
	}
}
.review_area .owl-testimonial-header-left {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 24px;
  flex-direction: row-reverse;
}
.review_area .owl-rating-icon {
  position: relative;
}
.review_area .owl-rating-icon::after{
/* 	content: ""; */
	width: 1px;
    background: #ff8b7f;
	height: 26px;
	position: absolute;
	right: -21px;
    top: 7px;
}
.review_area h3{
	margin-bottom: 0px !important;
}
.review_area .owl-content {
	margin-top: 14px !important;
}

.address_area .elementor-section-boxed {
  overflow: hidden;
}
.address_area .elementor-image-box-img img {
/*   width: 26px !important;
  height: 33px !important;
  object-fit: contain;
  max-width: 40px !important; */
}
.address_area a{
	color: #fff !important;
}
.black_bg h3{
	position: relative;
}
.black_bg h3:after{
  content: "";
  background: #fff;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 7px;
  top: 8px;
  border-radius: 50px;
}
.black_bg h3::before {
  content: "";
  background: #fff;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 50px;
}
.contact_page input, .contact_page textarea {
  height: 55px !important;
  font-size: 15px !important;
  background: #fff !important;
  border: none !important;
  border-radius: 0px !important;
  color: #414141 !important;
  font-family: 'Fira Sans Condensed' !important;
}
.contact_page input::placeholder, .contact_page textarea::placeholder{
	color: #414141 !important;
	opacity: 1 !IMPORTANT;
}
.contact_page textarea{
	height: 120px !important;
}
.contact_page .wpforms-submit {
    background: #a4d541 !important;
    font-family: 'Fira Sans Condensed' !important;
    height: 53px !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    display: table !important;
    margin: auto !important;
    width: 100% !important;
    border: 0px !important;
	transition: all .3s;
}
.contact_page .wpforms-submit:hover {
    background: #cc4133 !important;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .app-submit {
    margin-top: 10px;
    margin-right: 5px;
    font-family: 'Fira Sans Condensed' !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 42px !important;
    font-size: 15px;
    border-radius: 0px !important;
    background: #a4d440 !important;
    letter-spacing: 1px;
	border-radius: 33px !important;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .app-submit:hover{
  background: #cc4133 !important;
}
.sjb-page .sjb-detail {
    margin: 0px 0 !important;
}

.franchise_form input, .franchise_form textarea, .franchise_form select {
  height: 55px !important;
  font-size: 15px !important;
  background: #fff !important;
  border: none !important;
  border-radius: 0px !important;
  color: #414141 !important;
  font-family: 'Fira Sans Condensed' !important;
}
.franchise_form input::placeholder, .franchise_form textarea::placeholder{
	color: #414141 !important;
	opacity: 1 !IMPORTANT;
}
.franchise_form .wpforms-field-radio input {
    height: auto !important;
    width: auto;
}
.franchise_form textarea{
	height: 120px !important;
}
.franchise_form .wpforms-submit {
    background: #a4d541 !important;
    font-family: 'Fira Sans Condensed' !important;
    height: 51px !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    display: table !important;
    margin: auto !important;
    border: 0px !important;
	transition: all .3s;
	padding: 10px 50px !important;
	border-radius: 43px ! IMPORTANT;
}
.franchise_form .wpforms-submit:hover {
    background: #fff !important;
	color: #000 !important;
}
.franchise_form ul {
    display: flex;
    gap: 29px;
}
.franchise_form div.wpforms-container-full .wpforms-form ul li {
    margin-bottom: 5px !important;
    background: #ffffff33 ! IMPORTANT;
    padding: 5px 20px !important;
    border-radius: 7px;
}
.franchise_form  div.wpforms-container-full .wpforms-form ul li:last-of-type {
    margin-bottom: 5px !important;
}
.franchise_form label, .franchise_form p {
    color: #fff;
	font-family: 'Fira Sans Condensed' !important;
	margin-bottom: 6px !important;
}
.franchise_form form p {
	text-align: left !important;
}
.franchise_form label span{
	color: #fff !important;
}
.form_heding ol {
    display: flex;
    justify-content: center;
    gap: 79px;
    width: 100%;
    align-items: center;
    background: #ffffff17;
    padding: 17px;
    border: #ffffff21 solid 1px;
}
.form_heding .elementor-widget-container{
    counter-reset: section;
}
.form_heding ol li{
	position: relative;
	list-style: none;
}
.form_heding ol li:before {
    counter-increment: section;
    content: "" counter(section) " ";
    position: absolute;
    left: 0px;
    background: #a4d440;
    width: 33px;
    height: 33px;
    border-radius: 80px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-family: 'Fira Sans Condensed';
    font-size: 22px;
    top: -1px;
    left: -43px;
}

/*  catring page  */


.catring_area {
    float: left;
    width: 100%;
    padding: 100px 0px 82px;
    background-image: url(../images/about_bg.jpg);
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    background-size: cover;
    background-position: 39% -12%;
    position: relative;
    background-attachment: fixed;
	 border-bottom: #a4d440 solid 12px;
}
.catring_area::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #ffffff8f;
    opacity: 0.8;
}
.catring_area .price_table {
    background-image: url(../images/orange_bg.webp);
    position: relative;
    padding: 31px 40px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    background-size: cover;
    background-position: 36% 10%;
}
.catring_area .price_table:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #CC4133;
    opacity: 0.8;
}
.catring_area .col-md-4:nth-child(2) .price_table, .catring_area .col-md-4:nth-child(4) .price_table {
    background-image: url(../images/banner_botum_bg.webp);
}
.catring_area .col-md-4:nth-child(2) .price_table:before, .catring_area .col-md-4:nth-child(4) .price_table:before {
    background: #49b649;
}
.catring_area .col-md-4:nth-child(3) .price_table, .catring_area .col-md-4:nth-child(5) .price_table {
    background-image: url(../images/footer_bg.webp);
}
.catring_area .col-md-4:nth-child(3) .price_table:before, .catring_area .col-md-4:nth-child(5) .price_table:before {
    background: #050507c4;
}
.price_table .content{
    position: relative;
}
.price_table h2 {
    color: #ffffff;
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 1px;
    text-align: center;
}
.price_table h3 {
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 91.34px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -1px;
    color: #fff;
    line-height: 91px;
    text-align: center;
    position: relative;
    margin: 29px 0px 22px;
	max-width: 257px;
    width: 100%;
}
.price_table h3 span {
    color: #ffffff;
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    line-height: 20px;
    letter-spacing: -0.5px;
    position: absolute;
    bottom: 15px;
    padding-left: 6px;
}
.price_table ul li {
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.4px;
    list-style: none;
    border-bottom: #EA7266 solid 1px;
    padding: 13px 0px;
    color: #fff;
}
.catring_area .col-md-4:nth-child(2) .price_table ul li, .catring_area .col-md-4:nth-child(4) .price_table ul li{
    border-bottom: #7fda79 solid 1px;   
}
.catring_area .col-md-4:nth-child(3) .price_table ul li, .catring_area .col-md-4:nth-child(5) .price_table ul li{
    border-bottom: #383838 solid 1px;   
}
.price_table ul li:last-child {
    border: none !important;
}
.price_table a{
    background-color: #000000;
    color: #FFFFFF;
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 30px 30px 30px 30px;
     padding: 13px 71px 13px 71px;
    display: inline-block;
    width: 100%;
    text-align: center;
	transition: all .3s;
}
.price_table a:hover{
	background: #fff !important;
    color: #050507;
}
.price_table p{
    color: #fff;
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 16px;
}
.catring_area .col-md-4:nth-child(2) .price_table a, .catring_area .col-md-4:nth-child(4) .price_table a{
    background-color: #cc4133;  
}
.catring_area .col-md-4:nth-child(3) .price_table a, .catring_area .col-md-4:nth-child(5) .price_table a{
    background-color: #a4d440;  
}
.catring_area .col-md-4:nth-child(7) .price_table h3{
    font-size: 54px;
    line-height: 68px;
}
.catring_area .col-md-4:nth-child(7) .price_table h3 span{
    font-size: 15px;
    line-height: 16px;
}
.catring_area .col-md-4:nth-child(4) .price_table ul {
    min-height: 273px !important;
}
.catring_area .col-md-4:nth-child(5) .price_table ul {
    min-height: 273px !important;
}
.price_modal button.close {
    background: #cc4133;
    color: #fff !important;
    font-size: 47px;
    width: 65px;
    height: 65px;
    line-height: 18px !important;
    position: absolute;
    right: 0px;
    opacity: 1 !important;
    border-radius: 50px;
    font-weight: 200;
    font-family: 'FontAwesome';
    z-index: 1;
    top: 0px;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.price_modal button.close:hover{
    background: #a4d440;
}
.price_modal .modal-body h2 {
    text-align: center;
    font-family: 'Fira Sans Condensed';
    font-weight: 900;
    line-height: 38px;
    font-size: 40px;
	margin-bottom: 30px;
	border-bottom: #dedede solid 1px;
    padding-bottom: 14px;
}
.price_modal .modal-header {
    border: none;
    margin: 0px;
    padding: 0px;
}
.price_modal .modal-body {
    padding: 59px 71px;
}
.price_modal .modal-content{
    background-image: url(../images/about_bg.jpg);
    position: relative;
   border-radius: 24px;
    background-size: cover;
    background-position: 39% -12%;
    position: relative;
/*     background-attachment: fixed; */
}
.price_modal .modal-content::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #e9e9e994;
    opacity: 0.8;
   border-radius: 24px;
}
.price_modal .content {
    counter-reset: section;
}
.price_modal .content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 28px;
}
.price_modal .content ul li {
    margin: 0px 0px;
    color: #222222;
    padding: 6px 27px;
    border-radius: 5px;
    font-size: 17px;
    font-family: 'Fira Sans Condensed';
    font-weight: 500;
    list-style: none;
    position: relative;
}
.price_modal .content ul li:before {
    counter-increment: section;
    content: "" counter(section) " ";
    position: absolute;
    left: 0px;
    background: #a4d541;
    width: 28px;
    height: 28px;
    border-radius: 80px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-family: 'Fira Sans Condensed';
    font-size: 22px;
    top: 4px;
    left: -9px;
}
.price_modal h3 {
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 52px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -1px;
    color: #000;
    line-height: 43px;
    /* text-align: center; */
    position: relative;
    margin: 17px 0px 27px;
    max-width: 221px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.price_modal h3 span {
    color: #000;
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    line-height: 13px;
    letter-spacing: -0.5px;
    position: relative;
    bottom: -13px;
    padding-left: 6px;
    max-width: 44px;
    width: 100%;
}
.price_modal .price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price_modal h4 span {
    color: #ff1a1a;
}
.price_modal p {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
}
.price_modal input, .price_modal select, .price_modal textarea {
    height: 53px !important;
    border: none !important;
    background: #ffffff !important;
}
.price_modal textarea {
	 height: 110px !important;
}
.price_modal .wpforms-submit {
    background: #cc4133 !important;
    color: #fff !important;
    width: 100% !important;
    padding: 14px !important;
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 4px !important;
    border: 0px solid !important;
	transition: all .3s !important;
}
.price_modal .wpforms-submit:hover{
	  background: #a4d440 !important;
}
.topmenu_fixed {
      position: fixed;
    /* background: #fff; */
    min-height: auto;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 10px 0px;
    box-shadow: 2px 1px 13px #ededed40;
    top: -100px;
    animation: nav_data 1.5s 1 linear;
    animation-fill-mode: forwards;
}
@keyframes nav_data {
0% {
    top: -100px;
}

100% {
    top: 0px;
}
}
.copy_right p a {
  color: #cc4133;
}
@media only screen and (min-width: 1400px) {
	    .about_contain {
        padding-left: 157px;
    }

}

.video_modal video {
    width: 100%;
    height: 440px;
    object-fit: cover;
}
.video_modal button.close {
    background: #cc4133;
    width: 62px;
    height: 62px;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 42px !important;
    opacity: 1;
    right: 0px;
    position: absolute;
    z-index: 9;
    border-radius: 50px;
    top: -19px;
    right: -22px;
	transition: all .3s;
}
.video_modal button.close:hover {
    background: #1d1d1d;
    opacity: 1 !important;
}
.video_modal .modal-body {
    padding: 12px 9px 4px;
    border-radius: 13px;
}
.modal-content {
    background: #a4d440;
    padding: 0px 1px 0px;
    border-radius: 1px;
    border-radius: 13px;
}




 
/* ----slider------- */
.hero {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero img {
    height: 560px;
    object-fit: cover;
}
.text_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000000;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text_overlay .row{
    align-items: center;
}
.hero .slide_1 .wrapper-cont {
    max-width: 736px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
}
.hero .slide_1 .content {
    padding-left: 89px;
    transform: rotate(-10deg);
    padding-top: 23px;
}
.hero .slide_1 .content h5 {
    background-image: url(../images/text_bg.png);
    margin: 0px 0px 33px 9px;
    padding: 10px 20px 10px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: "Spicy Rice", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    max-width: 233px;
    width: 100%;
    position: relative;
    height: 48px;
    text-align: center;
    transform: rotate(-2deg);
}
.hero .slide_1 .content h5::before {
    content: "";
    background: #fff;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 18px;
    top: 20px;
    border-radius: 50px;
}
.hero .slide_1 .content h5:after {
    content: "";
    background: #fff;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 19px;
    top: 21px;
    border-radius: 50px;
}
.hero .slide_1 .content h2{
    font-family: "Bangers", Sans-serif;
    font-size: 101px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
}
.hero .slide_1 .content h1 {
    font-family: "Bangers", Sans-serif;
    font-size: 153px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 150px;
    -webkit-text-stroke: 14px #CC4133;
    paint-order: stroke fill;
    letter-spacing: -.7px;
}
.hero .slide_1 .content h3{
    font-family: "Bangers", Sans-serif;
    font-size: 103px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    position: relative;
}
.hero .slide_1 .content h3::after {
    content: "";
    background-color: #cc4133;
    width: 36px;
    height: 36px;
    position: absolute;
    border-radius: 40px;
    margin-left: 9px;
    bottom: -8px;
}
.hero .slide_1 .img_content {
    position: relative;
    margin-top: 71px;
}
.hero .slide_1 .img_content h3{
    font-family: "Spicy Rice", Sans-serif;
    font-size: 57px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 66px;
}
.hero .slide_1 .img_content h3 span{
    font-size: 26px;
}
.hero .slide_1 .img_content h4 {
    font-family: "Bangers", Sans-serif;
    font-size: 65px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 48px;
}
.hero .slide_1 .img_content h2 {
    font-family: "Bangers", Sans-serif;
    font-size: 86px;
    font-weight: 400;
    text-transform: uppercase;
    color: #a4d440;
    line-height: 50px;
    line-height: 85px;
    paint-order: stroke fill;
    -webkit-text-stroke: 11px #ffffff;
    text-transform: uppercase;
}
.hero .slide_1 .img_content .right_content {
    position: absolute;
    top: 32px;
    left: 102px;
    z-index: 1;
}
.hero .slide_1 .img_content .roll_img img {
    width: 817px;
    height: 440px;
    object-fit: contain;
    z-index: 1;
    position: relative;
	float: right;
}
.hero .slide_1 .img_content .bg-img img {
    width: 182px;
    height: 390px;
    object-fit: contain;
    position: absolute;
    left: 86px;
}
.hero .slide_1 .content p {
    color: #fff;
    padding-top: 27px;
    font-family: 'Fira Sans Condensed';
    font-size: 17px;
    line-height: 25px;
}
/* ------slide 2 */
.hero .slide_2 .content {
    padding-left: 89px;
    padding-top: 23px;
}
.hero .slide_2 .content h5{
    font-family: "Spicy Rice", Sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -.6px;
}
.hero .slide_2 .content h2 {
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 94px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -.5px;
    line-height: 67px;
}
.hero .slide_2 .content h3 {
    font-size: 101px;
    font-family: "Fira Sans Condensed", Sans-serif;
    color: #a4d440;
    letter-spacing: -1.6px;
    font-style: italic;
    margin-left: -4px;
    font-weight: 900;
    line-height: 54px;
}
.hero .slide_2 .content p {
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -.9px;
    padding: 19px 0px 9px;
}
.hero .slide_2 .content a.btn_area img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-right: 12px;
}
.hero .slide_2 .img_content {
    display: flex;
    align-items: center;
    position: relative;
 
    justify-content: space-between;
}
.hero .slide_2 .img_content .img1 img{
  width: 508px;
  height: 466px;
  object-fit: contain;
}
.hero .slide_2 .img_content .img2 {
    position: absolute;
    right: -248px;
}
.hero .slide_2 .img_content .img2 img {
    width: 408px;
    height: 408px;
    object-fit: contain;
}
  .hero .slide_2 a.btn_area {
    background: #a4d440;
    padding: 12px 30px;
    border-radius: 9px;
    font-size: 20px;
    font-family: 'Fira Sans Condensed';
    font-weight: 800;
    text-transform: uppercase;
    color: #232323;
    align-items: center;
    display: inline-block;
	transition: all .3s;
}
.hero .slide_2 a.btn_area:hover{
	 background: #cc4133;
	 color: #fff;
}
.hero .slide_2 a.btn_area:hover img{
	filter: invert(1);
}
.hero .slide_2 .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 43.666667%;
    max-width: 43.666667%;
}
.hero .slide_2 .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 56.333333%;
    max-width: 56.333333%;
}
.hero .slide_2 .new p {
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    padding: 3px 95px 2px;
    text-transform: uppercase;
    background-color: #a4d440;
    position: absolute;
    right: -80px;
    top: -18px;
    transform: rotate(38deg);
    z-index: 1;
}
.header_main .nav_area ul li.current_page_item a {
    color: #a4d440;
}
.gallery_img .e-gallery-image {
    height: 300px;
    object-fit: cover;
}

/* ----*/
	.menu_page .elementor-widget-button {
    position: absolute;
    bottom: 27px;
}
	.menu_page .elementor-button-wrapper {
    position: absolute;
    bottom: 0px;
}
	.menu_page ul {
    margin-bottom: 40px;
}
    .praire_bites h3 {
        margin-bottom: 49px;
    }
body.page-id-49.modal-open {
    padding: 0px !important;
}
.sjb-page .sjb-detail .list-data .v1 ul li strong {
    padding-bottom: 13px;
    display: inline-block;
}
.sjb-page .sjb-detail .list-data .v1 ul li span {
    background: #a4d440;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    margin: 8px 0px;
    border-radius: 40px;
}
.revard_page .elementor-widget-container {
    counter-reset: section;
}
.revard_page ol {
    display: flex;
    justify-content: center;
    gap: 79px;
    width: 100%;
    align-items: center;
    background: #d7d7d763;
    padding: 17px;
    padding-left: 50px;
    margin-top: 20px;
}
.revard_page ol li {
    position: relative;
    list-style: none;
}
.revard_page ol li:before {
  counter-increment: section;
    content: "" counter(section) " ";
    position: absolute;
    left: 0px;
    background: #a4d440;
    width: 33px;
    height: 33px;
    border-radius: 80px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-family: 'Fira Sans Condensed';
    font-size: 22px;
    top: -1px;
    left: -43px;
}
.hero .slide_3 .img_content {
    justify-content: end;
}
.hero .slide_3 .content img {
    width: 127px;
    height: 73px;
    object-fit: contain;
    margin-bottom: 8px;
}
.hero .slide_3 .content h3 {
    font-size: 61px;
	margin: 16px 0px 26px;
}
.hero .slide_3 a.btn_area {
    background: #cc4133;
    color: #ffffff;
    padding: 12px 27px 6px;
}
.hero .slide_3 a.btn_area:hover {
    background: #a4d440;
    color: #282828;
}
.hero .slide_3 .content a.btn_area img {
    filter: invert(0) brightness(10.5);
}
.hero .slide_3 a.btn_area:hover img{
	filter: invert(0);
}
.hero .slide_3 .pd_mobile{
	display: none;
}
.price_modal input.wpforms-smart-phone-field::placeholder {
    color: #ffff;
}
.lime_area {
    display: flex;
}
.lime_area p {
    padding-left: 6px;
}
.color-a a {
    color: #cc4133;
}
.lime_area p span i {
    color: #cc4133;
    padding: 0px 3px;
}
.row1 {
    align-items: center;
    justify-content: center;
}
.address_area .elementor-container {
    justify-content: center;
}
.franchise_form input#wpforms-2920-field_6::placeholder {
    color: #fff !important;
}
.franchise_form .wpforms-confirmation-scroll p {
    color: #000;
    font-family: 'Fira Sans Condensed';
}
.franchise_form div.wpforms-container-full .wpforms-form label.wpforms-error {
    display: block;
    color: #ffeeee;
    font-size: 12px;
    float: none;
}
@media only screen and (max-width: 1400px) {
	.price_modal .modal-lg{
        max-width: 700px;
    }
	.h2_size h2{
		font-size: 55px !important;
			
	}
}
/* ------ */
.menu_pagetw{
	float: left;
    width: 100%;
    padding: 100px 0px 82px;
    background-image: url(../images/about_bg.jpg);
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    background-size: cover;
    background-position: 39% -12%;
    position: relative;
    background-attachment: fixed;
    border-bottom: #a4d440 solid 12px;
}
.menu_pagetw::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #ffffff8f;
    opacity: 0.8;
}
.menu_pagetw .container{
	position: relative;
}
.menu_pagetw h2 {
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 63px;
    font-weight: 900;
    color: #222222;
    text-align: center;
    margin-bottom: 44px;
}
.menu_pagetw .menu-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: 150px;
    object-fit: contain;
    object-position: center center;
	transition: all .3s;
	margin-bottom: 25px;
}
.menu_pagetw .menu-item:hover img {
    scale: 1.1;
}
.menu_pagetw .menu-content h3{
	font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
    color: #313131;
	transition: all .3s;
}
.menu_pagetw .order-now-btn{
	background-color: #8FD700;
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 25px 25px 25px 25px;
    padding: 14px 35px 14px 35px;
    color: #fff;
    transition: all .3s;
    position: absolute;
    bottom: 26px;
}
.menu_pagetw .menu-item:hover a.order-now-btn {
    background: #cc4133;
}
.menu_pagetw .menu-item:hover h3 {
    color: #cc4133;
}
.menu_pagetw .menu-content {
    position: relative;
    margin-bottom: 71px;
}
.menu_pagetw .menu-content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 9px;
    list-style: none;
	font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #313131;
}
.menu_pagetw .menu-content ul li:before {
    content: "";
    background: #cc4133;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 22px;
    left: 0px;
    top: 6px;
}
.menu_pagetw .menu-item {
	background-color: #FFFFFF;
	padding: 20px 19px 25px 20px;
	box-shadow: 0px 0px 42px 4px rgba(189, 189, 187, 0.27058823529411763);
	border-radius: 30px;
	margin-bottom: 20px;
}
.menu_pagetw .menu-category-items {
    margin-bottom: 60px;
}
.price_modal .modal-content {
    background-image: url(../images/about_bg.jpg);
    position: relative;
    border-radius: 24px;
    background-size: cover;
    background-position: 39% -12%;
    position: relative;
    /* background-attachment: fixed; */
}
.menu_pagetw .menu-item {
    flex: 0 0 23%;
    max-width: 23%;
    margin: 0px 11px;
}

/* Modal Styles */
.order-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
	-webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
}
/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}
.order-modal-content {
    /* background-color: #fff; */
    margin: 5% auto;
      padding: 40px 52px;
    border-radius: 6px;
    width: 90%;
    max-width: 766px;
    position: relative;
    background-image: url(../images/about_bg.jpg);
    position: relative;
    border-radius: 24px;
    background-size: cover;
    background-position: 39% -12%;
    position: relative;
}
.order-modal-content:before{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #e9e9e994;
    opacity: 0.8;
    border-radius: 24px;
}
.order-modal-content h2 {
    text-align: center;
    font-family: 'Fira Sans Condensed';
    font-weight: 900;
    line-height: 38px;
    font-size: 40px;
    margin-bottom: 30px;
    border-bottom: #dedede solid 1px;
    padding-bottom: 25px;
    position: relative;
}
.order-modal-content .wpforms-container{
	position: relative;
}
.order-modal-content input, .order-modal-content select, .order-modal-content textarea{
	height: 53px !important;
    border: none !important;
    background: #ffffff !important;
	font-family: 'Fira Sans Condensed';
}
.order-modal-content textarea{
	height: 100px !important;
}
.order-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    background: #cc4133;
    color: #fff !important;
    font-size: 47px;
    width: 65px;
    height: 65px;
    line-height: 18px !important;
    position: absolute;
    right: -19px;
    opacity: 1 !important;
    border-radius: 50px;
    font-weight: 200;
    font-family: 'FontAwesome';
    z-index: 1;
    top: -17px;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-modal-close:hover {
    background: #a4d440;
}

.order-modal-content .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
	justify-content: space-between;
}
.order-modal-content .wpforms-field {
    width: 48% !important;
}
.order-modal-content div#wpforms-5108-field_3-container {
    width: 100% !important;
}
.order-modal-content div#wpforms-5108-field_6-container {
    width: 100% !important;
}
.order-modal-content .wpforms-submit{
    display: table !important;
    background: #cc4133 !important;
    color: #fff !important;
    /* width: 100% !important; */
    padding: 14px 48px !important;
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 4px !important;
    border: 0px solid !important;
    transition: all .3s !important;
    margin: auto !important;
}
.order-modal-content .wpforms-submit:hover {
    background: #a4d440 !important;
}
/* --- */

.plain_order{
	float: left;
	width: 100%;
	background-image: url(https://prairiedonair.com/wp-content/uploads/2025/04/plan_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 38px 0px 33px 0px;
	position: relative;
}
.plain_order:before{
	content: "";
	width: 100%;
	background-color: #49B649;
    opacity: 0.71;
	position: absolute;
	height: 100%;
	top: 0px;
}
.plain_order p{
	font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 40px;
    color: #FFFFFF;	
}
.plain_order .row{
	align-items: center;
}
.plain_order .btn_area a{
	background-color: #FFFFFF;
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 28px 28px 28px 28px;
   padding: 16px 37px 16px 41px;
    color: #313131;
	transition: all .3s;
	display: inline-block;
}
.plain_order .btn_area a:nth-child(1) i {
    padding-right: 4px;
}
.plain_order .btn_area a:hover{
	background-color: #A4D440;
    color: #FFFFFF;
}
.plain_order .btn_area a:nth-child(1) {
	background-color: #CC4134;
	 color: #fff;
}
.plain_order .btn_area a:nth-child(1):hover{
	background-color: #fff;
	 color: #000;
}
.plain_order .btn_area a {
    margin-right: 13px;
}</pre></body></html>