.text-new{
    color:#2374a4;
}
/* Loading Start */
#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    background-color: #fff;
    z-index: 99;
  }
  
  #loading-image {
    /* position: absolute; */
    height: 15rem;
    /* top: 20%; */
    /* left: 42%; */
    z-index: 100;
  }
/* Loading End */



/*** Spinner Start ***/

#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;
}


/*** Button End ***/



/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: var(--bs-white);
    font-size: 18px;
    outline: none;
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-custom) !important;
    text-decoration: underline;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 6 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 ***/
#carouselId .carousel-indicators li.active{
    background-color:blue;
}

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    /* width: 90px;
    height: 60px; */
    width: 30px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 1rem;
    /* background: var(--bs-custom); */
    /* border-radius: 0 50px 50px 0; */
    opacity: 1;
}


.carousel-control-next {
    width: 30px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 1rem;
    /* background: var(--bs-custom); */
    /* border-radius: 50px 0 0 50px; */
    /* border-radius: 20px 0 20px 0; */
    opacity: 1;
}


.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-primary);
    /* color: var(--bs-dark); */
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-white);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    /* background: var(--bs-primary); */
    background: var(--bs-custom);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    /* background: var(--bs-primary); */
    background: var(--bs-custom);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    /* background: var(--bs-secondary); */
    background: var(--bs-primary);
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}

.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 ***/

/* Compatible Section Start */
.compatible-background{
    background-color: #55687d;  
}
/* Compatible Section End */

/* About Us Start */

.about-desc{
    text-align: justify;
}
.about-img {
    position: relative;
    padding: 15px;
}

.about-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    right: 0;
    /* background: var(--bs-custom); */
    background: url('../images/tile1.jpg');
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.about-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    /* background: var(--bs-dark); */
    background: url('../images/tile1.jpg');
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}
.about-item:hover .about-content {
    opacity: 1;
    transition: .5s;
}

.about-item:hover .about-img::before,
.about-item:hover .about-img::after {
    opacity: 0;
}
.about-img img {
    box-shadow: 8px 8px 8px rgb(79, 73, 73); /* You can adjust these values to customize the shadow */
}
/* About Us End */

/*** Services Start ***/

.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-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-secondary) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}

/*** Services End ***/


/*** gallery Start ***/

.gallery-img {
    position: relative;
    padding: 15px;
}


.gallery-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    right: 0;
    /* background: var(--bs-custom); */
    background: url('../images/tile1.jpg');
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.gallery-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    /* background: var(--bs-dark); */
    background: url('../images/tile1.jpg');
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

/* .gallery-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
} */

.gallery-item:hover .gallery-content {
    opacity: 1;
    transition: .5s;
}

.gallery-item:hover .gallery-img::before,
.gallery-item:hover .gallery-img::after {
    opacity: 0;

}
.gallery-img img {
    box-shadow: 6px 6px 6px rgb(79, 73, 73); /* You can adjust these values to customize the shadow */
}

/*** gallery End ***/



/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

/* .footer .social-link a:hover {
    background: var(--bs-custom);
    border: 0;
} */
/*.social-icon {*/
/*    width: 40px; */
/*    height: 40px;  */
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-radius: 50%; */
/*    background-color: var(--bs-custom); */
/*    margin-right: 10px; */
/*    transition: background-color 0.3s ease;*/
/*    color: var(--bs-dark)*/
/*}*/

/*.social-icon:hover {*/
/*    background-color:#fff; */
/*}*/
/*** Footer End ***/





/* Card Effect Start*/

.card:hover{
    cursor: text;
}

.card:hover h5 {
    font-size: 1.6rem; 
   
}

.card h5 {
    transition: font-size 0.6s;
}

/* Card Effect End */


/* FAQs Styling Start */
.accordion-button, .accordion-body{
    font-size: 1.2rem;
}
.accordion-item {
    background-color: #f8f8f9 ; /* Light grey background */
    border: 1px solid #ddd; /* Grey border */
    border-radius: 5px;
    margin-bottom: 10px;
}

.accordion-button {
    background-color: #e9ecef; /* Light grey button background */
    color: #495057; /* Dark grey text color */
}

.accordion-button:focus {
    box-shadow: none; /* Remove focus box shadow */
}

.accordion-body {
    padding: 15px;
    text-align: justify;
}

/* FAQs Styling End */


/* Back to Top Button Start */
.btn-custom{
    background-color: #787878;
}
/* Back to Top Button End */



