/*
Theme Name: Filglobal Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/



/*************** ADD YOUR CUSTOM CSS HERE  ***************/
html {
    scroll-behavior: smooth;
    font-size: 16px;
}

h1,
.h1 {
    font-size: 4rem !important;
    line-height: 1.2;
}

h2,
.h2 {
    font-size: 3rem !important;
    line-height: 1.2;
}

h3,
.h3 {
    font-size: 2rem !important;
    line-height: 1.2;
}

h5,
.h5 {
    line-height: 1.2;
}

h6,
.h6 {
    font-size: 1.25rem !important;
    line-height: 1.2;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
btn {
    letter-spacing: normal !important;
    /*letter-spacing: .8px !important;*/ /*apply on specific font styles only*/
}

p {
    line-height: 1.6;
    font-size: 16px;
}

p.lead {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}

.header-row.container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    p.lead {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    h1,
    .h1 {
        font-size: calc(2rem + 1.5vw) !important;
    }

    h2,
    .h2 {
        font-size: 32px !important;
    }

    h3,
    .h3 {
        font-size: 28px !important;
    }

    h5,
    .h5 {
        font-size: 20px !important;
    }

    h6,
    .h6 {
        font-size: 1rem !important;
    }
}

/*#main {*/
/*	background: #F5F5F5;*/
/*}*/

.nd-container,
.nd-container-inner>div {
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px !important;
    padding-right: 12px !important;
    width: 100%;
    max-width: 1680px;
}

.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 100%;
    max-width: 1680px;
}

.nd-container-inner {
    justify-content: center !important;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* auto paddings */
.auto-padding {
    padding: calc(1.813rem + 1.5625vw);
    padding-left: 12px;
    padding-right: 12px;
}

.left-full-column,
.right-full-column {
    --gap: 6rem;
    --offset: calc((100vw - 1681px) / 2 + 4px);
    --y-offset: 45px;
    padding-top: var(--y-offset);
    padding-bottom: var(--y-offset);
}

.left-full-column {
    padding-left: var(--offset);
    padding-right: var(--gap);
}

.right-full-column {
    padding-right: var(--offset);
    padding-left: var(--gap);
}

h3.porto-sicon-title {
    font-weight: 700;
}

.page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.limit-words {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.thumb-info img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    overflow: hidden;
}

.thumb-info .partners-logo {
    transition: 0.3s;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 90%;
}

.blog-masonry-image img {
    min-height: 300px;
    max-height: 300px !important;
}

.min-h-880-max-900 {
    min-height: 880px;
    max-height: 900px;
}

.min-h-825 {
    height: 100%;
    min-height: 825px;
    max-height: 825px;
}

.justify-content-space-between {
    justify-content: space-between;
}

.gutenberg-hb>.porto-block>*:not(.porto-section),
.gutenberg-hb .porto-section>*:not(.container),
.gutenberg-hb .porto-section>.container>* {
    margin-right: 0;
}

.sticky-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f54f !important;
    animation: fadeInDown 0.3s ease-out;
}

#header, .sticky-header .header-main.sticky {
    border-top: none;
}

#footer .footer-bottom .footer-left {
    padding: 10px 0 10px 0;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    html, p {
        font-size: 18px;
    }

    .auto-padding {
        padding: calc(2.813rem + 1.5625vw);
    }

    .left-full-column,
    .right-full-column {
        --y-offset: calc(2.813rem + 1.5625vw);
    }
}

@media (min-width: 1600px) {
   
}

@media (max-width: 1760px) {

    .left-full-column,
    .right-full-column {
        --gap: 2rem;
    }

    .left-full-column {
        padding-left: 12px;
    }

    .right-full-column {
        padding-right: 12px;
    }
}

@media (max-width: 1400px) {
    .left-full-column {
        padding-right: 12px;
    }

    .right-full-column {
        padding-left: 12px;
    }
}


/* Hide by default */
.contact-us-menu {
  display: none;
}

/* Show only on mobile */
@media (max-width: 991px) {
  .contact-us-menu {
    display: block;
  }
}