/* ===================================================================================

* Theme Name: BngTech Child
* Theme URI: https://themeforest.net/user/basictheme/portfolio
* Author: BasicTheme
* Author URI: https://www.devsnews.com/wp/bngtech/
* Description: BngTech - IT Solutions WordPress Theme
* Version: 1.0.0
* Template: bngtech
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.ctn-preloader .animation-preloader .spinner{
    border: 0;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
    border-top-color: transparent;
    height: 200px;
    width: 200px;
}
.spinner {
	background: url(assets/svg/loader-infinity.svg) no-repeat;
}

.nindo-color-blue{
    color: var(--e-global-color-secondary);
}
.nindo-color-green{
    color: var(--e-global-color-primary);
}
.banner__rightbox--item {
    border-left: 4px solid var(--e-global-color-primary);
}
[data-overlay=dark]::before {
    background-color: transparent;
    background-image: linear-gradient(20deg, var( --e-global-color-primary ) 0%, var( --e-global-color-secondary ) 100%);
}
.banner-img {
    right: 8%;
}
.breadcrumb.breadcrumb-spacings{
    padding-top: 70px;
    padding-bottom: 70px;
}
/* .banner__rightbox--item .circle input {
    color: --e-global-color-primary !important;
} */
.invert-bg .support__box--2 {
    background: #f8F8F8;
}
.invert-bg .support__box--2:hover {
    background: var(--e-global-color-primary);
}
.support__box .title {
    font-size: 19px;
}
.service__box .content {
    font-size: 16px;
}
.service__box--2 .thumb .fas{
    font-size: 65px;
    color: var(--e-global-color-primary);
}
.service_box--bg-color .service__box--3 {
    background: #F8F8F8;
}
.service_box--bg-color .service__box--3:hover {
    background: var(--e-global-color-primary);
}
.support__box .content p {
    font-size: 13px;
    line-height: 20px;
}
.feature__box .icon {
    font-size: 108px;
    color: #F8F8F8;
}
.integration__icons--box:hover {
    background: var(--e-global-color-primary);
}
.whychoose__box--2:hover .big-text {
    color: #6eac4b;
}
.footer-default {
    background: #F8F8F8;
}
.footer__widget .title {
    color: var(--e-global-color-primary);
}
.footer__widget p {
    color: var(--e-global-color-primary);
}
.footer__widget--3 .contact-info li {
    color: var(--e-global-color-primary);
}
.footer__widget li, .footer__widget li a {
    color: var(--e-global-color-primary);
}
.widget_media_image img {
    width: auto;
    max-height: 60px;
}
.copyright__area {
    background: #111;
}
.about-author .author-ava{
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
}
.about-author .author-ava img{
    max-height: 80px;
}

.single-carrieres .breadcrumb::before{
    background-image: linear-gradient(20deg, #85c55f 0%, #086AD8 100%);
}