/* ----------------------------------------------------
   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;
  }
}
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);
          box-shadow: 0 4px 0 rgba(68, 68, 68, 0.8);
}
@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;
}
.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;
}