* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
  }
  
  @font-face {
    font-family: 'lora';
    src: url(../font/Lora-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  
  body {
    font-family: 'lora';
    line-height: 1.7;
    font-weight: 400;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-size: 16px;
  }
  
  ol,
  ul {
    padding-left: 2rem;
  }
  
  dl,
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  
  .container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media(min-width: 576px) {
  
    .container {
      max-width: 540px
    }
  }
  
  @media(min-width: 768px) {
  
    .container {
      max-width: 720px
    }
  }
  
  @media(min-width: 992px) {
  
    .container {
      max-width: 960px
    }
  }
  
  @media(min-width: 1200px) {
  
    .container {
      max-width: 1140px
    }
  }
  
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
  }
  
  article,
  aside,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section {
    display: block;
  }
  
  .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
  }
  
  @media (min-width: 992px) {
    .navbar-expand-lg {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }
  
  a {
    color: #012549;
    text-decoration: none;
  }

  a, i, cite, em, var, address, dfn, ol, li, ul {
    font-style: normal;
    font-weight: 400;
    list-style: none;
}
  
  a, a:focus, a:hover {
    text-decoration: none;
  }
  
  .navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
  
  .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
  }
  
  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
  }
  
  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
  }
  
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
  }
  
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  
  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .collapse:not(.show) {
    display: none;
  }
  
  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
  }
  
  .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
  
  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
    }
  }
  
  .nav-link {
    display: block;
    padding: .5rem 1rem;
  }
  
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  
  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
    }
  }
  
  .nav-link:focus,
  .nav-link:hover {
    text-decoration: none;
  }
  
  .navbar-brand:focus,
  .navbar-brand:hover {
    text-decoration: none;
  }
  
  [role=button] {
    cursor: pointer;
  }
  
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  @media (min-width: 576px) {
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
    
  }
  
  @media (min-width: 768px) {
    .col-md-6 {
      flex: 0 0 50%;
      width: 50%;
    }
  
  }
  
  @media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
  
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
  }
  
  img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
  }
  
  .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
  }
  
  .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }
  
  .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  
  .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  
  .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  
  .form-row>.col,
  .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  }
  
  .input-group-append,
  .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
  }
  
  .input-group-append {
    margin-left: -1px;
  }
  
  button {
    border-radius: 0
  }
  
  button:focus:not(:focus-visible) {
    outline: 0
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
  }
  
  button, input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none
  }
  
  [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }
  
  [type=button],
  [type=reset],
  [type=submit],
  button {
    -webkit-appearance: button;
  }
  
  [type=button]:not(:disabled),
  [type=reset]:not(:disabled),
  [type=submit]:not(:disabled),
  button:not(:disabled) {
    cursor: pointer;
  }
  
  label {
    display: inline-block;
  }
  
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  
  figure {
    margin: 0 0 1rem;
  }
  
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .position-relative {
    position: relative !important;
  }
  
  .text-decoration-none {
    text-decoration: none !important;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: .5rem;
  }
  
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  .text-left {
    text-align: left !important;
  }
  
  .text-center {
    text-align: center !important;
  }

  .align-items-center {
    align-items: center !important;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}




























body {
  color: #20232a;
  background-color: #fff;
}

.header-style-1.site-header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: #8C52FF;
}

.main-bar {
  width: 100%;
  transition: all .3s cubic-bezier(0.39,0.575,0.565,1) 0s;
}

.header-style-1 .header-middle {
  padding: 0;
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.header-style-1 .main-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-style-1 .logo-header {
  padding: 0;
  font-size: 25px;
  color: #000;
  margin: 0;
  position: relative;
  z-index: 11;
}

.header-style-1 .logo-header .logo-header-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.header-style-1 .logo-header .logo-header-inner  a{
  color: #fff;
}

a {
  color: #20232a;
  outline: 0 none;
  text-decoration: none;
}

a:active, a:hover, a:focus {
  color: inherit;
}

.header-style-1 .header-info-wraper {
  display: flex;
  align-items: center;
}

.header-style-1 .header-bottom .navigation-bar {
  display: flex;
  align-items: center;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.header-style-1 .navbar-toggler {
  border: 0;
  margin: 24px 0 24px 15px;
  padding: 12px 10px;
}

.sr-only, .fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.header-style-1 .navbar-toggler .icon-bar {
  background: #FFF;
  height: 3px;
  border-radius: 0;
  display: block;
  width: 22px;
}

.header-style-1 .navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}

.header-style-1 .header-nav {
  position: relative;
  padding: 0;
  z-index: 10;
}

.header-style-1.site-header ul, .header-style-1.site-header ol {
  margin-bottom: 0;
}

.header-style-1 .header-nav .nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: inherit;
}

