/* find by:




*/

/* ----------------------------------------- */
/* ------------------#index----------------- */
/* ----------------------------------------- */
header {
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
        rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
        rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
        rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
        rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
        rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

header .nav-top-header {
    background-color: #02514b;
    height: 3.5rem;
}

header .nav-bottom-header {
    height: 12.5rem;
    background-color: #e3e3e3;
}

header .nav-bottom-header .image-box {
    width: 5.5rem;
    height: 12rem;
    padding: 0px 0 5px 0;
    margin-left: 5px;

}

header .navigation-mob .image-box {
    width: 11.5rem;
    height: 5rem;
    /* transform: translate(10px, 37px); */
    padding-bottom: 0;
    height: auto;
}

header .navigation-mob .image-box img {
    width: auto;
    height: 100%;
}

header .nav-bottom-header .image-box img {
    width: 100%;
    height: 100%;
}

header .nav-bottom-header .header-left .image-box {
    width: 24rem;
    height: 11rem;
    overflow: hidden;
    display: flex;
    align-items: end;
    padding: 0;
    margin-left: -15px;
}

header .nav-bottom-header .header-left .image-box img {
    width: 100%;
    height: auto;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #00000085;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    z-index: 999;
}

.overlay.show {
    visibility: inherit;
}

.menu-admin .breadcrumb-item a {
    font-size: 14px;
}

.section-image-description {
    padding: 80px 0 40px !important;
}

.section-image-description .image-and-description .image-box {
    height: auto;
    padding: 0 !important;
    border-radius: 15px;
    overflow: hidden;
}

.section-image-description .image-and-description .image-box img {
    width: auto;
    height: 100%;
}

.section-image-description .image-and-description .image-box iframe {
    width: 100%;
    height: 33rem;
    background-color: #fff;
}

.section-image-description .image-and-description .description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    margin-right: 30px;
}

.section-image-description .image-and-description .description .text {
    color: #848484;
    line-height: 30px;
}

.section-image-description .image-and-description .description .link-page-oboutus {
    line-height: 40px;
    width: 19rem;
    margin-top: 15px;
    display: flex;
    border-radius: 10px !important;
    justify-content: center;
    background-color: #ebbd38;
    color: #000 !important;
}

.section-image-description .image-and-description .title span {
    color: #17242c;
}

.section-image-description .image-and-description .description .text P {
    text-align: justify;
}

.menu-admin li {
    font-size: 14px;
}

.menu-admin li:first-child::before {
    content: "";
}

.menu-admin li::before {
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
    margin: 0 5px;
}

.search-box input {
    height: 2.2rem;
    border-radius: 15px;
    background-color: #000;
    margin-bottom: 3px;

}


/* Menu Des */
ul.nod-1 {
    display: flex;
    align-items: center;
    padding-right: 2rem !important;
}

ul.nod-1 i {
    margin-left: 5px;
    font-size: 17px;
    color: #000;
}

ul.nod-1>li {
    margin-left: 40px;
    font-size: 14px;
    padding: 0 0px;
    color: #000 !important;
    display: flex;
    align-items: center;
    height: 5rem;
    z-index: 99;
}

ul.nod-1>li>a {
    font-size: 14px;
    padding: 0 0px;
    color: #000 !important;
    display: flex;
    align-items: center;
    height: 5rem;
    z-index: 99;
    cursor: pointer;
}

ul.nod-1>li:hover>a {
    color: #17242c;
}

ul.nod-1>li {
    position: relative;
    display: flex;
}

ul.nod-1>li ul.nod-2 {
    width: 28rem;
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 5rem;
    right: -95%;
    display: none;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 1px 3.2px;
}

ul.nod-1>li:hover ul.nod-2 {
    display: flex;
    border-left: 1px solid #ebebeb;
    border-radius: 20px;
    padding: 15px !important;
    z-index: 9999;
}

ul.nod-1>li ul.nod-2>li>a {
    font-size: 13px;
    color: #000;
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

ul.nod-1>li ul.nod-2>li>a:hover {
    background: #f1f1f1;
    border-radius: 15px;
}

ul.nod-1>li ul.nod-2>li:hover>a {
    color: #17242c;
}

ul li.list-all {
    display: none;
}

ul.nod-1 li ul.nod-2 li ul.nod-3 {
    display: none;
}

ul.nod-1 li ul.nod-2 li.active ul.nod-3 {
    width: 64rem;
    height: 40rem;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 24rem;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.15) -3px 1px 3px 0px;
    flex-wrap: wrap;
    border-radius: 20px 0 0 20px;
    padding: 55px 20px 20px 20px !important;
}

ul.nod-1 li ul.nod-2 li ul.nod-3>li:first-child {
    position: absolute;
    top: 8px;
    display: flex;
    justify-content: space-between;
    width: 90%;
    border-bottom: 1px solid #e5e5e5f5;
    padding-left: 0;
}

ul.nod-1 li ul.nod-2 li ul.nod-3>li:first-child>a:before {
    display: none;
}

ul.nod-1 li ul.nod-2 li ul.nod-3>li {
    padding-left: 20px;
}

ul.nod-1 li ul.nod-2 li ul.nod-3>li>a {
    font-size: 12px;
    color: #000;
    font-weight: bold !important;
    height: 3rem;
    display: block;
}

ul.nod-1 li ul.nod-2 li ul.nod-3>li>a:before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #17242c;
    margin-left: 5px;
    border-radius: 50%;
}

ul.nod-1 li ul.nod-2 li ul.nod-3>li>a::after {
    content: "\e925";
    font-family: 'icomoon' !important;
    font-size: 10px;
    padding-right: 10px;
}

ul.nod-1 li ul.nod-2 li:hover ul.nod-3>li:hover>a {
    color: #17242c;
}

ul.nod-1 li ul.nod-2 li ul.nod-3 li ul.nod-4 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 5px 0 10px 0 !important;
}

ul.nod-1 li ul.nod-2 li ul.nod-3 li ul.nod-4>li>a {
    border-right: none !important;
    font-size: 13px;
    color: #808198;
    height: 2.5rem;
    line-height: 2.5rem;
    display: block;
}

ul.nod-1 li ul.nod-2 li ul.nod-3 li ul.nod-4>li>a:hover {
    color: #17242c;
}

ul.nod-1>li:last-child ul.nod-2 {
    right: -13%;
    top: 4rem;
}

/* Menu Mob */
.overlay.active {
    position: fixed;
    top: 9rem;
    right: 0;
    background-color: #00000085;
    width: 100%;
    height: 100vh;
    visibility: inherit;
    z-index: 99;
}

.mobile__nav {
    width: 100%;
    height: 0;
    position: relative;
    top: -10rem;
    z-index: 1090;
}

.mobile__nav .mobile__nav--bar {
    display: block;
    width: 4rem;
    height: 4rem;
    position: relative;
    top: 80px;
}

.mobile__nav .mobile__nav--bar.close {
    position: fixed;
    top: 17.5rem;
    right: 28rem;
    z-index: 99999;
    width: 3rem;
    display: block;
}

.mobile__nav .mobile__nav--bar .line {
    position: absolute;
    height: .2rem;
    width: 3rem;
    background: #222;
    border-radius: .3rem;
    right: 0;
    transition: all ease .3s;
}

.mobile__nav .mobile__nav--bar .line1 {
    top: 1rem;
}

.mobile__nav .mobile__nav--bar .line2 {
    top: 2rem;
}

.mobile__nav .mobile__nav--bar .line3 {
    top: 3rem;
}

.mobile__nav .mobile__nav--bar.close .line1 {
    transform: rotate(45deg);
    top: 1.5rem;
    background: crimson;
    width: 2.5rem
}

.mobile__nav .mobile__nav--bar.close .line2,
.mobile__nav .mobile__nav--bar.close .line3 {
    transform: rotate(-45deg);
    top: 1.5rem;
    background: crimson;
    width: 2.5rem;
}

.mobile__nav nav.mobile__navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1090;
    transition: background .3s;
}

.mobile__nav nav.mobile__navigation ul {
    width: 32rem;
    height: 100vh;
    border-radius: 0 0 0 5px;
    background: #fff;
    position: fixed;
    top: 160px;
    right: -32rem;
    transition: right .3s;
    overflow-y: auto;
}

.mobile__nav nav.mobile__navigation ul li {
    display: block;
    height: 5rem;
    line-height: 4rem;
}

.mobile__nav nav.mobile__navigation li.mobile__navigation--title {
    padding: 1.5rem;
    background: #f5f5f5 !important;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.mobile__nav nav.mobile__navigation span.mobile__navigation--icon {
    margin-left: 1rem;
    font-size: 1.6rem;
    vertical-align: middle;
    /* font-weight: bold !important; */
}

.mobile__nav nav.mobile__navigation .mobile__navigation--menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1.5rem;
    border-bottom: 0.1rem solid #f5f5f5;
    font-size: 1.3rem;
    color: #222;
    display: block;
}

.mobile__nav nav.mobile__navigation .mobile__navigation--menu a i.icon-fi-rr-french-fries:before {
    content: "\eb5b";
}

.mobile__nav nav.mobile__navigation li.mobile__navigation--title a {
    padding: 0;
    height: 100%;
}

.mobile__nav nav.mobile__navigation li.mobile__navigation--title a img {
    height: 100%;
    position: relative;
    top: 0.5rem;
}

.mobile__nav nav.mobile__navigation .mobile__navigation--menu .mobile__navigation--submenu .icon-Share:before {
    content: "\eb5b";
    font-size: 14px;
}

.mobile__nav nav.mobile__navigation .mobile__navigation--menu .mobile__navigation--submenu>a::after {
    content: "\e92e";
    font-size: 1.5rem;
    font-family: 'icomoon';
    color: #00438b;
    float: left;
}

.mobile__nav nav.mobile__navigation .mobile__navigation--menu .mobile__navigation--submenu li.mobile__navigation--submenu-title {
    background: #fff;
    color: #02514b;
    padding: 0;
    text-align: right;
    font-size: 1.4rem;
    text-align: center;
    height: 6rem;
    line-height: 6rem;
}

.mobile__nav nav.mobile__navigation .mobile__navigation--menu .mobile__navigation--submenu li.mobile__navigation--submenu-back {
    padding: 0 2rem;
    background: #f5f5f5;
    color: var(--white-color);
    font-size: 1.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.mobile__nav nav.mobile__navigation .mobile__navigation--menu .mobile__navigation--submenu li.mobile__navigation--submenu-back::before {
    content: "\e92f";
    font-family: 'icomoon';
    color: black;
    font-size: 1.6rem;
    margin-left: 1rem;
}

/* Start Main Slider Box */
.mainslider-box {
    height: 70rem;
    overflow: hidden;
}

.mainslider-box .mainslider-image {
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
}

.mainslider-box .mainslider-image img {
    width: 100%;
    height: auto;
}

.mainslider-box .container-mainslider {
    z-index: 99;
    position: relative;
}

.mainslider-box .container-mainslider .description-box {
    color: #fff;
}

.mainslider-box .container-mainslider .description-box .title,
.mainslider-box .container-mainslider .description-box .mega-title {
    font-size: 40px;
    font-weight: bold !important;
}

.mainslider-box .container-mainslider .description-box .sub-title {
    font-size: 24px;
    margin-bottom: 10px !important;
    font-weight: bold !important;
}

.mainslider-box .container-mainslider .description-box .sub-title span {
    font-size: 24px;
    margin-bottom: 10px !important;
    font-weight: bold !important;
    color: #ebbd38;
}

.mainslider-box .container-mainslider .description-box .mega-title {
    color: #ebbd38;
    display: inline-block;
}

.mainslider-box .container-mainslider .description-box .title-small {
    color: #ebbd38;
}

.mainslider-box .container-mainslider .description-box h3 {
    font-size: 16px;
    padding: 15px 0;
    line-height: 28px;
}

.mainslider-box .container-mainslider .description-box .btn-box .btn-services {
    background-color: #17242c;
}

.mainslider-box .container-mainslider .description-box .btn-box .btn-content {
    background-color: #ebbd38;
    color: #000 !important;
}

.mainslider-box .container-mainslider .description-box .btn-box .btn-services:hover {
    background-color: #062b1e;
}

.mainslider-box .container-mainslider .description-box .btn-box .btn-content:hover {
    background-color: #bbb205;
}


/* Start Consultation Form */
.consultation-form {
    width: 70%;
    height: auto;
}

.consultation-form .title-form {
    font-size: 16px;
    line-height: 35px;
    font-weight: bold !important;
    color: #17242c;
}

.consultation-form .mega-title {
    font-size: 25px;
    line-height: 70px;
    font-weight: bold !important;
}

.consultation-form .btn-send,
.consultation-form select,
.consultation-form input {
    height: 5rem;
    border: 1px solid #d9d9d9;
    font-size: 12px !important;

}

input {
    border: 1px solid grey;
}

input::placeholder {
    font-size: 11px !important;
}

.consultation-form .btn-send {
    background: #ebbd38;
}

.consultation-form .btn-send:hover {
    background-color: #fff200;
}

input::placeholder {
    font-size: 14px;
}

/* Start Section Archive Box */
.section-archive-box {
    background-image: url("../img/Banner\ Site-BG.jpg");
    min-height: 75rem;
    padding: 40px 0;
    margin: 40px 0;
}

.section-archive-box .archive-box .title-box {
    color: #fff;
}

.section-archive-box .archive-box .title-box span {
    background-color: #022a2c;
}

.section-archive-box .archive-box .item-archive {
    height: 40rem;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.section-archive-box .archive-box .item-archive:first-child {
    width: 49.5%;
    margin-bottom: 17px;
}

.section-archive-box .archive-box .item-archive:nth-child(2) {
    width: 49.5%;
    margin-bottom: 17px;

}

.section-archive-box .archive-box .item-archive:nth-child(3),
.section-archive-box .archive-box .item-archive:nth-child(4),
.section-archive-box .archive-box .item-archive:nth-child(5),
.section-archive-box .archive-box .item-archive:nth-child(6) {
    width: 24.1%;
    height: 20rem;
}

.section-archive-box .archive-box .item-archive::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
}

.section-archive-box .archive-box .item-archive .image-box {
    width: 100%;
    height: 100%;
}

.section-archive-box .archive-box .item-archive .image-box img {
    width: 100%;
    height: auto;
}

.section-archive-box .archive-box .item-archive .content-box {
    padding: 30px;
    bottom: 0;
    color: #fff;
}

.section-archive-box .archive-box .item-archive .content-box .data-box {
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    max-width: 7rem;
}

.section-archive-box .archive-box .item-archive .content-box .data-box::after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #ebbd38;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 15px;
    margin: 0 auto;
}

