@charset "UTF-8";
.aside-tags li, .aside-tags li a, .inline-block, .social2 li, .social2 li a {
  display: inline-block
}
.round-button, a, a:focus, a:hover, links3 a {
  text-decoration: none
}
:root {
  --font-default: 'EB Garamond', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: 'EB Garamond', serif;
  --font-secondary: 'Inter', sans-serif;
  --color-default: #212529;
  --color-default-rgb: 33, 37, 41;
  --color-links: #212529;
  --color-links-hover: #15171a;
  --color-primary: #212529;
  --color-primary-light: #26282c;
  --color-primary-dark: #0b0c0e;
  --color-primary-rgb: 33, 37, 41;
  --color-primary-light-rgb: 38, 40, 44;
  --color-primary-dark-rgb: 11, 12, 14;
  --color-secondary: #596d80;
  --color-secondary-light: #8498aa;
  --color-secondary-dark: #404f5c;
  --color-secondary-rgb: 89, 109, 128;
  --color-secondary-light-rgb: 132, 152, 170;
  --color-secondary-dark-rgb: 64, 79, 92;
  --color-blue: #0d6efd;
  --color-blue-rgb: 13, 110, 253;
  --color-indigo: #6610f2;
  --color-indigo-rgb: 102, 16, 242;
  --color-purple: #6f42c1;
  --color-purple-rgb: 111, 66, 193;
  --color-pink: #f3268c;
  --color-pink-rgb: 243, 38, 140;
  --color-red: #df1529;
  --color-red-rgb: 223, 21, 4;
  --color-orange: #fd7e14;
  --color-orange-rgb: 253, 126, 20;
  --color-yellow: #ffc107;
  --color-yellow-rgb: 255, 193, 7;
  --color-green: #059652;
  --color-green-rgb: 5, 150, 82;
  --color-teal: #20c997;
  --color-teal-rgb: 32, 201, 151;
  --color-cyan: #0dcaf0;
  --color-cyan-rgb: 13, 202, 240;
  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;
  --color-gray: #6c757d;
  --color-gray-rgb: 108, 117, 125;
  --color-black: #000000;
  --color-black-rgb: 0, 0, 0
}
.aside-tags li a {
  color: rgba(var(--color-black-rgb), .7);
  padding: 7px 10px;
  border: 1px solid rgba(var(--color-black-rgb), .1);
  margin-bottom: 3px;
  transition: .3s
}
.aside-tags li a:focus, .aside-tags li a:hover {
  color: rgba(var(--color-black-rgb), 1);
  border: 1px solid rgba(var(--color-black-rgb), .5)
}
.aside-title, .category-title {
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--color-black)
}
#overlay {
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none
}
#overlay div {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px
}

#btnSubmit, .next-link {
  padding: 10px 40px;
  display: inline-block;
  color: #fff;
  cursor: pointer
}

.top-categories .item span {
  font-size: 15px;
  color: #afafaf;
  display: block
}
.top-categories .item span.counter {
  margin-top: 10px;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 8px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #00bdfe;
  background-color: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 6%);
  margin-right: 10px
}
..retro-layout .h-entry.mb-30, .comment_area .comment-content .comment-meta, .comment_area .single_comment_area, .entity_content, .entity_social, .featured-contests .item, .mb-30, .mb30, .posts-entry .blog-entry-search-item, .retro-layout .h-entry.mb-30, .retro-layout-alt .mb30, .widget .widget-header {
  margin-bottom: 30px
}
.featured-contests .item .thumb {
  position: relative;
  overflow: hidden
}

.featured-contests .item .hover-effect {
  position: absolute;
  right: -100%;
  bottom: 15px;
  transition: .5s
}
.featured-contests .item .thumb:hover .hover-effect {
  right: 15px;
  bottom: 15px
}
.featured-contests .item .hover-effect .content {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 20px
}
.featured-contests .item .hover-effect .content .top-content, .list-group, .posts-entry .blog-entry-sm li, .sidebar-widget-area .title.subscribe-title {
  margin-bottom: 20px
}
.featured-contests .item .hover-effect .content .top-content span.award {
  font-size: 15px;
  color: #fff;
  background-color: #00bdfe;
  border-radius: 10px;
  padding: 8px 12px
}
.featured-contests .item .hover-effect .content .top-content span.price {
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #00bdfe
}
.featured-contests .item .hover-effect .content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 20px
}
.featured-contests .item .hover-effect .content .info {
  display: flex;
  width: 100%
}
.featured-contests .item .hover-effect .content span.participants {
  font-size: 13px;
  font-weight: 500;
  color: #afafaf;
  flex-basis: 50%
}
.featured-contests .item .hover-effect .content span.participants img, .featured-contests .item .hover-effect .content span.submittions img {
  border-radius: 0;
  max-width: 24px;
  margin-bottom: 8px
}
.featured-contests .item .hover-effect .content span.submittions {
  font-size: 15px;
  font-weight: 500;
  color: #afafaf;
  flex-basis: 50%;
  display: inline-block;
  text-align: right
}
.featured-contests .item .hover-effect .content .border-button {
  margin-top: 15px;
  margin-bottom: 0
}


.posts-entry.posts-entry-sm .blog-entry .h2, .posts-entry.posts-entry-sm .blog-entry h2, .searchform .search span, .trending-area .trending-main .trand-right-single .trand-right-cap h4, .trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 {
  font-size: 18px
}
@media (max-width:1200px) {
  .main-banner {
    margin-top: 30px
  }
}

.retro-layout .gradient:before {
  content: '';
  background: -moz-linear-gradient(top, transparent 0, transparent 18%, rgb(0 0 0 / .8) 99%, rgb(0 0 0 / .8) 100%)
}
.retro-layout-alt .gradient:before {
  content: ''
}
.h-auto {
  height: auto !important
}
a, a:focus, a:hover, body, links3 a, p {
  font-family: "sans-serif"
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}
.click-bt2 {
  height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #214252;
  margin-bottom: 0;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 0;
  color: #fff
}
.about-area .whats-news-caption .single-what-news, .contact-section .whats-news-caption .single-what-news, .image, .post .thumb, .retro-layout .gradient, .retro-layout .h-entry.gradient, .retro-layout-alt .gradient, .search-form, .whats-news-area .whats-news-caption .single-what-news {
  position: relative
}

