body {
    font-family: "Figtree", sans-serif;
    text-align: left;
    direction: ltr;
    overflow-x: hidden;
    scroll-behavior: smooth;
}


.dropend:hover > .dropdown-menu {
    display: block !important;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

.dropend:hover > .dropdown-menu:lang(en),
.dropend:hover > .dropdown-menu:lang(tr){
    position: absolute;
    top: 0;
    left: 100%;
}

.dropend:hover > .dropdown-menu:lang(ar), .dropend:hover > .dropdown-menu:lang(fa) {
    position: absolute;
    top: 0;
    right: 100%;
}

.dropend .dropdown-menu {
    display: none !important;
}

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu:lang(en) {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend:hover > .dropdown-menu:lang(ar),
    .dropend:hover > .dropdown-menu:lang(fa) {
        position: absolute;
        top: 0;
        right: 100%;
    }
}


.dropend .dropdown-toggle {
    margin-left: 1em;
}

@media screen and (min-width: 992px) {
    .dropend .dropdown-toggle {
        margin-left: .5em;
    }
}

body:lang(ar),
body:lang(fa) {
    font-family: "AGC Arabic", serif;
    text-align: right;
    direction: rtl;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body:lang(fa) {
    font-family: "Sans a4fran3", serif;
}

button {
    text-transform: capitalize;
}

.font__en {
    font-family: "Figtree", sans-serif !important;
}

a {
    text-decoration: none;
}

section {
    padding: 40px 0;
    position: relative;
    overflow: visible;
    overflow-x: clip;
}

p {
    margin: 0;
    color: #707070;
}

a.action,
button.action {
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    padding: 3px 35px;
    border: 1px solid #1966a2;
    color: #1966a2;
    background-color: transparent;
    border-radius: 25px;
    transition: all 0.15s ease;
}

a.action:hover,
button.action:hover {
    background-color: #1966a2;
    color: #fff;
}

.sec-title .h2,
.sec-title h2 {
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0;
}

.sec-title .h2 span,
.sec-title h2 span {
    color: #e63f38;
    white-space: nowrap;
}

img {
    object-fit: fill !important;
    /*max-width: 100%;*/
}

.sec-title p {
    margin: 0;
    color: #707070;
    font-weight: 500;
}

.dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
}

.dropdown-menu[data-bs-popper]:lang(ar),
.dropdown-menu[data-bs-popper]:lang(fa) {
    left: 0;
    right: auto;
}

.full-height {
    height: 100%;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.main-gradint {
    background: transparent linear-gradient(180deg, #d5f0f7 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.pos-blur {
    position: absolute;
    width: 50%;
    height: 100%;
    opacity: 0.1;
    filter: blur(50px);
}

.sm-pos-blur {
    width: 650px;
    height: 600px;
}

.pos-blur-1 {
    background: #e63f38 0% 0% no-repeat padding-box;
    left: 0;
    z-index: -1;

}

.pos-blur-2 {
    background: #1966a2 0% 0% no-repeat padding-box;
    right: 0;
    z-index: -1;
}

.main-color {
    color: #707070;
}

.main-line-effict-container {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent;
    overflow: hidden;
}

.main-line-effict {
    position: absolute;
    width: 750px;
    height: 750px;
    top: -300px;
    border-radius: 50%;
    background: transparent;
    z-index: 1;
    opacity: 0.3;
}

.main-line-effict-1 {
    border: 2px solid #e63f38;
    left: -300px;
    width: 600px;
    height: 600px;
}

.main-line-effict-2 {
    border: 2px solid #1966a2;
    right: -300px;
}

.container-fluid.sp {
    max-width: 1500px;
}

.container-fluid.sp > div {
    position: relative;
    z-index: 2;
}

.loading_spinner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999999999999999;
}

.loading_spinner .spinner-grow {
    background: #1966a2;
    margin-top: 15px;
}

.loading_spinner .line-effict-footer.line-right {
    right: -425px;
    left: auto;
    transform: translate(0, 0);
    top: -425px;
}

.loading_spinner .line-effict-footer.line-left {
    right: auto;
    left: -425px;
    transform: translate(0, 0);
    top: auto;
    bottom: -425px;
}

.loading_spinner .line-effict.line-left {
    width: 850px;
    height: 850px;
}

.not_found_page {
    padding: 30px 0;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
}

.not_found_page svg {
    width: 80%;
    max-width: 650px;
    margin: 0 auto;
}

.not_found_page .items h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.not_found_page .info {
    text-align: left;
}

.not_found_page .info:lang(ar),
.not_found_page .info:lang(fa) {
    text-align: right;
}

.not_found_page .info h1 {
    font-size: 35px;
    font-weight: 800;
    margin: 0 0 12px;
}

/* ================== Public ==================== */
.thembnail-article-container .them-item {
    display: flex;
    align-items: center;
    width: 100%;
}

.thembnail-article-container .them-item:not(:last-of-type) {
    margin-bottom: 15px;
}

.thembnail-article-container .them-item .img img {
    border-radius: 19px;
    width: 80px;
    height: 55px;
    margin-right: 12px;
}

.thembnail-article-container .them-item .img img:lang(ar),
.thembnail-article-container .them-item .img img:lang(fa) {
    margin-right: 0;
    margin-left: 12px;
}

.thembnail-article-container .them-item h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.last-news-items .news-item {
    padding: 12px 0;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.last-news-items .news-item:last-of-type {
    border-bottom: none;
}

.last-news-items .news-item .img img {
    width: 100px;
    height: 100px;
    border-radius: 18px;
}

.last-news-items .news-item .info {
    padding: 0 12px 0 12px;
}

.last-news-items .news-item .info span {
    font-size: 12px;
    font-weight: 600;
    color: #e63f38;
}

.last-news-items .news-item .info h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin: 3px 0 4px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.last-news-items .news-item .info p {
    line-height: 1.2;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gallery__sec__with__slide .gallery__items.last-news-items img {
    width: 80px;
    height: 80px;
}

.last-news-sec.last__news__with__slider {
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    border: none;
}

.last-news-sec.last__news__with__slider .gallery__sec__with__slide,
.last-news-sec.last__news__with__slider .main__last__news__items {
    background: #fff;
    padding: 30px;
    border-radius: 40px;
}

.last-news-sec.last__news__with__slider .gallery__sec__with__slide {
    height: 40%;
}

.last-news-sec.last__news__with__slider .main__last__news__items {
    height: 830px;
    overflow-y: scroll;
}

.last-news-sec.last__news__with__slider
.main__last__news__items::-webkit-scrollbar {
    display: none;
}

.gallery__sec__with__slide .gallery__items .swiper {
    margin-top: 12px;
    overflow: visible;
    overflow-x: clip;
}

.gallery__sec__with__slide .gallery__items .swiper img {
    width: 100%;
    height: 80px;
    border-radius: 15px;
}

.gallery__sec__with__slide .gallery__items .news-item {
    border-bottom: 1px solid #e9e9e9;
}

.gallery__sec__with__slide .gallery__items .swiper .swiper-pagination {
    top: auto;
    bottom: -30px;
}

.gallery__sec__with__slide
.gallery__items
.swiper
.swiper-pagination
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.gallery__sec__with__slide
.gallery__items
.swiper
.swiper-pagination
.swiper-pagination-bullet-active::after {
    width: 6px;
    height: 6px;
}

.gallery__sec__with__slide.show-in-small {
    display: none;
}

.last-news-sec.last__news__with__slider.show-in-small {
    display: none;
}

.last-news-sec
.gallery__sec__with__slide.show-in-small
.gallery__sec__with__slide {
    height: auto;
}

/* register */
.register-page {
    padding: 80px 0;
    min-height: 100vh;
    position: relative;
}

.register-page .register-container {
    max-width: 600px;
    margin: auto;
}

.register-page .register-container .logo {
    text-align: center;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
}

.register-page .register-container .items {
    padding: 50px;
    border-radius: 40px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.register-page .register-container .items .alert {
    border-radius: 40px;
    font-size: 15px;
    border: none;
}

.register-page .register-container .item-content {
    position: relative;
}

.register-page .register-container .item-content::after,
.register-page .register-container .item-content::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 80%;
    opacity: 0.16;
    filter: blur(50px);
    z-index: 1;
}

.register-page .register-container .item-content::after {
    right: -46%;
    bottom: -30%;
    background-color: #1966a2;
}

.register-page .register-container .item-content::before {
    bottom: -25%;
    left: -35%;
    background-color: #e63f38;
}

.register-page .register-container .items .title {
    text-align: center;
    margin-bottom: 30px;
}

.register-page .register-container .items .title .icon {
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    line-height: 75px;
    text-align: center;
    background-color: #e0eff7;
    position: relative;
    margin-bottom: 25px;
}

.register-page .register-container .items .title .icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #efefef;
}

.register-page .register-container .items .title .icon svg {
    font-size: 20px;
    color: #1966a2;
}

.register-page .register-container .items .title h1 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2px;
}

.register-page .register-container .title p {
    font-weight: 500;
    color: #707070;
}

.register-page .register-container .items .user-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.register-page .register-container .items .user-actions .act {
    font-size: 14px;
}

.register-page .register-container .items .user-actions .act.check-box {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.register-page .register-container .items .user-actions .act.check-box:lang(ar),
.register-page
.register-container
.items
.user-actions
.act.check-box:lang(fa) {
    padding-left: 0;
    padding-right: 22px;
}

.register-page
.register-container
.items
.user-actions
.act
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.register-page .register-container .items .user-actions .act.check-box span {
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #1966a2;
    border-radius: 50%;
}

.register-page
.register-container
.items
.user-actions
.act.check-box
span:lang(ar),
.register-page
.register-container
.items
.user-actions
.act.check-box
span:lang(fa) {
    left: auto;
    right: 0;
}

.register-page
.register-container
.items
.user-actions
.act.check-box
input:checked
~ span {
    background-color: #1966a2;
}

.register-page
.register-container
.items
.user-actions
.act.check-box
span:after {
    content: "";
    position: absolute;
    display: none;
}

.register-page
.register-container
.items
.user-actions
.act.check-box
input:checked
~ span:after {
    display: block;
}

.register-page
.register-container
.items
.user-actions
.act.check-box
span::after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
}

.register-page .register-container .items .user-actions .act a {
    font-weight: 600;
    color: #e63f38;
}

.register-container button[type="submit"] {
    margin-top: 25px;
    height: 75px;
    line-height: 75px;
}

.register-container .action-convert {
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.register-container .action-convert p {
    font-weight: 500;
    font-size: 15px;
}

.register-container .action-convert p a {
    color: #e63f38;
    font-weight: 700;
}

.register-page .line-effict-footer {
    z-index: 0;
}

.register-page .line-effict-footer.line-right {
    right: -425px;
    left: auto;
    transform: translate(0, 0);
    top: -425px;
}

.register-page .line-effict-footer.line-left {
    right: auto;
    left: -425px;
    transform: translate(0, 0);
    top: auto;
    bottom: -425px;
}

.register-page .line-effict.line-left {
    width: 850px;
    height: 850px;
}

/* special input */
.special-field-input {
    position: relative;
    margin-bottom: 20px;
}

.special-field-input:last-of-type {
    margin-bottom: 0;
}

.special-field-input svg {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    color: #707070;
    z-index: 1;
}

.special-field-input svg:lang(ar),
.special-field-input svg:lang(fa) {
    right: auto;
    left: 26px;
}

.special-field-input input,
.special-field-input select,
.special-field-input textarea,
.special-field-input .select2-container {
    border-radius: 75px;
    padding: 35px 50px 20px 25px;
    height: 65px;
    width: 100% !important;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 2;
    position: relative;
    background: transparent;
    border: 1px solid #e6e6e6;
}

.special-field-input textarea {
    min-height: 160px;
    border-radius: 40px;
}

.special-field-input textarea::-webkit-scrollbar {
    display: none;
}

.special-field-input textarea ~ .main-label {
    top: 18%;
}

.special-field-input select:checked {
    color: #1966a2;
}

.special-field-input .select2-container .selection {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
}

.special-field-input .select2-container .selection .select2-selection {
    padding: 28px 50px 20px 15px;
    border: none;
    background: transparent;
}

.special-field-input .select2-container .selection .select2-selection:lang(ar),
.special-field-input .select2-container .selection .select2-selection:lang(fa) {
    padding: 28px 15px 20px 50px;
}

.special-field-input .select2-container .selection .select2-selection__arrow {
    display: none;
}

.special-field-input .select2-container .select2-selection--single {
    height: 100%;
}

.special-field-input
.select2-container
.select2-selection--single
.select2-selection__rendered:lang(ar),
.special-field-input
.select2-container
.select2-selection--single
.select2-selection__rendered:lang(fa) {
    padding-right: 8px;
    padding-left: 20px;
}

.special-field-input input:lang(ar),
.special-field-input select:lang(ar),
.special-field-input textarea:lang(ar),
.special-field-input input:lang(fa),
.special-field-input select:lang(fa),
.special-field-input textarea:lang(fa) {
    padding: 35px 25px 20px 50px;
}

.special-field-input input::placeholder,
.special-field-input select::placeholder,
.special-field-input textarea::placeholder {
    opacity: 0;
}

.special-field-input .main-label {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
    left: 25px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.special-field-input .main-label:lang(ar),
.special-field-input .main-label:lang(fa) {
    left: auto;
    right: 25px;
}

.special-field-input .main-label span {
    color: red;
}

.special-field-input input:focus {
    border: 1px solid #1966a2;
    box-shadow: none;
    background-color: transparent;
}

.special-field-input input:focus ~ .main-label,
.special-field-input input:not(:placeholder-shown) ~ .main-label,
.special-field-input .select2-container.select2-container--focus ~ .main-label,
.special-field-input .select2-container.select2-container--open ~ .main-label,
.special-field-input select.has-val ~ .main-label,
.special-field-input textarea:focus ~ .main-label,
.special-field-input textarea:not(:placeholder-shown) ~ .main-label,
.iti:has(input:focus) ~ .main-label,
.iti:has(input:not(:placeholder-shown)) ~ .main-label {
    top: 35%;
    font-size: 15px;
    color: #1966a2;
    z-index: 2;
}

.user__apply_app .special-field-input select ~ .main-label {
    top: 35%;
}

.special-field-input textarea:focus ~ .main-label,
.special-field-input textarea:not(:placeholder-shown) ~ .main-label {
    top: 18%;
}

.special-field-input input:focus ~ svg,
.special-field-input input:not(:placeholder-shown) ~ svg,
.special-field-input .select2-container.select2-container--focus ~ svg,
.special-field-input .select2-container.select2-container--open ~ svg,
.special-field-input select.has-val ~ svg {
    color: #000000;
    z-index: 2;
}

.special-field-input label.error,
.error_input_phone_ckecked {
    position: absolute;
    right: 20px;
    bottom: -10px;
    font-size: 10px;
    color: red;
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding: 3px 8px;
    background-color: red;
    color: #fff;
    z-index: 3;
    border-radius: 15px;
}

.error_input_phone_ckecked {
    display: none;
}

.special-field-input label.error:lang(ar),
.error_input_phone_ckecked:lang(ar),
.special-field-input label.error:lang(fa),
.error_input_phone_ckecked:lang(fa) {
    right: auto;
    left: 20px;
}

.special-field-input label.error::after,
.error_input_phone_ckecked::after {
    position: absolute;
    top: -14px;
    right: 5px;
    border: 8px solid transparent;
    border-bottom: 8px solid #f00;
    content: "";
}

.special-field-input label.error:lang(ar)::after,
.error_input_phone_ckecked:lang(ar)::after,
.special-field-input label.error:lang(fa)::after,
.error_input_phone_ckecked:lang(fa)::after {
    right: auto;
    left: 5px;
}

.special-field-input input.error,
.special-field-input select.error,
.special-field-input select.error ~ .select2-container {
    border: 1px solid red !important;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.iti__flag-container:lang(ar),
.iti__flag-container:lang(fa) {
    left: auto !important;
    right: 0 !important;
}

.iti--separate-dial-code .iti__selected-dial-code:lang(ar),
.iti--separate-dial-code .iti__selected-dial-code:lang(fa) {
    margin-right: 6px;
}

.iti .iti__selected-flag {
    z-index: 99;
    border-radius: 75px 0px 0 75px;
    width: 80px;
    display: flex;
    justify-content: center;
}

.iti .iti__selected-flag .iti__flag {
    display: none;
}

.iti .iti__selected-flag:lang(ar),
.iti .iti__selected-flag:lang(fa) {
    border-radius: 0 75px 75px 0;
}

.iti.iti--container:lang(ar),
.iti.iti--container:lang(fa) {
    direction: ltr;
}

ul.iti__country-list:lang(ar),
ul.iti__country-list:lang(fa) {
    direction: rtl;
    text-align: right;
}

.iti input {
    padding-left: 93px !important;
}

.iti input:lang(ar),
.iti input:lang(fa) {
    padding-left: 6px !important;
    padding-right: 93px !important;
}

.iti ~ .main-label {
    left: 93px;
}

.iti ~ .main-label:lang(ar),
.iti ~ .main-label:lang(fa) {
    left: auto;
    right: 93px;
}

.iti:has(input.error) ~ .error_input_phone_ckecked {
    display: inline-block;
}

/* scroll Sec */
.header-article-sec .row:first-of-type > div:not(.find__and__more__container),
.header-article-sec
:not(.new_str_page_small_aside)
.row:first-of-type
> div:not(.find__and__more__container) {
    /*height: 515px;*/
}

.header-article-sec .row:first-of-type > div.find-height {
    /*max-height: 515px !important;*/
}

/*
.header-article-sec
  .row:first-of-type
  > div:not(.find__and__more__container)
  > div {
  height: 100%;
}
*/
.article-scroll-container {
    padding: 5px 40px 0px;
    background-color: #fff;
    border-radius: 40px;
    border: 1px solid #e9e9e9;
    box-shadow: 82px 74px 91px -99px rgba(25, 102, 162, 0.36);
    -webkit-box-shadow: 82px 74px 91px -99px rgba(25, 102, 162, 0.36);
    -moz-box-shadow: 82px 74px 91px -99px rgba(25, 102, 162, 0.36);
    z-index: 2;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.article-scroll-container.full__open::before {
    display: none;
}

.article-scroll-container.height__auto {
    height: auto !important;
    padding-bottom: 40px;
}

.article-scroll-container.height__auto::before {
    display: none;
}

.article-scroll-container .show__more__article,
.article-scroll-container .show__less {
    position: absolute;
    bottom: 25px;
    left: 50%;
    translate: -50% 0;
    padding: 6px 12px;
    background-color: #fff;
    border-radius: 40px;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    border: none;
    z-index: 4;
    transition: all 0.2s ease-in-out;
}

.article-scroll-container .show__less {
    display: none;
}

.article-scroll-container .show__more__article:hover,
.article-scroll-container .show__less:hover {
    background-color: #1966a2;
    color: #fff;
    scale: 1.1;
}

/*
.article-scroll-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background: transparent linear-gradient(to top, #ffffff00 0%, #fffffff5 100%)
    0% 0% no-repeat padding-box;
  z-index: 2;
}
*/

.article-scroll-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    /*background: transparent linear-gradient(180deg, #ffffff00 0%, #fffffff5 100%) 0% 0% no-repeat padding-box;*/
    z-index: 2;
}

.article-scroll-sec {
    overflow: hidden;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.article-scroll-sec .content {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.article-scroll-sec .content img {
    max-width: 100%;
    height: auto;
}

.article-scroll-sec .content:first-of-type {
    padding-top: 0;
}

.article-scroll-sec .content:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.article-scroll-sec .content:first-child {
    padding-top: 45px;
}

.article-scroll-sec .content > :first-child {
    margin-top: 0;
    padding-top: 0;
}

.article-scroll-sec .content h3,
.article-scroll-sec .content .h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.article-scroll-sec .content > h1,
.article-scroll-sec .content > .h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
}

.article-scroll-sec .content > h2,
.article-scroll-sec .content > .h2 {
    font-size: 22px;
}

.article-scroll-sec .content > h3,
.article-scroll-sec .content > .h3 {
    font-size: 18px;
}

.article-scroll-sec .content > h4,
.article-scroll-sec .content > .h4 {
    font-size: 16px;
}

.article-scroll-sec .content > h5,
.article-scroll-sec .content > .h5 {
    font-size: 15px;
}

.article-scroll-sec .content > h6,
.article-scroll-sec .content > .h6 {
    font-size: 14px;
}

.article-scroll-sec .content h1 strong,
.article-scroll-sec .content h2 strong,
.article-scroll-sec .content h3 strong,
.article-scroll-sec .content h4 strong,
.article-scroll-sec .content h5 strong,
.article-scroll-sec .content h6 strong,
.article-scroll-sec .content .h1 strong,
.article-scroll-sec .content .h2 strong,
.article-scroll-sec .content .h3 strong,
.article-scroll-sec .content .h4 strong,
.article-scroll-sec .content .h5 strong,
.article-scroll-sec .content .h6 strong {
    font-weight: 700 !important;
}

.article-scroll-sec .content > h1:lang(ar),
.article-scroll-sec .content > h1:lang(fa),
.article-scroll-sec .content > .h1:lang(ar),
.article-scroll-sec .content > .h1:lang(fa) {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.article-scroll-sec .content h2,
.article-scroll-sec .content h3,
.article-scroll-sec .content h4,
.article-scroll-sec .content h5,
.article-scroll-sec .content h6,
.article-scroll-sec .content .h2,
.article-scroll-sec .content .h3,
.article-scroll-sec .content .h4,
.article-scroll-sec .content .h5,
.article-scroll-sec .content .h6 {
    margin-top: 15px;
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 1.4;
}

.article-scroll-sec .content h2:lang(ar),
.article-scroll-sec .content h2:lang(fa),
.article-scroll-sec .content .h2:lang(ar),
.article-scroll-sec .content .h2:lang(fa) {
    font-size: 21px;
}

.article-scroll-sec .content h3:lang(ar),
.article-scroll-sec .content h3:lang(fa),
.article-scroll-sec .content .h3:lang(ar),
.article-scroll-sec .content .h3:lang(fa) {
    font-size: 18px;
}

.article-scroll-sec .content h4:lang(ar),
.article-scroll-sec .content h4:lang(fa),
.article-scroll-sec .content .h4:lang(ar),
.article-scroll-sec .content .h4:lang(fa) {
    font-size: 16px;
}

.article-scroll-sec .content h5:lang(ar),
.article-scroll-sec .content h5:lang(fa),
.article-scroll-sec .content .h5:lang(ar),
.article-scroll-sec .content .h5:lang(fa) {
    font-size: 15px;
}

.article-scroll-sec .content h6:lang(ar),
.article-scroll-sec .content h6:lang(fa),
.article-scroll-sec .content .h6:lang(ar),
.article-scroll-sec .content .h6:lang(fa) {
    font-size: 14px;
}

.article-scroll-sec .content p,
.article-scroll-sec .content ul li,
.article-scroll-sec .content ol li {
    line-height: 1.5 !important;
    text-align: justify;
    color: #707070 !important;
    font-size: 1rem;
}

.article-scroll-sec .content p span {
    line-height: 1.5 !important;
    text-align: justify !important;
    font-size: 1rem !important;
}

.article-scroll-sec .content p * {
    font-size: 1rem !important;
    /*color: #707070;*/
}

.article-scroll-sec .content .table-responsive {
    margin-top: 30px;
    border: 1px solid #e9e9e9;
    border-radius: 42px;
    padding: 0;
    overflow: hidden;
    overflow-x: scroll !important;
}

.article-scroll-sec .content .mce-toc {
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 0px 30px;
    background: #f6f6f6;
    margin-top: 20px;
    border-radius: 15px;
}

.article-scroll-sec .content .mce-toc ul li {
    margin-bottom: 3px;
}

.article-scroll-sec .content .mce-toc ul li a {
    color: #000;
    transition: all 0.18s ease;
}

.article-scroll-sec .content .mce-toc ul li a:hover {
    color: #1966a2;
    text-decoration: underline;
}

.article-scroll-sec .content table {
    overflow: hidden;
    margin: 0;
    border-radius: 0;
}

.article-scroll-sec .content table th,
.article-scroll-sec .content table td {
    padding: 15px 40px;
    border-color: #e9e9e9;
}

.article-scroll-sec .content table tbody th,
.article-scroll-sec .content table tbody td {
    padding: 5px 5px !important;
    /*white-space: wrap !important;*/
    /*min-width: 280px !important;*/
}

@media (max-width: 568px) {
    .content table tbody th,
    .article-scroll-sec .content table tbody td p {
        font-size: 10px;
    }
}

.article-scroll-sec .content table thead th {
    background-color: #e9e9e97d !important;
    color: #707070;
}

.article-scroll-sec .content table tbody th,
.article-scroll-sec .content table tbody td {
    border: solid 1px #e9e9e9;
    /*font-weight: 700;*/
}

.important_links_container {
    margin-top: 15px;
    position: relative;
    z-index: 3;
    height: auto !important;
}

.important_links_container .important_links {
    display: flex;
    align-items: flex-start;
    padding: 20px 40px !important;
    border: 1px solid #e9e9e9;
    border-radius: 40px;
    overflow: clip;
    background-color: #fff;
}

.important_links_container .important_links h4 {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 600;
}

.important_links_container .important_links .links {
    padding: 0 15px;
}

.important_links_container .important_links .links a {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #70707030;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    margin: 6px 2px;
}

.content-title-with-filter .title h2,
.content-title-with-filter .title .h2 {
    font-weight: 700;
    font-size: 36px;
    display: inline-block;
}

.content-title-with-filter .title h2 span,
.content-title-with-filter .title .h2 span {
    color: #e63f38;
}

.content-title-with-filter .title .result {
    display: inline-block;
    margin-left: 8px;
    color: #707070;
    font-size: 19px;
    font-weight: 500;
}

.content-title-with-filter .title .result:lang(ar),
.content-title-with-filter .title .result:lang(fa) {
    margin-left: 0;
    margin-right: 8px;
}

.content-title-with-filter .title .result > span:first-of-type {
    font-weight: 700;
}

.content-title-with-filter .filter-items,
.filter-suffle-with-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.filter-suffle-with-search {
    margin-bottom: 40px;
    margin-top: 0;
}

.filter-suffle-with-search .shuffle {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
}

.filter-suffle-with-search .search-input {
    width: 26%;
    order: -1;
    margin-bottom: 15px;
    margin-left: auto;
}

.filter-suffle-with-search .search-input:lang(ar),
.filter-suffle-with-search .search-input:lang(fa) {
    margin-left: 0;
    margin-right: auto;
}

.filter-suffle-with-search .search-input input {
    max-width: 100% !important;
}

.filter-suffle-with-search .shuffle::-webkit-scrollbar {
    display: none;
}

.content-title-with-filter .filter-items .filter-select {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 40px;
    cursor: pointer;
    position: relative;
    margin: 0 2px 2px;
}

.content-title-with-filter .filter-items .filter-select svg:first-of-type {
    color: #e63f38;
    margin-right: 3px;
    font-size: 16px;
}

.content-title-with-filter
.filter-items
.filter-select
svg:first-of-type:lang(ar),
.content-title-with-filter
.filter-items
.filter-select
svg:first-of-type:lang(fa) {
    margin-right: 0;
    margin-left: 3px;
}

.content-title-with-filter .filter-items .filter-select svg {
    font-size: 13px;
    color: #707070;
}

.content-title-with-filter .filter-items .filter-select span.selec-title {
    font-weight: 700;
}

.content-title-with-filter .filter-items .filter-select span.selec-choose {
    color: #707070;
    font-weight: 500;
}

.content-title-with-filter .filter-items .filter-select .select2-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    opacity: 0;
}

.content-title-with-filter
.filter-items
.filter-select
.select2-container
.selection {
    height: 100%;
    display: block;
}

.content-title-with-filter
.filter-items
.filter-select
.select2-container
.selection
.select2-selection--single {
    height: 100%;
}

.content-title-with-filter .filter-items .search-input form,
.filter-suffle-with-search .search-input form {
    position: relative;
}

.content-title-with-filter .filter-items .search-input input,
.filter-suffle-with-search .search-input input {
    width: 100%;
    height: 50px;
    border: 1px solid #e6e6e6;
    border-radius: 40px;
    padding: 8px 46px 8px 22px;
    font-size: 15px;
    color: #707070;
    outline: none;
}

.content-title-with-filter .filter-items .search-input input:lang(ar),
.filter-suffle-with-search .search-input input:lang(ar),
.content-title-with-filter .filter-items .search-input input:lang(fa),
.filter-suffle-with-search .search-input input:lang(fa) {
    padding: 8px 22px 8px 46px;
}

.content-title-with-filter
.filter-items
.search-input
form
button[type="submit"],
.filter-suffle-with-search .search-input form button[type="submit"] {
    width: 45px;
    height: 100%;
    display: inline-block;
    background: transparent;
    color: #e63f38;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 17px;
    line-height: 50px;
    text-align: left;
}

.content-title-with-filter
.filter-items
.search-input
form
button[type="submit"]:lang(ar),
.filter-suffle-with-search .search-input form button[type="submit"]:lang(ar),
.content-title-with-filter
.filter-items
.search-input
form
button[type="submit"]:lang(fa),
.filter-suffle-with-search .search-input form button[type="submit"]:lang(fa) {
    right: auto;
    left: 0;
    text-align: right;
}

/* main page title */
.page_main_title {
    padding: 30px 0;
    background-color: #d5f0f7;
}

.page_main_title .info .page_title {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 8px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.page_main_title .info .breadcrup-link {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.page_main_title .info .breadcrup-link a {
    color: #707070;
    font-weight: 500;
    font-size: 14px;
}

.page_main_title .info .breadcrup-link span {
    color: #707070;
    font-weight: 500;
    margin-left: 20px;
    position: relative;
}

.page_main_title .info .breadcrup-link span:lang(ar),
.page_main_title .info .breadcrup-link span:lang(fa) {
    margin-left: 0;
    margin-right: 20px;
}

.page_main_title .info .breadcrup-link span::after {
    content: "/";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    font-size: 18px;
    font-weight: 500;
}

.page_main_title .info .breadcrup-link span:lang(ar)::after,
.page_main_title .info .breadcrup-link span:lang(fa)::after {
    left: auto;
    right: -15px;
}

/* other style */
.aside-sec {
    padding: 50px 25px;
    background: #fff;
    border-radius: 40px;
    position: relative;
    /*height: 100%;*/
    border: 1px solid #e6e6e6;
    overflow: scroll;
    overflow-x: clip;
}

.aside-sec::-webkit-scrollbar {
    display: none;
}

.aside-sec .title {
    margin-bottom: 0;
}

.aside-sec .title h3,
.aside-sec .title .h3 {
    font-size: 32px;
    font-weight: 700;
}

.aside-sec .title h3 span,
.aside-sec .title .h3 span {
    display: inline-block;
    color: #e63f38;
}

.aside-sec .title h3 span:lang(ar),
.aside-sec .title h3 span:lang(fa),
.aside-sec .title .h3 span:lang(ar),
.aside-sec .title .h3 span:lang(fa) {
    display: inline-block;
}

/* ================================= Comments Section Style ================================= */
.comments-sec .comments-container {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 60px;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: 200px 120px 136px -86px rgba(25, 102, 162, 0.11);
    -webkit-box-shadow: 200px 120px 136px -86px rgba(25, 102, 162, 0.11);
    -moz-box-shadow: 200px 120px 136px -86px rgba(25, 102, 162, 0.11);
}

.comments-sec .comments-container .add-comment {
    position: relative;
    padding: 15px 50px;
    height: 90px;
    background-color: #f7f7f7;
}

.comments-sec .comments-container .add-comment form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comments-sec .comments-container .add-comment form input {
    width: 85%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
}

.comments-sec .comments-container .add-comment form button[type="submit"] {
    width: 14%;
    min-width: 120px;
    height: 50px;
    line-height: 50px;
}

.comments-sec .comments-container .other-comments .comment-item {
    padding: 35px 50px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
}

.comments-sec .comments-container .other-comments .comment-item:last-of-type {
    border-bottom: none;
}

.comments-sec .comments-container .other-comments .comment-item .img img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.comments-sec .comments-container .other-comments .comment-item .comment-info {
    padding: 0 0 0 16px;
    width: 100%;
    max-width: 670px;
}

.comments-sec
.comments-container
.other-comments
.comment-item
.comment-info:lang(ar),
.comments-sec
.comments-container
.other-comments
.comment-item
.comment-info:lang(fa) {
    padding: 0 16px 0 0;
}

.comments-sec
.comments-container
.other-comments
.comment-item
.comment-info
h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-right: 16px;
}

.comments-sec
.comments-container
.other-comments
.comment-item
.comment-info
h4:lang(ar),
.comments-sec
.comments-container
.other-comments
.comment-item
.comment-info
h4:lang(fa) {
    margin-right: 0;
    margin-left: 16px;
}

.comments-sec
.comments-container
.other-comments
.comment-item
.comment-info
h4::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 55%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #e63f38;
}

.comments-sec
.comments-container
.other-comments
.comment-item
.comment-info
h4:lang(ar)::after,
.comments-sec
.comments-container
.other-comments
.comment-item
.comment-info
h4:lang(fa)::after {
    right: auto;
    left: -13px;
}

.comments-sec
.comments-container
.other-comments
.comment-item
.comment-info
span {
    font-size: 13px;
    font-weight: 500;
    color: #707070;
}

/* ================= Navbar ================== */
.navbar {
    width: 100%;
    color: #707070;
    background-color: #d5f0f7;
    transition: all 0.2s ease;
    flex-direction: column;
    padding-top: 0;
    position: sticky;
    text-align: center;
    top: 0;
    z-index: 9;
}

.navbar.sticky-navbar {
    z-index: 999;
    /* box-shadow: 0 0.3rem 1rem rgba(33, 37, 41, 0.15) !important; */
    background: transparent;
    border-radius: 75px;
}

.navbar.sticky-navbar .navbar-collapse {
    box-shadow: 0 0.3rem 1rem rgba(33, 37, 41, 0.15),
    0 -0.3rem 1rem rgba(33, 37, 41, 0.15);
}

.navbar.sticky-navbar .apply-btn.show-in-large {
    box-shadow: 0 0.3rem 1rem rgba(33, 37, 41, 0.15) !important;
}

.navbar .admin-controler {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #191919;
    color: #fff;
    width: 100%;
    z-index: 3;
    padding: 4px 30px;
}

.navbar .admin-controler .amin-user a img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
}

.navbar .admin-controler .amin-user a span {
    display: inline-block;
    padding: 0 12px;
    color: #b7b7b7;
    font-size: 14px;
}

.navbar .admin-controler .controler-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.navbar .admin-controler .controler-links a {
    font-size: 14px;
    font-weight: 600;
    color: #b7b7b7;
    display: inline-block;
    transition: all 0.15s ease;
}

.navbar .admin-controler .controler-links a:hover {
    color: #fff;
}

.navbar .admin-controler .controler-toggle {
    --width: 40px;
    --height: calc(var(--width) / 3);

    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: var(--height);
    cursor: pointer;
}

.navbar .admin-controler .controler-toggle input {
    display: none;
}

.navbar .admin-controler .controler-toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background-color: #ccc;
    transition: all 0.4s ease-in-out;
}

.navbar .admin-controler .controler-toggle .slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--height));
    height: calc(var(--height));
    border-radius: calc(var(--height) / 2);
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
}

.navbar .admin-controler .controler-toggle input:checked + .slider {
    background-color: #2196f3;
}

.navbar .admin-controler .controler-toggle input:checked + .slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
}

