/*
@File: Strax Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Main Banner Area CSS
** - About Area CSS
** - Partner Area CSS
** - Services Area CSS
** - Video Presentation Area CSS
** - FunFacts Area CSS
** - Features Area CSS
** - Team Area CSS
** - Feedback Area CSS
** - Pricing Area CSS
** - FAQ Area CSS
** - App Download Area CSS
** - Our Loving Clients Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Page Title Area CSS
** - 404 Error Area CSS
** - Pagination Area CSS
** - Sidebar Widget Area CSS
** - Login Area CSS
** - Signup Area CSS
** - Features Area CSS
** - Free Trial Area CSS
** - Contact Area CSS
** - Footer Area CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("Vazirmatn-RD-FD-font-face.css");

* {
    font-family: Vazirmatn RD FD, serif;
}

body {
    color: #282828;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: IRANSans, sans-serif;
}

a {
    font-size: 12px!important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #080a3c;
    text-decoration: none;
    outline: 0 !important;
}

span {
    text-align: justify;
}

a:hover {
    text-decoration: none;
    color: #2c6e49;
}

button, input {
    outline: 0 !important;
}

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

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.bg-f4f6fc {
    background-color: #f4f6fc;
}

.bg-f8fbfa {
    background-color: #f8fbfa;
}

.bg-f4f5fe {
    background-color: #f4f5fe;
}

.bg-f4e9da {
    background-color: #f4e9da;
}

.bg-f9f9f9 {
    background-color: #f9f9f9;
}

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

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

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

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

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

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

.overflow-x-hide {
    overflow-x: hidden;
}

.tx-center {
    text-align: center;
}

.mwidth-1000 {
    max-width: 1000px !important;
}

.max-width-1290 {
    max-width: 1290px;
}

.blt-radius-0 {
    border-radius: 0 30px 30px 30px !important;
}

.btn {
    color: #0c5460;
!important;
}

.btn-link {
    color: #0c5460;
!important;
}

p {
    color: #4a6f8a;
    margin-bottom: 12px;
    line-height: 1.8;
    font-size: 15px;
}

p:last-child {
    margin-bottom: 0;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.title-icon {
    width: 36px;
    height: 36px;
    margin-left: 8px;
}

/* Section title */
.section-title {
    display: flex;
    text-align: center;
    text-transform: capitalize;
    margin-left: auto;
    margin-bottom: 60px;
    margin-right: auto;
}


.section-title h2 {
    margin-bottom: 0;
    font-size: 30px;

}

.section-title h2 span {
    display: inline-block;
    color: #496989;
}


.section-title.text-left {
    max-width: 576px;
    margin-left: 0;
    margin-right: 0;
}

.section-title.text-left .sub-title {

    color: #496989;
    display: block;
    margin-bottom: 10px;
}

.sisters-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #0ab2e6;
    color: #0e0e23;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-size: 15px;
    padding: 8px 12px 8px 12px;
}

/*.headerLogo {*/
/*    width: 200px;*/
/*    height: auto;*/
/*}*/

.login-area {
    background-image: url(../../site/img/login-background-min.jpg);
    background-position: center;
}

.generic-list-item li {
    color: #1E2E45;
    line-height: 24px;
    margin-bottom: 10px;
}

.generic-list-item li a {
    color: #333;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.generic-list-item li a:hover {
    color: #cea54a;
}

.generic-list-item-bullet li {
    padding-right: 16px;
}

.generic-list-item-bullet li::after {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: rgb(128 137 150 / 0.6);
}

.generic-list-item--bullet li {
    padding-left: 14px;
}

.generic-list-item--bullet li:first-child {
    padding-right: 0;
}

.generic-list-item--bullet li:first-child::after {
    display: none;
}

.generic-list-item-white li {
    color: rgb(255 255 255 / 0.8);
}

.generic-list-item-white li a {
    color: rgb(255 255 255 / 0.8);
}

.generic-list-item-white li a:hover {
    color: #cea54a;
}

.generic-list-item-arrow li {
    position: relative;
    padding-right: 12px;
    margin-right: 12px;
}

.generic-list-item-arrow li:first-child {
    padding-right: 0;
    margin-right: 0;
}

.generic-list-item-arrow li:first-child::after {
    display: none;
}

.generic-list-item-arrow li::after {
    position: absolute;
    content: "\f104";
    top: 1px;
    right: -7px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 14px;
}

.preloader-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.loading-message p {
    font-size: 80px;
    font-family: "IranNastaliq", serif !important;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dot {
    display: inline-block;
    animation: fadeInOut 1.5s infinite;
}

.dot-1 {
    animation-delay: 0s;
}

.dot-2 {
    animation-delay: 0.5s;
}

.dot-3 {
    animation-delay: 1s;
}

.custom-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #215c54;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.custom-btn i {
    margin-right: 8px; /* فاصله بین متن و آیکون */
    transition: transform 0.3s ease;
}

.custom-btn:hover {
    color: #ffffff;
    background-color: #1f514a; /* رنگ پس‌زمینه هاور */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-btn:hover i {
    transform: translateX(-4px); /* جابجایی آیکون هنگام هاور */
}

