:root {
    --main-color: #f06329;
    --secondary-color: #1b3649;
}
.bg-primary {
    background-color: var(--main-color)!important;
}
.btn-primary {
    background-color: var(--main-color);
    color: #fff !important;
    border-color: var(--main-color);
}

.btn-primary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.hero3__title, .hero3__title span {
    color: var(--secondary-color);
}

.main-color {
    color: var(--main-color);
}

.secondary-color {
    color: var(--secondary-color);
}

.one-line,
.three-line,
.four-line,
.five-line,
.two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 3px 0;
}

.one-line {
    -webkit-line-clamp: 1;
}

.two-line {
    -webkit-line-clamp: 2;
}

.three-line {
    -webkit-line-clamp: 3;
}

.four-line {
    -webkit-line-clamp: 4;
}

.five-line {
    -webkit-line-clamp: 5;
}

.full-loader {
    position: fixed;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    background: #0000005e;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

.loading {
    position: relative;
    overflow: hidden;
}

.loading:before {
    content: "";
    z-index: 13;
    width: 100%;
    height: 100%;
    background-color: #0000005e;
    background-size: 200px 200px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    position: absolute;
}

.spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid var(--main-color);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hover-box {
    transition: 0.4s;
}

.hover-box:hover {
    transform: translate3d(0, -8px, 0);
    box-shadow: 0 40px 70px -30px rgba(19, 33, 54, 36%),
    0 20px 70px -30px rgba(0, 0, 0, 0.8) !important;
}

.blog__card:hover .blog__thumb--image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-slider .blog__card {
    margin: 0 !important;
    height: 100%;
    display: flex;
    box-shadow: none !important;
    flex-direction: column;
}

.news-slider .blog__card .blog__card--content {
    height: 100%;
    background-color: white !important;
}

.news-slider .blog__card .blog__card--content p {
    margin-bottom: 0;
}

.news-slider .blog__card .blog__thumb {
    height: 300px;
    flex-shrink: 0;
}

.react-inner-menus .react-menus > .has-sub.menu-active > a:before,
.react-inner-menus .react-menus > .has-sub > a:before {
    left: 0;
    right: auto;
}

[lang="en"] .react-inner-menus .react-menus > .has-sub.menu-active > a:before,
[lang="en"] .react-inner-menus .react-menus > .has-sub > a:before {
    left: auto;
    right: 0;
}

.graybg-home {
    background: #f5f5f5 !important;
}

.floating-btns {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 10;
    gap: 5px;
}

[lang="en"] .floating-btns {
    right: auto;
    left: 10px;
}

.madares-slider .course__item {
    background-color: whitesmoke;
    box-shadow: none !important;
}

.custom-details-nav {
    display: flex;
    /* flex-wrap: wrap; */
    padding: 10px !important;
    margin-top: 0;
    background: #1b3649c2;
    border-radius: 6px;
    border: none;
    gap: 5px;
    overflow-x: auto;
    backdrop-filter: blur(4px);
}

.custom-details-nav li > * {
    color: #0f1216;
    font-weight: bold;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    white-space: nowrap;
}

.deatils-page-contnt {
    background-color: whitesmoke;
}

.blog-main-img {
    padding: 36px;
}

.custom-details-nav a.active,
.custom-details-nav a:hover {
    background: #fff;
    box-shadow: 0 6px 10px #0f12161a;
    border-radius: 6px;
}

.tab-data-box {
    background-color: #fff;
    padding: 30px 16px;
    border-radius: 6px;
    z-index: 0;
}

.tab-data-box h4 {
    font-size: 18px;
}

.tab-data-box h3 {
    font-size: 22px !important;
}

.tab-data-boxes {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.deatils-page-contnt .social-links-container a i {
    font-size: 28px;
}

.gallery-item img {
    height: 100%;
    object-fit: cover;
}

[data-toggle-tab]:not(.active),
[data-toggle-fade]:not(.active) {
    display: none;
}

[data-toggle-tab].active,
[data-toggle-fade].active {
    display: block !important;
}

.custom-toggle-tabs {
    padding: 10px 10px 0 10px !important;
    gap: 10px;
}

.custom-toggle-tabs li > * {
    color: #000 !important;
}

.custom-toggle-tabs li > *.active {

}

.single-studies_custom .case-img img {
    max-height: 400px;
    object-fit: cover;
}

.custom-details-nav-box {
    min-height: 64px;
}

[sticky-nav].is-sticky {
    --header-height: 91px;
    position: fixed;
    top: var(--header-height);
    right: 0;
    z-index: 2;
    border-radius: 0;
}

.inner-course {
    overflow: hidden;
}

.inner-course,
.inner-course .case-content,
.inner-course .case-img {
    background-color: #fff !important;
}

.inner-course .case-content {
    padding-block: 0 !important;
}

.inner-course .case-img .image-contains-logo {
    height: 175px !important;
    width: 100% !important;
}

.react-course-filter .single-studies .inner-course .case-content {
    padding: 0px 10px 0px 10px !important;
}

.single-studies .inner-course .dessc {
    font-size: 13px;
}

.courses-grid-page .react-course-filter .single-studies .inner-course .case-content .react-ratings {
    margin-top: 5px;
    padding-top: 12px;
}

.react-course-filter .single-studies .inner-course .case-content .case-title {
    margin: 6px 0 4px;
}

.news-image {
    object-fit: cover !important;
}

.quick-search-tags {
    max-width: 570px;
}

.quick-search-tag {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    border-radius: 6px;
    padding: 5px 10px 0 10px;
    background-color: #1b3649b5;
    color: #fff;
}

.quick-search-tag span {
    position: relative;
    top: -3px;
    color: #fff;
}

.quick-search-tag:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.float-badge {
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 20px;
    background: var(--secondary-color);
    padding: 4px 9px 7px;
    border-radius: 4px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    right: 20px;
}

[lang="en"] .float-badge {
    right: auto;
    left: 20px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.no-wrap {
    white-space: nowrap;
}

.card-one-line-info {
    display: flex;
    justify-content: start;
    direction: ltr;
    text-align: left;
    max-width: 150px;
    white-space: nowrap;
}

.react-inner-menus .react-menus > .has-sub > a:before {
    top: -2px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.popular__course__area .course__item .course__inner ul li {
    color: var(--main-color);
}

.popular__course__area .course__item .course__inner ul li:before {
    background-color: var(--main-color) !important;
}

.popular__course__area .course__item .course__inner {
    padding-block: 0 !important;
}

.react-sidebar .widget.get-back-course .share-course:hover span {
    width: 140px;
}

header .social-links li span {
    color: #fff;
}

.hero3__area {
    padding-bottom: 0px !important;
    padding-top: 40px !important;
}

.hero3__area .hero3__content .hero3__title {
    font-size: 52px;
    line-height: 1.2;
}

.hero3__shape-2 {
    width: 270px;
}

.home-counter-blogs {
    padding-top: 50px;
}

[client-side-pagination-list] > *:nth-of-type(n+11) {
    display: none;
}

.features-boxes-section {
    padding-block: 100px;
    background-color: #f1f9ff;
    border-radius: 50% 50% 0 0;
}

.features-boxes-section .row {
    margin-top: -200px;
}

.features-boxes-section .box {
    padding: 20px 20px;
}

.prices-ways-sections {
    background-color: #f1f9ff;
    padding-block: 100px;
}
.about__area h2 {
    line-height: 1.2;
}
[dir] .react-footer .footer-top {
    padding: 100px 0 10px !important;
}

[dir="rtl"] [type="email"]::placeholder {
    text-align: right!important;
}
.react-breadcrumbs .breadcrumbs-wrap>img {
    max-height: 250px;
}
.lbl-slider {
    box-shadow: -10px 0 20px #08002914;
    background:url(/build/icons/cta.jpg) no-repeat center top;background-size:cover;
}
.lbl-slider, .lbl-slider .swiper-slide {
    height: 33px!important;
}
.lbl-item {
    padding-block: 7px;
}
.lbl-item *{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 0!important;
}



.social-share-btns {
    display: inline-block;
    overflow: hidden;
  }
  .social-share-btns .share-btn {
    float: left;
    margin: 0 5px;
    padding: 8px 16px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .social-share-btns .share-btn span {
    position: relative;
    top: 2px;
  }
  .social-share-btns .share-btn i {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
  }

  .share-btn {
    background-color: #95a5a6;
  }
  .share-btn:hover {
    background-color: #798d8f;
  }

  .share-btn-twitter {
    background-color: #00aced;
  }
  .share-btn-twitter:hover {
    background-color: #0087ba;
  }

  .share-btn-facebook {
    background-color: #3b5998;
  }
  .share-btn-facebook:hover {
    background-color: #2d4373;
  }

  .share-btn-linkedin {
    background-color: #007bb6;
  }
  .share-btn-linkedin:hover {
    background-color: #005983;
  }

  .share-btn-reddit {
    background-color: #ED001C;
  }
  .share-btn-reddit:hover {
    background-color: #ba0016;
  }

  .share-btn-mail {
    background-color: #f1c40f;
  }
  .share-btn-mail:hover {
    background-color: #dab10d;
  }

.rating-stars {
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
  .rating-stars > * {
    float: right;
  }
  @-webkit-keyframes pulse {
    50% {
      color: #5e5e5e;
      text-shadow: 0 0 15px #777777;
    }
  }
  @keyframes pulse {
    50% {
      color: #5e5e5e;
      text-shadow: 0 0 15px #777777;
    }
  }
  .rating-stars label {
    height: 40px;
    width: 20%;
    display: block;
    position: relative;
    cursor: pointer;
  }
  .rating-stars label:nth-of-type(5):after {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .rating-stars label:nth-of-type(4):after {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .rating-stars label:nth-of-type(3):after {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
  .rating-stars label:nth-of-type(2):after {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .rating-stars label:nth-of-type(1):after {
    -webkit-animation-delay: 0.05s;
            animation-delay: 0.05s;
  }
  .rating-stars label:after {
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    position: relative;
    content: "☆";
    color: #444;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 40px;
    -webkit-animation: 1s pulse ease;
    animation: 1s pulse ease;
  }
  .rating-stars label:hover:after {
    color: #5e5e5e;
    text-shadow: 0 0 15px #5e5e5e;
  }
  .rating-stars input {
    display: none;
  }
  .rating-stars input:checked + label:after,
  .rating-stars input:checked ~ label:after {
    content: "★";
    color: #F9BF3B;
    text-shadow: 0 0 2px #F9BF3B;
  }



@media (max-width: 1200px) {
    .react-menus > li > a {
        padding: 32px 10px;
    }
}

@media (max-width: 1170px) {
    h3 {
        font-size: 24px;
    }
    body.courses-grid-page .react-course-filter .single-studies .inner-course .case-content .case-title {
        font-size: 16px;
    }
    body.courses-grid-page .react-course-filter .single-studies .inner-course .case-content  {
        font-size: 13px;
    }
    .react-ratings span{
        font-size: 12px;
    }
    .hero3__area .hero3__content .hero3__title {
        font-size: 36px;
    }
    .hero3__area .about__content ul li .text h4 {
        font-size: 32px;
        margin: 0!important;
    }
    .hero3__area .about__content ul li .icon img {
        margin-top: 0!important;
    }
    .quick-search-tags {
        max-width: 400px;
    }
    .react-blog__area .react__title__section h2,
    .about__area h2, .react__title__section h2 {
        font-size: 34px;
    }
    .home-counter-blogs .item i{
        font-size: 44px;
    }
    .home-counter-blogs .item h4 {
        font-size: 19px;
    }
    .about__area.about__area_one .about__paragraph {
        font-size: 16px;
    }
    .react-blog__area .blog__card--content {
        padding: 8px 17px 12px 17px!important;
    }
    .react-blog__area .blog__card--title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .news-slider .blog__card .blog__card--content p {
        font-size: 14px;
    }
    .popular__course__area .course__item img {
        height: 200px;
    }
    .popular__course__area .course__item .course__inner ul {
        padding-right: 15px;
        padding-left: 15px;
    }
    .react-footer .footer-top-cta h3 {
        font-size: 24px;
        line-height: 1.5;
    }
    .react-footer .footer-top {
        padding: 50px 0 50px;
    }
    .popular__course__area .course__item .react-course-title {
        margin: 14px 0 14px;
    }
    .featured-suppliers-filter {
        flex-direction: column;
        gap: 10px;
    }
    .featured-suppliers-filter .search-container {
        margin-inline: 0!important;
    }
    .featured-suppliers-filter .btn,
    .featured-suppliers-filter .form-control {
        width: 100%;
    }
    .featured-supplier-item {
        flex-direction: column;
        width: 100%;
    }
    .featured-supplier-item .cntnt {
        padding-inline: 0!important;
    }
    .featured-supplier-item .cntnt a{
        font-size: 13px;
    }
    .featured-supplier-item .cntnt .tt {
        width: 100%;
        font-size: 17px;
    }
    .job-apply-form-box .womn {
        max-width: 540px!important;
    }
}

@media (max-width: 991px) {
    .react-menus > li > a {
        padding: 12px 10px;
    }

}


.sec-title .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1em;
    color: #ff8a01;
    font-weight: 500;
    background: rgb(247, 0, 104);
    background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
    background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.sec-title h2 {
    position: relative;
    display: inline-block;
    font-size: 48px;
    line-height: 1.2em;
    color: #1e1f36;
    font-weight: 700;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #888888;
    margin-top: 30px;
}

.pricing-section {
    position: relative;
    padding: 100px 0 80px;
    overflow: hidden;
}

.pricing-section .outer-box {
    max-width: 1100px;
    margin: 0 auto;
}


.pricing-section .row {
    margin: 0 -30px;
}

.pricing-block {
    position: relative;
    padding: 0 30px;
    margin-bottom: 40px;
}

.pricing-block .inner-box {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 0 0 30px;
    max-width: 370px;
    margin: 0 auto;
    border-bottom: 20px solid #40cbb4;
}

.pricing-block .icon-box {
    position: relative;
    padding: 50px 30px 0;
    background-color: #40cbb4;
    text-align: center;
}

.pricing-block .icon-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
    border-radius: 50% 50% 0 0;
    background-color: #ffffff;
    content: "";
}


.pricing-block .icon-box .icon-outer {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
}

.pricing-block .icon-box i {
    position: relative;
    display: block;
    height: 130px;
    width: 130px;
    line-height: 120px;
    border: 5px solid #40cbb4;
    border-radius: 50%;
    font-size: 50px;
    color: #40cbb4;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i {
    transform: rotate(360deg);
}

.pricing-block .price-box {
    position: relative;
    text-align: center;
    padding: 10px 20px;
}

.pricing-block .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
}

.pricing-block .price {
    display: block;
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    color: #40cbb4;
}


.pricing-block .features {
    position: relative;
    max-width: calc(100% - 20px);
    margin: 0 auto 20px;
}

.pricing-block .features li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #848484;
    font-weight: 500;
    padding: 5px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #dddddd;
}

.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-top: -8px;
}

.pricing-block .features li.false:before {
    color: #e1137b;
    content: "\f057";
}

.pricing-block .features li a {
    color: #848484;
}

.pricing-block .features li:last-child {
    border-bottom: 0;
}

.pricing-block .btn-box {
    position: relative;
    text-align: center;
}

.pricing-block .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 30px;
    background-color: #40cbb4;
    border-radius: 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 300ms ease;
}

.pricing-block .btn-box a:hover {
    color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a {
    color: #40cbb4;
    background: none;
    border-radius: 0px;
    border-color: #40cbb4;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box {
    border-color: #1d95d2;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box {
    background-color: #1d95d2;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a {
    color: #1d95d2;
    background: none;
    border-radius: 0px;
    border-color: #1d95d2;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price {
    color: #1d95d2;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box {
    border-color: #ffc20b;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box {
    background-color: #ffc20b;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price {
    color: #ffc20b;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a {
    color: #ffc20b;
    background: none;
    border-radius: 0px;
    border-color: #ffc20b;
}

.react-breadcrumbs .breadcrumbs-wrap > img {
    object-fit: fill !important;
}

.react-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-title,
.react-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .back-nav ul li,
.react-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .back-nav ul li:after,
.react-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .back-nav ul li a {
    color: var(--secondary-color);
}

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

.social-links-container {
    justify-content: center;
}
.badge{
    line-height:normal !important;
}
.mo {
    display: none!important;
}
.mobile-filter-icon {
    background-color: var(--secondary-color);
    position: fixed;
    top: 100px;
    left: 0px;
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 0 10px 10px 0;
    color: #fff;
}
[dir="rtl"] .mobile-filter-icon {
    border-radius: 10px 0 0 10px;
    left: auto;
    right: 0;
}
.custom-wizard .wizard-item .num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    font-size: 20px;
    font-weight: bold;
    flex-shrink: 0;
}
.custom-wizard .barier {
    background-color: #ccc;
    flex: 1;
    height: 2px;
}
.custom-wizard .wizard-item.active .num,
.custom-wizard .wizard-item.prev .num {
    background-color: #8bc34a;
    border-color: #8bc34a;
    color: #fff;
}
.custom-wizard .wizard-item.prev  + .barier {
    background-color: #8bc34a;
}
.jobs-section .tt {
    font-size: 20px;
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.gap-20 {
    gap: 20px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: 38px;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}
.jobs-section .add-new-btn span, .top-2{
    position: relative;
    top: 2px;
}
.select2-container {
    width: 100%!important;
}
.custom-row {
    position: relative;
}
.jobs-section [remove-item] {
    position: absolute;
    left: 0;
    top: 6px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
}
[prefered-job-box] [removable-item-root] [remove-item] ,
[prefered-city-box] [removable-item-root] [remove-item] {
    top: -3px;
}
.jobs-section [degree-clone] [remove-item],
.jobs-section [prefered-job-clone] [remove-item],
.jobs-section [prefered-city-clone] [remove-item]{
    display:none;
}
.madarsna-jobs-info .lgg {
    width: 150px;
    margin: auto;
    display: block;
}
.madarsna-jobs-info {
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/black.jpg);
    padding-block: 100px 0;
}
.madarsna-jobs-info .tt {
    font-size: 80px;
    line-height: 1;
}
.madarsna-jobs-info .socail-box a {
    font-size: 24px;
}
.scroll-to-down {
    position: relative;
    display: inline-block;
    color: #fff;
    padding-top: 70px;
    background: transparent;
    border: 0;
}
.scroll-to-down span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}
.scroll-to-down span:nth-of-type(1) {
    animation-delay: 0s;
}
.scroll-to-down span:nth-of-type(2) {
    top: 16px;
    animation-delay: .15s;
}
.scroll-to-down span:nth-of-type(3) {
    top: 32px;
    animation-delay: .3s;
}
.job-apply-form-box .womn {
    max-width: 650px;
}
.job-apply-form-box .ttx {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
}
.input-control {
    background: transparent;
    border: 0.5px solid #fff;
    width: 100%;
    border-radius: 4px;
    height: 50px;
    padding: 10px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
}
.input-control:focus {
    outline: 0;
}
@keyframes sdb07 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
@media (max-width: 776px) {
    .mo {
        display: block!important;
    }
    .grid-1-p {
        grid-template-columns: repeat(1, 1fr)!important;
    }
    .react-course-filter {
        padding: 50px 5px !important;
    }
    .react-footer {
        padding-top: 0;
    }
    .react-footer .footer-top {
        padding: 50px 0 20px!important;
    }
    .react-footer .footer-top .footer3__form {
        margin: 10px 0 30px!important;
    }
    .react-footer .footer-top .footer-widget.footer-widget-2,
    .react-footer .footer-top .footer-widget-3 {
        padding-right: 0!important;
        margin-right: 0!important;
    }
    .footer-top-cta {
        padding: 50px 15px!important;
    }
    .footer-top-cta .btn-box {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .footer-top-cta .linkk {
        width: 80%;
        text-align: center;
    }
    .react-footer .footer-top-cta h3 {
        font-size: 27px;
    }
    .footer-logo img {
        width: 260px;
    }
    .react-footer .footer-top .footer-subtitle {
        font-size: 14px;
    }
    .featured-supplier-item .cntnt {
        width: 100%;
    }
    .deatils-page-contnt {
        background-color: whitesmoke;
        padding-block: 50px;
    }
    .pb-0-p {
        padding-bottom: 0!important;
    }
    .mt-0-p {
        margin-top: 0!important;
    }
    .custom-details-nav {
        border-radius: 0;
    }
    .pt-0-p  {
        padding-top: 0!important;
    }
    .w-100-p {
        width: 100%;
    }
    .column-reverse-p {
        flex-direction: column-reverse;
    }
    h2 {
        font-size: 32px;
    }
    .react-contact-page .address-sec {
        padding: 0;
    }
    .react-contact-page .address-sec li {
        padding-bottom: 15px!important;
    }
    .react-contact-page .react-blog-form {
        padding-inline: 0!important;
    }
    .address-sec i {
        font-size: 17px;
        padding: 10px !important;
    }
    .react-contact-page .address-sec li .text {
        text-align: right;
    }
    [dir="ltr"] .react-contact-page .address-sec li .text {
        text-align: left;
    }
    .react-login-page {
        padding-bottom: 50px!important;
    }
    .about__area.about__area_one .about__content {
        padding-inline: 0!important;
    }
    .react-blog__area.blog__area  {
        padding-bottom: 40px!important;
    }
    [filters-modal] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #000000a6;
        transition: .4s;
        transform: translateX(-100%);
        visibility: hidden;
        /* z-index: -1; */
        pointer-events: none;
        z-index: 1000;
    }
    [filters-modal].active {
        transform: translateX(0%);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    [filters-modal] .modal-body {
        height: 100%;
        overflow-y: auto;
        display: block;
    }
    .filter-modal-head {
        justify-content: space-between;
    }
    .filter-modal-head .rt-side {
        display: flex;
    }
    .custom-wizard .wizard-item .num {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    .tab-box .head > .d-flex, .places-for-jobs-box {
        flex-direction: column;
    }
    .tab-box .head .head-right,
    .tab-box .head .head-right .btn,
    .places-for-jobs-box .head-right,
    .places-for-jobs-box .head-right .btn {
        width: 100%;
    }
    .job-apply-form-box .right {
        position: absolute;
        top: 0;
        right: -85px;
        width: 155px;
    }
    .job-apply-form-box .womn {
        width: 100%;
    }
    .job-apply-form-box .ttx {
        position: relative;
        z-index: 1;
        padding-top: 40px;
        padding-right: 90px;
        padding-left: 10px;
        font-size: 34px;
    }
    .job-apply-form-box .form-box {
        padding-left: var(--bs-gutter-x, .75rem);
        padding-right: var(--bs-gutter-x, .75rem);
        padding-bottom: 40px;
    }
    .madarsna-jobs-info .tt {
        font-size: 50px;
    }
    .madarsna-jobs-info {
        padding-top: 50px;
    }
}



.custom-wizard .wizard-item .num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    font-size: 20px;
    font-weight: bold;
    flex-shrink: 0;
}
.custom-wizard .barier {
    background-color: #ccc;
    flex: 1;
    height: 2px;
}
.custom-wizard .wizard-item.active .num {
    background-color: #8bc34a;
    border-color: #8bc34a;
    color: #fff;
}
.custom-wizard .wizard-item.active + .barier {
    background-color: #8bc34a;
}
.jobs-section .tt {
    font-size: 20px;
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.gap-20 {
    gap: 20px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: 38px;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}
.jobs-section .add-new-btn span, .top-2{
    position: relative;
    top: 2px;
}
.select2-container {
    width: 100%!important;
}
.blog-single-inner .blog-main-img {
    max-height: 500px;
    object-fit: contain;
}
.new-share-box {
    background: #f5f5f5!important;
    padding: 10px 0!important;
}
.bg-normal {
    background-color: #5c636a;
}
.bg-normal-2 {
    background-color: #1d3b531a;
}
.badge {
    padding: 8px 8px 4px 8px;
}
.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shrink0 {
    flex-shrink: 0;
}
.object-fit {
    object-fit: contain;
}
.nav-pills-bg-soft {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0.625rem 0;
    border-radius: 0.625rem;
}
.btn-outline-light {
    background: transparent;
    border-color: #cfd3d7;
    color: #747579;
}
.buttons-toggle .nav-link{
    color: #000;
    padding: 8px 10px 5px 10px;
}
.buttons-toggle .nav-link.active, .buttons-toggle .show>.nav-link {
    background-color: var(--main-color);
}
.gap-y-10 {
    gap: 10px;
}
.teacher-details-tags-wrap a {
    font-size: 14px;
    padding-block: 5px 2px;
}
.progress.progress-sm {
    height: 5px;
}
.progress.progress-sm {
    background-color: #f7c32e26!important;
}
.btn-danger-soft {
    color: #d6293e;
    background-color: rgba(214, 41, 62, 0.1);
}
.btn-round.btn-sm, .btn-group-sm > .btn-round.btn {
    height: 32px;
    width: 32px;
    line-height: 30px;
}


.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.star-rating input {
    display: none;
}

.star-rating label {
    cursor: pointer;
    font-size: 1.5rem;
    color: #ddd;
    margin-right: 5px;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
    color: #ffb300;
}