
.sub-item-menu {
  width: max-content !important;
}
.navbar-area nav ul li.dropdown ul li.dropdown-submenus ul {
  position: absolute;
  left: 250px;
  width: 200px;
  left: 270px !important;
  top: 2px;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.no-link,
.no-link:hover {
  color: #1f415f;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
}
.owl-custom {
  object-fit: cover;
  height: 250px;
  max-height: 250px;
}

span.data-name:before {
   /* content: '/f007'; 
    font-family: FontAwesome;*/
}

@media (max-width: 576px) {
    
  .navbar-area nav ul li.dropdown ul li.dropdown-submenus ul {
    position: initial !important;
    left: 250px;
    width: 200px;
    left: 169px !important;
    top: 2px;
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .hero-bg { 
    background-size: contain !important;
    background-repeat: no-repeat;
  }
  .owl-stage-outer .owl-height {
      height: 150px !important;
  }
 

}


@media screen and (max-width: 768px){
 #owl-banner {
     height:132px;
 }
 .contact-header h2 {
    font-size: 14px !important;
    padding-top: 30px;

 }
}
#ajaxsearchlite1 form {
    border: 2px solid #293388;
    border-radius: 20px;
        padding: 1px 10px;
}
/*
.banner-primary {
    max-width: 1135px !important;
    min-height: 420px !important;
}
*/

.support-nav-area > .container   {
    max-width: 1130px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 77px;
    right: 22px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100; 
    transition: 0.3s;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
  opacity: 1;
}

.my-float{
	width: 70%;
    padding: 10px 0 0 0;
}
.single-hero-item .hero-bg{  
    background-repeat-y: no-repeat;
}
