body {
  font-family: 'Playfair Display', 'Trebuchet MS', 'Arial', 'Open Sans', 'Nunito Sans', sans-serif;
  font-size: 14px;
  overflow-x: hidden !important;
  color: #212529;
  line-height: 1.42857143;
}


h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

img {
  width: 100%;
}

.fix {
  zoom: 1;
  clear: both;
}

.fix:before,
.fix:after {
  display: table;
  clear: both;
  content: '';
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
  color: #232d37
}

a:hover {
  color: #ff6666;
}

.wrap {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header-bottom {
  position: relative;
}

.logo {
  position: relative;
  float: left;
  text-align: center;
  color: #fff;
  padding: 0 50px;
  height: 40px;
  line-height: 40px;
  background: #0d0d0d;
  overflow: hidden;
  margin-bottom: 2px;
}

.logo a {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
}

.logo>div {
  position: absolute;
  left: -150%;
  top: 50%;
  width: 100%;
  height: 300%;
  justify-content: flex-start;
  align-items: flex-start;
  transform-origin: center center;
  display: flex;
  -webkit-transform: rotate(25deg) translateY(-50%);
  -moz-transform: rotate(25deg) translateY(-50%);
  -ms-transform: rotate(25deg) translateY(-50%);
  -o-transform: rotate(25deg) translateY(-50%);
  transform: rotate(25deg) translateY(-50%);
  -webkit-transition: all 1500ms cubic-bezier(.31, .48, .32, 1);
  -moz-transition: all 1500ms cubic-bezier(.31, .48, .32, 1);
  -ms-transition: all 1500ms cubic-bezier(.31, .48, .32, 1);
  -o-transition: all 1500ms cubic-bezier(.31, .48, .32, 1);
  transition: all 1000ms cubic-bezier(.31, .48, .32, 1);
}

.logo>div>div {
  width: calc(100% / 3);
  height: 100%;
}

.logo>div>div:first-child {
  background: #eb8686;
  opacity: 0.5;
}

.logo>div>div:nth-child(2) {
  background: #ff4b75;
  opacity: 0.5;
}

.logo>div>div:nth-child(3) {
  background: #ff6666;
  opacity: 0.5;
}

.logo:hover>div {
  width: 15%;
  left: 100%;
}

#navBar {
  float: left;
  margin: 20px 0;
}

#navBar ul {
  text-align: center;
}

#navBar ul li {
  display: inline-block;
  vertical-align: top;
}

#navBar ul li>a {
  font-size: 15px;
  color: #232d37;
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  text-transform: uppercase;
}

#navBar ul li:first-child>a {
  padding-left: 0;
}


#navBar ul li>a:hover {
  color: #ff6666;
}

#navBar ul li>a:hover::before {
  width: 100%;
}

#header .header-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  top: 62px;
  z-index: 10;
  border-bottom: 1px solid #eee;

}

#header.fixed .header-bottom {
  background: #fff;
  position: fixed;
  top: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}


@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


.mobile_key {
  display: none;
}


.header-top {
  padding: 10px 0;
  background-color: #f7f9f9;
}

.header-top .header-top-social {
  float: right;
}

.header-top i {
  display: inline-block;
  padding: 0 8px;
  line-height: 40px;
  font-size: 13px;
}

.header-top i:hover {
  color: #ff6666;
}

.header-top-email {
  float: right;
  font-size: 14px;
  position: relative;
  margin-top: 20px;
}

.header-top-email .h_search {
  line-height: 40px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}

.header-top-email .h_search.h_hide {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}


.search_box {
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}

.search_box i {
  line-height: 30px;
  vertical-align: top;
}

.search_box input {
  width: 210px;
  height: 30px;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  line-height: 30px;
  padding-left: 20px;
  outline: none;
  font-size: 13px;
  margin-right: 40px;
  padding-right: 50px;
}

.search_box button {
  cursor: pointer;
  position: absolute;
  right: 48px;
  top: 0;
  color: #86807f;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  border: none;
  width: 30px;
  line-height: 30px;
  height: 30px;
}

.search_box .search_close {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 8px;
  top: 0;
  line-height: 35px;
  color: #86807f;
  text-decoration: none;
  margin: 0;
}

.search_box.search_hide {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}

.content-left {
  float: left;
  width: 70%;
  box-sizing: border-box;
}

