:root {
    --color-primary: #973a33;
    --color-light: #f3f6f9;
}
@font-face {
    font-family: Parastoo;
    src: url("../fonts/web/Parastoo.eot");
    src: url("../fonts/web/Parastoo.eot?#iefix") format("FontName-opentype"), url("../fonts/web/Parastoo.woff") format("woff"), url("../fonts/web/Parastoo.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    padding: 0;
    direction: rtl;
    font-family: Parastoo, "Segoe UI", Tahoma, sans-serif;
    background: #fff;
}
img {
    max-width: 100%;
    height: auto;
}
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
}
p {
    line-height: 40px !important;
    font-weight: 400;
    font-family: Parastoo, "Segoe UI", Tahoma, sans-serif;
    margin: 0;
    font-size: 15px;
    color: #333;
    letter-spacing: 0;
    text-align: justify;
}
.icon-footer {
    display: flex;
    flex-direction: column;
}
.section-title {
    text-align: right;
}
.top_header {
    width: 100%;
    height: auto;
    background-color: var(--color-light);
    color: #fff;
    font-size: 16px;
    margin: 0;
    position: relative;
    z-index: 111;
}
.top_header .calender {
    text-align: center;
    margin-right: 2%;
}
.calendar span {
    padding-right: 10px;
    text-align: right;
    color: #333 !important;
}
.calendar b {
    color: var(--color-primary);
}
.btn-login {
    float: left;
    padding: 1%;
    color: #fff;
    margin-left: 2%;
    background-image: -webkit-linear-gradient(5deg, #973a33 0, #d28079 100%);
    background-image: -moz-linear-gradient(5deg, #973a33 0, #d28079 100%);
    background-image: -o-linear-gradient(5deg, #973a33 0, #d28079 100%);
    background-image: linear-gradient(85deg, #973a33 0, #d28079 100%);
    width: auto;
    text-decoration: none;
    border-radius: 10px;
}
.btn-login > a {
    text-align: center;
    color: #fff;
    padding: 5px;
    text-decoration: none;
}
.btn-login:hover > a {
    color: #fff;
}
.btn-search {
    background-image: -webkit-linear-gradient(5deg, #973a33 0, #d28079 100%);
    background-image: -moz-linear-gradient(5deg, #973a33 0, #d28079 100%);
    background-image: -o-linear-gradient(5deg, #973a33 0, #d28079 100%);
    background-image: linear-gradient(85deg, #973a33 0, #d28079 100%);
}
.calendar {
    text-align: center;
    width: auto;
    padding: 11px 0 5px 0;
}
.calendar span {
    float: right;
    padding-right: 10px;
    text-align: right;
    color: var(--color-primary);
}
.infotop {
    float: left;
    padding: 11px 0 5px 10px;
    width: auto;
}
.infotop i {
    float: left;
    color: #fff;
    padding-right: 5px;
    margin-top: 3px;
}
.infotop span {
    float: left;
    text-align: left;
    padding-right: 10px;
    color: #fff;
}
.peyvandha h1,
.social h3 {
    color: #fff;
}
.itembox {
    width: 100%;
    height: auto;
    display: block;
    padding: 10px;
}
.item-box a {
    display: inline-block;
    padding: 10px;
    height: auto;
    background-color: #666;
    margin-top: 30px;
}
.itembox .item {
    padding: 10px;
    color: #fff;
}
.itembox i {
    color: #fff;
}
.company {
    display: block;
    width: 100%;
    text-align: center;
    color: #000 !important;
    background-color: #bbb;
    min-height: 30px;
    padding: 3px;
    font-size: 16px;
}
.peyvandha a,
.peyvandha li {
    color: #fff;
    font-size: 16px;
}
.peyvandha a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #cecece;
}
.grybg {
    background-color: #f9fafb;
}
.main-header,
.slider-section {
    max-width: 100%;
    height: auto;
}
.btn-primary {
    background-color: var(--color-primary);
    padding: 10px 40px;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.btn-primary:hover {
    border-color: #111;
}
.btn-primary::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #111;
    border-color: #111;
    z-index: -1;
    transition: 0.3s;
}
.btn-primary:hover::after {
    width: 100%;
}
nav {
    z-index: 999;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: -5px 0 10px rgb(70 78 95 / 50%);
    box-shadow: -5px 0 10px rgb(70 78 95 / 50%);
}
nav .custom-navbar {
    position: relative;
    max-width: 1300px;
    padding: 0 30px;
    height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-navbar .nav-links {
    display: inline-flex;
    z-index: 999;
}
.nav-links li {
    list-style: none;
}
.nav-links li a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.nav-links li a:hover {
    background: var(--color-light);
    color: var(--color-primary);
}
.nav-links .mobile-item {
    display: none;
}
.nav-links .drop-menu {
    position: absolute;
    background: #fff;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.nav-links li:hover .drop-menu {
    transition: all 0.3s ease;
    top: 65px;
    opacity: 1;
    visibility: visible;
}
.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 15px 0 0;
    font-weight: 400;
    border-radius: 0;
}
.custom-navbar .btn-nav {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.custom-navbar .btn-nav.close-btn {
    position: absolute;
    left: 30px;
    top: 10px;
}
nav input {
    display: none;
}
.header-search {
    width: 60px;
    font-size: 22px;
    text-align: center;
    margin-right: 20px;
    border-right: 1px solid #ddd;
}
.header-call {
    width: 220px;
}
.header-call-icon {
    font-size: 33px;
    color: var(--color-primary);
}
.header-call-info span {
    color: #606060;
}
.header-call-info a {
    font-weight: 500;
    color: #111;
    text-decoration: none;
    font-size: 18px;
}
.slider-section {
    background: url(../images/main-banner.webp) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: auto;
    background-attachment: fixed;
}
.slider-content-wrap {
    height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
}
.header-social {
    position: absolute;
    bottom: 0;
    left: 0;
}
.header-social ul {
    list-style: none;
    padding-left: 0;
}
.header-social ul li span {
    font-size: 18px;
    display: inline-block;
    margin-right: 50px;
    position: relative;
}
.header-social ul li a {
    text-decoration: none;
    display: inline-block;
    padding: 0 14px;
    color: #111;
    font-size: 19px;
}
.section-banner__bg {
    width: 100%;
    height: auto;
}
.section-banner__bg img {
    width: 100%;
    height: auto;
}
.section-banner__content {
    display: block;
    position: relative;
}
.section-banner__content.dark .section-banner__breadcrumb .uk-breadcrumb > * > *,
.section-banner__content.dark .section-banner__text,
.section-banner__content.dark .section-banner__title {
    color: #222;
}
.section-banner__title {
    margin-bottom: 8px;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.37;
}
.section-banner__text {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}
.section-banner__form {
    margin-top: 18px;
}
.section-banner__bottom {
    margin-top: 35px;
}
.section-banner__breadcrumb {
    display: block;
    position: relative;
}
.section-banner__breadcrumb .uk-breadcrumb > * > * {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    border-bottom: 1px solid var(--color-primary);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    transition: 0.5s;
}
.section-banner__breadcrumb .uk-breadcrumb > * {
    display: contents;
}
.section-banner__breadcrumb .uk-breadcrumb > * > :active,
.section-banner__breadcrumb .uk-breadcrumb > * > :focus,
.section-banner__breadcrumb .uk-breadcrumb > * > :hover {
    border-bottom: 1px solid transparent;
    color: var(--color-primary);
}
.section-banner__breadcrumb .uk-breadcrumb > :last-child > a:not([href]),
.section-banner__breadcrumb .uk-breadcrumb > :last-child > span {
    border-bottom: 1px solid transparent;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}
.section-banner__breadcrumb .uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
    margin: 0 5px;
    content: "";
}
#introduction .introduction-info {
    text-align: justify;
}
#introduction .introduction-info p {
    line-height: initial;
}
#introduction .introduction-video img {
    position: relative;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
#introduction .introduction-video .button_play {
    position: absolute;
    top: 26%;
    right: 50%;
    transform: translate(50%, 50%);
    display: block;
}
#introduction .introduction-video .button_play .ele_play {
    width: 80px;
    height: 80px;
    background: linear-gradient(200deg, var(--color-primary), #26d0ce);
    color: #fff;
    top: 300px;
    border-radius: 50%;
    text-align: center;
    border: none;
}
#introduction .introduction-video .button_play .ele_play::after,
#introduction .introduction-video .button_play .ele_play::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    animation: animate 1.5s infinite;
}
@keyframes animate {
    0% {
        width: 100px;
        height: 100px;
    }
    100% {
        width: 150px;
        height: 150px;
        opacity: 0;
    }
}
.video_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1330;
    visibility: hidden;
    opacity: 0;
}
.video_popup video {
    max-width: 900px;
    outline: 0;
    position: relative;
}
.close_video {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 42px;
    cursor: pointer;
}
.services {
    width: 100%;
    padding: 50px 0;
}
.services .heading {
    margin-bottom: 60px;
    width: 100%;
}
.services .heading h1 {
    text-align: center;
    font-size: 40px;
    color: #000;
    margin: 0;
}
.services .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.services .content .box {
    width: 33.33%;
    padding: 15px;
}
.services .content .box .inner {
    padding: 30px;
    text-align: center;
    position: relative;
}
.services .content .box .inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    box-sizing: border-box;
    height: 0;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    transition: all 0.8s ease;
}
.services .content .box .inner::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    box-sizing: border-box;
    height: 0;
    border-top: 3px solid transparent;
    border-right: 3px solid transparent;
    transition: all 0.8s ease;
}
.services .content .box:hover .inner::after,
.services .content .box:hover .inner::before {
    border-color: var(--color-primary);
    width: 100%;
    height: 100%;
}
.services .content .box .inner .icon {
    font-size: 50px;
    color: #000;
    transition: color 0.8s ease;
}
.services .content .box .inner h3 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 20px 0;
}
.services .content .box .inner p {
    font-size: 15px;
    color: #444;
    line-height: 24px;
}
.features-item {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
}
.features-item:hover {
    transform: translateY(-12px);
}
.features-item::before {
    content: "";
    position: absolute;
    top: -135px;
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    height: 70%;
    background: rgba(197, 130, 49, 0.3);
    border-radius: 50%;
}
.features-item .ft-icon {
    position: relative;
    z-index: 1;
}
.features-item .ft-icon i {
    color: var(--color-primary);
    font-size: 32px;
    background: #fff;
    height: 90px;
    width: 90px;
    line-height: 90px;
    border-radius: 50%;
    transition: 0.5s;
}
.features-item:hover .ft-icon i {
    color: #fff;
    background: #26d0ce;
}
.mtop4 {
    margin-top: -30px;
}
.finix-text {
    position: relative;
}
.paly-animation-btn {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: #fff;
    font-size: 60px;
    text-align: center;
    line-height: 90px;
    color: var(--color-primary);
    border-radius: 50%;
    position: absolute;
    right: 41%;
    bottom: 51px;
}
.paly-animation-btn::before {
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-primary);
    border-radius: 50%;
    animation: palybtn 1.6s ease-out infinite;
}
@keyframes palybtn {
    0%,
    30% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
.apply-now-right-test {
    margin-top: 60px;
}
.step-timeline ul {
    list-style: none;
    position: relative;
    padding-left: 60px;
}
.step-timeline ul::before {
    content: "";
    position: absolute;
    right: -45px;
    top: 10px;
    width: 1px;
    background: var(--color-primary);
    height: calc(100% - 70px);
}
.step-timeline ul li {
    margin-bottom: 25px;
    position: relative;
}
.step-timeline ul li::before {
    content: attr(data-counter);
    position: absolute;
    right: -65px;
    top: 0;
    height: 40px;
    width: 40px;
    background: #f9fafb;
    border: 1px solid #26d0ce;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}
.step-timeline ul li strong {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}
.step-timeline ul li p {
    color: #606060;
}
.calculate-rate {
    background-color: #00528830;
    padding: 50px;
}
.calculate-rate .finix-text h6 {
    color: #606060;
}
.calculate-from .form-group {
    margin-bottom: 20px;
}
.calculate-from .form-group input {
    border: none;
    border-radius: 0;
    padding: 14px 15px;
}
.calculate-from .form-group select {
    border: none;
    border-radius: 0;
    height: 53px;
}
.calculate-from .form-group label {
    display: block;
    margin-bottom: 10px;
}
.call-to-action-bg h2 {
    font-size: 40px;
    font-weight: 400;
    border-right: 1px solid #ddd;
}
.call-to-action-bg {
    background-image: -webkit-linear-gradient(5deg, #973a33 0, #d28079 100%);
    background-image: -moz-linear-gradient(5deg, #973a33 0, #d28079 100%);
    background-image: -o-linear-gradient(5deg, #973a33 0, #d28079 100%);
    background-image: linear-gradient(85deg, #973a33 0, #d28079 100%);
    padding: 60px;
    padding-bottom: 60px;
    color: #fff;
    padding-bottom: 40px;
    border-radius: 6px;
    margin-bottom: 2rem;
    box-shadow: 0 10px 40px 0 #973a33;
}
.call-to-action-phone span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    color: var(--color-primary);
    font-size: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-right: 30px;
}
.call-to-action-phone a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 43px;
    margin-right: 1%;
}
.call-to-action-phone {
    margin-top: 18px;
}
.values-item {
    margin-bottom: 10px;
}
.values-item .value-icon {
    font-size: 39px;
    color: var(--color-primary);
    margin-right: 30px;
}
.value-texts p {
    color: #606060;
}
.our-company-img {
    text-align: right;
    margin-top: 35px;
}
.services-tab-item {
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 40px !important;
}
.services-tab-item li {
    flex: 1 1 auto;
}
.services-tab-item li a.active {
    position: relative;
}
.services-tab-item li a span i {
    background: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    line-height: 80px;
    font-size: 30px;
    color: #666;
}
.services-tab-item li a strong {
    color: #222;
    font-weight: 600;
    font-size: 20px;
}
.serives-tab-content-text ul {
    list-style: none;
    padding-left: 0;
}
.serives-tab-content-text ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #9f235a;
    border-radius: 50%;
    margin-right: 12px;
}
.sidebar-video {
    padding: 0.8rem;
    margin-bottom: 1rem;
    border: 3px solid #f5f5f5;
}
.sidebar-video video {
    border-radius: 15px;
}
.member-image {
    position: relative;
}
.member-image img {
    width: 100%;
    height: auto;
}
.member-social-profile {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.member-social-profile ul {
    text-align: center;
    padding-left: 0;
    margin-bottom: 25px;
}
.member-social-profile ul li {
    display: inline-block;
    transition: 0.5s ease-in-out;
    transform: translateY(45px);
    opacity: 0;
    visibility: hidden;
}
.member-image:hover .member-social-profile ul li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.member-image .member-social-profile ul li:nth-child(1) {
    transition-delay: 0.2s;
}
.member-image .member-social-profile ul li:nth-child(2) {
    transition-delay: 0.3s;
}
.member-image .member-social-profile ul li:nth-child(3) {
    transition-delay: 0.4s;
}
.member-image .member-social-profile ul li:nth-child(4) {
    transition-delay: 0.5s;
}
.member-social-profile ul li a {
    display: block;
    font-size: 20px;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    color: #444;
    transition: 0.4s;
}
.member-social-profile ul li a:hover {
    color: #fff;
    background-color: red;
}
.member-content {
    margin-top: 28px;
}
.member-content h4 {
    color: #9f235a;
    margin-bottom: 5px;
}
.member-content p {
    color: #666;
}
.blog-thubnail img {
    max-width: 100%;
}
.blog-content {
    padding: 15px 0;
}
.blog-content p {
    color: #005288;
    font-size: 18px;
}
.blog-content h3 {
    margin-bottom: 12px;
}
.blog-content h3 a {
    text-decoration: none;
    color: #111;
    font-size: 25px;
}
.blog-content a {
    color: #111;
    font-size: 18px;
    text-decoration: none;
    transition: 0.5s;
}
.blog-item:hover .blog-content a {
    color: #9f235a;
}
.blog-item:hover .blog-content h3 a {
    letter-spacing: 0;
    color: #111;
}
.pagination-btn {
    padding: 1rem;
    text-align: center;
    background: var(--color-light);
    border-radius: 5px;
    margin: 0 0.3rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
.pagination-btn a {
    color: var(--color-primary);
}
.pagination-btn:hover {
    background: var(--color-primary);
}
.pagination-btn:hover a {
    color: var(--color-light);
}
.contact-phone {
    position: fixed;
    width: 200px;
    left: 8px;
    bottom: 30px;
    height: 70px;
    border-radius: 5px;
    z-index: 10;
}
.contact-phone .tel {
    position: relative;
    width: 100%;
    height: 100%;
}
.contact-phone .num {
    width: 180px;
    position: absolute;
    background-image: -webkit-linear-gradient(5deg, #973a33 0, #d28079 100%);
    background-image: -moz-linear-gradient(5deg, #973a33 0, #d28079 100%);
    background-image: -o-linear-gradient(5deg, #973a33 0, #d28079 100%);
    background-image: linear-gradient(85deg, #973a33 0, #d28079 100%);
    color: #fff;
    text-align: right;
    font-size: 17px;
    padding: 2px;
    font-weight: 700;
    border-radius: 5px;
    top: 20px;
}
.contact-phone .icon {
    width: 60px;
    height: 60px;
    padding: 10px;
    background-image: -webkit-linear-gradient(5deg, #973a33 0, #d28079 100%);
    background-image: -moz-linear-gradient(5deg, #973a33 0, #d28079 100%);
    background-image: -o-linear-gradient(5deg, #973a33 0, #d28079 100%);
    background-image: linear-gradient(85deg, #973a33 0, #d28079 100%);
    border-radius: 50%;
    border: 3px solid #121234;
    position: absolute;
    left: 7px;
    top: 4px;
    z-index: 1;
    animation: tada 1.1s infinite;
}
div#popup {
    width: 185px;
    height: 126px;
    position: fixed;
    z-index: 9999999999999999;
    bottom: 10px;
    left: 10px;
    background: -webkit-linear-gradient(200deg, var(--color-primary), #26d0ce);
    background: linear-gradient(200deg, var(--color-primary), #26d0ce);
    border-radius: 7px;
    color: #fff;
    padding: 10px 12px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.23);
}
.phones {
    text-align: center;
    font-size: 17pt;
    direction: ltr;
    margin-bottom: 7px;
    color: #fff;
    font-family: Parastoo, "Segoe UI", Tahoma, sans-serif;
}
div#title {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 13pt;
    background: -webkit-linear-gradient(200deg, var(--color-primary), #26d0ce);
    background: linear-gradient(200deg, var(--color-primary), #26d0ce);
    color: #fbe9ee;
    border-radius: 6px;
    padding: 8px 0;
    margin-bottom: 8px;
}
.whyus {
    padding: 3rem;
    position: relative;
    color: #fff;
    counter-increment: p;
    margin: 0;
}
.whyus:before {
    content: counter(p, decimal-leading-zero);
    display: block;
    text-align: center;
    font-size: 4em;
    z-index: -1;
}
.whyus:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--bg) linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent);
    z-index: -1;
    mix-blend-mode: screen;
}
#blog {
    padding-top: 5%;
    padding-bottom: 5%;
    background: #263043;
}
.skew-cc-blog {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    background: linear-gradient(to right bottom, #fff 49%, #263043 50%), linear-gradient(-50deg, #fff 16px, #000 0);
}
.post-slide {
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    background: 0 0;
}
.post-slide .post-img {
    position: relative;
}
.post-slide .post-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.post-slide .post-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.post-slide:hover .post-img:after {
    opacity: 1;
}
.post-slide .icons {
    position: absolute;
    bottom: -16px;
    right: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
.post-slide .icons img {
    width: 100%;
    height: auto;
}
.post-slide .post-review {
    border-top: none;
    margin-top: 1rem;
    box-shadow: 0 1px 30px rgba(255, 255, 255, 0.2);
    padding: 35px 20px 25px;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 4rem;
    border-radius: 10px;
}
.post-slide .post-review:hover {
    box-shadow: none;
}
.post-slide .post-bar {
    padding: 0;
    list-style: none;
}
.post-slide .post-bar li {
    display: inline-block;
    font-size: 15px;
    color: #555;
    margin-right: 10px;
    text-transform: capitalize;
}
.post-slide .post-bar li i {
    color: rgba(78, 32, 73);
    margin-right: 8px;
}
.post-slide .post-title {
    margin: 0 0 15px 0;
    color: #222;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 22px;
    transition: all 0.3s ease;
}
.post-slide .post-title:hover {
    color: var(--color-primary);
}
.post-slide .read {
    display: inline-block;
    border: 1px solid var(--color-primary);
    font-size: 15px;
    margin-top: 15px;
    padding: 10px 12px;
    color: #333;
    border-radius: 15px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.4s ease;
    font-family: Parastoo, "Segoe UI", Tahoma, sans-serif;
}
.post-review p {
    text-align: right !important;
}
.post-slide .read:hover {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;
}
.post-slide .read i {
    margin-left: 10px;
}
.bottompost {
    position: relative;
    border-top: 1px dotted #000;
    padding-top: 10px;
    margin-top: 1rem;
}
#counter_area .counter-content {
    padding: 5% 0;
}
#counter_area .counter-content .count {
    margin: 20px;
    width: 205px;
    height: 205px;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    box-shadow: 0 0 3px #973a00, 0 0 20px #973a3388, 0 0 50px #653a0088;
    padding: 20% 0;
}
.blog-grids h4 a {
    font-size: 21px;
    color: #292e31;
    text-transform: capitalize;
    line-height: 35px;
}
ul.blog-info li {
    display: inline-block;
    font-size: 16px;
    line-height: 2em;
    color: #4d6171;
}
.blog-grids a.read {
    font-size: 17px;
    color: #666;
    display: inline-block;
    margin-top: 10px;
    color: #9f235a;
}
.single-gd {
    padding: 2em 2em;
    border: 3px solid #f5f5f5;
    margin-bottom: 1em;
}
.single-gd h4 {
    color: #0e0f10;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
h5.mt-0 {
    font-weight: 600;
    margin-bottom: 15px;
}
.progress {
    font-size: 0.75em;
    line-height: 8em;
    text-align: center;
    background-color: #d6d9da;
    border-radius: 0.25rem;
    margin-bottom: 1em;
}
.card-body {
    padding: 12px;
}
.card-header {
    padding: 0;
    color: #0e0f10;
}
.card-header button.btn.btn-link {
    color: #9f235a;
    font-weight: 600;
}
.single-gd form input {
    width: 100%;
}
.single-gd img {
    width: 100%;
    margin-bottom: 1em;
}
.single-gd form input[type="email"] {
    outline: 0;
    padding: 12px 15px;
    font-size: 16px;
    color: #777;
    background: #fff;
    border: none;
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 0;
}
.single-gd form input[type="submit"] {
    background: #0d0e10;
    padding: 0.8em 1em;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: block;
    outline: 0;
    border: none;
    cursor: pointer;
    margin-top: 1em;
}
.media-body p {
    color: #777;
    line-height: 1.8em;
    margin-bottom: 3em;
}
.comment h3,
.comment-top h4 {
    color: #222323;
    text-align: right;
    padding: 0 0 0.5em;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    margin-bottom: 1em;
}
.blog-sec h5.card-title {
    color: #343a40;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
}
.media img {
    margin-right: 15px;
}
.comment-top {
    margin-top: 2em;
}
.blog-grid-right h5,
.blog-right h5 {
    font-size: 0.95em;
    line-height: 1.4em;
    font-weight: 600;
}
.blog-grid-left {
    width: 30%;
    float: left;
}
.blog-right {
    width: 70%;
    float: left;
    padding-left: 10px;
}
.blog-grid-right h5 a,
.blog-right h5 a {
    color: #333;
    font-weight: 500;
    line-height: 26px;
    font-size: 17px;
}
.blog-grid-right p,
.blog-right p {
    font-size: 14px;
}
.tech-btm img {
    background: #fff;
    padding: 6px;
}
.contact-form-inner {
    margin: 0 auto;
    width: 70%;
}
.contact-form .form-control {
    padding: 0.9em;
    color: #000;
    border: 1px solid var(--color-primary);
    border-radius: 0.25rem;
    font-size: 0.9em;
}
.contact-form label {
    font-weight: 700;
    color: #333;
    font-size: 0.9em;
}
.contact-form textarea {
    overflow: auto;
    resize: vertical;
    height: 10em;
}
.contact-form button.btn {
    background: #181a1d;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border: transparent;
}
.news-grids h4 {
    position: relative;
    color: #292e31;
    text-transform: uppercase;
}
.news-grids img {
    border-radius: 4px;
}
.heading h2 {
    color: var(--color-primary);
    font-weight: 600;
    padding: 1rem 0;
}
.heading span {
    display: block;
}
h6.intr.ser1 {
    color: #484d55;
}
.view a {
    background: 0 0;
    color: #333;
    border: 2px solid #333;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
}
.box-login {
    background-color: #fff;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 7%;
}
.card-login {
    box-shadow: 3px 1px 12px 2px #d3d3d3;
    height: 100%;
}
.card-login .form-login {
    text-align: center;
    padding: 2rem;
    position: relative;
}
.card-login .form-login input {
    text-align: center;
    padding-top: 1rem;
    border-radius: 5px;
}
.card-login .form-login button {
    background: -webkit-linear-gradient(200deg, var(--color-primary), #26d0ce);
    background: linear-gradient(200deg, var(--color-primary), #26d0ce);
    width: 15%;
    color: #fff;
}
.form-login button .key {
    position: absolute;
    top: 240px;
    right: 348px;
    opacity: 0;
    transition: 0.7s;
}
.form-login button span {
    display: inline-block;
    position: relative;
    transition: 0.7s;
}
.form-login button:hover .key {
    opacity: 1;
    top: 240px;
    right: 340px;
}
.form-login button:hover {
    background-color: var(--color-primary);
    width: 20%;
    transition: 0.7s;
}
.form-login button:hover span {
    padding-left: 9%;
}
.txt-sign a {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 14px;
}
.card-login ul {
    list-style-type: none;
}
.card-login ul .forgot {
    float: right;
    padding-right: 6%;
}
.card-login ul .forgot a {
    color: #333;
}
.card-login ul .signup {
    float: left;
    padding-left: 10%;
}
.card-login ul .signup a {
    color: var(--color-primary);
}
.main-sign {
    background-image: url("../images/tahkim1.png");
    background-repeat: space;
    background-size: auto;
    position: relative;
}
.blur-sign {
    background-color: rgba(255, 255, 255, 0.95);
    height: 50em;
    width: 100%;
    position: relative;
}
.box-signup {
    position: absolute;
    width: 55%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 3px #d3d3d3;
}
.form-signup {
    margin: 20% 5% 0 0;
    text-align: center;
}
.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
.input-field {
    width: 100%;
    padding: 3px;
    outline: 0;
    text-align: center;
    border-top-left-radius: 10px;
}
.icon-signup {
    padding: 3px;
    background-color: #b1b1b1;
    color: #fff;
    min-width: 50px;
    text-align: center;
    font-size: 1.2em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.icon-rep {
    padding: 3px;
    background-color: #8950fc90;
    color: #fff;
    min-width: 50px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.form-signup .btn-signup {
    background: linear-gradient(200deg, #8950fc, #26d0ce);
    background-image: -webkit-linear-gradient(200deg, #8950fc, #26d0ce);
    background-image: -moz-linear-gradient(200deg, #8950fc, #26d0ce);
    background-image: -o-linear-gradient(200deg, #8950fc, #26d0ce);
    background-image: linear-gradient(200deg, #8950fc, #26d0ce);
    width: 30%;
    border-radius: 5px;
    margin: 7% 0 5% 0;
    color: #fff;
}
.btn-signup #tik {
    display: none;
    transition: 0.79s;
    color: #fff;
}
.form-signup .btn-signup:hover #tik {
    display: inline-block;
}
#team .box_team {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 230px;
    max-width: 350px;
    margin: 30px 10px;
    padding: 20px 15px;
    background: #f8f9fa;
    box-shadow: 0 5px 7px #0973b940;
    border-radius: 10px;
    transition: all 0.3s ease;
}
#team .box_team:hover {
    height: 420px;
}
#team .box_team .img_team {
    position: relative;
    width: 260px;
    height: 260px;
    top: -60px;
    z-index: 1;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
#team .box_team .img_team img {
    width: 100%;
    border-radius: 4px;
}
#team .box_team .contetn-team {
    position: relative;
    margin-top: -140px;
    padding: 10px 15px;
    text-align: center;
    color: #111;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
#team .box_team .contetn-team h3,
#team .box_team .contetn-team p {
    color: #000;
}
#team .box_team:hover .contetn-team {
    visibility: visible;
    opacity: 1;
    margin-top: -40px;
}
#about_us .animate_judge {
    display: flex;
    justify-content: center;
}
#about_us .judge_1 {
    display: block;
    margin: 0 -10vmin 0 0;
    animation: anijudge 1.5s step-start;
    animation-delay: 1.6s;
}
@keyframes anijudge {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(25deg);
    }
    100% {
        transform: rotate(-30deg);
    }
}
#about_us .judge_2 {
    display: block;
}
#about_us .animate_text {
    position: relative;
    opacity: 0;
    transition: all 0.3s ease;
}
#faqs {
    position: relative;
}
#faqs .header_faqs {
    position: absolute;
    top: 0;
    right: 0;
}
#faqs .body-faqs {
    position: absolute;
    top: 5%;
    right: 15%;
    left: 15%;
}
.accordion-faq {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: 0;
    text-align: right;
    font-size: 15px;
    transition: 0.4s;
}
.accordion-faq a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border-bottom: 1px solid var(--color-primary);
    border-radius: 20px;
}
.accordion-faq .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    background: #fff;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
}
.accordion-faq .content p {
    font-size: 1rem;
    font-weight: 300;
}
.accordion-faq .content.active-faq {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
}
.footer {
    background-color: #222;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.footer-div3 {
    position: absolute;
    top: -10%;
}
.footer-div3 img {
    opacity: 0.2;
}
.footer-widget h4 {
    color: #fff;
    border-bottom: 1px solid #444;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer-widget ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.footer-widget ul li {
    margin: 10px 0;
}
.footer-widget ul li a {
    text-decoration: none;
    transition: 0.4s;
}
.footer-widget ul li a:hover {
    color: var(--color-primary);
}
.footer-top {
    border-bottom: 1px solid #444;
}
.footer a {
    color: #fff;
}
.widget-social ul {
    display: flex;
}
.widget-social ul li {
    padding: 10px 0;
    margin: 0 !important;
}
.widget-social ul li span {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}
.widget-social ul li a {
    font-size: 20px;
    padding: 10px 10px;
}
.footer-copyright p {
    margin-bottom: 0;
    color: #d3d3d5;
}
.footer-contact-item {
    margin-bottom: 20px;
}
.footer-contact-item span {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
}
.footer-contact-item a {
    text-decoration: none;
}
#panel-user {
    background: var(--color-light);
}
.list-group-item.active {
    background: var(--color-primary) !important;
    border: var(--color-primary) !important;
}
.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.file-upload-wrapper::after {
    content: attr(data-text);
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 5px;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 25px;
    line-height: 25px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
}
.file-upload-wrapper::before {
    content: "انتخاب";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 40px;
    background: var(--color-primary);
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 5px 0 0 5px;
    transition: 0.5s ease-in-out;
}
.file-upload-wrapper input {
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
.article-recent_grid {
    width: 100%;
    height: auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 22%)) !important;
    justify-content: center;
    padding: 5px;
}
.section-recent_gridItem {
    border: solid;
}
.section-recent_gridItem p {
    margin-right: 10px;
    margin-top: 2%;
    color: #333;
}
.section-recent_gridItem img {
    width: 100%;
    height: auto;
}
.article-title {
    margin-right: 10px;
    margin-top: 70%;
    color: #333;
}
.myCustomer p {
    font-size: 1.3em;
    font-weight: 700;
}
.big-p {
    font-size: 1.4em;
    font-weight: 700;
}
.home-div1 {
    position: absolute;
}
.home-div1 img {
    width: 100%;
    opacity: 0.1;
}
.home-div2 {
    padding-top: 20px;
}
.home-div2 img {
    width: 100%;
}
@media screen and (max-width: 576px) {
    #counter_area .custom-counter {
        display: flex;
        justify-content: center;
    }
    .blog-sp {
        padding: 0;
    }
    .comment-top input[type="submit"] {
        width: 40%;
    }
    .gal-img {
        float: left;
        width: 100% !important;
    }
    .comment-top input[type="submit"] {
        width: 45%;
    }
    .poster-login img {
        display: none;
    }
    #team .box_team {
        height: 420px;
    }
    #team .box_team .contetn-team {
        visibility: visible;
        opacity: 1;
        margin-top: -40px;
    }
    .whyus {
        display: flex;
        align-items: center;
    }
    .whyus:before {
        padding: 0 0.5em 0 0;
        border-radius: 50%;
        box-shadow: 45vw 1.5rem 2em 0.5em rgba(0, 0, 0, 0.8);
    }
    .whyus:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .whyus:nth-child(odd):before {
        box-shadow: -45vw 1.5rem 2em 0.5em rgba(0, 0, 0, 0.8);
        padding: 0 0 0 0.5em;
    }
    .whyus:nth-child(odd):after {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.25), transparent);
    }
    .myCustomer p {
        font-size: 1.1em;
        font-weight: 700;
    }
}
@media screen and (max-width: 768px) {
    .top_header {
        padding-bottom: 15px;
    }
    .top_header {
        height: auto;
    }
    .calender i {
        float: none !important;
    }
    .calender span {
        float: none !important;
    }
    .infotop {
        float: none;
        text-align: center;
        direction: ltr;
        margin: 15px auto;
    }
    .infotop i {
        float: none;
    }
    .infotop span {
        text-align: center;
        float: none;
    }
    .infotop {
        float: right;
    }
    .services .content {
        flex-direction: column;
    }
    .blog-side.blog-top-right {
        padding-right: 0;
        margin-top: 1em;
        padding: 0;
    }
    .blog-sp {
        padding: 0;
    }
    .single-left {
        margin-top: 2em;
        padding: 0;
    }
    .box-signup {
        width: 100% !important;
        position: absolute;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 5px 5px 10px 3px #d3d3d3;
    }
    .services .content .box {
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .custom-navbar .btn-nav {
        display: block;
    }
    .custom-navbar .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        right: -100%;
        background: #fff;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }
    #menu-btn:checked ~ .nav-links {
        right: 0;
    }
    #menu-btn:checked ~ .btn-nav.menu-btn {
        display: none;
    }
    #close-btn:checked ~ .btn-nav.menu-btn {
        display: block;
    }
    .nav-links li {
        margin: 15px 10px;
    }
    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 16px;
        color: #3f4254;
    }
    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    .nav-links .drop-menu li a {
        color: var(--color-primary);
    }
    #showDrop1:checked ~ .drop-menu,
    #showDrop2:checked ~ .drop-menu,
    #showDrop3:checked ~ .drop-menu {
        max-height: 100%;
    }
    .nav-links .desktop-item {
        display: none;
    }
    .nav-links .mobile-item {
        display: block;
        color: #3f4254;
        font-size: 18px;
        font-weight: 500;
        padding-right: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    .nav-links .mobile-item:hover {
        background: var(--color-light);
    }
    .drop-menu li {
        margin: 0;
    }
    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }
    .video_popup video {
        max-width: 90%;
    }
}
@media screen and (min-width: 1024px) {
    .blog_info p {
        line-height: 1.5;
    }
    .blog_info {
        min-height: 275px;
        padding: 1em 2em;
    }
    .blog_info.blog-right {
        min-height: 305px;
        width: 100%;
    }
    .blog_info.blog-right {
        min-height: 297px;
    }
    .blog-x.br-mar {
        margin-top: 1.2em;
    }
    .blog_info.blog-right {
        min-height: 370px;
    }
    .blog_info.blog-right {
        min-height: 370px;
        width: 100%;
    }
    .blog_info.blog-right.two {
        min-height: 369px;
    }
    .blog_info.blog-right {
        min-height: 372px;
    }
    .blog_info.blog-right.two {
        min-height: 373px;
    }
    .blog_info {
        min-height: auto;
        padding: 2em 2em;
    }
    .blog_info.blog-right {
        min-height: auto;
    }
    .blog-side.blog-top-right {
        padding-right: 0;
        margin-top: 1em;
    }
    .blog_info.blog-right.two {
        min-height: auto;
    }
    .single-left {
        margin-top: 2em;
    }
    .blog-sec .card:nth-child(2) {
        margin: 1.5em 0;
    }
    .featured-content,
    .gal-img {
        float: left;
        width: 50% !important;
        margin-bottom: 1em;
    }
    .wrap {
        padding: 0 10rem;
        margin: 0 2rem;
    }
    .whyus {
        margin: 0 -10rem 0 0;
    }
    .whyus:after {
        transform: skew(-25deg);
    }
    .whyus:nth-last-child(-n + 2) {
        margin: 0 0 0 -10rem;
    }
}
