body{
    font-family: 'Poppins', sans-serif;

}

#loading
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(32, 32, 32);
    z-index: 999999;
}

#btnUp
{
    position: fixed;
    bottom: 15px;
    right: 115px;
    display: none;
    z-index: 99;
    font-size: 1.5rem;
}

.btn-dark {
    color: #fff;
    background-color: rgb(32, 32, 32);
    border-color: rgb(32, 32, 32);
}

#navbar{
    z-index: 959;
    width: 100%;
    background-color: rgb(255 255 255 / 50%);
    padding: 0rem !important;
    margin: 0;
    position: fixed;
}
nav::after
{
    content: "";
    position: absolute;
    top: 100%;
    left: 5%;
    background-color: rgb(14 71 85 / 38%);
    opacity: 0.7;
    width: 90%;
    height: 1px;
}
#navbar a{
    list-style-type: none;
    text-decoration: none;
}
#navbar .nav-brand h1{
    color: white;
    font-size: 1.2rem;
}

#navbar .nav-brand p{
    color: white;
    font-size: 1.2rem;
    margin-bottom: 0rem;
}
#navbar .nav-brand{
    padding: 0rem !important;
    margin: 0 !important;

}

#head-slider{
    background-image: url(/resources/Image/100.jpg);
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

#head-slider .layer{
    background-color: rgb(255 255 255 / 59%);
    height: 100vh;
    width: 100%;
    color: #0e4755;
}

#head-slider .layer .row .text-head{
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #0e4755;
    font-size: 1.4rem;
    font-weight: 500;
}
.btn-primary {
    color: #0e4755;
    background-color: #007bff00;
    border-color: #007bff00;
    font-size: 1.4rem;
    font-weight: 500;
}
.img-item{
    background-image: url(/resources/Image/Transparent-background-with-dots.png);
    background-attachment: fixed;
    background-size: cover;
}
#contact{
    
    background-color: rgba(32, 32, 32, 0.603);
    width: 100%;
    color: white;
}
#contact i {
    font-size: 1.5rem;
}

#features .row{
    margin-top: 8rem;
}

#features .features-head p{
font-weight: bold;
font-size: 2rem;
}




#services {
    text-align: center;
    background-image: url(/resources/Image/1920x999_bg2.jpg);
background-attachment: fixed;

}

#services h2 {
    font-size: 2rem;
    font-weight: 600;
    color: white;
    font-family: 'Libre Franklin', sans-serif;    

}
#services .head-services p{
    font-size: 1.3rem;
    color: white;
}
#services .head-services p::after{
  
    content: "";
    display: block;
    height: 5px;
    margin: auto;
    margin-top: 1rem;
    right: 0;
    width: 40px;
    background-color: white;
    margin-bottom: 2rem;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: rgba(32, 32, 32, 0.699);
}

#services .single-service {
   
    text-align: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;

}
#services .single-service img{
    background-size: cover;
  height: 40%;
}

#services .single-service .overlay{
    background-color: rgba(255, 255, 255, 0.89);
    width: 100%;
    padding: 1.2rem 2rem;
}

#services .single-service .overlay svg{
    width: 100%;
    position: absolute;
    bottom: 0;
}


#services .owl-prev, #services .owl-next {
    position: absolute;
    top: 50%;
    font-size: 2rem;
    color: white;
}

#services .single-service h4{
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    margin-bottom: 1rem;
    transition: all 1s;
    color: #252525;
}
#services .single-service h4::after{
  
    content: "";
    display: block;
    height: 5px;
    margin: auto;
    margin-top: 1rem;
    right: 0;
    width: 40px;
    background-color: #f5a732;
    margin-bottom: 1rem;
}

#services .single-service a button{
    background-color:#202020;
    color: white;
    border: none;
    border-radius: 7px;
    margin-bottom: 1.5rem;
}
#services .single-service a:hover button{
    background-color:#f5a732;
}


#services .owl-prev{
left: -5%;
}
#services .owl-next{
right: -5%;
}




#footer-contact{
    background-image: url(/resources/Image/bg-1.jpg.webp);
    background-repeat: no-repeat;
    color: #6e6e6e;
    margin-top: 0 !important;
}
#footer-contact .layout{
    background-color: rgb(220 220 220 / 3%);
    margin-top: 0;
}

