@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

:root {
  --wolf-blue: #072c50;
  --wolf-orange: #f5a737;
  --wolf-font: "PT Sans", sans-serif;
  --wolf-font-title: "Mouser";
  --wolf-green: #2aa738;
}

@font-face {
  font-family: "Mouser";
  src: url("../fonts/Mouser.eot");
  src: url("../fonts/Mouser.eot?#iefix") format("embedded-opentype"), url("../fonts/Mouser.woff2") format("woff2"), url("../fonts/Mouser.woff") format("woff"), url("../fonts/Mouser.ttf") format("truetype"), url("../fonts/Mouser.svg#Mouser") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

body {}

.ccm-page p {
  line-height: 1.7;
  font-size: 20px;
  color: #151e28;
  font-family: var(--wolf-font);
}

.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5 {
  color: #151e28;
  font-family: var(--wolf-font-title);
  line-height: 1.5;
}

.ccm-page h1 {}

.ccm-page h2 {
  font-size: 34px;
}

h2.ccm-image-slider-title {
  color: white;
}

.ccm-page h3 {}

.ccm-page h4 {}

.ccm-page h5 {}

.wolf-footer-wrapper {}

.wolf-footer-wrapper p {
  margin-bottom: 0;
}

.wolf-navbar {
  background: var(--wolf-blue);
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.wolf-logo {
  position: absolute;
  left: 25px;
}

.wolf-logo img {
  width: 150px;
  height: auto;
}

.wolf-nav .nav-link {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
  font-family: var(--wolf-font);
  color: white !important;
  opacity: 1;
  letter-spacing: 1px;
}

.bottom-navigation .wolf-nav .nav-link {
  color: #151e28 !important;
}

.wolf-nav .nav-link {
  padding-right: 50px !important;
}

.full-area {
  padding: 80px 0;
  position: relative;
}

.header,
.subheader {
  position: relative;
}

.header h1 {
  position: relative;
  font-size: 60px;
  line-height: 1.6;
}

.header h1::before {
  content: "";
  position: absolute;
  left: -170px;
  width: 150px;
  top: 25%;
  height: 4px;
  background: rgb(103, 167, 72);
  background: -moz-linear-gradient(215deg, rgba(103, 167, 72, 1) 0%, rgba(103, 167, 72, 1) 100%);
  background: -webkit-linear-gradient(215deg, rgba(103, 167, 72, 1) 0%, rgba(103, 167, 72, 1) 100%);
  background: linear-gradient(215deg, rgba(103, 167, 72, 1) 0%, rgba(103, 167, 72, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5a737", endColorstr="#f3703a", GradientType=1);
}

.header h1 span {
  font-weight: 300;
}

.sub-header {
  padding-left: 50px;
  font-size: 30px;
  padding-top: 20px;
}

.sub-header p {
  font-size: 30px;
  padding-bottom: 20px;
}

.wolf-feature-item {
  position: relative;
  display: flex;
  align-items: center;
}

.wolf-feature-logo {
  position: relative;
  left: 0;
  display: inline-block;
  top: 0;
  background: rgb(103, 167, 72);
  background: -moz-linear-gradient(215deg, rgba(103, 167, 72, 1) 0%, rgba(103, 167, 72, 1) 100%);
  background: -webkit-linear-gradient(215deg, rgba(103, 167, 72, 1) 0%, rgba(103, 167, 72, 1) 100%);
  background: linear-gradient(215deg, rgba(103, 167, 72, 1) 0%, rgba(103, 167, 72, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5a737", endColorstr="#f3703a", GradientType=1);
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
}

.wolf-feature-logo img {
  display: block;
  height: 35px;
  width: 35px;
  margin: 0 auto;
}

.wolf-content {
  padding-left: 15px;
}

.wolf-content a {
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}

.image-left,
.image-right {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  height: 300px;
}

.image-left {
  left: -50px;
  bottom: 10px;
  width: 280px;
}

.image-right {
  right: -50px;
  bottom: -90px;
  width: 450px;
}

.line {
  position: relative;
}

.line-content {
  display: flex;
  justify-content: flex-end;
}

.line-content p {
  padding-top: 75px;
}

.line-content h2 {
  font-size: 45px;
}

.line-content.right {
  text-align: right;
}

.line::after {
  content: "";
  position: absolute;
  display: block;
  left: -100%;
  width: 125%;
  bottom: -50px;
  height: 2px;
  background: rgb(103, 167, 72);
  background: -moz-linear-gradient(215deg, rgba(103, 167, 72, 1) 0%, rgba(103, 167, 72, 1) 100%);
  background: -webkit-linear-gradient(215deg, rgba(103, 167, 72, 1) 0%, rgba(103, 167, 72, 1) 100%);
  background: linear-gradient(215deg, rgba(103, 167, 72, 1) 0%, rgba(103, 167, 72, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5a737", endColorstr="#f3703a", GradientType=1);
}

.line-content.right .line::after {
  left: unset !important;
  right: -100%;
}

.line-content img {
  margin-top: 120px;
  padding-left: 30px;
  border-radius: 10px;
}

.wolf-banner {
  padding-top: 120px;
  position: relative;
}

.wolf-banner-sign {
  padding-bottom: 30px;
  position: relative;
}

.wolf-banner-sign .breadcrumb li a,
.wolf-banner-sign .breadcrumb li {
  color: white;
}

.wolf-banner h1 {
  color: white;
}

.wolf-banner-sign::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../assets/wolf-white.png");
  background-position: center;
  background-size: contain;
  height: 250px;
  width: 250px;
  opacity: 0.1;
}

.banner-content {
  padding-left: 60px;
  position: relative;
  max-width: 50%;
  margin-top: 20px;
}

.banner-content::before {
  content: "";
  height: 100%;
  width: 10px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  background: rgb(103, 167, 72);
  background: -moz-linear-gradient(215deg, rgba(103, 167, 72, 1) 0%, rgba(103, 167, 72, 1) 100%);
  background: -webkit-linear-gradient(215deg, rgba(103, 167, 72, 1) 0%, rgba(103, 167, 72, 1) 100%);
  background: linear-gradient(215deg, rgba(103, 167, 72, 1) 0%, rgba(103, 167, 72, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5a737", endColorstr="#f3703a", GradientType=1);
}

.bg-banner {
  height: 450px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.ccm-form input,
.ccm-form textarea {
  background: #e6f5fc;
  border: none;
}

.ccm-form input {
  height: 45px;
}

.ccm-form .form-control:active,
.ccm-form .form-control:focus {
  border: 2px solid white;
  box-shadow: none !important;
  color: #051e37 !important;
  background: #e6f5fc;
}

.btn-primary {
  background: linear-gradient(#64a643, #325322);
  font-weight: bold;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 35px;
  border: none !important;
  border-radius: 30px;
  padding-left: 40px;
  position: relative;
  font-size: 21px;
}

.btn-primary::before {
  content: "";
  display: inline-block;
  background-image: url("../assets/wolf-white.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  vertical-align: middle;
  transition: 2s ease all;
}

.btn-primary:hover {
  background: black;
}

.btn-primary::before {}

.notview {
  opacity: 0;
  animation-duration: 2s;
  animation-name: opacity;
}

.inview {
  opacity: 1;
}

.ccm-form label {
  color: #051e37;
  font-size: 20px;
  font-weight: bold;
}

.subhead {
  text-transform: uppercase;
  background: -webkit-linear-gradient(rgba(103, 167, 72, 1), rgba(103, 167, 72, 1));
  -webkit-background-clip: text;
  font-weight: bold;
  -webkit-text-fill-color: transparent;
  font-size: 24px !important;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  #desktopnav {
    display: none !important;
  }

  #myNav,
  .mobilenav {
    display: block !important;
  }

  .mobilenav {
    font-size: 30px;
    cursor: pointer;
    background: transparent;
    border: 3px solid black;
    padding: 3px 10px;
    color: white;
  }

  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: #fbbf77;
    overflow-x: hidden;
    transition: 0.5s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .overlay-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px !important;
    color: white !important;
    display: block;
    transition: 0.3s;
  }

  .overlay-content .nav {
    max-height: unset !important;
    display: block !important;
    overflow: auto !important;
  }

  .overlay a:hover,
  .overlay a:focus {
    color: #f1f1f1;
  }

  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color: white;
  }
}

#myNav {
  display: none;
}

.mobilenav {
  display: none;
}

/* Style for the image slider */
.image-slider {
  background: url("your-image.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Style for the logo */
.logo {
  max-width: 100%;
  max-height: 100%;
}

/* Style for the bottom navigation */
.bottom-navigation {
  position: relative;
  width: 100%;
  background: #151e28;
  padding: 30px;
}

.welcome {
  height: 100vh;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.logo img {
  width: 200px;
  height: auto;
  margin-right: 35px;
}

.background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.catchphrase {
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.welcome-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  width: 90%;
}

.logo-banner {
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.wolf-header {
  background: #151e28;
  padding: 15px 0;
}

.wolf-footer h2 {
  color: white;
  font-size: 17px;
}

.wolf-footer {
  background: #151e28;
  padding: 80px 0;
}

.nav-link {
  color: white;
  font-weight: bold;
  font-size: 17px;
}

.nav-item {
  margin-right: 10px;
}

.wolf-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  display: flex !important;
  align-items: center;
}

.wolf-pages {
  display: flex;
  flex-wrap: wrap;
  place-content: center;
}

.wolf-pages .wolf-page {
  flex: 0 0 30%;
  padding: 35px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 2rem;
}

.wolf-pages .wolf-page:first-of-type {
  background: #eaf6eb;
}

.wolf-pages .wolf-page:nth-of-type(2) {
  background: #ebf8f8;
}

.wolf-pages .wolf-page:nth-of-type(3) {
  background: #e6f5fc;
}

.wolf-pages .wolf-page:nth-of-type(4) {
  background: #f2fff5;
}

.wolf-icon-behind {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: white;
  display: block;
  margin: auto;
}

.wolf-text {
  text-align: center;
}

.wolf-text h3 {
  margin-top: 30px;
  font-size: 22px;
}

.pagelink {
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.cta-area {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-position: center;
}

.cta-box h2,
.cta-box h3,
.cta-box p {
  color: white;
}

.wolf-footer a,
.wolf-footer p {
  color: white;
  line-height: 2;
  font-size: 17px;
  text-decoration: none;
}

.wolf-footer h4 {
  color: white;
  margin-bottom: 30px;
}

.wolf-footer ul,
.wolf-footer li {
  padding-left: 0;
  margin-left: 0;
  text-decoration: none;
  list-style: none;
}

.wolf-header .cta p {
  margin-bottom: 0;
}

.breadcrumb-item a {
  text-decoration: none;
}

.ccm-image-slider-text p {
  color: white;
}

.road-map-main {
  margin: 50px 0 51px;
}

.road-map-main .road-map-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 175px;
}

@media (max-width: 991px) {
  .road-map-main .road-map-wrapper {
    margin-bottom: 25px;
    height: auto;
    display: block;
  }
}

.road-map-main .road-map-wrapper::before {
  content: "";
  width: 100%;
  clear: both;
  display: block;
}

.road-map-main .road-map-wrapper::after {
  content: "";
  width: 100%;
  clear: both;
  display: block;
}

.road-map-main .road-map-wrapper .road-map-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 25px solid transparent;
  border-top-color: #e6f5fc;
  border-right-color: #e6f5fc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

@media (max-width: 992px) {
  .road-map-main .road-map-wrapper .road-map-circle {
    position: unset;
    border: 25px solid #e6f5fc;
  }
}

.road-map-main .road-map-wrapper .road-map-circle .road-map-circle-text {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #eb0d0d e0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
  box-shadow: 0px 0px 10px 5px #000 21;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.road-map-main .road-map-wrapper .road-map-card {
  width: 35%;
  background: #e6f5fc;
  padding: 20px 20px;
  z-index: 1;
  position: absolute;
  right: 0;
  border-radius: 5px;
}

.road-map-main .road-map-wrapper .road-map-card::before {
  content: "";
  width: 25%;
  height: 20px;
  background: #e6f5fc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -23%;
  z-index: -1;
}

@media (max-width: 991px) {
  .road-map-main .road-map-wrapper .road-map-card {
    width: 100%;
    margin-top: 30px;
    position: unset;
  }

  .road-map-main .road-map-wrapper .road-map-card::before {
    content: "";
    width: 20px;
    height: 30%;
    top: 50%;
    transform: translateX(-50%);
    left: 50%;
  }
}

@media (max-width: 425px) {
  .road-map-main .road-map-wrapper .road-map-card {
    top: 45%;
  }
}

.road-map-main .road-map-wrapper .road-map-card .card-head {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 15px;
  color: #fff;
}

.road-map-main .road-map-wrapper .road-map-card .card-text {
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .road-map-main .road-map-wrapper .road-map-card .card-text {
    -webkit-line-clamp: 4;
  }
}

.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
  border-bottom-color: #e6f5fc;
  border-left-color: #e6f5fc;
  border-top-color: transparent;
  border-right-color: transparent;
}

@media (max-width: 991px) {
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
    border-color: #e6f5fc;
  }
}

.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card {
  left: 0;
}

.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
  right: -23%;
  left: unset;
}

@media (max-width: 991px) {
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
    content: "";
    width: 20px;
    height: 30%;
    top: 50%;
    transform: translateX(-50%);
    left: 50%;
  }
}

@media (max-width: 425px) {
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
    top: 45%;
  }
}

.road-map-circle img {
  width: 135px;
  height: auto;
}

.road-map-card p {
  font-size: 16px;
}

.row-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ccm-block-image.ccm-template-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.contact-buttons {
  display: flex;
}

.contact-buttons .button-circle {
  background: linear-gradient(#64a643, #325322);
  font-weight: bold;
  color: white;
  border: none !important;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  position: relative;
  font-size: 25px;
  margin-right: 10px;
  transition: background 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.contact-buttons .button-circle:hover {
  background: black;
}

.contact-buttons .button-circle:last-child {
  margin-right: 0;
}

.ccm-block-social-links ul li a {
  font-size: 2.5rem;
  line-height: 1;
}


@media (min-width: 992px) {
  .nav-item:hover .dropdown {
    display: block;
  }

  .nav-item .dropdown {
    display: none;
  }

  .dropdown {
    display: none;
    position: absolute;
    background-color: #151e28;
    border-radius: 15px;
    min-width: 160px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
    z-index: 1;
    padding: 0 10px;
  }

  .dropdown {
    z-index: 999;
  }


  .nav-item-children {
    display: flex;
    flex-direction: row;
    color: white;
    align-items: center;
    padding: 10px 0;
  }

}