.navbar .admin-controler .controler-toggle .labels {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: sans-serif;
    transition: all 0.4s ease-in-out;
}

.navbar .admin-controler .controler-toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 5px;
    color: #4d4d4d;
    opacity: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease-in-out;
}

.navbar .admin-controler .controler-toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 5px;
    color: #ffffff;
    opacity: 0;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
    transition: all 0.4s ease-in-out;
}

.navbar .admin-controler .controler-toggle input:checked ~ .labels::after {
    opacity: 0;
}

.navbar .admin-controler .controler-toggle input:checked ~ .labels::before {
    opacity: 1;
}

.navbar .admin-controler .toggle-container span {
    font-size: 14px;
    font-weight: 600;
    color: #b7b7b7;
}

.navbar .container-fluid {
    z-index: 10;
    padding-top: 6px;
}

.navbar .navbar-nav {
    margin-right: auto;
}

.navbar .navbar-top {
    display: flex;
    justify-content: space-between;
    background-color: #f8f8f8;
    padding: 8px 30px;
    border-radius: 43px 43px 0 0;
    width: 100%;
}

.navbar-bottom {
    width: 100%;
    border-radius: 0 0 43px 43px;
    padding: 0 35px;
}

.navbar .navbar-nav:lang(ar),
.navbar .navbar-nav:lang(fa) {
    margin-right: 0;
    margin-left: auto;
    padding-right: 0;
}

