/*!
    Author: https://farzin.dev
*/

img {
  max-width: 100%
}

iframe {
  width: 100% !important;
  margin-top: 1rem;
  margin-bottom: 1.5rem
}

figure, p, ul, ol {
  margin-bottom: 1.5rem
}

table {
  width: 100%
}

blockquote {
  font-weight: 300;
  position: relative;
  padding: 1rem 3rem;
  margin-bottom: 1.5rem
}

  blockquote::before, blockquote::after {
    position: absolute;
    content: "";
    font-size: 5rem;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDM0aDZsNC04di0xMmgtMTJ2MTJoNnptMTYgMGg2bDQtOHYtMTJoLTEydjEyaDZ6Ii8+PHBhdGggZD0iTTAgMGg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+");
    display: block;
    background-size: 2.5rem;
    background-repeat: no-repeat;
    opacity: .1
  }

  blockquote::before {
    top: .75rem;
    left: 0;
    transform: rotate(180deg)
  }

  blockquote::after {
    bottom: .75rem;
    right: 0
  }

  blockquote p:last-child {
    margin-bottom: 0
  }


@media(max-width: 991px) {
  :root {
    --bs-gutter-x: 1.5rem
  }
}

/*.header {
  padding-top: 4rem;
  padding-bottom: 4rem
}

.header-title {
  display: inline-block;
  margin: 0;
  font-size: var(--bf-header-title-size);
  font-weight: var(--bf-header-title-weight);
  color: var(--bf-header-title-color);
  line-height: 1.2;
  text-decoration: none
}

  .header-title:hover, .header-title:focus {
    color: var(--bf-header-title-hover)
  }

.header-desc {
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  color: var(--bf-header-desc-color, #666)
}

.header-logo {
  display: block
}

.header-logo-img {
  width: var(--bf-header-logo-width);
  height: var(--bf-header-logo-height)
}

@media(max-width: 767px) {
  .header {
    padding: 0;
    margin-bottom: 2rem;
    background-color: var(--bs-light)
  }
}

.header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.header-nav-link, .header-nav-button {
  color: #444;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 0;
  background: none;
  display: inline-block;
  border-radius: .125rem;
  transition: all ease-in-out .15s;
  text-align: center;
  border-radius: .25rem;
  font-size: 1rem
}

  .header-nav-link:hover, .header-nav-link:focus, .header-nav-button:hover, .header-nav-button:focus {
    color: #000;
    background-color: var(--bs-light)
  }

  .header-nav-link > .bi, .header-nav-link > img, .header-nav-button > .bi, .header-nav-button > img {
    transform: translateY(-0.1rem)
  }

.header-nav-link {
  padding: 0 1rem;
  font-weight: 500
}

  .header-nav-link .bi-chevron-down {
    width: .75rem;
    height: .75rem
  }

.header-nav-button {
  padding: 0;
  width: 2.5rem
}

.header-nav .-login {
  position: relative
}

  .header-nav .-login::after {
    content: "";
    width: 1px;
    height: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.75rem;
    background-color: rgba(0,0,0,.1);
    display: block
  }

  .header-nav .-login .bi-box-arrow-in-right {
    transform: translateX(-0.125rem)
  }

@media(max-width: 767px) {
  .header-nav {
    border-bottom: 1px solid rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.03);
    padding: .25rem .75rem;
    margin: 0 -1.5rem 1rem
  }
}*/

.social-link-ginerp:hover {
  color: #622aff
}

.social-link-facebook:hover {
  color: #1678f2
}

.social-link-twitter:hover {
  color: #1da1f2
}

.social-link-github:hover {
  color: #171617
}

.social-link-pinterest:hover {
  color: #e60023
}

.social-link-linkedin:hover {
  color: #0a66c2
}

.social-link-instagram:hover {
  color: #b900b4
}

.social-link-telegram:hover {
  color: #08c
}

.social-link-youtube:hover {
  color: #ff0300
}

.social-link-whatsapp:hover {
  color: #25d366
}

.bft-widget-title {
  font-weight: 300;
  letter-spacing: .1em;
  color: #aaa;
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2rem
}

.bft-widget-content ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer {
  border-top: 1px solid rgba(0,0,0,.05);
  color: #444;
  font-size: .75rem
}

  .footer a {
    color: #444;
    text-decoration: none
  }

    .footer a:hover {
      color: var(--bf-color)
    }

  .footer p {
    margin: 0
  }

.pagination {
  margin: 4rem auto 4rem;
  height: 3rem;
  align-items: center;
  justify-content: center
}

.pagination-item {
  margin: 0 .5rem;
  z-index: 5
}

.pagination-link {
  display: block;
  color: #888;
  font-weight: 500;
  font-size: .875rem;
  height: 3rem;
  line-height: 3rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity ease .2s;
  opacity: .5
}

  .pagination-link:hover {
    opacity: 1;
    color: var(--bf-color)
  }

    .pagination-link:hover .bi {
      width: 1.375rem;
      height: 1.375rem
    }

  .pagination-link .bi {
    width: 1.25rem;
    height: 1.25rem;
    transition: all ease .2s;
    margin: 0 .25rem;
    transform: translateY(-0.0625rem)
  }

.newsletter {
  background-color: #000;
  color: #aaa;
  border-radius: var(--bf-radius, 0.125rem);
  margin-top: 1rem;
  position: relative
}

.newsletter-body {
  padding: 1rem;
  color: #FFF;
}

@media screen and (min-width: 991px) {
  .newsletter-body {
    padding: 1rem
  }
}

.newsletter-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff
}

.newsletter-desc {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 300
}

.newsletter-form {
  border: 2px solid #222;
  border-radius: var(--bf-radius, 0.125rem)
}

.newsletter p {
  color: #fff;
}