.coming-soon-area, .coming-soon-area .coming-soon-timer .coming-soon-content, .hero-slides, .map-area, .sidebar-widget-area .newsletterForm, .sidebar-widget-area .search-form, .single-blog-area, .single-blog-area .single-blog-thumbnail, .single-catagory-area, .subscribe-newsletter-area .modal-content .modal-body .newsletterForm {
  position: relative;
  z-index: 1
}


a, a:active, a:focus {
  font-size: 14px;
  outline: 0
}
.icons a:hover {
  color: #fff;
  text-shadow: 0 0 30px #fff
}
.entity_content blockquote::after, .post .meta li:last-child:after, .post.post-list-sm.before-seperator:before, .post.post-list-sm:after {
  content: ""
}
*, p {
  padding: 0
}
*, ol, p, ul {
  margin: 0
}

.media-list, .widget ul.list {
  list-style: none;
  padding: 0;
  margin-bottom: 0
}

.entity_rating {
  font-size: 13px;
  margin-top: 15px
}
.entity_rating i {
  display: inline-block;
  position: relative;
  width: 1.1em;
  cursor: pointer;
  color: #000
}
.entity_social i {
  padding: 5px;
  margin-top: 15px;
  margin-right: 5px;
  color: #fff;
  font-size: 10px;
  background-color: #a5a5a5
}
.entity_social a {
  margin-right: 5px;
  font-size: 12px;
  color: #000
}
.entity_social .share_ic {
  color: #7d7d7d;
  font-weight: 400
}
.entity_social .fa-facebook {
  background-color: #316ab1
}
.entity_social .fa-twitter {
  background-color: #249db1
}
.entity_social .fa-ge {
  background-color: #f7a1c5
}
.entity_social .fa-google-plus {
  background-color: #ea5f5f
}
.entity_social .fa-rss {
  background-color: #fd9b00
}
.entity_social .arrow {
  font-size: 22px;
  font-weight: 600;
  color: #000
}
.entity_content, .mt-30 {
  margin-top: 30px
}
.entity_content blockquote {
  display: block;
  padding: 15px 20px 15px 45px;
  margin: 0 20px 15px 0;
  position: relative;
  font-size: 25px;
  line-height: 32px;
  color: #666;
  width: 34%;
  border: none;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc
}
.entity_content blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: 700;
  color: #999;
  position: absolute;
  left: 10px;
  top: 20px
}
.entity_content blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c
}
.entity_content blockquote a:hover {
  color: #666
}
.entity_content blockquote em {
  font-style: italic
}
.entity_inner__title, .footer_widget_title {
  background-color: #fff;
  z-index: 3
}
.entity_inner__title:after {
  position: relative;
  display: inline-block;
  bottom: 35px;
  left: 35%;
  content: " ";
  width: 65%;
  border-top: 2px solid #eee;
  z-index: 1
}
.entity_inner__title h2:after {
  left: 180px
}
.entity_vote {
  padding: 10px 0 0;
  text-align: right
}
.entity_vote i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #ebebeb;
  text-align: center;
  color: #747474
}
.entity_vote .reply_ic {
  padding: 3px 5px;
  vertical-align: top;
  color: #fff;
  font-size: 12px;
  background-color: #3ac8de
}
.entity_footer {
  padding-top: 10px;
  padding-bottom: 35px
}
.entity_footer .entity_tag span {
  float: left;
  color: #8f9bad;
  border: 1px solid #ebebeb;
  border-radius: 25px;
  font-size: 13px;
  display: inline-block;
  margin: 4px 0;
  padding: 0 15px
}
.entity_tag:hover {
  border-color: #fe4f70;
  color: #fe4f70
}
.entity_footer .entity_tag a {
  color: #7d7d7d
}
.entity_footer .entity_social {
  float: right;
  margin-bottom: 0
}
.entity_footer .entity_social i, .footer-top, .media:first-child {
  margin-top: 0
}
.readers_comment .media {
  padding: 15px 0 0;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 15px
}
.article_social {
  margin-top: 30px;
  color: #000
}
.article_social i {
  padding: 5px;
  margin-right: 5px;
  color: #fff;
  font-size: 10px;
  background-color: #a5a5a5
}
.article_social span {
  color: #a5a5a5;
  margin-right: 10px
}
.article_social a {
  margin-right: 5px;
  font-weight: 700
}
.article_social .reply_ic {
  padding: 4px;
  margin-right: 5px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  width: 22px;
  background-color: #a5a5a5
}
@media screen and (max-width:768px) {
  .article_social {
    margin-top: 10px
  }
  .article_social span {
    font-size: 11px
  }
}

h4.newtext {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 4px;
  margin-top: 3px
}

.mt-50 {
  margin-top: 50px
}
.mt-70 {
  margin-top: 70px
}
.mt-100 {
  margin-top: 100px
}
.mb-15, .single-blog-area.blog-style-2 .single-blog-content > p {
  margin-bottom: 15px
}
.comment_area .title, .mb-50 {
  margin-bottom: 50px
}
.ml-15 {
  margin-left: 15px
}
.ml-30 {
  margin-left: 30px
}
.mr-15 {
  margin-right: 15px
}
.mr-30, .post-meta p:first-of-type, .single-blog-area .single-blog-content .post-meta p:first-of-type {
  margin-right: 30px
}
.mb-70 {
  margin-bottom: 70px
}
.mb-100 {
  margin-bottom: 100px
}


