/* ----------------------------------------------------
   WordPress Theme Unit Test CSS
----------------------------------------------------- */
/* Images */
img {
  max-width: 100%;
  height: auto;
}

/* Image Alignment */
.alignnone {
  margin: 0 0 1.5em;
}

.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

.aligncenter {
  display: block;
  margin: 0 auto 1.5em;
  clear: both;
}

/* Captions */
.wp-caption {
  max-width: 100%;
  text-align: center;
  margin-bottom: 1.5em;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}

/* Galleries */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.gallery-item {
  text-align: center;
}

.gallery img {
  width: 100%;
  height: auto;
}

/* Sticky Posts */
.sticky {
  border-left: 4px solid #0073aa;
  padding-left: 20px;
}

/* Bypostauthor */
.bypostauthor {
  font-weight: bold;
}

/* Screen Reader */
.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

th,
td {
  border: 1px solid #ddd;
  padding: 12px;
}

th {
  font-weight: 600;
}

/* Lists */
ul,
ol {
  margin: 0 0 1.5rem;
}

li {
  margin-bottom: 0.5rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-top: 7px;
}

/* Blockquotes */
blockquote {
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #ddd;
  font-style: italic;
}

/* Code */
pre {
  overflow: auto;
  padding: 20px;
  background: #f5f5f5;
}

code,
kbd,
tt,
var {
  font-family: monospace;
}

/* Definition Lists */
dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1rem;
}

/* Address */
address {
  font-style: italic;
}

/* Abbreviation */
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* Horizontal Rule */
hr {
  margin: 2rem 0;
}

/* Comments */
.comment-list {
  list-style: none;
  padding: 0;
}

.comment {
  margin-bottom: 2rem;
}

.comment-author {
  font-weight: bold;
}

.comment-meta {
  font-size: 14px;
  color: #777;
}

/* Nested Comments */
.children {
  margin-left: 40px;
}

/* Comment Form */
.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .comment-form input,
  .comment-form textarea {
    padding: 10px 12px;
  }
}
@media (min-width: 992px) {
  .comment-form input,
  .comment-form textarea {
    padding: 12px;
  }
}
.comment-form input[type=submit] {
  width: auto;
}

/* Navigation */
.post-navigation,
.posts-navigation,
.navigation {
  margin: 2rem 0;
}

/* Pagination */
.page-links {
  margin-top: 2rem;
}

/* Search Form */
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.search-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Widgets */
.widget {
  margin-bottom: 2em;
}

.widget ul,
.widget ol {
  padding-left: 1.5em;
  margin-left: 0;
}

.widget li {
  margin-bottom: 10px;
}

.widget select {
  min-width: 150px;
  width: 100%;
}

/* Calendar Widget */
.wp-calendar-table {
  width: 100%;
}

/* RSS Widget */
.widget_rss ul li {
  margin-bottom: 15px;
}

/* Tag Cloud */
.tagcloud a {
  display: inline-block;
  margin: 5px;
}

/* Embeds */
iframe,
embed,
object,
video {
  max-width: 100%;
}

/* Responsive Video */
.wp-video {
  max-width: 100%;
}

/* Block Alignment */
.alignwide {
  width: 100%;
}

.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.post-password-form {
  margin-bottom: 25px;
}

/* Clearfix */
.clearfix::after,
.entry-content::after,
.navigation-single::after,
.navigation-comments::after,
.post-password-form::after {
  content: "";
  display: block;
  clear: both;
}

/* Styles Items CSS */
.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type=text] {
  margin: 0;
  width: 100%;
  color: #000;
  line-height: 1.5;
  border-radius: 10px !important;
  border: 1px solid #c0c0c0;
  font-size: 15px;
}

@media (min-width: 992px) {
  .comment-form textarea,
  .comment-form input[type=text] {
    font-size: 16px;
  }
}
.comment-form input[type=submit] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}

.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
}

.search-form input {
  float: left;
  height: 2em;
}

.search-form input[type=search] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}

.post-password-form input[type=password] {
  width: 150px;
}

