/*
 Theme Name:     iBASE Theme
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:         Afterimage Designs
 Author URI:     https://afterimagedesigns.com/
 Template:       wp-bootstrap-starter
 Version:        1.4
 Text Domain: ibaset
*/


/****************************************
*** Theme customization starts below ***
*****************************************/

body {
    background: #fff;
    font-family: 'Lato', sans-serif;
    color: #231f1f;
    font-size: 16px;
    font-weight: 400;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,p,
::placeholder{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
a {
    color:#007bff;
/* 	color: #0e2240; */
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
/*Colors*/
.cl-white{
    color: #fff !important;
}
.bg-white{
    background-color: #fff !important;
}
.cl-white-h:hover,
.cl-white-h:focus{
    color: #fff;
}
.bg-white-h:hover,
.bg-white-h:focus{
    background-color: #fff !important;
}
.bg-ligth{
    background-color: #f0f0f0;
}
.bg-ligth-2{
    background-color: #f8f8f8;
}
.border-white{
    border-color: #fff;
}
.cl-black{
    color: #000;
}
.bg-black{
    background-color: #000 !important;
}
.bg-black-h:hover,
.bg-black-h:focus{
    background-color: #000 !important;
}
.cl-black-h:hover,
.cl-black-h:focus{
    color: #000;
}
.cl-dark{
    color: #231f1f;
}
.cl-red{
    color: #b31f24;
}
.bg-red{
    background-color: #b31f24 !important;
}
.cl-red-h:hover,
.cl-red-h:focus{
    color: #b31f24;
}
.cl-blue{
    color: #19458d;
}
.bg-blue{
    background-color: #19458d !important;
}
.cl-blue-h:hover,
.cl-blue-h:focus{
    color: #19458d;
}
.cl-blue-2{
    color: #2c4260;
}
.bg-blue-2{
    background-color: #2c4260 !important;
}
.cl-blue-2-h:hover,
.cl-blue-2-h:focus{
    color: #2c4260;
}
.cl-blue-3{
    color: #191938;
}
.bg-blue-3{
    background-color: #191938 !important;
}
.bg-blue-3-h:hover,
.bg-blue-3-h:focus{
    background-color: #191938 !important;
}
.border-blue-3-h:hover,
.border-blue-3-h:focus{
    border-color: #191938 !important;
}
.cl-blue-3-h:hover,
.cl-blue-3-h:focus{
    color: #191938 !important;
}
.cl-blue-4{
    color: #17468d !important;
}
.bg-blue-4{
    background-color: #17468d;
}
.cl-gold{
    color: #f6a11c;
}
.bg-gold{
    background-color: #f6a11c !important;
}
.cl-gold-h:hover,
.cl-gold-h:focus{
    color: #f6a11c !important;
}
.bg-yellow{
    background-color: #f6a018;
}
.cl-steel{
    color: #38393a;
}
.bg-steel{
    background-color: #38393a !important;
}
.cl-steel-h:hover,
.cl-steel-h:focus{
    color: #38393a;
}
.cl-dark-blue{
    color: #2c4361;
}
.bg-dark-blue{
    background-color: #2c4361 !important;
}
.cl-dark-blue-h:hover,
.cl-dark-blue-h:focus{
    color: #2c4361;
}
.cl-gray{
    color: #383838 !important;
}
.cl-dark-gray{
    color: #85858b;
}
.bg-dark-gray{
    background-color: #85858b !important;
}
.cl-dark-gray-h:hover,
.cl-dark-gray-h:focus{
    color: #85858b;
}
.bg-dark-gray-1{
    background-color: #363636;
}
.cl-dark-maroon{
    color: #6b2026;
}
.bg-dark-maroon{
    background-color: #6b2026 !important;
}
.cl-dark-maroon-h:hover,
.cl-dark-maroon-h:focus{
    color: #6b2026;
}
.bg-contact-care{
    background-color: #dadada;
}
/*End Colors*/

/*Header*/
header{
    background-color: #fff !important;
}
.container{
    max-width: 1260px !important;
}
header#masthead{
    box-shadow: none;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 10000;
    max-width: 1920px;
    margin: 0 auto;
}
.search .widget.widget_search{
    display: none;
}
header#masthead.header-scrolled{
    top: 0;
    border-bottom: 1px solid #d5d5d5;

    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
header#masthead{
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}
.top-header{
    min-height: 52px;
    background-color: #2c4260;
}
.input-search-top{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #bebebe;
    color: #000 !important;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif !important;
    min-width: 270px !important;
}
.input-search-top.form-control::placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif !important;
}
.input-search-top:hover,
.input-search-top:focus
{
    box-shadow: none;
    background-color: transparent;
    outline: none;
    border-color: #bebebe;
}
.btn-search:hover,
.btn-search:focus{
    box-shadow: none;
    background-color: transparent;
    outline: none;
}
.btn-search{
    border-radius: 0;
    border-bottom: 1px solid #bebebe;
    color: #000;
    padding: .395rem .87rem;
    margin-left: -1px;
}
.col-header-top p{
    font-family: 'Lato', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 14px;
}
.col-header-top p a{
    font-family: 'Lato', sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.col-header-top .widget{
    margin: 0;
}
.navbar-brand{
    margin-right: 0;
}
.col-sol {
    margin-bottom: 40px;
}
.country-selector.weglot-dropdown .wgcurrent::after{
    background: url("assets/img/globe.png") no-repeat;
    top: 7px;
    right: 0;
    width: 20px;
    height: 20px;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
}
.country-selector.weglot-dropdown .wgcurrent span {
    padding-right: 33px;
}
.country-selector.weglot-dropdown ul,
.country-selector.weglot-dropdown .wgcurrent{
    border: 0;
}
.country-selector.weglot-dropdown a{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.51);
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 27px;
}
.country-selector.weglot-dropdown .wgcurrent span
{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.51);
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 27px;
}
.country-selector a,
.country-selector.weglot-inline label span{
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
}
.country-selector.weglot-inline label span::before{
    content: "\f058" !important;
    padding-right: 4px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
    color: #5cb34e;
}
.country-selector.weglot-inline li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto !important;
}
.country-selector.weglot-inline label,
.country-selector.weglot-inline ul{
    display: inline-flex;
}
.country-selector{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1px;
}

