﻿@charset "utf-8";
/* CSS Document */

img {
		background : none !important;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none !important;
    list-style: none;
    box-sizing: border-box;
    direction: rtl;
}
/*-- -------- Font -------- --*/
@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/Shabnam-FD.eot');
    src: url('../fonts/Shabnam-FD.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Shabnam-FD.woff2') format('woff2'),
    url('../fonts/Shabnam-FD.woff') format('woff'),
    url('../fonts/Shabnam-FD.ttf') format('truetype'),
    url('../fonts/Shabnam-FD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
    font-family: Shabnam, Tahoma, sans-serif !important;
}

.main-bg {
    background-image: url("../img/web-background-light-8.jpg") !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.product {
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 10px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 3rem !important;
}

.farsi-digits {
    font-family: Shabnam, Tahoma, sans-serif !important;
}

.z-index-5 {
    z-index: 1000;
    background: rgba(255, 255, 255, 0.31) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}
/*-- -------- Header -------- --*/
.img-logo {
    width: 80px !important;
    max-height: 120px !important;
    height: auto !IMPORTANT;
}

a.text {
    font-size: .9rem;
    padding: 10px 8px !important;
}

.label-form {
    position: absolute;
    top: 20px;
    right: 15px;
    color: rgba(0, 0, 0, 0.3);
    transform-origin: right;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.input-form:focus ~ .label-form {
    color: #ef5661 !important;
}

.input-form:focus ~ .label-form, .input-form:valid ~ .label-form {
    top: 0;
    transform: scale(0.6, 0.6);
}

.input-form {
    font-size: 1rem;
    width: 70%;
    height: 2.7rem;
    border: none;
}

    .input-form:focus {
        outline: none;
    }

.after {
    width: 80%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.3);
    background: linear-gradient(to right, #ef5661 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: all 0.6s ease;
}

.input-form:focus ~ .after {
    background-position: 0 0;
}

button.btn-position {
    position: absolute;
    left: 55px;
    top: 18px;
    font-size: 1.4rem;
    padding: 0;
    opacity: .7;
    z-index: 1;
    background: none !important;
}

    button.btn-position:hover {
        color: #ef5661 !important;
        opacity: 1;
        background: none !important;
        box-shadow: none !important;
    }

    button.btn-position:focus {
        box-shadow: none;
    }
/*-- -------- Footer -------- --*/
.hover-facebook {
    border: 1px solid #264389 !important;
    color: #264389 !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

    .hover-facebook:hover {
        color: #fff !important;
        background-color: #264389 !important;
        border: 1px solid #264389 !important;
        transition: .5s all;
        box-shadow: 0 0 15px 0 #264389 !important;
    }

.hover-twitter {
    border: 1px solid #58CCFF !important;
    color: #58CCFF !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

    .hover-twitter:hover {
        color: #fff !important;
        background-color: #58CCFF !important;
        border: 1px solid #58CCFF !important;
        transition: .5s all;
        box-shadow: 0 0 15px 0 #58CCFF !important;
    }

.hover-linkedin {
    border: 1px solid #0077B5 !important;
    color: #0077B5 !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

    .hover-linkedin:hover {
        color: #fff !important;
        background-color: #0077B5 !important;
        border: 1px solid #0077B5 !important;
        transition: .5s all;
        box-shadow: 0 0 15px 0 #0077B5 !important;
    }

.hover-pinterest {
    border: 1px solid #E60023 !important;
    color: #E60023 !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

    .hover-pinterest:hover {
        color: #fff !important;
        background-color: #E60023 !important;
        border: 1px solid #E60023 !important;
        transition: .5s all;
        box-shadow: 0 0 15px 0 #E60023 !important;
    }

.hover-telegram {
    border: 1px solid #0088CC !important;
    color: #0088CC !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

    .hover-telegram:hover {
        color: #fff !important;
        background-color: #0088CC !important;
        border: 1px solid #0088CC !important;
        transition: .5s all;
        box-shadow: 0 0 15px 0 #0088CC !important;
    }

.hover-instagram {
    border: 1px solid #623628 !important;
    color: #623628 !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

    .hover-instagram:hover {
        color: #fff !important;
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        border: 1px solid #623628 !important;
        transition: .5s all;
        box-shadow: 0 0 15px 0 #285AEB !important;
    }

.hover-whatsapp {
    border: 1px solid #25D366 !important;
    color: #25D366 !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

    .hover-whatsapp:hover {
        color: #fff !important;
        background-color: #25D366 !important;
        border: 1px solid #25D366 !important;
        transition: .5s all;
        box-shadow: 0 0 15px 0 #25D366 !important;
    }

.hover-soroush {
    border: 1px solid #2A7E9A !important;
    color: #2A7E9A !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

    .hover-soroush:hover {
        color: #fff !important;
        background-color: #2A7E9A !important;
        border: 1px solid #2A7E9A !important;
        transition: .5s all;
        box-shadow: 0 0 15px 0 #2A7E9A !important;
    }

.hover-youtube {
    border: 1px solid #c4302b !important;
    color: #c4302b !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

    .hover-youtube:hover {
        color: #fff !important;
        background-color: #c4302b !important;
        border: 1px solid #c4302b !important;
        transition: .5s all;
        box-shadow: 0 0 15px 0 #c4302b !important;
    }

.hover-aparat {
    border: 1px solid #ED145B !important;
    color: #ED145B !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

    .hover-aparat:hover {
        color: #fff !important;
        background-color: #ED145B !important;
        border: 1px solid #ED145B !important;
        transition: .5s all;
        box-shadow: 0 0 15px 0 #ED145B !important;
    }

a.text-size {
    font-size: .8rem !important;
    color: #000000;
    text-decoration: none;
}

    a.text-size:hover {
        color: #ef5661 !important;
    }

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.page-wrapper .sidebar-wrapper, .sidebar-wrapper .sidebar-brand > a, .sidebar-wrapper .sidebar-dropdown > a:after, .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before, .sidebar-wrapper ul li a i, .page-wrapper .page-content, .sidebar-wrapper .sidebar-search input.search-menu, .sidebar-wrapper .sidebar-search .input-group-text, .sidebar-wrapper .sidebar-menu ul li a, #show-sidebar, #close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*----------------toggeled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
    right: 0;
    background-image: url("../img/bg1.jpg");
    background-repeat: round;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-right: 260px !important;
    }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
    position: fixed;
    right: 0;
    top: 10px;
    border-radius: 4px 0 0 4px;
    width: 35px;
    transition-delay: 0.3s;
    z-index: 10;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}
/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}

    .sidebar-wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-wrapper a {
        text-decoration: none;
    }
/*----------------sidebar-content----------------*/
.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}

    .sidebar-content.desktop {
        overflow-y: hidden;
    }
/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    text-align: right;
}

    .sidebar-wrapper .sidebar-brand > a {
        text-transform: uppercase;
        font-weight: bold;
        flex-grow: 1;
    }

    .sidebar-wrapper .sidebar-brand #close-sidebar {
        cursor: pointer;
        font-size: 20px;
    }

#close-sidebar:hover {
    cursor: pointer;
    color: #ef5661 !important;
}

#show-sidebar:hover {
    cursor: pointer;
    color: #ef5661 !important;
}
/*--------------------sidebar-header----------------------*/
.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
    text-align: right;
}

    .sidebar-wrapper .sidebar-header .user-pic {
        float: left;
        width: 60px;
        padding: 2px;
        border-radius: 12px;
        margin-right: 15px;
        overflow: hidden;
    }

        .sidebar-wrapper .sidebar-header .user-pic img {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

    .sidebar-wrapper .sidebar-header .user-info > span {
        display: block;
    }

    .sidebar-wrapper .sidebar-header .user-info .user-role {
        font-size: 12px;
    }

    .sidebar-wrapper .sidebar-header .user-info .user-status {
        font-size: 11px;
        margin-top: 4px;
    }

        .sidebar-wrapper .sidebar-header .user-info .user-status i {
            font-size: 8px;
            margin-right: 4px;
            color: #5cb85c;
        }
/*-----------------------sidebar-search------------------------*/
.sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
}
/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

    .sidebar-wrapper .sidebar-menu .header-menu span {
        font-weight: bold;
        font-size: 14px;
        padding: 15px 20px 5px 20px;
        display: inline-block;
    }

    .sidebar-wrapper .sidebar-menu ul li a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        position: relative;
        padding: 8px 30px 8px 20px;
    }

        .sidebar-wrapper .sidebar-menu ul li a i {
            font-size: 12px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
            float: right;
        }

        .sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
            display: inline-block;
            animation: swing ease-in-out 0.5s 1 alternate;
        }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
        font-family: "FontAwesome";
        font-weight: 900;
        content: "\f104";
        font-style: normal;
        display: inline-block;
        /* font-style: normal;*/
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        background: 0 0;
        position: absolute;
        left: 15px;
        top: 14px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
        padding: 5px 0;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
        padding-left: 25px;
        font-size: 13px;
    }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
            content: "\f111";
            font-family: "FontAwesome";
            font-weight: 400;
            font-style: normal;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-right: 10px;
            font-size: 8px;
        }

    .sidebar-wrapper .sidebar-menu ul li a span.label, .sidebar-wrapper .sidebar-menu ul li a span.badge {
        margin-left: 15px;
        margin-top: 10px;
        float: left;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge, .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
        margin: 0;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-submenu {
        display: none;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
        transform: rotate(-90deg);
        left: 17px;
    }
/*--------------------------side-footer------------------------------*/
.sidebar-footer {
    /*position: absolute;*/
    /*width: 100%;*/
    /*bottom: 0;*/
    display: flex;
    justify-content: flex-end;
}

    .sidebar-footer > a {
        position: relative;
        margin: 0 20px;
    }

        .sidebar-footer > a .notification {
            position: absolute;
            top: 0;
            right: 15px;
        }

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
    right: 12px;
}

    .badge-sonar:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 2px solid #980303;
        opacity: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        animation: sonar 1.5s infinite;
    }
