/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 17 2025 | 18:14:00 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 28 2025 | 18:16:41 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --text: #444445;
  --white: #ffffff;
  --darkBlue: #07184E;
  --blue: #0C3EDF;
  --lightBlue: #569AFF;
  --secondaryBlue: #2663EE;
  --orange: #F95919;
  --tangerine: #FF9E54;
  --pink: #DA34CF;
  --purple: #AD2294;
  --darkPurple: #650578;
  --gray: #EAEDEF;
  --black: #000000;
  --gradient: linear-gradient(180deg, #650578 0%, #07184E 100%);
  --pipelineGradient: linear-gradient(90deg, #0C3EDF 0%, #DA34CF 100%);
  --mont: "Montserrat", sans-serif;
  --funnel: "Funnel Display", sans-serif;
  --dm: "DM Sans", sans-serif;
  --thin: 100;
  --extralight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --extrabold: 800;
  --heavy: 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: Aug 22 2022 | 20:38:52 */
.error404 {
  opacity: 0;
  transition: 0.45s ease-out opacity;
}
.error404.animate_page {
  opacity: 1;
}
.error404 header#header {
  border-bottom: none !important;
}
.error404 header#header #header_main {
  border-bottom: none !important;
}
.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;
}
.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;
}
.error404 #main .main_color {
  background-color: transparent !important;
  border-top: none !important;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.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 h2 {
  font-size: 24px !important;
  line-height: 1em !important;
  text-transform: none !important;
}
.error404 .error404_content p {
  font-size: 18px !important;
  line-height: 1.5em !important;
}
.error404 .error404_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto 60px;
}
.error404 .error404_form form {
  padding-bottom: 0 !important;
}
.error404 .error404_form form > div {
  max-width: 100% !important;
}
.error404 .error404_form form #searchsubmit {
  background-color: transparent !important;
  border-color: transparent !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: 11px;
  transition: 0.3s ease-out all;
}
.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;
}
.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: 767px) {
  .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;
  }
}
.error404 #main {
  background: var(--gradient) !important;
}
.error404 #main .error404_content, .error404 #main .error404_title, .error404 #main .error404_text, .error404 #main h2 {
  color: var(--white) !important;
}
.error404 #main a.return_home {
  padding: 14px 25px !important;
  background-color: var(--tangerine) !important;
  color: var(--darkBlue) !important;
  border-radius: 10px;
  font-size: 18px !important;
}
.error404 #main input[type="search"] {
  background-color: var(--darkBlue) !important;
  border: 2px solid var(--white) !important;
  border-radius: 10px;
  padding: 10px !important;
  width: 380px !important;
  color: var(--white) !important;
}
.error404 #main button.search_trigger {
  background-color: var(--tangerine) !important;
  border-radius: 10px !important;
  color: var(--darkBlue) !important;
  width: 100px !important;
  font-size: 18px !important;
  min-height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
