/*
Header Area Style
======================================================*/
.top-header {
  background-color: #092f57;
  color:#fff;    
  padding-top: 12px;
  padding-bottom: 10px;
}

.top-header nav {
    
    color:#fff;
    
}

.space{
  
    padding-top:39px;
    
    
}




rs a:btn-link {
  color: green;
  font-size: 9px;
}



.top-header.top-header-bg {
  background-color: var(--white-color);
}

.top-header.top-header-bg .header-left-content li a {
  color: var(--main-color);
}

.top-header.top-header-bg .header-left-content li a i {
  color: var(--main-color);
}

.top-header.top-header-bg .header-right-content .languages-switcher i {
  color: var(--main-color);
}

.top-header.top-header-bg .header-right-content .languages-switcher select {
  color: var(--main-color);
}

.top-header.top-header-bg .header-right-content .cart-icon a i {
  color: var(--main-color);
}

.top-header .header-left-content {
  line-height: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.top-header .header-left-content li {
  display: inline-block;
  margin-right: 15px;
}

.top-header .header-left-content li a {
  color: var(--white-color);
}

.top-header .header-left-content li a i {
  font-size: 18px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  line-height: 1;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.top-header .header-left-content li:last-child {
  margin-right: 0;
}

.top-header .header-right-content {
  line-height: 1;
  float: right;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.top-header .header-right-content .languages-switcher {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  top: 1px;
}

.top-header .header-right-content .languages-switcher i {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--white-color);
  margin-right: 0;
}

.top-header .header-right-content .languages-switcher select {
  padding: 0;
  background-color: transparent;
  border: none !important;
  cursor: pointer;
  color: var(--white-color);
  font-size: 15px;
}

.top-header .header-right-content .languages-switcher select option {
  color: var(--heading-color);
}

.top-header .header-right-content .languages-switcher select:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.top-header .header-right-content .my-account {
  margin-left: 30px;
  position: relative;
  top: 3px;
  display: inline-block;
}

.top-header .header-right-content .my-account a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: var(--main-color);
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -1px;
}

.top-header .header-right-content .my-account a i {
  color: var(--white-color);
  position: relative;
  left: 0.1px;
  font-size: 15px;
}

.top-header .header-right-content .my-account a:hover {
  background-color: var(--main-color);
}

.top-header .header-right-content .cart-icon {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-left: 30px;
}

.top-header .header-right-content .cart-icon a {
  position: relative;
}

.top-header .header-right-content .cart-icon a i {
  color: var(--white-color);
  font-size: 18px;
}

.top-header .header-right-content .cart-icon a span {
  position: absolute;
  top: -12px;
  right: -10px;
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  background-color: var(--main-color);
  border-radius: 50%;
  color: var(--white-color);
  font-size: 10px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .top-header {
    text-align: center;
  }
  .top-header .header-right-content {
    float: initial;
    margin-top: 10px;
  }
}

/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top-header {
    text-align: left;
  }
  .top-header .header-right-content {
    float: right;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=top-header.css.map */


/*AWO newsletter ans AWO Calendar part css*/

  .download-section {
    padding: 40px;
  }

  .download-section h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #092f57;
  }

  .download-btn {
    font-size: 18px;
    position: relative;
    color: #fff;
    background: #092f57;
    display: block;
    min-width: 200px;
    max-width: 460px;
    height: 56px;
    padding: 0px 18px;
    line-height: 60px !important;
    font-weight: 600;
    margin: 0 0 15px 0;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
    text-transform: uppercase;
  }
  .download-btn:hover {
    background: #0d3f77;
  }
   .download-btn::before {
    content: " ➔";
    font-size: 20px;
    transition: transform 0.3s ease;
  }

  .download-btn:hover {
    background: #0d3f77;
        color: #fff;

  }
  .download-btn:hover::before {
    transform: translateX(5px);
  }
   @media (max-width: 600px) {
    .download-btn {
      font-size: 10px;
      line-height: 56px !important; 
    }

    .download-btn::before {
      font-size: 12px;
    }
  }