#footer-contact .container img{
    width: 70%;
    margin: 2rem 0 1rem;

}

#footer-contact .container h5{
    color: #4a4141;
    padding-bottom: 0.3rem;
    margin: 2rem 0 1rem;
}

#footer-contact .info ul{
    list-style: none;
    padding-left: 0;
    color: white;
}

#footer-contact .info ul li a{
    color: white;

}

#footer-contact ul li a:hover{
    color: #d29d3d;
    cursor:pointer
}



.x
{
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
   
}

.spinner {
    margin: 250px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
  }
  
  .spinner > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
  }
  
  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  
  .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }

  @-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
  }
  
  @keyframes sk-stretchdelay {
    0%, 40%, 100% { 
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% { 
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }
  



  #head-about{
      background-image: url(/resources/Image/img\ 2.jpg);
      height: 100vh;
      width: 100%;
      background-size: cover;
      color: white;
      background-attachment: fixed;

  }

  #head-about .layer{
    background-color: rgba(32, 32, 32, 0.719);
    height: 100%;
    width: 100%;
    color: white;
  }
  #head-about .container .text-about{
width: 100%;
height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    justify-content: center;

  }





  #head-about .container .text-about h3{
font-size: 5rem;
font-weight: bolder;
font-family: 'Poppins', sans-serif;
  }

  #head-about .container .text-about p{
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
}


      #body-about{
          margin: 12rem 0;
      }

      #body-about .container {
text-align: center;

      }

      #body-about .container h2{
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
        font-size: 2rem;
      }

      #body-about .row{
          margin: 5rem;
      }
      #body-about .about-img img{
width: 100%;
      }
      #body-about .body-content{
          position: absolute;
         height: 100%;
      }
      #body-about .about-text{
        background-color: #202020;
        position: relative;
          left: 50%;
          bottom: 5%;
          padding: 5rem 2rem;
          border-radius: 10px;
              }

    
      #body-about .about-text h3{
        color: #f5a732;
        font-size: 19px;
    }
    #body-about .about-text p{
        margin-top: 3rem;
        color: white;
    }









    #Values .Values-text h6{
        color: #f5a732;
        font-family: 'Poppins', sans-serif;
        font-size: 1.5rem;

    }

    #Values .Values-text h2{
        font-size: 1rem;
        font-weight: bolder;
        font-family: 'Poppins', sans-serif;
    }
  
    #Values .accordion {
        color: #202020;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        transition: 0.4s;
        background-color: #f5a732;
        font-size: 1.5rem;
        font-family: 'Poppins', sans-serif;
      }

      #Values .accordion:hover{
        color: #f5a732;
        background-color: #202020;

      }

      #Values .accordion:after {
        content: '\02795'; /* Unicode character for "plus" sign (+) */
        font-size: 13px;
        color: #f5a732;
        float: right;
        margin-left: 5px;
        border: none;
        background-color: #202020;
        padding: 0.2rem 0.3rem;
      }

      #Values  .active:after {
        content: "\2796"; /* Unicode character for "minus" sign (-) */
        color: #f5a732;
        border: none;
        background-color: #202020;
        padding: 0.2rem 0.3rem;
      }
      
      
      /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
      #Values .active, .accordion:hover {
        background-color: #ccc;
      }
      
      /* Style the accordion panel. Note: hidden by default */
      #Values .panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
      }








      #our-clints{
background-image: url(/resources/Image/bg-20.jpg);
        margin-top: 5rem;
        text-align: center;
        background-attachment: fixed;

      }

      #our-clints .layout{
          background-color: rgba(32, 32, 32, 0.582);
          padding: 3rem 0;

      }

      #our-clints h3{
font-size: 2rem;
font-weight: bold;
margin-bottom: 2rem;
color: white;
      }
      #our-clints .owl-carousel {
          margin: auto;
          padding:0;
      }
      #our-clints .owl-carousel .item{
          padding: 0;
      }





