@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Black.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/iransans/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */ 
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ 
    url('../fonts/iransans/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ 
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: IRANSansx;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransansx/IRANSansX-Black.eot');
    src: url('../fonts/iransansx/IRANSansX-Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ 
    url('../fonts/iransansx/IRANSansX-Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/     
    url('../fonts/iransansx/IRANSansX-Black.ttf') format('truetype');
}

:root {
    --color1: #54C5D0 !important;
    --color2: #9F9F9F !important;
    --color3: #FAA61A !important;
    --color4: #fc5757 !important;
    --tran: 0.17s ease-out;
    --shadow-sm: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    --shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    --shadow-lg: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    --rounded: 8px;
}

.list{
  max-height: 210px;
  overflow: scroll !important;
}

.emptyWare {
    background-color: cadetblue !important;
}

.shadow-sm {
    box-shadow: var(--shadow-sm) !important;
}

.shadow {
    box-shadow: var(--shadow) !important;
}

.shadow-lg {
    box-shadow: var(--shadow-lg) !important;
}

.rounded {
    border-radius: var(--rounded) !important;
}

.tran {
    transition: var(--tran) !important;
}

.bg-color1 {
    background: var(--color1);
}

.bg-color2 {
    background: var(--color2);
}

.bg-color3 {
    background: var(--color3);
}

.text-color1 {
    color: var(--color1);
}

.text-color2 {
    color: var(--color2);
}

.text-color3 {
    color: var(--color3);
}

.text-color4 {
    color: var(--color4);
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-main {
    background: var(--color1);
    color: #fff;
    border-radius: var(--rounded) !important;
    padding: 15px 25px;
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .btn-main {
        padding: 3px 15px;
        font-size: 14px;
    }
}

.btn-main:hover,
.btn-main:focus {
    background: var(--color3);
    color: #fff;
}

.btn-main3 {
    background: var(--color3);
    color: #fff !important;
    border-radius: var(--rounded) !important;
    padding: 15px 25px;
    font-size: 18px;
    border: 1px solid #FAA61A !important;
}

@media (max-width: 767.98px) {
    .btn-main3 {
        padding: 3px 15px;
        font-size: 14px;
    }
}

.btn-main3:hover {
    background: #f59b05 !important;
}

.btn-main2 {
    background: #F2F2F2;
    color: #929292 !important;
    border-radius: var(--rounded) !important;
    padding: 15px 25px;
    font-size: 18px;
    border: 1px solid #9F9F9F !important;
}

@media (max-width: 767.98px) {
    .btn-main2 {
        padding: 3px 15px;
        font-size: 14px;
    }
}

.btn-main2:hover {
    background: #e5e5e5;
}

.btn-transparent {
    background: transparent;
    border-radius: var(--rounded) !important;
    padding: 10px 20px;
    font-size: 12px;
    color: var(--color2);
    border: 1px solid #54C5D0 !important;
}

@media (max-width: 767.98px) {
    .btn-transparent {
        padding: 3px 15px;
        font-size: 14px;
    }
}

.btn-transparent:hover {
    background: #FAA61A !important;
    border: 1px solid #FAA61A !important;
    color: #fff;
}

.btn-acc {
    background: transparent;
    border-radius: var(--rounded) !important;
    font-size: 20px;
    color: var(--color2);
    height: 74px;
    line-height: 74px;
    font-weight: 500;
    border: 1px solid #54C5D0 !important;
}

.btn-acc svg * {
    transition: var(--tran) !important;
    fill: #FAA61A !important;
}

.btn-acc:hover {
    background: var(--color3) !important;
    border: 1px solid #FAA61A !important;
    color: #fff;
}

.btn-acc:hover svg * {
    fill: #fff !important;
}

@media (max-width: 992.98px) {
    .btn-acc {
        height: 40px;
        line-height: 40px;
        padding: 0;
        font-size: 14px;
    }

    .btn-acc svg {
        max-width: 20px;
        max-height: 20px;
    }
}

.btn-login {
    background: var(--color3);
    border-radius: var(--rounded) !important;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff !important;
    border: 1px solid #FAA61A !important;
}

.btn-login svg * {
    transition: var(--tran) !important;
}

@media (max-width: 767.98px) {
    .btn-login {
        padding: 3px 15px;
        font-size: 14px;
    }
}

.btn-login:hover {
    background: #f59b05 !important;
}

.btn-buy {
    background: transparent;
    border-radius: var(--rounded) !important;
    font-size: 16px;
    color: var(--color3);
    border: 1px solid #FAA61A !important;
}

.btn-buy:hover {
    background: #FAA61A !important;
    border: 1px solid #FAA61A !important;
    color: #fff;
}

.btn-buy:hover svg * {
    fill: #fff !important;
}

.btn-buy svg {
    max-width: 30px;
}

.btn-buy svg * {
    transition: var(--tran) !important;
}

@media (max-width: 992.98px) {
    .btn-buy {
        height: 40px;
        line-height: 40px;
        padding: 0;
        font-size: 14px;
    }

    .btn-buy svg {
        max-width: 20px;
        max-height: 20px;
    }
}

.tell {
    letter-spacing: 4px;
}

@media (max-width: 767.98px) {
    h2,
    .title {
        font-size: 18px !important;
    }

    h3 {
        font-size: 16px !important;
    }
}

*,
*:before,
*:after {
    box-sizing: border-box;
    outline: none;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    transition: var(--tran) !important;
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--color1);
}

button:focus {
    outline: 0;
}

.btn {
    font-size: 14px;
}

textarea {
    font-size: 18px !important;
    max-height: 200px;
}

.owl-carousel .owl-nav > div {
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    color: #d8d8d8;
    transition: var(--tran) !important;
}

.owl-carousel .owl-nav > div i {
    font-weight: bold;
    font-size: 30px;
}

.owl-carousel .owl-nav > div:hover {
    color: #000;
}

.owl-carousel .owl-nav > div.owl-next {
    left: -45px;
}

.owl-carousel .owl-nav > div.owl-prev {
    right: -45px;
}

.w-0 {
    width: 0;
    min-width: 0;
}

.centerfixed {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.table td,
.table th {
    vertical-align: middle;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

html.sr .load-hidden {
    visibility: hidden;
}

body {
    font-family: 'IRANSans';
    background: #F7F8FA;
    direction: rtl;
    /* color: #B7B7B7; */
    text-align: right;
    line-height: 2;
    font-size: 14px;
    overflow-x: hidden;
}

@media (max-width: 767.98px) {
    body p {
        line-height: 20px !important;
    }
}

.container-fluid {
    max-width: 1366px;
}

@media (min-width: 1200px) {
    .container-fluid {
        padding: 0 50px;
    }
}

.card p,
.card ul,
.card span,
.card .btn {
    font-size: 18px;
    color: #747474;
    line-height: 27px;
    text-align: justify;
}

@media (max-width: 566.98px) {
    .card p,
    .card ul,
    .card span,
    .card .btn {
        font-size: 14px;
    }
}

@media (max-width: 566.98px) {
    .card .btn {
        line-height: 40px;
    }
}

.card-danger,
.alert-danger {
    background: #FFD4D4 !important;
}

.card-danger *,
.alert-danger * {
    color: #FF2626 !important;
}

@media (max-width: 992.98px) {
    .breadcrumb-box {
        margin-top: 41px;
    }
}

@media (max-width: 576.98px) {
    .breadcrumb-box a,
    .breadcrumb-box li {
        font-size: 12px;
    }
}

.breadcrumb-box .breadcrumb-item + .breadcrumb-item::before {
    content: '\f053';
    font-family: 'font awesome 5 pro';
    padding: 0 1rem;
    vertical-align: middle;
    color: #D8D5D5;
}

.content-box {
    min-height: 70vh;
}

#mainpage {
    /*****************"mainheader**********************/
    /*****************"maincontent**********************/
    /*****************"mainfooter**********************/
}

#mainpage #left-sidebar {
    z-index: 99;
    background: white;
    width: 285px;
    height: 100%;
    transform: translateX(100%);
    display: block !important;
    position: fixed !important;
    overflow-y: auto;
    transition: var(--tran) !important;
}

#mainpage #left-sidebar.show {
    transform: translateX(0);
}

#mainpage #left-sidebar .sidebar-header {
    background: #E3E3E3;
}

