* {
  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
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1296px;
  }
}

.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 {
  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;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}




























body {
  color: #18191d;
  background-color: #fafafa;
}

.header-style-1.site-header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: #fafafa;
}

.light-view .header-style-1 {
  background-color: #fafafa;
}

.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: 36px;
  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%;
}

a {
  color: #18191d;
  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: #090909;
  height: 3px;
  border-radius: 0;
  display: block;
  width: 22px;
}

.light-view .header-style-1 .navbar-toggler .icon-bar {
  background: #090909;
}

.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;
  padding: 10px 0;
}

.header-style-1 .header-nav .nav>li>a {
  color: #fafafa;
  font-size: 18px;
  padding: 25px 20px;
  cursor: pointer;
  margin: 0;
  font-weight: 500;
  display: block;
}

.header-style-1 .header-nav .nav>li:last-child a {
  padding-right: 0;
}

.header-style-1 .header-nav .nav>li>a {
  color: #18191d;
}

.header-style-1 .extra-nav {
  display: table;
  float: right;
  height: 70px;
  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: #18191d;
  width: 46px;
  height: 46px;
  line-height: 54px;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  border-radius: 50%;
}

#search {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
  background-color: #090909;
  transition: .5s all ease;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

#search.open {
  opacity: 1;
  z-index: 999;
  width: 100.1%;
  height: 100.1%;
  display: block;
  visibility: visible
}

.form-control {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: 0;
  background-color: #f0945d;
  border-radius: 10px;
}

#search form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-15deg);
  max-width: 500px;
  width: 100%;
  color: #fafafa;
  border-radius: 0;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  outline: 0;
  display: flex;
  align-items: center
}

#search form span {
  display: block;
  background-color: #fafafa
}

#search form .input-group {
  margin: 0 20px;
  background-color: #f0945d
}

#search input[type=search] {
  background: 0;
  border: 0;
  padding: 0 20px 0 20px;
  outline: 0;
  color: #fafafa;
  font-size: 24px;
  transform: skew(15deg)
}

@media(max-width: 575px) {
  #search input[type=search] {
    font-size: 14px
  }
}

#search input[type=search]:focus {
  box-shadow: none
}

#search input[type=search]::-moz-placeholder {
  color: #fafafa
}

#search input[type=search]::placeholder {
  color: #fafafa
}

#search .search-btn {
  border: 0;
  background: 0;
  padding: 0 20px;
  outline: 0;
  display: block;
  width: 100%;
  text-align: center;
  transform: skew(15deg)
}

#search .search-btn i {
  font-size: 22px;
  line-height: 60px;
  color: #18191d
}

#search .close {
  position: fixed;
  top: 30px;
  right: 30px;
  opacity: 1;
  font-size: 18px;
  color: #fafafa;
  width: 48px;
  height: 48px;
  background-color: #f0945d
}

#search .close:after,
#search .close:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #fafafa;
  right: 24px;
  top: 18px
}

#search .close:after {
  transform: rotate(45deg)
}

#search .close:before {
  transform: rotate(-45deg)
}

#search .close:hover:after,
#search .close:hover:before {
  cursor: pointer
}

.p-t150 {
  padding-top: 150px;
}

.p-b120 {
  padding-bottom: 120px;
}

.site-bg-black {
  background-color: #f4f5f7;
}

.m-b30 {
  margin-bottom: 30px;
}

.kv-lt-blog {
  border: 1px solid #e7e7e7;
  background-color: #f4f5f7;
  padding: 20px;
}

.kv-lt-blog .wt-post-media {
  position: relative;
}

img.grayscale {
  filter: grayscale(100%);
}

.kv-lt-blog .wt-post-media>a img {
  width: 100%;
}

.kv-lt-blog .kv-post-info {
  background-color: #fafafa;
  margin-top: 20px;
  padding: 20px;
}

.kv-lt-blog .kv-post-head {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 20px;
}

.kv-lt-blog .post-author {
  color: #f0945d;
}

.kv-lt-blog .kv-post-head .post-author {
  display: flex;
  align-items: center;
}

.kv-lt-blog .kv-post-head .post-author .au-name {
  background-color: #f0945d;
  color: #fafafa;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 2px 15px;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: #18191d;
}

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 a {
  color: #18191d;
}

.kv-lt-blog .post-text {
  font-size: 16px;
  color: #18191d;
  margin-bottom: 0;
  word-break: break-all;
}

.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;
}

.pagination-outer .pagination-style1 ul li {
  position: relative;
  margin: 0 3px 0;
}

.pagination-outer .pagination-style1 ul li a {
  position: relative;
  background-color: #090909;
  width: 36px;
  height: 36px;
  color: #a8a8a8;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  display: flex;
  justify-content: center;
  transition: .5s all ease;
}

.pagination-outer .pagination-style1 ul li.active a {
  background-color: #f0945d;
  color: #fafafa;
}

.pagination-outer .pagination-style1 ul li:hover a {
  background-color: #f0945d;
  color: #fafafa;
}

.widget {
  margin-bottom: 40px;
}

.widget .widget-bg {
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #e7e7e7;
}

.side-bar .search-bx .input-group .form-control {
  height: 54px;
  background-color: #f4f5f7;
  font-size: 20px;
  border: 0;
  padding: 0 25px;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
}

