/********** Template CSS **********/
:root {
    --primary: #FFC448;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
}

/* ----------------------------------- */

.bg-primary{
    background-color: #25b1ed !important;

}


*{
    font-family: "Changa", sans-serif !important;
}


.rounded {
    border-radius: 18px !important;
}

.title-name{
    font-size: 30px;
    letter-spacing: .4px;
}

body{
    background: url(../img/backgrounds/backbody.jpg);
}

ul li {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 12px;
    list-style-type: none;
    /* color: #1C2035 !important; */
    

}

.bg-primary1{
    border-radius:  7px;
    background-color: #cfd1df66;
    --tw-text-opacity: 1;
    color: rgb(82 89 151 / var(--tw-text-opacity)) !important;
}
.bg-primary2{
    border-radius:  7px;
    background-color: #feebc866;
    --tw-text-opacity: 1;
    color: rgb(251 170 26 / var(--tw-text-opacity)) !important;

}
.bg-primary3{
    border-radius:  7px;
    background-color: #ebf9f266;
    --tw-text-opacity: 1;
    color: rgb(45 192 119 / var(--tw-text-opacity));

}
.bg-primary4{
    border-radius:  7px;
    background-color: #daeefe66;
    --tw-text-opacity: 1;
    color: rgb(100 185 252 / var(--tw-text-opacity));

}
.bg-primary5{
    border-radius:  7px;

    background-color: #1557ca20;
    --tw-text-opacity: 1;
    color: rgb(21 87 202 / var(--tw-text-opacity));

   
}
.bg-primary6{
    border-radius:  7px;

    background-color: #e5e5e6;
  
    color: #53535a
}

.bg-abot{
    background: url(../img/backgrounds/back2.jpg);
}

.imgback1{ background: url(../img/backgrounds/back1.webp); }
.imgback2{ background: url(../img/backgrounds/back2.jpg); }
.imgback3{ background: url(../img/backgrounds/back3.jpg); }
.imgback4{ background: url(../img/backgrounds/back4.jpg); }
.imgback5{ background: url(../img/backgrounds/back5.png); }
.imgback6{ background: url(../img/backgrounds/back6.png); }
.imgback7{ background: url(../img/backgrounds/back7.jpg); }
.imgback8{ background: url(../img/backgrounds/back8.webp); }

.imgbackcolor{
    --tw-bg-opacity: 1;
    background-color: rgb(244 245 247 / var(--tw-bg-opacity));
    border-radius: 20px !important;

}


.card-bak-1{
    background-color: #F1EBFF;
    border-radius: 20px !important;
}

.card-bak-2 {
    background-color: #F0F8FF;
    border-radius: 20px !important;
}

.card-bak-3 {
    background-color: #EDF9F2;
    border-radius: 20px !important;
}


/*======================================
   Clients CSS
========================================*/


  .client-logo{
    width: 100px;
    height: 100px;
  }

  .card{
    background: #00800000 !important;
    border: none !important;
    align-items: anchor-center !important;
  }
 
  .carousel-inner{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  

  .service-item .bg-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}


.btn-primary {
    color: #fff;
    background-color: #FFC448;
    border-color: #FFC448;
}

.btn-primary:hover {
    color: #fff;
    background-color: #e7b240;
    border-color: #e7b240;
}


.bg-primary {
    background-color: #6244C5 !important;
}

.text-primary {
    color: #e7b240 !important;
}





/* ----------------------------------- */


.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Topbar ***/

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
    position: none !important;
}

.navbar .navbar-nav .nav-link {
    margin-left: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 25px;
        font-size: 16px;
    }
}

.navbar-light .navbar-toggler{
    color: rgba(0, 0, 0, 0.55);
     border-color: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-right: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        left: 1.5rem;
        text-align: center;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
  
/*** linking ***/
.pt-6 { padding-top: 70px; }
.pt-7 { padding-top: 90px; }  
@media (max-width: 575px) {
    .pt-xs-6 { padding-top: 64px;  }
}
@media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-6 { padding-top: 64px;}
}
@media (min-width: 768px) {
    .pt-md-6 { padding-top: 64px; }
}
@media (min-width: 992px) {
    .pt-lg-6 { padding-top: 64px; }
}

/* .mt-6 { margin-top: 70px; } */
/* .mt-7 { margin-top: 90px; } */
@media (min-width: 768px) {
    /* .mt-md-6 { margin-top: 64px; } */
    .mt-md-7 { margin-top: 90px; }
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    z-index: 1;
}


.road-map .tns-nav button.tns-nav-active {
    width: 25px;
    background-color: #3E80FF;
  }

  #header-carousel .carousel-item {
    min-height: 600px;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 495px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}


/*** About ***/
.about {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/backgrounds/about.png) left center no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    right: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}



@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
}

.service-item:hover .service-text {
    top: -1.5rem;
}

.service-item .service-text h5 {
    transition: .5s;
}

.service-item:hover .service-text h5 {
    color: var(--primary);
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social li {
    margin-left: 15px;
    opacity: 1;
}

.team-item .team-social li .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 40px;
    transition: .5s;
}

.team-item .team-social li .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
}


/*** Testimonial ***/
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.005);
    transition: .5s;
    direction: rtl;
}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    /* background: var(--primary); */
    background-image: linear-gradient(142.17deg, #feebc866, #f5e9d266 52.6%);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    /* --tw-text-opacity: 1;
    color: rgb(251 170 26 / var(--tw-text-opacity)); */
}