/*--------------------------Back to top button------------------------------*/
.back-to-top {
    padding: 59px 10px 0;
    background: #eceff1;
    position: relative;
    line-height: 22px;
    overflow: hidden;
}

    .back-to-top .container {
        display: flex;
        flex-direction: column;
    }

.back-to-top-jump {
    font-size: 1.2rem;
    line-height: 1.1;
    color: #4a4a4a;
    position: absolute;
    height: 59px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #cfd8dc;
}

.jump-top {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.icon-jump {
    width: 45px;
    height: 45px;
    background-color: hsla(0, 0%, 74.5%, .41);
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 42px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: .5;
    font-size: 30px;
    cursor: pointer;
    font-weight: bold;
}

    .icon-jump:hover {
        opacity: 1;
        color: #ef5661;
    }
/*------scroll bar---------------------*/
::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0 none #ffffff;
    border-radius: 0;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #525965;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #525965;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0 none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}
/*-----------------------------chiller-theme-------------------------------------------------*/
.chiller-theme .sidebar-wrapper {
    background: #31353D;
}

    .chiller-theme .sidebar-wrapper .sidebar-header, .chiller-theme .sidebar-wrapper .sidebar-search, .chiller-theme .sidebar-wrapper .sidebar-menu {
        border-top: 1px solid #3a3f48;
    }

        .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu, .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
            border-color: transparent;
            box-shadow: none;
        }

        .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role, .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status, .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu, .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text, .chiller-theme .sidebar-wrapper .sidebar-brand > a, .chiller-theme .sidebar-wrapper .sidebar-menu ul li a, .chiller-theme .sidebar-footer > a {
            color: rgba(255, 242, 0, 0.85);
            text-align: right;
        }

            .chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a, .chiller-theme .sidebar-wrapper .sidebar-header .user-info, .chiller-theme .sidebar-wrapper .sidebar-brand > a:hover, .chiller-theme .sidebar-footer > a:hover i {
                color: #ef5661;
            }

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

    .page-wrapper.chiller-theme.toggled #close-sidebar:hover {
        color: #ffffff;
    }