.me-4 {
  margin-right: 1.5rem !important
}
.font-bold {
  font-weight: 700
}
.font-light {
  font-weight: 300
}
.height-400 {
  height: 400px !important
}
.height-500 {
  height: 500px !important
}
.height-600 {
  height: 600px !important
}
.height-700 {
  height: 700px !important
}
.height-800 {
  height: 800px !important
}
.section-padding-100 {
  padding: 100px 0
}
.section-padding-20 {
  padding: 20px 0
}
.section-padding-50-0 {
  padding: 50px 0 0
}
.section-padding-100-70 {
  padding: 100px 0 70px
}
.section-padding-100-50 {
  padding: 100px 0 50px
}
.section-padding-100-0 {
  padding: 100px 0 0
}
.section-padding-0-100 {
  padding: 0 0 100px
}
.section-padding-100-20 {
  padding: 100px 0 20px
}


.fix {
  margin-top: -10px
}
.post-meta {
  color: gray;
  width: 100%;
  display: block;
  margin-bottom: 8px
}

.post-entry-alt .h2, .post-entry-alt h2, .subscribe-newsletter-area .modal-content .modal-body .title {
  font-size: 18px;
  margin-bottom: 20px
}
.subscribe-newsletter-area .modal-content .modal-body .newsletterForm input {
  width: 100%;
  border: 1px solid #787878;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  font-style: italic;
  margin-bottom: 15px
}

.subscribe-newsletter-area .modal-content .modal-body .newsletterForm button[type=submit]:hover {
  background-color: #30336b;
  color: #fff
}
.about-area2 .banner-one img, .contact-section .banner-one img, .single-blog-area .single-blog-thumbnail img, .trending-area .trending-main .trending-top .trend-top-img img, .whats-news-area .banner-one img {
  width: 100%
}
.post-date {
  position: absolute;
  z-index: 10;
  right: 25px;
  top: 15px;
  padding: 12px 8px;
  text-align: center;
  border-radius: 20px;
  color: #000;
  line-height: 1;
  font-family: "sans-serif"
}
.post-date span {
  display: block;
  font-family: "sans-serif";
  font-size: 16px;
  color: #000
}
.blog-post-author .author-info .line, .single-blog-area .single-blog-content .line {
  background-color: #c8c8c8;
  width: 26px;
  height: 2px;
  margin-bottom: 5px
}

.blog-post-author .author-info .author-role, .single-blog-area .single-blog-content .post-tag {
  color: #a1a1a1;
  font-size: 11px;
  letter-spacing: 3px;
  margin-bottom: 3px;
  display: block
}
.single-blog-area .single-blog-content h4 a {
  display: inline-block;
  color: #000;
  font-size: 24px;
  margin-bottom: 30px
}
.post-meta p, .single-blog-area .single-blog-content .post-meta p {
  font-size: 9px;
  margin-bottom: 0;
  letter-spacing: 3px;
  display: inline-block
}
.post-meta p a, .single-blog-area .single-blog-content .post-meta p a {
  font-size: 9px;
  color: #000;
  letter-spacing: 3px
}
.single-catagory-area .catagory-title {
  background-color: #000;
  top: 50%;
  left: 50%;
  width: 226px;
  height: 156px;
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}
.mouse, .post-tag-content {
  -webkit-transform: translateX(-50%)
}
.sidebar-widget-area .newsletterForm input, .sidebar-widget-area .search-form input[type=search] {
  height: 40px;
  -webkit-transition-duration: .5s;
  width: 100%;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-style: italic
}
.single-catagory-area .catagory-title a {
  font-size: 10px;
  color: #fff;
  letter-spacing: 3px;
  display: inline-block
}
.post-tag-content {
  position: absolute;
  width: 1140px;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

.comment_area .single_comment_area:last-of-type, .navigation-area p, .post-entry-alt .img-link img, .sidebar-widget-area .single-blog-post .post-content .post-meta p, .single_comment_area .children .single_comment_area .comment-meta, .widget:last-child {
  margin-bottom: 0
}


.breadcumb-area {
  position: relative;
  z-index: 1;
  height: 210px
}
.breadcumb-area .breadcumb-content h2 {
  padding: 10px 15px 0;
  margin-bottom: 0;
  font-size: 48px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  line-height: 1
}
.blog-post-author {
  position: relative;
  z-index: 1;
  padding: 10px 0;
  border-color: #c5c5c5
}
.blog-post-author .author-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 132px;
  flex: 0 0 132px;
  min-width: 132px;
  padding-right: 20px;
  width: 112px;
  height: 112px;
  border-radius: 50%
}
.blog-post-author .author-thumbnail img, .comment_area .comment-content .comment-author img {
  border-radius: 50%
}
.blog-post-author .author-info h4 a {
  display: inline-block;
  color: #000;
  font-size: 24px;
  margin-bottom: 0
}
.blog-post-author .author-info p {
  line-height: 2;
  margin-bottom: 0
}
.comment_area {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 40px
}
.comment_area .comment-content .comment-author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 79px;
  flex: 0 0 79px;
  min-width: 79px;
  margin-right: 55px;
  border-radius: 50%
}
.comment_area .comment-content .comment-meta .post-date {
  color: #a1a1a1;
  font-size: 11px;
  letter-spacing: 3px;
  margin-bottom: 0;
  display: block
}
.comment_area .comment-content .comment-meta p {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 2
}
.comment_area .comment-content .comment-meta .comment-reply {
  font-size: 11px;
  color: #000
}
.comment_area .children .single_comment_area {
  margin-left: 50px;
  margin-top: 30px
}
.contact-info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #214252;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #fff
}

.group .bar {
  position: relative;
  display: block;
  width: 100%
}
.group .bar:after, .group .bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background-color: #30336b;
  transition: .5s
}
.group .bar:before {
  left: 50%
}
.group .bar:after {
  right: 50%
}
.group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: .5
}
.group textarea {
  min-height: 90px
}

