
/* body
{
    font-family: 'Inter', sans-serif;
} */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

  body,h1,h2,h3,h4,h5,h6 {
    font-family: "Cairo", sans-serif;
  }

header #fixed-header
{
    box-shadow: none;
    background-color: #fff;
    color: #000000 !important;
    height: 100px;
}

.home
{
    margin-top: 50px;
}

.dropdown-menu .sub-menu
{
    overflow-y: auto;
    max-height: 50vh;
}
.dropdown-menu
{
    border-radius: 0 0 20px 20px;
    border-left: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    border-top: 1px solid #f8f9fa;
    background-color: #f8f9fa;
}
.dropdown-menu .sub-menu
{
    width: auto;
}
@media (min-width: 768px)
{

    .navbar-nav{
        margin-left: 20px;
    }
    .navbar-nav .nav-link{
        margin-left: 20px;
        font-size: 18px;
        font-weight: 500;
        color: #000000;
    }
    .nav-link:hover
    {
        border-bottom: 2px solid #47db39;
    }

    .dropdown-menu .sub-menu::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.342);
        background-color: #bdffdf;
    }

    .dropdown-menu .sub-menu::-webkit-scrollbar
    {
        width: 2px;
    }

    .dropdown-menu .sub-menu::-webkit-scrollbar-thumb
    {
        background-color: #00493e;
    }

    .dropdown-menu .sub-sub-menu
    {
        width: 500px;
    }
}
.dropdown-menu .sub-sub-menu a
{
    color: #00443a;
    background-color: #cacaca;
    border-radius: 10px;
    padding: 2px;
    margin-left: 10px;
}

.category-item
{
    background-color: #7588f1;
    border-radius: 20px;
    padding: 10px;
    color: #fff;
    height: 100%;
}

.category-item .title
{
    font-size: 30px;
    font-weight: 700;
}

.category-item .sub-title
{
    font-size: 25px;
    font-weight: 700;
    margin-top: -20px;
}

#categories .row .col-md-3:nth-child(4n+1) .category-item {
    background-color: #01ba28;
    color: #fff;
}

#categories .row .col-md-3:nth-child(4n+2) .category-item {
    background-color: #00cdb6;
    color: #00493e;
}

#categories .row .col-md-3:nth-child(4n+3) .category-item {
    background-color: #73d1ed;
    color: #00493e;
}

#categories .row .col-md-3:nth-child(4n+4) .category-item {
    background-color: #001942;
    color: #fff;
}

.category-item ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item li {
    margin-bottom: 5px;
}

.category-item li h4 {
    display: flex;
    align-items: center;
}

.category-item li h4 img {
    margin-right: 5px;
}

.category-item li a{
    text-decoration: none;
    color: #fff;
}

#slider img
{
    width: 100%;
    object-fit: cover;
    height: 350px;
    border-radius: 20px;

}

#home-about .content
    {
        padding-left: 100px;
        padding-right: 100px;
    }