.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
  background: #333;
  color: #fff;
  height: 32px;
  border: none;
  padding: 0 0.85em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-holder p:last-child {
  margin-bottom: 0;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
  color: currentColor;
}

.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover {
  text-decoration: underline;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  color: currentColor;
  text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}

.navigation-single {
  margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  color: currentColor;
  text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.25em 0;
  display: block;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
  text-decoration: underline;
}

.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: 0.4em;
  margin-bottom: 1.2em;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.2em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

#wp-calendar tbody td {
  text-align: center;
}

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999;
}

a:hover,
a:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 1.5em;
  }
}
@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 0.2em;
  }
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }
}
/* custom styling */
a:visited {
  color: currentColor;
}

.news-post a {
  width: 100%;
}

.singlepost .enlighter-default:last-child,
.singlepost .entry-content-asset:last-child,
.singlepost .schema-faq-section:last-child,
.singlepost .wp-block-codestap-advancedbtn:last-child,
.singlepost .wp-block-codestap-form:last-child,
.singlepost .wp-block-codestap-iconlist:last-child,
.singlepost .wp-block-codestap-tableofcontents:last-child,
.singlepost .wp-block-button:last-child,
.singlepost .wp-block-buttons:last-child,
.singlepost .wp-block-cover:last-child,
.singlepost .wp-block-group:last-child,
.singlepost .wp-block-media-text:last-child,
.singlepost .wp-block-yoast-faq-block:last-child,
.singlepost .wp-block-yoast-how-to-block:last-child,
.singlepost address:last-child,
.singlepost figure:last-child,
.singlepost form:last-child,
.singlepost h1:last-child,
.singlepost h2:last-child,
.singlepost h3:last-child,
.singlepost h4:last-child,
.singlepost h5:last-child,
.singlepost h6:last-child,
.singlepost hr:last-child,
.singlepost ol:last-child,
.singlepost p:last-child,
.singlepost pre:last-child,
.singlepost table:last-child,
.singlepost ul:last-child {
  margin-bottom: 0;
}

.singlepost .wp-block-group.has-background {
  padding: 20px 30px;
}

.singlepost .enlighter-default,
.singlepost .entry-content-asset,
.singlepost .schema-faq-section,
.singlepost .wp-block-codestap-advancedbtn,
.singlepost .wp-block-codestap-form,
.singlepost .wp-block-codestap-iconlist,
.singlepost .wp-block-codestap-tableofcontents,
.singlepost .wp-block-button,
.singlepost .wp-block-buttons,
.singlepost .wp-block-cover,
.singlepost .wp-block-group,
.singlepost .wp-block-media-text,
.singlepost .wp-block-yoast-faq-block,
.singlepost .wp-block-yoast-how-to-block,
.singlepost [class*=__inner-content],
.singlepost address,
.singlepost figure,
.singlepost form,
.singlepost hr,
.singlepost p,
.singlepost pre,
.singlepost table {
  margin-top: 0;
  margin-bottom: 2rem;
}

.singlepost .wp-block-post-template li,
.singlepost .wp-block-query-loop li,
.singlepost .blocks-gallery-grid li {
  padding: 0;
}

.singlepost .wp-block-post-template li::before,
.singlepost .wp-block-query-loop li::before,
.singlepost .wp-block-rss .wp-block-rss__item::before,
.singlepost ul.wp-block-social-links li::before,
.singlepost .blocks-gallery-grid li::before {
  display: none;
}

.singlepost h1.entry-title {
  margin-bottom: 0.5em;
}

.singlepost .comment-form textarea,
.singlepost .comment-form input {
  border-radius: 10px !important;
}

.singlepost .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 0;
}

.singlepost .comment-form-cookies-consent input {
  width: auto;
  margin: 0;
}

.singlepost .comment-form .comment-form-cookies-consent label:not(:-moz-placeholder) {
  padding-left: 0.6em;
}

.singlepost .comment-form .comment-form-cookies-consent label:not(:-ms-input-placeholder) {
  padding-left: 0.6em;
}

