div.style-customizer {
    background-color: #fff;
    color: #262626;
    width: 300px;
    position: fixed;
    top: 60%;
    z-index: 999999;
    left: -300px;
    box-shadow: -3px 0 50px -2px #aaaaaa;
    height: 100%;
    bottom: 0;
}

.style-customizer a.button:hover {
    color: #00adbc !important;
}

.style-customizer.closed {
    box-shadow: none;
}

.style-customizer a.button:hover:after {
    z-index: -1;
}

.style-customizer a.button {
    z-index: 9;
}

    .style-customizer a.button.button-border {
        background: #00adbc none repeat scroll 0 0;
        font-size: 15px;
        font-weight: 600;
        padding: 8px 30px;
        width: 100%;
        color: #fff;
        font-weight: 700
    }

        .style-customizer a.button.button-border:hover {
            background: transparent
        }

div.style-customizer .buy-button {
    padding: 15px 10px 10px 10px;
    text-align: center;
    display: inline-block;
    z-index: 2;
    position: absolute;
    background: #00adbc;
    width: 100%;
}

div.style-customizer .content-chooser {
    padding: 90px 22px 30px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    position: absolute;
    background-color: #fff;
    border-top: none;
}

div.style-customizer.opened .content-chooser {
    opacity: 1;
}

.content-chooser p {
    margin-bottom: 10px;
}

div.style-customizer h2 {
    margin: 0;
    font-size: 18px;
}

div.style-customizer h3 {
    color: #fff;
}

div.style-customizer hr {
    margin: 15px 0;
}

    div.style-customizer hr + h3 {
        margin-top: 0;
    }

div.style-customizer a.opener {
    display: block;
    height: 45px;
    position: absolute;
    left: 300px;
    top: 200px;
    background: #00adbc;
    width: 45px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.14), -1px 0 3px 0 rgba(0, 0, 0, 0.14);
}

    div.style-customizer a.opener i {
        line-height: 45px;
    }

div.style-customizer.opened a.opener {
    right: -45px;
    border-color: transparent;
}

div.style-customizer ul {
    /*list-style: none;*/
    /*margin: 0;
    padding: 5px 0 0 0;
    font-size: 0;*/
}

    div.style-customizer ul li {
        cursor: pointer;
        display: inline-block;
        float: right;
        height: 25px;
        margin: 0 2px 3px 0;
        position: relative;
        transition: all 0.3s linear 0s;
        width: 23%;
    }

    div.style-customizer ul.layoutstyle li {
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        color: #666666;
        font-size: 13px;
        font-weight: 700;
        height: 30px;
        line-height: 28px;
        padding-right: 5px;
        text-align: center;
        width: 49%;
    }

        div.style-customizer ul.layoutstyle li:hover {
            background-color: #00adbc;
            color: #fff;
        }

        div.style-customizer ul.layoutstyle li i {
            color: #cccccc;
            font-size: 11px;
        }

        div.style-customizer ul.layoutstyle li.selected {
            border: 1px solid #aaaaaa;
        }

            div.style-customizer ul.layoutstyle li.selected i {
                color: #666666;
            }

    div.style-customizer ul.footerChange li {
        width: 45%;
        height: 30px;
        margin-right: 5px;
        font-size: 13px;
        padding: 6px 14px 0;
    }

        div.style-customizer ul.footerChange li.dark {
            color: #f1f1f1;
            background-color: #262626;
        }

        div.style-customizer ul.footerChange li.light {
            color: #333333;
            background-color: #f7f7f7;
        }

        div.style-customizer ul.footerChange li i {
            width: 20px;
        }

    div.style-customizer ul.patternChange li {
        border: 1px solid #ccc;
    }

        div.style-customizer ul.patternChange li.pattern-0.selected:after,
        div.style-customizer ul.patternChange li.pattern-1.selected:after,
        div.style-customizer ul.patternChange li.pattern-2.selected:after,
        div.style-customizer ul.patternChange li.pattern-3.selected:after,
        div.style-customizer ul.patternChange li.pattern-4.selected:after {
            color: #333333;
        }

        div.style-customizer ul.patternChange li.selected:after {
            color: #ffffff;
        }

    div.style-customizer ul li.selected {
        border: 1px solid #000;
    }

    div.style-customizer ul.resetAll li {
        width: 100%;
        padding: 6px 0;
        min-width: 0;
        text-align: center;
        margin-top: 30px;
    }

div.style-customizer .btn a {
    text-decoration: none;
    color: #ffffff;
}