#mainpage #left-sidebar .sidebar-header .user-img {
    width: 56px;
    height: 56px;
}

#mainpage #left-sidebar .list-group-item {
    position: relative;
    font-size: 14px;
}

#mainpage #left-sidebar .list-group-item svg {
    width: 25px;
}

#mainpage #left-sidebar .list-group-item svg * {
    transition: var(--tran) !important;
}

#mainpage #left-sidebar .list-group-item.active {
    background: var(--color1) !important;
    color: #fff !important;
}

#mainpage #left-sidebar .list-group-item.login {
    background: var(--color3) !important;
    color: #fff !important;
}

#mainpage #left-sidebar .list-group-item.active svg * {
    fill: #fff;
}

#mainpage #left-sidebar .list-group-item.active:hover {
    color: #fff !important;
}

#mainpage #left-sidebar .list-group-item.active:hover svg * {
    fill: #fff !important;
}

#mainpage #left-sidebar .list-group-item:hover {
    color: var(--color1) !important;
}

#mainpage #left-sidebar .list-group-item:hover svg * {
    fill: #54C5D0 !important;
}

#mainpage #left-sidebar .list-group-item.espand:after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
}

#mainpage #mainheader .top-bar .top-nav-left .list-group-item + .list-group-item {
    position: relative;
}

#mainpage #mainheader .top-bar .top-nav-left .list-group-item + .list-group-item::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 32px;
    width: 1px;
    background: var(--color2);
}

#mainpage #mainheader .top-bar .top-nav-left a:hover {
    color: var(--color1);
}

#mainpage #mainheader .top-bar .navbar-brand img {
    width: 180px;
}

#mainpage #mainheader .menu .navbar-toggler {
    width: 45px;
    height: 45px;
}

#mainpage #mainheader .menu .navbar-toggler span {
    transition: var(--tran) !important;
}

#mainpage #mainheader .menu .navbar-toggler span i {
    transition: var(--tran) !important;
}

#mainpage #mainheader .menu .navbar-toggler:hover span {
    color: var(--color3);
}

#mainpage #mainheader .menu .navbar-toggler:hover span i {
    transform: scale(0.9);
}

#mainpage #mainheader .menu .navbar-toggler .navbar-toggler-icon {
    color: #fff !important;
}

#mainpage #mainheader .menu .navbar-toggler .navbar-toggler-icon:hover {
    color: #ffc800 !important;
}

@media (max-width: 991.98px) {
    #mainpage #mainheader .menu .navbar-toggler {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
    }

    #mainpage #mainheader .menu .navbar-toggler .navbar-toggler-icon {
        color: #fff !important;
    }
}

#mainpage #mainheader .menu .navbar-toggler .hamburger {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#mainpage #mainheader .menu .navbar-toggler .hamburger div {
    align-self: flex-start;
    height: 3px;
    width: 100%;
    background: #fff;
    margin: 3px 0;
    border-radius: 18px;
}

#mainpage #mainheader .menu .navbar-toggler .hamburger .meat {
    width: 75%;
    transition: all 200ms ease-in-out;
}

#mainpage #mainheader .menu .navbar-toggler .hamburger .bottom-bun {
    width: 50%;
    transition: all 400ms ease-in-out;
}

#mainpage #mainheader .menu .navbar-toggler .hamburger:hover div {
    width: 100%;
}

#mainpage #mainheader .menu .navbar-toggler .hamburger:hover .top-bun {
    animation: burger-hover 1s infinite ease-in-out alternate;
}

#mainpage #mainheader .menu .navbar-toggler .hamburger:hover .meat {
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

#mainpage #mainheader .menu .navbar-toggler .hamburger:hover .bottom-bun {
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

#mainpage #mainheader .menu .dropdown-toggle:after {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    margin-right: 4px;
}

#mainpage #mainheader .menu .btn-city {
    border: 0 !important;
    width: 255px;
}

#mainpage #mainheader .menu .btn-city svg * {
    transition: var(--tran) !important;
}

#mainpage #mainheader .menu .btn-city:hover {
    color: #f2e6e6 !important;
}

#mainpage #mainheader .menu .btn-city:hover svg * {
    fill: #f2e6e6;
}

#mainpage #mainheader .menu .nav-mobile {
    position: absolute;
    left: -10px;
    right: -10px;
    top: 0;
    z-index: 8;
    text-align: left;
    background: #54C5D0 !important;
}