.map-area #googleMap {
  width: 100%;
  height: 690px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .about-area2 .whats-news-single .whates-caption.whates-caption2 h4 a, .contact-section .whats-news-single .whates-caption.whates-caption2 h4 a, .whats-news-area .whats-news-single .whates-caption.whates-caption2 h4 a {
    font-size: 20px
  }
  .about-area2 .whats-right-single .whats-right-cap, .contact-section .whats-right-single .whats-right-cap, .whats-news-area .whats-right-single .whats-right-cap {
    padding-left: 15px
  }
  .about-area2 .whats-right-single .whats-right-cap h4, .contact-section .whats-right-single .whats-right-cap h4, .whats-news-area .whats-right-single .whats-right-cap h4 {
    font-size: 11px
  }
  .about-area2 .most-recent-area .most-recent-single .most-recent-capt h4, .contact-section .most-recent-area .most-recent-single .most-recent-capt h4, .whats-news-area .most-recent-area .most-recent-single .most-recent-capt h4 {
    font-size: 15px
  }
  .about-area2 .nav-tabs .nav-link, .contact-section .nav-tabs .nav-link, .whats-news-area .nav-tabs .nav-link {
    margin-bottom: 10px
  }
  .about-area2 .nav-tabs, .contact-section .nav-tabs, .whats-news-area .nav-tabs {
    justify-content: start
  }
  .hero-slides .single-hero-slide {
    height: 350px
  }
  .single-blog-area .single-blog-content h4 a {
    margin-bottom: 20px
  }
  .post-tag-content {
    width: 100%
  }
  .sidebar-widget-area .tags a {
    padding: 0 20px
  }
  .map-area #googleMap {
    height: 500px
  }
}

