/* Shared foundation, header, footer and reusable components for all Seovisitor pages */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/woff2/Inter-Variable.woff2) format("woff2");
  unicode-range: U+0000-00FF;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/woff2/Inter-VariableItalic.woff2) format("woff2");
  unicode-range: U+0000-00FF;
}
.skeleton {
  color: #f0f0f0 !important;
  background: #f0f0f0 !important;
}
footer,
header {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
footer,
header {
  display: block;
}
article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
  font: 20px Inter;
}
a {
  text-decoration: none;
}
::selection {
  background: #4fc23a;
  color: #fff;
}
.full-width {
  width: 100% !important;
}
.container {
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
.container.column-direction {
  flex-direction: column;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.order-m-1 {
  order: 1;
}
.order-m-2 {
  order: 2;
}
.order-m-3 {
  order: 3;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
  .order-m-1,
  .order-m-2,
  .order-m-3 {
    order: unset;
  }
}
@media (max-width: 767px) {
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
.btn {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 18px;
  transition: all 0.4s;
}
.btn-primary {
  background: #4fc23a;
}
.btn-secondary {
  background: #3b9fdd;
}
.btn-warning {
  background: #f5ae16;
}
.btn-white {
  background: #fff;
  color: initial;
  box-shadow: 5px 5px 20px #fff6;
  color: #2f8fce;
}
.btn-gray {
  background: #eaeaea;
  color: #2f8fce;
}
.btn-primary:hover {
  background: #43ad32;
}
.btn-secondary:hover {
  background: #2f8fce;
}
.btn-white:hover {
  background: #f2f2f2;
}
.btn-gray:hover {
  background: #eaeaea;
}
.btn-primary::selection {
  background: #4fc23a;
}
.btn-secondary::selection {
  background: #3b9fdd;
}
.btn-gray::selection {
  background: #eaeaea;
}
.btn-white svg,
.btn-gray svg {
  fill: #2f8fce;
}
.btn-outside {
  width: 220px;
  height: 50px;
  border-radius: 3px;
}
.btn-outside svg {
  fill: #3b9fdd;
  position: relative;
}
.btn-outside::selection {
  color: #3b9fdd;
}
.btn-big {
  height: 55px;
  margin: 30px auto;
}
.form-input {
  display: inline-block;
  position: relative;
}
.danger-input::after {
  color: #f15d5e;
  align-items: center;
}
.warning-input::after {
  align-items: center;
}
.success-input input {
  border: 1px solid #4fc23a;
}
.success-input::after {
  color: #4fc23a;
  align-items: center;
}
.weak-pass::after {
  content: "weak password";
}
.medium-pass::after {
  content: "medium password";
}
.strong-pass::after {
  content: "strong password";
}
.required::after {
  content: "Please fill the fields.";
}
.invalid-email::after {
  content: "Please enter a valid email.";
}
.invalid-url::after {
  content: "Please enter the URL correctly.";
}
.small-input {
  width: 120px;
}
.select2-selection.danger-input::after {
  content: "Enter at least 1 Social media for traffic source";
}
textarea.nice-input {
  line-height: 25px;
  resize: none;
}
.additional-explanations {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.form-element {
  margin-bottom: 25px;
}
.form-element.has-btn {
  display: flex;
}
.form-element .half-container:first-child {
  margin-bottom: 20px;
}
.form-element label i {
  color: #f15c5d;
}
.form-input-desc {
  margin-left: 35px;
  color: #999;
  position: absolute;
  right: 20px;
  top: 55%;
}
.form-content .btn {
  width: 300px;
}
.has-shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.btn.no-shadow {
  box-shadow: none;
}
header {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 20;
}
.header {
  width: 100%;
}
.header .container {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  position: relative;
  top: 5px;
}
.logo img {
  width: 180px;
}
header.fixed {
  position: fixed;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  top: -100px;
  left: 0;
  right: 0;
  transition: top 0.4s;
}
header.fixed.show {
  top: 0;
}
header.fixed.has-blog-header {
  top: -85px;
}
header.fixed.has-blog-header.show {
  top: 0;
}
header.fixed.has-blog-header .header {
  height: 85px;
  overflow: hidden;
}
header.fixed .header .container {
  height: 85px;
}
header.fixed + main {
  margin-top: 100px;
}
header.fixed.has-blog-header + main {
  margin-top: 160px;
}
@media only screen and (min-width: 992px) {
  header.fixed.has-blog-header + main {
    margin-top: 170px;
  }
}
.mobile-login-btn {
  height: 45px;
  line-height: 45px;
  margin-left: auto;
  margin-right: 20px;
}
.toggle-menu {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.toggle-menu span {
  width: 100%;
  height: 3px;
  display: block;
  margin-top: 6px;
  background: #767676;
}
.menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  height: 100vh;
  background: #282d30;
  z-index: 10000;
  transform: translateX(300px);
  transition: transform 0.4s;
}
.menu.show {
  transform: translateX(0);
}
.close-menu {
  color: #ccc;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 35px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.logo-mobile {
  width: 260px;
  margin: 45px auto 0;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #767676;
}
.logo-mobile img {
  width: 165px;
}
.menu nav {
  padding: 10px 0;
}
.menu ul li {
  position: relative;
}
.menu nav .main-menu > li {
  color: #ccc;
  transition: all 0.4s;
}
.menu nav .main-menu > li:hover {
  color: #fff;
}
.menu ul li a,
.menu ul li span {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 30px;
  font-size: 16px;
  cursor: pointer;
}
.menu ul li span svg {
  position: absolute;
  right: 30px;
  fill: #ffffff;
  transition: all 0.4s;
}
.menu ul li span.active {
  color: #4fc23a;
}
.menu ul li span.active svg {
  transform: rotate(180deg);
  fill: #4fc23a;
}
.menu nav .submenu {
  height: 1px;
  padding: 5px 0 5px 20px;
  transform-origin: 0 0;
  transition: height 0.4s;
  overflow: hidden;
}
.menu nav .submenu.three-items.active {
  height: 325px;
  background: #222;
}
.menu nav .submenu.five-items.active {
  height: 235px;
  background: #222;
}
.menu nav .submenu li a {
  color: #ccc;
  font-size: 14px;
  transition: all 0.4s;
}
.menu nav .submenu li a:hover {
  color: #f1f1f1;
}
.menu nav .submenu li a svg {
  margin-right: 20px;
  fill: #999;
  transition: all 0.4s;
}
.menu nav .submenu li a:hover svg {
  fill: #f1f1f1;
}
.login {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.login .btn {
  width: 120px;
  height: 45px;
  font-size: 16px;
}
.login .btn:last-child {
  margin-left: 16px;
}
.box-article .owl-dots .owl-dot.active span,
.box-article .owl-dots .owl-dot:hover span {
  background: #999;
}
.blog-articles .title-articles {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.blog-articles .title-articles h3 {
  color: #222;
}
.blog-articles .title-articles a {
  transition: color 0.4s;
}
.blog-articles .title-articles a:hover {
  color: #767676;
}
.box-article .item {
  display: flex;
  border-radius: 10px;
}
.box-article .item a {
  width: 100%;
  border-radius: 5px;
  padding-bottom: 10px;
}
.box-article-img {
  width: 100%;
  height: 230px !important;
  position: relative;
}
.box-article-img::before {
  content: "";
  position: absolute;
  bottom: -55px !important;
  top: 0;
  left: 0;
  right: 0;
  display: block;
}
.box-article-img img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.box-article-cat {
  display: inline-flex;
  background: #3b9fdd15;
  color: #3b9fdd;
  padding: 7px 12px;
  border-radius: 3px;
  margin: 10px 20px 0;
  font-size: 14px;
  position: relative;
}
.box-article .box-article-title {
  width: calc(100% - 40px);
  font-size: 18px;
  line-height: 1.7;
  color: #222;
  margin: 15px 20px 5px;
  font-weight: 500;
}
.box-article .box-article-date {
  min-width: 100px;
  height: 22px;
  margin: 20px;
}
.footer-login {
  width: 100%;
  border-radius: 5px !important;
  position: relative;
  gap: 20px;
  background: #3b9fdd;
  align-items: center;
  margin-top: 40px !important;
  padding: 20px !important;
  text-align: center;
}
.footer-login::before {
  content: "";
  width: calc(100% - 100px);
  height: 60px !important;
  display: block;
  border-radius: 5px !important;
  background: #3b9fdd25;
  position: absolute;
  z-index: 0;
  top: -20px !important;
  right: 50%;
  transform: translateX(50%);
}
.footer-login-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px 0;
  position: relative;
  z-index: 2;
}
.footer-login-text {
  display: flex;
  flex-direction: column;
  gap: 5px !important;
}
.footer-login-title {
  font: 700 22px Inter;
  color: #ffffff;
}
.footer-login-para {
  color: #f8f8f8;
  font-size: 17px;
  line-height: 1.75;
}
.footer-login-btn {
  width: 240px !important;
  font-size: 17px;
  font-weight: 400;
  color: #3b9fdd;
}
.footer-login-btn:hover {
  color: #2f8fce;
}
footer {
  position: relative;
  background: #f8faff;
}
footer .top-footer {
  background: #282d30;
  color: #cccccc;
  padding: 80px 0 50px;
  margin-top: -60px;
}
footer .logo-footer img {
  width: 210px;
  margin-top: 30px;
}
footer .top-footer .about-footer p {
  font-size: 15px;
  line-height: 2;
  text-align: left;
  padding: 15px 0 20px;
}
footer .top-footer .contact-footer {
  margin-top: 10px;
}
footer .top-footer .contact-footer .item-contact-footer {
  display: flex;
  align-items: center;
  margin: 10px 0 30px;
}
footer .item-contact-footer a {
  transition: color 0.4s;
}
footer .item-contact-footer a:hover {
  color: #fff;
}
footer .item-contact-footer svg {
  flex: 0 0 70px;
  fill: #a0a0a0;
}
footer .item-contact-footer span {
  display: block;
  font-size: 14px;
}
footer .item-contact-footer i {
  font-size: 13px;
  margin-right: 10px;
}
footer .social-footer ul {
  display: flex;
}
footer .social-footer ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  margin-right: 10px;
  transition: all 0.4s;
}
footer .social-footer ul li a:hover {
  background: #3b9fdd;
}
footer .social-footer ul li a svg {
  height: 15px;
  fill: #ccc;
  transition: all 0.4s;
}
footer .social-footer ul li a:hover svg {
  fill: #fff;
}
footer .footer-links {
  text-align: left;
}
footer .footer-links h4 {
  color: #ddd;
  font-weight: 600;
  margin-top: 30px;
}
footer .footer-links ul {
  padding: 20px 0 0 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 2.5;
}
footer .footer-links ul a {
  transition: all 0.4s;
}
footer .footer-links ul a:hover {
  color: #fff;
}
footer .footer-under-desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-under-desc p {
  white-space: pre-line;
  font-style: italic;
}
footer .payment-metods {
  text-align: left;
  margin-top: 20px;
}
footer .payment-metods img {
  width: 260px;
  max-width: 100%;
}
footer .safe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 260px;
  margin-top: 10px;
}
footer .safe a {
  height: 50px;
}
footer .safe img {
  width: 110px;
}
footer .bottom-footer {
  background: #242424;
  font-size: 18px;
  color: #a0a0a0;
}
footer .bottom-footer .container {
  min-height: 70px;
  align-items: center;
  justify-content: center;
}
footer .bottom-footer .container .copyright {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
footer .bottom-footer .container .copyright a {
  color: #ddd;
  font-weight: 300;
  transition: all 0.4s;
}
footer .bottom-footer .container .copyright a:hover {
  color: #ffffff;
}
.highlight {
  position: fixed;
  width: 100vw;
  height: 0;
  background: #0006;
  top: 0;
  left: 0;
  z-index: 100;
  transition: width 0.4s;
}
.highlight.show {
  width: calc(100vw - 300px);
  height: 100vh;
}
@media only screen and (min-width: 500px) {
  .btn-big {
    height: 60px;
  }
  .big-input {
    width: calc(100% - 40px);
  }
  .form-element .tooltip {
    display: inline-flex;
  }
  .logo img {
    width: 190px;
  }
}
@media only screen and (min-width: 768px) {
  .logo {
    margin-left: 0;
  }
  .form-element .half-container {
    display: inline-block;
  }
  .form-element .half-container:first-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .menu {
    width: unset;
    height: unset;
    display: flex;
    font-size: 18px;
    align-items: center;
    position: static;
    background: none;
    z-index: unset;
    transform: none;
  }
  .menu.show {
    transform: inherit;
  }
  .menu nav {
    padding: 0;
  }
  .menu nav .main-menu {
    display: flex;
    padding: 0 15px;
    gap: 20px;
  }
  .menu nav .main-menu > li {
    height: 45px;
    display: flex;
    align-items: center;
    position: relative;
    color: #545454;
    fill: #545454;
  }
  .menu nav .main-menu > li.active,
  .menu nav .main-menu > li:hover,
  .menu nav .submenu li a:hover {
    color: #3b9fdd;
    fill: #3b9fdd;
  }
  .menu ul li a,
  .menu ul li span {
    font-size: 17px;
  }
  .menu ul li span svg {
    position: static;
    fill: inherit;
  }
  .menu ul li span.active svg {
    fill: #3b9fdd;
  }
  .menu nav .submenu {
    background: #fff;
    position: absolute;
    white-space: nowrap;
    padding: 0 20px;
    top: -2000px;
    right: 50%;
    transform: translateX(50%);
    border-radius: 5px;
    border-bottom: 2px solid #3b9fdd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: 10000;
    transition: opacity 0.4s;
    height: unset;
  }
  .menu ul li a,
  .menu ul li span {
    padding: 0;
  }
  .menu nav .submenu {
    height: unset;
  }
  .menu nav li:hover .submenu {
    top: 45px;
    opacity: 1;
  }
  .menu nav .submenu li a {
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #767676;
  }
  .menu nav .submenu li a:hover {
    color: #3b9fdd;
  }
  .menu nav .submenu li a svg {
    fill: #a0a0a0;
  }
  .menu nav .submenu li a:hover svg {
    fill: #3b9fdd;
  }
  .login .btn {
    margin-left: 16px;
  }
  .menu nav .submenu.three-items.active,
  .menu nav .submenu.five-items.active {
    background: #f8f8f8;
  }
  .box-article .item img {
    height: 230px;
  }
  .footer-login {
    height: 120px !important;
    padding: 0 45px 0 65px !important;
    text-align: left;
  }
  .footer-login-body {
    height: 120px;
    flex-direction: row;
  }
  footer .top-footer .about-footer p {
    font-size: 17px;
    font-weight: 300;
    padding: 20px 80px 20px 0;
  }
  footer .top-footer .contact-footer {
    margin-top: 50px;
  }
  footer .bottom-footer .container {
    justify-content: space-between;
  }
  footer .social-footer ul li a {
    margin-right: 6px;
  }
  footer .top-footer .contact-footer .item-contact-footer {
    justify-content: center;
  }
  footer .bottom-footer .container .copyright {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1240px) {
  .logo img {
    width: 210px;
  }
  .menu nav .main-menu {
    gap: 35px;
  }
  footer .item-contact-footer span {
    font-size: 18px;
  }
  footer .item-contact-footer i {
    font-size: 14px;
  }
}
