@import url("https://fonts.googleapis.com/css2?family=Merienda:wght@400;700&family=Oswald:wght@200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("line-awesome.css");
/* GENERAL */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  height: auto !important;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  background: #0e1317;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

a:link {
  color: #fff;
}

a:active {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover {
  color: var(--maincolor);
  text-decoration: underline;
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

input,
textarea,
button {
  font-family: "Roboto";
}

label {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.content-sidebar h2 {
  font-weight: 400;
  font-family: "Oswald";
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.3;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 28px;
}

h5,
.content-sidebar h2 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  padding: 0;
  margin: 30px 0;
}

strong {
  font-weight: 700;
}

@media screen and (max-width: 720px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 26px;
  }
  h5,
  .widget-title {
    font-size: 24px;
  }
  h6 {
    font-size: 22px;
  }
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="address"],
input[type="number"],
input[type="date"],
textarea {
  position: relative;
  padding: 0 20px;
  display: block;
  width: 100%;
  height: 60px;
  font-family: "Roboto";
  font-size: 16px;
  color: #fff;
  resize: none;
  outline: 0;
  font-weight: 500;
  background: none;
  border: 1px solid #21282f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

::-webkit-calendar-picker-indicator {
  opacity: 0;
}

textarea {
  height: 260px;
  padding-top: 20px;
  padding-bottom: 20px;
  resize: none;
}

ul {
  list-style: disc;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
  list-style-position: inside;
}

ol {
  list-style: decimal;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
  list-style-position: inside;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

code {
  padding: 0 4px;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: auto;
  max-width: 100%;
  white-space: nowrap;
}

pre {
  margin: 30px 0;
  padding: 0;
  max-width: 100%;
  overflow: auto;
  white-space: pre;
  font-size: 14px;
}

mark,
ins {
  text-decoration: none;
}

dt {
  margin-bottom: 5px;
  font-weight: 700;
}

dd {
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 30px;
}

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text {
  padding: 0 32px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  height: 50px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

body .sppb-btn.sppb-btn-primary,
body .sppb-sp-slider-button .sp-slider-btn-text {
  background: var(--maincolor);
  color: #fff;
}

body .sppb-btn.sppb-btn-primary:before,
body .sppb-sp-slider-button .sp-slider-btn-text:before,
button::before {
  content: "";
  position: absolute;
  left: -10%;
  top: -50%;
  width: 120%;
  height: 120%;
  background: #fff;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transform: translate3d(0, -100%, 0) skew(-10deg, -10deg);
  -webkit-transform: translate3d(0, -100%, 0) skew(-10deg, -10deg);
}

body .sppb-btn.sppb-btn-primary:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover {
  color: var(--maincolor);
}

body .sppb-btn.sppb-btn-primary:hover:before,
body .sppb-sp-slider-button .sp-slider-btn-text:hover:before {
  top: -20%;
  transform: translate3d(0, 0, 0) skew(0deg);
  -webkit-transform: translate3d(0, 0, 0) skew(0deg);
}

button:focus {
  outline: 0px;
}

.sppb-btn-default:hover {
  border-color: transparent;
}

.sppb-btn span,
.sppb-sp-slider-button .sp-slider-btn-text span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body .sppb-btn i {
  margin-left: 3px;
}

.sppb-addon-optin-forms {
  padding: 0px;
}

.overflow-hidden {
  overflow: hidden;
}

.z-index2 {
  z-index: 2 !important;
}

.z-index0 {
  z-index: 0 !important;
}

.sppb-media-heading {
  margin: 0;
}

.sppb-addon-header > * {
  color: inherit !important;
}

.sppb-media {
  display: flex;
  align-items: center;
}

.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
  padding: 0 0 20px;
}

.sppb-carousel-extended-list,
.bx-wrapper {
  direction: ltr;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 0;
}

input[type="text"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="date"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="search"]:not(.form-control),
input[type="tel"]:not(.form-control),
input[type="number"]:not(.form-control),
select:not(.form-select):not(.form-control) {
  border-radius: 0;
}

.finder .word input {
  margin-bottom: 0;
  border: 1px solid #f6f6f6;
  padding-right: 75px;
  color: var(--thirdcolor);
}

.finder .fas.fa-search.icon-white {
  font-family: "Font Awesome 5 Free" !important;
}

#search-results > * {
  margin-bottom: 10px;
}

#search-result-empty h2 {
  margin-bottom: 7px;
}

.sppb-carousel-extended-list .sppb-carousel-extended-outer-stage {
  height: auto !important;
}

.sppb-addon-optin-forms {
  padding: 0px !important;
}

.sppb-addon-optin-forms .sppb-btn i:first-child {
  display: none;
}

.sppb-modal-selector span > i {
  width: auto !important;
  height: auto !important;
  line-height: inherit !important;
}

.com-finder
  .input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  display: flex;
  align-items: center;
}

.com-finder
  .input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback)
  span {
  margin-right: 5px;
}

