﻿.p-r-l-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0;
}

.headerFormLabel {
    margin-right: 30px;
}

.userFBImg {
    width: 20px;
    margin-right: 10px;
}

.fullNameErr {
    color: red;
    display: none;
    position: absolute;
    left: 15px;
}

.phoneErr {
    color: red;
    display: none;
    position: absolute;
    left: 15px;
}

.emailErr {
    color: red;
    display: none;
    position: absolute;
    left: 15px;
}

.visHid {
    visibility: hidden;
    height: 0px;
    margin: 0;
    /*width: 0;*/
}

.favTable {
    background-color: #000;
    color: #fff;
    text-align: center;
}

    .favTable td {
        padding: 5px;
    }

.product-Fav-delete {
    color: #2f2f2f;
}

.popupA {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.alertColor {
    display: none;
    color: red;
}

#scroll {
    position: fixed;
    right: 0;
    bottom: 1%;
    cursor: pointer;
    z-index: 9;
    width: 50px;
    height: 50px;
    background-color: #000000;
    text-indent: -9999px;
    display: none;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: #000000;
        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;
    }
/* Main Menu CSS Start */

.topMenuContainer {
    position: fixed;
    background-color: transparent;
    top: 0;
    right: 0;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 18px;
    z-index: 999;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    background: #000;
}

    .topMenuContainer.scrolled {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
        top: 0;
        right: 0;
        width: 100%;
        padding-bottom: 20px;
        padding-top: 20px;
        z-index: 999;
        -moz-transition: all .4s ease-in;
        -webkit-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        transition: all .4s ease-in;
    }