.newsletter-input {
  background: none;
  border: 0;
  flex-grow: 1;
  width: 100%;
  padding: .5rem 1rem;
  color: #fff;
  outline: none !important
}

.newsletter-btn {
  background: none;
  border: 0;
  padding: .5rem 1rem;
  color: #fff;
  display: block;
  border-left: 1px solid #222
}

  .newsletter-btn:focus, .newsletter-btn:hover {
    outline: none;
    background: #222
  }

.newsletter-msg {
  padding: 2rem;
  text-align: center;
  background-color: #000;
  border-radius: var(--bf-radius, 0.125rem);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #fff;
  cursor: pointer
}

  .newsletter-msg .spinner-border {
    color: #fff
  }

.dropdown-menu {
  border-radius: .125rem;
  box-shadow: 0 0 3rem rgba(0,0,0,.2);
  border: none
}

.dropdown-item {
  font-size: .875rem;
  font-weight: 500;
  text-transform: capitalize;
  padding: .5rem 1rem;
  color: #555;
  transition: all ease-in-out .2s
}

  .dropdown-item:active, .dropdown-item:hover {
    color: #000;
    background-color: var(--bs-light)
  }

.dropdown-divider {
  background: none;
  border-top: 1px solid rgba(0,0,0,.3);
  margin: 0
}

pre > code {
  display: block;
  overflow-x: auto;
  padding: 2rem;
  color: #212529;
  background: #f8f9fa;
  margin: 0;
  font-family: var(--bs-font-monospace);
  font-size: .875rem;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.4;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none
}

.hljs-comment {
  color: #90a4ae
}

.hljs-keyword, .hljs-selector-tag, .hljs-meta-keyword, .hljs-doctag, .hljs-section, .hljs-selector-class, .hljs-meta, .hljs-selector-pseudo, .hljs-attr {
  color: #006ee0
}

.hljs-attribute {
  color: #803378
}

.hljs-name {
  color: #168174
}

.hljs-type, .hljs-number, .hljs-selector-id, .hljs-quote, .hljs-template-tag, .hljs-literal {
  color: #168174
}

.hljs-title, .hljs-string, .hljs-regexp, .hljs-symbol, .hljs-variable, .hljs-template-variable, .hljs-link, .hljs-selector-attr, .hljs-meta-string {
  color: #c30
}

.hljs-bullet, .hljs-code {
  color: #ccc
}

.hljs-deletion {
  color: #de7176
}

.hljs-addition {
  color: #76c490
}

.hljs-emphasis {
  font-style: italic
}

.hljs-strong {
  font-weight: bold
}

.featured {
  margin-bottom: 5rem
}

.featured-cover {
  margin: 0;
  max-height: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: var(--bf-radius, 0.125rem);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05)
}

@media screen and (max-width: 991px) {
  .featured-cover {
    height: 20rem
  }
}

.featured-cover-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.featured-cover-img {
  border-radius: var(--bf-radius, 0.125rem);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.featured-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem
}

.featured-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.3
}

.featured-link {
  text-decoration: none;
  color: #000
}

  .featured-link:hover {
    color: var(--bf-color)
  }

.featured-meta {
  font-size: .875rem;
  color: #777;
  margin-bottom: 1.5rem;
  opacity: .7
}

  .featured-meta a {
    color: #777
  }

    .featured-meta a:hover {
      color: #000
    }

.featured-author {
  display: flex;
  align-items: center;
  margin-right: 1rem
}

.featured-author-img {
  border-radius: 50rem;
  margin-right: .25rem;
  filter: grayscale(100%)
}

.featured-author-name {
  text-transform: capitalize
}

.featured-date {
  display: flex;
  align-items: center;
  margin-right: .875rem
}

.featured-date-icon {
  margin-right: .375rem
}

.featured-cat {
  display: flex;
  align-items: center
}

.featured-cat-icon {
  margin-right: 0rem
}

.featured-cat-title {
  text-decoration: none
}

.featured-desc {
  color: #444;
  line-height: 1.8;
  margin-bottom: 1.5rem
}

.featured-more {
  font-weight: 500;
  font-size: .875rem;
  color: var(--bf-color);
  text-decoration: none
}

  .featured-more:hover {
    color: #000
  }

.featured-prev, .featured-next {
  width: 3rem;
  opacity: 0
}

.featured-prev {
  left: -4rem
}

.featured-next {
  right: -3.5rem
}

.featured:hover .featured-next, .featured:hover .featured-prev {
  opacity: .2
}

@media screen and (max-width: 767px) {
  .featured {
    border-bottom: 1px solid rgba(0,0,0,.03);
    margin: -2rem -1.5rem 2rem;
    background-color: var(--bs-light)
  }

  .featured-item {
    padding: 1.5rem
  }

  .featured-content {
    padding: 0;
    padding: 1rem 1rem 0
  }

  .featured-title {
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 500
  }

  .featured-desc {
    font-size: .875rem;
    margin-bottom: .5rem
  }
}

.post-grid {
  height: 100%;
  position: relative;
  transition: box-shadow ease-in-out .3s;
  border-radius: var(--bf-radius, 0.125rem);
  box-shadow: 0 0 0rem 1px rgba(0,0,0,.05);
  overflow: hidden
}

.post-grid-cover {
  display: block;
  margin: 0 0 1.5rem;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,.05)
}

.post-grid-img {
  min-width: 100%;
  height: 11rem;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: var(--bf-radius, 0.125rem);
  border-top-right-radius: var(--bf-radius, 0.125rem)
}

.post-grid-cats {
  padding: 0 1rem;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap
}