.owl-item.center .title-name *,
.title-name:hover * {
    --tw-text-opacity: 1;
    color: rgb(251 170 26 / var(--tw-text-opacity));
}

.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 10px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    left: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0px 0px 30px rgba(218, 211, 211, 0.42);
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

/* == groups start == */
.img-fluid{
    border-radius: 10px !important;
}
/* == groups end == */

/*** Footer ***/
.cf{
    color: #667094;
}
.footer {
    color: #667085;
    background: #f6f6f9 !important;
    direction: rtl;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: right;
    color: #667085;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    /* content: "\f105"; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    color: #555e6f;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
    color: #555e6f;

}



.copyright {
    background: #e0e0e4;
    color: #667085;
}

.text-light{
    color: #667085 !important;

}

.copyright a:hover {
    color: #596174 !important;
}




/* ===== FAQ CSS ===== */
.ud-faq {
    /* padding-top: 120px;
    padding-bottom: 90px; */
    /* background: #f4f5f7; */
    position: relative;
    z-index: 1;
    text-align: end;
  
  }
  
  @media (max-width: 767px) {
    .ud-faq {
      padding-top: 80px;
      padding-bottom: 50px;
    }
  }
  
  .ud-faq .shape {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    text-align: end;
  
  }
  
  .ud-single-faq {
    /* background: #fff; */
    border: 1px solid #f4f5f7;
    /* -webkit-box-shadow: 0px 20px 95px rgba(201, 203, 204, 0.3); */
    /* box-shadow: 0px 20px 95px rgba(201, 203, 204, 0.3); */
    border-radius: 10px;
    margin-bottom: 30px;
  }
  
  .ud-single-faq .ud-faq-btn {
  
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 18px;
    color: var(--heading-color);
    opacity: 0.88;
    padding: 18px;
    justify-content: space-between;
  
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
    .ud-single-faq .ud-faq-btn {
      padding: 15px;
    }
  }
  
  .ud-single-faq .ud-faq-btn.collapsed span.icon i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  .ud-single-faq .ud-faq-btn span.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(48, 86, 211, 0.06);
    border-radius: 10px;
    color: var(--primary-color);
    margin-right: 24px;
  }
  
  .ud-single-faq .ud-faq-btn span.icon i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 700;
    text-align: end;
  
  }
  
  .ud-single-faq .ud-faq-body {
    padding: 0px 30px 40px 95px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
    .ud-single-faq .ud-faq-body {
      padding: 0px 16px 20px 82px;
    }
  }

/*=========== scttion reading start ===========*/
.card-Pdf{
    background: #1a374d0d;
    border-radius: 15px; 
    padding: 1px 10px 10px 10px;
  }
  .card-Pdf:after{
    box-shadow: 0px 8px 25px rgba(47, 128, 237, 0.35);
  }
  .text-pdf{
    color: #1a374d;
  }
  .f-r {
    text-align: right;
  }
  .iconp{
    margin-bottom: 0px !important;
    height: auto !important;
    font-size: 22px !important;
    justify-content: space-evenly !important;
    width: auto !important;
    display: flex;
    direction: rtl;
  }
  .cardc{
    text-decoration: none;
    color: inherit;
  }
  .cardc:after{
    text-decoration: none !important;
    color: inherit !important;
  }
  .fs-6{
    color:#323450;
    margin-top: 5px;
    margin-bottom: -1px;
  }
  .rowst{
    margin-bottom: 10px;
  }
  .aref{
    height: 32px;
    border-radius:4px;
    user-select: none;
  }
  .aref:focus {
    outline: none;
    box-shadow: none;
}
/*=========== scttion reading end ===========*/
  
/*=========== Timer start ===========*/
.sectionc{
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .stats-item {
    /* background: #80808008; */
    background: #fafafa;
    border-radius: 10px;
    padding-block: 11px;
  }
  .stats .stats-item span {
    font-size: 48px;
    display: block;
    color: #6244C5;
    font-weight: 500;
}
.stats .stats-item p {
  color: color-mix(in srgb, #002d47, transparent 40%);
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
/* =========== Timer end =========== */
  
/*=========== slyder start ===========*/
/* .testimonial-item h6 {
    font-size: 28px;
    margin-bottom: 5px;
} */
/*=========== slyder end ===========*/

.text-prim {
  color: #0d6efd !important;
}

/*=========== swapper start ===========*/
/* .swiper-container {
    width: 100%;
    padding: 20px 0;
  } */
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align-last: center !important;
  }

  @media (max-width: 767px) { 
    .enable-on-sm {
        flex-direction: column-reverse !important;
    }
}
.swiper-slide-active {
    background-image: linear-gradient(142.17deg, #feebc866, #f5e9d266 52.6%);
    transition: background-color 0.3s ease-in-out;
}
/*=========== swapper end ===========*/

/*=========== client start ===========*/
    .swiper-container {
      width: 100%;
    }
    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      place-items: anchor-center !important;
    }
    .member-card {
      width: 200px;
      height: 150px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: none;
      background: #ffffff70;
      /* background-image: none !important; */
    }
    .member-card img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      /* background-image: none !important; */
    }
    .client-swiper .swiper-slide-active {
        background: none !important;
    }
/*=========== client end ===========*/