.section-archive-box .archive-box .item-archive .content-box .title-archive {
    line-height: 25px;
    text-align: justify;
}

.section-archive-box .archive-box .item-archive:hover .content-box .title-archive {
    color: #ebbd38;
}

.section-archive-box .archive-box .item-archive:nth-child(3) .title-archive,
.section-archive-box .archive-box .item-archive:nth-child(4) .title-archive,
.section-archive-box .archive-box .item-archive:nth-child(5) .title-archive,
.section-archive-box .archive-box .item-archive:nth-child(6) .title-archive {
    font-size: 12px !important;
    line-height: 18px;
}

.section-archive-box .archive-box .item-archive:nth-child(3) .data-box small,
.section-archive-box .archive-box .item-archive:nth-child(4) .data-box small,
.section-archive-box .archive-box .item-archive:nth-child(5) .data-box small,
.section-archive-box .archive-box .item-archive:nth-child(6) .data-box small {
    font-size: 10px !important;
}

/* number */
.counter {
    font-size: 2.8rem;
    font-weight: 800;
    color: #02514b;
    display: block;
    margin-bottom: 0.5rem;
}

.section-countdown {
    padding: 40px 0 40px;
}

.countdown-box {
    width: 100%;
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(217 166 33 / 34%) 100%);
    text-align: center;
    padding: 40px 0;
    overflow: hidden;
    border-radius: 15px;
}

.countdown-box .title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #452f11;
    margin-bottom: 15px !important;
    z-index: 2;
    position: relative;
}

.countdown-box .subtitle {
    color: #bbb;
    font-size: 1.5rem;
    margin-bottom: 25px !important;
    z-index: 2;
    position: relative;
}

.countdown-box .countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
    animation: fadeIn 1.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.countdown-box .time-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, #452f11, #1b1b1b);
    box-shadow: 0 0 20px rgba(255, 223, 120, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.countdown-box .time-circle:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(255, 223, 120, 0.35);
}

.countdown-box .time-num {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffe39f;
    margin-bottom: 0;
}

.countdown-box .time-label {
    font-size: 1.2rem;
    color: #ccc;
}


/* Start Square Section */
.square-section {
    padding: 30px 0;
    /* background-color: #f5f5f5; */
    background-size: cover;
    margin: 40px 0;
}

.square-section .square-box .square-title,
.square-section .square-box .text-see-all {
    color: #fff;

}

.square-list .square-item {
    width: 49%;
    height: 20rem;
    background-color: #fff;
    border-radius: 15px;
}

.square-list .square-item:nth-child(1),
.square-list .square-item:nth-child(2) {
    margin-bottom: 30px;
}

.square-list .square-item .image-box {
    width: 20rem;
    height: 100%;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
    position: relative;
}

.square-list .square-item .image-box::before {
    content: "بیشتر";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000000ab;
    color: #ebbd38;
    font-weight: bold !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    transition: opacity .3s ease-in;
    opacity: 0;
}

.square-list .square-item:hover .image-box::before {
    opacity: 1;
}

.square-list .square-item .image-box img {
    width: 100%;
    height: 100%;
}

.square-list .square-item .content-box {
    width: calc(100% - 20rem);
}

.square-list .square-item .content-box .category {
    color: gray;
    font-size: 12px;
}

.square-list .square-item .content-box .title {
    height: 6rem;
    font-size: 18px;
    line-height: 30px;
}

.square-list .square-item .content-box .text {
    font-size: 12px;
    line-height: 26px;
    color: #a9a8a8;
}

.data-update {
    width: 7rem;
    height: 19px;
    line-height: 18px;
    font-size: 10px;
    background-color: #ebbd38;
    color: #000 !important;
    text-align: center;
    border-radius: 0 2px 2px 0;
    left: 0;
    bottom: 15px;
}

.square-section-two .square-title .title,
.square-section-two .square-title .text-see-all {
    color: #000 !important;
}

/* Start Services Section */
.services-section {
    padding: 80px 0;
}

.services-list .services-item {
    width: auto;
    height: auto;
    position: relative;
    background-color: #f5f5f5;
    overflow: hidden;
}