#sp-footer,
#sp-bottom {
  background: inherit;
}

#sp-footer {
  font-size: inherit;
}

.sp-scroll-up {
  background: var(--maincolor);
}

.full-width-image .sppb-addon-single-image-container {
  width: 100%;
}

.full-width-image .sppb-addon-single-image-container img {
  width: 100%;
}

.relative-section .sppb-container-inner,
.relative-section div[class^="sppb-col-"],
.relative-section .sppb-column,
.relative-section .sppb-column-addons {
  position: static;
}

/* dsd  */

/* HEADER */

#sp-header {
  padding: 20px 30px;
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  height: auto;
  box-shadow: none;
  background: #0e1317;
}

#sp-header.header-sticky {
  background: #0e1317;
}

#sp-header.header-sticky:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

#sp-header > .row {
  -ms-flex-align: center !important;
  align-items: center !important;
}

#sp-header > .container > .container-inner > .row {
  -ms-flex-align: center !important;
  align-items: center !important;
}

#sp-header .logo {
  height: auto;
}

#sp-header .logo a img {
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
  height: 52px;
  width: fit-content;
  min-width: 250px;
  max-height: 62px;
}
@media screen and (max-width: 655px) {
  #sp-header .logo a img {
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    height: 38px;
    width: fit-content;
    min-width: 190px;
    max-height: 62px;
  }
}

.sp-megamenu-parent {
  margin: 0;
  width: 100%;
  float: none;
  text-align: center;
}

.sp-megamenu-parent > li {
  text-align: left;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none;
  font-weight: 500;
  margin-left: 18px;
  margin-right: 18px;
  padding: 0;
}

@media (max-width: 1250px) {
  .sp-megamenu-parent > li > a,
  .sp-megamenu-parent > li > span,
  .sp-megamenu-parent > li:last-child > a {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a,
.sp-megamenu-parent > li:hover > a {
  color: var(--maincolor);
}

#sp-header.header-sticky .sp-megamenu-parent > li.active > a,
#sp-header.header-sticky .sp-megamenu-parent > li.active:hover > a,
#sp-header.header-sticky .sp-megamenu-parent > li:hover > a {
  color: var(--maincolor);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  border-radius: 0;
  box-shadow: none;
  padding: 20px;
  background: #090c0f;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none;
  line-height: normal;
  font-weight: 300;
  opacity: 0.85;
  margin-bottom: 13px;
  padding: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child > a {
  margin-bottom: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a {
  color: var(--maincolor);
}

#offcanvas-toggler {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 20px;
  position: relative;
  z-index: 22;
  height: auto;
}

.burger-icon > span {
  background-color: #fff;
}

#sp-header.header-sticky .burger-icon > span {
  background-color: #fff;
}

.offcanvas-active .burger-icon > span,
#modal-menu-toggler.active .burger-icon > span {
  background-color: #fff;
}

.close-offcanvas {
  z-index: 99;
}