#head-gallery{
        background-image: url(/resources/Image/img%207.jpg);
        height: 100vh;
        background-size: cover;
        color: white;
        background-attachment: fixed;
    }
  
    #head-gallery .layer{
        background-color: rgba(32, 32, 32, 0.719);
        height: 100%;
        width: 100%;
        color: white;
    }
    #head-gallery .container  .text-contact{
    width: 100%;
    height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      align-content: center;
      text-align: center;
    }
  
      #head-gallery .container .text-contact h3{
        font-size: 5rem;
        font-weight: bolder;
        font-family: 'Poppins', sans-serif;

        }
       
          #head-gallery .container .text-contact p{
            font-size: 1.5rem;
            font-family: 'Poppins', sans-serif;
              }




      #head-contact{
        background-image: url(/resources/Image/page-header-bg.jpg);
        height: 100vh;
        background-size: cover;
        color: white;
        background-attachment: fixed;
    }
  
    #head-contact .layer{
        background-color: rgba(32, 32, 32, 0.719);
        height: 100%;
        width: 100%;
        color: white;
    }
    #head-contact .container  .text-contact{
    width: 100%;
    height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      align-content: center;
      text-align: center;
    }
  
      #head-contact .container .text-contact h3{
        font-size: 5rem;
        font-weight: bolder;
        font-family: 'Poppins', sans-serif;

        }
       
          #head-contact .container .text-contact p{
            font-size: 1.5rem;
            font-family: 'Poppins', sans-serif;
              }

#body-contact{
    padding: 10rem 0 8rem 0;
    background-image: url(/resources/Image/bg-1.jpg.webp);
background-attachment: fixed;
}             
#body-contact .body-text p{

color: #202020;
text-align: center;
font-size: 2rem;
font-weight: bolder;
font-family: 'Poppins', sans-serif;
margin-bottom: 3rem;
}


#body-contact .map img{
    height: 100%;
    width: 100%;
    border: 2px solid rgb(202, 200, 200);
    box-shadow:3px 3px 10px rgb(184, 183, 183) ;
}

#body-contact .information .head-information{
    background-color: #f5a732;
    padding: 0.8rem 0.8rem;
    border-radius: 10px 10px 0 0 ;

}
#body-contact .information .head-information h2{
    color: rgb(32, 32, 32);
    font-family: 'Poppins', sans-serif;
font-size: 1.5rem;
font-weight: 600;
}

#body-contact .information .body-information{
    background-color: rgb(219, 219, 219);
    padding:0.8rem;
    border-radius: 0 0 10px 10px;
    box-shadow:3px 5px 10px rgb(184, 183, 183) ;
    font-family: 'Poppins', sans-serif;

}
#contact-form{
    text-align: center;
    background-image: url(/resources/Image/transport1-1080x540.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
#contact-form .layout{
    background-color: rgba(32, 32, 32, 0.74);
    padding: 3rem 0;

}

#contact-form p{
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 4rem;

}


#contact-form h5{
    font-size: 1.5rem;
    font-weight: 600;
}

#contact-form button{
    width: 10rem;
    height: 4rem;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 1rem;
    background-color: #f5a732;
    color: rgb(32, 32, 32);
border: none;
}

#contact-form button:hover{
    background-color: rgb(32, 32, 32);
color: white;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: white;
    border: none;
    padding: 0!important;
    font: inherit;
}


#head-sign .container  .text-sign{
    width: 100%;
      display: flex;
      flex-direction: column;
      text-align: center;
    }
  
      #head-sign .container .text-sign h3{
        font-size: 3rem;
        font-weight: bolder;
        font-family: 'Poppins', sans-serif;
        margin-top: 6rem;

        }
       
          #head-sign .container .text-sign p{
            font-size: 1rem;
            font-family: 'Poppins', sans-serif;
            color: #f5a732;
              }



              #head-sign{
                background-image: url(/resources/Image/header.webp);
                height: 100%;
                background-size: cover;
                color: white;
                background-attachment: fixed;
            }
          
            #head-sign .layer{
                background-color: rgba(32, 32, 32, 0.719);
                height: 100%;
                width: 100%;
                color: white;
            }
			.signInLabelForm{
			color:white;
			}
            #signIn{
                margin-top: 1rem;
                background-color: rgb(255 255 255 / 18%);
                border-radius:20px;

            }
           
            #signIn .signIn-img img{
                border-radius: 20px 0 0 20px;
                box-shadow:1px 2px 10px rgb(43, 42, 42) ;

            }

            #signIn .signIn-form{
                padding: 2rem 2rem 0 2rem;
            }


            #signIn .signIn-form form label{
                color: #ffffff;
                font-weight: 700;
            }
            #emailHelp{
                color: #f53232;
            }

            .form-check-label{
                color: #000000 !important;
           }

           #signInButton{background-color: #f5a732;padding: 0.6rem 2rem;color: #ffffff;border: none;}


           #signInButton:hover{
            background-color: #202020;
            padding: 0.6rem 2rem;
            color: white;
                       }
                      