.chiller-theme .sidebar-wrapper ul li:hover a i, .chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before, .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #ef5661;
    text-shadow: 0 0 10px rgba(239, 86, 97, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div, .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu, .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: rgba(58, 63, 72, .6);
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: rgba(255, 255, 255, .8);
}

.chiller-theme .sidebar-footer > a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer > a:last-child {
    border-right: none;
}
/*--------------------------page-content-----------------------------*/
nav.nav-bg {
    background: transparent linear-gradient(90deg, #3a3f48 0%, #f8fafc 100%);
}

.box-shadow {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}

.small-box {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.btn-exit {
    background-color: transparent;
    color: white;
    outline: none !important;
}

    .btn-exit:hover {
        color: #ef5661;
        text-shadow: 0 0 10px #ef5661;
        cursor: pointer;
        transition: .5s all;
    }

.bg-gradient {
    background: linear-gradient(87deg, rgba(17, 205, 239, 0.2) 0, rgba(17, 113, 239, 0.3) 100%) !important;
}
/*--------------------------StyleSheet OLD-----------------------------*/
.header-height {
    height: auto !important;
    min-height: auto !important;
}

.header-img-holder {
    width: 100%;
}

.section-services {
    z-index: 3;
}

    .section-services p {
        font-weight: 400;
    }

.text-accent {
    color: #ef5661 !important;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 1rem;
}

.orange-button {
    color: #ef5661;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ef5661 !important;
    border-radius: 3rem !important;
}

    .orange-button:hover {
        color: white;
        background-color: #ef5661;
    }

    .orange-button:focus {
        color: #ef5661;
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid #ef5661 !important;
        border-radius: 3rem !important;
    }

.bt-look-all {
    border-top: 1px solid #dfdfdf;
    margin-top: 1rem;
    text-align: left;
}

@media (max-width: 768px) {
    .bt-look-all {
        text-align: center;
    }
}

.section-sponsors .carousel-container {
    padding: 1rem;
}

@media (max-width: 768px) {
    .section-sponsors .carousel-container {
        margin: 0 1.5rem;
    }
}

.img-overflow {
    width: auto !important;
    height: 400px !important;
}

.bg-opacity {
    text-shadow: 1px 1px 2px black, 0 0 1em white, 0 0 0.2em black;
}

.scroll-text {
    max-height: 11rem;
    overflow: hidden;
    padding: 0 1rem;
}

.scroll-text2 {
    max-height: 9rem;
    overflow: hidden;
    padding: 0 1rem;
}

.Photo-holder:hover .img-overflow {
    transform: scale(1.1);
    transition: .5s all;
}

.Photo-holder:hover img {
    transform: scale(1.1);
}

.Photo-holder img {
    transition: .5s all;
}

.Photo-holder:hover {
    /* transform: scale(1.1);
    transition: .5s all;*/
}
.slider-photo-holder {
    height: 22rem;
}
.Photo-holder {
    transform: scale(1);
    transition: .5s all;
    padding: 2px !important;
}
.slider-card-height{
    height:21rem;
}

.main {
    background: #FFFFFF;
    position: relative;
    z-index: 3;
}

.card.post {
    border-radius: 0;
    transition: all 0.3s;
}

    .card.post:hover {
        box-shadow: 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .15) !important;
    }

.card.post {
    min-height: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .card.post .card-body {
        flex: initial;
    }

.main-raised {
    margin: -60px 1rem 0;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.radius25 {
    border-radius: 0.25rem !important;
}

.btn-orange {
    color: white;
    background-color: #ef5661;
}

    .btn-orange:hover {
        color: #ef5661;
        background-color: rgba(255, 255, 255, 0);
        -webkit-box-shadow: 0 0 10px 1px rgba(239, 86, 97, 1);
        -moz-box-shadow: 0 0 10px 1px rgba(239, 86, 97, 1);
        box-shadow: 0 0 10px 1px rgba(239, 86, 97, 1);
    }

.news-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 75%;
    z-index: -1;
}

.news-img {
    position: absolute;
    left: 0;
    top: 64px;
    width: 15%;
}

@media screen and (max-width: 768px) {
    .news-img {
        position: absolute;
        left: -20px;
        top: -21px;
        width: 50%;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .news-img {
        position: absolute;
        left: -20px;
        top: -21px;
        width: 30%;
    }
}

@media screen and (min-width: 991px) {
    .news-img {
        position: absolute;
        left: -20px;
        top: -20px;
        width: 20%;
    }

    .news-header {
        display: flex;
        align-items: flex-end;
    }
}

.news-header .post-title {
    border-bottom: 2px dashed #ef5661;
}

.post-title {
    color:
}

.step-desc .step-text {
    color: white;
    font-family: 'DastNevis', sans-serif;
    font-size: 1.3rem;
    width: 80%;
}

    .step-desc .step-text h3 {
        color: white;
    }

.mt-chart {
    margin: 3rem 1.5rem !important;
}

.card-contact {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    height: 300px !important;
}

.contact-links {
    color: #525f7f;
    transition: 0.2s;
}

    .contact-links:hover {
        color: #6e7179;
        font-size: 1.03rem;
    }

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}
/*//////////////////////////////////////////////////////////////////[ Contact 2 ]*/
.bg-contact2 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.container-contact2 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #ef5661;
}

.wrap-contact2 {
    width: 790px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 72px 55px 90px 55px;
}

.contact2-form {
    width: 100%;
}

.contact2-form-title {
    display: block;
    font-family: 'Shabnam', sans-serif;
    font-size: 39px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 90px;
}

.wrap-input2 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 10px;
}

