@font-face {
    font-family: "iransans_bold";
    src: url(../fonts/iransansweb/bold/IRANSansWeb_FaNum__Bold.eot);
    src: url("../fonts/iransansweb/bold/IRANSansWeb_FaNum__Bold.eot") format("embedded-opentype"), url(../fonts/iransansweb/bold/IRANSansWeb_FaNum__Bold.woff) format("woff"),
    url(../fonts/iransansweb/bold/IRANSansWeb_FaNum__Bold.woff2) format("woff2");
}

@font-face {
    font-family: "iransans_medium";
    src: url(../fonts/iransansweb/medium/IRANSansWeb_FaNum__Medium.eot);
    src: url("../fonts/iransansweb/medium/IRANSansWeb_FaNum__Medium.eot") format("embedded-opentype"), url(../fonts/iransansweb/medium/IRANSansWeb_FaNum__Medium.woff2) format("woff2"),
    url(../fonts/iransansweb/medium/IRANSansWeb_FaNum__Medium.woff) format("woff");
}

@font-face {
    font-family: "iransans_regular";
    src: url(../fonts/iransansweb/regular/IRANSansWeb_FaNum_.eot);
    src: url("../fonts/iransansweb/regular/IRANSansWeb_FaNum_.eot") format("embedded-opentype"), url(../fonts/iransansweb/regular/IRANSansWeb_FaNum_.woff2) format("woff2"),
    url(../fonts/iransansweb/regular/IRANSansWeb_FaNum_.woff) format("woff");
}