.header-style-1 .header-nav .nav>li {
  position: relative;
  margin: 0;
}

.header-style-1 .header-nav .nav>li>a {
  color: #fff;
  font-size: 18px;
  padding: 15px;
  cursor: pointer;
  margin: 0;
  font-weight: 600;
  display: block;
}

@media (min-width: 992px) {
  .header-style-1 .header-nav .nav>li>a::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 8px;
      width: 0;
      height: 2px;
      transition: all .3s ease-in-out;
  }

  .header-style-1 .header-nav .nav>li:hover>a::before{
    width: 100%;
    background: #fff;
  }
}

.header-style-1 .extra-nav {
  display: table;
  float: right;
  position: relative;
  z-index: 13;
}

.header-style-1 .extra-nav .extra-cell {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}

.header-style-1 .extra-nav .extra-cell:first-child {
  padding-left: 0;
}

.header-style-1 .header-search a.header-search-icon {
  color: #20232a;
  line-height: 54px;
  display: block;
  text-align: center;
  font-weight: normal;
  border-radius: 50%;
  transition: all .3s;
}

.header-style-1 .header-search a.header-search-icon i{
  font-size: 20px;
  color: #fff;
}

.header-style-1 .header-search a.header-search-icon:hover{
  opacity: 0;
}

.p-t150 {
  padding-top: 60px;
}

.p-b120 {
  padding-bottom: 120px;
}

.m-b30 {
  margin-bottom: 30px;
}

.kv-lt-blog {
  border: 2px solid rgba(140,82,255,.2);
  border-radius: 15px;
  padding: 20px;
  transition: all .5s ease-in-out;
}

.kv-lt-blog:hover{
  border-color: #8c52ff;
}

.kv-lt-blog .wt-post-media {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.kv-lt-blog .wt-post-media>a img {
  width: 100%;
  border-radius: 12px;
  transition: all .3s ease-out 0s;
}

.kv-lt-blog:hover .wt-post-media>a img {
  transform: scale(1.1);
}

.kv-lt-blog .kv-post-info {
  padding-top: 20px;
}

.blog-item-meta ul {
  margin: 0;
  margin-bottom: 14px;
  padding: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.blog-item-meta ul li {
  display: inline-block;
  margin-right: 15px;
  font-weight: 500;
  position: relative;
  color: #20232a;
}

.blog-item-meta ul li i {
  margin-right: 5px;
  color: #8c52ff;
}

.blog-item-meta a:hover {
  color: #8c52ff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  color: #20232a;
}

h3 {
  font-size: 22px;
  font-weight: 500;
}

.kv-lt-blog .post-title {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 600;
}

.light-view .kv-lt-blog .post-title:hover a {
  color: #8c52ff;
}

.kv-lt-blog .post-text {
  font-size: 16px;
  color: #818080;
  margin-bottom: 0;
  word-break: break-all;
  line-height: 1.3;
}

.pagination-outer {
  padding-top: 30px;
}

.pagination-outer .pagination-style1 {
  position: relative;
  display: inline-block;
}

.pagination-outer .pagination-style1 ul {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  padding: 0;
}

.pagination-outer .pagination-style1 ul li {
  position: relative;
  margin: 0 3px 0;
}

.pagination-outer .pagination-style1 ul li a {
  position: relative;
  background-color: #f6f6f6;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: #20232a;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  transition: .5s all ease;
}

.pagination-outer .pagination-style1 ul li.active a {
  background-color: #8C52FF;
  color: #fafafa;
}

.pagination-outer .pagination-style1 ul li:hover a {
  background-color: #8C52FF;
  color: #fafafa;
}

.widget {
  padding: 30px;
  background-color: #f6f6f6;
  margin-bottom: 30px;
  border-radius: 15px;
}

.side-bar .search-bx .input-group .form-control {
  padding: 12px 15px 12px 20px;
    border-radius: 50px;
    box-shadow: none;
    color: #20232a;
}

.side-bar .search-bx .input-group .form-control:focus{
  border-color: #8c52ff;
}

.form-control:focus {
  box-shadow: none;
}

.side-bar .search-bx .input-group .btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 8px 18px 6px 18px;
  background: transparent;
  border: 0;
  color: #8c52ff;
}

.side-bar .widget-title {
  padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 25px;
    color: #20232a;
}

.side-bar .widget-title::before {
  position: absolute;
  content: '';
  width: 15px;
  border-bottom: 3px solid #8c52ff;
  bottom: 0;
  left: 0;
}

.side-bar .widget-title::after {
  position: absolute;
  content: '';
  width: 30px;
  border-bottom: 3px solid #8c52ff;
  bottom: 0;
  left: 22px;
}

.kv-news-post {
  display: flex;
  margin-bottom: 25px;
}

.kv-news-post .kv-post-info {
  padding: 0;
}

.kv-news-post .post-title {
  margin-bottom: 0;
}

.kv-news-post .post-title a {
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #20232a;
  font-weight: 600;
}

.kv-news-post .post-title a:hover{
  color: #8c52ff;
}

.kv-news-post .post-date {
  font-size: 14px;
  margin-bottom: 5px;
}

.side-bar .widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_services ul li {
  display: block;
  width: 100%;
  padding: 2px 0;
  border: 0;
  overflow: hidden;
}

.side-bar .widget_services ul li {
  position: relative;
  padding: 0 0 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #20232a;
}

.side-bar .widget_services ul li a {
  color: #20232a;
  margin-left: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.side-bar .widget_services ul li a:hover {
  padding-left: 10px;
  color: #8C52FF;
}

.side-bar .widget_services ul li a i {
  margin-right: 5px;
  color: #8c52ff;
}

.footer-dark {
  font-size: 16px;
  background: #0b0917;
}

.footer-dark .footer-bottom {
  padding: 0;
  position: relative;
  z-index: 1;
  font-weight: 400;
}

.footer-dark .footer-bottom .footer-bottom-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
  color: #fff;
}

.footer-dark .footer-bottom .footer-copy-right .copyrights-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.footer-dark .footer-bottom .footer-copy-right .copyrights-text a{
  color: #8c52ff;
}

.footer-menu{
  margin: 0;
  padding: 0;
}

.footer-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}