.content-right {
  float: right;
  width: 27%;
  box-sizing: border-box;
}

.blog-news-single-right {
  float: left;
  width: 55%;
}

.blog-news-single-left {
  float: left;
  width: 40%;
  margin-right: 4%;
}

.blog-news-single {
  margin-bottom: 50px;
}

.blog-news-single {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blog-news-single .blog-news-img {
  min-width: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 0;
}

.blog-news-single .blog-news-title h2,.blog-news-single .blog-news-title h1 {
  color: #000;
  font-size: 22px;
  line-height: 1.2;
  margin: 15px 0;
}

.blog-news-single .blog-news-title h2 a {
  color: #000;
}

.blog-news-single .blog-news-title .blog-author a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  padding: 5px 13px;
  background: #eb8686;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.blog-news-single .blog-news-title h2 a:hover {
  color: #ff6666;
}

.tools li {
  float: left;
  margin-right: 10px;
  font-size: 12px;
}

.tools li a {
  color: #b5aec4;
}

.tools li a:hover,
.blog-news-single .blog-news-title .blog-author a:hover {
  background-color: #ff6666;
}

.tools li i {
  margin-right: 2px;
  font-size: 12px;
}

.sidebar-widget {
  margin-bottom: 30px;
}

.sidebar-widget .widget-information li {
  border-bottom: 1px dotted #eee;
  transition: all 0.3s ease 0s;
  padding: 12px 0;
}

.sidebar-widget .widget-information li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.sidebar-widget .widget-information li:last-child {
  border: none;
}

.widget-social {
  text-align: center;
}

.widget-social a {
  font-size: 14px;
  color: #51545f;
  padding: 0 15px;
  transition: .5s ease;
  display: inline-block;
}

.widget-social a:hover {
  color: #ff6666;
  transform: translateY(-3px);
}

.widget-information a {
  transition: .5s ease;
}

.widget-title {
  font-size: 18px;
  font-weight: 700;
  padding: 12px 0;
  border-bottom: 1px solid #eb8686;
  margin-bottom: 20px;
  color: #2d2d2d;
}

.widget-catg li i {
  color: #ff6666
}



.blog-archive-area {
  padding: 50px 0;
}

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

.single-blog-post-details .header-top-social {
  background: #eceaf3;
  padding: 20px;
  margin-top: 30px;
}

.single-blog-post-details .share-title {
  float: left;
  font-size: 16px;
  margin-right: 20px;
}

.single-blog-post-details .share-content {
  float: left;
}

.single-blog-post-details .share-content i {
  font-size: 13px;
  margin: 0 10px;
}

.single-blog-post-details .tools {
  margin-bottom: 20px;
}

.single-blog-post-details .blog-news-single {
  border: none;
  padding-bottom: 0;
}

.single-blog-post-details .blog-news-single .blog-news-title h2 {
  margin-top: 0;
}

.single-blog-post-details .dsc {
  margin-bottom: 5px;
}

.single-blog-post-content .img {
  margin-bottom: 20px;
}

.single-blog-post-content .tit {
  font-size: 20px;
  color: #152535;
  margin-bottom: 10px;
}

.add-post-btn {
  display: inline-block;
  min-width: 150px;
  height: 40px;
  color: #fff;
  border: none;
  padding: 0 20px;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background: #ff6666;
  transition: .5s ease;
  cursor: pointer;
}

.add-post-btn:hover {
  color: #fff;
  background-color: #eb8686;
}

.comments-box-area {
  margin-bottom: 30px;
}

.comments-box-area h2 {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
}

.form-control {
  color: #777;
  border: none;
  border-bottom: 1px solid #ebebeb;
  background-image: none;
  font-size: 14px;
  box-sizing: border-box;
  outline: none;
  line-height: 40px;
  height: 40px;
}

.form-group1 .form-control {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
}

.form-group1 .form-control[name="email"] {
  margin-right: 0;
}

.comments-form {
  margin-top: 10px;
}

.comments-form input {
  display: block;
  width: 100%;
  padding: 6px 15px;
  line-height: 1.42857143;
  font-family: inherit;
}

.comments-form textarea {
  height: 140px;
  padding: 10px;
  width: 100%;
  font-family: inherit;
  box-sizing: border-box;
}

.comments-form .form-control:focus {
  box-shadow: none;
  border-color: #ff6666 !important;
  outline: 0;
}

