
/*** 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;
 }
.log 
{
    background-color: grey;
}
/*** Spinner End ***/
.whatahsp
{
   position: fixed;
   z-index:999;
   bottom: 100px;
   width: 10px;
   right: 60px;
   
}
.whatahsp img 
{
    width: 45px;
}
.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    text-align: center;
}

.close-btn {
    float: right;
    font-size: 24px;
    cursor: pointer;
}

input 
{
    height: 40px;
    margin-top: 5px;
}
.since 
{
    position: relative;
    left: 90px;
}
.page-header h1 
{
    text-transform:uppercase;
}
.add 
{
    margin-left: 20px;
    margin-top: -25px;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.our_clients_section{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
  .client_img_box{
    margin-bottom: 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    transition: .5s ease-in-out;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: white;
    animation: slide-in 1.5s ease-in-out forwards;
  }
  @keyframes slide-in {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0%);
        opacity: 1;
    }
}
.rail 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: slide-in 1.5s ease-in-out forwards;
}
.rail p 
{
    color:white;
}
.certificate 
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.certificate img 
{
    width: 50%;
}
  b 
  {
    color: #232322;
  }
  .client_img_box:hover img{
    transform: scale(1.1,1.1);
  }
  
.btn {
    text-transform: uppercase;
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
}

.btn.btn-primary:hover {
    box-shadow: inset 200px 0 0 0 gray;
    color:white;
}

.btn.btn-dark {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-dark:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-primary);
    color: var(--bs-dark) !important;
}

.product 
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    border-radius: 20px;
   
    
    margin-top:30px;
}
.product-image 
{
    padding: 10px;
   
    border-radius: 20px;
    height: auto;
}
.product-image  img
{
    width: 100%;
    border-radius: 20px;
    height:300px;
    object-fit: contain;
}
.product-description 
{
    padding-left: 40px;
}
h6 
{
    font-size: 1.275rem;
}
/*** Topbar Start ***/
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.1), #0F3340 ), url(../img/carousel-1.png) center center no-repeat;
    background-size: cover;
}
.page-light {
    background: linear-gradient(rgba(0, 0, 0, .1), #0F3340 ), url(../img/light.jpg) center center no-repeat;
    background-size: cover;
}
.search-btn {
    position: relative;
    width: 100%;
    padding: 0 0 0 25px;
}

.search-btn .form-group {
    width: 100%;
}

.search-btn button {
    position: absolute;
    right: 25px;
}

@media (max-width: 992px) {
    .search-btn {
        display: none;
    }
}

@media (max-width: 768px) {
    .topbar {
        flex-direction: column;
    }
    .search-btn {
        display: none;
    }
    .earthing 
{
    justify-content: center;
    align-items: center;
}
.link 
{
    position: relative;
    left: 50px;
}
.earthing img 
{
    width:100%;
    margin-top: 30px;
}
    .certificate  
    {
        flex-direction: column;
    }
    .since 
    {
        position: relative;
        left: 30px;
    }
    .certificate img 
    {
        width: 100%;
    }
    .topbar-info {
        flex-direction: column;
    }
    .topbar-info a {
        padding: 0 0 10px 0;
    }
    .topbar-icon {
        padding: 0 0 10px 0;
    }
    .product 
    {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .topbar-top {
        display: none;
    }
}
.footer a:hover 
{
    color: white;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color:#fff;
    font-weight: 500;
    font-size: 15px;
    outline: none;
    transition: .5s;
}
.form-con 
{display: flex;
padding-bottom: 30px;}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active  {
    color: #fff;
    transition: .5s;
}
.last-home 
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    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;
    }
}

.dropdown .dropdown-menu a:hover,
.dropdown .dropdown-menu a.active {
    background: var(--bs-dark);
    color: whitesmoke;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

.navbar-toggler {
    background: var(--bs-secondary);
    color: var(--bs-light) !important;
    padding: 5px 12px;
    border: 2px solid var(--bs-primary) !important;
}

/*** Navbar End ***/



/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 30px 30px 0;
    transition: .5s;
    opacity: 1;
}