/* Contact Us Start */
.contact .info {
    width: 100%;
    background: #fff;
  }
  
  .contact .info i {
    font-size: 20px;
    background: #e9ecef ;
    color: #151515;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #151515;
  }
  
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #484848;
  }
  
  .contact .info .email,
  .contact .info .phone {
    margin-top: 40px;
  }
  
  .contact .php-email-form {
    width: 100%;
    background: #fff;
  }
  
  .contact .php-email-form .form-group {
    padding-bottom: 8px;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .error-message br+br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #6c757d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #6c757d;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input,
  .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
  }
  
  .contact .php-email-form input:focus,
  .contact .php-email-form textarea:focus {
    border-color: #6c757d;
  }
  
  .contact .php-email-form input {
    height: 44px;
  }
  
  .contact .php-email-form textarea {
    padding: 10px 12px;
  }
  
  .contact .php-email-form button[type=submit] {
    background: #e9ecef;
    border: 0;
    padding: 10px 24px;
    color: #151515;
    transition: 0.4s;
    border-radius: 4px;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
/* Contact Us End */


/* Feature Start */
.services .icon-box {
    text-align: center;
    border: 1px solid #b0acac;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    background-image: url('../images/tilebackground1.jpg');
    /* background-image: url('../images/tiles/tile9.jpg'); */
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.4); /* Adjust the values for the desired shadow effect */
}


  
  .services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #0f161ddb;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
  }
  
  .services .icon-box .icon i {
    color: #fff;
    font-size: 28px;
    transition: ease-in-out 0.3s;
  }
  
  .services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  
  .services .icon-box h4 a {
    color: #151515;
    transition: ease-in-out 0.3s;
  }
  
  .services .icon-box h4 a:hover {
    color: #787878;
  }
  
  .services .icon-box p {
    line-height: 24px;
    font-size: 1.1rem;
    color: #000;
    margin-bottom: 0;
  }
  
  .services .icon-box:hover {
    border-color: #c6baba;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
  }
  
  /*--------------------------------------------------------------
  # Cta
  --------------------------------------------------------------*/
  .cta {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
  }
  
  .cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
  }
  
  .cta p {
    color: #fff;
  }
  
  .cta .cta-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
  }
  
  .cta .cta-btn:hover {
    background: #ffc451;
    border-color: #ffc451;
    color: #151515;
  }
  
.btn-showMore{
    background-color: #697abf;
}
/* Feature End */

/* text-custom Start*/
.text-custom, .border-custom{
    color: var(--bs-custom);
}
/* text-custom End*/

/* Footer Description Start */
.vc-description{
    text-align: justify;
}
/* Footer Description End */

/* Video Section Start */
.video-desc{
    text-align: justify;
}
/* Video Section End */


/*css forr social icon start */







.icons{
    display: inline-flex;
  }
  .icons a{
    margin-right: 1.5rem;
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
  }
  .icons a .layer{
    width: 2rem;
    height: 2rem;
    transition: transform 0.3s;
  }
  .icons a:hover .layer{
    transform: rotate(-1deg) skew(0deg);
  }
  .icons a .layer span{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all 0.3s;
  }
  .icons a .layer span.fab{
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
  }
  .icons a:hover .layer span:nth-child(1){
    opacity: 0.2;
  }
  .icons a:hover .layer span:nth-child(2){
    opacity: 0.4;
    transform: translate(5px, -5px);
  }
  .icons a:hover .layer span:nth-child(3){
    opacity: 0.6;
    transform: translate(10px, -10px);
  }
  .icons a:hover .layer span:nth-child(4){
    opacity: 0.8;
    transform: translate(15px, -15px);
  }
  .icons a:hover .layer span:nth-child(5){
    opacity: 1;
    transform: translate(20px, -20px);
  }
  .icons a:nth-child(1) .layer span,
  .icons a:nth-child(1) .text{
    color: #0077B5 ;
    border-color: #0077B5 ;
  }
  .icons a:nth-child(2) .layer span,
  .icons a:nth-child(2) .text{
    /* color: #e56969;
    border-color: #e56969; */

    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    border-color: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);


    border: 2px solid transparent; /* Initial border */
    display: inline-block;
    /* padding: 10px 20px; */
    border-image: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7) 1; /* Border gradient */
    -webkit-border-image: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7) 1; /* Safari */
    border-image-slice: 1;
  }

  .icons a:nth-child(2) .text{
    border: none;
  }
  .icons a:nth-child(3) .layer span,
  .icons a:nth-child(3) .text{
    color: #3b5998;
    border-color: #3b5998;
  }
  .icons a:nth-child(4) .layer span,
  .icons a:nth-child(4) .text{
    color: #fff;
    border-color: #fff;
  }
  .icons a:nth-child(5) .layer span,
  .icons a:nth-child(5) .text{
    color: #ff0000;
    border-color: #ff0000;
  }
  .icons a:hover:nth-child(1) .layer span{
    box-shadow: -1px 1px 3px #4267B2;
  }
  .icons a:hover:nth-child(2) .layer span{
    box-shadow: -1px 1px 3px #1DA1F2;
  }
  .icons a:hover:nth-child(3) .layer span{
    box-shadow: -1px 1px 3px #E1306C;
  }
  .icons a:hover:nth-child(4) .layer span{
    box-shadow: -1px 1px 3px #2867B2;
  }
  .icons a:hover:nth-child(5) .layer span{
    box-shadow: -1px 1px 3px #ff0000;
  }
  .icons a .text{
    position: absolute;
    left: 50%;
    bottom: -5px;
    opacity: 0;
    font-weight: 500;
    transform: translateX(-50%);
    transition: bottom 0.3s ease, opacity 0.3s ease;
  }
  .icons a:hover .text{
    bottom: -2rem;
    opacity: 1;
  }

/*css forr social icon end*/



/* Back Top Button Start */
#back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #787878;
  color: #ffffff;
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 50%;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

#back-to-top-btn:hover {
  background-color: #787878;
  color: #000000;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

/* Back Top Button End */

