#top-menu {
  background: #223564; }
  #top-menu * {
    color: #fff; }
  #top-menu .menu-horizontal li:not(:hover) a {
    opacity: 1; }
  #top-menu .menu-horizontal li:hover a,
  #top-menu .menu-horizontal li:hover a i,
  #top-menu .menu-horizontal li:hover a span {
    color: #509E39; }
  #top-menu .menu-horizontal li a {
    text-transform: capitalize;
    font-size: 12px; }

.menu-horizontal > li, .menu-vertical > li {
  font-family: "Poppins", sans-serif;
  text-transform: capitalize; }

.bar-1 .menu-horizontal > li > a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  color: #121212;
  opacity: 1; }
  .bar-1 .menu-horizontal > li > a:hover {
    color: #E71718; }

.bar.bar-1.pos-fixed {
  top: 45px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .bar.bar-1.pos-fixed {
    top: 40px; } }

@media (max-width: 767px) {
  .bar {
    padding: 0.5em 0; } }

.bar .menu-horizontal {
  top: 0; }

.bar .logo {
  max-height: 3.85714286em;
  top: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .bar .logo {
    max-height: 5.5em; } }
  @media (max-width: 767px) {
    .bar .logo {
      max-height: 5.5em; } }

.bar .menu-toggle {
  box-shadow: none; }

.notification.side-menu {
  background: #223564;
  width: 100%; }
  .notification.side-menu .menu-vertical li {
    opacity: 1; }
    .notification.side-menu .menu-vertical li:not(:hover):not(.dropdown--active) {
      opacity: 1; }
    .notification.side-menu .menu-vertical li:not(:last-child) {
      margin-bottom: 0.8em; }
    .notification.side-menu .menu-vertical li a {
      color: #fff !important;
      opacity: 1; }
  .notification.side-menu .logo {
    max-height: 6em;
    opacity: 1; }

body, h1, h2, h3, h4, h5, h6, p {
  font-family: "Poppins", sans-serif; }

.height-90{
  height: 90vh;
}

footer.footer-2 {
  padding-top: 4.95238095em !important;
  padding-bottom: 2em; }

footer li a {
  color: #000 !important;
  font-weight: 500 !important; }

footer li:not(:hover) {
  opacity: 1 !important; }

footer .footer-title {
  font-size: 1.1em;
  font-weight: 700 !important; }

footer .social-list li a {
  color: #6d6d6d !important; }

footer .contact li a {
  font-weight: 400 !important; }

footer .contact .title-address {
  color: #223564 !important; }

footer .border-top {
  border-top: 1px solid #efefef; }

@media (min-width: 992px) and (max-width: 1199px) {
  footer .font--12 {
    font-size: 11px; } }

footer .logo--xs {
  max-width: 100%; }
  @media (max-width: 767px) {
    footer .logo--xs {
      max-width: 60%; } }

.header-title {
  font-size: 50px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .header-title {
      font-size: 30px; } }
.header-paragraph {
  line-height: 1.5;
}
.unmarg--top {
  margin-top: 0 !important; }

.v-align-middle {
  vertical-align: middle; }

.color--primary {
  color: #509E39 !important; }

.bg-primary {
  color: #509E39; }

.color-blue {
  color: #223564; }

.bg-blue {
  background: #223564; }
  .bg-blue * {
    color: #fff; }

.overlay-blue .with-overlay img.background-image {
  background-blend-mode: multiply; }

.overlay-blue:before {
  background: #06153c; }

.btn {
  border-radius: 1px; }
/*  @media (max-width: 767px) {
    .btn {
      margin-bottom: 1em !important; } }
  .btn--primary {
    background: #6CBF53 !important;
    border-color: #6CBF53 !important; }*/

.feature-7:before {
  border-radius: 0; }

.feature-7 .background-image-holder {
  border-radius: 0; }

.boxed {
  border-radius: 0; }

.forms .form-control.rounded {
  border-radius: 50px !important; }

.forms .btn.rounded {
  border-radius: 50px !important;
  width: auto;
  padding: 0 30px; }
  @media (max-width: 767px) {
    .forms .btn.rounded {
      width: 100%; } }

.styled {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit; }
  .styled.btn-styled {
    width: 13.5rem;
    height: auto; }
    .styled.btn-styled .circle {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: relative;
      margin: 0;
      width: 3rem;
      height: 3rem;
      background: #fff;
      border-radius: 1.625rem; }
      .styled.btn-styled .circle.green {
        background: #509E39; }
      .styled.btn-styled .circle .icon {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #000; }
        .styled.btn-styled .circle .icon.arrow {
          transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
          left: 0.625rem;
          width: 1.125rem;
          height: 0.125rem;
          background: none; }
          .styled.btn-styled .circle .icon.arrow::before {
            position: absolute;
            content: '';
            top: -0.25rem;
            right: 0.0625rem;
            width: 0.625rem;
            height: 0.625rem;
            border-top: 0.125rem solid #509E39;
            border-right: 0.125rem solid #509E39;
            transform: rotate(45deg); }
          .styled.btn-styled .circle .icon.arrow.white::before {
            border-top: 0.125rem solid #fff;
            border-right: 0.125rem solid #fff; }
    .styled.btn-styled .btn-styled-text {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0.75rem 0;
      margin: 0 0 0 1.85rem;
      color: #fff;
      font-family: "Poppins", sans-serif;
      line-height: 1.6;
      text-align: center;
      text-transform: uppercase; }
      .styled.btn-styled .btn-styled-text.green {
        color: #509E39; }
  .styled:hover .circle {
    width: 100%; }
    .styled:hover .circle .icon.arrow {
      background: #509E39;
      transform: translate(1rem, 0); }
      .styled:hover .circle .icon.arrow.white {
        background: #fff; }
  .styled:hover .btn-styled-text {
    color: #fff; }
    .styled:hover .btn-styled-text.green {
      color: #fff; }

.btn.btn--blue {
  background: #223564;
  border-color: #223564 !important; }
  .btn.btn--blue .btn__text, .btn.btn--blue i {
    color: #fff; }

.styled-link {
  padding: 0 0.5em;
  background-image: linear-gradient(120deg, #509E39 0%, #509E39 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 0;
  border-bottom: 2px solid #509E39;
  color: #000;
  text-decoration: none;
  transition: background-size .125s ease-in; }
  .styled-link:hover {
    background-size: 100% 100%;
    color: #fff; }

.font800 {
  font-weight: 800; }
  .font500 {
  font-weight: 500; }
.type--bold {
  font-weight: 600;
}

a.color--primary:hover {
  color: #223564 !important; }

a:hover {
  text-decoration: none; }

.border-blue {
  display: inline-block;
  width: 20%;
  border: 3px solid #223564;
  padding: 0;
  margin: 0; }

.sub-pagination {
  font-weight: 400; }

.header-cross {
  font-size: 30px;
  color: #F71E1F;
  vertical-align: middle;

   animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
}

.header-cross.icon--md{
  font-size: 50px;
}
@media(max-width:767px){
  .header-cross.icon--md{
    font-size: 30px;
  }
}
.header-cross.color-white{
  color: #fff;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

@-webkit-keyframes anim1 {
  0% {
    top: 20px;
    right: 12px; }
  20% {
    opacity: 1; }
  100% {
    opacity: 1;
    right: -25px;
    top: -20px; } }

@keyframes anim1 {
  0% {
    top: 20px;
    right: 12px; }
  20% {
    opacity: 1; }
  100% {
    opacity: 1;
    right: -25px;
    top: -20px; } }

@-webkit-keyframes anim2 {
  0% {
    top: 20px;
    right: 12px; }
  20% {
    opacity: 1; }
  100% {
    opacity: 1;
    right: -25px;
    top: -20px; } }

@keyframes anim2 {
  0% {
    top: 20px;
    right: 12px; }
  20% {
    opacity: 1; }
  100% {
    opacity: 1;
    top: 30px;
    right: 15px; } }

@-webkit-keyframes animout {
  0% {
    height: 100vh; }
  100% {
    height: 0px; } }

@keyframes animout {
  0% {
    height: 100vh; }
  100% {
    height: 0px; } }