.footer-menu li:first-child{
  margin-left: 0;
}

.footer-menu li a {
  color: #fff;
  transition: all .5s ease-in-out;
}

.footer-menu li a:hover {
  color: #8c52ff;
}

.footer-menu li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #8c52ff;
  right: -18px;
  top: 13px;
  border-radius: 50px;
}

.footer-menu li:last-child::after{
  display: none;
}

.kv-lt-blog-detail {
  position: relative;
}

.kv-lt-blog-detail .wt-post-media {
  position: relative;
}

.kv-lt-blog-detail .wt-post-media>a img {
  width: 100%;
  border-radius: 15px;
}

.kv-post-info .blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.kv-lt-blog-detail .post-title {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #20232a;
}

.kv-lt-blog-detail .blog-meta-left ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.kv-lt-blog-detail .blog-meta-left ul li {
  color: #20232a;
  font-weight: 500;
}

.kv-lt-blog-detail .blog-meta i {
  margin-right: 5px;
  color: #8c52ff;
}

.kv-lt-blog-detail .blog-meta a {
  color: #20232a;
  font-weight: 500;
}

.kv-lt-blog-detail .blog-meta a:hover {
  color: #8c52ff;
}

.p-text {
  margin-bottom: 30px;
}

.comment-respond {
  padding: 30px;
    margin-top: 50px;
    border-radius: 15px;
    background: #f6f6f6;
}

.comment-respond .comment-reply-title {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #20232a;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.comment-form-cookies-consent span {
  color: #A50042;
}

.comments-area .comment-form .comment-form-author .form-control, .comments-area .comment-form .comment-form-email .form-control, .comments-area .comment-form .comment-form-comment .form-control {
  font-size: 16px;
}

.comments-area .comment-form .comment-form-author input[type=text], .comments-area .comment-form .comment-form-email input[type=text], .comments-area .comment-form .comment-form-comment input[type=text] {
  width: 100%;
  height: 50px;
  padding: 15px 25px 15px 50px;
  background-color: #fff;
  border-radius: 30px;
  border: none;
}

.comments-area .comment-form .comment-form-comment textarea {
  width: 100%;
  padding: 15px 25px 15px 50px;
  height: 120px;
  resize: none;
  background-color: #fff;
  border-radius: 30px;
  border: none;
}

.comment-form .row div{
  position: relative;
}

.input-group-text{
  position: absolute;
  left: 36px;
  top: 15px;
  color: #8c52ff;
}

.site-button {
  border: 0;
  font-size: 18px;
  font-weight: 500;
  background-color: #8c52ff;
  margin-left: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fafafa;
  border-radius: 50px;
}