@media (max-width: 768px)
{
    #home-about .content
    {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#home-about .content img
{
    height: 400px;
    border-radius: 20px;
}

#home-about .data
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
}

.btn-link
{
    background-color: #00eb79;
    text-decoration: none;
    color: #2d2e2e;
}

#blog
{
    /* background-image: url(https://www.careem.com/images/bg-cliped-our-blog.png); */
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 50px;
    margin-top: 50px;
}

#blog .blog-grid
{
    margin-top: 20px;
    padding: 10px;
    height: 100%;
}

#blog .blog-grid img
{
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 25px;
}

#blog .blog-grid .blog-info
{
    padding: 10px;
    text-align: justify;
}

#blog .blog-info h5 a
{
    text-decoration: none;
    color: #2d2e2e;
    font-weight: bold;
    font-size: 24px;
}

#blog .blog-info .px-btn-arrow
{
    background-color: #fff;
    color: #2d2e2e;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    border-radius: 10px;
}

#fooder ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

a
{
    text-decoration: none;
}

/* blog */

.blog-grid {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .blog-grid .blog-img {
    position: relative;
  }
  .blog-grid .blog-img .date {
    position: absolute;
    background: #fc5356;
    color: #ffffff;
    padding: 8px 15px;
    left: 10px;
    top: 10px;
    border-radius: 4px;
  }
  .blog-grid .blog-img .date span {
    font-size: 22px;
    display: block;
    line-height: 22px;
    font-weight: 700;
  }
  .blog-grid .blog-img .date label {
    font-size: 14px;
    margin: 0;
  }
  .blog-grid .blog-info {
    padding: 20px;
  }
  .blog-grid .blog-info h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
  }
  .blog-grid .blog-info h5 a {
    color: #20247b;
  }
  .blog-grid .blog-info p {
    margin: 0;
  }
  .blog-grid .blog-info .btn-bar {
    margin-top: 20px;
  }


  /* Blog Sidebar
  -------------------*/
  .blog-aside .widget {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .blog-aside .widget-body {
    padding: 15px;
  }
  .blog-aside .widget-title {
    padding: 15px;
    border-bottom: 1px solid #eee;
  }
  .blog-aside .widget-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fc5356;
    margin: 0;
  }
  .blog-aside .widget-author .media {
    margin-bottom: 15px;
  }
  .blog-aside .widget-author p {
    font-size: 16px;
    margin: 0;
  }
  .blog-aside .widget-author h6 {
    font-weight: 600;
    color: #20247b;
    font-size: 22px;
    margin: 0;
    padding-left: 20px;
  }
  .blog-aside .post-aside {
    margin-bottom: 15px;
  }
  .blog-aside .post-aside .post-aside-title h5 {
    margin: 0;
  }
  .blog-aside .post-aside .post-aside-title a {
    font-size: 18px;
    color: #20247b;
    font-weight: 600;
  }
  .blog-aside .post-aside .post-aside-meta {
    padding-bottom: 10px;
  }
  .blog-aside .post-aside .post-aside-meta a {
    color: #6F8BA4;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
  }
  .blog-aside .latest-post-aside + .latest-post-aside {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
  }
  .blog-aside .latest-post-aside .lpa-right {
    width: 100%;
  }
  .blog-aside .latest-post-aside .lpa-right img {
    border-radius: 3px;
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .blog-aside .latest-post-aside .lpa-left {
    padding-right: 15px;
  }
  .blog-aside .latest-post-aside .lpa-title h5 {
    margin: 0;
    font-size: 15px;
  }
  .blog-aside .latest-post-aside .lpa-title a {
    color: #20247b;
    font-weight: 600;
  }
  .blog-aside .latest-post-aside .lpa-meta a {
    color: #6F8BA4;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
  }

  .blog-single {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .article {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    padding: 15px;
    margin: 15px 0 30px;
  }
  .article .article-title {
    padding: 15px 0 20px;
  }
  .article .article-title h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .article .article-title h6 a {
    text-transform: uppercase;
    color: #fc5356;
    border-bottom: 1px solid #fc5356;
  }
  .article .article-title h2 {
    color: #20247b;
    font-weight: 600;
  }
  .article .article-title .media .media-body {
    padding-left: 8px;
  }
  .article .article-title .media .media-body label {
    font-weight: 600;
    color: #fc5356;
    margin: 0;
  }
  .article .article-title .media .media-body span {
    display: block;
    font-size: 12px;
  }
  .article .article-content h1,
  .article .article-content h2,
  .article .article-content h3,
  .article .article-content h4,
  .article .article-content h5,
  .article .article-content h6 {
    color: #20247b;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .article .article-content blockquote {
    max-width: 600px;
    padding: 15px 0 30px 0;
    margin: 0;
  }
  .article .article-content blockquote p {
    font-size: 20px;
    font-weight: 500;
    color: #fc5356;
    margin: 0;
  }
  .article .article-content blockquote .blockquote-footer {
    color: #20247b;
    font-size: 16px;
  }
  .article .article-content blockquote .blockquote-footer cite {
    font-weight: 600;
  }
  .article .tag-cloud {
    padding-top: 10px;
  }


  /* pagination */

  .pagination-outer{ text-align: center; }
.pagination{
    font-family: 'Raleway', sans-serif;
    display: inline-flex;
    position: relative;
}
.pagination li a.page-link{
    color: #555;
    background: transparent;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 29px;
    height: 32px;
    width: 32px;
    padding: 0;
    margin: 0 4px;
    border: 1px solid #ccc;
    border-radius: 0;
    display: block;
    position: relative;
    z-index: 0;
    transition: all 0.5s ease 0s;
}
.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link{
    font-size: 23px;
    line-height: 27px;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link{
    color: #00eb79;
    background: transparent;
    border-color: #00eb79;
}
.pagination li a.page-link:before,
.pagination li a.page-link:after{
    content: '';
    background-color: #ccc;
    height: 3px;
    width: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.pagination li a.page-link:after{
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
}
.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:hover:before,
.pagination li.active a.page-link:before,
.pagination li a.page-link:hover:after,
.pagination li a.page-link:focus:after,
.pagination li.active a.page-link:hover:after,
.pagination li.active a.page-link:after{
    background-color: #00eb79;
    height: 100%;
    width: 3px;
}
@media only screen and (max-width: 480px){
    .pagination{
        font-size: 0;
        display: inline-block;
    }
    .pagination li{
        display: inline-block;
        vertical-align: top;
        margin: 0 0 15px;
    }
}


/* ===== ABOUT Team ===== */
.team-item {
    padding: 35px;
    padding-right: 0;
    position: relative;
    z-index: 0;
  }

  .team-item:after, .team-item:before {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
            box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    border-radius: 10px;
    z-index: -1;
  }

  .team-item:before {
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    right: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .team-item:after {
    height: 6px;
    width: calc(100% - 30px);
    background: linear-gradient(135deg, rgba(125,236,216,1) 0%, rgba(51,230,155,1) 56%, rgba(7,231,138,1) 100%);
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .team-item:hover:after {
    height: 100%;
  }

  .team-item .img-holder {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.2);
            box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.2);
    border-radius: 10px;
    width: calc(100% - 70px);
    margin-left: 70px;
    overflow: hidden;
  }

  .team-item .img-holder img {
    border-radius: 10px;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .team-item:hover .img-holder img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
            width: fit-content;
            padding-left: 20px;
  }

  .team-item .socials {
    position: absolute;
  }

  .team-item .socials a {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.12);
  }

  .team-item .socials a:last-of-type {
    margin-bottom: 0;
  }

  .team-item .team-content {
    margin-right: 70px;
    text-align: center;
  }

  .team-item .team-content h5 {
    color: #101f41;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .team-item .team-content p {
    color: #00b85f;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 600;
    font-size: 14px;
  }

  .team-item:hover .team-content h5, .team-item:hover .team-content p {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .d-inline-block {
      display: inline-block!important;
  }

  .socials a {
      width: 35px;
      height: 35px;
      background-color: #20a163;
      border-radius: 50%;
      -webkit-box-shadow: 0 3px 2px 0 #20a163;
      box-shadow: 0 3px 2px 0 #20a163;
      text-align: center;
      color: #fff;
      padding-top: 6px;
      font-size: 16px;
      margin-right: 10px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
  }

  .mb-2, .my-2 {
      margin-bottom: .5rem!important;
  }

  h5 {
      font-size: 21px;
  }

  .mb-30 {
      margin-bottom: 30px;
  }

  /* Top Questions */

  #top-questions .container
  {
    margin-top: 50px;
    background: linear-gradient(to right, rgba(72,75,227,1) 0%, rgba(114,129,224,1) 100%);
    color: #fff;
    border-radius: 10px;
    padding: 50px 50px 80px 50px;
  }

  #accordionFlushExample .accordion-item{
    background-color: #ffffff0e;
    color: #fff;
    }

    #accordionFlushExample .accordion-item .accordion-button
    {
      background-color: transparent;
      color: #fff;
    }

    #accordionFlushExample .accordion-body
    {
      color: #fff;
      font-size: 14px;
      background-color: #ffffff23;
    }

    #category-navigator .title
    {
      color: #004b3e;
      font-weight: 700;
      font-size:  30px;
      text-align: center;
    }

    #category-navigator .tabs ul li button
    {
      color: #00493e;
      font-weight: 600;
      font-size: 18px;
      background: #f4f8fb;
      border-radius: 10px;
      margin-left: 10px;
    }

    #category-navigator .tabs ul li button.active
    {
      background: #00eb79;
    }

    #service .data
    {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .jdata
    {
        display: flex;
        justify-content: center;
        flex-direction: column;
        float: left;
    }
    /* .jdata h1
    {
        justify-content: flex-end;
    } */

    #service .data .btn
    {
        width: 100px;
    }

    /*Profile Card 1*/
.profile-card-1 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    color: #000000;
    text-align: center;
    height:368px;
    background-color: #f4f8fb;
    border-radius: 20px;
    border: none;
  }
  .profile-card-1 .card-content {
    width: 100%;
    padding: 15px 25px;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .profile-card-1 .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    max-width: 150px;
    transform: translate(-50%, 0%);
  }
  .profile-card-1 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size:25px;
  }
  .profile-card-1 h2 small {
    display: block;
    font-size: 15px;
    margin-top:10px;
  }

  #partner-form input, #partner-form textarea, #partner-form select
  {
    background: #f4f8fb;
    border-radius: 10px;
    border: none;
  }

  #partner-form button
  {
    background: #00eb79;
    color: #00493e;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    height: 50px;
  }

  .locale-select select {
    color: #272727;
    border: none;
    font-weight: 700;
    font-size: 13px;
}

.locale-select option {
    color: #0c0c0c;
    background-color: #ffffff;
}

.locale-select option:checked {
    background-color: #00eb79;
}