/* برای موبایل */
@media (max-width: 576px) {
    .custom-btn {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-content .section__title {
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .breadcrumb-content .section__title {
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-content .section__title {
        font-size: 30px !important;
        line-height: 40px !important;
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-content .section__title.fs-30 {
        font-size: 22px !important;
        line-height: 30px !important;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .breadcrumb-content .section__desc {
        font-size: 16px;
        line-height: 24px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-content .section__desc {
        font-size: 16px;
        line-height: 24px !important;
    }
}

@media (max-width: 375px) {
    .breadcrumb-content .media-card {
        flex-direction: column;
    }
}

@media (max-width: 375px) {
    .breadcrumb-content .media-card .media-img {
        margin-left: auto;
        margin-bottom: 15px;
    }
}

@media (max-width: 375px) {
    .breadcrumb-content .media-card .media-body {
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-content .file-upload-wrap {
        margin-top: 20px;
    }
}

.breadcrumb-content .video-box {
    position: relative;
    bottom: -100px;
}

.generic-list-item li {
    color: #7f8897;
    line-height: 24px;
    margin-bottom: 10px;
}

.generic-list-item li a {
    color: #7f8897;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.generic-list-item li a:hover {
    color: #ec5252;
}

.generic-list-item-bullet li {
    position: relative;
    padding-right: 16px;
}

.generic-list-item-bullet li::after {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(128, 137, 150, 0.6);
}

.generic-list-item--bullet li {
    padding-left: 14px;
}

.generic-list-item--bullet li:first-child {
    padding-right: 0;
}

.generic-list-item--bullet li:first-child::after {
    display: none;
}

.generic-list-item-white li {
    color: rgba(255, 255, 255, 0.8);
}

.generic-list-item-white li a {
    color: rgba(255, 255, 255, 0.8);
}

.generic-list-item-white li a:hover {
    color: #ec5252;
}

.generic-list-item-arrow li {
    position: relative;
    padding-right: 12px;
    margin-right: 12px;
}

.generic-list-item-arrow li:first-child {
    padding-right: 0;
    margin-right: 0;
}

.generic-list-item-arrow li:first-child::after {
    display: none;
}

.generic-list-item-arrow li::after {
    position: absolute;
    content: "\f104";
    top: 1px;
    right: -7px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 14px;
}

.generic-list-item-boxed li {
    border: 1px solid rgba(128, 137, 150, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.generic-list-item-boxed li a {
    padding: 8px 18px;
}

.generic-list-item-boxed li:hover {
    border-color: #ec5252;
}

.generic-list-item-flash li {
    border-bottom: 1px solid rgba(128, 137, 150, 0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.generic-list-item-flash li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.pattern-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 2;
}

.section-heading {
    position: relative;
    z-index: 1;
}

.section__title {
    font-size: 20px;
    font-weight: 700;
}

.section__desc {
    line-height: 32px;
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section__desc br,
    .section__title br {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section__desc br,
    .section__title br {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .section__desc br,
    .section__title br {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .breadcrumb-content .section__desc {
        font-size: 16px;
        line-height: 24px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-content .section__desc {
        font-size: 16px;
        line-height: 24px !important;
    }
}

.ribbon {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 22px;
    background-color: rgba(246, 138, 3, 0.1);
    color: #f68a03;
    font-size: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ribbon-white {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.ribbon-lg {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 28px;
}

.ribbon-blue-bg {
    background: rgba(53, 143, 247, 0.1) !important;
    color: #358ff7 !important;
}

.progress-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
}

.progress-circle {
    fill: none;
    stroke-width: 4;
    stroke: #215c54;
    transform: rotate(-90deg);
    transition: stroke-dashoffset 0.5s ease;
}

/* ایجاد انیمیشن برای دایره پیشرفت */
.progress-circle svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* استایل برای دکمه تایید */
#sender:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* استایل برای تایمری که زمان باقی‌مانده را نشان می‌دهد */
.text-warning {
    font-size: 1.1rem;
    color: #ff9800;
}


.brothers-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #496989;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-size: 15px;
    padding: 8px 12px 8px 12px;
}

.brothers-btn:hover, .brothers-btn:focus {
    color: #ffffff;
    background-color: rgba(73, 105, 137, 0.90);
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
}

.card-body-bl {
    border: 0;
    border-radius: 8px;
}

/*     Start adooca template classes       */

.breadcrumb-area {
    background: -o-linear-gradient(40deg, #fcf4ff 0, #ffffff 100%);
    background: linear-gradient(50deg, #fcf4ff 0, #ffffff 100%);
}

.breadcrumb-area .bread-pagination ul li,
.breadcrumb-area .bread-pagination ul li a,
.breadcrumb-content .td-heading .td__desc,
.breadcrumb-content .td-heading .td__title {
    color: #32325c !important;
}

.generic-portfolio-list {
    overflow: hidden;
}

.overlay {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #000;
    opacity: 0.8;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-heading {
    position: relative;
    z-index: 1;
}

.section__title {
    font-size: 35px;
    font-weight: 700;
}

.portfolio-filter {
    text-align: center;
}

.portfolio-filter li {
    display: inline-block;
    padding: 8px 25px;
    cursor: pointer;
    color: #233d63;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio-filter li.active {
    color: #58A399;
    -webkit-box-shadow: 0 6px 25px rgba(14, 16, 48, 0.1);
    -moz-box-shadow: 0 6px 25px rgba(14, 16, 48, 0.1);
    box-shadow: 0 6px 25px rgba(14, 16, 48, 0.1);
    background-color: #fff;
}

.generic-portfolio-item {
    position: relative;
    z-index: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.generic-portfolio-item img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.generic-portfolio-content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.generic-portfolio-item:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.generic-portfolio-item:hover .generic-portfolio-content .portfolio-link {
    opacity: 1;
    visibility: visible;
}

.generic-portfolio-item:hover .generic-portfolio-content .portfolio-link .icon-element,
.generic-portfolio-item:hover .generic-portfolio-content .portfolio-link:after {
    visibility: visible;
    opacity: 1;
}

.icon-element-md {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
}

.generic-portfolio-content .portfolio-link .icon-element {
    color: #fff;
    position: absolute;
    top: 55%;
    left: 43%;
    -ms-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.generic-portfolio-content .portfolio-link:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*     End adooca template classes       */

/*     Start tora template classes      */

/*     End tora template classes      */


/* default-btn&optional-btn */
.default-btn {
    position: relative;
    display: inline-flex; /* ترازبندی بهتر */
    align-items: center; /* تراز وسطی محتوا */
    justify-content: center;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
    background-color: #215c54;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    padding: 12px 24px;
    cursor: pointer; /* نشانگر دست هنگام هاور */
    transition: background-color 0.5s ease, transform 0.3s ease;
    margin: 5px; /* فاصله برای جلوگیری از چسبندگی دکمه‌ها */
    flex-shrink: 0; /* جلوگیری از کوچک شدن بیش از حد دکمه */
}

.default-btn:hover {
    background-color: #58A399; /* تغییر رنگ پس‌زمینه هنگام هاور */
    transform: scale(1.05); /* افکت کوچک بزرگ شدن */
}

.default-btn i {
    margin-left: 8px; /* فاصله بین آیکون و متن */
    font-size: 20px;
    color: #080a3c; /* رنگ آیکون */
    transition: color 0.5s ease;
}

.default-btn:hover i {
    color: #ffffff; /* تغییر رنگ آیکون هنگام هاور */
}

.default-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1); /* افکت پس‌زمینه نرم‌تر */
    transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1; /* زیر دکمه قرار می‌گیرد */
}

.default-btn:hover span {
    width: 300%; /* گسترش دایره هنگام هاور */
    height: 300%;
}

/* ریسپانسیو برای دکمه‌ها */
/*.others-options {*/
/*    display: flex;*/
/*    flex-wrap: wrap; !* جلوگیری از چسبیدن دکمه‌ها در صفحه‌های کوچک *!*/
/*    justify-content: center; !* ترازبندی وسط *!*/
/*    gap: 10px; !* فاصله بین دکمه‌ها *!*/
/*    margin: 10px 0; !* فاصله از بالا و پایین *!*/
/*}*/

/* استایل ریسپانسیو برای سایز‌های خاص */
@media (max-width: 768px) {
    .default-btn {
        padding: 10px 16px; /* کوچک‌تر کردن دکمه‌ها */
        font-size: 14px; /* کوچک‌تر کردن متن */
    }

    .default-btn i {
        font-size: 18px; /* کوچک‌تر کردن آیکون */
    }
}

@media (max-width: 480px) {
    .default-btn {
        width: 100%; /* دکمه‌ها به عرض کامل در موبایل */
        justify-content: center;
    }

    .others-options {
        flex-direction: column; /* دکمه‌ها زیر هم قرار می‌گیرند */
    }
}

.optional-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #080a3c;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;

    font-size: 15px;
    padding: 12px 32px 12px 56px;
}

.optional-btn i {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #080a3c;
}

.optional-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #080a3c;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.optional-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #496989;
    -webkit-transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.optional-btn:hover, .optional-btn:focus {
    color: #ffffff;
}

.optional-btn:hover::before, .optional-btn:focus::before {
    border-color: #496989;
}

.optional-btn:hover span, .optional-btn:focus span {
    width: 225%;
    height: 562.5px;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader-area {
    border-radius: 32px;
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*========================*/
.loading-message {
    color: #58A399;
    alignment-baseline: center;
    padding: 32px;
    font-family: IranNastaliq, serif;
    background-color: #ffffff; /* White background for the message */
    border-radius: 32px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Drop shadow effect */
    animation: fadeIn 2s ease-in-out infinite alternate; /* Animate the fadeIn effect */
}

.loading-message p {
    color: #58A399;
    font-family: IranNastaliq, serif;
    margin: 0;
}

.dot-1, .dot-2, .dot-3 {
    animation: dotAnimation 2s infinite;
    opacity: 0;
}

@keyframes dotAnimation {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*========================*/


/*.preloader-area .spinner {*/
/*  width: 4em;*/
/*  height: 4em;*/
/*  -webkit-transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);*/
/*          transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);*/
/*  -webkit-transform-style: preserve-3d;*/
/*          transform-style: preserve-3d;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  right: 0;*/
/*  top: 45%;*/
/*  -webkit-transform: translateY(-45%);*/
/*          transform: translateY(-45%);*/
/*  margin-left: auto;*/
/*  margin-right: auto;*/
/*}*/

/*.preloader-area .spinner .disc {*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  border-radius: 100%;*/
/*  border: 0.3em dotted #ffffff;*/
/*}*/

/*.preloader-area .spinner .disc:nth-child(1) {*/
/*  -webkit-animation: rotate 12s linear infinite;*/
/*          animation: rotate 12s linear infinite;*/
/*}*/

/*.preloader-area .spinner .disc:nth-child(2) {*/
/*  -webkit-animation: rotateDisc2 12s linear infinite;*/
/*          animation: rotateDisc2 12s linear infinite;*/
/*}*/

/*.preloader-area .spinner .disc:nth-child(3) {*/
/*  -webkit-animation: rotateDisc3 12s linear infinite;*/
/*          animation: rotateDisc3 12s linear infinite;*/
/*}*/

/*.preloader-area .spinner .inner {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  -webkit-transform-style: preserve-3d;*/
/*          transform-style: preserve-3d;*/
/*  -webkit-animation: sphereSpin 6s linear infinite;*/
/*          animation: sphereSpin 6s linear infinite;*/
/*}*/

/*.preloader-area .spinner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  border: 2px dotted #ffffff;
  margin: -15px;
}*/

/*@-webkit-keyframes sphereSpin {*/
/*  0% {*/
/*    -webkit-transform: rotateX(360deg) rotateY(0deg);*/
/*            transform: rotateX(360deg) rotateY(0deg);*/
/*  }*/
/*  100% {*/
/*    -webkit-transform: rotateX(0deg) rotateY(360deg);*/
/*            transform: rotateX(0deg) rotateY(360deg);*/
/*  }*/
/*}*/

/*@keyframes sphereSpin {*/
/*  0% {*/
/*    -webkit-transform: rotateX(360deg) rotateY(0deg);*/
/*            transform: rotateX(360deg) rotateY(0deg);*/
/*  }*/
/*  100% {*/
/*    -webkit-transform: rotateX(0deg) rotateY(360deg);*/
/*            transform: rotateX(0deg) rotateY(360deg);*/
/*  }*/
/*}*/

/*@-webkit-keyframes rotate {*/
/*  from {*/
/*    -webkit-transform: rotate(0deg);*/
/*            transform: rotate(0deg);*/
/*  }*/
/*  to {*/
/*    -webkit-transform: rotate(360deg);*/
/*            transform: rotate(360deg);*/
/*  }*/
/*}*/

/*@keyframes rotate {*/
/*  from {*/
/*    -webkit-transform: rotate(0deg);*/
/*            transform: rotate(0deg);*/
/*  }*/
/*  to {*/
/*    -webkit-transform: rotate(360deg);*/
/*            transform: rotate(360deg);*/
/*  }*/
/*}*/

/*@-webkit-keyframes rotateDisc2 {*/
/*  from {*/
/*    -webkit-transform: rotateX(90deg) rotateZ(0deg);*/
/*            transform: rotateX(90deg) rotateZ(0deg);*/
/*  }*/
/*  to {*/
/*    -webkit-transform: rotateX(90deg) rotateZ(360deg);*/
/*            transform: rotateX(90deg) rotateZ(360deg);*/
/*  }*/
/*}*/

/*@keyframes rotateDisc2 {*/
/*  from {*/
/*    -webkit-transform: rotateX(90deg) rotateZ(0deg);*/
/*            transform: rotateX(90deg) rotateZ(0deg);*/
/*  }*/
/*  to {*/
/*    -webkit-transform: rotateX(90deg) rotateZ(360deg);*/
/*            transform: rotateX(90deg) rotateZ(360deg);*/
/*  }*/
/*}*/

/*@-webkit-keyframes rotateDisc3 {*/
/*  from {*/
/*    -webkit-transform: rotateY(90deg) rotateZ(0deg);*/
/*            transform: rotateY(90deg) rotateZ(0deg);*/
/*  }*/
/*  to {*/
/*    -webkit-transform: rotateY(90deg) rotateZ(360deg);*/
/*            transform: rotateY(90deg) rotateZ(360deg);*/
/*  }*/
/*}*/

/*@keyframes rotateDisc3 {*/
/*  from {*/
/*    -webkit-transform: rotateY(90deg) rotateZ(0deg);*/
/*            transform: rotateY(90deg) rotateZ(0deg);*/
/*  }*/
/*  to {*/
/*    -webkit-transform: rotateY(90deg) rotateZ(360deg);*/
/*            transform: rotateY(90deg) rotateZ(360deg);*/
/*  }*/
/*}*/

/*================================================
Navbar Area CSS
=================================================*/
.spacle-responsive-nav {
    display: none;
}

.navbar-area {
    /*position: absolute;*/
    display: flex;
    justify-content: center;
    /*top: 8px;*/
    /*left: 16px;*/
    /*right: 16px;*/
    width: auto;
    height: auto;
    z-index: 1040;
    padding-top: 8px;
    padding-bottom: 8px;
}

/*
changed from 1290 to 1540
 */
.navbar-area .container {
    max-width: 100%;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 6px;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    /*-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);*/
    /*box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);*/
    /*background-color: #ffffff !important;*/
    -webkit-animation: fadeInDown 500ms ease-in-out;
    animation: fadeInDown 500ms ease-in-out;
    padding: 4px 8px;
}


.navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn {
    color: #080a3c;
}

.navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn i {
    color: #080a3c;
}

.navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn::before {
    border-color: #080a3c;
}

.navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn:hover, .navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn:focus {
    color: #ffffff;
}

.navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn:hover i, .navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn:focus i {
    color: #ffffff;
}

.navbar-area.navbar-style-two {
    position: relative;
    background-color: #ffffff;
}

.navbar-area.navbar-style-two.is-sticky {
    position: fixed;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .navbar-nav {
    margin-left: auto;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options {
    margin-left: 25px;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn {
    color: #080a3c;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn i {
    color: #496989;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn::before {
    border-color: #080a3c;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn:hover, .navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn:focus {
    color: #ffffff;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn:hover i, .navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn:focus i {
    color: #ffffff;
}

.navbar-area.navbar-style-two .container {
    max-width: 1140px;
}

.spacle-nav {
    margin: 6px 8px;
    width: 100%;
    border-radius: 16px;
    background-color: white;
    padding-bottom: 8px;
    padding-top: 8px;
    border: 1px solid rgba(17, 17, 17, 0.3);

}

.spacle-nav .navbar {
    justify-content: space-between;
    background-color: transparent;
    padding: 0;
}

.spacle-nav .navbar .navbar-brand {
    padding: 0;
    font-weight: bold;
    font-size: 27px;
    max-width: 60px;
}

.spacle-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.spacle-nav .navbar .navbar-nav {
}

.spacle-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 0;
    /* Mega dropdown menu */
}

.spacle-nav .navbar .navbar-nav .nav-item a {
    font-size: 14px;

    color: #4a6f8a;
    padding: 30px 0;
    margin-left: 10px;
    margin-right: 10px;
}

a.nav-link a.nav-link:active {
    color: #58A399;
}

.spacle-nav .navbar .navbar-nav .nav-item a:hover, .spacle-nav .navbar .navbar-nav .nav-item a:focus, .spacle-nav .navbar .navbar-nav .nav-item a.active {
    color: #58A399;
}

.spacle-nav .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -3px;
    margin-right: -3px;
}

.spacle-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item:hover a, .spacle-nav .navbar .navbar-nav .nav-item.active a {
    color: #58A399;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    border-top: 2px solid #58A399;
    padding: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 13px 20px 11px;
    margin: 0;
    position: relative;
    color: #4a6f8a;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 14px;

}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #58A399;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #4a6f8a;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #58A399;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #4a6f8a;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #58A399;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #4a6f8a;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #58A399;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #4a6f8a;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #58A399;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #080a3c;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ffffff;
    background-color: #58A399;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #080a3c;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ffffff;
    background-color: #58A399;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ffffff;
    background-color: #58A399;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #58A399;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #58A399;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #58A399;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #58A399;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #58A399;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    margin-top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu {
    width: 500px;
    padding: 0 10px 5px;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu h3 {
    font-size: 17px;
    margin-top: 20px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu h3::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #58A399;
    width: 30px;
    height: 1px;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item a {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px dashed #e5e5e5 !important;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item a:last-child {
    border-bottom: none !important;
}

.spacle-nav .navbar .others-options {
    /*margin-left: auto;*/
}

.spacle-nav .navbar .others-options .default-btn {
    color: #ffffff;
    background-color: #58A399;
}

.spacle-nav .navbar .others-options .default-btn i {
    color: #ffffff;
}

.spacle-nav .navbar .others-options .default-btn span {
    background-color: #080a3c;
}

.spacle-nav .navbar .others-options .optional-btn {
    margin-left: 10px;
    color: #ffffff;
}

.spacle-nav .navbar .others-options .optional-btn i {
    color: #ffffff;
}

.spacle-nav .navbar .others-options .optional-btn::before {
    border-color: #ffffff;
}

.spacle-nav .navbar .others-options .optional-btn span {
    background-color: #080a3c;
}

.spacle-nav .navbar .others-options .optional-btn:hover::before, .spacle-nav .navbar .others-options .optional-btn:focus::before {
    border-color: #080a3c;
}

@media only screen and (max-width: 991px) {
    .spacle-responsive-nav {
        display: block;
    }

    .spacle-responsive-nav .spacle-responsive-menu {
        position: relative;
    }

    .spacle-responsive-nav .spacle-responsive-menu.mean-container .mean-nav {
        margin-top: 55px;
        /* Mega dropdown menu */
    }

    .spacle-responsive-nav .spacle-responsive-menu.mean-container .mean-nav ul {
        font-size: 14px;
    }

    .spacle-responsive-nav .spacle-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #58A399;
    }

    .spacle-responsive-nav .spacle-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14px;
    }

    .spacle-responsive-nav .spacle-responsive-menu.mean-container .mean-nav .mega-dropdown-menu {
        padding: 0 15px;
    }

    .spacle-responsive-nav .spacle-responsive-menu.mean-container .mean-nav .mega-dropdown-menu h3 {
        font-size: 16px;
        margin-top: 0;
        border-bottom: 1px dashed #e5e5e5;
        margin-bottom: 0;
        padding-bottom: 10px;
        position: relative;
    }

    .spacle-responsive-nav .spacle-responsive-menu.mean-container .mean-nav .mega-dropdown-menu h3::before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        background: #58A399;
        width: 30px;
        height: 1px;
    }

    .spacle-responsive-nav .spacle-responsive-menu.mean-container .mean-nav .others-options {
        display: none;
    }

    .spacle-responsive-nav .spacle-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 294px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }

    .spacle-responsive-nav .mean-container a.meanmenu-reveal {
        color: #080a3c;
    }

    .spacle-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #080a3c;
    }

    .spacle-responsive-nav .logo {
        max-width: 54px;
        position: relative;
        width: 50%;
        z-index: 999;
        font-weight: bold;
        font-size: 25px;
    }

    .navbar-area {
        position: relative;
        /*border-bottom: 1px solid #eeeeee;*/
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-area.is-sticky {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.br-8 {
    border-radius: 8px;
!important;

}

.br-12 {
    border-radius: 12px;
!important;

}

.br-16 {
    border-radius: 16px;
!important;
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
    position: relative;
    z-index: 1;
}

.main-banner .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.main-banner .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

.main-banner .container-fluid .row .col-lg-5, .main-banner .container-fluid .row .col-lg-7 {
    padding-left: 0;
    padding-right: 0;
}

.banner-section {
    position: relative;
    z-index: 1;
}

.banner-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.banner-section .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

.banner-section .container-fluid .row .col-lg-7, .banner-section .container-fluid .row .col-lg-5 {
    padding-left: 0;
    padding-right: 0;
}

.main-banner-content {
    width: 100%;
    height: 100%;
}

.main-banner-content .content {
    max-width: 755px;
    padding-right: 150px;
    margin-left: auto;
    margin-top: 80px;
}

.main-banner-content .content h1 {
    font-size: 57px;

}

.main-banner-content .content h1 span {
    display: inline-block;
    color: #496989;
}

.main-banner-content .content p {
    margin-top: 18px;
    max-width: 540px;
}

.main-banner-content .content .default-btn {
    margin-top: 20px;
    background-color: #080a3c;
}

.main-banner-content .content .default-btn i {
    color: #496989;
}

.banner-content {
    padding-top: 215px;
    padding-bottom: 125px;
}

.banner-content .content {
    max-width: 755px;
    padding-right: 150px;
    margin-left: auto;
}

.banner-content .content h1 {
    font-size: 57px;

}

.banner-content .content h1 span {
    display: inline-block;
    color: #496989;
}

.banner-content .content p {
    margin-top: 18px;
    max-width: 540px;
}

.banner-content .content .default-btn {
    margin-top: 15px;
    background-color: #080a3c;
}

.banner-content .content .default-btn i {
    color: #496989;
}

.banner-image {
    height: 100vh;
    border-radius: 0 0 0 80px;
    background-color: #496989;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-image img {
    display: none;
}

.banner-image.bg-1 {
    background-image: url(../../site/img/banner-img1.jpg);
}

.banner-image.bg-2 {
    background-image: url(../../site/img/banner-img2.jpg);
}

.banner-image.bg-3 {
    background-image: url(../../site/img/banner-img3.jpg);
}

.banner-image.mbanner-bg-one {
    background-image: url(../../site/img/banner-img2.jpg);
}

.banner-image.mbanner-bg-one .animate-banner-image {
    padding: 15px;
    margin-top: 65px;
}

.banner-image.banner-slider-bg1 {
    background-image: url(../../site/img/banner-slider/banner-img1.jpg) !important;
}

.banner-image.banner-slider-bg2 {
    background-image: url(../../site/img/banner-slider/banner-img2.jpg) !important;
}

.banner-image.banner-slider-bg3 {
    background-image: url(../../site/img/banner-slider/banner-img3.jpg) !important;
}

.banner-image.slider-bg1 {
    background-image: url(../../site/img/banner-slider/banner-img1.jpg);
}

.banner-image.slider-bg2 {
    background-image: url(../../site/img/banner-slider/banner-img2.jpg);
}

.banner-image.slider-bg3 {
    background-image: url(../../site/img/banner-slider/banner-img3.jpg);
}

.banner-img {
    height: 100%;
    width: 100%;
    border-radius: 0 0 0 80px;
    background-color: #496989;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-img img {
    display: none;
}

.banner-img.bg-1 {
    background-image: url(../../site/img/banner-img1.jpg);
}

.banner-img.bg-2 {
    background-image: url(../../site/img/banner-img2.jpg);
}

.banner-img.bg-3 {
    background-image: url(../../site/img/banner-img3.jpg);
}

.banner-content-slides {
    padding-right: 40px;
}

.banner-content-slides.owl-theme .owl-nav {
    text-align: left;
    margin-top: 50px;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-] {
    color: #080a3c;
    font-size: 25px;
    margin: 0 5px;
    background: #f4f6fc;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 45px;
    height: 45px;
    line-height: 52px;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ffffff;
    background-color: #58A399;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-].owl-prev {
    border-radius: 0 0 0 10px;
    margin-left: 0;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    margin-right: 0;
    border-radius: 0 10px 0 0;
}

.shape19 {
    position: absolute;
    right: 35%;
    bottom: -25px;
    z-index: -1;
}

.shape19 img {
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.shape20 {
    position: absolute;
    right: 55%;
    bottom: 5%;
    z-index: -1;
}

.shape20 img {
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.shape21 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.shape21 img {
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

.shape22 {
    position: absolute;
    left: 5%;
    top: 15%;
    z-index: -1;
}

.shape22 img {
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.shape23 {
    position: absolute;
    left: 10%;
    bottom: 10%;
    z-index: -1;
}

.shape23 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape24 {
    position: absolute;
    left: 25%;
    top: 40%;
    z-index: -1;
}

.shape24 img {
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.shape25 {
    position: absolute;
    left: 40%;
    bottom: 10%;
    z-index: -1;
}

.shape25 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape26 {
    position: absolute;
    left: 30%;
    top: 15%;
    z-index: -1;
}

.shape26 img {
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.chat-wrapper {
    position: absolute;
    left: -20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 510px;
    height: auto;
}

.chat-wrapper .chat-container {
    height: 400px;
    overflow: hidden;
}

.chat-wrapper .chat ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.chat-wrapper .chat ul li:last-child {
    margin-bottom: 0 !important;
}

.chat-wrapper .spinme-right {
    display: inline-block;
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 30px;
    line-height: 1.25em;
    font-weight: 100;
    opacity: 0.5;
}

.chat-wrapper .spinme-left {
    display: inline-block;
    padding: 15px 20px;
    font-size: 14px;
    color: #f4f6fc;
    border-radius: 30px;
    line-height: 1.25em;
    font-weight: 100;
    opacity: 0.5;
}

.chat-wrapper .spinner {
    margin: 0;
    width: 30px;
    text-align: center;
}

.chat-wrapper .spinner > div {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    background: #080a3c;
}

.chat-wrapper .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.chat-wrapper .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.message-left {
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
}

.message-left img {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
}

.message-left .message-time {
    color: #8097b1;
    position: absolute;
    right: 13px;
    bottom: 8px;
    font-size: 11px;
    font-weight: 400;
}

.message-left .message-text {
    max-width: 80%;
    display: inline-block;
    background: #f4f6fc;
    padding: 15px 30px 30px 15px;
    position: relative;
    color: #2e384d;
    border-radius: 15px 15px 15px 0;
    line-height: 1.8;
    font-weight: 400;
    font-size: 13px;
}

.message-left .message-text::before {
    content: '';
    position: absolute;
    left: 3.4px;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #f4f6fc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.message-right {
    text-align: right;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    padding-right: 50px;
}

.message-right .message-time {
    color: #e4e8f0;
    position: absolute;
    right: 13px;
    bottom: 8px;
    font-size: 11px;
    font-weight: 400;
}

.message-right img {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
}

.message-right .message-text {
    line-height: 1.8;
    display: inline-block;
    background: #2e5bff;
    padding: 15px 30px 30px 15px;
    position: relative;
    color: #ffffff;
    border-radius: 15px 15px 0 15px;
    text-align: left;
    max-width: 80%;
    font-weight: 400;
    font-size: 13px;
}

.message-right .message-text::before {
    content: '';
    position: absolute;
    right: 2px;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #2e5bff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.message-right .spinner > div {
    background: #ffffff;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

.main-banner-two .banner-image-slider .banner-image img {
    display: none;
}

.main-banner-two .banner-image-slider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.main-banner-two .banner-image-slider .owl-dots .owl-dot.active span, .main-banner-two .banner-image-slider .owl-dots .owl-dot:hover span {
    background-color: #58A399;
}

.banner-img.banner-video {
    background-image: url(../../site/img/banner-video-bg.jpg) !important;
    height: 100vh;
    position: relative;
}

.banner-img.banner-video .video-box .video-btn {
    background-color: #58A399;
}

.banner-img.banner-video .video-box .video-btn::after, .banner-img.banner-video .video-box .video-btn::before {
    border: 1px solid #58A399;
}

.banner-img.banner-video .video-box .video-btn:hover, .banner-img.banner-video .video-box .video-btn:focus {
    background-color: #496989;
}

.banner-img.banner-video .video-box .video-btn:hover::after, .banner-img.banner-video .video-box .video-btn:hover::before, .banner-img.banner-video .video-box .video-btn:focus::after, .banner-img.banner-video .video-box .video-btn:focus::before {
    border-color: #496989;
}

/* Animate banner image */
.animate-banner-image {
    position: relative;
}

.animate-banner-image img {
    display: block !important;
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
    margin: auto;
}

@-webkit-keyframes border-transform {
    0%, 100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

@keyframes border-transform {
    0%, 100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

/*================================================
About Area CSS
=================================================*/
.about-content .sub-title {
    display: block;
    color: #496989;
    margin-bottom: 7px;
}

.about-content h2 {
    margin-bottom: 10px;
    font-size: 40px;

}

.about-image {
    text-align: center;
}

.about-area .section-title.text-left {
    margin-bottom: 0;
}

.about-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.about-area .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

.about-area .container-fluid .row .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

.about-inner-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-inner-image {
    height: 100%;
    background-image: url(../../site/img/marketing-agency/about-image.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-inner-image img {
    display: none;
}

.about-inner-content {
    background-color: #f4e9da;
    padding: 100px;
    margin-top: -60px;
    margin-bottom: -60px;
}

.about-inner-content .content {
    max-width: 455px;
}

.about-inner-content .content h2 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 36px;

}

.about-inner-content .content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 30px;
}

.about-inner-content .content .features-list li {
    margin-bottom: 15px;
    color: #4a6f8a;
    position: relative;
    font-size: 18px;

}

.about-inner-content .content .features-list li i {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #ffffff;
    color: #58A399;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    top: 3px;
}

.about-inner-content .content .features-list li:last-child {
    margin-bottom: 0;
}

.about-inner-content .content .features-list li:hover i {
    background-color: #58A399;
    color: #ffffff;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area .container {
    max-width: 1290px;
}

.partner-area .row {
    margin-left: 0;
    margin-right: 0;
}

.partner-area .row .col-lg-3, .partner-area .row .col-lg-9 {
    padding-left: 0;
    padding-right: 0;
}

.partner-title h3 {
    color: #8791b0;
    margin-bottom: 0;
    font-size: 22px;

}

.single-partner-item {
    text-align: left;
}

.single-partner-item a {
    display: inline-block;
}

.single-partner-item a img {
    width: auto !important;
    display: inline-block !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-partner-item a:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}


.partner-area-two.ptb-70 {
    padding-top: 70px;
    padding-bottom: 40px;
}

.single-partner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    max-width: 100px; /* حداکثر عرض برای جلوگیری از بزرگ شدن */
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services-area.bg-right-color::before {
    position: absolute;
    right: 0;
    content: '';
    top: 0;
    width: 35%;
    height: 215%;
    z-index: -1;
    background-color: #58A399;
    -webkit-transform: skewY(-66deg);
    transform: skewY(-66deg);
}

.services-area.bg-left-color::before {
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    width: 35%;
    height: 215%;
    z-index: -1;
    background-color: #58A399;
    -webkit-transform: skewY(66deg);
    transform: skewY(66deg);
}

.services-area.bg-right-shape::before {
    position: absolute;
    right: 0;
    content: '';
    top: 0;
    width: 45%;
    height: 215%;
    z-index: -1;
    background-color: #fbfbfb;
    -webkit-transform: skewY(-66deg);
    transform: skewY(-66deg);
}

.services-area.bg-left-shape::before {
    width: 45%;
}

.services-content {
    font-family: "Vazirmatn RD FD", sans-serif;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.services-content .content {
    max-width: 615px;
    padding-left: 30px;
}

.services-content .content .icon {
    margin-bottom: 20px;
}

.services-content .content h2 {
    font-size: 30px;

}

.services-content .content h2 span {
    display: inline-block;
    color: #496989;
}

.services-content .content p {
    max-width: 435px;
    margin-top: 18px;
}

.services-content .content .default-btn {
    margin-top: 15px;
    background-color: #080a3c;
}

.services-content .content .default-btn i {
    color: #496989;
}

.services-content .content.left-content {
    padding-right: 30px;
    padding-left: 0;
    margin-left: auto;
}

.services-image {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.services-image .image {
    text-align: center;
}

.it-service-content .content p {
    margin-bottom: 30px;
    max-width: 540px;
}

.feature-box {
    color: #4a6f8a;
    background-color: #ffffff;
    border: 1px solid #f2effc;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    border-radius: 30px;
    font-size: 15px;
    padding: 12px 22px;
    margin-bottom: 25px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.feature-box:hover {
    background-color: #58A399;
    color: #ffffff;
    padding-left: 25px;
}

.feature-box:hover i {
    color: #ffffff;
}

.feature-box i {
    margin-right: 3px;
    color: #58A399;
}

/*================================================
Video Presentation Area CSS
=================================================*/
.video-presentation-area {
    position: relative;
    z-index: 1;
}

.video-box {
    position: relative;
    text-align: center;
    max-width: 750px;
    border-radius: 5px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.video-box .main-image {
    border-radius: 5px;
}

.video-box .video-btn {
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: #58A399;
    border-radius: 50%;
    color: #ffffff;
    font-size: 60px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.video-box .video-btn::after, .video-box .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #58A399;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.video-box .video-btn i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.video-box .video-btn::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.video-box .video-btn::after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.video-box .video-btn:hover, .video-box .video-btn:focus {
    background-color: #58A399;
    color: #ffffff;
}

.video-box .video-btn:hover::after, .video-box .video-btn:hover::before, .video-box .video-btn:focus::after, .video-box .video-btn:focus::before {
    border-color: #58A399;
}

.shape-map1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 90%;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    z-index: -1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.shape1 {
    position: absolute;
    left: -30px;
    top: -23px;
    z-index: -1;
}

.shape1 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape2 {
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: -1;
}

.shape2 img {
    -webkit-animation: moveScale 3s linear infinite;
    animation: moveScale 3s linear infinite;
}

.shape3 {
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: -1;
}

.shape3 img {
    -webkit-animation: moveScale 3s linear infinite;
    animation: moveScale 3s linear infinite;
}

.shape4 {
    position: absolute;
    right: -30px;
    bottom: -30px;
    z-index: -1;
}

.shape5 {
    position: absolute;
    right: -60px;
    bottom: -60px;
    z-index: -2;
}

.shape6 {
    position: absolute;
    left: -26px;
    top: -22px;
    z-index: -1;
}

.shape6 img {
    -webkit-animation: moveLeftBounce 5s linear infinite;
    animation: moveLeftBounce 5s linear infinite;
}

.shape7 {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 10%;
    z-index: -1;
}

.shape7 img {
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

.shape8 {
    position: absolute;
    left: 12%;
    top: 60%;
    z-index: -1;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}

.shape8 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape9 {
    position: absolute;
    right: 10%;
    top: 40%;
    z-index: -1;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.shape9 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes moveScale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes moveScale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*================================================
FunFacts Area CSS
=================================================*/
.funfacts-inner {
    max-width: 1000px;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
}

.single-funfacts {
    margin-bottom: 30px;
    text-align: center;
}

.single-funfacts h3 {
    color: #496989;
    margin-bottom: 0;
    font-size: 30px;

}

.single-funfacts h3 .sign-icon {
    font-size: 28px;
}

.single-funfacts p {
    line-height: initial;
    margin-bottom: 0;
}

.funfact-style-two {
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    padding: 25px 0;
    border-radius: 5px;
}

.funfact-style-two i {
    font-size: 30px;
    color: #58A399;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    position: relative;
    margin-bottom: 15px;
    background: #F6F4FD;
    border-radius: 100%;
    text-align: center;
}

.contact-cta-box {
    max-width: 750px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    padding: 30px 230px 30px 50px;
    position: relative;
    margin-left: auto;
    margin-top: 40px;
    margin-right: auto;
}

.contact-cta-box h3 {
    margin-bottom: 0;
    font-size: 22px;

}

.contact-cta-box p {
    line-height: initial;
    margin-top: 6px;
    margin-bottom: 0;
}

.btn-primary {
    border-color: #58A399;
    background-color: #58A399;
    color: wheat;
}

.btn-primary:hover {
    border-color: #58A399;
    background-color: #479187;
}

.btn-outline-primary {
    color: #22223a;
    border-color: #58A399;
}

.btn-outline-primary:hover {
    color: #FFFFFF;
    border-color: #58A399;
    background-color: #479187;
}

.btn-outline-primary:active {
    color: #FFFFFF;
    border-color: #58A399;
    background-color: #479187;
}

.contact-cta-box .default-btn {
    background-color: #58A399;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-cta-box .default-btn i {
    color: #ffffff;
}

.contact-cta-box .default-btn span {
    background-color: #496989;
}

.contact-cta-box .default-btn:hover i, .contact-cta-box .default-btn:focus i {
    color: #ffffff;
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
    overflow: hidden;
}

.single-features-box {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 45px;
}

.single-features-box .icon {
    background-color: #58A399;
    color: #ffffff;
    position: relative;
    z-index: 1;
    width: 85px;
    height: 85px;
    font-size: 45px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    bottom: 45px;
    margin-left: auto;
    margin-right: auto;
}

.single-features-box .icon::before {
    width: 100%;
    height: 100%;
    right: -15px;
    bottom: -15px;
    border: 5px solid #58A399;
    content: '';
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-features-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-features-box h3 {
    margin-bottom: 10px;
    font-size: 22px;

}

.single-features-box:hover .icon {
    -webkit-animation: bounce 2s;
    animation: bounce 2s;
    bottom: 25px;
}

.single-features-box:hover .icon::before {
    right: 0;
    bottom: 0;
}

.features-box {
    overflow: hidden;
    border: 1px solid #f4f5fe;
    padding: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
}

.features-box .icon {
    width: 85px;
    height: 85px;
    background-color: #bce9e5;
    color: #58A399;
    text-align: center;
    font-size: 45px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 22px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.features-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.features-box h3 {
    margin-bottom: 10px;
    font-size: 22px;

}

.features-box p {
    margin-bottom: 0;
}

.features-box .back-icon {
    position: absolute;
    right: 10px;
    top: -52px;
    z-index: -1;
    color: #58A399;
    opacity: .06;
    font-size: 190px;
    line-height: 190px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.features-box:hover {
    background-color: #ffffff;
    border-radius: 0;
    border-color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.features-box:hover .icon {
    background-color: #58A399;
    color: #ffffff;
}

.features-box:hover .back-icon {
    opacity: 0;
    visibility: hidden;
}

.features-box .read-more {
    margin-top: 5px;
    color: #58A399;
    display: inline-block;
}

.features-box .read-more i {
    color: #58A399;
    width: 0;
    height: 0;
    line-height: 1;
    font-size: 21px;
    margin: 0;
    top: 4px;
    position: relative;
}

.features-box .read-more:hover {
    letter-spacing: 1.1px;
}

.col-lg-4:nth-child(1) .single-features-box .icon {
    background-color: #496989;
}

.col-lg-4:nth-child(1) .single-features-box .icon::before {
    border-color: #496989;
}

.col-lg-4:nth-child(1) .features-box .icon {
    background-color: #ffd7cb;
    color: #496989;
}

.col-lg-4:nth-child(1) .features-box .back-icon {
    color: #496989;
}

.col-lg-4:nth-child(1) .features-box:hover .icon {
    background-color: #496989;
    color: #ffffff;
}

.col-lg-4:nth-child(3) .single-features-box .icon {
    background-color: #080a3c;
}

.col-lg-4:nth-child(3) .single-features-box .icon::before {
    border-color: #080a3c;
}

.col-lg-4:nth-child(3) .features-box .icon {
    background-color: #b2b3c3;
    color: #080a3c;
}

.col-lg-4:nth-child(3) .features-box .back-icon {
    color: #080a3c;
}

.col-lg-4:nth-child(3) .features-box:hover .icon {
    background-color: #080a3c;
    color: #ffffff;
}

.col-lg-4:nth-child(4) .single-features-box .icon {
    background-color: #fc4c86;
}

.col-lg-4:nth-child(4) .single-features-box .icon::before {
    border-color: #fc4c86;
}

.col-lg-4:nth-child(4) .features-box .icon {
    background-color: #fed2e1;
    color: #fc4c86;
}

.col-lg-4:nth-child(4) .features-box .back-icon {
    color: #fc4c86;
}

.col-lg-4:nth-child(4) .features-box:hover .icon {
    background-color: #fc4c86;
    color: #ffffff;
}

.col-lg-4:nth-child(5) .single-features-box .icon {
    background-color: #ffb300;
}

.col-lg-4:nth-child(5) .single-features-box .icon::before {
    border-color: #ffb300;
}

.col-lg-4:nth-child(5) .features-box .icon {
    background-color: #ffecbf;
    color: #ffb300;
}

.col-lg-4:nth-child(5) .features-box .back-icon {
    color: #ffb300;
}

.col-lg-4:nth-child(5) .features-box:hover .icon {
    background-color: #ffb300;
    color: #ffffff;
}

.col-lg-4:nth-child(6) .single-features-box .icon {
    background-color: #286efa;
}

.col-lg-4:nth-child(6) .single-features-box .icon::before {
    border-color: #286efa;
}

.col-lg-4:nth-child(6) .features-box .icon {
    background-color: #bcd2fd;
    color: #286efa;
}

.col-lg-4:nth-child(6) .features-box .back-icon {
    color: #286efa;
}

.col-lg-4:nth-child(6) .features-box:hover .icon {
    background-color: #286efa;
    color: #ffffff;
}

.col-lg-4:nth-child(7) .single-features-box .icon {
    background-color: #9c27b0;
}

.col-lg-4:nth-child(7) .single-features-box .icon::before {
    border-color: #9c27b0;
}

.col-lg-4:nth-child(7) .features-box .icon {
    background-color: #e6c0ed;
    color: #9c27b0;
}

.col-lg-4:nth-child(7) .features-box .back-icon {
    color: #9c27b0;
}

.col-lg-4:nth-child(7) .features-box:hover .icon {
    background-color: #9c27b0;
    color: #ffffff;
}

.col-lg-4:nth-child(8) .single-features-box .icon {
    background-color: #3f51b5;
}

.col-lg-4:nth-child(8) .single-features-box .icon::before {
    border-color: #3f51b5;
}

.col-lg-4:nth-child(8) .features-box .icon {
    background-color: #c3c8e9;
    color: #3f51b5;
}

.col-lg-4:nth-child(8) .features-box .back-icon {
    color: #3f51b5;
}

.col-lg-4:nth-child(8) .features-box:hover .icon {
    background-color: #3f51b5;
    color: #ffffff;
}

.col-lg-4:nth-child(9) .single-features-box .icon {
    background-color: #e91e63;
}

.col-lg-4:nth-child(9) .single-features-box .icon::before {
    border-color: #e91e63;
}

.col-lg-4:nth-child(9) .features-box .icon {
    background-color: #ffc0d6;
    color: #e91e63;
}

.col-lg-4:nth-child(9) .features-box .back-icon {
    color: #e91e63;
}

.col-lg-4:nth-child(9) .features-box:hover .icon {
    background-color: #e91e63;
    color: #ffffff;
}

.features-card-section .container {
    max-width: 1290px;
    width: 100%;
}

.single-features-card {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../../site/img/backgrounds/card-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
    border-radius: 35px;
    padding: 32px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    margin-bottom: 30px;
}

.single-features-card img {
    width: 48px;
    height: 48px;
    margin-bottom: 40px;
    margin-top: 24px;
}

.single-features-card:hover {
    -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
    margin-top: -5px;
}

.single-features-card i {
    font-size: 30px;
    color: #58A399;
    width: 70px;
    height: 70px;
    line-height: 70px;
    position: relative;
    margin: auto auto 20px;
    border-radius: 100%;
    text-align: center;
}

.single-features-card h3 {
    margin-bottom: 10px;
    font-size: 22px;

}

.single-features-card h3 a {
    color: #080a3c;
}

.single-features-card h3 a:hover {
    color: #58A399;
}

.single-features-card p {
    margin: 0;
}

.features-box-one {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.features-box-one:hover {
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.08);
    margin-top: -5px;
}

.features-box-one i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    margin-bottom: 25px;
}

.features-box-one h3 {
    margin-bottom: 10px;
    font-size: 22px;

}

.features-box-one p {
    margin: 0;
}

.features-box-one .read-more {
    margin-top: 5px;
    color: #58A399;
    display: inline-block;
}

.features-box-one .read-more i {
    color: #58A399;
    width: 0;
    height: 0;
    line-height: 1;
    font-size: 21px;
    margin: 0;
    top: 4px;
    position: relative;
}

.features-box-one .read-more:hover {
    letter-spacing: 1.1px;
}

.bg-58A399 {
    background-color: #58A399;
}

.bg-6610f2 {
    background-color: #6610f2;
}

.bg-ffb700 {
    background-color: #ffb700;
}

.bg-fc3549 {
    background-color: #fc3549;
}

.bg-00d280 {
    background-color: #00d280;
}

.bg-496989 {
    background-color: #496989;
}

.bg-9c27b0 {
    background-color: #9c27b0;
}

.bg-3f51b5 {
    background-color: #3f51b5;
}

.bg-e91e63 {
    background-color: #e91e63;
}

/*================================================
Team Area CSS
=================================================*/
.single-team-box {
    margin-bottom: 30px;
    text-align: center;
}

.single-team-box .image {
    border: 4px solid #496989;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team-box .image img {
    border-radius: 10px;
}

.single-team-box .image .social {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.single-team-box .image .social li {
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-left: 1px;
    margin-right: 1px;
}

.single-team-box .image .social li a {
    display: block;
    width: 33px;
    height: 33px;
    background-color: #f4f5fe;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #080a3c;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team-box .image .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.single-team-box .image .social li a:hover {
    color: #ffffff;
    background-color: #58A399;
}

.single-team-box .image .social li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.single-team-box .image .social li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single-team-box .image .social li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.single-team-box .image .social li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.single-team-box .content {
    margin-top: 20px;
}

.single-team-box .content h3 {
    margin-bottom: 0;
    font-size: 20px;

}

.single-team-box .content span {
    display: block;
    color: #58A399;
    font-size: 14px;
    margin-top: 6px;
}

.single-team-box:hover .image {
    border-color: #496989;
    background-color: #f4f5fe;
}

.single-team-box:hover .image .social li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.col-lg-3:nth-child(1) .single-team-box .image, .col-lg-3:nth-child(7) .single-team-box .image {
    border-color: rgba(73, 105, 137, 0.5);
}

.col-lg-3:nth-child(1) .single-team-box .image .social li a:hover, .col-lg-3:nth-child(7) .single-team-box .image .social li a:hover {
    color: #ffffff;
    background-color: #496989;
}

.col-lg-3:nth-child(1) .single-team-box .content span, .col-lg-3:nth-child(7) .single-team-box .content span {
    color: #496989;
}

.col-lg-3:nth-child(1) .single-team-box:hover .image, .col-lg-3:nth-child(7) .single-team-box:hover .image {
    border-color: #496989;
}

.col-lg-3:nth-child(3) .single-team-box .image, .col-lg-3:nth-child(5) .single-team-box .image {
    border-color: rgba(73, 105, 137, 0.5);
}

.col-lg-3:nth-child(3) .single-team-box .image .social li a:hover, .col-lg-3:nth-child(5) .single-team-box .image .social li a:hover {
    color: #ffffff;
    background-color: #496989;
}

.col-lg-3:nth-child(3) .single-team-box .content span, .col-lg-3:nth-child(5) .single-team-box .content span {
    color: #496989;
}

.col-lg-3:nth-child(3) .single-team-box:hover .image, .col-lg-3:nth-child(5) .single-team-box:hover .image {
    border-color: #496989;
}

.col-lg-3:nth-child(4) .single-team-box .image, .col-lg-3:nth-child(6) .single-team-box .image {
    border-color: rgba(73, 105, 137, 0.56);
}

.col-lg-3:nth-child(4) .single-team-box .image .social li a:hover, .col-lg-3:nth-child(6) .single-team-box .image .social li a:hover {
    color: #ffffff;
    background-color: #496989;
}

.col-lg-3:nth-child(4) .single-team-box .content span, .col-lg-3:nth-child(6) .single-team-box .content span {
    color: #496989;
}

.col-lg-3:nth-child(4) .single-team-box:hover .image, .col-lg-3:nth-child(6) .single-team-box:hover .image {
    border-color: #496989;
}


.team-area-two .section-title {
    margin-bottom: -60px;
}

.single-team-member {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.single-team-member .content {
    background-color: #f9f9f9;
    text-align: left;
    padding: 30px 20px 15px;
    position: relative;
}

.single-team-member .content h3 {
    margin-bottom: 0;
    font-size: 22px;

}

.single-team-member .content span {
    margin-top: 6px;
    display: block;
    color: #4a6f8a;
}

.single-team-member .content i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #496989;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
    border-radius: 2px;
    position: absolute;
    right: 20px;
    top: -16px;
    font-size: 18px;
    display: inline-block;
}

.single-team-member .image {
    position: relative;
}

.single-team-member .image .social-link {
    position: absolute;
    right: 20px;
    bottom: 25px;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-team-member .image .social-link li {
    display: block;
    margin-bottom: 8px;
}

.single-team-member .image .social-link li:last-child {
    margin-bottom: 0;
}

.single-team-member .image .social-link li a {
    width: 32px;
    height: 32px;
    text-align: center;
    color: #080a3c;
    background-color: #ffffff;
    font-size: 18px;
    position: relative;
    border-radius: 2px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
}

.single-team-member .image .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
}

.single-team-member .image .social-link li a:hover {
    background-color: #58A399;
    color: #ffffff;
}

.single-team-member .image .social-link li:nth-child(2) a, .single-team-member .image .social-link li:nth-child(4) a, .single-team-member .image .social-link li:nth-child(6) a, .single-team-member .image .social-link li:nth-child(8) a {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.single-team-member:hover .content i {
    background-color: #080a3c;
    color: #ffffff;
}

.single-team-member:hover .image .social-link li a {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.col-lg-3:nth-child(1) .single-team-member {
    margin-top: 150px;
}

.col-lg-3:nth-child(2) .single-team-member {
    margin-top: 100px;
}

.col-lg-3:nth-child(3) .single-team-member {
    margin-top: 50px;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
    overflow: hidden;
}

.single-feedback-item {
    position: relative;
    margin-top: 95px;
    margin-bottom: 30px;
}

.single-feedback-item img {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block !important;
    width: auto !important;
}

.single-feedback-item .feedback-desc {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-left: 45px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
    box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
    padding: 30px 30px 30px 160px;
}

.single-feedback-item .feedback-desc p {
    margin-bottom: 0;
}

.single-feedback-item .feedback-desc .rating {
    margin-top: 13px;
    margin-bottom: 15px;
}

.single-feedback-item .feedback-desc .rating i {
    font-size: 17px;
    display: inline-block;
    margin-right: -1px;
    color: #496989;
}

.single-feedback-item .feedback-desc .client-info h3 {
    margin-bottom: 0;
    font-size: 18px;

}

.single-feedback-item .feedback-desc .client-info span {
    display: block;
    color: #58A399;
    font-size: 14px;
    margin-top: 6px;
}

.single-feedback-item .feedback-desc::before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    color: #f5f5f5;
    line-height: 95px;
    content: "\ed67";
    font-family: IRANSans !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 135px;
}

.feedback-slides.owl-theme .owl-stage-outer {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.feedback-slides.owl-theme .owl-item .single-feedback-item {
    margin-bottom: 40px;
}

.feedback-slides.owl-theme .owl-item .single-feedback-item .feedback-desc {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.feedback-slides.owl-theme .owl-item.active .single-feedback-item .feedback-desc {
    -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
    box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
}

.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
    line-height: initial;
    margin-bottom: 30px;
    margin-top: 10px;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    background: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid #58A399;
    position: relative;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    margin: 2px;
    background-color: #496989;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.feedback-slides.owl-theme .owl-dots .owl-dot.active span::before, .feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.testimonials-area {
    background-color: #58A399;
}

.testimonials-area .section-title h2 {
    color: #ffffff;
}

.single-testimonials-item {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    border-radius: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 30px;
    background-color: #ffffff;
}

.single-testimonials-item .client-info {
    -ms-flex: 0 0 30%;
    -webkit-box-flex: 0;
    flex: 0 0 30%;
    max-width: 30%;
    text-align: center;
}

.single-testimonials-item .client-info img {
    border: 2px solid #f4f5fe;
    padding: 5px;
    border-radius: 5px;
    width: auto !important;
    display: inline-block !important;
}

.single-testimonials-item .client-info h3 {
    margin-bottom: 0;
    margin-top: 12px;
    font-size: 18px;

}

.single-testimonials-item .client-info span {
    display: block;
    color: #58A399;
    font-size: 14px;
    margin-top: 5px;
}

.single-testimonials-item .testimonials-desc {
    -ms-flex: 0 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    padding-left: 15px;
    max-width: 70%;
}

.single-testimonials-item .testimonials-desc p {
    margin-bottom: 0;
}

.single-testimonials-item .testimonials-desc .rating {
    margin-top: 13px;
}

.single-testimonials-item .testimonials-desc .rating i {
    font-size: 17px;
    display: inline-block;
    margin-right: -1px;
    color: #496989;
}

.single-testimonials-item::before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    color: #f5f5f5;
    line-height: 95px;
    content: "\ed67";
    font-family: IRANSans !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 135px;
}

.testimonials-slides.owl-theme .owl-nav.disabled + .owl-dots {
    line-height: initial;
    margin-bottom: 30px;
    margin-top: 10px;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    background: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: relative;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    margin: 2px;
    background-color: #ffffff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot.active span::before, .testimonials-slides.owl-theme .owl-dots .owl-dot:hover span::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}


.feedback-area .section-title.text-left {
    margin-bottom: 0;
}

.single-testimonials-box {
    position: relative;
    z-index: 1;
}

.single-testimonials-box p {
    font-size: 15px;
    color: #080a3c;
}

.single-testimonials-box .client-info {
    margin-top: 25px;
}

.single-testimonials-box .client-info img {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
}

.single-testimonials-box .client-info .title {
    margin-left: 15px;
}

.single-testimonials-box .client-info .title h3 {
    margin-bottom: 0;
    color: #496989;
    font-size: 18px;

}

.single-testimonials-box .client-info .title span {
    display: block;
    margin-top: 5px;
}

.single-testimonials-box::before {
    content: "\ed67";
    font-family: IRANSans !important;
    position: absolute;
    right: 200px;
    bottom: -12px;
    color: #fff1ed;
    line-height: 1;
    font-size: 90px;
    z-index: -1;
}

.testimonials-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    text-align: left;
}

.testimonials-slides-two.owl-theme .owl-dots {
    margin-top: 30px !important;
    margin-left: 2px;
}

.testimonials-slides-two.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 8px 0 0;
    background: transparent;
    border: 1px solid #fe9b81;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    position: relative;
}

.testimonials-slides-two.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #496989;
    border-radius: 50%;
    margin: 2px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
}

.testimonials-slides-two.owl-theme .owl-dots .owl-dot:hover span, .testimonials-slides-two.owl-theme .owl-dots .owl-dot.active span {
    border-color: #496989;
}

.testimonials-slides-two.owl-theme .owl-dots .owl-dot:hover span::before, .testimonials-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible;
}

/*================================================
Pricing Area CSS
=================================================*/
.single-pricing-table {
    margin-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
    padding-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-pricing-table .pricing-header {
    padding-top: 25px;
    padding-bottom: 20px;
}

.single-pricing-table .pricing-header h3 {
    margin-bottom: 0;
    font-size: 22px;

}

.single-pricing-table .price {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 8px;
    padding-bottom: 5px;
    border-top: 2px dashed #f4f5fe;
    border-bottom: 2px dashed #f4f5fe;

    font-size: 40px;
}

.single-pricing-table .price sup {
    top: -18px;
    font-size: 18px;

}

.single-pricing-table .price sub {
    bottom: 2px;
    color: #4a6f8a;
    padding-right: 5px;
    font-size: 14px;

}

.single-pricing-table .pricing-features {
    padding-left: 0;
    text-align: left;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 50px;
}

.single-pricing-table .pricing-features li {
    margin-bottom: 10px;
    position: relative;
    color: #444683;
    padding-left: 21px;
}

.single-pricing-table .pricing-features li:last-child {
    margin-bottom: 0;
}

.single-pricing-table .pricing-features li i {
    color: #58A399;
    position: absolute;
    left: 0;
    top: 3px;
}

.single-pricing-table .pricing-features li span {
    display: inline-block;
    color: #b7bad2;
    font-size: 20px;
    position: absolute;
    top: 1px;
    margin-left: 3px;
}

.single-pricing-table .btn-box {
    margin-top: 30px;
}

.single-pricing-table:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-pricing-table.left-align {
    text-align: left;
}

.single-pricing-table.left-align .pricing-header, .single-pricing-table.left-align .price {
    padding-left: 40px;
    padding-right: 40px;
}

.single-pricing-table.left-align .pricing-features {
    margin-left: 40px;
    margin-right: 40px;
}

.single-pricing-table.left-align .btn-box {
    padding-left: 40px;
}

.single-pricing-table.center-align {
    text-align: center;
}

.single-pricing-table.center-align .pricing-features li {
    padding-left: 0;
    padding-right: 21px;
}

.single-pricing-table.center-align .pricing-features li i {
    left: auto;
    right: 0;
}

.pricing-list-tab .tabs {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 40px;
}

.pricing-list-tab .tabs li {
    display: inline-block;
}

.pricing-list-tab .tabs li a {
    display: block;
    background-color: #ffffff;
    color: #8d8fb4;
    padding: 10px 30px 10px 53px;
    position: relative;
    border-radius: 5px;
    margin-left: -1px;
    margin-right: -1px;
    font-size: 16px;

}

.pricing-list-tab .tabs li a i {
    color: #496989;
    margin-right: 2px;
    position: absolute;
    font-size: 18px;
    top: 48%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    left: 30px;
}

.pricing-list-tab .tabs li.current a {
    color: #ffffff;
    background-color: #080a3c;
}

.pricing-list-tab .tabs li:nth-child(1) a {
    border-radius: 30px 0 0 30px;
}

.pricing-list-tab .tabs li:nth-child(2) a {
    border-radius: 0 30px 30px 0;
}

.tab .tabs_item {
    display: none;
}

.tab .tabs_item:first-child {
    display: block;
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn {
    background-color: #080a3c;
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn i {
    color: #496989;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn {
    background-color: #58A399;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn i {
    color: #496989;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn span {
    background-color: #496989;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn:hover i, .col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn:focus i {
    color: #080a3c;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
    margin: 0 auto;
}

.faq-accordion h2 {
    margin-bottom: 40px;
    font-size: 40px;

}

.faq-accordion h2 span {
    display: inline-block;
    color: #496989;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    display: block;
    background: #f5f5ff;
    margin-bottom: 10px;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    padding: 12px 40px 10px 20px;
    color: #080a3c;
    position: relative;
    display: block;
    font-size: 16px;

}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #080a3c;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\eaf8";
    color: #496989;
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 15px 20px;
    font-size: 14px;
    border-top: 1px solid #496989;
    color: #4a6f8a;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

.faq-image {
    text-align: center;
}

.bg-color-f4f5fe {
    background-color: #f4f5fe;
}

.bg-color-f4f5fe .faq-accordion .accordion .accordion-item {
    background: #ffffff;
}

/*================================================
App Download Area CSS
=================================================*/
.app-download-area {
    background-color: #f4f5fe;
    background-image: url(../../site/img/white-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.app-download-image {
    text-align: center;
}

.app-download-content .sub-title {
    display: inline-block;
    background-color: #58A399;
    color: #ffffff;
    padding: 5px 25px;
    border-radius: 35px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
}

.app-download-content h2 {
    font-size: 40px;

}

.app-download-content .btn-box {
    margin-top: 30px;
}

.app-download-content .btn-box .play-store-btn {
    display: inline-block;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 12px 25px 12px 74px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    color: #666786;
    font-size: 13px;
    font-weight: 400;
}

.app-download-content .btn-box .play-store-btn span {
    display: block;
    color: #080a3c;
    font-size: 20px;

}

.app-download-content .btn-box .play-store-btn img {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.app-download-content .btn-box .play-store-btn:hover, .app-download-content .btn-box .play-store-btn:focus {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.app-download-content .btn-box .apple-store-btn {
    margin-right: 8px;
    display: inline-block;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 12px 25px 12px 74px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    color: #666786;
    font-size: 13px;
    font-weight: 400;
}

.app-download-content .btn-box .apple-store-btn span {
    display: block;
    color: #080a3c;
    font-size: 20px;

}

.app-download-content .btn-box .apple-store-btn img {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.app-download-content .btn-box .apple-store-btn:hover, .app-download-content .btn-box .apple-store-btn:focus {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*================================================
Our Loving Clients Area CSS
=================================================*/
.clients-logo-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    margin-top: -10px;
}

.single-clients-logo {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.single-clients-logo a {
    text-align: center;
    display: block;
    background-color: #ffffff;
    padding: 30px 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-clients-logo a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-clients-logo a:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-clients-logo a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-clients-logo:nth-child(6) {
    margin-left: 10%;
}

.bg-color-f8fbfa .single-clients-logo a {
    background-color: #f8fbfa;
}

.bg-color-f8fbfa .single-clients-logo a:hover {
    background-color: #ffffff;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-post {
    display: flex;
    flex-direction: column;
    font-family: "Vazirmatn RD FD", sans-serif;
    border-radius: 2px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-blog-post .post-image {
    align-self: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    /*width: 100%; !* عرض تصویر برابر با عرض والد *!*/
    height: 250px; /* ارتفاع ثابت */
    border-radius: 10px; /* اختیاری: برای گوشه‌های گرد */
}

.single-blog-post .post-image a {
    display: block;
}

.single-blog-post .post-image a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-blog-post .post-image .date {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    border-radius: 0 5px 0 0;
    padding: 10px 25px 0;
    z-index: 1;
    color: #080a3c;
    font-size: 15px;
    font-weight: 300;
}

.single-blog-post .post-image .date i {
    color: #496989;
    margin-right: 1px;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.single-blog-post .post-content {
    padding: 25px;
}

.single-blog-post .post-content h3 {
    line-height: 1.2;
    font-size: 12px;

}

.single-blog-post .post-content h3 a {
    display: inline-block;
    font-size: 12px;
}

.single-blog-post .post-content .post-info {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}

.single-blog-post .post-content .post-info .post-by {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    position: relative;
    max-width: 50%;
    padding-left: 52px;
}

.single-blog-post .post-content .post-info .post-by img {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #dde4ff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-blog-post .post-content .post-info .post-by h6 {
    margin-bottom: 0;
    color: #8891b5;
    font-size: 14px;

}

.single-blog-post .post-content .post-info .details-btn {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    text-align: right;
    max-width: 50%;
}

.single-blog-post .post-content .post-info .details-btn a {
    display: inline-block;
    width: 43px;
    height: 43px;
    position: relative;
    border-radius: 50%;
    background-color: #ebefff;
    color: #080a3c;
    text-align: center;
    font-size: 25px;
}

.single-blog-post .post-content .post-info .details-btn a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.single-blog-post .post-content .post-info .details-btn a:hover {
    color: #ffffff;
    background-color: #080a3c;
}

.single-blog-post:hover .post-image a img {
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}

.blog-notes {
    margin-top: 10px;
    text-align: center;
}

.blog-notes p {
    line-height: initial;
}

.blog-notes p a {
    display: inline-block;
    color: #496989;
}

.blog-notes p a:hover {
    color: #58A399;
}


.single-blog-post-item {
    margin-bottom: 30px;
    position: relative;
    background-color: #efefef;
}

.single-blog-post-item .post-image {
    border-radius: 5px 5px 0 0;
}

.single-blog-post-item .post-image a {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.single-blog-post-item .post-image a img {
    border-radius: 5px 5px 0 0;
    -webkit-transition: 0.5s;
    background-size: cover;
    transition: 0.5s;
    width: 100%;
}

.single-blog-post-item .post-content {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}

.single-blog-post-item .post-content .category {
    display: inline-block;
    margin-bottom: 10px;
    color: #4a6f8a;
    text-transform: uppercase;

    font-size: 14px;
}

.single-blog-post-item .post-content .category:hover {
    color: #496989;
}

.single-blog-post-item .post-content h3 {
    line-height: 1.4;
    font-size: 22px;

}

.single-blog-post-item .post-content h3 a {
    display: inline-block;
}

.single-blog-post-item .post-content .post-content-footer {
    list-style-type: none;
}

.single-blog-post-item .post-content .post-content-footer li {
    color: #4a6f8a;
    font-size: 15px;
    position: relative;
    padding-left: 28px;
    padding-right: 7px;
}

.single-blog-post-item .post-content .post-content-footer li .post-author img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.single-blog-post-item .post-content .post-content-footer li .post-author span {
    color: #496989;
}

.single-blog-post-item .post-content .post-content-footer li i {
    color: #58A399;
    position: absolute;
    left: 7px;
    top: 3px;
}

.single-blog-post-item .post-content .post-content-footer li:first-child {
    padding-left: 7px;
}

.single-blog-post-item:hover .post-image a img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.blog-slides.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -105px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-] {
    color: #496989;
    font-size: 35px;
    margin: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 3px 0 0 0 !important;
    background: #fcf8f4;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    margin-left: 10px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #496989;
    color: #ffffff;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
    margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
    margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
    position: relative;
    display: inline-block;
    color: #080a3c;
    margin-right: 20px;
}

.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #4a6f8a;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
    color: #58A399;
}

.blog-details-desc .article-content .entry-meta ul li i {
    color: #496989;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
    content: '';
    position: absolute;
    top: 12px;
    right: -15px;
    width: 6px;
    height: 1px;
    background: #58A399;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
    display: none;
}

.blog-details-desc .article-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 22px;

}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 28px;
    color: #4a6f8a;
}

.blog-details-desc .article-content .features-list li i {
    color: #58A399;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-details-desc .article-content .features-list li:last-child {
    margin-bottom: 0;
}

.blog-details-desc .article-footer {
    margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    color: #ffffff;
    background-color: #496989;
    padding: 4px 12px;
    border-radius: 5px;
    margin-right: 3px;
    font-size: 14px;
}

.blog-details-desc .article-footer .article-tags a:hover {
    color: #ffffff;
    background-color: #58A399;
}

.comments-area {
    margin-top: 25px;
}

.comments-area .comments-title {
    margin-bottom: 30px;
    line-height: initial;
    font-size: 22px;

}

.comments-area ol, .comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .children {
    margin-left: 20px;
}

.comments-area .comment-body {
    border-bottom: 1px solid #eeeeee;
    padding-left: 65px;
    color: #080a3c;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comments-area .comment-body .reply {
    margin-top: 15px;
}

.comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #080a3c;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 13px;

}

.comments-area .comment-body .reply a:hover {
    color: #ffffff;
    background-color: #58A399;
    border-color: #58A399;
}

.comments-area .comment-author {
    font-size: 16px;
    margin-bottom: 0.2em;
    position: relative;
    z-index: 2;
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}

.comments-area .comment-author .fn {

}

.comments-area .comment-author .says {
    display: none;
}

.comments-area .comment-metadata {
    margin-bottom: .8em;
    color: #4a6f8a;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}

.comments-area .comment-metadata a {
    color: #4a6f8a;
}

.comments-area .comment-metadata a:hover {
    color: #58A399;
}

.comments-area .comment-respond {
    margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    font-size: 22px;

}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}

.comments-area .comment-respond .comment-form {
    overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
    margin-bottom: 0;
    margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
    color: red;
}

.comments-area .comment-respond .comment-form-comment {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.comments-area .comment-respond label {
    display: block;

    color: #080a3c;
    margin-bottom: 5px;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
    border-color: #58A399;
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #4a6f8a;
    font-weight: normal;
    position: relative;
    top: -2px;
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.comments-area .comment-respond .form-submit input {
    background: #58A399;
    border: none;
    color: #ffffff;
    padding: 11px 25px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;

    font-size: 15px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
    color: #ffffff;
    background-color: #496989;
}

.spacle-post-navigation {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
}

.prev-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
    opacity: 1;
    visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
    opacity: 1;
    visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
    color: #58A399;
}

.prev-link-wrapper .image-prev {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.prev-link-wrapper .image-prev img {
    border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: #58A399;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;

}

.prev-link-wrapper .prev-link-info-wrapper {
    color: #080a3c;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.prev-link-wrapper .prev-title {
    display: inline-block;

    font-size: 17px;
}

.prev-link-wrapper .meta-wrapper {
    display: block;
    color: #4a6f8a;
    text-transform: capitalize;
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
}

.next-link-wrapper {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-left: 15px;
}

.next-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
    opacity: 1;
    visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
    opacity: 1;
    visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
    color: #58A399;
}

.next-link-wrapper .image-next {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.next-link-wrapper .image-next img {
    border-radius: 5px;
}

.next-link-wrapper .image-next::after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: #58A399;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;

}

.next-link-wrapper .next-link-info-wrapper {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #080a3c;
}

.next-link-wrapper .next-title {
    display: inline-block;

    font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
    display: block;
    color: #4a6f8a;
    text-transform: capitalize;
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
}

blockquote, .blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

blockquote p, .blockquote p {
    color: #080a3c;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;

    font-size: 22px !important;
}

blockquote cite, .blockquote cite {
    display: none;
}

blockquote::before, .blockquote::before {
    color: #efefef;
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    content: "\ed67";
    font-family: IRANSans !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 135px;
}

blockquote::after, .blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #58A399;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
    justify-items: center;
    align-content: center;
    background-color: #215c54;
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-title-area::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
    height: 100%;
    z-index: -1;
    -webkit-animation: animatedBackground 30s linear infinite;
    animation: animatedBackground 30s linear infinite;
    background-image: url(../../site/img/bg_lines.svg);
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
}

.page-title-content {
    text-align: center;
}

.page-title-content h1 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 40px;

}

.page-title-content h2 {
    font-weight: 200;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 24px;

}

.page-title-content p {
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 0;
}

@-webkit-keyframes animatedBackground {
    0% {
        background-position: center center;
    }
    100% {
        background-position: 300px center;
    }
}

@keyframes animatedBackground {
    0% {
        background-position: center center;
    }
    100% {
        background-position: 300px center;
    }
}

/*  Start torakoos classes  */


.timeline {
    list-style-type: none;
    padding: 0;
    position: relative;
    margin-bottom: 0;
}

.timeline::before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background: #58A399;
    right: 50%;
    margin-right: -1.5px;
    border-radius: 5px;
}

.timeline > li {
    margin-bottom: 60px;
    position: relative;
    width: 48%;
    float: right;
    clear: right;
    text-align: left;
}

.timeline > li:nth-child(2) {
    margin-top: 110px;
}

.timeline > li:last-child {
    margin-bottom: 0;
    float: none;
}

.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: right;
    position: relative;
    background: #ffffff;
    padding: 30px 20px;
    -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.timeline > li > .timeline-panel:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.timeline > li > .timeline-panel::before {
    position: absolute;
    top: 26px;
    left: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #ffffff;
    border-left: 0 solid #ffffff;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 29px;
    left: -37px;
    z-index: 100;
    background: #58A399;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline > li.timeline-inverted {
    float: left;
    clear: left;
    text-align: right;
}

.timeline > li.timeline-inverted > .timeline-badge {
    right: -38px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: left;
}

.timeline > li.timeline-inverted > .timeline-panel::before {
    border-right-width: 0;
    border-left-width: 15px;
    right: -15px;
    left: auto;
}

.timeline > li.timeline-inverted > .timeline-panel::after {
    border-right-width: 0;
    border-left-width: 14px;
    right: -14px;
    left: auto;
}

.timeline > li.timeline-inverted .timeline-footer {
    text-align: right;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-heading h4 {
    font-size: 22px;
    font-weight: 700;
}

.timeline-body > p {
    font-size: 16px;
    margin-bottom: 35px;
    margin-top: 15px;
}

.timeline-footer {
    position: absolute;
    background: #f4f6fd;
    width: 100%;
    right: 0;
    bottom: 0;
    height: auto;
    text-align: left;
    padding: 10px 15px;
}

.timeline-footer p {
    font-weight: 900;
    color: #58A399;
}

/*  End torakoos classes    */

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
    height: 100vh;
}

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
}

.error-content h3 {
    font-size: 40px;

    margin-top: 45px;
    margin-bottom: 15px;
}

.error-content p {
    max-width: 520px;
    margin: 0 auto 25px;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
    margin-top: 35px;
    text-align: center;
}

.pagination-area .page-numbers {
    width: 45px;
    height: 45px;
    margin: 0 3px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 48px;
    color: #080a3c;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 18px;

}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
    background: #58A399;
    color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
}

/*================================================
Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
    margin-top: 35px;
}

.widget-area .widget:first-child {
    margin-top: 0;
}

.widget-area .widget .widget-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;

    font-size: 21px;
}

.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    background: #58A399;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}

.widget-area .widget_search {
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    background-color: #ffffff;
    padding: 15px;
}

.widget-area .widget_search form {
    position: relative;
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
    display: none;
}

.widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
    border-color: #58A399;
}

.widget-area .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #ffffff;
    background-color: #58A399;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.widget-area .widget_search form button i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.widget-area .widget_search form button:hover {
    background-color: #496989;
    color: #ffffff;
}

.widget-area .widget_spacle_posts_thumb {
    position: relative;
    overflow: hidden;
}

.widget-area .widget_spacle_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
}

.widget-area .widget_spacle_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.widget-area .widget_spacle_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px;
}

.widget-area .widget_spacle_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.widget-area .widget_spacle_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../../site/img/blog-image/3.jpg);
}

.widget-area .widget_spacle_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../../site/img/blog-image/2.jpg);
}

.widget-area .widget_spacle_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../../site/img/blog-image/1.jpg);
}

.widget-area .widget_spacle_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.widget-area .widget_spacle_posts_thumb .item .info time {
    display: block;
    color: #4a6f8a;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 12px;
}

.widget-area .widget_spacle_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;

}

.widget-area .widget_spacle_posts_thumb .item .info .title a {
    display: inline-block;
}

.widget-area .widget_recent_entries ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
    position: relative;
    margin-bottom: 12px;
    color: #080a3c;
    padding-left: 14px;
    line-height: 1.5;

    font-size: 15px;
}

.widget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
    background: #58A399;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
}

.widget-area .widget_recent_entries ul li a {
    display: inline-block;
    color: #080a3c;
}

.widget-area .widget_recent_entries ul li a:hover {
    color: #58A399;
}

.widget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #4a6f8a;
    margin-top: 4px;
}

.widget-area .widget_recent_comments ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
    position: relative;
    margin-bottom: 12px;
    color: #4a6f8a;
    padding-left: 14px;
    line-height: 1.5;

    font-size: 15px;
}

.widget-area .widget_recent_comments ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
    background: #58A399;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
}

.widget-area .widget_recent_comments ul li a {
    display: inline-block;
    color: #080a3c;
}

.widget-area .widget_recent_comments ul li a:hover {
    color: #58A399;
}

.widget-area .widget_archive ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_archive ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    color: #080a3c;

    font-size: 15px;
}

.widget-area .widget_archive ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
    background: #58A399;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
    position: absolute;
}

.widget-area .widget_archive ul li a {
    display: inline-block;
    color: #080a3c;
}

.widget-area .widget_archive ul li a:hover {
    color: #58A399;
}

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    color: #4a6f8a;
    padding-left: 14px;

    font-size: 15px;
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
    background: #58A399;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
    position: absolute;
}

.widget-area .widget_categories ul li a {
    color: #080a3c;
    display: block;
}

.widget-area .widget_categories ul li a:hover {
    color: #58A399;
}

.widget-area .widget_categories ul li .post-count {
    float: right;
}

.widget-area .widget_meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_meta ul li {
    position: relative;
    margin-bottom: 12px;
    color: #080a3c;
    padding-left: 14px;

    font-size: 15px;
}

.widget-area .widget_meta ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
    background: #58A399;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 8px;
    position: absolute;
}

.widget-area .widget_meta ul li a {
    display: inline-block;
    color: #080a3c;
}

.widget-area .widget_meta ul li a:hover {
    color: #58A399;
}

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}

.widget-area .tagcloud a {
    display: inline-block;
    color: #080a3c;

    font-size: 14px !important;
    padding: 6px 13px;
    border: 1px dashed #eeeeee;
    margin-top: 8px;
    margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
    color: #ffffff;
    background-color: #58A399;
    border-color: #58A399;
}

/*================================================
Login Area CSS
=================================================*/
.login-image {
    height: 100%;
    width: 100%;
    background-image: url(../../site/img/login-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-image img {
    display: none;
}

.login-content {
    height: 100vh;
}

.login-content .login-form {
    border-radius: 32px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.login-content .login-form .logo {
    margin-bottom: 35px;
}

.login-content .login-form .logo a {
    display: inline-block;
}

.login-content .login-form h3 {
    margin-bottom: 0;
    font-size: 40px;

}

.login-content .login-form p {
    margin-top: 7px;
    margin-bottom: 0;
}

.login-content .login-form p a {
    display: inline-block;
}

.login-content .login-form form {
    margin-top: 35px;
}

.login-content .login-form form .form-control {
    background-color: #ffffff;
    color: #080a3c;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    height: 55px;
    font-size: 14px;
}

.login-content .login-form form .form-control::-webkit-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.login-content .login-form form .form-control:-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.login-content .login-form form .form-control::-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.login-content .login-form form .form-control::placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.login-content .login-form form .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.login-content .login-form form .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.login-content .login-form form .form-control:focus::-ms-input-placeholder {
    color: transparent;
}

.login-content .login-form form .form-control:focus::placeholder {
    color: transparent;
}

.login-content .login-form form .default-btn {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
    box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
    padding-left: 25px;
}

.login-content .login-form form .forgot-password {
    text-align: right;
    margin-top: 15px;
}

.login-content .login-form form .forgot-password a {
    display: inline-block;
    color: #111;
    text-decoration: underline;
}

.login-content .login-form form .forgot-password a:hover {
    color: #496989;
}

.login-content .login-form form .connect-with-social {
    margin-top: 15px;
}

.login-content .login-form form .connect-with-social button {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #58A399;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 11px 30px;
    border-radius: 2px;
    color: #58A399;

}

.line-background {
    background-image: url(../../site/img/pattern-background-min.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-color: #f0f0f9;
    display: flex;
}

.login-content .login-form form .connect-with-social button i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    font-size: 20px;
}

.login-content .login-form form .connect-with-social button.facebook {
    border-color: #3b5998;
    color: #3b5998;
}

.login-content .login-form form .connect-with-social button.facebook:hover {
    background-color: #3b5998;
    color: #ffffff;
    border-color: #3b5998;
}

.login-content .login-form form .connect-with-social button.google {
    margin-top: 10px;
    border-color: #EA4335;
    color: #EA4335;
}

.login-content .login-form form .connect-with-social button.google:hover {
    background-color: #EA4335;
    color: #ffffff;
    border-color: #EA4335;
}

.login-content .login-form form .connect-with-social button:hover {
    background-color: #58A399;
    color: #ffffff;
    border-color: #58A399;
}

/*================================================
Signup Area CSS
=================================================*/
.signup-image {
    height: 100%;
    width: 100%;
    background-image: url(../../site/img/signup-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.signup-image img {
    display: none;
}

.signup-content {
    height: 100vh;
}

.signup-content .signup-form {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.signup-content .signup-form .logo {
    margin-bottom: 40px;
}

.signup-content .signup-form .logo a {
    display: inline-block;
}

.signup-content .signup-form h3 {
    margin-bottom: 0;
    font-size: 40px;

}

.signup-content .signup-form p {
    margin-top: 7px;
    margin-bottom: 0;
}

.signup-content .signup-form p a {
    display: inline-block;
}

.signup-content .signup-form form {
    margin-top: 35px;
}

.signup-content .signup-form form .form-control {
    background-color: #ffffff;
    color: #080a3c;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    height: 55px;
    font-size: 14px;
}

.signup-content .signup-form form .form-control::-webkit-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.signup-content .signup-form form .form-control:-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.signup-content .signup-form form .form-control::-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.signup-content .signup-form form .form-control::placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.signup-content .signup-form form .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.signup-content .signup-form form .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.signup-content .signup-form form .form-control:focus::-ms-input-placeholder {
    color: transparent;
}

.signup-content .signup-form form .form-control:focus::placeholder {
    color: transparent;
}

.signup-content .signup-form form .default-btn {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
    box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
    padding-left: 25px;
}

.signup-content .signup-form form .connect-with-social {
    margin-top: 20px;
}

.signup-content .signup-form form .connect-with-social span {
    display: block;
    text-transform: uppercase;
    color: #4a6f8a;
    margin-bottom: 20px;
}

.signup-content .signup-form form .connect-with-social button {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #58A399;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 11px 30px;
    border-radius: 2px;
    color: #58A399;

}

.signup-content .signup-form form .connect-with-social button i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    font-size: 20px;
}

.signup-content .signup-form form .connect-with-social button.facebook {
    border-color: #3b5998;
    color: #3b5998;
}

.signup-content .signup-form form .connect-with-social button.facebook:hover {
    background-color: #3b5998;
    color: #ffffff;
    border-color: #3b5998;
}

.signup-content .signup-form form .connect-with-social button.google {
    margin-top: 10px;
    border-color: #EA4335;
    color: #EA4335;
}

.signup-content .signup-form form .connect-with-social button.google:hover {
    background-color: #EA4335;
    color: #ffffff;
    border-color: #EA4335;
}

.signup-content .signup-form form .connect-with-social button:hover {
    background-color: #58A399;
    color: #ffffff;
    border-color: #58A399;
}

/*================================================
Features Area CSS
=================================================*/
.subscribe-area.bg-f4f5fe {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.subscribe-area.bg-f4f5fe::before {
    width: 100%;
    height: 50%;
    background-color: #f4f5fe;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    position: absolute;
}

.subscribe-content {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    text-align: center;
    padding: 70px;
    background-color: #496989;
}

.subscribe-content h2 {
    color: #ffffff;
    max-width: 610px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;

}

.subscribe-content form {
    max-width: 600px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.subscribe-content form .row {
    margin-left: -7px;
    margin-right: -7px;
}

.subscribe-content form .row .col-lg-8, .subscribe-content form .row .col-lg-4, .subscribe-content form .row .col-lg-12 {
    padding-left: 7px;
    padding-right: 7px;
}

.subscribe-content form #validator-newsletter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    color: #ffffff;
}

.subscribe-content form .input-newsletter {
    display: block;
    width: 100%;
    border: none;
    height: 50px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #c32f00;
    padding: 0 0 0 15px;
    font-size: 14px;

}

.subscribe-content form .input-newsletter::-webkit-input-placeholder {
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.subscribe-content form .input-newsletter:-ms-input-placeholder {
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.subscribe-content form .input-newsletter::-ms-input-placeholder {
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.subscribe-content form .input-newsletter::placeholder {
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.subscribe-content form .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
}

.subscribe-content form .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
}

.subscribe-content form .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
}

.subscribe-content form .input-newsletter:focus::placeholder {
    color: transparent;
}

.subscribe-content form button {
    background-color: #080a3c;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
    border-radius: 5px;
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    display: block;
    width: 100%;
    font-size: 15px;

}

.subscribe-content form button i {
    margin-right: 2px;
    color: #496989;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    top: 4px;
}

.subscribe-content form button:hover, .subscribe-content form button:focus {
    background-color: #58A399;
}

.subscribe-content form button:hover i, .subscribe-content form button:focus i {
    color: #080a3c;
}

.shape14 {
    position: absolute;
    left: 5%;
    top: 0;
    z-index: -1;
}

.shape14 img {
    -webkit-animation: moveLeftBounce 5s linear infinite;
    animation: moveLeftBounce 5s linear infinite;
}

.shape15 {
    position: absolute;
    right: 2%;
    top: 4%;
    z-index: -1;
}

.shape16 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.shape17 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.shape18 {
    position: absolute;
    z-index: -1;
    right: 20%;
    top: 32%;
}

/*================================================
Free Trial Area CSS
=================================================*/
.free-trial-area {
    position: relative;
    z-index: 1;
}

.free-trial-content {
    text-align: center;
    max-width: 695px;
    margin-left: auto;
    margin-right: auto;
}

.free-trial-content h2 {
    font-size: 40px;

}

.free-trial-content p {
    margin-top: 20px;
}

.free-trial-content .default-btn {
    margin-top: 20px;
}

.shape10 {
    position: absolute;
    right: 30%;
    bottom: 25%;
    z-index: -1;
}

.shape10 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape11 {
    position: absolute;
    left: 25%;
    bottom: 27%;
    z-index: -1;
}

.shape11 img {
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

.shape12 {
    position: absolute;
    left: 10%;
    bottom: 50%;
    z-index: -1;
}

.shape12 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape13 {
    position: absolute;
    right: 18%;
    bottom: 60%;
    z-index: -1;
}

.shape13 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-inner {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
    box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
    padding: 50px 30px;
}

.contact-features-list {
    padding-right: 15px;
    border-right: 1px solid #eeeeee;
}

.contact-features-list h3 {
    margin-bottom: 12px;
    font-size: 22px;

}

.contact-features-list p {
    margin-bottom: 10px;
}

.contact-features-list p:last-child {
    margin-bottom: 0;
}

.contact-features-list ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0;
}

.contact-features-list ul li {
    color: #4a6f8a;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.contact-features-list ul li i {
    color: #58A399;
    position: absolute;
    left: 0;
    top: 4px;
}

.contact-features-list ul li:last-child {
    margin-bottom: 0;
}

.contact-form h3 {
    margin-bottom: 25px;
    font-size: 32px;

}

.contact-form form .row {
    margin-left: -7px;
    margin-right: -7px;
}

.contact-form form .row .col-lg-6, .contact-form form .row .col-lg-12 {
    padding-left: 7px;
    padding-right: 7px;
}

.contact-form form .form-group {
    margin-bottom: 15px;
}

.contact-form form .form-control {
    height: 48px;
    padding: 0 15px;
    line-height: initial;
    color: #080a3c;
    background-color: transparent;
    border: 1px solid #cecfdf;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    font-size: 14px;
    font-weight: 400;
}

.contact-form form .form-control:focus {
    border-color: #58A399;
}

.contact-form form .form-control::-webkit-input-placeholder {
    color: #999999;
}

.contact-form form .form-control:-ms-input-placeholder {
    color: #999999;
}

.contact-form form .form-control::-ms-input-placeholder {
    color: #999999;
}

.contact-form form .form-control::placeholder {
    color: #999999;
}

.contact-form form textarea.form-control {
    height: auto !important;
    padding-top: 15px;
}

.contact-form form .default-btn {
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.3) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.3) !important;
}

.contact-form form .default-btn:hover, .contact-form form .default-btn:focus {
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
}

.contact-form .with-errors ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 0;
}

.contact-form .with-errors ul li {
    color: red;
}

.contact-form #msgSubmit {
    margin-bottom: 0;
    font-size: 22px;

}

.contact-form #msgSubmit.text-danger {
    margin-top: 5px;
}

.contact-info {
    text-align: center;
    margin-top: 50px;
}

.contact-info .contact-info-content h3 {
    margin-bottom: 15px;
    font-size: 22px;

}

.contact-info .contact-info-content h2 {
    margin-bottom: 0;
    font-size: 40px;

}

.contact-info .contact-info-content h2 a {
    display: inline-block;
    color: #58A399;
}

.contact-info .contact-info-content h2 a:hover {
    color: #496989;
}

.contact-info .contact-info-content h2 a:not(:first-child) {
    color: #496989;
}

.contact-info .contact-info-content h2 a:not(:first-child):hover {
    color: #58A399;
}

.contact-info .contact-info-content h2 span {
    display: block;
    color: #4a6f8a;
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 15px;

}

.contact-info .contact-info-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 25px;
}

.contact-info .contact-info-content .social li {
    display: inline-block;
    margin: 0 2px;
}

.contact-info .contact-info-content .social li a {
    width: 40px;
    display: block;
    height: 40px;
    border: 1px solid #dadada;
    border-radius: 50%;
    color: #aba5a5;
    font-size: 20px;
    position: relative;
}

.contact-info .contact-info-content .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.contact-info .contact-info-content .social li a:hover {
    color: #ffffff;
    border-color: #58A399;
    background-color: #58A399;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
    background-color: #215c54;
    position: relative;
    z-index: 1;
    padding-top: 80px;
}

.footer-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-animation: imageChange 1s linear 1s infinite;
    animation: imageChange 1s linear 1s infinite;
    background-image: url(../../site/img/footer-shape1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-area::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-animation: imageChangeTwo 1s linear 1s infinite;
    animation: imageChangeTwo 1s linear 1s infinite;
    background-image: url(../../site/img/footer-shape2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.divider {
    width: 100%;
    position: absolute;
    height: 100px;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #215c54;
    /*top: -100px;*/
    left: 0;
    z-index: -1;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget h3 {
    color: #ffffff;
    margin-bottom: 29px;

    font-size: 22px;
}

.single-footer-widget .logo {
    margin-bottom: 15px;
}

.single-footer-widget .logo a {
    display: inline-block;
}

.single-footer-widget p {
    color: #ffffff;
}

.single-footer-widget .services-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .services-list li {
    color: #ffffff;
    margin-bottom: 10px;
}

.single-footer-widget .services-list li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .services-list li a {
    display: inline-block;
    color: #ffffff;
}

.single-footer-widget .services-list li a:hover {
    padding-left: 5px;
}

.single-footer-widget .support-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .support-list li {
    color: #ffffff;
    margin-bottom: 10px;
}

.single-footer-widget .support-list li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .support-list li a {
    display: inline-block;
    color: #ffffff;
}

.single-footer-widget .support-list li a:hover {
    padding-left: 5px;
}

.single-footer-widget .footer-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .footer-contact-info li {
    color: #ffffff;
    margin-bottom: 10px;
}

.single-footer-widget .footer-contact-info li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .footer-contact-info li a {
    display: inline-block;
    color: #ffffff;
}

.single-footer-widget .footer-contact-info li a:hover {
}

.single-footer-widget .social {
    display: block;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    margin-top: 20px;
}

.single-footer-widget .social li {
    display: inline-block;
    margin-right: 5px;
}

.single-footer-widget .social li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    border-radius: 16px;
}

.single-footer-widget .social li a:hover {
    color: #080a3c;
}

.copyright-area {
    border-top: 1px solid #fff;
    text-align: center;
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.copyright-area p {
    line-height: initial;
    color: #fff;
}

.copyright-area p a {
    display: inline-block;
    color: #fff;
}

.copyright-area p a:hover {
}

@-webkit-keyframes imageChange {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes imageChange {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes imageChangeTwo {
    0% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes imageChangeTwo {
    0% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 15px;
    color: #080a3c;
    background-color: #ffffff;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 40px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 70%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.go-top:hover {
    background-color: #496989;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/*================================================
SaaS Home Page CSS
=================================================*/
.black-btn {
    background-color: #080a3c !important;
}

.black-btn span {
    background-color: #58A399 !important;
}

.black-btn i {
    color: #ffffff;
}

/* Saas banner */
.saas-banner {
    height: 840px;
    background: #58A399;
    position: relative;
    z-index: 1;
}

.saas-banner .saas-image {
    z-index: 1;
}

.saas-banner .saas-image.mt-70 {
    margin-top: 70px;
}

.saas-banner .hero-content {
    z-index: 1;
    position: relative;
}

.saas-banner .hero-content h1 {
    color: #ffffff;
    font-size: 52px;

    margin: 0;
}

.saas-banner .hero-content p {
    color: #ffffff;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 35px;
}

.saas-banner .hero-content .default-btn {
    background-color: #080a3c;
}

.saas-banner .hero-content .default-btn i {
    color: #496989;
}

.saas-banner .hero-content .default-btn:hover i {
    color: #fff;
}

.saas-banner .hero-content .default-btn span {
    background-color: #496989;
}

.saas-banner .hero-content .video-btn {
    margin-left: 15px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    margin-top: 6px;
    -webkit-transform: .6s;
    transform: 0.6s;
    font-size: 15px;

}

.saas-banner .hero-content .video-btn i {
    font-size: 20px;
    position: relative;
    margin-left: inherit;
    background: #fff;
    color: #496989;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    padding-left: 3px;
    margin-right: 6px;
}

.saas-banner .hero-content .video-btn:hover i {
    background-color: #080a3c;
    color: #fff;
}

.saas-banner .saas-image {
    position: relative;
}

.saas-banner .saas-image img {
    position: absolute;
}

.saas-banner .saas-image img:nth-child(1) {
    top: -200px;
    left: 0;
}

.saas-banner .saas-image img:nth-child(2) {
    left: 55px;
    top: -100px;
}

.saas-banner .saas-image img:nth-child(3) {
    left: 36%;
    z-index: 1;
    top: -170px;
}

.saas-banner .saas-image img:nth-child(4) {
    right: 27%;
    top: 110px;
    z-index: 2;
}

.saas-banner .saas-image img:nth-child(5) {
    right: 15%;
    top: 80px;
    z-index: 2;
}

.saas-banner .saas-image img:nth-child(6) {
    right: 25%;
    top: -170px;
}

.saas-banner .saas-image img:nth-child(7) {
    right: 47%;
    top: 96px;
    z-index: 2;
}

.saas-banner .saas-image img:nth-child(8) {
    right: 22%;
    top: 45px;
    z-index: 1;
}

.saas-banner .saas-image img:nth-child(9) {
    right: 75px;
    top: 20px;
}

.saas-banner .saas-image img:nth-child(10) {
    left: 32%;
    top: -76px;
    z-index: 1;
}

.saas-banner .saas-image img:nth-child(11) {
    right: 40%;
    top: -20px;
}

.saas-banner .saas-image img:nth-child(12) {
    top: -292px;
    left: 45px;
}

.saas-banner .saas-image img:last-child {
    display: none;
}

.saas-banner #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#particles-js {
    width: 100%;
    height: 100%;
}

/* End Saas banner */
/* Shape rotate */
.shape-rotate {
    position: absolute;
    left: 13%;
    top: 23%;
    z-index: -1;
    opacity: .3;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

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

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

/* End Shape rotate */
/* Features inner content */
.features-inner-content .features-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
    text-align: left;
}

.features-inner-content .features-item:last-child {
    margin-bottom: 0;
}

.features-inner-content .features-item i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .6s;
    transition: .6s;
}

.features-inner-content .features-item:hover i {
    border-radius: 50% !important;
}

.features-inner-content .features-item h3 {
    font-size: 22px;
}

.features-inner-content .features-item p {
    margin: 0;
}

.fun-facts-inner-content h2 {

}

.fun-facts-inner-content p {
    margin-bottom: 15px !important;
}

.fun-facts-inner-content ul {
    margin: 0;
    padding: 0;
}

.fun-facts-inner-content ul li {
    list-style-type: none;
    margin-bottom: 6px;
    color: #4a6f8a;
}

.fun-facts-inner-content ul li i {
    color: #58A399;
    padding-right: 3px;
}

.fun-facts-inner-content .default-btn {
    margin-top: 20px !important;
}

/* End Features inner content */
/* Overview section */
.overview-item {
    margin-bottom: 50px;
    border-bottom: 1px solid #edf0f7;
    padding-bottom: 50px;
}

.overview-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.overview-content .number {
    background-color: #58A399;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;

}

.overview-content h3 {
    font-size: 25px;
}

.overview-content p {
    margin: 0;
}

.overview-content ul {
    margin: 15px 0 0;
    padding: 0;
}

.overview-content ul li {
    list-style-type: none;
    margin-bottom: 6px;
    color: #4a6f8a;
}

.overview-content ul li:last-child {
    margin-bottom: 0;
}

.overview-content ul li i {
    color: #58A399;
    padding-right: 3px;
}

.overview-content .default-btn {
    margin-top: 25px;
}

/* End Overview section */
/* Service details */
.service-details-image {
    margin-bottom: 30px;
}

.service-details-content {
    margin-top: 5px;
}

.service-details-content h1 {
    font-size: 32px;
    margin-bottom: 10px;

}

.service-details-content h2 {
    font-size: 28px;
    margin-bottom: 10px;

}

.service-details-content h3 {
    font-size: 25px;
    margin-bottom: 10px;

}

.service-details-content h4 {
    font-size: 21px;
    margin-bottom: 10px;

}

.service-details-content h5 {
    font-size: 18px;
    margin-bottom: 10px;

}

.service-details-content h6 {
    font-size: 15px;
    margin-bottom: 10px;

}

.service-details-content ul, .service-details-content ol {
    padding-left: 17px;
}

.service-details-content ul li, .service-details-content ol li {
    line-height: 1.7;
    margin-bottom: 5px;
}

.service-details-content ul li:last-child, .service-details-content ol li:last-child {
    margin-bottom: 0;
}

.service-details-content .service-details-info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    background: #f4f5fe;
    padding: 30px 20px;
    border-radius: 10px;
}

.service-details-content .service-details-info .single-info-box {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.service-details-content .service-details-info .single-info-box h4 {
    margin-bottom: 10px;
    font-size: 18px;

}

.service-details-content .service-details-info .single-info-box span {
    display: block;
    color: #4a6f8a;
    font-size: 15px;
}

.service-details-content .service-details-info .single-info-box .social {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.service-details-content .service-details-info .single-info-box .social li {
    display: inline-block;
    margin-right: 5px;
}

.service-details-content .service-details-info .single-info-box .social li a {
    background-color: #ffffff;
    color: #4a6f8a;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    line-height: 32px;
}

.service-details-content .service-details-info .single-info-box .social li a:hover {
    color: #58A399;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.service-details-content .service-details-info .single-info-box .default-btn {
    display: inline-block;
    padding: 12px 30px;
    color: #ffffff;
    text-transform: capitalize;
    background-color: #58A399;
    border: 1px solid #58A399;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 30px;
    font-size: 14px;

}

.marquee {
    direction: rtl;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: large;
}

.marquee span {
    margin-bottom: 12px;
    margin-top: 12px;
    display: inline-block;
    animation: marquee 40s linear infinite;
}

@media (max-width: 768px) {
    .marquee span {
        font-size: 8px;
    }
}

.line {
    max-height: 50px;
}

@keyframes marquee {
    0% {
        transform: translateX(-20%);
    }
    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 768px) {
    .line {
        max-width: 30px;
    }

}

.service-details-content .service-details-info .single-info-box .default-btn:hover {
    background-color: #ffffff;
    color: #58A399;
}

.service-details-content .service-details-info .single-info-box:last-child {
    text-align: center;
}

/* End Service details  */
/*================================================
Digital Agency Banner Area CSS
=================================================*/
.digital-agency-banner {
    padding-top: 235px;
    padding-bottom: 235px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f0f0f0; /* یک رنگ پس‌زمینه جایگزین */
}

.lazy-bg {
    background-image: url(/public/site/img/marketing-agency/banner-bg.jpg);
}

@media (max-width: 600px) {
    .lazy-bg {
        background-image: url(/public/site/img/marketing-agency/banner-bg-mobile2.jpg);
    }
}

.digital-agency-banner .container {
    max-width: 1230px;
}

.digital-agency-banner-content {
    max-width: 540px;
}

.digital-agency-banner-content h1 {
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.3;
    font-size: 58px;

}


.digital-agency-banner-content h1 span {
    color: #58A399;
}

.digital-agency-banner-content p {
    color: #ffffff;
}

.digital-agency-banner-content .default-btn {
    margin-top: 18px;
}

.sisters-banner {
    margin-top: 60px;
    padding-top: 235px;
    padding-bottom: 235px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f0f0f0; /* یک رنگ پس‌زمینه جایگزین */
}

@media (max-width: 600px) {
    .sisters-banner {
        margin-top: 0;
    }
}

.sisters-lazy-bg {
    background-image: url('/public/site/img/banner-slider/sisters-banner.jpg');
}

@media (max-width: 600px) {
    .sisters-lazy-bg {
        background-image: url('/public/site/img/banner-slider/sisters-banner-mobile.jpg');
    }
}

.sisters-banner .container {
    max-width: 1230px;
}

.sisters-banner-content {
    max-width: 540px;
}

.sisters-banner-content h1 {
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.3;
    font-size: 58px;
}

.sisters-banner-content h1 span {
    color: #58A399;
}

.sisters-banner-content p {
    color: #ffffff;
}

.sisters-banner-content .default-btn {
    margin-top: 18px;
}

/*================================================
Featured Area CSS
=================================================*/
.single-featured-box {
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.single-featured-box img {
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-featured-box h3 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin-bottom: 0;
    color: #ffffff;
    line-height: 1.5;
    z-index: 2;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    font-size: 24px;

}

.single-featured-box .read-more-btn {
    position: absolute;
    left: 20px;
    bottom: 25px;
    z-index: 2;

    color: #ffffff;
    padding-right: 22px;
    display: inline-block;
}

.single-featured-box .read-more-btn i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 21px;
    color: #58A399;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-featured-box .link-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.single-featured-box::before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #000000;
    opacity: .55;
}

.single-featured-box:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-services-box {
    margin: 4px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    overflow: hidden;
    transition: box-shadow 0.5s, transform 0.5s;
}

.single-services-box:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.single-services-box .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 30px 25px;

}

.single-services-box .content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.single-services-box .content .read-more-btn {
    padding-right: 22px;
    position: relative;
    display: inline-block;
    transition: padding-right 0.3s;
}

.single-services-box .content .read-more-btn:hover {
    padding-right: 28px;
}

.single-services-box .content .read-more-btn i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 21px;
    color: #58A399;
    transition: color 0.3s;
}

.single-services-box .image {
    height: 250px;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.5s;
}

.single-services-box:hover .image {
    transform: scale(1.2);
}

.services-btn-box .default-btn {
    background-color: transparent;
    border: 1px solid #496989;
    color: #496989;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.services-btn-box .default-btn:hover {
    background-color: #58A399;
    border-color: #58A399;
    color: #ffffff;
}

.services-btn-box .default-btn i {
    color: inherit;
    transition: color 0.3s;
}

/*================================================
Case Studies Area CSS
=================================================*/
.case-studies-area {
    background-image: url(../../site/img/backgrounds/case-area-bg.jpg);
    background-position: center center;

    background-size: cover;
    overflow: hidden;
}

.case-studies-area .section-title h2 {
    color: #ffffff;
}

.case-studies-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.single-case-studies-item {
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 8px;
    background-size: cover;
}

.single-case-studies-item .image {
    border-radius: 5px 5px 0 0;
}

.single-case-studies-item .image img {
    border-radius: 8px 8px 0 0;
}

.single-case-studies-item .content {
    display: flex;
    background-color: #f9f9f9;
    padding: 32px 16px;
    border-radius: 0 0 8px 8px;
    justify-content: space-between;
    align-items: center;
}

.single-case-studies-item .content h3 {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 15px;
    text-align: center;
}

.single-case-studies-item .content .link-btn {
    width: 40px;
    margin-bottom: 4px;
    height: 40px;
    line-height: 48px;
    text-align: center;
    background-color: #58A399;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
    border-radius: 12px;
    position: absolute;
    font-size: 30px;
    right: 20px;
    display: inline-block;
}

.single-case-studies-item .content .link-btn:hover {
    color: #ffffff;
    background-color: #58A399;
}

.single-case-studies-item:hover .image {
    transition-duration: 0.5s;
    transform: scale(1.1); /* بزرگ‌نمایی تصویر هنگام هاور */
}

.case-studies-slides.owl-theme {
    left: calc((100% - 1110px) / 2);
    position: relative;
}

.case-studies-slides.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 26.88%;
    top: -105px;
}

.case-studies-slides.owl-theme .owl-nav [class*=owl-] {
    color: #496989;
    font-size: 35px;
    margin: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 3px 0 0 0 !important;
    background: #ffffff;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.case-studies-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    margin-left: 10px;
}

.case-studies-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #496989;
    color: #ffffff;
}

/*================================================
Company Preview Area CSS
=================================================*/
.company-preview-area {
    position: relative;
    z-index: 1;
    background-image: url(../../site/img/marketing-agency/company-preview.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 265px;
    padding-bottom: 265px;
}

.company-preview-area::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    bottom: 0;
    background-color: #000000;
    opacity: 0.4;
}

.company-preview-video {
    text-align: center;
}

.company-preview-video .video-btn {
    display: inline-block;
    width: 120px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.79);
    border-radius: 50%;
    position: relative;
    color: #496989;
    font-size: 100px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.company-preview-video .video-btn::after, .company-preview-video .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.company-preview-video .video-btn i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.company-preview-video .video-btn::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.company-preview-video .video-btn::after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.company-preview-video .video-btn:hover, .company-preview-video .video-btn:focus {
    background-color: #58A399;
    color: #ffffff;
}

.company-preview-video .video-btn:hover::after, .company-preview-video .video-btn:hover::before, .company-preview-video .video-btn:focus::after, .company-preview-video .video-btn:focus::before {
    border-color: #58A399;
}

/*================================================
Let's Talk Area CSS
=================================================*/
.lets-talk-content .sub-title {

    color: #496989;
    display: block;
    margin-bottom: 10px;
}

.lets-talk-content h2 {
    margin-bottom: 10px;
    font-size: 30px;
}

.lets-talk-btn {
    text-align: right;
}

/*# sourceMappingURL=style.css.map */


.islamic-card {
    border-radius: 15px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    background-color: #f7f7f7;
    border: 1px solid #d1d1d1;
}

.islamic-title {
    color: #004d2c;
    font-family: 'Vazir', sans-serif;
    font-size: 1.75rem;
    text-align: center;
    padding: 15px 0;
    background-color: #d1e7dd;
    border-radius: 10px;
}

.islamic-btn-link {
    color: #0056b3;
    font-family: 'Vazir', sans-serif;
    text-decoration: none;
}

.islamic-btn-link:hover {
    text-decoration: underline;
}

.islamic-label {
    font-family: 'Vazir', sans-serif;
    color: #333;
    font-size: 1.1rem;
    padding-bottom: 10px;
}

.islamic-input {
    font-family: 'Vazir', sans-serif;
    font-size: 1.2rem;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    transition: all 0.3s;
}

.islamic-input:focus {
    border-color: #004d2c;
    outline: none;
}

.btn-block {
    padding: 12px;
    font-size: 1.2rem;
    border-radius: 8px;
    transition: all 0.3s;
}

.btn-block:hover {
    background-color: #006f3f;
}

#countdown {
    font-size: 1.2rem;
    color: #f0ad4e;
    font-family: 'Vazir', sans-serif;
    margin-top: 20px;
}

/* طراحی واکنش‌گرا برای صفحه موبایل */
@media (max-width: 576px) {
    .islamic-card {
        margin-top: 20px;
    }

    .islamic-title {
        font-size: 1.5rem;
        padding: 12px 0;
    }

    .btn-block {
        font-size: 1rem;
        padding: 10px;
    }

    #countdown {
        font-size: 1rem;
    }
}

/* استایل برای انیمیشن دایره پیشرفت */
.progress-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
}

.progress-circle {
    fill: none;
    stroke-width: 4;
    stroke: #004d2c;
    transform: rotate(-90deg);
    transition: stroke-dashoffset 0.5s ease;
}

.progress-circle svg {
    width: 100%;
    height: 100%;
    display: block;
}

.single-image {
    justify-content: center;
    /*text-align: center;*/
    max-width: 500px;
    border-radius: 16px;
}

@media (max-width: 700px) {
    .single-image {
        max-width: 100%;
    }
}

.single-post {
    border: 1px solid rgba(69, 69, 69, 0.2) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1) !important;
}


/* استایل پست‌ها */
.post-card {
    background: #ffffff;
    /*border: 1px solid #eabc7f;*/
    border-radius: 15px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-card:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.post-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.post-card-body {
    padding: 15px;
    text-align: center;
}

.post-title {
    font-size: 18px;
    font-weight: bold;
    color: #1e2e45;
    margin-bottom: 10px;
}

.post-description {
    font-size: 14px;
    color: #666;
}

/* استایل تصویر اصلی */
.about-content img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