@media (max-width: 992px) {
  .offcanvas-menu {
    background-color: var(--maincolor);
    color: #fff;
  }
  .offcanvas-menu .offcanvas-inner a {
    color: #fff;
  }
  .offcanvas-menu .offcanvas-inner a:hover,
  .offcanvas-menu .offcanvas-inner a:focus,
  .offcanvas-menu .offcanvas-inner a:active {
    color: #fff;
  }
  .offcanvas-menu .p-3 {
    padding: 0 !important;
  }
  .offcanvas-menu .offcanvas-inner .sp-module ul > li a,
  .offcanvas-menu .offcanvas-inner .sp-module ul > li span,
  .offcanvas-menu
    .offcanvas-inner
    .sp-module
    ul
    > li.menu-parent
    > a
    > .menu-toggler,
  .offcanvas-menu
    .offcanvas-inner
    .sp-module
    ul
    > li.menu-parent
    > .menu-separator
    > .menu-toggler,
  .offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a,
  .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
  .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus,
  .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover,
  .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
    color: #fff;
  }
  .offcanvas-menu .logo {
    display: none;
  }
  .offcanvas-menu .offcanvas-inner {
    padding: 50px 25px;
  }
  .offcanvas-menu .offcanvas-inner ul.menu > li > a,
  .offcanvas-menu .offcanvas-inner ul.menu > li > span {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .offcanvas-menu .offcanvas-inner {
    padding: 0;
  }
  .burger-icon > span {
    background-color: #fff;
  }
  #sp-header.header-sticky .burger-icon > span {
    background-color: #fff;
  }
  #offcanvas-toggler {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    background-image: -moz-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -webkit-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
    padding: 17px 21px 16px 21px;
    height: auto;
  }
  .offcanvas-menu {
    background-color: #fff;
  }
  .offcanvas-menu .p-3 {
    padding: 0 !important;
  }
  .offcanvas-menu .logo {
    display: none;
  }
  .offcanvas-menu .menu {
    display: none !important;
  }
  .offcanvas-active .burger-icon > span,
  #modal-menu-toggler.active .burger-icon > span {
    background-color: var(--maincolor);
  }
  body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -400px;
  }
  body.rtl.offcanvs-position-right .offcanvas-menu {
    left: -400px;
  }
  .offcanvas-menu {
    width: 400px;
  }
}

.default-top-section {
  padding-right: 67px;
}

@media (max-width: 1400px) {
  .default-top-section {
    padding-right: 98px;
  }
}

@media (max-width: 1200px) {
  .default-top-section {
    padding-right: 53px;
  }
}

@media (max-width: 992px) {
  .default-top-section {
    padding-right: 0;
    margin-right: -15px !important;
  }
}

/* */

/* PAGE TITLE */

.sp-page-title {
  padding: 235px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.sp-page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0e1317;
  opacity: 0.2;
}

.sp-page-title .sp-page-title-heading {
  font-size: 90px;
  line-height: 90px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .sp-page-title .sp-page-title-heading {
    font-size: 40px;
    line-height: 40px;
  }
}

.sp-page-title .breadcrumb {
  justify-content: center;
  margin: 10px 0 0 0;
}

.sp-page-title .breadcrumb > li.float-start {
  display: none;
}

.sp-page-title .breadcrumb > span,
.sp-page-title .breadcrumb > li,
.sp-page-title .breadcrumb > li + li::before,
.sp-page-title .breadcrumb > li > a {
  color: #fff;
}

.sp-page-title .breadcrumb > li > a span {
  color: #fff;
}

.sp-page-title .breadcrumb > li > a:hover {
  color: var(--maincolor);
}

.sp-page-title .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.sp-page-title .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.5rem;
}

.sp-page-title .breadcrumb > .active span {
  color: var(--maincolor);
}

/* */

/* CUSTOM CLASS */

/* */

#sp-header.header-sticky ~ section#sp-main-body {
  padding-top: 0;
}

.com-content #sp-main-body,
.com-j2store #sp-main-body,
.com-tags #sp-main-body,
.com-search #sp-main-body,
.com-finder #sp-main-body,
.com-spsimpleportfolio #sp-main-body {
  padding: 130px 0;
}