.carousel-control-next {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 30px 0 0 30px;
    transition: .5s;
    opacity: 1;
}

#carouselId .carousel-indicators li,
#carouselId .carousel-indicators li {
    width: 24px;
    height: 24px;
    background: var(--bs-dark);
    border: 2px solid var(--bs-primary);
    border-radius: 24px;
    margin: 0 10px 30px 10px;
}

#carouselId .carousel-indicators li.active {
    background: var(--bs-primary) !important;
}

@media (max-width: 768px) {
    .carousel-item {
        width: 100%;
        height: 400px;
    }

    .carousel-item img {
        height: 400px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    
}



/*** Carousel End ***/


/*** About Start ***/

.about-img {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 30px 30px 30px ;
    overflow: hidden;
}

.about-img::before {
    content: "";
    width: 100%;
    height: 40%;
    background: var(--bs-dark);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
}


.about-img::after {
    content: "";
    width: 100%;
    height: 60%;
    background: var(--bs-primary);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
}

.rotate-left {
    width: 150px;
    height: 100px;
    position: absolute;
    top: 28%;
    left: -10%;
    rotate: 25deg;
    z-index: 2;
}

.rotate-right {
    width: 150px;
    height: 100px;
    position: absolute;
    top: 28%;
    right: -10%;
    rotate: -25deg;
    z-index: 2;
}

.about-img img {
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.experiences {
    width: 160px;
    height: 200px;
    position: absolute;
    top: -0;
    right: 0;
    padding: 35px 35px;
    text-align: center;
    border-radius: 10px;
    z-index: 3;
    animation: mymove 5s infinite;
    animation-timing-function: ease-in-out;
}

@keyframes mymove {
    from {top: -202px;}
    to {top: 102%;}
}

/*** About End ***/


/*** Services Start ***/
.services-inner-icon {
    width: 130px;
    height: 130px;
    background: var(--bs-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    position: relative;
    
}

.services-inner-icon::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 62px;
    top: 50%;
    left: 50%;
    transition: .5s;
}

.services-item:hover .services-inner-icon::after {
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: -50%;
    background: var(--bs-primary);
    color: var(--bs-dark);
    
} 

.services-item i {
    text-align: center;
    transition: .5s;
}

.services-item:hover i {
    color: var(--bs-dark) !important;
    z-index: 1;
    rotate: 360deg;
}

.services-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*** Services Start ***/

/*** Project Start ***/
.project-item {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 30px 30px 30px ;
    overflow: hidden;
}
.project-item h4
{
    text-align: center;
}

.project-left {
    width: 180px;
    height: 70px;
    position: absolute;
    top: 22%;
    left: -18%;
    rotate: 30deg;
    z-index: 2;
}

.project-right {
    width: 180px;
    height: 70px;
    position: absolute;
    top: 22%;
    right: -18%;
    rotate: -30deg;
    z-index: 2;
}

.project-item img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-item a {
    position: absolute;
    padding: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0) rotate(-360deg);
    border-radius: 10px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    opacity: 0;
}

.project-item:hover a {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
    background: var(--bs-primary);
    color: var(--bs-dark) !important;
    opacity: 1;

}


/*** prohect Start ***/


/*** Blog Start ***/

.blog-carousel {
    width: 100%;
    height: 100%;
    position: relative;
}


.blog-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 80px;
    height: 50px;
    background: var(--bs-primary);
    top: -51px;
    left: 0;
    border: 0;
    border-radius: 10px 30px 30px 10px;
}

.blog-carousel .owl-nav .owl-prev {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
    transition: .5s;
}

.blog-carousel .owl-nav .owl-prev:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark);
    color: var(--bs-primary) !important;
}