.whiteLogo {
    opacity: 1;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

/*.whiteLogo.scrolled {
        opacity: 1;
        -moz-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }*/

.blackLogo {
    opacity: 1;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    .blackLogo.scrolled {
        opacity: 0;
        -moz-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

.topMenuUl {
    display: block;
    width: 95%;
}

.topMenuLi {
    float: right;
    cursor: pointer;
    position: relative !important;
    white-space: nowrap !important;
    margin: 0 0 0px;
    border-left: 1px solid #4e4e4e;
}

.phoneTopMenuLi {
    float: right;
    cursor: pointer;
    position: relative !important;
    white-space: nowrap !important;
    margin: 0 0 0px;
    margin-right: 50px;
    border-left: unset;
}

li.topMenuLi:last-child {
    border-left: none;
}

/*<----------search start------------>*/
.SearchLI {
    float: right;
    margin-right: 5px;
}

    .SearchLI .SearchLIIcon {
        color: #c1c1c1;
        cursor: pointer;
        min-width: 35px;
        font-size: 14px;
        text-align: center;
        display: inline-block;
        position: relative;
    }

        .SearchLI .SearchLIIcon:hover {
            color: #fff;
            font-size: 16px;
            -moz-transition: all .2s ease-in;
            -webkit-transition: all .2s ease-in;
            -o-transition: all .2s ease-in;
            transition: all .2s ease-in;
        }



    .SearchLI .search-open {
        top: 56px;
        display: none;
        padding: 14px;
        position: absolute;
        background: #fcfcfc;
        border-top: solid 2px #eee;
        box-shadow: 0 1px 3px #ddd;
        z-index: 99;
        width: 330px;
    }

        .SearchLI .search-open #freeSearch {
            width: 300px;
            margin: 0;
        }

.SearchBTN {
    border: 0;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 13px;
    position: relative;
    background: #000;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    outline: 0 !important;
}

    .SearchBTN:hover {
        background: #6f6f6f;
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        outline: 0 !important;
    }

.searchInputDIV {
    position: relative !important;
    margin: 0 !important;
}

    .searchInputDIV .help-block {
        position: absolute;
        top: 3px;
        left: 60px;
        z-index: 9;
        padding: 0 !important;
        margin: 0 !important;
        pointer-events: none !important;
    }

    .searchInputDIV span ul {
    }

        .searchInputDIV span ul li {
            font-size: 12px;
            font-weight: 400;
        }
/*<------------search end-------------->*/
.breadcrumbDiv {
    padding: 10px 30px 0;
}

.FavIcon {
    font-size: 30px;
}

.topMenuA {
    padding: 18px 15px;
    color: #d2d2d2;
    line-height: 20px;
    font-size: 20px;
    font-weight: 300;
}

    .topMenuA:hover {
        color: white;
        border-bottom: 1px solid #fff;
        transition: border 250ms ease-in-out;
    }
    /*.topMenuLi a:hover:after {
    transform: scaleX(1);
    display: block;
}
.topMenuLi a:after {
    
    content: '';
    border-bottom: solid 1px rgba(204, 204, 204, .4);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}*/
    .topMenuA:focus {
        color: white;
        border: 1px solid #fff;
    }

.topMenuLiRama2 a:focus {
    color: white;
    border-bottom: 1px solid #fff;
}

.cartA:focus {
    border: 1px solid #fff;
}

.MenuHeart:focus {
    border: 1px solid #fff;
}

.storeItem {
    color: #ffdb55;
}

    .storeItem:hover {
        color: #ffd32e;
    }

    .storeItem:focus {
        color: #ffd32e;
    }

        .storeItem:focus .topMenuUlRama2 {
            display: block;
        }

@media(max-width:1275px) {
    .topMenuA {
        font-size: 17px;
        font-weight: 400;
    }
}

.MenuHeart {
    color: #abaaaa;
    font-size: 18px;
    margin-right: 10px;
    float: right;
    padding-top: 2px;
}

    .MenuHeart:hover {
        color: white;
    }

.topMenuUlRama2 {
    display: none;
    position: absolute;
    top: 37px;
    background-color: #000;
    color: white;
    padding: 20px 10px 15px 10px;
    min-width: 845px;
    min-height: 160px;
}


.topMenuLiRama2 {
    padding: 10px 5px;
}

    .topMenuLiRama2 a {
        padding: 4px 5px;
        font-size: 18px;
        font-weight: 200;
        color: #d2d2d2;
    }

        .topMenuLiRama2 a:hover {
            color: #fff;
        }

    .topMenuLiRama2:hover a {
        color: white;
        padding: 4px 5px;
    }
    /*.topMenuLiRama2 a:after {
        display: block;
        content: '';
        border-bottom: solid 1px rgba(204, 204, 204, .4);
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
    }

    .topMenuLiRama2 a:hover:after {
        transform: scaleX(1);
    }*/

    .topMenuLiRama2 a.fromRight:after {
        transform-origin: 100% 50%;
    }

.scrolled .topMenuUl .topMenuLi .topMenuUlRama2 {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    .scrolled .topMenuUl .topMenuLi .topMenuUlRama2 a {
        color: white;
        -moz-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

        .scrolled .topMenuUl .topMenuLi .topMenuUlRama2 a:hover {
            background-color: white;
            color: black;
            -moz-transition: all .2s ease-in;
            -webkit-transition: all .2s ease-in;
            -o-transition: all .2s ease-in;
            transition: all .2s ease-in;
        }

.topMenuLi:hover .topMenuUlRama2 {
    display: block;
    border: 1px solid black;
}

.productsMenuA:focus .topMenuUlRama2 {
    display: block;
    border: 1px solid black;
}

.storeItem:focus .topMenuUlRama2 {
    display: block;
    border: 1px solid black;
}

.topMenuA:focus .topMenuUlRama2 {
    display: block;
    border: 1px solid black;
}

.topMenuUlRama2:hover .topMenuLi a {
    color: white;
}

.topMenuImg {
    max-width: 100%;
    border: 1px solid #000;
}

.scrolled .topMenuImg {
    /*max-width: 215px;*/
    border: 1px solid #fff;
}

.topMenuImgP {
    margin: 3px;
    text-align: center;
    font-size: 16px;
}

.topMenuLiRama2A {
    width: 100%;
    color: black;
    display: block;
    font-size: 22px;
    padding-right: 21px;
    text-decoration: underline;
    padding-bottom: 10px;
}

    .topMenuLiRama2A:hover {
        color: black;
        text-decoration: underline;
    }

.scrolled .topMenuUl .topMenuLi .topMenuLiRama2A {
    text-decoration: underline;
    color: white;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    .scrolled .topMenuUl .topMenuLi .topMenuLiRama2A:hover {
        text-decoration: underline;
        color: white !important;
        background-color: transparent !important;
        -moz-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
/* Personal Menu CSS Start */
.CartMenuDiv {
    float: right;
    text-align: center;
}

.MenuCart {
    color: #abaaaa;
    font-size: 20px;
    float: right;
    cursor: pointer;
}

    .MenuCart:hover {
        color: white;
    }

.cartA {
    padding: 18px;
}

    .cartA:hover {
        color: white;
    }

.PersonalMenuUlRama2 {
    display: none;
    position: absolute;
    top: 56px;
    background-color: rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.7);
    padding: 0 10px 10px 10px;
    min-width: 200px;
    min-height: 110px;
    margin-right: -35px;
    margin-top: 0px;
}

.PersonalMenuLiRama2 {
    padding: 7px 5px;
}

    .PersonalMenuLIRama2 p {
        color: white;
        padding-right: 10px;
        font-size: 17px;
    }

    .PersonalMenuLiRama2 a {
        padding: 4px 5px;
        font-size: 18px;
    }

    .PersonalMenuLiRama2:hover a {
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 4px 5px;
    }
.articleSideBarHeader {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}
.scrolled .PersonalMenuUl .MenuCart .PersonalMenuUlRama2 {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    .scrolled .PersonalMenuUl .MenuCart .PersonalMenuUlRama2 a {
        color: white;
        -moz-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

        .scrolled .PersonalMenuUl .MenuCart .PersonalMenuUlRama2 a:hover {
            background-color: white;
            color: black;
            -moz-transition: all .2s ease-in;
            -webkit-transition: all .2s ease-in;
            -o-transition: all .2s ease-in;
            transition: all .2s ease-in;
        }

.MenuCart:hover .PersonalMenuUlRama2 {
    display: block;
    z-index: 99;
    /*border: 1px solid black;*/
}

.PersonalMenuImg {
    max-width: 100%;
    border: 1px solid #000;
}

.scrolled .PersonalMenuImg {
    /*max-width: 215px;*/
    border: 1px solid #fff;
}

.PersonalMenuImgP {
    margin: 3px;
    text-align: center;
    font-size: 16px;
}

.PersonalMenuLiRama2A {
    width: 100%;
    display: block;
    font-size: 17px;
    padding-right: 10px;
    text-decoration: none;
    padding-bottom: 3px;
    padding-top: 3px;
    font-weight: 400;
}

    .PersonalMenuLiRama2A:hover {
        color: white;
        text-decoration: none;
        /*background-color: black;*/
    }

    .PersonalMenuLiRama2A i {
        margin-left: 5px;
        margin-left: 5px;
        font-size: 14px;
        width: 18px;
    }

.scrolled .PersonalMenuUl .topMenuLi .topMenuLiRama2A {
    text-decoration: underline;
    color: white;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.scrolled .PersonalMenuUl .MenuCart .PersonalMenuLiRama2A:hover {
    text-decoration: underline;
    color: white !important;
    background-color: transparent !important;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
/* Main Menu CSS End */

/* Login Page Start */
.LoginContainer {
    max-width: 480px;
    margin: 0 auto;
}

.loginSupName {
    position: relative;
    right: 0px;
    top: 7px !important;
    font-size: 20px;
}

.loginSupMail {
    position: absolute;
    right: 0px;
    top: 7px !important;
    font-size: 20px;
}

.loginInput {
    position: relative;
}
/* Login Page End */

.accountContainer {
    padding: 30px;
}

.RightBtnPopup {
    z-index: 9999;
    position: fixed;
    top: 55vh;
    cursor: pointer;
    right: -3px;
    width: 75px;
    height: 60px;
    background-color: #000000;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-weight: 400;
}

    .RightBtnPopup img {
        width: 40px;
        padding: 0px 0px 0px 0px;
    }

.LeftTopLogo {
    top: 5px;
    position: absolute;
    left: 75px;
    z-index: 999;
}

.topLeftPhone {
    top: 8px;
    border: 1px solid #fff;
    position: absolute;
    left: 90px;
    z-index: 999;
    padding: 8px 0 6px 0;
}

    .topLeftPhone a {
        font-size: 25px;
    }

    .topLeftPhone:hover {
        background-color: #fff;
        transition: background-color ease .6s;
        border: 1px solid #fff;
    }

        .topLeftPhone:hover a {
            color: #000;
        }


.topMenuAPhone:hover {
    color: #000;
    font-weight: 400;
    transition: background-color ease .6s;
}

    .topMenuAPhone:hover topLeftPhone {
        border: 1px solid #fff;
    }

.LeftTopLogoImg {
    max-width: 70px;
    position: absolute;
}

@media(max-width:1490px) {
    .topLeftPhone {
        display: none;
    }
}

@media(max-width:1330px) {

    .userFBImg {
        display: none;
    }
}
/* Home Page Start */
.MainHomeContainer {
    position: relative;
    height: 100vh;
    background: white;
    overflow: hidden;
    padding: 0;
    margin: 0;
    min-height: 850px;
}

.MainHomeContainerImg {
    height: 100% !important;
    width: 100% !important;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
}

.MainLogo {
    position: absolute;
    width: 22.5vw;
    height: auto;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
    text-align: center;
}

.MainLogoImg {
    max-width: 100%;
    vertical-align: top;
}

.HeaderBtn {
    /*margin-top: 15px;*/
    display: inline-block;
    padding: 0 30px;
    height: 42px;
    border: 1px solid black;
    cursor: pointer;
    line-height: 38px;
    vertical-align: middle;
    min-width: 180px;
    text-align: center;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    background-color: #fff;
    position: absolute;
    top: 7px;
    left: 245px;
    /*z-index: 999;*/
}

    .HeaderBtn:hover {
        background-color: #000;
        border: 1px solid #fff;
    }

        .HeaderBtn:hover a {
            color: #fff;
        }

    .HeaderBtn a {
        text-align: center;
        border: 0;
        background: none;
        padding: 0;
        font-size: 18px;
        margin: 0;
        display: block;
        color: #000;
        line-height: 40px;
    }

@media(max-width:1685px) {
    .HeaderBtn {
        display: none !important;
    }
}

.MainHomeDividedContainer {
    width: calc(100% - 400px);
    position: absolute !important;
    top: 0;
    height: 100%;
    background-position: top left !important;
}

.right {
    left: auto;
    right: 0;
}

.left {
    left: 0;
    right: auto;
}

.p-0-m-0 {
    padding: 0;
    margin: 0;
}

.MainHomeDividedContainerImg {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    max-height: 100vh;
    min-height: 850px;
}

.MainHomeDividedcontentLeft {
    position: absolute;
    height: auto;
    left: 0;
    /* bottom: 350px; */
    padding: 15px 30px 60px;
    width: 400px;
    top: 130px;
}

.HomePageContentSection {
    position: absolute;
    height: auto;
    left: 0;
    /* bottom: 350px; */
    padding: 15px 30px 60px;
    width: 400px;
    top: 300px;
}

@media(max-height:885px) {
    .MainHomeDividedcontentLeft {
        position: absolute;
        height: auto;
        left: 0;
        top: 150px;
        padding: 15px 30px 60px;
        width: 400px;
        min-height: 850px;
    }
}

.MainHomeDividedcontentRight {
    position: absolute;
    height: auto;
    right: 0;
    bottom: 350px;
    padding: 15px 30px 60px;
    width: 400px;
}

.MainHomeTitle {
    font-size: 72px;
    line-height: 60px;
    font-weight: 300;
}

.narrow {
    width: 400px;
}

.contentTxt {
    position: relative;
    padding: 0 15px !important;
}

.homePageContentTxt {
    padding: 0 !important;
}

.recommended h3 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 40px;
    background-color: #000;
    color: #fff;
    font-weight: 300;
    padding: 20px 20px;
}

.breadcrumb li span {
    font-size: 14px;
    color: white;
    font-weight: 300;
}

.contentTxt a {
    color: black;
    font-weight: 600;
}

    .contentTxt a:hover {
        text-decoration: underline;
    }

.MainHomeDividedBtn {
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    border: 1px solid black;
    cursor: pointer;
    margin-top: 20px;
    line-height: 38px;
    vertical-align: middle;
    min-width: 180px;
    text-align: center;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

    .MainHomeDividedBtn:hover {
        background-color: #000;
    }

        .MainHomeDividedBtn:hover .MainHomeDividedA {
            color: white;
        }

.MainHomeDividedA {
    border: 0;
    background: none;
    padding: 0;
    font-size: 18px;
    margin: 0;
    display: block;
    color: #000;
    line-height: 40px;
}

    .MainHomeDividedA:hover {
        color: white;
    }

.MainPgaeH1 {
    position: absolute;
    top: -130px;
    left: 10px;
    z-index: 2;
    width: 100%;
    font-size: 140px;
    line-height: 60px;
    margin-right: -5px;
    font-weight: 300;
    text-align: right !important;
    color: black;
    margin: 0;
    padding-right: 15px;
}

    .MainPgaeH1 strong {
        color: #fff;
        position: absolute;
        left: 100%;
        margin-left: 0px;
        font-weight: 300;
        width: 200%;
        text-align: left;
        top: 0;
    }

.ArticlesPgaeH1 {
    position: relative;
    /*position: absolute;*/
    /*top: -75px;*/
    /*left: 0px;*/
    z-index: 2;
    width: 100%;
    font-size: 95px;
    line-height: 70px;
    font-weight: 300;
    text-align: right !important;
    color: black;
    margin: 0;
    /*padding-right: 15px;*/
}

    .ArticlesPgaeH1 strong {
        color: #fff;
        position: absolute;
        left: 100%;
        margin-left: 0px;
        font-weight: 300;
        width: 200%;
        text-align: left;
        top: 0;
        direction: ltr;
    }

/* Home Page End */


/* Projects Start */
.ProjectImgNew {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.ProjectsH1Div {
    background: #000;
    height: 250px;
}

.ProjectsH1 {
    position: relative;
    width: 80%;
    margin: 0 10%;
    text-align: center;
    font-size: 90px;
    line-height: 80px;
    font-weight: 300;
    color: #fff;
    padding-top: 115px;
    border-bottom: none;
    margin-bottom: 0px;
}

.ProjectsH2 {
    font-size: 50px;
    line-height: 45px;
    font-weight: 300;
}

.ProjectImg {
    /*width:100%;*/
    height: 60vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ProjectsImgA {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.projectsRow {
    margin: 0 !important;
    position: relative;
    width: 100% !important;
    clear: both !important;
    height: 60vh;
}

.ProjectsContentDiv {
    position: relative;
}

.ProjectsContentWrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.ProjectsContent {
    width: 100%;
    height: 100%;
    float: left;
    color: #000;
    position: relative;
    padding: 50px 100px 100px;
    top: 140px;
}

    .ProjectsContent p {
        font-size: 18px;
    }

@media(max-width:1350px) {
    .ProjectsContent {
        padding: 50px 70px 70px;
        top: 110px;
    }
}

.projectsBtn {
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    border: 1px solid black;
    cursor: pointer;
    margin-top: 20px;
    line-height: 38px;
    vertical-align: middle;
    min-width: 180px;
    text-align: center;
    color: black;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

    .projectsBtn:focus {
        outline: 1px solid #000 !important;
    }

    .projectsBtn:hover {
        background-color: black;
        color: white;
    }
/* Projects End */


/* ProjectPage Start */
.projectLeftSide {
    width: 50%;
    height: 100%;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    right: auto;
    z-index: -1;
    left: 0;
}

.projectRightSide {
    width: 50%;
    left: 0;
    right: auto;
    padding: 100px 85px;
    height: auto !important;
    min-height: 800px !important;
    position: relative !important;
}

.ProjectH1 {
    font-size: 60px;
    text-align: right !important;
    color: black;
    font-weight: 300;
    margin: 0;
    line-height: 44px;
    padding-bottom: 20px;
    border-bottom: 2px solid black;
}

.ProjectH2 {
    color: black;
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 5px;
}

.projectPaginationHeader {
    margin: 5px 0;
    text-align: center;
}

.ProjectPagination {
    padding: 15px 0;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 35px;
}

.nextProject {
    float: left;
}

    .nextProject a {
        color: black;
    }

        .nextProject a:hover {
            text-decoration: underline;
        }

        .nextProject a:focus {
            border: 1px solid #000;
            color: black;
        }

.prevProject {
    float: right;
}

    .prevProject a {
        color: black;
    }

        .prevProject a:hover {
            text-decoration: underline;
        }

        .prevProject a:focus {
            border: 1px solid #000;
        }

.prevProjectI {
    float: right;
    margin-left: 5px;
}

.ProjectTxt {
    margin: 0;
    margin-top: 20px;
    line-height: 25px;
    font-size: 18px;
}

    .ProjectTxt a {
        color: #000;
    }

.row1 {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 25px 0 15px 0;
}

/* Create four equal columns that sits next to each other */
.column1 {
    -ms-flex: 33.3%; /* IE10 */
    flex: 33.3%;
    max-width: 33.3%;
    padding: 0 4px;
}

    .column1 img {
        margin-top: 0px;
        vertical-align: middle;
    }

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column1 {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column1 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

.ProjectBox {
    position: relative;
    margin-bottom: 8px;
}

.ProjectGallery:focus .ProjectBox {
    border: 1px solid #000;
}

.ProjectBox img {
    width: 100%;
    vertical-align: top;
}

.ProjectBox:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.ProjectBox:hover:after {
    opacity: 1;
}

@media(max-width:1200px) {
    .projectLeftSide {
        width: 100%;
        height: 100%;
        background-position: center center !important;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        right: auto;
        z-index: -1;
        left: 0;
    }

    .projectRightSide {
        width: 100%;
        left: 0;
        right: auto;
        padding: 100px 20px;
        height: auto !important;
        min-height: auto !important;
        position: relative !important;
    }

    .prevProject a {
        color: black;
        font-size: 10px;
    }

    .nextProject a {
        color: black;
        font-size: 10px;
    }
}

/* ProjectPage End */


/* ProductsPage Start */

.productsPageContainer {
    padding: 50px;
}

.productTitles {
    padding-right: 1px;
    padding-top: 20px;
}

.boxDiv {
    padding: 10px;
    /*width:20%*/
}

@media(max-width:1500px) {
    .boxDiv {
        width: 25%;
    }
}

@media(max-width:1000px) {
    .boxDiv {
        width: 33.33%;
    }
}



.box {
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.5);
    background-color: #000;
    height: 300px;
}

.boxTitle {
    min-height: 30px;
    border-top: 1px solid rgba(128, 128, 128, 0.5);
    padding: 0 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    padding-top: 5px;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.boxTitleActive {
    min-height: 30px;
    border-top: 1px solid rgba(128, 128, 128, 0.5);
    padding: 0 5px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding-top: 5px;
    bottom: 0;
    position: absolute;
    background-color: #000;
    width: 100%;
}

.box img {
    /* width: 100%; */
    height: 88%;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
    /* max-height: 215px; */
    margin: 0 auto;
}

.box:hover img {
    transform: scale3d(1.15, 1.15, 1);
}

.box .box-content {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    padding: 33% 20px 0px 20px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}

.box:hover .box-content {
    opacity: 1;
}

.box .box-content:before,
.box .box-content:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    /*border: 1px solid rgba(255, 255, 255, 0.7);*/
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}

.box .box-content:before {
    border-top: none;
    border-bottom: none;
    left: 30px;
    right: 30px;
}

.box .box-content:after {
    border-left: none;
    border-right: none;
    top: 30px;
    bottom: 30px;
}

.box:hover .box-content:before,
.box:hover .box-content:after {
    opacity: 1;
    transform: scale(1);
}

.box .content-inner {
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}

.box:hover .content-inner {
    opacity: 1;
    transform: scale(1);
}

.box .title {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.box .post {
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 2;
}

    .box .icon li {
        display: inline-block;
    }

        .box .icon li a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border: 1px solid #fff;
            font-size: 18px;
            color: #fff;
            margin-right: 5px;
            position: relative;
            transition: all 0.3s ease 0s;
        }

            .box .icon li a:hover {
                color: #000;
            }

            .box .icon li a:before {
                content: "";
                width: 100%;
                height: 100%;
                background: #fff;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                transform: scale(0);
                transition: all 0.3s ease 0s;
            }

            .box .icon li a:hover:before {
                transform: scale(1);
            }


@media(max-width:1150px) {
    .box {
        height: 215px;
    }

        .box img {
            height: 86%;
        }
}

@media(max-width:650px) {
    .boxDiv {
        width: 50%;
    }

    .box {
        height: 200px;
    }

        .box img {
            width: 85%;
            margin-top: 5px;
            height: auto;
            transform: scale3d(1, 1, 1);
            transition: all 0.3s ease 0s;
            max-height: 168px;
        }
}

.singleImageDiv {
    width: 100%;
}

    .singleImageDiv img {
        height: auto;
        width: 100%;
        margin: 0 auto;
        display: block;
        max-width: 625px;
    }
/* ProductsPage End */
/* Product Page Start */
.openProductOffers {
    position: relative !important;
    display: block !important;
    top: 0px !important;
    height: auto !important;
    padding: 10px 10px;
    width: 200px !important;
}

.productFormBtnI {
    font-weight: 300;
    font-size: 15px;
    padding-right: 6px;
}

.breadProduct {
    position: absolute;
    width: 100%;
    bottom: -10px;
    color: black;
}

.prodLinkI {
    font-size: 14px;
}

.prevProductP {
    float: right;
    color: black;
    margin: 0 15px 0 0px;
}

.nextProductP {
    float: left;
    margin: 0 0 0 15px;
    color: black;
}

.prodNavDiv {
    padding: 13px 5px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    position: absolute;
    bottom: 0;
    width: 92%;
}

.nextProductI {
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    color: black;
    font-size: 16px !important;
    position: absolute;
    left: 10px;
    top: 1px;
    z-index: 10;
}

.nextProductA:hover .nextProductI {
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    left: 2px;
}

.prevProductI {
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    color: black;
    font-size: 16px !important;
    position: absolute;
    right: 10px;
    top: 1px;
    z-index: 10;
}

.prevProductA:hover .prevProductI {
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    right: 2px;
}

.prevProductA:focus .prevProductP {
    border: 1px solid #000;
}

.nextProductA:focus .nextProductP {
    border: 1px solid #000;
}

.ProductPageFormContainer {
    width: 85%;
    background-color: #000;
    margin-right: 0px;
    margin-bottom: 50px;
}

.ProductPageFormTitle {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    padding: 0;
    margin-top: 30px;
}

.ProductPageFormSup {
    color: #fff !important;
}

.ProductPageFormInput {
    height: 38px !important;
    background-color: #fff;
    border-bottom: 1px solid #000 !important;
    color: #000 !important;
    font-size: 16px !important;
}

    .ProductPageFormInput:focus {
        border: 2px solid #fff;
    }

.ProductPageForBtn {
    background-color: #fff;
    color: #000;
    border: 1px solid#000;
    font-size: 16px;
    width: 100%;
    margin-top: 19px;
    font-weight: 400 !important;
}
/* Product Page End */

/* Articles Page Start */


.ArticlesH1Div {
    background: #000;
    height: 300px;
    position: relative;
}

.ArticlesH1 {
    position: absolute;
    width: 80%;
    margin: 0 10%;
    text-align: center;
    font-size: 90px;
    font-weight: 300;
    color: #fff;
    top: 120px;
    line-height: 80px;
}

.articlesContainer {
    padding: 75px 50px;
}

.ArticleSmallImg {
    width: 100%;
    height: 100%;
}

.articleDesc {
    padding: 20px;
}

.articlesTitle {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
    color: black;
}

.articlesName2 {
    line-height: 1.5;
    color: black;
    FONT-SIZE: 24px;
    font-weight: 300;
}

    .articlesName2 p {
        color: black;
        FONT-SIZE: 24px;
        font-weight: 300;
    }

.ArticlePageContainer {
    padding: 20px 20px;
    width: 80%;
    min-height: 310px;
    float: left;
}

.productDetailes {
    padding: 20px 15px 20px 5px;
}

.ArticleTxt {
    font-weight: 400;
    font-size: 18px;
    max-width: 1050px;
    margin: 0 auto;
}

    .ArticleTxt img {
        max-width: 100%;
    }

    .ArticleTxt p {
        margin: 5px 0 5px;
    }

    .ArticleTxt a {
        color: #000;
        text-decoration: underline;
    }

    .ArticleTxt h2 {
        padding: 25px 0 10px 0;
        font-size: 28px;
    }

    .ArticleTxt h3 {
        padding: 25px 0 10px 0;
        font-size: 25px;
    }

@media(max-width:992px) {
    .ArticlePageContainer {
        width: 100%;
        float: none;
    }

    .ArticleTxt img {
        max-width: 100% !important;
    }
}
.projectSocialContainer {
    max-width: 1050px;
}

.articleHeaderImg {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    max-width: 600px !important;
}

/* Articles Page End */
/* Articles Page NEW Start */
.moreArticlesPageContainer {
    padding: 15px;
}

.moreArticlesImg {
    width: 100%;
    max-height: 90px;
}

.MainArticleImg {
    height: 250px;
    max-height: 250px;
    transition: all 0.3s ease 0s;
}

.moreArticlesDesc {
    color: #000;
}

.moreArticlesDetails p {
    color: #000;
}

.moreArticlesItem {
    height: 490px;
    overflow: hidden;
}

.MainArticleImgDiv {
    overflow: hidden;
}

.moreArticlesItem:hover .MainArticleImg {
    transform: scale(1.2);
    transition: all 0.3s ease 0s;
}

.moreArticlesDate {
    color: #000;
}

.moreArticlesTitle {
    font-size: 30px;
    margin-top: 15px;
    color: #000;
}

.upperDetails {
    border-bottom: 1px solid #000;
}

.readMoreP {
    text-decoration: underline;
    color: #313131;
}

    .readMoreP:hover {
        font-weight: bold;
    }
/* Articles Page NEW End */

/* CategoryPage Start */
.category-soon {
    font-size: 25px !important;
    margin: 30px;
}

.categoryBox {
    height: 200px;
}

    .categoryBox .box-content {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        padding: 31% 32px 0px 32px;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 2;
        transition: all 0.3s ease 0s;
    }

    .categoryBox .title {
        font-size: 25px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

.subCategoryContainer {
    display: flex;
    text-align: center;
    flex-direction: initial;
    justify-content: center;
}

.CategoryDiv {
    background: #000;
    min-height: 315px;
    height: auto;
    position: relative;
}

.CategoryH1 {
    position: relative;
    width: 80%;
    margin: 0 10%;
    text-align: center;
    font-size: 90px;
    line-height: 60px;
    font-weight: 300;
    color: #fff;
    padding-top: 115px;
    border-bottom: none;
    margin-bottom: 0px;
}

.headerName2 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    max-width: 1050px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.CategoryTxt {
    color: #000;
    text-align: right;
    font-size: 18px;
    line-height: 1.2;
    padding: 0px 30px 30px;
}

/* CategoryPage End */

/* Product Page Start */
.ProductLeft {
    background: transparent;
    padding: 20px 30px;
    min-height: 590px;
}

.FavDiv {
    position: absolute;
    left: 15px;
    top: 65px;
    min-width: 50px;
}

#chest {
    padding-bottom: 5px;
}

.moreDetailesDiv {
    margin-top: 20px;
}

.moreDetailsBtn {
    color: black;
    cursor: pointer;
}

.prodPageQuantity {
    border-radius: 0;
    min-height: 34px;
    font-size: 17px;
}

    .prodPageQuantity:focus {
        border: 1px solid #ccc;
    }

.productDetailsDiv {
    /* border: 1px solid #e0e0e0; */
    padding: 15px;
    /* margin-top: 50px; */
    position: absolute;
    bottom: 30px;
    max-width: 90%;
}

@media(max-width:1250px) {
    .productDetailsDiv {
        position: relative;
    }
}

.feature {
    /*border: 1px solid #e0e0e0;*/
    padding: 1px;
    margin-bottom: 0px;
}

.p-r-0 {
    padding-right: 0px;
}

.featureTitle {
    margin: 5px;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    direction: rtl;
    width: auto;
    float: right;
}

.featureTxt {
    margin: 6px 0px 6px 6px;
    font-size: 16px;
    text-align: right;
    padding-left: 10px;
}

.productDetailes {
    padding: 20px 5px;
}

.ProductCatTitle1 {
    font-size: 18px;
    color: black;
}

.ProductCatTitle2 {
    font-size: 25px;
    color: black;
    margin-bottom: 5px;
}

.ProductDetailsLink {
    font-size: 18px;
    color: black;
}

.addToCartBtn {
    background-color: black;
    color: white;
    border: none;
    padding: 5px;
    font-size: 20px;
    font-weight: 300;
    border: 2px solid black;
}

    .addToCartBtn:hover {
        background-color: white;
        color: black;
        border: 2px solid black;
        font-weight: 500;
        -moz-transition: all .4s ease-in;
        -webkit-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        transition: all .4s ease-in;
    }

.prodFavA {
    background-color: black;
    color: white;
    border: none;
    padding: 15px;
    font-size: 25px;
    font-weight: 300;
    border: 2px solid black;
    text-align: center;
}

    .prodFavA:hover {
        background-color: white;
        color: black;
        border: 2px solid black;
        -moz-transition: all .4s ease-in;
        -webkit-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        transition: all .4s ease-in;
    }

.addToCartBtnI {
    font-weight: 300;
    font-size: 18px;
}

.addToFavBtnI {
    font-weight: 300;
    font-size: 18px;
}

.prodFavA:hover .addToFavBtnI {
    color: black;
}

.padd0 {
    padding: 0;
}

.productFormTitle {
    color: white;
    text-align: center;
    font-size: 25px;
    background-color: #000;
    color: white;
    font-weight: 300;
    padding: 10px;
}

.productFormInput {
    height: 40px;
    background-color: transparent;
    border-bottom: 1px solid white !important;
    color: white !important;
    font-size: 16px !important;
}

.productFormBtn {
    background-color: #fff;
    color: #000;
    border: 1px solid#000;
    font-size: 16px;
    width: 100%;
    margin-top: 15px;
    font-weight: 400 !important;
}

.BottomFormBtn:hover {
    background-color: #000;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*.productFormBtn:hover {
        background-color: #000;
        color: #fff;
    }*/

.productGalleryDiv {
    /*max-height: 615px;*/
    overflow: hidden;
}

.productFormSup {
    color: white !important;
}

.LayoutFormSup {
    color: #000 !important;
}

.productFormContainer {
    background-color: black;
    min-height: 100px;
}

.productFormInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000 !important;
    font-weight: 300;
}

.productFormInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    font-weight: 300;
    opacity: 1;
}

.productFormInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000 !important;
    font-weight: 300;
    opacity: 1;
}

.productFormInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000 !important;
    font-weight: 300;
}

.detailsBtnI {
    font-weight: 300;
    font-size: 18px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    margin-top: 0px;
    padding-right: 5px;
    display: inline-block;
}

.openI {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panelProduct {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


/* Product Page End */


.footerContainer {
    width: 85%;
    margin-bottom: 30px;
}

.FooterFormTitle {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    padding: 10px 0 25px;
}

.FooterFormInput {
    height: 40px;
    background-color: transparent;
    border-bottom: 1px solid #000 !important;
    color: #000 !important;
    font-size: 16px !important;
}

.FooterFormContainer {
    background-color: #fff;
    min-height: 100px;
    padding: 30px 0;
    margin-bottom: 25px;
    border: 2px solid black;
    width: 85%;
    margin-top: 50px;
    clear: both;
}

.ArticleFormContainer {
    background-color: #fff;
    min-height: 100px;
    padding: 30px 0;
    margin-bottom: 25px;
    border: 2px solid black;
    width: 85%;
    margin-top: 50px;
    clear: both;
}

.ArticleFormTitle {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    padding: 10px 0 25px;
}

.ArticleFormInput {
    height: 40px;
    background-color: transparent;
    border-bottom: 1px solid #000 !important;
    color: #000 !important;
    font-size: 16px !important;
}

.articleItem {
    padding: 20px;
}

    .articleItem:hover {
        background-color: #f9f9f9;
        -webkit-transition: all .1s ease-in;
        -moz-transition: all .1s ease-in;
        -o-transition: all .1s ease-in;
        -ms-transition: all .1s ease-in;
        transition: all .1s ease-in;
    }


.instagramContainer {
    max-width: 295px;
}

.InstaGallery {
    padding: 10px;
}

.instaDiv {
    padding: 2px;
    direction: ltr;
    float: left;
}

.InstagramTitle {
    border-bottom: 1px solid #DDDDDD;
    font-size: 16px;
    line-height: 27px;
    padding: 40px 0 15px;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    width: 91%;
    margin-right: 12px !important;
}

    .InstagramTitle:hover {
        color: #ccc;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .InstagramTitle:hover .fa-instagram {
            transform: scale(1.2);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

.fbContainer {
    max-width: 370px;
}

.facebookFooterLink:focus .FacebookTitle {
    color: #ccc;
    border-bottom: 3px solid #fff;
}

.instagramFooterLink:focus .InstagramTitle {
    color: #ccc;
    border-bottom: 3px solid #fff;
}

.FacebookTitle {
    border-bottom: 1px solid #DDDDDD;
    font-size: 16px;
    line-height: 27px;
    padding: 40px 0 15px;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    width: 100%;
}

    .FacebookTitle:hover {
        color: #ccc;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .FacebookTitle:hover .fa-facebook-square {
            transform: scale(1.2);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

.galleryInst {
    position: relative;
    display: block;
    overflow: hidden;
}

.instaImg {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    .instaImg:hover {
        transform: scale(1.2);
        overflow: hidden;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

.FooterFormInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000 !important;
    font-weight: 400;
}

.FooterFormInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    font-weight: 400;
    opacity: 1;
}

.FooterFormInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000 !important;
    font-weight: 400;
    opacity: 1;
}

.FooterFormInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000 !important;
    font-weight: 400;
}

.footeTitleI {
    float: left;
    padding-top: 10px;
    font-size: 18px;
}

.footerTxt {
    padding-top: 65px;
    color: white;
    font-weight: 300;
}

@media(max-width:992px) {
    /* NavBar Start */
    .topBarPhone {
        position: absolute;
        top: 19px;
        right: 13%;
        font-size: 25px;
        color: #fff;
    }

    .faPhoneLink {
        display: block;
    }

    .navbarIcons {
        float: right;
        display: flex;
    }

    .faPhoneLink {
        font-size: 18px;
        /*padding: 0 3px;*/
    }

    .navPhoneIcon {
        color: #fff;
        background: transparent !important;
    }

    .faContactLink {
        font-size: 18px;
        padding: 0 3px;
    }

    .navContactIcon {
        color: #fff;
        background: #fcfcfc;
    }

    .faWhatsappLink {
        font-size: 18px;
        padding: 0 3px;
    }

    .navWhatsappIcon {
        color: #fff;
        background: #fcfcfc;
    }

    .faIcon2 {
        padding-top: 10px;
        width: 35px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        height: 35px;
        float: right;
        margin-top: 18px;
    }

    .faIcon3 {
        padding-top: 9px;
        width: 35px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        height: 35px;
        float: left;
        margin-top: 18px;
    }

    .faIcon4 {
        padding-top: 9px;
        width: 35px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        height: 35px;
        float: left;
        margin-top: 18px;
    }


    .mobileNavbarLogo img {
        height: 100%;
        width: 190px;
        padding-top: 10px;
        padding-bottom: 10px;
        float: left;
        margin-left: 11px;
    }

    ::-webkit-scrollbar {
        width: 0px;
        height: 12px;
    }

    .navbar-toggle {
        display: block !important;
        float: right !important;
        margin-right: 10px !important;
        padding: 10px 10px !important;
        margin-top: 18px !important;
        border: none;
        margin: 0 auto !important;
        padding: 22px 20px 20px 20px !important;
        background: transparent;
    }

        .navbar-toggle span {
            color: white;
        }

    .navbar-nav {
        text-align: right;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        display: block;
        width: 30px;
        height: 2px;
        border-radius: 1px;
    }

    .navbar-toggle.OpenButton .top-bar {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -moz-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        -o-transform-origin: 10% 10%;
        -webkit-transform-origin: 10% 10%;
        transform-origin: 10% 10%;
    }

    .navbar-toggle.OpenButton .middle-bar {
        opacity: 0;
    }

    .navbar-toggle.OpenButton .bottom-bar {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        -o-transform-origin: 10% 90%;
        -webkit-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }

    .navbar-toggle .top-bar {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-toggle .middle-bar {
        opacity: 1;
    }

    .navbar-toggle .bottom-bar {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent !important;
        color: #fcfcfc !important;
    }

    .navbar-header {
        -moz-transition: background .4s ease;
        -o-transition: background .4s ease;
        -webkit-transition: background .4s ease;
        transition: background .4s ease;
        /* border-bottom: 1px solid rgba(28, 28, 28, 0.3) !important; */
        /* background: #000 !important; */
        max-width: 100%;
        z-index: 2000 !important;
        background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 90%);
        background: -o-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 83%);
        background: -ms-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 83%);
        background: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 83%);
        padding-bottom: 15px;
    }

    .menuMobileAccountBtns {
        width: 150px;
        margin: 0 auto;
        height: 55px;
        text-align: center;
    }

    .mobileMenuARight {
        float: right;
        color: white !important;
    }

    .mobileMenuALeft {
        float: right;
        color: white !important;
        margin-right: 50px;
    }

    .shrinked {
        -moz-transition: background .4s ease;
        -o-transition: background .4s ease;
        -webkit-transition: background .4s ease;
        transition: background .4s ease;
        border-bottom: 1px solid rgba(28, 28, 28, 0.3) !important;
        background: rgba(0, 0, 0, 0.8) !important;
        max-width: 100%;
        z-index: 2000 !important;
    }

    .MyNavBar {
        padding: 0 !important;
        width: 100%;
        margin-top: 70px;
        position: -moz-sticky !important;
        position: -ms-sticky !important;
        position: -o-sticky !important;
        position: -webkit-sticky !important;
        position: sticky !important;
        margin-bottom: -61px !important;
    }

    .MyNavBarContainer {
        padding: 0 !important;
        width: 100%;
        width: 100% !important;
        margin: 0 auto !important;
    }

    /* Arrow Icons Start */
    .icon-menu-2 {
        width: 50px;
        height: 37px;
        position: absolute;
        left: 75px;
        top: 4px;
        z-index: 99999999;
        float: left;
    }

        .icon-menu-2:after {
            content: "\f107";
            font-size: 25px;
            position: absolute;
            font-weight: normal;
            display: inline-block;
            font-family: FontAwesome;
            padding: 15px 5px;
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .icon-menu-3 {
        width: 50px;
        height: 37px;
        position: absolute;
        left: 9px !important;
        top: 1px;
        z-index: 99999999;
        float: left;
    }

        .icon-menu-3:after {
            content: "\f107";
            font-size: 18px;
            position: absolute;
            font-weight: normal;
            display: inline-block;
            font-family: FontAwesome;
            padding: 15px 20px;
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .icon-menu-4 {
        width: 50px;
        height: 37px;
        position: absolute;
        left: 9px !important;
        top: 3px;
        z-index: 99999999;
        float: left;
    }

        .icon-menu-4:after {
            content: "\f107";
            font-size: 18px;
            position: absolute;
            font-weight: normal;
            display: inline-block;
            font-family: FontAwesome;
            padding: 15px 20px;
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }
    /* Arrow Icons END */


    /* Rama 1 Start */
    .Rama1UL {
        width: 100%;
        margin: 0 !important;
        position: relative !important;
        padding: 5px 0px 0px 0px !important;
        line-height: 0px !important;
        border-top: 1px solid #191818;
        border-bottom: 1px solid #191818;
        margin-bottom: 60px !important;
        text-align: center;
    }

    .Rama1LI {
        color: white;
        padding: 12px 0px 12px 0px !important;
        line-height: 0px !important;
        position: relative !important;
        width: 100%;
    }

        .Rama1LI .Rama1A {
            color: #c1c1c1;
            padding: 2px 0px 2px 0px !important;
            line-height: 15px !important;
            font-size: 25px;
            font-weight: 300;
        }

        .Rama1LI.active .Rama1A {
            color: #fcfcfc;
        }

        .Rama1LI .Rama1A.active {
            color: #fcfcfc;
        }
    /* Rama 1 END */

    /* Rama 2 Start */
    .Rama2UL {
        position: relative !important;
        list-style: none;
        padding: 15px 0px 0px 0px !important;
        line-height: 0px !important;
        display: none;
    }

    .Rama2LI {
        padding: 7px 0px 7px 0px !important;
        line-height: 0px !important;
        position: relative !important;
    }

    .Rama2UL > .Rama2LI:first-child {
        border-top: 1px solid #191818 !important;
        width: 100%;
    }

    .Rama2UL > .Rama2LI:last-child {
        border-bottom: 1px solid #191818 !important;
        width: 100%;
    }

    .Rama2LI .Rama2A {
        color: #c1c1c1;
        padding: 3px 0px 0px 0px !important;
        line-height: 10px !important;
        font-size: 18px;
        font-weight: 300;
        text-align: center;
    }

    .Rama2LI.active .Rama2A {
        color: #fcfcfc;
    }

    .Rama2LI .Rama2A.active {
        color: #fcfcfc;
    }
    /* Rama 2 END */



    .SearchLI .search-open #free-search {
        width: 100%;
        margin: 0;
    }

        .SearchLI .search-open #free-search .InputDIV {
        }

            .SearchLI .search-open #free-search .InputDIV input {
                width: 90%;
                margin-right: 15px;
                /* margin: 0 auto; */
                height: 34px;
                font-size: 14px;
                line-height: 1.42857143;
                color: #000;
                background-color: #fff;
                background-image: none;
                border: none !important;
                border-radius: 0 !important;
                box-shadow: none !important;
                border-bottom: 1px solid white !important;
            }

    .navbar-responsive-collapse .SearchLI .SearchLIIcon {
        color: #aaa;
        margin-right: 15px;
        margin-top: 13px;
    }

        .navbar-responsive-collapse .SearchLI .SearchLIIcon:hover {
            color: #aaa;
        }

    .navbar-responsive-collapse .SearchLI {
        margin-top: 0px;
        height: 40px;
    }

    .navbar-responsive-collapse.shrink .SearchLI {
        margin-top: 0px;
    }

    .navbar-responsive-collapse .SearchLI .search-open {
        right: 45px;
        top: 0px;
        display: block;
        padding: 0;
        position: absolute;
        background: #fcfcfc;
        border-top: none !important;
        box-shadow: none !important;
        z-index: 99;
        width: 83vw;
    }

    .navbar-responsive-collapse.shrink .SearchLI .search-open {
        right: 45px;
        top: 0px;
        display: block;
        padding: 0;
        position: absolute;
        background: #fcfcfc;
        border-top: none !important;
        box-shadow: none !important;
        z-index: 99;
        width: 83vw;
    }

    .SearchBTN {
        border: 0;
        color: #fcfcfc;
        font-size: 14px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        font-weight: 400;
        /* padding: 17px 13px; */
        position: relative;
        background: transparent;
        white-space: nowrap;
        display: inline-block;
        text-decoration: none;
        outline: 0 !important;
    }
    /* NavBar END */

    .mobileLogoDiv {
        float: left;
        margin: 10px;
        padding-left: 2%;
        padding-top: 5px;
    }

    .mobileLogo {
        max-width: 205px;
    }
}

/*<---------- NEW SIDEBAR MENU START -------------->*/

.overlay {
    height: 0;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    opacity: 0;
    /*border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;*/
}

.searchInputDIV {
    width: 80%;
    margin: 0 auto !important;
}

.mobileSearchInput {
    background-color: transparent !important;
    border-bottom: 1px solid #fff !important;
    width: 100% !important;
    color: white !important;
    font-size: 18px !important;
}

.m-r--15 {
    margin-right: -15px;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 65px;
    color: white;
}

.overlay .PhoneBTN {
    display: none;
    position: absolute;
    top: 25px;
    left: 130px;
    font-size: 35px;
    color: white;
}

.overlay .WhatsappBTN {
    display: none;
    position: absolute;
    top: 25px;
    left: 45px;
    font-size: 35px;
    color: white;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/*<---------- NEW SIDEBAR MENU END -------------->*/

.bg-white {
    background-color: white;
}


/* Rating Start */
.SocialBarContainer {
    width: 100% !important;
    position: relative;
    padding: 0 !important;
    margin: 50px 0 50px 0 !important;
    min-height: 135px;
}

.SocialBarRow {
    /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
    padding-top: 20px;
    padding-bottom: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
}


.SocialShareButtonsAndTitleHolder {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex: unset;
    -webkit-flex: unset;
    flex: unset;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
}

.SocialShareButtonsTitle {
    color: #000;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 8px;
    font-size: 16px;
}

.SocialShareButtonsHolder {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    justify-content: flex-start;
    padding-top: 5px;
}

.SocialStarsHolder {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1;
    /* -webkit-flex: 1; */
    justify-content: center;
    margin-right: 30px;
    /* margin-top: 10px; */
}


.SocialBarDivRating {
    padding: 3px !important;
}

.SocialBarThumbnailRating {
    border: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    background-color: #fff !important;
}

    .SocialBarThumbnailRating:hover {
        background-color: #fff !important;
    }

.wrapper-ratings {
    position: relative;
    font-size: 16px;
}

#rating_text {
}

#rating_text1 {
    float: right;
    font-weight: 600;
    margin-left: 10px;
}

#rating_box {
    color: #000;
    margin-left: 33px;
    float: left;
    margin-right: 20px;
}

    #rating_box .amountOfRatingsRecived {
    }

        #rating_box .amountOfRatingsRecived #count_value {
        }

        #rating_box .amountOfRatingsRecived #rating_value {
        }

    #rating_box .avergedRating {
    }

    #rating_box #Your-score {
    }