.post-grid-cats-link {
  text-decoration: none;
  font-size: .75rem;
  margin-right: .5rem;
  color: #999
}

  .post-grid-cats-link::before {
    content: "#";
    display: inline-block;
    margin-right: .1rem
  }

  .post-grid-cats-link:hover {
    color: var(--bf-color)
  }

.post-grid-title {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1rem 1rem 0
}

.post-grid-link {
  color: #000;
  transition: color ease-in-out .2s;
  text-decoration: none
}

  .post-grid-link:hover {
    color: var(--bf-color)
  }

  .post-grid-link::before {
    content: "";
    display: block;
    width: 100%;
    height: 11rem;
    background-color: transparent;
    top: 0;
    left: 0;
    position: absolute
  }

.post-grid-desc {
  font-size: .875rem;
  color: #777;
  margin: 0;
  line-height: 1.75;
  transition: color ease-in-out .2s;
  padding: .5rem 1rem 1rem
}

.post-grid-meta {
  font-size: .75rem;
  color: #555;
  border-top: 1px solid rgba(0,0,0,.05);
  opacity: .7;
  padding: 1rem;
  margin-top: auto;
  position: relative
}

  .post-grid-meta a {
    text-decoration: none;
    color: #555
  }

    .post-grid-meta a:hover, .post-grid-meta a:focus {
      color: var(--bf-color)
    }

.post-grid-author {
  display: flex;
  align-items: center;
  margin-right: .875rem
}

.post-grid-author-img {
  border-radius: 50rem;
  margin-right: .25rem;
  filter: grayscale(100%)
}

.post-grid-author-name {
  text-transform: capitalize
}

.post-grid-date {
  display: flex;
  align-items: center;
  margin-right: .875rem
}

.post-grid-date-icon {
  margin-right: .375rem
}

.post-grid-more {
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 2.5rem;
  height: 100%;
  line-height: 3.125rem;
  font-weight: 500
}

  .post-grid-more .bi {
    margin-left: .1rem;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%)
  }

.post-grid:hover {
  box-shadow: 0 0 10rem rgba(0,0,0,.1);
  border-color: #fff
}

  .post-grid:hover .post-grid-link {
    color: var(--bf-color)
  }

  .post-grid:hover .post-grid-desc {
    color: #000
  }

.post-list {
  align-items: center;
  height: 100%;
  padding-left: 20rem;
  margin-bottom: 2rem;
  position: relative
}

.post-list-cover {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: block;
  width: 20rem;
  height: 100%;
  border-radius: var(--bf-radius, 0.125rem);
  overflow: hidden
}

  .post-list-cover::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    border-radius: var(--bf-radius, 0.125rem)
  }

.post-list-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.post-list-details {
  padding: 1.5rem 0 1.5rem 2rem;
  flex-grow: 1
}

.post-list-meta {
  font-size: .75rem;
  color: #555;
  margin-top: 1rem;
  margin-bottom: 1rem;
  opacity: .7
}

  .post-list-meta a {
    color: #555;
    text-decoration: none
  }

.post-list-meta-item {
  display: flex;
  align-items: center;
  margin-right: .875rem
}

.post-list-author-img {
  border-radius: 5rem;
  margin-right: .25rem;
  filter: grayscale(100%)
}

.post-list-author-name {
  text-transform: capitalize
}

.post-list-date-icon {
  margin-right: .375rem
}

.post-list-cat-icon {
  margin-right: 0rem
}

.post-list-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem
}

.post-list-link {
  color: #000;
  transition: color ease-in-out .2s;
  text-decoration: none
}

  .post-list-link:hover {
    color: var(--bf-color)
  }

  .post-list-link::before {
    content: "";
    display: block;
    width: 20rem;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
  }

.post-list-desc {
  margin-bottom: .5rem;
  font-size: .875rem;
  color: #666;
  line-height: 1.75;
  transition: color ease-in-out .2s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.post-list-more {
  display: inline-block;
  font-weight: 500;
  font-size: .875rem;
  color: #555;
  text-decoration: none
}

  .post-list-more:hover {
    color: var(--bf-color)
  }

.post-list:hover .post-list-desc {
  color: #000
}

.post-cover {
  width: 100%;
  height: 20rem;
  margin: 0;
  position: relative;
  background-color: #000
}

.post-cover-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .9
}

.post-cover-caption {
  display: block;
  max-width: 100%;
  width: calc(var(--bf-post-width) + 20rem);
  position: relative;
  bottom: calc(8rem / 2);
  margin: -1.5rem auto 0;
  color: #fff;
  font-size: .625rem;
  text-align: right;
  line-height: 1rem
}

  .post-cover-caption a, .post-cover-caption span {
    border-radius: .125rem;
    display: inline-block;
    padding: 0 .25rem;
    opacity: .7;
    color: #fff;
    background-color: rgba(0,0,0,.3)
  }

    .post-cover-caption a:hover, .post-cover-caption span:hover {
      opacity: 1;
      background-color: #000
    }

.post-cover::after {
  content: "";
  display: block;
  height: calc(8rem / 2);
  width: calc(var(--bf-post-width) + 20rem);
  max-width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #fff;
  border-top-left-radius: var(--bf-radius, 0.125rem);
  border-top-right-radius: var(--bf-radius, 0.125rem)
}

.post-container {
  max-width: calc( var(--bf-post-width) + 20rem );
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem
}

.post-title {
  margin-bottom: 2.5rem;
  line-height: 1.1;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 2.75rem;
  color: #000
}

.post-meta {
  margin-bottom: 2.5rem;
  line-height: 1.4;
  font-size: .875rem;
  font-weight: 300;
  color: #666;
  white-space: nowrap;
  cursor: default
}

.post-meta-item:not(:last-of-type) {
  margin-right: 1.75rem
}

.post-meta-label {
  display: block;
  font-size: .75rem;
  color: #999
}