.singlepost .comment-form .comment-form-cookies-consent label:not(:placeholder-shown) {
  padding-left: 0.6em;
}

.singlepost .comment-form-cookies-consent label {
  padding-bottom: 0;
}

.singlepost .comment-form .form-submit {
  margin: 0 0 0;
}

.column-wrapper .wp-block-loginout label {
  display: block;
}

.sidebar h2.widget-title::after,
.sidebar h2.wp-block-heading::after {
  width: 40px;
  height: 4px;
  background: #08f2ea;
  content: "";
  display: block;
  margin: 5px 0 0;
}

.sidebar h2.widget-title,
.sidebar h2.wp-block-heading {
  position: relative;
  font-size: 24px;
}

.sidebar .search-form input {
  border-radius: 20px;
}

.singlepost .wp-block-buttons .wp-block-button {
  margin-bottom: 0;
}

.singlepost .entry-content .wp-block-verse {
  margin-bottom: 30px;
}

@media (min-width: 1025px) {
  .single-post .entry-content .alignfull,
  .single-post .entry-content .alignwide {
    width: unset;
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
  }
}
.singlepost .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.single-post .entry-footer .post-tags {
  margin-top: 1em;
}

.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote blockquote p {
  font-size: 1.3em;
}

@media (min-width: 576px) {
  .singlepost blockquote.wp-block-quote.is-style-large {
    padding: 20px 20px 20px 60px;
  }
}
@media (min-width: 768px) {
  .singlepost blockquote.wp-block-quote.is-style-large {
    padding: 25px 25px 25px 108px;
  }
}
@media (min-width: 992px) {
  .singlepost blockquote.wp-block-quote.is-style-large {
    padding: 30px 30px 30px 108px;
  }
}
@media (min-width: 1375px) {
  .singlepost blockquote.wp-block-quote.is-style-large {
    padding: 35px 40px 33px 108px;
  }
}
@media (min-width: 1550px) {
  .singlepost blockquote.wp-block-quote.is-style-large {
    padding: 50px 50px 50px 150px;
  }
}
.singlepost .gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 0.5em;
}

@media (min-width: 40em) {
  .singlepost .gallery-columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.singlepost .gallery img,
.singlepost .post-image img {
  max-width: 100%;
  width: auto;
}

.singlepost table {
  caption-side: top;
}

.singlepost caption {
  text-align: center;
}

.singlepost .post-image img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
}

.singlepost .post-password-form label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.singlepost .post-password-form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.singlepost .gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 0.5em;
}

.singlepost .gallery-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 40em) {
  .singlepost .gallery-columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.singlepost .gallery-item {
  padding: 0.5em;
}

.singlepost .gallery img {
  width: 150px;
}

.singlepost .entry-title,
.visual-block.subvisual-block h1 {
  word-wrap: break-word;
}

.singlepost .nav-links .nav-subtitle {
  display: block;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.news-post .subtitle a {
  display: initial;
}

.sidebar .widget ul.wp-block-latest-posts__list li a {
  color: var(--primary);
}

.sidebar .widget ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .widget input[type=text],
  .widget input[type=email],
  .widget input[type=password],
  .widget input[type=search] {
    height: 60px;
  }
}
.widget input[type=text],
.widget input[type=email],
.widget input[type=password],
.widget input[type=search] {
  width: 100%;
  height: 54px;
  display: block;
  width: 100%;
  padding: 17px 30px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #444;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.widget input[type=search]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.widget input[type=search]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.widget input[type=search]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.widget input[type=search]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.widget input[type=text],
.widget input[type=email],
.widget input[type=password],
.widget input[type=search]::placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.widget button,
.widget .button {
  border-radius: 10px;
  background-color: var(--primary);
  -webkit-box-shadow: 0 4px 0 rgba(68, 68, 68, 0.8);
          box-shadow: 0 4px 0 rgba(68, 68, 68, 0.8);
  color: #000;
  position: relative;
}

.widget button::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.05);
}

