.no-gutter {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.top_hero{
    height:400px;
}
.background-container .new_home_top .home_bg {
    position: relative;
    top:100px;
    bottom:6px;
    background: url("images/home_bg.png");
    width: 100%;
    height: 225px;
    background-repeat: no-repeat;
    background-position: initial;
    background-size: contain;
}
.explore {
       color: #ffffff;
}
.background-container .new_home_top .home_bg .home_bg_one {
    background: url("./images/car-img.gif") no-repeat center center;
    width: 252px!important;
    height: 130px!important;
    background-size:100%;
    position: relative;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.background-container .new_home_top .home_bg .home_bg_two {
    background: url("./images/cyclist.gif") no-repeat center center;
    width: 73px!important;
    height: 138px!important;
    background-size:100%;
    bottom: 140px;
    left: 38%;
    position: relative;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}
.glass-form {
  background: linear-gradient(135deg, #9065f8, #6c63ff);
  border: 3px solid rgb(38 36 36 / 25%);
  backdrop-filter: blur(10px);          
  -webkit-backdrop-filter: blur(10px);  
  border-radius: 3px;                  
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15); 
  max-width: 1381px !important;
  margin: auto;
  padding: 2rem;                        
  color: #fff;                           
}


.divider {
  opacity: 0.2;
  border-color: #ddd;
}

/* Category Tabs */
.category-tabs .nav-link {
  color: #555;
  font-weight: 600;
  margin: 5px;
  padding: 2px 17px;
  border-radius: 30px;
background:#ffffff;
    color: #020202 !important;
    box-shadow: 0 3px 10px rgb(0 110 182 / 28%);
  transition: all 0.3s ease;
}
.category-tabs .nav-link:hover,
.category-tabs .active-menu {
 background:#ffffff;
    color: #020202 !important;
    box-shadow: 0 3px 10px rgb(0 110 182 / 28%);
    transform: scale(1.05);

}

/* Custom Select */
.custom-select {
  border-radius: 50px;
  padding: 7px 24px;
  font-weight: 500;
  background: #ffffff;
  border: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.custom-select:focus {
  box-shadow: 0 0 8px rgba(0,114,255,0.4);
  outline: none;
}

/* Search Input */
.search-input {
  border-radius: 50px;
  background: #ffffffdd;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  padding-left: 10px;
}
.search-input .form-control {
  font-weight: 500;
}
.search-input .form-control:focus {
  box-shadow: none;
}

/* Gradient Button */
.btn-gradient {
  background: linear-gradient(135deg, #ff0e14, #ef2e1f);
  color: #fff;
  border: none;
  transition: 0.3s;
}
.btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0,114,255,0.3);
}

/**/
.searchwrapper {
    margin-top:40px;
}
/* Nav Tabs */
.nav-link {
  color: #555;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.nav-link:hover, .active-menu {
  background: #0d6efd;
  color: #fff !important;
}

/*locations*/
 .circle-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
    .card-locations .thext{
        font-size:18px;
        margin:5px 0px;
        text-align:center;
    }
 .card-locations{
        width: 150px;
            height: 150px;
            margin: 10px;
              margin: 10px;
 }
        .card-locations img {
            border-radius:50%;
            width: 100%;
            height: auto;
             margin:2px 0px;
            transition: transform 0.8s ease-out;
        }

        .card-locations:hover {
            transform: scale(1.2);
        }


  .handpicked{
    position: relative;
    /*top:300%;*/
    /* left: 10%; */
    width: 100%;
  }

.testimonial-card .card-up {
  height: 120px;
  overflow: hidden;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.aqua-gradient {
  background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
}

.testimonial-card .avatar {
  width: 120px;
  margin-top: -60px;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 50%;
}

.hand-projects-swiper {
  
  width: 100%;
  max-width: 1280px;
  height: 450px;
  margin-top: 40px;
}
.hand-projects-slider{
 
}

.hand-projects-swiper {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 1rem;
    width: 1rem;
    height: 0.5rem;
    opacity: 0.75;
    border-radius: 50%;
    color:  #fff;
    background: hsl(210, 20%, 6%);
  }
}


.post-hight{
    overflow-y:scroll;
    height:140px;
}
.post-hight::-webkit-scrollbar-track {
  border: 1px solid #fff;
  padding: 2px 0;
  background-color: #fff;
}

.post-hight::-webkit-scrollbar {
  width: 5px;
}

.post-hight::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset rgba(white, 0.5);
  background-color: #AED2FF;
  border: 1px solid #AED2FF;
}

.card{
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
   }
#card1{
       background: linear-gradient(45deg, #4099ff, #174478);
    color:#fff; 
}
#card2{
    
        background: linear-gradient(45deg, #2ed8b6, #004134);
      color:#fff; 
}
#card3{
    background: linear-gradient(45deg, #FFB64D, #6c4000);
     color:#fff;
}
#card4{
  background: linear-gradient(45deg, #FF5370, #8c0017);
    color:#fff;
}
.card:hover{
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;*/
    box-shadow:0 5px 5px 1px rgba(0, 0, 0, 0.1);
}

.list1{
    width:70%;
    color: #9ac3db;
}
.list1 a{
        color: #071952;
  text-decoration:none;
  font-size:16px;
  position: relative;
  font-weight:500;
  cursor: pointer;
}

.list1 a::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 2px;
  border-radius: 4px;
  background-color: #CCD1E4;
  bottom: 0%;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.list1 a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.list1 a:hover{
    color:#0174BE;
}
.logo {
    height:auto;
    width: 140px;
    margin-top: -5px;
}
.locations{
    position:relative;
    margin-top:170px;
}

    .swiper-locations {
  width: 100%;
  /*max-width: 1000px;*/
  height: 40px;
  margin-top: 0px;
}
.slider-locations a{
    text-transform:capitalize;
}
.slider-locations{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEE;
  border-radius:5px;
 
}

.swiper-locations {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 1rem;
    width: 1rem;
    height: 0.5rem;
    opacity: 0.75;
    border-radius: 50%;
    color: #ffffff;
    background: #424242;
  }
}
.header-nav a{
    text-decoration:none;
    cursor:pointer;
}
.nav-item{
    float:right;
}
.headline{
    font-weight:700;
    font-size:1.8rem;
    color:#0C356A;
    font-family: 'Roboto Slab', serif;
}
.headline1{
     font-size:1.3rem;
     font-weight:700;

    color:#0C356A;
    margin:45px 0px;
    font-family: 'Roboto Slab', serif;
}