#mainpage #mainheader .menu .nav-mobile .btn-go {
    position: absolute;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
}

#mainpage #mainheader .menu .nav-mobile .btn-search {
    width: 30px;
    height: 30px;
}

#mainpage #mainheader .menu .nav-mobile .form-search {
    position: relative;
    transition: var(--tran) !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    width: 100%;
    height: 30px;
    opacity: 0;
    z-index: -9;
}

#mainpage #mainheader .menu .nav-mobile .form-search .form-control {
    height: 30px;
}

#mainpage #mainheader .menu .nav-mobile .form-search.show {
    height: 30px;
    z-index: -999999999;
    opacity: 1;
    bottom: -30px;
}

#mainpage #mainheader .menu .nav-mobile .form-search.show .btn-go {
    opacity: 1;
}

#mainpage #mainheader .menu .dropdown-menu {
    left: unset;
    text-align: right;
    margin-top: 0;
    width: auto;
    min-width: 100%;
}

#mainpage #mainheader .menu .dropdown-menu .dropdown-item {
    font-size: 12px;
}

#mainpage #mainheader .menu .nav-link:hover {
    color: #f2e6e6 !important;
}

#mainpage #mainheader .menu .nav-item.dropdown {
    transition: var(--tran) !important;
}

#mainpage #mainheader .menu .nav-item.dropdown .dropdown-menu {
    padding: 0;
}

#mainpage #mainheader .menu .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}

#mainpage #mainheader .menu .nav-item.dropdown .dropdown-item {
    padding: 5px 10px;
    color: #747474;
    position: relative;
}

#mainpage #mainheader .menu .nav-item.dropdown .dropdown-item .dropdown-toggle {
    color: #747474;
    display: block;
}

#mainpage #mainheader .menu .nav-item.dropdown .dropdown-item .dropdown-toggle:after {
    content: '\f104';
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#mainpage #mainheader .menu .nav-item.dropdown .dropdown-item:hover .dropdown-menu2 {
    display: block;
    right: 100%;
    text-align: right;
    margin-top: 0;
    width: auto;
    min-width: 100%;
    top: 0;
}

#mainpage .maincontent {
    /*****************"slider**********************/
    /*****************"about-our-services**********************/
    /*****************"mobile-services**********************/
    /*****************"services-req**********************/
    /*****************"banner-box**********************/
    /*****************"sell-parts**********************/
    /*****************"accessories**********************/
    /*****************"sell-mobile**********************/
    /*****************"blog**********************/
    /****************other-sections***************/
    /********************************************/
}

#mainpage .maincontent #slider {
    position: relative;
}

#mainpage .maincontent #slider .slider-item .img-box {
    width: 100%;
    height: calc(100vh - 123px);
}

@media (max-width: 767.98px) {
    #mainpage .maincontent #slider .slider-item .img-box {
        height: 208px;
    }
}

#mainpage .maincontent #slider .slider-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mainpage .maincontent #slider .slider-item .slider-caption {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    min-width: 500px;
}

@media (max-width: 767.98px) {
    #mainpage .maincontent #slider .slider-item .slider-caption {
        transform: translate(50%, -50%) scale(0.5);
    }
}

#mainpage .maincontent #slider .slider-item .slider-caption .logo-box {
    width: 160px;
    height: 160px;
}

#mainpage .maincontent #slider .slider-item .slider-caption .logo-box img {
    width: 100%;
    height: 100%;
}

#mainpage .maincontent #slider .go-down {
    position: absolute;
    bottom: 75px;
    transform: translateX(50%);
    right: 50%;
    z-index: 1;
    animation: goTop infinite 2s ease-in-out;
}

@keyframes goTop {
    0% {
        transform: translate(50%, 10px);
    }
    40% {
        transform: translate(50%, 0);
    }
    100% {
        transform: translate(50%, 10px);
    }
}

#mainpage .maincontent #about-our-services {
    padding-bottom: 100px;
    z-index: 2;
}

#mainpage .maincontent #about-our-services .about-item .icon-box {
    width: 67px;
    height: 67px;
}

#mainpage .maincontent #about-our-services .about-item .title {
    position: relative;
}

#mainpage .maincontent #about-our-services .about-item .title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33px;
    height: 4px;
    background: var(--color2);
}

#mainpage .maincontent #banner-box {
    padding: 185px 0;
}

@media (max-width: 767.998px) {
    #mainpage .maincontent #banner-box {
        padding: 100px 0;
    }
}

#mainpage .maincontent #sell-parts {
    z-index: 2;
}

@media (min-width: 768px) {
    #mainpage .maincontent #accessories.services-box {
        margin-top: -131px !important;
        margin-bottom: 150px !important;
        z-index: 0;
    }
}

#mainpage .maincontent #sell-mobile {
    background-image: url(../img/sell-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 350px 0;
    position: relative;
    background-position: center;
    margin: -191px auto;
}

#mainpage .maincontent #sell-mobile::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #FAA61A !important;
    opacity: 0.9;
}

#mainpage .maincontent #sell-mobile .owl-dots {
    bottom: -60px;
}

#mainpage .maincontent #sell-mobile .brand-item .brand-box {
    width: 100%;
    height: 90px;
}

#mainpage .maincontent #sell-mobile .brand-item .brand-box img {
    width: auto;
    height: 100%;
    background-size: contain;
}

#mainpage .maincontent #sell-mobile .brand-item .mobile-box {
    height: 182px;
    width: 87px;
}

#mainpage .maincontent #sell-mobile .brand-item .mobile-box img {
    width: 100%;
    height: 100%;
    background-size: contain;
}

#mainpage .maincontent #blog .blog-item {
    box-shadow: 0 3px 12px 0px #00000029;
}

#mainpage .maincontent #blog .blog-item.video .img-box {
    position: relative;
}

#mainpage .maincontent #blog .blog-item.video .img-box:before {
    content: '\f144';
    position: absolute;
    font-family: 'font awesome 5 pro';
    font-size: 80px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: var(--tran) !important;
}

#mainpage .maincontent #blog .blog-item.video .img-box:hover:before {
    opacity: 0.9;
}

#mainpage .maincontent #blog .blog-item .img-box {
    width: 100%;
    height: 200px;
}

#mainpage .maincontent #blog .blog-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mainpage .maincontent #blog .blog-item h3 a:hover {
    color: var(--color3);
}

