@font-face {
  font-family: 'lora';
  src: url(../font/Lora-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.heading-primary {
  font-family: "lora", sans-serif;
  font-size: 5rem;
}

.heading-secondary {
  font-family: "lora", sans-serif;
  font-size: 4rem;
}

.heading-tertiary {
  font-family: "lora", sans-serif;
  font-size: 3rem;
}

.heading-quaternary {
  font-family: "lora", sans-serif;
  font-size: 2.5rem;
}

.heading-tag {
  font-family: "lora", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.paragraph {
  font-size: 1.8rem;
}

.weight {
  font-weight: 700;
}

button {
  border: none;
  cursor: pointer;
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
}

/*--------------------------------------------------------------
  * custom padding
  ----------------------------------------------------------------*/
.section-padding {
  padding: 8rem 6rem 12rem;
}

/*----- width < 991px ----- */
@media only screen and (max-width: 61.94em) {
  .section-padding {
    padding: 10rem 6rem;
  }
}

/*----- width < 768px -----*/
@media only screen and (max-width: 48em) {
  .section-padding {
    padding: 8rem 4rem;
  }
}

/*----- width < 480px -----*/
@media only screen and (max-width: 30em) {
  .section-padding {
    padding: 6rem 2rem;
  }
}

.banner-padding {
  padding: 8rem 6rem;
}

/*----- width < 991px ----- */
@media only screen and (max-width: 61.94em) {
  .banner-padding {
    padding: 6rem;
  }
}

/*----- width < 768px -----*/
@media only screen and (max-width: 48em) {
  .banner-padding {
    padding: 4rem;
  }
}

/*----- width < 480px -----*/
@media only screen and (max-width: 30em) {
  .banner-padding {
    padding: 4rem 2rem;
  }
}

.no-padding {
  margin: 0;
  padding: 0;
}


/*--------------------------------------------------------------
  * Global link decoration declarative
  ----------------------------------------------------------------*/

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

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

/*--------------------------------------------------------------
  * Global media query declarative
  ----------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

/*----- width < 1200px -----*/
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}

/*----- width < 991px ----- */
@media only screen and (max-width: 61.94em) {
  html {
    font-size: 53.13%;
  }
}

/*----- width < 480px -----*/
@media only screen and (max-width: 30em) {
  html {
    font-size: 50%;
  }
}

/*--------------------------------------------------------------
  * Body background and font properties
  ----------------------------------------------------------------*/
body {
  font-family: "lora", sans-serif;
  color: #686666;
  font-size: 1.6rem;
  background-color: #ffffff;
  line-height: 1.6;
  letter-spacing: .08rem;
  font-weight: 400;
}

/*--------------------------------------------------------------
  * Blogger main header section
  ----------------------------------------------------------------*/
.header {
  position: relative;
}

@media (min-width:768px) {
  .header {
    background: #010123;
  }
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 4rem;
  line-height: inherit;
  white-space: nowrap;
  color: #6e8b74;
}

.navbar-brand:hover {
  color: #6e8b74;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.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-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.collapse:not(.show) {
  display: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
}

/*--------------------------------------------------------------
  * navigation main menu
  ----------------------------------------------------------------*/

.navigation {
  min-height: 8rem;
  padding: 0 2rem;
}

.nav-item {
  font-size: 1.8rem;
  margin: 0 2rem;
  color: #6e8b74;
  transition: all .3s ease-in;
}

.nav-item:hover {
  border-bottom: 0.2rem solid rgba(1, 1, 35, 0.6);
}

.navbar-nav .active {
  border-bottom: 0.2rem solid rgba(1, 1, 35, 0.6);
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.dropdown-menu {
  border: none;
  background-color: #ffffff;
}

.dropdown-menu .dropdown-item {
  font-size: 1.8rem;
  padding: 1rem 2rem;
  color: #6e8b74;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #010123;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(1,1,35, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: #010123;
}

/*--------------------------------------------------------------
  * navbar onscroll css
  ----------------------------------------------------------------*/
.nav-scroll {
  background: #ffffff;
  transition: background-color .5s ease 0s;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  z-index: 999;
}

.nav-style .nav-scroll .navbar-nav .nav-link {
  color: #010123;
}

.nav-scroll .icon-bar {
  color: #010123;
  margin-right: 15px;
}

.nav-scroll .navbar-nav .active {
  color: #6e8b74 !important;
}

/*--------------------------------------------------------------
  * Blog subcard
  ----------------------------------------------------------------*/
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.main__subcard {
  margin: 0 0 6rem;
  border-radius: .2rem;
  overflow: hidden;
}

.main__subcard .heading-quaternary {
  margin-bottom: 2rem;
}

.main__subcard--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.main__subcard--text {
  padding: 2rem 0;
}

.main__subcard .main__link {
  margin-top: 2rem;
}

.main__subcard .heading-tag {
  color: #6e8b74;
}

.main__subcard .heading-tag:hover {
  color: #010123;
}

@media (min-width:768px) {
  .theiaStickySidebar .main__subcard:nth-of-type(even) .row {
    flex-direction: row-reverse;
  }
}

ul,
li {
  list-style: none;
}

ul.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

ul.pagination>li>a {
  border-radius: 5px;
  font-size: 16px;
  height: 32px;
  width: 32px;
  padding: 0;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
  background-color: transparent;
}

ul.pagination>li>a i {
  margin-left: 5px;
  margin-right: 5px;
}

ul.pagination>li.active>a,
ul.pagination>li:hover>a {
  background-color: #6e8b74;
  color: #fff;
}

ul.pagination>li:first-child>a,
ul.pagination>li:last-child>a {
  background-color: transparent;
  color: #989898;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px)
}

ul.pagination>li:first-child>a:hover,
ul.pagination>li:last-child>a:hover {
  background-color: transparent;
  color: #6e8b74;
}


ul.pagination>li:first-child>a {
  background-color: transparent;
  color: #989898;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px)
}

ul.pagination>li:last-child>a {
  background-color: transparent;
  color: #989898;
  -webkit-transform: translateX(200px);
  transform: translateX(200px)
}

@media (max-width:768px) {

  ul.pagination>li:first-child>a,
  ul.pagination>li:last-child>a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.main__content {
  height: 40vh;
  border-radius: .2rem;
  position: relative;
  overflow: hidden;
}

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

.main__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*--------------------------------------------------------------
  * Sidebar
  ----------------------------------------------------------------*/

.main__sidebar>* {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: .2rem;
}

.main__sidebar>*:not(:first-child) {
  margin: 1rem 0;
}

.main__sidebar>* .heading-tertiary {
  text-transform: uppercase;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
  * blog page recent articles list in sidebar
  ----------------------------------------------------------------*/
.main__recent {
  text-align: left;
}

.main__recent--list {
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 5vh;
  align-items: center;
}

.main__recent--contact {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
  * blog page categories list in sidebar
  ----------------------------------------------------------------*/
.main__category--list {
  list-style: none;
}

.main__category--item {
  transition: all .4s;
}

.main__category--item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 4rem;
}

.main__category--item:not(:last-child) {
  border-bottom: 0.1rem solid #f9f7f6;
}

.main__category--item:hover {
  color: #010123;
}

/*--------------------------------------------------------------
  * blog page tags list in sidebar
  ----------------------------------------------------------------*/
.main__tags--list {
  list-style: none;
}

.main__tags--list>* {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.main__tags--list>* a {
  background-color: #f9f7f6;
  border: 0.1rem solid #f9f7f6;
  font-size: 1.2rem;
  padding: .7rem 1.2rem;
  border-radius: .2rem;
  transition: all .4s;
}

.main__tags--list>* a:hover {
  background-color: #6e8b74;
  color: #ffffff;
}

/*--------------------------------------------------------------
  * blog page author section sidebar
  ----------------------------------------------------------------*/
.main__author {
  text-align: center;
  padding: 2rem;
  -webkit-box-shadow: 0px 0px 46px -28px #a3a0a3;
  -moz-box-shadow: 0px 0px 46px -28px #a3a0a3;
  box-shadow: 0px 0px 46px -28px #a3a0a3;
}

/*--------------------------------------------------------------
  * Main blog post
  ----------------------------------------------------------------*/
.main__post .paragraph {
  margin-bottom: 4rem;
}

/*--------------------------------------------------------------
  * Contact forms
  ----------------------------------------------------------------*/
.form {
  margin-bottom: 8rem;
}

.form__group:not(:last-child) {
  margin-bottom: 0;
}

.form__input {
  font-size: 1.4rem;
  color: #010123;
  padding: 1.2rem 2rem;
  border-radius: 2px;
  background-color: rgba(249, 247, 246, 0.4);
  border: none;
  border-bottom: 3px solid transparent;
  width: 100%;
  display: block;
  transition: all .3s;
}

.form__input:focus {
  outline: none;
  box-shadow: 0 1rem 2rem rgba(1, 1, 35, 0.4);
  border-bottom: 0.3rem solid #010123;
}

.form__input:focus:invalid {
  border-bottom: 0.3rem solid #EB5757;
}

.form__input::-webkit-input-placeholder {
  color: #010123;
}

.form__label {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2rem;
  display: block;
  transition: all 0.3s;
}

.form__input:placeholder-shown+.form__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}


.btn-blogger {
  background: #EB5757;
  color: #ffffff;
  padding: .8rem 2.2rem;
  border-radius: .1rem;
  transition: all .3s ease-in;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.btn-blogger:hover {
  background: #842121;
  color: #ffffff;
}

/*----- input column text area -----*/
textarea {
  font-family: inherit;
  font-size: inherit;
  overflow: auto;
  resize: vertical;
}

/*--------------------------------------------------------------
  * Search form with single input column
  ----------------------------------------------------------------*/
.search-form {
  display: flex;
  justify-content: center;
}

/*----- Search input -----*/
.search-form input {
  font-size: 1.4rem;
  background-color: #f9f7f6;
  border: none;
  padding: 1rem;
  border-radius: .2rem;
  width: 100%;
  transition: all .4s;
}

.search-form input:focus {
  outline: none;
  background-color: #f9f7f6;
}

.main__search {
  background-color: #6e8b74;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-search {
  padding: 0 1.5rem;
  background-color: #EB5757;
}

/*--------------------------------------------------------------
  * Footer section
  ----------------------------------------------------------------*/

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

.footer {
  background-color: #010123;
  color: #ffffff;
}

.footer__main {
  padding: 6rem 0;
}

.footer__main .heading-tag {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0.06rem solid rgba(249, 247, 246, 0.6);
}

.footer__main--text {
  font-size: 1.6rem;
  letter-spacing: .08rem;
  margin-bottom: 2.5rem;
}

.footer__main--link {
  display: flex;
  align-items: center;
  list-style: none;
  font-size: 1.4rem;
  line-height: 2.8rem;
}

.footer__main--link>* {
  display: inline-block;
  vertical-align: middle;
}

.footer__main--link:hover a {
  color: #EB5757;
}

.footer__main--link:active {
  color: #EB5757;
}

/*--- width < 768px ---*/
@media only screen and (max-width: 48em) {
  .footer__main .row>* {
    margin-bottom: 4rem;
  }
}

/*--------------------------------------------------------------
  * Footer subscription form
  ----------------------------------------------------------------*/

.footer__form {
  font-size: 1.5rem;
  padding: 1.2rem 1rem;
  width: 100%;
}

.footer form {
  display: flex;
  justify-content: space-between;
}

.footer form .btn__cta {
  background-color: #6e8b74;
  padding: 1.2rem 2rem;
}

/*--------------------------------------------------------------
  * Footer copy section
  ----------------------------------------------------------------*/
.footer__end--copy {
  color: #EB5757;
  font-size: 1.2rem;
  font-weight: 700;
}

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

/* pagenation */
.post-pagination {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  padding: 10px 20px !important;
}

.post-pagination li {
  position: relative;
  display: inline-block;
}

.post-pagination li a,
.post-pagination li span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  z-index: 1;
  transition: all 500ms ease;
}

.post-pagination li a.current {
  background: #6e8b74;
  color: #fff;
}

.post-pagination li:hover a {
  background: #6e8b74;
  color: #fff;
}