*{
  font-family: 'Inter', sans-serif;
}

body {
  font-family: 'Inter', sans-serif;
  color: #444444;
  position: relative;
}

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0 10px 0;
}

/*
====================================================================
   header-top-bar
====================================================================
*/

.main-header .header-top-bar {
  position: relative;
  font-size: 13px;
  color: #ffffff;
  background: #006699;
}

.main-header .header-top-bar .top-left {
  position: relative;
  float: left;
  padding: 8px 50px 8px 0;
  line-height: 24px;
  background: #68B737;
}

.main-header .header-top-bar .top-left:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #68B737;
  border-style: solid;
  border-width: 20px 0 21px 30px;
  content: "";
  height: 0;
  position: absolute;
  /*right: -30px;*/
  top: 0;
  width: 0;
  left: 220px;
}

.main-header .header-top-bar .top-left:after {
  bottom: 0;
  content: "";
  left: -780px;
  position: absolute;
  top: 0;
  width: 1000px;
  background: #68B737;
}

.main-header .top-left .social-links {
  padding-left: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}

.main-header .top-left .social-links li {
  display: inline-block;
}

.main-header .top-left .social-links a {
  display: inline-block;
  margin-left: 15px;
  color: #ffffff;
  font-size: 13px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  background: none;
}

.main-header .top-left .social-links li.active a,
.main-header .top-left .social-links a:hover {
  background-color: #ffffff;
  color: #006699;
}

.main-header .header-top-bar .top-right {
  position: relative;
  float: right;
  padding: 8px 0;
  line-height: 24px;
}

.main-header .header-top-bar .top-right ul li {
  position: relative;
  float: left;
  margin-left: 20px;
  line-height: 24px;
  color: #e3e3e3;
}

.main-header .header-top-bar .top-right ul li a {
  position: relative;
  display: block;
  padding-left: 26px;
  line-height: 24px;
  color: #e3e3e3;
}

.main-header .header-top-bar .top-right ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}

.main-header .header-top-bar a:hover {
  color: #68B737;
}


/*
====================================================================
    main-menu media screen
====================================================================
*/

@media only screen and (max-width: 1023px) {
  .main-header .header-top-bar .top-left {
    padding: 10px;
  }
  .main-header .header-top-bar .top-left:before,
  .main-header .header-top-bar .top-left:after {
    display: none;
  }
  .main-header .header-top-bar .top-right {
    padding-right: 15px;
  }
  .main-header .header-top-bar .top-right ul li,
  .main-header .header-top-bar .top-right ul li {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .main-header .header-top-bar .top-left{
    width: 100%;
    background-color: transparent;
    text-align: center;
  }
  .main-header .header-top-bar .top-right{
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .main-header .header-top-bar .top-left{
    margin-bottom: -10px;
  }

  .main-header .header-top-bar .top-left,
  .main-header .header-top-bar .top-right {
    width: 100%;
    float: none;
    text-align: center;
  }

  .navbar-dark .navbar-nav .nav-link.user-name{
    font-size: 13px;
  }
}


#header .logo img {
  max-height: auto !important;
  width: 60%;
}

#header.header-scrolled .header-top-bar{
  display: none !important;
}

#footer .footer-top {
  padding:  90px 0 50px 0;
  background: #fefefe;
}

#footer {
  color: #000;
  font-size: 14px;
  background: #fefefe;
}

#sp-cookie-consent {
  background-color: #4a13d6;
  color: #FFFFFF;
}

.js-cookie-consent{
  position: fixed;
  width: 100%;
  background: #4a13d6;
}


.js-cookie-consent .flex-wrap{
 display: flex;
 justify-content: space-around;
}


.js-cookie-consent .text-black{
  color: #fff !important;
  padding-top: 20px;
}

.js-cookie-consent .js-cookie-consent-agree{
 border: 0;
 border-radius: 10px;
 font-weight: 700;
 margin-top: 5px;
}

.bg-teal{
  background: #3d7881 !important;
  color: #fff !important;
  border: 0;
}