@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap);/* responsive breakpoints */
.container {
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .container {
      padding: 0 16px !important; } }

.comp-content-txt-1,
.comp-content-txt-2,
.comp-content-txt-3,
.comp-content-txt-4,
.comp-content-txt-5,
.col-animate-up,
.col-animate-down,
.animate-img {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98; }

#newHomePageHeader .header,
#oldHomePageHeader .header {
  background-color: transparent; }
  #newHomePageHeader .header .search .site-search .search-field,
  #oldHomePageHeader .header .search .site-search .search-field {
    background-color: transparent; }

#newHomePageHeader::after,
#oldHomePageHeader::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 0; }
