html {
    font-size: 62.5%;
    line-height: 1.4;
}

/* Global Font */
body, input, textarea {
    font-family: IRANSans, tahoma;
}

body {
    direction: rtl;
    text-align: right;
    font-size: 1.4rem;
}

a, a:before, a:after, input[type="submit"], .btn {
    transition: all .2s ease;
}

ol, ul {
    padding: 0;
}

/* Font Face */
@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 400;
    src: url('../bootstrap/fonts/IRANSansWeb.woff2') format('woff2');
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 700;
    src: url('../bootstrap/fonts/IRANSansWebB.woff2') format('woff2');
}

/* Font Sizes & Utilities */
.fs-13 {font-size: 1.3rem;}
.fs-14 {font-size: 1.4rem !important;}
.fs-16 {font-size: 1.6rem;}
.fs-18 {font-size: 1.8rem;}
.fs-30 {font-size: 3rem;}
.fwl {font-weight: 400 !important;}
.fwb {font-weight: 700 !important;}
.mb-6 {margin-bottom: 6rem;}

/* Navbar */
.navbar {
    box-shadow: 0 0 4px #909193;
    font-size: 16px;
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
    position: relative;
    z-index: 999;
}

.navbar .nav-link {margin-right: 1.2rem;}
.navbar a {color: #4a4a4a !important;}
.nav-link {padding-top: .3rem;}
.navbar a:not(.btn):hover {color: #00c0f3 !important;}
.navbar .btn {color: #FFF !important;}

.fadeInDown {
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 3px 8px rgba(0,0,0,0.13);
    animation-name: fadeInDown;
    animation-duration: .7s;
}

.mt {margin-top: 100px;}
.btn.pluse::before {
    content: '';
    background: url(./../images/pluse.png) no-repeat center;
    width: 16px;
    height: 24px;
    margin-left: .5rem;
    float: right;
}

/* Slider */
.head.carousel img {
    max-height: 600px;
    object-fit: cover;
}
.head .carousel-indicators {right: auto;}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid #5f5f5f;
    border-radius: 50%;
}
.carousel-indicators .active {background-color: #5f5f5f;}
.head .carousel-caption {bottom: 10rem;}
.slide-title {color: #003e49;}
.slide-desc {color: #7a7a7a; font-size: 2.4rem;}

.description {color: #595959; line-height: 2;}
.section-title {color: #595959;}
.section-title span, .join-us h1 span, .slide-title span {color: #00c0f3;}

.section-title2 {color: #595959;}
.section-title2 span, .slide-title2 span {color: #fff;}

.btn-secondary {
    background-color: #FFF !important;
    color: #00c0f3 !important;
    border: 0;
}

/* Testimonial */
.testimonial {padding-bottom: 5rem;}
.testimonial .carousel-caption {position: static;}
.testimonial .carousel-indicators {bottom: 5px;}

.testimonial .bg-light {
    background-color: #e9e9e9 !important;
    border-radius: .4rem;
    position: relative;
}

.testimonial .bg-light::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #e9e9e9;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial .slide-title {color: #595959;}
.testimonial .slide-desc {
    line-height: 1.8;
    text-align: justify;
    color: #595959;
}

/* Join Us Sections */
.join-us, .join-us2, .join-us3 {
    width: 100%;
    padding: 13rem 0;
    color: #FFF;
}

.join-us {background: url(../images/bg.png) no-repeat center/cover;}
.join-us2 {background: url(../images/08.jpg) no-repeat center/cover;}
.join-us3 {
    background-image: linear-gradient(147deg, #0495bb 0%, #9acf40 94%);
}

.join-us .malisoft {font-size: 4rem;}

/* Inputs */
.newsletter input, .newsletter textarea {
    height: auto;
    border-color: #dedede;
    background-color: #fcfcfc;
    border-radius: .6rem;
    font-weight: 400;
}

/* Buttons */
.btn-primary {
    background-color: #00c0f3 !important;
    border: unset;
}
.btn-primary:hover {
    background-color: #0495bb !important;
    color: #FFF !important;
}

.btn-primary2 {
    background-color: #a0cb57 !important;
    border: unset;
}

.btn-primary2:hover {
    background-color: #9acf40 !important;
    color: #FFF !important;
}

/* Footer */
.footer {
    background-color: #4a4a4a;
    width: 100%;
    color: #FFF;
    padding: 2.5rem 0;
}

.social {padding: 0; margin: 0;}
.social li {
    float: right;
    margin-left: 2rem;
}
.social li a {
    width: 31px;
    height: 31px;
    display: block;
}
.social li a:hover {opacity: 0.7;}

.social li a.item01 {background: url(../images/social/item01.png) no-repeat center;}
.social li a.item02 {background: url(../images/social/item02.png) no-repeat center;}
.social li a.item03 {background: url(../images/social/item03.png) no-repeat center;}
.social li a.item04 {background: url(../images/social/item04.png) no-repeat center;}
.social li a.item05 {background: url(../images/social/item05.png) no-repeat center;}
.social li a.item06 {background: url(../images/social/item06.png) no-repeat center;}
.social li a.item07 {background: url(../images/social/item07.png) no-repeat center;}

/* Media Queries */
@-ms-viewport {width: device-width;}

@media screen and (max-width: 1140px) {
    .navbar {
        padding-top: .7rem;
        padding-bottom: .7rem;
        font-size: 14px;
    }
    .navbar-nav {padding: 0;}
    .navbar-nav .nav-link {
        border-top: 1px solid rgba(0,0,0,0.1);
    }
}

@media screen and (max-width: 576px) {
    .head.carousel img {height: 300px;}
    .fs-30 {font-size: 2.4rem;}

    .join-us {padding: 8rem 0 6rem;}
    .join-us .malisoft {font-size: 2.6rem;}
    .join-us a {margin: 0 auto 2rem;}

    .footer {padding-bottom: 1.5rem;}
    .footer .float-left, .footer .float-right {
        float: none !important;
        display: inline-block;
        text-align: center;
        margin: .5rem auto !important;
        width: 100%;
    }

    .social li {
        float: none;
        margin-left: 1rem;
        display: inline-block
    }

    .nav-link {padding-top: .5rem; padding-bottom: .8rem;}
    .fadeInDown {padding-top: .2rem; padding-bottom: .2rem;}
}

/* Keyframes */
@keyframes fadeInDown {
    from {
        opacity: 1;
        transform: translate3d(0,-100%,0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

/* ---------------------- Pricing Table ---------------------- */

.price-col {
    float: left;
    width: 33.3%;
    padding: 50px;
    box-sizing: border-box;
}

.price-box {
    background: #fff;
    color: #555;
    list-style-type: none;
    margin: 0;
    padding: 0;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.38);
}

.best {
    border: 5px solid rgba(252,136,136,0.7);
}

.best .price-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.price-header {
    padding: 25px;
    background-color: #424242;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.price-header:after,
.price-header:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-top-color: #424242;
    border-width: 15px;
    margin-left: -15px;
}

.price-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .18em;
}

.price-title2 {
    color: #424242;
    font-size: 18px;
    font-weight: 700;
}

.currency {
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
    color: rgb(163,163,163);
}

.value {
    font-size: 100px;
    color: #fff;
    font-weight: bold;
}

.duration {
    color: rgb(163,163,163);
    font-size: 12px;
}

.price-text {
    color: rgb(163,163,163);
    line-height: 1.286;
}

.price-list {margin-top: 20px;}

.price-list li {
    padding: 16px;
    margin: 0 30px;
    color: #c0c0c0;
    border-bottom: 1px solid #e2e2e2;
}

.price-list li:last-child,
.price-list li:nth-child(4) {
    border: none;
}

.price-list li:last-child {
    padding-left: 0;
    padding-right: 0;
}

.price-list li strong {
    color: #424242;
}

.button-1 {
    font-weight: 700;
    color: #f44107;
    background-color: #fff;
    border: 1px solid #f44107;
    padding: 15px;
    border-radius: 30px;
    text-decoration: none;
    display: block;
}

.button-2 {
    font-weight: 700;
    color: #fff;
    background-color: #00c0f3;
    padding: 10px;
    border-radius: 30px;
    text-decoration: none;
    display: block;
}

.button-2:hover {
    background-color: #0495bb;
    color: white;
    border: 3px solid #424242;
}

@media(max-width:768px) {
    .price-col {width: 100%;}
}

@media (min-width: 800px) {
    .price-col {padding: 10px;}
}

@media (max-width:1024px) {
    .price-col {padding: 10px;}
}

/* ---------------------- Dropdown Menu ---------------------- */

.m-dropdown {
    margin: 50px auto;
    width: 300px;
}

.m-dropdown .e-button {
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
    font-size: 1.4rem;
    padding: 8px 40px 8px 15px;
    color: #00c0f3;
    font-weight: 900;
    background: #1b1b1b;
    width: 200px;
    margin: 0 auto;
    position: relative;
}

.m-dropdown .e-button:hover {
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    color: #00c0f3;
}

.m-dropdown .e-button .e-burger {
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 14px;
    transform: translateY(-50%);
}

.m-dropdown .e-button .e-burger span {
    transition: all 0.2s;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    border-radius: 2px;
}

.m-dropdown .e-button.open {
    background: #1b1b1b;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.m-dropdown .e-button.open .e-burger span:nth-child(2) {
    transform: translateY(-50%) rotate(-45deg);
}
.m-dropdown .e-button.open .e-burger span:nth-child(3) {
    transform: translateY(-50%) rotate(45deg);
}

.m-dropdown .e-list {
    border-radius: 5px;
    background: #424242;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.m-dropdown .e-list li a {
    padding: 15px;
    color: #fff;
    font-weight: 600;
    display: block;
    transition: .3s;
}

.m-dropdown .e-list li a:hover {
    background: #fff;
    color: #111;
}

/* ---------------------- Customers Slider ---------------------- */

.blog-slider {
    width: 95%;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0 14px 80px rgba(34,35,58,0.2);
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all .3s;
}

@media screen and (max-width: 992px) {
    .blog-slider {max-width: 680px;}
}
@media screen and (max-width:768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto;
    }
}

.blog-slider__item {
    display: flex;
    align-items: center;
}

.blog-slider__img {
    width: 300px;
    height: 300px;
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
}

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