 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

 a:hover {
   color: var(--bsx-color-primary);
 }
img {
  image-rendering: -webkit-optimize-contrast;
}
@media not all and (min-resolution:.001dpcm) {
   @supports (-webkit-appearance:none) {
     img {
       image-rendering: auto;
     }
   }
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){
  @media {
    img {
      image-rendering: auto;
    }
  }
}
@media not all and (min-resolution:.001dpcm){
  @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    img {
      image-rendering: auto;
    }
  }
}
.no-wrap{
  white-space: nowrap;
}
html .scroll-to-top{
  right: 80px;
}
html a.scroll-to-top:hover{
  color: white;
}

.cookies-info {
  overflow: hidden !important;
}
#cookies-box-back {
  background: rgba(0,0,0,.8);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9998;
}
#cookies-box {
  /* background: rgba(0,0,0,.8); */
  /* color: #aaaaaa;
  padding: 2rem;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#cookies-box > .cookies-block {
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 400px;
  padding: 2rem;
  border-radius: 3px;
  transform: translate(-50%, -50%);
}
#cookies-box.fixed-padding > .cookies-block {
  padding-right: 0;
  max-width: 800px;
  padding-left: 0;
}
#cookies-box a.btn {
  display: block;
}
#cookies-box.fixed-padding a.btn {
  margin-right: 1rem;
  margin-left: 1rem;
}
#cookies-box .cookies-container {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
}
#cookies-content {
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  word-wrap: break-word;
}
#cookies-content h1:first-child {
  display: none;
}
#cookies-box.fixed-padding #cookies-content {
  max-width: calc(100% - 2rem);
  width: calc(100% - 2rem);
  padding-right: 2rem;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: calc(100% - 3rem);
  text-align: left;
}
#cookies-box .cookies-container {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#cookies-box {
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 920px) {
  #cookies-box.fixed-padding #cookies-content {
    max-width: 100%;
    width: 100%;
  }
  #cookies-box a.btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #cookies-box.fixed-padding #cookies-content{
    height: calc(100% - 140px);
    max-height: calc(100% - 140px);
  }
  #cookies-box.fixed-padding > .cookies-block{
    left: 0;
    top: 0;
    transform: translate(0, 0);
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    position: relative;
    height: 100%;
    max-width: 100%;
  }
  #cookies-box.fixed-padding > .cookies-block h2{
    padding-top: 1rem;
  }
  #cookies-box.fixed-padding .cookies-container{
    height: 100%;
  }
}

#header .nav-link {
  color: var(--bsx-color-primary);
}
#header .nav-pills > li.active > a, #header .nav-pills .nav-link.active {
  background-color: var(--bsx-color-primary);
}
#header [class*="text-color-hover-"] {
  transition: ease all 300ms;
}
#header .custom-font-size-2 {
  font-size: 1.15em !important;
}
#header .text-color-dark, #header .text-dark {
  color: #212529 !important;
}
#header .text-color-hover-primary:hover, #header .text-hover-primary:hover {
  color: var(--bsx-color-primary) !important;
}
#header .header-btn-collapse-nav {
  background: var(--bsx-color-primary);
}
#header .social-icons li:hover.social-icons-facebook a {
  background: var(--bsx-color-primary) !important;
}
#header .btn-gradient {
  background: linear-gradient(135deg, var(--bsx-color-primary) 0%, var(--bsx-color-secondary) 80%) !important;
  color: #FFF;
}
#header .btn-gradient:hover {
  background: linear-gradient(135deg, var(--bsx-color-primary-lighten) 0%, var(--bsx-color-secondary-lighten) 80%) !important;
}
#header .btn-link {
  color: #444;
}
#header .btn-link:hover {
  color: var(--bsx-color-primary);
}
#header .flex-grow-0{
  flex-grow: 0;
}
#header .header-row .header-nav{
  /* justify-content: center; */
  margin-right: 15px;
}