@media (max-width: 767.98px) {
    #mainpage .maincontent #blog .blog-item h3 a {
        font-size: 12px !important;
    }
}

@media (max-width: 767.98px) {
    #mainpage .maincontent #blog .blog-item span {
        font-size: 8px !important;
    }
}

#mainpage .maincontent #blog .blog-item p {
    height: 100px;
    overflow: hidden;
    line-height: 25px;
}

@media (max-width: 767.98px) {
    #mainpage .maincontent #blog .blog-item p {
        font-size: 10px !important;
    }
}

#mainpage .maincontent #blog .blog-category li {
    border-color: transparent;
    transition: var(--tran) !important;
    border-width: 1px;
}

@media (max-width: 767.98px) {
    #mainpage .maincontent #blog .blog-category li a {
        font-size: 10px !important;
    }
}

#mainpage .maincontent #blog .blog-category li:hover {
    border-color: #54C5D0 !important;
}

#mainpage .maincontent #blog .blog-category li:hover a {
    color: var(--color1) !important;
}

#mainpage .maincontent #blog .blog .blog-item-carousel .img-box {
    width: 100%;
    height: 305px;
    border-radius: 20px;
}

#mainpage .maincontent #blog .blog .blog-item-carousel .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mainpage .maincontent #blog .blog .blog-item-carousel .title-box {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    background: #000000a3;
    border-radius: 0px 0 20px 20px;
    transition: var(--tran) !important;
}

#mainpage .maincontent #blog .blog .blog-item-carousel:hover .title-box {
    background: var(--color1);
}

#mainpage .maincontent #blog .blog .btn-transparent {
    font-size: 20px;
    border-color: #9F9F9F !important;
}

#mainpage .maincontent #blog .blog .owl-dots {
    bottom: -40px;
}

#mainpage .maincontent #blog .blog .owl-dots .owl-dot {
    width: 32px;
    height: 32px;
    background: transparent;
}

@media (max-width: 767.98px) {
    #mainpage .maincontent #blog .blog .owl-dots .owl-dot {
        width: 20px;
        height: 20px;
    }
}

#mainpage .maincontent #blog .blog.learn .owl-dot {
    border: 1px solid #54C5D0 !important;
}

#mainpage .maincontent #blog .blog.learn .owl-dot.active {
    background: var(--color1);
}

#mainpage .maincontent #blog .blog.review .owl-dot {
    border: 1px solid #FAA61A !important;
}

#mainpage .maincontent #blog .blog.review .owl-dot.active {
    background: var(--color3);
}

#mainpage .maincontent .services-box {
    position: relative;
    height: 760px;
}

@media (max-width: 992.98px) {
    #mainpage .maincontent .services-box {
        height: 440px;
    }

    #mainpage .maincontent .services-box h2 {
        position: relative;
    }
}

#mainpage .maincontent .services-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 760px;
    background: #54C5D0 !important;
    transform: skewY(-7.58deg);
}

@media (max-width: 992.98px) {
    #mainpage .maincontent .services-box:before {
        height: 450px;
    }
}

#mainpage .maincontent .services-box .service-box .btn-main {
    width: 100%;
}

#mainpage .maincontent .services-box .service-box .border-box {
    position: relative;
    width: 500px;
}

@media (max-width: 767.98px) {
    #mainpage .maincontent .services-box .service-box .border-box {
        width: 125px;
    }
}

#mainpage .maincontent .services-box .service-box .border-box:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 410px;
    height: 410px;
    border: 3px solid #FAA61A !important;
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    #mainpage .maincontent .services-box .service-box .border-box:before {
        width: 131px;
        height: 131px;
    }
}

#mainpage .maincontent .services-box .service-box .border-box:after {
    content: '';
    position: absolute;
    right: 26px;
    top: -40px;
    width: 450px;
    height: 450px;
    border: 2px dashed #fff;
    border-radius: 50%;
    animation: s3-rotate 25s infinite linear;
}

@keyframes s3-rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@media (max-width: 767.98px) {
    #mainpage .maincontent .services-box .service-box .border-box:after {
        width: 143px;
        height: 143px;
        right: -8px;
        top: -11px;
    }
}

#mainpage .maincontent .services-box .service-box .border-box .img-box {
    width: 372px;
    height: 372px;
}

#mainpage .maincontent .services-box .service-box .border-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    #mainpage .maincontent .services-box .service-box .border-box .img-box {
        width: 121px;
        height: 121px;
    }
}

#mainpage .maincontent .services-box .service-box .text-box {
    width: 550px;
}

@media (min-width: 992px) and (max-width: 1226px) {
    #mainpage .maincontent .services-box .service-box .text-box {
        width: 375px;
    }
}

@media (max-width: 767.98px) {
    #mainpage .maincontent .services-box .service-box .text-box {
        width: 100%;
    }

    #mainpage .maincontent .services-box .service-box .text-box p {
        font-size: 14px;
    }
}

#mainpage .maincontent .services-box .service-box .text-box h2 {
    position: relative;
}

#mainpage .maincontent .services-box .service-box .text-box p {
    line-height: 25px;
}

#mainpage .maincontent .device-box .device-item {
    width: 274px;
    height: 300px;
    background: #F7F8FA;
}

@media (max-width: 767.98px) {
    #mainpage .maincontent .device-box .device-item {
        width: auto;
        height: 210px;
    }
}

#mainpage #mainfooter .top-footer {
    background: #3E3E3E;
}

#mainpage #mainfooter .top-footer .widget .subscribe .form-control {
    height: 44px;
    padding-left: 49px;
}

#mainpage #mainfooter .top-footer .widget .subscribe .btn {
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

#mainpage #mainfooter .top-footer .widget .subscribe .btn:hover {
    background: var(--color3);
}

#mainpage #mainfooter .top-footer .widget .subscribe .form-control {
    font-size: 18px;
}

#mainpage #mainfooter .top-footer .widget .subscribe .form-control::placeholder {
    font-size: 14px;
}

#mainpage #mainfooter .top-footer .widget .list-group-item:hover {
    color: var(--color3) !important;
}

#mainpage #mainfooter .top-footer .social-media .list-group-item {
    width: 38px;
    height: 38px;
    line-height: 38px;
}

@media (max-width: 767.98px) {
    #mainpage #mainfooter .top-footer .social-media .list-group-item {
        background: transparent !important;
    }

    #mainpage #mainfooter .top-footer .social-media .list-group-item i {
        color: #fff !important;
    }
}

