@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/Heebo-Light.ttf);
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/Heebo-Regular.ttf);
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/Heebo-Medium.ttf);
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/Heebo-Bold.ttf);
}

html, body, div, span, input, textarea, select, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, .tp-caption {
    font-family: 'Heebo',Arial,Sans-Serif !important;
}

*, *:after, *:before, *::after, *::before {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

/* Site General CSS Start */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100% !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

body {
    color: #231f20 !important;
}

    body a {
        text-decoration: none !important;
        color: #0f0f0f;
    }

        body a:hover {
            text-decoration: none !important;
            color: #0f0f0f;
        }

        body a:focus {
            outline: none !important;
            color: #0f0f0f;
        }

@media(min-width:992px) {
    [data-title]:hover:after {
        opacity: 1;
        -moz-transition: all 0.1s ease 0.5s;
        -o-transition: all 0.1s ease 0.5s;
        -webkit-transition: all 0.1s ease 0.5s;
        transition: all 0.1s ease 0.5s;
        visibility: visible;
    }

    [data-title]:after {
        content: attr(data-title);
        color: #333;
        font-size: 16px;
        position: absolute;
        padding: 1px 5px 2px 5px;
        bottom: -2.6em;
        left: -70%;
        white-space: nowrap;
        /* box-shadow: 1px 1px 3px #222222; */
        opacity: 0;
        border: 1px solid #9d9d9d;
        z-index: 99999;
        visibility: hidden;
    }

    [data-title] {
        position: relative;
    }
}

h6 {
    display: none !important;
}

::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #FFFFFF;
    -webkit-box-shadow: inset 1px 1px 2px #E0E0E0;
    border: 1px solid #D8D8D8;
}

::-webkit-scrollbar-thumb {
    background: #e16c29;
    -webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);
}

    ::-webkit-scrollbar-thumb:hover {
        -webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.3);
    }

    ::-webkit-scrollbar-thumb:active {
        background: #e16c29;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    }


.info-r {
    display: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: pointer !important;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1 !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 50%;
    float: right;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 50%;
        float: right;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: right;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: right;
    }
}

.pagewrapper{
    margin-top:-20px;
}
/*Back To Top
------------------------------------*/
#topcontrol {
    color: #fff;
    z-index: 99;
    width: 40px;
    height: 40px;
    font-size: 20px;
    position: relative;
    right: 10px !important;
    bottom: 10px !important;
    border-radius: 0px !important;
    background-image: url('../img/backToTopSquare.png');
    background-repeat: no-repeat !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
/* Site General CSS END */
/* Desktop NavBar Start */
@media(min-width: 1366px) {
    nav {
        font-size: 14px;
        letter-spacing: 1px !important;
        padding: 0 0px 0 0px !important;
    }

    .Rama1LI .Rama1A {
        padding: 10px 12px;
        color: #4c9454;
    }
}

@media(max-width: 1366px) {
    nav {
        font-size: 14px;
        letter-spacing: 1px !important;
        padding: 0 5px 0 5px !important;
    }

    .Rama1LI .Rama1A {
        padding: 10px 6px;
        color: #66b26e;
    }
}

@media(min-width: 992px) {

    .header {
        max-width: 100% !important;
    }

    .headerContainerFluid {
        max-width: 100% !important;
        padding: 0 0 0 0 !important;
    }

    .headerRow {
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 0 0 0 !important;
        background-color: #494949;
    }



    .TopNavBarDIV {
        padding: 10px 15px 10px 15px;
        text-align: center;
    }

    .TopNavUl {
        padding: 3px 0 0 0;
    }

    .TopNavLi {
        padding: 0 15px 0 15px;
    }

    .TopNavA {
        color: #fff;
        font-weight: 400;
        font-size: 14px;
    }

        .TopNavA:hover {
            color: #fff;
        }

        .TopNavA:focus {
            color: #fff;
            outline: none !important;
        }



    .headerPhone {
        padding: 10px 15px 10px 15px;
    }

    .headerPhoneSpan {
    }

        .headerPhoneSpan .headerPhoneSpanA {
            font-weight: 400;
            font-size: 16px;
            color: #fff;
        }

            .headerPhoneSpan .headerPhoneSpanA:hover {
                color: #fff;
            }

            .headerPhoneSpan .headerPhoneSpanA:focus {
                color: #fff;
            }

            .headerPhoneSpan .headerPhoneSpanA .headerPhoneIcon {
                color: #fff;
            }



    .MyNavBar .MyNavBarContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /*.logoDesktopDiv{
        clear: both;
    display: block;
    max-width: 180px;
    width: 180px;
    height: auto;
    }*/

    .NavLogo {
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        box-shadow: -12px -12px 14px rgba(0,0,0,0.16);
        max-width: 250px;
        margin-left: 40px;
        overflow: hidden;
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(-25deg);
        -ms-transform: skew(-25deg);
        transform: skew(-25deg);
    }

        .NavLogo:after {
        }

        .NavLogo img {
            max-width: 180px;
            padding: 0 0 0 0;
            float: right;
            -webkit-transform: skew(25deg);
            -ms-transform: skew(25deg);
            transform: skew(25deg);
        }



    .header-sticky {
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 0 0 0 !important;
        z-index: 100;
    }


    /*.navbar-responsive-collapse .LogoWhite img{
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        max-width: 180px;
        display: block;
        margin: 0 auto;
    }
    .shrink .LogoWhite img{
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        max-width: 140px;
        display: block;
        margin: 0 auto;
    }*/



    .navbar-responsive-collapse .Rama1UL {
        padding-top: 11px;
        -moz-transition: padding-top 0.6s ease;
        -o-transition: padding-top 0.6s ease;
        -webkit-transition: padding-top 0.6s ease;
        transition: padding-top 0.6s ease;
    }

    .shrink .Rama1UL {
        -moz-transition: padding-top 0.6s ease;
        -o-transition: padding-top 0.6s ease;
        -webkit-transition: padding-top 0.6s ease;
        transition: padding-top 0.6s ease;
        padding-top: 0;
    }

    .navbar {
        border: none !important;
        border-radius: 0 !important;
        margin-bottom: 0 !important;
        background-color: #fff;
        z-index: 900 !important;
    }

    .navbar-toggle {
        float: right !important;
        margin-right: 25px !important;
        padding: 10px 10px !important;
        margin-top: 10px !important;
    }

        .navbar-toggle .icon-bar {
            width: 15px !important;
            background-color: #fff;
        }

    nav a {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
        font-size: 18px;
    }

    .navbar-brand {
        font-size: 30px;
    }

    nav.navbar.shrink {
        min-height: 35px;
        background: #fff;
    }

        nav.navbar.shrink.navbar-brand {
            font-size: 25px;
        }

        nav.navbar.shrink.navbar-toggle {
            margin: 8px 15px 8px 0;
            padding: 4px 5px;
        }

    .nav > li > a:focus, .nav > li > a:hover {
        text-decoration: none;
        background-color: transparent !important;
    }



    /* Rama 1 Start */

    .Rama1LI .Rama1A::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #e16c29;
        -moz-transition: width .3s;
        -o-transition: width .3s;
        -webkit-transition: width .3s;
        transition: width .3s;
        margin-bottom: 0px !important;
        bottom: 3px;
        position: absolute;
    }

    .Rama1LI .Rama1A:hover::after {
        width: 85%;
        -moz-transition: width .3s;
        -o-transition: width .3s;
        -webkit-transition: width .3s;
        transition: width .3s;
    }



    /*.Rama1LI .Rama1A::before {
        display: block;
        content: '';
        border-bottom: solid 2px #fff;
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transition: transform 250ms ease-in-out;
        -o-transition: transform 250ms ease-in-out;
        -webkit-transition: transform 250ms ease-in-out;
        transition: transform 250ms ease-in-out;
        margin-bottom: 2px;
    }

    .Rama1LI .Rama1A:hover::before {
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .Rama1LI .Rama1A.active::before {
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }*/
    .Rama1LI {
        cursor: pointer;
        position: relative !important;
    }

        .Rama1LI .Rama1A:hover {
            color: #e16c29;
        }
        /*.Rama1LI.active .Rama1A::before {
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }*/
        .Rama1LI.active .Rama1A {
            color: #e16c29;
        }

    .navbar-responsive-collapse .Rama1LI .Rama1A.active {
        color: #e16c29;
    }

    .shrink .Rama1LI .Rama1A.active {
        color: #e16c29;
    }
    /* Rama 1 END */


    .DocumentWrapper .header-sticky .MyNavBar {
        height: auto;
    }

    .header-fixed-shrink {
        top: 35px;
        right: 0;
        width: 100% !important;
        height: 31px !important;
        z-index: 100;
        position: fixed !important;
        margin-top: -35px;
        border-bottom: none !important;
        /*box-shadow: 0 0 3px #0f0f0f!important;*/
        /*background-color: #fff!important;*/
    }



    /* Rama 2 Start */
    .Rama2UL {
        display: none;
        padding: 0;
        list-style: none;
        border-top: 3px solid #e16c29;
        border-bottom: 3px solid #e16c29;
        background-color: #fff;
        z-index: 999;
    }

    .Rama1LI:hover .Rama2UL {
        display: block;
        position: absolute;
        margin-top: 0px;
    }


    .Rama2UL > .Rama2LI:hover {
        /*-moz-transition: margin 0.4s ease;
        -o-transition: margin 0.4s ease;
        -webkit-transition: margin 0.4s ease;
        transition: margin 0.4s ease;*/
    }

    .Rama2LI {
        cursor: pointer;
        min-width: 150px;
        position: relative !important;
        white-space: nowrap;
        font-size: 14px;
    }

        .Rama2LI .Rama2A {
            color: #66b26e;
            width: 100%;
            display: block;
            /*-moz-transition: margin 0.4s ease;
        -o-transition: margin 0.4s ease;
        -webkit-transition: margin 0.4s ease;
        transition: margin 0.4s ease;*/
            padding: 5px 20px !important;
        }

        .Rama2LI:hover {
            background-color: #e16c29;
        }

        .Rama2LI:focus {
            background-color: #e16c29;
            outline: none !important;
        }

            .Rama2LI:focus .Rama2A {
                color: #fff;
                outline: none !important;
            }

        .Rama2LI:hover .Rama2A {
            color: #fff;
            /*margin-right: 5px;
        -moz-transition: margin 0.4s ease;
        -o-transition: margin 0.4s ease;
        -webkit-transition: margin 0.4s ease;
        transition: margin 0.4s ease;*/
        }

        .Rama2LI .Rama2A:focus {
            color: #fff;
            outline: none !important;
        }

        .Rama2LI.active {
            background-color: #e16c29;
        }

            .Rama2LI.active .Rama2A {
                color: #fff;
            }
    /* Rama 2 END */



    /* Rama 3 Start */
    .Rama3UL {
        display: none;
        padding: 0;
        list-style: none;
        border-top: 3px solid #e16c29;
        border-bottom: 3px solid #e16c29;
        background-color: #fff;
        z-index: 999;
    }

    .Rama2LI:hover .Rama3UL {
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
    }

    .Rama3UL > .Rama3LI:hover {
        /*-moz-transition: margin 0.4s ease;
        -o-transition: margin 0.4s ease;
        -webkit-transition: margin 0.4s ease;
        transition: margin 0.4s ease;*/
    }

    .Rama3LI {
        cursor: pointer;
        min-width: 150px;
        position: relative !important;
        white-space: nowrap;
        font-size: 14px;
    }

        .Rama3LI .Rama3A {
            color: #66b26e;
            width: 100%;
            display: block;
            /*-moz-transition: margin 0.4s ease;
        -o-transition: margin 0.4s ease;
        -webkit-transition: margin 0.4s ease;
        transition: margin 0.4s ease;*/
            padding: 8px 20px !important;
        }

        .Rama3LI:hover {
            background-color: #e16c29;
        }

        .Rama3LI:focus {
            background-color: #e16c29;
            outline: none !important;
        }

            .Rama3LI:focus .Rama3A {
                color: #fff;
                outline: none !important;
            }

        .Rama3LI:hover .Rama3A {
            color: #fff;
            /*margin-right: 5px;
        -moz-transition: margin 0.4s ease;
        -o-transition: margin 0.4s ease;
        -webkit-transition: margin 0.4s ease;
        transition: margin 0.4s ease;*/
        }

        .Rama3LI .Rama3A:focus {
            color: #fff;
            outline: none !important;
        }

        .Rama3LI.active {
            background-color: #e16c29;
        }

            .Rama3LI.active .Rama3A {
                color: #fff;
            }
    /* Rama 3 END */



    /* Rama 4 Start */
    .Rama4UL {
        display: none;
        padding: 0;
        list-style: none;
        border-top: 3px solid #e16c29;
        border-bottom: 3px solid #e16c29;
        background-color: #fff;
        z-index: 999;
    }

    .Rama3LI:hover .Rama4UL {
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
    }

    .Rama4UL > .Rama4LI:hover {
        /*-moz-transition: margin 0.4s ease;
        -o-transition: margin 0.4s ease;
        -webkit-transition: margin 0.4s ease;
        transition: margin 0.4s ease;*/
    }

    .Rama4LI {
        cursor: pointer;
        min-width: 150px;
        position: relative !important;
        white-space: nowrap;
        font-size: 14px;
    }

        .Rama4LI .Rama4A {
            color: #66b26e;
            width: 100%;
            display: block;
            /*-moz-transition: margin 0.4s ease;
        -o-transition: margin 0.4s ease;
        -webkit-transition: margin 0.4s ease;
        transition: margin 0.4s ease;*/
            padding: 8px 20px !important;
        }

        .Rama4LI:hover {
            background-color: #e16c29;
        }

        .Rama4LI:focus {
            background-color: #e16c29;
            outline: none !important;
        }

            .Rama4LI:focus .Rama4A {
                color: #fff;
                outline: none !important;
            }

        .Rama4LI:hover .Rama4A {
            color: #fff;
            /*margin-right: 5px;
        -moz-transition: margin 0.4s ease;
        -o-transition: margin 0.4s ease;
        -webkit-transition: margin 0.4s ease;
        transition: margin 0.4s ease;*/
        }

        .Rama4LI .Rama4A:focus {
            color: #fff;
            outline: none !important;
        }

        .Rama4LI.active {
            background-color: #e16c29;
        }

            .Rama4LI.active .Rama4A {
                color: #fff;
            }
    /* Rama 4 END */


    .desktopTopPhone {
        max-width: 245px;
        display: flex;
        justify-content: center;
        -ms-flex: 3;
        -webkit-flex: 3;
        flex: 3;
        overflow: hidden;
    }

    .desktopTopPhoneDesc {
        -webkit-transform: skew(-25deg);
        -ms-transform: skew(-25deg);
        transform: skew(-25deg);
        margin-left: -14px;
        background-color: #e16c29;
        width: 260px;
        margin-left: -50px;
    }

    .desktopTopPhoneDescIn {
        -webkit-transform: skew(25deg);
        -ms-transform: skew(25deg);
        transform: skew(25deg);
        padding-right: 35px;
    }

    .desktopTopPhoneI {
        color: #fff;
        font-size: 20px !important;
        padding-bottom: 20px !important;
        padding-top: 24px !important;
        margin-left: 10px;
    }

        .desktopTopPhoneI:hover {
            color: #fff;
        }

    .desktopTopPhoneA {
        color: #fff;
        font-size: 20px;
    }

        .desktopTopPhoneA:hover {
            color: #fff;
        }


    .DesktopSearchDIV {
        padding: 0 0 0 2px;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        position: relative;
        max-width: 250px;
    }

    @media(max-width:1500px) {
        .DesktopSearchDIV {
            max-width: 140px;
        }
    }

    .DesktopSearchDIVHolder {
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 5px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .DesktopSearchDIVHolder .DesktopSearchIcon {
            font-size: 16px;
            color: #e16c29;
            position: relative;
            display: block;
            z-index: 10;
            border-left: 1px solid #dcdbdb;
            margin: 0 0 0 0;
            padding: 9px 0 9px 7px;
            -moz-box-sizing: border-box !important;
            -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
        }

            .DesktopSearchDIVHolder .DesktopSearchIcon:hover {
                font-size: 16px;
                color: #e16c29;
            }

    .DesktopSearchForm {
        position: relative;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }

    #freeSearch .searchInputDIV {
        margin: 0 !important;
    }

    #freeSearch .searchTxt {
        box-shadow: none;
        border-radius: 0;
        border: 1px solid #d0d0d0;
        color: #000;
        -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    #freeSearch .searchInputDIV span {
    }

        #freeSearch .searchInputDIV span ul {
        }

            #freeSearch .searchInputDIV span ul li {
            }

    .SearchBTNGroup {
        margin: 0 10px 0 0;
    }
        .SearchBTNGroup i{
            padding-right:1px;
        }
        .SearchBTNGroup .SearchBTN {
            background: #fff;
            border: 1px solid #e16b2a;
            color: #e16b29;
            font-size: 14px;
            font-weight: 400;
            box-shadow: none;
            padding: 5px 10px 5px 10px;
        }

            .SearchBTNGroup .SearchBTN:hover {
                background: #e16c29;
                border: 1px solid #e16c29;
                color: #fff;
                font-size: 14px;
                font-weight: 400;
                box-shadow: none;
                padding: 5px 10px 5px 10px;
            }

    .animateTransformScaleX {
        -moz-transform: scaleX(1) !important;
        -ms-transform: scaleX(1) !important;
        -o-transform: scaleX(1) !important;
        -webkit-transform: scaleX(1) !important;
        transform: scaleX(1) !important;
        -moz-transition: transform 0.6s ease !important;
        -o-transition: transform 0.6s ease !important;
        -webkit-transition: transform 0.6s ease !important;
        transition: transform 0.6s ease !important;
    }

    .AddRemoveBorder {
        border: none !important;
    }
}