.post-meta a {
  color: #666;
  text-decoration: none
}

  .post-meta a:hover {
    color: var(--bf-color)
  }

.post-meta-btn {
  height: 2rem;
  width: 2rem;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  text-align: center
}

  .post-meta-btn .bi {
    width: 1.25rem;
    height: 100%;
    fill: #888
  }

  .post-meta-btn:hover .bi {
    fill: var(--bf-color)
  }

.post-meta-author {
  display: flex;
  align-items: center
}

.post-meta-author-img {
  margin-right: .5rem;
  border-radius: 100%
}

.post-meta-author-name {
  text-transform: capitalize
}

.post-meta-cats {
  word-break: keep-all
}

.post-meta-cats-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.post-meta-cats-item:not(:last-child) {
  margin-right: .125rem
}

  .post-meta-cats-item:not(:last-child) .post-meta-cats-link::after {
    content: ","
  }

.post-content {
  line-height: 1.8;
  margin-bottom: 4rem;
  hyphens: auto
}

  .post-content a {
    overflow-wrap: break-word;
    word-break: break-all
  }

  .post-content iframe, .post-content video, .post-content img {
    border-radius: .125rem
  }

  .post-content audio, .post-content video {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%
  }

.post-footer {
  margin-bottom: 4rem
}

.post-author {
  margin-bottom: 4rem;
  padding: 2rem;
  border-radius: var(--bf-radius);
  background-color: var(--bs-light)
}

.post-author-name {
  margin: 0 0 .25rem;
  font-size: 1.125rem;
  text-transform: capitalize
}

.post-author-bio {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  color: #000
}

.post-author-cover {
  margin: 0 1.5rem 0 0;
  min-width: 5rem
}

.post-author-img {
  width: 5rem;
  height: 5rem;
  border-radius: 100%
}

.post #disqus_thread:not(:empty) {
  padding: 2rem;
  background-color: var(--bs-light);
  margin-bottom: 4rem
}

  .post #disqus_thread:not(:empty) > iframe {
    margin: 0 !important
  }

@media screen and (max-width: 767px) {
  .post {
    margin-top: -2rem
  }

  .post-cover {
    margin-bottom: 2rem;
    height: 14rem
  }

  .post-cover-caption {
    display: none
  }

  .post-cover::after {
    border-radius: 0;
    display: none
  }

  .post-title {
    font-size: 1.5rem;
    letter-spacing: 0
  }

  .post-meta {
    font-size: .75rem
  }

  .post-meta-item:not(:last-of-type) {
    margin-right: 1rem
  }

  .post-meta-cats-link::after {
    display: none
  }

  .post-meta-cats-item {
    display: none
  }

    .post-meta-cats-item:nth-child(1) {
      display: block
    }
}

.post-nav {
  margin-bottom: 4rem
}

.post-nav-item {
  position: relative;
  color: #000;
  text-decoration: none;
  display: block
}

  .post-nav-item:hover {
    color: var(--bf-color)
  }

.post-nav-title {
  z-index: 2;
  font-size: .875rem;
  font-weight: 600;
  margin: 0
}

.post-nav-text {
  opacity: .5;
  text-transform: uppercase;
  font-size: .75rem
}

.share-modal .modal-dialog {
  max-width: 25rem
}

.share-modal .modal-title {
  font-size: .875rem
}

.share-modal .btn-close {
  background-size: .75rem
}

.share-modal-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem
}

.share-modal-link {
  padding: 1.25rem 0 1.25rem;
  display: block;
  text-align: center;
  color: #666;
  background-color: rgba(68,68,68,.03);
  border-radius: .25rem;
  transition: all ease-in-out .2s;
  text-decoration: none
}

.share-modal-link-label {
  display: block;
  font-size: .75rem
}

.share-modal-link-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: .5rem;
  transition: fill ease .1s
}

.share-modal-link:hover {
  color: #fff;
  background-color: #444
}

.share-modal-link.-ginerp {
  background-color: rgba(98,42,255,.07);
  color: #622aff
}

  .share-modal-link.-ginerp:hover {
    background-color: #622aff;
    color: #fff
  }

.share-modal-link.-facebook {
  background-color: rgba(22,120,242,.07);
  color: #1678f2
}

  .share-modal-link.-facebook:hover {
    background-color: #1678f2;
    color: #fff
  }

.share-modal-link.-twitter {
  background-color: rgba(29,161,242,.07);
  color: #1da1f2
}

  .share-modal-link.-twitter:hover {
    background-color: #1da1f2;
    color: #fff
  }

.share-modal-link.-github {
  background-color: rgba(23,22,23,.07);
  color: #171617
}

  .share-modal-link.-github:hover {
    background-color: #171617;
    color: #fff
  }

.share-modal-link.-pinterest {
  background-color: rgba(230,0,35,.07);
  color: #e60023
}

  .share-modal-link.-pinterest:hover {
    background-color: #e60023;
    color: #fff
  }

.share-modal-link.-linkedin {
  background-color: rgba(10,102,194,.07);
  color: #0a66c2
}

  .share-modal-link.-linkedin:hover {
    background-color: #0a66c2;
    color: #fff
  }

.share-modal-link.-instagram {
  background-color: rgba(185,0,180,.07);
  color: #b900b4
}

  .share-modal-link.-instagram:hover {
    background-color: #b900b4;
    color: #fff
  }

.share-modal-link.-telegram {
  background-color: rgba(0,136,204,.07);
  color: #08c
}

  .share-modal-link.-telegram:hover {
    background-color: #08c;
    color: #fff
  }

.share-modal-link.-youtube {
  background-color: rgba(255,3,0,.07);
  color: #ff0300
}

  .share-modal-link.-youtube:hover {
    background-color: #ff0300;
    color: #fff
  }