@media only screen and (max-width: 992px){




}


@media only screen and (max-width: 768px){

    #head-slider .layer .row .text-head{
        margin-top: 3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
.h3, h3 {
    font-size: 1rem;
    margin-top: 1rem;
}

#head-slider .layer .row .text-head{
    padding: 0 1rem;
}


.h1, h1 {
    font-size: 1.5rem;
}

.pt-4, .py-4{
    text-align: center;
}

#features .row {
    margin-top: 4rem;
}

#footer-contact {
    text-align: center;
}
#footer-contact .container img {
    width: 50%;}

    .w-25 {
        width: 50% !important;
    }

    #head-about .container .text-about h3 {
        font-size: 2rem;}

        #head-about .container .text-about p {
            font-size: 1.2rem;}

            #body-about {
                margin: 5rem 0;
            }
            body{
                overflow: hidden;
            }

            #Values .accordion{
                font-size: 0.8rem;
            }  
            
            
            #Values .Values-text h2 {
                font-size: 1.5rem;
                text-align: center;
                margin-bottom: 1.5rem;
                font-size: 1.5rem;}
                
                

                #Values .Values-text h6 {
                    text-align: center;}
                    #body-about .row {
                        margin: 0rem;
                    }


                    #body-about .about-text {
                        background-color: #202020;
                        position: relative;
                        left: 70%;
                        bottom: 5%;
                        padding: 1.5rem 2rem;
                        border-radius: 10px;
                    }


                    #body-about .about-text p {
                        margin-top: 1.5rem;
                        color: white;
                        font-size: 0.8rem;
                    }

    
                    .h3, h3 {
                        font-size: 0.8rem;
                        margin-top: 1rem;
                    }

                    #body-about .body-content {
                        position: unset;
                        height: 100%;
                    }

                    
                    
                    #body-about .about-text {
                        background-color: #202020;
                        position: unset;
                        left: 0%;
                        bottom: 0%;
                        padding: 1.5rem 2rem;
                        border-radius: 10px;
                        margin-top: 2rem;
                    }


                    #head-contact .container .text-contact h3 {
                        font-size: 3rem;
                        margin-top: 0rem;}
                    
        #head-contact .container .text-contact p {
                            font-size: 1.2rem;}
                            #body-contact .body-text p {
                                font-size: 1.3rem;
                                margin-bottom: 2rem;
                            }

                            #body-contact {
                                padding: 5rem 0 4rem 0;}
                                #body-contact .map{
                                    margin-bottom: 3rem;          


                                }
                            
                                #contact-form .col-md-4{
                                    margin-bottom: 1rem;
                                }


#signIn .signIn-img img {
    border-radius: 20px 20px 0 0;
    box-shadow: 1px 2px 10px rgb(43 42 42);
}

#head-sign .container .text-sign h3 {
    font-size: 2rem;}

    #head-sign {
        height: 129vh;
    }

}




@media only screen and (max-width: 576px){




}


.input-group-addon{
	
	
    background: #ffffff;
    color: #676565;
    width: 38px;
    text-align: center;
    padding-top: 1%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	
}


.searchList.carlist .preview-photo {
    position: relative;
    min-height: 75px;
}

.searchList.carlist .preview-photo:hover a {
    display: inline-block;
}

.navbar-dark .navbar-nav .active>.nav-link:hover , .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link:hover {
    color: #3c98c8!important;
}

#navbar.active{
	background-color:#0e4755;
}


.active .navbar .container #navbarSupportedContent .navbar-nav .nav-item .nav-link{
	color: #d5d5d5;
    
}
.searchList.carlist .preview-photo a {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding-top: 45px;
    box-sizing: border-box;
    background: url(/resources/images/public/img/zoom-magnifier.png) no-repeat scroll 50% rgba(89,147,229,.5);
}