.navbar .navbar-brand {
    margin-right: 30px;
    display: none;
}

.navbar .navbar-brand:lang(ar),
.navbar .navbar-brand:lang(fa) {
    margin-right: 0;
    margin-left: 30px;
}

.navbar .navbar-brand img {
    width: 160px;
    height: 40px;
}

.navbar .navbar-toggler {
    width: 50px;
    height: 35px;
    border-radius: 23px 0px 0 23px;
    background: #fff;
    border: none !important;
    outline: none !important;
    position: relative;
    text-align: center;
    direction: rtl;
    padding: 0 7px 0 0;
    box-shadow: none !important;
}

.navbar .navbar-toggler:lang(ar),
.navbar .navbar-toggler:lang(fa) {
    border-radius: 0 23px 23px 0;
    padding: 0 0 0 7px;
    direction: ltr;
}

.navbar .navbar-toggler span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #707070;
}

.navbar .navbar-toggler span:last-of-type {
    width: 14px;
    margin-top: 5px;
}

.navbar .navbar-content {
    width: 100%;
}

.navbar .navbar-collapse {
    background: rgb(255, 255, 255);
    padding: 0;
    border-radius: 38px;
    min-height: 65px;
    position: relative;
    transition: all 0.15s ease;
    flex-direction: column;
}

.navbar .navbar-collapse:lang(ar),
.navbar .navbar-collapse:lang(fa) {
    border-radius: 43px;
}

.navbar .nav-item {
    margin-right: 2px;
}

.navbar .nav-item:lang(ar),
.navbar .nav-item:lang(fa) {
    margin-right: 0;
    margin-left: 2px;
}

.navbar .nav-item .nav-link {
    color: #707070;
    font-weight: 600;
    font-size: 15px;
    padding: 4px 16px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

.navbar .nav-item.dropdown .nav-link {
    gap: 3;
}

.navbar .nav-item.dropdown .nav-link svg {
    translate: 0 -3px;
    margin: 0 3px;
    font-size: 10px;
}

.navbar .nav-item.dropdown:hover .nav-link ~ .dropdown-menu {
    display: inline-block;
}

.navbar .nav-item.dropdown .dropdown-menu {
    padding: 0;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
    /*overflow: hidden;*/
}

.navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #707070;
    font-size: 14px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus,
.navbar .nav-item.dropdown .dropdown-menu .dropdown-item:active {
    background-color: #e63f38;
    color: #fff;
}

.navbar .nav-item .nav-link:lang(ar),
.navbar .nav-item .nav-link:lang(fa) {
    font-size: 15px;
}

.navbar .nav-item .nav-link.active,
.navbar .nav-item .nav-link:hover {
    color: #e63f38;
    transition: all 0.15s ease;
}

.navbar .nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #e63f38 transparent;
}

.navbar .nav-main-logo {
    margin: 10px 30px 10px 0px;
    padding: 10px 0 6px;
}

.navbar .nav-main-logo:lang(ar),
.navbar .nav-main-logo:lang(fa) {
    margin: 10px 0px 10px 30px;
}

.navbar .nav-main-logo a img {
    max-width: 145px;
}

.navbar .navbar-actions {
    margin: 0;
    padding: 0;
}

.navbar .navbar-actions > li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.navbar .navbar-actions > li:lang(ar),
.navbar .navbar-actions > li:lang(fa) {
    margin-right: 0;
    margin-left: 15px;
}

.navbar .navbar-actions > li a {
    display: inline-block;
}

.navbar .navbar-actions > li .login-btn,
.navbar .navbar-actions > li .signup-btn {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
}

.navbar .navbar-actions > li .login-btn:lang(ar),
.navbar .navbar-actions > li .signup-btn:lang(ar),
.navbar .navbar-actions > li .login-btn:lang(fa),
.navbar .navbar-actions > li .signup-btn:lang(fa) {
    font-size: 13px;
}

.navbar .navbar-actions > li .signup-btn {
    color: #1966a2;
}

.navbar .navbar-actions > li .login-btn svg,
.navbar .navbar-actions > li .signup-btn svg {
    margin-right: 3px;
    font-size: 14px;
}

.navbar .navbar-actions > li .login-btn svg:lang(ar),
.navbar .navbar-actions > li .signup-btn svg:lang(ar),
.navbar .navbar-actions > li .login-btn svg:lang(fa),
.navbar .navbar-actions > li .signup-btn svg:lang(fa) {
    order: 2;
}

.navbar .apply-btn {
    padding: 10px 25px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background-color: #1966a2;
    border-radius: 23px;
    transition: all 0.15s ease;
}

.navbar .apply-btn:hover {
    background-color: #145485;
}

.navbar .apply-btn.show-in-large {
    padding: 6px 30px;
    font-size: 15px;
    border-radius: 0 0 17px 17px;
    position: absolute;
    top: 100%;
    right: 35px;
}

.navbar .apply-btn.show-in-large:lang(ar),
.navbar .apply-btn.show-in-large:lang(fa) {
    right: auto;
    left: 35px;
}

.navbar .apply-btn.show-in-small {
    padding: 0 25px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    margin-left: auto;
    margin-right: 7px;
    display: none;
}

.navbar .apply-btn.show-in-small:lang(ar),
.navbar .apply-btn.show-in-small:lang(fa) {
    margin-right: auto;
    margin-left: 7px;
}

.navbar .navbar-actions > li .apply-btn:hover {
    background-color: #145281;
}

.navbar .navbar-actions > li .lang-change {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.navbar .navbar-actions > li .lang-change img {
    width: 16px;
    height: 12px;
    margin-right: 0;
    transform: translateY(-1px);
}

.navbar .navbar-actions > li:last-of-type {
    margin: 0 0 0 5px;
}

.navbar .navbar-actions > li:last-of-type:lang(ar),
.navbar .navbar-actions > li:last-of-type:lang(fa) {
    margin: 0 5px 0 0;
}

.navbar .navbar-actions > li.user_sign_info a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.navbar .navbar-actions > li.user_sign_info a img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.navbar .choose-lang-box {
    border: 1px solid #ddd;
}

.navbar .choose-lang-box > li:first-of-type {
    font-family: "Figtree", sans-serif !important;
}

.navbar .choose-lang-box a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.navbar .choose-lang-box a img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.navbar .navbar-actions > li.logOut {
    display: none;
}

.navbar .navbar-actions > li.logOut a {
    border: 1px solid #e9e9e9;
    border-radius: 30px;
    color: #000;
    width: 180px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0;
}

.navbar .navbar-actions > li:last-of-type:lang(ar)::after,
.navbar .navbar-actions > li:last-of-type:lang(fa)::after {
    left: auto;
    right: -15px;
}

.dropdown-toggle::after {
    transform: translate(-4px, 0);
}

.navbar .social-media-navbar {
    display: inline-block;
    color: #676767;
}

.navbar .social-media-navbar:lang(ar),
.navbar .social-media-navbar:lang(fa) {
    right: auto;
    left: 15px;
}

.navbar .social-media-navbar a, footer .social-media-navbar a {
    color: #676767;
    margin: 0 4px;
    font-size: 19px;
    transition: all 0.15s ease;
}

.navbar .social-media-navbar a:hover, footer .social-media-navbar a:hover {
    color: #e63f38;
}

.navbar .navbar-content .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: 9999;
    display: none;
}

.navbar .close-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    display: none;
}

.navbar .close-navbar img {
    width: 135px;
    height: 40px;
}

.navbar .close-navbar button {
    background: transparent;
    border: 1px solid #eee;
    width: 35px;
}

/* User Pages Links In navbar */
.user_page_links_container_navbar {
    display: none;
}

.user_page_links_container_navbar .info {
    padding: 10px 0px;
}

.user_page_links_container_navbar .info img.user_photo {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 4px solid #fff;
}

.user_page_links_container_navbar .info .user_name {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 14px 0 0px;
}

.user_page_links_container_navbar .info p.user_email {
    color: #000;
    opacity: 0.5;
}

.user_page_links_container_navbar .new-application-btn {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #145485;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border-radius: 30px;
    color: #fff;
}

.user_page_links_container_navbar .links {
    padding: 25px 0 10px;
    margin: 0 0 15px 0;
    list-style: none;
    border-bottom: 1px solid #e9e9e9;
}

.user_page_links_container_navbar .links .link-item a {
    color: #707070;
    opacity: 1;
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    border-radius: 0 50px 50px 0;
    padding: 4px 16px;
    margin-bottom: 9px;
}

.user_page_links_container_navbar .links .link-item a.active {
    background-color: #fef5f5;
    color: #e63f38;
    opacity: 1;
}

.user_page_links_container_navbar .links .link-item a:lang(ar),
.user_page_links_container_navbar .links .link-item a:lang(fa) {
    padding: 13px 65px 13px 15px;
}

.user_page_links_container_navbar .links .link-item a svg {
    margin-right: 6px;
}

.user_page_links_container_navbar .links .link-item a svg:lang(ar),
.user_page_links_container_navbar .links .link-item a svg:lang(fa) {
    margin-right: 0;
    margin-left: 6px;
}

.user_page_links_container_navbar .logOut {
    margin: auto auto 0 auto;
    padding: 30px 20px;
    width: 70%;
    text-align: center;
    border-top: 1px solid #ffffff0f;
}

.user_page_links_container_navbar .logOut a {
    color: #fff;
    opacity: 0.5;
    font-size: 15px;
}

/* ================ Reels Stories ====================== */
.reels__stories {
    background-color: #d5f0f7;
    padding-top: 15px;
}

.reels__stories .reels__item img {
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    outline: none;
}

.reels__stories .reels__item p {
    margin-top: 3px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    color: #1d1d1d;
}

/*================== Header ====================*/
.line-effict,
.line-effict-2 {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 850px;
    height: 850px;
    border-radius: 50%;
    border: 1px solid #e63f38;
    opacity: 0.2;
    background: transparent;
    z-index: -1;
}

.line-effict-2 {
    border-color: #1966a2;
    opacity: 0.2;
    width: 800px;
    height: 800px;
}

.line-effict .other-line {
    width: 800px;
    height: 800px;
    border-radius: 50%;
    border: 1px solid #1966a2;
    opacity: 0.6;
    margin: auto;
}

header {
    padding: 30px 0;
    overflow-x: clip;
    position: relative;
}

header .row > div > div {
    background-color: #fff;
    border-radius: 40px;
    padding: 18px 29px;
}

header .main-banner {
    box-shadow: 15px 59px 164px 29px rgba(25, 102, 162, 0.09);
    -webkit-box-shadow: 15px 59px 164px 29px rgba(25, 102, 162, 0.09);
    -moz-box-shadow: 15px 59px 164px 29px rgba(25, 102, 162, 0.09);
}

.find__and__more__container {
    gap: 15px;
}

.show__more__when__read__open {
    padding: 15px 12px !important;
    border: 1px solid #e9e9e9;
    z-index: 9;
    overflow: scroll;
    overflow-x: clip;
    display: none;
    position: relative;
}

.show__more__when__read__open::after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: transparent linear-gradient(180deg, #ffffff00 0%, #fffffff5 100%) 0% 0% no-repeat padding-box;
    z-index: 2;
}

.show__more__when__read__open::-webkit-scrollbar {
    display: none;
}

.show__more__when__read__open.apply__program {
    display: block !important;
    height: 515px;
    background-color: #fff;
    margin-top: 30px;
    border-radius: 40px;
    overflow: scroll;
    overflow-x: clip;
}

.find-choise {
    position: relative;
    box-shadow: -88px 68px 73px -1px rgba(230, 63, 56, 0.11);
    -webkit-box-shadow: -88px 68px 73px -1px rgba(230, 63, 56, 0.11);
    -moz-box-shadow: -88px 68px 73px -1px rgba(230, 63, 56, 0.11);
    border: 1px solid #e9e9e9;
}

.find-choise.no__height {
    height: auto !important;
}

.find-choise.padding-sm {
    padding: 30px !important;
    box-shadow: 0 40px 50px 0px rgba(230, 63, 56, 0.11);
    -webkit-box-shadow: 0 40px 50px 0px rgba(230, 63, 56, 0.11);
    -moz-box-shadow: 0 40px 50px 0px rgba(230, 63, 56, 0.11);
}