.dirug {
}

#jrate {
    direction: rtl;
    /* position: absolute; */
    top: 0px;
    left: -90px;
    float: right;
}

#demo-onchange-value {
    position: absolute;
    right: 38%;
    top: 25px;
    color: #000;
}

.StarsAuthorContainer {
    position: absolute;
    top: 70px;
    max-width: 100%;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    color: #9d9d9d;
    justify-content: center;
    width: 100%;
}

    .StarsAuthorContainer .StarsAuthor {
        font-size: 10px;
    }

        .StarsAuthorContainer .StarsAuthor a {
            color: #9d9d9d;
        }

            .StarsAuthorContainer .StarsAuthor a:hover {
                color: #9d9d9d;
            }

            .StarsAuthorContainer .StarsAuthor a:focus {
                outline: none !important;
            }

    .StarsAuthorContainer .lastUpdatedAt {
        font-size: 12px;
    }
/* Rating END */
/* whatsapp Start */
.SocialBarDivWhatsapp {
    margin-left: 20px;
}

    .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp {
        position: relative;
        padding: 0 3px 5px 3px;
    }

        .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp:hover {
        }

        .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp .whatsappA {
            font-size: 18px;
            position: relative;
            padding-top: 5px;
        }

            .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp .whatsappA:hover {
            }

            .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp .whatsappA:focus {
                outline: none !important;
            }

            .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp .whatsappA .whatsappIcon {
                color: #000;
                padding-top: 5px;
                border: 1px solid #000;
                width: 50px;
                text-align: center;
                text-decoration: none;
                /* border-radius: 50%; */
                height: 50px;
                font-size: 36px !important;
                /* border: 1px solid; */
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

        .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp:hover .whatsappA {
        }

            .SocialBarDivWhatsapp .SocialBarThumbnailWhatsapp:hover .whatsappA .whatsappIcon {
                color: #fff !important;
                background-color: #000;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
/* whatsapp END */
/* facebook Start */
.SocialBarDivFacebook {
    margin-left: 20px;
}

    .SocialBarDivFacebook .SocialBarThumbnailFacebook {
        position: relative;
        padding: 0 3px 5px 3px;
    }

        .SocialBarDivFacebook .SocialBarThumbnailFacebook:hover {
        }

        .SocialBarDivFacebook .SocialBarThumbnailFacebook .facebookA {
            font-size: 18px;
            position: relative;
            padding-top: 5px;
        }

            .SocialBarDivFacebook .SocialBarThumbnailFacebook .facebookA:hover {
            }

            .SocialBarDivFacebook .SocialBarThumbnailFacebook .facebookA:focus {
                outline: none !important;
            }

            .SocialBarDivFacebook .SocialBarThumbnailFacebook .facebookA .facebookIcon {
                color: #000;
                padding-top: 5px;
                border: 1px solid #000;
                width: 50px;
                text-align: center;
                text-decoration: none;
                /* border-radius: 50%; */
                height: 50px;
                font-size: 36px !important;
                /* border: 1px solid; */
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

        .SocialBarDivFacebook .SocialBarThumbnailFacebook:hover .facebookA {
        }

            .SocialBarDivFacebook .SocialBarThumbnailFacebook:hover .facebookA .facebookIcon {
                color: #fff !important;
                background-color: #000;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
/* facebook END */
/* google plus Start */
.SocialBarDivGoogle {
}

    .SocialBarDivGoogle .SocialBarThumbnailGoogle {
        position: relative;
        padding: 0 3px 5px 3px;
    }

        .SocialBarDivGoogle .SocialBarThumbnailGoogle:hover {
        }

        .SocialBarDivGoogle .SocialBarThumbnailGoogle .googleA {
            font-size: 18px;
            position: relative;
            padding-top: 5px;
        }

            .SocialBarDivGoogle .SocialBarThumbnailGoogle .googleA:hover {
            }

            .SocialBarDivGoogle .SocialBarThumbnailGoogle .googleA:focus {
                outline: none !important;
            }

            .SocialBarDivGoogle .SocialBarThumbnailGoogle .googleA .googlekIcon {
                color: #000;
                padding-top: 5px;
                border: 1px solid #000;
                width: 30px;
                text-align: center;
                text-decoration: none;
                /* border-radius: 50%; */
                height: 30px;
                font-size: 18px !important;
                /* border: 1px solid; */
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

        .SocialBarDivGoogle .SocialBarThumbnailGoogle:hover .googleA {
        }

            .SocialBarDivGoogle .SocialBarThumbnailGoogle:hover .googleA .googlekIcon {
                color: #fff !important;
                background-color: #000;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
/* google plus END */
/* twitter Start */
.SocialBarDivtwitter {
}

    .SocialBarDivtwitter .SocialBarThumbnailtwitter {
        position: relative;
        padding: 0 3px 5px 3px;
    }

        .SocialBarDivtwitter .SocialBarThumbnailtwitter:hover {
        }

        .SocialBarDivtwitter .SocialBarThumbnailtwitter .twitterA {
            font-size: 18px;
            position: relative;
            padding-top: 5px;
        }

            .SocialBarDivtwitter .SocialBarThumbnailtwitter .twitterA:hover {
            }

            .SocialBarDivtwitter .SocialBarThumbnailtwitter .twitterA:focus {
                outline: none !important;
            }

            .SocialBarDivtwitter .SocialBarThumbnailtwitter .twitterA .twitterIcon {
                color: #000;
                padding-top: 5px;
                border: 1px solid #000;
                width: 30px;
                text-align: center;
                text-decoration: none;
                /* border-radius: 50%; */
                height: 30px;
                font-size: 18px !important;
                /* border: 1px solid; */
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

        .SocialBarDivtwitter .SocialBarThumbnailtwitter:hover .twitterA {
        }

            .SocialBarDivtwitter .SocialBarThumbnailtwitter:hover .twitterA .twitterIcon {
                color: #fff !important;
                background-color: #000;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
/* twitter END */
/* linkedin Start */
.SocialBarDivlinkedin {
    margin-left: 20px;
}

    .SocialBarDivlinkedin .SocialBarThumbnaillinkedin {
        position: relative;
        padding: 0 3px 5px 3px;
    }

        .SocialBarDivlinkedin .SocialBarThumbnaillinkedin:hover {
        }

        .SocialBarDivlinkedin .SocialBarThumbnaillinkedin .linkedinA {
            font-size: 18px;
            position: relative;
            padding-top: 5px;
        }

            .SocialBarDivlinkedin .SocialBarThumbnaillinkedin .linkedinA:hover {
            }

            .SocialBarDivlinkedin .SocialBarThumbnaillinkedin .linkedinA:focus {
                outline: none !important;
            }

            .SocialBarDivlinkedin .SocialBarThumbnaillinkedin .linkedinA .linkedinIcon {
                color: #000;
                padding-top: 5px;
                border: 1px solid #000;
                width: 50px;
                text-align: center;
                text-decoration: none;
                /* border-radius: 50%; */
                height: 50px;
                font-size: 36px !important;
                /* border: 1px solid; */
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

        .SocialBarDivlinkedin .SocialBarThumbnaillinkedin:hover .linkedinA {
        }

            .SocialBarDivlinkedin .SocialBarThumbnaillinkedin:hover .linkedinA .linkedinIcon {
                color: #fff !important;
                background-color: #000;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
/* linkedin END */
/* print Start */
.SocialBarDivprint {
}

    .SocialBarDivprint .SocialBarThumbnailprint {
        position: relative;
        padding: 0 3px 5px 3px;
    }

        .SocialBarDivprint .SocialBarThumbnailprint:hover {
        }

        .SocialBarDivprint .SocialBarThumbnailprint .printA {
            font-size: 18px;
            position: relative;
            padding-top: 5px;
        }

            .SocialBarDivprint .SocialBarThumbnailprint .printA:hover {
            }

            .SocialBarDivprint .SocialBarThumbnailprint .printA:focus {
                outline: none !important;
            }

            .SocialBarDivprint .SocialBarThumbnailprint .printA .printIcon {
                color: #000;
                padding-top: 5px;
                border: 1px solid #000;
                width: 30px;
                text-align: center;
                text-decoration: none;
                /* border-radius: 50%; */
                height: 30px;
                font-size: 18px !important;
                /* border: 1px solid; */
                -moz-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -webkit-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

        .SocialBarDivprint .SocialBarThumbnailprint:hover .printA {
        }

            .SocialBarDivprint .SocialBarThumbnailprint:hover .printA .printIcon {
                color: #fff !important;
                background-color: #000;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
/* print END */
@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;
    }
}

/* Like Button Start */
.SocialBarDivLike {
    margin: auto;
    padding: 0 5px 0 5px;
}

    .SocialBarDivLike:hover .SocialBarThumbnailLike {
    }

    .SocialBarDivLike .SocialBarThumbnailLike {
    }
/* Like Button END */


#TempThank {
    display: none;
    color: #9d9d9d;
    min-height: 20px;
}

@media(max-width:450px) {
    .SocialBarRow {
        padding-top: 10px;
        padding-bottom: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
    }

    .SocialShareButtonsAndTitleHolder {
        display: b;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex: unset;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: 0px;
    }

    .SocialStarsHolder {
        display: block;
    }

    .wrapper-ratings {
        position: relative;
        font-size: 16px;
    }

    #rating_box, #rating_text {
        position: relative;
        margin-right: 0px;
        margin-top: 3px;
        float: right;
        margin-left: 10px;
    }

    #jrate {
        direction: rtl;
        position: relative;
        top: 0px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        right: 0;
    }
}
/* Share Social Bar END */

.favContainer {
    padding: 20px;
}

.loginLinks {
    color: black;
}

.LogRegInput:focus {
    border-bottom: 1px solid black;
}


/*POPUP START*/
body.modal-open > :not(.modal) {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.popupHeight {
    height: 460px;
}

@media(max-width: 992px) {
    .popupHeight {
        height: 86vw;
    }
}

.popupLead {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    border: 2px solid #000;
    background-size: contain;
}

    .popupLead img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

.modal-footer > img {
    width: 225px;
    /* height: 68px; */
    float: left;
}

/*.modal-footer{
    position: absolute;
    bottom: 0;
}*/
.popupFooter {
    position: absolute !important;
    bottom: 0 !important;
    width: 100%;
}

.modal-header, .modal-footer {
    border: 0px !important;
    padding: 0 0 0 0 !important;
}

.contact_headerss > p {
    color: #000 !important;
    text-align: center;
    margin: 0;
    font-size: 20px;
}

.contact_headerss > h2 {
    color: #000;
    font-size: 30px;
}

.contact_headerss span {
    font-family: almoni-tzar-light !important;
}

.popupClose {
    margin-right: 18px;
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 50px;
    z-index: 9;
}

.popupFormTextarea {
    color: #000;
    font-size: 15px;
    margin-bottom: 15px;
    padding-right: 3px;
    border: 0;
    border-radius: 0;
    border-top: none;
    border-bottom: 1px solid black;
    box-shadow: none;
    resize: none;
    margin-top: 15px;
}

.PopupPageForm {
    background-color: transparent !important;
}

    .PopupPageForm::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #000 !important;
        font-weight: 400;
    }

    .PopupPageForm:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #000 !important;
        font-weight: 400;
        opacity: 1;
    }

    .PopupPageForm::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #000 !important;
        font-weight: 400;
        opacity: 1;
    }

    .PopupPageForm:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #000 !important;
        font-weight: 400;
    }

    .PopupPageForm:focus {
        border-bottom: 1px solid black;
    }

.popupFormBtn {
    width: 100%;
    background-color: #000;
    color: white;
    margin-top: 30px;
}

    .popupFormBtn:hover {
        background-color: #484848;
        color: white;
    }

@media(max-width:900px) {
    .btn_contact {
        width: 100%;
        height: 50px;
        font-size: 29px !important;
        font-weight: 600;
        position: relative;
        border-radius: 30px !important;
        background-color: #000 !important;
        border-color: #000 !important;
    }
}

@media(min-width:900px) {
    .btn_contact {
        width: 100%;
        height: 50px;
        font-size: 28px !important;
        font-weight: 600;
        background-color: #000 !important;
        border-color: #000 !important;
        border-radius: 30px !important;
        position: relative;
    }

        .btn_contact:hover {
            background-color: #252222 !important;
            border-color: #252222 !important;
        }
}



#popupblockInput {
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

    #popupblockInput > div {
        margin-bottom: 10px !important;
    }

        #popupblockInput > div:last-of-type {
            margin-top: 20px !important;
        }

.modal-header > .close {
    opacity: unset !important;
    font-size: 52px;
    float: right;
}

#popupblockInput > div > input {
    height: 45px;
    font-size: 26px !important;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid black;
}

.popupblock {
    float: right;
    margin: auto;
    margin-top: 5px;
    margin-right: 10%;
}

.popupFormGroup {
    margin: 10px 0;
}

.popupFormSup {
    color: #000 !important;
}

.btn_contact .FormPlane {
    -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: 20px !important;
    position: absolute;
    margin-right: 18px;
    top: 12px;
    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);
}

