/*
Theme Name: Integrio
Theme URI: http://integrio.webgeniuslab.net/
Author: WebGeniusLab
Author URI: http://webgeniuslab.net/
Description: WebGeniusLab team presents absolutely fresh and powerful WordPress theme. It combines new technologies and functional design that helps to showcase your content in better way. This WordPress theme is developed with attention to details, so you can create effective presentation of a website easily. Enjoy building web pages with our product!
Version: 1.0.18
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: integrio
*/

/* ----------------------- */
.wpcf7-acceptance input:not([type="submit"]) {
    width: inherit!important;
}

html {
	scroll-behavior: smooth;
}
.banner_calc {
    margin-bottom: 30px;
    position: relative;
	
}
.banner_calc .shadow_banner_calc {
    background: #02093c;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    padding: 45px 40px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
	border-radius: 20px;
}
.banner_calc .text {
    max-width: 500px;
    padding-right: 60px;
    padding: 15px 0;
}
.banner_calc .title_banner_calc {
    font-weight: 800;
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    color: #fff;
}
.banner_calc .description_banner_calc {
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 37px;
    color: #fff;
}
.banner_calc .btn {
    margin-top: 0;
    white-space: nowrap;
    padding: 20px 25px;
    line-height: 1;
    background: #ff4e38;
    color: #fff;
    border-style: solid;
    border-radius: 5px;
    line-height: 1.16;
    font-weight: 700;
	    border: 1px solid #ff4e38!important;
}

.banner_calc .btn:hover {
    background: #02093c;
    border: 1px solid #ff4e38;
}

.banner_calc  .fa-arrow-right:before {
    content: "\f061";
    padding: 10px;
}

.primary-nav ul li ul, .primary-nav ul li div.mega-menu-container {
    min-width: 365px!important;
}