/*------------------------------Import Font-----------------------------------*/
@font-face {
    font-family: sans-light;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/IRANSans5/light/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/IRANSans5/light/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/IRANSans5/light/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSans5/light/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSans5/light/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: sans-normal;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSans5/normal/IRANSansWeb(FaNum).eot');
    src: url('../fonts/IRANSans5/normal/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/IRANSans5/normal/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSans5/normal/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSans5/normal/IRANSansWeb(FaNum).ttf') format('truetype');
}
@font-face {
    font-family: sans-bold;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IRANSans5/bold/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/IRANSans5/bold/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/IRANSans5/bold/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSans5/bold/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSans5/bold/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
    font-family: sans-black;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IRANSans5/black/IRANSansWeb(FaNum)_Black.eot');
    src: url('../fonts/IRANSans5/black/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/IRANSans5/black/IRANSansWeb(FaNum)_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSans5/black/IRANSansWeb(FaNum)_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSans5/black/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
}
/*------------------------ Template override --------------------------*/
#sp-header{
    box-shadow: none;
    background: none;
}
#sp-header.header-sticky,
#sp-header.lg-header.header-sticky{
    background-color: white;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.sp-megamenu-parent>li.sp-has-child>a:after, .sp-megamenu-parent>li.sp-has-child>span:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    font-size: 1.4em;
    transform: translateY(6px);
}
.logo-image-phone{
    height: 50px !important;
}
.offcanvas-menu .offcanvas-inner{
    padding-top: 0;
}
.offcanvas-menu .mod-menu{
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.offcanvas-menu .mod-menu>li:not(:last-child){
    padding-bottom: 10px;
    border-bottom: 1px rgba(var(--black-200-rgb), .2) solid;
}
.offcanvas-menu .mod-menu__sub{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li span{
    padding-right: 8px;
    padding-left: 8px;
}
body.rtl .sp-megamenu-parent,
.sp-megamenu-wrapper{
    width: 100%;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items>li>a,
.sp-megamenu-parent .sp-mega-group>li>a{
    display: block;
    margin-bottom: 10px;
    background-color: rgba(var(--black-200-rgb), .06);
    border-radius: 5px;
    padding: 4px 8px;
    transition: background-color .3s linear, color .2s linear;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items>li>a:hover,
.sp-megamenu-parent .sp-mega-group>li>a:hover,
.sp-megamenu-parent .sp-mega-group>li>a[aria-current]{
    background-color: var(--orange-200);
    color: white;
}
.sp-megamenu-parent>li{
    text-align: right;
}
/*------------------------ Variables --------------------------*/
:root {
    --orange-10: #fff7f5;
    --orange-10-rgb: 255,247,245;

    --orange-200: #ff592d;
    --orange-200-rgb: 255,89,45;

    --orange-400: #e4461c;
    --orange-400-rgb: 228,70,28;

    --black-200: #7a7a7a;
    --black-200-rgb: 122,122,122;

    --black-400: #2c2a20;
    --black-400-rgb: 44,42,32;

    --bs-body-font-family: "sans-normal",sans-serif;
    --bs-body-line-height: 1.9;
    --bs-body-font-size: .94rem;
}

h1,.h1{
    font-family: 'sans-black', serif;
    line-height: 1.5;
}
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
    font-family: 'sans-bold', serif;
    line-height: 1.5;
}

.section-desc{
    font-family: "sans-light",sans-serif;
    color: var(--black-200);
}
/*----- Buttons -----*/
.sh-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in;
    gap: 6px;
}
.sh-btn-primary{
    border-radius: var(--bs-border-radius-pill);
    background-color: var(--orange-200);
    color: white !important;
    padding: 18px 37px;
}
.sh-btn-primary:hover{
    background-color: var(--orange-400);
}
.sh-btn-secondary{
    border-radius: var(--bs-border-radius-pill);
    background-color: white;
    color: var(--orange-200);
    padding: 24px 40px;
}
.sh-btn-secondary:hover{
    background-color: var(--orange-400);
    color: white;
}
.sh-btn-white-border{
    border-radius: var(--bs-border-radius-pill);
    color: white;
    padding: 24px 40px;
    border: 2px rgba(255,255,255, .5) solid;
}
.sh-btn-white-border:hover{
    color: white;
    border-color: rgba(255,255,255, 1);
    gap: 12px;
}
.sh-btn-icony{
    color: black !important;
    gap: 15px;
}
.sh-btn-icony>.icon{
    border-radius: 50%;
    background-color: white;
    color: var(--orange-200);
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    transition: all .3s ease-in;
}
.sh-btn-icony:hover>.icon{
    background-color: var(--orange-200);
    color: white;
}
/*----- Text colors -----*/
.sh-color-orange-200{
    --bs-text-opacity: 1;
    --bs-link-hover-color-rgb: var(--orange-200-rgb);
    color: rgba(var(--orange-200-rgb), var(--bs-text-opacity));
}
.sh-color-orange-400{
    --bs-text-opacity: 1;
    --bs-link-hover-color-rgb: var(--orange-400-rgb);
    color: rgba(var(--orange-400-rgb), var(--bs-text-opacity));
}
.sh-color-black-200{
    --bs-text-opacity: 1;
    --bs-link-hover-color-rgb: var(--black-200-rgb);
    color: rgba(var(--black-200-rgb), var(--bs-text-opacity));
}
.sh-color-black-400{
    --bs-text-opacity: 1;
    --bs-link-hover-color-rgb: var(--black-400-rgb);
    color: rgba(var(--black-400-rgb), var(--bs-text-opacity));
}
/*----- Background colors -----*/
.sh-bg-orange-10{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--orange-10-rgb), var(--bs-bg-opacity));
}
.sh-bg-orange-200{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--orange-200-rgb), var(--bs-bg-opacity));
}
.sh-bg-orange-400{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--orange-400-rgb), var(--bs-bg-opacity));
}
/*----- Borders colors -----*/
.sh-border-orange-200 {
    --bs-border-opacity: 1;
    border-color: rgba(var(--orange-200-rgb), var(--bs-border-opacity)) !important;
}
/*----- Shadow -----*/
.orange-shadow{
    box-shadow: 1px 1px 1px,rgba(var(--orange-200-rgb), .3);
}