.find-choise h2,
.find-choise .h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
}

.find-choise h2:lang(ar),
.find-choise h2:lang(ar) {
    font-size: 30px;
}

.find-choise h2 span,
.find-choise .h2 span {
    color: #e63f38;
}

.find-choise .find-form fieldset {
    padding: 6px 10px 6px 25px;
    width: 100%;
    height: 65px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e6e6e6;
    border-radius: 45px;
    position: relative;
}

.find-choise .find-form fieldset:lang(ar),
.find-choise .find-form fieldset:lang(fa) {
    padding: 6px 25px 6px 10px;
}

.find-choise .find-form .last-opt fieldset:first-of-type {
    margin-right: 6px;
}

.find-choise.padding-sm
.find-form
.last-opt
fieldset:first-of-type
.find-choise
.find-form
.last-opt
fieldset:lang(ar):first-of-type,
.find-choise.padding-sm
.find-form
.last-opt
fieldset:first-of-type
.find-choise
.find-form
.last-opt
fieldset:lang(fa):first-of-type {
    margin-right: 0;
    margin-left: 6px;
}

.find-choise.padding-sm .find-form .last-opt fieldset:first-of-type {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.find-choise .find-form fieldset.special-field-input {
    margin-bottom: 15px;
    padding: 0;
}

.find-choise .find-form fieldset.special-field-input .main-label {
    font-size: 14px !important;
}

.find-choise.padding-sm .find-form fieldset.special-field-input .main-label {
    font-size: 10px !important;
    overflow: hidden;
}

.find-choise .find-form fieldset.special-field-input .main-label:lang(ar),
.find-choise .find-form fieldset.special-field-input .main-label:lang(fa) {
    font-size: 16px !important;
}

.find-choise .find-form fieldset .select2 {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.select2-dropdown {
    border-radius: 20px !important;
    overflow: hidden;
    border: 1px solid #eee !important;
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15) !important;
}

.select2-dropdown .select2-search__field {
    border-radius: 20px;
    outline: none;
    border: 1px solid #eee !important;
    padding: 0 8px;
}

.find-choise .find-form fieldset .select2-selection {
    height: 100%;
}

.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e63f38 !important;
}

.find-choise .find-form fieldset .data {
    overflow: hidden;
}

.find-choise .find-form fieldset .data h4,
.find-choise .find-form fieldset .data h5 {
    margin: 0;
    white-space: nowrap;
}

.find-choise .find-form fieldset .data h5 {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    color: #707070;
    text-transform: uppercase;
}

.find-choise .find-form fieldset .data h5:lang(ar),
.find-choise .find-form fieldset .data h5:lang(fa) {
    font-size: 12px;
}

.find-choise .find-form fieldset .data strong {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
}

.find-choise .find-form fieldset .data strong:lang(ar),
.find-choise .find-form fieldset .data strong:lang(fa) {
    font-size: 14px;
    font-weight: 700;
}

.find-choise .find-form fieldset .icon img {
    width: 38px;
    height: 38px;
}

button[type="submit"],
.full-btn {
    width: 100%;
    height: 65px;
    border: none;
    outline: none;
    border-radius: 45px;
    position: relative;
    text-align: center;
    line-height: 65px;
    color: #fff;
    background-color: #1966a2;
    font-weight: 600;
    transition: all 0.15s ease;
}

button[type="submit"]:hover,
.full-btn:hover {
    background-color: #145281;
}

button[type="submit"] svg {
    margin: 0 5px;
}

header .last-opt fieldset {
    width: 49%;
}

header .main-banner {
    padding: 8px !important;
    position: relative;
}

header .main-banner .main-container-section {
    position: relative;
    background-image: url("../png/background-line-effict.png");
    background-repeat: repeat;
}

header .main-banner .main-container-section img.main-cover-image {
    position: absolute;
    bottom: -9px;
    right: -20px;
    height: 107%;
    z-index: 3;
}

header .main-banner .main-container-section img.main-cover-image:lang(ar),
header .main-banner .main-container-section img.main-cover-image:lang(fa) {
    right: auto;
    left: -20px;
}

header .main-banner .main-container-section img.pos-img-cer {
    position: absolute;
    top: -50px;
    left: -71px;
    max-width: 150px;
    z-index: 1;
    width: 150px;
    height: 180px;
}

header .main-banner .main-container-section img.pos-img-cer:lang(ar),
header .main-banner .main-container-section img.pos-img-cer:lang(fa) {
    left: auto;
    right: -71px;
    transform: rotate(104deg);
}

header .main-banner .main-info {
    padding: 50px 25px !important;
    position: relative;
    z-index: 2;
    background: transparent;
    max-width: 73%;
}

header .main-banner .main-info h1 {
    font-size: 37px;
    line-height: 1.1;
}

header .main-banner .main-info h1:lang(ar),
header .main-banner .main-info h1:lang(fa) {
    font-size: 40px;
}

header .main-banner .main-info h1 p {
    color: inherit;
}

header .main-banner .main-info h1 span {
    display: block;
    font-weight: 800;
    color: #e63f38;
    font-size: 60px;
}

header .main-banner .main-info h1 span:lang(ar),
header .main-banner .main-info h1 span:lang(fa) {
    font-size: 80px;
}

header .main-banner .main-info img {
    width: 100px;
    height: 76px;
}

header .main-banner .main-count-up {
    background-color: #e63f38;
    border-radius: 40px;
    padding: 50px 25px;
    color: #fff;
    border-bottom: 1px solid #fff;
    background-image: url("../png/background-line-effict.png");
    background-repeat: repeat;
    background-position: center;
    position: relative;
}

header .main-banner .main-count-up .items {
    width: 100%;
}

header .main-banner .main-count-up .count-item {
    padding: 15px 0;
}

header .main-banner .main-count-up .count-item:not(:last-of-type) {
    border-bottom: 1px solid #ffffff38;
}

header .main-banner .main-count-up .count-item h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 0;
}

header .main-banner .main-count-up .count-item h2 span:lang(ar),
header .main-banner .main-count-up .count-item h2 span:lang(fa) {
    font-family: "Figtree", sans-serif;
}

header .main-banner .main-count-up .count-item p {
    font-size: 13px;
    color: #fff;
}

header .main-banner .main-count-up .count-item p:lang(ar),
header .main-banner .main-count-up .count-item p:lang(fa) {
    font-size: 15px;
}

header .main-banner .main-count-up img.pos-img-grad {
    position: absolute;
    right: -50px;
    bottom: -35px;
    z-index: 1;
    max-width: 165px;
}

header .main-banner .main-count-up img.pos-img-grad:lang(ar),
header .main-banner .main-count-up img.pos-img-grad:lang(fa) {
    right: auto;
    left: -35px;
}

/* ============================= Home Page Main Slider ==========================  */
.home__main__slider {
    padding: 0 !important;
    overflow: hidden;
    height: 515px;
    background: transparent !important;
}

.home__main__slider .swiper,
.home__main__slider .swiper .swiper-wrapper,
.home__main__slider .swiper .swiper-wrapper .swiper-slide,
.home__main__slider .swiper .swiper-wrapper .swiper-slide a,
.home__main__slider .swiper .swiper-wrapper .swiper-slide a img {
    height: 100%;
}

.home__main__slider .swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
}

.home__main__slider .swiper .carousel-caption {
    width: 100%;
    background-color: #000000b5;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    display: block !important;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 32px;
}

.home__main__slider .swiper .swiper-pagination {
    bottom: 4px;
}

.home__main__slider .swiper .carousel-caption p {
    color: #fff;
}

.home__main__slider .swiper-button-next,
.home__main__slider .swiper-button-prev {
    width: 48px;
    height: 48px;
    top: 50%;
    translate: 0 -50%;
    right: 20px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    color: #000;
    border: 1px solid #fff;
    transition: all 0.18s ease;
}

.home__main__slider .swiper-button-next:after,
.home__main__slider .swiper-button-prev:after {
    content: "";
}

.home__main__slider .swiper-button-prev {
    right: auto;
    left: 20px;
}

.home__main__slider .swiper-button-next:hover,
.home__main__slider .swiper-button-prev:hover {
    border-color: #1966a2;
    color: #1966a2;
}

.home__main__slider .swiper-button-next svg,
.home__main__slider .swiper-button-prev svg {
    font-size: 18px;
}

.home__main__slider .carousel-indicators {
    display: none;
}

.home__main__slider .info h1,
.home__main__slider .info h2 {
    font-size: 40px;
    font-weight: 800;
    color: #1966a2;
    line-height: 1;
}

.home__main__slider .info h2.small__heading {
    font-size: 40px;
}

.home__main__slider .info p {
    font-size: 20px;
    font-weight: 700;
    color: #e63f38;
    line-height: 1.25;
}

.home__main__slider .info p span {
    color: #1966a2;
}

.home__main__slider .img,
.home__main__slider .img img {
    width: 100%;
    padding-inline: 0;
}

.home__main__slider .row .info {
    position: relative;
    padding-inline: 0;
}

.home__main__slider .row > div > div {
    background: transparent !important;
}

.home__main__slider .row .info img.fixed__icon {
    position: absolute;
    top: -40px;
    left: 8%;
    width: 85px !important;
    height: auto !important;
    object-fit: fill !important;
}

.home__main__slider .row .info img.fixed__icon.fixed__icon__2 {
    top: auto;
    bottom: -50px;
    width: 150px !important;
}

/* ============================= University List ======================= */
.universities-page-header {
    padding-top: 30px;
    padding-bottom: 120px;
}

.universities-page-header.padding-sm {
    padding-bottom: 60px;
}

.universities-page-header .row > div > div {
    padding: 50px 30px;
    background-color: #fff;
    border-radius: 40px;
}

.universities-content {
    padding-top: 0;
}

.universities-list-main {
    margin-top: 30px;
}

.universities-list-main .row > div {
    margin-bottom: 30px;
}

.universities-list .pos-blur-2 {
    top: 40%;
    transform: translateY(-50%);
    z-index: -1;
    left: -15%;
}

.universities-list .pos-blur-1 {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 45%;
}

.universities-list .heading {
    justify-content: space-between;
    margin-bottom: 30px;
}

.universities-list .heading .shuffle-links li,
.filter-suffle-with-search .shuffle li {
    list-style: none;
    display: inline-block;
    margin-right: 12px;
}

.universities-list .heading .shuffle-links li:last-of-type,
.filter-suffle-with-search .shuffle li:last-of-type {
    margin: 0 !important;
}

.universities-list .heading .shuffle-links li:lang(ar),
.filter-suffle-with-search .shuffle li:lang(ar),
.universities-list .heading .shuffle-links li:lang(fa),
.filter-suffle-with-search .shuffle li:lang(fa) {
    margin-right: 0;
    margin-left: 12px;
}

.universities-list .heading .shuffle-links li a,
.filter-suffle-with-search .shuffle li a {
    display: inline-block;
    padding: 10px 28px;
    border-radius: 30px;
    border: 1px solid #ddd;
    color: #707070;
    font-weight: 500;
    transition: all 0.15s ease;
    text-transform: capitalize;
    white-space: nowrap;
}

.filter-suffle-with-search .shuffle li a {
    border-color: #000;
    color: #000;
    padding: 10px 22px;
}

.universities-list .heading .shuffle-links li a.active,
.universities-list .heading .shuffle-links li a:hover,
.filter-suffle-with-search .shuffle li a:hover,
.filter-suffle-with-search .shuffle li a.active,
.filter-suffle-with-search .shuffle li a.activeShow {
    background-color: #1966a2;
    color: #fff;
    border-color: #1966a2;
}

.universities-list .university-items .swiper {
    width: 100%;
    padding: 0 0 50px 0;
}

.universities-list .university-items .swiper.swiper-universities-main {
    position: relative;
}

.universities-list .university-items .swiper.swiper-universities-main::after,
.universities-list .university-items .swiper.swiper-universities-main::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 75%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.13;
    filter: blur(50px);
    z-index: -1;
}

.universities-list .university-items .swiper.swiper-universities-main::after {
    right: -8%;
    background-color: #e63f38;
}

.universities-list .university-items .swiper.swiper-universities-main::before {
    left: -8%;
    background-color: #1966a2;
}

.universities-list .university-items .swiper-slide,
.universities-search-result-list .result-university-info {
    border: 1px solid #e9e9e9;
    border-radius: 40px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.universities-list .university-items .swiper-slide:lang(ar),
.universities-search-result-list .result-university-info:lang(ar),
.universities-list .university-items .swiper-slide:lang(fa),
.universities-search-result-list .result-university-info:lang(fa) {
    direction: rtl;
}

.universities-list .university-items .row > div {
    z-index: auto !important;
}

.universities-list .university-items .university-data {
    margin-bottom: 10px;
}

.universities-list .university-items .row .swiper-slide {
    overflow: visible;
}

.universities-list
.university-items
.swiper-slide.special__color.special__color__1 {
    background: linear-gradient(
            to bottom,
            #f4f4f4,
            #f4f4f4,
            #f4f4f4,
            #f4f4f4,
            #f4f4f4,
            #dadada
    );
}

.universities-list
.university-items
.swiper-slide.special__color.special__color__2 {
    background: linear-gradient(
            to bottom,
            #f4e07b,
            #f4e07b,
            #f4e07b,
            #f4d06f,
            #f1c366
    );
}

.universities-list .university-items .swiper-slide.special__color .logo {
    background: #f4e07b;
    border-radius: 50%;
}

.universities-list .university-items .swiper-slide.special__color__1 .logo {
    background-color: #f4f4f4;
}

.universities-list
.university-items
.swiper-slide.special__color__1
.logo::before,
.universities-list
.university-items
.swiper-slide.special__color__1
.logo::after {
    box-shadow: 0 40px 0 0 #f4f4f4;
}

.universities-list
.university-items
.swiper-slide.special__color__2
.logo::before,
.universities-list
.university-items
.swiper-slide.special__color__2
.logo::after {
    box-shadow: 0 40px 0 0 #f4e07b;
}

.universities-list .university-items .swiper-slide.special__color .logo > a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: relative;
    background: #fff;
    border-radius: 50%;
}

.universities-list
.university-items
.swiper-slide.special__color
.university-name {
    color: #fff;
}

.universities-list
.university-items
.swiper-slide.special__color
.university-name {
    color: #1966a2;
}

.universities-list .university-items .swiper-slide.special__color .desc,
.universities-list
.university-items
.swiper-slide.special__color
.university-info
.item
span {
    color: #1966a2;
}

.universities-list .university-items .swiper-slide.special__color a.action {
    color: #1966a2;
    border-color: #1966a2;
}

.universities-list
.university-items
.swiper-slide.special__color
a.action:hover {
    color: #fff;
    background: #1966a2;
}

.universities-list .university-items .swiper-slide.special__color__1 a.action {
    color: #1966a2;
}

.universities-list
.university-items
.swiper-slide.special__color
a.action:hover {
    background-color: #e63f38;
}

.universities-list
.university-items
.swiper-slide.special__color
.location
span {
    color: #1966a2;
}

.universities-list
.university-items
.swiper-slide.special__color
.university-action
.price
h5 {
    color: #1966a2;
}

.universities-list
.university-items
.swiper-slide.special__color
.university-action
.price
span {
    color: #1966a2;
}

.universities-list
.university-items
.swiper-slide.special__color__1
.university-action
.price
span {
    color: #1966a2;
}

.universities-list
.university-items
.swiper-slide.special__color__1
.university-action
.price
h5 {
    color: #1966a2;
}

.universities-list .university-items .swiper-slide .cover {
    padding: 5px;
}

.universities-list .university-items .swiper-slide .cover img {
    width: 100%;
    height: 215px;
    border-radius: 40px;
    object-fit: cover;
}

.universities-list .university-items .swiper-slide .logo,
.universities-search-result-list .result-university-info .logo {
    width: 110px;
    height: 110px;
    margin: auto;
    margin-top: -48px;
    background-color: #fff;
    padding: 5px;
    position: relative;
    border-radius: 74px 74px 0px 0px;
}

.universities-list .university-items .swiper-slide .logo::after,
.universities-search-result-list .result-university-info .logo::after,
.university-main-details .logo::after {
    content: "";
    background-color: transparent;
    position: absolute;
    top: 12%;
    right: -58px;
    translate: 0 -50%;
    width: 70px;
    height: 60px;
    border-bottom-left-radius: 50%;
    box-shadow: 0 40px 0 0 #fff;
}

