@font-face {
    font-family: "iranSansDN";
    src: url("../fonts/iransans/IRANSansDN.eot");
    /*src: url(../fonts/iransans/IRANSansDN.eot);*/
    src: local("IRANSansDN"), url("../fonts/iransans/IRANSansDN.eot?#iefix") format("embedded-opentype"),
    url("../fonts/iransans/IRANSansDN.woff2") format("woff2"),
    url("../fonts/iransans/IRANSansDN.woff") format("woff"),
    url("../fonts/iransans/IRANSansDN.ttf") format("truetype"),
    url("../fonts/iransans/IRANSansDN.svg#IRANSansDN") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

html {
    overflow-x: hidden !important;
}

body {
    margin: 0;
    color: #333366;
    font-family: iransans, sans-serif;
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    font-size: 14px;
}


a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.pt_50px {
    padding-top: 50px;
}

.mr-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.ml-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.pb-100px {
    padding-bottom: 100px !important;
}

.pt_header {
    padding-top: 100px;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.padding_khedmat {
    padding-right: 70px;
    padding-left: 70px;
}

.home_page.header .header-area {
    background-color: transparent;
}

.font-weight-bold {
    font-weight: bold !important;
}

.font-size-default {
    font-size: 15px !important;
}

.parent_login_button {
    position: relative;
    margin-left: 7px;
}

.submenu_dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    list-style: none;
    border-radius: 0px 0px 10px 10px;
    padding: 0px 10px;
    text-align: right;
    border-top: 3px solid #ec8923;
    top: 114%;
    right: 0;
    color: #000;
    font-size: 15px;
}

.submenu_dropdown li {
    height: 35px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
}

.submenu_dropdown li:last-child {
    border-bottom: unset;
}

.submenu_dropdown li a {
    color: #000;
    font-size: 13px;
}

.rotate_arrow_bottom {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.min-height-80vh {
    min-height: 80vh;
}

.form_register_overflow {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #000;
    background-color: #ec8923;
    border-color: #ec8923;
    box-shadow: 0 0 0 0.2rem rgb(217 74 29 / 50%);
}


.image_khadamat {
    width: 72px;
    /* margin: 10px auto 15px; */
    margin-bottom: 15px;
    display: block;
}

.text-coral {
    color: #ff8d52 !important;
}

.text-lavender {
    color: #be79df !important;
}

.text-niagara {
    color: #099a97 !important;
}

.text-bittersweet {
    color: #ff7272 !important;
}

.title_kh {
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 22px;

}

.title_child_kh {
    position: relative;
    display: inline-block;
}

.title_child_kh:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: #ec8923;
    top: 50%;
    right: -40px;
}

.title_child_kh:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: #ec8923;
    top: 50%;
    left: -40px;
}

.para_khedmat {
    width: 50%;
    margin: 15px auto 35px;
    text-align-last: center;
    text-align: justify;
    font-size: 17px;
    color: #7f8187;
    line-height: 2;
    font-weight: 400;
}

.border_left_khedmat {
    border-left: 2px dashed #d3d9e5;
}

.adjective_val > div > div {
    text-align: center;
    margin: 0px auto;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 5px;
}

.icon_service {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
    height: 115px;
    margin: 0 auto;
    border-radius: 10px;
    /*background-color: #fafafa;*/
    /*box-shadow: 0px -5px 5px 0px rgb(0 0 0 / 6%);*/
    transition: all 200ms linear;
    transition-delay: 0.1s;
    cursor: pointer;
}

.icon_service:hover {
    /*border-radius: 0;*/
    /*-webkit-box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 7%);*/
    /*box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 7%);*/
}

.feature-content--l3__list li:before {
    background-color: #ec8923;
}

.adjective_val {
    margin-bottom: 50px;
}

.title_index {
    line-height: 1;
    text-transform: uppercase;
    /*-webkit-text-fill-color: transparent;*/
    /*-webkit-text-stroke-width: 2px;*/
    /*-webkit-text-stroke-color: #ec8923;*/
    font-weight: 600 !important;
    /*margin-bottom: 20px;*/
    /* opacity: 0.5; */
    /*font-size: 3rem !important;*/
    font-size: 34px !important;
    /*font-family: 'iransansdn';*/
    /*color: #ec8923 !important;*/
    color: #00417f !important;
}

.card-hover__niagara:hover:hover {
    box-shadow: 0 8px 45px rgb(96 1 211 / 25%);
    border-radius: 10px;
    background-color: transparent;
}

.card-hover__coral:hover:hover {
    box-shadow: 0 8px 45px rgb(96 1 211 / 25%);
    border-radius: 10px;
    background-color: transparent;
}

.card-hover__bittersweet:hover:hover {
    box-shadow: 0 8px 45px rgb(96 1 211 / 25%);
    border-radius: 10px;
    background-color: transparent;
}

.card-hover__lavender:hover:hover {
    box-shadow: 0 8px 45px rgb(96 1 211 / 25%);
    border-radius: 10px;
    background-color: transparent;
}


.card-hover__niagara:hover:hover .card--services-l6__icon {
    background-color: rgba(9, 154, 151, 0.1) !important;
}

.card-hover__coral:hover:hover .card--services-l6__icon {
    background-color: rgba(255, 141, 82, 0.1) !important;
}

.card-hover__bittersweet:hover:hover .card--services-l6__icon {
    background-color: rgba(255, 114, 114, 0.1) !important;
}

.card-hover__lavender:hover:hover .card--services-l6__icon {
    background-color: rgba(190, 121, 223, 0.1) !important;
}

.card-hover__niagara:hover:hover .card--services-l6__heading, .card-hover__coral:hover:hover .card--services-l6__heading,
.card-hover__lavender:hover:hover .card--services-l6__heading, .card-hover__bittersweet:hover:hover .card--services-l6__heading {
    color: var(--color-headings);;
}


.card-hover__niagara:hover:hover .card--services-l6__content, .card-hover__bittersweet:hover:hover .card--services-l6__content,
.card-hover__coral:hover:hover .card--services-l6__content, .card-hover__lavender:hover:hover .card--services-l6__content {
    color: var(--color-texts-3);;
}

.logo1 {
    color: #46484d;
    font-size: 35px;
    font-weight: bold;
}

.logo1 a {
    color: #46484d;
}

.logo1 a img {
    width: 200px;
}

.parent_logo {
    width: 200px;
    margin-left: 20px;
}

.background_color {
    /*background-color: #fcfcfc;*/
    background-color: #f5f5f57d;
}

.img_brand {
    height: 100px;
    object-fit: contain;
}

.clients-carousel-holder {
    -webkit-box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
    box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background: #1f417f;
    margin: 25px 0 30px;
    padding: 0 40px;
    margin-top: -60px
}