body {
    background: #f5f5f5 !important;
    font-family: "iransans_regular" !important;
    font-weight: 300;
    direction: rtl;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5
{
    font-family: "iransans_bold" !important;
}
input,
textarea {
    font-family: "iransans_regular" !important;
}
* {
    outline: 0 !important;
}
li {
    list-style: none;
}
a {
    text-decoration: none !important;
}
body {
    direction: rtl;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}
.swiper-pagination {
    bottom: -100% !important;
    position: relative !important;
}
header {
    position: relative;
    z-index: 10000;
    border-top: 2px solid #303f9f;
}
.brand-slider-section,
.guide-section,
.steps-section {
    margin-top: 30px;
}
.header-phone {
    display: flex;
    justify-content: flex-end;
}
.phone-icon {
    background: #e7ebfd;
    padding: 12px 14px;
    border-radius: 4px;
    width: 45px;
    height: 45px;
    box-shadow: 0 0 3px 0 #e7ebfd;
}
.header-phone i {
    width: 17px;
    color: #303f9f;
}
.header-phone .phone-icon {
    background: #dee4fd;
}
.header-button {
    color: #c71212;
    border: 1px dashed #303f9f;
    font-size: 0.8rem;
    font-weight: 800;
    padding: 0 25px;
    line-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
    transition: 0.3s;
}
.header-button:hover {
    color: #fff;
    background: #303f9f;
}
.image-two {
    position: absolute;
    right: -13%;
    top: 0;
    z-index: 1;
}
.title-head {
    margin-bottom: 8px;
    font-weight: 900;
    color: #fff;
    font-size: 20px;
}
.text-head {
    font-size: 1rem;
    text-align: justify;
    color: #fff;
    font-weight: 400;
}
.send-index-form {
    border-radius: 10px;
    background: #fff;
    padding: 20px 50px;
    max-width: 450px;
    border-top: 5px solid #ffc931;
    border-bottom: 5px solid #ffc931;
    z-index: 2;
    position: relative;
    box-shadow: 0 1px 5px 0 #d8d8d8;
    width: 100%;
}
.gform_button {
    background-image: linear-gradient(-45deg, #ffc107 10%, #dba400 100%);
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 3px;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 5px;
    line-height: 2rem;
    transition: all 0.2s ease-in;
    font-size: 16px;
}
.gform_button::before {
    content: "";
    display: block;
    width: 0;
    height: 86%;
    position: absolute;
    top: 7%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 15px 3px #fff;
    transform: skewX(-20deg);
}
.gform_button:hover::before {
    animation: shine 0.5s 0 linear;
}
.gform_button:hover {
    text-decoration: none !important;
    color: #fff;
    background-image: linear-gradient(-45deg, #fabd06 10%, #b48701 100%);
    transition: all 0.2s ease-out;
}
.send-index-form input[type="text"],
.send-index-form textarea {
    width: 100%;
    padding: 1em;
    padding-right: 1em;
    line-height: 1.4;
    font-size: 0.8rem;
    font-weight: 400;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    color: #8a8a8a;
    border-radius: 3px;
    transition: all 0.35s ease-in-out;
}
.repairform input:focus,
.send-index-form input:focus {
    box-shadow: 0 0 3px 0 #5346d573;
}
.repairform select,
.send-index-form select {
    background-color: #f9f9f9;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    color: #b9b9b9;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 10px;
    width: 100%;
    outline: 0;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
}
.title-box-white {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.title-box-white h4 {
    font-size: 18px;
    font-weight: 900;
    color: #000;
}
.title-box-white h4 {
    color: #fff;
}
.title-box-white::before {
    content: "";
    height: 5px;
    width: 50px;
    background: #1d366547;
    margin: 20px auto;
    position: absolute;
    border-radius: 30px;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 30px;
}
.title-box-white::before {
    background: #ffffff6b;
}
.guide-icon {
    width: 60%;
    height: 110px;
    border-radius: 110px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
}
.guide-box {
    padding: 50px 30px 20px;
    box-shadow: 0 8px 15px #d0d0d0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
}
.guide-box h5 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
}
.guide-box p {
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
    color: #000;
}
.steps-section {
    padding: 40px 0;
    position: relative;
    background-image: linear-gradient(180deg, #051b34 10%, #02659d 100%);
    overflow: hidden;
    box-shadow: 0 0 5px 0 #301ca8;
}
.step-box {
    text-align: center;
    color: #fff;
}
.step-box i {
    font-size: 35px;
    margin-bottom: 20px;
}
.step-box h5 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 15px;
}
.step-box p {
    font-size: 14px;
    line-height: 24px;
}
.post {
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0;
    margin: 0;
    border-radius: 5px;
    transition: all 250ms ease 0;
    overflow: hidden;
    padding-bottom: 15px;
}
.post:hover {
    transform: translateY(-0.25rem);
    box-shadow: rgba(46, 41, 51, 0.08) 0 2px 4px, rgba(71, 63, 79, 0.16) 0 5px 10px;
}
.post img {
    width: 100%;
    object-fit: cover;
}
.articleslider {
    padding: 20px !important;
}
.post-name {
    color: #333;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
}
.post p {
    font-size: 14px;
    color: #333;
}
.post-image {
    margin-bottom: 15px;
    box-shadow: 0 0 3px 0 #868686;
    overflow: hidden;
}
.post-content {
    padding: 0 20px;
    text-align: center;
}
.titlebox-two {
    font-weight: 700;
    margin-bottom: 20px;
    padding-right: 20px;
    position: relative;
}
.last-section {
    background: #f4f5f9;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer {
    background-image: linear-gradient(180deg, #052134 10%, #023e9d 100%);
    position: relative;
    z-index: 6;
    overflow: hidden;
    box-shadow: 0 0 5px 0 #351784;
    padding-top: 40px;
}
.footer-title {
    font-family: 'iransans_bold' !important;
    position: relative;
    font-size: 0.9rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}
.footer-title::after {
    content: "";
    display: block;
    position: relative;
    margin: 7px 0 0;
    width: 100px;
    border-color: #ffc931 !important;
    height: 10px;
    border-top: 2px solid;
    border-top-color: currentcolor;
    z-index: 1;
}
.info-text {
    font-size: 18px;
    line-height: 38px;
}
p.about-us {
    color: #fff;
    padding-left: 55px;
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
}
.info-box i {
    color: #000;
    font-size: 1.8rem;
    margin-left: 15px;
}
.info-box {
    display: flex;
    align-items: center;
}
.info-text a,
.info-text h5 {
    color: #fff;
    font-size: 18px;
}
.info-text p {
    font-size: 13px;
    color: #fff;
}
.info-icon {
    height: 100%;
}
.footer-copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}
.shape-footer-right {
    position: absolute;
    top: 70%;
    z-index: -1;
    right: -9%;
    opacity: 0.1;
    transform: matrix(0, 1, -1, 0, 200, 0);
    transform: rotate(90deg);
}
.shape-footer-left {
    transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, -20.0463, 0, 0, 1) rotate(90deg);
    position: absolute;
    bottom: 60%;
    z-index: -1;
    left: -9%;
    opacity: 0.1;
}
.archive-about-box,
.contactinfo,
.faqbox,
.repairform,
.side-category,
.side-contacting {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 1px 10px #dedede;
    padding: 25px;
    text-align: right;
    background-color: #fff;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 100%;
}
.accordion-button,
.archive-about-box h1,
.archive-about-box h2,
.contactform h4,
.contactinfo h4,
.faqbox h1,
.faqbox h5,
.repairig-form h1,
.side-contacting h2 {
    font-size: 1rem;
    font-weight: 800;
    color: #6212c7;
    margin-bottom: 15px;
}
.archive-about-box p,
.repairig-form p {
    color: #333;
    font-weight: 400;
    font-size: 0.8rem;
    text-align: justify;
}
.blog-page,
.form-page {
    background: #f4f5f9;
}
.side-category h5 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #5912c7;
    position: relative;
    text-align: center;
}
.side-category h5::after {
    content: "";
    display: block;
    width: 40px;
    border-top: 2px solid #303f9f66;
    position: absolute;
    right: 0;
    top: 50%;
}
.cotegorybox,
.side-post-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 25px;
    transition: 0.3s;
    border-right: 2px solid transparent;
}
.side-post-name {
    justify-content: flex-start;
    padding: 8px 25px;
}
.cotegorybox:hover,
.side-post-name:hover {
    border-right: 2px solid #476aad73;
    background-color: #476aad08;
}
.cotegorybox .name,
.side-post-name {
    font-size: 0.75rem;
    font-weight: 500;
    padding-top: 3px;
    color: #484848;
    line-height: 17px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.cotegorybox .count {
    background: #e9edf6;
    padding: 2px 8px;
    font-size: 0.75rem;
    color: #476aad;
    align-self: center;
    border-radius: 3px;
}
.cotegorybox i,
.side-post i {
    margin-left: 5px;
}
.category-list {
    margin-top: 30px;
    position: relative;
    z-index: 10;
}
.side-category img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.side-category {
    overflow: hidden;
}
.post-name h1 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #303f9f;
}
.post-info {
    display: flex;
    align-items: center;
}
.post-category-box a {
    color: #303f9fad;
    font-size: 0.75rem;
    font-weight: 500;
    margin-left: 10px;
}
.post-category-box i {
    color: #303f9fad;
    font-size: 0.8rem;
    vertical-align: middle;
    margin-left: 5px;
}
.content-box p {
    font-size: 0.9rem;
    text-align: justify;
    font-weight: 400;
}
.form-submit {
    text-align: left;
}
.form-submit input {
    text-align: center;
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    background-image: linear-gradient(to top, #490d0d 10%, #9f3030 100%);
    box-shadow: 0 0 2px 0 #303f9f;
    color: #fff;
    border-radius: 3px;
    padding: 16px;
    border: none;
    cursor: pointer;
}
.side-contacting {
    text-align: center;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}
.info-text a {
    letter-spacing: 1px;
}
.custombox {
    background: #fff;
    border-radius: 7px;
    padding: 15px;
    box-shadow: 0 2px 4px 0 #000;
}
.accordion-button {
    border: none !important;
    background: #fff;
    box-shadow: 0 1px 10px #dedede;
    border-radius: 10px 10px 0 0 !important;
    margin-bottom: 0;
    text-decoration: none !important;
    margin-bottom: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background: #fff;
}
.accordion-item {
    margin-bottom: 20px;
    box-shadow: 0 1px 10px #dedede;
    border-radius: 10px !important;
    overflow: hidden;
}
.accordion-button {
    background: #fff;
}
.send-request {
    background: linear-gradient(140deg, #180946 0, #6f309f 50%, #460909 100%);
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin-top: 15px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.send-request i {
    background: #fff;
    color: #6d2bb3;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 30px;
}
.send-request a {
    font-weight: 500;
}
.accordion-button i {
    background: #e0e4ff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
}
.contact-info {
    display: flex;
    flex-wrap: wrap;
}
.contact-info a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border: 2px dashed #1026525c;
    margin: 10px;
    color: #162a61;
}
.calls-list a,
.calls-list i {
    color: #162a61;
}
.custom-shadow {
    box-shadow: 0 0 3px 1px hsl(0deg 0% 0% / 51%);
}
.mobile-bottom-navigation {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 90px;
    align-items: center;
    padding-top: 30px;
    display: none;
    z-index: 10000;
}
@media screen and (max-width: 776px) {
    .mobile-bottom-navigation {
        display: flex;
    }
}
.mobile-bottom-navigation {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 90px;
    align-items: center;
    padding-top: 30px;
    display: none;
    z-index: 10000;
}
@media screen and (max-width: 776px) {
    .mobile-bottom-navigation {
        display: flex;
    }
    .guide-icon {
        width: 70%;
    }
    .guide-box {
        padding: 25px 10px 0;
    }
    .guide-box h5 {
        font-size: 15px;
        font-weight: 700;
    }
}
.mobile-bottom-navigation i {
    font-size: 18px;
}
.mobile-bottom-navigation img {
    position: absolute;
    width: 100%;
    z-index: 1000;
    right: 0;
    top: 0;
}
.mobile-bottom-links {
    position: relative;
    width: 100%;
    z-index: 1001;
    right: 0;
    bottom: -3px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #f7f7f7;
    box-shadow: 0 -6px 7px 4px #00000010;
    height: 100%;
    padding: 10px;
}
.orderbox {
    background: linear-gradient(45deg, #ae0042 10%, #fc0201 100%);
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 150px;
    border-radius: 11px;
    padding: 5px;
    text-align: justify;
    font-size: 14px;
}
.index-slider .upperback {
    top: unset;
    height: 100%;
    clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
    padding: 0;
    position: absolute;
    width: 100%;
    border-radius: 32px;
    bottom: 0;
    margin: 0 -15px;
}
.index-slider .below-background {
    display: block;
    height: 100%;
    background-color: #f000;
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
    position: absolute;
    width: 100%;
    border-radius: 32px;
    padding: 0 15px;
}
.index-slider img {
    border-radius: 32px 50% 50% 32px;
    border-right: 15px solid #f7f7f7d9;
    width: 100%;
    position: relative;
    z-index: 2;
}
.rightindexsli a:hover,
.sendreqbtn:hover {
    color: #333;
    background: #fff;
}
.rightindexsli p {
    text-align: justify;
}
.rightindexsli strong {
    font-size: 25px;
    line-height: 55px;
    color: #fff;
    font-weight: 600;
    z-index: 10;
}
.rightindexsli {
    z-index: 1;
    display: flex;
    height: 100%;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.rightindexsli a,
.sendreqbtn {
    border: 2px solid #fff;
    color: #fff;
    transition: 0.3s;
}
.index-slider .below-background {
    display: block;
    height: 100%;
    background-color: #f000;
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
    position: absolute;
    width: 100%;
    border-radius: 32px;
    padding: 0 15px;
}
.index-slider .upperback {
    top: unset;
    height: 100%;
    background: linear-gradient(25deg, #033d64 10%, #5388e4 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 0;
    position: absolute;
    width: 100%;
    border-radius: 32px;
    bottom: 0;
    margin: 0 -15px;
}
.mobile-bottom-links a {
    width: 48%;
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
}
.sendreqbtnreverse {
    background: #920217;
    color: #fff;
}
@media only screen and (max-width: 567px) {
    .mobile-bottom-navigation {
        display: flex;
    }
    .index-slider .upperback {
        clip-path: none;
    }
    .rightindexsli {
        padding: 10px;
    }
    .index-slider img {
        border-radius: 32px 32px 50% 50%;
        border-bottom: 15px solid #f7f7f7d9;
        border-right: none;
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .index-slider .upperback {
        margin: 0;
    }
    .mobilereverses {
        flex-direction: column-reverse;
    }
    .rightindexsli {
        padding: 10px;
    }
    .index-slider .upperback {
        margin: 0;
    }
    .index-slider .upperback {
        clip-path: none;
    }
}
.features h5 {
    font-size: 25px;
    font-weight: 600;
}
.features p {
    line-height: 45px;
}

.location-box
{
    color: #fff;
    font-family: 'iransans_bold';
    font-size: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100px;
    box-shadow: 0px 1px 10px 0px hsl(353.01deg 92.79% 21.76% / 26%);
    background: linear-gradient(45deg, #4c494a 10%, #4e4e4e 100%);
    border-radius: 5px;
}
.custombox ul li {
    list-style: disc;
}

b, strong {
    font-weight: bold!important;
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.8rem!important;
    }
	    .h3, h3 {
        font-size: 1.60rem!important;
    }
	    .h4, h4 {
        font-size: 1.4rem!important;
    }
	    .h5, h5 {
        font-size: 1.3rem!important;
    }
	    .h6, h6 {
        font-size: 1.1rem!important;
    }
}