.headerSocials {
}

.headerSocialsDIV {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
}

.headerSocialsHolder {
    /*background-color: #e16c29;*/
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.headerSocialsFacebook {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

    .headerSocialsFacebook:hover {
        -moz-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }

.headerSocialsFacebookSpan {
}

    .headerSocialsFacebookSpan .headerSocialsFacebookSpanA {
        color: #fff;
        padding: 10px 15px 10px 15px;
        display: block;
    }

        .headerSocialsFacebookSpan .headerSocialsFacebookSpanA:hover {
        }

        .headerSocialsFacebookSpan .headerSocialsFacebookSpanA:focus {
        }

        .headerSocialsFacebookSpan .headerSocialsFacebookSpanA .headerSocialsFacebookIcon {
            font-size: 20px;
        }

.headerSocialsYoutube {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .headerSocialsYoutube:hover {
        -moz-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }

.headerSocialsYoutubeSpan {
}

    .headerSocialsYoutubeSpan .headerSocialsYoutubeSpanA {
        color: #fff;
        padding: 10px 15px 10px 15px;
        display: block;
    }

        .headerSocialsYoutubeSpan .headerSocialsYoutubeSpanA:hover {
        }

        .headerSocialsYoutubeSpan .headerSocialsYoutubeSpanA:focus {
        }

        .headerSocialsYoutubeSpan .headerSocialsYoutubeSpanA .headerSocialsYoutubeIcon {
            font-size: 20px;
        }

.headerSocialsInstagram {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .headerSocialsInstagram:hover {
        -moz-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }

.headerSocialsInstagramSpan {
}

    .headerSocialsInstagramSpan .headerSocialsInstagramSpanA {
        color: #fff;
        padding: 10px 15px 10px 15px;
        display: block;
    }

        .headerSocialsInstagramSpan .headerSocialsInstagramSpanA:hover {
        }

        .headerSocialsInstagramSpan .headerSocialsInstagramSpanA:focus {
        }

        .headerSocialsInstagramSpan .headerSocialsInstagramSpanA .headerSocialsInstagramIcon {
            font-size: 20px;
        }

.headerSocialsLinkedin {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .headerSocialsLinkedin:hover {
        -moz-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }

.headerSocialsLinkedinSpan {
}

    .headerSocialsLinkedinSpan .headerSocialsLinkedinSpanA {
        color: #fff;
        padding: 10px 15px 10px 15px;
        display: block;
    }

        .headerSocialsLinkedinSpan .headerSocialsLinkedinSpanA:hover {
        }

        .headerSocialsLinkedinSpan .headerSocialsLinkedinSpanA:focus {
        }

        .headerSocialsLinkedinSpan .headerSocialsLinkedinSpanA .headerSocialsLinkedinIcon {
            font-size: 20px;
        }

@media(min-width:1200px) {
    .Rama1UL {
        display: flex;
        justify-content: right;
        -ms-flex: 2;
        -webkit-flex: 2;
        flex: 2;
    }

    #freeSearch {
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transform-origin: right;
        -ms-transform-origin: right;
        -o-transform-origin: right;
        -webkit-transform-origin: right;
        transform-origin: right;
        -moz-transition: transform 0.6s ease;
        -o-transition: transform 0.6s ease;
        -webkit-transition: transform 0.6s ease;
        transition: transform 0.6s ease;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }
}

@media(max-width:1200px) {
    .Rama1UL {
        display: flex;
        justify-content: center;
        -ms-flex: 3;
        -webkit-flex: 3;
        flex: 3;
    }

    #freeSearch {
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transform-origin: right;
        -ms-transform-origin: right;
        -o-transform-origin: right;
        -webkit-transform-origin: right;
        transform-origin: right;
        -moz-transition: transform 0.6s ease;
        -o-transition: transform 0.6s ease;
        -webkit-transition: transform 0.6s ease;
        transition: transform 0.6s ease;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        max-width: 95%;
    }
}
/* Desktop NavBar END */


/* Home Page H1 And H2 Start */
.HomePageH1AndH2Container {
    padding: 5px 0 5px 0;
}

.HomePageH1AndH2Row {
    margin: 0 !important;
}

.HomePageH1AndH2 {
}

.HomePageH1 {
    color: #231f20;
    font-size: 36px;
    font-weight: 400;
}

.HomePageH2 {
    color: #231f20;
    font-size: 26px;
    font-weight: 400;
}
/* Home Page H1 And H2 END */




/* Home Page TXT Start */
.HomePageTXTContainer {
    padding: 50px 0 50px 0;
}

.HomePageTXTRow {
    max-width: 100%;
}

.HomePageTXT {
}

    .HomePageTXT p {
        font-size: 16px;
        font-weight: 400;
        color: #333;
    }
/* Home Page TXT END */




/* Home Page TXT2 Start */
.HomePageTXT2Container {
    padding: 50px 0 50px 0;
}

.HomePageTXT2Row {
    max-width: 100%;
}

.HomePageTXT2 {
}

    .HomePageTXT2 p {
        font-size: 16px;
        font-weight: 400;
        color: #333;
    }
/* Home Page TXT2 END */



/* Layout Start */
/* Contact Us Start */
.ContactUSContainerFluid {
    clear: both;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 0 0 0 !important;
    max-width: 100%;
}

.ContactUSContainer {
}

.ContactUSRow {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.FormTitle h2 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1;
    color: white;
}

.FormTitle2 h3 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 1;
    color: white;
}


.LayoutForm {
    max-width: 400px;
    min-width: 350px;
    margin-top: 40px;
    float: left;
}

/*.formInputsAsterix::-webkit-input-placeholder {
  color: #fff!important;
}
.formInputsAsterix2::-webkit-input-placeholder {
  color: #fff!important;
}
.formInputsAsterixMessage::-webkit-input-placeholder {
  color: #fff!important;
}
.formInputsAsterixMessage2::-webkit-input-placeholder {
  color: #fff!important;
}*/


.formInputsAsterix {
    font-family: Helvetica, 'FontAwesome', sans-serif !important;
    font-size: 18px !important;
    padding: 0.475rem 2rem !important;
    margin-bottom: 0;
    height: 45px !important;
    background: #fff !important;
    color: #333 !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.formInputsAsterixMessage {
    font-family: Helvetica, 'FontAwesome', sans-serif !important;
    font-size: 18px !important;
    padding: 0.475rem 2rem !important;
    background: #fff !important;
    color: #333 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.formInputsAsterixMessage2 {
    font-family: Helvetica, 'FontAwesome', sans-serif !important;
    font-size: 18px !important;
    padding: 0.475rem 2rem !important;
    background: #fff !important;
    color: #333 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

textarea {
    resize: vertical;
}

.placeholderFormName {
    position: absolute;
    font-size: 8px;
    top: 13px;
    color: #333;
    width: 8px;
    right: 7px;
}

.placeholderFormEmail {
    position: absolute;
    font-size: 8px;
    top: 13px;
    color: #333;
    width: 8px;
    right: 7px;
}

.placeholderFormPhone {
    position: absolute;
    font-size: 8px;
    top: 13px;
    color: #333;
    width: 8px;
    right: 7px;
}

.placeholderFormMessage {
    position: absolute;
    font-size: 8px;
    top: 13px;
    color: #333;
    width: 8px;
    right: 7px;
}

.BTNGroup {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 50px;
    /*width: 200px;*/
}

.loadingGif {
    position: absolute;
    width: 50px;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.MyFormBTN {
    height: 50px;
    /*border-radius: 0!important;*/
    font-size: 20px !important;
    padding: 0 !important;
    z-index: 10;
    position: relative;
    display: block;
}

    .MyFormBTN span {
        font-size: 26px !important;
        position: absolute;
        right: 150px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
    }

    .MyFormBTN:focus {
        outline: none !important;
    }

.BTNGroup .FormAngleIon {
    -moz-transition: margin-right 0.3s ease;
    -o-transition: margin-right 0.3s ease;
    -webkit-transition: margin-right 0.3s ease;
    transition: margin-right 0.3s ease;
    color: #fff;
    font-size: 24px !important;
    position: absolute;
    margin-right: 27px;
    top: 10px;
    z-index: 10;
    -moz-transform: scaleX(-1) rotate(30deg);
    -ms-transform: scaleX(-1) rotate(30deg);
    -o-transform: scaleX(-1) rotate(30deg);
    -webkit-transform: scaleX(-1) rotate(30deg);
    transform: scaleX(-1) rotate(30deg);
}

.BTNGroup:hover .FormAngleIon {
    -moz-transition: margin-right 0.3s ease;
    -o-transition: margin-right 0.3s ease;
    -webkit-transition: margin-right 0.3s ease;
    transition: margin-right 0.3s ease;
    margin-right: 55px;
}

form textarea.formInputsAsterixMessage {
    font-family: Helvetica, 'FontAwesome', sans-serif !important;
    font-size: 18px !important;
    padding: 0.475rem 2rem !important;
    background: #fff !important;
    color: #333 !important;
    border: none;
    border-radius: 4px !important;
    box-shadow: none !important;
}


.list-unstyled {
    margin-bottom: 0 !important;
}

    .list-unstyled li {
        position: absolute;
        left: 5px;
        top: 1px;
        color: #ed2a24;
        font-size: 12px;
        font-weight: 700;
    }

.FormMessageDIV .list-unstyled li {
    position: absolute;
    left: 5px;
    top: 1px;
    color: #ed2a24;
    font-size: 12px;
    font-weight: 700;
}

.form-control {
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: white !important;
    border: none !important;
    border-radius: 0.25rem;
}

.MyFormBTN.btn-primary {
    color: #fff;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #e16c29 !important;
    border: none !important;
    /*border-color: #fff!important;*/
}

    .MyFormBTN.btn-primary:hover {
        color: #fff;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        background-color: #e16c29 !important;
        /*border-color: #fff!important;*/
    }

    .MyFormBTN.btn-primary:focus {
        color: #fff;
        background-color: #fff !important;
        /*border-color: #fff!important;*/
    }

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.1rem rgba(72, 72, 72, 0.50) !important;
}

.FormAddress {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    float: left;
    margin-top: 75px;
    line-height: 35px;
}

.FormTitle2 {
    color: #fff;
    margin: 0 0 15px 0 !important;
}

.LayoutFormTitle {
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-size: 45px;
    margin: 0 0 15px 0 !important;
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 15px 0;
}

    .LayoutFormTitle:before {
        content: '';
        background: #e16c29;
        position: absolute;
        bottom: 0;
        width: 60px;
        height: 3px;
        display: block;
        border-radius: 4px;
        margin: 0 auto;
    }

.LayoutFormTitle2 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 35px;
}

.FormAddress a {
    color: #fff;
}

    .FormAddress a:hover {
        color: #fff;
    }

.FormAngleIcon {
    color: #fff;
}

.MyFormBTN:hover .FormAngleIcon {
}


.formInputsAsterix3::-webkit-input-placeholder {
}

.contactUsContainer {
    padding: 5px 0 0 0 !important;
}

.contactUsRow {
    padding: 10px 0 0 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.contactUsFormHolder {
    padding: 30px 0 50px 0 !important;
}

.contactUsFormDIV {
    width: 90%;
    margin: 0 auto;
}

.contactUsForm {
}

.formInputsAsterix3 {
    /*font-family: Helvetica, 'FontAwesome', sans-serif!important;
    font-size: 20px!important;
    padding: 0.475rem 2rem!important;
    margin-bottom: 20px;*/
    height: 50px !important;
    /*background: none!important;
    color: #fff!important;
    border: none!important;
    border-bottom: 1px solid #fff!important;
    border-radius: 0!important;
    box-shadow: none!important;*/
    font-family: Helvetica, 'FontAwesome', sans-serif !important;
    font-size: 17px !important;
    padding: 0.475rem 2rem !important;
    margin-bottom: 20px;
}

.not-valid2 {
    background: #ffd6d5 !important;
    border: 1px solid #a94442 !important;
    /*border-bottom: 1px solid #ff0500!important;*/
}

.formInputsAsterixMessage3 {
    font-family: Helvetica, 'FontAwesome', sans-serif !important;
    font-size: 17px !important;
    padding: 0.475rem 2rem !important;
}

.placeholderFormName3 {
    margin-top: -53px;
    font-size: 8px;
    margin-right: 9px;
    color: #333;
    width: 8px;
    float: right;
}

.placeholderFormEmail3 {
    margin-top: -53px;
    font-size: 8px;
    margin-right: 9px;
    color: #333;
    width: 8px;
    float: right;
}

.placeholderFormPhone3 {
    margin-top: -53px;
    font-size: 8px;
    margin-right: 9px;
    color: #333;
    width: 8px;
    float: right;
}

#contactUsForm .BTNGroup {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 50px;
    width: 100%;
}

.contactUsFormBTN {
    height: 50px;
    /*border-radius: 0!important;*/
    font-size: 20px !important;
    padding: 0 !important;
    z-index: 10;
    position: relative;
    display: block;
}

    .contactUsFormBTN span {
        font-size: 26px !important;
        position: absolute;
        right: 225px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .contactUsFormBTN:focus {
        outline: none !important;
    }

    .contactUsFormBTN.btn-primary {
        color: #fff;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        background-color: #fff !important;
        border-color: #fff !important;
    }

        .contactUsFormBTN.btn-primary:hover {
            color: #fff;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            -webkit-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
            background-color: #fff !important;
            border-color: #fff !important;
        }

        .contactUsFormBTN.btn-primary:focus {
            color: #fff;
            background-color: #fff !important;
            border-color: #fff !important;
        }

.BTNGroup .contactUsFormBTN .FormAngleIon {
    color: #fff !important;
}



.contactUsDetailsHolder {
    padding: 30px 0 50px 0 !important;
}

.contactUsDetailsDIV {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 90%;
    margin: 0 auto;
}

.contactUsDetailsTitle {
    font-size: 26px;
    text-align: center;
    color: #333;
    font-weight: 400;
    padding: 15px 0 0 0;
}

.contactUsDetailsContent {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 15px 0;
}

.contactUsDetailsAddress {
    padding: 10px 0 10px 0 !important;
}

.contactUsDetailsAddressHolder {
    padding: 0 !important;
}

.contactUsDetailsAddressIcon {
    text-align: center;
}

    .contactUsDetailsAddressIcon i {
        font-size: 38px !important;
        width: 60px !important;
        text-align: center;
        color: #231f20;
    }

.contactUsDetailsAddressTXTHolder {
    padding: 0 !important;
}

.contactUsDetailsAddressTXT {
    font-weight: 400;
    font-size: 18px;
    color: #231f20;
    padding: 0 0 5px 0;
}

.contactUsDetailsAddressTXT2 {
    font-weight: 400;
    font-size: 18px;
    color: #231f20;
    padding: 0 0 5px 0;
}

.contactUsDetailsAddressTXT3 {
    font-weight: 400;
    font-size: 18px;
    color: #231f20;
}

.contactUsDetailsPhone {
    padding: 10px 0 10px 0;
}

    .contactUsDetailsPhone a {
    }

        .contactUsDetailsPhone a:hover {
        }

        .contactUsDetailsPhone a:focus {
            outline: none !important;
        }

.contactUsDetailsPhoneIconHolder {
    padding: 0 !important;
}

.contactUsDetailsPhoneIcon {
    text-align: center;
}

    .contactUsDetailsPhoneIcon i {
        font-size: 38px !important;
        width: 60px !important;
        text-align: center;
        color: #231f20;
    }

.contactUsDetailsPhoneTXTHolder {
    padding: 0 !important;
}

.contactUsDetailsPhoneTXT {
    font-weight: 400;
    font-size: 18px;
    color: #231f20;
}

.contactUsDetailsEmail {
    padding: 10px 0 10px 0;
}

.contactUsDetailsEmailIconHolder {
    padding: 0 !important;
}

.contactUsDetailsEmailIcon {
    text-align: center;
}

    .contactUsDetailsEmailIcon i {
        font-size: 38px !important;
        width: 60px !important;
        text-align: center;
        color: #231f20;
    }

.contactUsDetailsEmailIconTXTHolder {
    padding: 0 !important;
}

.contactUsDetailsEmailIconTXT {
    padding: 0 0 5px 0;
}

    .contactUsDetailsEmailIconTXT a {
        font-weight: 400;
        font-size: 18px;
        color: #231f20;
        z-index: 9;
    }

        .contactUsDetailsEmailIconTXT a:hover {
            color: #231f20;
        }

        .contactUsDetailsEmailIconTXT a:focus {
            outline: none !important;
        }

.contactUsDetailsEmailIconTXT2 {
    font-weight: 400;
    font-size: 18px;
    color: #231f20;
}

    .contactUsDetailsEmailIconTXT2 a {
        font-weight: 400;
        font-size: 18px;
        color: #231f20;
        z-index: 9;
    }

        .contactUsDetailsEmailIconTXT2 a:hover {
            color: #231f20;
        }

        .contactUsDetailsEmailIconTXT2 a:focus {
            outline: none !important;
        }

.googleMapRow {
    max-width: 100%;
    margin: 0 !important;
}

.googleMap {
    max-width: 100% !important;
    padding: 0 15px 0 15px;
}

    .googleMap iframe {
        width: 100%;
        height: 400px;
    }



.ContactFormContentHolder {
    padding: 5px 0 0 0 !important;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    position: relative !important;
}

.form-group {
    z-index: 9 !important;
    position: relative;
}

.LayoutFormOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
}

.LayoutFormDIV {
    width: 80% !important;
    margin: 0 auto !important;
    padding: 30px 0 50px 0 !important;
}

.FormContactDetails {
}

    .FormContactDetails .FormContactPhone {
        color: #fff;
        font-size: 22px !important;
    }

    .FormContactDetails .FormPhoneIcon {
        color: #fff;
        width: 25px;
        font-size: 22px !important;
        padding-bottom: 20px;
    }

    .FormContactDetails .FormContactAddress {
        color: #fff;
        font-size: 22px !important;
    }

    .FormContactDetails .FormAddressIcon {
        color: #fff;
        width: 25px;
        font-size: 22px !important;
        padding-bottom: 20px;
    }

    .FormContactDetails .FormContactEmail {
        color: #fff;
        font-size: 22px !important;
    }

    .FormContactDetails .FormEmailIcon {
        color: #fff;
        width: 25px;
        font-size: 22px !important;
    }

.MAILMESSAGE {
    color: #fff;
    font-size: 16px !important;
    padding-top: 5px;
    position: relative;
    padding-right: 10px;
}

    .MAILMESSAGE .fa-asterisk {
        color: #fff;
        font-size: 7px !important;
        position: absolute;
        top: 10px;
        right: 0;
    }
/* Contact Us END */

/* Footer start */
.footertTitles {
    color: #e16c29 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    min-height: 25px;
}

.FooterTxtDiv {
    color: #fff;
    font-weight: 300;
}

.footerDetailsLeft {
    margin-top: 40px;
    margin-right: 40px;
}



.FooterLinksContainerFluid {
    padding: 0 !important;
    background-color: #2e2e2e;
}

.FooterLinksContainer {
    position: relative !important;
    padding: 0 !important;
}

.FooterLinksRow {
    max-width: 100%;
    padding: 60px 0 40px 0;
    position: relative !important;
}

.FooterLinksHolder {
}


.FooterLinksColumn1 {
}

.FooterLinksColumn1Title {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 0 0 15px 0;
}

.FooterLinksColumn1Holder {
    text-align: right;
}

.FooterLinksColumn1ADiv {
    padding: 0 0 5px 0;
}

.FooterLinksColumn1A {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

    .FooterLinksColumn1A:hover {
        color: #fff;
        text-decoration: underline !important;
    }

    .FooterLinksColumn1A:focus {
        outline: none !important;
    }


.FooterLinksColumn2 {
}

.FooterLinksColumn2Title {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 0 0 15px 0;
}

.FooterLinksColumn2Holder {
    text-align: right;
}

.FooterLinksColumn2ADiv {
    padding: 0 0 7px 0;
}

.FooterLinksColumn2A {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

    .FooterLinksColumn2A:hover {
        color: #fff;
        text-decoration: underline !important;
    }

    .FooterLinksColumn2A:focus {
        outline: none !important;
    }



.FooterLinksColumn3 {
}

    .FooterLinksColumn3 p {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        line-height: 1.5;
        /*padding: 0 15px 0 30px !important;*/
    }

.FooterLinksColumn3Title {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 0 0 15px 0;
}

.FooterLinksColumn3Holder {
    text-align: right;
}

.FooterLinksColumn3ADiv {
    padding: 0 0 7px 0;
}

.FooterLinksColumn3A {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

    .FooterLinksColumn3A:hover {
        color: #fff;
        text-decoration: underline !important;
    }

    .FooterLinksColumn3A:focus {
        outline: none !important;
    }



.FooterContactDetailsHolder {
}

.FooterLinksColumn4Title {
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 0 0 15px 0;
}

.FooterContactAddress {
    padding: 0 0 7px 0;
    margin: 10px 0;
    font-size: 20px;
}

    .FooterContactAddress i {
        color: #fff;
        font-size: 18px;
        width: 20px;
        text-align: center;
    }

    .FooterContactAddress span {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }

.FooterContactPhone {
    padding: 0 0 7px 0;
    margin: 10px 0;
    font-size: 20px;
}

    .FooterContactPhone i {
        color: #fff;
        font-size: 18px;
        width: 20px;
        text-align: center;
    }

    .FooterContactPhone a {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }

        .FooterContactPhone a:hover {
            color: #fff;
            text-decoration: underline !important;
        }

        .FooterContactPhone a:focus {
            outline: none !important;
        }

.footerRoundI {
    background-color: #e16c29;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 35px !important;
    height: 35px;
    padding-top: 7px;
}

.FooterContactEmail {
    padding: 0 0 7px 0;
    margin: 10px 0;
    font-size: 20px;
}

    .FooterContactEmail i {
        color: #fff;
        font-size: 18px;
        width: 20px;
        text-align: center;
    }

    .FooterContactEmail a {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }

        .FooterContactEmail a:hover {
            color: #fff;
        }

        .FooterContactEmail a:focus {
            outline: none !important;
        }




.FooterTXT {
    overflow: hidden;
    max-height: 160px;
}

    .FooterTXT p {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
    }


.FooterLogoAndSocials {
    padding: 30px 15px 30px 15px;
}

.FooterLogoAndSocialsDIV {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.FooterLogoAndSocialsHolder {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.FooterLinkedinSpan {
    position: relative;
    padding: 0 10px 0 10px;
}

.FooterLinkedinSpanA {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.6s;
    transition: 0.5s;
    color: #fff;
    text-decoration: none !important;
}

    .FooterLinkedinSpanA:hover {
        color: #fff;
        text-decoration: none !important;
    }

    .FooterLinkedinSpanA:focus {
        outline: none !important;
    }

    .FooterLinkedinSpanA .FooterLinkedinIcon {
        background: transparent;
        color: #fff;
        padding-top: 9px;
        width: 40px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        height: 40px;
        font-size: 22px !important;
        border: 1px solid #fff;
    }

.FooterInstagramSpan {
    position: relative;
    padding: 0 10px 0 10px;
}

.FooterInstagramSpanA {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.6s;
    transition: 0.5s;
    color: #fff;
    text-decoration: none !important;
}

    .FooterInstagramSpanA:hover {
        color: #fff;
        text-decoration: none !important;
    }

    .FooterInstagramSpanA:focus {
        outline: none !important;
    }

    .FooterInstagramSpanA .FooterInstagramIcon {
        background: transparent;
        color: #fff;
        padding-top: 9px;
        width: 40px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        height: 40px;
        font-size: 22px !important;
        border: 1px solid #fff;
    }

.FooterFacebookSpan {
    position: relative;
    padding: 0 10px 0 10px;
}

.FooterFacebookA {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.6s;
    transition: 0.5s;
    color: #fff;
    text-decoration: none !important;
}

    .FooterFacebookA:hover {
        color: #fff;
        text-decoration: none !important;
    }

    .FooterFacebookA:focus {
        outline: none !important;
    }

    .FooterFacebookA .FooterFacebookIcon {
        background: transparent;
        color: #fff;
        padding-top: 9px;
        width: 40px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        height: 40px;
        font-size: 22px !important;
        border: 1px solid #fff;
    }

.FooterLogoAndSocialsImg {
    padding: 0 0 30px 0;
}

.FooterLogoAndSocialsImgA {
    padding: 0 0 30px 0;
}

    .FooterLogoAndSocialsImgA:focus {
        outline: none !important;
    }

    .FooterLogoAndSocialsImgA img {
        display: block;
        width: 100%;
        max-width: 100%;
    }



.footerExtContentContainerFluid {
    padding: 5px 0 10px 0 !important;
    background-color: #222;
}

.footerExtContentContainer {
    position: relative !important;
    padding: 0 !important;
}

.footerExtContentRow {
    max-width: 100%;
    margin: 0 !important;
}

.footerExtContent {
}

.footerExtContentHeb {
    text-align: center;
}

    .footerExtContentHeb span {
        font-size: 20px;
        color: #e16c29;
        font-weight: 400;
    }

.footerExtContentEng {
    text-align: center;
}

    .footerExtContentEng span {
        font-size: 20px;
        color: #e16c29;
        font-weight: 400;
    }



.FooterCreditContainerFluid {
    background-color: #222;
    padding: 15px 0 17px 0 !important;
}

.FooterCreditContainer {
}

.FooterCreditRow {
    max-width: 100%;
    margin: 0 !important;
}

.FullPowerCredit {
    max-width: 300px;
    margin: 0 auto;
}

.FooterCredit {
    text-align: center;
}

.FooterCreditA {
    text-decoration: none !important;
}

    .FooterCreditA img {
        max-width: 110px;
        margin: 0 auto;
    }

.FooterCredit h5 {
    color: white;
    font-weight: 400;
    -moz-transition: opacity 1.3s ease;
    -o-transition: opacity 1.3s ease;
    -webkit-transition: opacity 1.3s ease;
    transition: opacity 1.3s ease;
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
}

.FooterLogoAndSocialsDIV .fb-page span {
    width: 300px !important;
}

    .FooterLogoAndSocialsDIV .fb-page span iframe {
        width: 300px !important;
    }

@media(max-width: 1200px) {
    .FooterLogoAndSocialsDIV .fb-page span {
        width: 250px !important;
    }

        .FooterLogoAndSocialsDIV .fb-page span iframe {
            width: 280px !important;
        }
}
/* Footer End */
/* Layout END */


/* Home Page Content Start */
/* Top Image Slider Start */
.SliderAndIconsContainerFluid {
    display: flex;
    justify-content: center;
}

.SlideshowDIV {
    display: block;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin-top: 0;
    /*max-height: calc(100vh - 129px);*/
    /*height: 768px;*/
    max-height: 85vh;
}

.SlideshowA {
}

    .SlideshowA:hover {
    }

    .SlideshowA:focus {
        outline: none !important;
    }

.slide {
    display: block;
    position: relative;
}

.SlideshowDIVOpacity {
    opacity: 1;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.clip {
}

.slider {
    height: Calc(100vh-130px);
    opacity: 0;
}

.slideImage {
    display: block;
    width: 100vw;
}

.slidercaption {
    width: 550px;
    display: block;
    position: absolute;
    z-index: 9999;
    top: 40%;
    padding: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 10%;
    text-align: right;
    /* background-color: rgba(0, 0, 0, 0.6); */
    /*border-bottom: 7px solid #e16c29;*/
}

    .slidercaption .slidercaptionName {
        color: #fff;
        font-size: 50px;
        font-weight: 400;
        text-align: right;
        text-shadow: 2px 1px 0px rgba(0,0,0,0.5);
    }

    .slidercaption .slidercaptionName2 {
        max-width: 500px;
        padding: 15px 0 20px 0;
        color: #fff;
        font-size: 18px;
    }

        .slidercaption .slidercaptionName2 p {
            color: #fff;
            font-size: 16px;
            text-align: right;
            font-weight: 300;
            margin: 0;
        }

    .slidercaption .slidercaptionUrlTXT {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        width: fit-content;
        background-color: #e16c29;
        padding: 10px 20px 10px 20px;
        text-shadow: none;
        /*margin: 0 auto;*/
    }

        .slidercaption .slidercaptionUrlTXT:hover {
            background-color: #e16c29;
        }

/*.slidercaption a{
    color:#fff;
    font-size:30px;
    font-weight:400;
    text-decoration:none;
    border:2px solid #ed2a24;
    padding: 5px 8px;
}
.slidercaption a:hover{
    color:#fff;
}
.slidercaption a:focus{
    outline:none!important;
}*/
.cycle-next {
    top: 50%;
    position: absolute;
    right: 10px;
    z-index: 999;
    padding: 15px 7px 15px 10px;
    cursor: pointer;
    opacity: 0;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .cycle-next .caretrightIcon {
        color: #fff;
        font-size: 50px !important;
        cursor: pointer;
    }

.cycle-prev {
    top: 50%;
    position: absolute;
    left: 10px;
    z-index: 999;
    padding: 15px 7px 15px 10px;
    cursor: pointer;
    opacity: 0;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .cycle-prev .caretleftIcon {
        color: #fff;
        font-size: 50px !important;
        cursor: pointer;
    }

.cycle-pager {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 899;
    color: #fff;
    font-size: 36px;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
}

    .cycle-pager span {
        padding: 0 2px;
    }

    .cycle-pager .cycle-pager-active {
        color: #e16c29;
    }

.SlideshowDIV:hover .cycle-next {
    opacity: 1;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.SlideshowDIV:hover .cycle-prev {
    opacity: 1;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.SlideshowDIV:hover .cycle-pager {
    opacity: 1;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}



.TopIMG {
    margin: 0 0 0 0;
    position: relative;
}

.ImgHolder {
    position: relative;
}

.TopIMGOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.ImgHolder img {
    width: 100%;
}

.SingleCaption {
    max-width: 700px;
    display: block;
    position: absolute;
    top: 15%;
    padding: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 15%;
    /*text-shadow: 0 0 20px #000, 0 0 100px #000;*/
    text-align: right;
}

.SingleCaptionUrlText {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

    .SingleCaptionUrlText h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
    }

    .SingleCaptionUrlText p {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
    }

.SingleCaptionBtn {
    background-color: #fff;
    font-size: 24px;
    font-weight: 400;
    color: #0f0f0f;
    padding: 0 0 0 0;
    width: 140px;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .SingleCaptionBtn i {
        margin: 0 10px 0 0;
    }
/* Top Image Slider END */


/* Home Page Catalog Boxes Start */
.CatalogBoxesContainerFluid {
    padding: 50px 0 70px 0 !important;
    margin: 0 auto 0 auto !important;
}

.CatalogBoxesContainer {
    padding: 0 0 0 0 !important;
    margin: 0 auto 0 auto !important;
}

.CatalogBoxesRow {
    padding: 0 0 0 0 !important;
    max-width: 100% !important;
    margin: 0 0 0 0 !important;
}

.CatalogBoxesTitle {
    text-align: center;
    font-weight: 300;
    color: #66b26e;
    font-size: 36px;
    margin: 30px 0 30px 0 !important;
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 15px 0;
}

    .CatalogBoxesTitle:before {
        content: '';
        background: #e16c29;
        position: absolute;
        bottom: 0;
        width: 60px;
        height: 2px;
        display: block;
        border-radius: 4px;
        margin: 0 auto;
    }

.CatalogBoxesDiv {
    padding: 0 0 0 0 !important;
    max-width: 100% !important;
    margin: 0 auto 0 auto !important;
}

.CatalogBoxHolder {
    max-width: 100% !important;
    margin: 30px auto 0 auto !important;
}

    .CatalogBoxHolder .CatalogBoxA {
    }

        .CatalogBoxHolder .CatalogBoxA:hover .CatalogBoxOverlay {
            background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.7));
            background-color: rgba(169, 11, 35, 0);
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }


        .CatalogBoxHolder .CatalogBoxA:focus {
        }

.CatalogBox {
    position: relative !important;
}

    .CatalogBox img {
        width: 100%;
        height: 270px;
    }

.CatalogBoxNameBar {
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
}

.CatalogBoxOverlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.5));
    background-color: rgba(169, 11, 35, 0);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.CatalogBoxHolder:hover .CatalogBoxOverlay {
}
/* Home Page Catalog Boxes END */



/* Home Page About Us Start */
.AboutUsContainerFluid {
    padding: 30px 0 0 0 !important;
    max-width: 100% !important;
    margin: 0 auto 0 auto !important;
    overflow: hidden;
}

.AboutUsContainer {
    padding: 0 0 0 0 !important;
    max-width: 100% !important;
    margin: 0 auto 0 auto !important;
}

.AboutUsRow {
    padding: 0 0 0 0 !important;
    max-width: 100% !important;
    margin: 0 0 0 0 !important;
}

.AboutUsDiv {
    padding: 0 0 0 0 !important;
    max-width: 100% !important;
    margin: 0 auto 0 auto !important;
    background-color: #efefef;
}

.AboutUsTxtDiv {
    padding: 5% 0 0 0 !important;
    max-width: 100% !important;
    margin: 0 auto 0 auto !important;
}

.AboutUsNameName2 {
    max-width: 500px;
    margin: 0 auto;
}

.AboutUsName {
    text-align: center;
    font-weight: 400;
    color: #66b26e;
    font-size: 36px;
    margin: 0 0 30px 0 !important;
    position: relative !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 15px 0;
}

    .AboutUsName:before {
        content: '';
        background: #e16c29;
        position: absolute;
        bottom: 0;
        width: 60px;
        height: 2px;
        display: block;
        border-radius: 4px;
        margin: 0 auto;
    }

.AboutUsName2 {
    margin: 0;
    padding: 0;
    font-size: 17px;
}

    .AboutUsName2 p {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        margin: 0;
    }

.AboutUsImagesDiv {
    padding: 0 0 0 0 !important;
    max-width: 100% !important;
    margin: 0 auto 0 auto !important;
    background-color: #f7f7f7;
    border-top-right-radius: 155px 572px;
    border-bottom-right-radius: 150px 500px;
}

.AboutUsImgHolder {
    text-align: right;
    padding: 100px;
}

    .AboutUsImgHolder img {
        max-width: 100%;
        padding: 50px;
    }


.AboutUsCircleImgHolder {
    position: relative !important;
    display: flex;
    align-items: center;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 50px 60px 0 0;
    overflow: hidden;
}

    .AboutUsCircleImgHolder img {
        display: block;
        z-index: 1;
        padding: 0 30px 0 30px;
        max-width: 100%;
    }

    .AboutUsCircleImgHolder .AboutUsCircleRedLine {
        max-width: 90%;
        padding: 0 0 0 0;
        z-index: 0;
        position: absolute;
        left: 0;
        height: 10px;
    }
/* Home Page About Us END */


.greenVisContainerFluid {
    min-height: 345px;
    background-repeat: no-repeat;
    background-position: right;
}

.greenVisTitle {
    color: #000;
    font-size: 22px;
    font-weight: 400;
}

.greenVisTitle2 p {
    font-size: 17px;
}

.greenVisDiv {
    padding-top: 140px;
}
/* Our Customers Start */
.OurCustomersContainerFluid {
    padding: 50px 15px 50px 15px !important;
}

.OurCustomersContainer {
    max-width: 100%;
    padding: 0 !important;
}

.OurCustomersRow {
    margin: 0 !important;
    max-width: 100%;
    padding: 0 !important;
}

.OurCustomersTitle {
    text-align: center;
    font-weight: 400;
    color: #000;
    font-size: 36px;
    margin: 0 0 30px 0 !important;
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 15px 0;
}

    .OurCustomersTitle:before {
        content: '';
        background: #e16c29;
        position: absolute;
        bottom: 0;
        width: 60px;
        height: 2px;
        display: block;
        border-radius: 4px;
        margin: 0 auto;
    }

.OurCustomersDIV {
}

.OurCustomersIMG {
    padding: 10px 15px 10px 15px !important;
    text-align: center;
    min-height: 105px !important;
}

    .OurCustomersIMG img {
        display: inline-block;
        vertical-align: middle;
        max-height: 100%;
        max-width: 100%;
        /*-webkit-filter: grayscale(1);
        filter: gray;
        filter: grayscale(1);
        -moz-transition: filter 0.3s ease;
        -o-transition: filter 0.3s ease;
        -webkit-transition: filter 0.3s ease;
        transition: filter 0.3s ease;*/
    }

    .OurCustomersIMG:hover img {
        /*filter: unset;
        -moz-transition: filter 0.3s ease;
        -o-transition: filter 0.3s ease;
        -webkit-transition: filter 0.3s ease;
        transition: filter 0.3s ease;*/
    }

.OurCustomersBtn {
    width: fit-content;
    text-align: center;
    clear: both;
    margin: 0 auto;
    display: block;
    padding: 15px 0 0 0;
}

    .OurCustomersBtn a {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        padding: 5px 20px 5px 20px;
        background-color: #e16c29;
    }

        .OurCustomersBtn a:hover {
            color: #fff;
            background-color: #e16c29;
        }

        .OurCustomersBtn a:focus {
            color: #fff;
            background-color: #e16c29;
        }
/* Our Customers Start */
/* Home Page Content END */


/* Article Pages Start */
/* Breadcrumbs Start */
.breadcrumbBG {
    background-color: #f5f5f5;
    margin-top: 0;
}

.breadcrumb {
    padding: 15px 15px !important;
    margin-bottom: 0px !important;
}

    .breadcrumb a {
        color: #5b5b5b;
    }

        .breadcrumb a:hover {
            color: #161616;
        }
/* Breadcrumbs END */


@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }
}
/*@media (min-width: 1500px){
    .container {
        width: 1450px!important;
    }
}*/

.rightdiv a {
    color: #231f20;
    font-size: 16px;
    font-weight: 400;
}

    .rightdiv a:hover {
        color: #fff;
    }

    .rightdiv a:focus {
        color: #fff;
        outline: none !important;
    }

.ArticleRow {
    padding: 0 0 0 0 !important;
    margin: 0 !important;
}

.ArticleTxt p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

    .ArticleTxt p strong {
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

    .ArticleTxt p img {
        /*display:block!important;*/
        max-width: 100% !important;
    }

.ArticleTxt h2 {
    font-size: 30px;
    color: #e16c29;
    font-weight: 400;
    /*border-bottom: 1px solid #333;*/
    /*border-bottom: 1px solid rgba(144, 144, 144, 0.15);*/
    border-bottom: 1px solid rgba(214, 31, 49, 0.50);
}

.ArticleTxt h3 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}

.ArticleTxt h4 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.ArticleTxt ul {
}

    .ArticleTxt ul li {
        font-size: 16px;
        color: #000;
        font-weight: 400;
    }

.ArticleTxt ol {
}

    .ArticleTxt ol li {
        font-size: 16px;
        color: #000;
        font-weight: 400;
    }

.ArticleTxt a {
    color: #e16c29;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline !important;
}

    .ArticleTxt a:hover {
        color: #ce1b2c;
        text-decoration: underline !important;
    }

    .ArticleTxt a:focus {
        color: #fff;
        outline: none !important;
    }

.ArticleTxt2 p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

    .ArticleTxt2 p strong {
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

    .ArticleTxt2 p img {
        /*display:block!important;*/
        max-width: 100% !important;
    }

.ArticleTxt2 h2 {
    font-size: 30px;
    color: #e16c29;
    font-weight: 400;
    /*border-bottom: 1px solid #333;*/
    border-bottom: 1px solid rgba(144, 144, 144, 0.15);
}

.ArticleTxt2 h3 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}

.ArticleTxt2 h4 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.ArticleTxt2 ul {
}

    .ArticleTxt2 ul li {
        font-size: 16px;
        color: #000;
        font-weight: 400;
    }

.ArticleTxt2 ol {
}

    .ArticleTxt2 ol li {
        font-size: 16px;
        color: #000;
        font-weight: 400;
    }

.ArticleTxt2 a {
    color: #e16c29;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline !important;
}

    .ArticleTxt2 a:hover {
        color: #ce1b2c;
        text-decoration: underline !important;
    }

    .ArticleTxt2 a:focus {
        color: #fff;
        outline: none !important;
    }


.PageHeadlineAndDescription {
    padding: 0 15px 0 15px;
}

.headlineContainerFluid {
}

.headlineContainer {
}

.headlineRow {
}

.headline {
}

    .headline h1 {
        margin-bottom: 30px;
        padding: 7px 0;
        /*border-bottom: 1px solid rgba(144, 144, 144, 0.15);*/
        color: #66b26e;
        font-weight: 400;
        font-size: 36px;
    }

        .headline h1:after {
        }

.ArticleTxt {
    margin: 0 0 0 15px;
    font-weight: 400 !important;
    /*min-height: 200px;*/
}

    .ArticleTxt h2 span {
        font-weight: 400 !important;
    }

    .ArticleTxt h2 strong {
        font-weight: 400 !important;
    }
    .ArticleTxt div {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        line-height: 1.5;
    }

    .ArticleTxt2 {
        margin: 0 0 0 15px;
        font-weight: 400 !important;
        /*min-height: 200px;*/
    }

    .ArticleTxt2 h2 span {
        font-weight: 400 !important;
    }

    .ArticleTxt2 h2 strong {
        font-weight: 400 !important;
    }



.ArticleContainerContent {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.ImgHeaderAndBreadCrumbs {
    margin: 0 0 15px 0;
    max-height: 350px;
    position: relative !important;
    background-position: center center;
    background-repeat: no-repeat;
    height: 350px;
    background-size: cover;
}

    .ImgHeaderAndBreadCrumbs img {
        width: 100%;
    }

.HeaderImgOverlay {
    background-color: rgba(51, 51, 51, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.breadcrumbBG2 {
    position: absolute;
    bottom: 0%;
    left: 50%;
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.breadcrumb2 {
    background-color: transparent !important;
}

    .breadcrumb2 li {
    }

        .breadcrumb2 li a {
            color: #fff;
        }

            .breadcrumb2 li a:hover {
                color: #fff;
            }

            .breadcrumb2 li a:focus {
                outline: none !important;
            }

.PageHeadlineAndDescription2 {
    position: absolute;
    top: 35%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.headline2 {
}

    .headline2 h1 {
        font-size: 50px;
        text-align: center;
        color: #fff;
        font-weight: 400;
        letter-spacing: 1px;
        text-shadow: 2px 2px 2px #000;
    }

.description2 {
}

    .description2 h2 {
        font-size: 24px;
        text-align: center;
        color: #fff;
        font-weight: 300;
        letter-spacing: 1px;
    }




/* עמוד תקנים */
.regularlyDIVHolder {
    padding: 30px 0 0 0;
}

.regularlyDIV {
    min-height: 170px !important;
}

.regularlyImg {
    text-align: center;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid #e16c29;
    border-radius: 50%;
}

    .regularlyImg img {
    }

    .regularlyImg i {
        color: #e16c29;
        font-size: 34px;
        padding: 15px 15px 15px 15px;
        -moz-transition: font-size 0.3s ease;
        -o-transition: font-size 0.3s ease;
        -webkit-transition: font-size 0.3s ease;
        transition: font-size 0.3s ease;
    }
/*.regularlyDIV:hover .regularlyImg i{
    font-size: 38px;
    -moz-transition: font-size 0.3s ease;
    -o-transition: font-size 0.3s ease;
    -webkit-transition: font-size 0.3s ease;
    transition: font-size 0.3s ease;
}*/
.regularlyTitle {
    text-align: center;
    padding: 15px 15px 15px 15px;
}

.regularlyDIV a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

    .regularlyDIV a:hover {
        color: #e16c29;
    }

    .regularlyDIV a:focus {
        outline: none !important;
    }
/* עמוד תקנים */
/* עמוד מפרטים */
.specDIVHolder {
    padding: 30px 0 0 0;
}

.specDIV {
    min-height: 170px !important;
}

.specImg {
    text-align: center;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid #e16c29;
    border-radius: 50%;
}

    .specImg img {
    }

    .specImg i {
        color: #e16c29;
        font-size: 34px;
        padding: 15px 15px 15px 15px;
        -moz-transition: font-size 0.3s ease;
        -o-transition: font-size 0.3s ease;
        -webkit-transition: font-size 0.3s ease;
        transition: font-size 0.3s ease;
    }

.specDIV:hover .specImg i {
    /*font-size: 38px;
    -moz-transition: font-size 0.3s ease;
    -o-transition: font-size 0.3s ease;
    -webkit-transition: font-size 0.3s ease;
    transition: font-size 0.3s ease;*/
}

.specTitle {
    text-align: center;
    padding: 15px 15px 15px 15px;
}

.specDIV a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

    .specDIV a:hover {
        color: #e16c29;
    }

    .specDIV a:focus {
        outline: none !important;
    }
/* עמוד מפרטים */




.div-big-form {
    float: left;
}

#movePanel {
    float: left;
    left: 0;
    width: 335px;
    position: absolute;
    top: 15px;
}

.FormNameDIV2 {
    margin-bottom: 0 !important;
}

.formforpage {
    width: 300px;
    min-height: 360px;
    text-align: center;
    line-height: 25px;
    background-color: #e7e7e7;
    margin-right: 25px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 0px 0px 7px 7px !important;
}

    .formforpage #SideForm {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0px 0 25px 0;
    }

.SideFormTitlesHolder {
    /*background-color: #231f20;*/
    background-color: rgba(100, 100, 100, 0);
    color: white;
    min-height: 60px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0 !important;
}

    .SideFormTitlesHolder .SideFormTitle {
        font-size: 23px;
        font-weight: 400;
        padding: 5px 0 10px 0;
    }

    .SideFormTitlesHolder .SideFormTitle2 {
        font-size: 16px;
        font-weight: 400;
        padding: 0 15px 0 15px;
    }

#mshulash {
    display: none;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 15.5px 0 15.5px;
    border-color: #231f20 transparent transparent transparent;
    margin: 0 auto;
    margin-bottom: 20px;
}

.formforpage input[type=text] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    font-size: 20px;
    display: block;
    width: 85%;
    text-align: right;
    margin: 0 auto;
    margin-top: 15px;
    background-color: transparent;
    border-radius: 0 !important;
    border: none;
    box-shadow: none !important;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.FormMessageSideForm {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px !important;
    display: block;
    width: 85% !important;
    text-align: right;
    margin: 0 auto;
    margin-top: 15px;
}

.MySideFormBTN {
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    height: 50px;
    z-index: 10;
    position: relative;
    font-size: 22px !important;
    margin: 15px auto;
    width: 85% !important;
    border-radius: 3px !important;
    color: #fff !important;
}

    .MySideFormBTN span {
        font-size: 26px !important;
        position: absolute;
        right: 80px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

#SideForm .BTNGroup {
    position: relative;
    padding: 0 !important;
    min-height: 50px;
    width: 100%;
    margin: 0 auto !important;
}

.MySideFormBTN:hover {
    color: #fff !important;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.txtcenter {
    text-align: center !important;
}

.not-valid {
    /*background: #ffd6d5!important;*/
    border: 1px solid #ff0500 !important;
}
/*.formforpage img {
    position: absolute;
    top: 315px;
    left: 85px;
    height: 15px;
}*/
.phon-bottom-form {
    width: 300px;
    min-height: 70px;
    background-color: #231f20;
    color: white;
    text-align: center;
    border-radius: 5px !important;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-bottom: 15px;
    margin-right: 25px;
    padding-top: 5px;
}

.phon-bottom-form-title {
    padding-top: 5px;
}

.phon-bottom-form-phon {
    font-size: 28px;
    font-weight: bold;
}

.phon-bottom-form > .phon-bottom-form-phon > img {
    position: absolute;
    left: 30px;
    bottom: 10px;
}

.phon-bottom-form-phon a {
    color: white;
}

    .phon-bottom-form-phon a:hover {
        color: white;
    }

#SideFormFixed {
    display: block;
}

#rating_box .ratingBoxSpan2 {
    padding-left: 10px !important;
}

.formInputsAsterix2 {
    font-family: Helvetica, 'FontAwesome', sans-serif !important;
    font-size: 17px !important;
    padding: 0.475rem 2rem !important;
    margin-bottom: 20px;
}

.placeholderFormName2 {
    margin-top: -38px;
    font-size: 8px;
    margin-right: 30px;
    color: #fff;
    width: 8px;
    float: right;
}

.placeholderFormEmail2 {
    margin-top: -38px;
    font-size: 8px;
    margin-right: 30px;
    color: #fff;
    width: 8px;
    float: right;
}

.placeholderFormPhone2 {
    margin-top: -38px;
    font-size: 8px;
    margin-right: 30px;
    color: #fff;
    width: 8px;
    float: right;
}

.FormNameDIV2 li {
    float: left;
    margin-top: -52px;
    margin-left: 28px;
    font-size: 13px;
}



@media print {
    #SideFormFixed > * {
        display: none !important;
    }

    .SocialBarContainer > * {
        display: none !important;
    }

    [meta] {
        display: none !important;
    }

    .ArticleContainer > * {
        display: none !important;
    }

    .whatsappFloaingIconLink > * {
        display: none !important;
    }

    .instagramFloaingIconLink > * {
        display: none !important;
    }

    .facebookFloaingIconLink > * {
        display: none !important;
    }

    .navbarIcons > * {
        display: none !important;
    }

    .topPhone > * {
        display: none !important;
    }

    #FooterAndContactHolder > * {
        display: none !important;
    }

    .facebook-likebox > * {
        display: none !important;
    }

    .navbar > * {
        display: none !important;
    }

    .breadcrumbBG > * {
        display: none !important;
    }

    .ContactUSIMG > * {
        display: none !important;
    }

    .FooterContainer > * {
        display: none !important;
    }
}


/* Product Pages Gallery Start */
.ProductPagesGalleryDIV {
    max-width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 0 0 0;
}

.ProductPagesGallery {
    max-width: 100%;
    -moz-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    -webkit-transition: background 0.6s ease;
    transition: background 0.6s ease;
    padding: 0 0 0 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 300px;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border: 5px solid #fff;
    position: relative !important;
}

    .ProductPagesGallery:hover {
        background-size: 110%;
        -moz-transition: background 0.6s ease;
        -o-transition: background 0.6s ease;
        -webkit-transition: background 0.6s ease;
        transition: background 0.6s ease;
    }

.ProductPagesGalleryName {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    max-width: 100%;
    padding: 3px 10px 3px 10px;
}

.ProductPagesGallery i {
    font-size: 20px !important;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 51%;
    left: 50%;
    z-index: 5;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.ProductPagesGallery:hover i {
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.catNumber {
    font-size: 20px;
    font-weight: 400;
}
/* Display product brothers Start */
.ProductBrothersDiv {
    padding: 20px 0 0 0;
}

.ProductBrothersRow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    max-width: 100% !important;
}

.ProductBrothersTitle {
    font-size: 30px;
    color: #e16c29;
    font-weight: 400;
    border-bottom: 1px solid rgba(214, 31, 49, 0.50);
    text-align: center;
    margin: 0 0 15px 0;
}

.ProductBrothersA {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.ProductBrothers {
    padding: 0 0 0 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 7px 7px 7px 7px;
    width: 31%;
    overflow: hidden;
}

.ProductBrothersNameDiv {
    background-color: #fff;
    padding: 15px 10px 15px 10px;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.ProductBrothersName {
    font-size: 16px;
    color: #030708;
    line-height: 1.5;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.ProductBrothers:hover .ProductBrothersNameDiv {
    background-color: #e16c29;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.ProductBrothers:hover .ProductBrothersName {
    color: #fff;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
/* Display product brothers END */
/* Product Pages Gallery END */


/* current Page Gallery Start */
.currentPageGalleryDIV {
    max-width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 0 0 0;
}

.currentPageGallery {
    max-width: 100%;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    padding: 0 0 0 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 300px;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border: 5px solid #fff;
    position: relative !important;
}

    .currentPageGallery:hover {
        background-size: 110%;
        -moz-transition: background 0.6s ease;
        -o-transition: background 0.6s ease;
        -webkit-transition: background 0.6s ease;
        transition: background 0.6s ease;
    }

.currentPageGalleryName {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    max-width: 100%;
    padding: 3px 10px 3px 10px;
}

.currentPageGallery i {
    font-size: 20px !important;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 51%;
    left: 50%;
    z-index: 5;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.currentPageGallery:hover i {
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
/* current Page Gallery Start */





/* Catalog Items Start */
.CatalogItemsContainer {
    width: 80% !important;
    float: left;
    max-width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 0 30px 0 !important;
}

.CatalogItemsContainerHolder {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 0 30px 0 !important;
}

.CatalogItemsRow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.CatalogItemsA {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    display: block;
}

.CatalogItem {
    padding: 0 0 0 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 7px 7px 7px 7px;
    width: 18%;
    overflow: hidden;
}

@media(max-width:1400px) {
    .CatalogItem {
        width: 22%;
    }
}

@media(max-width:1310px) {
    .CatalogItemsContainer {
        width: 75% !important;
    }

    .CatalogItem {
        width: 22%;
    }
}

.CatalogItemName {
    font-size: 16px;
    color: #030708;
    line-height: 1.5;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.CatalogItem:hover .CatalogItemNameDiv {
    background-color: #e16c29;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.CatalogItem:hover .CatalogItemName {
    color: #fff;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.CatalogItemNameDiv {
    background-color: #fff;
    padding: 5px 5px 5px 5px;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.CatalogItemNumber {
    text-align: right !important;
    margin-top: 10px;
    margin-bottom: 0 !important;
}
/* Catalog Items END */
/* Catalog Sub Categories Boxes Start */
.SubCategoriesContainer {
    padding: 10px 5px 30px 5px !important;
}

.SubCategoriesContainerRow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.SubCategoriesA {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.SubCategoriesBox {
    padding: 0 0 0 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 7px 7px 7px 7px;
    width: 31%;
    overflow: hidden;
}

.SubCategoriesNameDiv {
    background-color: #fff;
    padding: 15px 10px 15px 10px;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.SubCategoriesName {
    font-size: 16px;
    color: #030708;
    line-height: 1.5;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.SubCategoriesBox:hover .SubCategoriesNameDiv {
    background-color: #e16c29;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.SubCategoriesBox:hover .SubCategoriesName {
    color: #fff;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
/* Catalog Sub Categories Boxes END */
/* Article Pages END */

/* Media Quary for 1200px Start*/
@media(max-width:1200px) {
    .HomePageParalaxBoxHolder {
        min-height: 405px !important;
    }

    .navbar-responsive-collapse #DesktopNavbarLogoDIV {
    }

    .shrink #DesktopNavbarLogoDIV {
    }

    .navbar-responsive-collapse .LogoWhite img {
    }

    .shrink .LogoWhite img {
    }


    .MyNavBarContainer {
        width: 100% !important;
        margin: 0 auto;
    }

    nav a {
    }

    .Rama1LI {
        cursor: pointer;
        position: relative !important;
        font-size: 13px;
    }



    .ArticleBox {
        min-height: 270px !important;
        margin: 0 0 5px 0 !important;
        padding: 0 10px 0 15px !important;
    }

    .thumbnailBG {
        background-color: #fff !important;
        border: none !important;
        margin-bottom: 0 !important;
        overflow: hidden;
    }



    .breadcrumb {
        padding: 15px 15px !important;
        margin-bottom: 0px !important;
    }

    .mainPageThumbs {
        min-height: 240px !important;
    }

    #movePanel {
        float: left;
        left: 0;
        width: 275px;
        margin-top: 66px;
    }

    .phon-bottom-form {
        width: 276px;
        min-height: 70px;
        text-align: center;
        border-radius: 5px !important;
        position: relative;
        float: left;
        margin-left: 5px;
        margin-bottom: 15px;
        margin-right: 0;
        padding-top: 5px;
    }

    .formforpage {
        width: 275px;
        min-height: 360px;
        text-align: center;
        line-height: 25px;
        margin-right: 0;
        margin-bottom: 15px;
        position: relative;
        border-radius: 0 0 7px 7px !important;
        padding-bottom: 1px;
    }

    .StarsAuthorContainer .StarsAuthor {
        font-size: 10px;
    }

    .StarsAuthorContainer .lastUpdatedAt {
        font-size: 10px;
    }


    .AboutUsImgHolder img {
        max-width: 95%;
    }

    .AboutUsCircleImgHolder img {
        display: block;
        z-index: 1;
        padding: 0 10px 0 10px;
        max-width: 100%;
    }

    .AboutUsCircleImgHolder .AboutUsCircleRedLine {
        max-width: 415px;
        padding: 0 0 0 0;
        z-index: 0;
        position: absolute;
        left: 0;
        height: 10px;
    }


    .HomePageMagazinBoxHolder {
        padding: 30px 30px 30px 30px !important;
        max-width: 100% !important;
        margin: 0 auto 0 auto !important;
        min-height: 390px !important;
    }
}
/* Media Quary for 1200px END*/


/* Error Page CSS Start */
.ErrorPageContainerFluid {
    background: #f3f3f3;
}

.ErrorPageContainer {
}

.ErrorPageROW {
}

.ErrorPagecontent {
    padding-bottom: 100px;
    padding-top: 100px;
}

.ErrorTitle {
    color: #777;
    font-size: 180px;
    line-height: 200px;
    padding-bottom: 20px;
}

.ErrorSmallerTitle {
    color: #555;
    font-size: 35px;
    font-weight: 700;
}

.ErrorP {
    color: #555;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0;
}

.errorPageBTN {
    border: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #050608;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

    .errorPageBTN:hover {
        color: #fff;
        text-decoration: none;
        -webkit-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        background-color: #050608;
    }

    .errorPageBTN:focus {
        outline: none !important;
        color: #fff;
        background-color: #050608;
    }
/* Error Page CSS END */



/* Search Page Start */
.SearchContainer {
    padding: 0px 0 50px 0;
    /*margin-top: 100px;*/
}

.SearchH1 {
    text-align: center;
    margin: 30px 0 50px 0;
}
/* Search Page END */





/* SiteMap Start */
.AllSiteMapContainer {
    padding-bottom: 50px;
}

.AllSiteMapRow {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.headlinesDIV {
}

    .headlinesDIV .headline {
    }

    .headlinesDIV .headline2 {
    }

#siteMapContainer {
    margin: 20px 0 50px 0;
}

#sitemap, #sitemap ul, #sitemap li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sitemap {
}

    #sitemap ul {
        display: none;
    }

    #sitemap li {
        line-height: 200%;
        margin-top: 1px;
        background: #eee;
        position: relative;
        width: 100%;
    }
    /* IE leaves a blank space where span is added so this is to avoid that */
    * html #sitemap li {
        float: right;
        display: inline;
    }

        #sitemap li a {
            padding: 5px 28px;
            display: block;
            font-size: 20px;
            color: #525252;
        }

            #sitemap li a:hover {
                color: #e16c29;
                text-decoration: none;
            }

        #sitemap li span {
            float: right;
            position: absolute;
            top: 12px;
            right: 8px;
            width: 20px;
            height: 20px;
            cursor: auto;
            font-size: 0;
        }

            #sitemap li span, #sitemap li span.collapsed {
                background: url('../img/collapsed.gif') no-repeat 0 0;
            }

                #sitemap li span.expanded {
                    background: url('../img/expanded.gif') no-repeat 0 0;
                }
        /* second level */
        #sitemap li li {
            background: #fff;
        }

            #sitemap li li a {
                padding: 0px 55px 0px 20px;
                display: block;
                font-size: 16px;
            }

            #sitemap li li span {
                right: 28px;
                top: 7px;
            }
            /* third level */
            #sitemap li li li a {
                padding-right: 84px;
                display: block;
                border-top: 1px solid rgba(0, 0, 0, 0.07);
            }

            #sitemap li li li span {
                right: 56px;
            }

#cms-main {
    float: right;
    margin: 13px 27px 0 20px;
    direction: rtl;
    border: 0px solid red;
}

.sky-form .button {
    background: #003366;
    float: left !important;
    right: -29% !important;
}
/* SiteMap END */


.contentsmNoPadding {
    padding: 0 !important;
}

.contentsmPadding {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.minHeight {
    /*min-height: 600px;*/
}

.MyPageWidth {
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.CatalogNavBarContainer {
    position: relative !important;
    max-width: 1500px;
}

.rightdiv {
    width: 70% !important;
    float: right;
    padding-bottom: 30px;
}

.CatalogContent {
    width: 75% !important;
    float: left;
}

@media(max-width:1200px) {
    .CatalogContent {
        width: 70% !important;
        float: left;
    }
}

.help-block {
    pointer-events: none !important;
}

.hideBTN {
    display: none !important;
}

.showBTN {
    display: block !important;
}

.displayFlexWrap {
    display: flex !important;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.displayFlexNoWrap {
    display: flex !important;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.MainPageH2 {
    text-align: center;
    font-weight: 300;
    color: #66b26e;
    font-size: 36px;
    margin: 30px 0 30px 0 !important;
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 15px 0;
}

    .MainPageH2:before {
        content: '';
        background: #e16c29;
        position: absolute;
        bottom: 0;
        width: 60px;
        height: 2px;
        display: block;
        border-radius: 4px;
        margin: 0 auto;
    }



/*<---------- NEW DEAL NEW START --------------->*/
.newDealsRow {
    margin: 50px 0;
}

.bg-slider {
    background-color: #f4f4f4;
    padding: 120px 120px 120px 80px;
}

.ToAllArticles {
    text-align: center;
    margin-top: 50px;
}

    .ToAllArticles a {
        background-color: #e16c29;
        padding: 10px 30px;
        color: #fff;
        border-radius: 5px;
    }

    .ToAllArticles:hover a {
        background-color: #d88250;
        color: #fff;
    }

.newDeal {
    padding: 0 0 0 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    position: relative !important;
    display: block;
    width: 95%;
    max-width: 285px;
    overflow: hidden;
    margin: 0 auto;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    /*-moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;*/
}

/*.newDeal:hover {
        box-shadow: 2px 5px 26px rgba(0, 0, 0, 0.4);
        -moz-transition: box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        -webkit-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
    }*/

.newSideLeft {
    float: right;
    margin: unset;
}

.newideRight {
    float: left;
    margin: unset;
}

.newDealA {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.newDealMainImg {
    max-width: 100%;
    width: auto !important;
    margin: 0 auto;
    display: block;
    max-height: 200px;
}

.newDealDesc {
    padding: 8px 10px 15px 10px;
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.newDealName {
    color: #000;
    font-size: 18px;
    text-align: right;
    margin-bottom: 5px;
    font-weight: 400;
}

.newDealName2 {
    color: #000;
    font-size: 16px;
    text-align: right;
    margin-bottom: 5px;
    font-weight: 300;
}

.newDealReadMore {
    color: #e16c29;
    font-size: 16px;
    text-align: right;
    margin-bottom: 5px;
    font-weight: 400;
}

.newDealLogo {
    max-width: 100px;
    margin: 0 auto;
    max-height: 80px;
}


.newDealPrice {
    color: #000;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    position: relative !important;
    margin-bottom: 10px;
}

.newealPrice:before {
    content: '';
    background: #E8C221;
    position: absolute;
    bottom: -9px;
    width: 110px;
    height: 2px;
    display: block;
    border-radius: 4px;
}

.newDealTextOnImg {
    overflow: hidden;
    position: absolute;
    left: 0;
    z-index: 9;
    padding: 20px;
    background-color: #e8b528;
    color: white;
    font-size: 15px;
    max-width: 200px;
    margin-left: -10px;
    text-align: center;
    font-weight: 600;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
}

.newDealTextOnImgSpan {
}

.newDealTextOnImgDiv {
    -webkit-transform: skew(25deg);
    -ms-transform: skew(25deg);
    transform: skew(25deg);
}

.readAboutBonusnew {
    color: #E8C221;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}


@media(max-width:1200px) {
    .newDealName {
        font-size: 11px;
    }

    .newDealPrice {
        font-size: 16px;
    }

    .newDealTextOnImg {
        padding: 22px 17px 23px 20px;
        font-size: 15px;
    }

    .readAboutBonusnew {
        font-size: 15px;
        margin-top: 20px;
    }

    .newDealMainImg {
        max-height: 170px;
    }

    .newDeal {
        height: 300px;
    }
}


@media(max-width:767px) {
    .newDealsRow {
        margin: 0px 0;
    }

    .newmDeal {
        height: 280px;
        width: 100%;
    }

    .newSideRight {
        float: none;
        margin: 0 auto;
    }

    .newSideLeft {
        float: none;
        margin: 0 auto;
    }

    .newDealItem {
        margin: 25px 0;
    }
}
/*<---------- PREMIUM DEAL NEW END --------------->*/



/*<---------- Owl Carousel Start --------------->*/

.WorkingWithLogosDIV {
    position: relative;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
}

.WorkingWithLogosOwl {
    width: 1000px !important;
    margin: 0 auto;
}

@media(max-width:1450px) {
    .WorkingWithLogosOwl {
        width: 1100px !important;
        margin: 0 auto;
    }

    .newDealPrice {
        font-size: 11px;
    }
}

@media(max-width:1250px) {
    .WorkingWithLogosOwl {
        width: 90% !important;
        margin: 0 auto;
    }

    .newDealPrice {
        font-size: 11px;
    }
}

.WorkingWithLogosImgHolder {
}

    .WorkingWithLogosImgHolder img {
        width: 90% !important;
    }

.WorkingWithLogosDIV .owl-stage-outer {
}

.WorkingWithLogosDIV .owl-stage {
    overflow: hidden;
}

.WorkingWithLogosDIV .owl-item {
}

    .WorkingWithLogosDIV .owl-item:hover {
        cursor: grab !important;
    }

    .WorkingWithLogosDIV .owl-item .active {
    }

.WorkingWithLogosDIV .owl-nav {
    margin: 0 !important;
}

.WorkingWithLogosDIV .owl-prev {
    position: absolute;
    right: -80px;
    font-size: 90px !important;
    background-color: transparent !important;
    border-radius: 150px !important;
    width: 50px;
    height: 50px;
    color: #e8c221 !important;
    border: none !important;
    display: block !important;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 70px;
}

    .WorkingWithLogosDIV .owl-prev:focus {
        outline: none !important;
    }

    .WorkingWithLogosDIV .owl-prev .disabled {
    }

    .WorkingWithLogosDIV .owl-prev span {
        /*position: absolute;
    top: 36%;
    right: 9%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    }

.WorkingWithLogosDIV .owl-next {
    position: absolute;
    left: -60px;
    font-size: 90px !important;
    background-color: transparent !important;
    border-radius: 150px !important;
    width: 50px;
    height: 50px;
    color: #e16c29 !important;
    border: none !important;
    display: block !important;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 70px;
}

    .WorkingWithLogosDIV .owl-next:focus {
        outline: none !important;
    }

    .WorkingWithLogosDIV .owl-next .disabled {
    }

    .WorkingWithLogosDIV .owl-next span {
        /*position: absolute;
    top: 36%;
    right: 15%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    }

.WorkingWithLogosDIV .owl-dots {
    display: block !important;
    padding: 15px 0 0 0;
}

.WorkingWithLogosDIV .owl-dot {
}

    .WorkingWithLogosDIV .owl-dot .active {
    }

    .WorkingWithLogosDIV .owl-dot span {
    }


.OurCustomersRow .owl-stage-outer {
}

.OurCustomersRow .owl-stage {
    overflow: hidden;
}

.OurCustomersRow .owl-item {
}

    .OurCustomersRow .owl-item:hover {
        cursor: grab !important;
    }

    .OurCustomersRow .owl-item .active {
    }

.OurCustomersRow .owl-nav {
    margin: 0 !important;
}

.OurCustomersRow .owl-prev {
    position: absolute;
    right: -80px;
    font-size: 90px !important;
    background-color: transparent !important;
    border-radius: 150px !important;
    width: 50px;
    height: 50px;
    color: #e8c221 !important;
    border: none !important;
    display: block !important;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: -10px;
}

    .OurCustomersRow .owl-prev:focus {
        outline: none !important;
    }

    .OurCustomersRow .owl-prev .disabled {
    }

    .OurCustomersRow .owl-prev span {
        /*position: absolute;
    top: 36%;
    right: 9%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    }

.OurCustomersRow .owl-next {
    position: absolute;
    left: -60px;
    font-size: 90px !important;
    background-color: transparent !important;
    border-radius: 150px !important;
    width: 50px;
    height: 50px;
    color: #e16c29 !important;
    border: none !important;
    display: block !important;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: -10px;
}

    .OurCustomersRow .owl-next:focus {
        outline: none !important;
    }

    .OurCustomersRow .owl-next .disabled {
    }

    .OurCustomersRow .owl-next span {
        /*position: absolute;
    top: 36%;
    right: 15%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    }

.OurCustomersRow .owl-dots {
    display: block !important;
    padding: 15px 0 0 0;
}

.OurCustomersRow .owl-dot {
}

    .OurCustomersRow .owl-dot .active {
    }

    .OurCustomersRow .owl-dot span {
    }

@media(max-width:1200px) {
    .WorkingWithLogosDIV {
        position: relative;
        z-index: 999;
        bottom: 0px;
        left: 0;
        right: 0;
    }
}

@media(max-width:1250px) {
    .WorkingWithLogosDIV .owl-next {
        position: absolute;
        left: -45px;
        font-size: 75px !important;
        background-color: transparent !important;
        border-radius: 150px !important;
        width: 50px;
        height: 50px;
        color: #e16c29 !important;
        border: none !important;
        display: block !important;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 120px;
    }

    .WorkingWithLogosDIV .owl-prev {
        position: absolute;
        right: -50px;
        font-size: 75px !important;
        background-color: transparent !important;
        border-radius: 150px !important;
        width: 50px;
        height: 50px;
        color: #e16c29 !important;
        border: none !important;
        display: block !important;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 122px;
    }

    .OurCustomersRow .owl-next {
        position: absolute;
        left: -45px;
        font-size: 75px !important;
        background-color: transparent !important;
        border-radius: 150px !important;
        width: 50px;
        height: 50px;
        color: #e16c29 !important;
        border: none !important;
        display: block !important;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 120px;
    }

    .OurCustomersRow .owl-prev {
        position: absolute;
        right: -50px;
        font-size: 75px !important;
        background-color: transparent !important;
        border-radius: 150px !important;
        width: 50px;
        height: 50px;
        color: #e16c29 !important;
        border: none !important;
        display: block !important;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 122px;
    }
}

.floatingStamp {
    position: absolute;
    top: 100px;
    right: 10%;
    z-index: 899;
}

    .floatingStamp img {
        width: 200px;
    }

@media(max-width:1600px) {
    .floatingStamp {
        position: absolute;
        top: 100px;
        left: 40%;
        z-index: 899;
    }
}
@media(max-width:1500px) {

    .floatingStamp img {
        width: 150px;
        transition: all .5s ease-in-out;
    }
}

@media(max-width:1400px) {

    .floatingStamp {
        position: absolute;
        top: 100px;
        left: 30%;
        z-index: 899;
    }
}
@media(max-width:1250px) {

    .floatingStamp {
        position: absolute;
        top: 100px;
        left: 25%;
        z-index: 899;
    }
        .floatingStamp img {
            width: 130px;
            transition: all .5s ease-in-out;
        }
}

@media(max-width:1055px) {

    .floatingStamp {
        display: none;
        position: absolute;
        top: 100px;
        left: 25%;
        z-index: 899;
    }

        .floatingStamp img {
            width: 150px;
        }
}

@media(max-width:767px) {
    .newDeal {
        height: 265px;
    }
}

.container-custom {
    width: 1050px !important;
    margin: 0 auto !important;
}

@media(max-width:1100px) {
    .container-custom {
        width: auto !important;
        margin: 0 auto !important;
    }

    .bg-slider {
        background-color: #f4f4f4;
        padding: 119px 30px 120px 30px;
    }
}
/*<---------- Owl Carousel Start --------------->*/
.prevAndNextProduct {
    clear: both;
}

.prev {
    float: right;
}

.next {
    float: left;
}

.arrowImg {
    max-width: 40px;
    margin-top: 25px;
}
.searchImg {
    max-width: 200px;
    max-height: 150px;
}
.ArticleMedia {
    background-color: #f5f5f5;
    padding: 15px;
}
    .ArticleMedia:hover {
        box-shadow: 0px 0px 10px rgb(0 0 0 / 0.2);
        transition: all 0.3s ease-in-out;
    }
    .media-heading {
        font-size: 20px;
        font-weight: 400;
    }
    .media-heading:hover {
        color: #e16c29;
    }