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

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

html {
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: 'lora', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
overflow-x:hidden;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

h1,h2,h3,h4,h5,h6 {
font-weight: normal;
color: #333333;
margin-top: 0px;
font-style: normal;
font-weight: 400;
text-transform: normal;
}

h1 {
font-size: 25px;
font-weight: 500;
}
h2 {
font-size: 25px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}

a {
font-family: 'lora', sans-serif;
color: #1696e7;
  text-decoration: none;
}

a:hover,
a:focus{
  outline: none;
color: #6e8b74;
}

ul,ol{
  margin: 0;
  padding: 0;
  list-style: none
}

img{
  display: block;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  color: #777777;
  margin-bottom: 15px;
}

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

.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.header-bottom-area .row{
  justify-content: space-between;
  align-items: center;
}

.header-bottom-area .row .col-xl-3,.header-bottom-area .row .col-xl-9{
  width: auto !important;
}

.logo{
  font-size: 24px;
  letter-spacing: 5px;
}

.logo a{
  color: #fff;
}

.align-items-center{
  justify-content: space-between;
}

.main-menu ul li {
  display: inline-block;
  margin-left: 40px;
  position: relative;
}

.main-menu ul li a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 48px 0;
  line-height: 1;
}

.main-menu ul li:hover > a {
  opacity: 0.8;
}

.header-bottom-area{
  background: #6e8b74;
}

header{
  position: sticky;
  top: 0;
  z-index: 99;
}

.p-0 {
  padding: 0 !important;
}

.pt-20 {
  padding-top: 20px;
}

.pb-120 {
  padding-bottom: 120px;
}

.gray-bg {
  background: #F4F7FC;
}

@media (min-width: 992px) {
  .col-lg-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
}

.blog-wrapper {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  padding: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.blog-thumb {
  margin-bottom: 20px;
}

.blog-thumb img {
  width: 100%;
}

.meta-info ul li {
  color: #9e9e9e;
  display: inline-block;
  font-size: 11px;
  padding: 0 12px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.meta-info ul li:first-child {
  padding-left: 0;
}

.blog-title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0 15px;
  padding: 0;
  text-align: left;
}

.blog-title a {
  color: #444;
}

.blog-title a:hover {
  color: #6e8b74;
}

.link-box a {
  font-weight: 600;
  color: #555;
}

.link-box a:hover {
  color: #6e8b74;
}

.pagination {
  display: block;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  padding-bottom: 3px;
  padding-left: 0;
  list-style: none;
}

.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination ul > li {
  display: inline-block;
  margin-right: 2px;
}

.pagination ul > li > a {
  background: #FFF;
  font-size: 14px;
  color: #3b3b3b;
  font-weight: 700;
  display: inline-block;
  padding: 9px 18px;
  border: 1px solid #ddd;
}

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

@media (min-width: 992px) {
  .col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
}

.widget {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  padding: 25px;
}

.sidebar-blog .widget {
  margin-bottom: 35px;
}

.widget-title {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0 0 10px;
  position: relative;
}

.widget-title::before {
  background: #e2e2e2 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 50px;
}

.sidebar-form form {
  position: relative;
}

.sidebar-form form input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #f5f5f5;
  color: #ccc;
  padding: 10px 0;
  text-indent: 10px;
  transition: all 0.2s ease 0s;
  width: 100%;
}

.sidebar-form form button {
  background: #222 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 50px;
  line-height: 47px;
}

.sidebar-form form button .iconfont{
  font-size: 20px;
}

button {
  cursor: pointer;
}

.sidebar-form form button:hover {
  background: #6e8b74;
}

.sidebar-rc-post ul li {
  border-bottom: 1px solid #f5f5f5;
  color: #000;
  display: block;
  font-size: 13px;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px;
}

.sidebar-rc-post .rc-post-content h4 {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  text-indent: 0;
  transition: all 0.2s ease 0s;
}

.sidebar-rc-post .rc-post-content h4 a:hover {
  color: #6e8b74;
}