#mainpage #mainfooter .top-footer .social-media .list-group-item i {
    font-size: 25px;
    color: #3E3E3E;
}

#mainpage #mainfooter .top-footer .social-media .list-group-item:hover {
    background: #3E3E3E !important;
}

#mainpage #mainfooter .top-footer .social-media .list-group-item:hover i {
    color: #fff;
}

#mainpage #mainfooter .bottom-footer .namads-box .list-group-item {
    background: #7BDEE8;
    width: 154px;
    height: 148px;
}

.namayandegi-box .table thead th {
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    min-width: 100px;
    padding: 0;
}

.namayandegi-box .table thead th:first-child {
    transform: rotate(90deg);
}

.namayandegi-box .table td {
    font-size: 18px;
    height: 100px;
}

.namayandegi-box .table .address {
    width: 550px;
    min-width: 550px;
}

.namayandegi-box td,
.namayandegi-box th {
    vertical-align: middle;
}

.namayandegi-box a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 0 10px #00000029;
}

.namayandegi-box a:hover {
    box-shadow: unset;
}

.services-req #services-req .row {
    justify-content: center !important;
}

.services-req #services-req.terms-box form {
    max-width: 400px;
}

.services-req #services-req.terms-box form input {
    height: 58px;
    line-height: 58px;
    font-size: 14px;
}

.services-req #services-req.final-req-box .img-box {
    width: 85px;
    height: 85px;
}

.services-req #services-req.final-req-box .table {
    background: #FAFAFA;
}

.services-req #services-req.final-req-box .table tr {
    height: 73px;
    line-height: 73px;
}

.services-req #services-req.final-req-box .table tr th,
.services-req #services-req.final-req-box .table tr td {
    padding: 0;
    font-size: 18px;
    color: var(--color2);
}

.services-req #services-req.final-req-box .table tbody tr {
    background: #fff;
}

.services-req #services-req.final-req-box .table tbody tr:last-child {
    background: transparent;
}

.services-req .btn {
    width: 173px;
}

.counter {
    width: 60px;
    font-size: 18px;
}

.step-box {
    position: relative;
}

@media (min-width: 967px) {
    .step-box:before {
        content: '';
        right: 0;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(50%);
        background: var(--color2);
    }
}

.step-box .list-group-item {
    background: #F7F8FA !important;
}

.step-box .list-group-item.active {
    color: var(--color1);
}

.step-box .list-group-item.active i:before {
    content: '\f058';
    font-weight: bold;
}

.device-box-img.seri .device-img {
    padding: 0 !important;
}

.device-box-img.seri .device-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 178px;
}

.device-box-img .device-img {
    transition: var(--tran) !important;
    width: 198px;
    height: 178px;
}

.device-box-img .device-img img {
    max-height: 105px;
}

@media (max-width: 450px) {
    .device-box-img .device-img {
        width: 164px;
        height: 216px;
    }
}

.device-box-img .device-img:hover {
    box-shadow: 0 0 8px 0px #0000001f;
}

.device-box-img .device-img.qete {
    width: 198px;
    height: 395px;
}

@media (max-width: 450px) {
    .device-box-img .device-img.qete {
        width: 164px;
    }
}

.device-box-img .device-img.qete .btn-main {
    width: 100%;
    font-size: 14px;
    padding: 5px;
}

.device-box-img .device-img.qete .btn-success {
    width: 100%;
    font-size: 14px;
    padding: 5px;
    border-radius: var(--rounded) !important;
}


.device-box-img .device-img.mobile-tablet {
    height: 332px;
}

.device-box-img .device-img.mobile-tablet img {
    max-height: 150px;
}

.device-box-img textarea {
    font-size: 14px;
}

.device-box-img .pc-2 .device-img {
    width: calc(198px + 198px + 30px);
}

@media (max-width: 576px) {
    .device-box-img .pc-2 .device-img {
        max-width: 340px;
        height: auto;
    }
}

.device-box-img.problems .list-group-item {
    background: #F7F8FA;
    height: 33px;
    line-height: 33px;
}

.device-box-img .category .nice-select {
    border: 1px solid #D8D5D5 !important;
    border-radius: var(--rounded) !important;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}

.device-box-img .price {
    background: #F7F8FA;
    height: 33px;
    line-height: 33px;
}

.custom-control-label::before {
    top: 50%;
    right: -26px;
    left: unset;
    width: 22px;
    border-radius: var(--rounded) !important;
    height: 22px;
    pointer-events: none;
    transform: translateY(-50%);
}

.custom-control-label:after {
    left: unset;
    top: 50%;
    border-radius: var(--rounded) !important;
    right: -26px;
    width: 22px;
    height: 22px;
    background: no-repeat 50% 50%;
    transform: translateY(-50%);
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #54C5D0 !important;
    background-color: #54C5D0 !important;
}

.nice-select {
    float: none;
    border-radius: 0 !important;
    border: 0 !important;
    text-align: right !important;
    border-bottom: 1px solid #9F9F9F !important;
    padding-left: 15px;
    padding-right: 0;
    color: #000;
    height: 34px;
    line-height: 34px;
}

.nice-select:after {
    right: unset;
    left: 12px;
}

.nice-select ul {
    width: 100%;
}

.nice-select ul li {
    text-align: right !important;
    padding: 0 15px !important;
}

.blue-box {
    max-width: 680px;
    min-height: 550px;
    position: relative;
}

.blue-box .btn-box {
    position: absolute;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
}

.blue-box .btn-box .btn {
    width: 173px;
}

.blue-box .btn-box .btn.btn-sabt {
    background: #ffffff !important;
    color: var(--color1) !important;
    border: 0 !important;
}

.blue-box .btn-box .btn.btn-sabt:hover {
    background: #54C5D0 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.blue-box .form-control,
.blue-box .nice-select {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 15px;
    border: 0 !important;
    border-radius: var(--rounded) !important;
}

.blue-box .form-control::placeholder,
.blue-box .nice-select::placeholder {
    color: var(--color2);
}

.blue-box .form-control.code,
.blue-box .nice-select.code {
    letter-spacing: 5px;
}

.blue-box .small {
    position: absolute;
    bottom: -25px;
}

.blue-box .small small {
    font-size: 12px;
}

.blue-box .media .title-box:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    top: 50%;
    z-index: 0;
}