.input2 {
    display: block;
    width: 100%;
    font-family: 'Shabnam', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
}

.focus-input2 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus-input2::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        background: #ef5661;
        box-shadow: none !important;
        border: none !important;
    }

    .focus-input2::after {
        content: attr(data-placeholder);
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        font-family: 'Shabnam', sans-serif;
        font-size: 13px;
        color: #999999;
        line-height: 1.2;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
/*---------------------------------------------*/
input.input2 {
    height: 50px;
    font-family: Shabnam, Tahoma, sans-serif;
    font-size: 1.1rem;
    margin-right: 1rem;
}

    input.input2 + .focus-input2::after {
        top: -5px;
        left: 0;
        box-shadow: none !important;
        border: none !important;
        outline: none !important;
    }

textarea.input2 {
    min-height: 115px;
    font-size: .9rem;
    line-height: 1.5rem;
    padding: .5rem 1.5rem;
    text-align: justify;
}

    textarea.input2 + .focus-input2::after {
        top: -5px;
        left: 0;
    }

.input2:focus + .focus-input2::after {
    top: -20px;
}

.input2:focus + .focus-input2::before {
    width: 100%;
}

.has-val.input2 + .focus-input2::after {
    top: -20px;
}

.has-val.input2 + .focus-input2::before {
    width: 100%;
}
/*------------------------------------------------------------------[ Button ]*/
.container-contact2-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px;
}

