﻿:root {
    --color1: #ff9934;
    --color2: #242424;
    --color-font: #000;
    --color-font2: #fff;
}

.clear {
    clear: both;
    display: table;
    content: '';
}

.ripplelink {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 0;
}

.ripplelink2 {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 0;
}

.ripplelink:hover {
    z-index: 1000;
}

.ripplelink2:hover {
    z-index: 1000;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255,255,255,.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.ink2 {
    display: block;
    position: absolute;
    background: rgba(15,44,102,.2);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.animate {
    -webkit-animation: ripple .65s linear;
    -moz-animation: ripple .65s linear;
    -ms-animation: ripple .65s linear;
    -o-animation: ripple .65s linear;
    animation: ripple .65s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.text-center {
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
}

.text-right {
    text-align: -moz-right;
    text-align: -webkit-right;
    text-align: right;
}

.text-left {
    text-align: -moz-left;
    text-align: -webkit-left;
    text-align: left;
}

.text-justify {
    text-align: -moz-justify;
    text-align: -webkit-justify;
    text-align: justify;
}

.limit-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.title {
    margin-bottom: 30px;
}

    .title span {
        padding-left: 85px;
    }

body, html {
    background: #f7f7f7;
}

.rowTop:after {
    clear: both;
    display: table;
    content: '';
}

.pages-wrappers {
    padding-bottom: 50px;
    min-height: 800px;
}

    .pages-wrappers ul li {
        list-style: unset;
    }

    .pages-wrappers .form-group {
        width: 70%;
        margin: auto;
    }

    .pages-wrappers .table > tbody > tr > td, .pages-wrappers .table > tbody > tr > th, .pages-wrappers .table > tfoot > tr > td, .pages-wrappers .table > tfoot > tr > th, .pages-wrappers .table > thead > tr > td, .pages-wrappers .table > thead > tr > th {
        border-top: none;
    }

    .pages-wrappers .rightAlign {
        display: flex;
        align-items: center;
    }

    .pages-wrappers .leftAlign {
        width: 20%;
    }

    .pages-wrappers h1, .pages-wrappers h2, .pages-wrappers h3, .pages-wrappers h4, .pages-wrappers h5, .pages-wrappers h6 {
        font-weight: bold;
        font-family: IRANYekan;
    }

    .pages-wrappers h2, .pages-wrappers h3, .pages-wrappers h4, .pages-wrappers h5, .pages-wrappers h6 {
        color: #4c4c4c;
        line-height: 1.8;
    }

    .pages-wrappers h2 {
        font-size: 1.3em;
    }

    .pages-wrappers h3 {
        font-size: 1.15em;
    }

    .pages-wrappers h4 {
        font-size: 1em;
    }

    .pages-wrappers h5 {
        font-size: .9em;
    }

    .pages-wrappers h6 {
        font-size: .8em;
    }

    .pages-wrappers:after {
        clear: both;
        display: table;
        content: '';
    }

.modal {
    display: inherit;
    position: inherit;
    background-color: transparent;
    padding: 0;
    max-height: inherit;
    width: inherit;
    margin: auto;
    overflow-y: inherit;
    border-radius: 0;
    will-change: inherit;
    position: fixed;
    z-index: 9999;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-body {
    padding: 15px 0;
}

@media(min-width:992px) {
    .modal-lg2 {
        width: 970px;
    }
}

@media(min-width:1200px) {
    .modal-lg2 {
        width: 1170px;
    }
}

.img {
    background: #fff;
    position: relative;
    overflow: hidden;
}

    .img img {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.bread-crumb {
    clear: both;
    margin: 7px auto 40px;
}

    .bread-crumb ol {
        margin: 0;
        padding: 0;
    }

        .bread-crumb ol li {
            display: inline-block;
            vertical-align: middle;
            font-family: IRANSans2;
        }

            .bread-crumb ol li a {
                color: #808080;
                font-size: 8pt;
                position: relative;
                -webkit-box-shadow: 0 1px 1px 0 rgba(3,3,3,.1);
                -moz-box-shadow: 0 1px 1px 0 rgba(3,3,3,.1);
                box-shadow: 0 1px 1px 0 rgba(3,3,3,.1);
                background: #fff;
                -moz-border-radius: 15px;
                -webkit-border-radius: 15px;
                -khtml-border-radius: 15px;
                border-radius: 15px;
                padding: 5px 15px;
                padding: 10px 15px;
                line-height: 1;
                display: block;
            }

                .bread-crumb ol li a i {
                    font-size: 13pt;
                    position: relative;
                    top: 6px;
                    display: block;
                }

            .bread-crumb ol li:first-child a {
                text-align: -moz-center;
                text-align: -webkit-center;
                text-align: center;
            }

            .bread-crumb ol li:last-child a {
                background: #808080;
                color: #fff;
            }

    .bread-crumb:after {
        clear: both;
        display: table;
        content: '';
    }

.paging-model2 .paging {
    border: 0 !important;
    padding: 0 !important;
}

    .paging-model2 .paging .selectMaterial {
        border: 0;
    }

    .paging-model2 .paging > .select-wrapper {
        position: relative;
        width: 277px;
        height: 30px;
        float: right;
        height: 40px;
        border: 1px solid #b2b2b2;
        background: #fff;
    }

        .paging-model2 .paging > .select-wrapper > * {
            display: inline-block;
            vertical-align: middle;
        }

        .paging-model2 .paging > .select-wrapper i {
            font-size: 17pt;
            line-height: 1.6;
            margin-top: 3px;
            margin-right: 6px;
        }

        .paging-model2 .paging > .select-wrapper .text {
            position: absolute;
            margin-right: 15px;
            z-index: 999;
            font-family: IRANYekan;
            font-weight: bold;
            font-size: 11pt;
            color: #808080;
            top: 9px;
        }

        .paging-model2 .paging > .select-wrapper .select-wrapper.initialized {
            position: absolute;
            width: 100%;
            z-index: 999;
            right: 0;
            left: 0;
            margin: auto;
            height: 40px;
        }

            .paging-model2 .paging > .select-wrapper .select-wrapper.initialized .dropdown-content {
                top: 40px !important;
                background-color: #fff;
                border: 1px solid #b2b2b2;
                border-top: 0;
                text-align: -moz-center;
                text-align: -webkit-center;
                text-align: center;
                width: 277px !important;
                right: -1px;
            }

                .paging-model2 .paging > .select-wrapper .select-wrapper.initialized .dropdown-content li {
                    clear: none;
                    cursor: pointer;
                    min-height: inherit;
                    line-height: 2;
                    width: auto;
                    text-align: -moz-center;
                    text-align: -webkit-center;
                    text-align: center;
                    text-transform: none;
                    display: inline-block;
                    vertical-align: middle;
                    -webkit-transition: .5s;
                    -moz-transition: .5s;
                    -ms-transition: .5s;
                    -o-transition: .5s;
                    transition: .5s;
                }

                    .paging-model2 .paging > .select-wrapper .select-wrapper.initialized .dropdown-content li > span {
                        font-size: 11pt;
                        color: #808080;
                        display: block;
                        line-height: 2;
                        padding: 14px 12px;
                        border: 0;
                    }

                    .paging-model2 .paging > .select-wrapper .select-wrapper.initialized .dropdown-content li:hover {
                        background-color: #f2f2f2;
                    }

                    .paging-model2 .paging > .select-wrapper .select-wrapper.initialized .dropdown-content li.active.selected {
                        background-color: #f2f2f2;
                    }

        .paging-model2 .paging > .select-wrapper .select-wrapper span.caret {
            left: 25px;
            top: 4px;
            font-size: 0;
        }

            .paging-model2 .paging > .select-wrapper .select-wrapper span.caret:before {
                content: "";
                font-family: "Material Design Icons";
                font-size: 17pt;
                color: #a1a2a5;
                line-height: 1.5;
            }

        .paging-model2 .paging > .select-wrapper input.select-dropdown {
            height: 40px;
            text-indent: 80px;
            direction: ltr;
            border-bottom: 0 !important;
            border: 0 !important;
            font-family: IRANYekan;
            font-weight: bold;
            font-size: 11pt;
            color: #808080;
        }

    .paging-model2 .paging > ul {
        display: block;
        margin: auto;
        font-family: IRANYekan;
        font-weight: bold;
        font-size: 11pt;
    }

        .paging-model2 .paging > ul > li {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            width: 28px;
            height: 28px;
            line-height: 2;
            margin: 0 1px;
            border: 1px solid #b5b5b5;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            border-radius: 50%;
            background: #fff;
        }

            .paging-model2 .paging > ul > li a {
                color: #808080;
                font-size: 10.5pt;
                -webkit-transition: .5s;
                -moz-transition: .5s;
                -ms-transition: .5s;
                -o-transition: .5s;
                transition: .5s;
                display: block;
                text-align: -moz-center;
                text-align: -webkit-center;
                text-align: center;
            }

            .paging-model2 .paging > ul > li:hover {
                background: var(--color2);
            }

                .paging-model2 .paging > ul > li:hover > a {
                    color: var(--color-font2);
                }

            .paging-model2 .paging > ul > li:first-child {
                margin-left: 22px;
                border: 0;
                line-height: 1.4;
                width: auto;
                background: transparent;
            }

                .paging-model2 .paging > ul > li:first-child a {
                    color: var(--color2);
                }

                    .paging-model2 .paging > ul > li:first-child a:after {
                        content: "";
                        font-family: "Material Design Icons";
                        font-size: 17pt;
                        display: inline-block;
                        vertical-align: middle;
                    }

                .paging-model2 .paging > ul > li:first-child:hover {
                    background: transparent;
                }

                    .paging-model2 .paging > ul > li:first-child:hover > a {
                        color: var(--color2);
                    }

            .paging-model2 .paging > ul > li:last-child {
                margin-right: 22px;
                border: 0;
                line-height: 1.4;
                width: auto;
                background: transparent;
            }

                .paging-model2 .paging > ul > li:last-child a {
                    color: var(--color2);
                }

                    .paging-model2 .paging > ul > li:last-child a:before {
                        content: "";
                        font-family: "Material Design Icons";
                        font-size: 17pt;
                        display: inline-block;
                        vertical-align: middle;
                    }

                .paging-model2 .paging > ul > li:last-child:hover {
                    background: transparent;
                }

                    .paging-model2 .paging > ul > li:last-child:hover > a {
                        color: var(--color2);
                    }

            .paging-model2 .paging > ul > li.active {
                background: var(--color2);
            }

                .paging-model2 .paging > ul > li.active > a {
                    color: var(--color-font2);
                }

.pagination {
    margin: 0;
}

    .pagination .pages {
        display: block;
        text-align: -moz-center;
        text-align: -webkit-center;
        text-align: center;
        margin: auto;
        font-family: iranyekan;
    }

        .pagination .pages .paging1 {
            display: inline-block;
            vertical-align: middle;
        }

        .pagination .pages a {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            color: #808080;
            width: 28px;
            height: 28px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            border-radius: 50%;
            border: 1px solid #b5b5b5;
            background: #fff;
            line-height: 2.2;
            margin: 0 1px;
            font-size: 10.5pt;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
        }

            .pagination .pages a:hover {
                background: var(--color2);
                color: var(--color-font2);
            }

            .pagination .pages a.next {
                width: auto;
                color: var(--color2);
                margin-left: 22px;
                border: 0;
                background: transparent;
                line-height: 1.4;
            }

                .pagination .pages a.next:before {
                    font-family: "Material Design Icons";
                    content: "";
                    font-size: 17pt;
                    display: inline-block;
                    vertical-align: middle;
                }

                .pagination .pages a.next:hover {
                    color: var(--color2);
                }

            .pagination .pages a.previuse {
                width: auto;
                color: var(--color2);
                margin-right: 22px;
                border: 0;
                background: transparent;
                line-height: 1.4;
            }

                .pagination .pages a.previuse:after {
                    font-family: "Material Design Icons";
                    content: "";
                    font-size: 17pt;
                    display: inline-block;
                    vertical-align: middle;
                }

                .pagination .pages a.previuse:hover {
                    color: var(--color2);
                }

            .pagination .pages a.active {
                background: var(--color2);
                color: var(--color-font2);
            }

    .pagination .showRow {
        width: 275px;
        height: 40px;
        background: #fff;
        border: 1px solid #b2b2b2;
        margin-top: -9px;
    }

        .pagination .showRow .fleft > .select-wrapper > * {
            display: inline-block;
            vertical-align: middle;
        }

        .pagination .showRow i.mdi-view-grid {
            color: #b2b2b2;
            font-size: 17pt;
            line-height: 1.8;
            margin-right: 10px;
        }

        .pagination .showRow .select-wrapper.initialized {
            position: absolute;
            width: 100%;
            z-index: 999;
            right: 0;
            left: 0;
            margin: auto;
            height: 40px;
        }

            .pagination .showRow .select-wrapper.initialized .dropdown-content {
                top: 40px !important;
                background-color: #fff;
                text-align: -moz-center;
                text-align: -webkit-center;
                text-align: center;
                -webkit-box-shadow: 0 10px 10px 0 rgba(3,3,3,.1);
                -moz-box-shadow: 0 10px 10px 0 rgba(3,3,3,.1);
                box-shadow: 0 10px 10px 0 rgba(3,3,3,.1);
                border: 1px solid #b2b2b2;
                border-top: 0;
                width: 275px !important;
                left: -1px !important;
            }

                .pagination .showRow .select-wrapper.initialized .dropdown-content li {
                    clear: none;
                    cursor: pointer;
                    min-height: inherit;
                    line-height: 2;
                    width: auto;
                    text-align: -moz-center;
                    text-align: -webkit-center;
                    text-align: center;
                    text-transform: none;
                    display: inline-block;
                    vertical-align: middle;
                    -webkit-transition: .5s;
                    -moz-transition: .5s;
                    -ms-transition: .5s;
                    -o-transition: .5s;
                    transition: .5s;
                    font-family: iranyekan;
                }

                    .pagination .showRow .select-wrapper.initialized .dropdown-content li > span {
                        font-size: 12pt;
                        color: #808080;
                        font-weight: bold;
                        display: block;
                        line-height: 2;
                        padding: 9px 15px;
                        border: 0;
                    }

                    .pagination .showRow .select-wrapper.initialized .dropdown-content li:hover {
                        color: #4c4c4c;
                    }

        .pagination .showRow .select-wrapper span.caret {
            font-size: 0;
            left: 25px;
            top: 8px;
        }

            .pagination .showRow .select-wrapper span.caret:before {
                content: "";
                font-family: "Material Design Icons";
                position: relative;
                top: 0;
                font-size: 17pt;
                line-height: 1.2;
                color: #b2b2b2;
            }

    .pagination .Rowtxt {
        float: left;
        font-size: 10pt;
        color: #808080;
        font-family: IRANSans2;
    }

    .pagination .selectMaterial {
        border: 0;
    }

    .pagination .select-wrapper .text {
        position: absolute;
        margin-right: 12px;
        z-index: 999;
        color: #808080;
        line-height: 2.8;
        font-family: iranyekan;
        font-weight: bold;
        font-size: 11pt;
    }

    .pagination .select-wrapper input.select-dropdown {
        height: 40px;
        text-indent: 75px;
        direction: ltr;
        border: 0 !important;
        color: #808080;
        font-family: iranyekan;
        font-weight: bold;
        font-size: 11pt;
    }

.page-number {
    position: relative;
    background: var(--color2);
    height: 15px;
    margin: 0 auto 20px;
    width: 1350px;
    padding: 0 !important;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

    .page-number .page-txt {
        float: right;
        background-color: var(--color1);
        color: #283d47;
        padding: 0 7px 0 0;
        height: 15px;
        font-size: 8pt;
        line-height: 1.5;
        -moz-border-radius: 0 15px 15px 0;
        -webkit-border-radius: 0 15px 15px 0;
        -khtml-border-radius: 0 15px 15px 0;
        border-radius: 0 15px 15px 0;
    }

    .page-number span.infiniteScrollPageContainer {
        background: var(--color1);
        color: #283d47;
        display: block;
        text-align: center;
        padding: 0 2px 0 5px;
        position: relative;
        height: 15px;
        font-size: 8pt;
        line-height: 1.5;
        float: right;
    }

        .page-number span.infiniteScrollPageContainer:after {
            position: absolute;
            display: block;
            border-color: transparent;
            border-style: solid;
            bottom: -12px;
            border-top-color: var(--color1);
            content: " ";
            border-width: 6px;
            box-sizing: border-box;
            z-index: 2;
            right: -19px;
        }

.selectDrop {
    height: 40px;
}

    .selectDrop .mdi-view-grid:before {
        content: "";
    }

.pagination.text-center, .paging-model2.text-center {
    display: block;
    width: 100%;
    margin: 40px auto 0;
}

    .pagination.text-center .pages, .paging-model2.text-center .pages {
        float: none;
        margin: auto;
    }

    .pagination.text-center:after, .paging-model2.text-center:after {
        clear: both;
        display: table;
        content: '';
    }

.dropdown-content li.active.selected, .dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
    background-color: transparent !important;
}

    .dropdown-content li.active.selected > span, .dropdown-content li:hover > span, .dropdown-content li.active > span, .dropdown-content li.selected > span {
        color: #4c4c4c !important;
    }

.categoryMargin {
    width: 315px;
    position: relative;
    margin-right: 10px;
    background: #fff;
    z-index: 998;
    height: 40px;
}

    .categoryMargin:after {
        clear: both;
        display: table;
        content: '';
    }

.parentCategori {
    position: relative;
    z-index: 10;
    min-width: 100%;
    right: 0;
}

    .parentCategori .sidebar-widget-title {
        position: relative;
        display: block;
        cursor: pointer;
        font-size: 11pt;
        color: #808080;
        font-family: iranyekan;
        font-weight: bold;
        height: 40px;
        border: 1px solid #b2b2b2;
    }

        .parentCategori .sidebar-widget-title span {
            line-height: 2.8;
            padding-right: 10px;
        }

            .parentCategori .sidebar-widget-title span:before {
                content: "";
                font-family: "Material Design Icons";
                font-size: 28pt;
                margin-top: -6px;
                margin-left: 6px;
                line-height: 1;
                display: inline-block;
                vertical-align: middle;
                color: #b2b2b2;
                font-weight: normal;
            }

        .parentCategori .sidebar-widget-title * {
            display: inline-block;
            vertical-align: middle;
        }

        .parentCategori .sidebar-widget-title i.mdi.mdi-chevron-down {
            position: absolute;
            left: 15px;
            top: 8px;
            font-size: 17pt;
            line-height: 1.2;
            color: #b2b2b2;
        }

        .parentCategori .sidebar-widget-title.openIt span:before {
            content: "";
            font-size: 20pt;
            margin-left: 16.6px;
        }

    .parentCategori .btnBack {
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        width: 100%;
        height: 40px;
        cursor: pointer;
        font-size: 11pt;
        color: #808080;
        font-family: iranyekan;
        font-weight: bold;
        border: 1px solid #b2b2b2;
        padding: 0 10px;
    }

        .parentCategori .btnBack i {
            font-size: 28pt;
            margin-left: 3px;
            line-height: 1;
            display: inline-block;
            vertical-align: middle;
            color: #b2b2b2;
            font-weight: normal;
        }

        .parentCategori .btnBack span {
            display: inline-block;
            vertical-align: middle;
        }

    .parentCategori ul.category {
        -webkit-box-shadow: 0 10px 10px 0 rgba(3,3,3,.1);
        -moz-box-shadow: 0 10px 10px 0 rgba(3,3,3,.1);
        box-shadow: 0 10px 10px 0 rgba(3,3,3,.1);
        position: absolute;
        width: 100%;
        right: 0;
        top: 40px;
        z-index: 10;
        font-family: iranyekan;
        background: #fff;
        border: 1px solid #b2b2b2;
        border-top: 0;
        padding: 5px 0 15px;
        min-height: 100px;
    }

        .parentCategori ul.category li a {
            width: 100%;
            position: relative;
            display: block;
            font-size: 11pt;
            color: #808080;
            font-weight: bold;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            -ms-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            padding: 9px 50px;
        }

            .parentCategori ul.category li a > span {
                display: block;
            }

            .parentCategori ul.category li a:hover {
                color: var(--color1);
            }

        .parentCategori ul.category li ul {
            display: none;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            position: absolute;
            right: 0;
            top: 0;
            background: #fff;
            width: 100%;
            min-height: 100%;
            z-index: 999;
            -webkit-transition: .8s;
            -moz-transition: .8s;
            -ms-transition: .8s;
            -o-transition: .8s;
            transition: .8s;
            padding: 5px 0 15px;
        }

            .parentCategori ul.category li ul.catOpen {
                display: block;
            }

        .parentCategori ul.category li.has-sub > a:after {
            content: "";
            font-family: "Material Design Icons";
            position: absolute;
            left: 15px;
            top: 8px;
            font-size: 17pt;
            line-height: 1.2;
            color: #b2b2b2;
            font-weight: normal;
        }

        .parentCategori ul.category li.has-sub li.has-sub > a:after {
            top: 6px;
        }

.servicCat .catItem {
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(3,3,3,.1),0 10px 10px 0 rgba(0,38,76,.1);
    -moz-box-shadow: 0 0 3px 0 rgba(3,3,3,.1),0 10px 10px 0 rgba(0,38,76,.1);
    box-shadow: 0 0 3px 0 rgba(3,3,3,.1),0 10px 10px 0 rgba(0,38,76,.1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    cursor: pointer;
}

    .servicCat .catItem .img {
        border: 3px solid #fff;
        height: 430px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -ms-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        background: transparent;
    }

    .servicCat .catItem a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #4c4c4c;
        font-family: IRANYekan;
        font-size: 13.5pt;
        position: relative;
        padding: 26px 17px;
        display: block;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -ms-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

        .servicCat .catItem a strong {
            font-weight: bold;
        }

        .servicCat .catItem a:before {
            content: '';
            position: absolute;
            top: 32px;
            right: 0;
            width: 12px;
            height: 18px;
            background: var(--color1);
            -webkit-transition: .6s;
            -moz-transition: .6s;
            -ms-transition: .6s;
            -o-transition: .6s;
            transition: .6s;
        }

    .servicCat .catItem:hover {
        background: var(--color1);
    }

        .servicCat .catItem:hover .img {
            border-color: var(--color1);
        }

        .servicCat .catItem:hover a {
            color: var(--color-font);
        }

            .servicCat .catItem:hover a:before {
                background: var(--color2);
            }

    .servicCat .catItem:after {
        clear: both;
        display: table;
        content: '';
    }

.servicCat:after {
    clear: both;
    display: table;
    content: '';
}

.services:after {
    clear: both;
    display: table;
    content: '';
}

.serviceItem {
    margin-bottom: 30px;
}

.serviceIn .title {
    padding-right: 0;
}

.serviceIn .galleryServ .itemShow {
    margin-bottom: 10px;
}

    .serviceIn .galleryServ .itemShow .img {
        -webkit-box-shadow: 0 1px 5px 0 rgba(3,3,3,.2);
        -moz-box-shadow: 0 1px 5px 0 rgba(3,3,3,.2);
        box-shadow: 0 1px 5px 0 rgba(3,3,3,.2);
        border: 3px solid #fff;
        height: 398px;
    }

    .serviceIn .galleryServ .itemShow:after {
        clear: both;
        display: table;
        content: '';
    }

.serviceIn .galleryServ ul li {
    width: 174px;
    float: left;
    margin-right: 9px;
}

    .serviceIn .galleryServ ul li .item {
        cursor: pointer;
    }

        .serviceIn .galleryServ ul li .item .img {
            -webkit-box-shadow: 0 1px 5px 0 rgba(3,3,3,.2);
            -moz-box-shadow: 0 1px 5px 0 rgba(3,3,3,.2);
            box-shadow: 0 1px 5px 0 rgba(3,3,3,.2);
            border: 3px solid #fff;
            height: 104px;
        }

        .serviceIn .galleryServ ul li .item:hover .img img {
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
        }

        .serviceIn .galleryServ ul li .item:after {
            clear: both;
            display: table;
            content: '';
        }

    .serviceIn .galleryServ ul li:nth-child(4) {
        margin-right: 0;
        width: 111px;
    }

        .serviceIn .galleryServ ul li:nth-child(4) .more {
            display: block;
            width: 111px;
            height: 104px;
            -webkit-box-shadow: 0 1px 5px 0 rgba(3,3,3,.2);
            -moz-box-shadow: 0 1px 5px 0 rgba(3,3,3,.2);
            box-shadow: 0 1px 5px 0 rgba(3,3,3,.2);
            border: 3px solid #fff;
            text-align: -moz-center;
            text-align: -webkit-center;
            text-align: center;
            color: #919191;
            font-size: 35pt;
            line-height: 2.25;
            -webkit-transition: .6s;
            -moz-transition: .6s;
            -ms-transition: .6s;
            -o-transition: .6s;
            transition: .6s;
        }

            .serviceIn .galleryServ ul li:nth-child(4) .more:hover {
                color: var(--color1);
            }

.serviceIn .galleryServ ul:after {
    clear: both;
    display: table;
    content: '';
}

.serviceIn .galleryServ:after {
    clear: both;
    display: table;
    content: '';
}

.serviceIn .summery {
    margin-top: 50px;
}

    .serviceIn .summery strong {
        color: #4c4c4c;
        display: block;
        font-size: 12pt;
        font-weight: bold;
        font-family: IRANYekan;
        margin-bottom: 20px;
    }

    .serviceIn .summery:after {
        clear: both;
        display: table;
        content: '';
    }

.serviceIn:after {
    clear: both;
    display: table;
    content: '';
}

.margin-r-30 {
    margin-right: 30px;
}

.galleryParent .more {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto !important;
    padding: 15px !important;
    background: var(--color2);
}

    .galleryParent .more strong {
        font-weight: bold;
        font-family: IRANYekan;
        color: var(--color1);
        font-size: 13.5pt;
        margin-bottom: 5px;
        display: block;
    }

    .galleryParent .more p {
        color: var(--color-font2);
        font-size: 11pt;
    }

.galleryParent #slider1_container {
    position: relative;
    top: 0;
    left: 0;
    width: 1170px;
    height: 545px;
    overflow: hidden;
}

.galleryParent .slides {
    cursor: move;
    position: absolute;
    left: 268px;
    top: 0;
    width: 903px;
    height: 545px;
    overflow: hidden;
}

    .galleryParent .slides div figure img {
        width: 100%;
        height: 100%;
    }

    .galleryParent .slides div, .galleryParent .slides div figure, .galleryParent .slides div figure img {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

.galleryParent .jssort11 {
    left: 0;
    top: 0;
    position: absolute;
    width: 218px;
    height: 545px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
}

.galleryParent .slides2 {
    cursor: default;
}

.galleryParent .jssort11 .p {
    top: 0;
    left: 0;
    position: absolute;
    width: 218px;
    height: 131px;
}

.galleryParent .jssort11 .tp {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    padding: 0;
    float: right;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    cursor: pointer;
}

.galleryParent .jssort11 .i, .galleryParent .jssort11 .pav:hover .i {
    position: absolute;
    width: 100%;
    height: 100%;
}

.galleryParent * html .jssort11 .i {
    width: 62px;
    height: 32px;
}

.galleryParent span.galleryHover {
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    line-height: 3;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    opacity: 0;
    margin: 0 auto;
    right: 0;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    cursor: pointer;
}

.galleryParent .jssort11 .pav .tp:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    top: 45%;
    border-left: 10px solid transparent;
    border-right: 10px solid #eb6ba3;
    left: -20px;
}

.galleryParent .jssort11 .pav span.galleryHover {
    opacity: 1;
}

.galleryParent .jssort11 .tp {
    box-sizing: border-box;
}

    .galleryParent .jssort11 .tp:hover:after {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        content: "";
        position: absolute;
        top: 45%;
        border-left: 10px solid transparent;
        border-right: 10px solid #eb6ba3;
        left: -20px;
    }

    .galleryParent .jssort11 .tp:hover span.galleryHover {
        opacity: 1;
    }

.galleryParent:after {
    clear: both;
    display: table;
    content: '';
}

.FeaturedNews {
    background: var(--color2);
    margin: 120px 0 45px;
}

    .FeaturedNews .FeaturedNewsIn {
        top: -100px;
        position: relative;
    }

        .FeaturedNews .FeaturedNewsIn .container > strong {
            color: #4c4c4c;
            font-family: IRANYekan;
            font-weight: bold;
            font-size: 13.5pt;
            display: block;
            margin-bottom: 20px;
        }

        .FeaturedNews .FeaturedNewsIn:after {
            clear: both;
            display: table;
            content: '';
        }

    .FeaturedNews .item {
        cursor: pointer;
    }

        .FeaturedNews .item .img {
            height: 179px;
            -webkit-box-shadow: 0 0 4px 0 rgba(3,3,3,.2);
            -moz-box-shadow: 0 0 4px 0 rgba(3,3,3,.2);
            box-shadow: 0 0 4px 0 rgba(3,3,3,.2);
            border: 2px solid #fff;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -khtml-border-radius: 10px;
            border-radius: 10px;
            margin-bottom: 15px;
        }

            .FeaturedNews .item .img .date {
                position: absolute;
                right: 0;
                bottom: 0;
                background: var(--color-font2);
                font-family: IRANSans;
                -moz-border-radius: 15px 0 0 0;
                -webkit-border-radius: 15px 0 0 0;
                -khtml-border-radius: 15px 0 0 0;
                border-radius: 15px 0 0 0;
                padding: 7px 10px 4px;
                text-align: -moz-center;
                text-align: -webkit-center;
                text-align: center;
                font-size: 10pt;
            }

                .FeaturedNews .item .img .date strong {
                    display: block;
                    line-height: 1;
                    color: var(--color1);
                    font-size: 25pt;
                }

                .FeaturedNews .item .img .date span {
                    color: #808080;
                    display: inline-block;
                    vertical-align: middle;
                }

                    .FeaturedNews .item .img .date span:last-child {
                        margin-right: -4px;
                    }

                        .FeaturedNews .item .img .date span:last-child:before {
                            content: '/';
                            display: inline-block;
                            vertical-align: middle;
                        }

        .FeaturedNews .item a {
            font-family: IRANYekan;
            font-weight: bold;
            font-size: 12.5pt;
            color: var(--color-font2);
            text-align: -moz-justify;
            text-align: -webkit-justify;
            text-align: justify;
            display: block;
            margin-bottom: -65px;
            -webkit-transition: .8s;
            -moz-transition: .8s;
            -ms-transition: .8s;
            -o-transition: .8s;
            transition: .8s;
        }

            .FeaturedNews .item a strong {
                font-weight: bold;
            }

        .FeaturedNews .item:hover a {
            color: var(--color1);
        }

        .FeaturedNews .item:after {
            clear: both;
            display: table;
            content: '';
        }

    .FeaturedNews:after {
        clear: both;
        display: table;
        content: '';
    }

.news .container > strong {
    color: #4c4c4c;
    font-family: IRANYekan;
    font-weight: bold;
    font-size: 13.5pt;
    display: block;
    margin-bottom: 20px;
}

.news:after {
    clear: both;
    display: table;
    content: '';
}

.newsItem {
    background: #fff;
    padding: 20px 15px 0;
    -webkit-box-shadow: 0 0 3px 0 rgba(3,3,3,.1),0 10px 10px 0 rgba(0,38,76,.1);
    -moz-box-shadow: 0 0 3px 0 rgba(3,3,3,.1),0 10px 10px 0 rgba(0,38,76,.1);
    box-shadow: 0 0 3px 0 rgba(3,3,3,.1),0 10px 10px 0 rgba(0,38,76,.1);
    margin-bottom: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    cursor: pointer;
}

    .newsItem .col-xs-7 {
        padding-right: 5px;
        padding-left: 50px;
    }

    .newsItem .img {
        height: 142px;
        -webkit-box-shadow: 0 0 4px 0 rgba(3,3,3,.2);
        -moz-box-shadow: 0 0 4px 0 rgba(3,3,3,.2);
        box-shadow: 0 0 4px 0 rgba(3,3,3,.2);
        border: 2px solid #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
    }

    .newsItem .date {
        font-family: IRANSans;
        font-size: 10pt;
    }

        .newsItem .date > * {
            display: inline-block;
            vertical-align: middle;
            -webkit-transition: .6s;
            -moz-transition: .6s;
            -ms-transition: .6s;
            -o-transition: .6s;
            transition: .6s;
        }

        .newsItem .date i {
            color: #ccc;
            font-size: 22pt;
            transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            vertical-align: -webkit-baseline-middle;
            margin-right: -5px;
        }

        .newsItem .date strong {
            color: var(--color1);
            font-size: 25pt;
            margin: 0 2px 0 5px;
        }

        .newsItem .date span {
            color: #808080;
            vertical-align: -webkit-baseline-middle;
            margin-top: 4px;
        }

            .newsItem .date span:last-child:before {
                content: '/';
                display: inline-block;
                vertical-align: middle;
            }

    .newsItem a {
        display: block;
        color: #4c4c4c;
        font-family: IRANYekan;
        font-size: 12pt;
        font-weight: bold;
        margin: 8px 0 20px;
        text-align: -moz-justify;
        text-align: -webkit-justify;
        text-align: justify;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -ms-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

        .newsItem a strong {
            font-weight: bold;
            display: block;
        }

    .newsItem p {
        line-height: 2.2;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -ms-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

    .newsItem:hover {
        background: var(--color1);
    }

        .newsItem:hover .date i {
            color: var(--color2);
            opacity: .2;
        }

        .newsItem:hover .date strong, .newsItem:hover .date span {
            color: var(--color-font2);
        }

        .newsItem:hover a {
            color: var(--color2);
        }

        .newsItem:hover p {
            color: var(--color2);
            opacity: .7;
        }

    .newsItem:after {
        clear: both;
        display: table;
        content: '';
    }

.newsIn .title {
    margin-top: 40px;
    padding: 0;
    position: relative;
    top: -15px;
}

    .newsIn .title .titleIn {
        margin: 0;
    }

    .newsIn .title .masterTitle {
        line-height: 1.7;
    }

.newsIn .newsImg {
    height: 376px;
    -webkit-box-shadow: 0 0 4px 0 rgba(3,3,3,.2);
    -moz-box-shadow: 0 0 4px 0 rgba(3,3,3,.2);
    box-shadow: 0 0 4px 0 rgba(3,3,3,.2);
    border: 2px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-top: -112px;
    margin-bottom: -20px;
}

.newsIn .boxDark {
    background: var(--color2);
    color: var(--color-font2);
    position: relative;
    z-index: 1;
}

    .newsIn .boxDark * {
        color: var(--color-font2);
    }

    .newsIn .boxDark .summery {
        margin-top: 40px;
    }

        .newsIn .boxDark .summery strong {
            padding: 5px 20px;
            margin-right: -30px;
            background: rgba(0,0,0,.3);
            font-family: IRANYekan;
            font-weight: bold;
            display: inline-block;
            margin-bottom: 15px;
            font-size: 12pt;
        }

    .newsIn .boxDark .date {
        background: rgba(0,0,0,.3);
        text-align: -moz-center;
        text-align: -webkit-center;
        text-align: center;
        position: relative;
    }

        .newsIn .boxDark .date .dateIn {
            height: 131px;
            position: absolute;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .newsIn .boxDark .date * {
            display: block;
        }

        .newsIn .boxDark .date i {
            color: #ccc;
            font-size: 45pt;
            transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            color: rgba(255,255,255,.1);
            line-height: 1;
        }

        .newsIn .boxDark .date strong {
            display: block;
            line-height: 1;
            color: var(--color1);
            font-size: 37pt;
            margin: -5px 0;
        }

        .newsIn .boxDark .date span {
            color: #808080;
            display: inline-block;
            vertical-align: middle;
            font-size: 10pt;
        }

            .newsIn .boxDark .date span:last-child:before {
                content: '/';
                display: inline-block;
                margin-left: 4px;
            }

.newsIn .boxGray {
    background: #f0f0f0;
    padding-top: 60px;
}

    .newsIn .boxGray strong {
        font-family: IRANYekan;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 15px;
        font-size: 13.5pt;
        color: #4c4c4c;
        padding: 0 10px;
    }

    .newsIn .boxGray ul {
        margin-bottom: 45px;
    }

        .newsIn .boxGray ul li {
            border-bottom: 1px dotted #acacac;
        }

            .newsIn .boxGray ul li figure {
                padding: 20px 17px 20px 23px;
                -webkit-transition: .6s;
                -moz-transition: .6s;
                -ms-transition: .6s;
                -o-transition: .6s;
                transition: .6s;
                cursor: pointer;
            }

                .newsIn .boxGray ul li figure .img {
                    width: 100px;
                    height: 58px;
                    float: right;
                    -webkit-box-shadow: 0 0 4px 0 rgba(3,3,3,.2);
                    -moz-box-shadow: 0 0 4px 0 rgba(3,3,3,.2);
                    box-shadow: 0 0 4px 0 rgba(3,3,3,.2);
                    border: 2px solid #fff;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -khtml-border-radius: 4px;
                    border-radius: 4px;
                    margin-left: 6px;
                }

                .newsIn .boxGray ul li figure a {
                    color: #4c4c4c;
                    font-size: 10pt;
                    line-height: 1.5;
                    display: block;
                    text-align: -moz-justify;
                    text-align: -webkit-justify;
                    text-align: justify;
                    -webkit-transition: .6s;
                    -moz-transition: .6s;
                    -ms-transition: .6s;
                    -o-transition: .6s;
                    transition: .6s;
                }

                .newsIn .boxGray ul li figure:hover {
                    background: var(--color1);
                }

                    .newsIn .boxGray ul li figure:hover a {
                        color: var(--color-font2);
                    }

                .newsIn .boxGray ul li figure:after {
                    clear: both;
                    display: table;
                    content: '';
                }

            .newsIn .boxGray ul li:after {
                clear: both;
                display: table;
                content: '';
            }

        .newsIn .boxGray ul:after {
            clear: both;
            display: table;
            content: '';
        }

    .newsIn .boxGray:after {
        clear: both;
        display: table;
        content: '';
    }

.newsIn .newsMain {
    margin-bottom: -50px;
    overflow: hidden;
}

.newsIn .social {
    direction: ltr;
    margin-bottom: 18px;
}

    .newsIn .social span {
        color: #808080;
        font-family: IRANSans;
        font-weight: bold;
        font-size: 9pt;
        display: inline-block;
        margin-top: 10px;
        margin-left: 15px;
    }

    .newsIn .social a {
        width: 49px;
        height: 44px;
        color: #a9a9a9;
        opacity: .4;
        float: left;
        text-align: -moz-center;
        text-align: -webkit-center;
        text-align: center;
        font-size: 16pt;
        position: relative;
        line-height: 2;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -ms-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

        .newsIn .social a:before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 1px;
            background: #d1d1d1;
            background: -moz-linear-gradient(top,#d1d1d1 0%,#e0e0e0 70%,#dbdbdb 100%);
            background: -webkit-gradient(left top,left bottom,color-stop(0%,#d1d1d1),color-stop(70%,#e0e0e0),color-stop(100%,#dbdbdb));
            background: -webkit-linear-gradient(top,#d1d1d1 0%,#e0e0e0 70%,#dbdbdb 100%);
            background: -o-linear-gradient(top,#d1d1d1 0%,#e0e0e0 70%,#dbdbdb 100%);
            background: -ms-linear-gradient(top,#d1d1d1 0%,#e0e0e0 70%,#dbdbdb 100%);
            background: linear-gradient(to bottom,#d1d1d1 0%,#e0e0e0 70%,#dbdbdb 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1',endColorstr='#dbdbdb',GradientType=0);
        }

        .newsIn .social a:first-child:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 1px;
            background: #d1d1d1;
            background: -moz-linear-gradient(top,#d1d1d1 0%,#e0e0e0 70%,#dbdbdb 100%);
            background: -webkit-gradient(left top,left bottom,color-stop(0%,#d1d1d1),color-stop(70%,#e0e0e0),color-stop(100%,#dbdbdb));
            background: -webkit-linear-gradient(top,#d1d1d1 0%,#e0e0e0 70%,#dbdbdb 100%);
            background: -o-linear-gradient(top,#d1d1d1 0%,#e0e0e0 70%,#dbdbdb 100%);
            background: -ms-linear-gradient(top,#d1d1d1 0%,#e0e0e0 70%,#dbdbdb 100%);
            background: linear-gradient(to bottom,#d1d1d1 0%,#e0e0e0 70%,#dbdbdb 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1',endColorstr='#dbdbdb',GradientType=0);
        }

        .newsIn .social a:hover {
            background: var(--color1);
            border-color: var(--color1);
            opacity: 1;
            color: var(--color-font2);
        }

.newsIn:after {
    clear: both;
    display: table;
    content: '';
}

.comments {
    background: #fff;
    padding: 30px 0 50px;
    position: relative;
    margin-top: 40px;
}

    .comments:before {
        content: '';
        width: 30px;
        right: -30px;
        height: 100%;
        position: absolute;
        top: 0;
        background: #fff;
    }

    .comments .white {
        height: 100%;
        position: absolute;
        background: #fff;
        top: 0;
    }

    .comments strong {
        color: #4c4c4c;
        display: block;
        font-size: 13.5pt;
        font-weight: bold;
        font-family: IRANYekan;
        margin-bottom: 20px;
    }

    .comments .commentForm {
        display: none;
    }

    .comments .btnCustom {
        min-width: 293px;
        background: var(--color2);
        color: var(--color-font2);
        border: 0;
        margin: 15px 0;
    }

        .comments .btnCustom:hover {
            background: var(--color1);
            color: var(--color-font);
        }

    .comments .commentList {
        margin-top: 95px;
    }

        .comments .commentList .commentItem {
            padding-bottom: 30px;
            border-bottom: 1px solid #ccc;
            margin-bottom: 30px;
        }

            .comments .commentList .commentItem strong {
                font-family: IRANYekan;
                font-weight: bold;
                color: #4c4c4c;
                font-size: 12pt;
                display: block;
                margin-bottom: 5px;
                width: 80%;
                float: right;
            }

            .comments .commentList .commentItem .likeDislik {
                width: 20%;
                float: left;
                text-align: -moz-left;
                text-align: -webkit-left;
                text-align: left;
            }

                .comments .commentList .commentItem .likeDislik button {
                    background: transparent;
                    border: 0;
                    float: left;
                    margin-right: 10px;
                    cursor: pointer;
                }

                    .comments .commentList .commentItem .likeDislik button i {
                        font-size: 18pt;
                        line-height: 1;
                        display: inline-block;
                        vertical-align: middle;
                        margin: 0 3px;
                        color: #cd1e27;
                    }

                    .comments .commentList .commentItem .likeDislik button span {
                        font-size: 10pt;
                        display: inline-block;
                        vertical-align: middle;
                        -webkit-transition: .6s;
                        -moz-transition: .6s;
                        -ms-transition: .6s;
                        -o-transition: .6s;
                        transition: .6s;
                    }

                    .comments .commentList .commentItem .likeDislik button:hover span {
                        color: #cd1e27;
                        font-weight: bold;
                    }

                .comments .commentList .commentItem .likeDislik .like {
                    direction: ltr;
                }

                    .comments .commentList .commentItem .likeDislik .like i {
                        color: #1da41d;
                    }

                    .comments .commentList .commentItem .likeDislik .like:hover span {
                        color: #1da41d;
                    }

            .comments .commentList .commentItem .date {
                color: var(--color1);
                font-size: 10.5pt;
                position: relative;
                padding-bottom: 10px;
                margin-bottom: 10px;
                display: block;
                clear: both;
            }

                .comments .commentList .commentItem .date:before {
                    content: '';
                    width: 18px;
                    height: 4px;
                    background: #e5e5e5;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                }

            .comments .commentList .commentItem p {
                color: #999;
            }

            .comments .commentList .commentItem:after {
                clear: both;
                display: table;
                content: '';
            }

            .comments .commentList .commentItem:last-child {
                border: 0;
            }

        .comments .commentList:after {
            clear: both;
            display: table;
            content: '';
        }

#portfolio {
    width: 100%;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    #portfolio .item a {
        display: block;
        width: 100%;
        text-decoration: none;
        background: #fff;
    }

    #portfolio .item img {
        width: 100%;
    }

.portfolio-text {
    display: block;
    color: #fff;
    background: #03298d;
    height: 40px;
    text-align: -webkit-right;
    text-align: -moz-right;
    text-align: right;
    width: 100%;
    margin: auto;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 6px 10px;
    cursor: pointer;
    position: absolute;
    bottom: -70px;
    right: 0;
    left: 0;
    font-size: 10pt;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bgBlack {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#portfolio .item:hover {
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.4);
    -moz-box-shadow: 0 3px 20px 0 rgba(0,0,0,.4);
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.4);
}

    #portfolio .item:hover .portfolio-text {
        bottom: 0;
    }

    #portfolio .item:hover .bgBlack {
        opacity: 1;
    }

.portfolio {
    margin-bottom: 50px;
    direction: ltr;
}

    .portfolio .more {
        width: 55px;
        height: 55px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        border-radius: 50%;
        background: var(--color2);
        color: var(--color-font2);
        border: 0;
        margin: auto;
        display: block;
        font-size: 29pt;
        line-height: 1.4;
        -webkit-box-shadow: 0 1px 1px 0 rgba(38,64,76,.3),0 10px 10px -5px rgba(3,3,3,.3);
        -moz-box-shadow: 0 1px 1px 0 rgba(38,64,76,.3),0 10px 10px -5px rgba(3,3,3,.3);
        box-shadow: 0 1px 1px 0 rgba(38,64,76,.3),0 10px 10px -5px rgba(3,3,3,.3);
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        margin-top: 30px;
    }

        .portfolio .more:before {
            margin-left: -1px;
        }

        .portfolio .more:hover {
            background: var(--color1);
            color: var(--color-font);
        }

.portfolio-alt {
    padding: 100px 0;
}

ul#portfolio-filter {
    margin: 25px 0;
    list-style: none;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    margin-bottom: 0;
    direction: rtl;
}

    ul#portfolio-filter li {
        display: inline-block;
        padding: 0 25px;
    }

        ul#portfolio-filter li a {
            color: var(--color2);
            font-size: 11pt;
            font-family: IRANYekan;
        }

        ul#portfolio-filter li:hover a {
            color: var(--color1);
        }

        ul#portfolio-filter li.activeFilter a {
            color: var(--color1);
            font-weight: bold;
        }

.portfolio-item.wide-portfolio {
    width: 50%;
}

.portfolio-item {
    padding: 15px;
    width: 33.333333%;
}

    .portfolio-item .portfolio-image {
        position: relative;
        overflow: hidden;
        border: 3px solid #fff;
        -webkit-box-shadow: 0 1px 1px 0 rgba(3,3,3,.1);
        -moz-box-shadow: 0 1px 1px 0 rgba(3,3,3,.1);
        box-shadow: 0 1px 1px 0 rgba(3,3,3,.1);
    }

        .portfolio-item .portfolio-image img {
            width: 100%;
            height: auto;
            -webkit-transition: -webkit-transform .35s;
            -o-transition: -o-transform .35s;
            transition: transform .35s;
            -webkit-transform: scale(1.01);
            -ms-transform: scale(1.01);
            -o-transform: scale(1.01);
            transform: scale(1.01);
        }

        .portfolio-item .portfolio-image:hover img {
            -webkit-transform: scale(1.12);
            -ms-transform: scale(1.12);
            -o-transform: scale(1.12);
            transform: scale(1.12);
        }

.portfolio-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    text-align: -moz-right;
    text-align: -webkit-right;
    text-align: right;
    direction: rtl;
    z-index: 1;
}

    .portfolio-overlay:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: var(--color1);
        opacity: .8;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

    .portfolio-overlay strong {
        color: var(--color-font);
        font-family: IRANYekan;
        font-weight: bold;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12pt;
        position: absolute;
        right: 27px;
        bottom: 18px;
        width: 70%;
        transform: translate(100%);
        -webkit-transform: translate(100%);
        -moz-transform: translate(100%);
        -ms-transform: translate(100%);
        -o-transform: translate(100%);
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

        .portfolio-overlay strong:before {
            content: '';
            width: 7px;
            height: 7px;
            background: var(--color-font);
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
        }

    .portfolio-overlay i {
        width: 102px;
        height: 102px;
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        color: var(--color-font);
        transform: translate(-100%);
        -webkit-transform: translate(-100%);
        -moz-transform: translate(-100%);
        -ms-transform: translate(-100%);
        -o-transform: translate(-100%);
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

        .portfolio-overlay i:before {
            z-index: 10;
            font-size: 18pt;
            position: absolute;
            left: 15px;
            top: 50px;
        }

        .portfolio-overlay i:after {
            content: '';
            border-bottom: 102px solid #fff;
            border-right: 102px solid transparent;
            border-top: 102px solid transparent;
            position: absolute;
            right: 0;
            bottom: 0;
        }

    .portfolio-overlay:hover i, .portfolio-overlay:hover strong {
        transform: translate(0%);
        -webkit-transform: translate(0%);
        -moz-transform: translate(0%);
        -ms-transform: translate(0%);
        -o-transform: translate(0%);
    }

.port-video {
    position: absolute;
}

    .port-video i:before {
        z-index: 10;
        font-size: 18pt;
        position: absolute;
        left: 15px;
        top: 50px;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        line-height: 1.2;
        color: #ffa500;
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay {
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.portfolio-item:hover .portfolio-overlay, .iportfolio:hover .portfolio-overlay {
    opacity: 1;
}

#load-infinite {
    padding: 60px 0;
    text-align: center;
    background: #fc4349;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-family: IRANSans,tahoma,'Cabin',sans-serif;
    text-transform: uppercase;
    width: 100%;
    border: 0;
}

.portfolio-overlay .portfolio-desc h3 {
    color: #fff;
    padding: 0 20px;
    margin-bottom: 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.portfolio-overlay .portfolio-desc .title-with-bord:after {
    margin-top: 15px;
    color: #fff;
}

.portfolio-overlay .portfolio-desc span {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

@font-face {
    font-family: 'lightcase';
    src: url("/Themes/studiovip1/static/fonts/lightcase/lightcase.eot?55356177");
    src: url("/Themes/studiovip1/static/fonts/lightcase/lightcase.eot?55356177#iefix") format("embedded-opentype"),url("/Themes/studiovip1/static/fonts/lightcase/lightcase.woff?55356177") format("woff"),url("/Themes/studiovip1/static/fonts/lightcase/lightcase.ttf?55356177") format("truetype"),url("/Themes/studiovip1/static/fonts/lightcase/lightcase.svg?55356177#lightcase") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class*='lightcase-icon-']:before {
    font-family: 'lightcase',sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.lightcase-icon-play:before {
    content: '';
}

.lightcase-icon-pause:before {
    content: '';
}

.lightcase-icon-close:before {
    content: '';
}

.lightcase-icon-prev:before {
    content: '';
}

.lightcase-icon-next:before {
    content: '';
}

.lightcase-icon-spin:before {
    content: '';
}

@-webkit-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#lightcase-case {
    display: none;
    position: fixed;
    z-index: 2000000000;
    top: 50%;
    left: 50%;
    font-family: arial,sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
}

@media screen and (max-width:640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }
}

@media screen and (min-width:641px) {
    #lightcase-case:not([data-lc-type=error]) #lightcase-content {
        position: relative;
        z-index: 1;
        overflow: hidden;
        text-shadow: none;
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,.5);
        -moz-box-shadow: 0 0 30px rgba(0,0,0,.5);
        -o-box-shadow: 0 0 30px rgba(0,0,0,.5);
        box-shadow: 0 0 30px rgba(0,0,0,.5);
        -webkit-backface-visibility: hidden;
    }
}

@media screen and (min-width:641px) {
    #lightcase-case[data-lc-type=image] #lightcase-content, #lightcase-case[data-lc-type=video] #lightcase-content {
        background-color: #333;
    }
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width:640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width:640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
        padding: 15px;
    }

        #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner, #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > * {
            width: 100% !important;
            max-width: none !important;
        }

            #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > *:not(iframe) {
                height: auto !important;
                max-height: none !important;
            }
}

@media screen and (max-width:640px) {
    .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width:640px) and (min-width:641px) {
    [data-lc-type=image] #lightcase-content .lightcase-contentInner, [data-lc-type=video] #lightcase-content .lightcase-contentInner {
        line-height: .75;
    }
}

.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width:640px) {
    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }
}

@media screen and (min-width:641px) {
    #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 30px;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width:640px) {
    #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
        color: #aaa;
    }
}

@media screen and (min-width:641px) {
    #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
        color: #333;
    }
}

#lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #aaa;
}

@media screen and (max-width:640px) {
    #lightcase-case p.lightcase-error {
        padding: 30px 0;
    }
}

@media screen and (min-width:641px) {
    #lightcase-case p.lightcase-error {
        padding: 0;
    }
}

.lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

@media screen and (max-width:640px) {
    .lightcase-open body {
        padding: 55px 0 70px 0;
    }

        .lightcase-open body > *:not([id*='lightcase-']) {
            position: fixed !important;
            top: -9999px !important;
            width: 0 !important;
            height: 0 !important;
            overflow: hidden !important;
        }
}

#lightcase-info {
    position: absolute;
    padding-top: 15px;
    left: 0;
}

    #lightcase-info #lightcase-title, #lightcase-info #lightcase-caption {
        margin: 0;
        padding: 0;
        line-height: 1.5;
        font-weight: normal;
        text-overflow: ellipsis;
    }

    #lightcase-info #lightcase-title {
        font-size: 17px;
        color: #aaa;
    }