.blue-box .media .img-box {
    width: 60px;
    height: 60px;
}

.blue-box .media .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blue-box.comments-box {
    min-width: 100%;
}

.blue-box.comments-box .title-box:before {
    background: var(--color1);
}

.blue-box.comments-box .title-box .date {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blue-box.comments-box textarea {
    border: 1px solid #9F9F9F !important;
}



.blue-box2 {
    max-width: 680px;
    min-height: 100px;
    position: relative;
    margin-bottom: 50px;
}

.blue-box2 .btn-box {
    position: absolute;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
}

.blue-box2 .btn-box .btn {
    width: 173px;
}

.blue-box .btn-box .btn.btn-sabt {
    background: #ffffff !important;
    color: var(--color1) !important;
    border: 0 !important;
}

.blue-box2 .btn-box .btn.btn-sabt:hover {
    background: #54C5D0 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.blue-box2 .form-control,
.blue-box2 .nice-select {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 15px;
    border: 0 !important;
    border-radius: var(--rounded) !important;
}

.blue-box2 .form-control::placeholder,
.blue-box2 .nice-select::placeholder {
    color: var(--color2);
}

.blue-box2 .form-control.code,
.blue-box2 .nice-select.code {
    letter-spacing: 5px;
}

.blue-box2 .small {
    position: absolute;
    bottom: -25px;
}

.blue-box2 .small small {
    font-size: 12px;
}

.blue-box2 .media .title-box:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    top: 50%;
    z-index: 0;
}

.blue-box2 .media .img-box {
    width: 60px;
    height: 60px;
}

.blue-box2 .media .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blue-box2 .comments-box {
    min-width: 100%;
}

.blue-box2 .comments-box .title-box:before {
    background: var(--color1);
}

.blue-box2 .comments-box .title-box .date {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blue-box2 .comments-box textarea {
    border: 1px solid #9F9F9F !important;
}


.pagination .page-item {
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 5px;
}

.pagination .page-item .page-link {
    border-radius: var(--rounded) !important;
    padding: 0;
    line-height: 35px;
    color: var(--color1);
}

.pagination .page-item .current {
    background-color: #27ae60;
    color: antiquewhite;
    cursor: default;
}

.pagination .page-item .disabled {
    background-color: #bdc3c7;
    color: antiquewhite;
    cursor: default;
}

.mobile-details .sp-large,
.mobile-details .sp-wrap {
    width: 449px !important;
    height: 438px !important;
    border: 1px solid #D8D5D5;
    border-radius: var(--rounded) !important;
    max-width: 100%;
}

.mobile-details .sp-large a,
.mobile-details .sp-wrap a {
    width: 100%;
    overflow: hidden;
    border-radius: var(--rounded) !important;
    height: 100%;
}

.mobile-details .sp-large a img,
.mobile-details .sp-wrap a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-details .color .list-group-item:before {
    content: unset;
}

.mobile-details .color .list-group-item input {
    width: 30px;
    height: 30px;
    position: relative;
}

.mobile-details .color .list-group-item input:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}

.mobile-details .color .list-group-item input.red:before {
    background: red;
}

.mobile-details .color .list-group-item input.blue:before {
    background: blue;
}

.mobile-details .color .list-group-item input.green:before {
    background: green;
}

.mobile-details .color .list-group-item input:checked:after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    background: #fff;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}

.mobile-details .details-tab .card h4,
.mobile-details .details-collapse .card h4 {
    position: relative;
}

.mobile-details .details-tab .card h4:before,
.mobile-details .details-collapse .card h4:before {
    content: '';
    width: 15px;
    height: 15px;
    background: var(--color1);
    right: 0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.mobile-details .details-tab .nav-item .nav-link,
.mobile-details .details-collapse .nav-item .nav-link {
    border: 1px solid #D8D5D5;
}

.mobile-details .details-tab .nav-item .nav-link:hover,
.mobile-details .details-collapse .nav-item .nav-link:hover,
.mobile-details .details-tab .nav-item .nav-link.active,
.mobile-details .details-collapse .nav-item .nav-link.active {
    background: #fff !important;
    border-bottom-color: transparent !important;
}

.mobile-details .details-tab .tab-pane {
    border-radius: 0 0 8px 8px !important;
}

.mobile-details .details-tab .nav-tabs {
    border-radius: 8px 8px 0 0 !important;
}

.mobile-details .details-tab .nav-tabs .nav-link {
    height: 55px;
    line-height: 55px;
}

@media (max-width: 1199.98px) {
    .mobile-details .details-tab .nav-tabs .nav-link {
        font-size: 12px;
        padding: 0 10px !important;
        height: 45px;
        line-height: 45px;
    }

    .mobile-details .details-tab .nav-tabs .nav-link svg {
        max-width: 20px;
    }
}

.details-box .list-group-item {
    position: relative;
}

.details-box .list-group-item:before {
    content: '';
    width: 15px;
    height: 15px;
    background: var(--color1);
    right: -15px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.details-box .list-group-item.child:before {
    width: 10px;
    height: 10px;
    background: #D8D5D5;
    right: -15px;
}

#blog-details .blog-header {
    position: relative;
    font-family: IRANSansx !important;
}

#blog-details .blog-header .img-box {
    width: 100%;
    
  /* height: calc(100vh - 132px); */
}

#blog-details .blog-header .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#blog-details .blog-header .blog-info {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    min-width: 300px;
    max-width: 90%;
    width: 800px;
    background: #00000074;
}

#blog-details .blog-header .blog-info .details-box .user-img {
    width: 45px;
    height: 45px;
}

#blog-details .blog-header .blog-info .details-box .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#blog-details .blog-header .blog-info .details-box span {
    line-height: 45px;
}

#blog-details .video-box {
    width: 100%;
    max-width: 1050px;
    height: auto;
}

#blog-details .video-box video {
    width: 100%;
    height: 100%;
}

.comment-box form {
    max-width: 700px;
}

.comment-box form input {
    height: 36px;
}

.comment-box form .form-control::placeholder {
    font-size: 16px;
    color: var(--color2);
}

.comment-box .title {
    position: relative;
}

.comment-box .title .inner-box {
    background: #F7F8FA;
    display: inline-block;
}

.comment-box .title:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: var(--color1);
    top: 50%;
    transform: translateY(50%);
    right: 0;
    left: 0;
    z-index: -9;
}

