* {
  padding: 0px;
  margin: 0px;
}

html {
  /*   scroll-behavior: smooth; */
}

body {
  overflow-x: hidden !important;
}

/* ul li {
  list-style: disc !important;
} */

ul li:hover {
  text-decoration: none;
}

ul {
  margin: 0px;
	padding-left: 20px;
}

a {
  text-decoration: none !important;
  transition: all 0.4s ease-in-out;
}

button,
input {
  transition: all 0.4s ease-in-out;
}

::-webkit-scrollbar {
  width: 10px;
  height: 12px;
}

::-webkit-scrollbar-track {
  /* border: 1px solid #0f75bd; */
  border-radius: 25px;
}

::-webkit-scrollbar-thumb {
  background: rgb(42 52 71);
  background: linear-gradient(180deg, rgb(42 52 71) 17%, rgb(42 52 71) 100%);
  border-radius: 0px;
  transition: all 0.4s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0) 60%, rgba(0, 0, 0) 100%);
}

/* SEARCH MODAL Start */

li#ajaxsearchlitewidget-2 {
  list-style: none !important;
}

.remodal {
  background: transparent !important;
}

.remodal-close {
  top: 0;
  left: unset;
  right: 20px;
  color: #ee7421;
  transition: all 0.5s ease-in-out;
}

.remodal-close:hover {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

/* SEARCH MODAL End */

/****** INPUT OUTLINE REMOVE *****/

textarea:hover,
input[type="text"]:hover,
input[type="submit"]:hover,
input[type="tel"]:hover,
textarea:active,
input[type="text"]:active,
input[type="submit"]:active,
input[type="tel"]:active,
textarea:focus,
input[type="text"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

/***** SEARCH PAGE *****/

h1 {
  padding: 22px 0;
  color: #0c265b;
}

.single-result {
}

.single-result {
  border: 1px solid #0c265b;
  padding: 10px 20px;
  margin: 20px 0;
}

.single-result h2 a {
  color: rgb(30 30 30);
}

.single-result:hover {
  transform: scale(1.02);
  background: #0c265b;
  transition: all 0.4s ease-in-out;
}

.single-result:hover h2 a,
.single-result:hover p {
  color: #fff;
}

/***** SEARCH PAGE END *****/

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
  text-align: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  background-image: url(/wp-content/uploads/2021/05/404.jpg);
  background-size: cover;
}

.error404 #masthead,
.error404 #colophon {
  display: none;
}
.logo a {
  outline: 0 !important;
}
.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}
.error-404.not-found h1 {
  font-size: 150px;
  line-height: 1;
  color: #f99b1e;
  margin: 0;
  font-weight: 800;
}
.error-404.not-found h1 span {
  color: rgb(30 30 30);
}
.page-header h3 {
  color: rgb(30 30 30);
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}
.page-header p {
  font-size: 22px !important;
  color: rgb(30 30 30);
  margin-bottom: 20px;
}
.page-content .butn {
  position: relative;
  z-index: 11;
}

.page-content .butn a:after {
  background: #113006;
}

.error404 img {
  height: auto;
  width: 250px;
}

.error-404.not-found header:before,
.error-404.not-found header:after {
  display: none;
}

.page-content .butn {
}

.page-content .butn a {
  color: #fff;
  background: #ee7421;
  padding: 10px 15px;
}

.page-content .butn a:hover {
  background: #ee7421;
}

/* 404 - NOT FOUND PAGE ENDS */

/***** SEARCH PAGE START *****/

.search-main h1 {
  padding: 22px 0;
  color: #ee7421;
}

.single-result {
  border: 1px solid #ee7421;
  padding: 10px 20px;
  margin: 20px 0;
}

.single-result h2 {
  margin-bottom: 0;
}

.single-result h2 a {
  color: rgb(30 30 30);
}

.single-result p:empty {
  display: none;
}

.single-result:hover {
  transform: scale(1.02);
  background: #ee7421;
  transition: all 0.4s ease-in-out;
}

.single-result:hover h2 a,
.single-result:hover p {
  color: #fff;
}

body.search footer {
  margin-top: 0px !important;
}

.search-main {
  padding-top: 50px !important;
  /* padding-bottom: 50px; */
}

/***** SEARCH PAGE END *****/
