#header.nav-bar .search {

    background-color: #1f597e;
    color: white;
}

#header.nav-bar .nav-main-collapse {
   background: rgb(31, 89, 126) !important;
}


  #header nav ul.nav-main li a i.fa-caret-down {
     color :  #2ad0eb;
} 

.sv a:hover {
  color:#38e1d9 !important;
  background-color: transparent !important;
  text-decoration: none !important;
}

.imgg-hover-zoom {
  height: 300px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

.imgg-hover-zoom img {
  transition: transform .5s ease;
}

.imgg-hover-zoom:hover img {
  transform: scale(1.5);
}
