p {
  line-height: 24px;
  color: #4d4d4d;

}


* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  list-style: none;
}

img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

input {
  outline: none;
  border: 0;
  width: 100%;
  padding-left: 12px;
  height: 100%;
  transition: all 0.3s;
  background-color: transparent;
}

textarea {
  outline: none;
  border: 0;
  width: 100%;
  padding-left: 12px;
  height: 100%;
  transition: all 0.3s;
  background-color: transparent;
}

.mainBox {
  width: 100%;
  padding: 10px 0;
  background-color: #f0f0f0;
}

.mainJz {
  max-width: 1380px;
  width: 94%;
  margin: 0 auto;
  margin-top: 105px;
  color: #4d4d4d;
  display: flex;
  align-items: center;
}

.knb {
  margin: 0 10px;
}


.assImg {
  overflow: hidden;
}

.KNXvOd:hover .assImg img {
  transform: scale(1.1);
}

.KNXvOd:hover .searc {
  color: #1d5caa;
}

.BlogIMGs {
  overflow: hidden;
}

.blogFlex:hover .BlogIMGs img {
  transform: scale(1.1);
}

.blogFlex:hover .Ice {
  color: #1d5caa;
}

.blogFlex:hover .Viexc {
  color: #1d5caa;
}

.i3msslbtnr {
  transition: all 0.3s;
}

.blogFlex:hover .i3msslbtnr {
  background: #fdd000 !important;
  color: #333333 !important;
}