.share-modal-link.-whatsapp {
  background-color: rgba(37,211,102,.07);
  color: #25d366
}

  .share-modal-link.-whatsapp:hover {
    background-color: #25d366;
    color: #fff
  }

.share-modal-input {
  border: 0;
  background-color: rgba(68,68,68,.04);
  width: 100%;
  padding: .75rem 1rem;
  outline: none !important;
  font-size: .875rem;
  border-radius: .25rem;
  cursor: pointer;
  color: #666;
  transition: all ease-in-out .3s
}

  .share-modal-input:hover {
    color: #111;
    background-color: rgba(68,68,68,.07)
  }

  .share-modal-input.copied {
    background-color: #000;
    color: #fff;
    text-align: center
  }

.related {
  margin-top: -1px;
  margin-bottom: 4rem
}

.related-header {
  border-top: 1px solid var(--bs-light);
  padding-top: 3rem;
  margin-bottom: 3rem;
  align-items: center;
  display: flex
}

.related-header-title {
  margin-bottom: 0;
  font-size: 1rem
}

.related-header-link {
  margin-bottom: 0;
  color: rgba(0,0,0,.5);
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none
}

  .related-header-link:hover {
    color: var(--bf-color)
  }
/*# sourceMappingURL=styles.css.map */







@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;800;900&display=swap');

body {
 /* font-family: 'Nunito', sans-serif;*/
  color: #333;
}

  body.offcanvas-active {
    overflow: hidden;
  }

a {
  font-family: 'Nunito', sans-serif;
  transition: all 0.3s ease;
}

  a.nav-link {
    color: #646464;
  }

  a:hover, :focus {
    outline: 0;
    text-decoration: none;
  }

.about_vertical p span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #ff5d22;
  border-bottom: 1px dotted #ff5d22;
  padding: 8px 0px;
  margin-bottom: 5px;
}

.about_vertical p {
  background: #eee;
  padding: 10px;
}

.register-form {
  background: #eee;
  padding: 20px;
  display: inline-block;
  width: 100%;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 0px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0px solid #ddd;
}

.klausbg {
  background: #fff;
  cursor: default;
  padding: 0;
  margin-bottom: 30px;
  border-right: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.klausheader {
  height: 62px;
  border-bottom: 1px solid #f0f0f0;
}

.klausbg h5 {
  color: #2d2f37;
  font-size: 18px;
  font-weight: 700;
  float: left;
  width: 100%;
  margin: 0;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 10px;
}

.klausbg p {
  color: #9fa5ae;
  font-size: 16px;
  font-weight: 300;
  float: left;
  width: 100%;
  margin-top: -10px
}

.klaus_package {
  color: #2d2f37;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  float: left;
  width: 100%;
}

.klaus_price {
  font-size: 34px;
  font-weight: 500;
  float: left;
  width: 100%;
  text-align: center;
}

.klaus_featured {
  width: 130px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ccc;
  border-radius: 0px 0px 5px 5px;
  font-size: 15px;
  padding-top: 1px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.8px;
}

.klaus_features {
  border-bottom: 1px solid #f0f0f0;
}

  .klaus_features li {
    height: 40px;
    list-style: none;
    font-size: 14px;
    color: #54565b;
    font-weight: 400;
    padding-top: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
  }

    .klaus_features li i {
      padding-right: 10px;
      font-size: 16px;
    }

.klaus_plancolor {
  background: #f4f4f4;
}

.klaus_getaquote {
  width: 180px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
}

  .klaus_getaquote li {
    list-style: none;
    height: 36px;
    margin-top: 28px;
  }

    .klaus_getaquote li a {
      color: #fff;
      float: left;
      width: 100%;
      height: 36px;
      padding-top: 8px;
      border-radius: 5px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }

      .klaus_getaquote li a:hover {
        text-decoration: none;
      }

.skinfivecolor {
  color: #ff5d22;
}

.skinfivebg {
  background: #ff5d22;
}

.skinfiveklaus_features i {
  color: #ff5d22;
}

.skinfivegetquote li a {
  background: #ff5d22;
}

  .skinfivegetquote li a:hover {
    background: #ff5ae6;
  }

.skinfiveultimate {
  background: #ff5d22;
  border: 0;
  color: #fff;
}

.skinfiveucolor {
  border-bottom: 1px solid #343434;
  /* border-top: 1px solid #ff5d22; */
}

  .skinfiveucolor h5 {
    color: #fff;
    text-align: center;
  }

  .skinfiveucolor span {
    color: #fff;
  }

  .skinfiveucolor p {
    color: #fff;
  }

  .skinfiveucolor li {
    color: #fff;
  }

  .skinfiveucolor i {
    color: #fff;
  }

.skinfiveklaus_plancolor {
  background: #343434;
}

.skinfiveucolorget li a {
  background: #fff;
  color: #ff5d22;
}

  .skinfiveucolorget li a:hover {
    background: #ff5ae6;
    color: #fff;
  }

.pricing-table {
  text-align: center;
  width: 570px;
  margin: 0px auto;
}

.pricing-table2 {
  width: 100% !important;
}

.card {
  margin-bottom: 15px;
}

.filter-header a {
  color: #ff5d22;
}

.icon-action {
  margin-top: 5px;
  float: right;
  font-size: 80%;
}

.list-group-item .title {
  margin-top: 5px;
  margin-bottom: 12px;
  font-weight: 600;
}

.about_Integration {
  border: 1px solid #eee;
  padding: 20px;
  min-height: 380px;
  margin-bottom: 10px;
}

.inner-bg1 {
  margin-bottom: 20px;
}

.imple-img {
  padding: 0px;
  border-radius: 30px;
  max-width: 100%;
  height: 200px;
  margin: 10px auto;
  display: block;
}

.centered {
  padding: 0px;
  border-radius: 30px;
  max-width: 100%;
  height: 130px;
  margin: 10px auto;
  display: block;
}

.scroll {
  color: #fff;
  margin-top: 100px
}

.about_vertical {
  padding: 10px;
}

#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 98;
  padding: 21px;
  background-color: rgb(255 93 34 / 65%);
}