.side-bar .search-bx .input-group .btn {
  background-color: #090909;
  border-radius: 0;
  height: 54px;
  width: 54px;
  min-width: 54px;
  padding: 0 15px;
  font-size: 18px;
  color: #fafafa;
}

.side-bar .widget-title {
  position: relative;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
  color: #18191d;
  border-left: 4px solid #f0945d;
  padding-left: 20px;
}

.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: #18191d;
  font-weight: 600;
}

.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: #18191d;
}

.side-bar .widget_services ul li a {
  color: #18191d;
  margin-left: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.footer-dark {
  color: #18191d;
  font-size: 16px;
  background: url(../img/ftr-left-image-light.png) left top no-repeat, url(../img/ftr-right-img-light.png) right bottom no-repeat, #fafafa;
}

.footer-dark .footer-top {
  padding: 120px 0 90px 0;
}

.footer-top .widget {
  margin-bottom: 0;
}

.footer-dark .logo-footer a {
  font-size: 36px;
  color: #18191d;
}

.footer-dark .ftr-right-section {
  padding-left: 40px;
}

.kv-subscribe-nl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
}

.kv-subscribe-nl .kv-nl-title {
  color: #18191d;
  font-size: 20px;
  font-weight: 600;
  margin-right: 30px;
}

.kv-subscribe-nl .kv-nl-section {
  border: 1px solid #222;
  padding: 0 12px;
  background-color: #000;
  flex: 1;
}

.ftr-nw-form {
  display: flex;
  position: relative;
}

.ftr-nw-form .form-control {
  height: 50px;
  border: 0;
  background-color: #000;
  padding: 0 10px 0 0;
  color: #a8a8a8;
}

.ftr-nw-form .ftr-nw-subcribe-btn {
  font-size: 16px;
  color: #fafafa;
  border: 0;
  font-weight: 600;
  background: 0;
  white-space: nowrap;
}

.footer-dark .footer-bottom {
  padding: 0;
  color: #18191d;
  position: relative;
  z-index: 1;
  font-weight: 400;
  border-top: 1px solid #e7e7e7;
}

.footer-dark .footer-bottom .footer-bottom-info {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  align-items: center;
}

.footer-dark .footer-bottom .footer-copy-right .copyrights-text {
  color: #18191d;
  font-size: 14px;
  font-weight: 400;
}

.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%;
}

.kv-lt-blog-detail .kv-post-head {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 20px;
}

.kv-lt-blog-detail .kv-post-head .post-author .au-name {
  background-color: #f0945d;
  color: #fafafa;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 2px 15px;
  font-size: 16px;
}

.kv-lt-blog-detail .post-title {
  font-size: 44px;
  font-family: 'lora',"Teachers", sans-serif;
  margin-bottom: 20px;
  font-weight: 600;
  color: #18191d;
}

.p-text {
  margin-bottom: 30px;
}

.comment-respond {
  margin-top: 50px;
}

.comment-respond .comment-reply-title {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #18191d;
}

.comment-form {
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #f4f5f7;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.comment-form-cookies-consent span {
  color: #A50042;
}

.comments-area .comment-form .comment-form-author label,
.comments-area .comment-form .comment-form-email label,
.comments-area .comment-form .comment-form-comment label {
  font-size: 16px;
  color: #18191d;
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
  display: block;
}

.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: 13px;
}

.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: 20px;
  background-color: #f4f5f7;
  border-radius: 0;
}

.comments-area .comment-form .comment-form-comment textarea {
  width: 100%;
  padding: 20px;
  height: 120px;
  resize: none;
  background-color: #f4f5f7;
  border-radius: 0;
}

.site-button {
  border: 0;
  font-size: 18px;
  font-weight: 500;
  background-color: #f0945d;
  margin-left: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 5px 15px;
  color: #fafafa;
  transform: skew(-15deg);
  box-shadow: 3px 0 #98abee;
  transition: .5s all ease;
}

.comment-respond .form-submit .site-button {
  position: relative;
  border: 0;
}

.site-button em {
  font-style: normal;
  transform: skew(15deg);
  transition: .5s all ease;
}

.site-button:hover {
  border-radius: 20px;
  color: #fafafa;
  transform: skew(0deg);
  box-shadow: 2px 2px #98abee;
}

.site-button:hover em {
  transform: skew(0deg);
}

.site-bg-primary {
  background-color: #f0945d;
}

.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: #18191d;
}

@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 .logo-header {
    font-size: 20px;
  }

  .header-style-1 .navbar-toggler {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .header-style-1.mobile-sider-drawer-menu #mobile-side-drawer {
    min-height: 30px;
    position: relative;
    padding: 6px 10px;
  }

  .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;
  }

  .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;
  }

  .footer-dark .footer-top {
    padding: 30px 0;
  }

  .footer-top .widget {
    margin-bottom: 40px;
  }

  .footer-dark .ftr-right-section {
    padding-left: 0;
  }

  .p-t150 {
    padding-top: 20px;
  }

  .pagination-outer {
    padding-bottom: 30px;
  }

  .detail-post-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .kv-lt-blog-detail .post-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
  }

  .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
  }

  .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 {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@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: 5px;
  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;
}