@font-face {
    font-family: BYekan;
    font-style: normal;
    font-weight: 900;
    src: url("/front/fonts/fanumber.eot");
    src: url("/front/fonts/fanumber.eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */ url("/front/fonts/fanumber.woff2") format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/ url("/front/fonts/fanumber.woff")
            format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("/front/fonts/fanumber.ttf")
            format("truetype");
}

@font-face {
    font-family: BYekanBold;
    font-style: normal;
    font-weight: 900;
    src: url("/front/fonts/iranyekanwebbold(fanum).eot");
    src: url("/front/fonts/iranyekanwebbold(fanum).eot?#iefix")
            format("embedded-opentype"),
        /* IE6-8 */ url("/front/fonts/iranyekanwebbold(fanum).woff2")
            format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
            url("/front/fonts/iranyekanwebbold(fanum).woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
            url("/front/fonts/iranyekanwebbold(fanum).ttf") format("truetype");
}

body {
    font-family: BYekan;
    direction: rtl;
    margin: 0;
    padding: 0;
    background-color: rgb(255, 255, 255);
}

strong,
b {
    font-family: BYekanBold;
}

.dr-code {
    color: #fcbe32;
}

.dr-code:hover {
    color: #bd8f26;
}

a {
    text-decoration: none;
}

/* ///header///start/// */
.header-search-back-img {
    background-image: url(../images/header-search-back-img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.header-box {
    height: 70px;
    background-color: #00000059;
}

.compani-logo-box {
    height: 100%;
    float: right;
}

.compani-logo {
    width: 200px;
    height: 70px;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.menu-ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin-right: 5%;
    margin: 21px;
    z-index: 8;
}

.menu-list-link {
    text-decoration: none;
}

.bottom-line {
    width: 100%;
    margin: auto;
    height: 5px;
    border-color: #eec15c;
}

.menu-list {
    display: inline-block;
    color: #e1eef6;
    margin-left: 40px;
    font-size: 14px;
    transition: 0.5s;
}

.menu-list:hover {
    color: #fad580;
}

.menu-list.active {
    color: #d09f2e;
}

.respansiv-menu-btn {
    color: #fff;
    font-size: 35px;
    float: left !important;
    margin: 19px;
    display: none !important;
}

.email-box {
    width: 213px;
    display: inline-block;
    border-radius: 40px;
    float: left;
    margin-top: 17px;
    margin-left: 30px;
    background-color: #ffffff28;
    height: 33.5px;
}

.email-icon-box {
    width: 40px;
    height: 100%;
    border-radius: 100%;
    background-color: #d09f2e;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -7px;
}

.email-icon {
    font-size: 25px;
}

.Email {
    font-size: 15px;
    color: #fff;
    margin-top: 7px;
    margin-right: 23px;
}

/* ///header///end/// */
/* ///main-page///start/// */
/* ///header-search-back-img///start/// */
.header-search-back-img-title {
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 5px;
}

.header-search-back-img-titr {
    font-size: 25px;
    color: #b78004;
    text-align: center;
}

.header-search-back-img-titr2 {
    font-size: 15px;
    color: #edcb7d;
    text-align: center;
}

.form-group {
    line-height: 38px;
}

.sw-theme-default > .nav {
    padding: 0px 20px !important;
}

.tab-content {
    height: auto !important;
}

.header-search-back-search-box {
    background-color: rgba(255, 255, 255, 0.151);
    margin-top: 12px !important;
    display: flex;
    box-shadow: 0px 0px 8px #000;
    border: 1px solid #888;
}

.Field-Study-search-input-box {
    height: auto;
    padding: 5px 30px 15px 30px;
    padding-left: 18px;
    line-height: 40px;
}

.Lessons-list-search-input-box {
    height: auto;
    padding: 25px 30px;
    padding-right: 18px;
}

.Field-Study-search-input {
    width: 100%;
    height: 100%;
    border: 3px solid #ffda88;
    border-radius: 28px;
    padding-right: 20px;
    color: rgb(112, 112, 112);
    transition: 0.1s linear;
}

.Field-Study-search-input::placeholder {
    color: #d09f2e;
    font-size: 18px;
}

.Field-Study-search-input:focus {
    outline: none;
    border: 4px solid #ffb300;
}

.Field-Study-search-Result-ul {
    padding: 0;
    list-style-type: none;
    width: 90%;
    margin-top: 5px !important;
    margin: auto;
}

.Field-Study-search-Result-list {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid rgb(233, 233, 233);
    display: inline-block;
    padding-right: 10px;
    transition: 0.5s;
    color: rgb(105, 105, 105);
}

.Field-Study-search-Result-list:hover {
    background-color: rgb(230, 230, 230);
}

.Field-Study-search-Result-box {
    width: 30%;
    height: 214px;
    background-color: #fff;
    margin: auto;
    border: 3px solid #fcbe32;
    position: absolute;
    right: 16.5%;
    overflow-y: auto;
    display: none;
}

.Lessons-list-search-input {
    width: 100%;
    height: 100%;
    border: 3px solid #ffda88;
    border-radius: 28px;
    padding-right: 20px;
    color: rgb(112, 112, 112);
    transition: 0.1s linear;
}

.Lessons-list-search-input::placeholder {
    color: #d09f2e;
    font-size: 18px;
}

.Lessons-list-search-input:focus {
    outline: none;
    border: 4px solid #ffb300;
}

.Lessons-list-search-Result-box {
    height: 214px;
    width: 30%;
    background-color: #fff;
    margin: auto;
    border: 3px solid #fcbe32;
    display: block;
    position: absolute;
    right: 53.5%;
    overflow-y: auto;
    display: none;
}

.Lessons-list-search-Result-ul {
    padding: 0;
    list-style-type: none;
    width: 90%;
    margin-top: 5px !important;
    margin: auto;
}

.Lessons-list-search-Result-list {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid rgb(146, 146, 146);
    display: inline-block;
    padding-right: 10px;
    transition: 0.5s;
}

/* ///header-search-back-img///end/// */
/* ///body///start/// */
.body {
    height: auto;
    display: flex;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

/* ///counter///start/// */
.counter-boxs-row {
    height: auto;
    margin-top: 30px !important;
    margin: auto;
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 20px 0px;
}

.counter-box {
    text-align: center;
}
.counter-box:first-child {
    border-left: 1px solid rgb(201, 201, 201);
}
.counter-box:last-child {
    border-right: 1px solid rgb(201, 201, 201);
}

.counter-box .plus-icon {
    font-size: 24px;
    color: orange;
}

.count-up-num {
    color: #474545;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 700;
}

.counter-name {
    font-size: 18px;
}

/* blog posts */

/* Blog Section Styles */
.blog-section {
    padding-top: 5px; /* Added top padding for spacing */
}

.blog-section .card {
    height: 350px; /* Reduced fixed height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    position: relative;
}

.blog-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.blog-section .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
    position: relative;
}

.blog-section .card-title-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    font-size: 1rem;
    text-align: center;
}

.blog-section .card-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: calc(100% - 180px);
    overflow: hidden;
}

.blog-section .card-text {
    font-size: 0.9rem;
    color: #666;
    flex-grow: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: justify; /* Justify text content */
}

.blog-section .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 8px 16px;
    font-size: 0.85rem;
    border-radius: 6px;
    text-align: center;
    margin-top: auto;
}

.blog-section .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.blog_owl {
    margin: 30px 0px 0px 0px;
}

.blog_owl .owl-dot span {
    background-color: #ffc107 !important;
}

.blog_owl .owl-dot.active span {
    background-color: #a07b25 !important;
}

/* Responsive Grid Layout */
.blog-section .row {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-items: stretch;
}

.blog-section .col-md-3 {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
}

@media (max-width: 992px) {
    .blog-section .col-md-3 {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 576px) {
    .blog-section .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.blog-section .image-container {
    position: relative;
    width: 100%;
    height: 180px; /* Keep the height same as your .card-img-top */
    overflow: hidden;
}

.blog-section .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-section .card-title-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6); /* Dark background for better readability */
    color: #fff;
    padding: 10px;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); /* Dark shadow effect */
}

/* blog post end*/

/* Popup dialog box styles */
/* General Popup Styles */
.popup-dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 90%;
    max-width: 500px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    overflow: hidden;
    animation: fadeIn 0.3s ease-in-out;
}

/* Overlay Background */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}

/* Header */
.popup-header {
    background: linear-gradient(135deg, #ff8c00, #ff5e00);
    padding: 18px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/* Body */
.popup-body {
    padding: 20px;
    text-align: center;
}

.popup-body img {
    max-width: 100%;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.popup-body img:hover {
    transform: scale(1.05);
}

.popup-body p {
    margin: 15px 0;
    font-size: 16px;
    color: #fff;
}

/* Footer */
.popup-footer {
    padding: 15px;
    text-align: center;
}

/* Close Button */
.popup-footer button {
    background: linear-gradient(135deg, #28a745, #1e7e34);
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.popup-footer button:hover {
    background: #218838;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

/* Warning Button */
.warning-button {
    display: inline-block;
    padding: 12px 20px;
    background: linear-gradient(135deg, #ffc107, #ff9800);
    color: #000;
    border: none;
    border-radius: 6px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.warning-button:hover {
    background: #e0a800;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
}

.warning-button:active {
    transform: scale(0.98);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -55%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .popup-dialog {
        width: 95%;
        max-width: 400px;
    }

    .popup-header {
        font-size: 18px;
        padding: 14px;
    }

    .popup-body {
        padding: 15px;
    }

    .popup-footer button {
        font-size: 14px;
        padding: 10px 20px;
    }
}

/* ///counter///end/// */

.partners_owl {
    margin: 30px 0px 0px 0px;
}

.partners_owl .card {
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.partners_owl .content {
    position: relative;
    width: 100%;
    z-index: 1;
    transform: translateY(0);
    margin-top: auto;
}

.partners_owl .title {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.partners_owl .card:hover .title {
    opacity: 1;
}

.home_page_owl .card {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    text-align: center;
    color: whitesmoke;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.home_page_owl .card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    transition: transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}

.home_page_owl .card:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.009) 11.7%,
        rgba(0, 0, 0, 0.034) 22.1%,
        rgba(0, 0, 0, 0.072) 31.2%,
        rgba(0, 0, 0, 0.123) 39.4%,
        rgba(0, 0, 0, 0.182) 46.6%,
        rgba(0, 0, 0, 0.249) 53.1%,
        rgba(0, 0, 0, 0.32) 58.9%,
        rgba(0, 0, 0, 0.394) 64.3%,
        rgba(0, 0, 0, 0.468) 69.3%,
        rgba(0, 0, 0, 0.54) 74.1%,
        rgba(0, 0, 0, 0.607) 78.8%,
        rgba(0, 0, 0, 0.668) 83.6%,
        rgba(0, 0, 0, 0.721) 88.7%,
        rgba(0, 0, 0, 0.762) 94.1%,
        rgba(0, 0, 0, 0.79) 100%
    );
    transform: translateY(-50%);
    transition: transform calc(var(--d) * 2) var(--e);
}

.home_page_owl .content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    transition: transform var(--d) var(--e);
    z-index: 1;
}

.home_page_owl .content > * + * {
    margin-top: 1rem;
}

.home_page_owl {
    position: relative;
    overflow: hidden;
}

.home_page_owl img {
    width: 100%;
    display: block;
}

.home_page_owl .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;             /* full width bar */
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.55);  /* semi-transparent black */
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
}

.home_page_owl .copy {
    font-family: var(--font-serif);
    font-size: 1rem;
    line-height: 1.35;
}

.home_page_owl .btn {
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: white;
    background-color: black;
    border: none;
}

.home_page_owl .btn:hover {
    background-color: #0d0d0d;
}

.home_page_owl .owl-dot span {
    background-color: #ffc107 !important;
}

.home_page_owl .owl-dot.active span {
    background-color: #a07b25 !important;
}

@media (hover: hover) and (min-width: 600px) {
    .home_page_owl .card:after {
        transform: translateY(0);
    }
    .home_page_owl .content {
        transform: translateY(calc(100% - 4.5rem));
    }
    .home_page_owl .content > *:not(.title) {
        opacity: 0;
        transform: translateY(1rem);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    }
    .home_page_owl .card:hover,
    .home_page_owl .card:focus-within {
        align-items: center;
    }
    .home_page_owl .card:hover:before,
    .home_page_owl .card:focus-within:before {
        transform: translateY(-4%);
    }
    .home_page_owl .card:hover:after,
    .home_page_owl .card:focus-within:after {
        transform: translateY(-50%);
    }
    .home_page_owl .card:hover .content,
    .home_page_owl .card:focus-within .content {
        transform: translateY(0);
    }
    .home_page_owl .card:hover .content > *:not(.title),
    .home_page_owl .card:focus-within .content > *:not(.title) {
        opacity: 1;
        transform: translateY(0);
        transition-delay: calc(var(--d) / 8);
    }
    .home_page_owl .card:focus-within:before,
    .card:focus-within:after,
    .home_page_owl .card:focus-within .content,
    .home_page_owl .card:focus-within .content > *:not(.title) {
        transition-duration: 0s;
    }
}

.our_services_owl {
    margin: 30px 0px 0px 0px;
}

.our_services_owl .card {
    height: 270px;
}

.our_service_description {
    width: 100%;
    padding: 15px;
    text-align: justify;
}

.our_service_description .border {
    width: 100%;
    display: block;
    height: 2px;
    margin-bottom: 15px;
    border: none !important;
    background-image: radial-gradient(#a07b25 20%, #ffc107 80%) !important;
}

/* ///courses-lists///start/// */

.courses-lists-row {
    height: auto;
    margin-top: 20px !important;
    margin: auto;
}

.courses-lists-row .text-divider {
    display: flex;
    align-items: center;
    height: 20px;
    justify-content: center;
    font-size: 23px;
    text-align: center !important;
}

.courses-lists-row .text-divider::before,
.courses-lists-row .text-divider::after {
    content: "";
    height: 1px;
    margin-top: 4px;
}

.courses-lists-row .text-divider::before {
    width: 20%;
    margin-left: 50px;
    background-image: linear-gradient(to right, #ffc107, #a07b25);
}

.courses-lists-row .text-divider::after {
    width: 20%;
    margin-right: 50px;
    background-image: linear-gradient(to right, #a07b25, #ffc107);
}
.courses-lists-box {
    padding: 0;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.courses-lists-box:last-child {
    margin-left: 0;
}
.courses-lists-box-image-box {
    width: 100%;
    height: 100px;
    padding: 0;
    filter: brightness(20%);
    transition: transform 0.5s, filter 1s, visibility 0.25s ease-in;
    overflow: hidden;
}
.courses-lists-box:hover .courses-lists-box-image {
    filter: brightness(75%);
}
.courses-lists-box:hover .courses-lists-box-image {
    transform: scale(1.3);
}
.courses-lists-box-image-box:hover .courses-lists-box-name-box {
    background-color: rgba(0, 0, 0, 0.911);
}
.courses-lists-box-image {
    width: 100%;
    height: 100%;
    transition: 0.7s;
    object-fit: cover;
}
.courses-lists-box-name-box {
    position: absolute;
    width: 80%;
    height: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffb30048;
    top: 0;
    margin-top: 34px;
}
.latest-courses-lists-box-name-box {
    background-color: #007eff48;
}

.courses-lists-box-name {
    text-align: center;
    color: #ffffff !important;
    position: absolute;
    z-index: 5;
    font-size: 14px;
    margin-bottom: 0;
}

/* ///courses-lists///end/// */
.site-Description-box {
    height: auto;
    display: inline-block;
}

.site-Description-title {
    font-size: 29px;
    color: #252c41;
    margin-bottom: 5px;
    margin-right: 10px;
}

.contact-info-body {
    display: inline-block;
}

.dividear {
    height: 2px;
    background-color: #b1b1b1;
}

.dividear2 {
    background-color: #252c41;
    height: 2px;
}

.text-icon {
    font-size: 20px;
    color: #252c41;
    display: inline-block;
    float: right;
    margin-left: 5px;
    margin-top: 5px;
}

.Description-title {
    font-size: 20px;
    color: #252c41;
    margin-bottom: 5px;
}

.Description {
    margin-right: 10px;
    font-size: 17px;
    color: #616161;
}

.Description-box {
    margin: auto;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgb(212, 212, 212);
    height: auto;
    border-radius: 9px;
    margin-bottom: 15px;
    padding: 1px;
}

.Description-box-icon {
    font-size: 20px;
    color: #252c41;
    margin: 3px;
    float: right;
    margin-left: 8px;
    margin-top: 14.5px;
}

.Description-box-text {
    color: #858585;
    font-size: 16px;
    margin-top: 12px !important;
    padding-left: 5px;
}

.Description-image-box {
    height: auto;
}

.Description-image {
    width: 400px;
    height: 838px;
}

/* ///body///end/// */
/* ///main-page///end/// */
/* ///about-page///start/// */
.header-search-back-img.page-sub {
    height: 210px;
}

.page-sub .text-divider {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    margin-top: 32px;
}

.page-sub .text-divider::before,
.text-divider::after {
    content: "";
    height: 4px;
    background-color: #d09f2e;
    width: 8%;
}

.page-sub .text-divider::before {
    margin-left: 40px;
}

.page-sub .text-divider::after {
    margin-right: 40px;
}

.page-sub-title {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-top: 32px;
}

.about-Description-box {
    height: auto;
    width: 70%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.about-Description-p1 {
    text-align: right;
    color: rgb(99, 99, 99);
    margin-bottom: 0;
    font-size: 14.5px;
}

.about-Description-p2 {
    text-align: right;
    color: rgb(99, 99, 99);
    margin-top: 14.5px;
}

/* ///about-page///end/// */
/* ///Relationship///start/// */
.Relationship-page-body {
    width: 60%;
    margin-top: 50px;
    margin-bottom: 50px;
    /* display: flex; */
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.form-title {
    font-size: 17px;
    color: rgb(116, 116, 116);
}

.form-box {
    box-shadow: 0px 0px 3px rgb(216, 216, 216);
    padding: 10px;
    display: inline-block;
}

.input-name {
    display: inline-block;
    font-size: 15px;
    color: rgb(136, 136, 136);
    margin-bottom: 10px !important;
}

.send-comment-btn {
    float: right;
    width: 130px;
    background-color: rgb(4, 145, 11);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.send-btn-icon {
    padding-left: 5px;
}

.back-btn {
    float: right;
    width: 130px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-top: 10px;
}

.contact-info-box {
    width: 213px;
    display: inline-block;
    border-radius: 4px;
    float: left;
    margin-left: 30px;
    background-color: #6e6e6e;
    height: 33.5px;
    margin-top: 45px;
}

.contact-info-icon-box {
    width: 40px;
    height: 100%;
    border-radius: 10%;
    background-color: #d09f2e;
    display: inline-block;
    padding-top: 4px;
    padding-right: 8px;
    float: right;
}

.contact-info {
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
    margin-right: 15px;
    float: right;
}

/* ///Relationship///end/// */
/* ///footer///start/// */
.footer {
    height: auto;
    background-color: #272727;
    display: flex;
}

.footer .about-box {
    height: 100%;
    padding: 35px 50px;
}

.footer .about-box-title {
    font-size: 28px;
    color: #fcbe32;
    margin-bottom: 5px;
}

.footer .about-box-Description {
    font-size: 13px;
    padding: 20px;
    background-color: #242424;
    color: #fff;
}

.Copy-rite-box {
    height: 40px;
    background-color: #000000;
}

.Copy-rite {
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding-top: 12px;
}

.dr-code {
    color: #fcbe32;
}

/* ///footer///end/// */
/* ///media///start/// */
@media (max-width: 1141px) {
    .menu-ul {
        display: none;
        width: 100%;
        position: absolute;
        z-index: 1000;
        background-color: rgb(255, 255, 255);
        margin: 0 !important;
        top: 10%;
        right: 0;
    }
    .menu-ul .menu-list-link.btn li {
        color: #000000 !important;
    }

    .Relationship-page-body {
        width: 90%;
    }

    .menu-list {
        margin-right: 0;
        display: block;
        width: 100%;
        font-size: 18px;
        border-bottom: 1px solid rgb(165, 165, 165);
        padding: 10px;
        color: #000000;
    }

    .respansiv-menu-btn {
        display: block !important;
    }

    .Description-image-box {
        display: none;
    }

    .site-Description-box {
        width: 100%;
    }

    .Field-Study-search-Result-box {
        width: 27%;
        right: 18.5%;
    }

    .Lessons-list-search-Result-box {
        width: 27%;
        right: 54.5%;
    }
}

@media (max-width: 768px) {
    .footer {
        display: block;
    }

    .header-search-back-img-title {
        padding: 10px;
    }

    .Field-Study-search-Result-box {
        right: 12%;
        width: 32%;
    }

    .Lessons-list-search-Result-box {
        width: 32%;
        right: 55.5%;
    }

    .header-search-back-search-box {
        margin-top: 50px !important;
    }

    .header-search-back-search-box2 {
        margin-top: 20px !important;
    }

    .header-search-back-img-title {
        font-size: 30px;
    }

    .Relationship-page-body {
        width: 90% !important;
    }

    .form-input {
        width: 100% !important;
    }

    .form-control {
        width: 70%;
    }

    .contact-info-box {
        margin-left: 0;
    }
    .about-Description-box {
        width: 100% !important;
    }
    .text-divider {
        font-size: 30px !important;
        text-align: center !important;
    }
    .makefile_inputs {
        width: 100% !important;
    }
    .courses-lists-row .text-divider {
        display: flex;
        align-items: center;
        height: 20px;
        justify-content: center;
        font-size: 18px !important;
    }
}

@media (max-width: 575px) {
    .header-search-back-search-box {
        display: block;
        height: auto;
        margin-top: 0 !important;
        width: 90%;
    }

    .Field-Study-search-input-box {
        padding: 25px 30px;
    }

    .Lessons-list-search-input-box {
        padding: 25px 30px;
    }

    .Field-Study-search-Result-box {
        right: 17%;
        width: 65%;
    }

    .Lessons-list-search-Result-box {
        width: 65%;
        right: 17%;
    }

    .Field-Study-search-input-box {
        margin: auto;
    }

    .Lessons-list-search-input-box {
        margin: auto;
    }

    .email-box {
        display: none;
    }

    .Relationship-page-body {
        width: 100%;
        display: block;
    }

    .form-box {
        width: 100%;
    }

    .contact-info-body {
        width: 80%;
        margin: auto;
    }

    .form-input {
        width: 90%;
        margin: auto;
    }

    .form-textarea {
        width: 100%;
    }

    .send-comment-btn {
        width: 47%;
    }

    .back-btn {
        width: 47% !important;
    }

    .send-comment-btn-box {
        margin-top: 60px;
    }

    .contact-info-box {
        width: 100%;
        margin-left: 0;
    }

    .input-name {
        margin-right: 25px;
    }

    .form-box {
        box-shadow: none;
        margin-bottom: 10px;
        padding-bottom: 40px;
        border-bottom: 1px solid rgb(214, 214, 214);
    }

    .compani-logo {
        float: right;
        margin: 0;
    }
    .counter-box:last-child img {
        width: 80% !important;
    }
    .courses-lists-row .text-divider {
        display: flex;
        align-items: center;
        height: 20px;
        justify-content: center;
        font-size: 18px !important;
    }
}

/* ///media///end/// */

/* استایل‌های صفحه makefile */
.dragdropbtn,
.toolbtn {
    padding: 5px;
    background: #e9e9e9;
    margin: 0px 4px;
}

.dragdropbtn {
    cursor: all-scroll;
}

.toolbtn {
    cursor: pointer;
}

.dragdropbtn:hover,
.toolbtn:hover {
    background: #d4d4d4;
}

.price_with_discount {
    display: none;
}

.latin_numbers {
    font-family: sans-serif !important;
}

.loader-gif {
    width: 25px;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
    display: none;
}

.empty-enname {
    border: 2px solid #ffc107 !important;
    position: relative;
    animation: pulse 2s infinite;
}

.empty-enname:after {
    content: "لطفا عنوان انگلیسی درس را وارد کنید";
    position: absolute;
    top: -30px;
    right: 0;
    background: #fff3cd;
    color: #856404;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    display: none;
}

.empty-enname:hover:after {
    display: block;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.4);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(255, 193, 7, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
    }
}