.btn_contact:hover .FormPlane {
    -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: 35px;
}

.placeholderFormName5 {
    margin-top: -55px;
    font-size: 7px;
    margin-right: 12px;
    color: #000 !important;
    width: 8px;
    float: right;
}

.placeholderFormEmail5 {
    margin-top: -35px;
    font-size: 7px;
    margin-right: 37px;
    color: #000 !important;
    width: 8px;
    float: right;
}

.placeholderFormPhone5 {
    margin-top: -55px;
    font-size: 7px;
    margin-right: 13px;
    color: #000 !important;
    width: 8px;
    float: right;
}

.formInputsAsterix5 {
    /*font-family: Helvetica, 'FontAwesome', sans-serif !important;*/
    font-size: 17px !important;
    padding: 0.475rem 2rem !important;
    margin-bottom: 20px;
}

#loadingGifPopupForm5 {
    position: absolute;
    width: 50px;
    right: 45%;
    height: 50px;
    display: none;
    bottom: 20px;
}

.FormNameDIV5 li {
    float: left;
    margin-top: -55px;
    margin-left: 45px;
    color: #a94442;
    font-size: 13px;
}

/*POPUP END*/




/* product popup form start */
.pollSlider {
    position: fixed;
    height: 350px;
    background: #000;
    left: -250px;
    width: 250px;
    margin-right: -250px;
    top: 55px;
    z-index: 999;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

#pollSliderButton {
    position: fixed;
    width: 115px;
    height: 95px;
    left: 0px;
    background: #000000;
    top: 55vh;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /*z-index: 9999;*/
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    box-shadow: -3px 0px 15px 0px rgba(0, 0, 0, 0.2);
    border-left: 1px solid #fff;
}