.university-main-details .logo::after {
    top: 25%;
    right: -65px;
}

.universities-list .university-items .swiper-slide .logo::before,
.universities-search-result-list .result-university-info .logo::before,
.university-main-details .logo::before {
    content: "";
    background-color: transparent;
    position: absolute;
    top: 12%;
    left: -58px;
    translate: 0 -50%;
    width: 70px;
    height: 60px;
    border-bottom-right-radius: 50%;
    box-shadow: 0 40px 0 0 #fff;
}

.university-main-details .logo::before {
    top: 25%;
    left: -65px;
}

.universities-list .university-items .swiper-slide .logo img,
.universities-search-result-list .result-university-info .logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.universities-list .university-items .swiper-slide .university-name,
.universities-search-result-list .result-university-info .university-name {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    padding: 0 20px;
    line-height: 1.5;
}

.universities-search-result-list .result-university-info .university-name {
    padding: 0 0;
}

.universities-list .university-items .swiper-slide .university-name:lang(ar),
.universities-search-result-list
.result-university-info
.university-name:lang(ar),
.universities-list .university-items .swiper-slide .university-name:lang(fa),
.universities-search-result-list
.result-university-info
.university-name:lang(fa) {
    font-size: 20px;
    text-align: right;
}

.universities-list .university-items .swiper-slide .university-name:lang(ar),
.universities-list .university-items .swiper-slide .university-name:lang(fa) {
    text-align: center !important;
}

.universities-list .university-items .swiper-slide .university-data .location,
.universities-search-result-list
.result-university-info
.university-data
.location {
    font-weight: 500;
    color: #e63f38;
}

.universities-search-result-list
.result-university-info
.university-data
.location:lang(ar),
.universities-search-result-list
.result-university-info
.university-data
.location:lang(fa) {
    text-align: right;
}

.universities-list .university-items .swiper-slide .university-data .location i,
.universities-search-result-list
.result-university-info
.university-data
.location
i {
    margin-right: 2px;
}

.universities-list .university-items .swiper-slide .university-data .desc,
.universities-search-result-list
.result-university-info
.university-data
.desc {
    margin: 10px 0 12px 0;
    padding: 0 50px;
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal !important;
}

.universities-list
.university-items
.swiper-slide
.university-data
.desc:lang(ar),
.universities-search-result-list
.result-university-info
.university-data
.desc:lang(ar),
.universities-list
.university-items
.swiper-slide
.university-data
.desc:lang(fa),
.universities-search-result-list
.result-university-info
.university-data
.desc:lang(fa) {
    text-align: right;
}

.universities-list .university-items .swiper-slide .university-info,
.universities-search-result-list .result-university-info .university-info {
    margin: auto 0 15px 0;
    padding: 15px 35px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dddddd8a;
    border-bottom: 1px solid #dddddd8a;
}

.universities-list .university-items .swiper-slide .university-info .item,
.universities-search-result-list .result-university-info .university-info {
    font-size: 14px;
    color: #707070;
}

.universities-list
.university-items
.swiper-slide
.university-info
.item:lang(ar),
.universities-search-result-list .result-university-info .university-info .item,
.universities-list
.university-items
.swiper-slide
.university-info
.item:lang(fa) {
    font-size: 16px;
}

.universities-list .university-items .swiper-slide .university-info .item svg,
.universities-search-result-list
.result-university-info
.university-info
.item
svg {
    color: #e63f38 !important;
    margin-right: 5px;
}

.universities-list
.university-items
.swiper-slide
.university-info
.item
svg:lang(ar),
.universities-search-result-list
.result-item
.university-info
.item
svg:lang(ar),
.universities-list
.university-items
.swiper-slide
.university-info
.item
svg:lang(fa),
.universities-search-result-list
.result-item
.university-info
.item
svg:lang(fa) {
    margin-right: 0;
    margin-left: 5px;
}

.universities-list .university-items .swiper-slide .university-action,
.universities-search-result-list .result-university-info .university-action {
    padding: 5px 35px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.universities-list
.university-items
.swiper-slide
.university-action
.price
> span,
.universities-search-result-list
.result-university-info
.university-action
.price
> span {
    display: inline-block;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
}

.universities-list
.university-items
.swiper-slide
.university-action
.price
> span:lang(ar),
.universities-search-result-list
.result-item
.university-action
.price
> span:lang(ar),
.universities-list
.university-items
.swiper-slide
.university-action
.price
> span:lang(fa),
.universities-search-result-list
.result-item
.university-action
.price
> span:lang(fa) {
    font-size: 16px;
}

.universities-list .university-items .swiper-slide .university-action .price h5,
.universities-search-result-list
.result-university-info
.university-action
.price
h5 {
    font-size: 25px;
    font-weight: 700;
}

.universities-list
.university-items
.swiper-slide
.university-action
.price
h5
span:lang(ar),
.universities-search-result-list
.result-university-info
.university-action
.price
h5
span:lang(ar) {
    font-family: "Figtree", sans-serif;
}

.universities-list
.university-items
.swiper-slide
.university-action
.dropdown
> a {
    display: inline-block;
    padding: 0 5px 0 20px;
    height: 45px;
    display: flex;
    align-items: center;
}

.universities-list
.university-items
.swiper-slide
.university-action
.dropdown
> a:lang(ar),
.universities-list
.university-items
.swiper-slide
.university-action
.dropdown
> a:lang(fa) {
    padding: 0 20px 0 5px;
}

.universities-list
.university-items
.swiper-slide
.university-action
.dropdown
> a::after {
    display: none;
}

.universities-list
.university-items
.swiper-slide
.university-action
.dropdown
> a:hover {
    background: transparent;
    color: #1966a2;
    border: 1px solid #1966a2;
}

.universities-list
.university-items
.swiper-slide
.university-action
.dropdown
> a
span.icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #1966a2;
    border-radius: 50%;
    color: #fff;
    line-height: 36px;
    text-align: center;
    margin-left: 7px;
}

.universities-list
.university-items
.swiper-slide
.university-action
.dropdown
> a
span.icon
svg {
    font-size: 14px;
    transition: all 0.15s ease;
}

.universities-list
.university-items
.swiper-slide
.university-action
.dropdown
> a
span.icon:lang(ar),
.universities-list
.university-items
.swiper-slide
.university-action
.dropdown
> a
span.icon:lang(fa) {
    margin-left: 0;
    margin-right: 7px;
}

.universities-list
.university-items
.swiper-slide
.university-action
.dropdown
> a[aria-expanded="true"]
svg {
    transform: rotate(180deg);
}

.universities-list
.university-items
.swiper-slide
.university-action
.dropdown
.dropdown-menu {
    border: none;
    border-radius: 35px;
    padding: 16px 0;
    overflow: hidden;
}

.universities-list
.university-items
.swiper-slide
.university-action
.dropdown
.dropdown-menu
li {
    border-bottom: 1px solid #ededed;
}

.universities-list
.university-items
.swiper-slide
.university-action
.dropdown
.dropdown-menu
a {
    display: block;
    width: 100%;
    padding: 10px 20px;
}

.universities-list
.university-items
.swiper-slide
.university-action
.dropdown
.dropdown-menu
li:last-of-type {
    border-bottom: none;
}

.universities-list .swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background-color: #707070 !important;
}

.swiper-pagination-bullet-active {
    background-color: #e63f38 !important;
    position: relative;
}

.swiper-pagination-bullet-active::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 50%;
}

/* ========================= about us section ***************************** */
.main-about-us {
    padding: 40px 0 80px;
}

.main-about-us .images {
    max-width: 386px;
    position: relative;
}

.main-about-us .images::after,
.main-about-us .images::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 375px;
    opacity: 0.1;
    filter: blur(50px);
    z-index: -1;
}

.main-about-us .images::after {
    top: 0;
    right: -25%;
    background-color: #e63f38;
}

.main-about-us .images::before {
    bottom: 0;
    left: -20%;
    background-color: #1966a2;
}

.main-about-us .images .img-one {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 130px;
    padding: 5px;
}

.main-about-us .images .img-one .img img {
    width: 180px;
}

.main-about-us .images .img-one .num {
    padding: 0 65px 0 55px;
    text-align: center;
}

.main-about-us .images h5 {
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 -2px;
    color: #e63f38;
}

.main-about-us .images h5 span:lang(ar),
.main-about-us .images h5 span:lang(fa) {
    font-family: "Figtree", sans-serif;
}

.main-about-us .images p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.main-about-us .images .img-two > div {
    width: 50%;
}

.main-about-us .images .img-two .items > div {
    width: 100%;
    height: 50%;
    background: #fff;
    border-radius: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-about-us .images .img-two .items > div.item-one {
    background-color: #e63f38;
    color: #fff;
}

.main-about-us .images .img-two .items > div.item-one p {
    color: #fff;
}

.main-about-us .images .img-two .items > div.item-one h5 {
    color: #fff;
}

.main-about-us .images .img-two .main-img img {
    width: 100%;
}

.main-about-us .about-content .title .heading {
    margin-bottom: 20px;
}

.main-about-us .about-content .title .heading h3 {
    padding-left: 22px;
    position: relative;
    text-transform: uppercase;
    color: #1966a2;
    font-size: 30px;
    font-weight: 600;
}

.main-about-us .about-content .title .heading h3:lang(ar),
.main-about-us .about-content .title .heading h3:lang(fa) {
    padding-left: 0;
    padding-right: 22px;
}

.main-about-us .about-content .title .heading h3::after,
.main-about-us .about-content .title .heading h3::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 0;
}

.main-about-us .about-content .title .heading h3:lang(ar):after,
.main-about-us .about-content .title .heading h3:lang(ar)::before,
.main-about-us .about-content .title .heading h3:lang(fa):after,
.main-about-us .about-content .title .heading h3:lang(fa)::before {
    left: auto;
    right: 0;
}

.main-about-us .about-content .title .heading h3::after {
    top: 4px;
    background-color: #e63f38;
}

.main-about-us .about-content .title .heading h3::before {
    bottom: 4px;
    background-color: #1966a2;
}

.main-about-us .about-content .title .heading h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.4;
}

.main-about-us .about-content .title .heading h2:lang(ar),
.main-about-us .about-content .title .heading h2:lang(fa) {
    font-size: 34px;
}

.arrow-img {
    width: 40px;
    transform: translateX(-15px);
}

.arrow-img:lang(ar),
.arrow-img:lang(fa) {
    display: none;
}

.main-about-us .about-content p {
    color: #707070;
    font-weight: 500;
    margin-bottom: 10px;
}

.main-about-us .about-content a.action {
    padding: 15px 52px;
    margin-top: 20px;
    border-radius: 30px;
}

/* ============================== main Video Sec ========================== */
.videos-page {
    padding: 0 0 80px 0;
}

.videos-page .row > div {
    margin-bottom: 30px;
}

.videos-page .video-list:not(:first-of-type) {
    margin-top: 30px;
}

.list__title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 36px;
}

.main-video-sec .container-fluid.sp {
    padding-right: 0 !important;
}

.main-video-sec .container-fluid.sp:lang(ar),
.main-video-sec .container-fluid.sp:lang(fa) {
    padding-right: 55px !important;
    padding-left: 0 !important;
}

.main-video-sec.videos-page .container-fluid.sp {
    padding-right: 55px !important;
}

.main-video-sec.videos-page .container-fluid.sp:lang(ar),
.main-video-sec.videos-page .container-fluid.sp:lang(fa) {
    padding-left: 55px !important;
}

.main-video-sec .swiper {
    /*padding-right: 120px;*/
    /*margin-top: 40px;*/
    /*overflow: visible;*/
}

.main-video-sec .swiper:lang(ar),
.main-video-sec .swiper:lang(fa) {
    /*padding-right: 0;*/
    /*padding-left: 120px;*/
}

.video-item .cover {
    position: relative;
    margin-bottom: 12px;
}

.video-item .cover img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    /*max-height: 250px;*/
}

.video-item .cover .icon {
    position: absolute;
    z-index: 2;
    left: 36px;
    bottom: 20px;
    background-color: #e63f38;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 62px;
}

.video-item .cover .icon svg {
    font-size: 22px;
}

.video-item .info {
    padding: 10px;
}

.video-item .info h3 {
    font-size: 20px;
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 4px;
}

.video-item .info h3:lang(ar),
.video-item .info h3:lang(fa) {
    font-size: 18px;
}

.video-item .info p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #707070;
}

.main-video-sec .click-btn {
    position: absolute;
    top: 64px;
    right: 5%;
}

.main-video-sec .click-btn:lang(ar),
.main-video-sec .click-btn:lang(fa) {
    right: auto;
    left: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-video-sec .click-btn > div {
    position: static !important;
    display: inline-block;
    z-index: 3;
    width: 45px;
    height: 45px;
    background-color: #1966a2;
    border-radius: 50%;
    text-align: center;
}

.main-video-sec .click-btn > div:lang(ar),
.main-video-sec .click-btn > div:lang(fa) {
    margin: 0 2px;
}

.main-video-sec .click-btn > div::after {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    line-height: 45px;
}

.new__articles__page {
    padding-top: 0;
}

.new__articles__page .article__category:not(:first-of-type) {
    margin-top: 30px;
}

.new__articles__page .video-item {
    background-color: #fff;
    padding: 6px 6px 25px;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
}

.new__articles__page .video-item .cover {
    margin-bottom: 8px;
}

.new__articles__page .video-item .cover img {
    max-height: 175px;
    border-radius: 20px;
}

.new__articles__page .video-item .date {
    font-size: 14px;
    font-weight: 600;
    color: #e63f38;
}

.new__articles__page .video-item h3 {
    font-size: 18px;
}

.new__articles__page .video-item p {
    font-size: 14px;
    font-weight: 500;
}

.new__articles__page .video-item h3,
.new__articles__page .video-item p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* =================== Testimonials ================= */
.testimonials {
    overflow: visible;
    overflow-x: clip;
}

.testimonials .sec-title {
    margin-bottom: 60px;
}

.testimonials .sec-title h2 {
    line-height: 1;
}

.testimonials .sec-title h2 span {
    display: block;
}

.testimonials .sec-title h2 span:lang(ar),
.testimonials .sec-title h2 span:lang(fa) {
    display: inline-block;
}

.testimonials .items {
    max-width: 820px;
    margin: auto;
    position: relative;
}

.testimonials .items .sun-effict {
    position: absolute;
    top: -15%;
    left: -12%;
    z-index: 2;
}

.testimonials .items .sun-effict:lang(ar),
.testimonials .items .sun-effict:lang(fa) {
    left: auto;
    right: -12%;
    transform: rotate(90deg);
}

.testimonials .items::after,
.testimonials .items::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    opacity: 0.1;
    filter: blur(50px);
    z-index: -1;
}

.testimonials .items::after {
    bottom: 10px;
    right: -12%;
    background-color: #1966a2;
}

.testimonials .items::before {
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    background-color: #e63f38;
    height: 420px;
}

.testimonials .items .click-btns > div {
    width: 120px;
    height: 80px;
    text-align: center;
    background-color: #1966a2;
    color: #fff;
    z-index: 8;
}

.testimonials .items .click-btns > div::after {
    font-size: 22px;
}

.testimonials .items .click-btns > div.swiper-button-prev {
    left: -120px;
    border-radius: 40px 0 0 40px;
}

.testimonials .items .click-btns > div.swiper-button-next {
    right: -120px;
    border-radius: 0px 75px 75px 0;
}

.testimonials .items .testimonial-item {
    display: flex;
    align-items: center;
}

.testimonials .items .testimonial-item .img {
    width: 30%;
    height: 340px;
    position: relative;
    z-index: 3;
}

.testimonials .items .testimonial-item .img img {
    width: 102%;
    height: 100%;
    border-radius: 52px;
}

.testimonials .items .testimonial-item .content {
    padding: 50px 60px 50px 50px;
    background: #fff;
    width: 75%;
    border-radius: 40px;
    position: relative;
    z-index: 2;
}

.testimonials .items .testimonial-item .content:lang(ar),
.testimonials .items .testimonial-item .content:lang(fa) {
    border-radius: 40px 0 0 40px;
}

.testimonials .items .testimonial-item .content .rate svg {
    font-size: 16px;
    color: #e63f38;
    margin-right: 1px;
}

.testimonials .items .testimonial-item .content .test-text {
    margin: 12px 0;
}

.testimonials .items .testimonial-item .content .person-info {
    display: flex;
    align-items: center;
}