.search-box {
    position: relative;
    max-width: 600px;
}

.search-box .form-control {
    background: #F0F0F1;
    height: 42px;
    padding: 5px 40px;
    font-size: 16px;
    box-shadow: none;
}

.search-box .form-control::placeholder {
    font-size: 13px;
    color: var(--color2);
    font-weight: bold;
}

.search-box .btn {
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.card-header .main-btn,
.card-header .btn-block {
    position: relative;
    cursor: pointer;
    padding-left: 55px !important;
    text-align: right !important;
}

.card-header .main-btn i,
.card-header .btn-block i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.card-header .main-btn i:before,
.card-header .btn-block i:before {
    transition: var(--tran) !important;
}

.card-header .main-btn.collapsed i:before,
.card-header .btn-block.collapsed i:before {
    content: '\f0fe' !important;
    color: var(--color1);
}

.card-header .main-btn i:before,
.card-header .btn-block i:before {
    content: '\f146';
    color: var(--color2);
}

.contact-page .blue-box {
    min-height: auto;
}

.contact-page .blue-box .form-control {
    border: 1px solid #EBEBEB !important;
}

.contact-page .blue-box textarea {
    min-height: 224px;
}

.contact-page .contact-box {
    max-width: 800px;
}

.contact-page .contact-box .box-main3 {
    border-radius: 50px 8px 8px 8px;
}

.contact-page .contact-box svg {
    max-width: 30px;
}


/* cv form */
.cv-page .blue-box {
    min-height: auto;
}

.cv-page .blue-box .form-control {
    border: 1px solid #EBEBEB !important;
}

.cv-page .blue-box textarea {
    min-height: 150px;
}

.cv-page .contact-box {
    max-width: 800px;
}

.cv-page .contact-box .box-main3 {
    border-radius: 50px 8px 8px 8px;
}

.cv-page .contact-box svg {
    max-width: 30px;
}

/**\
 **		Owl Carousel v2.3.4
 **		Copyright 2013-2018 David Deutsch
 **		Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
\**/
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 15px;
    height: 15px;
    background: transparent;
    margin: 0 10px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.owl-dots {
    bottom: 30px;
    right: 50%;
    text-align: center;
    position: absolute;
    transform: translateX(50%);
}

@media (max-width: 991.98px) {
    .owl-dots {
        bottom: 45px;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 15px;
    height: 15px;
    background: transparent;
    margin: 0 2px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.owl-carousel .owl-nav button.owl-next.active,
.owl-carousel .owl-nav button.owl-prev.active,
.owl-carousel button.owl-dot.active {
    background: #ffffff;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.sp-loading {
    text-align: center;
    max-width: 270px;
    padding: 15px;
    border: 5px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    color: #888;
}

.sp-wrap {
    border-radius: var(--rounded) !important;
    position: relative;
    margin: 0;
    float: none;
    max-width: 100%;
}

/* Thumbnails */
.sp-thumbs {
    text-align: center;
    display: -block;
}

.sp-thumbs img {
    min-height: 105px;
    min-width: 105px;
    max-width: 105px;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
    width: 105px;
    border: 1px solid #D8D5D5;
    height: 105px;
    border-radius: var(--rounded) !important;
    margin: 15px 3px;
    overflow: hidden;
    opacity: 0.9;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.sp-thumbs a:hover {
    opacity: 1;
}

/* Styles for the currently selected thumbnail */
.sp-thumbs a:active,
.sp-current {
    opacity: 1 !important;
    position: relative;
}

/* Image currently being viewed */
.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    right: 0;
}

.sp-large a img {
    max-width: 100%;
    height: auto;
}

.sp-large a {
    display: block;
}

/* Panning Zoomed Image */
.sp-zoom {
    position: absolute;
    right: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
}

/* Lightbox */
.sp-lightbox {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    background: rgba(0, 0, 0, 0.9);
    z-index: 500;
    display: none;
    cursor: pointer;
}

.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff;
}

#sp-prev,
#sp-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: 0.2s;
}

#sp-prev {
    right: 10px;
}

#sp-prev:before {
    content: '';
    border: 7px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    top: 16px;
    right: 7px;
}

#sp-next {
    left: 10px;
}

#sp-next:before {
    content: '';
    border: 7px solid transparent;
    border-right: 15px solid white;
    position: absolute;
    top: 16px;
    right: 18px;
}

#sp-prev:hover,
#sp-next:hover {
    background: #444;
}

/* Tweak styles for small viewports */
@media screen and (max-width: 400px) {
    .sp-wrap {
        margin: 0 0 15px 0;
    }

    #sp-prev,
    #sp-next {
        top: auto;
        margin-top: 0;
        bottom: 25px;
    }
}

.owlgallery-box,
.owlgallery-box1 {
    max-width: 1000px;
    margin: 0 auto;
}

.owlgallery-box .owl-stage-outer,
.owlgallery-box1 .owl-stage-outer {
    margin-bottom: 30px;
}

.owlgallery-box .owl-stage-outer .img-box,
.owlgallery-box1 .owl-stage-outer .img-box {
    width: 100%;
    height: 500px;
    border-radius: var(--rounded) !important;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .owlgallery-box .owl-stage-outer .img-box,
    .owlgallery-box1 .owl-stage-outer .img-box {
        height: 300px;
    }
}

.owlgallery-box .owl-stage-outer .img-box img,
.owlgallery-box1 .owl-stage-outer .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.owlgallery-box #slide1 .img-box,
.owlgallery-box1 #slide1 .img-box {
    height: 600px !important;
}

.owlgallery-box .thumbnails .img-box,
.owlgallery-box1 .thumbnails .img-box {
    width: 100%;
    height: 165px;
}

@media (max-width: 566.98px) {
    .owl-resp-dots .owl-dots {
        bottom: -35px;
    }

    .owl-resp-dots .owl-next,
    .owl-resp-dots .owl-prev,
    .owl-resp-dots .owl-dot {
        border: 1px solid #9F9F9F !important;
    }

    .owl-resp-dots .owl-next.active,
    .owl-resp-dots .owl-prev.active,
    .owl-resp-dots .owl-dot.active {
        background: var(--color2) !important;
    }
}

#collapseFour .level-item,
#amoozesh .level-item {
    width: 16px;
    height: 16px;
    border: 1px solid #FAA61A !important;
    transform: rotate(145deg);
    display: inline-block;
    line-height: 16px;
    padding: 0;
    margin: 0 2px;
    border-radius: 5px;
}