.js .cd-top--fade-out {
  opacity: .5
}

.js .cd-top--is-visible {
  visibility: visible;
  opacity: 1
}

.js .cd-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
  position: fixed;
  bottom: 20px;
  bottom: var(--cd-back-to-top-margin);
  right: 20px;
  right: var(--cd-back-to-top-margin);
  display: inline-block;
  height: 40px;
  height: var(--cd-back-to-top-size);
  width: 40px;
  width: var(--cd-back-to-top-size);
  box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
  background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
  background-color: hsla(5, 76%, 62%, .8);
  background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}

.map {
  width: 100%;
  height: 300px;
  border: 1px solid #cacaca;
}

#stats {
  background: #ff5d22;
  padding: 40px 0px;
}

.stat {
  color: #fff;
}

  .stat i {
    font-size: 48px;
    padding-top: 10px;
  }

  .stat h4 {
    font-weight: 700;
    font-size: 20px;
    padding-top: 10px;
  }

.codes {
  background: url(img/stats1.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.projects {
  background: url(img/stats2.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.clients {
  background: url(img/stats3.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.feedback {
  background: url(img/stats4.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
/*footer*/
/*.js-wave {
  position: absolute;
  margin-top: -200px;
  height: 200px;
  z-index: -1;
}

.footer__waves-container {
}

.col_white_amrc {
  color: #333;
  font-weight: 600;
}

footer {
  width: 100%;
  clear: both;
}

.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}

footer p {
  color: #333;
  padding-bottom: 0px;
  margin-bottom: 8px;
}

.mb10 {
  padding-bottom: 15px;
}

.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px 0px 10px 0px;
}

  .footer_ul_amrc li i {
    width: 15px;
  }

  .footer_ul_amrc li {
    line-height: 35px;
  }

    .footer_ul_amrc li a {
      color: #333;
    }

      .footer_ul_amrc li a:hover {
        color: #ff5d22;
        text-decoration: none;
      }

.fleft {
  float: left;
}

.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

  .footer_ul2_amrc li i {
    color: #ff5d22;
    width: 20px;
  }

  .footer_ul2_amrc li a {
    color: #333
  }

  .footer_ul2_amrc li p {
    display: table;
  }

  .footer_ul2_amrc li a:hover {
    text-decoration: none;
  }

  .footer_ul2_amrc li i {
    margin-top: 5px;
  }

.footer-bottom-area {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgb(50 63 69 / 10%);
}

  .footer-bottom-area a {
    color: #ff5d22;
  }

    .footer-bottom-area a:hover {
      color: #333;
    }

.bottom_border {
  padding-bottom: 30px;
  padding-top: 30px;
}*/
/* footer*/
.feature-box {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 20px;
}

  .feature-box.box-left:last-child {
    margin-bottom: 0;
  }

  .feature-box:after {
    content: "";
    clear: both;
    display: block;
  }

  .feature-box.box-left {
    padding-right: 90px;
    text-align: right;
  }

  .feature-box.box-right {
    padding-right: 0;
    padding-left: 90px;
    text-align: left;
    transition: all .1s ease-in-out;
  }

    .feature-box.box-right.app-right {
      padding-left: 50px !important;
    }

  .feature-box .box-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: normal;
    border-radius: 100%;
    transition: all 0.3s;
  }

.app-icon {
  top: 5px !important;
  width: 40px !important;
  height: 40px !important;
}

.feature-box.box-right .box-icon {
  right: auto;
  left: 0;
}

.feature-box:hover .box-icon {
  color: #fff;
}

.feature-box .box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  transition: all 0.3s;
  color: #ff5d22;
}

.feature-box .box-text {
  color: #333;
}

.feature-box:hover .box-icon, .price-title.featured:hover {
  transform: scale(1.1);
}

.feature-box:hover .box-title {
  color: #333;
}
/*================================================
Services Area CSS
=================================================*/
.bg-f1f8fb {
  background-color: #f1f8fb;
}

.pt-100 {
  padding-top: 80px;
}

.pb-70 {
  padding-bottom: 60px;
}

.services-area {
  position: relative;
  z-index: 1;
}
/*section-title*/
.section-title {
  text-align: center;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

  .section-title .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff5d22;
    font-weight: 700;
    font-size: 15px;
  }

    .section-title .sub-title img {
      margin-right: 5px;
      -webkit-animation-name: rotateme;
      animation-name: rotateme;
      -webkit-animation-duration: 40s;
      animation-duration: 40s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
    }

  .section-title h2 {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 600;
  }

  .section-title h3 {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 600;
  }

  .section-title h2 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #221638;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

.single-services-box {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 45px 30px 80px;
  position: relative;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}

  .single-services-box .icon {
    margin-bottom: 25px;
  }

  .single-services-box h3 {
    margin-bottom: 12px;
    font-size: 25px;
  }

    .single-services-box h3 a {
      display: inline-block;
    }

.single-services-item {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 40px 30px 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

  .single-services-item .icon {
    margin-bottom: 25px;
  }

  .single-services-item h3 {
    margin-bottom: 12px;
    font-size: 25px;
  }

.single-services-item-box {
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 35px 30px;
  border-radius: 5px;
}

  .single-services-item-box .icon {
    margin-bottom: 25px;
  }

  .single-services-item-box h3 {
    margin-bottom: 12px;
    font-size: 25px;
  }

    .single-services-item-box h3 a {
      display: inline-block;
      color: #333;
      font-weight: 600;
      text-transform: uppercase;
    }
/*================================================
About Area CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-content .content {
  max-width: 585px;
}

  .about-content .content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff5d22;
    font-weight: 700;
    font-size: 15px;
  }

    .about-content .content .sub-title img {
      margin-right: 5px;
      -webkit-animation-name: rotateme;
      animation-name: rotateme;
      -webkit-animation-duration: 40s;
      animation-duration: 40s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
    }

  .about-content .content h2 {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 600;
  }

  .about-content .content p {
    margin-bottom: 20px;
  }

    .about-content .content p:last-child {
      margin-bottom: 0;
    }

  .about-content .content .features-list {
    padding-left: 0;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
  }

    .about-content .content .features-list li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 30px;
    }

      .about-content .content .features-list li span {
        display: block;
        border: 1px solid #f0eae2;
        border-radius: 5px;
        padding: 20px 20px 20px 95px;
        position: relative;
        background-color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
      }

        .about-content .content .features-list li span .icon {
          position: absolute;
          left: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
        }

        .about-content .content .features-list li span h3 {
          margin-bottom: 3px;
          font-size: 25px;
        }

        .about-content .content .features-list li span:hover {
          border-color: #ff5d22;
        }

  .about-content .content .content-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 30px;
    margin-top: 30px;
  }

    .about-content .content .content-list li {
      position: relative;
      margin-bottom: 35px;
      padding-left: 53px;
      font-size: 19px;
      font-weight: 800;
    }

      .about-content .content .content-list li i {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 3px;
        width: 40px;
        height: 40px;
        line-height: 41px;
        text-align: center;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        background-color: #deecf4;
        font-size: 20px;
      }

      .about-content .content .content-list li:last-child {
        margin-bottom: 0;
      }

      .about-content .content .content-list li:hover i {
        background-color: #ff5d22;
        color: #ffffff;
      }

  .about-content .content .default-btn {
    margin-top: 5px;
  }

.about-image {
  text-align: center;
}

.about-image-box {
  text-align: center;
  position: relative;
  margin-right: 20px;
  border-radius: 5px;
  padding-bottom: 15px;
  padding-right: 15px;
}

  .about-image-box img {
    border-radius: 5px;
  }

  .about-image-box::before {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    position: absolute;
    background: #ff5d22;
    z-index: -1;
    margin-top: 15px;
    margin-left: 15px;
  }

  .about-image-box .box {
    background-color: #ffffff;
    left: 0;
    bottom: 15px;
    position: absolute;
    border-radius: 0 5px 0 0;
    padding: 10px 20px;
  }

  .about-image-box .video-btn {
    display: inline-block;
    text-transform: uppercase;
    color: #ff5d22;
    font-size: 16px;
    font-weight: 700;
  }

    .about-image-box .video-btn i {
      width: 55px;
      height: 55px;
      line-height: 56px;
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
      display: inline-block;
      text-align: center;
      border-radius: 50%;
      background-color: #ffffff;
      font-size: 20px;
      margin-right: 5px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
    }

    .about-image-box .video-btn:hover i {
      background-color: #ff5d22;
      color: #ffffff;
    }

.about-img {
  text-align: center;
  position: relative;
}

  .about-img img {
    width: 100%
  }

  .about-img .shape {
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }

.about-inner-area {
  margin-top: 100px;
}

.about-text h3 {
  margin-bottom: 13px;
  font-size: 25px;
}

.about-text .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
}

  .about-text .features-list li {
    position: relative;
    margin-bottom: 12px;
    color: #6b6b84;
    font-weight: 600;
    padding-top: 5px;
    padding-left: 30px;
  }

    .about-text .features-list li i {
      font-size: 9px;
      color: #221638;
      background-color: #eaeaf2;
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      text-align: center;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .about-text .features-list li:last-child {
      margin-bottom: 0;
    }

    .about-text .features-list li:hover i {
      background-color: #ff5d22;
      color: #ffffff;
    }

.circle-shape1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.inner-box .single-item::before {
  content: '';
  position: absolute;
  top: 1px;
  width: 1px;
  height: 100%;
  background-color: #ff5d22;
  z-index: -1;
  left: 40px;
}

.inner-box .single-item::after {
  content: "";
  position: absolute;
  left: 26px;
  color: #ff5d22;
  bottom: 10px;
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
  font-family: "boxicons" !important;
  font-size: 30px;
}

.inner-box .single-item:last-child {
  padding-bottom: 0;
}

  .inner-box .single-item:last-child::before {
    display: none;
  }

  .inner-box .single-item:last-child::after {
    display: none;
  }

.how-its-work-content .sub-title {
  position: relative;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ff5d22;
  font-weight: 700;
  font-size: 15px;
}

  .how-its-work-content .sub-title img {
    margin-right: 5px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

.how-its-work-content h2 {
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 600;
}

.how-its-work-content .inner-box {
  margin-top: 35px;
}

  .how-its-work-content .inner-box .single-item {
    position: relative;
    z-index: 1;
    padding-left: 100px;
    padding-bottom: 30px;
  }

    .how-its-work-content .inner-box .single-item .count-box {
      width: 65px;
      height: 65px;
      position: absolute;
      left: 8px;
      top: 8px;
      line-height: 65px;
      text-align: center;
      color: #ff5d22;
      border-radius: 50%;
      background-color: #ffffff;
      -webkit-box-shadow: #edf1fe 0px 0px 0px 7px;
      box-shadow: #edf1fe 0px 0px 0px 7px;
      font-size: 30px;
      font-weight: 800;
    }

    .how-its-work-content .inner-box .single-item h3 {
      margin-bottom: 10px;
      font-size: 24px;
      font-weight: 600;
    }
/*default-btn*/
.default-btn {
  border: none;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  background-color: #ff5d22;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  padding: 10px 25px 10px 46px;
  font-weight: 700;
  font-size: 16px;
}

  .default-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #221638;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
  }

  .default-btn i {
    position: absolute;
    margin-left: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 16.5px;
    color: #fff;
    margin-top: 12px;
  }

    .default-btn i.flaticon-user {
      margin-top: 0px;
    }

  .default-btn:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

    .default-btn:hover span {
      width: 225%;
      height: 562.5px;
    }
/*sliderend*/
/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
  margin: 0px;
  text-align: right;
  margin-top: -5px;
}

  ul.social-network li {
    display: inline-block;
  }
/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

  .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color: #fff;
  }

a.socialIcon:hover, .socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  padding: 4px;
}

.social-circle li i {
  margin: 0;
  line-height: normal;
  text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #FF5722;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dropdown-toggle::after {
  position: relative;
  top: 0px;
  left: 3px;
}

.navbar {
  padding: 0;
  width: 100%;
  position: relative;
  top: 2px;
}

.navbar-brand {
  margin-right: 1rem;
  margin-left: 6px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 0px;
  margin: 0px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.navigation-menu {
  width: 100%;
}

.navbar-toggler {
  padding: 0px 3px;
  font-size: 20px;
  background: #ff5d22;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #fff;
  line-height: unset;
  position: relative;
  right: 10px;
}

.consolelogo {
  padding: 5px 0px;
}

  .consolelogo img {
    height: 70px;
  }

.navbar-expand-lg .navbar-nav .nav-link:hover {
  border-bottom: 3px solid #ff5d22;
  color: #ff5d22
}

.navbar-expand-lg .navbar-nav .active {
  border-bottom: 3px solid #ff5d22;
  color: #ff5d22
}

.navbar-expand-lg .navbar-nav {
  float: right;
}

.top-bar {
  padding: 5px 0px;
}

  .top-bar a {
    color: #333;
    padding-right: 12px;
  }

    .top-bar a:hover {
      color: #ff5d22;
    }

    .top-bar a i {
      color: #ff5d22;
    }

.menu-navbar {
  border-bottom: 0px solid #ff5d22;
  position: relative;
  z-index: 99;
}

.dropdown-menu {
  top: 100%;
  left: 10px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: -1px 0px 0px 0px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgb(121 134 203);
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 5px 4px rgb(51 51 51 / 18%);
}

.dropdown-item {
  padding: 0.25rem 0.9rem;
}

  .dropdown-item.active, .dropdown-item:hover {
    color: #ff5d22;
  }

  .dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: #ff5d22;
    color: #fff;
  }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff5d22;
  border-color: #ff5d22;
}

.offcanvas-header {
  display: none;
}

@media (max-width: 992px) {
  .section-title h2 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .section-title {
    margin-bottom: 5px;
  }

  .single-services-item-box h3 a {
    display: inline-block;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
  }

  .pt-100 {
    padding-top: 10px;
  }

  .pb-70 {
    padding-bottom: 10px;
  }

  .hidden-xs {
    display: none
  }

  .about-content .content h2 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .navbar-expand-lg .navbar-nav .active {
    border-bottom: 1px solid #ff5d22;
    color: #ffcfcf;
  }

  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ffcfcf;
    border-bottom: 0px solid #ff5d22;
  }

  .dropdown-menu {
    min-width: 10rem;
    padding: 0.5rem 0;
    width: 90%;
    margin: 0px auto;
    font-size: 14px;
  }

  .top-bar {
    padding: 5px 0px;
    border-bottom: 1px solid #e5e5e5;
  }

  .consolelogo {
    position: relative;
    background: transparent;
    top: 0px;
    padding: 5px 0px 8px 6px;
    border: 0px solid #ff5d22;
    border-radius: 0px;
  }

  .dropdown-toggle::after {
    float: right;
    top: 9px;
    left: 0px;
  }

  ul.social-network {
    display: none;
  }

  .navbar-expand-lg .navbar-nav {
    float: none;
    width: 100%;
  }

  .top-bar a {
    color: #333;
    padding-right: 6px;
    font-size: 10px;
  }

  .consolelogo img {
    height: 50px;
  }

  .offcanvas-header {
    display: block;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 70%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background: #ff5d22;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
    z-index: 9;
  }

    .navbar-collapse.show {
      visibility: visible;
      transform: translateX(-100%);
    }

  a.nav-link {
    color: #fff;
  }

  .btn-outline-danger {
    color: #ffffff;
    border-color: #ffffff;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
  }

  .top-bar a:nth-of-type(2) {
    float: right;
  }

  .top-bar a:first-child {
    float: left;
  }

  #wowslider-container1 {
    z-index: -1 !important;
  }

  .pt2 {
    padding-top: 10px;
    margin-bottom: 10px;
  }

  .footer_ul_amrc li {
    line-height: 28px;
  }

    .footer_ul_amrc li a {
      font-size: 16px;
    }

  .col_white_amrc {
    text-align: center;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0px 0px;
  }

  #toTopBtn {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 98;
    padding: 21px;
    background-color: hsl(16deg 100% 57% / 37%);
  }

  .footer-bottom-area {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .klausbg h5 {
    font-size: 14px;
  }

  .klaus_features li i {
    padding-right: 3px;
    font-size: 10px;
  }

  .klaus_features li {
    list-style: none;
    font-size: 12px;
    color: #fff !important;
    font-weight: 400;
    padding-top: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #eee;
  }

  .section-title .sub-title {
    margin-bottom: 0px;
  }
}

.headermargin {
  margin-top: 2rem;
}