.testimonials .items .testimonial-item .content .person-info .personal-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonials
.items
.testimonial-item
.content
.person-info
.personal-img
img:lang(ar),
.testimonials
.items
.testimonial-item
.content
.person-info
.personal-img
img:lang(fa) {
    margin-right: 0;
    margin-left: 15px;
}

.testimonials .items .testimonial-item .content .person-info h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 1px;
}

.testimonials .items .testimonial-item .content .person-info h4:lang(ar),
.testimonials .items .testimonial-item .content .person-info h4:lang(fa) {
    font-size: 20px;
}

.testimonials .items .testimonial-item .content .person-info span {
    color: #e63f38;
    font-weight: 600;
    font-size: 14px;
    position: relative;
}

.testimonials .items .testimonial-item .content .qoute-icon {
    position: absolute;
    right: 12%;
    bottom: 12%;
}

.testimonials .items .testimonial-item .content .qoute-icon:lang(ar),
.testimonials .items .testimonial-item .content .qoute-icon:lang(fa) {
    right: auto;
    left: 12%;
}

.testimonials .items .testimonial-item .content .qoute-icon svg {
    font-size: 75px;
    color: #ddd;
    opacity: 0.6;
}

.testimonials .line-effict {
    width: 600px;
    height: 600px;
}

.testimonials .line-effict-2 {
    height: 343px;
    width: 357px;
}

/* ======================== Article ======================== */
.main-article .article-container {
    margin-top: 40px;
}

.main-article .article-container .article-item {
    display: block;
    width: 24%;
    min-height: 365px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 40px;
    background: url("../webp/video-image.webp");
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s ease;
}

.main-article .article-container .article-item.article-active {
    width: 50%;
}

.main-article .article-container .article-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #000000b5, #000000);
    opacity: 0.3;
    z-index: 1 !important;
}

.main-article .article-container .article-item > div {
    z-index: 2;
    position: relative;
    color: #fff;
}

.main-article .article-container .article-item .date span {
    display: inline-block;
    padding: 1px 12px;
    background-color: #fff;
    color: #707070;
    font-size: 13px;
    font-weight: 400;
    border-radius: 20px;
}

.main-article .article-container .article-item .info h4 {
    font-size: 20px;
    font-weight: 500;
}

.main-article .article-container .article-item .info h4 span {
    display: inline-block;
    margin-left: 5px;
    background-color: #e63f38;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    display: none;
    width: 16px;
    height: 16px;
    translate: 0 5px;
}

.main-article .article-container .article-item .info h4 span svg {
    font-size: 10px;
    transform: translateY(-7px);
}

.main-article .article-container .article-item .info h4 span svg:lang(ar),
.main-article .article-container .article-item .info h4 span svg:lang(fa) {
    transform: translateY(-7px) rotate(180deg);
}

.main-article .article-container .article-item .info p {
    color: #c3c3c3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: none;
}

.main-article .article-container .article-item.article-active .info h4 span {
    display: inline-block;
}

.main-article .article-container .article-item.article-active .info p {
    display: -webkit-box;
}

/* ====================== Our News ========================= */
.our-news {
    padding-bottom: 100px;
}

.our-news .news-container {
    position: relative;
}

.our-news .news-container::after,
.our-news .news-container::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 330px;
    opacity: 0.1;
    filter: blur(50px);
    z-index: -1;
}

.our-news .news-container::after {
    top: 0;
    right: 0;
    transform: translateY(-50%);
    background-color: #1966a2;
}

.our-news .news-container::before {
    top: 0;
    left: 0;
    transform: translateY(-50%);
    background-color: #e63f38;
}

.our-news .sec-title {
    margin-bottom: 40px;
}

.our-news .news-item {
    padding: 6px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    background-color: #fff;
}

.our-news .news-item .img img {
    width: 130px;
    height: 130px;
    border-radius: 40px;
    display: block;
}

.our-news .news-item .info {
    padding: 20px 15px 20px 30px;
}

.our-news .news-item .info:lang(ar),
.our-news .news-item .info:lang(fa) {
    padding: 20px 30px 20px 15px;
}

.our-news .news-item .info span {
    font-size: 15px;
    font-weight: 500;
    color: #e63f38;
}

.our-news .news-item .info h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 8px 0 6px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.our-news .news-item .info h4:lang(ar),
.our-news .news-item .info h4:lang(fa) {
    font-size: 19px;
    line-height: 1.4;
}

.our-news .news-item .info p {
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.our-news .swiper-pagination {
    bottom: -55px !important;
}

/* ======================== Student Guide ======================== */
.student-guide::after,
.student-guide::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 330px;
    opacity: 0.1;
    filter: blur(50px);
    z-index: -1;
}

.student-guide::after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #1966a2;
}

.student-guide::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #e63f38;
}

.student-guide .sec-title {
    margin-bottom: 40px;
}

.guide-container .guide-item {
    display: block;
    padding: 40px 30px;
    border-radius: 40px;
    background-image: url("../png/background-line-effict.png");
    background-color: #fff;
}

.guide-container .guide-item img {
    width: 60px;
    height: 60px;
}

.guide-container .guide-item h4 {
    color: #000000;
    font-weight: 700;
    margin: 12px 0 0;
    font-size: 20px;
}

.guide-container .guide-item h4:lang(ar),
.guide-container .guide-item h4:lang(fa) {
    font-size: 20px;
    line-height: 1.4;
}

.guide-container .swiper-wrapper {
    padding-bottom: 25px;
}

.guide-container .new__guide__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 12px;
    padding: 12px 12px;
    height: 115px;
    overflow-y: clip;
    transition: all 0.18s ease;
}

.guide-container .new__guide__item:hover {
    translate: 0 -10px;
}

.guide-container .new__guide__item h4 {
    color: #e63f38;
    line-height: 1.4;
    font-weight: 800;
    font-size: 22px;
}

.guide-container .new__guide__item h4:lang(en) {
    font-size: 19px;
}

.guide-container .new__guide__item svg {
    color: #1966a2;
    font-size: 32px;
}

.guide-container .new__guide__item img {
    display: inline-block;
    width: 40px;
    height: 32px;
}

/* =========================== footer ========================== */
footer {
    padding: 170px 0 0;
    background: #9c5858 linear-gradient(200deg, #bbecf8 0%, #fff4f4 100%) 0% 0% no-repeat padding-box;
    position: relative;
    overflow: hidden;
}

footer .item .desc {
    margin: 12px 0;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
    font-family: "Figtree", sans-serif !important;
}

footer .item .contact-info .info {
    font-family: "Figtree", sans-serif;
}

footer .item .contact-info .info:not(:last-of-type) {
    margin-bottom: 6px;
}

footer .item .contact-info a {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

footer .item .contact-info a svg {
    margin-right: 6px;
    color: #e63f38;
}

footer .item .contact-info a svg:lang(ar),
footer .item .contact-info a svg:lang(fa) {
    margin-right: 0;
    margin-left: 6px;
}

footer .item .contact-info a span span {
    font-weight: 700;
}

footer .item .sec_title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

footer .item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .item ul li a {
    display: inline-block;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 12px;
    position: relative;
}

footer .item ul li a:lang(ar),
footer .item ul li a:lang(fa) {
    padding-left: 0;
    padding-right: 15px;
}

footer .item ul li a::after {
    content: "";
    background: #e63f38;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

footer .item ul li a:lang(ar)::after,
footer .item ul li a:lang(fa)::after {
    left: auto;
    right: 0;
}

footer .copyright {
    margin-top: 40px;
    padding: 20px 15px;
    text-align: center;
    border-top: 1px solid #ddd;
}

footer .copyright p {
    font-size: 13px;
    font-weight: 600;
    color: #e63f38;
}

footer .line-effict-footer {
    z-index: 0;
}

footer .line-effict-footer.line-right {
    right: -628px;
    left: auto;
    transform: translate(0, 0);
    top: auto;
    bottom: -368px;
}

footer .line-effict-footer.line-left {
    right: auto;
    left: -132px;
    transform: translate(0, 0);
    top: auto;
    bottom: -136px;
}

footer .line-effict.line-left {
    width: 319px !important;
    height: 319px !important;
}

footer .line-effict-2.line-left {
    width: 300px;
    height: 300px;
}

.show__more__single__btn {
    font-size: 14px;
    font-weight: 700;
    color: #e63f37;
    transition: all 0.18s ease;
}

.show__more__single__btn svg {
    font-size: 12px;
    transition: all 0.18s ease;
}

.show__more__single__btn:hover svg {
    translate: 5px 0;
}

/* fixed icon */
.fixed-icons-container:hover .icons-container {
    height: 250px;
}

.fixed-icons-container .fixed-button {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999999999;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-icons-container .icons-container {
    position: fixed;
    right: 15px;
    bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
    width: 55px;
    transition: all 0.2s ease;
    overflow: hidden;
    height: 0;
}

.fixed-icons-container .icons-container a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 8px;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-icons-container .icons-container a.massenger_link {
    background-color: #0084ff;
}

.fixed-icons-container .icons-container a.whatsapp_link {
    background-color: #25d366;
    font-size: 26px;
}

.fixed-icons-container .icons-container a.phone_link {
    background-color: #4f5b93;
    font-size: 21px;
}

.fixed-icons-container .icons-container a.contact_us_link {
    background-color: #e63f37;
}

.select2-container {
    z-index: 9999;
}

#ContactUsPopupModal .modal-dialog {
    max-width: 600px !important;
}

#ContactUsPopupModal .modal-content {
    padding: 30px;
    border-radius: 40px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    width: 100%;
}

#ContactUsPopupModal .modal-content .title {
    text-align: left;
    margin-bottom: 25px;
    position: relative;
}

#ContactUsPopupModal .modal-content .title:lang(ar),
#ContactUsPopupModal .modal-content .title:lang(fa) {
    text-align: right;
}

#ContactUsPopupModal .modal-content .title h3 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    margin-bottom: 6px;
}

#ContactUsPopupModal .modal-content .title button[data-bs-dismiss="modal"] {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 0;
    background: transparent;
    border: 1px solid #eee;
    width: 35px;
}

#ContactUsPopupModal
.modal-content
.title
button[data-bs-dismiss="modal"]:lang(ar),
#ContactUsPopupModal
.modal-content
.title
button[data-bs-dismiss="modal"]:lang(fa) {
    right: auto;
    left: 0;
}

#ContactUsPopupModal .modal-content .alert {
    margin-top: 8px;
    border-radius: 50px;
}

#ContactUsPopupModal .actions_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

#ContactUsPopupModal .actions_btns button {
    display: inline-block;
    width: auto;
}

#ContactUsPopupModal .actions_btns button[type="submit"] {
    width: 180px;
}

#ContactUsPopupModal .actions_btns button[data-bs-dismiss="modal"] {
    display: inline-block;
    outline: none;
    border: 1px solid #e63f37;
    color: #e63f37;
    border-radius: 30px;
    padding: 12px 25px;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    background-color: transparent;
}

/* ==================== Zoho Form ============== */
#crmWebToEntityForm.zcwf_lblLeft {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

#crmWebToEntityForm.zcwf_lblLeft * {
    box-sizing: border-box;
}

#crmWebToEntityForm {
    text-align: left;
}

#crmWebToEntityForm:lang(ar),
#crmWebToEntityForm:lang(fa) {
    text-align: right;
}

#crmWebToEntityForm * {
    direction: ltr;
}

#crmWebToEntityForm:lang(ar) *,
#crmWebToEntityForm:lang(fa) * {
    direction: rtl;
}

.zcwf_lblLeft .zcwf_title {
    word-wrap: break-word;
    padding: 0px 6px 10px;
    font-weight: bold;
    display: none;
}

.zcwf_lblLeft .zcwf_col_fld input[type="text"],
.zcwf_lblLeft .zcwf_col_fld textarea {
    width: 60%;
    border: 1px solid #e6e6e6 !important;
    resize: vertical;
    border-radius: 2px;
    float: left;
}

.zcwf_lblLeft .zcwf_col_lab {
    word-break: break-word;
    padding: 0;
    margin: 0;
    float: left;
    min-height: 1px;
    position: absolute;
    top: 10px;
    left: 25px;
    font-size: 14px;
    z-index: 3;
}

.zcwf_lblLeft .zcwf_col_lab:lang(ar),
.zcwf_lblLeft .zcwf_col_lab:lang(fa) {
    left: auto;
    right: 25px;
}

.zcwf_lblLeft .zcwf_col_lab label {
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
    cursor: pointer;
}

.zcwf_lblLeft .zcwf_col_lab label span {
    color: red;
}

.zcwf_lblLeft .zcwf_col_fld {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
}

.zcwf_lblLeft .zcwf_col_fld .selection .select2 {
    width: 100%;
}

.zcwf_lblLeft .zcwf_col_fld input,
.zcwf_lblLeft .zcwf_col_fld .select2-selection,
.zcwf_lblLeft .zcwf_col_fld textarea {
    display: block !important;
    border-radius: 40px !important;
    padding: 35px 50px 20px 25px !important;
    height: 65px !important;
    width: 100% !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    z-index: 2 !important;
    position: relative !important;
    background: transparent !important;
    border: 1px solid #e6e6e6 !important;
    outline: none !important;
}

.zcwf_lblLeft .zcwf_col_fld input:focus,
.zcwf_lblLeft .zcwf_col_fld .select2-selection:focus,
.zcwf_lblLeft .zcwf_col_fld select:focus,
.zcwf_lblLeft .zcwf_col_fld textarea:focus {
    border-color: #1966a2 !important;
}

.zcwf_lblLeft .zcwf_col_fld .select2-selection__rendered {
    translate: 0 -7px !important;
    padding: 0 !important;
}

.zcwf_lblLeft .zcwf_col_fld .select2 {
    width: 100% !important;
}

.zcwf_lblLeft .zcwf_col_fld .select2 .select2-selection__arrow {
    top: 50%;
    translate: 0 -50%;
    right: 12px;
}

.zcwf_lblLeft .zcwf_col_fld .select2 .select2-selection__arrow:lang(ar),
.zcwf_lblLeft .zcwf_col_fld .select2 .select2-selection__arrow:lang(fa) {
    right: auto;
    left: 12px;
}

.zcwf_lblLeft .zcwf_col_fld input:lang(ar),
.zcwf_lblLeft .zcwf_col_fld .select2-selection:lang(ar),
.zcwf_lblLeft .zcwf_col_fld textarea:lang(ar),
.zcwf_lblLeft .zcwf_col_fld input:lang(fa),
.zcwf_lblLeft .zcwf_col_fld .select2-selection:lang(fa),
.zcwf_lblLeft .zcwf_col_fld textarea:lang(fa) {
    padding: 35px 25px 20px 50px !important;
}

.zcwf_lblLeft .zcwf_privacy {
    padding: 6px;
}

.zcwf_lblLeft .wfrm_fld_dpNn {
    display: none;
}

.dIB {
    display: inline-block;
}

.zcwf_lblLeft .zcwf_col_fld_slt {
    width: 60%;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    float: left;
    resize: vertical;
    padding: 2px 5px;
}

.zcwf_lblLeft .zcwf_row:after,
.zcwf_lblLeft .zcwf_col_fld:after {
    content: "";
    display: table;
    clear: both;
}

.zcwf_lblLeft .zcwf_col_help {
    float: left;
    margin-left: 7px;
    font-size: 14px;
    max-width: 35%;
    word-break: break-word;
}

.zcwf_lblLeft .zcwf_help_icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #fff;
    border: 1px solid #c0c6cc;
    color: #c1c1c1;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    border-radius: 50%;
}

.zcwf_lblLeft .zcwf_row {
    margin: 0 0 20px 0;
    position: relative;
}

.zcwf_lblLeft .zcwf_row:has(input:focus) .zcwf_col_lab label,
.zcwf_lblLeft .zcwf_row:has(select:focus) label,
.zcwf_lblLeft .zcwf_row:has(.select2-selection:focus) label {
    color: #1966a2;
}

.zcwf_lblLeft .formsubmit {
    margin-right: 5px;
    cursor: pointer;
    color: var(--baseColor);
    font-size: 14px;
}

.zcwf_lblLeft .zcwf_privacy_txt {
    width: 90%;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-family: Arial;
    display: inline-block;
    vertical-align: top;
    color: var(--baseColor);
    padding-top: 2px;
    margin-left: 6px;
}