.wrap-contact2-form-btn {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    width: auto;
    overflow: hidden;
    margin: 0 auto;
}

.contact2-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #ef5661;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact2-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 244px;
    height: 50px;
    font-family: 'Shabnam', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
}

.wrap-contact2-form-btn:hover .contact2-form-bgbtn {
    left: 0;
}
/*-----------------------------------------------------------------[ Responsive ]*/
@media (max-width: 576px) {
    .wrap-contact2 {
        padding: 72px 15px 90px 15px;
    }
}
/*------------------------------------------------------------------[ Alert validate ]*/
.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #ef5661;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
    font-family: 'Shabnam', sans-serif;
    color: #ef5661;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #ef5661;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

.inp-contact {
    border: none !important;
    outline: none !important;
    font-family: 'Shabnam', sans-serif;
    background: none !important;
}

.btn-cyan {
    color: white;
    background-color: #02cec6;
    border-radius: 30px;
    box-shadow: 0 2px 2px 0 rgba(41, 182, 246, 0.14), 0 3px 1px -2px rgba(68, 67, 88, 0.2), 0 1px 5px 0 rgba(41, 182, 246, 0.2) !important;
    transition: 0.4s;
}

    .btn-cyan:hover {
        box-shadow: 0 14px 26px -12px rgba(41, 182, 246, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(30, 146, 195, 0.2) !important;
        border-color: #29b6f6 !important;
    }

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #ac7b07;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 5s;
    }