.pormo--l4 {
    border-radius: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btn_new_image {
    margin-right: 140px;
    border-radius: 5px !important;
    margin-left: 15px;
}

.promo-area--l4 {
    /*padding-bottom:0;*/
}

.pormo--l4::before {
    border-radius: 0;
}

.box_bottom_image {
    -webkit-box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
    box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
    /*height: 160px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background: #fff;
    /*margin: 25px 0 30px;*/
    /*padding: 0 40px;*/
    /*margin-top: -80px;*/
    position: relative;
    z-index: 9;
    height: 100%;
}

.service-box {
    position: relative;
    /*-webkit-box-shadow: 0 5px 30px rgb(70 72 77 / 8%);*/
    /*box-shadow: 0 5px 30px rgb(70 72 77 / 8%);*/
    top: 0;
    display: block;
    -webkit-transition: top .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: top .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out, top .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, top .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, top .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.service-box-icon, .service-box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-box-icon {
    height: 41px;
    margin-left: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-box-icon img {
    height: 40px;
}

.service-box-title {
    font-size: 17px;
    font-weight: 400;
    padding-top: 2px;
    line-height: 1.8;
}

.service-box-text {
    margin-top: 15px;
    color: #7f8187;
    font-size: 15px;
    text-align: justify;
}

.service-box-overlay {
    bottom: -40px;
    left: -10px;
    height: 120px;
}

.service-box-overlay {
    position: absolute;
    opacity: .05;
}

.section-title--l3 .section-title__sub-heading {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-bottom: 20px;
    /* opacity: 0.5; */
    font-size: 34px !important;
    /*font-family: 'iransansdn';*/
    /*color: #ec8923 !important;*/
    color: #00417f !important;
}

.page-title-content__heading {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-bottom: 20px;
    /* opacity: 0.5; */
    font-size: 34px !important;
    /*font-family: 'iransansdn';*/
    /*color: #ec8923 !important;*/
    color: #00417f !important;
}

.contact-section .form-control, .contact-section .form-check-input {
    border: 1px solid rgb(38 39 41 / 36%) !important;
}

.contact-form input.form-control, .contact-form-inner-2 input.form-control {
    border-radius: 5px;
}

.contact-form textarea, .contact-form-inner-2 textarea {
    border-radius: 5px;
    resize: none;
}

.btn-primary {
    color: #000;
    background-color: #ec8923;
    border-color: #ec8923;
}

.btn-primary:hover {
    color: #000;
    background-color: #ec8923;
    border-color: #ec8923;
}

.contact-widget-box {
    background-color: #00417f;
    border-radius: 15px;
}

.page-title-content .shape {
    bottom: 26%;
    width: 13%;
    opacity: 0.7;
}

.page-title-content .shape1 {
    position: absolute;
    right: 32%;
    bottom: 30%;
    opacity: 0.5;
}

.page-title-content .shape2 {
    position: absolute;
    transform: scale(-1);
    top: 136%;
    right: 0;
    height: 300px;
    /*filter: brightness(0.5);*/
    width: 334px;
}

.page-title-content .shape3 {
    position: absolute;
    top: 0;
    transform: scaleX(-1);
    right: 0;
    width: 300px;
    height: 300px;
}

.page-title-content .shape1 img, .page-title-content .shape2 img, .page-title-content .shape3 img {
    width: 100%;
    /*height: 100%;*/
}

.page-title-content {
    height: calc(100vh - 95px);
    overflow: hidden;
}

.page-title-content__text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 2;
    text-align: justify;
    text-align-last: right;
}

.back_image_about {
    position: relative;
}

.back_image_about::before {
    content: '';
    position: absolute;
    background-image: url(../images/about/bg.png);
    width: 325px;
    height: 280px;
    /* background-position: center; */
    background-size: cover;
    right: -70px;
    top: -68px;
    transform: scaleX(-1);
    z-index: -1;
}

.section-title--l5 .section-title__sub-heading {
    padding-right: 0px;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    /*-webkit-text-fill-color: transparent;*/
    /*-webkit-text-stroke-width: 2px;*/
    /*-webkit-text-stroke-color: #ec8923;*/
    font-weight: 600 !important;
    /*margin-bottom: 20px;*/
    /* opacity: 0.5; */
    /*font-size: 3rem !important;*/
    font-size: 34px !important;
    /*font-family: 'iransansdn';*/
    /*color: #ec8923 !important;*/
    color: #00417f !important;
}

.section-title--l5 .section-title__sub-heading:before {
    content: unset;
}

.section-title--l3 .section-title__heading {
    line-height: 1;
    text-transform: uppercase;
    /*-webkit-text-fill-color: transparent;*/
    /*-webkit-text-stroke-width: 2px;*/
    /*-webkit-text-stroke-color: #ec8923;*/
    font-weight: 600 !important;
    /*margin-bottom: 20px;*/
    /* opacity: 0.5; */
    /*font-size: 3rem !important;*/
    font-size: 34px !important;
    /*font-family: 'iransansdn';*/
    /*color: #ec8923 !important;*/
    color: #00417f !important;
}

.section-title--l5 .section-title__description {
    text-align: justify;
}

.counter-widgets {
    background-color: rgba(31, 63, 137, 0.9);
}

.about-us-section--l5 .about-us__image, .video-section .about-us__image {
    overflow: hidden;
}

.feature-content--l3__image {
    border-radius: 15px;
    overflow: hidden;
}

.call-to-action .call-to-action-title {
    font-size: 25px !important;
    font-weight: 600;
    color: #fff;
    text-align: right;
}

.call-to-action p {
    text-align: right;
    margin-top: 10px;
}

.call-to-action {
    border-radius: 0.3125rem;
    /*box-shadow: 0 20px 100px rgb(53 55 57 / 7%);*/
    background: #1f417f;
    position: relative;
    overflow: hidden;
    padding: 40px 50px;
    width: 100%;
}

.call-to-action-inner {
    position: relative;
    z-index: 2;
}

.search-form, .search-form form input {
    background-color: #efefef;
}

.para_title_faq {
    line-height: 1.8;
    font-size: 17px;
    margin-bottom: 30px;
}

.tab-content .accordion-button.collapsed {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-title--l7 .section-title__heading, .section-title--l8 .section-title__heading {
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    /*-webkit-text-fill-color: transparent;*/
    /*-webkit-text-stroke-width: 2px;*/
    /*-webkit-text-stroke-color: #ec8923;*/
    font-weight: 600 !important;
    /*margin-bottom: 20px;*/
    /* opacity: 0.5; */
    /*font-size: 3rem !important;*/
    font-size: 34px !important;
    /*font-family: 'iransansdn';*/
    /*color: #ec8923 !important;*/
    color: #00417f !important;
}

.faqs-area--inner .section-title {
    margin-bottom: 30px;
}

.tab-content .accordion-button {
    font-size: 18px;
}

.search-form form button {
    color: #ec8923;
}

.tab-content .accordion-body:before {
    background-color: #ec8923;
}

.faq-tabs .nav-link.active {
    color: #ec8923;
}

@media (min-width: 992px) {
    .contact-inner-1 {
        padding-top: 80px;
        padding-bottom: 110px;
    }

    .faqs-area--inner {
        padding-top: 70px;
        padding-bottom: 120px;
    }
}

@media (max-width: 768px) {
    .para_khedmat {
        width: 70%;
    }

    .tab-content .accordion-body {
        font-size: 17px;
    }
}

@media (max-width: 576px) {
    .para_khedmat {
        width: 90%;
    }

    .section-heading {
        font-size: 27px !important;
        margin-bottom: 15px !important;
        z-index: 99;
        position: relative;
    }

    .adjective_val > div > div {
        width: 100%;
    }

    .tab-content .accordion-button::after {
        color: #ec8923;
    }
}


/* Homepage 1*/
.common-title h2 {
    line-height: 2;
    text-transform: uppercase;
    /*-webkit-text-fill-color: transparent;*/
    /*-webkit-text-stroke-width: 2px;*/
    /*-webkit-text-stroke-color: #ec8923;*/
    font-weight: 600;
    margin-bottom: 20px;
    /*opacity: 0.5;*/
    /*font-size: 3rem;*/
    font-size: 34px;
    /*font-family: 'iransansdn';*/
    /*color: #ec8923;*/
    color: #00417f;
}

.header-btn {
    text-align: left;
    display: flex;
    justify-content: end;
}

@media (max-width: 992px) {
    .header-btn {
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .common-title h2 {
        /*font-size: 50px;*/
        margin-bottom: 25px;
    }

    .common-title h3 {
        font-size: 25px;
    }
}

.common-title h3 {
    margin-bottom: 20px;
    line-height: 1.5;
}

.common-title p {
    margin-bottom: 30px;
    text-align: justify;
}

.hero-slider-active {
    overflow: hidden;
    height: calc(100vh - 95px);
}

.hero-slider-active .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    top: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 1%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-slider-active .slick-dots {
        top: initial;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 767.99px) {
    .hero-slider-active .slick-dots {
        top: initial;
        bottom: -30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.hero-slider-active .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #333366;
    outline: none;
    float: left;
    margin-left: 10px;
    background: transparent;
    margin-bottom: 10px;
    padding: 2px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-slider-active .slick-dots li button {
        margin-right: 10px;
    }
}

@media (max-width: 767.99px) {
    .hero-slider-active .slick-dots li button {
        margin-right: 10px;
    }
}

.hero-slider-active .slick-dots li.slick-active button {
    background: #ec8923;
    border: 1px solid #ec8923;
}

.hero-area {
    background: #fcfcfc;
    position: relative;
    padding-top: 230px;
    padding-bottom: 80px;
}

.hero-area_back {
    background: transparent;
}

@media (max-width: 575.98px) {
    .hero-area {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-area {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-area {
        padding-top: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-area {
        padding-top: 100px;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .hero-area {
        padding-top: 65px;
    }
}

.hero-area .hero-shapes .hshapes1 {
    width: 300px;
    height: 100%;
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: -1;
    transform: scaleX(-1);
}

.hero-area .hero-shapes .hshapes2 {
    width: 30px;
    position: absolute;
    right: 16%;
    top: 13%;
    /*z-index: -1;*/
    opacity: 0.2;
}

.hero-area .hero-shapes .hshapes3 {
    width: 40px;
    position: absolute;
    right: 11%;
    bottom: 33%;
    z-index: -1;
    opacity: 0.3;
}

.hero-area .hero-shapes .hshapes4 {
    width: 150px;
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: -1;
    transform: scaleX(-1);
}

.hero-area .hero-shapes .hshapes5 {
    width: 150px;
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: -1;
    transform: scaleX(-1);
    opacity: 0.5;
}

.hero-area .hero-left .large {
    /* background: transparent; */
    /* outline: none; */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-text-stroke-width: 2px; */
    /* -webkit-text-stroke-color: #ec8923; */
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 70px;
    /* font-family: 'iransansdn'; */
    font-size: 34px;
    /* color: #ec8923; */
    color: #00417f;
    /* color: #46484d;*/
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .hero-area .hero-left .large {
        margin-top: unset;
    }
}

.hero-area .hero-left h1 {
    margin-bottom: 30px;
    line-height: 1;
}

@media (max-width: 575.98px) {
    .hero-area .hero-left h1 {
        /*font-size: 60px;*/
    }
}

.hero-area .hero-left h2 {
    margin-bottom: 10px;
    margin-top: 25px;
}

@media (max-width: 575.98px) {
    .hero-area .hero-left h2 {
        /*font-size: 48px;*/
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 25px;
        line-height: 1.5;
    }
}

.hero-area .hero-left p {
    margin-bottom: 45px;
    text-align: justify;
    font-size: 17px;
    line-height: 2;
    color: #7f8187;
}

.hero-area .hero-left .template-btn1 {
    margin-left: 20px;
}

.hero-area .hero-left .template-btn01 {
    margin-left: 10px;
}

.hero-area .hero-right {
    position: relative;
    margin-right: 25px;
}

.hero-area .hero-right .hr-shapes .hr1 {
    position: absolute;
    z-index: 1;
    bottom: -90px;
    right: -22%;
    width: 130%;
    opacity: 0.5;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .hero-area .hero-right .hr-shapes .hr1 {
        right: -2%;
        width: 118%;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .hero-area .hero-right .hr-shapes .hr1 {
        right: -22%;
        width: 142%;
    }
}

.hero-area .hero-right .hr-shapes .hr2 {
    position: absolute;
    z-index: 1;
    top: -8%;
    right: 0%;
    width: 70px;
    opacity: 0.2;
}

.hero-area .hero-right .hr-shapes .hr3 {
    position: absolute;
    z-index: 1;
    bottom: -4%;
    left: -13%;
    width: 70px;
    opacity: 0.3;
}

.hero-area .hero-right .m-img {
    width: 500px;
    position: relative;
    z-index: 11;
}

.hero-area .hero-right .m-img2 {
    width: 260px;
    position: relative;
    z-index: 11;
}

.fea-area {
    position: relative;
    overflow: hidden;
}

.fea-area .fea-shapes .fs1 {
    position: absolute;
    right: 0%;
    bottom: -82%;
    width: 445px;
    transform: scaleX(-1);
}

.fea-area .fea-right .fea-box {
    margin-bottom: 30px;
}

.fea-area .fea-right .fea-box ul {
    margin-left: 100px;
}

@media (max-width: 575.98px) {
    .fea-area .fea-right .fea-box ul {
        margin-left: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .fea-area .fea-right .fea-box ul {
        margin-left: 50px;
    }
}

.fea-area .fea-right .fea-box ul li {
    /*font-family: vazir, sans-serif;*/
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    list-style: none;
    display: flex;
    line-height: 1.8;
}

.fea-area .fea-right .fea-box ul li p {
    width: calc(100% - 50px);
    margin-bottom: 0;
    color: #000;
}

.fea-area .fea-right .fea-box ul li span {
    color: #ec8923;
}

.service-area {
    background: #fcfcfc;
    position: relative;
    overflow: hidden;
}

.service-area .service-shapes .ser-sh1 {
    position: absolute;
    width: 465px;
    left: 0%;
    bottom: -56%;
    z-index: 0;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .service-area .service-shapes .ser-sh1 {
        width: 200px;
        bottom: -26%;
    }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .service-area .service-shapes .ser-sh1 {
        width: 250px;
        bottom: -31%;
    }
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
    .service-area .service-shapes .ser-sh1 {
        width: 300px;
        bottom: -35%;
    }
}

.single-service {
    padding: 30px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(113, 113, 113, 0.05);
    box-shadow: 0px 0px 40px 0px rgba(113, 113, 113, 0.05);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
    /*height: 100%;*/
    z-index: 1;
    position: relative;
}

.single-service .ser-content {
    height: calc(100% - 80px);
}

.single-service .ser-content p {
    height: 120px;
}

.single-service:hover {
    -webkit-box-shadow: 0px 30px 20px 0px rgba(119, 119, 147, 0.1);
    box-shadow: 0px 30px 20px 0px rgba(119, 119, 147, 0.1);
}

.single-service .ser-icon {
    background: #ec8923;
    width: 85px;
    height: 80px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 1;
    overflow: hidden;
}

.single-service .ser-icon .ser-icon1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-service .ser-content h4 {
    text-transform: capitalize;
    margin-bottom: 20px;
}

.single-service .ser-content p {
    margin-bottom: 20px;
    text-align: justify;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.screenshot-area {
    overflow: hidden;
}

.screenshot-area .ss-container .ss-active .ss-item .bg {
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 -24px;
    opacity: 0.5;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: -1;
    border-radius: 10px;
    overflow: hidden;
}

.screenshot-area .ss-container .ss-active .ss-item .bg img {
    width: 100%;
}

.screenshot-area .ss-container .ss-active .slick-list {
    padding: 20px 0 !important;
    direction: rtl;
}

.screenshot-area .ss-container .ss-active .slick-list .slick-slide {
    float: right;
}

.screenshot-area .ss-container .ss-active .slick-center .bg {
    z-index: 2;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.screenshot-area .ss-container .slick-slide {
    outline: none;
}

.screenshot-area .ss-container .slick-prev,
.screenshot-area .ss-container .slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 35px;
    height: 35px;
    background: transparent;
    border: 1px solid #ec8923;
    color: #ec8923;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screenshot-area .ss-container .slick-prev:hover,
.screenshot-area .ss-container .slick-next:hover {
    background: #ec8923;
    color: #ffffff;
}

.screenshot-area .ss-container .slick-prev {
    left: -80px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .screenshot-area .ss-container .slick-prev {
        left: -20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .screenshot-area .ss-container .slick-prev {
        left: -20px;
    }
}

@media (max-width: 767.99px) {
    .screenshot-area .ss-container .slick-prev {
        left: -5px;
    }
}

.screenshot-area .ss-container .slick-next {
    right: -80px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .screenshot-area .ss-container .slick-next {
        right: -20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .screenshot-area .ss-container .slick-next {
        right: -20px;
    }
}

@media (max-width: 767.99px) {
    .screenshot-area .ss-container .slick-next {
        right: -5px;
    }
}

.single-count {
    padding: 35px 0;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(119, 119, 147, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(119, 119, 147, 0.1);
    margin-bottom: 30px;
}

.single-count .count-icon {
    width: 40px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    border-radius: 10px;
}

.single-count .count-icon span {
    font-size: 24px;
    color: #ec8923;
}

.single-count .count-num {
    font-size: 24px;
    font-weight: 700;
    color: #333366;
    /* font-family: vazir, sans-serif; */
}

.single-count .count-num::after {
    content: "+";
}

.download-area .download-left {
    position: relative;
}

.download-area .download-left .dl-shapes .dl1 {
    width: 140px;
    position: absolute;
    top: -10%;
    right: -15%;
    z-index: -1;
}

.download-area .download-right {
    padding-right: 60px;
}

@media (max-width: 767.99px) {
    .download-area .download-right {
        padding-right: 0;
    }
}

.download-area .download-right .btn-box a {
    margin-left: 20px;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
}

.download-area .download-right .btn-box a:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 109, 60, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(255, 109, 60, 0.2);
}

.download-area .download-right .btn-box a img {
    width: 170px;
}

.pricing-area {
    background: #fff9f5;
    border-radius: 10px;
    overflow: hidden;
}

.pricing-area .pricing-nav {
    border: 2px solid #ec8923;
    border-radius: 10px;
    display: inline-block !important;
    padding: 5px;
}

.pricing-area .pricing-nav a {
    /*font-family: vazir, sans-serif;*/
    font-style: 16px;
    font-weight: 500;
    color: #333366;
    text-transform: capitalize;
}

.pricing-area .pricing-nav a.active {
    /*font-family: vazir, sans-serif;*/
    font-style: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #ec8923;
    text-transform: capitalize;
    border-radius: 8px;
}

.single-pricing {
    background: #ffffff;
    padding: 30px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
}

.single-pricing:hover {
    -webkit-box-shadow: 0px 30px 50px 0px rgba(119, 119, 147, 0.1);
    box-shadow: 0px 30px 50px 0px rgba(119, 119, 147, 0.1);
}

.single-pricing:hover .template-btn2 {
    background: #ec8923 !important;
    color: #ffffff !important;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-pricing:hover .template-btn2:hover {
    background: transparent !important;
    border: 1px solid #ec8923;
    color: #ec8923 !important;
}

.single-pricing h6 {
    margin-bottom: 20px;
}

.single-pricing h3 {
    margin-bottom: 20px;
    word-spacing: -14px;
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

.single-pricing h3::before {
    content: "ØªÙˆÙ…Ø§Ù†";
    font-size: 18px;
    position: absolute;
    top: 7px;
    right: -44px;
}

.single-pricing h3 span {
    font-size: 30px;
}

.single-pricing ul {
    margin-bottom: 20px;
}

.single-pricing ul li {
    line-height: 2;
}

.single-pricing .template-btn2 {
    color: #333366 !important;
}

.single-pricing .template-btn2:hover {
    color: #ffffff !important;
}

.team-area {
    overflow: hidden;
}

.single-team {
    margin-bottom: 30px;
}

.single-team:hover .team-content {
    background: #ec8923;
}

.single-team:hover .team-content h5 {
    color: #ffffff;
}

.single-team:hover .team-content h6 {
    color: #ffffff;
}

.single-team .team-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: -45px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.single-team .team-img::after {
    content: "";
    background: #ec8923;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -1;
}

.single-team .team-img .social-icons span {
    width: 35px;
    height: 35px;
    background: #f6f6f6;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    position: relative;
}

.single-team .team-img .social-icons span:hover a {
    color: #ffffff;
}

.single-team .team-img .social-icons span:hover::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.single-team .team-img .social-icons span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: #333366;
    opacity: 0;
    visibility: hidden;
}

.single-team .team-img .social-icons span a {
    color: #333366;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-team .team-img .social-icons .si1 {
    position: absolute;
    bottom: -5%;
    right: -5%;
}

.single-team .team-img .social-icons .si2 {
    position: absolute;
    bottom: -23%;
    left: 36%;
}

.single-team .team-img .social-icons .si3 {
    position: absolute;
    bottom: -5%;
    left: -5%;
}

.social_googleplus {
    background: url(../images/index/google.png) no-repeat;
}

.social_pintrest {
    background: url(../images/index/pintrest.png) no-repeat;
}

.social_twitter {
    background: url(../images/index/twiter.png) no-repeat;
}

.social_facebook {
    background: url(../images/index/facebook.png) no-repeat;
}

.social_linkedin {
    background: url(../images/index/linkdin.png) no-repeat;
}

.social_instagram {
    background: url(../images/index/insta.png) no-repeat;
}

.social_telegram {
    background: url(../images/index/telegram.png) no-repeat;
}

.social_rss {
    background: url(../images/index/rss.png) no-repeat;
}

.rounded-x {
    border-radius: 50% !important;
}

.single-team .team-img img {
    width: 100%;
}

.single-team .team-content {
    margin-top: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(119, 119, 147, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(119, 119, 147, 0.1);
    border-radius: 8px;
    text-align: center;
    padding: 70px 30px 30px 30px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-team .team-content h5 {
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-team .team-content h6 {
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.testimonial-area {
    background: #fff9f5;
    overflow: hidden;
}

.testimonial-area .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.testimonial-area .slick-dots li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #ec8923;
    outline: none;
    float: left;
    margin-left: 10px;
    background: transparent;
}

.testimonial-area .slick-dots li.slick-active button {
    background: #ec8923;
    outline: none;
    border: none;
}

.single-testi {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(119, 119, 147, 0.1);
    box-shadow: 0px 10px 15px 0px rgba(119, 119, 147, 0.1);
    margin: 0 10px 30px;
    border-radius: 20px;
}

.single-testi .testi-upper {
    position: relative;
}

.single-testi .testi-upper .quote {
    position: absolute;
    left: 12%;
    top: 21%;
    font-size: 24px;
    transform: scaleX(-1);
}

.single-testi .testi-upper .testi-img {
    position: relative;
    width: 145px;
    height: 190px;
    padding: 0 0 5px 5px;
}

.single-testi .testi-upper .testi-img img {
    position: relative;
    z-index: 11;
}

.single-testi .testi-upper .testi-img::after {
    width: 100%;
    height: 100%;
    content: "";
    background: #ec8923;
    position: absolute;
    border-radius: 20px 14px 66px 66px;
    z-index: 1;
    top: 0;
    right: 0;
}

@media (max-width: 575.98px) {
    .single-testi .testi-upper .testi-img::after {
        display: none;
    }
}

.single-testi .testi-upper .testi-img::before {
    content: "";
    position: absolute;
    top: -35px;
    left: -16px;
    width: 30px;
    -webkit-transform: rotate(-49deg);
    -ms-transform: rotate(49deg);
    transform: rotate(-49deg);
    height: 60px;
    border-left: solid 50px #ec8923;
    border-bottom: solid 30px transparent;
    border-top: solid 30px transparent;
}

@media (max-width: 575.98px) {
    .single-testi .testi-upper .testi-img::before {
        display: none;
    }
}

.single-testi .testi-upper .testi-content {
    padding: 40px 20px;
}

@media (max-width: 575.98px) {
    .single-testi .testi-upper .testi-content {
        padding: 20px;
    }
}

.single-testi .testi-upper .testi-content h4 {
    margin-bottom: 10px;
}

.single-testi .testi-upper .testi-content .review span {
    color: #ec8923;
    margin-left: 8px;
}

.single-testi .testi-upper .testi-content .review span:first-child {
    margin-left: 0;
}

.single-testi .testi-bottom {
    padding: 20px;
}

@media (max-width: 575.98px) {
    .single-testi .testi-bottom {
        padding: 20px;
        padding-top: 0;
    }
}

.blog-area {
    overflow: hidden;
}

.single-blog {
    margin-bottom: 40px;
}

.single-blog .blog-img {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.single-blog .blog-img::after {
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-blog .blog-img img {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.single-blog .blog-img:hover::after {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.3;
    visibility: visible;
}

.single-blog .blog-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.single-blog .blog-content .meta-box {
    margin-bottom: 20px;
}

.single-blog .blog-content .meta-box span a {
    color: #333366;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-blog .blog-content .meta-box span a:hover {
    color: #ec8923;
}

.single-blog .blog-content h4 {
    margin-bottom: 20px;
}

.single-blog .blog-content h4 a {
    color: #333366;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-blog .blog-content a {
    color: #333366;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-blog .blog-content a:hover {
    color: #ec8923;
}

/*end*/


/*process section*/
/* line 1, src/assets/scss/components/process-section/_process-1.scss */
.work-process-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

/* line 10, src/assets/scss/components/process-section/_process-1.scss */
.work-process-wrap .process-icon-item {
    position: relative;
    /*margin-bottom: 5.5rem;*/
}

/* line 14, src/assets/scss/components/process-section/_process-1.scss */
.work-process-wrap .process-icon-item .process-icon {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    height: 8.75rem;
    width: 8.75rem;
    line-height: 1;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 2.1875rem 0 rgba(119, 119, 120, 0.13);
    box-shadow: 0 0 2.1875rem 0 rgba(119, 119, 120, 0.13);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* line 36, src/assets/scss/components/process-section/_process-1.scss */
.work-process-wrap .process-icon-item .process-icon i {
    font-size: 2.753rem;
}

/* line 40, src/assets/scss/components/process-section/_process-1.scss */
.work-process-wrap .process-icon-item .process-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* line 45, src/assets/scss/components/process-section/_process-1.scss */
.work-process-wrap .process-icon-item svg {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    top: 80%;
}

/* line 53, src/assets/scss/components/process-section/_process-1.scss */
.work-process-wrap .process-icon-item svg:not(:root) {
    overflow: hidden;
}

/* line 57, src/assets/scss/components/process-section/_process-1.scss */
.work-process-wrap .right-shape .d-flex {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}

/* line 3, src/assets/scss/components/process-section/_process-2.scss */
.work-process-wrap-2 .work-process-number {
    position: relative;
    z-index: 400;
    margin-bottom: 35px;
}

/* line 7, src/assets/scss/components/process-section/_process-2.scss */
.work-process-wrap-2 .work-process-number:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    z-index: -7;
    border: 1px dashed #fff;
}

/* line 18, src/assets/scss/components/process-section/_process-2.scss */
.work-process-wrap-2 .work-process-number span {
    text-align: center;
    height: 100px;
    width: 100px;
    display: inline-block;
    line-height: 100px;
    border-radius: 50%;
    font-size: 38px;
    color: #1b2e4b;
    background: #fff;
    font-weight: 700;
    font-family: iransans;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/* line 34, src/assets/scss/components/process-section/_process-2.scss */
.work-process-wrap-2:hover span {
    -webkit-box-shadow: 0 0 0 10px #e5e9f2, 0 0 0 20px #c0ccda;
    box-shadow: 0 0 0 10px #e5e9f2, 0 0 0 20px #c0ccda;
}

/* line 41, src/assets/scss/components/process-section/_process-2.scss */
.work-process-item:last-child .work-process-number:before {
    display: none;
}

@media only screen and (max-width: 991.98px) {
    /* line 49, src/assets/scss/components/process-section/_process-2.scss */
    .work-process-item:nth-child(1),
    .work-process-item:nth-child(2) {
        margin-bottom: 50px;
    }

    /* line 53, src/assets/scss/components/process-section/_process-2.scss */
    .work-process-item:nth-child(2) .work-process-number::before {
        display: none;
    }
}

@media only screen and (max-width: 575.98px) {
    /* line 59, src/assets/scss/components/process-section/_process-2.scss */
    .work-process-item {
        margin-bottom: 30px;
    }

    /* line 62, src/assets/scss/components/process-section/_process-2.scss */
    .work-process-item .work-process-number::before {
        display: none !important;
    }

    /* line 65, src/assets/scss/components/process-section/_process-2.scss */
    .work-process-item:last-child {
        margin-bottom: 0;
    }
}

/*end process section*/

/* Header Section */
.header {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100px;
}

.header-area {
    background: #00417f;
    /*-webkit-box-shadow: 0px 10px 20px 0px rgba(171, 171, 171, 0.08);*/
    /*box-shadow: 0px 10px 20px 0px rgba(171, 171, 171, 0.08);*/
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header-area .logo {
    max-width: 175px;
}

.header-area .logo img {
    width: 100%;
}

.stickyMenu.header-area {
    padding: 10px 0;
}

.stickyMenu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 88;
    padding: 10px;
    margin: 0 auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #ffffff;
}

.stickyMenu .mean-container a.meanmenu-reveal {
    top: 12px;
}

@media (max-width: 575.98px) {
    .stickyMenu .mean-container a.meanmenu-reveal {
        top: 19px;
    }
}

/*end*/


/* Navbar */
.main-menu {
    list-style: none;
    margin-bottom: 0;
    padding-right: 0;
}

.main-menu li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.main-menu li:first-child {
    margin-right: 0;
}

.main-menu li:last-child {
    margin-left: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .main-menu li {
        margin-right: 25px;
    }
}

.main-menu li:hover .submenu {
    opacity: 1;
    visibility: visible;
}

.main-menu li .submenu {
    position: absolute;
    top: 110%;
    right: 0;
    width: 180px;
    padding: 20px;
    background: #ec8923;
    color: #ffffff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 22;
}

@media (max-width: 991.98px) {
    .main-menu li .submenu {
        -webkit-transition: initial;
        -o-transition: initial;
        transition: initial;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-menu li .submenu {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 767.99px) {
    .main-menu li .submenu {
        width: 100%;
        padding: 0;
    }
}

.main-menu li .submenu li {
    display: block;
    position: relative;
    margin-right: 0;
}

.main-menu li .submenu li:hover::after {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-menu li .submenu li:hover::after {
        display: none;
    }
}

.main-menu li .submenu li::after {
    content: '';
    height: 1px;
    width: 0%;
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.main-menu li .submenu li a {
    padding: 5px 0;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.main-menu li a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 17px 0px;
    text-transform: capitalize;
    font-family: iransans, sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.main-menu li a:hover {
    color: #ec8923;
}

.main-menu li a.template-btn1 {
    background: #ffffff;
}

.main-menu2 li a {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.main-menu2 li a:hover {
    color: #406df8;
}

.main-menu3 li a {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.main-menu3 li a:hover {
    color: #ff3322;
}

.mobile-menu {
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    left: auto;
    direction: rtl;
}

.mobile-menu .main-menu li a span {
    display: none;
}

.mobile-menu .main-menu li .submenu {
    padding: 0;
    opacity: 1;
}

@media (max-width: 575.98px) {
    .mobile-menu {
        top: -6px;
        right: 0;
    }

}

.mobile-menu .main-menu li .submenu {
    position: static;
    width: 100%;
}

.mobile-menu .mean-nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mobile-menu .mean-bar {
    background: transparent;
}

.mobile-menu .mean-bar .mean-nav {
    margin-top: 65px;
    background: #ec8923;
    position: relative;
    left: 0;
}

.mobile-menu .mean-nav ul li a.mean-expand:hover {
    background: #ec8923;
}

.mean-container a.meanmenu-reveal span {
    background-color: #ffffff;
}

.mean-container a.meanmenu-reveal {
    background: #ec8923;
    right: 92% !important;
    top: 22px;
    padding: 12px;
    right: auto;
    text-align: center;
    text-indent: 0px;
    border-radius: 10px;
    display: block;
    font-size: 18px;
}

@media (max-width: 575.98px) {
    .mean-container a.meanmenu-reveal {
        right: 86% !important;
        top: 28px;
        padding: 8px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .mean-container a.meanmenu-reveal {
        right: 90% !important;
        top: 22px;
        padding: 12px;
    }
}

.mean-container a.meanmenu-reveal.meanclose {
    color: #ffffff;
    background: #ec8923;
}

.mean-container .mean-nav {
    background: #ec8923;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #ec8923;
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 25px;
    height: 25px;
}

.main-menu2 li .submenu {
    background: #406df8;
}

.mobile-menu2.mean-container a.meanmenu-reveal {
    background: #406df8;
}

.mobile-menu2.mean-container a.meanmenu-reveal.meanclose {
    background: #406df8;
}

.mobile-menu2.mean-container .mean-nav {
    background: #406df8;
    left: 0;
}

.mobile-menu2.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #406df8;
}

.mobile-menu2 {
    top: -13px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .mobile-menu2 {
        top: -12px;
        left: -81%;
    }
}

@media (max-width: 575.98px) {
    .mobile-menu2 {
        top: -19px;
        left: -87%;
    }
}

.mobile-menu2 .mean-nav {
    margin-top: 75px;
    background: #406df8;
}

.mobile-menu2 .mean-nav ul li a.mean-expand:hover {
    background: #406df8;
}

.main-menu3 li .submenu {
    background: #ff3322;
}

.mobile-menu3.mean-container a.meanmenu-reveal {
    background: #ff3322;
}

.mobile-menu3.mean-container a.meanmenu-reveal.meanclose {
    background: #ff3322;
}

.mobile-menu3.mean-container .mean-nav {
    background: #ff3322;
}

.mobile-menu3.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #ff3322;
}

.mobile-menu3 .mean-nav {
    margin-top: 75px;
    background: #ff3322;
}

.mobile-menu3 .mean-nav ul li a.mean-expand:hover {
    background: #ff3322;
}

/*end*/


/* Button */
.template-btn1 {
    -webkit-box-shadow: 0px 15px 30px 0px rgba(255, 115, 140, 0.2);
    box-shadow: 0px 15px 30px 0px rgba(255, 115, 140, 0.2);
    /*background: #ec8923;*/
    background: #ec8923;
    border: 2px solid transparent;
    color: #ffffff;
    padding: 10px 15px;
    /*font-family: vazir, sans-serif;*/
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: capitalize;
}

.template-btn01 {
    -webkit-box-shadow: 0px 15px 30px 0px rgba(255, 115, 140, 0.2);
    box-shadow: 0px 15px 30px 0px rgba(255, 115, 140, 0.2);
    /*background: #ec8923;*/
    background: #ec8923;
    border: 2px solid transparent;
    color: #ffffff;
    padding: 10px 30px;
    /*font-family: vazir, sans-serif;*/
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: capitalize;
    z-index: 9;
    cursor: pointer;
    position: relative;
}

.template-btn01:hover {
    color: #ffffff;
}

.template-btn02 {
    background: #eef1f6;
    /* color: #7f8187; */
    margin-left: 7px;
    border-radius: 5px;
    padding: 10px 15px;
    /* background: transparent; */
    border: 2px solid #eef1f6;
    color: #333366;
    /*font-family: vazir, sans-serif;*/
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: capitalize;
}

@media (max-width: 575.98px) {
    .template-btn1 {
        padding: 8px 15px;
    }
}

.template-btn1:hover {
    color: #fff;
    border: 2px solid #ec8923;
}

.template-btn2 {
    background: transparent;
    border: 2px solid #ec8923;
    color: #333366;
    padding: 10px 30px;
    /*font-family: vazir, sans-serif;*/
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: capitalize;
}

@media (max-width: 575.98px) {
    .template-btn2 {
        padding: 8px 15px;
    }
}

.template-btn2:hover {
    background: #ec8923;
    color: #ffffff;
    border: 2px solid transparent;
}

.template-btn3 {
    -webkit-box-shadow: 0px 15px 30px 0px rgba(255, 115, 140, 0.2);
    box-shadow: 0px 15px 30px 0px rgba(255, 115, 140, 0.2);
    background: #ff3322;
    border: 2px solid transparent;
    color: #ffffff;
    padding: 12px 30px;
    /*font-family: vazir, sans-serif;*/
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    border-radius: 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: capitalize;
}

@media (max-width: 575.98px) {
    .template-btn3 {
        padding: 8px 15px;
    }
}

.template-btn3:hover {
    background: transparent;
    color: #333366;
    border: 2px solid #ff3322;
}

.template-btn4 {
    background: transparent;
    border: 2px solid #ff3322;
    color: #333366;
    padding: 12px 30px;
    /*font-family: vazir, sans-serif;*/
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-transform: capitalize;
}

@media (max-width: 575.98px) {
    .template-btn4 {
        padding: 8px 15px;
    }
}

.template-btn4:hover {
    background: #ff3322;
    color: #ffffff;
    border: 2px solid transparent;
}

.template-btn5 {
    background: #406df8;
    border: 2px solid transparent;
    color: #ffffff;
    padding: 12px 30px;
    /*font-family: vazir, sans-serif;*/
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    border-radius: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: capitalize;
}

@media (max-width: 575.98px) {
    .template-btn5 {
        padding: 8px 15px;
    }
}

.template-btn5:hover {
    background: transparent;
    color: #333366;
    border: 2px solid #406df8;
}

.template-btn6 {
    background: transparent;
    border: 2px solid #406df8;
    color: #333366;
    padding: 12px 30px;
    /*font-family: vazir, sans-serif;*/
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    border-radius: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: capitalize;
}

@media (max-width: 575.98px) {
    .template-btn6 {
        padding: 8px 15px;
    }
}

.template-btn6:hover {
    background: #406df8;
    color: #ffffff;
    border: 2px solid #406df8;
}


/*animate*/


.item-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out;
    -moz-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.item-zooming {
    -webkit-animation: zooming 3s infinite ease-in-out;
    -o-animation: zooming 3s infinite ease-in-out;
    -ms-animation: zooming 3s infinite ease-in-out;
    -moz-animation: zooming 3s infinite ease-in-out;
    animation: zooming 3s infinite ease-in-out;
}

@-webkit-keyframes zooming {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zooming {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.item-ripple {
    -webkit-animation: ripple 3s infinite ease-in-out;
    -o-animation: ripple 3s infinite ease-in-out;
    -ms-animation: ripple 3s infinite ease-in-out;
    -moz-animation: ripple 3s infinite ease-in-out;
    animation: ripple 3s infinite ease-in-out;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 60, 0.2), 0 0 0 20px rgba(255, 109, 60, 0.2), 0 0 0 40px rgba(255, 109, 60, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 109, 60, 0.2), 0 0 0 20px rgba(255, 109, 60, 0.2), 0 0 0 40px rgba(255, 109, 60, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 109, 60, 0.2), 0 0 0 40px rgba(255, 109, 60, 0.1), 0 0 0 60px rgba(255, 109, 60, 0);
        box-shadow: 0 0 0 20px rgba(255, 109, 60, 0.2), 0 0 0 40px rgba(255, 109, 60, 0.1), 0 0 0 60px rgba(255, 109, 60, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 60, 0.2), 0 0 0 20px rgba(255, 109, 60, 0.2), 0 0 0 40px rgba(255, 109, 60, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 109, 60, 0.2), 0 0 0 20px rgba(255, 109, 60, 0.2), 0 0 0 40px rgba(255, 109, 60, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 109, 60, 0.2), 0 0 0 40px rgba(255, 109, 60, 0.1), 0 0 0 60px rgba(255, 109, 60, 0);
        box-shadow: 0 0 0 20px rgba(255, 109, 60, 0.2), 0 0 0 40px rgba(255, 109, 60, 0.1), 0 0 0 60px rgba(255, 109, 60, 0);
    }
}

.item-animateOne {
    -webkit-animation: animateOne 15s infinite ease-in-out;
    -o-animation: animateOne 15s infinite ease-in-out;
    -ms-animation: animateOne 15s infinite ease-in-out;
    -moz-animation: animateOne 15s infinite ease-in-out;
    animation: animateOne 15s infinite ease-in-out;
}

.item-ripple2 {
    -webkit-animation: ripple2 3s infinite ease-in-out;
    -o-animation: ripple2 3s infinite ease-in-out;
    -ms-animation: ripple2 3s infinite ease-in-out;
    -moz-animation: ripple2 3s infinite ease-in-out;
    animation: ripple2 3s infinite ease-in-out;
}

@-webkit-keyframes ripple2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(51, 51, 105, 0.2), 0 0 0 20px rgba(51, 51, 105, 0.2), 0 0 0 40px rgba(51, 51, 105, 0.2);
        box-shadow: 0 0 0 0 rgba(51, 51, 105, 0.2), 0 0 0 20px rgba(51, 51, 105, 0.2), 0 0 0 40px rgba(51, 51, 105, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(51, 51, 105, 0.2), 0 0 0 40px rgba(51, 51, 105, 0.1), 0 0 0 60px rgba(51, 51, 105, 0);
        box-shadow: 0 0 0 20px rgba(51, 51, 105, 0.2), 0 0 0 40px rgba(51, 51, 105, 0.1), 0 0 0 60px rgba(51, 51, 105, 0);
    }
}

@keyframes ripple2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(51, 51, 105, 0.2), 0 0 0 20px rgba(51, 51, 105, 0.2), 0 0 0 40px rgba(51, 51, 105, 0.2);
        box-shadow: 0 0 0 0 rgba(51, 51, 105, 0.2), 0 0 0 20px rgba(51, 51, 105, 0.2), 0 0 0 40px rgba(51, 51, 105, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(51, 51, 105, 0.2), 0 0 0 40px rgba(51, 51, 105, 0.1), 0 0 0 60px rgba(51, 51, 105, 0);
        box-shadow: 0 0 0 20px rgba(51, 51, 105, 0.2), 0 0 0 40px rgba(51, 51, 105, 0.1), 0 0 0 60px rgba(51, 51, 105, 0);
    }
}

.item-animateOne {
    -webkit-animation: animateOne 15s infinite ease-in-out;
    -o-animation: animateOne 15s infinite ease-in-out;
    -ms-animation: animateOne 15s infinite ease-in-out;
    -moz-animation: animateOne 15s infinite ease-in-out;
    animation: animateOne 15s infinite ease-in-out;
}

@-webkit-keyframes animateOne {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes animateOne {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.item-animateTwo {
    -webkit-animation: animateTwo 15s infinite ease-in-out;
    -o-animation: animateTwo 15s infinite ease-in-out;
    -ms-animation: animateTwo 15s infinite ease-in-out;
    -moz-animation: animateTwo 15s infinite ease-in-out;
    animation: animateTwo 15s infinite ease-in-out;
}

@-webkit-keyframes animateTwo {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes animateTwo {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.scrollup {
    background: #ec8923;
    color: #ffffff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    outline: none;
    border: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    z-index: 9999;
}

.scrollup:hover {
    background: #333366;
}

/*end*/


/********************
feature
********************/
.feature {
    width: 100%;
    padding: 5rem 0;
}

.feature .section-heading {
    margin-bottom: 3rem;
    text-align: center;
    font-weight: bold;
}

.feature__box {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.feature__box--1, .feature__box--3 {
    margin-top: 7rem;
}

.feature__box--2, .feature__box--4, .feature__box--1, .feature__box--3 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hover_box:hover .feature__box--2, .hover_box:hover .feature__box--4 {
    /*margin-top: 0;*/
}

.hover_box:hover .feature__box--1, .hover_box:hover .feature__box--3 {
    /*margin-top: 7rem;*/
}

.feature__box--1 .feature__box__wrapper {
    background-color: #efdff7;
}

.feature__box--2 .feature__box__wrapper {
    background-color: #ffe8c6;
}

.feature__box--3 .feature__box__wrapper {
    background-color: #d0f3f2;
}

.feature__box--4 .feature__box__wrapper {
    background-color: #ffdae8;
}

.number_count {
    position: absolute;
    top: 2px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    right: 12px;
    border: 2px solid #bbb5b5;
}

.feature__box .icon {
    /*width: 24.2rem;*/
    /*height: 24.2rem;*/
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature__box .icon-1 {
    background: #9341d4;
    background: -webkit-linear-gradient(135deg, #9341d4 0%, #d98efb 100%);
    background: linear-gradient(-45deg, #9341d4 0%, #d98efb 100%);
    filter: drop-shadow(0px 20px 15px rgba(147, 65, 212, 0.4));
    -webkit-filter: drop-shadow(0px 20px 15px rgba(147, 65, 212, 0.4));
    -moz-filter: drop-shadow(0px 20px 15px rgba(147, 65, 212, 0.4));
}

.feature__box .icon-1 .number_count {
    border-color: #9341d4;
}

.feature__box .icon-2 {
    background: #ffdb8d;
    background: -webkit-linear-gradient(135deg, #ffb16b 0%, #ffdb8d 100%);
    background: linear-gradient(-45deg, #ffb16b 0%, #ffdb8d 100%);
    filter: drop-shadow(0px 20px 15px rgba(255, 186, 114, 0.4));
    -webkit-filter: drop-shadow(0px 20px 15px rgba(255, 186, 114, 0.4));
    -moz-filter: drop-shadow(0px 20px 15px rgba(255, 186, 114, 0.4));
}

.feature__box .icon-2 .number_count {
    border-color: #ffdb8d;
}

.feature__box .icon-3 {
    background: #63e8e4;
    background: -webkit-linear-gradient(135deg, #19a5a1 0%, #63e8e4 100%);
    background: linear-gradient(-45deg, #19a5a1 0%, #63e8e4 100%);
    filter: drop-shadow(0px 20px 15px rgba(79, 188, 186, 0.4));
    -webkit-filter: drop-shadow(0px 20px 15px rgba(79, 188, 186, 0.4));
    -moz-filter: drop-shadow(0px 20px 15px rgba(79, 188, 186, 0.4));
}

.feature__box .icon-3 .number_count {
    border-color: #63e8e4;
}

.feature__box .icon-4 {
    background: #ff8aaf;
    background: -webkit-linear-gradient(135deg, #f2026b 0%, #ff8aaf 100%);
    background: linear-gradient(-45deg, #f2026b 0%, #ff8aaf 100%);
    filter: drop-shadow(0px 20px 15px rgba(245, 69, 144, 0.4));
    -webkit-filter: drop-shadow(0px 20px 15px rgba(245, 69, 144, 0.4));
    -moz-filter: drop-shadow(0px 20px 15px rgba(245, 69, 144, 0.4));
}

.feature__box .icon-4 .number_count {
    border-color: #ff8aaf;
}

.feature__box .icon i {
    font-size: 4rem;
    color: white;
}

.feature__box__wrapper {
    width: 100%;
    padding: 3rem 0.5rem 0.5rem 0.5rem;
    border-radius: 2.5rem;
    margin-top: 1rem;
    position: relative;
}

.feature__box--content {
    background-color: white;
    position: relative;
    padding: 2rem 2rem 0.5rem 2rem;;
    border-radius: 2rem;
    text-align: center;
}

.feature__box--content p {
    text-align: justify;
}

.feature__box--content::before {
    content: "";
    width: 4.8rem;
    height: 2.2rem;
    background: url(../images/index/arrow.png) no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: -2rem;
    right: 50%;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
}

.feature__box--content h3 {
    font-size: 22px;
    font-weight: 600;
    /*width: 80%;*/
    margin: 0 auto 10px auto;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .feature__box {
        margin-top: 5rem !important;
    }
}

@media (max-width: 575.98px) {
    .feature {
        padding: 3rem 1rem 6rem;
    }
}

/*end*/


/* whychoose us */
.whychoose-us-section {
    position: relative;
    padding: 70px 0 60px;
    background-size: cover;
    margin-bottom: 30px;
    margin-top: 50px;
}

.whychoose-us-section .top-content .text {
    position: relative;
    color: #aab4c5;
    padding: 28px 0;
    padding-right: 30px;
    /*margin-bottom: 30px;*/
    /*margin-top: -30px;*/
}

.why-choose-us-block {
    border-left: 1px solid #283c59;
    margin-bottom: 50px;
    /* padding-bottom: 50px; */
    display: flex;
    align-items: center;
    position: relative;
}

.why-choose-us-block:nth-child(1)::before, .why-choose-us-block:nth-child(2)::before, .why-choose-us-block:nth-child(3)::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background-color: #283c59;
    left: 10%;
    bottom: -15px;
}

.why-choose-us-block:first-child, .why-choose-us-block:nth-child(4) {
    border-right: 1px solid #283c59;
}

.why-choose-us-block .icon {
    position: absolute;
    top: 0;
    right: 0px;
    width: 90px;
    height: 90px;
    font-size: 50px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    transition: .5s;
}

.why-choose-us-block .icon:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .7s;
    transform: scale(0);
    border-radius: 50%;
}

.why-choose-us-block .inner-box:hover .icon:before {
    transform: scale(1);
}

.why-choose-us-block .icon i {
    position: relative;
}

.why-choose-us-block .inner-box:hover .icon {
    color: #fff;
}

.why-choose-us-block .inner-box {
    position: relative;
    padding-right: 100px;
    /*margin-bottom: 30px;*/
    /*padding-bottom: 40px;*/
    /*margin-right: 10px;*/
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose-us-block h4 {
    color: #fff;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.why-choose-us-block .text {
    position: relative;
    color: #fff;
    margin-bottom: 15px;
    text-align: justify;
    font-size: 15px;
    line-height: 1.7;
}

.why-choose-us-block .link-btn {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    transition: .5s;
}

.why-choose-us-block .link-btn i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.whychoose-us-section .wrapper-box {
    position: relative;
}

.whychoose-us-section .wrapper-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    top: -1px;
    right: -1px;
    /*background-image: url(../images/index/shape-12.png);*/
    background-repeat: no-repeat;
}

.whychoose-us-section .top-content .text {
    border-right: 3px solid #ec8923;
}

.sec-title .sub-title {
    color: #ec8923;
}

.sec-title h2 {
    position: relative;
    font-size: 46px;
    font-weight: 600;
    padding-bottom: 30px;
}

.sec-title h2::before {
    background-image: url(../images/index/shape-11.png);
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 76px;
    height: 11px;
    background-repeat: no-repeat;
    -webkit-transform: scaleX(-1);;
    -moz-transform: scaleX(-1);;
    -ms-transform: scaleX(-1);;
    -o-transform: scaleX(-1);;
    transform: scaleX(-1);;
}

.sec-title .text {
    position: relative;
    margin-top: 25px;
    margin-bottom: 0;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.light .text {
    color: #fff;
}

.why-choose-us-block .icon {
    color: #ec8923;
    border: 2px solid #ec8923;
}

.why-choose-us-block .icon:before {
    background-color: #ec8923;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .7s;
    transform: scale(0);
    border-radius: 50%;
}

.why-choose-us-block .icon {
    color: #ec8923;
    border: 2px solid #ec8923;
}

.why-choose-us-block .icon:before {
    background-color: #ec8923;
}

.why-choose-us-block .inner-box:hover .icon {
    background-color: #ec8923;
}

.why-choose-us-block .link-btn i {
    color: #ec8923;
}

.why-choose-us-block .link-btn:hover {
    color: #ec8923;
}

.why-choose-us-block-two .inner-box .icon {
    background: #ec8923;
}

.why-choose-us-block-two .inner-box .link-btn i {
    color: #ec8923;
}

.why-choose-us-block-two .inner-box .link-btn:hover {
    color: #ec8923;
}

.why-choose-us-block-three .inner-box:after {
    background: #ec8923;
}

.why-choose-us-block-three .inner-box .link-btn i {
    color: #ec8923;
}

.why-choose-us-block-three .inner-box .link-btn:hover {
    color: #ec8923 !important;
}

@media (max-width: 1200px) {
    .whychoose-us-section .wrapper-box:before {
        display: none;
    }
}

@media (max-width: 992px) {
    .why-choose-us-block {
        border-left: unset;
    }

    .why-choose-us-block:nth-child(1)::before, .why-choose-us-block:nth-child(2)::before, .why-choose-us-block:nth-child(3)::before {
        content: unset;
    }

    .why-choose-us-block:first-child, .why-choose-us-block:nth-child(4) {
        border-right: unset;
    }
}

/*end*/


/*about section*/
.fea-area {
    position: relative;
    overflow: hidden;
}

.fea-area .fea-shapes .fs-about {
    position: absolute;
    left: 0%;
    /*bottom: -82%;*/
    width: 400px;
    /*transform: scaleX(-1);*/
}

.fea-area .fea-right .fea-box {
    margin-bottom: 30px;
}

.fea-area .fea-right .fea-box ul {
    margin-left: 100px;
    padding-right: 0;
}

@media (max-width: 575.98px) {
    .fea-area .fea-right .fea-box ul {
        margin-left: 8px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .fea-area .fea-right .fea-box ul {
        margin-left: 50px;
    }
}


.fea-area .fea-right .fea-box ul li span {
    color: #ec8923;
}


.about-area .about-shapes img {
    width: inherit;
}

.about-area .about-shapes .as1 {
    position: absolute;
    bottom: 9%;
    left: 4%;
}

.about-area .about-shapes .as2 {
    position: absolute;
    bottom: 9%;
    right: 4%;
}

.about-area .about-shapes .as3 {
    position: absolute;
    left: 10%;
    top: 10%;
}

@media (max-width: 575.98px) {
    .about-area .about-shapes .as3 {
        top: 2%;
    }
}

.about-area .about-shapes .as4 {
    position: absolute;
    right: 10%;
    top: 10%;
}

@media (max-width: 575.98px) {
    .about-area .about-shapes .as4 {
        top: 2%;
    }
}

.about-area .fea-left {
    position: relative;
    right: 0%;
}

@media (max-width: 575.98px) {
    .about-area .fea-left {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-area .fea-left {
        left: 16%;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .about-area .fea-left {
        right: 16%;
    }

    .about-area .fea-left_new_right_0 {
        right: 0;
    }
}

.about-area .fea-left img {
    width: inherit;
}

.image_mazaya {
    width: 90% !important;
}

.about-area .fea-left .al-shapes .al1 {
    position: absolute;
    top: 7%;
    right: -22%;
}

.about-area .fea-left .al-shapes .al2 {
    position: absolute;
    left: 14%;
    top: 28%;
}

@media (max-width: 575.98px) {
    .about-area .fea-left .al-shapes .al2 {
        display: none;
    }
}

.about-area .fea-left .al-shapes .al3 {
    position: absolute;
    top: 46%;
    right: -22%;
}

.about-area .fea-right .fea-box ul li span {
    width: 30px;
    height: 30px;
    background: #ec8923;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    /*line-height: 30px;*/
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img2-shape {
    transform: scaleX(-1);
}

.video-section-image {
    transform: perspective(1000px) rotateY(3deg) rotateX(9deg) rotate(0deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.55, 0.05, 0.13, 1);
}

.video-section-image img:first-child {
    position: absolute;
    left: -20px;
    bottom: -20px;
    opacity: 0.1;
    transform: translate(0, 0) skew(-5deg, -5deg);
    z-index: 1;
    transition: transform 0.6s cubic-bezier(0.55, 0.05, 0.13, 1), opacity 0.6s cubic-bezier(0.55, 0.05, 0.13, 1);
}

.video-section-image img {
    border-radius: 10px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.video-section-image img:last-child {
    /*box-shadow: 0 0 80px rgb(75 81 90 / 20%), 15px 20px 110px rgb(75 81 90 / 20%);*/
    position: relative;
    z-index: 2;
    transition: box-shadow 0.6s cubic-bezier(0.55, 0.05, 0.13, 1);
}

.video-section-image img:nth-child(2) {
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 0.1;
    transform: translate(0, 0) skew(-5deg, -5deg);
    z-index: 1;
    transition: transform 0.6s cubic-bezier(0.55, 0.05, 0.13, 1), opacity 0.6s cubic-bezier(0.55, 0.05, 0.13, 1);
}

.video-section-image:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) rotate(0deg);
}

.video-section-image:hover img:first-child {
    transform: translate(20px, -20px);
    opacity: 0;
}

.video-section-image:hover img:nth-child(2) {
    transform: translate(-20px, 20px);
    opacity: 0;
}

/*end section about*/

/*section image full page index*/

/*Hero*/
.hero {
    padding-top: 210px;
    position: relative;
}

.hero:after {
    content: "";
    height: 311px;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent url(../images/index/headerbg.png) no-repeat bottom;
    pointer-events: none;
}

.hero-caption, .hero-text {
    color: #fff;
}

.hero-title {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.hero-subtitle {
    margin-bottom: 40px;
    display: block;
    font-size: 18px;
    color: var(--secondary-color);
}

.hero-text {
    margin-bottom: 45px;
    text-align: justify;
    line-height: 2;
}

.hero-image {
    max-width: 350px;
    margin: 45px auto 0;
    position: relative;
    z-index: 1;
}

.hero-image img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.white-btn {
    background: #fff;
    color: var(--primary-color);
}

.hero-buttons a {
    margin-left: 13px;
}

/*end section image full page index*/


.countdown2-section {
    background: #00417f;
    overflow: hidden;
    position: relative;
    padding-top: 115px;
    padding-bottom: 60px;
}

.countdown2-section .coun2-shapes img {
    width: inherit;
}

.countdown2-section .coun2-shapes .coun1 {
    position: absolute;
    right: -2%;
    top: -62%;
}

@media (max-width: 767.99px) {
    .countdown2-section .coun2-shapes .coun1 {
        right: -73%;
        top: -22%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .countdown2-section .coun2-shapes .coun1 {
        right: -14%;
        top: -36%;
    }
}

.countdown2-section .coun2-shapes .coun2 {
    position: absolute;
    left: 0%;
    top: -30%;
}

@media (max-width: 767.99px) {
    .countdown2-section .coun2-shapes .coun2 {
        display: none;
    }
}

.countdown2-section .coun2-shapes .coun3 {
    position: absolute;
    right: 0%;
    top: 0%;
}

@media (max-width: 767.99px) {
    .countdown2-section .coun2-shapes .coun3 {
        display: none;
    }
}

.countdown2-section .coun2-shapes .coun4 {
    position: absolute;
    bottom: 38%;
    left: 8%;
}

.single-cont2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
}

.single-cont2 .icon {
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
}

.single-cont2 h2 {
    display: inline-block;
    color: #ffffff;
    font-size: 60px;
}

.single-cont2 .counter-tag {
    /*font-family: vazir, sans-serif;*/
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-cont2 p {
    color: #ffffff;
    /*font-family: vazir, sans-serif;*/
    font-weight: 500;
}

/*footer*/
.date_title_footer {
    display: flex;
    justify-content: space-between;
}

.detail_post_footer {
    font-size: 14px;
}

.date_title_footer .simple-link {
    color: #000;
}

.date_title_footer .simple-link:hover {
    color: #000;
}

#footer-contactus {
    background-color: #00417f
}

#footer-contactus__header {
    color: #fff !important;
}

#footer-contactus__header img {
    height: 40px
}

.font-size-35 {
    font-size: 35px
}

.footer-earphone {
    font-size: 28px
}

.padding-right-10 {
    padding-right: 10px
}

.contact-section {
    background: #fff;
    color: #555
}

.contact-section .middle-col {
    border-left: 1px solid rgba(235, 235, 235, 1);
    border-right: 1px solid rgba(235, 235, 235, 1)
}

.contact-section-col {
    padding: 0;
    min-height: 280px
}

.contact-section-content {
    margin: 60px 0 20px 0;
    padding: 0 29px;
    height: auto
}

.contact-section-info {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 45px
}

.contact-section .address {
    text-transform: uppercase;
    margin-bottom: 40px
}

.contact-section .address li {
    margin-bottom: 20px
}

.contact-section .address strong {
}

.contact-section a {
}

.contact-section h2, .contact-section .h2 {
}

.contact-section h2 strong, .contact-section .h2 strong {
    color: #31353e
}

.contact-section h3, .contact-section .h3 {
    color: #3498db;
    font-size: 26px
}

.contact-section h3 strong, .contact-section .h3 strong {
}

.contact-section .sky-form {
    box-shadow: none
}

.contact-section .sky-form .input input, .contact-section .sky-form .textarea textarea, .contact-section .sky-form .input input:hover, .contact-section .sky-form .textarea textarea:hover, .contact-section .sky-form .input input:focus, .contact-section .sky-form .textarea textarea:focus {
    box-shadow: inset -5px 5px 5px #252930;
    border: none;
    background: #282c34;
    color: rgba(255, 255, 255, .7)
}

.contact-section .sky-form .textarea-expandable textarea, .contact-section .sky-form .textarea-expandable textarea:hover, .contact-section .sky-form .textarea-expandable textarea:focus {
    height: 125px
}

.contact-section ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7);
    opacity: 1
}

.contact-section ::-moz-placeholder {
    color: rgba(255, 255, 255, .7);
    opacity: 1
}

.contact-section :-moz-placeholder {
    color: rgba(255, 255, 255, .7);
    opacity: 1
}

.contact-section :-ms-input-placeholder {
    color: rgba(255, 255, 255, .7);
    opacity: 1
}

.g-heading-v8 h2, .g-heading-v8 .h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    margin: 0 0 40px;
    color: #31353e
}

.g-heading-v8 h2 .block-name, .g-heading-v8 .h2 .block-name {
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    color: #fff;
    background: #31353e;
    padding: 10px 15px;
    margin-bottom: 20px
}

.g-heading-v8 h2 strong, .g-heading-v8 .h2 strong {
    color: #3498db
}

.g-heading-v8 h3, .g-heading-v8 .h3 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #383339
}

.g-heading-v8 h4, .g-heading-v8 .h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: auto;
    margin: 0 0 5px;
    color: #383339
}

.g-heading-v8 h5, .g-heading-v8 .h5 {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    line-height: auto;
    margin: 0 0 5px;
    color: #383339
}

.g-heading-v8 .our-service-info h2, .g-heading-v8 .our-service-info .h2 {
    margin: 90px 0 30px
}

.g-heading-v8 .our-service-info h2 strong, .g-heading-v8 .our-service-info .h2 strong {
    color: #fff
}

.border-radius-10, .persian-date, .cities-box, #footer-panel #feedback input, #footer-panel #feedback textarea, #footer-panel #feedback .btn {
    border-radius: 10px !important
}

#footer-panel #owl-tagwithpost {
    text-align: right
}

#owl-tagwithpost .slick-list {
    direction: rtl;
    padding: 0 !important;
}

#footer-panel .help-icon {
    margin-left: 10px;
    float: right
}

#footer-panel .help-message {
    float: right;
    line-height: 40px
}

#footer-panel address {
    text-align: right;
    font-size: 16px;
    line-height: 55px;
    margin-top: 30px
}

.margin-top-0 {
    margin-top: 0
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.message-about {
    font-size: 13px;
    line-height: 26px;
    color: #000;
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.social-icons-v1 i:hover {
    color: #fff;
    background: #3498db
}

.social-icons {
    margin-top: 5px
}

.social-icons li {
    margin: 0
}

.social-icons li a {
    margin: 0 3px
}

.about-me .social-icons {
    margin-top: 7px
}

.team-v7 .social-icons-v1 {
    margin-bottom: 60px
}

.social-icons-v1 i {
    color: #555;
    width: 33px;
    height: 33px;
    padding: 9px;
    font-size: 14px;
    text-align: center;
    background: #f7f7f7;
    display: inline-block
}

.social-icons-v1 i:hover {
    color: #fff;
    background: #72c02c;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out
}

.social-icons {
    margin: 0;
    padding: 0
}

.social-icons li {
    list-style: none;
    margin-left: 3px;
    margin-bottom: 5px;
    text-indent: -9999px;
    display: inline-block
}

.social-icons li a, a.social-icon {
    width: 28px;
    height: 28px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.social-icons li:hover a {
    background-position: 0 -38px
}

.social-icons-color li a {
    opacity: .7;
    background-position: 0 -38px !important;
    -webkit-backface-visibility: hidden
}

.social-icons-color li a:hover {
    opacity: 1
}


#owl-tagwithpost .item {
    margin-left: 5px;
    margin-right: 5px
}

#owl-tagwithpost li {
    line-height: 2
}

#owl-tagwithpost .post-title {
    margin-left: 2px;
    color: #fff;
    border-radius: 10px !important;
    padding: 1px 7px;
    display: inline-block;
    line-height: 1.6
}

#owl-tagwithpost a span {
    font-size: 14px
}

#owl-tagwithpost a small {
    font-size: 11px
}

#owl-tagwithpost a.tag {
    padding: 1px
}

#owl-tagwithpost a.tag span {
    color: #3498db;
    background: #fff;
    padding: 8px 10px;
    border: solid 1px #3498db
}

#owl-tagwithpost a.tag span:hover {
    color: #fff;
    background: #3498db;
    border: solid 1px #fff
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel-v4 .owl-stage-outer, .owl-carousel-v5 .owl-stage-outer, .owl-carousel-v6 .owl-stage-outer {
    margin-bottom: 20px
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/plugins/owlcarousel/assets/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-carousel-v5 .owl-controls .owl-page.active span, .owl-carousel-v5 .owl-controls.clickable .owl-page:hover span {
    background: #3498db
}

.owl-carousel .owl-item .avatar-of-reviewer, .owl-carousel .owl-item .owl-img-auto {
    width: auto;
    display: inline-block
}

.owl-carousel-v1 .owl-navigation {
    text-align: left;
    margin-bottom: 20px
}

.owl-carousel-v1 .item {
    margin: 0 5px
}

.owl-carousel-v1 .item img {
    text-align: center
}

.owl-carousel-v1 .owl-pagination {
    display: none
}

.owl-carousel-v2 .owl-slider-v2 {
    margin-bottom: 20px
}

.owl-carousel-v2 .item {
    margin: 0 15px
}

.owl-carousel-v2 .item img {
    text-align: center
}

.owl-carousel-v2 .owl-navigation {
    text-align: center
}

.owl-carousel-v2 .owl-pagination {
    display: none
}

.owl-carousel-v3 .item {
    margin: 0 15px
}

.owl-carousel-v3 .item img {
    text-align: center
}

.owl-carousel-v3 .owl-pagination {
    display: none
}

.owl-carousel-v4 .owl-wrapper-outer {
    margin-bottom: 20px
}

.owl-carousel-v4 .item {
    margin: 0 3px
}

.owl-carousel-v4 .item img {
    width: 100%
}

.owl-carousel-v5 .owl-wrapper-outer {
    margin-bottom: 20px
}

.owl-carousel-v5 .owl-controls .owl-page span {
    margin: 5px 3px !important
}

.owl-carousel-v6 .owl-carousel-item {
    margin: 0 10px;
    padding: 7px 0;
    text-align: center;
    position: relative;
    border: 1px solid #e4e2e2
}

.owl-carousel-v6 .owl-carousel-item img {
    width: 150px;
    height: auto
}

.owl-carousel-v6 .owl-wrapper-outer {
    margin-bottom: 20px
}

.owl-carousel-v6 .owl-controls .owl-page span {
    margin: 5px 3px !important
}

.owl-carousel-style-v1 img {
    width: 120px;
    height: auto
}

.owl-carousel-style-v2 .item {
    margin: 0 3px;
    background: #fafafa;
    text-align: center;
    border: solid 1px #eee
}

.owl-carousel-style-v2 .item img {
    padding: 0 3px;
    display: inline-block
}

.owl-carousel-style-v2 .item:hover {
    background: #f7f7f7;
    border-color: #e5e5e5;
    transition: all .4s ease-in-out
}

.owl-carousel-style-v2 .owl-pagination {
    display: none
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span {
    opacity: 1;
    filter: Alpha(Opacity=100);
    background: #72c02c;
    cursor: pointer;
    opacity: 1
}

.owl-theme .owl-controls .owl-page {
    zoom: 1;
    display: inline-block;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    opacity: .3;
    display: block;
    margin: 5px 7px;
    background: #bbb;
    filter: Alpha(Opacity=50);
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important
}

#sidepanel .list-unstyled {
    margin-bottom: 30px
}

.list-unstyled {
    padding-right: 0;
    list-style: none
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-bottom-25 {
    margin-bottom: 25px
}

.simple-link, .simple-link:hover {
    text-decoration: none;
    cursor: pointer
}

.simple-link.post strong {
    color: #333;
    font-size: 14px;
}

.post {
    background-color: #fff;
    min-height: 333px
}

.margin-top-7 {
    margin-top: 7px
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.owl-video .owl-controls .owl-page span {
    margin: 5px 3px
}

.testimonials-v3 .owl-nav .owl-prev, .testimonials-v3 .owl-nav .owl-next {
    padding: 13px;
    position: relative;
    margin: 15px 2px 0;
    background: #f5f5f5;
    display: inline-block
}

.testimonials-v3 .owl-nav .owl-prev:after, .testimonials-v3 .owl-nav .owl-next:after {
    top: 0;
    color: #bbb;
    font-size: 16px;
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome
}

.testimonials-v3 .owl-nav .owl-prev:after {
    right: 10px;
    content: ""
}

.testimonials-v3 .owl-nav .owl-next:after {
    left: 10px;
    content: ""
}

.testimonials-v3 .owl-nav .owl-prev:hover:after, .testimonials-v3 .owl-nav .owl-next:hover:after {
    color: #fff
}

.testimonials-v3 .owl-nav .owl-prev:hover, .testimonials-v3 .owl-nav .owl-next:hover {
    background: #72c02c;
    -webkit-transition: background .4s ease-in-out;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out
}

.owl-work-v1 .owl-navigation {
    top: 3px;
    position: relative
}

.owl-work-v1 .owl-navigation {
    margin-bottom: 10px
}

.testimonials-v3 .owl-nav .owl-next::after {
    content: ""
}

.testimonials-v3 .owl-nav .owl-prev::after {
    content: ""
}

.testimonials-v3 .owl-buttons .owl-prev:hover, .testimonials-v3 .owl-buttons .owl-next:hover {
    background: #3498db
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

.help__cell {
    padding: 27px 15px;
    float: left;
    width: 50%;
    margin: 0;
    background: transparent;
    border: none
}

.help__cell ul li {
    cursor: pointer
}

.help__cell--2 {
    border-left: 1px solid #f1f1f1
}

.help__cell--3, .help__cell--4 {
    border-top: 1px solid #f1f1f1
}

.help__cell--4 {
    border-left: 1px solid #f1f1f1
}

.help-list__icon {
    font-size: 50px;
    color: #00417f
}

.help-list__item-1 {
    text-transform: uppercase;
    color: #a7a7a7;
    font-size: 11px
}

.help-list__item-2 {
    color: #000;
    font-size: 13px;
    font-weight: bold
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    zoom: 1
}

.footer__third-party-logo {
    height: 110px
}

.margin-right-10 {
    margin-left: 10px
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.font-size-18 {
    font-size: 18px
}

.footer {
    background: #00417f;
    color: #fff;
    padding: 15px 0
}

.footer-menu-list {
    padding-right: 0;
    list-style: none;
    margin-bottom: 0;
    display: inline-block
}

.footer-menu-list li {
    color: #fff;
    font-size: 14px;
    padding: 7px 12px;
    position: relative;
    display: inline-block
}

.footer-menu-list .item:before {
    top: 11px;
    right: -3px;
    width: 1px;
    height: 14px;
    content: ' ';
    background: #fff;
    position: absolute
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '— '
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: ' —'
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.modal-footer {
    padding: 15px;
    text-align: left;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-right: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-right: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-right: 0
}

.footer-logo {
    margin: 17px 0 20px
}

.footer a, .copyright a, .footer a:hover, .copyright a:hover {
    color: #3498db
}

.footer .dl-horizontal a:hover {
    color: #3498db !important
}

.footer-default .footer .dl-horizontal a:hover {
    color: #3498db !important
}

.footer-default .footer a {
    color: #3498db
}

.footer-default .footer a:hover {
    color: #2980b9
}

.footer-default .copyright a {
    color: #3498db
}

.footer-default .copyright a:hover {
    color: #2980b9
}

.footer-v4 .copyright a {
    color: #3498db
}

.footer-v8 .footer .column-one a:hover {
    color: #3498db
}

.footer-v8 .footer .tags-v4 a:hover {
    border-color: #3498db;
    background-color: #3498db
}

.footer-v8 .footer .footer-lists li a:hover {
    color: #3498db
}

.footer-v8 .footer .latest-news h3 a:hover {
    color: #3498db
}

.footer-v8 .footer .input-group-btn .input-btn {
    background: #3498db
}

.footer-v8 .footer .social-icon-list li i:hover {
    background: #3498db;
    border-color: #3498db
}

.footer a, .copyright a, .footer a:hover, .copyright a:hover {
    color: #fff
}

.timeline-v1 .timeline-footer .likes:hover i {
    color: #3498db
}

.pricing-footer a:hover, .pricing-footer button:hover {
    background: #2980b9
}

.pricing-bg-colored .pricing-footer .btn-u {
    border: 1px solid #fff
}

.g-display-table {
    display: table;
    width: 100%
}

.g-display-td {
    display: table-cell
}

.g-text-middle {
    vertical-align: middle
}

.text-nowrap {
    white-space: nowrap
}

.fa-copyright:before {
    content: ""
}

.copyright-section i.back-to-top:hover {
    color: #3498db
}

.copyright {
    padding: 5px 0
}

.margin-bottom-0 {
    margin-bottom: 0
}

.font-size-11 {
    font-size: 11px
}


@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right
    }

    #footer-contactus__header {
        display: flex;
        padding: 20px 0;
        align-items: center;
        font-size: 20px
    }
}

@media (max-width: 991px) {
    @media (max-width: 500px) {
        .g-heading-v8 h2, .g-heading-v8 .h2 {
            padding-bottom: 0
        }
    }#footer-panel .contact-section-content.middle-col {
    padding: 0 22px
}
}

@media (max-width: 767px) {
    #footer-contactus__header {
        padding: 30px 0 20px 0;
        align-items: center;
        font-size: 17px
    }

    .xs-margin-top-10 {
        margin-top: 10px !important
    }

    #footer-panel #contactusphone {
        color: #fff;
        padding: 15px;
        margin: 10px 0;
        font-size: 22px;
        background-color: #3498db
    }

    #footer-panel #contactusphone span {
        font-size: 30px
    }

    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 500px) {
    .g-heading-v8 h2, .g-heading-v8 .h2 {
        font-size: 30px;
        padding-bottom: 30px
    }
}

@media (max-width: 401px) {
    #footer-panel #contactusphone {
        font-size: 18px
    }

    #footer-panel #contactusphone #support-icon {
        margin-top: 10px
    }

    #footer-panel #contactusphone p {
        color: #fff;
        margin-bottom: 0;
        font-size: 22px
    }
}

.logo a {
    color: #ec8923;
    background: transparent;
    outline: none;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ec8923;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 2.5rem;
}

.logo a span {
    color: #00417f;
    -webkit-text-stroke-color: #00417f;
}


.service-box- {
    /*padding: 22px 25px;*/
    padding: 22px 0px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 14px #00000012;
    transition: all 0.3s;
    display: block;
    height: 100%;
}

.home-service {
    position: relative;
}

.home-service:before {
    content: "";
    width: 355px;
    height: 520px;
    background: transparent url(../images/index/left-curve.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -50px;
}

/*blog page*/
.blogs-post--small img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.title_blog {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 25px !important;
}

.blogs-post .hover-content {
    position: unset;
    background-image: unset;
    padding: 20px !important;
    background-color: #fff;
}

.blogs-post .hover-content__post-meta li a {
    color: #000;
    padding: 0;
}

.blogs-post .hover-content__title {
    color: #000;
    font-size: 16px;
}

.blogs-post .hover-content__date {
    color: #000;
}

.list_category_blog li {
    flex: unset !important;
    width: 100%;
    border-bottom: 1px solid #ddd;
    color: #7f7f7f;
    position: relative;
    font-size: 14px;
    z-index: 9999999999999;
    text-align: right;
    height: 50px;
    display: flex;
    align-items: center;
}

.list_category_blog li:last-child {
    border-bottom: unset;
}

.list_category_blog li a {
    margin-bottom: 0 !important;
    width: 100%;
    height: 100%;
}

.sidebar-area .widget__category ul li a h4 {
    margin-left: auto;
    margin-right: 7px;
    font-size: 14px;
    color: #696a6b;
}

.sidebar-area .widget__category ul li a i {
    font-size: 20px;
}

.widget_blog {
    padding: 20px !important;
}

.box_icon_search {
    border: none;
    width: 50px;
    height: 50px;
    background-color: #ebecfe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ababab;
}

.sidebar-area .widget__search form input {
    height: 50px;
    font-size: 14px;
    border-radius: 5px;
}

.form_search_blog {
    padding: 0px !important;
}

.box_icon_search i {
    color: #a9a9a9;
}

.widget__recent-post__single img {
    /*width: 60px;*/
    /*height: 60px;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    /*margin-left: 10px;*/
    overflow: hidden;
    font-size: 13px;
}

.description-single-cms img {
    display: block;
    margin: 0px auto;
    /*width: 470px;*/
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
}

.description-single-cms p {
    text-align: justify;
    font-size: 15px;
    line-height: 1.9;
    color: #336;
    font-family: iransans, sans-serif !important;
}

.description-single-cms ul li {
    text-align: justify;
    font-size: 15px;
    line-height: 1.9;
    font-family: iransans, sans-serif !important;
}

.description-single-cms table {
    width: 100% !important;
}

.description-single-cms thead, .description-single-cms tbody, .description-single-cms tfoot, .description-single-cms tr, .description-single-cms td,
.description-single-cms th {
    border-width: 1px !important;
}

.blog-post-title {
    font-size: 17px;
    line-height: 1.7;
}

.widget__recent-post__title {
    font-size: 14px !important;
}

.bg_title_image {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background-image: url(../images/blog/back1.jpg) !important;
    /* background-position: 0 0 !important; */
    background-repeat: no-repeat;
    background-color: #c3c3c3 !important;
    /*border-radius: 0.475rem;*/
    background-position: bottom;
    background-size: cover;
}

.post-tags-section .post-tags li a {

    min-width: unset;
    min-height: unset;
    padding: 5px 15px;
    font-size: 14px;
}

.post-tags-section .post-tags li a:hover {
    color: #212529;
    background-color: #dae0e5;
    border-color: #dae0e5;
}

.post-social-share .social-share {
    display: flex;
}

.post-social-share .social-share li {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    border-radius: 5px;
}

.post-social-share .social-share li.telegram {
    border: 2px solid #4e9cda;
}

.post-social-share .social-share li.telegram:hover {
    background-color: #4e9cda;
}

.post-social-share .social-share li.telegram a {
    color: #4e9cda;
}

.post-social-share .social-share li.whatsapp {
    border: 2px solid #55b241;
}

.post-social-share .social-share li.whatsapp:hover {
    background-color: #55b241;
}

.post-social-share .social-share li.whatsapp a {
    color: #55b241;
}

.post-social-share .social-share li.copy {
    border: 2px solid #41adb2;
}

.post-social-share .social-share li.copy:hover {
    background-color: #41adb2;
}

.post-social-share .social-share li.copy a {
    color: #41adb2;
}

.post-social-share .social-share li.instagram {
    border: 2px solid #bc2a8d;
}

.post-social-share .social-share li.instagram:hover {
    background-color: #bc2a8d;
}

.post-social-share .social-share li.instagram a {
    color: #bc2a8d;
}

.post-social-share .social-share li:hover a {
    color: #fff;
}

.blog-content__text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 2;
    margin-bottom: 10px;
}

.blog-post-img-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 163px;
    background-color: #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
}

.blog-post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-clip-path: url(#post-item-img-mask-path);
    clip-path: url(#post-item-img-mask-path);
}

.blog-post-content {
    margin-top: 10px;
    color: #828282;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 28px;
}

.sa-stats-card-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999 !important;
}

.svg-like {
    transition: .3s;
    stroke: #dc3545;
    outline: none;
    fill: transparent;
}

.svg-bookmark {
    transition: .3s;
    stroke: #0b032d;
    fill: transparent;
}

.b-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    font-size: inherit;
    font-weight: 400;
    line-height: 1;
    max-width: 100%;
    max-height: auto;
    text-align: center;
    overflow: visible;
    position: relative;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.rounded-circle {
    border-radius: 50% !important;
}

.badge-secondary {
    color: #212529;
    background-color: #fcbf17;
}

.b-avatar .b-avatar-custom, .b-avatar .b-avatar-img, .b-avatar .b-avatar-text {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-mask-image: radial-gradient(#fff, #000);
    mask-image: radial-gradient(#fff, #000);
}

.b-avatar .b-avatar-img img {
    width: 100%;
    height: 100%;
    max-height: auto;
    border-radius: inherit;
    object-fit: cover;
}

span.author-name {
    margin-right: 5px;
    font-size: .85rem;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.blog-post-img-category {
    margin-right: 10px;
    margin-bottom: -10px;
    transform: translateY(-15px);
}

.sa-h-spliter.gray {
    fill: #f2f2f2;
}

.sa-h-spliter {
    width: 100%;
    height: 3px;
}

.sa-h-spliter.title {
    width: calc(100% - 380px);
}

.post-spliter {
    margin-top: 25px;
    margin-bottom: 25px;
}

.title_page_blog {
    height: 50px;
    margin-top: 30px;
}

.form-comments input, .form-comments textarea {
    /*background-color: #f5f5f5 !important;*/
    border: 1px solid #d8d8d8 !important;
}

.title_comments {
    font-size: 25px !important;
}


/*end blog page*/


.card--services-l6__icon {
    min-width: unset;
    max-width: unset;
    min-height: unset;
    max-height: unset;
    width: 100%;
    height: 150px;
}

.card--services-l6__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-content--l3__list li p {
    font-weight: 400;
}

.feature-content--l3__list li {
    font-weight: bold;
}

.number_page {
    font-size: 80px;
    line-height: 80px;
    position: absolute;
    right: 75%;
    bottom: 70%;
    /* transform: translateX(50%) translateY(50%) rotate(-90deg); */
    font-weight: 900;
    color: rgb(0 0 0 / 5%);
}

.indent_first {
    text-indent: 15px;
}

.title_customer {
    margin-bottom: 50px;
}

.isr_testimonial_01 .logo-img:hover {
    opacity: .7;
}

.blog__metainfo {
    color: #a1a1a1;
    font-size: 13px;
}

.aside-social li {
    float: left;
    text-align: center;
    width: 33.333333%;
    list-style: none;
}

.aside-social li.fb a {
    border-radius: 0px 0px 0px 15px;
}

.aside-social li.tw a {
    border-radius: 0px 0px 15px 0px;
}

.aside-social li a {
    display: block;
    color: #fff;
    padding: 15px 0;
    border: 1px solid #dbdbdb;
    margin: 0px 2px;
}

li.fb a i {
    color: #0088cc;
}

li.fb a {
    /* background: #0088cc; */
    color: #0088cc;
}

.aside-social li i {
    font-size: 25px;
    margin: 0 0 5px;
    /* color: white; */
}

.aside-social span {
    display: block;
    font-size: 16px;
}

li.face a {
    color: #3b5998;
}

li.face a i {
    color: #3b5998;
}

li.tw a {
    /* background: #25D366; */
    color: #25D366;
}

li.tw a i {
    color: #25D366;
}

.aside-social {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0;
    margin: 0;
}

.note-green {
    border-right: 5px solid #08962c;
}

.note-green, .note-red, .note-war, .quote {
    border-radius: 10px;
    padding: 15px;
}

.note-green, .note-red, .note-war {
    /* font-size: 18px; */
    font-weight: 400;
    background-color: rgba(234, 234, 234, 0.36);
    padding: 15px;
}

.excerpt-post-page {
    font-size: 14px;
    color: #555;
    padding: 10px;
    line-height: 30px;
    text-align: justify;
    position: absolute;
    bottom: 20px;
    background: #fffd;
    color: #000;
    margin: 20px;
}

/*copy link*/
.alert_copy_parent {
    position: absolute;
    bottom: 110%;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    width: 0;
    /*overflow: hidden;*/
}

.alert_copy_parent.show {
    width: 100px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.alert_copy {
    position: relative;
    background-color: #dbdada;
    font-size: 14px !important;
    width: 100px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 7px;
    color: black;
}

.alert_copy:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #dbdada;
    bottom: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
}

#copyURLtoKeyboard {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    outline: none;
    border: unset;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.icon_share {
    position: relative;
}

.login_button {
    width: 49%;
    background-color: #e0e0e1;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 5px 0px;
    color: #000
}

.login_button img {
    margin-left: 5px;
    width: 25px;
    object-fit: contain;
}

/*end copy*/

.contact-map {
    width: 100%;
    height: 500px;
    border: 0;
    z-index: -1;
}

.about_section_one_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px 5px 35px 5px;
}

.list_bout_section_three {
    position: relative;
    padding-right: 30px;
    color: #000 !important;
    font-size: 18px !important;
}

.list_bout_section_three::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 18px;
    background-color: #ff5722;
    right: 10px;
    top: 4px;
}

.content-img-center {
    border-radius: 10px;
    overflow: hidden;
}

.content-img-center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.back-login-supplier {
    background-image: url(../images/register/register.jpg);
}

.dash_line {
    width: 70%;
    height: 120px;
    display: block;
    margin: 0 auto;
}

.dash_line_bottom {
    width: 70%;
    height: 120px;
    display: block;
    margin: 0 auto;
    transform: scaleX(-1);
}

.work-process-wrap .process-single-item:last-child .process-icon-item {
    margin-bottom: 5rem;
}

.logo-img.lazy {
    width: 150px;
    height: 80px;
    object-fit: contain;
}

.mb_40 {
    margin-bottom: 40px !important;
}

.feature-content--l3__list.list-unstyled p {
    text-align: justify;
}

.main-aside {
    position: fixed;
    top: 0;
    left: unset;
    right: 0;
    z-index: 999999999;
    width: 270px;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 32px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 32px rgb(0 0 0 / 15%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 20px 0;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-aside.open {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.main-aside .aside-title {
    padding: 0 15px;
}

.main-aside .aside-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #1f417f;
}

.logo_menu_mobile {
    margin-right: auto;
    margin-left: auto;
    width: 100px;
}

.close-btn {
    left: 10px;
    position: absolute;
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

.close-btn.close-dark span {
    background-color: #000;
}

.close-btn span {
    position: absolute;
    width: 2px;
    height: 15px;
    display: block;
    background-color: #fff;
    opacity: 0.6;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.close-btn span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu_fixed {
    margin: 20px 0px 10px 0px;
    border-bottom: 1px solid #1f417f;
    padding-bottom: 20px;
}

.menu_fixed ul {
    text-align: right;
}

.main-aside ul {
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0;
}

.menu_fixed > ul > li:not(.has_children) {
    margin-bottom: 10px;
    font-weight: 600;
    height: 30px;
    display: flex;
    align-items: center;
}

.menu_fixed > ul > li.has_children {
    margin-bottom: 10px;
    font-weight: 600;
    height: auto;
}

.menu_fixed > ul > li.has_children a {
    color: #000 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_fixed > ul > li > a {
    color: black;
}

.menu_fixed > ul > li > a > span {
    margin-right: 5px;
}

.submenu_dropdown_mobile {
    display: none;
    padding-right: 35px !important;
    color: #000 !important;
    margin-top: 10px !important;
}

.button_login_mobile {
    height: 30px;
}

.submenu_dropdown_mobile li {
    height: 30px;
}

.submenu_dropdown_mobile li a {
    color: #000 !important;
    font-weight: 500;
}

.box-loader-up {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    /* line-height: 5; */
    display: flex;
    background: #f6f6f69e;
    align-items: center;
    justify-content: center;
}

.loader-upload {
    position: relative;
}

.adjective_val a {
    color: #333366 !important;
}

.description-single-cms h2 {
    font-size: 20px;
    color: #004a90;
}

.description-single-cms h3,
.description-single-cms h4,
.description-single-cms h5,
.description-single-cms h6 {
    font-size: 16px
}

.item-category-post- {
    margin-bottom: 10px;
}

.item-category-post- a {
    background: #eef1f6;
    border-radius: 4px;
    color: #333366;
    margin-left: 10px;
    font-weight: 700;
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 3px;
    line-height: 12px;
}

.link-post-url- {
    color: #333366;
    border-bottom: 1px dashed;
}

.sa-stats-card-details .blog-post-meta-icon {
    margin-left: 3px;
}

.page-item.active .page-link {
    background-color: #ec8922 !important;
    border-color: #ec8922 !important;
}

.font-13- {
    font-size: 13px;
}

@media (max-width: 380px) {
    .link-post-url- {
        display: none;
    }
}

@media (max-width: 768px) {
    .excerpt-post-page {
        position: relative!important;
        margin: 0px !important;
        display: block;
        margin-top: 20px;
        bottom:unset!important;
        background: #f9f9f9dd!important;
        top: 20px;
    }

    .item-category-post- {
        margin-top: 20px;
    }
    .time_reading_view_blog{
        margin-right: unset !important;
    }
}

.blog-content__img img {
    border-radius: 10px;
}

.single-page-blog-content {
    box-shadow: 0 4px 56px rgb(22 22 22 / 5%);
    border-radius: 10px;
    padding: 20px;
}

.single-post_img {
    height: 81px;
    overflow: hidden;
    transition: all 0.5s;
    margin-left: 10px;
    width: 100px;
}

.date-new-box {
    color: #7c7c7c;
    font-size: 13px;
}
.time_reading_view_blog{
    margin-right: auto;
}
.detail-blog-p-sid{
    width: calc(100% - 100px);
}
.contact-form .invalid-feedback{
 display: block !important;
}

.logos-panel__col{
    display: flex;
    justify-content: center;
}
.enamad_footer{
    width: 100px;
    height: 100px;
    display: block;
    /*margin-left: 10px;*/
}
.enamad_footer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}






/*customer page*/
.clv_section {
    padding: 60px 0 60px 0px;
    direction: rtl;
}

.coffee_service_content {
    text-align: center;
    margin-top: 38px;
}

.coffee_service_content>h6 {
    font-size: 30px;
    color: #333366;
    line-height: 42px;
    text-transform: capitalize;
    font-weight: bold;
}

.coffee_service_content>h5 {
    font-size: 42px;
    color: #222222;
    line-height: 42px;
    text-transform: capitalize;
    margin-bottom: 26px;
    font-weight: 600;
}

.coffee_service_content>p.mb_4 {
    margin-bottom: 30px;
}

.coffee_service_content>p {
    font-size: 20px;
    line-height: 30px;
    /*color: #fff;*/
    margin-bottom: 20px;
}

.coffee_service_content>a {
    color: #1abc9c;
}

.coffee_service_content>a {
    font-size: 20px;
    line-height: 30px;
    color: #ffc539;
    text-decoration: underline;
    text-transform: capitalize;
}

.coffee_service_section {
    padding: 31px 40px 36px;
    background-color: #1f417f;
    border-radius: 10px;
    width: 663px;
    position: relative;
    margin-top: 47px;
    z-index: 1;
}

.coffee_service_section>h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    color: #ffffff;
    text-transform: capitalize;
}

.coffee_service_section>h4 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #ec8923;
    text-transform: capitalize;
}

.coffee_service_block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.coffee_service_block .service_icon {
    width: 33.33%;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.coffee_service_block .service_icon:last-child {
    border: none;
}

.coffee_service_block .service_icon>h3 {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin: 0;
    text-transform: capitalize;
}

.coffee_service_image>img {
    border-radius: 10px;
    width: 100%;
}

.clv_heading {
    text-align: center;
    margin-bottom: 30px;
}
.clv_heading h3 {
    text-align: center;
    line-height: 2;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 34px;
    color: #00417f;
}

.clv_heading>.clv_underline {
    margin: 7px 0px;
}

.service_main_wrapper {
    margin-top: 25px;
    background-image: url(../images/index/project/index/back.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.clv_service_wrapper .service_block {
    background-color: #1f417f;
    border-radius: 10px;
    box-shadow: 0px 0px 21px 1px rgb(0 0 0 / 5%);
    text-align: center;
    padding: 40px 40px 20px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    height: 90%;
    color: #fff;
}

.clv_service_wrapper .service_block p{
    color: #fff;
}

.clv_service_wrapper .service_block span:before {
    right: auto;
    left: 0;
    border-radius: 10px 0px 0px 0px;
    border-width: 1px 0px 0px 1px;
}

.clv_service_wrapper .service_block span:after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 0px 10px;
    border-width: 0px 0px 1px 1px;
}

.clv_service_wrapper .service_block .service_icon {
    margin-bottom: 14px;
}

.service_icon img {
    width: 50%;
    max-width: 50px;
    height: 100%;
    max-height: 50px;
    object-fit: contain;
}

.clv_service_wrapper .service_block h4 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.clv_service_wrapper .service_block:after {
    top: auto;
    bottom: 0;
    border-radius: 0px 0px 10px 0px;
    border-width: 0px 1px 1px 0px;
}

.menu-image-pro1{
    width: 100%;
    height: 100%;
}

.profile-moodal-image{
    height: 100%;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

#ModalVideoIndex .modal-dialog{
    height: 90vh;
}

.btn-prev2-video{
    position: absolute;
    right: 10px;
    left: unset;
    font-size: 30px;
    top: 45%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f417f !important;
}

.btn-next2-video{
    position: absolute;
    right: unset;
    left: 10px;
    font-size: 30px;
    top: 45%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f417f !important;
}

.hover_box_name{
    background: #fff;
    position: absolute;
    bottom: -50px;
    width: 80%;
    left: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border-radius: 5px;
    color: #00417f;
    font-weight: bold;
    opacity: 0;
    -webkit-transition: bottom 0.5s , opacity 0.5s;
    -moz-transition: bottom 0.5s , opacity 0.5s;
    -ms-transition: bottom 0.5s , opacity 0.5s;
    -o-transition: bottom 0.5s , opacity 0.5s;
    transition: bottom 0.5s , opacity 0.5s;
}

.parent_image_video:hover .hover_box_name{
    opacity: 1;
    bottom: 5px;
    -webkit-transition: bottom 0.5s , opacity 0.5s;
    -moz-transition: bottom 0.5s , opacity 0.5s;
    -ms-transition: bottom 0.5s , opacity 0.5s;
    -o-transition: bottom 0.5s , opacity 0.5s;
    transition: bottom 0.5s , opacity 0.5s;
}

.parent_image_video{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

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

.title_heading{
    text-align: center;
    line-height: 2;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 34px;
    color: #00417f;
}


#ModalVideoIndex .modal-content {
    background-color: #f3f4f6;
    height: 100%;
}

#ModalVideoIndex .modal-content .modal-body{
    height: calc(100% - 57px);
}

#ModalVideoIndex .close {
    color: #7e7e7e;
    text-shadow: unset;
    font-size: 40px;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -1rem;
    line-height: 50px;
    padding-top: 5px;
    border: unset;
}

.videoModal {
    width: 100%;
    height: 100%;
    max-height: 80vh;
    object-fit: contain;
}

.see_more_project{
    height: 40px;
    width: 135px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: -25px;
    margin-bottom: 20px;
    background-color: #ec8923;
    color: #fff !important;
}

@media (max-width: 1200px){
    .coffee_service_image>img {
        max-width: 100%;
    }
}

@media (max-width: 1024px){
    .coffee_service_section {
        margin-top: 90px;
    }
}

@media (max-width: 991px){
    .clv_section {
        padding: 60px 0px;
    }

    .coffee_service_content>h5 {
        font-size: 32px;
        line-height: 32px;
    }

    .coffee_service_section {
        width: 100%;
        padding: 21px 10px 26px;
    }

    .clv_heading h3 {
        font-size: 30px;
    }

    .service_main_wrapper {
        background: unset!important;
    }
}

@media (max-width: 767px){
    .coffee_service_content {
        margin-top: 0;
    }

    .coffee_service_section {
        margin-top: 30px;
    }

    .coffee_service_image {
        margin-top: 30px;
        text-align: center;
    }

    .clv_service_wrapper {
        padding-top: 51px;
        padding-bottom: 29px;
    }

    .clv_heading {
        padding: 0px 30px;
    }
}

@media (max-width: 480px){
    .coffee_service_block {
        flex-direction: column;
    }

    .coffee_service_block .service_icon {
        width: 100%;
        border: none;
        margin-bottom: 30px;
    }
}

@media (max-width: 320px){
    .clv_heading {
        padding: 0px 10px;
    }
}
