*[data-ico-dripicons]:before {
    font-family: 'FontAwesome';
    content: "\f095";
}

.gallery {
    margin-bottom: 0em;
    height: auto;
}

.item-gallery {
    line-height: 0ch;
}

* {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}


/* Slideshow container */

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}


/* Fading animation */

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ff000000;
}

.font-35 {
    font-size: 35px;
}

.btTransparentLightHeader .mainHeader {
    color: #000;
    background-color: white;
}

.mainHeader {
    width: 100%;
    position: relative;
    background-color: inherit;
    transform: translateY(0);
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    transition: opacity 300ms ease;
    visibility: hidden;
    opacity: 0;
}

.topbar {
    background-color: #1659b5;
    color: white;
}

.menuPort nav>ul>li>a {
    line-height: 115px;
}

.btMenuHorizontal .topBarInMenu {
    height: 115px;
}

.btMenuHorizontal .menuPort>nav>ul>li {
    padding: 0 25px 0 0;
}

.header-special {
    padding: 10px 30px;
}

.btMenuWeight_normal .menuPort nav ul li a {
    font-weight: bold;
}

.btMenuHorizontal .menuPort>nav>ul ul {
    position: absolute;
    right: 0;
    width: 220px;
    margin: 0;
    z-index: 1;
    padding: 0;
    pointer-events: all;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
}

.our_clients {
    padding: 20px 0px;
}

.breadcrumb .bt_bb_headline h1 {
    font-size: 35px;
    color: white;
}

.breadcrumb-padding {
    padding: 35px;
}

.btLogoArea .logo img {
    height: 113px;
}

.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .mainHeader,
.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .btVerticalHeaderTop {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .logo img {
    height: auto;
    width: 350px;
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav>ul>li>a,
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav>ul>li>.subToggler {
    line-height: calc(100px*0.8);
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .topBarInMenu {
    height: calc(100px*0.8);
}

.menuPort ul>li>ul {
    opacity: 1;
    display: none;
    /* pointer-events: none; */
    transition: all 300ms ease;
}

.menu-item-43:hover .sub-menu {
    opacity: 1;
    display: block;
}

.menu-item-43:hover .sub-menu {
    opacity: 1;
    display: block;
}

#menu-item-1580:hover .sub-menu {
    opacity: 1;
    display: block;
}

.pc-header {
    display: block;
}

.pc-header {
    display: block;
}

.mobile-header {
    display: none;
}

.mobile-container {
    margin: auto;
    background-color: #555;
    color: white;
    border-radius: 10px;
}

.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: white;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.active {
    background-color: white;
    color: white;
}

.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    display: flex;
    align-content: center;
    align-items: center;
}

.topnav a.icon {
    background: white;
    display: block;
    color: black;
    position: absolute;
    right: 0;
    font-size: 30px;
    height: auto;
    top: 24px;
    top: 20px;
    display: flex;
    align-content: center;
    align-items: center;
}

.showme {
    display: block !important;
}

#submenumobile {
    display: none;
    background-color: #1659b5;
    padding-left: 20px;
}

@media only screen and (max-width: 600px) {
    .pc-header {
        display: none;
    }
    .mobile-header {
        display: block;
    }
    .noo-simplenews.style-2 form input[type='submit'],
    .noo-simplenews.style-4 form input[type='submit'] {
        display: inline-block;
        font-size: 15px;
        letter-spacing: 1px;
        color: #ffffff;
        text-transform: uppercase;
        height: 49px;
        background: #333333;
        padding: 0 25px;
        width: auto;
        border: 0;
        -webkit-transform: translate(20px, 1px);
        -ms-transform: translate(20px, 1px);
        -o-transform: translate(20px, 1px);
        transform: translate(20px, 1px);
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
    .noo-simplenews form input:not([type='submit']) {
        width: 59%;
        height: 45px;
        background: #ffffff;
        border: 1px solid #eeeeee;
        padding: 0 10px;
        color: #aaaaaa;
        font-size: 15px;
    }
    .noo-simplenews-form .form-fields {
        margin: 15px 0px;
    }
    .noo-simplenews.style-2 form,
    .noo-simplenews.style-4 form {
        float: left;
        width: 100%;
        max-width: none;
        margin: 0;
    }
    .widget-title {
        text-transform: uppercase;
        font-size: 24px;
        letter-spacing: 0.5px;
        line-height: 0.8;
        margin-bottom: 15px;
        margin-top: 0;
        padding-left: 10px;
        color: #555555;
        position: relative;
    }
}

.text-justify {
    text-align: justify;
}

.bt_bb_section[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: none !important;
    background-color: #1659b5;
}

.bt_bb_section.bt_bb_top_spacing_large>.bt_bb_port {
    padding-top: 2em;
}

.bt_bb_section.bt_bb_bottom_spacing_large>.bt_bb_port {
    padding-bottom: 2em;
}

.our_clients {
    padding: 20px 25px;
}

.topTools .bt_bb_icon_holder {
    opacity: 1;
    color: white;
}

.center-new {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    .center-new {
        display: block;
    }
}

.product-category-menu {
    width: max-content !important;
}