.services-list .services-item::before {
    content: "";
    background-image: url("../img/feature-shape-1.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.services-list .services-item .title-services-item {
    height: 6rem;
    line-height: 30px;
}

.services-list .services-item .icon-box {
    width: 6.5rem;
    height: 6.5rem;
    background-color: #17242c;
}

.services-list .services-item p {
    text-align: justify;
    line-height: 25px;
    height: 8rem;
    font-size: 14px;
}

.services-list .services-item .btn-see {
    background-color: #17242c;
    color: #fff;
    width: 60px;
    height: 25px;
    border-radius: 4px;
    cursor: pointer;
    transition: transform .3s ease-in-out;
}

.services-list .services-item:hover .btn-see {
    transform: translateX(-15px);
}

/* Start Section About Us */
.section-aboutus {
    padding: 80px 0;
    background: #f5f5f5;
}

.section-aboutus .image-box {
    width: 100%;
    height: 63rem;
}

.section-aboutus .image-box img {
    width: 100%;
    height: auto;
}

.section-aboutus .content-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.section-aboutus .content-box .small-title {
    color: #17242c;
    font-size: 36px;
    font-weight: bold !important;
}

.section-aboutus .content-box .title {
    font-size: 22px;
    color: #17242c;
    font-weight: bold !important;
    padding: 14px 0;
}

.section-aboutus .content-box .text-description {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.section-aboutus .content-box .item-description .icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    background: #ebbd38;
    transition: background .7s ease-in-out;
}

.section-aboutus .content-box .item-description:hover .icon-box {
    background: #17242c;

}

.section-aboutus .content-box .item-description .icon-box i {
    color: #17242c;
    transition: color .6s ease-in-out;
}

.section-aboutus .content-box .item-description:hover .icon-box i {
    color: #ebbd38;
}

.section-aboutus .content-box .item-description .text-box {
    width: calc(100% - 50px);
}

.section-aboutus .content-box .item-description .text-box .text {
    font-size: 14px;
    text-align: justify;
}

.section-aboutus .content-box .item-description .text-box .title {
    font-size: 17px;
}

.section-aboutus .content-box .see-more {
    background-color: #17242c;
    color: #fff;
    width: 12rem;
    height: 5rem;
}

.section-aboutus .content-box .see-more-1 {
    background-color: #ebbd38;
    color: #000;
}

.section-aboutus .content-box .see-more i {
    transition: transform .5s ease-in-out;
}

.section-aboutus .content-box .see-more:hover i {
    transform: translateX(-10px);
}

/* Start Credits Section */
.title-box {
    margin-bottom: 50px !important;
    width: 100%;
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
}

.title-box span {
    position: absolute;
    right: 0px;
    top: 10px;
    background: #fafafa;
    padding: 0 20px;
    border-radius: 15px;
    font-size: 30px !important;
    padding-right: 15px;
}

.title-box::after {
    content: "";
    width: 3px;
    height: 40px;
    background-color: #ebbd38;
    display: flex;
    position: absolute;
    border-radius: 15px;
    position: absolute;
    right: 0;
    top: 15px;
}

.title-box a {
    left: 0;
    top: 20px;
    background: #fafafa;
    padding: 0 6px;
}

.credits-list-hami {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 40px;
}

.credits-section .credits-list-hami .image-box,
.credits-section .credits-list .image-box {
    width: 12rem;
    height: 12rem;
    margin: 0 5px;
}

.credits-section .credits-list-hami .image-box {
    margin-bottom: 15px;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    padding: 10px;
}

.credits-section .credits-list-hami .image-box img,
.credits-section .credits-list .image-box img {
    width: 100%;
    height: auto;
}

.credits-list.owl-carousel .owl-stage-outer {
    display: flex;
    justify-content: center;
}

/* Start Portfolio Section */
.section-list-certificates {
    height: auto;
    background-image: url("../img/pattern.webp");
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.section-list-certificates::before {
    content: "";
    background: linear-gradient(to right, #17242c00, #071e16);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.section-list-certificates .services-box {
    padding: 80px 0;
    z-index: 1;
    position: relative;
}

.section-list-certificates .title-box {
    color: #ebbd38;

}

.item-certificates .image-box {
    width: 100%;
    height: 22rem;
    background: #fff;
    border: 1px solid rgb(255, 255, 255);
}

.item-certificates .image-box img {
    width: auto;
    height: 100%;
}

.item-certificates .see-more {
    height: 5rem;
    background: #17242c;
    transition: background-color .3s ease-in-out;
}

.item-certificates:hover .see-more {
    background-color: #062b1e;
}

.item-certificates .see-more i {
    transition: transform .3s ease-in-out;
}

.item-certificates:hover .see-more i {
    transform: translateX(-5px);
}

/*-------------------- Article list box---------------- */
.section-article {
    padding: 40px 0;
}

.article-item {
    width: 100%;
    height: auto;
    background-color: #f5f5f5 !important;
    border: 1px solid #f5f5f5;
}

.article-item .image-box {
    width: 100%;
    height: 25rem;
    background-color: #fff;
}

.article-item .image-box img {
    width: 100%;
    height: auto;
}

.article-item .title-blog {
    width: 100%;
    height: 6rem;
    line-height: 18px;
    font-size: 14px !important;
    text-align: justify;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.article-item .content-box .title-blog::before {
    content: '';
    width: 15px;
    height: 8px;
    margin-top: 10px;
    margin-left: 10px;
    background-color: #17242c;
    display: flex;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.article-item .content-box .history-box {
    height: 5rem;
}

.article-item .grouping {
    bottom: 15px;
    left: -100%;
    transition: left .2s ease-out;
    -webkit-transition: left .2s ease-out;
    -moz-transition: left .2s ease-out;
    -ms-transition: left .2s ease-out;
    -o-transition: left .2s ease-out;
}

.article-item:hover .grouping {
    left: 15px;
}

.article-item .profile-box {
    z-index: 99999;
    top: 15px;
    right: 15px;
    display: none !important;
}

.article-item .data-btn-box {
    height: 5rem;
    padding: 15px;
}

.article-item .data-btn-box i {
    font-size: 15px;
}

.article-item .see-more {
    padding: 5px 30px;
    background-color: #17242c;
    border-radius: 5px;
}

.article-item .see-more:hover {
    background-color: #085339;
}

/* Start Section Faq Consultation */
.section-faq-consultation {
    background-color: #f5f5f5;
    padding: 80px 0;
    position: relative;
}

.section-faq-consultation .consultation-form {
    width: 95%;
    height: auto;
}

.section-faq-consultation .accordion-button {
    height: 5rem;
    color: #133f2d;
    font-size: 14px;
    border-radius: 15px;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

.section-faq-consultation .accordion-header {
    border-radius: 15px;
}

.section-faq-consultation .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.section-faq-consultation .accordion-item .accordion-button {
    background: #ebbd38;
    color: #000000;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.section-faq-consultation .accordion-item .accordion-button.collapsed {
    background: #726e6e;
    color: #fff;
}

.section-faq-consultation .accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 15px;
}

.section-faq-consultation .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.section-faq-consultation .accordion {
    border-radius: 15px;
    overflow: auto;
    height: 38rem;
    padding-left: 15px;
}

.section-faq-consultation .accordion-body {
    padding: 1rem 1.25rem;
    background: #fff;
    border-radius: 15px;
    font-size: 14px;
    text-align: justify;
    line-height: 27px;
}

.section-faq-consultation .consultation-form .btn-send {
    background: #17242c;
    color: #fff;
}

.section-faq-consultation .consultation-form .btn-send:hover {
    background: #024730;
}

/* Start Footer */
footer {
    margin-top: 40px;
}

footer .nav-footer {
    background: linear-gradient(90deg, rgb(2 28 19) 0%,
            rgb(46 82 38) 50%,
            rgb(0 42 28) 100%);
    height: auto;
    width: 100%;
    padding: 30px 0;
}

footer .nav-footer .address-item {
    width: 32%;
    height: 14rem;
    background: #f5f5f5;
    border-radius: 15px;
    padding: 15px;
}

footer .nav-footer .address-item .title-address {
    font-size: 17px;
    color: #17242c;
    font-weight: bold !important;
}

footer .nav-footer .address-item .title-address i {
    font-size: 25px;
}

footer .nav-footer .address-item .text-address {
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    margin-top: 5px !important;
    padding-right: 30px;
}

footer .body-footer {
    padding: 15px;
    padding: 30px 0 0 0;
    position: relative;
    z-index: 2;
    background-image: linear-gradient(180deg, #001413 0%, #005650 100%);
    color: #fff;
}

footer .body-footer .item-footer .title-footer {
    font-size: 18px;
    color: #fff;
    font-weight: bold !important;
}

footer .body-footer .item-footer .text-footer {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

footer .body-footer .useful-links li {
    font-size: 14px;
    height: 3.5rem;
    line-height: 3.5rem;
	    flex-direction: row !important;
}

footer .body-footer .symbol-box {
    height: 10rem;
    gap: 10px;
}

footer .body-footer .symbol-box .symbol-item {
    width: 6rem;
    height: 7rem;
    background-color: #ffffff;
    border-radius: 15px;
}

footer .body-footer .symbol-box .symbol-item img {
    width: 100%;
    height: auto;
}

.designed-with {
    background-color: #001b1a;
}

.social-networks a {
    width: 30px;
    height: 40px;
}

.social-networks a img {
    width: 100%;
    height: auto;
}

/* Start Page Services  */
.page-breadcrumb {
    padding: 15px 0;
}

.page-breadcrumb ol li a {
    font-size: 14px;
}

.page-breadcrumb ol li {
    font-size: 15px;
    font-weight: bold !important;
}

.page-services-section .page-services {
    padding: 30px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}

.page-services-section .page-services h1 {
    font-size: 23px;
    font-weight: bold !important;
    color: #17242c;
}

.page-services-section .page-services h2 {
    font-size: 20px;
    font-weight: bold !important;
    color: #17242c;

}

.page-services-section .page-services h3 {
    font-size: 18px;
    font-weight: bold !important;
    color: #17242c;

}

.page-services-section .page-services p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    padding: 20px 0;
}

.page-services-section .page-services p img {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 15px;
}

.page-services-section .page-services ol {
    padding-right: 3rem;
    font-size: 1.5rem;
    line-height: 30px;
    flex-direction: column;
    display: flex;
    margin-top: 15px !important;
    margin-bottom: 30px !important;
}

.page-services-section .page-services ol li {
    display: list-item;
}

.page-services-section .consultation-form {
    background-color: #f5f5f5 !important;
    top: 180px;
    margin-bottom: 30px;
    z-index: 11;
}

.page-services-section .consultation-form .title-form {
    font-size: 14px;
    line-height: 22px;
}

.page-services-section .consultation-form .mega-title {
    font-size: 21px;
}

/* -------------------------------------------- */
/* ------------------ #Login ------------------ */
/* -------------------------------------------- */
.login-page {
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99999;
    padding: 15px;
}

#loginForm label {
    cursor: auto;
}

.login-page .login-box {
    width: 45rem;
    min-height: 43rem;
    border-radius: 1rem;
    height: auto;
    padding: 5rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.login-box .logo{
    width: 6rem;
    height: 12rem;
    margin: 0 auto;
}

.login-box .logo img{
    width: 6rem;
    height: auto;
}


.login-page input {
    height: 5rem;
    text-align: right;
    font-size: 1.6rem !important;
    border-radius: 15px !important;

}

.login-page input::-webkit-input-placeholder {
    font-size: 13px !important;
}

.login-page input::-moz-placeholder {
    font-size: 13px !important;
}

.login-page input:-ms-input-placeholder {
    font-size: 13px !important;
}

.login-page input::-ms-input-placeholder {
    font-size: 13px !important;
}

.login-page input::placeholder {
    font-size: 13px !important;
}

.login-page input[type="checkbox"] {
    display: inline-block;
    margin-left: 1rem;
}

.login-page .acceptrules label {
    margin: 0;
}

.login-page .btn {
    height: 5rem;
    background-color: #17242c;
    border-radius: 15px !important;
    border-color: #17242c;
}

.login-page p {
    line-height: 2;
    font-size: 1rem;
    text-align: justify;
}

.login-page .icon-Enter {
    vertical-align: middle;
}

.login-page .icon-Enter::before {
    color: #222;
}

.login-page .loginbysms {
    cursor: pointer;
}

.timerLogin {
    direction: ltr;
}

.login-page .btn#retrieve-code {
    height: 5rem;
    background-color: transparent;
    border-radius: 15px !important;
    border-color: transparent;
    width: 100%;
    font-size: 14px;
    color: #17242c !important;
}


/* Start section advice page */
.section-advice-page {
    padding: 80px 0;
}

.advice-list .advice-item {
    width: 48%;
    height: 21rem;
    background: linear-gradient(136deg, rgb(242 232 50) -21%, rgb(11 63 45) 61%);
    border-radius: 15px;
    transition: background 1s ease-in-out;
}

.advice-list .advice-item:hover {
    background: linear-gradient(136deg, rgb(242 232 50) -21%, rgb(5, 34, 24) 61%);
}

.advice-list .advice-item .icon-box {
    width: 120px;
    height: 120px;
}

.advice-list .advice-item .title {
    height: 4rem;
    color: #fff;
    font-size: 16px;
}

.section-levels {
    padding-top: 80px;
}

/* -------#widget---*/
.widget.widget-filter li.panel {
    width: 100%;
    line-height: 3;
    font-size: 1.2rem;
    border-bottom: .1rem solid #ececec;
}

.widget.widget-filter li.panel a:after {
    content: '\276F';
    color: #0072bc;
    float: right;
    margin-left: 1rem;
    font-size: 1.4rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.widget.widget-filter li.panel a.collapsed::after {
    -webkit-transform: none;
    transform: none;
}

.widget.widget-filter li.panel ul {
    margin: 0px 20px 0 0 !important;
}

.widget.widget-filter li.panel ul li {
    display: block;
    padding-right: 1.5rem;
}

.widget.widget-filter li.panel a.collapsed+ul li {
    padding-right: 1.5rem;
}

.widget {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
}

.widget .widget-title {
    color: #3b4359;
    font-size: 15px;
}

.widget .widget-title::before {
    content: '';
    width: 15px;
    height: 6px;
    background-color: #12462d;
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-left: 7px;
    font-size: 15px;
}

.widget input.input-filtr,
.widget input.form-control {
    width: 100%;
    height: 4rem;
    background-color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 15px;
    margin-top: 15px;
}

.widget .widget-category-list ul {
    display: flex;
    flex-direction: column;
}

.widget .widget-category-list ul li a {
    font-size: 14px;
    color: gray;
    padding-right: 3px;
    height: 3rem;
}

.widget .widget-category-list ul .cco2 {
    padding-right: 20px;
}

.widget .widget-category-list ul .cco3 {
    padding-right: 40px;
}

.widget .widget-category-list ul li.cco1::before,
.widget .widget-category-list ul li.cco2::before {
    content: "+";
    font-size: 12px;
    color: gray;
}

.widget .widget-category-list ul .cco3 label {
    color: gray
}

.widget .widget-category-list ul .cco3 ul {
    margin-top: 10px !important;
}

.widget .widget-category-list ul li.cco3::before {
    content: "-";
    font-size: 18px;
    color: gray;
}

/* Blog page */
.widget {
    background-color: #f5f5f5 !important;
}

.widget-blog {
    background-color: #f5f5f5 !important;
}

.widget-blog .share-blog-box,
.widget-blog .profile-box {
    border-bottom: 1px solid #f2f6fc;
}

.widget-blog .blog-audio .text-blog-audio {
    line-height: 20px;
}

.widget-blog .blog-audio audio {
    width: 100%;
    height: 4.5rem;
}

.widget-blog .widget-blog-list li:last-child {
    margin-bottom: 0 !important;
}

.widget-blog .widget-blog-list li a {
    height: 100%;
}

.widget-blog-list .widget-blog-item {
    margin-bottom: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
}

.widget-blog .widget-blog-list li .image-box {
    width: 7rem;
    height: 5rem;
    box-shadow: 0px 2px 5px #23263330 !important;
    border-radius: 10px !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-blog .widget-blog-list li .image-box img {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
}

.widget-blog .widget-blog-list li .title-and-deta {
    width: calc(100% - 7rem);
}

.widget-blog .widget-blog-list li .title-and-deta .title-blog {
    line-height: 17px;
    text-align: justify;
    font-size: 12px;
}

.widget-blog .grouping-scoring-box .progress {
    height: 20px !important;
    margin-top: 0;
    width: 100% !important;
}

.widget-blog .grouping-scoring-box .user-rating .rate:not(old) {
    height: 3em !important;
}

.rate:not(old)>input {
    margin-right: -100%;
    opacity: 0;
}

.rate:not(old)>label {
    display: block;
    float: left;
    margin-right: 0.5rem;
    position: relative;
    background: url(/Content/Images/star-off-big.png);
    background-size: contain;
}

.widget-blog .rate:not(old)>label:before {
    width: 2.8em;
    height: 2.8em;
}

.blog-audio .blog-down-pdf {
    background-color: #1877e5;
}

.blog-audio .blog-down-audio {
    background-color: #378b0e;
}

.blog .single-blog-page {
    background-color: #f5f5f5;
    position: relative;
    padding-top: 0 !important;
}

.blog .single-blog-page .header-box {
    border-bottom: 1px solid #f2f6fc;
    height: 10rem;
    top: 96px;
    padding-top: 30px;
    z-index: 9;
    background-color: #f5f5f5;
}

.blog .single-blog-page .header-box .name-blog-fa {
    font-size: 2rem;
}

.blog .single-blog-page .header-box .study-time {
    height: 3.5rem;
    border-radius: 5px 5px 0 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #000 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}

.blog .single-blog-page .header-box .study-time i {
    color: #17242c;
}

.blog .single-blog-page .header-box .study-time span {
    line-height: 23px;
}

.blog .single-blog-page .grouping-scoring-box .number-article {
    border-left: 1px solid #f2f6fc;
    padding-left: 15px;
}

.blog .single-blog-page .grouping-scoring-box .progress {
    height: 2rem !important;
    width: 100% !important;
}

.blog .single-blog-page .article-abstract-box {
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    margin-top: 15px;
}

.blog .single-blog-page .article-abstract-box .article-abstract-text {
    width: calc(100% - 35%);
}

.blog .single-blog-page .article-abstract-box .article-abstract-text p {
    text-align: justify;
    line-height: 23px;
    margin: 10px 0 !important;
}

.blog .single-blog-page .article-abstract-box .article-abstract-text p a {
    background: #ebbd38;
    padding: 2px 19px;
    font-size: 14px;
    border-radius: 15px;
}

.blog .single-blog-page .article-abstract-box .image-blog {
    width: 35%;
    height: 20rem;
    max-height: 16rem;
    background: #f5f5f5;
}

.blog .single-blog-page .article-abstract-box .image-blog img {
    width: auto;
    height: 100%;
}

.blog .single-blog-page .btn-product-edit {
    position: absolute;
    top: 10px;
    color: #17242c;
    z-index: 999;
}

.icon-pencil:before {
    content: "\e996";
}

.blog .blog-content {
    min-height: 50rem;
}

.blog .blog-content iframe {
    width: 100%;
    height: 48rem;
}

.page-services p,
.blog .blog-content p {
    font-size: 1.5rem;
    line-height: 2.5;
    text-align: justify;
    margin-bottom: 30px !important;
}

.page-services tr td p,
.blog .blog-content tr td p {
    font-size: 1.3rem;
}

.page-services img,
.blog .blog-content img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 15px;
}

.read-more-box p span,
.page-services p span,
.blog .blog-content p span {
    font-size: 1.4rem;
    line-height: 2.5;
}

.read-more-box h2,
.read-more-box h3,
.read-more-box h4,
.page-services h2,
.page-services h3,
.page-services h4,
.blog .blog-content h2,
.blog .blog-content h3,
.blog .blog-content h4 {
    color: #17242c;
    line-height: 2;
    font-weight: bold !important;
}

.read-more-box strong,
.page-services strong,
.blog .blog-content strong {
    font-weight: bold !important;
}

.read-more-box strong span,
.blog .blog-content strong span,
.blog .blog-content strong span {
    font-weight: bold !important;
}

.read-more-box ol,
.page-services ol,
.blog .blog-content ol {
    padding-right: 3rem;
    font-size: 1.4rem;
    line-height: 2;
    flex-direction: column;
    display: flex;
}

.read-more-box ol li,
.page-services ol li,
.blog .blog-content ol li {
    display: list-item;
}

.read-more-box ul {
    margin-bottom: 15px !important;
}

.read-more-box ul li,
.page-services ul li,
.blog .blog-content ul li {
    list-style: disc;
    list-style-position: inside;
    display: list-item;
    padding-right: 2rem;
    font-size: 1.4rem;
    line-height: 2;
}

.read-more-box ul li p,
.page-services ul li p,
.blog .blog-content ul li p {
    display: inherit;
}

.page-services a,
.blog .blog-content a {
    color: #0d6efd;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold !important;
}

.page-services h3 a,
.page-services h4 a,
.blog .blog-content h3 a,
.blog .blog-content h4 a {
    font-weight: bold !important;
}

.blog .blog-content>div:not([class]) {
    font-size: 1.2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
    background-color: #f4f5f9;
    border-radius: .4rem;
}

.blog .blog-content>div:not([class])::before {
    content: '\e93f';
    font-family: 'icomoon';
    font-size: 2rem;
    vertical-align: middle;
    margin-left: 1rem;
    color: #2962FF;
}

blockquote {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: .4rem;
    border-right: .3rem solid #0c3b25;
    border-left: .3rem solid #0c3b25;
}

blockquote p {
    text-align: center !important;
    margin-bottom: 0 !important;
}

.blog .blog-content>div:not([class]) a {
    font-size: 1.3rem;
}

.blog .blog-content table {
    border-color: #9c6137;
}

.blog .blog-content table tr th,
.blog .blog-content table tr td {
    padding: 1.2rem 1.5rem;
    width: auto;
    border: 1px solid #e5e5e5;
}

.blog .blog-content table tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.blog .blog-content span a {
    color: #fff;
    display: block !important;
    padding: 1rem 3rem;
}

.blog .blog-content span a::after {
    content: "\ea4d";
    font-family: 'icomoon' !important;
    margin-right: 10px;
    vertical-align: middle;
}

.grouping-scoring-box .user-rating .rate:not(old) {
    height: 2em !important;
}

.progress {
    background-color: transparent;
}

.blog .header-box .nav {
    width: 100%;
    height: .2rem;
    background-color: rgb(179, 179, 179);
    bottom: 0;
}

.blog .header-box .nav .nav-bar {
    position: absolute;
    bottom: 0;
    width: 0;
    height: .5rem;
    background-color: red;
}

.blog .comment-box .input-item {
    border: 1px solid #d6e0ee;
    background: #fdfeff;
}

.blog .comment-box .input-item:focus {
    border: 1px solid #378b0e;
}

.blog .grouping-blogs .grouping-link {
    background-color: #17242c;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}

.blog .update-btn {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    background: #817a25 !important;
    padding: 5px 15px;
}

.blog .farsi-date {
    color: grey;
}

.blog .single-blog-page .grouping-box {
    background-color: #17242c;
    border-radius: 15px;
    padding: 0px 15px;
}

.blog .single-blog-page .grouping-box a {
    color: #fff;
}

.blog .consultation-form {
    width: 100%;
    background-color: #f5f5f5 !important;
    margin-bottom: 30px;
}


.no-comment-box,
.comment-box {
    background-color: #f5f5f5 !important;
}

.comment-box {
    margin-top: 30px !important;
}

#btnAdd {
    background-color: #17242c;
    border-radius: 15px !important;
}

#CommentForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

#CommentForm div {
    width: 32%;
    position: relative;
}

#CommentForm p {
    width: 100%;
}

#CommentForm div.messagebox-item {
    width: 100%;
    position: relative;
}

#CommentForm div.messagebox-item .text-error {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

#CommentForm div.messagebox-item textarea {
    height: 15rem;
}

#CommentForm #sendMessageBtn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 14px !important;
    width: 170px;
    padding: 10px !important;
    background: #17242c;
}

.our-answer p {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.your-comments-box {
    background-color: #f5f5f5 !important;
}

.your-comments-box .your-comments i {
    color: #8d9fc3;
}

.your-comments-box .your-comments:last-child {
    margin-bottom: 0 !important;
}

.your-comments-box .your-comments .your-comments-text {
    line-height: 23px;
    text-align: justify;
    padding-right: 55px;
}


.your-comments-box .our-answer .image-box,
.your-comments-box .your-comments .image-box {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.your-comments-box .our-answer .image-box img,
.your-comments-box .your-comments .image-box img {
    width: 100%;
    height: auto;
}

.your-comments-box .our-answer .our-answer-text {
    padding-right: 50px;
}

/* ------------------------------------------------- */
/* -------------------#contact us------------------- */
/* ------------------------------------------------- */

.contant-page .number-contact-box {
    background-image: linear-gradient(45deg, #ebbd38 0%, #032c1d 100%);
    padding: 30px;
}

.contant-page .number-contact-box .name-number-item::after,
.contant-page .number-contact-box .number-item::after {
    content: '/';
    margin-right: 10px;
}

.contant-page .number-contact-box .name-number-item:last-child:after,
.contant-page .number-contact-box .number-item:last-child:after {
    display: none;
}

.contant-page .address-contact-box {
    padding: 30px;
}

.contant-page .form-contant-box .title-address::before,
.contant-page .address-contact-box .title-address::before {
    content: '';
    width: 20px;
    height: 7px;
    background-color: #0a321e;
    display: inline-block;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-left: 10px;
}

.contant-page .address-contact-box .item-address {
    color: grey;
}

.contant-page .social-networks-box .social-networks .social-networks-item a {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50% !important;
    background-color: #eaeaea;
    margin-left: 5px;
    display: flex;
}

.contant-page .social-networks-box .social-networks {
    justify-content: end;
}

.contant-page .social-networks-box .social-networks .social-networks-item a i {
    color: #3B4359;
}

.contant-page .form-contant-box .input-form {
    border: 1px solid #DCE1E9;
    transition: border .1s ease-in-out;
    -webkit-transition: border .1s ease-in-out;
    -moz-transition: border .1s ease-in-out;
    -ms-transition: border .1s ease-in-out;
    -o-transition: border .1s ease-in-out;
}

.contant-page .form-contant-box .input-form:focus {
    border: 1px solid #bdbdbd;
}

.contant-page .form-contant-box textarea {
    max-height: 8rem;
}

.contant-page .form-contant-box .btn-content {
    background-color: #264b25;
}

.contant-page .form-contant-box {
    background-color: #f5f5f5 !important;
}

.contant-page .form-contant-box .form-box>div {
    position: relative;
}

.contant-page .form-contant-box .form-box .field-validation-error {
    bottom: -15px;
    right: 10px;
}

/* Start Page product list */
.sort-bar-box {
    background-color: #f5f5f5 !important;
}

.section-productlist .page-productlist .item-certificates {
    width: 19%;
}

.section-productlist .page-productlist .item-certificates .image-box {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.pagination li span,
.pagination li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    margin: 0 5px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #f5f5f5;
}

.pagination li.active span,
.pagination li.active a {
    background-color: #17242c;
    color: #fff;
}

/* Start Single Blog page  */
.single-blog-page .widget-blog-list {
    height: 30rem;
}

/* Start BlogList Ul */
.bloglist-ul .article-item {
    width: 31%;
    margin-bottom: 25px;
}

.bloglist-page .bloglist-ul {
    margin-top: 30px !important;
}

/* Start Section Video */
.video-section {
    padding: 0 0 80px;
}


.video-box .text-description {
    text-align: center;
    line-height: 28px;
    font-size: 14px;
}

.video-item {
    height: auto;
    background: #f5f5f5;
    border-radius: 15px;
    /* border: 1px solid; */
    padding: 15px;

}

.video-item .video-box {
    width: 100%;
    height: 20rem;
    border-radius: 15px;
    overflow: hidden;
}

.video-item .video-box img {
    width: 100%;
    height: auto;
}

.video-item .video-box video {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.video-item .content-box {
    height: 6rem;
    width: 100%;
}

.video-item .content-box .title {
    width: 75%;

}

.video-item .content-box .title h3 {
    font-size: 14px;
    line-height: 25px;
}

.video-item .content-box .data-box {
    width: calc(100% - 75%);
    color: #024730;
    align-items: end;
    height: 100%;
}

.video-item .content-box .data-box .video-time {
    flex-direction: row-reverse;
    align-items: baseline;
}

.video-item .content-box .data-box .video-time i {
    margin-right: 5px;
    margin-left: 0 !important;
}

.credits-section .video-list {
    margin-top: 30px !important;
}

.page-productlist .video-item,
.page-videolist .video-item {
    width: 31.5%;
    margin-bottom: 25px;
}

.page-productlist .video-item .content-box .title h3,
.page-videolist .video-item .content-box .title h3 {
    font-size: 13px;
    line-height: 25px;
}

.page-productlist .video-item .content-box .data-box .video-time,
.page-videolist .video-item .content-box .data-box .video-time {
    font-size: 1.1rem !important;
}



/* Start Features Box */
.features-box {
    margin-top: 45px !important;
}

.features-box .features-item i {
    font-size: 45px;
}

.features-box .features-item:nth-child(odd) i {
    color: #17242c;
}

.features-box .features-item:nth-child(even) i {
    color: #ebbd38;
}

.features-box .features-item h5 {
    font-size: 22px;
    line-height: 25px;
    padding: 10px 0;
}

.features-box .features-item p {
    width: 65%;
    font-size: 14px;
    line-height: 25px;
}

.single-blog-page video {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

/* ----- #Info Page ----- */
.content-page a {
    color: #000;
}

.info-page .page-breadcrumb {
    padding-top: 15.5rem;
}

.info-page .page-breadcrumb li {
    display: inline-block;
    font-size: 1.2rem;
}

.info-page .contactus {
    background-image: linear-gradient(var(--gray-color) 10%, var(--white-color) 50%, var(--white-color) 100%);
    padding: 3rem 2rem;
}

.info-page .contactus .block-title {
    font-size: 1.4rem;
}

.info-page .contactus .block-content ol#recently-viewed-items {
    list-style-position: inside;
    margin-top: 25px;
    padding-right: 0 !important;
}

.info-page .contactus .block-content ol#recently-viewed-items li {
    padding: 1rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    background-color: #f5f5f5;
    width: 100%;
    border-radius: 15px;
}

.info-page .contactus .block-content ol#recently-viewed-items li a {
    color: #000;
}

.info-page .contactus .page-title {
    margin-bottom: 1rem;
}

.info-page .contactus .page-title h2 {
    font-size: 1.4rem;
}

.info-page .contactus .static-contain {
    border: 0.1rem solid #f5f5f5;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-top: 25px;
    background: #f5f5f5;
    border-radius: 15px;
}

.info-page .contactus .static-contain .panel {
    border-top: 25px;
    border-bottom: 1px solid #f8fafe;
}

.info-page .contactus .static-contain .panel:last-child {
    border-bottom: none;
}

.info-page .contactus .static-contain img {
    height: auto !important;
    width: 100% !important;
}

.static-contain .panel-collapse {
    font-size: 1.3rem;
    text-align: justify;
    border: .1rem solid #f5f5f5;
    border-radius: 1rem;
    margin-bottom: 2rem;
    line-height: 2;
}

.static-contain .panel-heading h4 {
    font-size: 1.4rem;
    line-height: 2.5;
}

.info-page .contactus .static-contain p {
    text-align: justify;
    font-size: 1.4rem;
    line-height: 2.5;
}

.static-contain .panel-collapse .panel-body {
    padding: 1rem 2rem;
}

.info-page .contactus .static-contain p span {
    font-family: inherit !important;
}

.info-page .contactus .static-contain h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.info-page .contactus .static-contain h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.info-page .contactus .static-contain ul {
    padding-right: 1.5rem;
    margin: 1rem 0;
    font-size: 1.2rem;
    list-style-type: disc;
    line-height: 2.5;
    list-style-position: inside;
}

/* Page About Us  */
.about-us {
    background-color: #f5f5f5 !important;
    margin-bottom: 30px;
}

.about-us-section .about-us h1 {
    font-size: 23px;
    font-weight: bold !important;
    color: #17242c;
}

.about-us-section .about-us h2 {
    font-size: 20px;
    font-weight: bold !important;
    color: #17242c;
}

.about-us-section .about-us h3 {
    font-size: 18px;
    font-weight: bold !important;
    color: #17242c;
}

.about-us-section .about-us p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    padding: 20px 0;
}

.about-us-section .about-us p img {
    max-width: 100%;
    margin: 0 auto;
}

.widget-blog-box {
    position: sticky;
    top: 115px;
    margin-bottom: 30px;
}

/* Start Section portfolio  */
.section-portfolio {
    padding: 0 0 80px 0;
    background-color: #f5f5f5;
}

.section-portfolio .portfolio-item {
    background-color: #fff;
}

.section-portfolio .portfolio-item .image-box {
    width: 100%;
    height: auto;
}

.section-portfolio .portfolio-item .image-box img {
    width: 100%;
    height: auto;
}

.section-portfolio .portfolio-item .title-portfolio {
    height: 6rem;
}

.vjs-big-play-centered .vjs-big-play-button {
    transform: scale(0.3) !important;
}

.page-productlist {
    padding-bottom: 30px !important;
}

.field-validation-error {
    font-size: 10px;
    position: absolute;
    bottom: -22px;
    right: 0;
    color: red;
}

footer .body-footer .item-footer p {
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
}

/* Start Festival Landing Page  */
.mainslider-box-festival {
    width: 100%;
    height: 60rem;
    max-height: 60rem;
    overflow: hidden;
}

.mainslider-box-festival .item-slider-festival {
    width: 100%;
    height: 100%;
    display: flex;
}

.mainslider-box-festival .item-slider-festival img {
    width: 100%;
    height: auto;
}

.mainslider-box-festival.owl-theme .owl-nav {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.mainslider-box-festival.owl-theme .owl-nav button {
    width: 35px;
    height: 35px;
    background-color: #024730;
    margin: 0 5px;
    border-radius: 10px;

}

.mainslider-box-festival.owl-theme .owl-nav button i {
    color: #fff;
    font-size: 15px;
}

.mainslider-box-festival.owl-theme .owl-nav [class*=owl-]:hover {
    background: #024730;
    text-decoration: none;
}

.video-box-festival {
    padding: 80px 0;
}

.video-list-festival .video-item {
    width: 32%;
    margin-bottom: 25px;
}

.boss-section-festival {
    padding: 40px 0;
}

.boss-list {
    justify-content: space-between !important;
}

.boss-list .boss-item .boss-img {
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    overflow: hidden;
}

.boss-list .boss-item img {
    width: 100%;
    height: 100%;
}

.festival-questionnaire-page {
    padding: 80px 0 0 0 !important;
}

.festival-questionnaire-page .title-box{
    width: 100%;
    padding: 0;
    position: inherit;
    border-bottom: none;
    margin: 0 auto !important;
    text-align: center;
}

.survey-questionnaire-page .text-short {
    color: #666666;
    line-height: 30px;
    text-align: justify;
}

.survey-questionnaire-page .text-short a {
    background: #ebbd38;
    padding: 0px 25px;
    border-radius: 10px;
}

.contact-us {
    background-color: #f9f9f9 !important;
}

.survey-questionnaire-page .contact-us-box {
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #F9F9F9;
    border: 1px solid #E2E2E2;
}

.survey-questionnaire-page .contact-us-box .text-short {
    color: #666666;
}

.survey-questionnaire-page .contact-us-box textarea,
.survey-questionnaire-page .contact-us-box input {
    height: 4rem;
    font-size: 12px;
    width: 100%;
    padding: 0 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin: 5px 0;
    border: 1px solid #E2E2E2;
    background-color: #fff;
}

.survey-questionnaire-page .contact-us-box textarea {
    padding: 15px;
    height: 26rem;

}

.survey-questionnaire-page .contact-us-box .btn-message {
    width: 10rem;
    height: 4rem;
    background-color: #F08523;
    border-radius: 35rem;
    -webkit-border-radius: 35rem;
    -moz-border-radius: 35rem;
    -ms-border-radius: 35rem;
    -o-border-radius: 35rem;
    border: none;
}

.survey-questionnaire-list .survey-questionnaire-item .label-input-box {
    align-items: center !important;
}

.survey-questionnaire-list .complaints-suggestions-item .image-box {
    width: 180px;
    height: 180px;
    margin: 0 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.survey-questionnaire-list .complaints-suggestions-item .image-box img {
    width: 100%;
    height: 100%;
}

.survey-questionnaire-list .complaints-suggestions-item .complaints-suggestions-box-item {
    width: 22rem;
    background: #17242c;
}

.survey-questionnaire-list .complaints-suggestions-item .complaints-suggestions-box-item:hover {
    background: #063021;
}

/* #Survey Questionnaire */
.survey-questionnaire-page .text-short {
    color: #666666;
    text-align: justify;
}

.survey-questionnaire-page .title {
    color: #17242c;
    margin-bottom: 30px !important;
}

.survey-questionnaire-list h3:first-child {
    margin-top: 0 !important;
}

.survey-questionnaire-list h3 {
    margin-top: 60px !important;
    font-weight: bold !important;
    color: #1d4626;
}

.survey-questionnaire-list #createBtn {
    background-color: #305e26 !important;
    margin-top: 30px !important;
}

.survey-questionnaire-list .survey-questionnaire-item {
    padding: 5px 0;
    margin-top: 15px;
}

.survey-questionnaire-list .survey-questionnaire-item .label-input-box .number-item,
.survey-questionnaire-list .survey-questionnaire-item .label-input-box .name-number-item {
    width: auto;
    min-width: 3rem;
    height: 3rem;
    padding: 10px;
    background-color: #17242c;
    border-radius: 10px !important;

}

.survey-questionnaire-list .survey-questionnaire-item .label-input-box .title-input {
    color: #666666;
}

.survey-questionnaire-list .survey-questionnaire-item textarea,
.survey-questionnaire-list .survey-questionnaire-item input {
    background-color: #fff;
    border-radius: 10px !important;
    border: 1px solid #E2E2E2;
    height: 4rem;
    line-height: 2rem;
    width: 96%;
    padding: 0 15px;
    font-size: 13px;

}

.survey-questionnaire-list .survey-questionnaire-item textarea {
    height: auto !important;
    border-radius: 15px !important;
    overflow: hidden;
}

.survey-questionnaire-list .survey-questionnaire-item:first-child input {
    width: 35%;
}

.survey-questionnaire-list .survey-questionnaire-item .checkbox-list .checkbox-item label {
    color: #333333;
    margin-left: 5px;
}

.survey-questionnaire-list .survey-questionnaire-item .checkbox-list .checkbox-item input {
    height: 2rem;
    width: auto;
}

.survey-questionnaire-page .contact-us-box {
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #F9F9F9;
    border: 1px solid #E2E2E2;
}

.survey-questionnaire-page .contact-us-box .text-short {
    color: #666666;
}

.survey-questionnaire-page .contact-us-box textarea,
.survey-questionnaire-page .contact-us-box input {
    height: 4rem;
    font-size: 12px;
    width: 100%;
    padding: 0 15px;
    border-radius: 10px;
    margin: 5px 0;
    border: 1px solid #E2E2E2;
    background-color: #fff;
}

.survey-questionnaire-page .contact-us-box textarea {
    padding: 15px;
    height: 26rem;

}

.survey-questionnaire-page .contact-us-box .btn-message {
    width: 10rem;
    height: 4rem;
    background-color: #F08523;
    border-radius: 35rem;
    -webkit-border-radius: 35rem;
    -moz-border-radius: 35rem;
    -ms-border-radius: 35rem;
    -o-border-radius: 35rem;
    border: none;
}

.survey-questionnaire-list .survey-questionnaire-item .label-input-box {
    align-items: center !important;
}

.survey-questionnaire-list .form-warranty-activation-page select,
.survey-questionnaire-list .form-warranty-activation-page input {
    width: 100%;
    height: 4rem;
    background-color: #eeeeee;
}

.survey-questionnaire-list .form-warranty-activation-page .btn-warranty {
    height: 4rem;
    width: 15rem;
    border: 1px solid #f2f2f2;
}

.survey-questionnaire-list .modal-content {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

.survey-questionnaire-list .modal-header {
    padding: 1.5rem;
    background-color: #012d9c;
    color: #fff;
}

.survey-questionnaire-list .modal-header h5 {
    font-size: 15px;
}

.survey-questionnaire-list .modal-header .btn-close {
    color: red;
}

.survey-questionnaire-list .modal-body {
    overflow-y: auto;
    max-height: 70rem;
}

.survey-questionnaire-list .modal-body select,
.survey-questionnaire-list .modal-body input {
    height: 3.5rem;
}

.survey-questionnaire-list .modal-body textarea {
    max-height: 10rem;
}

.survey-questionnaire-list .modal {
    z-index: 9999999;
}

.survey-questionnaire-page .image-box-warranty {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.survey-questionnaire-page .image-box-warranty img {
    width: 100%;
    height: auto;
}

.survey-questionnaire-page .side-banner {
    top: 13rem;
}

.survey-questionnaire-page .side-banner-img {
    width: 100%;
    height: auto;
}

.survey-questionnaire-page .side-banner-img img {
    width: 50%;
    height: auto;
}

.survey-questionnaire-page input {
    padding-right: 15px;

}

.survey-questionnaire-page textarea {
    padding: 15px !important;
}

.attention-box {
    width: 100%;
    height: auto;
    padding: 30px;
    background: #f9f9f9;
    border: none;
    border-radius: 15px;
    margin-top: 66px;
}

.attention-box span {
    color: #17242c;
    font-weight: bold !important;
    font-size: 17px;
}

.attention-box ul {
    margin-top: 10px !important;
    padding-right: 20px !important;
}

.attention-box ul li {
    list-style: disc;
    display: block;
    display: list-item;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 23px;
    text-align: justify;
}


.festivalmode {
    justify-content: center;
}

.festivalmode .checkbox-item {
    margin-bottom: 15px;
    cursor: pointer;
    background: #f1f1f1;
    padding: 15px;
    border-radius: 15px;
}

.survey-questionnaire-list {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 15px;
}

.festivalmode {
    background: #fff;
    border-radius: 15px;
    padding-top: 15px !important;
}

.festivalmode .checkbox-item label,
.festivalmode .checkbox-item span {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.complaints-suggestions-box #createBtn {
    background: linear-gradient(-161deg, rgb(13 60 66) 0%, rgb(13 60 66) 50%, rgb(13 150 156) 100%);
    padding: 8px 30px !important;
    margin-top: 0 !important;
    width: 100%;
    transition: width .3s ease-in-out;

}

.complaints-suggestions-box #createBtn:hover {
    width: 99%;
}

.complaints-suggestions-box #createBtn small {
    color: #ebbd38 !important;
}

.cart-item-image a {
    width: 8rem;
    height: 8rem;
}

.cart-item-image a img {
    width: 100%;
    height: 100%;
}

.cart-item-content {
    border-bottom: 1px solid rgb(204, 204, 204);
}

.cart-item-content:last-child {
    border-bottom: none;
}

.cart-item-content .input-text {
    padding: 8px 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 16px;
}

.cart-item-content .table-op {
    font-size: 18px;
    padding: 0 5px;
}

/* ----------------- */
/* ----- #Cart ----- */
/* ----------------- */

.cart-item-desc a h3 {
    height: 4rem;
    line-height: 6rem !important;
}

.cart-sendbar .cart-item {
    min-height: auto;
}

.cart .cart-item-box .cart-item-image img {
    width: 100%;
}

.cart .cart-item-box .cart-item-content {
    width: 100%;
    padding-right: 10px;
}

.cart .cart-item-box .description-box {
    border: 1px solid #649a43;
    width: 100%;
    padding: 5px !important;
    border-radius: 10px;
}

.cart .cart-item-box .description-box .cart__btn {
    margin-top: 0;
}

.cart .item-model,
.cart .item-model span {
    font-size: 1rem !important;
}

.cart .item-warranty {
    font-size: 1.1rem !important;
    margin-bottom: 0 !important;
}

.cart .item-color {
    font-size: 1.1rem !important;
    margin-bottom: 0 !important;
}

.cart .color-box {
    width: 2rem;
    height: 2rem;
}

.cart .product-title {
    letter-spacing: 0rem;
    font-weight: lighter !important;
    font-size: 1.4rem !important;
    line-height: 2.5rem;
    margin-bottom: 0 !important;
}

.cart .item-price {
    width: 100% !important;
    padding-bottom: 1.5rem;
    flex-direction: column;
    align-items: inherit !important;
}

.cart .item-price .total-price {
    flex-direction: column !important;
    align-items: inherit !important;
}

.cart .item-price .order-count {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.cart .real-price {
    margin-right: 0 !important;
}

.cart .real-price div {
    font-size: 1.6rem !important;
    line-height: 2rem;
}

.cart .remove-item {
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    cursor: pointer;
    position: inherit !important;
}

.finalcart .finalcart__info .finalcart__info--form .finalcart__info--form-value {
    flex-basis: auto;
    margin-bottom: 1.5rem;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.comment-box span {
    font-size: 1.3rem !important;
}

.comment-box p {
    font-size: 1.4rem !important;
}

.no-comment {
    font-size: 1.2rem !important;
}

.contactus .contactus__image {
    height: auto;
}

.info-page .col-main {
    padding: 25px 25px;
}


.menu-admin li a {
    font-size: 1.2rem;
}

.cart .cart-item-box {
    flex-direction: column;
    align-items: center;
}

.Internet-payment-box {
    flex-direction: column;
}

.cart-notice {
    background: #fff;
    margin-top: 10px;
    border: 1px solid #dee2e6;
}

.cart-notice .cart-notice-item {
    margin-top: 0px !important;
}

/* ----------------------- */
/* ----- #Final Cart ----- */
/* ----------------------- */
.finalcart {
    padding: 3rem 0;
    background: #fff;
    margin-bottom: 30px;
}

.finalcart .finalcart__info h3 {
    color: #17242c;
    font-size: 2rem;
    line-height: 3.5rem;
}

.finalcart .finalcart__info h3 i {
    color: #17242c;
    font-size: 2.5rem;
    vertical-align: middle;
    margin-left: 1rem;
}

.finalcart .finalcart__info .finalcart__info--form {
    padding: 2rem 0;
}

.finalcart .finalcart__info .finalcart__info--form .finalcart__info--form-value {
    position: relative;
}

.finalcart .finalcart__info .finalcart__info--form .finalcart__info--form-value i {
    position: absolute;
    top: .7rem;
    right: 2rem;
    font-size: 2.5rem;
    vertical-align: middle;
    margin-left: 1rem;
}

.finalcart .finalcart__info .finalcart__info--form input.form-control {
    height: 4rem;
    line-height: 4rem;
    border-radius: .4rem;
    padding-right: 1rem;
    vertical-align: middle;
    font-size: 1.6rem;
}

.finalcart .finalcart__info .finalcart__info--form input.form-control::-webkit-input-placeholder {
    font-size: 1.2rem;
}

.finalcart .finalcart__info .finalcart__info--form input.form-control:-ms-input-placeholder {
    font-size: 1.2rem;
}

.finalcart .finalcart__info .finalcart__info--form input.form-control::-moz-placeholder {
    font-size: 1.2rem;
}

.finalcart .finalcart__info .finalcart__info--form input.form-control::-ms-input-placeholder {
    font-size: 1.2rem;
}

.finalcart .finalcart__info .finalcart__info--form input.form-control::-webkit-input-placeholder {
    font-size: 1.2rem;
}

.finalcart .finalcart__info .finalcart__info--form input.form-control:-ms-input-placeholder {
    font-size: 1.2rem;
}

.finalcart .finalcart__info .finalcart__info--form input.form-control::placeholder {
    font-size: 1.2rem;
}

.finalcart .finalcart__info .finalcart__info--form .finalcart__info--form-address label {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.finalcart .finalcart__info .finalcart__info--form .finalcart__info--form-address select {
    display: block;
    width: 100%;
    height: 4rem;
    border-radius: .4rem;
    padding: 0 1rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    border-color: #ced4da
}

.finalcart .finalcart__info .finalcart__info--form .finalcart__info--form-address textarea {
    font-size: 1.2rem;
    width: 100%;
    border-radius: .4rem;
    padding: 1rem;
    border-color: #f8fafe;
}

.finalcart .finalcart__info .finalcart__info--form .finalcart__info--form-type select {
    display: block;
    width: 100%;
    height: 4rem;
    border-radius: .4rem;
    padding: 0 1rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    border-color: #ced4da;
}

.finalcart .finalcart__info .finalcart__info--form .finalcart__info--form-factor {
    margin-top: 3rem;
}

.finalcart .finalcart__info .finalcart__info--form .finalcart__info--form-factor .factor-border {
    border: .1rem solid #dcdcdc;
    width: 100%;
    height: 5rem;
    border-radius: .4rem;
    margin-top: .5rem;
    background-color: #fff;
    line-height: 5rem;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
}

.finalcart .finalcart__info .finalcart__info--form .finalcart__info--form-factor .factor-border label {
    font-size: 1.6rem;
}

.finalcart .finalcart__info .finalcart__info--form .finalcart__info--form-btn {
    border: .1rem solid #ced4da;
    border-radius: .4rem;
    padding: 1.5rem;
    text-align: left;
}

.finalcart .finalcart__info .finalcart__info--form .finalcart__info--form-btn .bank {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.finalcart .finalcart__info .finalcart__info--form .finalcart__info--form-btn .bank img {
    width: 5rem;
}

.finalcart .finalcart__info .finalcart__info--form .finalcart__info--form-btn .bank .bank-select {
    display: inline-block;
    margin-left: 15px;
}

.finalcart .finalcart__info .finalcart__info--form .finalcart__info--form-btn input.btn {
    vertical-align: middle;
    display: inline-block;
    background-color: #00ab67;
    color: #fff;
    width: 13rem;
    height: 4rem;
    border-radius: .4rem;
    font-size: 1.6rem;
    transition: all .3s;
}

.finalcart .finalcart__info .finalcart__info--form .finalcart__info--form-btn input.btn:hover {
    background-color: #0072bc;
}

.finalcart .form-control {
    background-color: #f8fafe;
    height: 4rem;
}

.cart__btn {
    background: #388527;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    color: #FFF !important;
    font-size: 1.6rem;
    border: 0;
    margin-top: 20px;
}

.alert-success {
    border-radius: 15px;
}

.cart-title {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
}

.total-cart>div>span:first-child {
    font-size: 1.2rem;
}


.cart-item-user,
.cart-item-special {
    border-radius: 20px !important;
    border: 1px solid #dee2e6 !important;
    width: 49%;
    min-height: 16rem;
    padding: 15px;
    background: #fbfbfb;
}

.cart-item-user h4,
.cart-item-special h4 {
    font-size: 16px;
    font-weight: bold !important;
    color: #17242c;
    margin-bottom: 15px !important;
}


.cart-item-user p,
.cart-item-special p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 15px !important;
}

.cart-item-special>div {
    justify-content: end;
    margin-top: 0rem !important;
    height: auto !important;
}

.cart-notice,
.total-cart,
.cart .cart-item {
    background: #fbfbfb !important;
}

#addUserBtn {
    background: #388527;
    padding: 8px 21px;
    border: none;
    border-radius: 10px;
    color: #fff;
    width: 100%;
}

.user-form input {
    border: #dee2e6;
    height: 4rem;
    border-radius: 10px;
    padding-right: 15px;
    font-size: 14px;
    margin-bottom: 30px;
    width: 50%;
}

.save-user {
    background: #388527;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #388527;
}

.remove-user {
    background: #c10e0e;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}

.user-form {
    position: relative;
}

.user-form label.error {
    position: absolute;
    bottom: 5px;
    color: red;
    right: 0;
    font-size: 14px;
}

/* USER PANEL  */
.header-userpanel {
    height: auto;
    padding: 15px 0;
}

.header-userpanel .logo-box {
    width: 13rem;
    height: 6rem;
}

.header-userpanel .logo-box img {
    width: auto;
    height: 100%;
}

.menu-userpanel {
    padding: 30px 15px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    align-items: center;
}

div.menu-userpanel a:is(:link, :active, :visited).active,
div.menu-userpanel a:is(:link, :active, :visited).active {
    color: #f18721 !important;
}

.menu-userpanel a {
    color: #000 !important;
}

.page-send-image .col-lg-12 {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.page-send-image .body-userpanel {
    padding: 30px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 30px;
    width: 34rem !important;
}

.table-responsive::-webkit-scrollbar {
    height: 3.5rem;
}

.page-send-image .body-userpanel .bg-light {
    background: #d1e7dd !important;
    border-radius: 15px;
}


.body-userpanel {
    padding: 30px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.body-userpanel .part-userpanel .filled-information-item {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f8fafe;
}

.body-userpanel .part-userpanel .card-body {
    background-color: #f8fafe;
    border-radius: 15px;
    padding: 30px;
}

.body-userpanel .part-userpanel .card-body .card-title {
    margin-bottom: 15px !important;
    font-size: 17px;
    color: #00701c;
}

.body-userpanel .part-userpanel .card-body .card-title-desc {
    margin-bottom: 15px !important;
    font-size: 12px;
}

.body-userpanel .part-userpanel .card-body .alert-success {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
}

.body-userpanel .part-userpanel .card-body .btn-secondary {
    padding: 7px 18px;
    font-size: 12px;
    border-radius: 4px;
}

.body-userpanel .part-userpanel .card-body .mark,
.body-userpanel .part-userpanel .card-body mark {
    background-color: rgb(0 112 28);
    border-radius: 50%;
    font-size: 12px;
    padding: 5px 10px;
    color: white;
}

.body-userpanel .part-userpanel input {
    height: 3.5rem;
    width: 350px;
    border-radius: 10px;
    border: 1px solid #cbdfff;
    margin-right: 10px;
    font-size: 13px;
}

.body-userpanel .part-userpanel input:focus {
    border: 1px solid #a2bce7;
}

.body-userpanel .send-information a {
    transition: background-color .3s ease-in-out;
}

.body-userpanel .send-information a:hover {
    background-color: #083785 !important;
}

.body-userpanel .table-responsive thead tr th {
    background-color: #f8fafe !important;
    padding: 15px;
    font-size: 14px;
}

.body-userpanel .table-responsive tbody tr th,
.body-userpanel .table-responsive tbody tr td {
    padding: 15px;
    font-size: 14px;
    min-width: 15rem;
}

#retrieve-code {
    background-color: #4e8ef5;
    color: #fff !important;
    font-size: 12px;
    font-weight: bold !important;
    margin-bottom: 10px;
}

.login-page .btn {
    height: 5rem;
    width: 100%;
}

.menu-userpanel .btn-info {
    padding: 10px 25px;
    border-radius: 15px;
    background: linear-gradient(-161deg, rgb(4 54 37) 0%, rgb(46 82 38) 50%, rgb(65 175 40) 100%);
    border-color: transparent;
    color: #fff !important;
    font-size: 14px;
}

.menu-userpanel .btn-info:hover {
    color: #fff !important;
}

.modal-userpanel .modal-content {
    border-radius: 1.5rem;
    overflow: hidden;
}

.modal-userpanel .modal-dialog {
    margin: 19.75rem auto;
}

.modal-userpanel .modal-header {
    background-color: #f8fafe;
}

.modal-giftcartpage .modal-dialog {
    margin: 0 auto !important;
    top: 30%;
    padding: 0 15px;
}

.modal-giftcartpage .modal-dialog .modal-header {
    border: none;
}

.modal-giftcartpage .modal-dialog .modal-footer {
    justify-content: start;
    border: none;
}

.modal-giftcartpage .modal-dialog .modal-body {
    font-size: 14px;
    line-height: 28px;
}

.modal-giftcartpage .modal-content {
    border-radius: 15px;
    padding: 5px;
}

.description-giftcard-left .social-networks-box {
    margin-top: 15px;
}

#exampleModal .linked #foo {
    width: 100%;
    direction: ltr;
    padding: 5px;
    font-size: 13px;
    position: relative;
}

#exampleModal .linked .btn {
    position: absolute;
    bottom: 35px;
    right: 35px;
}

#exampleModal .modal-content {
    border-radius: 15px;
}

#exampleModal .modal-content .border-bottom {
    border-bottom: 0 !important;
    text-align: center;
}

#exampleModal .modal-content .social-list {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#exampleModal .modal-dialog {
    max-width: 500px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    height: 100vh;
}

#CommentForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

#CommentForm div {
    width: 32%;
}

#CommentForm p {
    width: 100%;
}

#CommentForm div.messagebox-item {
    width: 100%;
    position: relative;
}