@media screen and (max-width:640px) {
    #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #333;
    }
}

#lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa;
}

#lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa;
    display: none !important;
}

@media screen and (max-width:640px) {
    .lightcase-fullScreenMode #lightcase-info {
        padding-left: 15px;
        padding-right: 15px;
    }

    #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position: static;
    }
}

#lightcase-loading {
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    position: fixed;
    z-index: 2001;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em;
    opacity: 1;
    font-size: 32px;
    text-shadow: 0 0 15px #fff;
    -moz-transform-origin: 50% 53%;
    -webkit-animation: lightcase-spin .5s infinite linear;
    -moz-animation: lightcase-spin .5s infinite linear;
    -o-animation: lightcase-spin .5s infinite linear;
    animation: lightcase-spin .5s infinite linear;
}

    #lightcase-loading, #lightcase-loading:focus {
        text-decoration: none;
        color: #fff;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: color,opacity,ease-in-out .25s;
        -moz-transition: color,opacity,ease-in-out .25s;
        -o-transition: color,opacity,ease-in-out .25s;
        transition: color,opacity,ease-in-out .25s;
    }

        #lightcase-loading > span {
            display: inline-block;
            text-indent: -9999px;
        }

#lightcase-nav a[class*='lightcase-icon-'] {
    position: fixed;
    z-index: 2000000000;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: 0;
    cursor: pointer;
}

    #lightcase-nav a[class*='lightcase-icon-'], #lightcase-nav a[class*='lightcase-icon-']:focus {
        text-decoration: none;
        color: rgba(255,255,255,.6);
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: color,opacity,ease-in-out .25s;
        -moz-transition: color,opacity,ease-in-out .25s;
        -o-transition: color,opacity,ease-in-out .25s;
        transition: color,opacity,ease-in-out .25s;
    }

        #lightcase-nav a[class*='lightcase-icon-'] > span {
            display: inline-block;
            text-indent: -9999px;
        }

        #lightcase-nav a[class*='lightcase-icon-']:hover {
            color: #fff;
            text-shadow: 0 0 15px white;
        }