.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body,
.com-tags #sp-header.header-sticky ~ section#sp-main-body,
.com-search #sp-header.header-sticky ~ section#sp-main-body,
.com-finder #sp-header.header-sticky ~ section#sp-main-body,
.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body {
  padding-top: 130px;
}

.com-spsimpleportfolio #sp-main-body > .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

#sp-main-body > .row {
  margin: 0;
}

#sp-main-body > .row > [class*="col-"] {
  padding: 0;
}

/* SIDEBAR */

.sidebar-class .sppb-row-container {
  width: 100% !important;
}

.sidebar-class.com-sppagebuilder #sp-main-body {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sidebar-class.com-sppagebuilder #sp-main-body {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .sidebar-class.com-sppagebuilder #sp-main-body {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .sidebar-class.com-sppagebuilder #sp-main-body {
    max-width: 1170px;
  }
}

.com-sppagebuilder #sp-right,
.com-sppagebuilder #sp-left {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  z-index: 2;
}

#sp-left .sp-module,
#sp-right .sp-module {
  border: 0px solid #f3f3f3;
  padding: 0;
  border-radius: 0px;
}

#sp-left .sp-module ul > li,
#sp-right .sp-module ul > li {
  display: block;
  border-bottom: 0px solid #f3f3f3;
}

#sp-left > .sp-column {
  position: fixed !important;
  left: 0;
  top: 0;
  width: inherit;
}

/* */

/* BLOG */

.article-list .article {
  padding: 0;
  padding-top: 0;
  border: 0;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 0.3s ease-out;
  background: #090c0f;
}

.article-list .article .article-intro-image,
.article-list .article .article-featured-video,
.article-list .article .article-featured-audio,
.article-list .article .article-feature-gallery {
  margin: 0;
  border-bottom: 0px solid #f5f5f5;
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.article-list .article .article-intro-image img,
.article-list .article .article-featured-video img,
.article-list .article .article-featured-audio img,
.article-list .article .article-feature-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.article-list .article:hover .article-intro-image img,
.article-list .article:hover .article-featured-video img,
.article-list .article:hover .article-featured-audio img,
.article-list .article:hover .article-feature-gallery img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.article-intro-image > a {
  display: block;
  width: 100%;
}

.article-body {
  padding: 45px;
}

.article-list .article .article-header h2 {
  margin: 10px 0 20px 0;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}

.article-list .article .article-header h2 a {
  color: inherit;
  transition: all 500ms ease;
  text-decoration: none;
}

.article-list .article .article-header h2 a:hover,
.article-info > span a:hover {
  color: var(--maincolor);
}

.article-introtext p {
  margin: 0;
}

.article-info {
  margin-bottom: 0px;
}

.article-info > span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  line-height: 1.75;
}

.article-info > span a {
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.article-info > span i {
  margin-right: 5px;
}

.article-body .tags {
  display: none;
}

.article-info > span + span::before {
  display: none;
}

.article-list .article .readmore a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03em;
  height: 50px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  margin-top: 20px;
  padding: 0;
  padding-bottom: 5px;
  height: auto;
  line-height: 1.2;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  opacity: 0.5;
  text-decoration: none;
}

.article-list .article .readmore a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  -o-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
}

.article-list .article .readmore a:hover {
  color: #fff;
  opacity: 1;
}

.article-list .article .readmore a:hover:before {
  width: 100%;
}

ul.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 30px;
  padding: 1.5rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-link,
.page-item.disabled .page-link {
  padding: 0.375rem 0.75rem;
  color: #565151;
  font-weight: 700;
  display: inline-block;
  border: 1px solid var(--maincolor);
  position: relative;
  margin-right: 0;
  text-align: center;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  font-size: 17px;
  line-height: 1.6;
  color: var(--maincolor);
}

.page-link span {
  color: var(--maincolor);
}

.page-item.active .page-link,
.page-link:hover,
.page-item.disabled .page-link:hover {
  border-color: var(--maincolor);
  background-color: var(--maincolor) !important;
  color: #fff !important;
}

.page-item.active .page-link {
  border-color: var(--maincolor);
  background-color: var(--maincolor) !important;
  color: #fff !important;
}