#CommentForm div.messagebox-item .text-error {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

#CommentForm div.messagebox-item textarea {
    height: 15rem;
}

#CommentForm #sendMessageBtn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 14px !important;
    width: 170px;
    padding: 10px !important;
}

.our-answer p {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}


/* pdf-voice-box */
.voice-box .image-box {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    overflow: hidden;
}

.voice-box .image-box img {
    width: 100%;
    height: auto;
}

.voice-box .title,
.voice-box audio {
    width: calc(100% - 63px);
}

.voice-box .title {
    font-size: 14px;
    line-height: 23px;
}

.voice-box {
    height: 13.5rem;
    background-color: #f5f5f5 !important;
    margin-bottom: 15px;
    border-radius: 15px !important;
}

.voice-box .dtn-download {
    width: 13rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 12px;
    background-color: #0067ff;
}

.voice-box .dtn-download.pdf {
    background-color: #278824;
}

.btn-group-sm>.btn:hover,
.btn-sm:hover {
    color: #ffffff;
    background-color: #17242c;
    border-color: #17242c;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    border-radius: .2rem;
    color: #ffffff;
    background-color: #17242c;
    border-color: #17242c;
}

.alert ul li {
    font-size: 14px;
    line-height: 30px;
}

.alert ul li a {
    background: #ebbd38;
    padding: 0 20px;
    border-radius: 10px;
}