.zcwf_lblLeft .zcwf_button {
    font-size: 14px;
    color: var(--baseColor);
    border: 1px solid #c0c6cc;
    padding: 3px 9px;
    border-radius: 4px;
    cursor: pointer;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zcwf_lblLeft .zcwf_tooltip_over {
    position: relative;
}

.zcwf_lblLeft .zcwf_tooltip_ctn {
    position: absolute;
    background: #dedede;
    padding: 3px 6px;
    top: 3px;
    border-radius: 4px;
    word-break: break-word;
    min-width: 100px;
    max-width: 150px;
    color: var(--baseColor);
    z-index: 100;
}

.zcwf_lblLeft .zcwf_ckbox {
    float: left;
}

.zcwf_lblLeft .zcwf_file {
    width: 55%;
    box-sizing: border-box;
    float: left;
}

.clearB:after {
    content: "";
    display: block;
    clear: both;
}

.zcwf_lblLeft .zcwf_col_fld:has(input[type="submit"]) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.zcwf_lblLeft .zcwf_col_fld:has(input[type="submit"]) input[type="submit"],
.zcwf_lblLeft .zcwf_col_fld:has(input[type="submit"]) input[type="reset"] {
    border: 1px solid #e63f38 !important;
    color: #e63f38 !important;
    background: transparent !important;
    height: auto !important;
}

.zcwf_lblLeft .zcwf_col_fld:has(input[type="submit"]) input[type="reset"] {
    width: auto !important;
    padding: 12px 25px !important;
    margin: 0 6px !important;
}

.zcwf_lblLeft .zcwf_col_fld:has(input[type="submit"]) input[type="submit"] {
    width: 180px !important;
    height: 65px !important;
    background: #1966a2 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border: none !important;
    outline: none !important;
    border-radius: 50px !important;
    padding: 0 !important;
}

.zcwf_lblLeft .zcwf_button {
    max-width: 180px !important;
}

/* ====================== Media Queiry ====================== */

@media (max-width: 1450px) {
    .home__main__slider .info h1,
    .home__main__slider .info h2 {
        font-size: 32px;
    }

    .home__main__slider .info h2.small__heading {
        font-size: 32px;
    }

    .home__main__slider .info p {
        font-size: 24px;
    }
}

@media (max-width: 1140px) {
    .home__main__slider .info h1,
    .home__main__slider .info h2 {
        font-size: 28px;
    }

    .home__main__slider .info h2.small__heading {
        font-size: 28px;
    }

    .home__main__slider .info p {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .navbar .nav-item .nav-link {
        font-size: 13px;
    }

    .student-guide .swiper {
        padding-right: 20px;
    }

    .student-guide .swiper:lang(ar),
    .student-guide .swiper:lang(fa) {
        padding-right: 0;
        padding-left: 20px;
    }

    .main-video-sec.videos-page .container-fluid.sp {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .video-item .cover img {
        /*max-height: 215px;*/
    }
}

@media (max-width: 991px) {
    .navbar.sticky-navbar {
        box-shadow: 0 0.3rem 1rem rgba(33, 37, 41, 0.15) !important;
        background: #fff;
    }

    .navbar.sticky-navbar .navbar-bottom,
    .navbar.sticky-navbar .navbar-top {
        box-shadow: none !important;
    }

    .user_page_links_container_navbar {
        display: block;
    }

    .navbar .container-fluid {
        padding-right: 0;
    }

    .navbar .container-fluid:lang(ar),
    .navbar .container-fluid:lang(fa) {
        padding-right: 15px;
        padding-left: 0;
    }

    .navbar-brand.show-in-small {
        display: block;
    }

    .navbar-collapse {
        position: fixed !important;
        top: 0;
        left: -100%;
        height: 100% !important;
        min-width: 300px;
        border-radius: 0 !important;
        z-index: 99999;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        display: flex;
        min-width: 330px;
        max-width: 100%;
        overflow-y: scroll;
    }

    .navbar-collapse::-webkit-scrollbar {
        display: none;
    }

    .navbar-collapse:lang(ar),
    .navbar-collapse:lang(fa) {
        left: auto;
        right: -100%;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .navbar-collapse.show:lang(ar),
    .navbar-collapse.show:lang(fa) {
        right: 0;
        left: auto;
    }

    .navbar .nav-item {
        margin: 0 0 12px;
    }

    .navbar .navbar-top {
        order: 4;
        flex-direction: column;
        padding: 0 15px;
        background: transparent;
    }

    .navbar .social-media-navbar {
        background: transparent;
        padding: 0;
        margin: 0;
        order: 2;
        margin-top: 15px;
    }

    .navbar .social-media-navbar a {
        color: #e63f38;
    }

    .navbar .close-navbar {
        display: flex;
        padding: 0 15px;
        width: 100%;
    }

    .navbar .navbar-bottom {
        padding: 0 15px;
        overflow: visible;
    }

    .navbar .navbar-bottom .nav-main-logo {
        display: none;
    }

    .navbar .nav-item .nav-link.active,
    .navbar .nav-item .nav-link:hover {
        width: 100%;
        background: #fef5f5;
        border-radius: 23px;
    }

    .navbar .nav-item .nav-link.active::after {
        display: none;
    }

    .navbar .apply-btn.show-in-small {
        display: inline-block;
    }

    .navbar .apply-btn.show-in-large {
        display: none;
    }

    .navbar .navbar-actions > li.user_sign_info {
        display: none;
    }

    .navbar .navbar-actions > li.logOut {
        display: inline-block;
    }

    header .main-banner .main-container-section img.main-cover-image {
        right: 4px;
    }

    header .main-banner .row > div:first-of-type {
        order: 2;
    }

    header .main-banner .main-count-up {
        padding: 20px 25px;
    }

    header .main-banner .main-count-up .items {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        position: relative;
    }

    header .main-banner .main-count-up::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 70%;
        width: 1px;
        background-color: #d6d6d64d;
    }

    header .main-banner .main-count-up .count-item {
        width: 35%;
        border-bottom: none !important;
        margin-bottom: 0 !important;
    }

    header .main-banner .main-container-section img.pos-img-cer {
        top: auto;
        bottom: -100px;
    }

    header .main-banner .main-count-up img.pos-img-grad {
        width: 115px;
        bottom: -8px;
    }

    .universities-list .heading {
        display: block !important;
    }

    .universities-list .heading ul {
        margin: 15px 0 0 0;
        padding: 0;
    }

    .main-article .article-container {
        flex-wrap: wrap;
    }

    .main-article .article-container .article-item {
        width: 49%;
        min-height: 350px;
    }

    .main-article .article-container .article-item:first-of-type {
        width: 100%;
        margin-bottom: 15px;
    }

    .main-article .article-container .article-item .info h4 span {
        display: inline-block;
    }

    .main-article .article-container .article-item .info p {
        display: -webkit-box;
    }

    .our-news .news-item {
        flex-direction: column;
    }

    .our-news .news-item .img img {
        width: 100%;
        margin-bottom: 12px;
    }

    .our-news .news-item .info {
        padding-bottom: 25px;
    }

    footer .row > div {
        justify-content: flex-start !important;
    }

    footer .row > div:not(:last-of-type) {
        margin-bottom: 30px;
    }

    footer .line-effict-footer.line-right {
        bottom: auto;
        top: 0;
        width: 350px;
        height: 350px;
        right: -175px;
    }

    footer .line-effict-footer.line-right.line-effict-2 {
        width: 300px;
        height: 300px;
        top: 25px;
    }

    .main-line-effict-2 {
        right: -300px;
        top: -240px;
        width: 560px;
        height: 600px;
    }

    .filter-suffle-with-search .shuffle {
        width: 100%;
    }

    .show__more__when__read__open {
        display: none !important;
    }

    .find__and__more__container {
        height: auto !important;
    }

    .hide_in_md {
        display: none !important;
    }

    .home__main__slider .row .info img.fixed__icon__1 {
        top: -8px;
    }
}

@media (max-width: 767px) {
    .order-xs-3 {
        order: 3;
    }

    header {
        padding-top: 0;
    }

    header .row > div:first-of-type {
        text-align: center;
    }

    header .find-choise {
        margin-top: 30px;
    }

    header .main-banner .main-count-up .count-item h2 {
        font-size: 26px;
    }

    header .main-banner .main-container-section img.pos-img-cer {
        left: 0;
        max-width: 120px;
    }

    .universities-list .pos-blur-1 {
        top: auto;
        transform: translateY(0);
        bottom: 30px;
    }

    .main-video-sec .click-btn,
    .main-video-sec .click-btn:lang(ar),
    .main-video-sec .click-btn:lang(fa) {
        bottom: -65px;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }

    footer .line-effict.line-left {
        width: 800px;
        height: 800px;
    }

    footer .line-effict-2.line-left {
        width: 300px;
        height: 300px;
    }

    .main-about-us .images {
        margin-bottom: 30px;
    }

    .register-page .register-container .items {
        padding: 50px 15px;
    }

    .content-title-with-filter .filter-items .search-input {
        display: none;
    }

    .main-line-effict-1 {
        width: 420px;
        height: 420px;
        top: -200px;
        left: -200px;
    }

    .important_links_container .important_links {
        flex-direction: column;
    }

    .important_links_container .important_links .links {
        padding: 0;
    }

    .main-article .article-container .article-item {
        width: 100%;
        min-height: 300px;
        margin-bottom: 15px;
    }

    .new__articles__page .article__category .row > div {
        width: 50% !important;
    }

    .home__main__slider .row > div:first-of-type {
        order: 0 !important;
    }

    .home__main__slider .row .info {
        padding-bottom: 20px;
    }

    .home__main__slider .row .img {
        padding-bottom: 30px;
        padding-top: 0;
        text-align: center;
    }

    .home__main__slider .row .img img {
        max-width: 220px;
    }

    .last-news-sec.last__news__with__slider
    .gallery__sec__with__slide.hide-in-small {
        display: none;
    }

    .last-news-sec.last__news__with__slider .main__last__news__items {
        height: 100%;
    }

    .gallery__sec__with__slide.show-in-small {
        display: block;
    }

    .last-news-sec.last__news__with__slider.show-in-small {
        display: block;
    }
}

@media (max-width: 567px) {
    header .main-banner .main-info h1 {
        font-size: 30px;
    }

    header .main-banner .main-info h1:lang(ar),
    header .main-banner .main-info h1:lang(fa) {
        font-size: 38px;
    }

    .main-about-us .images {
        max-width: 90%;
    }

    .main-about-us .images .img-one .num {
        padding: 0 45px 0 25px;
    }

    .main-about-us .images h5 {
        font-size: 26px;
    }

    .main-about-us .images p {
        font-size: 14px;
    }

    .main-line-effict-1 {
        width: 390px;
    }

    .main-line-effict-2 {
        width: 500px;
        height: 500px;
    }

    .find-choise h2 {
        margin-bottom: 15px;
    }

    .find-choise h2:not(:lang(ar)),
    .find-choise h2:not(:lang(fa)) {
        font-size: 28px;
    }

    .find-choise h2 br {
        display: none;
    }

    .universities-page-header .row > div > div.find-choise {
        padding: 35px 20px;
        /*max-height: 435px;*/
    }

    .article-scroll-container {
        /*height: 1200px;*/
        padding-right: 20px;
        padding-left: 20px;
    }

    .article-scroll-sec .content:first-child {
        padding-top: 30px;
    }

    .universities-list .university-items .university-data {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 499px) {
    header .main-banner .main-count-up {
        padding: 20px 0;
    }

    header .main-banner .main-info h1 {
        font-size: 25px;
    }

    header .main-banner .main-info h1 span {
        font-size: 54px;
    }

    header .main-banner .main-info h1:lang(ar),
    header .main-banner .main-info h1:lang(fa) {
        font-size: 38px;
    }

    header .main-banner .main-info h1 span:lang(ar),
    header .main-banner .main-info h1 span:lang(fa) {
        font-size: 65px;
    }

    .universities-list .heading .shuffle-links li {
        margin-right: 2px;
    }

    .universities-list .heading .shuffle-links li:lang(ar),
    .universities-list .heading .shuffle-links li:lang(fa) {
        margin-right: 0;
        margin-left: 2px;
    }

    .page_main_title .info .page_title {
        font-size: 38px;
    }

    .main-about-us .about-content .title .heading h2 {
        font-size: 38px;
    }

    .aside-sec .title h3 {
        font-size: 26px;
    }

    .page_main_title .info .page_title {
        font-size: 34px;
    }

    .page_main_title .breadcrup-link {
        font-size: 13px;
    }

    .new__articles__page .video-item .date,
    .new__articles__page .video-item p {
        font-size: 12px;
    }

    .new__articles__page .video-item h3 {
        font-size: 14px;
    }

    .list__title {
        font-size: 26px;
    }

    .universities-list .heading .shuffle-links li a,
    .filter-suffle-with-search .shuffle li a {
        font-size: 12px;
        padding: 8px 18px;
    }

    .new__articles__page .video-item .info {
        padding-top: 0;
    }

    .new__articles__page .video-item {
        border-radius: 40px;
        padding-bottom: 5px;
    }

    .guide-container .new__guide__item svg:lang(en),
    .guide-container .new__guide__item img:lang(en) {
        position: absolute;
        bottom: 15px;
        right: 15px;
        z-index: 2;
    }
}

@media (max-width: 435px) {
    header .main-banner .main-info h1 {
        font-size: 22px;
    }

    header .main-banner .main-info h1:lang(ar),
    header .main-banner .main-info h1:lang(fa) {
        font-size: 30px;
    }

    header .main-banner .main-info h1 span {
        font-size: 44px;
    }

    header .main-banner .main-info h1 span:lang(ar),
    header .main-banner .main-info h1 span:lang(fa) {
        font-size: 55px;
    }

    .universities-list .heading .shuffle-links li a {
        padding: 10px 16px;
        font-size: 14px;
    }

    .sec-title h2 {
        font-size: 36px;
    }

    .main-article .article-container .article-item {
        padding: 35px 20px;
    }

    .main-article .article-container .article-item .info h4 {
        font-size: 18px;
    }

    .main-article .article-container .article-item .info p {
        font-size: 14px;
    }

    .guide-container .guide-item {
        padding: 35px 22px;
    }

    .guide-container .guide-item h4 {
        font-size: 16px;
    }
}

@media (max-width: 424px) {
    .main-line-effict-1 {
        width: 390px;
        height: 350px;
    }

    .main-line-effict-2 {
        width: 470px;
        height: 500px;
    }

    .navbar .navbar-brand img {
        width: 130px;
        height: 35px;
    }

    .navbar .apply-btn.show-in-small {
        padding: 0 15px;
    }

    .university-action a.action {
        font-size: 15px;
        padding: 10px 22px;
    }

    .universities-list
    .university-items
    .swiper-slide
    .university-action
    .price
    > span:lang(ar),
    .universities-search-result-list
    .result-item
    .university-action
    .price
    > span:lang(ar),
    .universities-list
    .university-items
    .swiper-slide
    .university-action
    .price
    > span:lang(fa),
    .universities-search-result-list
    .result-item
    .university-action
    .price
    > span:lang(fa) {
        font-size: 14px;
    }
}

@media (max-width: 385px) {
    header .main-banner .main-info h1 {
        font-size: 18px;
    }

    header .main-banner .main-info h1:lang(ar),
    header .main-banner .main-info h1:lang(fa) {
        font-size: 28px;
    }

    header .main-banner .main-info h1 span:lang(ar),
    header .main-banner .main-info h1 span:lang(fa) {
        font-size: 46px;
    }

    header .main-banner .main-info h1 span {
        font-size: 38px;
    }

    .universities-list .heading .shuffle-links li a {
        padding: 6px 10px;
    }
}

@media (min-width: 992px) and (max-width: 1450px) {
    header .main-banner .main-container-section img.main-cover-image:lang(ar),
    header .main-banner .main-container-section img.main-cover-image:lang(fa) {
        height: 85%;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .navbar .container-fluid {
        flex-direction: column;
    }

    header .main-banner .main-info h1 {
        font-size: 30px;
    }

    header .main-banner .main-info h1:lang(ar),
    header .main-banner .main-info h1:lang(fa) {
        font-size: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    header .main-banner .main-info h1 {
        font-size: 28px;
    }

    header .main-banner .main-info h1 span {
        font-size: 52px;
    }

    header .main-banner .main-info h1:lang(ar),
    header .main-banner .main-info h1:lang(fa) {
        font-size: 38px;
    }

    header .main-banner .main-info h1 span:lang(ar),
    header .main-banner .main-info h1 span:lang(fa) {
        font-size: 63px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonials .items {
        max-width: 730px;
    }

    .navbar .nav-item .nav-link:lang(ar),
    .navbar .nav-item .nav-link:lang(fa) {
        font-size: 12px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    header .main-banner .main-info h1 {
        font-size: 25px;
    }

    header .main-banner .main-info h1 span {
        font-size: 45px;
    }

    header .main-banner .main-info h1:lang(ar),
    header .main-banner .main-info h1:lang(fa) {
        font-size: 38px;
    }

    header .main-banner .main-info h1 span:lang(ar),
    header .main-banner .main-info h1 span:lang(fa) {
        font-size: 55px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    header .main-banner .main-info h1 {
        font-size: 16px;
    }

    header .main-banner .main-info h1 span {
        font-size: 35px;
    }

    header .main-banner .main-info h1:lang(ar),
    header .main-banner .main-info h1:lang(fa) {
        font-size: 36px;
    }

    header .main-banner .main-info h1 span:lang(ar),
    header .main-banner .main-info h1 span:lang(fa) {
        font-size: 46px;
    }

    header .main-banner .main-container-section img.main-cover-image:lang(ar),
    header .main-banner .main-container-section img.main-cover-image:lang(fa) {
        height: 65%;
    }

    .our-news .news-item .img img {
        width: 110px;
        height: 110px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    header .find-choise .find-form .last-opt {
        display: block !important;
    }

    header .main-banner .main-info h1 {
        font-size: 30px;
    }

    header .main-banner .main-info h1:lang(ar),
    header .main-banner .main-info h1:lang(fa) {
        font-size: 36px;
    }

    header .last-opt fieldset {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonials .items {
        max-width: 600px;
    }

    .testimonials .items .testimonial-item .content {
        padding: 50px 40px 50px 25px;
    }

    .testimonials .items .click-btns > div {
        width: 78px;
        height: 65px;
    }

    .testimonials .items .click-btns > div.swiper-button-next {
        right: -78px;
    }

    .testimonials .items .click-btns > div.swiper-button-prev {
        left: -78px;
    }

    .filter-suffle-with-search .search-input {
        display: none;
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    .universities-list-main .university-items .filter_item {
        width: 49% !important;
    }

    .universities-list-main .university-items .filter_item .university-name {
        padding: 0 8px;
    }

    .universities-list-main .university-items .filter_item .desc {
        padding: 0;
    }

    .universities-list-main .university-items .filter_item .university-action {
        flex-direction: column;
    }

    .universities-list-main .university-items .filter_item .university-action a {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .main-video-sec .container-fluid.sp:lang(ar),
    .main-video-sec .container-fluid.sp:lang(fa) {
        padding-right: 15px !important;
    }

    .main-article .article-container .article-item {
        width: 33% !important;
    }

    .our-news .swiper-slide {
        max-width: 380px !important;
    }
}

@media (max-width: 767px) {
    .testimonials .items {
        max-width: 520px;
    }

    .testimonials .items .testimonial-item {
        flex-direction: column;
    }

    .testimonials .items .testimonial-item .img {
        height: 200px;
        margin-bottom: -120px;
        position: relative;
        width: 155px;
        z-index: 3;
    }

    .testimonials .items .testimonial-item .img {
        width: 100%;
    }

    .testimonials .items .testimonial-item .content {
        border-radius: 40px;
        padding: 40px 25px;
        text-align: center;
    }

    .testimonials .items .click-btns > div {
        width: 70px;
        height: 58px;
        top: 50%;
    }

    .testimonials .items .click-btns > div.swiper-button-next {
        right: -5px;
    }

    .testimonials .items .click-btns > div.swiper-button-prev {
        left: -5px;
    }

    .testimonials .items .sun-effict {
        top: -7%;
        left: 15%;
        z-index: 2;
        width: 90px;
    }

    .testimonials .items .testimonial-item .content .qoute-icon {
        right: 8%;
        bottom: 5%;
    }

    .testimonials .items .testimonial-item .content .qoute-icon:lang(ar),
    .testimonials .items .testimonial-item .content .qoute-icon:lang(fa) {
        right: auto;
        left: 8%;
    }
    .advantages-item{
        background-color: #ffffff;
        box-shadow: 0px 4px 4px #00000040;
        padding: 28px 10px 25px 10px;
        margin-bottom: 17px;
        font-size: 16px;
        font-weight: 600;
    }

    .article-scroll-container {
        margin-top: 30px;
    }

    .loading_spinner .line-effict-footer.line-right {
        right: -610px;
    }

    .loading_spinner .line-effict-footer.line-left {
        left: -610px;
    }

    .testimonials .items .testimonial-item .content:lang(ar),
    .testimonials .items .testimonial-item .content:lang(fa) {
        border-radius: 40px;
    }

    .filter-suffle-with-search .search-input {
        width: 100%;
        order: -1;
        margin-bottom: 15px;
    }

    .filter-suffle-with-search .search-input input {
        width: 100%;
    }

    .main-article .article-container .article-item .info h4 span {
        width: 16px;
        height: 16px;
        translate: 0 5px;
    }

    .main-article .article-container .article-item .info h4 span svg {
        font-size: 10px;
        transform: translateY(-6px);
    }

    .universities-list .university-items .swiper-slide {
        /*max-width: 350px;*/
    }

    .universities-list-main .university-items .swiper-slide {
        max-width: 100% !important;
    }

    .main-video-sec .swiper-slide {
        /*max-width: 450px;*/
    }

    .page_main_title .info .page_title {
        font-size: 32px;
    }

    .sec-title h2 {
        font-size: 30px;
    }

    .find-choise.padding-sm .find-form form > div {
        flex-wrap: wrap;
    }

    .find-choise.padding-sm .find-form fieldset,
    .find-choise.padding-sm .find-form button {
        width: 49% !important;
    }

    .home__main__slider {
        height: auto;
    }

    .home__main__slider .carousel-caption {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

@media (max-width: 575px) {
    .testimonials .items .click-btns > div.swiper-button-next {
        right: -10px;
    }

    .testimonials .items .click-btns > div.swiper-button-prev {
        left: -10px;
    }

    .universities-list .university-items .swiper {
        padding-right: 35px;
    }

    .universities-list .university-items .swiper.swiper-universities-main {
        padding-right: 0 !important;
    }

    .universities-list .university-items .swiper:lang(ar),
    .universities-list .university-items .swiper:lang(fa) {
        padding-right: 0;
        padding-left: 0;
    }

    .comments-sec .comments-container .add-comment {
        padding: 15px 20px;
    }

    .comments-sec .comments-container .other-comments .comment-item {
        padding: 35px 20px;
    }

    .sec-title h2 {
        font-size: 34px;
    }

    .guide-container .swiper-slide {
        max-width: 210px;
    }

    .guide-container .guide-item img {
        width: 50px;
        height: 50px;
    }

    .universities-list .university-items .swiper-slide {
        /*max-width: 330px;*/
    }

    .main-article .article-container .article-item:not(:last-of-type) {
        width: 49% !important;
    }

    .main-article .article-container .article-item:last-of-type {
        width: 100% !important;
    }

    .page_main_title .info .page_title {
        font-size: 30px;
    }

    .sec-title h2 {
        font-size: 28px;
    }

    .navbar .admin-controler .amin-user {
        display: none;
    }

    .navbar .admin-controler {
        justify-content: center;
    }

    .universities-list
    .university-items:not(.home__page)
    .swiper-slide
    .university-data
    .location {
        display: none;
    }

    .universities-list
    .university-items:not(.home__page)
    .swiper-slide
    .university-data
    .desc {
        display: none;
    }

    .universities-list
    .university-items:not(.home__page)
    .swiper-slide
    .university-info {
        display: none;
    }

    .universities-list
    .university-items:not(.home__page)
    .swiper-slide
    .cover
    img {
        height: 114px !important;
    }

    .universities-list .university-items:not(.home__page) .swiper-slide .logo {
        width: 58px !important;
        height: 58px !important;
        margin: auto;
        margin-top: -45px;
        background-color: #fff;
        padding: 5px;
        position: relative;
        border-radius: 74px 74px 0px 0px;
    }

    .universities-list
    .university-items:not(.home__page)
    .swiper-slide
    .university-name {
        font-size: 16px !important;
    }

    .universities-list
    .university-items:not(.home__page)
    .swiper-slide
    .university-action {
        flex-direction: column !important;
        padding: 5px 24px 20px !important;
    }

    .universities-list
    .university-items:not(.home__page)
    .swiper-slide
    .university-action
    .price,
    .universities-list
    .university-items:not(.home__page)
    .swiper-slide
    .university-action
    a.action {
        width: 100%;
        text-align: center;
        padding: 10px 10px;
    }

    .universities-list
    .university-items:not(.home__page)
    .swiper-slide
    .university-action
    .price {
        padding-top: 0;
    }

    .universities-list
    .university-items:not(.home__page)
    .swiper-slide
    .university-action
    a.action:lang(ar),
    .universities-list
    .university-items:not(.home__page)
    .swiper-slide
    .university-action
    a.action:lang(fa) {
        font-size: 14px;
    }

    .universities-list .university-items .row .swiper-slide {
        overflow: hidden;
    }
}

@media (max-width: 499px) {
    .testimonials .items .testimonial-item .img {
        height: 235px;
        width: 49%;
    }

    .testimonials .items {
        max-width: 400px;
    }

    .testimonials .items .click-btns > div {
        width: 50px;
        height: 45px;
    }

    .testimonials .items .click-btns > div.swiper-button-next {
        right: 1px;
    }

    .testimonials .items .click-btns > div.swiper-button-prev {
        left: 1px;
    }

    .testimonials .items .testimonial-item .content .qoute-icon {
        display: none;
    }

    .testimonials .items .sun-effict {
        top: -8%;
        left: 8%;
        width: 90px;
    }

    .page_main_title .info .page_title {
        font-size: 28px;
    }

    .sec-title h2 {
        font-size: 26px;
    }

    .article-scroll-sec .content .mce-toc {
        padding: 0 15px;
    }

    .article-scroll-sec .content .mce-toc ul {
        padding: 0 15px;
    }

    .guide-container .new__guide__item h4 {
        font-size: 20px;
    }

    .guide-container .new__guide__item svg {
        font-size: 28px;
    }
}

@media (max-width: 424px) {
    .testimonials .items .testimonial-item .content {
        width: 100%;
    }

    .testimonials .items .click-btns > div.swiper-button-next {
        bottom: 0 !important;
        top: 115%;
        left: 60%;
        translate: -50% 0;
    }

    .testimonials .items .click-btns > div.swiper-button-next:lang(ar),
    .testimonials .items .click-btns > div.swiper-button-next:lang(fa) {
        left: auto;
        right: 42%;
        translate: 50% 0;
    }

    .testimonials .items .click-btns > div.swiper-button-prev {
        bottom: 0 !important;
        top: 115%;
        left: 40%;
        translate: -50% 0;
    }

    .testimonials .items .click-btns > div.swiper-button-prev:lang(ar),
    .testimonials .items .click-btns > div.swiper-button-prev:lang(fa) {
        right: 58%;
        left: auto;
        translate: 50% 0;
    }

    .testimonials .items {
        max-width: 380px;
    }

    .testimonials .items .testimonial-item .content .person-info {
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .container-fluid.sp {
        padding: 0 55px !important;
    }
}

@media (min-width: 992px) {
    .navbar .navbar-top {
        max-height: 41px;
    }

    .not_found_page .items {
        margin-top: -35px;
    }
}

@media (min-width: 767px) {
    .testimonials .items .testimonial-item .content {
        width: 100% !important;
    }
}

.scroll-article-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.content tr td p {
    text-align: revert !important;
}

/*.service-list .service-items .swiper-slide.special__color > img {*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: 3;*/
/*  position: relative;*/
/*  background: #fff;*/
/*  border-radius: 50%;*/
/*}*/

.service-list .sec-title {
    margin-bottom: 60px;
}

.service-item {
    position: relative;
    box-shadow: 0px 4px 4px #00000040;
    border: 1px solid #e9e9e9;
}

.service-item .service-img {
    margin: -65px auto 0 auto;
    background-color: #ffffff;
    border-radius: 70px;
    box-shadow: inset 0px 4px 4px #00000040;
    height: 140px;
    width: 140px;

}

.service-item .service-img > img {
    height: 82px;
    width: 82px;
    margin: 25px 0 0 0;

}

.service-items .swiper {
    padding: 71px 0 50px 0;

}

.service-info .title > h4 {
    font-weight: 700;
}

.service-info .text > p {
    height: 90px;
}

.b-join {
    background-image: url("../png/ba.png");
    background-repeat: no-repeat;
    background-size: 85% 85%;
    background-position: center;
}

.b-join-first {
    background-image: url("../png/bac1.png");
    background-repeat: no-repeat;
    background-size: 55% 100%;
    background-position: center;
}

/*.join-us::before{*/
/*  !*background-image: url(/front/assets/images/ba.png);*!*/
/*  !*background-repeat: no-repeat;*!*/
/*  !*background-size: 85% 85%;*!*/
/*  !*background-position: center;*!*/
/*  !*content: "";*!*/
/*  !*display: block;*!*/
/*  !*width: 20%;*!*/
/*}*/
.b-join .count {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;

}

.b-join .title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

.b-tc-first {
    position: relative;
    background-image: url("../webp/tc-b.webp");
    background-size: 102% 100%;
    background-position: center;
}

.b-tc-first .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28.4px;
}

.tc-card-bode .title {
    font-size: 32px;
    line-height: 28.4px;
}

.tc-card-bode .text {
    font-size: 38px;
    font-weight: 700;
    line-height: 40px;
}

.tc-card-bode .footer {
    font-size: 20px;
    font-weight: 700;
}

.tc-card-bode {
    background-color: #ffffff;
    padding: 18px 29px;
}

.action-s {
    background-color: #1966a2 !important;
    color: #fff !important;
}

.red {
    color: #e63f38;
    white-space: nowrap;
}

.blue {
    color: #1c68a5;
}

.consultation {
    background-color: #FFFFFF;
    border: 1px solid;
    border-color: #e9e9e9;
    border-radius: 55px;
    box-shadow: 0px 4px 4px #00000040;
    padding: 20px;
    position: relative;
    top: 115px;
    z-index: 10;
}

.input {
    height: 0px !important;
    padding: 15px 0px 17px 15px !important;
}

.field-input {
    margin-bottom: 4px;
}

.field-input .select2-container {
    height: 0px !important;
    padding: 15px 0px 17px 15px !important;

}

.field-input .select2-container .select2-selection {
    height: 0px !important;
    padding: 9px 0px 5px 16px !important;
    font-size: 11px;
    font-weight: 400;
}

.field-input .main-label {
    font-size: 11px !important;
    top: 46%;
}

.full-btn-s {
    height: 31px !important;
    line-height: 0px !important;
}

.field-input .main-label-select2 {
    top: 32% !important;
    padding: 12px;
}

.field-input input:focus ~ .main-label,
.field-input input:not(:placeholder-shown) ~ .main-label,
.field-input .select2-container--focus ~ .main-label,
.field-input .select2-container.select2-container--open ~ .main-label,
.field-input select.has-val ~ .main-label,
.field-input textarea:focus ~ .main-label,
.field-input textarea:not(:placeholder-shown) ~ .main-label,
.iti:has(input:focus) ~ .main-label,
.iti:has(input:not(:placeholder-shown)) ~ .main-label {
    display: none !important;
}

.field-input input, .field-input select, .field-input textarea, .field-input .select2-container {
    font-size: 11px !important;
    font-weight: 400;
}

.consultation .title {
    font-size: 30px;
    font-weight: 700;
}

.consultation .text {
    font-size: 14px;
    font-weight: 700;

}

.consultation .footer {
    font-size: 14px;
    font-weight: 700;

    color: #707070;
}

.footer-widget {
    box-shadow: 0px 4px 4px #00000040;
    border-radius: 10px;
    z-index: 10;
    background-color: #ffffff9c;
}

.footer-widget .f-widget-title {
    font-weight: 700;
}

.footer-link .footer {
    font-size: 8px;
}
#contactFormFooter .special-field-input .select2-container .selection {

    height: 0px !important;
}
@media (max-width: 700px) {
  .tc-card-bode img {
        max-width: 50% !important;
    }
}
.advantages-item{
    background-color: #ffffff;
    box-shadow: 0px 4px 4px #00000040;
    padding: 28px 10px 25px 10px;
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: 600;
}
tbody, td, tfoot, th, thead, tr{
    border-width: 1px;
    padding: 1px;
}