::-webkit-scrollbar {
    width: 0;
}

body {
    background-color: #EDF5F3;
    margin:0px auto;
    padding:0px;
    font: normal 1em Montserrat, sans-serif, Arial, Verdana;
}

@media (max-width: 442px) {
    body {
        width: fit-content;
    }
    .page {
        width: fit-content;
    }
}

.page {
    width:100%;
    padding:0px;
    margin:0px;
}

.blkFullWdt {
    width:100%;
    padding:0px;
    margin:0px auto;
}

.blkContentWdt {
    padding:0px;
    margin:0px auto;
}

.bgFullWidthImg {
    margin:0em 0;
    color:white;
    height:auto;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}

.ui-accordion .ui-state-active {
    font-weight: 500;
    background:#40C96E;
    border-color: #40C96E;
}

.ui-accordion .ui-accordion-header {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    border: none;
}

.ui-accordion-content {
    margin-bottom: 0.5em;
    background: rgba(255, 255, 255, .8);
}



.colGrn {
    color:#40C96E;
}

/* PHP drd_steps_list( */
.colSLtop {
    flex: 1;
}
.colSLup {
    flex: 2;
}
.colSLhead {
    flex: 3;
}
.colSLtext {
    flex: 4;
}

@media only screen and (max-width: 800px) {
    .blkContentWdt {
	min-width: 400px !important;
	width:100%;
    }
    .containerWrapper {
        flex-wrap: wrap;
    }
    .imgSize {
        display: none;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
    .blkContentWdt {
	/*width:800px;*/
        width: 100%;
    }
    .imgSize {
        display: none;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .blkContentWdt {
	/*width:1024px;*/
    width: 100%;
    }
}

@media only screen and (min-width: 1281px) {
    .blkContentWdt {
	/*width:1680px;*/
	width: 100%;
    }
}

.animbtn {
    display: inline-block;
    border-radius: 4px;
    background-color: #40C96E;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 9px 20px 9px 20px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    text-decoration: none;
}

.animbtn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.animbtn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.animbtn:hover span {
    padding-right: 25px;
}

.animbtn:hover {
    box-shadow: 1px 1px 10px 2px rgba(64,64,64,0.83);
    -webkit-box-shadow: 1px 1px 10px 2px rgba(64,64,64,0.83);
    -moz-box-shadow: 1px 1px 10px 2px rgba(64,64,64,0.83);
    color: #fff;
}

.animbtn:hover span:after {
    opacity: 1;
    right: 0;
}

@media (min-width: 1200px) {
    h1 {
        font-size: 3.5em;

    }
    h2 {
        font-size: 2.5em;
    }
    h3 {
        font-size: 2em;
    }
    h4 {
        font-size: 1.5em;
    }
    .txtDescr {
        font-size: 1.6em;
    }
    .txtListSectTitle {
        font-size: 1.3em;
    }
    .txtListItem {
        font-size: 1.2em;
    }
    p {
        font-size: 1em;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 3.3em;
    }
    h2 {
        font-size: 2.3em;
    }
    h3 {
        font-size: 1.8em;
    }
    h4 {
        font-size: 1.7em;
    }
    .txtDescr {
        font-size: 1.2em;
    }
    .txtListSectTitle {
        font-size: 1.0em;
    }
    .txtListItem {
        font-size: 0.9em;
    }
    p {
        font-size: 1em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2.1em;
    }
    h3 {
        font-size: 1.6em;
    }
    h4 {
        font-size: 1.5em;
    }
    .txtDescr {
        font-size: 1.1em;
    }
    .txtListSectTitle {
        font-size: 0.9em;
    }
    .txtListItem {
        font-size: 0.8em;
    }
    p {
        font-size: 0.9em;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    h1 {
        font-size: 2.5em;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.5em;
    }
    h4 {
        font-size: 1.3em;
    }
    .txtDescr {
        font-size: 1em;
    }
    .txtListSectTitle {
        font-size: 0.8em;
    }
    .txtListItem {
        font-size: 0.7em;
    }
    p {
        font-size: 0.8em;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.6em;
    }
    h3 {
        font-size: 1.4em;
    }
    h4 {
        font-size: 1.2em;
    }
    .txtDescr {
        font-size: 0.8em;
    }
    .txtListSectTitle {
        font-size: 0.8em;
    }
    .txtListItem {
        font-size: 0.7em;
    }
    p {
        font-size: 0.6em;
    }
}


/*.blkWhite {
    background-color:white;
}

.blkGrey {
    background-color:#F4F4F4;
}
*/

.hover-block {
    position: relative;
    overflow: hidden;
    flex: 1;
    transition: transform 0.3s ease;
    border-radius: 1.6rem;
}

.hover-block:hover {
    transform: scale(1.05);
}

.hover-block img {
    transition: transform 0.3s ease;
    filter: brightness(50%);
    width: 100%;
    border-radius: 1.6rem;
}

.hover-block .flex-column {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.hover-block h4 {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    color: white;
}

.hover-block .content-overlay {
    position: absolute;
    left: 0;
    top: 15%;
    background-color: transparent;
    width: 100%;
    height: auto;
    z-index: 1;
    color: white;
    padding: 20px;
}

.hover-block p {
    font-size: 1.3em;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .hover-block p, .hover-block h4 {
        font-size: 1.1em;
    }
}

@media (max-width: 992px) {
    .hover-block p, .hover-block h4 {
        font-size: 0.7em;
    }
}
@media (max-width: 720px) {
    .hover-block p, .hover-block h4 {
        font-size: 1.1em;
    }
}

@media (max-width: 768px) {
    .row.align-items-start {
        flex-direction: column;
        align-items: stretch;
    }

    .hover-block {
        margin-bottom: 20px;
    }
}


.menuFont {
    font-weight: 600;
    font-size: 1.2em;
    color: #fff;
}

.menuFont:hover {
    color: #40C96E;
}

.heroFont {
    font-size: 24px;
    color: #FAFAFA;
}

.titleHero {
    color: #FFFCFC;
    font-weight: lighter !important;
}

.titleText {
    font-size: 26px;

}

.titleText18px {
    font-size: 18px;
    text-decoration: none !important;
    color: black;
}

.txtOP80 {
    opacity: 0.8;
}

.txtDescr {
    opacity: 0.8;
}

.txtGreen {
    color: #40C96E;
}

.txtGreen:hover {
    color: #40C96E;
}

.txtGreenFont {
    font-weight: 600;
    font-size: 1.2em;
    color: #40C96E;
}

.stepText {
    font-size: 1.5em;
    color: #0d0c0c40;
}
.section-description {
    color: #000;
}
.furnitureText28px {
    font-size: 1.8em;
}

.furnitureText32px {
    font-size: 2em;
}

.stepTextP {
    font-size: 2.5em;
    color: #40C96E;
}

.linkMainMedium {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.btnGreen {
    color: #fff;
    background-color: #40C96E;
    border: 1px solid #000;
    border-radius: 6px
}

.btnGreenBig {
    width: 250px;
    height: 70px;
    border: 1px solid #40C96E;
    border-radius: 6px
}


.btnWhiteGreen i {
    font-style: normal;
}

.btnWhiteGreen {
    color: #fff;
    min-width: 120px;
    min-height: 60px;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #40c96e;
}

.btnWhiteGreen:hover{
    color: #fff;
    background: #40C96E;
    border: 1px solid #000;
}


.btnGreen:hover{
    color: #fff;
    background: #40C96E;
    border: 1px solid #fff;
    box-shadow: 1px 1px 10px 2px rgba(64,64,64,0.83);
    -webkit-box-shadow: 1px 1px 10px 2px rgba(64,64,64,0.83);
    -moz-box-shadow: 1px 1px 10px 2px rgba(64,64,64,0.83);
}

.btnSmall {
    max-width: 13em;
}
.btnBig {
    width: 100%;
    max-width: 100em;
}
.btn200 {
    max-width: 200px;
    width: 100% !important;
}

.flexDirectionCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flexDirectionRaw {
    display: flex;
    justify-content: space-between;
}

.custom-input {
    border: 1px solid #b7b7b7;
    outline: none;
    transition: border 0.3s ease;
}

.custom-input:focus {
    border: 1px solid #035ec5;
}

.breadcrumb {
    list-style: none;
    display: flex;
}

.breadcrumb-item>a,
.breadcrumb-item.active {
    color: #bfbfbf;
    text-decoration: none;
    position: relative;
    text-align: center;
    margin-right: 5px;
    user-select: none;
}
.image-bg {
    background-image: url('/img/iwoscan-manufacturing-4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    max-height: 740px;
}

.leanStyle {
    padding: 15px;
    background: #f6f6f6;
    border-radius: 5px
}


.item-margin {
    margin-top: -8.8%;
}


@media  (max-width: 577px) {
    .item-margin {
        margin-top: -22.8%;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .item-margin {
        margin-top: -23.2%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .item-margin {
        margin-top: -17.4%;
    }
}

@media (min-width: 992px) and (max-width: 1200.98px) {
    .item-margin {
        margin-top: -13.1%;
    }
}

@media (min-width: 1201px) and (max-width: 1399.98px) {
    .item-margin {
        margin-top: -11%;
    }
}

.extended-width {
    width: 100%;
    max-width: none;
}

@media (max-width: 991px) {
    .image-bg {
        display: none;
    }
}

.blog-list-container {
    padding: 20px;
}

.blog-list-item {
    margin-bottom: 20px;
}

.blog-list-item h2 {
    font-size: 24px;
    margin: 0;
}

.blog-post-container {
    padding: 20px;
}

.blog-post-meta {
    font-size: 14px;
    color: #888;
}

.blog-post-author {
    font-weight: bold;
}

.blog-post-content {
    margin-top: 20px;
}

.error-message {
    color: red;
    font-weight: bold;
}

.pagginationActive .active a{
    color: #000 !important;
    background: #fff !important;
}

.hero1 {
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.6;*/
}
@media (max-width: 1000px) {

    .hero1 .col-lg-4 img{
        display: none;

    }
}
.svgFill,
.svgFill path{
    fill: #fff;
}
.svgFill:hover path{
    fill: #40c96e;
}

.textGreenShedule {
    color: #40C96E
}

.textGreenShedule:hover {
    color: #fff
}

.carousel {
    position: relative;
    width: 100%;
    margin: auto;
}

.carousel-inner {
    position: relative;

    width: 100%;
}

.carousel-item {
    width: 100%;
    display: none;
    top: 0;
    left: 0;
}

.carousel-item.active {
    display: block;
}

.carousel-item:first-child {
    display: block;
    height: auto;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
}
.carousel-capt {
    max-width: 500px;
    position: absolute;
    right: 9%;
    top: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #000;
    text-align: left;
    line-height: 1.9;
}
.carousel-indicators {
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 35%;
    transform: translateX(-50%);
    z-index: 1000;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: gray;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-indicators li.active {
    background-color: black;
}
.txtCarousel {
    font-size: 1.2em;
    /*text-shadow: #49cb75 1px 0 10px;*/
    font-weight: 700;
    text-shadow: 1px 0px 0px rgba(219, 219, 219, 1),0px 0px 15px rgba(191, 191, 191, 1),-1px 0px 0px rgba(219, 219, 219, 1),0px 1px 0px rgba(219, 219, 219, 1),0px -1px 0px rgba(219, 219, 219, 1);
}

.img-contrast {
    filter: grayscale(45%) brightness(70%) saturate(150%) contrast(95%);
    -webkit-filter: grayscale(45%) brightness(70%) saturate(150%) contrast(95%);
    -moz-filter: grayscale(45%) brightness(70%) saturate(150%) contrast(95%);
}
@media (max-width: 1350px) {
    .txtCarousel {
        font-size: 0.9em;
        list-style: none;
    }

    .carousel-capt {
        max-width: 100%;
        right: 0;
        left: 0;
        color: #fff;
        text-align: center;
    }

    .carousel-indicators {
        left: 50%;
    }
}

@media (max-width: 768px) {
    .txtCarousel {
        font-size: 0.85em;
    }

    .carousel-capt {
        line-height: 1em;
        top: 1%;
        color: #000;
        padding: 0 0;
    }
}

.app-font {
    font-size:1.2em; line-height:1.2em; font-weight:200; text-align: justify; text-justify: inter-word;
}

@media (max-width: 500px) {
    .row {

    }
    .breadcrumb-item a {
        font-size: 0.75em;
    }
    .breadcrumb-item>a, .breadcrumb-item.active {
        margin-right: 0;
    }
    .app-font {
        padding-top: 1.5em;
        font-size: 0.8em;
    }
    .application-message {
        padding-top: 0;
        font-size: 0.8em;
    }
    .custom-text1 {
        font-size: 0.8em;
    }
}

.margin-top-hero {
    margin-top: 9em !important;
}