/*-----------------------------------------------------------------------------------
	Set
	About: A shiny new Blocs website.
	Author: Samin Tarashe
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
.showInput {
    border: solid 1px black;
}

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-container {
    overflow: hidden;
}

/* Prevents unwanted scroll space when scroll FX used. */
a,
button {
    transition: background 0.3s ease-in-out;
    outline: none !important;
}

/* Prevent blue selection glow on Chrome and Safari */
a:hover {
    text-decoration: none;
    cursor: pointer;
}

/* Preloader */

.page-preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    background: #ffffff url("img/pageload-spinner.gif") no-repeat center center;
    animation-name: preloader-fade;
    animation-delay: 2s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.preloader-complete {
    animation-delay: 0.1s;
}

@keyframes preloader-fade {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
    font-family: "Shabnam-Medium-FD";
    src: url("./fonts/Shabnam-Medium-FD/Shabnam-Medium-FD.woff2");
    src: url("./fonts/Shabnam-Medium-FD/Shabnam-Medium-FD.woff2") format("woff2"),
        url("./fonts/Shabnam-Medium-FD/Shabnam-Medium-FD.woff") format("woff"),
        url("./fonts/Shabnam-Medium-FD/Shabnam-Medium-FD.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Shabnam-Medium-FD/Shabnam-Medium-FD.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Shabnam-FD";
    src: url("./fonts/Shabnam-FD/Shabnam-FD.woff2");
    src: url("./fonts/Shabnam-FD/Shabnam-FD.woff2") format("woff2"),
        url("./fonts/Shabnam-FD/Shabnam-FD.woff") format("woff"),
        url("./fonts/Shabnam-FD/Shabnam-FD.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Shabnam-FD/Shabnam-FD.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Shabnam-Bold-FD";
    src: url("./fonts/Shabnam-Bold-FD/Shabnam-Bold-FD.woff2");
    src: url("./fonts/Shabnam-Bold-FD/Shabnam-Bold-FD.woff2") format("woff2"),
        url("./fonts/Shabnam-Bold-FD/Shabnam-Bold-FD.woff") format("woff"),
        url("./fonts/Shabnam-Bold-FD/Shabnam-Bold-FD.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Shabnam-Bold-FD/Shabnam-Bold-FD.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Shabnam-Light-FD";
    src: url("./fonts/Shabnam-Light-FD/Shabnam-Light-FD.woff2");
    src: url("./fonts/Shabnam-Light-FD/Shabnam-Light-FD.woff2") format("woff2"),
        url("./fonts/Shabnam-Light-FD/Shabnam-Light-FD.woff") format("woff"),
        url("./fonts/Shabnam-Light-FD/Shabnam-Light-FD.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Shabnam-Light-FD/Shabnam-Light-FD.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc {
    width: 100%;
    clear: both;
    background: 50% 50% no-repeat;
    padding: 0 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bloc .container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

/* Sizes */

.bloc-lg {
    padding: 100px 20px;
}

.bloc-sm {
    padding: 20px;
}

/* = Full Width Blocs
-------------------------------------------------------------- */

.full-width-bloc {
    padding-left: 0;
    padding-right: 0;
}

.full-width-bloc .row {
    margin-left: 0;
    margin-right: 0;
}

.full-width-bloc .container {
    width: 100%;
    max-width: 100% !important;
}

.full-width-bloc .carousel img {
    width: 100%;
    height: auto;
}

/* Dark theme */

.d-bloc {
    color: rgba(255, 255, 255, 0.7);
}

.d-bloc button:hover {
    color: rgba(255, 255, 255, 0.9);
}

.d-bloc .icon-round,
.d-bloc .icon-square,
.d-bloc .icon-rounded,
.d-bloc .icon-semi-rounded-a,
.d-bloc .icon-semi-rounded-b {
    border-color: rgba(255, 255, 255, 0.9);
}

.d-bloc .divider-h span {
    border-color: rgba(255, 255, 255, 0.2);
}

.d-bloc .a-btn,
.d-bloc .navbar a,
.d-bloc a .icon-sm,
.d-bloc a .icon-md,
.d-bloc a .icon-lg,
.d-bloc a .icon-xl,
.d-bloc h1 a,
.d-bloc h2 a,
.d-bloc h3 a,
.d-bloc h4 a,
.d-bloc h5 a,
.d-bloc h6 a,
.d-bloc p a {
    color: rgba(255, 255, 255, 0.6);
}

.d-bloc .a-btn:hover,
.d-bloc .navbar a:hover,
.d-bloc a:hover .icon-sm,
.d-bloc a:hover .icon-md,
.d-bloc a:hover .icon-lg,
.d-bloc a:hover .icon-xl,
.d-bloc h1 a:hover,
.d-bloc h2 a:hover,
.d-bloc h3 a:hover,
.d-bloc h4 a:hover,
.d-bloc h5 a:hover,
.d-bloc h6 a:hover,
.d-bloc p a:hover {
    color: rgba(255, 255, 255, 1);
}

.d-bloc .navbar-toggle .icon-bar {
    background: rgba(255, 255, 255, 1);
}

.d-bloc .btn-wire,
.d-bloc .btn-wire:hover {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.d-bloc .card {
    color: rgba(0, 0, 0, 0.5);
}

.d-bloc .card button:hover {
    color: rgba(0, 0, 0, 0.7);
}

.d-bloc .card icon {
    border-color: rgba(0, 0, 0, 0.7);
}

.d-bloc .card .divider-h span {
    border-color: rgba(0, 0, 0, 0.1);
}

.d-bloc .card .a-btn {
    color: rgba(0, 0, 0, 0.6);
}

.d-bloc .card .a-btn:hover {
    color: rgba(0, 0, 0, 1);
}

.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover {
    color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.3);
}

/* Light theme */

.d-bloc .card,
.l-bloc {
    color: rgba(0, 0, 0, 0.5);
}

.d-bloc .card button:hover,
.l-bloc button:hover {
    color: rgba(0, 0, 0, 0.7);
}

.l-bloc .icon-round,
.l-bloc .icon-square,
.l-bloc .icon-rounded,
.l-bloc .icon-semi-rounded-a,
.l-bloc .icon-semi-rounded-b {
    border-color: rgba(0, 0, 0, 0.7);
}

.d-bloc .card .divider-h span,
.l-bloc .divider-h span {
    border-color: rgba(0, 0, 0, 0.1);
}

.d-bloc .card .a-btn,
.l-bloc .a-btn,
.l-bloc .navbar a,
.l-bloc a .icon-sm,
.l-bloc a .icon-md,
.l-bloc a .icon-lg,
.l-bloc a .icon-xl,
.l-bloc h1 a,
.l-bloc h2 a,
.l-bloc h3 a,
.l-bloc h4 a,
.l-bloc h5 a,
.l-bloc h6 a,
.l-bloc p a {
    color: rgba(0, 0, 0, 0.6);
}

.d-bloc .card .a-btn:hover,
.l-bloc .a-btn:hover,
.l-bloc .navbar a:hover,
.l-bloc a:hover .icon-sm,
.l-bloc a:hover .icon-md,
.l-bloc a:hover .icon-lg,
.l-bloc a:hover .icon-xl,
.l-bloc h1 a:hover,
.l-bloc h2 a:hover,
.l-bloc h3 a:hover,
.l-bloc h4 a:hover,
.l-bloc h5 a:hover,
.l-bloc h6 a:hover,
.l-bloc p a:hover {
    color: rgba(0, 0, 0, 1);
}

.l-bloc .navbar-toggle .icon-bar {
    color: rgba(0, 0, 0, 0.6);
}

.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover,
.l-bloc .btn-wire,
.l-bloc .btn-wire:hover {
    color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.3);
}

/* = NavBar
-------------------------------------------------------------- */

/* Nav Special Classes */
.nav-special {
    overflow-y: scroll;
}

.nav-special .site-navigation {
    top: 0;
    left: 0;
    width: 100%;
    position: relative !important;
    max-width: 100% !important;
    z-index: 1000;
}

.nav-special .nav>li {
    width: 100%;
    background: none !important;
    border: 0 !important;
}

.nav-special.collapsing {
    -webkit-transition: none;
    transition: none;
    height: 100% !important;
    background: none !important;
}

.nav-special .navbar-nav .dropdown-menu.show {
    position: relative !important;
    transform: none !important;
    float: none;
    width: 100%;
    margin-top: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.nav-special .nav .dropdown-menu .nav-link {
    color: #fff;
}

.blocsapp-special-menu {
    position: absolute;
    z-index: 10000;
}

.nav-special.fullscreen-nav .caret,
.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret {
    border-width: 8px;
}

.nav-special .navbar-nav .show>.nav-link {
    color: #fff;
}

/* Animate Menu Symbol */
.navbar-toggle {
    transition: all 0.1s linear;
}

.selected-nav {
    opacity: 0;
    transform: scale(0.3);
    transition: all 0.1s linear;
}

/* Special Menu Close Button */
.close-special-menu {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 16px;
    right: 10px;
    z-index: 10000;
}

.nav-invert .sidebar-nav .close-special-menu {
    left: 260px;
}

.close-special-menu .close-icon {
    display: block;
    width: 100%;
    height: 1px;
    transform: rotate(45deg);
    margin-top: 12px;
}

.close-special-menu .close-icon:after {
    content: "";
    display: inherit;
    width: inherit;
    height: inherit;
    background: inherit;
    transform: rotate(90deg);
}

.lock-scroll {
    overflow: hidden;
    transition: background 0.3s linear;
}

.nav-special::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
}

.nav-special .dropdown-menu .dropdown .caret {
    border-top-color: rgba(255, 255, 255, 0.8);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    margin: 0 0 0 5px;
    float: none;
}

.blocsapp-special-menu .site-navigation.pull-right {
    float: none !important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon {
    background: #fff;
}

.blocsapp-special-menu blocsnav {
    background: #000000d6;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav {
    position: fixed;
    right: -300px;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 1000;
    transition: all 0.2s linear;
}

.nav-invert .nav-special.sidebar-nav {
    right: auto;
    left: -300px;
}

.nav-special.sidebar-nav .site-navigation {
    margin-top: 15px;
    padding-left: 15px;
}

.nav-special.sidebar-nav .nav>li a {
    color: rgba(255, 255, 255, 0.8);
}

.nav-special.sidebar-nav .nav>li a:hover {
    color: #fff;
}

.open.nav-special.sidebar-nav {
    right: 0;
    transition: all 0.2s linear;
}

.nav-invert .open.nav-special.sidebar-nav {
    left: 0;
    transition: all 0.2s linear;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Content Tint */
.content-tint {
    z-index: -1;
    transition: background 0.2s linear;
}

.content-tint.on {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: transparent;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.4);
}

.content-tint.on:hover {
    background: rgba(0, 0, 0, 0.1);
}

/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu {
    border: none;
}

@media (min-width: 576px) {
    .navbar-expand-sm .dropdown-menu .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.15);
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .navbar-expand-sm .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .dropdown-menu .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(0, 0, 0, 0.15);
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .navbar-expand-md .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown-menu .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.15);
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .navbar-expand-lg .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md {
    margin-top: 10px;
    margin-bottom: 20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,
.btn-d:hover,
.btn-d:focus {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

/* Prevent ugly blue glow on chrome and safari */
button {
    outline: none !important;
}

.btn-rd {
    border-radius: 40px;
}

.btn-style-none,
.btn-style-none:hover,
.btn-style-none:active,
.btn-style-none:focus {
    background: none;
    box-shadow: none;
    padding: 0;
}

.icon-spacer {
    margin-right: 5px;
}

.btn .caret {
    margin: 0 0 0 5px;
}

.dropdown a .caret {
    margin: 0 0 0 5px;
}

.btn-dropdown .dropdown-menu .dropdown {
    padding: 3px 20px;
}

/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h {
    padding: 20px 0;
    width: 100%;
    display: inline-block;
}

.divider-h span {
    display: block;
    border-top: 1px solid transparent;
}

.divider-half {
    width: 50%;
    margin: 0 auto;
}

.dropdown-menu .divider-h,
.dropdown-menu .divider-half {
    padding: 0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
}

/* ScrollToTop button */

.scrollToTop {
    width: 36px;
    height: 36px;
    padding: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.showScrollTop {
    opacity: 1;
    pointer-events: all;
}

.scroll-to-top-btn-icon {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    fill-rule: evenodd;
    stroke-linecap: round;
}

.close {
    color: #000;
    opacity: 0.5;
}

.close:hover {
    opacity: 1;
}

/* Toggle Visibility */
.toggled-item {
    transition: height 350ms ease-in-out, padding 350ms ease-in-out,
        opacity 350ms ease-in-out;
    overflow: hidden;
}

.toggled-item-hidden {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    outline: 0 !important;
    opacity: 0;
}

/* Hide Object */
.object-hidden {
    display: none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
.btn,
a {
    font-family: "Shabnam-FD";
}

.container {
    max-width: 1140px;
    direction: rtl;
}

.btn-style {
    width: 86.12%;
    font-size: 14px;
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: 0px 15px 35px rgba(34, 127, 233, 0.25);
}

.bloc-padding-left {
    padding-left: 0px;
    padding-right: 0px;
}

.bloc-0-padding-left {
    padding-left: 0px;
    padding-right: 0px;
}

.bloc-6737-padding-left {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: -9px;
}

.navbar-nav li a {
    color: #172747 !important;
    font-family: "Shabnam-Medium-FD";
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.myro {
    height: 95px;
    border-radius: 30px 30px 30px 30px;
}

.img-margin-top {
    position: absolute;
    right: 10%;
    left: 10%;
    top: 11%;
}

.h5-style {
    font-size: 14px;
    padding-right: 29px;
}

.mycolina {
    background-image: url("img/Layer%20694.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 325px;
}

.h3-style {
    font-size: 48px;
    font-family: "Shabnam-Bold-FD";
    margin-top: 75px;
    color: #feffff !important;
}

.afdf {
    font-size: 14px;
}

.kji {
    position: absolute;
    z-index: -1;
    left: -4%;
    top: 30%;
}

.h3-titles-style {
    font-size: 18px;
    font-family: "Shabnam-Bold-FD";
    color: #424242 !important;
    padding: 0 1rem;
}

.bloc-7338-padding-left {
    padding-left: 0px;
    padding-right: 0px;
}

.bloc-padding-right {
    padding-right: 0px;
}

.row-margin-bottom {
    margin-bottom: 60px;
    padding-left: 5%;
}

.lig {
    font-family: "Shabnam-FD";
}

.mycolina-copy-1 {
    background-image: url("img/Layer%20693.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 325px;
}

.img-style {
    width: 558px;
}

.mig {
    background-color: #184ddc;
    margin-right: auto;
    margin-left: auto;
    z-index: 2;
    padding: 55px 25px 55px 25px;
    border-radius: 25px 25px 25px 25px;
}

.dsd {
    margin-right: auto;
    margin-left: auto;
}

.adsas {
    margin-right: auto;
    margin-left: auto;
    width: 75%;
}

.bloc-divider-t-fill {
    fill: #feffff;
    height: 115px;
    width: 100%;
}

.bloc-divider-b-fill {
    fill: #feffff;
    height: 180px;
}

.img-bloc-2-style {
    width: 1600px;
}

.img-margin-bottom {
    z-index: 1;
    width: 1363px;
    margin-top: 26px;
}

.row-6-margin-bottom {
    margin-bottom: -148px;
}

.h3-bloc-1-style {
    font-family: "Shabnam-Bold-FD";
    font-size: 42px;
}

.askj {
    font-family: "Shabnam-Light-FD";
    font-size: 20px;
}

.safdf {
    font-family: "Shabnam-Light-FD";
    font-size: 14px;
}

.container-div-margin-top {
    margin-top: 27px;
    width: 77.54%;
    margin-right: 88px;
}

.p-style {
    font-size: 14px;
    width: 100%;
    margin-bottom: 1px;
}

.posis {
    position: absolute;
    z-index: 1;
    top: 38%;
    right: 5%;
}

.h3-bloc-2-style {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 38px;
}

.asa {
    color: #212121 !important;
}

.p-padding-bottom {
    padding-bottom: 0px;
    font-size: 14px;
    padding-right: 40px;
    margin-bottom: -2px;
}

.gfdg {
    font-family: "Shabnam-Bold-FD";
}

.ghg {
    font-family: "Shabnam-Light-FD";
}

.text-span-color {
    color: #ffffff;
}

.h3-لیست-خدمات-ست-style {
    font-size: 24px;
    font-family: "Shabnam-Bold-FD";
    padding-right: 39px;
}

.fdfg {
    color: #ffb260 !important;
}

.dfgg {
    padding: 25px 25px 25px 25px;
}

.p-bloc-5-style {
    font-size: 14px;
    margin-top: 15px;
    padding-right: 67px;
    width: 91.48%;
}

.img-bloc-5-style {
    width: 263px;
    padding-right: 58px;
}

.bloc-bloc-5-padding-right {
    padding-right: 0px;
    padding-left: 0px;
}

.bloc-bloc-5-padding-left {
    padding-left: 0px;
    padding-right: 0px;
}

.bloc-0-padding-right {
    padding-right: 0px;
    padding-left: 0px;
}

.row-style {
    width: 100%;
    padding-right: 70px;
}

.h5-02144064273-style {
    font-family: "Shabnam-Bold-FD";
    font-size: 28px;
}

.kmgfkng {
    color: #212121 !important;
    font-size: 20px;
    font-family: "Shabnam-Light-FD";
    margin-right: 10px;
}

.row-bloc-5-style {
    width: 78.02%;
    margin-top: 27px;
    margin-right: 97px;
}

.h4-style {
    font-size: 16px;
    font-family: "Shabnam-Bold-FD";
    padding-right: 0px;
}

.jghhg {
    font-size: 14px;
    text-decoration: none;
    color: #5e5e5e !important;
}

.list-padding-right {
    padding-right: 0px;
}

.list-bloc-5-padding-right {
    padding-right: 0px;
}

.bloc-0-bloc-5-padding-right {
    padding-right: 50px;
}

.img-namad-margin-top {
    margin-top: 6px;
}

.oikj {
    position: absolute;
    right: 32%;
    top: 20%;
}

.kjghh {
    position: absolute;
    z-index: 1;
    top: 20%;
    left: 30%;
}

.img-bloc-6-style {
    width: 348px;
}

.h4-bloc-6-style {
    font-size: 14px;
    font-family: "Shabnam-Bold-FD";
    line-height: 30px;
    padding-right: 20px;
}

.p-bloc-6-style {
    font-size: 12px;
    padding-right: 17px;
    padding-left: 18px;
}

.ghjjk {
    background-color: #ffffff;
    box-shadow: 0px 20px 45px rgba(30, 30, 31, 0.09);
    margin: 8px 8px 8px 8px;
    padding: 10px 20px 10px 20px;
    border-radius: 20px 20px 20px 20px;
}

.forms-styles {
    box-shadow: 0px 2px 60px rgba(40, 40, 41, 0.07);
    position: relative;
    z-index: 4;
    background-color: #feffff;
    padding: 25px 25px 25px 25px;
    border-radius: 30px 30px 30px 30px;
}

.h2-style {
    font-size: 24px;
    font-family: "Shabnam-Bold-FD";
    margin-bottom: 5px;
    padding-right: 50px;
}

.p-bloc-7-style {
    font-size: 13px;
    padding-right: 50px;
    width: 48.14%;
}

.h4-bloc-7-style {
    font-size: 13px;
    font-family: "Shabnam-Bold-FD";
    margin-top: 25px;
    padding-right: 39px;
}

.field-style {
    width: 100%;
}

.field-bloc-7-style {
    width: 40.15%;
}

.btn-button-style {
    width: 50% !important;
    background-color: #77c13e;
    border: 1px solid #77c13e;
    font-size: 14px;
    /* margin-top: 0px; */
    border-radius: 0.5rem;
    display: block;
    margin: 10px auto !important;
    transition: 0.4s;
    color: #fff !important;
}

.btn-button-style:hover,
.btn-button-style:focus {
    background-color: #fff;
    color: #77c13e !important;
    border: 1px solid #77c13e;
}

a.bluebutton {
    width: 100%;
    display: inline-block;
    color: #77c13e !important;
    margin: 0.25rem 0;
}

.customize-input {
    width: 100%;
}

.p-10-style {
    font-size: 14px;
    margin-top: 30px;
    padding-right: 26px;
}

.abb {
    color: #1162e1 !important;
    font-family: "Shabnam-Bold-FD";
}

.ghgj {
    position: absolute;
    z-index: -9999;
    top: 5%;
    left: -5%;
}

.bnbm {
    z-index: -2;
}

.gfgf {
    z-index: 5;
    margin-bottom: 21px;
}

.lgjmfkg {
    font-size: 14px;
}

.hgjhj {
    position: absolute;
    top: 7%;
    right: 28%;
}

.ghfhg {
    position: absolute;
    top: 22%;
    right: 28%;
}

.p-13-style {
    font-size: 14px;
    margin-bottom: 0px;
}

.hghg {
    margin-top: 5px;
    margin-bottom: 0px;
}

.field-0-style {
    width: 48.4%;
}

.row-margin-top {
    margin-top: 11px;
}

form[id*="form_"] .form-group .row {
    width: 100%;
    margin: 0;
}

form[id*="form_"] .form-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

form[id*="form_"] .form-group .row-margin-top input,
form[id*="form_"] .form-group .row-margin-top select {
    width: 100%;
}

form[id*="form_"] .form-group .row>div {
    margin: 0.5rem auto;
}

.container-div-bloc-7-margin-top {
    margin-top: 12px;
}

.img-bloc-7-style {
    width: 237px;
}

.kjhfg {
    z-index: 1;
    position: absolute;
    top: 127px;
    right: 28%;
}

.bgfhgh {
    position: absolute;
    right: 28%;
    top: 21.5%;
}

.fghh {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.jhjh {
    font-size: 15px;
    padding-right: 31px;
}

.p-16-style {
    font-size: 14px;
    padding-right: 20px;
    margin-right: 40px;
    margin-top: 18px;
    border-style: solid;
    border-color: #f7f5fc !important;
    border-width: 0px 5px 0px 0px;
}

.jhjjkm {
    margin-top: 80px;
}

.nghj {
    position: absolute;
    top: 2.1%;
    right: 28%;
}

.fgfh {
    position: absolute;
    right: 28%;
    top: 7.3%;
}

.btn-padding {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #212121;
    font-size: 14px;
    width: 100%;
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.08);
}

.fvbhg {
    margin-top: 17px;
}

.h4-8-style {
    font-size: 13px;
    padding-right: 51px;
    width: 62.81%;
}

.btn-21-style {
    width: 41.09%;
}

.container-div-style {
    height: 77px;
}

.field-margin-bottom {
    margin-bottom: 11px;
}

.hgh {
    border-radius: 20px 20px 20px 20px;
}

.h2-تماس-با-ما-style {
    font-family: "Shabnam-Bold-FD";
    font-size: 18px;
    margin-bottom: 11px;
}

.h4-شماره-تلفن-style {
    font-family: "Shabnam-Bold-FD";
    font-size: 16px;
    margin-bottom: 9px;
}

.container-div-padding-right {
    padding-right: 28px;
}

.p-22-style {
    font-family: "Shabnam-Light-FD";
    font-size: 24px;
}

.jkvnf {
    font-size: 14px;
    font-family: "Shabnam-FD";
}

.kvfj {
    margin-top: 42px;
}

.p-26-style {
    font-size: 14px;
    margin-bottom: 0px;
}

.p-21-style {
    font-size: 13px;
}

.field-margin-top {
    margin-top: 70px;
}

.img-bloc-7-margin-bottom {
    margin-top: 7px;
}

.bloc-bloc-7-padding-left {
    padding-left: 55px;
    border-style: solid;
    border-color: #f7f5fc !important;
    margin-left: 42px;
    border-width: 0px 0px 0px 5px;
}

.row-bloc-7-margin-bottom {
    margin-bottom: 42px;
}

.gvfkgh {
    position: absolute;
    left: 44%;
}

.fdgf {
    position: absolute;
    top: 4%;
    right: 28%;
}

.vbfb {
    position: absolute;
    right: 28%;
    top: 13.1%;
}

.ghghfj {
    background-color: #f9fafb;
    border-radius: 155px 155px 155px 155px;
}

.btn-21-button-style {
    background-color: #f7f5fc;
    font-size: 13px;
    font-family: "Shabnam-FD";
    color: #a19bd7 !important;
    border-radius: 25px 25px 25px 25px;
}

.h2-متوسطه-دوم-style {
    font-size: 24px;
    font-family: "Shabnam-Bold-FD";
    margin-bottom: 15px;
}

.row-padding-top {
    padding: 22px 65px 17px 23px;
}

.jkmjkj {
    position: absolute;
    z-index: 2;
    top: 149px;
    right: 32px;
}

.bloc-bloc-11-padding-left {
    padding-left: 0px;
    padding-right: 27px;
}

.bloc-bloc-11-padding-right {
    padding-right: 0px;
}

.row-bloc-11-margin-top {
    margin-top: 10px;
}

.bloc-padding-top {
    padding-top: 30px;
    height: 155px;
    margin: 5px 5px 5px 5px;
    border-radius: 20px 20px 20px 20px;
}

.h4-bloc-11-style {
    font-size: 14px;
    font-family: "Shabnam-Medium-FD";
}

.img-bloc-11-margin-top {
    margin-bottom: -21px;
}

.bloc-padding-top:hover {
    border-style: solid;
    border-color: #00c375 !important;
    border-width: 5px 5px 5px 5px;
}

.bloc-0-bloc-11-padding-right {
    border-color: #f3f4f3 !important;
    border-style: solid;
    margin: 60px 0px 20px 20px;
    padding: 25px 47px 12px 20px;
    border-radius: 20px 20px 20px 20px;
    border-width: 2px 2px 2px 2px;
}

.jmgb {
    border-style: _popUpItemAction;
    background-color: #fefffe;
    font-size: 14px;
    font-family: "Shabnam-FD";
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
    border-radius: 55px 55px 55px 55px;
    border-width: 0px 0px 0px 0px;
}

.option-select-margin-top {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 11px;
    padding-right: 20px;
}

.ghjhjh {
    position: absolute;
    right: 20px;
    top: 258px;
}

.img-padding-bottom {
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.nbnb {
    margin-right: auto;
    margin-left: auto;
    padding-right: 25%;
    padding-left: 25%;
}

.h4-19-style {
    font-size: 14px;
    font-family: "Shabnam-Bold-FD";
}

.btn-22-style {
    background-color: #5cc88e;
    font-size: 14px;
    width: 40%;
    border-radius: 25px 25px 25px 25px;
}

.h5-bloc-11-style {
    font-size: 14px;
}

.bghg {
    color: #5cc88e !important;
    font-family: "Shabnam-Bold-FD";
}

.dfds {
    margin: 10px 10px 10px 10px;
    padding: 25px 25px 25px 25px;
}

.hgjk {
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.hkjk {
    border-style: solid;
    border-color: #f5f2fc !important;
    border-width: 0px 2px 0px 0px;
}

.btn-21-button-style:hover {
    background-color: #f7f5fc;
}

.btn-قبلی-style {
    border-color: #f7f5fc !important;
    border-style: solid;
    background-color: #feffff;
    color: #919191 !important;
    font-size: 14px;
    width: 54.74%;
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.08);
    border-radius: 25px 25px 25px 25px;
    border-width: 2px 2px 2px 2px;
}

.btn-بعدی-style {
    border-color: #1149da !important;
    background-color: #feffff;
    color: #1149da !important;
    font-size: 14px;
    box-shadow: 0px 3px 29px rgba(17, 73, 218, 0.08);
    width: 51.82%;
    border-radius: 25px 25px 25px 25px;
}

.hhj {
    margin-bottom: 0px;
}

.pagination {
    justify-content: space-evenly;
    align-items: center;
}

.row-bloc-11-style {
    width: 58.26%;
    margin-right: 20%;
    margin-top: 35px;
    margin-bottom: 50px;
}

.row-bloc-11-padding-top {
    padding-top: 55px;
}

.blocsapp-special-menu blocsnav li a {
    color: #5e5e5e !important;
}

.p-bloc-11-style {
    font-size: 14px;
    padding-top: 45px;
}

.btn-46-style {
    box-shadow: 0px 15px 35px rgba(29, 103, 227, 0.25);
    font-size: 14px;
    color: #feffff !important;
    border-radius: 25px 25px 25px 25px;
}

.img-106-style {
    width: 386px;
}

.btn-34-style {
    font-size: 14px;
    border-radius: 25px 25px 25px 25px;
}

.ghghjk {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.12);
    border-radius: 20px 20px 20px 20px;
}

.fbg {
    border-width: 0px 0px 0px 0px;
}

.bloc-0-bloc-6-padding-left {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
}

.bloc-bloc-6-padding-top {
    padding-top: 10px;
}

.bloc-0-padding-top {
    padding-top: 0px;
    padding-bottom: 5px;
}

.h3-بلاگ-style {
    font-size: 14px;
    font-family: "Shabnam-Medium-FD";
}

.p-30-style {
    font-size: 14px;
}

.bloc-0-bloc-7-padding-left {
    padding-left: 0px;
    padding-right: 26px;
}

.jjh {
    padding-right: 36px;
}

.bfvbv {
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 45px;
}

.nkmjk {
    color: #000000 !important;
}

.img-23-style {
    width: 94%;
}

.pds {
    position: relative;
    z-index: 5;
}

.pds:before {
    background-color: rgba(0, 150, 255, 0.28);
    content: "";
    width: 94%;
    height: 19px;
    position: absolute;
    z-index: -1;
    bottom: -9px;
    left: -14px;
    right: 3%;
    border-radius: 10px 10px 25px 25px;
}

.vc {
    z-index: -1;
    position: relative;
}

.img-135-style {
    width: 177px;
    margin-bottom: 35px;
}

.bloc-26310-padding-left {
    padding-left: 0px;
    padding-right: 0px;
}

.img-padding-right {
    margin-bottom: -5px;
    padding: 0px 0px 0px 0px;
}

.gfa {
    padding-right: 0px;
}

.row-86-style {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.jh {
    padding-right: 0px;
    padding-left: 0px;
}

.img-padding-left {
    padding-left: 0px;
}

.pminfi {
    z-index: 2;
    position: relative;
    margin-top: 0px;
    margin-bottom: -27px;
    margin-left: 0px;
    padding-right: 20px;
    font-size: 14px;
}

.pminji {
    background-color: #ff2600;
    color: #feffff !important;
    z-index: 2;
    position: relative;
    font-size: 12px;
    margin-top: -5px;
    margin-right: -8px;
    margin-bottom: -15px;
    padding: 0px 0px 0px 0px;
    border-radius: 55px 55px 55px 55px;
}

.p-46-style {
    width: 40.48%;
}

.btn-margin-top {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 92.55%;
    font-size: 14px;
    background-color: #1d66e3;
    box-shadow: 0px 10px 35px rgba(28, 93, 0, 0.2);
    text-align: justify;
    padding-right: 24px;
}

.btn-margin-top:hover {
    background-color: transparent;
    color: #000000 !important;
    box-shadow: 0px 2px 2px transparent;
}

.icon-padding-top {
    padding-top: 2px;
    padding-left: 10px;
}

.btn-dashboard-style {
    width: 99%;
    font-size: 14px;
    text-align: justify;
    padding-right: 22px;
    background-color: transparent;
    color: #000000 !important;
}

.btn-dashboard-style:hover {
    background-color: #1c65e3;
    color: #feffff !important;
    box-shadow: 0px 10px 35px rgba(0, 78, 0, 0.2);
}

.fgfhg {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mngkfn {
    margin-top: 20px;
}

.row-padding-bottom {
    padding-bottom: 100px;
}

.text-area-padding-bottom {
    padding-bottom: 120px;
    margin-top: 10px;
    padding-right: 15px;
    padding-top: 15px;
}

.jkfh {
    border-radius: 20px 20px 20px 20px;
}

.gfgfj {
    border-style: solid;
    border-color: #dce2e6 !important;
    font-family: "Shabnam-FD";
    font-size: 14px;
    color: #c0c0c0 !important;
    border-radius: 20px 20px 20px 20px;
    border-width: 1px 1px 1px 1px;
}

.fg {
    color: #5e5e5e !important;
}

.row-27-style {
    width: 100%;
}

.adss {
    justify-content: flex-end;
}

.prr:hover {
    background-color: #174cdc;
    padding: 10px 10px 10px 10px;
    border-radius: 55px 55px 55px 55px;
}

.elementry-cards {
    background-image: url("https://set.ir/new/asset/new/img/bgmfkgn.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    padding: 1rem;
    border-radius: 0.5rem;
}

.row-padding-right {
    padding-right: 18%;
    overflow: visible;
    margin-left: -10%;
}

.fhgghg {
    padding-right: 18%;
}

.overl {
    overflow: visible;
}

.adsf {
    padding-left: 0px;
    margin-left: -200px;
}

.fhgjh {
    padding-right: 15%;
    overflow: visible;
    position: relative;
    display: inline-block;
    float: left;
}

.vfgh {
    padding-right: 17%;
    padding-left: 17%;
}

.carousel-custom {
    padding-right: 0%;
    overflow: visible;
    position: relative;
    display: flex;
    clear: none;
    float: none;
}

.bloc-bloc-7-padding-right {
    padding-right: 0px;
    padding-left: 0px;
}

.bloc-29825-padding-left {
    padding-left: 0px;
}

.bloc-0-bloc-7-padding-right {
    padding-right: 0px;
}

.jkhgf {
    margin-bottom: 0px;
    margin-top: -40px;
}

.jgfkbf {
    width: 50%;
}

.klfjnv {
    margin-right: 35px;
}

.nnf {
    margin-bottom: 50px;
}

.jfdhf {
    top: 125px;
}

.kjhg {
    margin-top: -70px;
}

.mnbkjng {
    margin-top: 20px;
}

.jnkjhg {
    margin-top: -80px;
    z-index: -99;
}

.img-200-margin-bottom {
    margin-bottom: 50px;
}

.btn-103-style {
    width: 55%;
    border-radius: 22px 22px 22px 22px;
}

.mbkgjh {
    top: 565px;
}

.hjhjm {
    top: 665px;
}

.bloc-bloc-7-margin-top {
    margin-top: 35px;
}

.mkgj {
    margin-top: 40px;
}

.row-139-style {
    width: 87.26%;
}

.jjf {
    top: 134px;
}

.jkigr {
    padding-right: 40px;
}

.njfhgf {
    margin-top: 0px;
    font-size: 14px;
}

.jnh {
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.kvfnv {
    margin-top: 30px;
}

.p-76-padding-right {
    padding-right: 30px;
    color: #929292 !important;
    font-size: 14px;
}

.nbfjg {
    margin-top: 50px;
}

.img-avatar-margin-top {
    margin-top: 55px;
}

.kjghg {
    text-align: center;
    font-size: 18px;
    color: #174ddc !important;
}

.kfjg {
    font-size: 13px;
    font-family: "Shabnam-Light-FD";
    color: #797979 !important;
}

.fmgn {
    font-family: "Shabnam-Medium-FD";
}

.njkd {
    margin-top: 20px;
    margin-bottom: 20px;
}

.klm {
    top: 35px;
}

.njb {
    text-align: center;
    font-family: "Shabnam-Medium-FD";
    font-size: 14px;
    background-color: #eaeaea;
    margin-right: 3px;
    margin-left: 9px;
    padding: 10px 10px 10px 10px;
    border-radius: 55px 55px 55px 55px;
}

.h3-لینک-دانلود-style {
    font-family: "Shabnam-Bold-FD";
    font-size: 15px;
    width: 100%;
}

.jjhvf {
    background: linear-gradient(264deg, #ab0f68 0%, #442c7e 100%);
    margin-bottom: 25px;
    padding: 40px 20px 40px 20px;
    border-radius: 30px 30px 30px 30px;
}

.jkfn {
    color: #feffff !important;
    font-size: 14px;
    margin-bottom: 0px;
}

.njghgh {
    color: #ffc600 !important;
    font-family: "Shabnam-Bold-FD";
}

.h4-margin-bottom {
    margin-bottom: 1px;
}

.bloc-45361-padding-left {
    padding-left: 0px;
    padding-right: 19px;
}

.bmgkn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mnvfn {
    font-family: "Shabnam-Bold-FD";
    font-size: 12px;
}

.mbkgnh {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.img-bloc-23-style {
    width: 42px;
}

.bloc-bloc-23-padding-right {
    padding-right: 5px;
}

.fkgh {
    margin-top: 20px;
}

.bloc-bloc-23-padding-left {
    padding-left: 0px;
}

.h4-امتیاز--style {
    width: 86.15%;
}

.ngkg {
    flex-direction: row-reverse;
    position: relative;
    display: block;
    margin-top: 0px;
}

.kgfjg {
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: right;
    padding-right: 25px;
}

.vnfjhv {
    margin-top: 50px;
}

.row-bloc-23-padding-right {
    padding-right: 30px;
}

.row-144-padding-right {
    padding-right: 30px;
}

.row-145-padding-right {
    padding-right: 30px;
}

.mkfnbg {
    width: 232px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.jbgh {
    background-color: #feffff;
    padding: 5px 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
}

.bloc-margin-bottom {
    margin-bottom: 4px;
    padding-top: 7px;
}

.tags-section {
    border: none;
    border-top: 1px dashed #a9a9a9 !important;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    margin-right: 0;
    padding-bottom: 0rem;
    display: flex;
    flex-wrap: wrap;
}

.tags-section>div:last-child {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 85%;
    margin: 0 auto;
}

.jbjkhnb {
    color: #a9a9a9 !important;
    font-size: 14px;
    text-align: right;
    margin-bottom: 10px;
}

.h5-عمومی-margin-bottom {
    margin-bottom: 10px;
}

.tags-view {
    font-size: 13px;
    color: #424242 !important;
    font-family: "Shabnam-Medium-FD";
    background-color: #eaeaea;
    padding: 0;
    width: calc(26% - 1rem);
    margin: 0.5rem 1rem;
    padding: 0.5rem 0.75rem;
}

.bloc-0-bloc-23-padding-left {
    padding-left: 0px;
}

.-bmjbkgjbn {
    background-color: #ff2600;
    text-align: center;
    color: #feffff !important;
    font-family: "Shabnam-Bold-FD";
    font-size: 20px;
    padding: 5px 1px 5px 1px;
    border-radius: 19px 19px 19px 19px;
}

.bloc-40813-padding-right {
    padding-right: 0px;
    padding-left: 0px;
}

.bloc-37580-padding-right {
    padding-right: 26px;
}

.jvfjg {
    color: #00cd65 !important;
    font-family: "Shabnam-Bold-FD";
    font-size: 20px;
}

.dfmgg {
    font-family: "Shabnam-FD";
    color: #5e5e5e !important;
    font-size: 14px;
}

.njfdb {
    color: #ff2600 !important;
    font-family: "Shabnam-Medium-FD";
    font-size: 16px;
    text-decoration: line-through !important;
}

.bloc-28934-padding-right {
    padding-right: 25px;
}

.h6-margin-top {
    margin-top: -13px;
    margin-left: 3px;
}

.kfg {
    border-style: solid;
    border-color: #f7f4f4 !important;
    border-radius: 20px 20px 20px 20px;
    border-width: 1px 1px 1px 1px;
}

.nfjg {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h5-ردیف-style {
    font-size: 14px;
    color: #797979 !important;
    margin-bottom: 9px;
}

.jfhg {
    margin-top: 40px;
}

.bloc-36871-padding-right {
    padding-right: 0px;
    padding-left: 0px;
}

.mjknb {
    background-color: #f9fafb;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 75px 75px 75px 75px;
}

.jkfg {
    color: #212121 !important;
    font-family: "Shabnam-Bold-FD";
    font-size: 14px;
    margin-top: -15px;
    margin-right: 25px;
}

.mkvfn {
    color: #49be78 !important;
}

.jgkg {
    width: 50%;
}

.kgjh {
    margin-right: 5px;
}

.p-40-style {
    width: 90.33%;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
}

.mgkfg {
    width: 80%;
    margin-top: 40px;
    background-color: #f8f9fb;
    padding: 25px 25px 25px 25px;
    border-radius: 20px 20px 20px 20px;
}

.mnkng {
    position: absolute;
    right: 5%;
    top: 860px;
}

.mjk::before {
    z-index: -1;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 10px;
    right: 10px;
    background-color: rgba(225, 237, 255, 0.5);
    height: 150px;
    border-radius: 10px 10px 10px 10px;
}

.mjk::after {
    z-index: -2;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 10px;
    right: 26px;
    background-color: rgba(225, 237, 255, 0.35);
    height: 300px;
    width: 95%;
    border-radius: 10px 10px 10px 10px;
}

.gree {
    background: linear-gradient(0deg, #09c6f9 0%, #045de9 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

.h2-درباره-ما-style {
    font-family: "Pinar-DS4-FD-Black";
    font-size: 33px;
    line-height: 50px;
}

.h1-2-style {
    font-family: "Pinar-DS4-FD-SemiBold";
    font-size: 18px;
}

.img-30-style {
    width: 614px;
    border-radius: 20px 20px 20px 20px;
}

.container-div-bloc-7-style {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    background-color: #feffff;
    box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.12);
    margin-top: -19px;
    padding: 25px 25px 25px 25px;
    border-radius: 20px 20px 20px 20px;
}

.jgfhg {
    border-style: solid;
    border-color: #f2f2f2 !important;
    border-width: 2px 2px 2px 2px;
}

.jgfiihg {
    font-family: "Shabnam-Light-FD";
    font-size: 12px;
    color: #919aa5 !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bgghg {
    color: #1d2225 !important;
}

.fgjhh {
    font-family: "Shabnam-FD";
    font-size: 14px;
    color: #454545 !important;
}

.dgfh {
    margin-top: -30px;
}

.jfhgl {
    background-color: transparent;
    color: #424242 !important;
    font-size: 14px;
    border-style: solid;
    border-color: #424242 !important;
    border-radius: 55px 55px 55px 55px;
    border-width: 1px 1px 1px 1px;
}

.btn-پاسخ-padding {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
    border-radius: 17px 17px 17px 17px;
}

.bloc-24559-padding-left {
    padding-left: 0px;
    padding-right: 0px;
}

.bloc-27906-padding-right {
    padding-right: 0px;
}

.nbgb {
    background-color: #eaeaea;
    border-width: 0px 0px 0px 0px;
}

.btn-10-25-padding {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
}

.row-85-style {
    width: 77.87%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;
}

.nbjnb {
    font-size: 15px;
}

.nvjfbg {
    margin-top: 0px;
}

.jkfjhg {
    color: #888888 !important;
    font-size: 14px;
}

.bgjbh {
    margin-top: -30px;
    border-radius: 15px 15px 15px 15px;
}

.label-margin-right {
    margin-right: 33px;
    background-color: #feffff;
    padding: 10px 10px 10px 10px;
}

.row-90-margin-bottom {
    margin-bottom: 0px;
}

.btn-ارسال-style {
    border-radius: 22px 22px 22px 22px;
}

.fngkg {
    font-family: "Shabnam-Bold-FD";
    font-size: 16px;
}

.img-124-margin-bottom {
    margin-bottom: -18px;
}

.row-bloc-7-margin-top {
    margin-top: 20px;
}

.hjfhbv {
    position: absolute;
    z-index: 99;
    top: 90px;
    background-color: #feffff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    padding-right: 0px;
    padding-left: 0px;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
    margin-right: -61px;
    width: 400px;
    border-radius: 10px 10px 10px 10px;
}

.bloc-0-bloc-0-padding-left {
    padding-left: 0px;
    padding-right: 11px;
}

.gkhj {
    padding-right: 0px;
    padding-left: 0px;
}

.jikgh {
    margin-top: 17px;
}

.khjgfg {
    background-color: #000000;
    font-size: 13px;
    padding: 7px 18px 7px 18px;
    border-radius: 55px 55px 55px 55px;
}

.fjkgh {
    border-radius: 55px 55px 55px 55px;
}

.bgvfhg {
    margin-bottom: 0px;
    margin-top: 18px;
}

.klfgb {
    color: #eaeaea !important;
    font-size: 13px;
    background-color: #212121;
    font-family: "Shabnam-FD";
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 55px 55px 55px 55px;
}

.klfgb:focus {
    font-size: 13px;
    color: #feffff !important;
    background-color: #212121;
}

.klgjh {
    margin-bottom: 0px;
}

.kjgf {
    font-family: "Shabnam-Bold-FD";
}

.h5-bloc-14-style {
    font-size: 14px;
}

.jijg {
    font-family: "Shabnam-Bold-FD";
}

.h3-احمد-یوسفوند-style {
    font-size: 13px;
    font-family: "Shabnam-Bold-FD";
    margin-bottom: 6px;
    color: #000000 !important;
}

.h3-29-style {
    font-family: "Shabnam-Light-FD";
    font-size: 12px;
    margin-bottom: 10px;
}

.img-avatar-style {
    width: 65px;
    margin-left: 0px;
    padding-left: 0px;
}

.mkjgh {
    background-color: #feffff;
    padding-top: 19px;
    padding-bottom: 19px;
    border-radius: 155px 155px 155px 155px;
}

.njfbv {
    background-color: #f9fafb;
    padding: 4px 6px 4px 6px;
    border-radius: 55px 55px 55px 55px;
}

.bloc-bloc-14-padding-left {
    padding-left: 0px;
    padding-right: 0px;
}

.nghhj {
    padding-right: 0px;
}

.bloc-bloc-14-padding-right {
    padding-right: 0px;
}

.bloc-0-bloc-14-padding-left {
    padding-left: 0px;
}

.bgh {
    padding: 7px 52px 7px 80px;
}

.bghgh {
    padding-right: 0px;
    padding-left: 0px;
}

.jjbghh {
    margin-top: 4px;
    margin-bottom: 4px;
}

.nvfjbv {
    background-color: #fff2ef;
    font-size: 14px;
    color: #ff815b !important;
    margin-right: auto;
    margin-left: auto;
    width: 63%;
    padding: 15px 15px 15px 15px;
    border-radius: 10px 10px 10px 10px;
}

.vbgh {
    z-index: 99;
    position: fixed;
    right: 5px;
    top: 50%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.bloc-0-bloc-14-padding-right {
    padding-right: 0px;
}

.vnfjgh {
    padding-right: 0px;
}

.fgfg {
    background-color: #f5f2fc;
    color: #9186d3 !important;
    padding: 5px 5px 5px 5px;
    border-radius: 55px 55px 55px 55px;
}

.bloc-14424-padding-left {
    padding-left: 0px;
    padding-right: 0px;
}

.bloc-23612-padding-right {
    padding-right: 0px;
    padding-left: 0px;
}

.row-bloc-14-padding-bottom {
    padding-bottom: 24px;
    margin-left: 8px;
    margin-right: -67px;
}

.bhgh {
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: row;
}

.fgfghh {
    z-index: 99999;
}

.img-bloc-0-margin-right {
    margin-right: 0px;
}

.h3-bloc-0-style {
    font-size: 14px;
    text-align: center;
    color: #feffff !important;
    background-color: #000000;
    width: 19px;
    position: absolute;
    margin-top: -5px;
    padding: 2px 2px 2px 2px;
    border-radius: 100px 100px 100px 100px;
}

.gjh {
    background-color: #000000;
    position: absolute;
    left: 15%;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 4%;
    border-radius: 55px 55px 55px 55px;
}

.njvfhbv {
    width: 122px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-isabelline {
    background-color: #edf5e6;
}

.bgc-light-cyan {
    background-color: #e2f8ff;
}

.bgc-magnolia {
    background-color: #f5f3fc;
}

.bgc-antique-white {
    background-color: #f7e8da;
}

.bgc-piggy-pink {
    background-color: #ffe0e8;
}

.bgc-white {
    background-color: rgba(255, 255, 255, 0.75);
}

.bgc-palatinate-blue {
    background-color: #184ddc;
}

/* Text colour styles */

.tc-dark-jungle-green {
    color: #282828 !important;
}

.tc-white {
    color: #feffff !important;
}

.tc-white-2 {
    color: #ffffff !important;
}

.tc-outer-space {
    color: #424242 !important;
}

.tc-red-pigment {
    color: #ee232b !important;
}

.tc-blue-pigment {
    color: #3a4da0 !important;
}

.tc-palatinate-blue {
    color: #184ddc !important;
}

.tc-medium-jungle-green {
    color: #202341 !important;
}

.tc-taupe-gray {
    color: #929292 !important;
}

/* Button colour styles */

.btn-palatinate-blue {
    background: #184ddc;
    color: #ffffff !important;
}

.btn-palatinate-blue:hover {
    background: #133eb0 !important;
    color: #ffffff !important;
}

.btn-white {
    background: rgba(255, 255, 255, 0.75);
    color: rgba(0, 0, 0, 0.5) !important;
}

.btn-white:hover {
    background: #cbcccc !important;
    color: rgba(0, 0, 0, 0.5) !important;
}

.btn-red-pigment {
    background: #ee232b;
    color: #ffffff !important;
}

.btn-red-pigment:hover {
    background: #be1c22 !important;
    color: #ffffff !important;
}

/* Icon colour styles */

.icon-dark-jungle-green {
    color: #282828 !important;
    border-color: #282828 !important;
}

/* Bloc image backgrounds */

.bg-bgh {
    background-image: url("img/bgh-1.jpg");
}

.bg-bggre {
    background-image: url("img/bggre.jpg");
}

.tab-anything.indent-hover[data-orientation="vertical"][data-glyphs="Text"i][data-rotate="0"i] label span {
    transition: all 0.5s ease;
}

.tab-anything.indent-hover[data-orientation="vertical"][data-glyphs="Text"i][data-rotate="0"i] label:hover span {
    margin-left: 10px;
    transition: all 0.5s ease;
}

.tab-anything.indent-hover.indent-selected[data-orientation="vertical"][data-glyphs="Text"i][data-rotate="0"i] label.selected span {
    margin-left: 10px;
    transition: all 0.5s ease;
}

.tab-anything.indent-hover[data-orientation="horizontal"][data-glyphs="Text"i][data-rotate="0"i] label span {
    transition: all 0.5s ease;
}

.tab-anything.indent-hover[data-orientation="horizontal"][data-glyphs="Text"i][data-rotate="0"i] label:hover span {
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.tab-anything.indent-hover.indent-selected[data-orientation="horizontal"][data-glyphs="Text"i][data-rotate="0"i] label.selected span {
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.prev,
.next {
    cursor: pointer;
}

@charset "UTF-8";

label {
    margin: 0;
}

.tab-anything-btn input {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.tab-anything[class^="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tab-anything .dropdown-menu.fullwidth,
.tab-anything .dropdown-toggle.fullwidth,
.tab-anything label span {
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.tab-anything .btn-group-wrapper {
    line-height: 0;
}

.tab-anything[data-font-weight="bold"] .dropdown-toggle span,
.tab-anything[data-font-weight="bold"] label span {
    font-weight: 700;
}

.tab-anything[data-transition="1"] label,
.tab-anything[data-transition="1"] label .glyph,
.tab-anything[data-transition="1"] label span {
    transition: all 0.5s ease-out;
}

.tab-anything[data-radius="Pill Shape"][data-detached="false"][data-orientation="horizontal"] label.btn.wider:first-of-type {
    padding-left: 1.5em !important;
}

.tab-anything[data-radius="Pill Shape"][data-detached="false"][data-orientation="horizontal"] label.btn.wider:last-of-type {
    padding-right: 1.5em !important;
}

.tab-anything a.btn.dropdown-toggle.wider {
    padding-left: 1.7em !important;
    padding-right: 1.7em !important;
}

.tab-anything[data-width="1"] .btn-group,
.tab-anything[data-width="1"] label,
.tab-anything[data-width="1"] label span {
    width: 100%;
}

.tab-anything[data-orientation="horizontal"] .btn-group {
    display: inline-flex;
}

.tab-anything[data-orientation="horizontal"][data-detached="true"] label {
    margin: 0 10px;
}

.tab-anything[data-orientation="horizontal"][data-detached="true"][data-gap-increase="true"] label {
    margin: 0 18px;
}

.tab-anything[data-orientation="horizontal"][data-detached="true"] label.btn:first-of-type {
    margin-left: 0;
}

.tab-anything[data-orientation="horizontal"][data-detached="true"] label.btn:last-of-type {
    margin-right: 0;
}

.tab-anything[data-orientation="vertical"][data-detached="false"] .btn-group {
    display: inline-block;
}

.tab-anything[data-orientation="vertical"][data-detached="false"] .btn-group label {
    display: block;
}

.tab-anything[data-orientation="vertical"][data-detached="true"] .btn-group {
    display: inline-block;
}

.tab-anything[data-orientation="vertical"][data-detached="true"] .btn-group label {
    display: block;
}

.tab-anything[data-orientation="vertical"i][data-detached="true"][data-rotate="0"] label.btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.tab-anything[data-orientation="vertical"i][data-detached="true"][data-rotate="1"] label.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tab-anything[data-orientation="vertical"i][data-detached="true"][data-rotate="0"][data-gap-increase="true"] label.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tab-anything[data-orientation="vertical"i][data-detached="true"][data-rotate="1"][data-gap-increase="true"] label.btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tab-anything[data-orientation="vertical"i][data-detached="true"] label.btn:first-of-type,
.tab-anything[data-orientation="vertical"i][data-detached="true"][data-gap-increase="true"] label.btn:first-of-type {
    margin-top: 0;
}

.tab-anything[data-orientation="vertical"i][data-detached="true"] label.btn:last-of-type,
.tab-anything[data-orientation="vertical"i][data-detached="true"][data-gap-increase="true"] label.btn:last-of-type {
    margin-bottom: 0;
}

.tab-anything[data-glyphs="bars"] label.sml {
    height: 10px !important;
}

.tab-anything[data-glyphs="bars"] label.med {
    height: 20px !important;
}

.tab-anything[data-glyphs="bars"] label.lrg {
    height: 30px !important;
}

.tab-anything[data-glyphs="bars"] label.short {
    min-width: 50px;
}

.tab-anything[data-glyphs="bars"] label.long {
    min-width: 80px;
}

.tab-anything[data-glyphs="bars"] label {
    line-height: 0 !important;
    padding: 0 !important;
}

.tab-anything[data-glyphs="bars"] label span {
    font-size: 0 !important;
    top: 0.175em !important;
    color: transparent !important;
}

.tab-anything[data-glyphs="bullets"][data-orientation="vertical"] .btn-group {
    min-height: auto;
    height: auto;
}

.tab-anything[data-glyphs="bullets"][data-orientation="vertical"] label {
    min-height: 25px;
}

.tab-anything[data-glyphs="bullets"] label {
    height: 25px;
    min-height: 25px;
    min-width: 50px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0.5em;
}

.tab-anything[data-glyphs="bullets"] .btn-group {
    height: 25px;
}

.tab-anything[data-glyphs="bullets"] label {
    background-color: transparent !important;
    border-color: transparent !important;
}

.tab-anything[data-glyphs="bullets"] label .glyph {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.tab-anything[data-glyph-size="sml"] label .glyph {
    font-size: 24px !important;
}

.tab-anything[data-glyph-size="med"] label .glyph {
    font-size: 34px !important;
}

.tab-anything[data-glyph-size="lrg"] label .glyph {
    font-size: 44px !important;
}

.tab-anything[data-focus="off"i] .btn-group input,
.tab-anything[data-focus="off"i] .dropdown-toggle:focus,
.tab-anything[data-focus="off"i] label {
    outline: 0;
    box-shadow: none;
}

.tab-anything[data-flush="left"i][data-glyphs="bullets"] .btn-group label {
    padding-left: 0;
    padding-right: 30px;
    min-width: auto;
}

.tab-anything[data-border-color="transparent"i] a.btn.dropdown-toggle,
.tab-anything[data-border-color="transparent"i] label.btn {
    border-color: transparent;
}

.tab-anything[data-border-color="transparent"i] .btn-group>.btn-group:not(:first-child),
.tab-anything[data-border-color="transparent"i] .btn-group>.btn:not(:first-child) {
    margin-left: 0;
}

.tab-anything[data-mobile-swap="0"i] .dropdown {
    display: none;
}

.tab-anything .dropdown-menu {
    z-index: 9999;
    transform: translate3d(18px, -95px, 0 !important);
    -webkit-transform: translate3d(18px, -95px, 0 !important);
}

.tab-anything .dropdown-menu a:hover {
    background-color: transparent;
}

.tab-anything .dropdown-menu a.active span {
    color: #fff;
}

.tab-anything .dropdown-menu a span {
    color: #444;
}

.tab-anything .dropdown-item {
    padding: 0.45rem 1.5rem;
}

.tab-anything[data-bkgrnd="transparent"i] .dropdown-menu {
    background-color: #fff !important;
}

.tab-anything a.btn.dropdown-toggle span {
    background-color: transparent;
    border-color: transparent !important;
    margin-right: 3px;
}

.tab-anything .dropdown-toggle::after {
    position: relative;
    top: 1px;
    border-top: 0.27em solid;
    border-right: 0.27em solid transparent;
    border-bottom: 0;
    border-left: 0.27em solid transparent;
}

@media only screen and (max-width: 767px) {
    .tab-anything[data-mobile-swap="0"i] .btn-group-wrapper {
        display: block !important;
    }

    .tab-anything[data-mobile-swap="0"i] .mobile-wrapper {
        display: none !important;
    }

    .tab-anything[data-mobile-swap="1"i] .btn-group-wrapper {
        display: none !important;
    }

    .tab-anything[data-mobile-swap="1"i] .mobile-wrapper {
        display: block !important;
    }
}

@media only screen and (max-width: 3600px) {
    .tab-anything[data-mobile-swap="2"i] .btn-group-wrapper {
        display: none !important;
    }

    .tab-anything[data-mobile-swap="2"i] .mobile-wrapper {
        display: block !important;
    }
}

.tab-anything[data-radius="Sharp"] .dropdown-toggle,
.tab-anything[data-radius="Sharp"] label.btn {
    border-radius: 0;
}

.tab-anything[data-radius="Dull"][data-orientation="vertical"][data-detached="false"] label.btn:first-of-type {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.tab-anything[data-radius="Dull"][data-orientation="vertical"][data-detached="false"] label.btn:last-of-type {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.tab-anything[data-radius="Round"][data-orientation="vertical"][data-detached="false"] label:first-of-type {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.tab-anything[data-radius="Round"][data-orientation="vertical"][data-detached="false"] label:last-of-type {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.tab-anything[data-radius="Dull"][data-orientation="vertical"][data-detached="true"] label.btn {
    border-radius: 3px;
}

.tab-anything[data-radius="Round"][data-orientation="vertical"][data-detached="true"] label.btn {
    border-radius: 6px;
}

.tab-anything[data-radius="Pill Shape"][data-orientation="vertical"][data-detached="false"] label.btn:first-of-type {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.tab-anything[data-radius="Pill Shape"][data-orientation="vertical"][data-detached="false"] label.btn:last-of-type {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
}

.tab-anything[data-radius="Pill Shape"][data-orientation="vertical"][data-detached="false"][data-glyphs="text"] label.btn:first-of-type {
    padding-top: 10px;
}

.tab-anything[data-radius="Pill Shape"][data-orientation="vertical"][data-detached="false"][data-glyphs="text"] label.btn:last-of-type {
    padding-bottom: 10px;
}

.tab-anything[data-radius="Dull"][data-orientation="vertical"] .dropdown-toggle {
    border-radius: 3px;
}

.tab-anything[data-radius="Round"][data-orientation="vertical"] .dropdown-toggle {
    border-radius: 6px;
}

.tab-anything[data-radius="Pill Shape"] .dropdown-toggle,
.tab-anything[data-radius="Pill Shape"][data-orientation="vertical"][data-detached="true"] label.btn {
    border-radius: 100px;
    padding-left: 1.2em;
    padding-right: 1.2em;
}

.tab-anything[data-detached="false"][data-orientation="horizontal"][data-radius="Dull"] label.btn:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.tab-anything[data-detached="false"][data-orientation="horizontal"][data-radius="Dull"] label.btn:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.tab-anything[data-detached="false"][data-orientation="horizontal"][data-radius="Round"] label.btn:first-of-type {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.tab-anything[data-detached="false"][data-orientation="horizontal"][data-radius="Round"] label.btn:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.tab-anything[data-detached="false"][data-orientation="horizontal"][data-radius="More Round"] label.btn:first-of-type {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tab-anything[data-detached="false"][data-orientation="horizontal"][data-radius="More Round"] label.btn:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tab-anything[data-detached="false"][data-orientation="horizontal"][data-radius="Pill Shape"] label.btn:first-of-type {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 1.2em;
}

.tab-anything[data-detached="false"][data-orientation="horizontal"][data-radius="Pill Shape"] label.btn:last-of-type {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    padding-right: 1.2em;
}

.tab-anything[data-detached="true"][data-radius="Sharp"] .btn-group label.btn,
.tab-anything[data-detached="true"][data-radius="Sharp"] .dropdown-toggle {
    border-radius: 0;
}

.tab-anything[data-detached="true"][data-radius="Dull"] .btn-group label.btn,
.tab-anything[data-detached="true"][data-radius="Dull"] .dropdown-toggle {
    border-radius: 3px;
}

.tab-anything[data-detached="true"][data-radius="Round"] .btn-group label.btn,
.tab-anything[data-detached="true"][data-radius="Round"] .dropdown-toggle {
    border-radius: 6px;
}

.tab-anything[data-detached="true"][data-radius="More Round"] .btn-group label.btn,
.tab-anything[data-detached="true"][data-radius="More Round"] .dropdown-toggle {
    border-radius: 10px;
}

.tab-anything[data-detached="true"][data-radius="Pill Shape"] .btn-group label.btn,
.tab-anything[data-detached="true"][data-radius="Pill Shape"] .dropdown-toggle {
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.tab-anything label.btn img.square {
    border-radius: 0;
}

.tab-anything label.btn img.dull-edge {
    border-radius: 2px;
}

.tab-anything label.btn img.slightly-round {
    border-radius: 4px;
}

.tab-anything label.btn img.more-round {
    border-radius: 8px;
}

.tab-anything label.btn img.circle {
    border-radius: 200px;
}

.tab-anything[data-glyphs="Bars"i] label.btn img,
.tab-anything[data-glyphs="Bullets"i] label.btn img,
.tab-anything[data-glyphs="Text"i] label.btn img {
    display: none;
}

.tab-anything[data-image-shape="proportional"] img.sml {
    max-width: 16px;
    height: auto;
}

.tab-anything[data-image-shape="proportional"] img.med {
    max-width: 24px;
    height: auto;
}

.tab-anything[data-image-shape="proportional"] img.lrg {
    max-width: 32px;
    height: auto;
}

.tab-anything[data-image-shape="proportional"] img.xl {
    max-width: 64px;
    height: auto;
}

.tab-anything[data-image-shape="proportional"] img.xxl {
    max-width: 96px;
    height: auto;
}

.tab-anything[data-image-shape="proportional"] label.svg img.sml {
    max-width: 16px;
    width: 16px;
    height: auto;
}

.tab-anything[data-image-shape="proportional"] label.svg img.med {
    max-width: 24px;
    width: 24px;
    height: auto;
}

.tab-anything[data-image-shape="proportional"] label.svg img.lrg {
    max-width: 32px;
    width: 32px;
    height: auto;
}

.tab-anything[data-image-shape="proportional"] label.svg img.xl {
    max-width: 64px;
    width: 64px;
    height: auto;
}

.tab-anything[data-image-shape="proportional"] label.svg img.xxl {
    max-width: 96px;
    width: 96px;
    height: auto;
}

.tab-anything[data-image-shape="proportional"] .dropdown-item img,
.tab-anything[data-image-shape="proportional"] .dropdown-toggle img {
    max-width: 64px !important;
    height: 48px !important;
}

.tab-anything[data-image-shape="proportional"][data-glyphs="images"i] .dropdown-toggle {
    display: none;
    max-width: 64px !important;
    height: 48px !important;
}

div[id^="tab"].d-none {
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tab-anything[data-glyphs="images"] label span {
    display: none;
}

.tab-anything[data-glyphs="images"] .dropdown-item span,
.tab-anything[data-glyphs="images"] .dropdown-toggle span {
    display: none !important;
}

.tab-anything[data-glyphs="images"] .dropdown-menu {
    min-width: auto;
}

.tab-anything .dropdown-item img {
    display: none;
}

.tab-anything[data-glyphs="image w label"i] .btn-group-wrapper.d-none {
    display: block !important;
}

.tab-anything[data-glyphs="image w label"i] label span {
    display: table;
    margin-top: 10px;
    max-width: 150px;
    text-align: center;
}

.tab-anything[data-glyphs="image w label"i][data-image-zoom="Zoom"i] .tab-anything-btn-group label.btn {
    display: table;
    align-self: center;
}

.tab-anything[data-glyphs="images"i] .btn-group-wrapper.d-none {
    display: block !important;
}

.tab-anything[data-glyphs="images"i] label span {
    display: none;
}

.tab-anything[data-glyphs="images"i][data-image-zoom="Zoom"i] .tab-anything-btn-group label {
    display: table;
    align-self: center;
}

.tab-anything[data-glyphs="images"i][data-image-zoom="Zoom"i] label img {
    vertical-align: middle;
}

.tab-anything[data-glyphs="images"i][data-image-zoom="Zoom"i] label img.sml {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-clip: padding-box;
}

.tab-anything[data-glyphs="images"i][data-image-zoom="Zoom"i] label img.med {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-clip: padding-box;
}

.tab-anything[data-glyphs="images"i][data-image-zoom="Zoom"i] label img.lrg {
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    background-clip: padding-box;
}

.tab-anything[data-glyphs="images"i][data-image-zoom="Zoom"i] label img.xl {
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
    background-clip: padding-box;
}

.tab-anything[data-glyphs="images"i][data-image-zoom="Zoom"i] label img.xxl {
    border-width: 8px;
    border-style: solid;
    border-color: transparent;
    background-clip: padding-box;
}

.tab-anything[data-glyphs="images"i][data-image-zoom="Zoom"i] label.active img,
.tab-anything[data-glyphs="images"i][data-image-zoom="Zoom"i] label.selected img {
    border-width: 0;
    border-style: solid;
    border-color: transparent;
}

.tab-anything[data-glyphs^="image"i][data-image-opacity="Opacity"i] label img {
    opacity: 0.5;
    transition: opacity 0.4s;
}

.tab-anything[data-glyphs^="image"i][data-image-opacity="Opacity"i] label.active img,
.tab-anything[data-glyphs^="image"i][data-image-opacity="Opacity"i] label.selected img {
    opacity: 1;
    transition: opacity 0.4s;
}

.tab-anything[data-glyphs="images"i][data-orientation="vertical"] label {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
}

.tab-anything[data-glyphs="images"i][data-orientation="vertical"] label.less {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.tab-anything[data-glyphs="images"i][data-orientation="vertical"] label.more {
    padding-top: 1em;
    padding-bottom: 1em;
}

.tab-anything[data-glyphs="images"i][data-orientation="horizontal"] label.less {
    padding-left: 0.4em;
    padding-right: 0.4em;
}

.tab-anything[data-glyphs="images"i][data-orientation="horizontal"] label.more {
    padding-left: 1.2em;
    padding-right: 1.2em;
}

@media only screen and (max-width: 480px) {
    .tab-anything[data-image-shape="proportional"] img.xxl {
        max-width: 64px !important;
    }

    .tab-anything[data-image-shape="proportional"] label.svg img.xxl {
        max-width: 64px !important;
        width: 64px !important;
    }

    .tab-anything[data-glyphs="images"i][data-image-zoom="Zoom"i] label img.xxl {
        border-width: 4px !important;
        border-style: solid;
        border-color: transparent;
        background-clip: padding-box;
    }

    .tab-anything[data-glyphs="images"i][data-image-zoom="Zoom"i] label.active img.xxl {
        border-width: 0 !important;
        border-style: solid;
        border-color: transparent;
        background-clip: padding-box;
    }
}

.tab-anything[data-orientation="vertical"][data-rotate="0"][data-align-label="text-left"] .btn-group {
    text-align: left !important;
}

.tab-anything[data-orientation="vertical"][data-rotate="0"][data-align-label="text-center"] .btn-group {
    text-align: center !important;
}

.tab-anything[data-orientation="vertical"][data-rotate="0"][data-align-label="text-right"] .btn-group {
    text-align: right !important;
}

.tab-anything[data-orientation="horizontal"][data-rotate="1"][data-align-btns="0"] .btn-group,
.tab-anything[data-orientation="vertical"] .btn-group.text-left {
    justify-content: flex-start;
}

.tab-anything[data-orientation="horizontal"][data-rotate="1"][data-align-btns="1"] .btn-group,
.tab-anything[data-orientation="vertical"] .btn-group.text-center {
    justify-content: center;
}

.tab-anything[data-orientation="horizontal"][data-rotate="1"][data-align-btns="2"] .btn-group,
.tab-anything[data-orientation="vertical"] .btn-group.text-right {
    justify-content: flex-end;
}

.tab-anything[data-orientation="horizontal"][data-rotate="1"][data-width="1"][data-align-btns="0"] .btn-group {
    justify-content: flex-start !important;
}

.tab-anything[data-orientation="horizontal"][data-rotate="1"][data-width="1"][data-align-btns="1"] .btn-group {
    justify-content: center !important;
}

.tab-anything[data-orientation="horizontal"][data-rotate="1"][data-width="1"][data-align-btns="2"] .btn-group {
    justify-content: flex-end !important;
}

.tab-anything[data-orientation="vertical"][data-rotate="0"][data-width="1"][data-align-label="text-left"] label.btn {
    text-align: left !important;
}

.tab-anything[data-orientation="vertical"][data-rotate="0"][data-width="1"][data-align-label="text-center"] label.btn {
    text-align: center !important;
}

.tab-anything[data-orientation="vertical"][data-rotate="0"][data-width="1"][data-align-label="text-right"] label.btn {
    text-align: right !important;
}

.tab-anything[data-orientation="horizontal"][data-rotate="1"] label.wider {
    width: 46px !important;
}

.tab-anything[data-orientation="horizontal"][data-rotate="1"] label.wider span {
    padding: 0 !important;
    height: auto;
    width: 46px !important;
    margin-left: 0;
}

.tab-anything[data-orientation="vertical"][data-width="1"] label,
.tab-anything[data-orientation="vertical"][data-rotate="0"][data-width="1"] .btn-group {
    width: 100%;
}

.tab-anything[data-orientation="vertical"][data-width="0"] label {
    width: fit-content;
}

.tab-anything[data-orientation="vertical"][data-rotate="1"][data-width="1"] .btn-group {
    height: 100%;
    width: 46px;
}

.tab-anything[data-orientation="horizontal"][data-rotate="1"][data-width="0"] .btn-group {
    align-items: flex-end !important;
}

.tab-anything[data-orientation="horizontal"][data-rotate="1"][data-fit="1"] label {
    height: 100%;
    width: 100%;
}

.tab-anything[data-rotate="1"] label {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 0;
    width: 46px;
}

.tab-anything[data-rotate="1"] label span {
    position: relative;
    top: 50%;
    white-space: nowrap;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    position: relative;
    width: 25px;
    line-height: 0;
    top: 0;
    left: 50%;
}

.tab-anything[data-orientation="vertical"][data-detached="true"][data-rotate="1"][data-radius="Pill Shape"] label {
    padding: 20px;
}

.tab-anything[data-orientation="horizontal"][data-detached="true"][data-rotate="1"][data-radius="Pill Shape"] label {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 46px;
}

.tab-anything[data-orientation="vertical"][data-detached="false"][data-rotate="0"] .btn-group.tborder label.btn,
.tab-anything[data-orientation="vertical"][data-detached="false"][data-rotate="0"] .btn-group.tborder label.btn.selected,
.tab-anything[data-orientation="vertical"][data-detached="false"][data-rotate="0"] .btn-group.tborder label.btn:hover {
    margin-bottom: -1px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tab-anything[data-orientation="vertical"][data-detached="false"][data-rotate="1"] .btn-group.tborder label.btn,
.tab-anything[data-orientation="vertical"][data-detached="false"][data-rotate="1"] .btn-group.tborder label.btn.selected,
.tab-anything[data-orientation="vertical"][data-detached="false"][data-rotate="1"] .btn-group.tborder label.btn:hover {
    margin-bottom: -1px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tab-anything[data-orientation="horizontal"][data-width="1"][data-rotate="1"] .btn-group {
    justify-content: center;
}

.tab-anything[data-orientation="horizontal"][data-width="1"][data-rotate="1"] .btn-group label {
    align-items: flex-end !important;
    display: inline-flex;
    max-width: 46px;
}

.tab-anything[data-orientation="horizontal"][data-width="1"][data-rotate="1"] .btn-group label span {
    position: relative;
    width: 100%;
    display: block;
    left: 50%;
}

.tab-anything[data-orientation="vertical"][data-rotate="0"] .btn-group {
    width: min-content;
    text-align: right;
}

.tab-anything[data-orientation="vertical"][data-rotate="0"] label.btn {
    padding-top: 6px;
    padding-bottom: 6px;
    height: fit-content;
    display: inline-block !important;
}

.tab-anything[data-orientation="vertical"][data-rotate="0"] label.btn span {
    position: relative !important;
}

.tab-anything[data-orientation="vertical"][data-rotate="1"] label.btn {
    width: 46px !important;
}

.tab-anything[data-orientation="vertical"][data-rotate="1"] label.btn span {
    display: inline-block;
    position: relative !important;
    top: 50%;
}

.tab-anything[data-align-label="text-left"i][data-flush="1"][data-orientation="vertical"] label.btn {
    padding-left: 0 !important;
}

.tab-anything[data-align-label="text-right"i][data-flush="1"][data-orientation="vertical"] label.btn {
    padding-right: 0 !important;
}

.tab-anything.wrap[data-orientation="horizontal"][data-detached="false"] label:nth-child(1),
.tab-anything.wrap[data-orientation="horizontal"][data-detached="false"] label:nth-child(2) {
    float: left;
}

.tab-anything.wrap[data-orientation="horizontal"] .tab-anything-btn-group {
    display: block !important;
    text-align: left !important;
}

.tab-anything.wrap[data-detached="true"] label {
    float: left;
    margin: 5px !important;
}

.tab-anything.wrap[data-detached="true"][data-gap-increase="true"] label {
    float: left;
    margin: 10px !important;
}

.tab-anything.wrap[data-width="1"] label {
    margin-right: 0;
}

div[id^="tab"] {
    display: block;
}

div[id^="tab"].show .fade {
    animation: fade 1s forwards;
    -webkit-animation: fade 1s forwards;
}

div[id^="tab"].show .slide-in-fade-up {
    animation: slideInFadeUp 1s forwards;
    -webkit-animation: slideInFadeUp 1s forwards;
}

div[id^="tab"].show .slide-in-fade-down {
    animation: slideInFadeDown 1s forwards;
    -webkit-animation: slideInFadeDown 1s forwards;
}

div[id^="tab"].show .slide-in-fade-left {
    animation: slideInFadeLeft 1s forwards;
    -webkit-animation: slideInFadeLeft 1s forwards;
}

div[id^="tab"].show .slide-in-fade-right {
    animation: slideInFadeRight 1s forwards;
    -webkit-animation: slideInFadeRight 1s forwards;
}

div[id^="tab"].show .zoom-in {
    animation: zoomIn 1s forwards;
    -webkit-animation: zoomIn 1s forwards;
}

div[id^="tab"].show .zoom-in-up {
    animation: zoomInUp 1s forwards;
    -webkit-animation: zoomInUp 1s forwards;
}

div[id^="tab"].show .zoom-in-down {
    animation: zoomInDown 1s forwards;
    -webkit-animation: zoomInDown 1s forwards;
}

div[id^="tab"].show .bounce-in {
    animation: bounceIn 1s forwards;
    -webkit-animation: bounceIn 1s forwards;
}

div[id^="tab"].show .dramatic {
    animation: dramatic 1s forwards;
    -webkit-animation: dramatic 1s forwards;
}

div[id^="tab"].show .tick-tick-zoom {
    animation: ticktickzoom 1s forwards;
    -webkit-animation: ticktickzoom 1s forwards;
}

@keyframes fade {
    100% {
        opacity: 1;
    }
}

@keyframes slideInFadeUp {
    0% {
        opacity: 0;
        transform: translate(0, 40px);
        -webkit-transform: translate(0, 40px);
        -ms-transform: translate(0, 40px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
}

@keyframes slideInFadeDown {
    0% {
        opacity: 0;
        transform: translate(0, -40px);
        -webkit-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
}

@keyframes slideInFadeLeft {
    0% {
        opacity: 0;
        transform: translate(40px, 0);
        transform: translate(40px, 0);
        -webkit-transform: translate(40px, 0);
        -ms-transform: translate(40px, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
}

@keyframes slideInFadeRight {
    0% {
        opacity: 0;
        transform: translate(-40px, 0);
        -webkit-transform: translate(-40px, 0);
        -ms-transform: translate(-40px, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        -ms-transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.6, 0.6, 0.6);
        -webkit-transform: scale3d(0.6, 0.6, 0.6);
        -ms-transform: scale3d(0.6, 0.6, 0.6);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.25, 0.25, 0.25) translate3d(0, 100px, 0);
        -webkit-transform: scale3d(0.25, 0.25, 0.25) translate3d(0, 100px, 0);
        -ms-transform: scale3d(0.25, 0.25, 0.25) translate3d(0, 100px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-animation-timing-function: cubic-bezier(0.55,
                0.055,
                0.675,
                0.19);
        -ms-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -ms-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.25, 0.25, 0.25) translate3d(0, -100px, 0);
        -webkit-transform: scale3d(0.25, 0.25, 0.25) translate3d(0, -100px, 0);
        -ms-transform: scale3d(0.25, 0.25, 0.25) translate3d(0, -100px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-animation-timing-function: cubic-bezier(0.55,
                0.055,
                0.675,
                0.19);
        -ms-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -ms-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes ticktickzoom {
    0% {
        opacity: 0;
        transform-origin: 50% 100%;
        transform: scale(0.5, 0.5) rotate(0);
    }

    34% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(0.5, 0.5) rotate(0);
    }

    68% {
        transform-origin: 50% 0;
        transform: scale(0.5, 0.5) rotate(0);
    }

    100% {
        transform-origin: 50% 50%;
        transform: scale(1, 1) rotate(0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -ms-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes dramatic {
    0% {
        opacity: 0;
        transform-origin: 150% 50%;
        transform: scale(0.5, 0.5) rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-animation-timing-function: cubic-bezier(0.55,
                0.055,
                0.675,
                0.19);
        -ms-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    25% {
        opacity: 1;
        transform-origin: 150% 75%;
        transform: scale(0.5, 0.5) rotate(0);
    }

    50% {
        transform-origin: 0 75%;
        transform: scale(0.5, 0.5) rotate(0);
    }

    75% {
        transform-origin: 0 0;
        transform: scale(0.5, 0.5) rotate(0);
    }

    100% {
        transform-origin: 50% 50%;
        transform: scale(1, 1) rotate(0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -ms-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.tab-anything.wrap {
    margin: auto !important;
}

.tab-anything.wide-25 label {
    width: 25px !important;
}

.tab-anything.wide-50 label {
    width: 50px !important;
}

.tab-anything.wide-75 label {
    width: 75px !important;
}

.tab-anything.wide-100 label {
    width: 100px !important;
}

.tab-anything.wide-125 label {
    width: 125px;
}

.tab-anything.wide-150 label {
    width: 150px;
}

.tab-anything.wide-175 label {
    width: 175px;
}

.tab-anything.wide-200 label {
    width: 200px;
}

.tab-anything.wide-225 label {
    width: 225px;
}

.tab-anything.wide-250 label {
    width: 250px;
}

.tab-anything.wide-275 label {
    width: 275px;
}

.tab-anything.wide-300 label {
    width: 300px;
}

.tab-anything.wide-325 label {
    width: 325px;
}

.tab-anything.wide-350 label {
    width: 350px;
}

.tab-anything.wide-375 label {
    width: 375px;
}

.tab-anything.wide-400 label {
    width: 400px;
}

.tab-anything.wide-425 label {
    width: 425px;
}

.tab-anything.wide-450 label {
    width: 450px;
}

.tab-anything.wide-475 label {
    width: 475px;
}

.tab-anything.wide-500 label {
    width: 500px;
}

.tab-anything.wide-525 label {
    width: 525px;
}

.tab-anything.wide-550 label {
    width: 550px;
}

.tab-anything.wide-575 label {
    width: 575px;
}

.tab-anything.wide-600 label {
    width: 600px;
}

.loader {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}

.loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 2px;
    border-radius: 50%;
    animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-font-smoothing: antialiased;
}

.loader.light div {
    border: 4px solid #ffffff;
    border-color: #ffffff transparent transparent transparent;
}

.loader.dark div {
    border: 4px solid #333333;
    border-color: #333333 transparent transparent transparent;
}

.loader.gray div {
    border: 4px solid #999999;
    border-color: #999999 transparent transparent transparent;
}

.loader div:nth-child(1) {
    animation-delay: -0.45s;
}

.loader div:nth-child(2) {
    animation-delay: -0.3s;
}

.loader div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.light .sk-fading-circle .sk-circle:before {
    background-color: #fff;
}

.dark .sk-fading-circle .sk-circle:before {
    background-color: #333;
}

.gray .sk-fading-circle .sk-circle:before {
    background-color: #999;
}

.sk-fading-circle .sk-circle:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.db-btn {
    display: flex;
    width: 100%;
}

ul.list-group {
    padding: 0;
}

ul.list-group .btn-rd {
    margin: 0.25rem auto;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
}

ul.list-group>li {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.social-medias {
    width: 45% !important;
    margin: 0 auto !important;
}

.product-thumb .caption {
    height: 27rem;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.product-thumb .caption .image {
    width: 100%;
    margin: 0 auto;
}

.product-thumb .caption h4 {
    /* display: block; */
    width: 100%;
    margin: 0 !important;
}

.product-thumb .caption h5 {
    width: 100%;
    margin: 1rem 0;
}

.product-thumb .caption .text-center {
    width: 100%;
}

.product-thumb .caption .image a {
    display: flex;
    align-items: center;
    height: 100%;
}

.category-cards {
    border: 1px solid #f5f2fc;
    height: 35rem;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0.875rem 1.263rem;
}

span.category-badget {
    color: #5cc88e;
    border-radius: 1.5rem;
    font-weight: 600;
    width: 100%;
    padding-bottom: 0.25rem;
}

span.category-badget a {
    color: #5cc88e;
}

.category-cards .image {
    height: 60%;
    border-radius: 0.25rem;
    overflow: hidden;
    box-shadow: 0 0 10px #f5f2fc;
}

.category-cards h4 {
    width: 100%;
    text-align: center;
    margin: 0.75rem auto;
    height: 15%;
}

.category-cards h5 {
    width: 100%;
    margin: 1rem auto;
}

.category-cards .text-center {
    width: 100%;
}

@-webkit-keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.tab-anything.material label {
    border-left: 0px;
    border-right: 0px;
}

.tab-anything.material[data-detached="0"] label.btn {
    margin-right: -1px;
}

/*border-bottom: 1px solid #DDDDDD !important;
	*/
/*label {
	  display: block !important;
	  background-image: linear-gradient(to left, transparent, transparent 50%, #00c6ff 50%, #00c6ff) !important;
	  background-position: 100% 0 !important;
	  background-size: 200% 100% !important;
	  transition: all 0.25s ease-in !important;
	  border: none !important;
}
label:hover {
	  background-position: 0 0 !important;
	  border: none !important;
}
*/
/*.tab-anything.material label.btn.selected {
	border-bottom-width: 2px !important;
}
*/
/*.tab-anything.material label.btn:hover {
	border-bottom: 2px solid #AAAAAA !important;
}
.tab-anything.material label.btn.active:hover {
	border-bottom: 2px solid #000000 !important;
}
*/
/*.tab-anything[data-glyphs="image w label"i][data-orientation="horizontal"] label span {
	    display: table;
	    margin-top: 10px;
	    max-width: 150px;
	    text-align: center;
}
.tab-anything[data-glyphs="image w label"i][data-orientation="vertical"] label span {
	    display: table;
	    margin-top: 10px;
	    max-width: 150px;
	      text-align: left;
}
.tab-anything[data-glyphs="image w label"i][data-orientation="vertical"] label img {
	    margin-right: 10px;
}
.rating,.rating-empty{
		position: relative;
		display:inline-block;
}
.rating-score{
		position: absolute;
		overflow: hidden;
		left: 0;
		top:0;
		z-index:1;
}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm {
        padding: 200px 20px;
    }

    .bloc-xl-sm {
        padding: 150px 20px;
    }

    .bloc-lg-sm {
        padding: 100px 20px;
    }

    .bloc-md-sm {
        padding: 50px 20px;
    }

    .bloc-sm-sm {
        padding: 20px;
    }

    .bloc-no-padding-sm {
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .bloc-xxl-md {
        padding: 200px 20px;
    }

    .bloc-xl-md {
        padding: 150px 20px;
    }

    .bloc-lg-md {
        padding: 100px 20px;
    }

    .bloc-md-md {
        padding: 50px 20px;
    }

    .bloc-sm-md {
        padding: 20px 20px;
    }

    .bloc-no-padding-md {
        padding: 0 20px;
    }

    form[id*="form_"] .form-group .row>div {
        width: 50%;
    }

    .social-medias {
        margin-bottom: 2rem !important;
    }
}

@media (min-width: 992px) {
    .bloc-xxl-lg {
        padding: 200px 20px;
    }

    .bloc-xl-lg {
        padding: 150px 20px;
    }

    .bloc-lg-lg {
        padding: 100px 20px;
    }

    .bloc-md-lg {
        padding: 50px 20px;
    }

    .bloc-sm-lg {
        padding: 20px;
    }

    .bloc-no-padding-lg {
        padding: 0 20px;
    }

    .category-filter {
        width: calc(33% - 1rem);
    }

    .parent-filter {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

/* = Mobile adjustments
-------------------------------------------------------------- */
@media (max-width: 1024px) {

    .bloc.full-width-bloc,
    .bloc-tile-2.full-width-bloc .container,
    .bloc-tile-3.full-width-bloc .container,
    .bloc-tile-4.full-width-bloc .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
    }

    .bloc {
        padding-left: constant(safe-area-inset-left);
        padding-right: constant(safe-area-inset-right);
    }

    /* iPhone X Notch Support*/
    .bloc-group,
    .bloc-group .bloc {
        display: block;
        width: 100%;
    }

    .parent-filter {
        display: none;
    }
}

@media (max-width: 767px) {

    .bloc-tile-2 .container,
    .bloc-tile-3 .container,
    .bloc-tile-4 .container {
        padding-left: 0;
        padding-right: 0;
    }

    .btn-dwn {
        display: none;
    }

    .voffset {
        margin-top: 5px;
    }

    .voffset-md {
        margin-top: 20px;
    }

    .voffset-lg {
        margin-top: 30px;
    }

    form {
        padding: 5px;
    }

    .close-lightbox {
        display: inline-block;
    }

    .blocsapp-device-iphone5 {
        background-size: 216px 425px;
        padding-top: 60px;
        width: 216px;
        height: 425px;
    }

    .blocsapp-device-iphone5 img {
        width: 180px;
        height: 320px;
    }

    .product-thumb .caption {
        height: 26rem;
    }
}

@media (max-width: 991px) {
    .kjhfg {
        top: 0%;
    }

    .container-div-bloc-7-style {
        width: 78.05%;
    }

    .img-bloc-7-style {
        margin-top: 7px;
    }
}

@media (max-width: 767px) {
    .container-div-bloc-7-style {
        width: 92.55%;
    }

    .sidebar-nav {
        width: 90% !important;
    }

    .nav-special.sidebar-nav .nav>li {
        width: 80%;
    }

    .nav-invert .sidebar-nav .close-special-menu {
        left: 200px;
    }

    .blocsapp-special-menu blocsnav li a {
        color: #ffffff !important;
    }

    .felesh {
        color: red;
        position: relative;
        display: inline-block;
    }

    .felesh::after {
        content: "";
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        top: -15px;
    }

    .hamandaze {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 150px;
        max-width: 100%;
        display: inline-block;
    }

    .nbnb {
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        margin: 5px 0px;
    }
}

@media (max-width: 575px) {
    .btn-style {
        margin-top: 17px;
    }

    .img-bloc-5-style {
        padding-right: 0px;
    }

    .p-bloc-5-style {
        padding-right: 37px;
    }

    .bloc-0-bloc-5-padding-right {
        padding-right: 46px;
        margin-top: 32px;
    }

    .h5-style {
        margin-bottom: 2px;
    }

    .img-margin-top {
        top: 24%;
    }

    .field-style {
        width: 100%;
    }

    .field-bloc-7-style {
        width: 100%;
    }

    .bloc-bloc-7-padding-top {
        padding-top: 27px;
        padding-right: 0px;
    }

    .bloc-0-padding-top {
        padding-top: 40px;
    }

    .p-46-style {
        width: 29%;
        padding-right: 5px;
    }

    .p-padding-right {
        padding-right: 37px;
    }

    .h2-style {
        padding-right: 20px;
        padding-top: 25px;
        margin-bottom: 15px;
    }

    .p-bloc-7-style {
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 33.23%;
    }

    .row-86-style {
        width: 88.74%;
    }

    .h4-bloc-7-style {
        padding-right: 20px;
    }

    .img-bloc-0-style {
        width: 74px;
    }

    .bloc-bloc-0-padding-left {
        padding-left: 0px;
        padding-right: 0px;
    }

    .bloc-bloc-0-padding-right {
        padding-right: 0px;
        padding-left: 0px;
    }

    .jgfkbf {
        font-family: "Shabnam-FD";
        font-size: 12px;
        color: #919191 !important;
    }

    .bloc-margin-top {
        margin-top: 29px;
    }

    .bloc-8221-padding-right {
        padding-right: 34px;
        padding-top: 15px;
    }

    .h2-درباره-ما-style {
        font-size: 22px;
    }

    .container-div-bloc-7-style {
        width: 86.83%;
    }

    .img-bloc-7-style {
        margin-top: 2px;
        margin-bottom: 10px;
    }

    .hjfhbv {
        right: 5rem;
        top: 3rem;
        width: 175px;
        padding-left: 20px;
        padding-top: 10px;
    }

    .khjgfg {
        width: 147px;
        margin-right: 10px;
    }

    .klfgb {
        padding-top: 8px;
    }

    .bgvfhg {
        margin-top: 3px;
    }

    .bloc-32661-padding-right {
        padding-right: 69px;
    }

    .vnfjgh {
        margin-right: 50px;
        padding-right: 50px;
    }

    .fgfg {
        margin-right: 97px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .vfgh {
        padding-right: 7%;
        padding-left: 7%;
    }

    .dgfh {
        margin-top: 0px;
    }

    .h3-titles-style {
        margin-bottom: 0;
        margin-right: 0;
    }

    .row-padding-1-x {
        padding-right: 1rem;
        padding-left: 1rem;
        margin-bottom: 0;
        margin-top: 0;
    }

    .btn-rd {
        border-radius: 0.5rem;
        width: 90%;
        padding: 0.5rem;
    }

    .elementry-cards h3 {
        padding: 3rem 5px;
        text-align: center;
        margin: 0 auto;
    }

    .mycolina {
        background-size: 110% 100%;
    }

    .item.product-thumb.clearfix.d-inline-flex.p-2.mx-4:first-child {
        margin-right: 0 !important;
    }

    .btn-button-style {
        width: 60% !important;
    }

    .kvfnv~p {
        text-align: justify;
        line-height: 2;
    }

    .panel-footer {
        display: block !important;
        margin: 0 auto;
    }

    .panel-footer>.row {
        margin: 2rem auto;
        width: 100%;
    }

    .product-thumb .caption .image {
        height: 50%;
    }

    .product-thumb .caption h5 {
        margin: 0.5 0;
        text-align: center;
    }

    .hhj {
        margin: 0 2rem;
    }

    .pagination {
        justify-content: space-between;
    }

    .category-cards {
        margin: 1rem auto;
        padding: 1rem;
    }

    .category-cards .image {
        height: 55%;
    }

    .category-cards h4 {
        height: 10%;
        line-height: 1.5;
    }

    div#bloc-4 .container-fluid.pt-4 .bloc-padding-right h3 {
        padding: 0;
    }
}