#pollSliderButtonSide {
    position: fixed;
    width: 115px;
    height: 95px;
    left: 0px;
    background: #000000;
    top: 35vh;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /*z-index: 9999;*/
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    box-shadow: -3px 0px 15px 0px rgba(0, 0, 0, 0.2);
    border-left: 1px solid #fff;
}


.pollSliderbuttonTitle {
    padding: 0 0 4px 0;
    text-align: center;
}

.pollSliderbuttonIMG {
}

    .pollSliderbuttonIMG img {
        width: 40px;
    }

.PopupFormTitle {
    color: #57a698;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 10px 0 !important;
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 0 10px 0;
}

    .PopupFormTitle:after {
        content: '';
        background: #f9c44a;
        position: absolute;
        bottom: 0;
        width: 60px;
        height: 2px;
        display: block;
        border-radius: 4px;
        margin: 0 auto;
    }

.PopupFormTitle2 {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px 0 15px;
}

.FormNameDIV5 {
    position: relative !important;
    height: 40px !important;
    width: 220px;
    margin: 0 auto !important;
}

.PopupBTNGroup {
    position: relative;
    padding: 0 !important;
    margin: 43px auto 0 auto !important;
    min-height: 40px;
}

.PopuploadingGif {
    position: absolute;
    width: 40px;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.PopupBTNForm {
    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: #57a698 !important;
    border-color: #57a698 !important;
    /* border-radius: 0!important; */
    font-size: 20px !important;
    padding: 0 !important;
    z-index: 10;
    position: relative;
    display: block;
    height: 40px !important;
    width: 220px !important;
    margin: 0 auto 0 auto !important;
}

    .PopupBTNForm: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: #57a698 !important;
        border-color: #57a698 !important;
    }

    .PopupBTNForm .PopupFormAngleIon {
        -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: 10px;
        top: 7px;
        z-index: 10;
    }

    .PopupBTNForm:hover .PopupFormAngleIon {
        -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: 20px;
    }
