/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic,400,400italic&subset=latin,latin-ext");
.decode-text {
  width: 100%;
  font-size: 30px;
  text-align: center;
}
.space {
  display: inline-block;
  width: 10px;
}
.text-animation {
  display: inline-block;
  position: relative;
  color: transparent;
  text-transform: uppercase;
}
.text-animation:before {
  content: "";
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0e182d;
  width: 0;
  height: 1.2em;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}
.text-animation.state-1:before {
  width: 1px;
}
.text-animation.state-2:before {
  width: 0.9em;
}
.text-animation.state-3 {
  color: black;
}
.text-animation.state-3:before {
  width: 0;
}
#refresh {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}
div {
  font-family: "Poppins", monospace;
}
/*body {
  height: 100vh;
  align-items: center;
  display: flex;
}*/
#g-navigation .g-menu-item-subtitle {
  text-transform: capitalize !important;
  font-size: 0.8rem;
  opacity: 0.8;
  padding-top: 0;
  font-weight: 500;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #ffffff;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container:hover {
  color: #ffffff;
}
.mainmenutitle1, .mainmenutitle1 a {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  padding-right: 10px !important;
}
.menutitle1, .menutitle1 a {
  color: #fff !important;
  border-bottom: 2px solid #fff;
  font-size: 1.3rem !important;
  font-weight: 900 !important;
}
.menutitem1, .menuitem1 a {
  font-size: 1rem !important;
  font-weight: 600 !important;
}
.menutitem1:hover, .menuitem1 a:hover {
  color: #005596 !important;
  background: #fff;
}
#g-features {
  background: #ffffff;
  color: #424753;
  padding: 0px !important;
}
#g-features .g-content {
  margin: 0rem;
  padding: 2rem 0;
}
.g-social {
  padding-top: 0.5rem;
}
.g-social a {
  color: #fff;
}
.telmobile {
  background: #005596;
  background-image: -webkit-linear-gradient(top, #005596, #2980b9);
  background-image: -moz-linear-gradient(top, #005596, #2980b9);
  background-image: -ms-linear-gradient(top, #005596, #2980b9);
  background-image: -o-linear-gradient(top, #005596, #2980b9);
  background-image: linear-gradient(to bottom, #005596, #2980b9);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  text-shadow: 1px 1px 3px #222222;
  font-family: Arial;
  color: #ffffff;
  font-size: 1rem;
  padding: 4px 10px 4px 10px;
  text-decoration: none;
}
.telmobile:hover {
  background: #2980b9;
  background-image: -webkit-linear-gradient(top, #2980b9, #005596);
  background-image: -moz-linear-gradient(top, #2980b9, #005596);
  background-image: -ms-linear-gradient(top, #2980b9, #005596);
  background-image: -o-linear-gradient(top, #2980b9, #005596);
  background-image: linear-gradient(to bottom, #2980b9, #005596);
  text-decoration: none;
  color: #ffffff;
}
#g-utility {
  background: #005596;
  color: #ffffff;
  padding: 3rem 0;
}
#g-utility .g-content {
  margin: 0rem;
  padding: 1rem 0;
}
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: "Poppins", sans-serif;
  --font-serif: "Poppins", serif;
}
* {
  box-sizing: border-box;
}
.page-content {
  display: grid;
  grid-gap: 1.1rem;
  /*padding: 1rem;*/
  max-width: 100%;
  margin: 0 auto;
  font-family: var(--font-sans);
}
@media (min-width: 48rem) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 75rem) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}
.dard {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 48rem) {
  .dard {
    height: 400px;
  }
}
.dard:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.dard:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}
.dard:nth-child(1):before {
  background-image: url('https://images.unsplash.com/photo-1689467915092-8ce0d84d4f76?q=80&w=687&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
}
.dard:nth-child(2):before {
  background-image: url('https://images.unsplash.com/photo-1544197150-b99a580bb7a8?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
}
.dard:nth-child(3):before {
  background-image: url('https://plus.unsplash.com/premium_photo-1681586126003-2a6d4ba943a2?q=80&w=1112&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
}
.dard:nth-child(4):before {
  background-image: url('https://images.unsplash.com/photo-1723366319766-21a5f7352c5c?q=80&w=675&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
}
.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}
.content > * + * {
  margin-top: 1rem;
}
.title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 2px 2px 3px #000;
}
.copy {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
  text-shadow: 3px 3px 3px #000;
}
.btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: none;
}
.btn:hover {
  background-color: #0d0d0d;
}
.btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}
@media (hover: hover) and (min-width: 48rem) {
  .dard:after {
    transform: translateY(0);
  }
  .content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }
  .dard:hover, .dard:focus-within {
    align-items: center;
  }
  .dard:hover:before, .dard:focus-within:before {
    transform: translateY(-4%);
  }
  .dard:hover:after, .dard:focus-within:after {
    transform: translateY(-50%);
  }
  .dard:hover .content, .dard:focus-within .content {
    transform: translateY(0);
  }
  .dard:hover .content > *:not(.title), .dard:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }
  .dard:focus-within:before, .dard:focus-within:after, .dard:focus-within .content, .dard:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }
}
.g-contact .g-contact-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 1.5rem;
}
.g-contact .g-contact-icon {
  position: absolute;
  left: 0;
  font-size: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  width: 35px;
  height: 45px;
  line-height: 45px;
}
.g-contact .g-contact-label {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  opacity: 0.5;
}
.g-contact .g-contact-text {
  font-family: "Poppins", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
}
/* FOOTER */
.footerlink a {
  color: #fff !important;
}
#g-footer .g-copyright {
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 600;
}
/*.g-menu-item.g-menu-item-type-heading {
	color:#ff0000;
}*/
.size-33-3 {
  flex: 0 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
  background: #005596;
}
.size-25 {
  flex: 0 25%;
  width: 25%;
  max-width: 25%;
  background: #005596;
}
.whitebg {
  background: #fff !important;
}
.box1 {
  background: #0059b3 !important;
  color: #fff !important;
}
.box2 {
  background: #00468c !important;
  color: #fff !important;
}
.box3 {
  background: #003366 !important;
  color: #fff !important;
}
.ftradr {
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 400;
  background: none;
}
.ftradr a {
  color: #fff;
}
.ftradr a:hover {
  color: #fff;
  text-decoration: underline;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 18px;
  border: 0px solid #fff;
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(255, 255, 255, 0);
  transition: all 0.2s ease-in-out;
}
/*# sourceMappingURL=custom_17.css.map */