
.h-fs{    
    text-align: left;
    font-size: 70%;
    font-weight: bold; 
  
    
}
.menu-fs{    
    text-align: left;
    font-size: 80%;    
 
}
hr {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
    border-width: 1px;
  }

.dropdown-menu {
    margin-top: 0;
    margin-bottom: 0;
    background-color:#343a40;
}
.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 3px solid;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    margin-left: 40;
    float: right;
  



}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    border-width: 0;
    padding: 0;


}
.dropdown-menu .dropdown .dropdown-menu.left {
    right: 100%;
    left: auto;
    background-color:#343a40;
   
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	background: #ffc10773;
	
    
  
 
}
.dropdown-menu > li.show > a{
	color: rgb(88, 86, 87);
    padding: auto;
 
}

@media (min-width:300px) {
.dropdown-menu .dropdown .dropdown-menu {
        margin:0;
        border-width: 1px;
        background-color:#343a40;
        text-decoration: #fff;
     
}
.dropdown-menu a{
        color: #a8a6a6 !important;
        
}
.dropdown:hover>.dropdown-menu{
    display: block;
}
.box {
    background: #928f8f;
    width: 250px;
    height: 250px;
    display: inline-block;
    margin: 1px;
    margin-bottom: 50px;
    margin-top: 50px;
    margin-right: 10%;
    border-radius: 50%;

}
.bg-black{
    background:#111;
}
  
.box  p{
    padding: auto;
    text-align:center;

    margin-left: 40px;
    margin-right: 40px;
 
}
.box h4{

    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
    
}
.box i{


    margin-left: 40%;
    margin-top: 10%;
    border-radius: 50%;
    border: 2px solid #ffc107;
    background-color:bg-waring;
    padding: 10px;
}
.model-title i{


    border-radius: 40%;
    border: 2px #ffc107;
    background-color:bg-waring;
    padding: 8px;
}
.model-title h1{
    font-weight: lighter;
    color: #ffc107;
    font-size: 30px;

 
}
.card:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    background:darkgoldenrod;
  }
.bg-card {
    background: darkgoldenrod;
  }

  .service-img {
    margin-top: 6.5%;
    margin-bottom: 11%;
    background:   #ffc107;
    padding-bottom: 3%;
    padding-top: 3%;    
  }
  .service-img1 {
    margin-top: 6.5%;
    margin-bottom: 11%;
    background:   #ffc107;
  

  }
  .service {
    margin-top: 9%;
    margin-bottom: 11%;
    background:  hsla(180, 56%, 52%, 0.534); 
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-top: 5%;
  }
  .service:hover {
    transform: scale(1.0); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    background: hsla(60, 1%, 17%, 0.493);
    margin-top:9%;
    margin-bottom: 10%;
  }
  .serviceindex {
    margin-top: 9%;
    margin-bottom: 11%;
    background: hsla(60, 1%, 17%, 0.493); 
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-top: 5%;
  }
  .serviceindex:hover {
    transform: scale(1.0); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    background: hsla(180, 56%, 52%, 0.534); 
    margin-top:9%;
    margin-bottom: 10%;
  
  }
  .figure a:hover {
    background: #0000006e;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;

  }
  .figure a{
      text-decoration:none;
      color: #ffc107;
      align-self: center;
    
  }
  .float-center{
     margin-left: 90%;
     margin-top: 10%;
}
.float-center1{
  margin-left: 50%;
  margin-top: 10%;
}
.rectangle {
    background: #928f8f;
    width: 500px;
    height: 180px;
    display: inline-block;
    margin: 1px;
    margin-bottom: 50px;
    margin-left: 5%;
}
  
.rectangle p{
    padding: auto;
    text-align:center;
    margin-left: 40px;
    margin-right: 40px;
 
}
.rectangle h4{

    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
    
}
.rectangle i{
    margin-left: 45%;
    margin-top: 2%;
    border-radius: 50%;
    border: 2px solid #ffc107;
    background-color:bg-waring;
    padding: 10px;
}
::selection{
    color: rgb(53, 51, 51);
    background: #4d4c4e;
  }
  
  .wrapper{
    max-width: 470px;
    margin-top: 3%;
    margin-left: 10%;
    margin-bottom: 20%;

  }
  
  .wrapper .search-input{
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
  }
  .search-input{
   
      margin-bottom: 20%;
  }
  
  .search-input input{
    height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 18px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
  }
  
  .search-input.active input{
    border-radius: 5px 5px 0 0;
  }
  
  .search-input .autocom-box{
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
  }
  
  .search-input.active .autocom-box{
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
  }
  
  .autocom-box li{
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
  }
  
  .search-input.active .autocom-box li{
    display: block;
  }
  .autocom-box li:hover{
    background: #8a8787;
  }
  
  .search-input .icon{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #0f0f0f;
    cursor: pointer;
  }
  .possition-fixed{
      position: fixed;
  }
  .margin-left{
      padding-top: 2%;
      padding-left: 10%;
  }
  nav-canter{
    margin-right: 20%;
    margin-left: 30;
  }


}