#loadingMessage {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #22222285;
    text-align: center;
    color: #fff;
    padding-top: 15%;
}

/* start video Guide */
.video-guide {
    background-color: #ebbd38;
    color: #000;
    border: none;
    font-size: 13px;
    border-radius: 10px;
    padding: 5px 15px;
    margin-top: 10px;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.video-guide:hover {
    background-color: #ebbd38;
    color: #000;
}

#exampleModal.modal-video-guide .modal-dialog {
    max-width: 302px !important;
}

.modal-video-guide .modal-content .modal-body video {
    width: 100%;
    height: 100%;
    max-height: 50rem;
}

/* Start Section Levels Text */
.section-levels-text {
    padding: 40px 0 40px 0;
}


.levels-desc ul li {
    width: 31%;
    border: 1px solid #000;
    border-radius: 10px;
    margin: 0 10px 10px 10px;
    padding: 10px 10px 20px 10px;
    position: relative;
    overflow: hidden;

}

.levels-desc ul li p {
    font-size: 14px;
    line-height: 23px;
}

.levels-desc ul li h3 {
    color: #17242c;
}

.levels-desc ul li {
    border: 1px solid #17242c5e;
}

.levels-desc ul li span {
    font-size: 45px;
    color: #17242c;
}

.levels-desc .icon-idea,
.levels-desc .icon-idea-1,
.levels-desc .icon-maze,
.levels-desc .icon-invention,
.levels-desc .icon-world-creativity-and-innovation-day {
    position: absolute;
    left: 18px;
    bottom: 18px;
    transform: scale(1.8);
    opacity: .2;
    transition: opacity .3s ease-in-out;
}

