@charset "UTF-8";

/*
Theme Name: Meateo
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the Meateo team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('assets/fonts/Poppins-SemiBold.otf');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('assets/fonts/Poppins-Medium.otf');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('assets/fonts/Poppins-Regular.otf');
}

body {}

html,
body {
    min-height: 100%;
    font-family: Poppins-Regular, sans-serif;
}

* {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: normal;
    font-family: Poppins-SemiBold;
}

button {
    outline: none !important;
    text-decoration: none;
}

a {
    outline: none !important;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

p,
li,
a {
    font-family: Poppins-Regular, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #8d8d8d;
    margin: 0;
}

img {
    height: auto;
    width: auto;
    max-width: 100%;
}

a:hover,
a:focus {
    color: #2fd64b;
}

li {
    padding: 7px 0;
}

.vc_row.container {
    margin: 0 auto;
}

header.entry-header {
    display: none;
}

.custom_heading {
    font-size: 22px;
    color: #000;
    font-family: 'Poppins-SemiBold' !important;
}


/* animation effect */

@keyframes animate {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    0% {
        width: 0;
    }
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* header design */

.menu-button-container {
    display: none;
    justify-content: space-between;
    position: absolute;
    right: 0;
    padding-top: calc(0.5 * var(--global--spacing-vertical));
    padding-bottom: calc(0.25 * var(--global--spacing-vertical));
}

.site-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0px;
}

.primary-navigation {
    position: relative;
    margin-left: auto;
}

.primary-navigation>div>.menu-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    max-width: none;
    padding-left: 0;
    position: relative;
}

.primary-navigation .primary-menu-container>ul>.menu-item {
    display: flex;
}

.primary-navigation .primary-menu-container>ul>.menu-item>a {
    padding: 0 15px;
    color: #000;
    font-size: 20px;
    transition: 0.4s linear;
    position: relative;
    text-decoration: none;
}

.primary-navigation .primary-menu-container>ul>.menu-item>a:hover,
.primary-navigation .primary-menu-container>ul>.menu-item.current-menu-item>a {
    color: #2fd64b;
}

.primary-navigation .primary-menu-container>ul>.menu-item>a:after {
    display: inline-block;
    content: "";
    height: 2px;
    background-color: #2fd64b;
    position: absolute;
    bottom: 0px;
    left: 50%;
    right: 50%;
    transition: 0.4s linear;
}

.primary-navigation .primary-menu-container>ul>.menu-item>a:hover:after,
.primary-navigation .primary-menu-container>ul>.menu-item.current-menu-item>a:after {
    left: 15%;
    right: 15%;
}

img.logo_imag {
    max-height: 110px;
}

header.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    box-shadow: 11px 0px 8px #030006;
    animation: smoothScroll 1s forwards;
    background-color: #fff;
}
header.sticky img.logo_imag {
    max-height: 80px;
}

/* header droupdown design */

ul.sub-menu {
    position: absolute;
    background-color: #fff;
    z-index: 1;
    top: 37px;
    box-shadow: 3px 3px 10px #000;
    width: 220px;
    left: 0;
    list-style-type: none;
    padding: 0;
    transition: 0.4s linear;
    opacity: 0;
    pointer-events: none;
}

.menu-item-has-children {
    position: relative;
}

ul.sub-menu li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    line-height: 1;
}

ul.sub-menu li a {
    color: #000;
    text-decoration: none;
    font-size: 17px;
}

ul.sub-menu li a:hover,
ul.sub-menu li.current-menu-item a {
    color: #2fd64b;
}

button.sub-menu-toggle[aria-expanded="true"]+ul.sub-menu {
    opacity: 1;
    pointer-events: initial;
    top: 47px;
}

button.sub-menu-toggle {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
}

.primary-navigation .primary-menu-container>ul>.menu-item.menu-item-has-children>a:after {
    display: inline-block;
    content: "";
    background-position: 98%;
    background-size: 18px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    position: relative;
    left: auto;
    right: auto;
    top: 5px;
    margin-left: 7px;
    background-image: url(assets/images/down-arrow.png);
    background-color: transparent;
}


/* banner section design */

.banner_section {
    position: relative;
    /*margin-bottom: 35px;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 17% 0;*/
    height: 500px;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.banner_section .wpb_content_element {
    margin: 0;
}

h1.page_title {
    /*position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);*/
    font-family: Poppins-SemiBold, sans-serif !important;
    /*width: 100%;*/
    margin: 0;
    display: inline-block;
    position: relative;
}

h1.page_title:after {
    width: 100%;
    height: 3px;
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -13px;
    animation: animate 3s linear;
}

div#content {
    overflow: hidden;
}

.banner_section .vc_column-inner {
    padding-top: 0 !important;
}


/* contact page design */

.contact_box {
    box-shadow: 3px 3px 10px #0000006b;
    border-radius: 4px;
    padding: 25px 40px 0;
    margin-bottom: 35px;
}

.contact_box .icon_box {
    display: inline-block;
    width: 60px;
    margin-bottom: 15px;
}

.contact_box .icon_box+.text_box {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 70px);
    padding-top: 14px;
    padding-left: 10px;
    margin-bottom: 15px;
}

.contact_box a {
    color: #8d8d8d;
    transition: 0.4s linear;
}

.contact_box a:hover {
    color: #75d69c;
}