.list1 a:hover{
   color:#D80032; 
  
}
.category-tabs{
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
	}
@media only screen and (max-width: 600px){
    .bg-con h3 {
    font-size: 1.25rem!important;
}
    .search-input {
    margin-top: 11px;
    margin-bottom: 11px;
    }
    .custom-select {
    margin-top: 10px;
    }
    
    .locationsite{
   /*margin-top: 64%;*/
    }
    /**/
    
    .list1{
        width:100%;
    }
    .locations{
 
    margin-top:550px;
}
.slider1{
    margin-top:-119px;
}

.list1 {
    width: 118%;
    line-height:8px;
}
.searchbox {
    /*padding: 18px 13px;*/
}
.searchbox [class*="col-"] {
    padding: 1px;
}
.ads {
    width: 135px;
    float: left;
    margin-left: 32px;
    margin-bottom: 11px;
}
.overlay {
    position: relative;
    /* top: 80%; */
    margin-top: -78px;
     left: 2%; 
    width: 96%;
    height: 80%;
    background-color: #fff;
    z-index: 2;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

*, ::after, ::before {
    box-sizing: border-box;
}
.commerical-card-body .card-text {
    color: #595260;
    /* font-size: 1rem; */
    font-weight: 500;
    padding: 0px;
}
.commerical-card-body .text-bold {
    font-weight: 600;
    font-size: 17px;
}

.btn-srch{
    font-size:10px!important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    height: 38px;
    width: 117px;
    font-size: 14px;
}
 .swiper-locations .swiper-button-next{
         top: var(--swiper-navigation-top-offset,45%);
        margin-right: -8px;
 }

 /*.swiper-locations .swiper-button-next,*/
 .swiper-locations .swiper-button-prev{
   position: absolute;
       margin-top: -4%;

    margin-left: -16px;
      

}
.background-container .new_home_top .home_bg .home_bg_one {
    animation: myfirst 7s linear infinite;
}
.background-container .new_home_top .home_bg .home_bg_two {
    animation: myfirst 8s linear infinite;
}

.home_bg_one {
    /*display:none;*/
}
.home_bg_two{
    /*display:none;*/
}

.background-container .new_home_top .home_bg .home_bg_one {
    background: url(./images/car-img.gif) no-repeat center center;
    width: 170px !important;
    height: 130px !important;
    background-size: 100%;
    position: relative;
    bottom: 90px;
    left: 30%;
    -webkit-animation: myfirst 22s 
linear infinite;
    animation: myfirst 22s 
linear infinite;
}


.background-container .new_home_top .home_bg .home_bg_two {
    background: url(./images/cyclist.gif) no-repeat center center;
    width: 36px !important;
    height: 138px !important;
    background-size: 100%;
    bottom: 225px;
    left: 38%;
    position: relative;
    -webkit-animation: myfirst 30s 
linear infinite;
    animation: myfirst 30s 
linear infinite;
}

.background-container .new_home_top .home_bg {
    position: relative;
    top: 100px;
    bottom: 6px;
    background: url(images/home_bg.png);
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: initial;
    background-size: contain;
}
.category-tabs .nav-item {
    float: right;
    width: 155px;
}

.category-tabs {
    display: flex;
   padding-bottom: 10px;
    margin-bottom: 0;
    list-style: none;
    width: 350px;
    overflow-x: scroll;
     flex-wrap: nowrap;
     scrollbar-width: thin;    
  scrollbar-color: #fff #fff;  
}
.divider{
    display:none;
}
.glass-form {
    background: linear-gradient(135deg, #9065f8, #6c63ff);
    border: 0px;
      width: 345px;
      overflow:hidden;
}
.p-md-5 {
    padding: 1rem 0.25rem!important;
}
.navbar-brand {
    margin-left: 15px;
	padding-top: 1rem;
}
.logo {
    height: auto;
    width: 140px;
    margin-top: 2px;
}
}
/*.navbar{*/
/*    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
/*}*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -9%;
}


/*current project css*/

#slider{
  /*margin:10px auto;*/
  margin: 0 auto;
  width:100%;
  overflow:hidden;
  height:120%;
}

.slides{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  overflow:hidden;
  animation-name:fade;
  animation-duration:1s;
  display:none; 
} 
.slides img{
  width:100%;
 height:auto;
 border-radius:15px;
 
}

#dot{
  margin:0 auto;
  text-align:center;
}
.dot{
  display:inline-block;
  border-radius:50%;
  background:#d3d3d3;
  padding:4px;
  margin:10px 5px;
  margin-top:20px;
}

 .dot.active{
  background:#0F2167;
}