.comments-form .form-group {
  margin-bottom: 15px;
}


.pagination-nav {
  float: left;
  width: 60%;
}

.pagination-nav li {
  display: inline-block;
}

.pagination-nav li a {
  color: #999;
  border: 1px solid #CACACA;
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  padding: 8px 13px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pagination-nav li a:hover,
.pagination-nav li a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  background-color: #000;
  background-color: #ff6666;
  border-color: #ff6666;
}

.page-status {
  float: right;
  font-size: 16px;
  color: #51545f;
  margin-top: 7px;
}

.widget-news li {
  margin-bottom: 10px;
  transition: .5s ease;
}

.widget-news li:hover {
  transform: translateX(5px)
}

.widget-news i {
  width: 4%;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

.widget-news span {
  width: 93%;
  display: inline-block;
  vertical-align: top;
}

.blog-title h2 {
  font-size: 24px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 15px;
}

.single-blog-post-details .blog-author {
  margin: 15px 0;
}

.single-blog-post-details .info {
  margin: 20px 0;
}

.single-blog-post-details .info .tit {
  font-size: 20px;
  color: #152535;
  margin-bottom: 10px;
}

#footer {
  background-color: #333;
  text-align: center;
}

.copyright {
  color: #fff;
  padding: 20px 10px;
  margin: 0;
}

.copyright a {
  color: #9b9898;
  margin: 0 10px;
  text-decoration: underline;
}

.copyright a:hover {
  color: #fff;
}

.mobile-menu {
  display: none;
}

.blog-achive-title {
  margin-bottom: 40px;
}

.blog-achive-title h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
  position: relative;
}

.blog-achive-title h2::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 20px;
  background: #ebeded;
  right: 0;
  top: 50%;
  margin-top: -10px;
}






@media only screen and (max-width:1240px) {

  .wrap {
    width: auto;
  }

  .widget-social a {
    padding: 0 10px;
  }
}










@media only screen and (max-width:992px) {

  .wrap {
    width: 750px;
  }



  .mobile_key {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    float: right;
    z-index: 10;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: 18px
  }

  .mobile_key span,
  .mobile_key:before,
  .mobile_key:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 2px;
    margin-left: -10px;
    background: #ff6666;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
  }

  .mobile_key span {
    margin-top: -4px;
  }

  .mobile_key:before {
    content: '';
    margin-top: 3px;
  }

  .mobile_key:after {
    content: '';
    margin-top: 10px;
  }

  .menu-open .mobile_key:before {
    opacity: 0;
    transition: 0.2s ease 0.1s;
  }

  .menu-open .mobile_key:after {
    margin-top: 2px !important;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
  }

  .menu-open .mobile_key span {
    margin-top: 2px !important;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
    transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
  }


  #navBar {
    display: none;
  }

  .content-left {
    width: 100%;
  }

  .content-right {
    width: 100%;
    margin-top: 20px;
  }



  .logo {
    margin: 20px 0;
    width: auto;
  }

  .blog-news-single-left {
    width: 100%;
    margin-right: 0;
  }

  .blog-news-single-right {
    width: 100%;
  }

  .blog-news-single .blog-news-img {
    margin-bottom: 20px;
  }

  .blog-news-single {
    padding-bottom: 20px;
  }

  .header-top .header-top-social {
    display: none;
  }

  .height {
    display: none;
  }

  #header .header-bottom {
    display: none;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    box-sizing: border-box;
    padding: 100px 30px 50px 50px;
    transition: .5s ease;
  }

  .mobile-menu.on {
    left: 0;
  }

  .mobile-menu .close {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .mobile-menu .close i {
    font-size: 20px;
  }

  .mobile-search {
    width: 100%;
    border-bottom: solid 2px #d9d9d9;
  }

  .mobile-search input {
    height: 42px;
    line-height: 42px;
    width: 80%;
    border: none;
    padding-left: 15px;
  }

  .mobile-search button {
    float: right;
    background-color: transparent;
    outline: none;
    border: none;
    line-height: 42px;
  }

  .menu {
    margin: 50px 0;
  }

  .menu ul {
    text-align: right;
    text-transform: uppercase;
  }

  .menu ul li {
    padding-bottom: 10px;
  }

  .mobile-menu .header-top-social {
    position: absolute;
    right: 20px;
    bottom: 50px;
  }

  .mobile-menu .header-top-social a {
    margin-left: 8px;
  }

  .mobile-menu .header-top-social i {
    font-size: 14px;
  }





}

