/* product popup form end */

.toCatalog {
    margin-top: 30px;
}

    .toCatalog a {
        color: black;
        font-size: 20px;
    }
/*more articles for id=3 start */
.moreArticlesContainer {
    margin: 40px -15px;
}

.moreArticlesHeader {
    margin-right: 15px;
    font-size: 25px;
    margin-bottom: 30px;
}

.imageboxDIV {
    margin-bottom: 5px;
}

    .imageboxDIV .imagebox {
        display: block;
        float: right;
        width: 100%;
        height: 150px;
        /*margin: 10px 0 0 20px;*/
        position: relative;
        /*border: 1px solid #a30001;*/
        overflow: hidden;
        background-color: white;
    }

        .imageboxDIV .imagebox a .imageboxIMG {
            width: 100% !important;
            height: 100% !important;
            -moz-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

    .imageboxDIV:hover .imagebox a .imageboxIMG {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }


    .imageboxDIV .imagebox a .imagebox-desc {
        display: block;
        text-align: center;
        background: rgba(0,0,0,.8);
        padding: 9px 7px 5px 7px;
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        color: white;
        font-size: 23px;
        font-weight: 300;
    }
/* more articles for id=3 end */


.is-Agree {
    color: #000;
}

.form-group {
    margin-bottom: 17px;
}

.shippingTypeNewsID {
    padding-right: 0px;
}

.cartMenuBtn {
    width: 100%;
    border: 1px solid #888;
    padding: 3px 0px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

    .cartMenuBtn:hover {
        background-color: #fff;
        color: #000;
    }


.productTXT {
    max-width: 95%;
}







/*  ================================================== */
/*  ============== Thankyoucontact Start ============== */
/*  ================================================== */

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

    .success-checkmark .check-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid #4CAF50;
    }

        .success-checkmark .check-icon::before {
            top: 3px;
            left: -2px;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 100px 0 0 100px;
        }

        .success-checkmark .check-icon::after {
            top: 0;
            left: 30px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 100px 100px 0;
            animation: rotate-circle 4.25s ease-in;
        }

        .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
            content: '';
            height: 100px;
            position: absolute;
            background: #FFFFFF;
            transform: rotate(-45deg);
        }

        .success-checkmark .check-icon .icon-line {
            height: 5px;
            background-color: #4CAF50;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 10;
        }

            .success-checkmark .check-icon .icon-line.line-tip {
                top: 46px;
                left: 14px;
                width: 25px;
                transform: rotate(45deg);
                animation: icon-line-tip 0.75s;
            }

            .success-checkmark .check-icon .icon-line.line-long {
                top: 38px;
                right: 8px;
                width: 47px;
                transform: rotate(-45deg);
                animation: icon-line-long 0.75s;
            }

        .success-checkmark .check-icon .icon-circle {
            top: -4px;
            left: -4px;
            z-index: 10;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            box-sizing: content-box;
            border: 4px solid rgba(76, 175, 80, 0.5);
        }

        .success-checkmark .check-icon .icon-fix {
            top: 8px;
            width: 5px;
            left: 26px;
            z-index: 1;
            height: 85px;
            position: absolute;
            transform: rotate(-45deg);
            background-color: #FFFFFF;
        }

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}