.slogan{
    font-size:14px;
}
.navbar-brand{
    margin-left:70px;
}
.bg-con h3{
    font-size:2.5rem;
}




/*ribbon*/

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 90px;
  height: 93px;
  text-align: right;
}

.ribbon span {
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  transform: rotate(45deg);
  width: 125px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 17px;
  right: -29px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #79A70A;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.register_sec{
    border:1px solid #FF6969;
    border-radius:5px;
}
.register_sec .user {
    background-color: #FF6969;
    color:  #FFF;
    width: 100%;
    padding: 1.5px 10px;
    overflow: hidden !important;
    font-size: 12px;
}
.register_sec .count {
   
    color: rgb(45, 56, 64);
    /*padding: 1.5px;*/
     padding: 1.5px 10px;
    font-weight: 400;
    background-color: #FFF;
}
.mainhead{
    margin-top:14px;
    color:#186F65;
    position: relative;
    top: 0px!important;

}
.p-md-5 {
        padding: 0.5rem 0.5rem!important;
    }
.res_search{
    display:none;
}

/* form */
/* Style the search field */
.res_search select {
      padding: 7px 3px;
  font-size: 14px;
  float: left;
  width: 100%;
  background: #f1f1f1;
  border-radius:0px!important;
  border:1px solid thin #c5c5c5;
} 
.res_search input[type=text] {
  padding: 7px 3px;
  font-size: 14px;
  border:1px solid thin #c5c5c5;
  float: left;
  width: 80%;
  background: #f1f1f1;
  border-radius:0px!important;
}

/* Style the submit button */
.res_search button {
  float: left;
  width: 20%;
  padding: 5px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: none;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

.res_search button:hover {
  background: #0b7dda;
}

/* Clear floats */
.res_search::after {
  content: "";
  clear: both;
  display: table;
}
.bullt{
    margin-left: -10px !important;
    line-height: 21px;
}