.levels-desc li:hover .icon-idea,
.levels-desc li:hover .icon-idea-1,
.levels-desc li:hover .icon-maze,
.levels-desc li:hover .icon-invention,
.levels-desc li:hover .icon-world-creativity-and-innovation-day {
    color: #02514b;
    opacity: .5;

}

/* read more box */
.read-more-box {
    max-height: 20rem;
    /* ارتفاع اولیه */
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
    padding: 40px 0;
}

.read-more-box p {
    font-size: 14px;
    line-height: 2.3rem;
    text-align: justify;
}

.read-more-box .read-more,
.read-more-box .read-less {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, transparent, #fafafa);
}

.read-more-box .read-more {
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 10rem;
}

.read-more-box .read-more-btn,
.read-more-box .read-less-btn {
    background: #eeeeee;
    width: 12rem;
    color: #000;
    cursor: pointer;
    border-radius: 1rem;
    font-size: 12px;
    padding: 0 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.read-less {
    bottom: 0;
    height: auto;
    background: none;
}

.read-more-box h1 {
    font-size: 23px;
    font-weight: bold !important;
    color: #17242c;
}

.read-more-box h2 {
    font-size: 20px;
    font-weight: bold !important;
    color: #17242c;
}

.read-more-box h3 {
    font-size: 18px;
    font-weight: bold !important;
    color: #17242c;
}

.read-more-box p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    padding: 20px 0;
}