/*  ================================================== */
/*  ============== Thankyoucontact Start ============== */
/*  ================================================== */


/*#region Floating Side Bar Share Start*/

@media(max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

.FloatingSideBarShare {
    position: fixed;
    bottom: 10%;
    right: 0;
    width: 50px;
    z-index: 120;
    background-color: #262322;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    /*border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    border-left: 1px solid #000;*/
}

.FloatingSideBarFBWrapper {
    position: relative;
}

    .FloatingSideBarFBWrapper:hover {
        box-shadow: 0 0 10px rgba(44, 42, 42, 0.5);
    }

.FloatingSideBarFB {
    text-align: center;
    background-color: #000;
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.FloatingSideBarFBWrapper:hover .FloatingSideBarFB {
    background-color: #000;
}

.FloatingSideBarFB i {
    font-size: 16px;
    color: #fff;
}

.FloatingSideBarFBSlideDiv {
    position: absolute;
    opacity: 0;
    right: 0;
    text-align: center;
    height: auto;
    top: 0;
    padding: 0 15px 0 15px;
    background-color: transparent;
    white-space: nowrap;
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    -webkit-transform: translatex(100%);
    transform: translatex(100%);
    -moz-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    -o-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    -webkit-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    z-index: -1;
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 3px rgba(44, 42, 42, 0.70);
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.FloatingSideBarFBWrapper:hover .FloatingSideBarFBSlideDiv {
    opacity: 1;
    background-color: #000;
    right: 35px;
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0);
    box-shadow: 0 0 3px rgba(44, 42, 42, 0.70);
}
/*#region Floating Side Bar Share End*/


/*#region Floating Side Bar Start*/

.FloatingSideBar {
    position: fixed;
    bottom: 35%;
    right: 0;
    width: 35px;
    z-index: 120;
    background-color: #262322;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    /*border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    border-left: 1px solid #000;*/
}

.FloatingSideBarPhoneWrapper {
    position: relative;
}

    .FloatingSideBarPhoneWrapper:hover {
        box-shadow: 0 0 10px rgba(44, 42, 42, 0.5);
    }

.FloatingSideBarPhone {
    text-align: center;
    background-color: #000;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    /*.FloatingSideBarPhoneWrapper:hover .FloatingSideBarPhone{
    background-color: #000;
}*/
    .FloatingSideBarPhone i {
        color: #fff;
        font-size: 16px;
    }

.FloatingSideBarPhoneSlideDiv {
    position: absolute;
    opacity: 0;
    right: 0;
    text-align: center;
    height: auto;
    top: 0;
    padding: 0 15px 0 15px;
    background-color: transparent;
    white-space: nowrap;
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    -webkit-transform: translatex(100%);
    transform: translatex(100%);
    -moz-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    -o-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    -webkit-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    z-index: -1;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 3px rgba(44, 42, 42, 0.70);
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.FloatingSideBarPhoneWrapper:hover .FloatingSideBarPhoneSlideDiv {
    opacity: 1;
    background-color: #000;
    right: 35px;
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0);
    box-shadow: 0 0 3px rgba(44, 42, 42, 0.70);
}

.FloatingSideBarPhoneSlideDiv .FloatingSideBarPhoneText1 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.FloatingSideBarPhoneSlideDiv .FloatingSideBarPhoneText2 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.FloatingSideBarPhoneSlideDiv .FloatingSideBarPhoneText3 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.FloatingSideBarEmailWrapper {
    position: relative;
}

    .FloatingSideBarEmailWrapper:hover {
        box-shadow: 0 0 10px rgba(44, 42, 42, 0.5);
    }

.FloatingSideBarEmail {
    text-align: center;
    background-color: #000;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.FloatingSideBarEmailWrapper:hover .FloatingSideBarEmail {
    background-color: #000;
}

.FloatingSideBarEmail i {
    font-size: 24px;
    color: #fff;
}

.FloatingSideBarEmailSlideDiv {
    position: absolute;
    opacity: 0;
    right: 0;
    text-align: center;
    height: auto;
    top: 0;
    padding: 0 15px 0 15px;
    background-color: transparent;
    white-space: nowrap;
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    -webkit-transform: translatex(100%);
    transform: translatex(100%);
    -moz-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    -o-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    -webkit-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    z-index: -1;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 3px rgba(44, 42, 42, 0.70);
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.FloatingSideBarEmailWrapper:hover .FloatingSideBarEmailSlideDiv {
    opacity: 1;
    background-color: #000;
    right: 35px;
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0);
    box-shadow: 0 0 3px rgba(44, 42, 42, 0.70);
}

.FloatingSideBarContactFormWrapper {
    position: relative;
    cursor: pointer;
}

    .FloatingSideBarContactFormWrapper:hover {
        box-shadow: 0 0 10px rgba(44, 42, 42, 0.5);
    }

.FloatingSideBarContactForm {
    text-align: center;
    background-color: #000;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-top: 1px solid rgba(255, 255, 255, 0.50);*/
}

    .FloatingSideBarContactForm i {
        color: #fff;
        font-size: 16px;
    }

.FloatingSideBarContactFormWrapper:hover .FloatingSideBarContactForm {
    background-color: #000;
}

.FloatingSideBarContactForm img {
    width: 26px;
}

.FloatingSideBarContactFormSlideDiv {
    /*position: absolute;
    opacity: 0;
    right: 0;
    text-align: center;
    height: auto;
    top: 0;
    padding: 0 15px 0 15px;
    background-color: transparent;
    white-space: nowrap;
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    -webkit-transform: translatex(100%);
    transform: translatex(100%);
    -moz-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    -o-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    -webkit-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    z-index: -1;
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 3px rgba(44, 42, 42, 0.70);*/
    position: absolute;
    opacity: 0;
    right: 0;
    text-align: center;
    height: auto;
    top: 0;
    padding: 0 15px 0 15px;
    background-color: transparent;
    white-space: nowrap;
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    -webkit-transform: translatex(100%);
    transform: translatex(100%);
    -moz-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    -o-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    -webkit-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    z-index: -1;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 3px rgba(44, 42, 42, 0.70);
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.FloatingSideBarContactFormWrapper:hover .FloatingSideBarContactFormSlideDiv {
    /*opacity: 1;
    background-color: #fff;
    right: 49px;
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0);
    box-shadow: 0 0 3px rgba(44, 42, 42, 0.70);
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 15px 20px 15px;
    margin: 0 1px 0 0;
    min-width: 300px;*/
    opacity: 1;
    background-color: #000;
    right: 35px;
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0);
    box-shadow: 0 0 3px rgba(44, 42, 42, 0.70);
}

.FloatingSideBarFormTitles {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 0 15px 0;
}

.FloatingSideBarFormTitle {
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 22px;
    margin: 0 0 0 0;
}

    .FloatingSideBarFormTitle h2 {
        text-align: center;
        font-weight: 400;
        color: #fff;
        font-size: 22px;
        margin: 0 0 0 0;
    }

.FloatingSideBarForm {
}

    .FloatingSideBarForm .FormNameDIV30 {
        position: relative;
    }

    .FloatingSideBarForm .formInputsAsterix30 {
        font-family: Helvetica, 'FontAwesome', sans-serif !important;
        position: relative;
        font-size: 18px !important;
        padding: 0.475rem 2rem !important;
        /* margin-bottom: 20px; */
        margin: 0 5px 0 5px !important;
        width: 100% !important;
        height: 35px !important;
        /*background: #ad4d01!important;*/
        background: #fff !important;
        color: #333 !important;
        border: none !important;
        /* border-bottom: 1px solid #fff!important; */
        border-radius: 50px !important;
        box-shadow: none !important;
    }

        .FloatingSideBarForm .formInputsAsterix30:focus {
            border: 1px solid #fe7200 !important;
        }

    .FloatingSideBarForm .placeholderFormName30 {
        position: absolute;
        font-size: 7px;
        top: 13px;
        color: #000;
        width: 7px;
        right: 13px;
    }

    .FloatingSideBarForm .placeholderFormPhone30 {
        position: absolute;
        font-size: 7px;
        top: 13px;
        color: #000;
        width: 7px;
        right: 13px;
    }

    .FloatingSideBarForm .FormNameDIV30 ul {
    }

        .FloatingSideBarForm .FormNameDIV30 ul li {
            position: absolute;
            left: 25px;
            top: 3px;
            color: #ed2a24;
            font-size: 12px;
            font-weight: 700;
        }

    .FloatingSideBarForm .BTNGroup30 {
        position: relative;
        padding: 0 !important;
        margin: 0 !important;
        min-height: 50px;
        /* width: 200px; */
    }

        .FloatingSideBarForm .BTNGroup30 .loadingGif30 {
            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%);
        }

        .FloatingSideBarForm .BTNGroup30 .MyFormBTN30.btn-primary {
            height: 50px;
            font-size: 20px !important;
            padding: 0 !important;
            z-index: 10;
            position: relative;
            display: block;
            color: #000;
            -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: none !important;
            border-radius: 50px;
        }

            .FloatingSideBarForm .BTNGroup30 .MyFormBTN30.btn-primary:hover {
                color: #000;
                -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; */
            }

            .FloatingSideBarForm .BTNGroup30 .MyFormBTN30.btn-primary:focus {
                color: #fff;
                background-color: #fff !important;
                outline: none !important;
            }

        .FloatingSideBarForm .BTNGroup30 .MyFormBTN30 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%);
            color: #000;
        }

        .FloatingSideBarForm .BTNGroup30 .MyFormBTN30 .FormAngleIon30 {
            -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: #000;
            font-size: 24px !important;
            position: absolute;
            margin-right: 17px;
            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);
        }

        .FloatingSideBarForm .BTNGroup30:hover .MyFormBTN30 .FormAngleIon30 {
            -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: 27px;
        }