#footer {
  font-size: inherit;
}
#footer .bg-color-dark, #footer .bg-dark {
  background-color: #212529 !important;
}
#footer .custom-svg-wrapper-4 {
  position: relative;
}
#footer .custom-svg-wrapper-4 > svg {
  position: absolute;
  top: 46%;
  left: 50%;
  width: 144%;
  height: 112%;
  transform: translate3d(-50%,-50%,0);
  z-index: 0;
}
#footer path.custom-svg-fill-color-secondary, #footer circle.custom-svg-fill-color-secondary {
  fill: var(--bsx-color-primary) !important;
}
#footer .custom-font-size-2 {
  font-size: 1.15em !important;
}
#footer .text-color-light, #footer .text-light {
  color: #fff !important;
}
#footer .svg-fill-color-primary {
  fill: var(--bsx-color-primary) !important;
}
#footer .svg-fill-color-primary svg path, #footer .svg-fill-color-primary svg rect, #footer .svg-fill-color-primary svg line, #footer .svg-fill-color-primary svg polyline, #footer .svg-fill-color-primary svg polygon {
  fill: var(--bsx-color-primary) !important;
}
#footer .svg-fill-color-secondary {
  fill: var(--bsx-color-secondary) !important;
}
#footer .svg-fill-color-secondary svg path, #footer .svg-fill-color-secondary svg rect, #footer .svg-fill-color-secondary svg line, #footer .svg-fill-color-secondary svg polyline, #footer .svg-fill-color-secondary svg polygon {
  fill: var(--bsx-color-secondary) !important;
}
#footer .custom-form-style-1 {
  opacity: 1 !important;
}
#footer .custom-form-style-1 .form-control {
  height: calc(1.5em + 1.85rem + 2px);
  padding: 15.6px 20px;
  padding: .975rem 1.25rem;
}
#footer .custom-form-style-1 textarea.form-control {
  height: auto;
}
#footer .btn-gradient:not(.btn-outline),
.http-error .btn-gradient:not(.btn-outline) {
  background: linear-gradient(135deg, var(--bsx-color-primary) 0%, var(--bsx-color-secondary) 80%) !important;
  color: #fff;
}
#footer a{
  text-decoration: none;
}
#footer .footer-copyright a{
  color: var(--bsx-color-primary) !important;
}
#footer .form-group{
  margin-bottom: 1rem;
}
#footer .btn-gradient:not(.btn-outline):hover, #footer .btn-gradient:not(.btn-outline).hover,
.http-error .btn-gradient:not(.btn-outline):hover, .http-error .btn-gradient:not(.btn-outline).hover {
  background: linear-gradient(135deg, var(--bsx-color-primary-lighten) 0%, var(--bsx-color-secondary-lighten) 80%) !important;
  color: #fff;
}
#footer .social-icons li:hover.social-icons-facebook a {
  background: var(--bsx-color-primary) !important;
  color: #fff !important;
}

.blog-section a {
  text-decoration: none;
}
.blog-section .blog-sidebar .form-control.bg-color-grey {
  background-color: #fff !important;
}
.blog-section .blog-sidebar button.bg-color-grey {
  color: #fff !important;
}
.blog-section .blog-sidebar .clearfix hr {
  opacity: 1;
}
.blog-section ul.social-share {
  margin: 0;
  padding: 0;
}
.blog-section ul.social-share li {
  display: inline-block;
  margin: 0 1px;
  text-align: center;
}
.blog-section ul.social-share li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 27px;
  height: 27px;
  line-height: 27px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
}
.blog-section .social-share a {
  color: #fff !important;
}
.blog-section .sub-title a {
  opacity: 0.7;
  color: #fff;
}
.blog-section iframe{
  max-width: 100%;
  margin-bottom: 10px;
}
.blog-section h2 {
    margin-bottom: 22px;
}
.blog-section h3 {
    margin-bottom: 18px;
    line-height: 30px;
}
.blog-section .shape-divider {
    background-color: #f7f7f7;
}
.bsx-button-long{
  border-radius: 0.45rem;
  font-weight: 600;
  text-transform: uppercase !important;
  outline: 0 !important;
  font-size: .9em !important;
  color: #fff !important;
  padding: 0.8rem !important;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
}
a.bsx-button-long:hover{
  text-decoration: none;
}

@media (min-width: 992px){
  #header .btn-link {
    font-size: 14px;
    font-weight: 600;
  }
  #header .header-nav-main nav > ul > li > a {
    font-size: 14px;
    padding: 0 1rem !important;
    font-weight: 600;
  }
  #header .header-nav-main nav > ul > li > a {
    color: var(--bsx-color-primary);
    font-size: 14px;
    font-weight: 600;
  }
  #header .header-nav-main nav > ul > li > a.active {
    background-color: transparent;
  }
  #header .header-nav-main.header-nav-main-square nav > ul > li > a {
    border-radius: 0 !important;
  }
  #header .header-nav-main nav > ul:not(:hover) > li > a.active {
    background-color: var(--bsx-color-primary);
    color: #FFF;
  }
  #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: var(--bsx-color-primary);
  }
  #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active::before {
    background: var(--bsx-color-primary);
  }
  #header .nav-link:hover {
    color: var(--bsx-color-primary);
  }
  #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
    background: var(--bsx-color-primary);
  }
  #header .header-nav.header-nav-line nav > ul li:hover > a {
    color: var(--bsx-color-primary);
  }
  #header .header-nav.header-nav-line nav > ul li:hover > a::before {
    background: var(--bsx-color-primary);
  }
}
@media (min-width: 1200px){
  #header .container {
    max-width: 1200px !important;
  }
  #footer .container {
    max-width: 1200px !important;
  }
  .blog-section .container {
    max-width: 1200px !important;
  }
  #header .header-nav-main nav > ul > li {
    margin-left: 15px;
  }
  #footer .custom-svg-wrapper-4 > .container {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 1200px) {
  #header .header-logo img{
    max-width: 123px;
    max-height: 32px;
  }
}
@media (max-width: 991px) {
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: var(--bsx-color-primary);
  }
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
    background: var(--bsx-color-primary);
  }
  #header .header-logo img{
    max-width: 246px;
    max-height: 64px;
  }
  #header .header-column .header-row{
    justify-content: end;
  }
}
@media (max-width: 575px) {
  #header .header-logo img{
    max-width: 100px;
    max-height: 26px;
  }
}