.blog-carousel .owl-prev,
.blog-carousel .owl-next {
    color: var(--bs-dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-carousel .owl-nav .owl-next {
    position: absolute;
    width: 80px;
    height: 50px;
    background: var(--bs-primary);
    top: -51px;
    right: 0;
    border-radius: 30px 10px 10px 30px;
}

.blog-carousel .owl-nav .owl-next {
    box-shadow: inset 0 0 0 0 grey000;
    transition: .5s;
}

.blog-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 200px 0 0 0 grey000;
    color: var(--bs-primary) !important;
}

/*** Blog End ***/


/*** Pricing Start ***/
.pricing-item {
    transition: .5s;
    
}

.pricing-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    margin: -20px 0 20px 0;
}

.pricing-label {
    border-bottom: 20px solid var(--bs-light);
    border-radius: 0 0 300px 300px;
    transition: .5s;
}

.pricing-item:hover .pricing-label {
    border-color: rgba(0, 0, 0, .5);
}

.pricing-item:hover .pricing-label.pricing-featured {
    border-color: rgba(255, 255, 255, .5);
}


/*** Pricing End ***/


/*** Call To Action start ***/

.call-to-action {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

/*** Call To Action End ***/


/*** Team Start ***/
.team-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.team-item .team-icon {
    position: absolute;
    top: 15px;
    right: -80px;
    rotate: -30deg;
    transition: .5s;
    visibility: hidden;
}

.team-item:hover .team-icon {
    visibility: visible;
    margin-right: 95px;
    rotate: 0deg;
}

.team-item .team-icon .btn {
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
}

.team-item .team-content {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
    transition: 1s;
    
}

.team-item:hover .team-content {
    box-shadow: inset 550px 0 0 0 var(--bs-dark);
    color: var(--bs-primary) !important;
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--bs-light);
    z-index: 1;
}

.testimonial-content::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50px;
    bottom: -15px;
    rotate: 45deg;
    z-index: -5;
    background: var(--bs-light);
}

.testimonial-carousel {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 40px;
    background: var(--bs-primary);
    color: var(--bs-dark);
    font-size: 22px;
    top: 14%;
    left: 0px;
    border-radius: 30px 0 0 30px;
    box-shadow: inset 0 0 0 0 var(--bs-dark);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark);
    color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
    border-radius: 0 30px 30px 0;
}

.testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark);
    color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-secondary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

/*** testimonial End ***/


