@import url('http://fonts.cdnfonts.com/css/jost');
#logo img {
    height: auto !important;
}

.header-row a img {
    padding: 20px 0;
    padding-left: 20px;
}

.entry-meta-wrapper {
    background-color: #fff;
    padding: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bg-color-2 {
    background-color: #ffcd8c!important;
}

.download-btn {
    /* display: flex; */
    justify-content: center;
    text-align: center;
    align-items: center;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.fluid-width-video-wrapper {
    position: revert!important;
}

.pb-50 {
    padding-bottom: 50px!important;
}

.pt-100 {
    padding-top: 100px!important;
}

.pb-20 {
    padding-bottom: 20px!important;
}

.hamburger {
    margin-top: 10px;
}

.white {
    color: #fff!important;
}

.translate {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-color: #000;
    overflow: hidden;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    z-index: 100;
}

.translate i {
    color: #fff;
    font-size: 24px;
}

#google_translate_element {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}

.bg-color-black {
    background-color: #111!important;
}

.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #eee!important;
}

.dark p {
    color: #eee!important;
}

ul.brand-promise {
    list-style: none;
}

ul.brand-promise li {
    padding-bottom: 10px;
    color: #777;
}

ul.brand-promise li i {
    padding-right: 7px;
}

.home-border-mission {
    border: 1px solid #ccc;
}

.home-border-right-mission {
    border-right: 1px solid #ccc;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.grid-2>.grid-item {
    text-align: center;
}

.global-menu__item {
    text-transform: uppercase;
}

.pt-30 {
    padding-top: 30px;
}

.footer-address ul {
    list-style: none;
}

.footer-address ul li {
    padding-bottom: 10px;
}

.footer-address ul li b {
    font-size: 17px;
}

.feature-box a {
    color: #444;
}

.feature-box a:hover {
    color: #000000;
}

ul.brand-promise {
    margin-bottom: 0;
}

.flag-size h5 {
    margin: 0px;
    text-transform: capitalize;
}

.flag-size .portfolio-desc {
    padding-bottom: 0px;
}

#chartdiv {
    height: 650px;
    width: 98%;
    padding: 0px 0 0px;
    margin: 0px 20px;
}

.download-btn h3 {
    margin-bottom: 25px!important;
}

.limit-single-page .c-col-3:nth-child(1) {
    display: none!important;
}

.limit-single-page .c-col-3:nth-child(2) {
    display: none!important;
}

.limit-single-page .c-col-3:nth-child(n+6) {
    display: none!important;
}

.slider-caption h2 {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    border-radius: 20px;
}


/* catelog popup */

.Click-here {
    cursor: pointer;
}


/* .Click-here:hover {
    transition: background-image 3s ease-in-out;
    background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
} */

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    border-radius: 6px;
    /* -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); */
    /* box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); */
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}



@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%!important;
    }
    .modal-header {
        display: block!important;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 100%!important;
        width: 90%!important;
    }
}

@media (min-width: 1080px) {
    .modal-dialog {
        width: 50%!important;
        max-width: 50%!important;
    }
}

@media(max-width:800px) {
    #header {
        margin-bottom: 80px;
    }
    .container.topmargin {
        margin-top: 10rem!important;
    }
    .pt-100 {
        padding-top: 60px!important;
    }
    .ipad-mtb-25 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .col-md-center {
        text-align: center;
    }
    .emphasis-title h1,
    .emphasis-title h2 {
        font-size: 25px;
    }
    .ipad-mb-0 {
        margin-bottom: 0rem!important;
    }
    .ipad-order-2 {
        order: 2;
    }
}

@media only screen and (max-width: 680px) {
    #chartdiv {
        height: 240px;
        width: 95%;
    }
}

@media(max-width:600px) {
    .emphasis-title h1,
    .emphasis-title h2 {
        font-size: 28px!important;
    }
    address,
    blockquote,
    dd,
    dl,
    fieldset,
    form,
    ol,
    p,
    pre,
    table,
    ul {
        margin-bottom: 10px;
    }
    .topmargin-lg {
        margin-top: 3rem!important;
    }
    .mob-mb-0 {
        margin-bottom: 0px!important;
    }
    #footer .footer-widgets-wrap {
        padding: 50px 0!important;
    }
    .mt-5 {
        margin-top: 2rem!important;
    }
    .counter {
        font-size: 25px;
    }
    .col-mb-50 {
        --col-mb: 10px!important;
    }
    .mob-pb-30 {
        padding-bottom: 30px;
    }
    .section {
        padding: 50px 0!important;
    }
    .mob-order-2 {
        order: 2;
    }
    .mob-pb-0 {
        padding-bottom: 0!important;
    }
}