﻿/*Start global Setting*/

@font-face {
    font-family: 'Gandom';
    src: url('../fonts/Gandom.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSansMobile_Light';
    src: url('../fonts/IRANSansMobile_Light.ttf');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'Gandom';
    direction: rtl;
    text-align: right;
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Gandom';
    background-color: #fff;
    font-size: 15px;
    background-image: url(/image/BackPNG.png);
    background-size: 170px;
}

img {
    max-width: 100%;
}

.row {
    margin: 0 !important;
    padding: 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.SearchSpan {
    display: none;
}

    .SearchSpan.active {
        cursor: pointer;
        display: inline-block !important;
    }

@keyframes Rot {
    0% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes Fadein {
    0% {
        opacity: 0;
    }

    1100% {
        opacity: 1;
    }
}

.CloseDiv {
    display: none;
}

    .CloseDiv.active {
        display: block;
    }

.BaseImg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 100%;
    margin: auto;
    margin-bottom: 1em;
}

.sliderSec {
    position: relative;
    max-width: 1800px;
    margin: 16em auto 0;
}

a {
    text-decoration: none !important;
}

.dropdown-menu.dropdownM {
    display: none;
}

.dropdown-menu li {
    padding: 0.3em 0em;
}

.Spical {
    color: white !important;
    font-size: 18px;
    position: relative;
    right: 0;
    bottom: 0.3em;
}


    .Spical:hover {
        cursor: pointer;
        color: #ff9b00 !important;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.TopHeadr {
    background-color: #f4f4f4;
    height: 7em;
}

.search-Box input {
    border: 0;
    outline: 0;
    width: 100%;
    background-color: transparent;
    padding: 0.5em;
}

.search-Box {
    position: absolute;
    top: 2em;
    left: 0;
    right: 2em;
    width: 70%;
    margin: auto;
    border-radius: 7px;
    background-color: #fff;
    display: none;
}

.Search-btn {
    position: absolute;
    left: 1em;
    top: 0.5em;
}

.SearchLi div {
    display: table-cell
}

.SearchLi span {
    margin: 0 !important;
}

.SerchProd img {
    width: 7em;
    border-radius: 50%;
    padding: 1em;
}

.SerchProd li {
    border-bottom: 1px solid #dfd6d6;
    border-left: 1px solid #dfd6d6;
}

.SerchProd span {
    font-size: 14px;
}

.Search-btn span {
    color: #ff5500;
}

.CloseSearch {
    display: none;
    position: absolute;
    bottom: 0;
    top: 2em;
    right: 2.5em;
}

    .CloseSearch span {
        color: #8d5555;
        cursor: pointer;
    }

.TopHeadr {
    position: relative;
    background-color: #f4f4f4;
    height: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

    .TopHeadr.active {
        -moz-transition: ease-in-out 0.5s;
        -o-transition: ease-in-out 0.5s;
        -webkit-transition: ease-in-out 0.5s;
        transition: ease-in-out 0.5s;
        height: 6em;
        position: absolute;
        z-index: 99999999999999999999 !important;
    }

#SerchDiv.active .search-Box, #SerchDiv.active .CloseSearch {
    display: block;
}

.Search-BoxRes {
    position: absolute;
    max-height: 20em;
    overflow-y: scroll;
    background-color: #fff;
    top: 80%;
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
    z-index: 9;
    /*-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;*/
    -moz-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

    .Search-BoxRes hr {
        border-top: 1px solid #f1f1f1;
    }

    .Search-BoxRes::before {
        content: "";
        position: absolute;
        top: -0.5em;
        left: 1em;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

.SerchProd a {
    color: #181818 !important;
}

    .SerchProd a:hover {
        color: #ff5500 !important;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.SerchProd {
    /*box-shadow: 0px 1px 6px 0px #000;*/
    margin-top: 1em;
    list-style: none;
}


.greatmodal .modal-content {
    background-color: #f1f1f1;
}

.greatmodal.modal-dialog {
    margin: 4% 25% 0 10% !important;
}

.greatmodal.modal-dialog {
    max-width: 1100px !important;
}

.Mnavheader {
    display: none;
}

.Mnavheader2 {
    display: none;
}

.Mnavheader {
    position: fixed;
    background-color: #292929;
    width: 70%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -20em;
    opacity: 0;
    left: 0;
    -moz-transition: all 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.Mnavheader2 {
    position: fixed;
    background-color: #292929;
    width: 70%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -20em;
    opacity: 0;
    left: 0;
    -moz-transition: all 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 9999999999;
}

.Mnavheader.active {
    opacity: 1;
    right: 0;
    -moz-transition: all 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.Mnavheader2.active {
    -moz-transition: all 0.3s linear;
    -o-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    opacity: 1;
    right: 0;
}

.ShowNavDiv {
    display: none;
}

.ShowNav {
    background-color: #3c1540;
    color: white !important;
    position: fixed;
    top: 5em;
    left: -0.5em;
    padding: 1em;
    font-size: 1.2em;
    z-index: 99999999999999;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;
}

    .ShowNav i {
        -moz-animation: Rot 3s forwards infinite;
        -o-animation: Rot 3s forwards infinite;
        -webkit-animation: Rot 3s forwards infinite;
        animation: Rot 3s forwards infinite;
    }
/*End global Setting*/
/*Start header Setting*/
.header {
    position: absolute !important;
    z-index: 999;
}

.navheader {
    background-color: transparent;
    width: 70%;
    display: flex;
    position: fixed;
    top: 12em;
    left: 0;
    right: 0;
    margin: auto;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.PositionBarsam {
    background-color: white;
    padding: 0em 6em;
    border-bottom: 1px solid #212121;
    top: 0 !important;
    width: 100% !important;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.navul {
    padding: 1em 0em 0.1em 0em;
    list-style: none !important;
    display: flex;
}

.navitem {
    padding: 0em 1em;
}

.navlink {
    font-weight: bold;
    color: #3c1540 !important;
}

    .navlink.active {
        color: #ff9b00 !important;
    }

    .navlink:hover {
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #ff9b00 !important;
    }



.nav-button {
    position: absolute;
    left: 10%;
    bottom: 0.4em;
}

    .nav-button span {
        color: white;
        margin: 0em 0.5em;
        font-size: 25px;
    }

.togglesec {
    display: none;
}


.dropdowntoggle {
    position: relative;
}

    .dropdowntoggle:after {
        font-family: FontAwesome;
        content: "\f107" !important;
        display: inline-block;
    }

.dropdownmenu {
    position: absolute;
    background-color: #fff !important;
    display: none;
    list-style: none !important;
    left: 0;
    padding: 2em 0em;
    top: 1.7em;
    border-radius: 0.3em;
    box-shadow: 0 1px 6px rgba(32,33,36,.28)
}

    .dropdownmenu:before {
        content: '';
        position: absolute;
        top: -0.4em;
        left: 0.5em;
        z-index: 1;
        border-bottom: solid 15px white;
        border-left: solid 15px transparent;
        border-right: solid 15px transparent;
    }

    .dropdownmenu .navitem {
        position: relative;
        color: #000;
        text-align: right;
        padding: 0.3em 2em;
        z-index: 999999999999999999999999999;
    }

        .dropdownmenu .navitem:before {
            content: "";
            position: absolute;
            left: 100%;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: #ff9d02;
            background-image: -moz-linear-gradient(to left, #b60000, rgba(255,0,0,0.4));
            background-image: -o-linear-gradient(to left, #b60000, rgba(255,0,0,0.4));
            background-image: -webkit-gradient(linear, left left, left left, from(#b60000), to(rgba(255,0,0,0.4)));
            background-image: -webkit-linear-gradient(to left, #b60000, rgba(255,0,0,0.4));
            background-image: linear-gradient(to left, #b60000, rgba(255,0,0,0.4));
            z-index: -1;
        }

        .dropdownmenu .navitem:hover {
            color: white;
            opacity: 1 !important;
        }

            .dropdownmenu .navitem:hover:before {
                -moz-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
                left: 0;
            }

            .dropdownmenu .navitem:hover .dropdown-item {
                color: white;
                background: none !important;
            }


.dropdown-pc:hover .dropdownmenu {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: block !important;
}

.dropdown-mobile {
    display: none;
}
/*End header Setting*/
/*Start Slider Setting*/
.imgsec {
    background-color: #3c1540;
    height: 30em;
}

#imageBack {
    background-position: center;
    background-size: cover;
    min-height: 100%;
}

.content {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    margin: auto;
}

    .content h3 {
        color: white;
        font-weight: 300;
        text-align: center;
    }

    .content p {
        color: #ff9b00;
        text-align: center;
    }

    .content hr {
        border: 0.3px solid #9c64a7;
    }

.SearchDiv span {
    position: relative;
    left: 1em;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.SearchDiv {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;
    text-align: center;
}

    .SearchDiv input::placeholder {
        color: #fff;
    }

    .SearchDiv input:focus {
        outline: none !important;
    }

    .SearchDiv input {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        background-color: #212121;
        width: 40%;
        box-shadow: none;
        padding: 0.2em 1em;
        border: 1px solid #3c1540;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.SearchResult {
    min-height: 10em;
    background-color: #fff;
    /* width: 40%; */
    position: absolute;
    left: 1em;
    right: 0em;
    width: 44%;
    margin: auto;
    top: 2.3em;
    -moz-box-shadow: 2px 0 0px 2px #fff;
    -webkit-box-shadow: 2px 0 0px 2px #fff);
    box-shadow: 2px 0 0px 2px #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 0
}

/*End Slider Setting*/

/*Start Subject Setting*/

.Subjectt-Sec {
    position: relative;
    max-width: 1800px;
    margin: 2em auto 0;
}

.Subdiv {
    border: 1px solid #e4e4e4;
    min-height: 19em;
}

.Subcount {
    padding: 2em 2em;
}

    .Subcount h5 {
        line-height: 2em;
        text-align: center;
        font-weight: bold;
        color: #9c64a7;
    }

    .Subcount p {
        font-weight: 500;
    }

.Subimg {
    position: absolute;
    top: -2em;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0.5em 0em;
    text-align: center;
    background-color: #9c64a7;
    width: 3em;
    height: 3em;
    border-radius: 50%;
}

    .Subimg i {
        color: white;
        font-size: 2em;
    }


/*End Subject Setting*/
/*Start Produuct Setting*/
.prodeuct-Sec {
    min-height: 30em;
    max-width: 1800px;
    margin: 3em auto 0 auto;
}

.prodeucth h4 {
    text-align: center;
    color: #9c64a7;
    font-weight: bold;
    line-height: 3.5em;
}

.prodeucth span {
    text-align: center;
}

.starbtn {
    text-align: center;
    margin-top: 0.5em;
    background-image: url('../image/star.png');
    background-repeat: no-repeat;
    background-position: center;
    /*background-size:cover;*/
    min-height: 2em;
}

.flexmain {
    display: flex;
    height: 600px;
    padding: 0.5em;
}


.flexsub {
    flex: 1;
}

    .flexsub div {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }


.flexsub2 {
    flex: 2;
}

.imgflex {
    position: relative;
    height: 50%;
    padding: 0.5em;
}

    .imgflex div {
        position: relative;
        height: 100%;
    }

.imgflexOne {
    height: 100%;
    padding: 0.5em;
}

    .imgflexOne div {
        position: relative;
        height: 100%;
    }
/*
.flexsub .imgflex:nth-child(1) {
    margin-bottom: 1em;
}*/

.flexsubZir {
    display: flex;
    height: 50%;
}

    .flexsubZir .imgflex {
        flex: 1;
        height: 100%;
    }

.BaseDivTitle {
    position: absolute !important;
    background-color: #4c265bd4;
    top: 50%;
    height: fit-content !important;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    color: white;
    padding: 0.5em 1em;
    text-align: center;
    font-weight: bold;
}

.imgflex .BaseDiv::before {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background-color: #000;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.imgflex .BaseDiv:hover:before {
    left: 0 !important;
    right: 0 !important;
    cursor: pointer;
    opacity: 0.7;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.imgflex .BaseDiv:hover .BaseDivTitle {
    display: none;
}

.imgflex:hover .pbtn {
    opacity: 1;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.posbtn {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
}

.posbttnn {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
}

.pbtn {
    opacity: 0;
    border: 2px solid #9c64a7;
    color: white;
    padding: 0.1em 1em;
    border-radius: 1.5em;
}

    .pbtn:hover {
        border: none;
        color: white;
        background-color: #9c64a7;
    }


/*End Produuct Setting*/
/*Start Produuctus Setting*/
.slick-slide {
    box-shadow: 0 0 15px #0000000f;
}

.prodeuctus-Sec {
    position: relative;
    margin-top: 1em;
    overflow: hidden;
    max-width: 1800px;
    margin: auto;
}

.prodeucth p {
    font-weight: 600;
    text-align: center;
}

.prodcol {
    position: relative;
    min-height: 30em;
    background-color: white;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.prodcol2 {
    cursor: pointer;
    position: relative;
    min-height: 20em;
    background-color: white;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.prodcol3 {
    cursor: pointer;
    position: relative;
    min-height: 24em;
    background-color: white;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.prodcol2 .TopDiv {
    position: absolute;
    width: 0.5%;
    height: 0%;
    background-color: #ff5500;
    top: 0em;
    left: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.prodcol3 .TopDiv {
    position: absolute;
    width: 0.5%;
    height: 0%;
    background-color: #ff5500;
    top: 0em;
    left: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.prodcol2 .BottomDiv {
    position: absolute;
    width: 0.5%;
    height: 0%;
    background-color: #ff9b00;
    bottom: 0em;
    right: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.prodcol3 .BottomDiv {
    position: absolute;
    width: 0.5%;
    height: 0%;
    background-color: #ff9b00;
    bottom: 0em;
    right: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.prodcol2 .RightDiv {
    position: absolute;
    width: 0.1%;
    height: 0%;
    background-color: #ff9b00;
    top: 0em;
    right: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.prodcol3 .RightDiv {
    position: absolute;
    width: 0.1%;
    height: 0%;
    background-color: #ff9b00;
    top: 0em;
    right: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.prodcol2 .LeftDiv {
    position: absolute;
    width: 0.1%;
    height: 0%;
    background-color: #ff5500;
    bottom: 0em;
    left: 0em;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.prodcol3 .LeftDiv {
    position: absolute;
    width: 0.1%;
    height: 0%;
    background-color: #ff5500;
    bottom: 0em;
    left: 0em;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.prodcol2:hover .LeftDiv {
    height: 100%;
    transition: all 0.7s ease-in-out;
}

.prodcol3:hover .LeftDiv {
    height: 100%;
    transition: all 0.7s ease-in-out;
}

.prodcol2:hover .RightDiv {
    height: 100%;
    transition: all 0.7s ease-in-out;
}

.prodcol3:hover .RightDiv {
    height: 100%;
    transition: all 0.7s ease-in-out;
}

.prodcol2:hover .TopDiv {
    height: 0.1%;
    width: 100%;
    transition: all 0.7s ease-in-out;
}

.prodcol3:hover .TopDiv {
    height: 0.1%;
    width: 100%;
    transition: all 0.7s ease-in-out;
}

.prodcol2:hover .BottomDiv {
    height: 0.1%;
    width: 100%;
    transition: all 0.7s ease-in-out;
}

.prodcol3:hover .BottomDiv {
    height: 0.1%;
    width: 100%;
    transition: all 0.7s ease-in-out;
}

.prodcol:hover .LeftDiv {
    height: 215%;
    transition: all 0.7s ease-in-out;
}

.prodcol:hover .RightDiv {
    height: 215%;
    transition: all 0.7s ease-in-out;
}

.prodcol:hover .TopDiv {
    height: 0.5%;
    width: 115%;
    transition: all 0.7s ease-in-out;
}

.prodcol:hover .BottomDiv {
    height: 0.5%;
    width: 115%;
    transition: all 0.7s ease-in-out;
}

.LeftDiv {
    position: absolute;
    width: 0.5%;
    height: 0%;
    background-color: #ff5500;
    bottom: 0em;
    left: -15px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.RightDiv {
    position: absolute;
    width: 0.5%;
    height: 0%;
    background-color: #ff9b00;
    top: 0em;
    right: -15px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.TopDiv {
    position: absolute;
    width: 0.5%;
    height: 0%;
    background-color: #ff5500;
    top: 0em;
    left: -20px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.BottomDiv {
    position: absolute;
    width: 0.5%;
    height: 0%;
    background-color: #ff9b00;
    bottom: 0em;
    right: -20px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.prodcol a {
    color: #000;
}

.prodcol:hover {
    cursor: pointer;
}

.contprodcol {
    text-align: center;
}

    .contprodcol span {
        color: #292929;
        font-family: 'IRANSansMobile_Light';
        font-size: 15px;
    }

    .contprodcol h5 {
        text-align: center;
        color: #ff5500;
        font-weight: bold;
        line-height: 2em;
    }

    .contprodcol h6 {
        text-align: center;
        color: #ff5500;
        line-height: 2em;
    }

    .contprodcol h4 {
        text-align: center;
        color: #ff5500;
        line-height: 2em;
    }


.productbtn {
    text-align: center;
}

.pp2 {
    margin: 0em 0.5em;
    text-align: center;
    padding: 0.4em 1em 0.2em;
    background: white;
    border: 1px solid #9c64a7;
    border-radius: 100%;
}

.nn2 {
    margin: 0em 0.5em;
    text-align: center;
    padding: 0.4em 1em 0.2em;
    background: white;
    border: 1px solid #9c64a7;
    border-radius: 100%;
}

    .nn2:hover {
        background: #9c64a7;
        cursor: pointer;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: all 0.3s linear;
    }

.pp2:hover {
    cursor: pointer;
    background: #9c64a7;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: all 0.3s linear;
}
/*.slick-prev, .slick-next {
    text-align: center;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 100%;
    display: block;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    outline: none;
    background: white !important;
    border: 2px solid #ff5500 !important;
    z-index: 99;
}

    .slick-prev:before {
        content: '>' !important;
        content: "\e079";
        font-family: 'Glyphicons Halflings';
    }

    .slick-prev:before, .slick-next:before {*/
/* font-family: 'slick'; */
/*font-size: 25px;
        line-height: 1;
        opacity: 1;
        color: #3c1540 !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-next:before {
        content: '<' !important;
        content: "\e080";
        font-family: 'Glyphicons Halflings';
    }

.slick-prev {
    left: 450px !important;
}

.slick-next {
    right: 450px !important;
}

.slick-prev:hover {
    background: #ff9b00  !important;
    border: none !important;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: all 0.3s linear;
}

.slick-next:hover {
    background: #ff9b00  !important;
    border: none !important;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: all 0.3s linear;
}*/

.nn2.slick-disabled {
    cursor: not-allowed !important;
}

.pp2.slick-disabled {
    cursor: not-allowed !important;
}

.prodeuctusbtn {
    text-align: center;
    margin-top: 4em;
}

    .prodeuctusbtn a {
        color: #3c1540;
        border: 1px solid #9c64a7;
        padding: 0.3em 1em;
        border-radius: 2em;
    }

        .prodeuctusbtn a:hover {
            border: #ff9b00;
            color: white;
            background-color: #9c64a7;
            box-shadow: 0px 6px 2px 1px #505050;
            -moz-transition: inherit;
            -o-transition: inherit;
            -webkit-transition: inherit;
            transition: all 0.3s linear;
        }
/*End Produuctus Setting*/
/*Start contactus Setting*/
.contactus-Sec {
    min-height: 30em;
    background-image: url('../image/bg1.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-width: 1800px;
    margin: auto;
    margin-top: 20px;
}

    .contactus-Sec:before {
        content: "";
        position: absolute;
        background-color: #000;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.7;
    }

.contsbttn {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5em;
}

.contsbtn {
    opacity: 1;
    border: 2px solid #9c64a7;
    color: white;
    padding: 0em 2em;
    border-radius: 1.5em;
    margin: 0em 0.5em;
}

.contsbtn2 {
    opacity: 1;
    border: 2px solid white;
    color: white;
    padding: 0.5em 1em;
    border-radius: 1.5em;
    margin: 0em 0.5em;
}

.contsbtn:hover {
    color: white;
    border: none;
    background-color: #9c64a7;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contsbtn2:hover {
    color: white;
    border: none;
    background-color: #ff9b00;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.contcontsec {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 10%;
}

    .contcontsec h4 {
        color: white;
        font-weight: bold;
        text-align: center;
        line-height: 2.5em;
    }

    .contcontsec p {
        padding: 0.5em 2em;
        text-align: center;
        font-weight: 600;
        line-height: 2.1em;
        color: #ff9b00;
    }

    .contcontsec span {
        color: #ff9b00
    }

.backtop {
    position: absolute;
    top: 0em;
    z-index: -1;
}

    .backtop img {
        height: 15em;
    }

.backbot {
    position: absolute;
    bottom: 0em;
    left: 0em;
}

    .backbot img {
        height: 20em;
    }

.overlay {
    position: absolute;
    top: 0;
    opacity: 0;
}

.prodcol a:hover .overlay {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s linear;
    opacity: 1;
}

.prodcol2 a:hover .overlay {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s linear;
    opacity: 1;
}

.prodcol3 a:hover .overlay {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s linear;
    opacity: 1;
}

.prodicon {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%
}

    .prodicon span:hover {
        background-color: #ff5500;
        color: #FFF;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .prodicon span {
        padding: 0.3em 0em;
        text-align: center;
        width: 1.8em;
        height: 1.8em;
        border-radius: 50%;
        display: inline-block;
        border-radius: 50%;
        background-color: #fff;
        color: #ff5500;
    }

        .prodicon span i {
        }
/*End Produuctus Setting*/
/*Start AboutUs Setting*/
.AboutUs-Sec {
    min-height: 30em;
    margin-top: 2em;
    background-image: url(../image/bg2.jpg);
    background-position: 90%-159.46px;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    position: relative;
    max-width: 1800px;
    margin: auto;
}

.AboutCont {
    width: 40%;
    position: absolute;
    left: 0;
    top: 5em;
}

    .AboutCont h4 {
        color: #ff9b00;
        font-weight: bold;
        line-height: 3em;
    }


    .AboutCont p {
        padding-left: 3em;
        text-align: justify;
        line-break: loose;
        color: white;
        font-weight: 600;
    }

.Aboutbtn {
    margin-top: 3em;
}
/*End AboutUs Setting*/

/*Start Blog Setting*/

.Blog-Sec {
    min-height: 25em;
    max-width: 1800px;
    margin: auto;
    position: relative;
    padding-bottom: 100px;
}


.blog-image {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 15em;
}

    .blog-image:before {
        content: "";
        position: absolute;
        right: 0em;
        left: 0em;
        bottom: 0em;
        top: 0em;
        bottom: 0em;
        background-color: #000;
        opacity: 0;
        border-radius: 5em;
    }

    .blog-image:hover:before {
        cursor: pointer;
        opacity: 0.3;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        border-radius: 0em;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.blogcont h4 {
    color: #9c64a7;
    text-align: center;
    font-weight: bold;
}

.blogcont p {
    font-weight: 600;
    text-align: center;
    padding: 1em 2em;
}

.blogcont {
    padding: 2em 0em;
}

.blogcont2 h4 {
    padding-top: 1em;
    color: #3e3e3e;
    font-weight: bold;
    line-height: 2em;
}

.blogcont2 p {
}

.blogbttn {
    margin-top: 2em;
}

.blogbtn {
    border: 2px solid #9c64a7;
    color: #3c1540;
    padding: 0em 1em;
    border-radius: 1.5em;
}

    .blogbtn:hover {
        border: #ff9b00;
        color: white;
        box-shadow: 0px 6px 2px 1px #505050;
        background-color: #9c64a7;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.pp3 {
    margin: 0em 0.5em;
    text-align: center;
    padding: 0.4em 1em 0.2em;
    background: white;
    border: 1px solid #9c64a7;
    border-radius: 100%;
}

.nn3 {
    margin: 0em 0.5em;
    text-align: center;
    padding: 0.4em 1em 0.2em;
    background: white;
    border: 1px solid #9c64a7;
    border-radius: 100%;
}

    .nn3:hover {
        background: #9c64a7;
        cursor: pointer;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: all 0.3s linear;
    }

.pp3:hover {
    cursor: pointer;
    background: #9c64a7;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: all 0.3s linear;
}

.nn3.slick-disabled {
    cursor: not-allowed !important;
}

.pp3.slick-disabled {
    cursor: not-allowed !important;
}
/*End Blog Setting*/


/*Start Footer Setting*/
footer {
    padding: 4em;
    color: white;
    overflow: hidden;
    position: relative;
    background-image: url('../image/header-bg.webp');
    background-size: cover;
    margin-top: 2em;
    max-width: 1800px;
    margin: auto;
}

    footer:after {
        content: ' ';
        background: #000;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        opacity: 0.4;
        z-index: 0;
    }

    footer a {
        margin: 0.5em;
        color: white;
    }

        footer a:hover {
            transition: 0.5s;
            color: #ff9b00 !important;
        }

    footer .TextSenter,
    footer .row {
        z-index: 1;
        position: relative;
    }

    footer hr {
        border-color: #ff5500;
        margin: 0.6em 0.3em;
        padding: 0em;
    }

    footer li {
        list-style: none;
    }

.footerneticon {
    text-align: center;
}

footer p {
    text-align: center;
    justify-content: center;
    color: white;
}

footer i {
    color: #ff9b00;
}
/*End Footer Setting*/

/*Start ContacUs Setting*/

.HeaderAllSec {
    background-image: url(../image/header.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 25em;
    position: relative;
}

.ImgLog {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

    .ImgLog img {
        width: 20em;
        margin-top: 1em;
    }

.hSec {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
}

    .hSec h3 {
        color: white;
        text-align: center;
        line-height: 2em;
    }

.BrudSec {
    position: absolute;
    text-align: center;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.breadcrumb-item a {
    color: white;
}

.breadcrumb-item.active {
    color: #ff9b00;
}

.breadcrumb-item a:hover {
    cursor: pointer;
    color: #ff9b00 !important;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #ff9b00;
    content: "/";
    /* width: 1em; */
    /* height: 1em; */
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent !important;
    border-radius: 0.25rem;
    justify-content: center;
}

.Contactth h2 {
    margin-top: 2em;
    text-align: center;
    color: #9c64a7;
    font-weight: bold;
    line-height: 2.1em;
}

.Contactth span {
    text-align: center;
}

.Contactth p {
    text-align: center;
    line-height: 2;
}

.SubjectContact {
    min-height: 20em;
}

.Bord {
    border: 1px solid #9c64a7;
    border-radius: 0.5em;
    position: relative;
    min-height: 15em;
    padding: 0.5em;
}

.BordCount h4 {
    color: #9c64a7;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}

.BordCount p {
    font-weight: bold;
    text-align: center;
}

.BordCount {
    padding: 1em 0.5em;
}

.Subimg2 {
    padding: 0.8em 0em;
    text-align: center;
    background-color: #9c64a7;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    display: inline-block;
}

    .Subimg2 i {
        color: white;
        font-size: 20px;
    }

.Borda {
    color: #5b5b5b;
}

    .Borda:hover {
        color: #ff9b00;
    }

span.Borda {
    line-height: 2;
}

.Contactbtn {
    text-align: center;
}

    .Contactbtn button {
        background-color: #9c64a7;
        color: white;
        border: none;
        padding: 0.2em 2em;
        border-radius: 2em;
        display: inline-block;
        -moz-transition: inherit;
        -o-transition: inherit;
        -webkit-transition: inherit;
        transition: all 0.3s linear;
    }

        .Contactbtn button:hover {
            -moz-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            -o-transform: translateY(-5px);
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
            color: white;
            background-color: #ff9b00;
            box-shadow: 0px 6px 2px 1px #505050;
            -moz-transition: inherit;
            -o-transition: inherit;
            -webkit-transition: inherit;
            transition: all 0.3s linear;
        }

.FormSec .form-control {
    border: 1px solid rgb(208 208 208);
    outline: none;
    box-shadow: none !important;
    padding: 1.5em 28px !important;
    background-color: #fff;
    border-radius: 1em;
    margin: 0.5em 0em;
}

    .FormSec .form-control:focus {
        border: 1px solid #ff5500;
    }

.MapSec iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.MapSec {
    height: 100%;
    width: 100%;
}
/*End ContacUs Setting*/

/*Start Service Setting*/

.ServiceSec {
    margin: 4em 0em;
}

.btn-link {
    font-weight: 400;
    color: #9c64a7;
    text-decoration: none;
}

    .btn-link:hover {
        color: #9c64a7;
        text-decoration: none;
    }

    .btn-link:focus {
        text-decoration: none;
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    color: #292929;
    line-height: 2;
    background-color: #fcfcfc
}

.card {
    background-color: rgba(244, 244, 244, 0.42);
    border: 0;
    margin: 0.7em 0;
}

.btn-link {
    position: relative;
}

    .btn-link.collapsed::after {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        content: "\f067";
        display: block;
        position: absolute;
        font-family: FontAwesome;
        top: 0.3em;
        right: -0.5em;
        -moz-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        transition: all linear 0.3s;
        color: #9c64a7
    }

    .btn-link:after {
        content: "\f068";
        display: block;
        position: absolute;
        font-family: FontAwesome;
        top: 0.3em;
        right: -0.5em;
        -moz-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        transition: all linear 0.3s;
        color: #9c64a7
    }
/*End Service Setting*/

/*Start Blogs Setting*/
.BlogToSec {
    margin: 4em 0em;
}

.ContToBlog {
    margin-top: 1em;
    min-height: 10em;
}

    .ContToBlog p {
        line-height: 1.9;
        color: #292929;
    }

    .ContToBlog h4 {
        color: #292929;
        line-height: 2.1;
        font-weight: bold;
    }

    .ContToBlog h4, .ContToBlog p, .BtnToBlog {
        text-align: center;
    }

.BtnToBlog {
    padding: 1em 0em 3em 0em;
}

.blogbtn2 {
    border: 2px solid #9c64a7;
    color: #3c1540;
    padding: 0.2em 2em;
    border-radius: 1.5em;
}

    .blogbtn2:hover {
        border: #9c64a7;
        color: white;
        box-shadow: 0px 6px 2px 1px #505050;
        background-color: #9c64a7;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

/*End Blogs Setting*/

/*Start AboutUs Setting*/
.AboutUsToSec {
    margin-top: 4em;
    min-height: 20em;
}

.ContToAbout h5 {
    line-height: 1.9;
    color: #9c64a7;
    margin-bottom: 1em;
    font-weight: 600;
    text-align: justify;
    font-size: 1.3em;
}

.ContToAbout p {
    line-height: 1.9;
    color: #292929;
    text-align: justify;
    font-size: 0.9em;
}

.BlogDetail {
    margin-top: 4em;
    min-height: 20em;
}

.ContToBlogDetail {
    margin-top: 2em;
}

    .ContToBlogDetail p {
        line-height: 2.5em;
        color: #292929;
    }

.ImgToBlogDetail {
    text-align: center;
}

    .ImgToBlogDetail img {
        max-height: 20em;
    }

/*End AboutUs Setting*/
.BaseDiv2 {
    background-color: white;
    min-height: 20em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    font-size: 1.2em;
    text-align: justify;
    line-height: 1.7em;
    padding-bottom: 3em;
}

    .BaseDiv2.withp {
        padding: 2em;
    }

.Hedh {
    position: relative;
    color: white;
    background-color: #9c64a7;
    -webkit-border-top-right-radius: 0.5em;
    border-top-right-radius: 0.5em;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;
    margin: 0;
    padding: 0 2em 0.2em 1em;
    width: fit-content;
}

    .Hedh i {
        color: white;
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        position: absolute;
        top: 0.2em;
        right: 0.5em;
    }

.ShopToSec hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.ShopOzv a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #292929;
    font-size: 18px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .ShopOzv a:hover {
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #ff9b00;
    }

.ActiveMenu {
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    color: #ff5500 !important;
}

.ShopOzv.ActiveMenu2 {
    box-shadow: 0px 2px 5px 3px rgba(32,33,36,.28);
    background-color: #Fff;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ShopOzv:hover {
    box-shadow: 0px 2px 5px 3px rgba(32,33,36,.28);
    background-color: #Fff;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ShopOzv {
    padding: 0.5em 1em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.SerachSec {
    background-color: transparent;
    border: 0;
    padding: 0.3em;
}

    .SerachSec input {
        border: 1px solid #3c1540;
    }

        .SerachSec input:focus {
            box-shadow: 0px 0px 2px 1px #ff5500;
            border: 1px solid #3c1540;
        }

.pricesec {
    position: absolute;
    top: 0.3em;
    left: 0;
    font-size: 1.5em;
}

.TextBox h1 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 1em;
    color: #9c64a7;
}

.BaseDiv2 hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #bcbcbc;
}

.flexDiv {
    display: flex;
    flex-wrap: wrap;
}

.flexDiv2 {
    display: flex;
    flex-wrap: wrap;
}

.ShowSub {
    margin: 0.2em;
    padding: 0.2em 0.2em;
    border: 1px solid #9c64a7;
    /* text-align: center; */
    flex: 30%;
    text-align: center;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    font-size: 0.8em;
}

}

.ShowSub:focus {
    outline: none !important;
}

.ShowSub:hover {
    background-color: #ff5500;
    color: white;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ShowSub.changed {
    background-color: #9c64a7;
    color: white;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btnAdd {
    padding: 0.2em 2em;
    text-align: center;
    border: 1px solid #9c64a7;
    color: white;
    background-color: #9c64a7;
    FONT-SIZE: 18px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .btnAdd:hover {
        background-color: #ff5500;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

.BoxTedad {
    position: relative;
    top: 0;
    left: 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 40%;
}

#quantity {
    position: absolute;
    width: 100%;
    float: none;
    display: inline-block;
    font-size: 19px;
    margin: 0;
    border: none;
    background-color: transparent;
    height: 2.5em;
    outline: none;
    text-align: center;
}

.AMicon {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.AMbtn {
    position: relative;
    text-align: center;
    cursor: pointer;
    padding: 7px;
    font-size: 25px;
    background-color: rgb(239 239 239);
}

.Pimage {
    position: relative;
    margin: 0em 2em 0em 0em;
    border: 1px solid #9c64a7;
}

    .Pimage img {
        width: 100%;
    }

.star {
    padding-top: 1em;
    position: absolute;
    left: 0;
}

.actives {
    color: #ff5500;
}

.static {
    position: absolute;
    padding-top: 1em;
    right: 0;
}

.offcanvas {
    position: fixed;
    background-color: #9c64a7;
    top: 0;
    right: -100%;
    bottom: 0;
    /* left: 0; */
    padding: 1em;
    min-width: 25em;
    max-width: 90%;
    z-index: 99999999999999;
    color: white;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    overflow-y: scroll;
    -moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}

    /* width */
    .offcanvas::-webkit-scrollbar {
        width: 1px;
    }

    /* Track */
    .offcanvas::-webkit-scrollbar-track {
        background: rgba(159, 65, 3, 1);
    }

    /* Handle */
    .offcanvas::-webkit-scrollbar-thumb {
        background: #ff9b00;
    }

        /* Handle on hover */
        .offcanvas::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .offcanvas a {
        cursor: pointer;
    }

#Sabadid {
    font-size: 12px;
    position: absolute;
    top: -0.7em;
    right: 0.3em;
    background-color: #ff9b00;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    padding: 0.1em 0em;
}

#Sabadid2 {
    font-size: 12px;
    position: absolute;
    top: -0.7em;
    right: 0.3em;
    background-color: #ff9b00;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    padding: 0.1em 0em;
    color: white
}

.ArrowNavs {
    cursor: pointer;
    position: absolute;
    /*color: #3c1540;*/
    left: 1em;
}

.loading {
    position: fixed;
    background-image: url(../Slick/ajax-loader.gif);
    background-position: center;
    background-size: 200px;
    background-color: rgba(0,0,0,0.8);
    z-index: 99999999999999999999999;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}

.CloseNav {
    position: absolute;
    right: 0px;
    font-size: 1.000em;
    font-family: Yekan;
    color: white;
    background-color: red;
    -moz-border-radius: 0.188em;
    -webkit-border-radius: 0.188em;
    border-radius: 0.188em;
    border: 0px solid white;
    padding: 0.625em;
    margin: auto;
}

.Tnum {
    background-color: #ff9b00;
    text-decoration: none;
    color: white;
    padding: 0.5em 2em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .Tnum:hover {
        background-color: white;
        color: #3c1540;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.ShopCartViewSec {
    background-color: #fbfbfb;
}

.btnwarning {
    background-color: #9c64a7 !important;
    color: white !important;
}

    .btnwarning:hover {
        cursor: pointer;
        color: white !important;
        background-color: #ff9b00 !important;
    }

.Tinp {
    text-align: center;
    position: relative;
    width: 100%;
}

.Boxtedad {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    border: 1px solid #000;
    display: table-cell;
    height: 2.45em;
    text-align: center;
}

.Tinp {
    text-align: center;
    width: 100%;
    border: none;
    height: 2em;
}

.q-con {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
}

.q-button {
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #000;
    font-size: 17px;
    cursor: pointer;
    padding: 5px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.VeriFySec {
    margin: 13em 0em;
    text-align: center;
}

.VerifyMessage h4 {
    text-align: center;
    color: #ff5500;
    padding-bottom: 1em;
}

.VerifyMessage p {
    text-align: center;
    color: green;
}

/*.BascketBtn2 {
    display: none;
}
.UserBtn{
    display:none;
}*/

.Mnav-button {
    display: none;
}

.btnnAdd {
    color: #9c64a7 !important;
    font-size: 23px;
}

    .btnnAdd:hover {
        color: #ff9b00 !important;
    }

.CloseDiv {
    color: white;
    font-size: 1.5em;
    position: fixed;
    right: 0.5em;
    top: 0.5em;
}

.Shownavul {
    padding: 0em 1em;
    font-size: 1.2em;
    list-style: none;
}

.ShopOzv-item {
    padding: 0.7em 0em;
}

.ShopOzv-link {
    color: white;
}

    .ShopOzv-link:focus {
        color: white;
    }

.Fhed2 {
    padding: 4em 0.5em 0em 0em;
}

.nav-tabs .nav-link {
    color: #000;
    border: 1px solid #000;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .nav-tabs .nav-link:hover {
        color: #ff9b00;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .nav-tabs .nav-link.active {
        color: white !important;
        background-color: #3c1540 !important;
        border-color: #dee2e6 #dee2e6 #fff;
    }

.BackBtn {
    margin-top: 3em;
    padding-right: 1.5em;
}

    .BackBtn a {
        color: #ff5500 !important;
        cursor: pointer;
        font-weight: bold;
    }

        .BackBtn a:hover {
            color: #ff9b00 !important;
        }

.navtabs {
    padding: 4em 2em 0em;
}

.MojImg img {
    width: 50%;
    margin: 0.2em;
    padding: 0.5em;
    background-color: white;
    border-radius: 0.5em;
}

.MojImg {
    text-align: center;
}

.btnUl {
    margin-top: 2em;
}

.Sec2Content {
    padding: 3em;
}

.ImageToBlog img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.sliderSec h3 {
    color: white;
    font-weight: 300;
    text-align: center;
}

.sliderSec p {
    color: #ff9b00;
    text-align: center;
}

.sliderSec hr {
    border: 0.3px solid #9c64a7;
}

.sliderSec .carousel-caption {
    right: 0;
    left: 0;
    top: 54%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.sliderSec .carousel-control-prev,
.sliderSec .carousel-control-next {
    z-index: 9999;
}


.BackBotImg {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 8em;
}

.BackTopImg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15em;
}

.BackImg1 {
    position: absolute;
    bottom: -40px;
    left: 0;
}

@media screen and (max-width: 900px) {
    .BackBotImg {
        width: 7em;
    }

    .BackTopImg {
        width: 12em;
    }
}

@media screen and (max-width: 500px) {
    .BackBotImg {
        width: 5em;
        bottom: -10px;
    }

    .BackTopImg {
        width: 12em;
        top: 48px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: auto;
        z-index: -1;
    }
}

.Namojood {
    background-color: rgb(255, 85, 0) !important;
    color: white;
    padding: 0.1em 1em 0.2em;
    text-align: center;
    width: fit-content;
    border-radius: 0 0 1em 1em;
    position: absolute;
    right: 0;
    top: 0;
}

.Namojoodimg {
    filter: grayscale(1) opacity(0.5);
}