/*** Contact Start ***/
.contact-link a i,
.contact-link a h5,
.contact-link a.h5 {
    transition: .5s;
}
.form-control 
{
    border-color: #0F3340;
}
.link 
{
    position: relative;
    left: 20px;
}
.contact-link a i:hover,
.contact-link a h5:hover,
.contact-link a.h5:hover {
    color: var(--bs-primary) !important;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(#0f3340c6, #0f3340d9), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, .7);
    margin-top: 6rem;
}

.footer-item,
.footer-item a {
    color: rgba(255, 255, 255, .7);
    text-transform: none;
}

/*** Footer End ***/


/*** Copywright Start ***/

.copyright .copyright-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright .copyright-icon {
    width: 44px; 
    height: 44px; 
    display: flex;
    align-items: center; 
    justify-content: center;
}

/*** Copywright End ***/

/* Style the modal background */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5) !important;
    }
    
    /* Style the modal header */
    .modal-header {
    background-color: #0F3340;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    }
    
    /* Style the modal title */
    .modal-title {
    font-size: 28px;
    margin-top: 10px;
    }
    
    /* Style the close button */
    .close {
    color: #000000;
    }
    
    /* Style the modal body */
    .modal-body {
    background-color: #f7f7f7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px;
    }
    
    /* Style the form labels */
    .form-label {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    }
    
    /* Style the form inputs */
    .form-control {
    border: 2px solid #0F3340;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    }
    
    /* Style the form submit button */
    .btn-primary {
    background-color: #0F3340;
    border-color: #0F3340;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 30px;
    }
    
    /* Style the form submit button on hover */
    .btn-primary:hover {
    background-color: #fff;
    border-color: #0F3340;
    color: #0F3340;
    }
    
    /* Style the modal copyright link */
    .modal-copyright {
    display: block;
    text-align: right;
    color: #333333;
    font-size: 12px;
    margin-top: 20px;
    padding: 10px;
    }
    
    .modal-copyright a {
      text-decoration: none;
      color: #333333;
      font-weight: bold;
    }
    
    /* Style the modal copyright link on hover */
    .modal-copyright:hover {
    color: #222222;
    text-decoration: none;
    }
    
    /*** Section Title ***/
    .section-title {
        color: var(--primary);
        font-weight: 600;
        letter-spacing: 5px;
        text-transform: uppercase;
    }
    
    
    .popup {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
        z-index: 999;
      }
      
      .popup-content {
        background-color: white;
        padding: 20px;
        border-radius: 5px;
        width: 300px;
        text-align: center;
      }
      .popup-content input
      {
        width: 100%;
        margin-bottom: 10px;
      }
      .popup-content textarea
      {
        width: 100%;
      }
      .close-btn {
        float: right;
        font-size: 24px;
        cursor: pointer;
        background-color: black;
      }
      
      input 
      {
        height: 40px;
        margin-top: 5px;
      }
      
      
      .popupp {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
        z-index: 999;
      }
      .popupp-content input
      {
        width: 100%;
        margin-bottom: 10px;
      }
      .popupp-content textarea
      {
        width: 100%;
      }
      .popupp-content {
        background-color: white;
        padding: 20px;
        border-radius: 5px;
        width: 300px;
        text-align: center;
      }
      .closee-btn {
        float: right;
        font-size: 24px;
        cursor: pointer;
      }
    
      .popuppp {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
        z-index: 999;
      }
      .popuppp-content input
      {
        width: 100%;
        margin-bottom: 10px;
      }
      .popuppp-content textarea
      {
        width: 100%;
      }
      .popuppp-content {
        background-color: white;
        padding: 20px;
        border-radius: 5px;
        width: 300px;
        text-align: center;
      }
      .closeee-btn {
        float: right;
        font-size: 24px;
        cursor: pointer;
      }
      
      
      .popupppp {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
        z-index: 999;
      }
      .popupppp-content input
      {
        width: 100%;
        margin-bottom: 10px;
      }
      .popupppp-content textarea
      {
        width: 100%;
      }
      .popupppp-content {
        background-color: white;
        padding: 20px;
        border-radius: 5px;
        width: 300px;
        text-align: center;
      }
      .closeeee-btn {
        float: right;
        font-size: 24px;
        cursor: pointer;
      }
      .social {
        position: fixed;
        top: 30%;
        z-index:999;
        margin-left:30px;
        width: 10px;
       
      }
      
      .social ul {
        list-style-type: none;
        padding: 0;
        transform: translatex(-270px);
      }
      
      .social ul li {
        display: block;
        margin: 5px;
        background-color: rgba(0, 0, 0, 0.5);
        width: 300px;
        text-align: right;
        padding: 10px;
        border-radius: 0 30px 30px 0;
        transition: all 1s;
      }
      
      .social ul li:hover {
        transform: translatex(110px);
      }
      
      .social ul li.fb:hover {
        background-color: #55acee;
      }
      
      .social ul li.call:hover {
        background-color: #3b5999;
      }
      
      .social ul li.email:hover {
        background-color: #dd4b39;
      }
      
      .social ul li.instagram:hover {
        background-color: #e4405f;
      }
      .social ul li.whatsapp:hover {
        background-color:rgb(0, 255, 68);
      }
      
      
      .social ul li a {
        color: white;
        text-decoration: none;
      }
      
      .social ul li i {
        text-align: center;
        margin-left: 14px;
        color: black;
        background-color: rgb(0, 255, 68);
        padding: 10px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 20px;
        transform: rotate(0deg);
      }
      
      .social ul li:hover i {
        transform: rotate(360deg);
        transition: all 1s;
      }
      
      .social ul li.email i {
        background-color: #e4405f;
      }
      .social ul li.call i {
        background-color: #3b5999;
      }