.widget button:hover::before {
  height: 100%;
}

.sidebar .widget ul li .cat-count {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  border: 1px solid #08f2ea;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #555;
  pointer-events: none;
  font-weight: 600;
  color: #444;
}

.singlepost .wp-block-image .aligncenter > figcaption {
  display: inherit;
}

.wp-block-separator.is-style-dots::before {
  font-size: 30px;
}

.latest-news-block.latest-blog .news-post h2 {
  word-wrap: break-word;
}

/* default menu styling */
.main-navigation {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0px !important;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-light-blue,
.widget_newsletter .wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
  background-color: var(--primary);
  padding: 15px 25px;
  border-radius: 10px;
}

.form-newsletter .wpcf7-spinner {
  position: absolute;
  right: 0;
}

.sidebar .widget.widget_newsletter input {
  margin: 0 0 15px;
}

.paging .page-link {
  font-size: 14px !important;
}

.paging .page-link i {
  font-size: 28px;
}

@media (min-width: 992px) {
  .paging .page-link {
    font-size: 16px !important;
  }
}
.singlepost .tagcloud {
  gap: 0;
}

.singlepost .comment-form p.form-submit {
  margin: 12px 0 0;
}

body {
  min-width: 360px;
}
@media (max-width: 1199.98px) {
  body {
    line-height: 1.75;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  body {
    line-height: 1.5;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
}
body.nav-active {
  overflow: hidden;
}

@media (max-width: 1549.98px) {
  h1, .h1 {
    font-size: 55px;
  }
}
@media (max-width: 1374.98px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199.98px) {
  h1, .h1 {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 34px;
  }
}
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 30px;
  }
}

@media (max-width: 1549.98px) {
  h2, .h2 {
    font-size: 42px;
  }
}
@media (max-width: 1374.98px) {
  h2, .h2 {
    font-size: 38px;
  }
}
@media (max-width: 1199.98px) {
  h2, .h2 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 31px;
  }
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 28px;
  }
}

@media (max-width: 1374.98px) {
  h3, .h3 {
    font-size: 32px;
  }
}
@media (max-width: 1199.98px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 24px;
  }
}

@media (max-width: 1374.98px) {
  h4, .h4 {
    font-size: 27px;
  }
}
@media (max-width: 1199.98px) {
  h4, .h4 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  h4, .h4 {
    font-size: 21px;
  }
}

@media (max-width: 991.98px) {
  h5, .h5 {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  h5, .h5 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  p {
    margin: 0 0 15px;
  }
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.btn {
  overflow: hidden;
  position: relative;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #444;
  -webkit-box-shadow: 0 4px 0 rgba(68, 68, 68, 0.8) !important;
          box-shadow: 0 4px 0 rgba(68, 68, 68, 0.8) !important;
}
@media (max-width: 1374.98px) {
  .btn {
    font-size: 17px;
    padding: 15px 20px;
  }
}
@media (max-width: 1199.98px) {
  .btn {
    font-size: 16px;
    padding: 12px 18px;
  }
}
@media (max-width: 991.98px) {
  .btn {
    font-size: 15px;
    padding: 10px 15px;
  }
}
.btn:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.05);
}
.btn:hover {
  border-color: #444;
}
.btn:hover:before {
  height: 100%;
}
.btn .btn-text {
  position: relative;
  z-index: 1;
}
.btn.btn-white {
  color: #000;
  background-color: #fff;
}
.btn.btn-arrow {
  gap: 5px;
}
.btn.btn-arrow:after {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  font-family: "icomoon";
  content: "\e907";
}
.btn.btn-light-blue {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  border-color: transparent;
}
@media (min-width: 1200px) {
  .btn.btn-light-blue {
    font-size: 16px;
    padding: 12px 20px;
  }
}