#collapseFour .level-item.level,
#amoozesh .level-item.level {
    background: var(--color3);
}

#collapseFour .need-content .img-box,
#amoozesh .need-content .img-box {
    width: 100%;
    height: 172px;
}

#collapseFour .need-content .img-box img,
#amoozesh .need-content .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ware_select_none{
    display: none;
}

#search_ul .hover{
    background-color: #95a5a6;
    cursor: pointer;
    border-radius: 2px;
    color: white;
    padding: 10px;
}

.search-li{
    padding: 5px;
}

#mainpage .maincontent #mobile-services2 {    
    background-image: url(../img/sell-bg.webp) --tran;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 250px 0;
    position: relative;
    background-position: center;
    margin: -191px auto;
}

#mainpage .maincontent .services-box2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 760px;
    background: #FAA61A !important;
    transform: skewY(-7.58deg);
    
}

#mainpage .maincontent .services-box2 .service-box2 .border-box:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 410px;
    height: 410px;
    border: 3px solid #FAA61A !important;
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    #mainpage .maincontent .services-box2 .service-box2 .border-box:before {
        width: 131px;
        height: 131px;
    }
}

.blog_body{
    font-family: IRANSansx !important;
}

.blog_body img{
    width: 100%;
    height: auto;
    
}

.lineh-30{ line-height: 30px !important;}
.lineh-40{ line-height: 40px !important;}

.consulting{
    /* background-color: #fff;
    border-radius: 10px;
    padding: 10px; */
}

.consulting input, .consulting select{
    height: 39px;
    font-size: 15px;
}

.consulting .nice-select {
    border: 1px solid #D8D5D5 !important;
    border-radius: var(--rounded) !important;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}

.shoab{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.heading{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.episode_number{
    background-color: orange; width: 35px; height: 35px; text-align: center; border-radius: 50%; color: #fff !important; font-size: 20px
}
.font-12{ font-size: 12px!important;}
.font-13{ font-size: 13px!important;}
.font-14{ font-size: 14px!important;}

.font-12 p{ font-size: 12px!important;}
.font-13 p{ font-size: 13px!important;}
.font-14 p{ font-size: 14px!important;}

.radius-10{ border-radius:10px !important}

ul.quick-menu li{
    list-style-type: disc;
    margin-bottom: 10px;
    font-size: 16px;    
}


.avatar{
    border-radius: 50%;
    padding: 5px;
    border: 3px solid #fff;
    background-color: #eee;
}

.avatar-50{
    width: 50px;
    height: 50px;  
    padding: 1px;  
}

.avatar-80{
    width: 50px;
    height: 50px;    
}


.avatar-80{
    width: 80px;
    height: 80px;    
}

.avatar-100{
    width: 100px;
    height: 100px;    
}

.avatar-150{
    width: 150px;
    height: 150px;    
}

.avatar-200{
    width: 200px;
    height: 200px;    
}

.verical-center{
    margin-top: auto;
    margin-bottom: auto;
}

.text-8 {
    font-size:.5rem !important;
   }
   .text-9 {
    font-size:9px !important;
   }
   .text-10 {
    font-size:10px !important;
   }
   .text-11 {
    font-size:11px !important;
   }
   .text-12 {
    font-size:12px !important;
   }
   .text-13 {
    font-size:13px !important;
   }
   .text-14 {
    font-size:14px !important;
   }
   .text-15 {
    font-size:15px !important;
   }
   .text-17 {
    font-size:1.0625rem !important;
   }
   .text-19 {
    font-size:1.1875rem !important;
   }
   .text-21 {
    font-size:1.3125rem !important;
   }
   .text-22 {
    font-size:1.375rem !important;
   }
   .text-25 {
    font-size:1.5625rem !important;
   }
   .text-26 {
    font-size:1.625rem !important;
   }
   .text-27 {
    font-size:1.6875rem !important;
   }
   .text-28 {
    font-size:1.75rem !important;
   }
   .text-33 {
    font-size:2.0625rem !important;
   }
   .text-35 {
    font-size:2.1875rem !important;
   }
   .text-45 {
    font-size:2.8125rem !important;
   }
   .text-50 {
    font-size:3.125rem !important;
   }
   .text-56 {
    font-size:3.5rem !important;
   }
   .text-63 {
    font-size:3.9375rem !important;
   }
   .text-xs {
    font-size:.75rem;
    line-height:1rem !important;
   }
   .text-sm {
    font-size:.875rem;
    line-height:1.25rem !important;
   }
   .text-base {
    font-size:1rem;
    line-height:1.5rem !important;
   }
   .text-lg {
    font-size:1.125rem !important;
   }
   .text-lg,
   .text-xl {
    line-height:1.75rem !important;
   }
   .text-xl {
    font-size:1.25rem !important;
   }
   .text-2xl {
    font-size:1.5rem;
    line-height:2rem !important;
   }
   .text-3xl {
    font-size:1.875rem;
    line-height:2.25rem !important;
   }
   .text-4xl {
    font-size:2.5rem !important;
   }
   .text-5xl {
    font-size:3rem;
    line-height:1 !important;
   }
   .text-6xl {
    font-size:3.75rem;
    line-height:1
   }
  
  .font-normal {
    font-weight:400 !important;
   }
   .font-medium {
    font-weight:500 !important;
   }
   .font-semibold {
    font-weight:600 !important;
   }
   .font-bold {
    font-weight:700 !important;
   }
   .font-extrabold {
    font-weight:800 !important;
   }
   .font-black {
    font-weight:900 !important;
   }
  
   .no-wrap{ white-space: nowrap !important;}
  
   .cursor{ cursor: pointer;}

  .cv-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .minw-150{ min-width: 150px !important;}  
  .minw-200{ min-width: 200px !important;}


  .hi-dropbtn {
    background-color: #F7F8FA;
    /* color: white; */
    /* padding: 16px; */
    font-size: 13px;
    border: none;
  }
  
  .hi-dropdown {
    position: relative;
    display: inline-block;
  }
  
  .hi-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99999;
  }
  
  .hi-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .hi-dropdown-content a:hover {background-color: #ddd;}
  
  .hi-dropdown:hover .hi-dropdown-content {display: block;}
  
  .hi-dropdown:hover .hi-dropbtn {}