#snackbar2 {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #ac7b07;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

    #snackbar2.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 5s;
    }

.input-file {
    height: 50px;
}

.blah {
    width: 75px !important;
    height: 75px !important;
    border-radius: 50% !important;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .5) !important;
}

.blah2 {
    width: 200px !important;
}

.h-250 {
    height: 25rem;
}

@media screen and (max-width: 768px) {
    .h-250 {
        height: 15rem;
    }
}

.font-size-small {
    font-size: x-small !important;
}

footer .copyright-logo {
    max-width: 90px;
}

footer .copyright-text {
    font-size: 0.7rem;
}

.header-partnersCo {
    transform: translate3d(0px, 33px, 0px);
    background-position-x: initial;
    background-position-y: initial;
    background-size: 100% 100%;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    height: 25rem;
}

.header-project-txt {
    padding: 1rem 2rem;
    border-radius: 5rem;
    background: linear-gradient(90deg, #bb67d6, #5800a9);
    color: white;
}

.header-par-txt {
    padding: 1rem 2rem;
    border-radius: 5rem;
    background: linear-gradient(90deg, #67d691, #00a99e);
}

.card-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.text-absolute {
    position: absolute !important;
    top: 7rem !important;
    right: 2.5rem !important;
    z-index: 999;
}

.header-title {
    color: #ef5661;
    /*font-size: 1.5rem;*/
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.50), 0 0 1em white, 0 0 0.2em rgba(0, 0, 0, 0.5);
}

.header-text {
    font-size: 1rem;
    line-height: 2rem;
}

@media screen and (max-width: 768px) {
    .text-absolute {
        position: absolute !important;
        top: 1.5rem !important;
        right: 0 !important;
    }

    .header-img {
        max-height: 300px;
        width: auto;
    }

    .dinar {
        font-size: 1.2rem !important;
        font-weight: bold;
        line-height: 2rem;
    }

    .text-center-m {
        text-align: center;
    }

    .header-title {
        color: #ef5661;
        font-size: .8rem;
        font-weight: 600;
    }

    .header-text {
        font-size: .7rem;
        line-height: 1.1rem !important;
    }
}

.img-titre {
    object-fit: contain;
    max-height: 20rem;
    border-radius: 2.5rem !important;
    max-width: 100%;
}

.img-titre2 {
    object-fit: contain;
    max-height: 16rem;
    border-radius: 2.5rem !important;
    max-width: 100%;
}

.img-titre-side {
    object-fit: contain;
    max-height: 11rem;
    border-radius: 2rem !important;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .img-titre {
        object-fit: contain;
        max-height: 10rem;
        border-radius: .3rem;
    }

    .img-titre {
        object-fit: contain;
        max-height: 10rem;
        border-right: .5rem;
    }
}

.text-absolute-b {
    position: absolute !important;
    bottom: 2rem !important;
    right: 20rem !important;
    z-index: 999;
}

@media screen and (max-width: 768px) {
    .text-absolute-b {
        position: absolute !important;
        bottom: 1.5rem !important;
        right: 0 !important;
    }
}

.swiper-container {
    height: 25rem;
    width: 100%;
}

.matlab-img {
    max-height: 700px;
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .swiper-container {
        height: 20rem;
        width: 100%;
    }

    .matlab-img {
        max-height: 500px;
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .swiper-container {
        height: 17rem;
        width: 100%;
    }

    .matlab-img {
        max-height: 350px;
    }
}
@media screen and (max-width: 499px) {
    .swiper-container {
        height: 13rem;
        width: 100%;
    }

    .matlab-img {
        max-height: 300px;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .matlab-img {
        max-height: 500px;
    }
}

.swiper-slide {
    overflow: hidden;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .header-img {
        height: 300px !important;
    }

    .dinar {
        font-size: 1rem !important;
    }

    .text-center-m {
        text-align: right;
    }
}

.news-back-img {
    background-image: url("../img/17580.jpg") !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.articles-back-img {
    background-image: url("../img/gray-geometric-background.jpg") !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.bg-footer {
    background-image: url("../img/235141.jpg") !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

.d-absolute {
    z-index: 1;
    margin-top: -12rem;
    margin-bottom: 5rem;
}

.color-azure {
    color: azure !important;
}

.img-404 {
    box-shadow: 0 0 20px 0 #303030;
}

@media screen and (max-width: 768px) {
    .color-azure {
        color: azure !important;
        font-size: .9rem;
    }

    .img-404 {
        box-shadow: 0 0 20px 0 #303030;
        width: 24rem;
    }

    .d-absolute {
        z-index: 1;
        margin-top: -10rem;
        margin-bottom: 3rem;
    }
}

.text-container p, .text-container p span, .text-container h1 a, .text-container div a, .text-container a {
    font-family: Shabnam, Tahoma, sans-serif !important;
    font-weight: 300;
    font-size: 1rem !important;
    text-align: justify !important;
}

.text-container div figure {
    text-align: center;
}

.text-container div img, .text-container p img {
    object-fit: contain !important;
    max-height: 30rem !important;
    max-width: 40rem !important;
}

@media screen and (max-width: 768px) {
    .text-container p, .text-container p span, .text-container h1 a, .text-container div a, .text-container a {
        font-family: Shabnam, Tahoma, sans-serif !important;
        font-weight: 200;
        font-size: .8rem !important;
        text-align: justify !important;
    }

        .text-container div img, .text-container p img {
            object-fit: contain !important;
            max-height: 15rem !important;
            max-width: 20rem !important;
        }
}

.btn-color-like, .btn-color-dislike, .btn-color-like:focus, .btn-color-dislike:focus {
    background: none !important;
    outline: none !important;
    border: none !important;
}

    .btn-color-like:hover {
        cursor: pointer;
        color: #45B649 !important;
        transition: .7s all;
    }

    .btn-color-dislike:hover {
        cursor: pointer;
        color: #ff0000 !important;
        transition: .7s all;
    }

.border-radius-1 {
    border-radius: 1rem !important;
}

.border-radius-2 {
    border-radius: 2.5rem !important;
}

.font-size-1 {
    font-size: .9rem !important;
}

.font-size-2 {
    font-size: 1.2rem !important;
}
/* Get the modal */
.modal-list {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
}
/* Modal Content */
@media screen and (min-width: 768px) {
    .modal-content {
        background-color: #fefefe;
        padding: 20px;
        border: 1px solid #888;
        width: 30% !important;
        margin-left: 1.5rem !important;
    }
}

.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    margin: 0 auto;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover, .close:focus {
        color: #ef5661 !important;
        text-decoration: none;
        cursor: pointer;
        transition: .5s all;
    }

.img-news {
    height: 10rem;
    object-fit: contain;
}

ul.pgwSlider > li span, .pgwSlider > .ps-list > li span {
    padding-top: 20px !important;
}

/* ---- grid ---- */
/* clearfix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- grid-item ---- */
.grid-sizer,
.grid-item {
    width: 25%;
}

.grid-item {
    height: 200px;
    float: left;
    background-color: #F4F3F4;
    border: 1px solid #000;
    border-radius: 5px;
    -webkit-filter: grayscale(70%) blur(0.5px);
    -webkit-transform: translateZ(0);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.35s ease-in-out;
}

    .grid-item:hover {
        cursor: pointer;
        -webkit-filter: grayscale(0%) blur(0);
    }

.grid-alpha {
    display: none;
    position: absolute;
    background-color: #F4F3F4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

    .grid-alpha:hover {
        cursor: zoom-out;
    }

.grid-item.item-opened {
    width: 80%;
    height: 40vw;
    border: 3px solid #e8e8e8;
    -webkit-filter: grayscale(0%) blur(0);
    background-size: contain !important;
    background-position: center center;
}

.grid-item--width2 {
    width: 50%;
}

.grid-item--height2 {
    height: 400px;
}

.grid-item--height3 {
    height: 600px;
}

@media screen and (max-width: 768px) {
    .grid-item {
        height: 150px;
        float: left;
        background-color: #F4F3F4;
        border: 1px solid #000;
        border-radius: 5px;
        -webkit-filter: grayscale(70%) blur(0.5px);
        -webkit-transform: translateZ(0);
        background-size: cover;
        background-repeat: no-repeat;
        transition: all 0.35s ease-in-out;
    }

    .grid-item--width2 {
        width: 25%;
    }

    .grid-item--height2 {
        height: 80px;
    }

    .grid-item--height3 {
        height: 150px;
    }
}

.card-img-top-1 {
    max-width: 100% !important;
    border-top-right-radius: calc(.85rem - .0625rem) !important;
    border-top-left-radius: calc(.85rem - .0625rem) !important;
}

.detail-card-img-top-1 {
    max-width: 100% !important;
    border-top-right-radius: calc(.85rem - .0625rem) !important;
    border-top-left-radius: calc(.85rem - .0625rem) !important;
    max-height: 14rem;
}

ul.pgwSlider > li span, .pgwSlider > .ps-list > li span {
    background-color: rgba(100, 100, 100, 1.0) !important;
    color: white !important;
    padding-top: 20px !important;
}

.pgwSlider .ps-caption {
    background-color: rgba(100, 100, 100, 0.40) !important;
}

.pgwSlider a {
    color: white !important;
}


.calender-box {
    padding: 0.5rem;
    z-index: 2000;
    top: 20rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    background-color: orangered;
    font-size: 25px;
    transition: left 1s;
    left: -175px;
}

    .calender-box:hover {
        left: 0px;
        /*background-color: orange;*/
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    }

    .calender-box i {
        color: bisque;
        transition: transform 2s;
    }


        .calender-box i:hover {
            transform: rotate(360deg);
        }

    .calender-box span {
        color: aliceblue;
    }


.calender-box2 {
    padding: 0.5rem;
    z-index: 2200;
    top: 25rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    background-color: red;
    transition: ease-in-out 1s;
    font-size: 25px;
    transition: left 1s;
    left: -163px;
}

    .calender-box2:hover {
        left: 0px;
        background-color: orange;
    }

    .calender-box2 i {
        color: bisque;
        transition: transform 2s;
    }


        .calender-box2 i:hover {
            transform: rotate(360deg);
        }

    .calender-box2 span {
        color: aliceblue;
    }