.lightcase-isMobileDevice #lightcase-nav a[class*='lightcase-icon-']:hover {
    color: #aaa;
    text-shadow: none;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 15px;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 15px;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    left: 50%;
    margin-left: -.5em;
}

@media screen and (min-width:641px) {
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
        opacity: 0;
    }
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: 0;
}

@media screen and (max-width:640px) {
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: absolute;
    }
}

@media screen and (min-width:641px) {
    #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
        position: fixed;
    }
}

@media screen and (max-width:640px) {
    #lightcase-nav a[class*='lightcase-icon-'] {
        bottom: 15px;
        font-size: 24px;
    }
}

@media screen and (min-width:641px) {
    #lightcase-nav a[class*='lightcase-icon-'] {
        bottom: 50%;
        margin-bottom: -.5em;
    }

        #lightcase-nav a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ #lightcase-nav a[class*='lightcase-icon-'] {
            opacity: 1;
        }
}

#lightcase-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 200000000;
    top: 0;
    left: 0;
    background: #333;
}

@media screen and (max-width:640px) {
    #lightcase-overlay {
        opacity: 1 !important;
    }
}

.contact .map {
    height: 340px;
    margin-bottom: 35px;
    border: 3px solid #fff;
}

    .contact .map iframe {
        width: 100% !important;
        height: 100% !important;
    }