@media only screen and (max-width:760px) {

  .wrap {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  h2 {
    font-size: 18px;
    line-height: 1.2;
  }


  .logo {
    font-size: 20px;
    margin: 15px 0;
  }


  #header.fixed #navBar ul li {
    padding: 0;
  }

  .content-left {
    padding: 0 0 10px;
  }

  .content-right {
    padding: 0;
  }



  .blog-archive-left .blog-news-single {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .blog-archive-left .single-blog-post-details .blog-news-single {
    margin-bottom: 0;
  }

  .blog-archive-left .blog-news-single h2 {
    font-size: 16px;
  }

  .widget-title {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px 0;
  }

  .widget-news span {
    font-size: 13px;
  }

  .sidebar-widget ul>li>a {
    font-size: 12px;
  }



  .sidebar-widget {
    margin-bottom: 20px;
  }

  .sidebar-widget:last-child {
    margin-bottom: 0;
  }

  .blog-title h2 {
    font-size: 17px;
    padding-bottom: 0;
  }

  .blog-news-single-right {
    width: 100%;
  }

  .single-blog-post-details h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }


  .single-blog-post-content .img {
    margin-bottom: 10px;
  }

  .single-blog-post-content .tit {
    font-size: 16px;
  }

  .single-blog-post-content .dsc {
    font-size: 13px;
  }

  .single-blog-post-details {
    margin-bottom: 20px;
  }

  .add-post-btn {
    min-width: 90px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }

  .blog-archive-area {
    padding: 20px 0 0;
  }

  .comments-box-area h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .form-group1 .form-control {
    width: 100%;
    margin-right: 0;
  }

  .form-group1 .form-control:first-child {
    margin-bottom: 10px;
  }

  .comments-form .form-group {
    margin-bottom: 10px;
  }

  .form-control {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }

  .comments-form textarea {
    height: 100px;
  }

  .pagination-nav li a {
    padding: 3px 10px;
    font-size: 14px;
  }

  .widget-news i {
    font-size: 12px;
  }

  .blog-news-single .blog-news-title .con {
    font-size: 12px;
    margin-bottom: 0;
  }

  .blog-side-bar {
    margin-bottom: 20px;
  }

  .sidebar-widget .widget-information li a {
    font-size: 13px;
  }

  .sidebar-widget .widget-information li {
    padding: 5px 0;
  }

  .blog-news-single .blog-news-title .blog-author a {
    font-size: 10px;
  }

  .comments-box-area {
    margin-bottom: 20px;
  }

  .single-blog-post-details .info .tit {
    font-size: 15px;
  }

  .single-blog-post-details .info .con {
    font-size: 13px;
  }

  .single-blog-post-details .blog-news-single-right {
    padding-top: 0;
  }

  .blog-archive-area {
    padding: 20px 0;
  }

  .search_box input {
    width: 200px;
  }

  .page-status {
    font-size: 14px;
    margin-top: 3px;
  }

  .copyright {
    padding: 10px 0;
  }

  .copyright span {
    display: block
  }

  .copyright a {
    margin: 0 5px;
  }

  .mobile_key {
    width: 35px;
    line-height: 30px;
    height: 30px;
    margin: 10px 0 0;
    border: none;
  }

  .mobile_key i {
    font-size: 25px;
  }

  #header {
    height: 56px;
  }

  .header-top {
    padding: 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .logo {
    background-color: transparent;
    padding: 0;
    margin: 8px 0;
  }

  .logo a {
    color: #000;
  }

  .logo>div {
    display: none;
  }

  .blog-achive-title {
    margin-bottom: 20px;
  }

  .blog-achive-title h2 {
    font-size: 18px;
  }

  .blog-achive-title h2::after {
    display: none;
  }





}

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

.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: #eb8686;
  color: #fff;
}

.post-pagination li:hover a {
  background: #eb8686;
  color: #fff;
}
nav[aria-label="breadcrumb"] {
    margin-bottom: 20px;
}

nav ol.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ol.breadcrumb li {
    display: inline;
    word-break: break-all;
}
.single-blog-post-details .dsc img{
  display: block;
  margin: 10px auto;
}