.comment-respond .form-submit .site-button {
  position: relative;
  border: 0;
}

.site-button:hover em {
  transform: skew(0deg);
}

.site-bg-primary {
  background-color: #1d24ca;
}

.kv-contact-page-form {
  padding: 50px;
  margin-bottom: 30px;
}

.section-head.left {
  margin-bottom: 50px;
}

.kv-sm-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #98abee;
  position: relative;
  letter-spacing: 2px;
}

.kv-sm-title.left {
  padding: 0 15px;
  display: inline-block;
}

.kv-sm-title.left:after, .kv-sm-title.left:before {
  position: absolute;
  content: "_";
  font-size: 14px;
  color: #98abee;
}

.kv-sm-title.left:before {
  right: 0;
  bottom: 0;
}

.kv-sm-title.left:after {
  left: 0;
  bottom: 0;
}

.kv-large-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #fafafa;
}

.cons-contact-form .form-control {
  height: 56px;
  padding: 10px 20px;
  background-color: #000;
  border: 0;
  border-radius: 0;
  font-size: 16px;
}

.site-button.dark-bg {
  background-color: #000;
}

.kv-contact-page-detail {
  margin-bottom: 30px;
  padding-left: 50px;
}

.kv-contact-page-detail .site-text-white {
  color: #20232a;
}

@media (max-width:991px) {
  .header-style-1 .extra-nav{
    display: none;
  }

  .header-style-1 .header-nav {
    clear: both;
    margin: 0 -15px;
    border-bottom: 1px solid #E9E9E9;
}

.header-style-1 .header-nav.navbar-collapse {
  align-items: start;
}

.header-style-1.mobile-sider-drawer-menu .header-nav {
  position: fixed;
  width: 250px !important;
  z-index: 999;
  height: 100vh !important;
  overflow-y: inherit !important;
  left: -250px;
  top: 0;
  transition: all .5s linear;
  background-color: #fafafa;
}

.header-style-1 .logo-header .logo-header-inner{
  line-height: 1;
}

.header-style-1 .navbar-toggler {
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
  float: right;
  outline: none !important;
}

.header-style-1 .navbar-toggler {
  margin-top: 5px;
  margin-bottom: 5px;
}

.header-style-1.mobile-sider-drawer-menu #mobile-side-drawer {
  min-height: 41px;
  position: relative;
}

.header-style-1.mobile-sider-drawer-menu .icon-bar {
  transition: all .5s linear;
  position: relative;
}

.header-style-1.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
  position: relative;
  right: 0;
}

.header-style-1 .header-nav .nav {
  float: none;
  margin: 0;
  background: #fafafa;
  display: block;
  width: 100%;
  left: 0;
}

.header-style-1.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
  overflow: auto;
  max-height: 100%;
}

.header-style-1 .header-nav .nav li {
  float: none;
}

.header-style-1 .header-nav .nav>li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.header-style-1 .is-fixed .color-fill .header-nav .nav>li {
  margin: 0;
  padding: 0;
}

.header-style-1 .header-nav .nav>li>a {
  margin: 0;
  padding: 10px 12px;
  font-size: 15px;
  color: #20232a;
}

.header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
  transform: rotate(45deg) translateX(3px) translateY(2px);
}

.header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
  position: absolute;
  right: 100px;
  opacity: 0;
}

.header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
  transform: rotate(-45deg) translateX(3px) translateY(-2px);
}

.header-style-1.mobile-sider-drawer-menu.active .header-nav {
  left: 0;
}

.footer-dark {
  padding-top: 40px;
}

.p-t150 {
  padding-top: 20px;
}

.pagination-outer{
  padding-bottom: 30px;
}

.footer-menu{
  text-align: center;
}

.footer-dark .footer-bottom .footer-bottom-info{
  justify-content: center;
}

.kv-lt-blog-detail .blog-meta-left ul{
  gap: 10px;
}

.comment-respond{
  padding: 15px;
  margin-bottom: 50px;
}
.kv-lt-blog-detail .post-title{
  font-size: 20px;
}
h1{
  font-size: 20px;
}
}

@media (max-width: 767px) {
  .kv-subscribe-nl {
      display: block;
  }

  .kv-subscribe-nl .kv-nl-title {
    margin-right: 0;
    margin-bottom: 20px;
}
}

@media (max-width: 540px) {
  .header-style-1 .navbar-toggler {
      margin-left: 0;
  }
}


.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
}

.ad-div {
  margin-bottom: 50px;
  width: 100%
}

.t_de {
  height: 0.2rem;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}