div.style-customizer select {
    width: 100%;
    padding: 5px;
    border: 1px solid #b2bfca;
}

div.style-customizer .skin-default {
    background: #00adbc;
}

div.style-customizer .skin-amber {
    background: #ff1744;
}

div.style-customizer .skin-green {
    background: #4caf50;
}

div.style-customizer .skin-purple {
    background: #aa00ff;
}

div.style-customizer .skin-blue {
    background: #1a237e;
}

div.style-customizer .skin-cyan {
    background: #006064;
}

div.style-customizer .skin-blue-grey {
    background: #607d8b;
}

div.style-customizer .skin-teal {
    background: #2395ec;
}




.pattern-1 {
    background-image: url("../images/customizer/pattern/1.png");
}

.pattern-2 {
    background-image: url("../images/customizer/pattern/2.png");
}

.pattern-3 {
    background-image: url("../images/customizer/pattern/3.png");
}

.pattern-4 {
    background-image: url("../images/customizer/pattern/4.png");
}

.pattern-5 {
    background-image: url("../images/customizer/pattern/5.png");
}

.pattern-6 {
    background-image: url("../images/customizer/pattern/6.png");
}

.pattern-7 {
    background-image: url("../images/customizer/pattern/7.png");
}

.pattern-8 {
    background-image: url("../images/customizer/pattern/8.png");
}

.main-bg-change li {
    overflow: hidden;
}

    .main-bg-change li img {
        height: 100%;
        width: 100%;
    }

.main-bg-1, .main-bg-2, .main-bg-3, .main-bg-4, .main-bg-5, .main-bg-6, .main-bg-7, .main-bg-8 {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.boxed-layout .move-carousel {
    top: 9%;
    padding: 0px 0px 0px 35px;
}

.boxed-layout .awesome-features .awesome-features-device img {
    left: -440px;
}

.boxed-layout #video-background {
    height: 350px;
}

    .boxed-layout #video-background .page-section-pt {
        padding: 60px 0px;
    }

    .boxed-layout #video-background .our-skills.bg-opacity-black-50.page-section-pt {
        padding: 75px 0;
    }

.boxed-layout.home-2 .portfolio-info {
    display: none;
}

.boxed-layout.home-2 .owl-carousel-8 .owl-nav .owl-prev {
    left: 50%;
}

.boxed-layout.home-2 .owl-carousel-8 .owl-nav .owl-next {
    right: 50%;
}

.boxed-layout.home-2 .owl-carousel-8 .owl-controls {
    top: 20px;
}

.boxed-layout.home-2 .owl-carousel-8 .owl-nav i {
    color: #323232;
}

    .boxed-layout.home-2 .owl-carousel-8 .owl-nav i:hover {
        background: transparent;
    }

.boxed-layout.home-3 .portfolio .portfolio-item .portfolio-overlay a {
    font-size: 12px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    margin-left: 5px;
}

.boxed-layout.home-3 .portfolio .full-screen .portfolio-item .portfolio-overlay {
    top: -20px;
}

.boxed-layout.home-3 .portfolio .portfolio-item .portfolio-overlay span a {
    width: inherit;
    height: inherit;
    line-height: inherit;
    font-size: 14px;
}

.boxed-layout.home-3 .full-screen .portfolio-item .portfolio-overlay a i {
    font-size: 12px;
}

.boxed-layout.home-3 .portfolio-item .portfolio-overlay i {
    padding-left: 0px;
}

.boxed-layout.home-3 .feature-9 {
    height: 300px;
}

    .boxed-layout.home-3 .feature-9:hover .feature-9-icon {
        right: 26%;
    }

.boxed-layout.home-3 .custom-content li {
    line-height: 26px;
}

.boxed-layout .slider-fade-carousel .slider-contents {
    padding-left: 86px;
}

    .boxed-layout .slider-fade-carousel .slider-contents h1 {
        font-size: 56px;
    }

.boxed-layout.home-4 .mega-menu .menu-links > li:last-child {
    padding-right: 40px;
}

.boxed-layout.home-4 .our-blog .blog-box-info {
    padding: 20px 40px;
    max-height: 231px;
}

    .boxed-layout.home-4 .our-blog .blog-box-info span.text-white {
        display: none;
    }

    .boxed-layout.home-4 .our-blog .blog-box-info p.pt-30.pb-20 {
        padding-bottom: 0px !important;
        padding-top: 10px !important;
    }

.boxed-layout.home-4 .our-blog .blog-box-image {
    max-height: 231px;
}