@media (max-width:990px) {
    .hide-mob {
        display: none !important;
    }

    .hide-des {
        display: block !important;
    }
	
	header .navigation-mob .image-box{
	  display: none !important;
	}
	
	.header-left,
	.header-right{
	 width: 50% !important;
	}


    /* Start Main Slider Box */
    .mainslider-box {
        height: auto;
        padding: 30px 0;
    }

    .mainslider-box .container-mainslider .description-box h3 {
        font-size: 14px;
        line-height: 22px;
    }

    .mainslider-box .container-mainslider .description-box .title,
    .mainslider-box .container-mainslider .description-box .mega-title {
        font-size: 22px;
    }

    .mainslider-box::after {
        background: linear-gradient(to right, #00000042, #ffff0000);
    }

    .consultation-form-div {
        justify-content: center !important;
    }

    .consultation-form {
        width: 90%;
    }

    .mainslider-box .container-mainslider .description-box .btn-box {
        justify-content: center !important;
    }

    .mainslider-box .container-mainslider .description-box .btn-box .btn-content,
    .mainslider-box .container-mainslider .description-box .btn-box .btn-services {
        padding: 10px 20px !important;
        font-size: 12px;
    }

    .mainslider-box .container-mainslider .description-box {
        text-align: center;
    }

    .consultation-form .title-form {
        font-size: 14px;
    }

    .consultation-form .mega-title {
        font-size: 18px;
        line-height: 45px;
    }

    .consultation-form .btn-send,
    .consultation-form select,
    .consultation-form input {
        height: 4rem;
    }

    /* Start Section Levels */
    .section-levels {
        padding-top: 30px;
    }

    .section-levels .list-levels img {
        width: 100%;
        height: auto;
    }

    /* Start Services Section */
    .services-list.owl-theme .owl-nav {
        position: absolute;
        bottom: -45px;
        margin: 0 auto;
        width: 100%;
    }

    .services-list .services-item .icon-box {
        width: 5.5rem;
        height: 5.5rem;
    }

    .services-list .services-item .icon-box span {
        font-size: 35px;
    }

    .services-list .services-item .title-services-item {
        height: 5rem;
        line-height: 23px;
        font-size: 18px !important;
    }

    .services-section {
        padding: 30px 0 60px;
    }

    .services-list .services-item::before {
        width: 93%;
    }

    /* Start Section Video */
    .video-section {
        padding: 0 0 30px;
    }

    .video-box .text-description {
        font-size: 12px;
        line-height: 23px;
    }

    .video-item .content-box .title h3 {
        font-size: 12px;
        line-height: 23px;
    }

    /* Start Section About Us */
    .section-aboutus {
        padding: 30px 0;
    }

    .section-aboutus .image-box {
        height: auto;
        margin-bottom: 15px
    }

    .section-aboutus .content-box .small-title {
        font-size: 30px;
    }

    .section-aboutus .content-box .title {
        font-size: 16px;
    }

    .section-aboutus .content-box .text-description {
        font-size: 12px;
        line-height: 23px;
    }

    .section-aboutus .content-box .item-description .text-box .title {
        font-size: 15px;
    }

    .section-aboutus .content-box .item-description .text-box .text {
        font-size: 11px;
    }

    .section-aboutus .content-box .see-more {
        font-size: 12px;
        width: 11rem;
        height: 4rem;
    }

    .features-box .features-item i {
        font-size: 40px;
    }

    .features-box .features-item h5 {
        font-size: 18px;
    }

    .features-box .features-item p {
        width: 65%;
        font-size: 13px;
        line-height: 23px;
    }

    .features-box {
        margin-top: 15px !important;
    }

    .section-list-certificates {
        height: auto;
    }

    /* Start Portfolio Section */
    .item-certificates .image-box {
        height: auto;
    }

    .item-certificates .see-more {
        font-size: 1.2rem;
        height: 4rem;
    }

    /* Start Section  Article */
    .section-article {
        padding: 10px 0;
    }

    .article-item {
        height: auto;
    }

    .article-item .image-box {
        height: auto;
        min-height: inherit;
    }

    .article-item .content-box .title-blog {
        font-size: 1.2rem !important;
        line-height: 19px;
    }

    .article-item .data-btn-box {
        font-size: 1.4rem !important;
    }

    .article-item .data-btn-box i {
        font-size: 1.1rem !important;
    }

    .article-item .data-btn-box .farsi-date {
        font-size: 1.1rem !important;
    }

    .article-item .see-more {
        padding: 5px 10px;
        background-color: #17242c;
        border-radius: 5px;
        font-size: 10px;
    }

    /* Start Section Faq Consultation */
    .section-faq-consultation {
        padding: 30px 0;
    }

    .section-faq-consultation .consultation-box {
        justify-content: center !important;
        margin-bottom: 30px;
    }

    .section-faq-consultation .FAQ-box {
        text-align: center;
    }

    .section-faq-consultation .accordion {
        margin-top: 15px !important;
        overflow: hidden;
        height: auto;
    }


    .section-faq-consultation .accordion-item .accordion-button {
        font-size: 12px;
        line-height: 20px;
    }

    .section-faq-consultation .accordion-body {
        font-size: 11px;
        line-height: 20px;
    }

    .section-faq-consultation .accordion-button {
        height: 5rem;
    }
	
	.read-more-box{
       padding:0 0;
	}
	
	.section-read-more{
	  padding-top: 0;
	}

    /* Start Credits Section */
    .credits-section {
       padding: 30px 0;
    }

    .credits-section .credits-list-hami .image-box,
    .credits-section .credits-list .image-box {
        width: 8rem;
        height: 8rem;
    }

    /* Start Footer */

    footer .nav-footer .navbar-footer {
        flex-direction: column;
    }

    footer .nav-footer .address-item {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    footer .nav-footer .address-item:last-child {
        margin-bottom: 0 !important;
    }

    footer .nav-footer .address-item .title-address {
        font-size: 14px;
    }

    footer .nav-footer .address-item .title-address i {
        font-size: 20px;
    }

    footer .nav-footer .address-item .text-address {
        font-size: 12px;
        line-height: 20px;
    }

    footer .col-xl-5,
    footer .col-xl-3,
    footer .col-xl-4 {
        margin-bottom: 25px;
    }

    footer .body-footer .item-footer .title-footer {
        font-size: 16px;
    }

    .about-us-section .about-us h1 {
        font-size: 18px;
    }

    .about-us-section .about-us h2 {
        font-size: 16px;
    }

    .about-us-section .about-us h3 {
        font-size: 14px;
    }

    .about-us-section .about-us p {
        font-size: 13px;
        line-height: 23px;
    }

    .page-services-section .page-services h1 {
        font-size: 18px;
    }

    .page-services-section .page-services h2 {
        font-size: 16px;
    }

    .page-services-section .page-services h3 {
        font-size: 14px;
    }

    .page-services-section .page-services p {
        font-size: 13px;
        line-height: 23px;
    }

    .page-services-section .page-services ol {
        font-size: 1.2rem;
    }

    .page-breadcrumb nav {
        overflow-x: scroll;
        overflow-y: unset;
    }

    ol.breadcrumb {
        width: max-content;
    }

    /* ----------------------#filters----------------------- */
    .Filters {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #fff;
        width: 100%;
        height: 100vh;
        margin-top: 0;
        overflow-y: scroll;
        z-index: 1099999;
        border-radius: 0;
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .listFilterClose-sort {
        position: absolute !important;
        top: 15px !important;
    }

    .listFilterClose-sort,
    .listFilterClose {
        display: inline-block;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 2rem;
        border-radius: 50%;
        left: 1.5rem;
        top: 1.5rem;
        background-color: crimson;
        color: #fff;
        border: none;
        box-shadow: none;
        position: fixed;
        z-index: 9999999;
    }

    .listFilterRemove {
        display: inline-block;
        width: auto;
        height: 2.5rem;
        line-height: 2rem;
        font-size: 1.2rem;
        border-radius: 1rem;
        padding: 0 1rem;
        position: absolute;
        right: 1.5rem;
        top: 1.5rem;
        background-color: #f5f5f5;
        color: crimson;
        border: none;
        box-shadow: none;
    }

    .sortbar-mob {
        width: 100%;
        height: 4rem;
        background-color: #17242c;
        color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        box-shadow: rgb(50 50 93 / 25%) 0px -6px 27px -5px, rgb(0 0 0 / 30%) 16px 0px 0px 0px;
    }

    .sortbar-mob .sortbar-mob-box {
        border-right: 1px solid #fff;
    }

    .page-articlelist .article-item {
        width: 48%;
        height: auto;
        margin-bottom: 17px;
    }

    .page-breadcrumb nav {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    ol.breadcrumb {
        width: max-content;
    }

    /* #page sortbar(max-width: 575px) */
    .page-sortbar {
        height: auto;
        flex-direction: column;
    }

    .page-sortbar .sortbar {
        width: 100%;
        margin-bottom: 1rem;
        margin-top: 1rem;
        justify-content: flex-start !important;
    }

    .page-sortbar .sortbar label {
        font-size: 1.5rem !important;
    }

    .page-sortbar-items {
        width: 100%;
        flex-wrap: wrap;
    }

    .page-sortbar-items li {
        margin-left: 1rem;
        font-size: 1.2rem;
        border-bottom: 1px solid rgb(211, 211, 211);
        width: 100%;
        height: 5rem;
        line-height: 5rem;
        color: #111;
    }

    .ordering {
        width: 100%;
        height: 41rem;
        position: fixed;
        box-shadow: rgb(50 50 93 / 25%) 0px -6px 27px -5px, rgb(0 0 0 / 30%) 16px 0px 0px 0px;
        bottom: 4rem;
        right: 0;
        display: none;
        z-index: 999999;
    }

    .ordering::after {
        content: '';
        width: 100%;
        height: calc(100% - 41rem);
        background-color: #00000040;
        z-index: -1;
        position: fixed;
        top: -40px;
        right: 0;
    }

    .blog .single-blog-page .article-abstract-box {
        flex-direction: column;
    }

    .blog .single-blog-page .article-abstract-box .image-blog {
        width: 100%;
        max-height: inherit;
    }

    .blog .single-blog-page .article-abstract-box .article-abstract-text {
        width: 100%;
        padding: 1.5rem 1.5rem 0 1.5rem !important;
    }

    .blog .blog-content p {
        font-size: 1.3rem !important;
        line-height: 2.3;
    }

    #CommentForm div {
        width: 100%;
        margin-top: 0 !important;
    }

    #CommentForm p {
        font-size: 1.3rem !important;
    }

    .blog .single-blog-page .header-box {
        height: 12rem;
        top: 150px;
    }

    .blog .single-blog-page .header-box .title-blogsingle h1 {
        font-size: 2rem !important;
    }

    .your-comments-box .your-comments .your-comments-text {
        font-size: 1.2rem;
    }

    .our-answer p {
        font-size: 1.2rem;
        line-height: 24px;
    }

    .bloglist-ul .article-item {
        width: 100%;
        margin-bottom: 15px;
        height: auto;
    }

    .your-comments-box .your-comments:last-child {
        padding: 0 !important;
    }

    .article-item .grouping {
        font-size: 12px;
    }

    .section-productlist .page-productlist .item-certificates {
        width: 48%;
    }

    .section-productlist .page-productlist .item-certificates .image-box {
        margin-bottom: 5px !important;
    }

    .sortbar-mob .advanced-search span,
    .sortbar-mob .sortbar-mob-box span {
        font-size: 13px;
    }

    .page-productlist .video-item,
    .page-videolist .video-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .item-certificates .image-box img {
        width: 100%;
        height: 23rem;
    }

    .credits-list.owl-carousel .owl-stage-outer {
        display: inherit;
    }

    footer .body-footer .item-footer p {
        font-size: 13px;
    }

    .mainslider-box-festival {
        width: 100%;
        height: auto;
        max-height: inherit;
        overflow: hidden;
    }

    .complaints-suggestions-box {
        flex-direction: column;
    }

    .survey-questionnaire-list .complaints-suggestions-item {
        margin-bottom: 35px;
    }

    .survey-questionnaire-list .complaints-suggestions-item .image-box {
        width: 14rem;
        height: 14rem;
        margin: 0 0 20px 0 !important;
    }

    .survey-questionnaire-list .complaints-suggestions-item .complaints-suggestions-box-item {
        width: 15rem;
        font-size: 12px;
    }

    .video-list-festival .video-item {
        width: 100%;
    }

    .survey-questionnaire-list .survey-questionnaire-item textarea,
    .survey-questionnaire-list .survey-questionnaire-item input {
        margin-right: 0 !important;
    }

    .image-and-description {
        flex-direction: column;
    }

    .section-image-description .image-and-description .image-box {
        width: 100% !important;
    }

    .section-image-description .image-and-description .description {
        width: 100% !important;
        margin-right: 0;
        margin-top: 30px;
    }

    .section-image-description .image-and-description .title span {
        font-size: 17px !important;
    }

    .section-image-description .image-and-description .description .text P {
        font-size: 13px !important;
        line-height: 23px;
    }

    .section-image-description .image-and-description .description .link-page-oboutus {
        margin-top: 0;
        font-size: 12px !important;
        width: 100%;
    }


    .festival-questionnaire-page {
        padding: 30px 0 0 0 !important;
    }

    .cart-item-user,
    .cart-item-special {
        width: 100%;
        min-height: inherit;
    }

    .cart-item-special {
        margin-top: 15px;
    }

    .user-form input {
        width: 55%;
    }

    .cart .cart-item-box .cart-item-content {
        width: 100%;
        padding-right: 10px;
        flex-wrap: wrap;
        text-align: center !important;
        justify-content: center !important;
    }

    .cart .remove-item {
        margin-top: 20px;
    }

    .festivalmode .checkbox-item {
        margin-left: 0 !important;
        width: 100%;
    }

    .survey-questionnaire-page input {
        margin-left: 5px;
    }

    .carrier-delay ul li>div {
        flex-direction: column;
        margin-right: 0 !important;
    }

    .part-userpanel {
        width: 100% !important;
    }

    .menu-userpanel a {
        color: #000 !important;
        font-size: 12px !important;
        line-height: 2rem;
    }

    .body-userpanel .table-responsive tbody tr th,
    .body-userpanel .table-responsive tbody tr td {
        padding: 15px;
        font-size: 14px;
        min-width: 25rem;
    }


    .festivalmode .checkbox-item label,
    .festivalmode .checkbox-item span {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .levels-desc ul li {
        width: 100%;
    }

    .square-list .square-item {
        width: 48%;
        height: auto;
        margin-bottom: 25px;
        flex-direction: column;
    }

    .square-list .square-item .content-box {
        width: 100%;
    }

    .square-list .square-item .image-box {
        width: 100%;
		 height:auto;
        border-radius: 15px 15px 0 0;
    }

    .square-list .square-item .content-box .title {
        height: 7rem;
        font-size: 11px;
        line-height: 17px;
        text-align: justify;
    }

    .square-list .square-item .content-box .text {
        font-size: 11px;
        line-height: 17px;
        text-align: justify;
        color: #a9a8a8;
    }


    .section-archive-box .archive-box .item-archive:nth-child(1),
    .section-archive-box .archive-box .item-archive:nth-child(2),
    .section-archive-box .archive-box .item-archive:nth-child(3),
    .section-archive-box .archive-box .item-archive:nth-child(4),
    .section-archive-box .archive-box .item-archive:nth-child(5),
    .section-archive-box .archive-box .item-archive:nth-child(6) {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .levels-desc ul li {
        width: 100%;
    }

    .container,
    .container-md,
    .container-sm {
        width: 100% !important;
    }

    .section-image-description {
        padding: 20px 0 10px 0 !important;
    }

    .countdown-box .title {
        font-size: 1.8rem;
        margin-bottom: 5px !important;
    }

    .countdown-box .countdown {
        gap: 10px;
    }

    .countdown-box .time-circle {
        width: 70px;
        height: 70px;
    }

    .section-countdown {
        padding: 20px 0 20px 0;
    }

    .square-section {
        padding: 10px 0;
        margin: 10px 0;
    }

    .title-box::after {
        height: 25px;
    }

    .title-box span {
        font-size: 20px !important;
    }

    .title-box {
        margin-bottom: 30px !important;
    }

    .section-archive-box {
        margin: 0 0;
    }

    .section-archive-box .archive-box .item-archive .content-box .title-archive {
        font-size: 12px;
        line-height: 20px;
    }

    .btn-box {
        padding-top: 0 !important;
    }

    .section-levels-text {
        padding: 0;
    }

    .boss-section-festival {
        padding: 10px 0;
    }

    .credits-list-hami {
        padding: 0;
        margin-bottom: 0;
    }
	
	.blog .single-blog-page{
	    padding: 10px !important;
	}
	
	.section-portfolio .portfolio-item .title-portfolio{
	   font-size: 13px !important;
	}
	
	.section-portfolio{
		padding: 0;
	}

}

@media (min-width: 450px) and (max-width:991px) {
    .consultation-form {
        width: 90%;
    }

    .services-list .services-item .title-services-item {
        font-size: 15px !important;
        height: 6rem;
    }

    .services-list .services-item .text-services-item {
        font-size: 11px;
        line-height: 18px;
    }

    .services-list .services-item {
        padding: 15px !important;
    }

    .services-list .services-item .btn-see {
        width: 30px;
        height: 20px;
    }

    .section-faq-consultation .consultation-form {
        width: 70%;
    }

    .video-item .content-box .title h3 {
        font-size: 11px;
        line-height: 16px;
    }

    .video-item .content-box .data-box .video-time {
        font-size: 10px !important;
    }

    .video-item .content-box .title {
        width: 70%;
    }

    .video-item .content-box .data-box {
        width: calc(100% - 70%);
        color: #024730;
    }

    .features-box .features-item p {
        width: 100%;
        font-size: 12px;
        line-height: 21px;
    }

    .features-box .features-item h5 {
        font-size: 16px;
    }

    .features-box {
        margin-top: 45px !important;
    }

    .article-item .content-box .title-blog {
        font-size: 1.3rem !important;
        height: 6rem;
    }

    .article-item .data-btn-box .farsi-date {
        font-size: 1rem !important;
    }

    .article-item .see-more {
        padding: 4px 25px;
        font-size: 1.1rem !important;
    }

    .video-list-festival .video-item {
        width: 48%;
    }

    .complaints-suggestions-box {
        flex-direction: row;
    }

    .square-list .square-item {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }


    .section-archive-box .archive-box .item-archive:nth-child(1),
    .section-archive-box .archive-box .item-archive:nth-child(2),
    .section-archive-box .archive-box .item-archive:nth-child(3),
    .section-archive-box .archive-box .item-archive:nth-child(4),
    .section-archive-box .archive-box .item-archive:nth-child(5),
    .section-archive-box .archive-box .item-archive:nth-child(6) {
        width: 49.1%;
        height: auto;
        margin-bottom: 15px;
    }

    .levels-desc ul li {
        width: 45%;
    }

    .container,
    .container-md,
    .container-sm {
        width: 100% !important;
    }


}

@media (min-width: 992px) and (max-width:1199px) {

    .mainslider-box {
        height: auto;
        padding: 20px;
    }

    .consultation-form {
        width: 90%;
        padding: 1.5rem !important;
    }

    .consultation-form .btn-send,
    .consultation-form select,
    .consultation-form input {
        height: 4rem;
    }

    .consultation-form .mega-title {
        font-size: 20px;
    }

    .section-levels {
        padding-top: 30px;
    }

    .video-item .content-box .data-box .video-time {
        font-size: 10px !important;
    }

    .video-item .content-box .title h3 {
        font-size: 13px;
        line-height: 23px;
    }

    .video-section {
        padding: 0 0 30px;
    }

    .section-aboutus {
        padding: 30px 0;
    }

    .section-aboutus .content-box {
        margin-top: 25px;
    }

    .item-certificates .image-box {
        height: 22rem;
    }

    .section-list-certificates {
        padding: 30px;
        height: auto;
    }

    .section-article {
        padding: 30px 0;
    }

    .section-faq-consultation {
        padding: 30px 0;
    }

    .section-faq-consultation .accordion-body {
        font-size: 12px;
        text-align: justify;
        line-height: 21px;
    }

    .section-faq-consultation .accordion-button {
        height: 4rem;
        font-size: 12px;
    }

    .consultation-form .title-form {
        font-size: 14px;
    }

    .credits-section {
        padding: 30px 0;
    }

    .credits-section .credits-list-hami .image-box,
    .credits-section .credits-list .image-box {
        width: 8rem;
        height: 8rem;
    }

    footer .nav-footer .address-item .text-address {
        font-size: 12px;
        line-height: 20px;
    }

    .blog .single-blog-page .article-abstract-box .article-abstract-text p {
        font-size: 1.2rem !important;
        line-height: 18px;
    }

    .blog .single-blog-page .article-abstract-box .article-abstract-text {
        padding: 1.5rem !important;
    }

    .bloglist-ul .article-item {
        height: auto;
        width: 49%;
    }

    .article-item .content-box .title-blog {
        font-size: 1.3rem;
        line-height: 23px;
    }

    .article-item .see-more {
        padding: 5px 15px;
        font-size: 1rem;
    }

    .article-item .data-btn-box i {
        font-size: 1.2rem !important;
    }

    .page-productlist .video-item,
    .page-videolist .video-item {
        width: 48%;
        margin-bottom: 25px;
    }

    .credits-list.owl-carousel .owl-stage-outer {
        display: inherit;
    }

    ul.nod-1>li>a {
        font-size: 14px;
    }


    .levels-desc ul li {
        width: 47%;
    }


}

@media (min-width: 1200px) and (max-width: 1550px) {

    .mainslider-box {
        height: auto;
        padding: 20px;
    }

    .item-certificates .image-box {
        height: 22rem;
    }

    .section-list-certificates {
        height: auto;
    }

    .article-item .content-box .title-blog {
        font-size: 1.4rem;
    }

    .bloglist-ul .article-item {
        height: auto;
    }

    .article-item .image-box {
        height: auto;
    }

    .page-productlist .video-item .content-box .title h3,
    .page-videolist .video-item .content-box .title h3 {
        font-size: 11px;
        line-height: 22px;
    }

    .page-productlist .video-item .content-box .data-box .video-time,
    .page-videolist .video-item .content-box .data-box .video-time {
        font-size: 1rem !important;
    }

    .credits-list.owl-carousel .owl-stage-outer {
        display: inherit;
    }

    .mainslider-box-festival {
        height: auto;
        max-height: inherit;
    }

    .square-list .square-item .content-box .title {
        font-size: 15px;
        line-height: 28px;
    }
}

@media (min-width: 1550px) and (max-width: 1920px) {}