/* footer Design */

.footer-bg {
    text-align: center;
    background-color: #000;
    padding: 15px 0px;
}

.footer-bg p {
    color: #fff;
    font-size: 18px;
}

footer .widget {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

footer aside.widget-area {
    padding: 30px 0;
}

footer,
footer a,
footer p,
footer li {
    font-size: 16px;
}

footer h2.widget-title {
    font-size: 22px;
    color: #fff;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer a {
    text-decoration: none;
    color: #949494;
}

footer a:hover {
    color: #2fd64b;
}

footer span.contact-info-title {
    color: #fff;
}

footer hr {
    background-color: #fff;
}

ul.social_links li {
    display: inline-block;
}

ul.social_links li a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    font-size: 22px;
    background-color: #fff;
    justify-content: center;
    border-radius: 100%;
    align-items: center;
    margin-left: 11px;
    color: #000;
    transition: 0.4s linear;
}

ul.social_links li a:hover {
    transform: rotate(5deg);
    color: #2fd64b;
}

div#top_btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    box-shadow: 3px 3px 10px #00000063;
    cursor: pointer;
    display: none;
    transition: 0.4s linear;
}
div#top_btn.show{
    display: flex;
}
div#top_btn svg {
    transition: 0.4s linear;
}
div#top_btn:hover svg {
    transform: translateY(-4px);
}

/* responsive css */
@media(min-width: 1856px){
    .banner_section.contact_banner {
        background-attachment: initial;
        background-position: center 78%;
    }
}
@media (max-width: 1199px){
    .banner_section {
        background-size: contain;
        height: 358px;
    }
}
@media (max-width: 991px){
    .banner_section {
        background-size: contain;
        height: 300px;
    }
}

@media (max-width: 767px) {
    p,
    li,
    a {
        font-size: 18px;
    }
    img.logo_imag, header.sticky img.logo_imag {
        max-height: 50px;
    }
    .footer-bg p {
        font-size: 16px;
    }
    .contact_box {
        padding: 25px 0 0;
    }
    .contact_box .icon_box {
        width: 30px;
        margin-bottom: 0;
    }
    .contact_box .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
        font-size: 23px !important;
    }
    .contact_box .icon_box+.text_box {
        width: calc(100% - 40px);
        margin-bottom: 0px !important;
        padding: 2px 0 0 7px;
        margin-bottom: 15px !important;
    }
    .contact_box a,
    .contact_box {
        font-size: 17px;
    }
    .contact_box .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
        height: 30px;
    }
    footer .widget {
        width: 100%;
        margin-bottom: 30px;
    }
    footer .widget:last-child {
        margin-bottom: 0;
    }
    footer h2.widget-title {
        font-size: 20px;
    }
    footer li {
        padding: 5px 0;
    }
    .banner_section {
        background-size: cover;
        padding: 17% 0; 
        display: block;
        background-attachment: scroll;
        height: auto;
    }
}


/*responsive menu css */

@media (max-width: 575px) {
    .menu-button-container {
        display: block;
        position: relative;
    }
    span.dropdown-icon.close {
        display: none;
        transition: 0.4s linear;
    }
    .primary-menu-container {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background-color: black;
        color: #fff;
        transition: 0.4s linear;
        transform: translateY(-30px);
        opacity: 0;
        pointer-events: none;
        overflow-y: auto;
    }
    .primary-navigation>div>.menu-wrapper {
        flex-direction: column;
    }
    .primary-navigation .primary-menu-container>ul>.menu-item>a {
        color: #fff;
        font-size: 18px;
    }
    .primary-navigation .primary-menu-container>ul>.menu-item>a:after {
        display: none;
    }
    .primary-navigation .primary-menu-container>ul>.menu-item {
        /*justify-content: flex-end;*/
        border-top: 1px solid #eee;
    }
    button#primary-mobile-menu {
        position: relative;
        top: 0;
        border: none;
        background-color: transparent;
        padding-right: 10px;
    }
    body.lock-scrolling {
        overflow: hidden;
    }
    body.primary-navigation-open header {
        background-color: #000;
    }
    body.primary-navigation-open .site-header span.dropdown-icon.open {
        display: none;
    }
    body.primary-navigation-open .site-header span.dropdown-icon.close {
        display: block;
        color: #fff;
    }
    body.primary-navigation-open .primary-menu-container {
        opacity: 1;
        top: 80px;
        transform: translateY(0px);
        pointer-events: initial;
    }
    .primary-navigation .primary-menu-container>ul>.menu-item.menu-item-has-children>a:after {
        background-image: url(assets/images/down-arrow-white.png);
    }
    ul.sub-menu {
        position: relative;
        width: 100%;
        top: 0 !important;
        background-color: transparent;
        /*padding-right: 37px;*/
        display: none;
    }
    button.sub-menu-toggle[aria-expanded="true"]+ul.sub-menu {
        display: block;
        padding-left: 20px;
    }
    body.primary-navigation-open ul.sub-menu {
        pointer-events: initial;
    }
    .primary-navigation .primary-menu-container>ul>.menu-item.menu-item-has-children {
        display: block;
        /*text-align: right;*/
    }
    ul.sub-menu li a {
        color: #fff;
    }
    ul.sub-menu li {
        border: none;
        padding: 5px 15px;
    }
    header.sticky{
        animation: none;
    }
}