.formInputsAsterix30::-webkit-input-placeholder {
    color: #000 !important;
}

.formInputsAsterixMessage30::-webkit-input-placeholder {
    color: #000 !important;
}

.FloatingSideBarWhatsappWrapper {
    position: relative;
}

    .FloatingSideBarWhatsappWrapper:hover {
        box-shadow: 0 0 10px rgba(44, 42, 42, 0.5);
    }

.FloatingSideBarWhatsapp {
    text-align: center;
    background-color: #000;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.FloatingSideBarWhatsappWrapper:hover .FloatingSideBarEmail {
    background-color: #000;
}

.FloatingSideBarWhatsapp i {
    font-size: 16px;
    color: #fff;
}

.FloatingSideBarWhatsappSlideDiv {
    position: absolute;
    opacity: 0;
    right: 0;
    text-align: center;
    height: auto;
    top: 0;
    padding: 0 15px 0 15px;
    background-color: transparent;
    white-space: nowrap;
    -moz-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    -webkit-transform: translatex(100%);
    transform: translatex(100%);
    -moz-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    -o-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    -webkit-transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    transition: opacity .5s ease,right .8s ease,-webkit-transform .8s ease,-ms-transform .8s ease,transform .8s ease,background-color .3s ease;
    z-index: -1;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 3px rgba(44, 42, 42, 0.70);
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.FloatingSideBarWhatsappWrapper:hover .FloatingSideBarWhatsappSlideDiv {
    opacity: 1;
    background-color: #000;
    right: 35px;
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0);
    box-shadow: 0 0 3px rgba(44, 42, 42, 0.70);
}

.newFormHeader {
    color: #fff;
    margin-top: 15px;
}

.rightFormSup {
    position: absolute;
    right: 0;
}
/*#endregion Floating Side Bar END */

.ContactPageFormNewLeft {
    position: absolute;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 15px 30px 60px;
    width: 400px;
}

.ContactPageFormNewRight {
    position: absolute;
    height: auto;
    right: 0;
    bottom: 0;
    padding: 15px 30px 60px;
    width: 400px;
}




.whatsppFloatingIconDiv {
    position: fixed;
    right: 65px;
    bottom: 10px;
    z-index: 99;
}

.whatsppFloatingIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    z-index: 1;
    text-align: center;
    border-radius: 50% !important;
    background-color: #26d367;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(38, 211, 103, 0.5);
    -webkit-animation: IconPulsing 3s infinite;
    animation: IconPulsing 3s infinite;
}
    /*.whatsppFloatingIcon:hover {
    -webkit-animation: none;
    animation: none;
}*/
    .whatsppFloatingIcon:focus {
        outline: none !important;
    }

    .whatsppFloatingIcon i {
        color: #fff;
        font-size: 22px !important;
    }

@media (max-width: 992px) {
    .whatsppFloatingIconDiv {
        left: 2px;
        right: unset;
        bottom: 10%;
        z-index: 99;
    }

    .whatsppFloatingIcon {
        height: 35px;
        width: 35px;
    }

        .whatsppFloatingIcon i {
            font-size: 20px !important;
        }
}

/*#region Pulsing Whatsapp*/
@-webkit-keyframes IconPulsing {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
        -moz-box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
        box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
        -moz-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

.breadcrumb > .active {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.catsOverlay {
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: -15px;
    background-color: rgba(0,0,0,0.3);
    transition: all 0.3s ease-in-out;
}

.boxDivCats {
    height: 300px;
    margin-top: 20px;
}

.boxDivCatsInner {
    margin: 15px 0;
    height: 100%;
    padding: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.boxCats {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.titleCats {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    color: #fff;
    font-size: 25px;
    text-shadow: 0 1px 5px black;
    padding-bottom: 0;
}

.boxDivCatsInner:hover .catsOverlay {
    background-color: rgba(0,0,0,0.6);
    transition: all 0.3s ease-in-out;
}

.articlesPageContainerItems {
    padding: 15px;
    width: 79%;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
}

@media(max-width:1200px) {
    .articlesPageContainerItems {
        width: 100%;
        float: none;
    }
}