.sidebar-link li {
  border-bottom: 1px solid #f5f5f5;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebar-link li a {
  color: #000;
  font-weight: bold;
  padding-left: 5px;
}

.sidebar-link li a:hover {
  color: #6e8b74;
}

.black-bg {
  background: #222222;
}

.copyright-area {
  border-top: 1px solid #444;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.copyright-area .row div{
  width: auto !important;
}

@media (max-width:992px) and (min-width: 768px) {
  .copyright-area .row{
      flex-direction: column;
  }
}

@media (min-width: 992px) {
  .copyright-area .row{
      justify-content: space-between;
  }

  .text-lg-left {
      text-align: left !important;
  }

  .text-lg-right {
      text-align: right !important;
  }
}

.copyright-text > p {
  margin: 0;
}

.footer-menu ul li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu ul li a {
  color: #999;
}

.mt-30 {
  margin-top: 30px;
}

.share-hol{
  justify-content: space-between;
}

.share-hol .col-xl-6{
  width: auto !important;
}

.blog-post-tag > a {
  border: 1px solid #ededed;
  color: #444;
  display: inline-block;
  font-size: 12px;
  padding: 10px;
}

.blog-share-icon {
  margin-top: 8px;
}

.blog-share-icon > span {
  color: #595959;
  font-size: 15px;
}

.blog-share-icon> a {
  color: #595959;
  font-size: 15px;
  margin: 0 8px;
}

.blog-share-icon> a:hover {
  color: #6e8b74;
}

.pt-40 {
  padding-top: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.details-title h2 {
  font-weight: 700;
  font-size: 20px;
}

@media (min-width: 1200px) {
  form .col-xl-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }

  form .col-xl-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
}

.post-comments-form input {
  border: 1px solid #e6e6e6;
  height: 45px;
  margin-bottom: 25px;
  padding: 0 15px;
  width: 100%;
}

.post-comments-form textarea {
  border: 1px solid #e6e6e6;
  height: 130px;
  margin-bottom: 25px;
  padding: 15px;
  width: 100%;
}

.btn {
  -moz-user-select: none;
  background: #2f3440 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: poppins;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  border: 0;
}

.btn.brand-btn {
  background: #6e8b74;
  color: #fff;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn.brand-btn:hover {
  background: rgba(33, 85, 207, 0.8);
}


@media (max-width: 767px) {
  .header-bottom-area {
      padding: 17px 10px;
  }

  a.meanmenu-reveal {
      border: 1px solid #fff;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1px;
      font-weight: 700;
      height: 22px;
      line-height: 22px;
      margin-top: -40px;
      padding: 8px 9px;
      position: absolute;
      right: 0;
      text-decoration: none;
      top: 38px;
      width: 22px;
      box-sizing: content-box;
  }
  
  a.meanmenu-reveal span {
      background: #FFF none repeat scroll 0 0;
      display: block;
      height: 3px;
      margin-top: 3px;
  }
  
  .main-menu {
      background: #0c1923 none repeat scroll 0 0;
      width: 100%;
  }
  
  .main-menu ul {
      padding: 0;
      margin: 0;
      width: 100%;
      list-style-type: none;
  }

  .header-bottom-area .row{
      flex-direction: column;
      align-items: unset !important;
  }

  .header-bottom-area .row .col-xl-9{
      position: absolute;
      top: 100%;
      left: 0;
      display: none;
      width: 100% !important;
  }

  .main-menu ul li {
      display: block;
      margin-left: 0;
      width: 100%;
  }

  .main-menu ul li a {
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      color: #fff;
      display: block;
      margin: 0;
      padding: 15px 5%;
      text-align: left;
      text-decoration: none;
      text-transform: uppercase;
      width:100%;
  }
  .main-menu ul li:nth-of-type(1) a{
      border-top: none;
  }

  .blog-post-items {
      margin-bottom: 50px;
  }

  .copyright-area .row div {
      width: 100% !important;
      text-align: center;
  }

  .blog-share-icon {
      margin-top: 20px;
  }
}












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