/*** Spinner Start ***/
:root{
    --bs-warning: #6d30a5;
    --bs-hover: #ff8825;
}
.loginmodal .modal-content{
    background: #000;
    border: 1px solid var(--bs-warning);
    border-radius: 10px;
}
.loginmodal .modal-body{
    padding:40px 20px;
}
.loginmodal .close{
    position: absolute;
    right: 5px;
    top: 5px;
    background: none;
    border: none;
    color: #fff;
}
.loginmodal form {
    margin:20px;
}
.loginmodal form .form-group{
    margin-bottom: 10px;
}
.loginmodal form label{
    color: #ddd;
    font-size: 12px;
    text-transform: capitalize;
}
.loginmodal form input{
    height: 40px;
    border-radius: 8px;
    background: #111;
    border-color: #333;
}
.loginmodal form button{
    margin-top: 10px;
    float: right;
}
.loginmodal .form-check input{
    height: 17px;
}
.btn-warning:hover {
    background: #974b4b !important;
    /* background-color: var(--bs-hover); */
}
.rulestext h3{
    color: var(--bs-warning);
}
.rulestext p{
    font-size: 19px;
    margin: 20px 0;
    text-align: center;
}
.rulestext ul{
    margin-bottom: 20px;
/*    padding: 0;*/
}
.rulestext ul li{
    margin-bottom: 10px;
    list-style: auto;
    font-size: 14px;
    color: #ddd;
}
.bg-primary {
    background-color: #000000 !important;
}
.text-warning{
    color: var(--bs-warning) !important;
}
.btn-warning{
    background: var(--bs-warning);
    background-color: var(--bs-warning);
    transition: 0.5s;
}
.btn-warning:hover{
    background: var(--bs-hover);
    background-color: var(--bs-hover);
}
a.btn.btn-warning{
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 6px 18px;
    color: var(--bs-white);
    font-size: 15px;
    outline: none;
    text-transform: capitalize;
    border: 1px solid #292929;
    transition: 0.9s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #fff !important;
    background: var(--bs-warning) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}
.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: var(--bs-warning);
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: var(--bs-warning);
    transition: .8s;
}


.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/


/*** Services Start ***/
.services-content-icon svg {
    width: 40px;
    height: 40px;
}
.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}
.services .services-item:hover h4 {
    color: #fff;
}
.services-content-icon h4 {
    margin: 0;
    margin-top: 10px;
}
.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--bs-warning) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}

/*** Services End ***/


/*** Project Start ***/

.project-img {
    position: relative;
    padding: 10px;
    z-index: 2;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--bs-warning);
/*    border-radius: 10px;*/
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
/*    border-radius: 10px;*/
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/*** Project End ***/
.accordion-header .accordion-button:focus{
    outline: none;
    box-shadow: none;
}
.accordion-header .accordion-button[aria-expanded="false"]{
    background: #f8f8f8;
}
.accordion-header .accordion-button[aria-expanded="true"]{
  background-color: var(--bs-warning);
  color: #fff;
}
.accordion-header .accordion-button[aria-expanded="true"]::after{
    color: #fff;
    filter: invert(1);
}
/*** Team Start ***/

.team-img {
/*    border: 15px solid var(--bs-white);*/
}

.team-img img {
/*    border: 5px solid var(--bs-warning);*/
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
/*    border: 10px solid var(--bs-warning);*/
}
.team-img img {
    margin: 0 auto;
    width: 150px !important;
}
.team-img {
    display: flex;
    align-items: center;
}
.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-warning);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .pb-5{
        padding-bottom: 2rem !important;
    }
    .services-content{
        padding: 5px !important;
    }
    .services-content-icon h4{
        margin-bottom: 0;
    }
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
    .navbar-dark .navbar-toggler{
        position: absolute;
        right: 0;
        top: 10px;
    }
    .navbar .flex-shirink-0 {
        position: absolute;
        right: 40px;
        top: 15px;
    }
    .carousel-control-next,
    .carousel-control-prev{
        top: 30%;
        width: 60px;
        height: 40px;
    }
    .project .col-6.col-md-3{
        margin-bottom: 70px;
    }
    .project-img::before{
        width: 80px;
        height: 80px;
    }
    .project-img::after{
        width: 80px;
        height: 80px;
    }
    .footer {
    text-align: center;
    }

    .footer .hightech-link {
        justify-content:center;
    }
}

/*** Team End ***/


/*** Testimonial Start ***/

.testimonial-item {
    background: #e3f0eb;

}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}
.testimonial-item p{
    font-size: 12px;
}
.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}
.testimonial-item img {
    width: 80px !important;
}
/*** Testimonial End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
    text-transform: capitalize;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: var(--bs-warning);
    border: 0;
}
.paymentmethod div{
    display: block;
}
.paymentmethod img{
    width: 90px;
    margin-bottom: 7px;
    margin-right: 7px;
}
/*** Footer End ***/
    .bg-gray{
        background: #111;
    }
  .support {
    width: 100%;
    background-color:#222;
    padding: 10px;
    color: #ddd;
    border-radius: 0px;
    position: relative;
    align-items: center;
    text-align: center;
  }
  .support h2{
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #fff;
  }
  .footer-menu ul{
    padding:10px;
    margin-top:8px;
  }
  .footer-menu ul li{
    margin:0 10px;
  }
  .footer-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .footer-menu ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    transition: 0.5s;
    border-bottom: 1px solid #333;
  }
  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #333;
    border-top: 1px dashed #333;
    padding: 6px 0;
    width: 90%;
    margin: 0 auto;
  }
  .footer-top .secure-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: normal;
  }
  .footer-top img {
    max-height: 30px;
    max-width: 100px;
    margin-right: 10px;
  }
  .footer-top .secure-logo img {
    max-height: 50px;
  }
  .social_links{
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .social_links img{
    width: 30px;
    margin: 0 5px;
  }
  .site-info{
    font-size: 11px;
    text-align: center;
    width: 90%;
    margin: 10px auto;
    border-bottom: 1px dashed #333;
    padding-bottom: 5px;
  }
  @media (max-width:767px) {
    .footer-menu ul li {
        margin: 0 3px;
        list-style: none;
    }
    .footer-menu ul li a{
      font-size: 8px;
    }
    .footer-top{
      width: 90%;
      display: block;
    }
    .footer-top .secure-logo{
      justify-content: flex-start;
    }
    .footer-other {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40%;
    }
    .footer-other img {
      margin: 0 1px !important;
      max-height: 25px !important;
    }
  }