.country-selector.weglot-inline li::after{
    /*display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent url('assets/img/globe.png') no-repeat;
    background-position: center;
    background-size: 20px;*/
}
.country-selector a{
    padding: 0 12px;
}
#selector-globe{
    cursor: pointer;
    width: 80px;
    height: 20px;
    display: inline-block;
    z-index: 2;
}
.row-language{
    min-height: 22px;
    padding-top: 10px;
    position: absolute;
    right: 30px;
    width: 100%;
   /* z-index: 2;*/
}
header#masthead.header-scrolled .row-language{
    visibility: hidden;
}
.country-selector.weglot-dropdown .wgcurrent span:hover,
.country-selector.weglot-dropdown .wgcurrent span:focus,
.country-selector.weglot-dropdown a:hover,
.country-selector.weglot-dropdown a:focus,
.country-selector a:hover,
.country-selector.weglot-inline label span:hover,
.country-selector a:focus,
.country-selector.weglot-inline label span:focus{
    color: #f6a11c !important;
    text-decoration: none !important;
}
.widget.widget_weglot-translate{
    margin: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/*MegaMenu CSS*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
    position: fixed;
    width: 100%;
    max-width: 100%;
    left: 0;
    border-top: 1px solid #d5d5d5;
    box-shadow: 0px 17px 8px 0px rgba(0, 0, 0, 0.3);
    padding-top: 50px;
    padding-bottom: 50px;
}
#mega-menu-wrap-primary .mega-menu-row{
    max-width: 1244px !important;
    margin: 0 auto !important;
    float: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    font-family: 'Lato', sans-serif;
    color: #000 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.mega-sub-menu a.mega-menu-link{
    font-family: 'Lato', sans-serif !important;
    color: #38393a !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 4px 7px 4px 7px !important;
    line-height: 1.5 !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-lp-submenu ul.mega-sub-menu{
    padding-left: 15px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus,
.mega-sub-menu a.mega-menu-link:hover,
.mega-sub-menu a.mega-menu-link:focus{
    background-color: #fff !important;
    color: #f6a11c !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{
    background-color: #f6a11c !important;
    color: #000 !important;
}
/* Added new */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	background-color: #fff !important;
	color: #f6a11c !important;
}
ul.mega-sub-menu > li.mega-current-menu-item > a {
    background-color: #f6a11c !important;
    color: #000 !important;
}

/* End Added new */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-submenu-noh.mega-menu-item > a.mega-menu-link:hover{
    color: #38393a !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link
{
    padding: 4px 10px 0px 10px;
}
header#masthead.header-scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    line-height: 90px;
    height: 90px;
    padding: 7px 10px 0px 10px;
}
.top-header form .input-group,
.navbar form .input-group{
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: end;
}
.mega-sub-menu a.mega-menu-link:hover,
.mega-sub-menu a.mega-menu-link:focus{
    font-weight: 400;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 12px 0 12px;
    width: 100%;
}
.mega-column-text-menu .textwidget p{
    font-family: 'Lato', sans-serif;
    color: #2d4261 !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.5;
}
.mega-row-menu,
.mega-row-menu .mega-menu-column{
    min-height: 192px !important;
}
.mega-row-menu .mega-sub-menu{
    height: 100%;
}
.mega-br-menu{
    border-right: 2px solid #afafaf !important;
}
.link-solutions{
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50px;
    padding: 13px 29px 13px 29px;
}
.link-solutions:hover,
.link-solutions:focus{
    border-color: #f6a11c;
    background-color: #f6a11c !important;
    text-decoration: none;
    color: #fff !important;
}
#mega-menu-wrap-primary .mega-menu-toggle{
    position: absolute;
    right: 0;
    z-index: 1000000000;
    background-color: transparent;
    top: -60px;
}
/*END MegaMenu CSS*/

/*End Header*/

/*Banner CSS*/
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.overlay-promo-home{
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding-right: 30px;
    padding-left: 20px;
}
.overlay-bg-promo{
    clip-path: ellipse(67.19% 72.43% at 29.67% 50.38%);
    -webkit-clip-path: ellipse(67.19% 72.43% at 29.67% 50.38%);
}
.overlay-bg{
    background-image: -moz-linear-gradient( 0deg, rgba(35,35,35,0.7098) 0%, rgba(35,35,35,0.45) 64%, rgba(35,35,35,0.2) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(35,35,35,0.7098) 0%, rgba(35,35,35,0.45) 64%, rgba(35,35,35,0.2) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(35,35,35,0.7098) 0%, rgba(35,35,35,0.45) 64%, rgba(35,35,35,0.2) 100%);
}
.overlay-bg1{
    background: rgba(0, 0, 0, 0.6);
}
.overlay-contact{
    max-width: 70%;
    padding: 20px 30px;
}
.banner-promo-icon{
    max-width: 70px;
}
.banner-img-mv,
.banner-img-sm{
    display: none;
}
.headline-banner{
    font-family: 'DIN 2014', sans-serif !important;
    font-size: 36px;
    font-weight: 600;
}
.headline-contact{
    font-family: 'DIN 2014', sans-serif !important;
    font-size: 24px;
    font-weight: 400;
}
.main-hero-home .headline-banner{
    font-size: 27px;
}
.text-contact-card,
.link-card{
    font-size: 15px;
    line-height: 1.2;
}
.link-phone i{
    font-size: 12px;
    vertical-align: middle;
}

.entry-title{
    font-family: 'DIN 2014', sans-serif !important;
    font-size: 36px !important;
    font-weight: 400;
    border: 0 !important;
}
.content-area{
    padding-top: 80px;
    padding-bottom: 80px;
}
/*.headline-banner.regular-font,
.din-regular-font{
    font-weight: 400;
}*/
.bold-font{
    font-weight: 700 !important;
}
.banner-land-img{
    border-radius: 15px;
}
.banner-shadow{
    box-shadow: 4px 15px 11px 3px rgba(0, 0, 0, 0.23);
}
.section-finder{
    background-color: #e8e8e8;
    min-height: 222px;
}
/*End Banner CSS*/