/*----- Copyright -----*/
#sp-bottom-copyright{
    color: var(--black-200);
    font-size: 13px;
    font-family: "sans-light", sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
}
#sp-bottom-copyright .container-inner>.row{
    padding: 25px 0 0 0;
    border-top: 1px rgba(var(--black-200-rgb), .2) solid;
}
.icon-flasher{
    animation: pulseOpacity 1s infinite;
}
.jump-anim{
    animation: jump 5s ease-in-out infinite;
}

.jump-anim-2{
    animation: jump-2 5s ease-in-out infinite;
}
.ripple{
    animation: ripple 1s linear infinite;
}
@-webkit-keyframes pulseOpacity{
    0%{opacity:0.90}
    50%{opacity:0.4}
    100%{opacity:0.90}
}
@keyframes pulseOpacity
{0%{opacity:0.90}
    50%{opacity:0.4}
    100%{opacity:0.90}
}
@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}
@keyframes jump {
    0% {transform: translateY(3px);}
    50% {transform: translateY(-30px);}
    100% {transform: translateY(3px);}
}
@keyframes jump-2 {
    0% {transform: translateY(-40px);}
    40% {transform: translateY(10px);}
    100% {transform: translateY(-40px);}
}
@keyframes transform{
    0% {transform: translateY(0);}
    50% {transform: translateY(20px);}
}
@keyframes transform-2{
    0% {transform: translateY(20px);}
    50% {transform: translateY(0);}
    100% {transform: translateY(20px);}
}
#footer-consult{
    background-color: var(--orange-200);
    border-radius: 25px;
    padding: 45px 55px;
    margin-bottom: -130px;
}
.consult-phone-icon{
    width: 56px;
    height: 56px;
}
#sp-footer{
    padding-top: 200px;
    padding-bottom: 80px;
    background-image: url("../images/general/footer-bg.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#sp-footer .row{
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 1.5rem;
}
.footer-module-title:after{
    content: "";
    width: 100px;
    height: 2px;
    background-color: var(--orange-200);
    display: block;
    margin-top: 20px;
}
/*----- About -----*/
.about-1{
    width: 65%;
}
.about-2{
    width: 85%;
}
#about-bg{
    background: url("../images/home/bg-about.webp") no-repeat center center;
    background-size: contain;
}
#aboutSticker{
    position: absolute;
    top: 32%;
    left: 45px;
    width: 125px;
    box-shadow: 0 0 5px 1px rgba(var(--orange-200-rgb), .15);
}
@media (min-width: 576px) {
    #topContact{
        font-size: 1.25rem!important;
    }
}
@media (max-width: 767px) {
    #sp-bottom-copyright{
        text-align: center;
    }
}
@media (max-width: 575px) {
    #sp-header .container-inner>.row{
        --bs-gutter-x: 0.25rem;
    }
    .logo-image-phone{
        height: 40px !important;
    }
    #footer-consult{
        padding: 25px;
    }
    #aboutSticker {
        top: 14%;
        left: 5%;
    }
}
@media (max-width: 359px) {
    #sp-logo .logo{
        display: none;
    }
}