.btn-link {
  color: #444;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.btn-link .icon-arrow-right {
  font-size: 22px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.btn-link:hover {
  color: #000;
}
.btn-link:hover .icon-arrow-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.form-control {
  color: #000;
  border-color: #c0c0c0;
  font-size: 14px;
  padding: 10px 20px;
  border-width: 1px;
}
@media (min-width: 768px) {
  .form-control {
    font-size: 15px;
    padding: 10px 25px;
  }
}
@media (min-width: 992px) {
  .form-control {
    font-size: 16px;
  }
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #c0c0c0;
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.form-control.form-control-sm {
  min-height: inherit;
  line-height: 24px;
}
.form-control.form-control-lg {
  border-radius: 55px;
  border-width: 2px;
}
@media (max-width: 1374.98px) {
  .form-control.form-control-lg {
    font-size: 20px;
    padding: 15px 40px;
    min-height: inherit;
  }
}
@media (max-width: 1199.98px) {
  .form-control.form-control-lg {
    font-size: 18px;
    padding: 13px 32px;
    border-width: 1px;
  }
}
@media (max-width: 991.98px) {
  .form-control.form-control-lg {
    font-size: 16px;
    padding: 10px 25px;
    border-width: 1px;
  }
}

textarea {
  resize: none;
}
textarea.form-control.form-control-sm {
  height: 140px;
  border-radius: 7px;
}
textarea.form-control.form-control-lg {
  border-radius: 10px;
  height: 420px;
}
@media (max-width: 1374.98px) {
  textarea.form-control.form-control-lg {
    height: 350px;
  }
}
@media (max-width: 1199.98px) {
  textarea.form-control.form-control-lg {
    height: 280px;
  }
}
@media (max-width: 991.98px) {
  textarea.form-control.form-control-lg {
    height: 200px;
  }
}

/* Page Loader Styles */
.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.loaded .page-loader {
  opacity: 0;
  visibility: hidden;
}
.page-loader .loader-logo {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}
.page-loader .loader-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.loader-animmte {
  width: 80px;
  height: 80px;
  border: 3px dotted #ffca1d;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 2s linear infinite;
          animation: rotation 2s linear infinite;
}
.loader-animmte:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #20ca6f;
  border-style: solid solid dotted;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-animation: rotationBack 1s linear infinite;
          animation: rotationBack 1s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/* Slick Dots Styles */
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  line-height: 0;
  font-size: 0;
  gap: 0;
}
@media (min-width: 768px) {
  .slick-dots {
    margin-top: 35px;
  }
}
.slick-dots li {
  margin-bottom: 0;
}
.slick-dots button {
  font-size: 0;
  line-height: 0;
  border: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.slick-dots button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #4a606c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-dots button:hover:before {
  width: 14px;
  height: 14px;
  background-color: #08f2ea;
}
.slick-dots .slick-active button:before {
  width: 14px;
  height: 14px;
  background-color: #08f2ea;
}

/* Select 2 Styles */
.select2-container--default {
  min-width: 190px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .select2-container--default {
    font-size: 18px;
  }
}
.select2-container--default .select2-selection--single {
  border-radius: 50px !important;
  color: #000;
  height: auto;
  border-color: #c0c0c0;
  text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 11px 45px 11px 22px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: "Stack Sans Headline", Arial, sans-serif;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "icomoon";
  content: "\e917";
  line-height: 1;
  font-size: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 222px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  font-family: "icomoon";
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #000;
  background: #eee;
}
.select2-container--default .select2-results__option--selected {
  color: #000;
  background: #eee;
}

/* Select2 dropdown Styles */
.select2-dropdown {
  border: 0;
  border-radius: 10px !important;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 0;
}
.select2-dropdown .select2-results__option {
  padding: 8px 15px;
  margin-bottom: 0;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 10px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
.select2-container--open .select2-dropdown--above {
  margin-top: -10px;
  -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.25);
}

/* Select2 Small Styles */
.select2.small + .select2-container--default {
  font-size: 14px;
  min-width: 125px;
}
.select2.small + .select2-container--default .select2-selection--single {
  border-radius: 7px !important;
}
.select2.small + .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 5px 30px 5px 12px;
  line-height: 22px;
}
.select2.small + .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}