/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2025 | 04:30:55 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2024 | 23:27:32 */
/************/
/*  Colors  */
/************/
@font-face {
  font-family: "Gotham-Book";
  src: url("../ccdev_fonts/gotham/Gotham-Book.eot");
  src: url("../ccdev_fonts/gotham/Gotham-Book%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-Book.svg#Gotham-Book") format("svg"), url("../ccdev_fonts/gotham/Gotham-Book.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-Book.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("../ccdev_fonts/gotham/Gotham-Medium.otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../ccdev_fonts/gotham/Gotham-Bold.eot");
  src: url("../ccdev_fonts/gotham/Gotham-Bold%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-Bold.svg#Gotham-Bold") format("svg"), url("../ccdev_fonts/gotham/Gotham-Bold.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-Bold.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-BoldItalic";
  src: url("../ccdev_fonts/gotham/Gotham-BoldItalic.eot");
  src: url("../ccdev_fonts/gotham/Gotham-BoldItalic%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-BoldItalic.svg#Gotham-BoldItalic") format("svg"), url("../ccdev_fonts/gotham/Gotham-BoldItalic.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-BoldItalic.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-BoldItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Light";
  src: url("../ccdev_fonts/gotham/Gotham-Light.eot");
  src: url("../ccdev_fonts/gotham/Gotham-Light%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-Light.svg#Gotham-Light") format("svg"), url("../ccdev_fonts/gotham/Gotham-Light.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-Light.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-LightItalic";
  src: url("../ccdev_fonts/gotham/Gotham-LightItalic.eot");
  src: url("../ccdev_fonts/gotham/Gotham-LightItalic%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../ccdev_fonts/gotham/Gotham-LightItalic.svg#Gotham-LightItalic") format("svg"), url("../ccdev_fonts/gotham/Gotham-LightItalic.ttf") format("truetype"), url("../ccdev_fonts/gotham/Gotham-LightItalic.woff") format("woff"), url("../ccdev_fonts/gotham/Gotham-LightItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2025 | 04:30:55 */
.avia-button {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 10px !important;
  position: relative;
}
.avia-button:before {
  content: "";
  border-bottom: 3px solid #CC943A;
  bottom: 0;
  height: 100%;
  left: 50%;
  position: absolute;
  text-align: center;
  transition: width ease 0.3s;
  transform: translate3d(-50%, 0, 0);
  width: 30%;
}
.avia-button:hover {
  opacity: 1 !important;
}
.avia-button:hover:before {
  width: 50%;
}
.avia-button .avia_iconbox_title {
  font-family: "Gotham-Medium", sans-serif !important;
  font-size: 15px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.avia-button .avia_button_background {
  display: none !important;
}
.button {
  font-family: "Gotham-Medium", sans-serif !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  font-size: 15px !important;
  letter-spacing: 1px;
  padding: 5px 10px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
.button:before {
  content: "";
  border-bottom: 3px solid #CC943A;
  bottom: 0;
  height: 100%;
  left: 50%;
  position: absolute;
  text-align: center;
  transition: width ease 0.3s;
  transform: translate3d(-50%, 0, 0);
  width: 30%;
}
.button:hover:before {
  width: 50%;
}
.start-left .avia-button:before {
  left: 10px !important;
  text-align: left;
  transform: translate3d(0, 0, 0) !important;
}
.start-left.button:before {
  left: 0 !important;
  text-align: left;
  transform: translate3d(0, 0, 0) !important;
}
.blue-text .avia-button .avia_iconbox_title {
  color: #0D1E32;
}
.blue-text .avia-button:hover .avia_iconbox_title {
  color: #0D1E32 !important;
}
.blue-text.button {
  color: #0D1E32 !important;
}
.blue-text.button:hover {
  color: #0D1E32 !important;
}