.contact .contactForm {
    margin-top: 20px;
}

    .contact .contactForm:after {
        clear: both;
        display: table;
        content: '';
    }

    .contact .contactForm .feedback-input {
        border-bottom: 1px solid #9e9e9e !important;
        height: 40px;
    }

    .contact .contactForm .captcha {
        margin-top: 20px;
    }

.contact .info {
    margin-top: 20px;
}

    .contact .info p {
        color: #999;
        margin-bottom: 20px;
    }

        .contact .info p i {
            width: 7%;
            font-size: 17pt;
            color: var(--color1);
            float: right;
            line-height: 1;
        }

        .contact .info p span {
            width: 93%;
            float: right;
        }

        .contact .info p:after {
            clear: both;
            display: table;
            content: '';
        }

    .contact .info:after {
        clear: both;
        display: table;
        content: '';
    }

.contact .btnCustom {
    min-width: 293px;
    background: var(--color2);
    color: var(--color-font2);
    border: 0;
    margin: 15px 0;
}

.contact:after {
    clear: both;
    display: table;
    content: '';
}

.customPage {
    color: #808080;
    text-align: -moz-justify;
    text-align: -webkit-justify;
    text-align: justify;
    font-size: 10.5pt;
}

    .customPage:after {
        clear: both;
        display: table;
        content: '';
    }