/*General CSS*/
.line{
    height: 4px;
    width: 100%;
    background-color: #f0f0f0;
    max-width: 1385px;
    margin: 0 auto;
}
.nounder-h:hover,
.nounder-h:focus{
    text-decoration: none;
}
#content.site-content {
    padding-bottom: 0;
    padding-top: 0;
    margin: 122px auto auto auto;
    max-width: 1920px;
}
.box-text-main{
    max-width: 550px;
    background: rgba(255, 255, 255, 0.71);
    padding: 30px;
}
.cta-link{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 15px 30px 15px 30px;
}
.cta-link-inverse{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: 2px solid;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 15px 30px 15px 30px;
}
.cta-link.cta-sm,
.cta-link-inverse.cta-sm{
    padding: 10px 35px 10px 35px;
}
.cta-link.cta-link-section{
    padding: 10px 30px 10px 30px;
    right: 0;
    position: absolute;
}
.text-title{
    font-family: 'DIN 2014', sans-serif;
    font-size: 24px;
    line-height: 1.2;
}
.text-title-finder{
    font-family: 'DIN 2014', sans-serif;
    font-size: 30px;
    line-height: 1.2;
}
.custom-select:focus,
.custom-select:hover{
    box-shadow: none !important;
}
.custom-select {
    font-family: 'Lato', sans-serif;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background: #fff url("assets/img/arrow-select.png") no-repeat right .75rem center/12px 8px;
    border: 0;
    border-radius: 50px;
    min-width: 300px;
    cursor: pointer;
}
.custom-select.is-invalid, .was-validated .custom-select:invalid{
    background: #fff url("assets/img/arrow-select.png") no-repeat right .75rem center/12px 8px;
}
#solution-finder-modal .custom-select.is-invalid, #solution-finder-modal.was-validated .custom-select:invalid,
#solution-finder-modal .custom-select.is-valid, #solution-finder-modal.was-validated .custom-select:valid{
    background: #f0f0f0 url("assets/img/arrow-select.png") no-repeat right .75rem center/12px 8px;
}
#solution-finder-modal .custom-control-input.is-valid ~ .custom-control-label, #solution-finder-modal.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #231f1f;
}
.custom-select.custom-select-filter {
    font-family: "DIN 2014", sans-serif;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    background: #f0f0f0 url("assets/img/arrow-select-c.png") no-repeat right .75rem center/12px 8px;
    border: 0;
    border-radius: 0;
    min-width: auto;
    border-bottom: 2px solid #000;

}
.custom-select.custom-select-filter.custom-select-sort{
    border-bottom: 0;
    font-size: 16px;
    max-width: 130px;
}
.custom-select option:hover {
    background-color:#ff9d00; }
.custom-select option {
    color:#000;

}
.filterby{
    font-family: "DIN 2014", sans-serif;
    font-weight: 400;
    font-size: 20px;
}
#solution-finder .custom-select{
    min-width: 100% !important;
}
.custom-select.custom-select-contact{
    background: #f0f0f0 url("assets/img/arrow-select-blue.png") no-repeat right .75rem center/12px 8px;
    border: 0 !important;
    background-color: #f0f0f0 !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Lato', sans-serif !important;
    height: 35px !important;
    line-height: 20px !important;
}
.solution-finder .custom-select{
    background-color: #f0f0f0;
}
.custom-select option:hover{
    background-color: #f6a11c !important;
}