.pagination > li > a,
.pagination > li > span {
  color: var(--maincolor);
}

.page-link:hover span {
  color: #fff;
}

.article iframe {
  z-index: 9 !important;
}

/* SINGLE ARTICLE */

.view-article #sp-main-body > .container {
  padding: 0;
  min-width: 100%;
}

.view-article #sp-main-body > .container #sp-right {
  display: none;
}

.view-article #sp-main-body > .container #sp-component {
  width: 100%;
}

.com-tags .btn:before,
.com-finder .btn:before {
  display: none;
}

.com-tags .form-control:focus,
.com-finder .form-control:focus {
  color: #fff;
  background-color: transparent;
}

.card {
  background-color: transparent;
}

.list-group-item,
.list-group-item-action:hover {
  color: #fff;
  background-color: transparent;
}

.article-details .article-can-edit {
  position: relative;
  margin-bottom: 0px;
}

.article-details .article-full-image img {
  display: inline-block;
  width: 100%;
  border-radius: 0;
}

.article-details .article-info {
  margin-bottom: 0px;
  justify-content: center;
}

.article-details .article-header h1,
.article-details .article-header h2 {
  margin: 20px 0 0;
  font-size: 70px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.article-details .article-author-information {
  margin-bottom: 50px;
  margin-top: 60px;
  border: 1px solid #e7e7e7;
  padding: 39px 35px 17px 39px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.article-details .article-author-information img {
  margin-right: 0;
  margin-bottom: 0px;
  object-fit: cover;
  object-position: center;
  max-width: 100px;
  padding: 0 1rem;
}

.article-details .article-author-information h5 {
  color: #333333;
  line-height: 1.1;
  margin-top: 0px;
  font-size: 36px;
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  letter-spacing: -0.3px;
}

.article-details .article-author-information .author-bio {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.author-website {
  color: #333;
}

.author-website a {
  color: var(--maincolor);
  margin-left: 4px;
}

.author-website a:hover {
  color: var(--maincolor);
}

#article-comments {
  padding-top: 0;
  margin-top: 0px;
  border-top: 0px solid #f5f5f5;
  border: 2px solid #f4f4f4;
  border-radius: 6px;
  background-color: white;
  padding: 48px 48px 31px 48px;
}

.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.article-social-share {
  float: none;
}

.article-social-share .social-share-icon ul li a {
  border: none;
  text-align: center;
  margin-left: 10px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: inherit;
  background: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: auto;
  height: auto;
}

.article-social-share .social-share-icon ul li a:hover {
  color: var(--maincolor);
}

.article-ratings-social-share {
  margin-top: 0px !important;
  padding-bottom: 15px !important;
  border-bottom: 0px solid var(--maincolor) !important;
}

.article-ratings-social-share h5 {
  margin-bottom: 20px;
  font-size: 20px;
}

.tags-title {
  font-weight: 600;
  color: #0a1426;
  margin-right: 35px;
}

.tags {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  display: inline-block;
}

.tags > li {
  display: inline-block;
  margin: 0;
}

.tags > li a {
  font-size: 16px;
  color: inherit;
  line-height: 30px;
  font-weight: 400;
  background: transparent;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1;
  border-radius: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  background: transparent;
}

.tags > li + li a {
  margin-left: 35px;
}

.tags > li a:hover {
  color: var(--maincolor);
}

/* */

/* ANIMATIONS */

.animated-hover-icon:hover .icon {
  -webkit-animation: shakeX linear 1s;
  animation: shakeX linear 1s;
}

@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

.animate-float-x {
  -webkit-animation-name: float-x;
  animation-name: float-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animate-float-y {
  -webkit-animation-name: float-y;
  animation-name: float-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-webkit-keyframes float-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes square-to-circle {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes square-to-circle2 {
  0% {
    border-radius: 0 0 0 0;
    transform: rotate(45deg);
  }
  100% {
    border-radius: 50%;
    transform: rotate(404deg);
  }
}

/* */

@media (min-width: 320px) {
  #sp-top2 .sppb-container-inner {
    max-width: 400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 576px) {
  #sp-top2 .sppb-container-inner {
    max-width: 540px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  #sp-top2 .sppb-container-inner {
    max-width: 720px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  #sp-top2 .sppb-container-inner {
    max-width: 960px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  #sp-top2 .sppb-container-inner {
    max-width: 1140px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 320px) {
  #sp-top3 .sppb-container-inner {
    max-width: 400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 576px) {
  #sp-top3 .sppb-container-inner {
    max-width: 540px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  #sp-top3 .sppb-container-inner {
    max-width: 720px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  #sp-top3 .sppb-container-inner {
    max-width: 960px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  #sp-top3 .sppb-container-inner {
    max-width: 1140px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 320px) {
  #sp-position4 .sppb-container-inner {
    max-width: 400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 576px) {
  #sp-position4 .sppb-container-inner {
    max-width: 540px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  #sp-position4 .sppb-container-inner {
    max-width: 720px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  #sp-position4 .sppb-container-inner {
    max-width: 960px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  #sp-position4 .sppb-container-inner {
    max-width: 1140px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 320px) {
  #sp-bottom1 .sppb-container-inner {
    max-width: 400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 576px) {
  #sp-bottom1 .sppb-container-inner {
    max-width: 540px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  #sp-bottom1 .sppb-container-inner {
    max-width: 720px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  #sp-bottom1 .sppb-container-inner {
    max-width: 960px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  #sp-bottom1 .sppb-container-inner {
    max-width: 1140px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 320px) {
  #sp-bottom2 .sppb-container-inner {
    max-width: 400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 576px) {
  #sp-bottom2 .sppb-container-inner {
    max-width: 540px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  #sp-bottom2 .sppb-container-inner {
    max-width: 720px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  #sp-bottom2 .sppb-container-inner {
    max-width: 960px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  #sp-bottom2 .sppb-container-inner {
    max-width: 1140px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 320px) {
  #sp-footer .sppb-container-inner {
    max-width: 400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  #sp-footer .sppb-container-inner {
    max-width: 540px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  #sp-footer .sppb-container-inner {
    max-width: 720px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  #sp-footer .sppb-container-inner {
    max-width: 960px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  #sp-footer .sppb-container-inner {
    max-width: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 320px) {
  #sp-banner .sppb-container-inner {
    max-width: 400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  #sp-banner .sppb-container-inner {
    max-width: 540px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  #sp-banner .sppb-container-inner {
    max-width: 720px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  #sp-banner .sppb-container-inner {
    max-width: 960px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  #sp-banner .sppb-container-inner {
    max-width: 1140px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 320px) {
  .contained-row .sppb-container-inner {
    max-width: 400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 576px) {
  .contained-row .sppb-container-inner {
    max-width: 540px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .contained-row .sppb-container-inner {
    max-width: 720px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .contained-row .sppb-container-inner {
    max-width: 960px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .contained-row .sppb-container-inner {
    max-width: 1140px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* J4 Optimization */

.sp-megamenu-wrapper,
#sp-header > .container > .container-inner > .row > div > .sp-column,
#sp-header > .row > div > .sp-column {
  display: block !important;
}

#sp-header .sp-module {
  margin-left: 0px !important;
}

@media (min-width: 1400px) {
  #sp-footer .sppb-container-inner {
    max-width: 2000px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1400px) {
  #sp-banner .sppb-container-inner {
    max-width: 1320px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1400px) {
  #sp-bottom1 .sppb-container-inner {
    max-width: 1320px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1400px) {
  #sp-bottom2 .sppb-container-inner {
    max-width: 1320px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1400px) {
  #sp-top2 .sppb-container-inner {
    max-width: 1320px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1400px) {
  #sp-top3 .sppb-container-inner {
    max-width: 1320px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1400px) {
  #sp-position4 .sppb-container-inner {
    max-width: 1320px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1400px) {
  .contained-row .sppb-container-inner {
    max-width: 1320px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1400px) {
  .sppb-row-container {
    max-width: 1320px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1400px) {
  .sp-slider .sppb-container {
    max-width: 1320px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