.faq .item .cat {
    color: #333;
    font-size: 15pt;
    position: relative;
    padding: 7px 35px 11px 35px;
    border-bottom: 1px dotted #000;
    cursor: pointer;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

    .faq .item .cat:before {
        content: '';
        width: 7px;
        height: 7px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        border-radius: 50%;
        background: var(--color1);
        position: absolute;
        right: 17px;
        top: 22px;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -ms-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

    .faq .item .cat:after {
        content: "";
        font-family: "Material Design Icons";
        position: absolute;
        left: 12px;
        top: 7px;
        color: var(--color1);
        font-size: 18pt;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -ms-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

    .faq .item .cat:hover {
        background: #efeff0;
    }

    .faq .item .cat.open {
        background: var(--color2);
        color: var(--color-font2);
    }

        .faq .item .cat.open:before {
            background: var(--color-font2);
        }

        .faq .item .cat.open:after {
            content: "";
            color: var(--color-font2);
        }

.faq .item ul {
    background: #f0eff4;
    padding: 0 60px;
    display: none;
}

    .faq .item ul li {
        list-style: none;
    }

        .faq .item ul li .question {
            color: #333;
            font-family: IRANSans2;
            font-size: 12pt;
            padding: 14px 40px 11px 40px;
            position: relative;
            border-bottom: 1px dotted #000;
            cursor: pointer;
            text-align: -moz-justify;
            text-align: -webkit-justify;
            text-align: justify;
            -webkit-transition: .6s;
            -moz-transition: .6s;
            -ms-transition: .6s;
            -o-transition: .6s;
            transition: .6s;
        }

            .faq .item ul li .question:before {
                content: '';
                width: 7px;
                height: 7px;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                -khtml-border-radius: 50%;
                border-radius: 50%;
                background: #f25449;
                position: absolute;
                right: 27px;
                top: 22px;
                -webkit-transition: .6s;
                -moz-transition: .6s;
                -ms-transition: .6s;
                -o-transition: .6s;
                transition: .6s;
            }

            .faq .item ul li .question:after {
                content: "";
                font-family: "Material Design Icons";
                position: absolute;
                left: 0;
                top: 7px;
                font-size: 18pt;
                -webkit-transition: .6s;
                -moz-transition: .6s;
                -ms-transition: .6s;
                -o-transition: .6s;
                transition: .6s;
            }

            .faq .item ul li .question:hover {
                background: #e8e8ec;
            }

        .faq .item ul li .reply {
            padding: 95px 90px 50px 80px;
            background: #e8e8ec;
            position: relative;
            text-align: -moz-justify;
            text-align: -webkit-justify;
            text-align: justify;
            display: none;
            font-size: 10.5pt;
            color: #808080;
        }

            .faq .item ul li .reply:before {
                content: '';
                width: 91px;
                height: 56px;
                background: url(/Themes/studiovip1/static/img/reply.png) no-repeat;
                position: absolute;
                right: 0;
                top: 29px;
            }

            .faq .item ul li .reply:after {
                clear: both;
                display: table;
                content: '';
            }

        .faq .item ul li:after {
            clear: both;
            display: table;
            content: '';
        }

        .faq .item ul li.open .question {
            background: var(--color1);
            color: var(--color-font);
        }

            .faq .item ul li.open .question:before {
                background: var(--color-font);
            }

            .faq .item ul li.open .question:after {
                content: "";
            }

    .faq .item ul:after {
        clear: both;
        display: table;
        content: '';
    }

.faq .item:first-child .cat {
    border-top: 1px dotted #000;
}

.faq .item:after {
    clear: both;
    display: table;
    content: '';
}

.faq:after {
    clear: both;
    display: table;
    content: '';
}

@media only screen and (max-width:1480px) {
    .page-number {
        width: 1170px;
    }

    .servicCat .catItem .img {
        height: 370px;
    }

    .serviceIn .galleryServ .itemShow .img {
        height: 346px;
    }

    .serviceIn .galleryServ ul li {
        width: 155px;
    }

        .serviceIn .galleryServ ul li .item .img {
            height: 104px;
            height: 95px;
        }

        .serviceIn .galleryServ ul li:nth-child(4) {
            width: 78px;
        }

            .serviceIn .galleryServ ul li:nth-child(4) .more {
                width: 78px;
                height: 95px;
                line-height: 2;
            }

    .FeaturedNews .item .img {
        height: 155px;
    }

    .newsItem .img {
        height: 119px;
    }

    .newsItem a {
        margin: 0 0 5px;
    }

    .newsItem p {
        line-height: 1.8;
    }

    .newsIn .newsImg {
        height: 326px;
    }

    .newsIn .boxGray ul li figure a {
        line-height: 1.2;
    }
}

@media only screen and (max-width:1220px) {
    .page-number {
        width: 1140px;
    }

    .servicCat .catItem .img {
        height: 360px;
    }

    .serviceIn .galleryServ .itemShow .img {
        height: 337px;
    }

    .serviceIn .galleryServ ul li {
        margin-right: 5px;
    }

        .serviceIn .galleryServ ul li:nth-child(4) {
            width: 75px;
        }

            .serviceIn .galleryServ ul li:nth-child(4) .more {
                width: 75px;
            }

    .FeaturedNews .item .img {
        height: 150px;
    }

    .newsItem .img {
        height: 116px;
    }

    .newsItem a {
        font-size: 11pt;
    }

    .newsItem p {
        font-size: 9.5pt;
    }

    .newsIn .newsImg {
        height: 317px;
    }

    .newsIn .boxDark .summery {
        margin-top: 25px;
    }
}

@media only screen and (max-width:1200px) {
    .page-number {
        width: 940px;
    }

    .servicCat .catItem .img {
        height: 293px;
    }

    .servicCat .catItem a {
        font-size: 11.5pt;
        padding: 15px 17px;
    }

        .servicCat .catItem a:before {
            top: 19px;
        }

    .serviceIn .galleryServ .itemShow .img {
        height: 276px;
    }

    .serviceIn .galleryServ ul li {
        margin-right: 2px;
        width: 133px;
    }

        .serviceIn .galleryServ ul li .item .img {
            height: 82px;
        }

        .serviceIn .galleryServ ul li:nth-child(4) {
            width: 50px;
        }

            .serviceIn .galleryServ ul li:nth-child(4) .more {
                width: 50px;
                height: 82px;
                line-height: 1.7;
            }

    .FeaturedNews {
        margin: 100px 0 45px;
    }

        .FeaturedNews .item .img {
            height: 122px;
        }

        .FeaturedNews .item a {
            font-size: 10.5pt;
        }

    .newsItem .col-xs-7 {
        padding-left: 15px;
    }

    .newsItem .img {
        height: 92px;
    }

    .newsItem .date i {
        font-size: 19pt;
        margin-top: -2px;
    }

    .newsItem .date span {
        margin: -1px 0 0;
    }

    .newsItem .date strong {
        font-size: 20pt;
        margin: 0 2px;
    }

    .newsItem a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .paging-model2 .paging .select-wrapper {
        display: none;
    }

    .newsIn .title {
        margin-bottom: 0;
    }

    .newsIn .newsImg {
        height: 260px;
        margin-top: -62px;
    }

    .newsIn .boxDark .summery {
        margin-top: 15px;
    }

        .newsIn .boxDark .summery strong {
            margin-bottom: 6px;
        }

    .newsIn .boxDark .date .dateIn {
        height: 96px;
    }

        .newsIn .boxDark .date .dateIn i {
            font-size: 30pt;
        }

        .newsIn .boxDark .date .dateIn strong {
            font-size: 30pt;
        }

        .newsIn .boxDark .date .dateIn span {
            font-size: 10pt;
        }

    .newsIn .boxGray ul li figure .img {
        width: 80px;
        height: 47px;
    }

    .newsIn .boxGray ul li figure a {
        font-size: 8pt;
    }

    .portfolio-overlay strong {
        right: 7px;
        bottom: inherit;
        width: 100%;
    }
}

@media only screen and (max-width:992px) {
    .page-number {
        width: 720px;
    }

    .modal .modal-content {
        padding: 0 15px;
    }

    .bread-crumb {
        clear: both;
        margin: 7px auto 20px;
    }

    .title {
        margin-bottom: 10px;
    }

    .servicCat .catItem .img {
        height: 220px;
    }

    .servicCat .catItem a {
        font-size: 10.5pt;
        padding: 10px;
    }

        .servicCat .catItem a:before {
            width: 7px;
            height: 15px;
            top: 15px;
        }

    .serviceIn .summery {
        margin: 15px 0;
    }

    .serviceIn .galleryServ {
        margin-bottom: 30px;
    }

        .serviceIn .galleryServ .itemShow .img {
            height: 436px;
        }

        .serviceIn .galleryServ ul li {
            margin-right: 10px;
            width: 193px;
        }

            .serviceIn .galleryServ ul li .item .img {
                height: 118px;
            }

            .serviceIn .galleryServ ul li:nth-child(4) {
                width: 111px;
            }

                .serviceIn .galleryServ ul li:nth-child(4) .more {
                    width: 111px;
                    height: 118px;
                    line-height: 2.6;
                }

    .FeaturedNews {
        margin: 100px 0 15px;
    }

        .FeaturedNews .item .img {
            height: 91px;
        }

            .FeaturedNews .item .img .date {
                padding: 5px 7px 0;
            }

                .FeaturedNews .item .img .date strong {
                    font-size: 22pt;
                }

        .FeaturedNews .item a {
            font-size: 9pt;
        }

    .newsItem .col-xs-5 {
        padding-left: 5px;
    }

    .newsItem .img {
        height: 72px;
    }

    .newsItem .date {
        font-size: 8pt;
        margin-top: 0;
    }

        .newsItem .date i {
            font-size: 17pt;
        }

        .newsItem .date strong {
            font-size: 16pt;
            margin: 0;
        }

    .newsItem a {
        font-size: 9pt;
    }

    .newsItem p {
        font-size: 8.5pt;
        line-height: 1.6;
    }

    .newsIn .title {
        margin-top: 0;
        top: 0;
    }

    .newsIn .newsImg {
        height: 198px;
        margin: 15px 0;
    }

    .newsIn .boxDark .date {
        height: auto !important;
        margin: 10px 0;
        background: transparent;
    }

        .newsIn .boxDark .date .dateIn {
            height: auto;
            position: inherit;
        }

            .newsIn .boxDark .date .dateIn i {
                display: none;
            }

            .newsIn .boxDark .date .dateIn strong {
                font-size: 10pt;
                display: inline-block;
                vertical-align: middle;
            }

        .newsIn .boxDark .date span:before {
            content: '/';
            display: inline-block;
            vertical-align: middle;
            margin-left: 4px;
        }

    .newsIn .boxDark:after {
        clear: both;
        display: table;
        content: '';
    }

    .newsIn .boxGray {
        padding-top: 15px;
    }

        .newsIn .boxGray strong {
            margin-bottom: 5px;
        }

        .newsIn .boxGray ul li figure {
            padding: 10px;
        }

            .newsIn .boxGray ul li figure .img {
                width: 100%;
                height: 79px;
                margin: 0 0 5px;
            }

            .newsIn .boxGray ul li figure a {
                width: 100%;
            }

    .newsIn .newsMain {
        margin-bottom: 0;
    }

    .comments {
        padding: 0;
        margin-top: 15px;
    }

        .comments .commentList {
            margin-top: 15px;
        }

            .comments .commentList .commentItem {
                padding-bottom: 15px;
                margin-bottom: 15px;
            }

                .comments .commentList .commentItem strong {
                    width: 100%;
                }

                .comments .commentList .commentItem .likeDislik {
                    width: 100%;
                }

    .contact .map {
        height: 250px;
        margin-bottom: 15px;
    }

    .contact .info p i {
        width: 10%;
        line-height: 1.2;
    }

    .contact .info p span {
        width: 90%;
    }
}

@media only screen and (max-width:768px) {
    .page-number {
        width: 97.5%;
    }

    .title {
        margin-bottom: 10px;
    }

        .title span {
            padding-left: 15px;
        }

    .pages-wrappers {
        padding-bottom: 15px;
        min-height: inherit;
    }

    .servicCat .row {
        margin: 0 -5px;
    }

        .servicCat .row > div {
            padding: 0 5px;
        }

    .servicCat .catItem {
        margin-bottom: 10px;
    }

        .servicCat .catItem .img {
            height: 233px;
        }

    .services .row {
        margin: 0 -5px;
    }

        .services .row > div {
            padding: 0 5px;
        }

    .serviceItem {
        margin-bottom: 10px;
    }

    .serviceIn .summery strong {
        margin-bottom: 0;
    }

    .serviceIn .galleryServ ul {
        margin: 0 -5px;
    }

        .serviceIn .galleryServ ul li {
            width: 25% !important;
            padding: 0 5px;
            margin: 0;
        }

            .serviceIn .galleryServ ul li .item .img {
                height: 106px;
            }

            .serviceIn .galleryServ ul li:nth-child(4) .more {
                width: 100%;
                height: 106px;
                line-height: 2;
                position: relative;
            }

                .serviceIn .galleryServ ul li:nth-child(4) .more i {
                    height: 40px;
                    position: absolute;
                    right: 0;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                    line-height: 1;
                }

    .FeaturedNews .item .img {
        height: 85px;
    }

        .FeaturedNews .item .img .date strong {
            font-size: 16pt;
        }

    .newsItem .col-xs-5 {
        padding-left: 15px;
    }

    .newsItem .img {
        height: 145px;
    }

    .newsItem a {
        font-size: 11pt;
        white-space: normal;
        text-overflow: inherit;
        overflow: visible;
        margin: 5px 0 15px;
    }

    .newsItem p {
        font-size: 10.5pt;
        line-height: 2.2;
    }

    .pagination.text-center, .paging-model2.text-center {
        margin: 20px auto 0;
    }

    .categoryMargin {
        width: 100%;
        margin: 0 0 10px;
        float: none !important;
        clear: both;
    }

    .newsIn .title {
        margin-bottom: 10px;
    }

    .newsIn .newsImg {
        height: auto;
    }

        .newsIn .newsImg img {
            position: inherit;
        }

    .newsIn .boxDark .summery {
        margin-top: 0;
    }

        .newsIn .boxDark .summery strong {
            font-size: 11pt;
        }

        .newsIn .boxDark .summery p {
            font-size: 10pt;
        }

    .newsIn .boxGray {
        height: auto !important;
    }

        .newsIn .boxGray ul li figure {
            padding: 20px 17px 20px 23px;
        }

            .newsIn .boxGray ul li figure .img {
                width: 100px;
                height: 58px;
                margin-left: 6px;
            }

            .newsIn .boxGray ul li figure a {
                width: auto;
                font-size: 9pt;
                line-height: 4.5;
            }

    .portfolio-item {
        padding: 3px;
    }

    .portfolio .row {
        margin: 0 -3px;
    }

    .portfolio-overlay i {
        width: 52px;
        height: 52px;
    }

        .portfolio-overlay i:before {
            font-size: 14pt;
            left: 2px;
            top: 22px;
        }

        .portfolio-overlay i:after {
            border-bottom: 52px solid #fff;
            border-right: 52px solid transparent;
            border-top: 52px solid transparent;
        }

    .contact .info p i {
        width: 6%;
    }

    .contact .info p span {
        width: 94%;
    }

    .faq .item .cat {
        font-size: 12pt;
        padding: 14px 35px 11px 35px;
    }

    .faq .item ul {
        padding: 0 10px;
    }

        .faq .item ul li .question {
            font-size: 10pt;
        }

        .faq .item ul li .reply {
            padding: 50px 25px 15px 20px;
        }

            .faq .item ul li .reply:before {
                top: 7px;
                width: 65px;
                height: 40px;
                -webkit-background-size: 100%;
                -moz-background-size: 100%;
                -o-background-size: 100%;
                background-size: 100%;
            }
}

@media only screen and (max-width:680px) {
    .servicCat .catItem {
        margin-bottom: 10px;
    }

        .servicCat .catItem .img {
            height: 204px;
        }

    .FeaturedNews .item .img {
        height: 78px;
    }

    .newsItem {
        margin-bottom: 10px;
    }

        .newsItem .img {
            height: 134px;
        }

    .FeaturedNews .FeaturedNewsIn .container > strong, .news .container > strong {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:580px) {
    .servicCat .catItem .img {
        height: 170px;
    }

    .servicCat .catItem a {
        font-size: 9pt;
        padding: 5px;
    }

        .servicCat .catItem a:before {
            display: none;
        }

    .services .row > div {
        width: 50%;
    }

    .serviceItem p {
        height: 100px;
    }

    .page-number {
        width: 97.5% !important;
    }

    .serviceIn .galleryServ .itemShow .img {
        height: 319px;
    }

    .serviceIn .galleryServ ul li .item .img {
        height: 77px;
    }

    .serviceIn .galleryServ ul li:nth-child(4) .more {
        height: 77px;
    }

    .FeaturedNews .FeaturedNewsIn {
        top: -80px;
    }

        .FeaturedNews .FeaturedNewsIn .row {
            margin: 0 -5px;
        }

            .FeaturedNews .FeaturedNewsIn .row > div {
                padding: 0 5px;
            }

    .FeaturedNews .item .img {
        height: 73px;
    }

    .newsItem .img {
        height: 110px;
    }

    .newsItem a {
        margin: 0 0 5px;
    }

    .newsItem p {
        line-height: 1.8;
    }

    .newsIn .boxGray ul {
        margin-bottom: 15px;
    }

        .newsIn .boxGray ul li figure {
            padding: 10px;
        }

            .newsIn .boxGray ul li figure a {
                line-height: 1.5;
            }

    .portfolio .more {
        width: 35px;
        height: 35px;
        font-size: 20pt;
        line-height: 1.2;
        margin-top: 15px;
        padding: 0;
    }

    .portfolio-overlay strong {
        right: 3px;
        font-size: 9pt;
    }

    .faq .item .cat {
        font-size: 12pt;
        padding: 5px 15px 6px 15px;
    }

        .faq .item .cat:before {
            width: 4px;
            height: 4px;
            right: 4px;
            top: 18px;
        }

        .faq .item .cat:after {
            left: -2px;
            top: 5px;
            font-size: 14pt;
        }

    .faq .item ul li .question {
        font-size: 10pt;
        padding: 9px 10px 6px 15px;
    }

        .faq .item ul li .question:before {
            width: 4px;
            height: 4px;
            right: 2px;
            top: 17px;
        }

        .faq .item ul li .question:after {
            top: 3px;
            font-size: 14pt;
        }

    .faq .item ul li .reply {
        padding: 45px 10px 15px 10px;
        font-size: 8.5pt;
    }

        .faq .item ul li .reply:before {
            -webkit-background-size: 100%;
            -moz-background-size: 100%;
            -o-background-size: 100%;
            background-size: 100%;
            width: 60px;
            height: 35px;
        }

        .faq .item ul li .reply p {
            font-size: 8.5pt;
        }
}

@media only screen and (max-width:480px) {
    .servicCat .row > div {
        width: 50%;
    }

    .servicCat .catItem .img {
        height: 211px;
    }

    .services .row > div {
        width: 50%;
    }

    .page-number {
        width: 97.5% !important;
    }

    .serviceIn .galleryServ .itemShow .img {
        height: 262px;
    }

    .serviceIn .galleryServ ul li .item .img {
        height: 62px;
    }

    .serviceIn .galleryServ ul li:nth-child(4) .more {
        height: 62px;
    }

    .FeaturedNews {
        display: none;
    }

    .newsItem {
        padding: 10px;
    }

        .newsItem .img {
            height: 86px;
        }

        .newsItem .date, .newsItem p {
            display: none;
        }

        .newsItem a {
            margin: 10px 0 0;
            font-size: 10pt;
        }

    .portfolio-item {
        width: 50%;
    }

    .contact .map {
        height: 200px;
    }

    .contact .info p i {
        width: 10%;
    }

    .contact .info p span {
        width: 90%;
    }

    .contact .btnCustom {
        min-width: 193px;
    }

    .input-field textarea {
        min-height: 80px;
    }
}

@media only screen and (max-width:420px) {
    .services .row > div {
        width: 100%;
    }

    .serviceItem p {
        height: auto;
    }
}

@media only screen and (max-width:380px) {
    .servicCat .catItem .img {
        height: 160px;
    }

    .serviceIn .galleryServ .itemShow .img {
        height: 203px;
    }

    .serviceIn .galleryServ ul li .item .img {
        height: 48px;
    }

    .serviceIn .galleryServ ul li:nth-child(4) .more {
        height: 48px;
        font-size: 31pt;
    }

    .newsItem .col-xs-5 {
        padding-left: 5px;
    }

    .newsItem .img {
        height: 71px;
    }

    .newsItem a {
        margin: 5px 0 0;
        line-height: 1.3;
        font-size: 9.5pt;
    }

    .newsIn .social span {
        margin-left: 5px;
    }

    .newsIn .social a {
        width: 40px;
        height: 40px;
        font-size: 15pt;
        margin: 0;
    }

    .comments .btnCustom {
        min-width: 193px;
    }
}


.action-btn-section {
    padding: 48px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.action-title {
    font-size: 16px;
}

.action-btn {
    background-color: #175760;
    border: 4px solid #5f888c;
    color: white;
    cursor: pointer;
    padding: 8px 16px;
}

    .action-btn:hover {
        opacity: 0.8;
        color: white;
    }

.modal-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 135deg, rgba(95, 136, 140, 0.6), /* #5f888c */
    rgba(23, 87, 96, 0.6) /* #175760 */
    );
    padding: 0 8px;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

    .modal-section.active {
        display: flex;
    }

.modal-content {
    border-radius: 12px;
    background: #fff;
    /* Card-Shadow */
    box-shadow: 0 0.5px 1.5px 1px rgba(0, 0, 0, 0.04), 0 12px 16px -2px rgba(0, 0, 0, 0.06);
    width: clamp(250px, 100%, 632px);
}

.modal-content-header {
    padding: 12px 24px;
    border-bottom: 1px solid var(--grey-100, #edeff6);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-content-header-title {
    color: var(--grey-950, #28282f);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal-content-header-icon {
    font-size: 18px;
    color: var(--grey-500, #66687a);
    cursor: pointer;
}

.modal-content-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.btn-form-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.input-field-custom {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 100%;
}

    .input-field-custom .input-field-label {
        color: var(--grey-700, #4a4a5a);
        text-align: right;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 21px;
    }

        .input-field-custom .input-field-label span {
            color: #d0324a;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: 21px;
        }

    .input-field-custom .input-field-input {
        color: var(--grey-700, #4a4a5a);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        background-color: red;
        padding: 12px;
        border-radius: var(--Border-Radius-8px, 8px);
        border: 1.5px solid var(--grey-200, #cdd3e6) !important;
        background: #fff;
        transition: all 0.2s ease-in-out;
        outline: none;
        width: 100%;
        height: auto;
        box-sizing: border-box
    }

    .input-field-custom input[type="tel"] {
        direction: ltr;
        text-align: left;
    }


        .input-field-custom input[type="text"]:focus,
        .input-field-custom input[type="text"]:active,
        .input-field-custom input[type="tel"]:focus,
        .input-field-custom input[type="tel"]:active {
            border: 1.5px solid var(--blue-700, #005cfd);
            background: var(--White-white-50, #fff);
            box-shadow: 0 0 0 2px rgba(0, 92, 253, 0.2);
        }

        .input-field-custom input[type="text"]::placeholder,
        .input-field-custom input[type="tel"]::placeholder {
            color: var(--grey-400, #8692b4);
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 21px;
        }

.input-field input[type="text"]:hover,
.input-field input[type="tel"]:hover {
    border: 1.5px solid var(--blue-700, #005cfd);
}

.close--btn {
    color: var(--grey-400, #8692b4);
    cursor: pointer;
    
}

.submit--btn {
    background-color: #d23c71;
    color: #fff;
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}

    .submit--btn:hover {
        opacity: 0.8;
        color: white;
    }