.btn-send-solution{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 6px 28px 6px 28px;;
}
.section-finder h3{
    font-family: 'DIN 2014', sans-serif;
    font-size: 30px;
    color: #000;
}
.section-solutions,
.section-news{
    padding-top: 60px;
    padding-bottom: 60px;
}
.box-solution{
    background-color: #f6a018;
    border: 2px solid #9ca6b5;
    border-bottom-right-radius: 15px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.box-industry{
    background-color: #f6a018;
    border-bottom-right-radius: 15px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.box-industry.box-partner-indus{
    border-radius: 15px !important;
}
.box-solution:hover,
.box-solution:focus,
.box-industry:hover,
.box-industry:focus,
.box-post-img:hover,
.box-post-img:focus,
.link-modal-team .box-post-img:hover,
.link-modal-team .box-post-img:focus{
    -webkit-box-shadow: -4px 9px 33px -3px rgba(133,130,133,1);
    -moz-box-shadow: -4px 9px 33px -3px rgba(133,130,133,1);
    box-shadow: -4px 9px 33px -3px rgba(133,130,133,1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.inner-box-solution
{
    background-color: #f3f3f3;
    border-bottom-right-radius: 65px;
    padding: 25px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.inner-box-industry{
    background-color: #e7e7e7;
    border-bottom-right-radius: 65px;
    padding: 35px 25px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.box-industry.box-partner-indus .inner-box-industry{
    border-radius: 15px 15px 65px 15px !important;
}
.uk-modal{
    z-index: 10001;
}
.uk-modal-dialog-partner{
    width: 100% !important;
    max-width: 921px !important;
}

.box-text-modal,
.box-title-modal{
    padding: 35px 40px;
}
.uk-modal-partners .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
    stroke: #17468c;
}
.link-modal-partner:hover,
.link-modal-partner:focus{
    text-decoration: none;
}
.nav-partner .overlay-bg1{
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.nav-partner:hover .overlay-bg1,
.col-cat-partner.uk-active .overlay-bg1{
    background: rgba(0, 0, 0, 0.32);
}
.box-solution:hover .inner-box-solution{
    background-color: #FFFFFF;
}
.col-sol{
    min-height: 295px;
    height: auto;
}
.col-industry{
    min-height: 250px;
    height: auto;
}
.col-sol a:hover,
.col-sol a:focus{
    text-decoration: none;
}
.col-sol p{
    font-family: 'Lato', sans-serif;
    color: #231f1f;
    font-size: 16px;
    font-weight: 400;
}
.title-sol{
    font-family: 'DIN 2014', sans-serif;
    font-size: 42px;
    color: #000;
    text-transform: uppercase;
}
.title-sol-post{
    font-family: 'DIN 2014', sans-serif;
    font-size: 60px;
    text-transform: uppercase;
}
.subtitle-sol{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #6c2026;
    text-transform: uppercase;
}
.title-section{
    font-family: 'DIN 2014', sans-serif;
    font-size: 32px;
}
.section-news .title-section span{
    color: #f6a018;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    border: 1px solid #f6a018;
    border-radius: 0.938rem;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover,
.post-navigation .nav-previous a:focus, .post-navigation .nav-next a:focus{
    background-color: #f6a018;
    color: #fff;
}
.widget_search label{
    width: 100%;
}
.widget-area.sidebar a.nav-link::before{
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    padding-right: 8px;
    vertical-align: middle;
    color: #f6a018;
}
.widget-area.sidebar .list-jobs a.nav-link::before{
    content: "\f5ac";
}
.widget-area.sidebar a.nav-link{
    padding-left: 0;
	color: #007bff;
}
.widget-area.sidebar li:hover a.nav-link,
.widget-area.sidebar li:focus a.nav-link{
    color: #fff;
    padding-left: 5px;
    background-color: #f6a018;
}
.widget-area.sidebar li:hover,
.widget-area.sidebar li:focus{
    background-color: #f6a018;
}
.widget-area.sidebar li:hover a.nav-link::before,
.widget-area.sidebar li:focus a.nav-link::before{
    color: #fff !important;
}
.widget_search .search-field.form-control,
.page-content .search-field.form-control{
    font-size: 14px;
    color: #7c7c7c;
    background-color: #fff;
    border-radius: 50px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    min-width: 100%;
    height: 46px;
    padding: .375rem 1.5rem;
    border: 1px solid #f6a018;
}
.page-content .search-submit{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: .375rem 1.5rem;
    background-color: #f6a11c !important;
    height: 46px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.page-content .search-submit:hover,
.page-content .search-submit:focus{
    background-color: #000 !important;
    color: #f6a11c !important;
}
.subtitle-section{
    font-family: 'DIN 2014', sans-serif;
    font-size: 22px;
}
.section-solutions .row,
.row-max-team{
    max-width: 950px;
    margin: 0 auto;
}
.item-industry{
    width: 100% !important;
    height: 255px !important;
    border: 0 !important;
    box-shadow: none !important;
}
.section-clients-industry{
    padding-top: 70px;
    padding-bottom: 50px;
}
.item-industry .img{
    height: 255px !important;
}
.item-industry .info{}
.item-industry .info h3{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    font-size: 20px !important;
    padding: 0 !important;
    background: transparent !important;
    margin: 0 auto !important;
}
.subtitle-promo{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px !important;
    padding: 0 !important;
}
.main-hero-home .subtitle-promo{
    font-size: 16px !important;
}
.box-partner h3{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    font-size: 18px !important;
}
.tribe-events-nav-pagination,
.tribe-events-back{
    display: none;
}
.single-tribe_events #tribe-events-footer{
    border-top: 0;
}
.item-industry .img img{
    object-fit: cover;
}
.item-industry-contact{
    background-color: #f0f0f0;
}
.item-industry-contact .img h3{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #231f1f !important;
    text-align: center;
    font-size: 18px !important;
    line-height: 1.2;
}
.item-industry-contact .img{
    padding: 50px;
}
.item-industry-contact a:hover .img {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.copy-text-lg,
.copy-text-lg p,
.copy-text-lg ul{
    font-size: 18px;
    line-height: 1.6;
}
.copy-text,
.copy-text p,
.copy-text ul{
    font-size: 16px;
    line-height: 1.4;
}
.post-date{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.cat-post{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #717171;
}
.title-item-post,
.title-item-post a{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
}
.title-item-post:hover,
.title-item-post a:hover,
.title-item-post:focus,
.title-item-post a:focus,
.cat-post:hover,
.cat-post:focus{
    color: #f6a11c;
    text-decoration: none;
}
.box-post-img{
    /*background-color: #f6a018;*/
    background-color:  #a09090;
    border-bottom-right-radius: 65px;
    overflow: hidden;
    margin-bottom: 47px;
    height: 234px;
}
.box-post-img.box-resources{
    background-color: #a09090;
    margin-bottom: 22px;
	border: solid 2px #a09090;
}

.section-list-posts .box-post-img{
    background-color: transparent;
}
.section-list-posts .box-post-img.box-resources{
    background-color: #a09090 !important;
    margin-bottom: 22px !important;
}
.section-list-posts .box-post-img img{
    border-bottom-right-radius: 15px;
}
.box-post-img a:hover img{
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.section-team .link-modal-team:hover{
    text-decoration: none;
}
.box-post-img img{
    border-bottom-right-radius: 65px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 100%;
    height: 100%;
}
.section-resources .box-post-img img{
    border-bottom-right-radius: 0;
    object-position: left;
}
.link-modal-team .box-post-img{
    border-radius: 15px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.link-modal-team .box-post-img img{
    object-position: top;
}
.section-team .box-post-img{
    height: 297px;
    margin-bottom: 20px;
}
.position-team{
    font-size: 16px;
    font-weight: 400;
}
.section-team{
    padding-top: 140px;
    padding-bottom: 140px;
}
.link-view-all a{
    font-family: "DIN 2014", sans-serif;
    color: #000;
    text-decoration: underline;
    font-size: 16px;
}
.link-view-all{
    position: absolute;
    right: 15px;
}
.fit-cover{
    object-fit: cover;
    object-position: top;
}
.box-inside-banner{
    padding: 33px 33px 40px;
}
.section-intro{
    padding-top: 80px;
    padding-bottom: 60px;
}
.section-jobs-listing{
	padding-top: 70px;
    padding-bottom: 40px;
}
.section-benefits{
    padding-top: 70px;
}
.row-intro{
    max-width: 800px;
}
.media-text p{
    margin: 0 !important;
}
.media-text iframe{
    height: 232px;
}
.title-position,
.section-two-columns-text h6{
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.title-position span{
    font-size: 12px;
    vertical-align: middle;
    display: inline;
}
.section-two-columns-text h6{
    color: #17468d;
}
.section-two-columns-text{
    padding-top: 40px;
}
.row-job{
    border-bottom: 3px solid #fff;
    padding-top: 40px;
    padding-bottom: 20px;
}
.content-bg{
    max-width: 1411px;
    margin: 0 auto;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: top left !important;
}
.section-banner-resources{
    min-height: 150px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.mt-20{
    margin-top: 20px;
}
.mb-20{
    margin-bottom: 20px;
}
.pt-20{
    padding-top: 20px;
}
.pb-20{
    padding-bottom: 20px;
}
.pt-40{
    padding-top: 40px !important;
}
.pb-40{
    padding-bottom: 40px !important;
}
.mt-40{
    margin-top: 40px;
}
.mb-40{
    margin-bottom: 40px;
}
.mt-100{
    margin-top: 100px;
}
.mb-100{
    margin-bottom: 100px;
}
.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
.section-form .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #231f1f;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #9a9a9a;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.section-form textarea.form-control{
    height: 90px;
}
.section-form label{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #17468d;
    text-transform: uppercase;
}
.section-form label span.required{
    color: #b31f24;
}
.section-tabs-solutions .btn-link{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #17468d;
    padding: .85rem 1.25rem;
    width: 100%;
    text-align: left;
    border-radius: 0;
    border: 0;
    background-color: #f0f0f0;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.section-tabs-solutions .btn-link.collapsed
{
    box-shadow: 0px 4px 3.82px 0.18px rgba(0, 0, 0, 0.2) inset;
    color: #8d8d8d !important;
    background-color: #e3e3e3;
}
.section-tabs-solutions .btn-link:hover
{
    box-shadow: 0px 4px 3.82px 0.18px rgba(0, 0, 0, 0.2) inset;
    color: #17468d !important;
    background-color: #f0f0f0;
    text-decoration: none !important;
}
.section-tabs-solutions .btn-link:focus{
    text-decoration: none !important;
    outline: none;
}
.accordion-info-sol,
.accordion-info-sol .card-body{
    background-color: #f0f0f0;
}
.accordion-info-sol .card-header:first-child {
    border-radius: 0;
}
.accordion-info-sol .card-header {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.accordion-info-sol .card{
    border: 0;
    border-radius: 0;
}
/* Search page */
.search-results .post-date .s-day {
    color: #0e2240;
}
.search-results .post-date .s-year {
    color: #0e2240;
    font-weight: bold;
}
.search-results .copy-text .entry-header .title-item-post a {
    color: #0e2240;
    font-weight: bold;
    margin-bottom: 0;
}
.search-results .copy-text .meta {
    margin-bottom: 3px;
}
.search-results .copy-text .meta .author-link {
    color: #707070;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
}
.search-results .copy-text .excerpt {
    margin-bottom: 20px;
}
/* Slider */
.section-logo-carrousel{
    min-height: 175px;
}
.slick-slide {
    margin: 10px;
    min-height: 115px;
    height: 100%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.logo-carousel {
    overflow: inherit;
}

.slick-slide img {
    width: auto;
}

.slick-track::before,
.slick-track::after {
    display: table;
    content: '';
}

.slick-track::after {
    clear: both;
}

.slick-track {
    padding: 1rem 0;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    background: url(assets/img/arrow.svg) center no-repeat;
    color: #fff;
    filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
    border: none;
    width: 2rem;
    height: 1.5rem;
    text-indent: -10000px;
    margin-top: -16px;
    z-index: 99;
}

.slick-arrow.slick-next {
    right: -40px;
    transform: rotate(180deg);
}

.slick-arrow.slick-prev {
    left: -40px;
}


/* Media Queries */

@media (max-width: 768px) {
    .slick-arrow {
        width: 1rem;
        height: 1rem;
    }

}

/*Slider*/
.cards-contact,
.cards-contact img{
    border-bottom-right-radius: 15px;
    max-width: 390px;
    margin: 0 auto;
}
.card-info-contact{
    padding: 20px 30px;
}
.card-info-contact h6{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.cta-link-tab{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.cta-link-tab.link-service{
    font-size: 16px;
}
.wpcf7-submit.cta-link-tab.link-service{
    background-color: transparent !important;
    border-color: transparent !important;
}
.cta-link-tab i,
.cta-link-post i{
    color: #000;
    width: 35px;
    height: 35px;
    background-color: #f6a018;
    vertical-align: baseline;
    border-radius: 50px;
    padding: 9px 12px;
    font-size: 18px;
    margin-left: 10px;
    -o-transition:.8s;
    -ms-transition:.8s;
    -moz-transition:.8s;
    -webkit-transition:.8s;
    transition:.8s;
}
.cta-link-tab:hover,
.cta-link-tab:focus{
    text-decoration: none;
    color: #f6a018;
}
.cta-link-tab:hover i,
.cta-link-tab:focus i,
.cta-link-post:hover i,
.cta-link-post:focus i{
    color: #f6a018;
    background-color: #000;
    margin-left: 13px;
}
.section-tabs-solutions .tab-content{
    background-color: #f0f0f0;
    padding: 40px 50px 40px 100px;
    position: relative;
    z-index: 2;
    margin-top: -1px;
}
.section-tabs-solutions .nav-pills .nav-link {
    border-radius: 0;
    background-color: #e5e5e5;
    box-shadow: 0 0px rgba(0, 0, 0, 0.42), 0 0 rgba(0, 0, 0, 0.42), -7px 0 4px -3px rgba(0, 0, 0, 0.42), 7px 0 4px -3px rgba(0, 0, 0, 0.42);
    color: #8d8d8d;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    border: 0;
    padding: 1.3rem 1rem;
}
.section-tabs-solutions .nav-pills.nav-custom .nav-link{
    padding: 1.3rem 4rem;
}
.section-tabs-solutions .nav-pills .nav-item:not(:last-child) .nav-link{
    border-right: 1px solid #dfdfdf !important;
}
.section-tabs-solutions .nav-pills .nav-item:not(:first-child) .nav-link{
    border-left: 1px solid #dfdfdf !important;
}
.section-tabs-solutions .nav-pills .nav-item:last-child .nav-link{
    box-shadow: 0 0px rgba(0, 0, 0, 0.42), 0 0 rgba(0, 0, 0, 0.42), -7px 0 4px -3px rgba(0, 0, 0, 0.42), 0 0 4px -3px rgba(0, 0, 0, 0.42);
}
.section-tabs-solutions .nav-pills .nav-item:first-child .nav-link{
    box-shadow: 0 0px rgba(0, 0, 0, 0.42), 0 0 rgba(0, 0, 0, 0.42), 0px 0 4px -3px rgba(0, 0, 0, 0.42), 7px 0 4px -3px rgba(0, 0, 0, 0.42);
}
.section-tabs-solutions .nav-pills .nav-link.active,
.section-tabs-solutions .nav-pills .nav-link:hover,
.section-tabs-solutions .nav-pills .nav-link:focus{
    background-color: #f0f0f0 !important;
    box-shadow: none !important;
    color: #17468d !important;
}
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {

    font-family: 'Lato', sans-serif !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    background-color: #f6a11c !important;
    color: #000 !important;
}
.tribe-events .tribe-events-c-ical__link {
    align-items: center;
    background-color: #fff;
    border: 1px solid #f6a11c !important;
    border-radius: 50px !important;
    color: #f6a11c !important;
    font-weight: 700;
}
.tribe-events .tribe-events-c-ical__link:hover,
.tribe-events .tribe-events-c-ical__link:focus{
    background-color: #f6a11c !important;
    color: #000 !important;
}
.tribe-common .tribe-common-c-svgicon {
    color: #f6a11c;
}
.tribe-events .tribe-events-c-ical__link:hover .tribe-common-c-svgicon,
.tribe-events .tribe-events-c-ical__link:focus .tribe-common-c-svgicon{
    color: #000 !important;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #f6a11c !important;
    font-weight: 700;
}
.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
    color: #fff;
    background: #f6a11c !important;
    text-shadow: none;
}
.tribe-events .datepicker .day, .tribe-events .datepicker .month, .tribe-events .datepicker .year {
    border-radius: 50px !important;
}
.tribe-events .datepicker .day, .tribe-events .datepicker .dow {
    color: #141827;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
}
.tribe-events .datepicker .datepicker-switch {
    font-family: 'Lato', sans-serif !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2{
    font-family: 'Lato', sans-serif !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
    padding-bottom: 100px;
    padding-top: 30px;
}
.row-customers{
    padding-top: 60px;
}
.box-logo{
   height: 106px;
}
.box-logo img{
    max-width: 60%;
    padding: 25px;
}
.hero-events div,
.list-post-events div{
    margin: auto;
    padding: auto;
}
.hero-events .container,
.list-post-events .container{
    margin: 0 auto;
}
.col-courses{
    padding-right: 15px !important;
    padding-left: 15px !important;
}
    /*End general CSS*/

/*Solutions Results*/
.section-solutions-results{
   /* padding-top: 33px;
    padding-bottom: 33px;*/
    height: auto;
    background: rgb(46,152,204);
    background: linear-gradient(90deg, rgba(46,152,204,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);

}
.box-img-post,
.box-img-post img{
    min-height: 125px;
}
.section-contact-results{
    padding-top: 30px;
    padding-bottom: 30px;
}
.text-results{
    font-family: 'DIN 2014', sans-serif !important;
    font-weight: 400;
    font-size: 30px;
}
.load-more__btn{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 6px 28px 6px 28px;
    background-color: #f6a11c !important;
    margin: 0 auto 60px;
    display: block;
    max-width: 153px;
    cursor: pointer;
}
.load-more__btn:hover,
.load-more__btn:focus{
    color: #f6a11c !important;
    background-color: #000 !important;
    text-decoration: none;
}
/*End Solutions Results*/


/*Footer CSS*/
footer#colophon{
    background-color: #0e2240 !important;
    min-height: 600px;
    color: #fff !important;
}
footer#colophon.site-footer-inner{
    min-height: 400px;
}
footer .nav-link{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: .3rem 0 .3rem 0;
}
.site-info{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
}
footer#colophon a:hover,
footer#colophon a:focus,
footer#colophon .current-menu-item a{
    color: #f6a11c;
    background-color: transparent;
}
.top-footer{
    min-height: 95px;
    border-bottom: 1px solid #626f83;
}
.bottom-footer{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
footer .textwidget{
    font-size: 14px;
}
footer .textwidget h6{
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 20px;
}
footer .widget_nav_menu .widget-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.fa-2-5x {
    font-size: 34px;
}
.link-social .fa-lg{
    font-size: 18px !important;
}
.link-social:not(.link-face) i{
    color: #0e2240;
    background-color: #ffffff;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    padding: 10px 7px;
    text-align: center;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.link-social:not(.link-face):hover i,
.link-social:not(.link-face):focus i{
    background-color: #f6a11c;
}
.link-social:hover,
.link-social:focus{
    outline: none;
    border: 0;
}
.link-social{
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-right: 7px;
}
footer input.form-control {
    font-size: 14px;
    color: #7c7c7c;
    background-color: #fff;
    border: 0;
    border-radius: 50px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    min-width: 308px;
    height: 46px;
    padding: .375rem 1.5rem;
}
footer input.form-control:hover,
footer input.form-control:focus{
    box-shadow: none;
    outline: none;
}
footer .wpcf7-submit{
    background-color: #f6a018;
    border: 0;
    border-radius: 50px;
    padding: 11px 42px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin-left: -50px;
    box-shadow: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
footer .form-group{
    margin-bottom: 0;
}
.wpcf7-response-output.alert.alert-warning{display: none;}
footer .wpcf7-submit:hover,
footer .wpcf7-submit:focus{
    background-color: #000;
    color:  #f6a018;
}
.tab-sol-bg{
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: right bottom !important;
}
.tab-sol-bg.tab-sol-addons{
    min-height: 425px;
}
/*END Footer CSS*/

/*Modal Solutions Finder*/
#modal-solutions-finder .uk-modal-dialog{
    max-width: 490px !important;
}
#modal-solutions-finder .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
    stroke: #222 !important;
}
#modal-solutions-finder .title-checks{
    color: #6c2026;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.img-logo-results{
    padding-top: 15px;
}
.copy-text ul li{list-style-type: none; padding-left: .5em;position: relative;margin-bottom: 2.2rem;}
.copy-text ul li::before{
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 7px;
    color: #f6a018;
    display: inline;
    position: absolute;
    left: -7px;
    top: 7px;
}
.copy-text ul,
.copy-text ol{
    padding-left: 0;
}
/*End Modal Solutions Finder*/
.type-solutions .section-tabs-solutions #content-tab1 .copy-text h5 {
    font-family: 'Lato', 'sans-serif';
    font-size: 24px;
    font-weight: 700;
    color: #17468d !important;
}
.section-inside-hero.position-relative {
    max-height: 427px;
    overflow: hidden;
}
/* this is a temporal style */

	.postid-430 .list-post-events .row:nth-child(3) {
    	display: none;
	}
#myTabContent p a {
    text-decoration: underline !important;
}    
/* end temporal style */
/*Media Queries*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 4px 6px 0 6px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        font-size: 16px !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .box-logo img {
        max-width: 80%;
        padding: 25px;
    }
}

@media (min-width: 576px) {
    .banner-inner-mv,
    .accordion-info-sol{
        display: none;
    }


}
#view-search{
    position: absolute;
    right: 80px;
    top: 19px;
}
@media (min-width: 768px) {
 .col-list-sol{
     padding-left: 60px;
 }
    .hide-desk{
        display: none !important;
    }
}
@media (min-width: 992px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
        display: none;
    }
   #mega-menu-wrap-primary li.mega-weglot-language{
        display: none !important;
    }
    #view-search{
        display: none;
    }
    .banner-inner-tb{
        display: none;
    }
    .section-innovation{
        margin-top: 80px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-hide-lg{
        display: none !important;
    }
    .col-menu-landing-footer .widget_nav_menu{
        padding-left: 60px;
    }
    .hide-sol{
        display: none !important;
    }
   /* .submenu-hide{
        display: none !important;
    }*/
    .active-sub{
        background-color: #fff !important;
        color: #f6a11c !important;
    }
    /*.hide-title-menu > a.mega-menu-link{
        height: 0 !important;
        opacity: 0 !important;
        line-height: 0 !important;
        padding: 0 !important;
    }*/
   /* .hide-title-menu ul.mega-sub-menu {
        padding-left: 0 !important;
    }*/
}
li.jaw_months {
    margin-left: 15px;
}
.jaw_widget li:hover { color: #000 !important; }

@media (max-width: 1250px) {
   .overlay-promo-home .headline-banner{
        font-size: 30px;
    }
    .subtitle-promo{
        font-size: 15px !important;
    }
    .overlay-promo-home .copy-text-lg{
        margin-bottom: 0;
    }
    .overlay-promo-home{
        padding-right: 20px;
        padding-left: 10px;
    }
}
@media (max-width: 1199.98px) {
    .title-section{
        font-size: 30px;
    }
    .text-title-finder{
        font-size: 24px;
    }
    .subtitle-section{
        font-size: 22px;
    }
    .copy-text-lg, .copy-text-lg p, .copy-text-lg ul{
        font-size: 16px;
    }
    footer.site-footer-inner .wpcf7-submit{
        padding: 11px 31px;
        margin-left: -108px;
    }
    #solution-finder .col-title{
        width: 100%;
        text-align: center;
    }
    .section-finder{
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .section-finder h3{
        padding-bottom: 35px;
    }
    .banner-promo-icon{
        max-width: 60px;
    }
    .overlay-promo-home .headline-banner {
        font-size: 22px !important;
    }
    .subtitle-promo{
        font-size: 16px !important;
    }
    .overlay-promo-home{
        width: 45%;
        padding-right: 0;
        padding-left: 0;
    }
    .input-search-top{
        min-width: auto !important;
    }
}
@media (max-width: 1092.98px) {
    #solution-finder .col-submit {
        margin-top: 1.5rem !important;
    }
}
@media (max-width: 991.98px) {
    .section-finder .col-submit{
        text-align: center;
    }
    .icon-contact-result{
        display: none;
    }
    .text-results{
        text-align: center;
    }
    #mega-menu-wrap-primary {
        width: 100%;
    }
    #content.site-content {
        margin: 62px auto auto auto;
    }
    .item-industry{
        height: 188px !important;
    }
    .item-industry .img{
        height: 188px !important;
    }
    .section-innovation .overlay{
        position: unset;
        padding-bottom: 50px;
    }
    .banner-md-img{
        display: none;
    }
    .banner-img-sm{
        display: block;
    }
    .section-innovation .title-section{
        text-align: center;
        padding-top: 30px;
        padding-bottom: 17px;
    }
    .section-innovation .banner-img-sm{
        margin: 0 auto 30px auto !important;
        max-width: 500px;
    }
    .section-innovation{
        box-shadow: 0.941px 8.951px 35px 0px rgba(0, 0, 0, 0.45);
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        font-size: 17px;
        font-weight: 400 !important;
    }



    #mega-menu-wrap-primary #mega-menu-primary > li.mega-cta-sol-mv.mega-menu-item a,
    header#masthead.header-scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-cta-sol-mv.mega-menu-item a.mega-menu-link{
        line-height: 2.1 !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
    header#masthead.header-scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        line-height: 50px !important;
        height: 50px !important;
        padding: 4px 10px 0 20px; !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.cta-sol-mv > a.mega-menu-link{
        line-height: 2.1 !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
        border-bottom: 1px solid #f0f0f0;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after{
        color: #17468d;
        height: 33px;
        width: 12px;
        right: 30px;
        font-size: 33px;
    }
    #mega-menu-primary{
        box-shadow: 0px 7px 19.4px 0.6px rgba(0, 0, 0, 0.49) !important;
    }
    #masthead .container{
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-brand img{
        padding-left: 15px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        padding-left: 20px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        margin-right: 15px;
    }
    .box-text-main{
        max-width: 100%;
    }
    .mega-hide-md{
        display: none !important;
    }
    .mega-row-menu, .mega-row-menu .mega-menu-column {
        min-height: auto !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-cta-sol-mv{
        border: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-cta-sol-mv a{
        font-family: 'Lato', sans-serif !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        color: #000000 !important;
        text-transform: uppercase !important;
        border-radius: 50px !important;
        padding: 6px 28px 6px 28px !important;
        background-color: #ff9d00 !important;
        text-align: center !important;
        max-width: 255px !important;
        margin: 0 auto !important;
        line-height: 2.1 !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-cta-sol-mv > a.mega-menu-link:hover,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-cta-sol-mv > a.mega-menu-link:hover{
        background-color: #000 !important;
        color: #ff9d00 !important;
    }
    .btn-search {
        padding: .496rem .87rem;
    }
    .widget.widget_weglot-translate {
        margin: 0 !important;
        display: none;
    }
    .banner-inner-desk{
        display: none;
    }
    .hide-lg{
        display: none !important;
    }
    .pr-tb-0{
        padding-right: 0;
    }
    .section-solutions-results{
        background: transparent;
    }
    .col-info-sol{
        background-color: #2e98cc !important;
        padding-top: 33px;
        padding-bottom: 33px;
        min-height: 290px !important;
    }
    .col-list-sol{
        background-color: #000;
        padding-top: 33px;
        padding-bottom: 33px;
    }
    .section-solutions-results{
        padding-top: 0;
        padding-bottom: 0;
    }
    .img-logo-results{
        margin: 0 auto !important;
    }
    /*.row-last-resources{
        display: none;
    }*/
    #section-resources-results.section-list-posts{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
   #section-finder .custom-select{
        min-width: 250px;
    }
    .banner-promo-icon {
        display: none !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .lp-submenu-mv ul.mega-sub-menu{
        padding-left: 30px !important;
    }
    .navbar form,
    .row-language{
        display: none;
    }
    .navbar form{
        z-index: 9999998;
        width: 100%;
        background-color: #fff;
    }

}
@media (max-width: 870px) {
    .cta-link.cta-link-section {
        position: unset;
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.cta-sol-mv > a.mega-menu-link{
        line-height: 50px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-cta-sol-mv.mega-menu-item a, header#masthead.header-scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-cta-sol-mv.mega-menu-item a.mega-menu-link{
        line-height: 50px !important;
    }
    .text-results{
        font-size: 18px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-cta-sol-mv a{
        padding: 1px 28px 4px 28px !important;
        line-height: 44px !important;
        height: auto !important;
    }
    .pr-20-mv{
        padding-right: 20px;
    }
    .pl-20-mv{
        padding-left: 20px;
    }
    .item-industry .info h3{
        font-size: 18px;
    }
    .top-header{
        display: none;
    }
    header#masthead{
        top: 0;
    }
    #content.site-content {
        margin: 61px auto auto auto;
    }
    footer#colophon{
        min-height: auto;
    }
    .bottom-footer {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .site-info{
        padding-bottom: 60px !important;
    }
    .top-footer{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .top-footer .form-group.your-email{
        margin-left: 50px;
    }
    .title-item-post, .title-item-post a{
        font-size: 18px;
    }
    .cat-post{
        font-size: 12px;
    }
    .box-post-img{
        margin-bottom: 20px;
    }
    .copy-text, .copy-text p, .copy-text ul {
        font-size: 14px;
        line-height: 1.3;
    }
    .copy-text-lg, .copy-text-lg p, .copy-text-lg ul {
        font-size: 14px;
        line-height: 1.2;
    }
    .post-date{
        font-size: 14px;
    }
    .title-section{
        font-size: 24px;
    }
    .subtitle-section{
        font-size: 18px;
    }
    .link-view-all{
        display: none;
    }
    .section-solutions, .section-news {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .item-industry-contact,
    .item-industry-contact .img{
        height: 118px !important;
    }
    .item-industry-contact .img h3{
        margin-bottom: 0;
    }
    .box-solution{
        max-width: 253px;
        margin: 0 auto;
    }
    .col-sol:not(:last-child){
        margin-bottom: 30px;
    }
    .inner-box-solution{
        padding: 15px;
    }
    .title-sol{
        margin-bottom: 30px;
    }
    .hide-md{
        display: none !important;
    }

    .copy-text-lg{
        display: none;
    }
    .headline-banner,
    .entry-title{
        font-size: 24px !important;
    }
    .main-hero-home .headline-banner{
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    body{
        font-size: 14px;
    }
    .main-hero-home .container{
        padding-left: 0;
        padding-right: 0;
    }
    .box-text-main{
        padding: 30px;
    }
    .section-finder h3 {
        font-size: 24px;
    }
    .cta-link-inverse{
        padding: 10px 28px 10px 28px;
    }
    .section-intro {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .media-text{
        padding-bottom: 20px;
    }
    .section-jobs-listing {
        padding-top: 24px;
        padding-bottom: 0;
    }
    .row-job{
        border-width: 6px;
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .row-job:last-of-type{
        border: 0 !important;
    }
    .title-position,
    .section-two-columns-text h6
    {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .content-bg{
        background: none !important;
    }
    .section-benefits {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .section-two-columns-text {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .cta-link.cta-sm {
        padding: 10px 30px 10px 30px;
    }
    .section-constrained-promo .container{
        padding-right: 0;
        padding-left: 0;
    }
    .pb-40 {
        padding-bottom: 30px;
    }
    .pt-40 {
        padding-top: 30px;
    }
    .mt-20{
        margin-top: 10px;
    }
    .mb-20{
        margin-bottom: 10px;
    }
    .mb-40 {
        margin-bottom: 30px;
    }
    .mt-40 {
        margin-top: 30px;
    }
    .mt-100{
        margin-top: 50px;
    }
    .mb-100{
        margin-bottom: 50px;
    }
    .pt-100{
        padding-top: 50px;
    }
    .pb-100{
        padding-bottom: 50px;
    }
    .pt-20{
        padding-top: 10px;
    }
    .pb-20{
        padding-bottom: 10px;
    }
    .content-area{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-clients-industry {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .col-industry {
        min-height: 230px;
        height: auto;
    }
    .inner-box-industry{
        padding: 25px;
    }
    .box-inside-banner {
        padding: 25px 25px 30px;
    }
    .title-sol-post {
        font-size: 36px;
    }
    .section-tabs-solutions .nav-pills .nav-link{
        font-size: 15px;
    }
    .section-tabs-solutions .tab-content{
        padding: 20px;
    }
    .cta-link-tab i{
        width: 25px;
        height: 25px;
        padding: 6px 10px;
        font-size: 13px;
    }
    .section-tabs-solutions .container{
        padding-left: 0;
        padding-right: 0;
    }
    .pr-mv-0{
        padding-right: 0;
    }
    .uk-modal-partners .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
        stroke: #fff;
    }
    .box-partner h3{
        font-size: 14px !important;
    }
    .col-cat-partner{
        height: 300px;
        max-width: 375px;
        margin: 0 auto;
    }
    .uk-modal-dialog-partner {
        width: 100% !important;
        max-width: 340px !important;
    }
    .box-text-modal, .box-title-modal {
        padding: 30px 22px;
    }
    .section-team {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .box-post-img{
        height: auto;
    }
    .box-post-img.box-resources{
        height: 234px;
    }
    footer#colophon.site-footer-inner {
        min-height: auto;
    }

    .col-info-sol{
        min-height: 250px;
    }
    .col-list-sol{
        min-height: 250px;
    }
    .row-customers {
        padding-top: 30px;
    }
}
@media (max-width: 601px) {
    #modal-solutions-finder .uk-modal-dialog {
        width: 100%;
    }
    .custom-select{
        min-width: auto;
    }
}
@media (max-width: 575.98px) {
    .main-hero-home{
        background-image: none;
        min-height: auto;
    }
    .banner-img-mv{
        display: block;
    }
    .banner-main-img,
    .banner-mv-hide,
    .mv-hide{
        display: none;
    }
    .item-industry:not(.item-industry-contact) .info h3{
        font-size: 12px !important;
    }
    footer input.form-control{
        min-width: 90%;
    }
    .top-footer .form-group.your-email {
        margin-left: 20px;
    }
    footer .wpcf7-submit{
        padding: 11px 35px;
    }
    .section-inside-hero .cta-link-inverse,
    .section-inside-hero .cta-link{
        width: 100%;
        display: block;
        text-align: center;
        padding: 6px 20px 6px 20px;
    }
    .col-cat-partner{
        height: 200px;
    }
    .link-modal-team{
        max-width: 220px;
        margin: 0 auto;
        display: block;
    }
    .section-team .box-post-img {
        height: 223px;
        margin-bottom: 20px;
    }
    .box-img-post, .box-img-post img {
        min-height: 100px;
    }
    .overlay-promo-home {
        width: 100%;
        height: 50%;
        bottom: 0;
        top: unset;
    }
    .overlay-bg-promo {
        clip-path: ellipse(67.19% 72.43% at 53.27% 75.23%);
        -webkit-clip-path: ellipse(67.19% 72.43% at 53.27% 75.23%);
    }
    .box-logo img {
        max-width: 56%;
        padding: 25px;
    }
}
@media (max-width: 450px) {
    .headline-contact{
        font-size: 20px;
    }
    .overlay-contact,
    .card-info-contact{
        padding: 10px 20px;
    }
    .text-contact-card, .link-card {
        font-size: 13px;
        line-height: 1.2;
    }
    .link-phone i{
        font-size: 10px;
    }
    .subtitle-promo {
        display: none;
    }
}

@media (max-width: 360px) {
    input.form-control {
        min-width: 80%;
    }
    footer .wpcf7-submit {
        padding: 11px 25px;
    }
    .item-industry,
    .item-industry .img {
        height: 158px !important;
    }
    .overlay-promo-home .headline-banner {
        font-size: 18px !important;
    }
}
.single-post a {
    color: #007bff;
}
.sidebar .nav-item a {
    color: #007bff;
}