.sonar-wrapper .sonar-emitter .sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  animation: 1.2s linear infinite sonarWave
}
@keyframes sonarWave {
  0 {
    opacity: .3
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0
  }
}
.colorb {
  color: #0077b5
}
.colorg {
  color: #13c600
}
.colorr {
  color: #ed4141
}
.bgb {
  background: #0077b5
}
.bgg {
  background: #13c600
}
.bgr {
  background: #ed4141
}
.bgbeg {
  background: #8a3ab9
}
.top-bg {
  background: #0000
}
.black-bg, .captionbox .btn-close {
  background: #000
}
.theme-bg {
  background: #ff2143
}
.brand-bg {
  background: #f1f4fa
}
.testimonial-bg {
  background: #f9fafc
}
.about-area2 .most-recent-area .most-recent-single .most-recent-capt h4 a:hover, .about-area2 .whats-news-single .whates-caption h4 a:hover, .about-area2 .whats-right-single .whats-right-cap h4 a:hover, .contact-section .most-recent-area .most-recent-single .most-recent-capt h4 a:hover, .contact-section .whats-news-single .whates-caption h4 a:hover, .contact-section .whats-right-single .whats-right-cap h4 a:hover, .theme-color, .trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 a:hover, .whats-news-area .most-recent-area .most-recent-single .most-recent-capt h4 a:hover, .whats-news-area .whats-news-single .whates-caption h4 a:hover, .whats-news-area .whats-right-single .whats-right-cap h4 a:hover {
  color: #ff2143
}
.trending-area .trending-main {
  border-bottom: 1px solid #eee
}
.trending-area .trending-main .trending-top .trend-top-img {
  overflow: hidden;
  position: relative;
  border-radius: 7px
}
.trending-area .trending-main .trending-top .trend-top-img::before {
  position: absolute;
  width: 100%;
  bottom: 0;
  content: ""
}
.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap {
  position: absolute;
  left: 31px
}
.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 {
  font-weight: 800;
  overflow: hidden
}
.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 a:hover {
  color: #f75a5a
}
.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap p {
  color: #c2c2c2;
  font-size: 12px;
  overflow: hidden
}
.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap.trend-top-cap2 {
  bottom: 0
}
.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap.trend-top-cap2 h2 {
  font-size: 24px;
  font-weight: 800
}
.about-area2 .whats-right-single .whats-right-cap h4 a, .contact-section .whats-right-single .whats-right-cap h4 a, .trending-area .trending-main .trand-right-single .trand-right-cap h4 a, .trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 a, .whats-news-area .whats-right-single .whats-right-cap h4 a {
  font-weight: 500;
  line-height: 1.4
}
.about-area2 .whats-news-wrapper, .contact-section .whats-news-wrapper, .whats-news-area .whats-news-wrapper {
  background: #ecf3f6;
  padding: 30px 20px 20px;
  border-radius: 10px
}
.about-area2 .whats-news-single, .contact-section .whats-news-single, .whats-news-area .whats-news-single {
  margin-left: 15px;
  margin-right: 15px
}
.about-area2 .whats-news-single .whates-img, .contact-section .whats-news-single .whates-img, .whats-news-area .whats-news-single .whates-img {
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 6px
}
.about-area2 .whats-news-single .whates-img img, .contact-section .whats-news-single .whates-img img, .whats-news-area .whats-news-single .whates-img img {
  width: 100%;
  -webkit-transition: .4s ease-out;
  -moz-transition: .4s ease-out;
  -ms-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out;
  transform: scale(1)
}
.about-area2 .whats-news-single .whates-caption h4 a, .contact-section .whats-news-single .whates-caption h4 a, .whats-news-area .whats-news-single .whates-caption h4 a {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
  display: block;
  font-weight: 700
}
.about-area2 .whats-news-single .whates-caption span, .contact-section .whats-news-single .whates-caption span, .whats-news-area .whats-news-single .whates-caption span {
  color: #707b8e;
  font-size: 12px;
  margin-bottom: 14px;
  display: block
}
.about-area2 .whats-news-single .whates-caption p, .contact-section .whats-news-single .whates-caption p, .whats-news-area .whats-news-single .whates-caption p {
  margin-bottom: 0;
  color: #000;
  font-size: 16px
}
.about-area2 .whats-news-single:hover .whates-img img, .contact-section .whats-news-single:hover .whates-img img, .whats-news-area .whats-news-single:hover .whates-img img {
  transform: scale(1.05)
}
.about-area2 .most-recent-area .most-recent-single .most-recent-images img, .about-area2 .whats-right-single .whats-right-img img, .contact-section .most-recent-area .most-recent-single .most-recent-images img, .contact-section .whats-right-single .whats-right-img img, .trending-area .trending-main .trand-right-single .trand-right-img img, .whats-news-area .most-recent-area .most-recent-single .most-recent-images img, .whats-news-area .whats-right-single .whats-right-img img {
  border-radius: 6px
}
.about-area2 .most-recent-area .most-recent-single .most-recent-capt, .about-area2 .whats-right-single .whats-right-cap, .contact-section .most-recent-area .most-recent-single .most-recent-capt, .contact-section .whats-right-single .whats-right-cap, .trending-area .trending-main .trand-right-single .trand-right-cap, .whats-news-area .most-recent-area .most-recent-single .most-recent-capt, .whats-news-area .whats-right-single .whats-right-cap {
  padding-left: 18px
}
.about-area2 .whats-right-single .whats-right-cap span, .contact-section .whats-right-single .whats-right-cap span, .whats-news-area .whats-right-single .whats-right-cap span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block
}
.about-area2 .whats-right-single .whats-right-cap h4, .contact-section .whats-right-single .whats-right-cap h4, .whats-news-area .whats-right-single .whats-right-cap h4 {
  font-size: 16px;
  font-weight: 700
}
.about-area2 .most-recent-area .most-recent-single .most-recent-capt p, .about-area2 .whats-right-single .whats-right-cap p, .contact-section .most-recent-area .most-recent-single .most-recent-capt p, .contact-section .whats-right-single .whats-right-cap p, .whats-news-area .most-recent-area .most-recent-single .most-recent-capt p, .whats-news-area .whats-right-single .whats-right-cap p {
  color: #707b8e;
  font-size: 12px;
  margin: 0;
  line-height: 1
}
.about-area2 .single-follow, .contact-section .single-follow, .whats-news-area .single-follow {
  background: #ecf3f6;
  padding: 30px 20px;
  border-radius: 7px
}
.about-area2 .single-follow .single-box, .contact-section .single-follow .single-box, .whats-news-area .single-follow .single-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.about-area2 .single-follow .follow-us, .contact-section .single-follow .follow-us, .whats-news-area .single-follow .follow-us {
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 10px 13px 15px;
  border-radius: 5px;
  margin-bottom: 5px;
  width: 49%
}
span.color, span.color1, span.color2, span.color3, span.color4 {
  border-radius: 5px;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase
}
.about-area2 .single-follow .follow-us .follow-count, .contact-section .single-follow .follow-us .follow-count, .whats-news-area .single-follow .follow-us .follow-count {
  padding-left: 15px
}
.about-area2 .single-follow .follow-us .follow-count span, .contact-section .single-follow .follow-us .follow-count span, .whats-news-area .single-follow .follow-us .follow-count span {
  color: #232323;
  font-size: 14px;
  font-weight: 500
}
.about-area2 .single-follow .follow-us .follow-count p, .contact-section .single-follow .follow-us .follow-count p, .whats-news-area .single-follow .follow-us .follow-count p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 11px
}
.about-area2 .news-poster img, .contact-section .news-poster img, .whats-news-area .news-poster img {
  width: 100%;
  padding: 0 61px
}
.about-area2 .most-recent-area, .contact-section .most-recent-area, .whats-news-area .most-recent-area {
  background: #ecf3f6;
  padding: 30px 10px;
  border-radius: 7px
}
.about-area2 .most-recent-area .most-recent .most-recent-img, .contact-section .most-recent-area .most-recent .most-recent-img, .whats-news-area .most-recent-area .most-recent .most-recent-img {
  overflow: hidden;
  position: relative
}
.about-area2 .most-recent-area .most-recent .most-recent-img::before, .contact-section .most-recent-area .most-recent .most-recent-img::before, .whats-news-area .most-recent-area .most-recent .most-recent-img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: ""
}
.about-area2 .most-recent-area .most-recent .most-recent-img img, .contact-section .most-recent-area .most-recent .most-recent-img img, .whats-news-area .most-recent-area .most-recent .most-recent-img img {
  width: 100%;
  border-radius: 7px
}
.about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap, .whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap {
  position: absolute;
  bottom: 0;
  left: 31px
}
.about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap span, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap span, .whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap span {
  color: #fff;
  padding: 9px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 13px;
  display: inline-block
}
span.color1 {
  background: #fff9c6;
  color: #000;
  font-size: 11px
}
span.color2 {
  background: #ffe7e6;
  color: #000;
  font-size: 11px
}
span.color3 {
  background: #d3d3d3;
  color: #000;
  font-size: 11px
}
span.color4 {
  background: #add8e6;
  color: #000;
  font-size: 11px
}
span.color {
  background: #9aeac1;
  padding: 4px 12px;
  font-size: 11px;
  margin-bottom: 4px;
  width: 130px;
  text-align: center
}
.about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap h4, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap h4, .whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap h4 {
  font-size: 16px
}
.tags a, .text {
  font-size: 12px
}
.about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap h4 a, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap h4 a, .whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap h4 a {
  color: #fff;
  font-weight: 700;
  line-height: 1.3
}
.about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap p, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap p, .whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap p {
  color: #fff;
  font-size: 12px
}
.about-area2 .most-recent-area .most-recent-single, .contact-section .most-recent-area .most-recent-single, .whats-news-area .most-recent-area .most-recent-single {
  margin-bottom: 20px;
  display: flex;
  align-items: center
}
.about-area2 .most-recent-area .most-recent-single .most-recent-capt h4, .contact-section .most-recent-area .most-recent-single .most-recent-capt h4, .whats-news-area .most-recent-area .most-recent-single .most-recent-capt h4 {
  font-size: 18px;
  display: block;
  margin-bottom: 5px
}
.about-area2 .most-recent-area .most-recent-single .most-recent-capt h4 a, .contact-section .most-recent-area .most-recent-single .most-recent-capt h4 a, .whats-news-area .most-recent-area .most-recent-single .most-recent-capt h4 a {
  font-weight: 500;
  line-height: 1.4;
  font-size: 16px;
  display: block;
  margin-bottom: 10px
}
.about-area2 .nav-tabs .nav-link, .contact-section .nav-tabs .nav-link, .whats-news-area .nav-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid #fff0;
  padding: 0;
  margin: 0 10px
}
.about-area2 .nav-tabs .nav-item.show .nav-link, .about-area2 .nav-tabs .nav-link.active, .contact-section .nav-tabs .nav-item.show .nav-link, .contact-section .nav-tabs .nav-link.active, .whats-news-area .nav-tabs .nav-item.show .nav-link, .whats-news-area .nav-tabs .nav-link.active {
  color: #ff2143;
  background: 0
}
.about-area2 .nav-tabs .nav-item, .contact-section .nav-tabs .nav-item, .whats-news-area .nav-tabs .nav-item {
  display: block;
  color: #051441;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500
}
.about-area2 .nav-tabs, .contact-section .nav-tabs, .whats-news-area .nav-tabs {
  margin-bottom: 31px;
  padding-bottom: 0;
  position: relative;
  border: 0;
  display: flex;
  justify-content: end;
  background: 0
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 {
    font-size: 16px
  }
  .about-area2 .whats-news-single .whates-caption.whates-caption2 h4 a, .contact-section .whats-news-single .whates-caption.whates-caption2 h4 a, .whats-news-area .whats-news-single .whates-caption.whates-caption2 h4 a {
    font-size: 20px
  }
  .about-area2 .whats-right-single .whats-right-cap, .contact-section .whats-right-single .whats-right-cap, .whats-news-area .whats-right-single .whats-right-cap {
    padding-left: 15px
  }
  .about-area2 .whats-right-single .whats-right-cap h4, .contact-section .whats-right-single .whats-right-cap h4, .whats-news-area .whats-right-single .whats-right-cap h4 {
    font-size: 11px
  }
  .about-area2 .most-recent-area .most-recent-single .most-recent-capt h4, .contact-section .most-recent-area .most-recent-single .most-recent-capt h4, .whats-news-area .most-recent-area .most-recent-single .most-recent-capt h4 {
    font-size: 15px
  }
  .about-area2 .nav-tabs .nav-link, .contact-section .nav-tabs .nav-link, .whats-news-area .nav-tabs .nav-link {
    margin-bottom: 10px
  }
  .about-area2 .nav-tabs, .contact-section .nav-tabs, .whats-news-area .nav-tabs {
    justify-content: start
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  #search-wrapper {
    margin-left: 0;
    margin-top: 15px;
    padding-left: 1em
  }
  .about-area2 .whats-news-single .whates-caption.whates-caption2 h4 a, .contact-section .whats-news-single .whates-caption.whates-caption2 h4 a, .whats-news-area .whats-news-single .whates-caption.whates-caption2 h4 a {
    font-size: 23px
  }
  .about-area2 .whats-news-single .whates-caption.whates-caption2 p, .contact-section .whats-news-single .whates-caption.whates-caption2 p, .whats-news-area .whats-news-single .whates-caption.whates-caption2 p {
    font-size: 15px
  }
  .about-area2 .whats-right-single .whats-right-cap h4, .contact-section .whats-right-single .whats-right-cap h4, .whats-news-area .whats-right-single .whats-right-cap h4 {
    font-size: 14px
  }
  .about-area2 .nav-tabs .nav-link, .contact-section .nav-tabs .nav-link, .whats-news-area .nav-tabs .nav-link {
    margin-bottom: 10px
  }
  .about-area2 .nav-tabs, .contact-section .nav-tabs, .whats-news-area .nav-tabs {
    justify-content: start
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {

  .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 {
    font-size: 30px
  }
  .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap.trend-top-cap2 h2 {
    font-size: 15px
  }
  .about-area2 .nav-tabs .nav-link, .contact-section .nav-tabs .nav-link, .whats-news-area .nav-tabs .nav-link {
    margin-bottom: 10px
  }
  .about-area2 .nav-tabs, .contact-section .nav-tabs, .whats-news-area .nav-tabs {
    justify-content: start
  }
}
@media(max-width:575px) {
  .about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap, .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap, .whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap {
    bottom: -2px;
    left: 5px
  }
  .about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap h4, .about-area2 .whats-news-single .whates-caption p, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap h4, .contact-section .whats-news-single .whates-caption p, .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2, .trending-area .trending-main .trending-top .trend-top-img .trend-top-cap.trend-top-cap2 h2, .whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap h4, .whats-news-area .whats-news-single .whates-caption p {
    font-size: 15px
  }
  .about-area2 .whats-news-single .whates-caption h4 a, .contact-section .whats-news-single .whates-caption h4 a, .whats-news-area .whats-news-single .whates-caption h4 a {
    font-size: 21px
  }
  .about-area2 .whats-right-single, .contact-section .whats-right-single, .whats-news-area .whats-right-single {
    display: block
  }
  .about-area2 .whats-right-single .whats-right-img img, .contact-section .whats-right-single .whats-right-img img, .whats-news-area .whats-right-single .whats-right-img img {
    margin-bottom: 7px
  }
  .about-area2 .whats-right-single .whats-right-cap, .contact-section .whats-right-single .whats-right-cap, .whats-news-area .whats-right-single .whats-right-cap {
    padding-left: 0
  }
  .about-area2 .most-recent-area .most-recent-single .most-recent-capt h4 a, .contact-section .most-recent-area .most-recent-single .most-recent-capt h4 a, .whats-news-area .most-recent-area .most-recent-single .most-recent-capt h4 a {
    font-size: 14px
  }
  .about-area2 .nav-tabs .nav-link, .contact-section .nav-tabs .nav-link, .whats-news-area .nav-tabs .nav-link {
    margin-bottom: 10px
  }
  .about-area2 .nav-tabs, .contact-section .nav-tabs, .whats-news-area .nav-tabs {
    justify-content: start
  }
}
.col-md-3 {
  width: 25%
}
.tags a {
  display: block;
  padding: 0 35px;
  border: 1px solid #c5c5c5;
  color: #000;
  height: 45px;
  line-height: 43px;
  margin: 5px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .tags a {
    padding: 0 20px
  }
  .trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 {
    font-size: 16px
  }
  .trending-area .trending-main .trand-right-single .trand-right-cap h4 {
    font-size: 15px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .tags a {
    padding: 0 15px
  }
}
.footer_section {
  margin-top: 25px;
  background: #fff;
  border-top: 2px solid grey;
  margin-bottom: 0;
  width: 100%
}

.media, .media-body {
  overflow: hidden;
  zoom: 1
}
.media-body {
  margin-top: -5px;
  width: 10000px
}

.media-right, .media > .pull-right {
  padding-left: 10px
}
.list-group, .media-list {
  padding-left: 0
}
.media-left, .media > .pull-left {
  padding-right: 10px
}
.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top
}
.media-middle, .post .meta i {
  vertical-align: middle
}
.media-bottom {
  vertical-align: bottom
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.text {
  color: rgb(0 0 0 / .7);
  display: block;
  margin-bottom: 3px
}
.mouse, .mouse .wheel {
  left: 50%;
  display: block;
  position: absolute
}


.retro-layout-alt .img-1, .retro-layout-alt .img-2, .widget .widget-about {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}
.mouse {
  border: 1px solid #fff;
  border-radius: 16px;
  height: 26px;
  width: 20px;
  bottom: 100px;
  z-index: 1;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}
.mouse .wheel {
  background: #fff;
  border-radius: 100%;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 3px;
  -webkit-animation: 2s linear infinite animation-mouse;
  animation: 2s linear infinite animation-mouse
}
.post .post-format, .post .post-format-sm {
  color: #fff;
  display: block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  z-index: 1
}
.post .post-format {
  font-size: 20px;
  height: 50px;
  line-height: 54px;
  right: 20px;
  bottom: -25px;
  width: 50px;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / .15);
  -moz-box-shadow: 0 2px 4px 0 rgb(0 0 0 / .15);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / .15);
  background: #fe4f70;
  background: -webkit-linear-gradient(bottom, #fe4f70 0, #ffa387 100%);
  background: linear-gradient(to top, #fe4f70 0, #ffa387 100%)
}
.post .post-format-sm, .post.post-list-sm .thumb .number {
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / .15);
  -moz-box-shadow: 0 2px 4px 0 rgb(0 0 0 / .15)
}
.post .post-format-sm {
  font-size: 14px;
  height: 30px;
  line-height: 34px;
  left: 20px;
  top: 20px;
  width: 30px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / .15);
  background: #fe4f70;
  background: -webkit-linear-gradient(bottom, #fe4f70 0, #ffa387 100%);
  background: linear-gradient(to top, #fe4f70 0, #ffa387 100%)
}
.post.post-list-sm .thumb .number, .thumb .number {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  height: 24px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  width: 24px;
  z-index: 1
}
.post .thumb.rounded .inner {
  border-radius: 10px;
  overflow: hidden
}
.post .thumb.circle .inner {
  overflow: hidden;
  border-radius: 50%
}
.post .thumb.top-rounded .inner {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}
.post .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}
.post .thumb:hover img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07)
}
.post .post-bottom .social-share .icons li a:hover, .post .post-title a {
  color: #203656
}
.post .meta li:after {
  content: "";
  display: inline-block;
  background-color: #fe4f70;
  border-radius: 50%;
  margin-left: 1rem;
  height: 3px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 3px
}
.post .meta li:not(:last-child), .post .post-bottom .social-share .icons li:not(:last-child) {
  margin-right: .8rem
}
.social-share ul li {
  display: inline-block;
  margin: 0 10px
}
.mr-20 {
  margin-right: 20px
}
.post .meta li img.author {
  margin-right: 12px;
  vertical-align: middle
}
.post .post-bottom .social-share .toggle-button {
  font-size: 16px;
  color: #9faabb;
  background-color: #fff0;
  border: 0;
  padding: 0;
  vertical-align: middle
}
.post .post-bottom .social-share .icons {
  display: inline;
  vertical-align: middle
}
.post .post-bottom .social-share .icons li a {
  color: #9faabb;
  font-size: 14px
}
.post .post-bottom .more-button a {
  font-size: 16px;
  font-weight: 700;
  color: #9faabb
}
.post .post-bottom .more-button a i {
  color: #9faabb;
  font-size: 12px;
  margin-left: 10px;
  vertical-align: middle
}
.post .post-bottom .more-link {
  color: #203656;
  font-size: 17px;
  font-weight: 700
}
.post .post-bottom .more-link i {
  font-size: 12px;
  color: #9faabb;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  right: 0;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}
.post .post-bottom .more-link:hover i {
  right: -5px
}
.post.post-list-sm {
  clear: both
}
.post.post-list-sm.circle .thumb {
  max-width: 60px
}
.post.post-list-sm.circle .details {
  margin-left: 80px
}
.post.post-list-sm.square .thumb {
  max-width: 110px
}
.post.post-list-sm.square .details {
  margin-left: 130px
}
.post.post-list-sm .thumb, .thumb {
  float: left;
  position: relative
}
.post.post-list-sm .thumb .number {
  color: #fff;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 12px;
  left: 0;
  top: -10px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / .15);
  background: #fe4f70;
  background: -webkit-linear-gradient(bottom, #fe4f70 0, #ffa387 100%);
  background: linear-gradient(to top, #fe4f70 0, #ffa387 100%)
}
.post.post-list-sm .post-title, .retro-layout .h-entry .date {
  font-size: 15px
}
.post.post-list-sm.before-seperator:before, .post.post-list-sm:after {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  background: #ebebeb;
  background: -webkit-linear-gradient(right, #ebebeb 0, transparent 100%);
  background: linear-gradient(to left, #ebebeb 0, transparent 100%)
}
.post .excerpt {
  font-size: 1em
}
.post .meta {
  font-size: 14px;
  color: #9faabb
}
.post .meta a {
  color: #9faabb
}
.footer-links li:last-child:after, .new li:last-child:after, .post .meta li:last-child:after {
  content: "";
  display: none
}

.thumb .number {
  color: #000;
  display: block;
  border: 2px solid #000;
  border-radius: 50%;
  font-size: 12px;
  left: 5px;
  top: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / .15);
  -moz-box-shadow: 0 2px 4px 0 rgb(0 0 0 / .15);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / .15);
  background: #fff
}

a.linkstyle {
  color: #fff;
  font-weight: 500;
  font-size: 1.4em;
  letter-spacing: 3px
}
.footer-top ul li > a:focus, .footer-top ul li > a:hover, a.linkstyle2:hover, a.linkstyle:hover {
  text-decoration: underline
}
a.linkstyle2 {
  color: #fff;
  font-weight: 500;
  font-size: 1.2em;
  letter-spacing: 3px
}
h4.linkstyle3, p.linkstyle {
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 3px
}
.linkstyle4 {
  color: #000;
  font-weight: 500;
  font-size: .765em;
  letter-spacing: 3px
}
.retro-layout .gradient:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, #000 100%, #020024 0)
}

.retro-layout-alt .hentry {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px
}
.post-entry-alt .img-link, .posts-entry .blog-entry .img-link {
  display: inline-block;
  margin-bottom: 10px
}
.retro-layout .h-entry .featured-img, .retro-layout-alt .hentry .featured-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.retro-layout .h-entry:hover .featured-img, .retro-layout-alt .hentry:hover .featured-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.retro-layout-alt .gradient:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, transparent 0, transparent 50%, rgb(0 0 0 / .8) 99%, rgb(0 0 0 / .8) 100%);
  background: -webkit-linear-gradient(top, transparent 0, transparent 18%, rgb(0 0 0 / .8) 99%, rgb(0 0 0 / .8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgb(0 0 0 / .8)), to(rgb(0 0 0 / .8)));
  background: -o-linear-gradient(top, transparent 0, transparent 18%, rgb(0 0 0 / .8) 99%, rgb(0 0 0 / .8) 100%);
  background: linear-gradient(to bottom, transparent 0, transparent 18%, rgb(0 0 0 / .8) 99%, rgb(0 0 0 / .8) 100%)
}
.image picture, .post-entry-alt .img-link, .posts-entry .blog-entry .img-link, .retro-layout .h-entry {
  position: relative;
  overflow: hidden;
  border-radius: 10px
}
.retro-layout-alt .text .h2, .retro-layout-alt .text h2 {
  color: #fff;
  font-size: 26px
}
@media (max-width:575.98px) {
  .retro-layout-alt .two-col > a {
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px
  }
}
.posts-entry-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  letter-spacing: .05rem
}
.posts-entry .blog-entry .h2, .posts-entry .blog-entry h2 {
  line-height: 1.3;
  font-size: 26px
}
.post-entry-alt .h2 a, .post-entry-alt h2 a, .posts-entry .blog-entry .h2 a, .posts-entry .blog-entry h2 a, .posts-entry .blog-entry-sm .h3 a, .posts-entry .blog-entry-sm h3 a {
  color: #4d4c7d
}
.posts-entry .btn-group-sm > .btn, .posts-entry .btn-sm {
  padding: 10px 15px
}
.posts-entry .blog-entry-sm .h3, .posts-entry .blog-entry-sm h3 {
  font-size: 20px
}
.posts-entry .blog-entry-search-item .img-link {
  width: 280px;
  border-radius: 0
}
.posts-entry .blog-entry-search-item .img-link img {
  margin-bottom: 0;
  border-radius: 10px
}
.read-more {
  border-bottom: 2px solid #214252
}
.post-entry-alt .excerpt {
  padding-left: 20px;
  padding-right: 20px
}
.retro-layout-alt .post-category {
  margin-left: 20px;
  margin-top: 10px
}
.retro-layout-alt .v-height {
  height: 300px
}
.retro-layout-alt .text {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 20px;
  max-width: 350px
}
.retro-layout-alt .text h2, .retro-layout-alt .text h3 a.link {
  color: #fff;
  font-size: 18px;
  padding: 0;
  text-shadow: 1px 1px 3px #000
}
.retro-layout-alt .text h2, .retro-layout-alt .text h3 a.link:hover {
  color: #82a4b4;
  font-size: 18px
}
.retro-layout-alt .text .h3, .retro-layout-alt .text h3 {
  color: #fff;
  font-size: 16px
}
.retro-layout-alt .text span {
  color: rgb(255 255 255 / .7);
  line-height: 1.5
}
.retro-layout-alt .text.text-sm .h2, .retro-layout-alt .text.text-sm h2 {
  font-size: 14px;
  line-height: 1.5
}
.retro-layout-alt .text.text-sm .h3, .retro-layout-alt .text.text-sm h3 {
  font-size: 12px;
  line-height: 1
}
.retro-layout-alt .two-col > a {
  width: calc(50% - 15px);
  float: left
}
@media(max-width:575.98px) {
  .retro-layout-alt .two-col > a {
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px
  }
}
.text span {
  color: rgb(255 255 255 / .7);
  font-size: 12px;
  display: block;
  margin-bottom: 3px
}
.retro-layout .text.text-sm .h2, .retro-layout .text.text-sm h2 {
  font-size: 18px;
  line-height: 1.5
}

.social2 li a {
  width: 40px;
  height: 40px;
  position: relative;
  background: #000;
  border-radius: 20px;
  color: #fff
}
.social2 li a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.social2 li a:hover {
  background: #b3e8ff;
  color: #000
}
.float-start {
  float: left !important
}
.links2 {
  width: 150px
}
.links2 li {
  margin-bottom: 6px
}

@media (max-width:767px) {
  .carousel-inner .carousel-item > div {
    display: none
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block
  }
  .navigation-area .nav-left {
    margin-bottom: 30px
  }
}

.test {
  margin-top: 30px;
  margin-bottom: 30px
}