.boxed-layout.home-4 .mega-menu .drop-down-multilevel.right-menu {
    right: 76px;
}

.boxed-layout .contact-3-info .contact-add p {
    font-size: 12px;
}

@media (min-width:768px) {
    .boxed-layout .page-wrapper {
        width: 750px;
    }

    .boxed-layout.page-wrapper {
        width: 750px;
    }
}

@media (min-width:992px) {
    .boxed-layout .page-wrapper {
        width: 970px;
    }

    .boxed-layout.page-wrapper {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .boxed-layout .page-wrapper {
        width: 1240px;
    }

    .boxed-layout.page-wrapper {
        width: 1240px;
    }
}

.boxed-layout .fullscreen-bg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.white-bg {
    background-color: #fff;
}

.patternChange .main-bg-change li.main-bg-1 {
    background-image: url("../images/main-bg-0.jpg");
}

@media(max-width:992px) {
    .style-customizer {
        display: none !important;
    }

    .boxed-layout .page-wrapper {
        width: inherit;
    }

    .boxed-layout.page-wrapper {
        width: inherit;
    }
}

.customizer-logo {
    display: block;
    margin-bottom: 20px;
}

.page-wrapper {
    direction: rtl;
}

ul {
    direction: rtl;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.bg-white {
    background-color: #fff;
}

.menu-title {
    color: #00adbc;
}

.msgmodal {
    direction: rtl;
    text-align: right;
    position: fixed;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .msgmodal .close {
    }

input,
input.form-control, select.form-control {
    color: #000 !important;
    font-family: IRANSansWeb !important;
    font-weight: 400;
}

    input[type=email], input[type=password], input.ltr {
        direction: ltr !important;
        padding-right: 5px !important;
        padding-left: 16px !important;
    }

.alert-lbl {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    direction: rtl;
    text-align: right;
}


/*shop*/
ul.ks-cboxtags {
    list-style: none;
    /*padding: 20px;*/
}

    ul.ks-cboxtags li {
        display: inline;
        direction: ltr !important;
    }

        ul.ks-cboxtags li label {
            display: inline-block;
            background-color: rgba(255, 255, 255, .9);
            border: 2px solid rgba(139, 139, 139, .3);
            color: #adadad;
            border-radius: 5px;
            white-space: nowrap;
            margin: 3px 0px;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            transition: all .2s;
        }

        ul.ks-cboxtags li label {
            padding: 2px 5px;
            cursor: pointer;
        }

            ul.ks-cboxtags li label::before {
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                font-family: "FontAwesome";
                /*font-weight: 900;*/
                font-size: 16px;
                padding: 2px 6px 2px 2px;
                content: "\f067";
                transition: transform .3s ease-in-out;
            }

        ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
            content: "\f00d";
            transform: rotate(-360deg);
            transition: transform .3s ease-in-out;
        }

        ul.ks-cboxtags li input[type="checkbox"]:checked + label {
            border: 2px solid #1bdbf8;
            background-color: #12bbd4;
            color: #fff;
            transition: all .2s;
        }

        ul.ks-cboxtags li input[type="checkbox"] {
            display: absolute;
        }

        ul.ks-cboxtags li input[type="checkbox"] {
            position: absolute;
            opacity: 0;
        }

            ul.ks-cboxtags li input[type="checkbox"]:focus + label {
                border: 2px solid rgba(139, 139, 139, .3);
            }

.widget {
    padding: 20px 15px 20px 10px;
}

#cat-treeview .catactive a {
    color: #36cece !important;
    font-weight: 500;
}
.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    /*top: 0;
    left: 0;
    z-index: 1050;*/
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
  
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            /*max-height: none*/
            max-height: calc(100vh - 300px) !important;
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none
        }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > * {
        margin: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem)
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

#pricelog .modal-dialog {
    padding: 20px;
}

#pricelog .modal-header {
    border: 0 none;
    padding: 0;
}

#pricelog button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.3s ease 0s;
    z-index: 2;
}

#pricelog button.close span {
    border: 1px solid #909295;
    border-radius: 60px;
    color: #909295;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-top: 1px;
    text-align: center;
    width: 30px;
}

#pricelog button.close:hover {
    opacity: 1;
}
/*progressbar form ajax form*/
#progress.modal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    display: none;
}

#progress.center {
    z-index: 1000;
    margin: 50px auto;
    padding: 10px;
    width: 130px;
    /*background-color: White;*/
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

#progress.center img {
    height: 128px;
    width: 128px;
}
/****/