/*
Theme Name: Starting Theme
Version: 1.0.0
Author: paspartoo.com Web Agency
*/

@import "css/style.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@font-face {
    font-family: 'Font Awesome 5 Light';
    src: url('fonts/fa-light-300.eot');
    src: url('fonts/fa-light-300.eot?#iefix') format('embedded-opentype'),
    url('fonts/fa-light-300.woff') format('woff'),
    url('fonts/fa-light-300.woff2') format('woff2'),
    url('fonts/fa-light-300.svg') format("svg"),
    url('fonts/fa-light-300.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.fal {font-family: "Font Awesome 5 Light";}

@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SFProDisplay-Regular.eot');
    src: url('fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/SFProDisplay-Regular.woff2') format('woff2'),
    url('fonts/SFProDisplay-Regular.woff') format('woff'),
    url('fonts/SFProDisplay-Regular.ttf') format('truetype'),
    url('fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SFProDisplay-Medium.eot');
    src: url('fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/SFProDisplay-Medium.woff2') format('woff2'),
    url('fonts/SFProDisplay-Medium.woff') format('woff'),
    url('fonts/SFProDisplay-Medium.ttf') format('truetype'),
    url('fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SFProDisplay-Semibold.eot');
    src: url('fonts/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
    url('fonts/SFProDisplay-Semibold.woff2') format('woff2'),
    url('fonts/SFProDisplay-Semibold.woff') format('woff'),
    url('fonts/SFProDisplay-Semibold.ttf') format('truetype'),
    url('fonts/SFProDisplay-Semibold.svg#SFProDisplay-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




.home_logo_company .home_dark_section_title{
    padding-top: 0;
}

.container .vc_row{
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /*     align-items: center; */
}

@media (max-width: 991px) {
}
@media (max-width: 767px) {
    .home_logo_company{
        padding-top: 0 !important;
    }
    .container .vc_row{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .home_logo_company .home_dark_section_title{
        margin-top: 0;
        padding-top: 25px;
    }
}




