/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 00:49:28 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 00:49:28 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --blue: #083887;
  --orange: #FF671F;
  --white: #ffffff;
  --gray: #F2F2F2;
  --yellow: rgba(255, 208, 64, 0.55);
  --lightpurple: rgba(57, 83, 255, 0.10);
  --lightblue: rgba(128, 176, 255, 0.33);
  --lightyellow: rgba(255, 208, 64, 0.25);
  --darkyellow: rgba(255, 208, 64, 1);
  --lightorange: #EF9600;
  --orangeAlt: rgba(239, 150, 0, 0.90);
  --orangeAltLight: rgba(239, 150, 0, 0.75);
  --orangeNav: #FFAE2C;
  --brightblue: #3953FF;
  --jayblue: #97BFFF;
  --text: #58595B;
  --source: "Source Sans 3", sans-serif;
  --rubik: "Rubik", sans-serif;
  --lato: "Lato", sans-serif;
  --fw-thin: 100;
  --fw-extralight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;
  --italic: italic;
  --i_darkpurple: #2A034C;
  --i_purple: #451284;
  --i_green: #00CA9F;
  --i_gray: #81819E;
  --i_black: #000000;
  --i_white: #FFFFFF;
  --twitter: #00aced;
  --facebook: #3b5998;
  --googleplus: #dd4b39;
  --pinterest: #cb2027;
  --linkedin: #007bb6;
  --youtube: #bb0000;
  --vimeo: #aad450;
  --tumblr: #32506d;
  --instagram: #517fa4;
  --flickr: #ff0084;
  --dribbble: #ea4c89;
  --quora: #a82400;
  --foursquare: #0072b1;
  --forrst: #5B9A68;
  --vk: #45668e;
  --wordpress: #21759b;
  --stumbleupon: #EB4823;
  --yahoo: #7B0099;
  --blogger: #fb8f3d;
  --soundcloud: #ff3a00;
  --snapchat: #fffc00;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 14 2026 | 16:58:32 */
.error404 {
  opacity: 0;
  transition: 0.45s ease-out opacity;
}
.error404 .isi {
  display: none !important;
}
.error404.animate_page {
  opacity: 1;
}
.error404 header#header {
  border-bottom: none !important;
}
.error404 header#header #header_main {
  border-bottom: none !important;
  background-color: #ffffff;
}
.error404 header#header .main_menu, .error404 header#header .header_bg, .error404 header#header #header_meta {
  display: none !important;
}
.error404 header#header span.logo {
  padding: 25px 30px 25px 0px;
}
@media only screen and (max-width: 767px) {
  .error404 header#header span.logo {
    transform: none;
  }
}
.error404 #footer-page, .error404 #socket, .error404 #scroll-top-link {
  display: none !important;
}
.error404 #main {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  padding-top: 0 !important;
  background-color: var(--white) i !important;
}
.error404 #main .main_color {
  background-color: transparent !important;
  border-top: none !important;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .error404 #main .main_color .content {
    padding: 130px 0;
  }
}
.error404 #main .main_color .entry-content-wrapper {
  text-align: center;
}
.error404 #main .main_color .entry-content {
  display: none !important;
}
.error404 .error404_content {
  text-align: center;
  margin-bottom: 75px;
}
.error404 .error404_content h1 {
  color: var(--blue) !important;
  font-size: 72px;
}
.error404 .error404_content h2 {
  font-size: 24px !important;
  line-height: 1em !important;
  text-transform: none !important;
  color: var(--blue) !important;
}
.error404 .error404_content p {
  color: var(--text) !important;
  font-size: 22px !important;
  line-height: 1.5em !important;
}
.error404 .error404_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 860px;
  margin: 0 auto 60px;
}
.error404 .error404_form form {
  padding-bottom: 0 !important;
  width: calc(100% - 200px);
}
.error404 .error404_form form > div {
  max-width: 100% !important;
}
.error404 .error404_form form > div .avia-svg-icon {
  background: var(--blue);
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.error404 .error404_form form #searchsubmit {
  width: 54px !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.error404 .error404_form form input[type="search"] {
  background: var(--white) !important;
  border: 2px solid var(--blue) !important;
  border-radius: 10px !important;
  color: var(--text) !important;
}
.error404 .error404_form form input[type="search"]::placeholder {
  color: var(--text) !important;
  opacity: 1;
}
.error404 .error404_form form input[type="search"]::-webkit-input-placeholder {
  color: var(--text) !important;
}
.error404 .error404_form form input[type="search"]:-ms-input-placeholder {
  color: var(--text) !important;
}
.error404 .error404_form form input[type="search"]::-ms-input-placeholder {
  color: var(--text) !important;
}
.error404 .error404_form form input[type="text"] {
  padding-left: 20px !important;
  line-height: 1em !important;
}
.error404 .error404_form button {
  cursor: pointer;
  box-shadow: none !important;
  border: none !important;
  padding: 16px 30px;
  transition: 0.3s ease-out all;
  background-color: var(--blue);
  border-radius: 100px;
  color: var(--white);
  width: 175px;
  font-size: 18px;
}
.error404 a.return_home {
  cursor: pointer;
  box-shadow: none !important;
  border: none !important;
  padding: 15px 25px !important;
  transition: 0.3s ease-out all;
  min-width: 225px;
  margin: 0 auto;
  background-color: var(--blue);
  color: var(--white);
  border-radius: 100px;
}
.error404_recommendation {
  text-align: center;
  display: none !important;
}
.error404_recommendation > p strong {
  font-size: 16px !important;
}
.error404_recommendation ul {
  margin: 0 !important;
}
.error404_recommendation li {
  display: inline-block;
  list-style: none;
  width: auto;
  padding: 10px;
  border-radius: 100px;
  margin: 5px;
}
@media only screen and (max-width: 989px) {
  .error404 header#header {
    position: fixed !important;
  }
  .error404 .error404_content h1 {
    font-size: 25vw !important;
  }
}
@media only screen and (max-width: 500px) {
  .error404 .error404_form {
    flex-wrap: wrap !important;
  }
  .error404 .error404_form form#searchform, .error404 .error404_form .search_trigger {
    width: 100% !important;
  }
  .error404 .error404_form form#searchform {
    margin-bottom: 20px !important;
  }
}
