﻿@import url("fonts.css");

/* ========================================
    General
======================================== */
body {
    font-family: shabnam, IRANSans, Tahoma;
    font-size: 16px;
    color: #545454;
    line-height: 2;
}

main {
    padding-top: 65px; /*115px;*/
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

    a:hover {
        color: #dd2527;
    }

h1, h2, h3, h4 {
    font-family: iranyekan, Tahoma;
    /*YekanBkh,*/
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

.ltr {
    direction: ltr;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.mb-7 {
    margin-bottom: 10rem !important;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pt-7 {
    padding-top: 8rem !important;
}

.rounded-circle {
    border-radius: 50%;
}

.no-list-style {
    list-style: none;
}

.width-20 {
    width: 20px;
}

.width-70 {
    width: 70px;
}

.text-white {
    color: #fff;
}

.text-gray-light {
    color: rgba(0,0,0,0.6);
}

.text-gray-dark {
    color: rgba(0,0,0,0.87);
}

.border-top-gray {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

label {
    cursor: pointer;
}

.btn-success {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.bottom-10 {
    bottom: 10px !important;
}

.text-bold {
    font-weight: bold;
}

.container-narrow {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:1200px) {
    .container-narrow {
        max-width: 767px;
        margin: auto;
    }
}

@media (min-width:576px) {
    .container-narrow {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container-narrow {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container-narrow {
        max-width: 960px
    }
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,0,0,.25)
}
/* ========================================
    Parseh
======================================== */
.text-parseh {
    color: #dd2527 !important;
}

.bg-parseh {
    background-color: #dd2527 !important;
}

.bg-parseh-light {
    background-color: #fff5f5;
}

.btn-parseh {
    background-color: #dd2527;
    color: #fff;
}

    .btn-parseh:hover {
        background-color: transparent;
        color: #dd2527;
        border-color: #dd2527;
    }

.btn-outline-parseh {
    color: #dd2527;
    border-color: #dd2527;
}

    .btn-outline-parseh:hover {
        color: #fff;
        background-color: #dd2527;
        border-color: #dd2527;
    }

.border-parseh {
    border-color: #dd2527 !important;
}

/* ========================================
    Text & Background
======================================== */
.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-28 {
    font-size: 28px !important;
}

.font-size-48 {
    font-size: 48px !important;
}

.font-iransanse {
    font-family: IRANSans !important;
}

.font-shabnam-thin {
    font-family: shabnam-thin !important;
}

.font-shabnam-medium {
    font-family: shabnam-medium !important;
}

.font-shabnam-bold {
    font-family: shabnam-bold !important;
}

.text-green {
    color: #2b9522;
}
/* ========================================
    Header & Footer
======================================== */
.navbar-nav {
    justify-content: flex-end;
}

    .navbar-nav .nav-link {
        color: #545454;
        font-size: 14px;
    }

        .navbar-nav .nav-link:hover {
            color: rgba(0,0,0,0.87);
        }

.nav-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}

.img-nav-logo {
    width: 67px;
}

.nav-login-btn {
    font-size: 14px;
    padding: 6px 10px;
    border: solid 1px rgba(0, 0, 0, 0.12)
}

    .nav-login-btn:hover {
        text-decoration: none;
        color: #dd2527;
        background-color: rgba(0,0,0,.04);
    }

.navbar-brand {
    font-size: 18px;
}

.footer .row {
    padding-top: 35px;
    padding-bottom: 35px;
}

.img-footer-logo {
    margin-right: 4px;
    filter: grayscale(100%);
    opacity: 0.7;
}

    .img-footer-logo img {
        width: 50px;
    }

.footer {
    border-top: 1px solid rgba(0,0,0,0.12);
    background-color: rgba(0,0,0,0.02);
}

    .footer a:hover {
        color: #dd2527;
    }
/* ========================================
    Override
======================================== */
.btn {
    font-size: inherit;
}

/* ========================================
    Others
======================================== */

.main-slide {
    background: url(../img/Avid.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 690px;
    text-align: center;
}

.main-slide-center-bg {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255,255,255,1));
}

.main-slide-title {
    position: absolute;
    top: 115px;
    width: 100%;
    text-align: center;
}

.link-more {
    border-radius: 8px;
    margin-top: 100px;
}

.bg-years {
    background: url(../img/25years.png) no-repeat center;
    height: 165px;
    font-size: 25px;
    margin-bottom: 35px;
    position: relative;
}

    .bg-years p {
        position: absolute;
        bottom: -5px;
        width: 100%;
        margin-bottom: 0;
    }

.icon-description {
    padding-right: 70px;
    padding-right: 0;
}

.items-wrapper {
    padding-top: 20px;
    margin-right: 0;
    margin-left: 0;
}

.dashed-connector {
    margin: 0 60px;
}

@media (min-width:1200px) {
    .dashed-connector {
        margin: 0 60px;
    }
}

@media (max-width:576px) {
    .dashed-connector {
        margin: 0 30px;
    }
}

.section-margin-bottom {
    margin-bottom: 100px;
}

.title-margin-top {
    margin-top: 70px;
}

.title-margin-bottom {
    margin-bottom: 70px;
}

.banner-middle-wrapper {
    position: relative;
    text-align: center;
    width: 100%;
    height: 375px;
}

.banner-middle-bg {
    background: url(../img/bg-webinar.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.banner-middle-cover {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.banner-middle-wrapper > * {
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
}

.banner-middle-wrapper p:first-child {
    padding-top: 70px;
}

.bg-steps {
    background: url('../img/bg-steps.png') no-repeat center 35px;
}

.inner-sidebar a {
    color: inherit;
}

    .inner-sidebar a:hover {
        text-decoration: none;
        color: rgba(0,0,0,0.87);
    }

.sticky-bottom {
    position: sticky;
    bottom: 0;
}

/* Avid Timeline */
.list-item-wrapper {
    margin-right: 13px;
}

    .list-item-wrapper > p {
        padding-right: 20px;
        text-indent: -20px;
        margin-bottom: 0;
    }

        .list-item-wrapper > p > span:last-child {
            float: left;
        }

@media (max-width:768px) {
    .list-item-wrapper > p > span:last-child {
        display: inline-block;
        float: none;
        width: 100%;
        text-align: left;
    }
}

.list-main-bullet {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 20px;
    margin-left: 15px;
}

.list-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #dd2527;
    margin-left: 10px;
}

.list-divider {
    width: 2px;
    border-radius: 1px;
    background-color: rgba(0, 0, 0, 0.12);
    margin-right: 17px;
}

    .list-divider.short-list-divider {
        height: 27px;
    }

    .list-divider.long-list-divider {
        height: 68px;
        margin-bottom: 10px;
    }

/* End Avid Timeline */

.registration-link-wrapper {
    margin-top: 200px;
    margin-bottom: 100px;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

@media (min-width: 768px) {
    .my-md-100 {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .my-md-150 {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    .mt-md-150 {
        margin-top: 150px;
    }

    .mb-md-150 {
        margin-bottom: 150px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mt-200 {
    margin-top: 200px;
}

.text-line-through {
    text-decoration: line-through;
}

.box-padding {
    padding: 100px 50px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.justify-content-around {
    justify-content: space-around;
}

.close-button {
    position: absolute;
    top: 7px;
    right: 15px;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 6px 2px;
    line-height: 1;
    border-radius: 5px;
    cursor: pointer;
}

    .close-button.mobile-version {
        top: 13px;
        right: 20px;
    }

.avid-box {
    margin: 0 50px 20px;
}

@media (max-width:768px) {
    .avid-box {
        margin: 0 20px 20px;
    }
}

.horizontal-divider {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: lightgrey;
    margin: 0 10px;
}

.flip-x {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}

.flip-y {
    transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
}
