@charset "utf-8";
*/:root {
  --border_light: #dae6ed;
  --border_dark: #565151;
  --blue: #4a9ac3;
  --bg_light: #ebf1f5;
  --bg_back: #00000075;
  --bg_back_dark: #000000f2;
  --yellow: #f9c100;
}
.button, .paginate li a, .paginate li a:hover {
  transition: .3s
}
.dropcap, .embed-responsive, .original-btn, .section-padding, blockquote {
  position: relative
}
.pagination .page-item.active > a, .pagination .page-item.active > a:hover, .pagination li > a:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .02)
}
.post-source a, .post-tags a, ol li, ul, ul li, ul.list {
  list-style: none
}
.gap-20, .gap-60, .post.post-list-sm, .py-30, .py-40, .py-50 {
  clear: both
}
body {
  font-family: "Noto Serif", serif
}
ul {
  padding: 0
}
.about-area2 .whats-right-single .whats-right-cap h4, .contact-section .whats-right-single .whats-right-cap h4, .font-bold, .whats-news-area .whats-right-single .whats-right-cap h4, h1, h2, h3, h4, h5, span.posted-by {
  font-weight: 700
}
.font_14, .phppot-container h1, blockquote, h6, label {
  font-weight: 400
}
a {
  color: #000;
  text-decoration: none;
  transition: .35s
}
.btn-reply:hover, a:hover {
  text-decoration: underline
}
a:focus {
  text-decoration: none;
  color: var(--black);
  outline: 0
}
.yellow:focus, .yellow:hover {
  text-decoration: none;
  color: var(--yellow) !important
}
.link:focus, .link:hover {
  color: red !important
}
.original-btn {
  z-index: 1;
  padding: 0 30px;
  min-width: 175px;
  height: 40px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  border-radius: 3px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Open Sans", sans-serif;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  color: #000
}
.original-btn:focus, .original-btn:hover {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border-color: #30336b;
  background-color: #30336b
}
.button, .button:hover {
  color: var(--bs-white)
}
.button {
  padding: 15px 35px;
  display: inline-block;
  font-size: 14px;
  background: var(--blue)
}
fa-magnifying-glass {
  padding: 5px
}
.button:hover {
  background: var(--bs-danger)
}
.col_blue, .navbar .navbar-nav .nav-item:hover .nav-link {
  color: var(--blue) !important
}
.bg_blue {
  background: #4a9ac3 !important
}
.bg_light {
  background: var(--bg_light) !important
}
.bg_back {
  background: var(--bg_back) !important
}
.bg_back_dark {
  background: #000 !important
}
.border_light {
  border: 1px solid var(--border_light)
}
.border_dark {
  border: 1px solid var(--border_dark)
}
.line {
  height: 3px !important;
  width: 100%
}
.font_14 {
  font-size: 14px;
  color: grey
}
#news_pg p, .font_15, .post.post-list-sm .post-title, .retro-layout .h-entry .date {
  font-size: 15px
}
.font_12 {
  font-size: 12px
}
.font_11 {
  font-size: 11px
}
.font_10 {
  font-size: 10px
}
.font_9 {
  font-size: 9px
}
.font_13 {
  font-size: 13px
}
.font_50 {
  font-size: 50px
}
.carousel_p {
  padding-bottom: 90px !important
}
.main-banner, .main-banner2 {
  margin-top: 1px;
  background-repeat: no-repeat;
  padding-top: 130px;
  padding-bottom: 170px;
  background-position: center center;
  background-size: cover
}
.carousel_p .carousel-indicators {
  bottom: -60px !important
}
.family_1, .top-author .info li, p {
  font-family: Poppins, sans-serif
}
.border, .border-bottom, .border-end, .border-start, .border-top {
  border-color: var(--border_light) !important
}
.carousel-indicators [data-bs-target] {
  background-color: var(--blue)
}
.main-banner, .main-banner2, .top-categories .item {
  background-color: #fff;
  text-align: center
}
.top_head_left .span_1 {
  width: 50px;
  height: 50px
}
.top_head_left .span_2 {
  margin-left: 90px
}
.main-banner {
  background-image: url(https://www.ultimatedefence.co.za/assets/images/banner-bg.webp)
}
.main-banner h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 74px
}
.main-banner h2 em {
  font-style: normal;
  color: #fff
}
.entity_content blockquote em, .group label {
  font-style: italic
}
.main-banner p {
  color: #fff;
  padding: 10px 0;
  margin: 20px 45px 0;
  border-top: 1px solid
}
.offcanvas-header a, .paginate li a {
  color: var(--bs-black)
}
.main-banner .buttons {
  margin-top: 5px;
  display: flex;
  justify-content: center
}
.main-banner .big-border-button a {
  font-size: 20px;
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 10px;
  font-weight: 500;
  margin-right: 15px;
  text-transform: capitalize;
  letter-spacing: .5px;
  transition: .3s
}
.drop_1 a:focus, .drop_1 a:hover, .offcanvas-body {
  background-color: var(--bs-white)
}
.main-banner .big-border-button a:hover {
  background-color: #fff0;
  color: #000
}
.top-categories {
  margin-top: -100px
}
.top-categories .item {
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  border-radius: 15px;
  padding: 10px
}
.navbar, .navbar .navbar-brand {
  padding-bottom: 0;
  padding-top: 0
}
.top-categories .item .icon {
  background-color: #f7f7f7;
  width: 200px;
  height: 140px;
  display: inline-block;
  text-align: center;
  line-height: 140px;
  border-radius: 15px
}
.single-blog-area {
  padding-right: 15px
}
.single-blog-area .single-blog-thumbnail .post-date {
  position: absolute;
  z-index: 10;
  left: 15px;
  top: 15px;
  border: 1px solid #787878;
  background-color: #fff;
  padding: 20px 8px;
  text-align: center
}
.single-blog-area .single-blog-thumbnail .post-date a {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
  font-family: helveticaneuemedium
}
.single-blog-area .single-blog-thumbnail .post-date a span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  color: #878787
}
.single-blog-area .single-blog-content .line {
  background-color: #c8c8c8;
  width: 26px;
  height: 2px;
  margin-bottom: 5px
}
.single-blog-area .single-blog-content .post-tag {
  color: grey;
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 5px;
  display: block;
  font-weight: 700
}
.footer-post .post-content a, .single-blog-area .single-blog-content .post-tag:focus, .single-blog-area .single-blog-content .post-tag:hover {
  color: #000
}
.single-blog-area .single-blog-content h4 a {
  display: inline-block;
  color: #000;
  font-size: 16px;
  margin-bottom: 5px
}
.single-blog-area .single-blog-content h4 a:focus, .single-blog-area .single-blog-content h4 a:hover {
  color: #30336b
}
.single-blog-area .single-blog-content > p {
  line-height: 1.1;
  margin-bottom: 5px
}
.single-blog-area .single-blog-content .post-meta p {
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 3px;
  display: inline-block
}
.single-blog-area .single-blog-content .post-meta p a {
  font-size: 9px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 3px
}
.single-catagory-area .catagory-title {
  width: 226px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.single-catagory-area .catagory-title:hover {
  background-color: #30336b
}
.single-catagory-area .catagory-title a {
  font-size: 10px;
  color: #fff;
  letter-spacing: 3px;
  display: inline-block;
  text-transform: uppercase
}
.h-75 {
  height: 75% !important
}
.offset-lg-1 {
  margin-left: 8.33333333%
}
.hide, .nav_hide:after, .navbar .dropdown-toggle::after {
  display: none !important
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px;
  color: var(--bs-dark) !important;
  text-transform: uppercase;
  font-weight: 500
}
.offcanvas-header {
  padding: 0 1rem;
  border-bottom: 1px solid var(--border_light)
}
.dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: var(--bs-box-shadow);
  line-height: 1.5rem;
  padding: 0;
  z-index: 1021
}
.dropdown-header {
  color: var(--bs-gray-800);
  font-size: 1rem;
  font-weight: 700;
  padding: .25rem 1.5rem;
  text-transform: uppercase
}
.dropdown-text {
  color: var(--bs-gray-500);
  font-size: .75rem;
  line-height: 1.4;
  padding: .25rem 1.2rem
}
.dropdown-item {
  align-items: center;
  display: flex;
  font-weight: 500;
  padding: .5rem 1.5rem;
  color: var(--dark)
}
.dropdown-menu-xs {
  border-radius: .5rem;
  min-width: 8rem !important
}
.dropdown-menu-md {
  border-radius: .5rem;
  min-width: 17rem !important
}
.dropdown-menu-lg {
  border-radius: .5rem;
  min-width: 22rem !important
}
.dropdown-menu-xl {
  border-radius: .5rem;
  min-width: 24rem !important
}
.dropdown-menu-xxl {
  border-radius: .5rem;
  min-width: 40rem !important
}
.dropdown-mega-menu {
  border-radius: .5rem;
  min-width: 1140px !important
}
.dropup .dropdown-toggle:after {
  content: "\e931"
}
.dropstart .dropdown-toggle:before {
  border: 0;
  content: "\e92f";
  display: inline-block;
  font-family: Feather !important;
  margin-right: .255em
}
.display-none, .dropdown-toggle:after, .dropend .dropdown-toggle::after, .dropup .dropdown-toggle:after, .hero-slides .single-hero-slide .slide-content, .phppot-container .display-none, .social2 li a:before {
  display: none
}
.navbar .navbar-toggler {
  color: var(--bs-white);
  font-size: 1.5rem;
  padding: 0
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: 0
}
.navbar .dropdown .dropdown-toggle:after:hover {
  transform: rotate(180deg)
}
.navbar .dropdown-menu {
  border-radius: 0;
  box-shadow: var(--bs-box-shadow);
  color: var(--bs-gray-800);
  margin-top: 0;
  min-width: 12rem;
  top: 100%
}
.navbar .dropdown-fullwidth {
  position: static
}
.navbar .dropdown-fullwidth .dropdown-menu {
  left: 0 !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  right: 0 !important;
  top: 100%;
  transform: none !important;
  width: 100%
}
.navbar .navbar-nav .dropend > .dropdown-menu {
  transform: translateY(10px)
}
.navbar .navbar-nav .dropdown-menu .dropend .dropdown-menu a {
  color: var(--dark);
  font-size: 16px
}
.navbar .navbar-nav .dropdown-menu .dropend .dropdown-menu a:hover {
  font-size: 16px;
  color: var(--blue);
  background: #dc3545;
  color: #fff
}
.navbar .navbar-nav .nav-item .nav-link:focus-visible {
  box-shadow: none
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--blue) !important;
  font-weight: 800
}
.import_1_left1_blue .nav-link.active, .import_1_left1_blue ul .nav-link:hover, .navbar .dropdown .dropend:hover .dropdown-toggle {
  color: var(--blue)
}
.navbar .dropdown .dropdown-toggle img {
  color: var(--bs-white);
  line-height: 1.5rem;
  margin-left: .625rem;
  transform: rotate(0);
  transition: .5s ease-in-out
}
.navbar .dropdown .dropend a {
  padding: .5rem 5px .5rem 1.5rem
}
.navbar .dropdown .dropend .dropdown-toggle img {
  transform: none
}
.dropdown-item:focus, .dropdown-item:hover {
  background: var(--bg_light)
}
.paginate .active, .paginate li a:hover {
  background: var(--blue);
  color: var(--bs-white)
}
.drop_border .dropdown-item {
  border-bottom: 1px solid var(--border_light);
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase
}
.form-control, .form-control:focus, .form-select, .form-select:focus {
  border-color: var(--border_light);
  box-shadow: none
}
.authors-social a i, .drop_1 a {
  font-size: 16px
}
.drop_1 a:focus, .drop_1 a:hover {
  color: var(--blue)
}
.drop_search {
  min-width: 300px !important;
  left: auto !important;
  right: 0 !important;
  transform: translate(0) !important
}
.drop_log, .m-top-0, .mrt-0 {
  margin-top: 0 !important
}
.form-control, .form-select {
  border-radius: 0;
  height: 45px;
  font-size: 14px
}
.input-group .form-control {
  height: auto
}
.input-group .form-control:focus {
  box-shadow: none
}
.form_text {
  height: 150px !important
}
.paginate li a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 5px;
  margin-left: 3px;
  margin-right: 3px
}
.paginate .active {
  border-color: var(--blue) !important
}
#footer {
  background-image: url(../image/50.jpg);
  background-position: center center;
  background-size: cover
}
.social_brands a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px
}
@media screen and (max-width :767px) {
  .dropdown-fullwidth .d-none, .logo {
    display: block !important
  }
  .dropdown-submenu img, .navbar .dropdown .dropdown-toggle img {
    float: right !important
  }
  #footer .top_head_left .fs-3, .logo, .offcanvas-header .logo {
    font-size: 20px !important
  }
  .logo, .top_head_left .span_2 {
    margin-left: 0
  }
  .footer_1_left, .footer_bottom1_left {
    margin-top: 10px
  }
  .center_sm {
    text-align: center !important
  }
  .center_left, .footer_bottom1_left {
    text-align: left !important
  }
  .logo {
    padding-top: 15px !important;
    padding-bottom: 15px !important
  }
  .dropdown-submenu img {
    margin-left: auto !important
  }
  .navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
    border: none;
    padding-top: 0
  }
  .navbar .navbar-nav .dropdown-menu .dropend .dropdown-menu a {
    padding-left: 15%
  }
  .navbar-toggler {
    margin-right: 0 !important
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px
  }
  .offcanvas-header {
    padding-left: 0 !important
  }
  .img-fluid {
    width: 100% !important
  }
  .navbar-nav .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important
  }
  .offcanvas-header .logo {
    padding-left: 15px
  }
  .drop_search {
    min-width: 100% !important
  }
  #top_head {
    display: none
  }
  .footer_1_left {
    margin-bottom: 10px
  }
}
.media > .pull-left, .mr-20, .post-navigation .previous-post span, .sidebar-left .widget, img.pull-left {
  margin-right: 20px
}
.list-round li, .news-title span {
  line-height: 28px
}
@media (min-width:576px) {
  .dropdown-item:hover, .dropdown-menu .dropdown-item:hover {
    background: #dc3545;
    color: #fff
  }
  .navbar .dropdown .dropdown-toggle img {
    color: var(--bs-white);
    float: right;
    margin-top: 10px
  }
  .navbar .dropdown .dropend .dropdown-toggle img {
    float: none;
    margin-left: auto !important
  }
  .navbar .navbar-nav .dropdown-menu .dropend .dropdown-menu a {
    padding-left: 15%
  }
  .navbar .nav_right .dropdown .dropdown-toggle img {
    margin-top: 0
  }
  .tow_category .columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1
  }
}
@media (min-width:992px) {
  .navbar .dropdown-menu.show {
    display: block
  }
  .navbar .dropdown-menu {
    display: none;
    opacity: 0;
    transform: translate(-50%);
    transition: .3s ease-in-out;
    visibility: hidden
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible
  }
  .navbar .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    transform: translateY(10px);
    visibility: visible
  }
  .navbar .dropdown .dropdown-toggle img {
    float: none;
    margin-top: 0
  }
  .dropdown-menu .dropdown-item:hover {
    background: #dc3545;
    color: #fff
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: .5rem .8rem
  }
  .navbar .navbar-nav .dropdown-menu .dropend .dropdown-menu a {
    font-size: 16px
  }
  .navbar .navbar-nav .dropdown > .dropdown-menu {
    left: 100%;
    transform: translate(-50%, 1px);
    margin-top: 9px;
    border: 1px solid var(--border_light)
  }
}
@media (min-width:1200px) {
  .navbar .dropdown-menu, .navbar .dropdown-menu.show {
    display: block
  }
  .navbar .dropdown-menu {
    transform: translate(-50%);
    transition: .3s ease-in-out
  }
  .navbar {
    padding: 0
  }
  .navbar .navbar-nav > .dropdown-fullwidth:hover > a:before {
    left: 51%
  }
  .navbar .navbar-nav .dropdown > .dropdown-menu {
    left: 90%
  }
  .dropdown-menu .dropdown-item:hover {
    background: #dc3545;
    color: #fff
  }
}
.ad-section img, .dropcap, .inline-block, .pagination .page-item, .post-meta span, .post-overlay-wrapper .post-thumbnail a, .share-icons > li, a.post-category, img.banner {
  display: inline-block
}
@media (min-width:1400px) {
  .img-fluid {
    width: 100% !important
  }
  .top_head_left {
    padding-top: 17px !important
  }
}
.section-padding {
  padding: 70px 0
}
.section-sm {
  padding: 30px 0
}
.p-top-0 {
  padding-top: 0
}
.p-bottom-0, .pab {
  padding-bottom: 0
}
.about-area2 .single-follow .follow-us .follow-count p, .children, .contact-info-box-content p, .contact-section .single-follow .follow-us .follow-count p, .featured-slider .slider-post-title, .job-item p, .mb-0, .navigation-area p, .post-entry-alt .img-link img, .post-overlay-wrapper.text-center:last-child, .share-icons, .sidebar .widget.mb-0, .single-blog-post .post-content .post-meta p, .whats-news-area .single-follow .follow-us .follow-count p {
  margin-bottom: 0
}
.list-round li:before, ul.list-arrow li:before, ul.list-check li:before {
  margin-right: 10px;
  color: #dc3545;
  font-family: FontAwesome
}
.gap-60 {
  height: 60px
}
.py-50 {
  height: 50px
}
.py-40 {
  height: 40px
}
.py-30 {
  height: 30px
}
.gap-20 {
  height: 20px
}
.entity_content, .entity_social, .featured-contests .item, .mb-30, .mb30, .mrb-30, .post-media.post-audio, .post-media.post-video, .post-overlay-wrapper.text-center, .posts-entry .blog-entry-search-item, .retro-layout .h-entry.mb-30, .retro-layout-alt .mb30, .top-larget-post {
  margin-bottom: 30px
}
.mrb-80 {
  margin-bottom: -80px
}
.mt-3 {
  margin-top: 3px
}
img.pull-left {
  margin-bottom: 20px
}
img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px
}
.ts-padding {
  padding: 60px
}
.solid-bg {
  background: #f9f9f9
}
.solid-row {
  background: #f0f0f0
}
.btn-primary, blockquote:before {
  background: #dc3545
}
.dropcap {
  font-size: 44px;
  line-height: 50px;
  float: left;
  margin: 0 12px 0 0;
  text-transform: uppercase
}
.embed-responsive {
  padding-bottom: 56.25%;
  display: block;
  height: 0;
  overflow: hidden
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
hr {
  opacity: 1;
  background-color: var(--border_light);
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 40px 0
}
blockquote {
  background: #f7f7f7;
  padding: 45px 50px 30px;
  border: 0;
  margin: 50px 0 40px;
  font-size: 22px;
  line-height: 34px;
  font-family: Arimo, sans-serif;
  text-align: center
}
blockquote:before {
  position: absolute;
  content: "\f10e";
  font-family: FontAwesome;
  font-size: 24px;
  padding: 8px 15px;
  top: -30px;
  left: 50%;
  margin-left: -44px;
  color: #fff
}
cite {
  display: block;
  font-size: 14px;
  margin-top: 10px
}
blockquote.pull-left {
  padding-left: 15px;
  padding-right: 0;
  text-align: left;
  border-left: 5px solid #eee;
  border-right: 0
}
.author-block, .broken-img, .error, .error-block, .pagination, .share-icons a, .social-widget a, a.color {
  text-align: center
}
.btn-dark, .btn-primary {
  border: 0;
  border-radius: 2px;
  padding: 15px 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: 350ms
}
.btn-white.btn-primary {
  background: #fff;
  color: #dc3545
}
.btn-primary:hover {
  background: #d32535;
  color: #fff
}
.btn-dark {
  background: #292931
}
.btn-dark:hover, .btn-white.btn-primary:hover {
  background: #272d33;
  color: #fff
}
.general-btn {
  clear: both;
  margin-top: 50px
}
.list-arrow, .list-check, .list-round {
  list-style: none;
  margin: 0;
  padding: 0
}
.list-round li:before {
  content: "\f138";
  font-size: 12px
}
*, .list-arrow, .post-block-wrapper .post-content, .trending-bar-dark .post-content, .trending-light .post-content, p {
  padding: 0
}
ul.list-arrow li:before {
  content: "\f105";
  font-size: 16px
}
ul.list-check li:before {
  content: "\f00c";
  font-size: 14px
}
.news-title {
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd
}
.news-title span {
  padding-bottom: 14px;
  position: relative
}
.news-title span:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #dc3545;
  left: 0;
  bottom: 0
}
.about-area .whats-news-caption .single-what-news, .block, .contact-section .whats-news-caption .single-what-news, .image, .post .thumb, .post-block-wrapper, .post-overlay-wrapper, .post-overlay-wrapper .post-thumbnail, .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
}
.breadcrumb-wrapper, .single-block-wrapper {
  background: #fff
}
.breadcrumb {
  color: #777;
  margin: 20px 0;
  padding: 0;
  background: 0 0
}
.breadcrumb > li + li:before {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 8px;
  color: #777
}
.slick-slide {
  outline: 0
}
.alert .icon, .mr-15 {
  margin-right: 15px
}
.post-title {
  font-size: 22px;
  line-height: 32px
}
.post-title a {
  color: #292931;
  transition: .2s
}
.post-title.title-xl {
  font-size: 26px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 0
}
.post-title.title-large {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 0
}
.post-title.title-medium {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600
}
.post-title.title-sm {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px
}
.title-large {
  font-size: 22px
}
a.post-category {
  position: relative;
  font-size: 11px;
  background: #eee;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 4px 8px;
  margin-top: 4px;
  margin-bottom: 5px;
  transition: .3s ease-in-out;
  line-height: 1.2;
  color: #fff
}
a.post-category.white:hover {
  color: #fff;
  background: #000
}
a.post-category.absolute {
  position: absolute;
  left: 5px !important
}
.about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap p, .author-content .author-counter span a, .captionbox .btn-open::before, .coming-soon-area #breakingNewsTicker.ticker ul li a, .coming-soon-area .contact-form .group label, .coming-soon-area .contact-form h5, .coming-soon-area .header-area .top-header .top-social-area a, .coming-soon-area .title, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap p, .copyright, .featured-post .post-title a, .featured-post .posted-time, .featured-slider .slider-post-title a, .ftco-navbar-light .navbar-nav > .nav-item.active > a, .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover, .nav-link, .post-cat:hover, .post-category a, .post-featured-style .post-meta a, .post-featured-style .post-meta span, .post-featured-style .post-title a, .post-meta.white a, .post-meta.white span, .post-overlay-wrapper .post-title a, .post-overlay-wrapper .posted-time, .retro-layout .h-entry .post-category, .subscribe-newsletter-area .close:hover, .whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap p, .white-color, h4.linkstyle3 {
  color: #fff
}
.post-meta {
  text-transform: capitalize;
  font-size: 14px
}
.post-meta span {
  font-family: Poppins, sans-serif;
  margin-right: 8px;
  color: #999
}
.post-author a, .post-meta span a {
  color: #999
}
.post-meta span i {
  margin-right: 5px
}
.footer-post .post-content a:hover, .post-author a:hover, .post-block-wrapper .post-content .post-title a:hover, .post-navigation h3:hover, .post-navigation span:hover, .sidebar ul.nav-tabs li.active a, .sidebar ul.nav-tabs li:hover a {
  color: #dc3545
}
.post-overlay-wrapper:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .95) 100%)
}
.post-overlay-wrapper .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  transition: .3s ease-out
}
.post-overlay-wrapper .post-content {
  position: absolute;
  bottom: 0;
  padding: 25px;
  width: 100%;
  z-index: 9
}
.thumb-float-style .post-category {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1
}
.post-overlay-wrapper.contentTop .post-content {
  top: 0;
  bottom: auto
}
.post-overlay-wrapper.contentTop:before {
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .85) 100%)
}
.post-overlay-wrapper.text-center .post-content {
  padding: 30px 30px 60px
}
.post-overlay-wrapper.text-center .post-meta span {
  padding: 0;
  margin: 0
}
.post-overlay-wrapper.text-center:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .85) 100%)
}
.featured-contests .item .hover-effect .content .top-content, .list-group, .mb-20, .post-block-wrapper .post-thumbnail, .post-list-view, .posts-entry .blog-entry-sm li, .title.subscribe-title {
  margin-bottom: 20px
}
.post-block-wrapper .post-category {
  top: 10px
}
.post-block-wrapper .post-content .post-meta {
  margin: 3px 0 10px
}
.entity_content, .mt-30, .post-list-block {
  margin-top: 30px
}
.about-area2 .whats-right-single, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev, .carousel-inner .carousel-item.active, .contact-section .whats-right-single, .post-block-wrapper.post-float, .social-share .section-tittle, .social-share ul li .section-tittle, .whats-news-area .whats-right-single {
  display: flex
}
.post-block-wrapper.post-float .post-thumbnail {
  position: relative;
  z-index: 1;
  margin-right: 13px;
  flex: 1
}
.category-style2 .post-title, .entity_footer .entity_social i, .footer-top, .media:first-child, .post-block-wrapper.post-float .post-title {
  margin-top: 0
}
.post-block-wrapper.post-float .post-content {
  z-index: 0;
  flex: 1
}
.post-block-wrapper.post-float .post-category {
  font-size: 8px;
  left: 0;
  top: 0
}
.news-style-one-slide .slick-next:before, .news-style-one-slide .slick-prev:before, .post-slide .slick-next:before, .post-slide .slick-prev:before {
  font-size: 13px;
  color: #fff;
  font-family: FontAwesome;
  opacity: 1
}
.block-wrapper {
  padding: 20px 0 70px
}
.post-block-wrapper.post-float-half .post-thumbnail {
  float: left;
  position: relative;
  z-index: 1
}
.news-style-one-slide .post-block-wrapper {
  padding: 0 15px 0 0
}
.news-style-one-slide .slick-next:before, .post-slide .slick-next:before, .trending-news-slider .slick-next:before {
  content: "\f105"
}
.news-style-one-slide .slick-prev:before, .post-slide .slick-prev:before, .trending-news-slider .slick-prev:before {
  content: "\f104"
}
.news-style-one-slide .slick-next {
  right: 0;
  border: 1px solid #dc3545;
  background: #dc3545;
  border-radius: 2px
}
.news-style-one-slide .slick-prev {
  border: 1px solid #dc3545;
  left: unset;
  right: 35px;
  z-index: 3;
  background: #dc3545;
  border-radius: 2px
}
.news-style-one-slide .slick-next, .news-style-one-slide .slick-prev {
  height: 33px;
  width: 33px;
  top: -42px;
  transition: .2s
}
.news-style-one-slide .slick-next:hover, .news-style-one-slide .slick-prev:hover {
  background: #dc3545;
  border-color: #dc3545
}
.featured-slider .item:before, .featured-slider.content-bottom .item:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .85) 100%)
}
.news-style-one-slide .slick-next:hover:before, .news-style-one-slide .slick-prev:hover:before {
  color: #fff !important
}
.post-slide .slick-next, .trending-news-slider .slick-next {
  border-radius: 2px;
  right: 0;
  background: #dc3545
}
.post-slide .slick-prev {
  background: #dc3545;
  border-radius: 2px;
  left: unset;
  right: 36px;
  z-index: 3
}
.post-slide .slick-next, .post-slide .slick-prev {
  height: 33px;
  width: 33px;
  top: -42px
}
.post-grid-view, .post-list {
  margin-bottom: 40px
}
.post-thumbnail img {
  border-radius: 4px
}

.post-cat {
  padding: 3px 7px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 17px
}
.post-featured-style {
  min-height: 230px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  border-radius: 4px;
  background-size: cover;
  transition: .3s ease-in-out
}
.featured-slider .post-content, .post-featured-style .post-content {
  padding: 30px;
  transition: .3s;
  position: absolute;
  z-index: 9;
  bottom: 0
}
.post-featured-style:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(0, 0, 0, .4)
}
.post-author img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px
}
.news-style-two-slide .item {
  padding-right: 5px
}
.single-post .post-title {
  font-size: 48px;
  line-height: 58px;
  padding: 15px 0 8px;
  margin: 0;
  font-weight: 800
}
.single-post p {
  margin-bottom: 15px;
  color: #000
}
.post-ad-holder, .post-body, .tags-source {
  margin: 20px 0
}
.post-featured-image {
  margin-bottom: 30px;
  border-radius: 2px;
  overflow: hidden
}
.mr-30, .post-ad-holder img, .post-meta p:first-of-type, .single-blog-area .single-blog-content .post-meta p:first-of-type {
  margin-right: 30px
}
.entry-content h3 {
  margin: 0;
  padding: 20px;
  font-size: 22px;
  line-height: 30px
}
.post-source span, .post-tags span {
  text-transform: uppercase;
  border-radius: 2px;
  margin-right: 5px;
  font-size: 12px
}
.post-source a, .post-tags a {
  border-radius: 2px;
  display: inline;
  padding: 5px 10px;
  margin-right: 5px;
  text-align: center;
  font-size: 12px;
  color: #292931;
  background: #f0f1f4;
  transition: .3s ease-in-out
}
.share-block {
  padding: 20px 0;
  margin: 25px 0 55px
}
.share-icons > li:not(:last-child) {
  margin-right: 8px
}
.share-icons a {
  height: 38px;
  color: #000;
  background: #f0f1f4;
  width: 38px;
  display: block;
  border-radius: 100%
}
.share-icons a i {
  font-size: 14px;
  line-height: 38px
}
.subCategory > li > a, .trending-bar-title {
  font-size: 11px;
  text-transform: uppercase
}
.share-icons > li.facebook a {
  color: #3b5998
}
.share-icons > li.twitter a {
  color: #00aced
}
.share-icons > li.gplus a {
  color: #c53942
}
.share-icons > li.pinterest a {
  color: #ce222b
}
.share-icons > li.reddit a {
  color: #ff4500
}
.post-navigation {
  display: inline-block;
  padding: 30px 20px;
  background: #f0f1f4;
  border-radius: 2px;
  margin-bottom: 30px
}
.post-navigation .next-post, .post-navigation .previous-post, .single-media img {
  width: 50%
}
.post-navigation h6 {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px
}
.post-navigation i {
  margin: 0 5px
}
.post-navigation span {
  font-size: 14px;
  color: #ccc;
  margin-top: 10px
}
.post-navigation .previous-post {
  text-align: left;
  float: left;
  border-left: 0;
  border-right: 1px solid #dedede;
  padding: 0 30px 0 0
}
.post-navigation .next-post {
  text-align: right;
  float: left;
  border-right: 0;
  padding: 0 0 0 30px
}
.post-navigation .next-post span, .sidebar-right .widget, .top-author .info {
  margin-left: 20px
}
.post-navigation h3 {
  font-size: 20px;
  margin: 8px 0 0
}
.author-block {
  padding: 25px 40px 55px;
  margin-bottom: 50px;
  border-radius: 3px;
  background: #f0f1f4;
  position: relative;
  margin-top: 95px
}
.author-thumb img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  margin-top: -70px;
  margin-bottom: 25px
}
.author-url a {
  color: #1c1c1c;
  font-size: 13px
}
.author-content h3, .media-heading {
  margin-top: 0;
  margin-bottom: 5px
}
.author-content h3 a, .top-author .info h4 a {
  color: #292931
}
.author-content .author-counter {
  margin: 10px 0
}
.author-content .author-counter span {
  background: #292931;
  color: #fff;
  font-size: 12px;
  font-family: Poppins, sans-serif;
  padding: 5px 10px;
  border-radius: 2px
}
.authors-social a {
  color: #292931;
  margin-right: 10px
}
.error-block a, .trending-news-slider .post-title a {
  font-weight: 600;
  color: #000
}
.newsletter-form .btn-primary {
  padding: 10px 25px;
  font-size: 14px
}
.featured-posts, .section-padding-20 {
  padding: 20px 0
}
.featured-posts .second-post {
  margin-top: 10px
}
.featured-slider .item {
  min-height: 477px;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  transition: .3s;
  border-radius: 4px
}
.featured-slider .item:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  transition: .3s
}
.featured-slider.content-bottom .featured-post {
  position: absolute;
  bottom: 0
}
.category-listing .post-block-wrapper .post-content p {
  font-size: 14px
}
.subCategory > li {
  display: inline-block;
  margin-bottom: 30px
}
.subCategory > li > a {
  border: 1px solid #dedede;
  padding: 2px 6px;
  margin-right: 6px;
  color: #515151;
  font-weight: 400
}
.sidebar .widget-tags ul > li a:hover, .subCategory > li > a:hover {
  background: #dc3545;
  color: #fff;
  border: 1px solid transparent
}
.post-grid {
  margin-bottom: 15px;
  min-height: 455px
}
.top-larget-post .post-title.title-large {
  margin-top: 20px;
  font-size: 24px
}
.trending-bar-dark {
  background: #292931;
  color: #fff;
  padding: 10px 0
}
.trending-bar-title {
  background: #dc3545;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  line-height: 100%;
  float: left;
  margin: 0 20px 0 0;
  border-radius: 2px
}
.trending-news-slider .post-title.title-sm {
  font-weight: 400;
  margin: 0;
  font-size: 12px;
  line-height: 20px
}
.trending-news-slider .slick-next:before, .trending-news-slider .slick-prev:before {
  font-family: FontAwesome;
  font-size: 13px;
  color: red;
  opacity: 1
}
.trending-news-slider .slick-prev {
  background: #dc3545;
  border-radius: 2px;
  left: unset;
  right: 30px;
  z-index: 3
}
.social-widget a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px
}
.social-widget a i {
  color: #fff;
  font-size: 18px;
  line-height: 40px
}
.social-widget .facebook {
  background: #516eab
}
.social-widget .twitter {
  background: #29c5f6
}
.social-widget .pinterest, .social-widget .youtube {
  background: #c92228
}
.social-widget .linkedin {
  background: #3f729b
}
.sidebar .widget {
  margin-bottom: 50px
}
@media (max-width:991px) {
  .post-overlay-wrapper .post-content {
    padding: 8px
  }
  .post-overlay-wrapper .post-content .post-title {
    font-size: 15px;
    line-height: 20px
  }
  .post-list-block {
    margin-bottom: 30px
  }
  .media {
    display: block
  }
  .single-media img {
    width: 100%;
    margin-bottom: 20px
  }
  .featured-slider .item {
    min-height: 296px
  }
  .sidebar .widget {
    margin: 25px 0
  }
}
.sidebar ul.nav-tabs {
  border: 0
}
.sidebar ul.nav-tabs li {
  color: #303030;
  line-height: normal
}
.sidebar ul.nav-tabs li a {
  color: #303030;
  border-radius: 0;
  padding: 15px 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  transition: .4s
}
.sidebar ul.nav-tabs li:last-child a, .trending-area .trending-main .trand-right-single:last-child {
  border-bottom: 0
}
.newsletter-text {
  font-size: 16px;
  font-family: Poppins, sans-serif
}
.newsletter-form button {
  margin-top: 15px
}
.widget-tags ul > li {
  float: left;
  margin: 3px
}
.sidebar .widget-tags ul > li a {
  border: 1px solid #dadada;
  color: #303030;
  display: block;
  font-size: 14px;
  padding: 3px 15px;
  transition: .3s
}
.post-block-wrapper.post-float.review-post-block, .post-block-wrapper.post-float.review-post-block .post-thumbnail img {
  max-width: 140px;
  min-height: 105px
}
.block-wrapper.no-sidebar, .block-wrapper.no-sidebar > .container {
  max-width: 850px;
  margin: 0 auto
}
.block-wrapper.solid-bg {
  background: #f7f7f7
}
.solid-bg .pr-2 {
  padding-right: 4px
}
.solid-bg .pl-2 {
  padding-left: 4px
}
.top-author {
  display: flex;
  margin-bottom: 38px
}
*, .top-author .info h4, ol, p, ul {
  margin: 0
}
.info-list li, .mb-15, .single-blog-area.blog-style-2 .single-blog-content > p {
  margin-bottom: 15px
}
.login, .signup {
  border: 2px solid #eee;
  padding: 40px
}
.error-block {
  padding: 50px
}
.error-block .throw-code h2 {
  display: block;
  font-size: 170px;
  line-height: 170px;
  color: #dc3545;
  margin-bottom: 30px
}
.scroll-to-top .btn.btn-primary:hover, .widget-tags a:hover {
  background: #dc3545;
  color: #fff
}
.error-block a {
  text-transform: capitalize;
  font-size: 16px
}
.broken-img {
  border-radius: 10px
}
@media (max-width:575px) {
  .error-block .throw-code h2 {
    font-size: 100px;
    line-height: 115px
  }
}
@media (max-width:400px) {
  .error-block .throw-code h2 {
    font-size: 100px;
    line-height: 115px
  }
}
.search-info i {
  width: 90px;
  height: 90px;
  background: #f0f1f4;
  border-radius: 100%;
  font-size: 22px;
  padding-top: 35px
}
.job-item h4 {
  flex-basis: 40%
}
.login-signup {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%
}
.contact-info-box, .poll-bottom {
  margin-top: 20px
}
.contact-info-box-content h4 {
  font-size: 16px;
  margin-top: 0;
  line-height: normal;
  font-weight: 700
}
.form-group {
  margin-bottom: 1.5rem
}
.lh-45 {
  line-height: 45px
}
.h-auto, select.form-control:not([size]):not([multiple]) {
  height: auto !important
}
.scroll-to-top {
  position: fixed;
  display: none;
  right: 40px;
  bottom: 30px;
  z-index: 10
}
.scroll-to-top .btn.btn-primary {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: rgba(41, 41, 49, .9);
  font-size: 20px;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
  outline: 0
}
.widget-tags a {
  display: inline-block;
  padding: 12px 15px;
  border: 1px solid #eee;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  margin-right: 8px;
  text-transform: capitalize
}
.lead {
  line-height: 28px;
  font-size: 18px;
  color: #787878
}
.footer-post .post-content h4 {
  font-size: 18px;
  line-height: 22px
}
.footer-post .footer-post-thumbnail img {
  width: 90px;
  margin-right: 20px;
  border-radius: 4px
}
@media (min-width:992px) and (max-width:1199px) {
  ul.navbar-nav > li {
    padding: 0 10px
  }
  .dropdown-menu li a, ul.navbar-nav > li > a {
    font-size: 12px
  }
  .project-item-title {
    font-size: 18px
  }
  .clients-logo {
    margin-bottom: 20px
  }
  .action-box-text {
    font-size: 13px
  }
  #back-to-top.affix {
    bottom: 35px
  }
  #back-to-top {
    right: 15px
  }
  .mega-menu-content {
    max-width: 940px
  }
}
@media (min-width:768px) and (max-width:991px) {
  .collapse.in, .dropdown-fullwidth .d-none, .logo {
    display: block !important
  }
  .drop_search {
    min-width: 100% !important
  }
  .navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
    border: none;
    padding-top: 0
  }
  .navbar-toggler {
    margin-right: 0 !important
  }
  .logo {
    margin-left: 15px;
    padding-top: 15px !important;
    padding-bottom: 15px !important
  }
  .offcanvas-header {
    padding-left: 0 !important
  }
  .img-fluid {
    width: 100% !important
  }
  #top_head, ul.nav li.dropdown:hover ul.dropdown-menu {
    display: none
  }
  #footer .top_head_left .fs-3 {
    font-size: 16px !important
  }
  #footer .top_head_left .span_2, .sidebar-right .widget {
    margin-left: 0
  }
  .social_brands a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px
  }
  .sm_100 {
    width: 100%
  }
  .news_1_left2_inner {
    margin-top: 15px
  }
  .news_pg_1_right .news_1_left2_inner {
    margin-top: 0
  }
  ul.top-info li {
    padding-right: 12px
  }
  .navbar-collapse.in {
    overflow-y: auto
  }
  ul.nav li.dropdown.open ul.dropdown-menu {
    display: block
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none
  }
  .sidebar-right {
    margin-top: 50px
  }
  .footer-widget {
    display: inline-block;
    margin-bottom: 30px
  }
  .footer-info-contents-content {
    padding: 50px 100px 0
  }
  #back-to-top.affix {
    bottom: 78px
  }
}
@media (max-width:767px) {
  .post-block-wrapper.post-float-half .post-thumbnail {
    margin-right: 0
  }
  .post-ad-holder {
    flex-direction: column
  }
  .post-ad-holder img {
    margin-right: 0;
    margin-bottom: 20px
  }
  .post-ad-holder p {
    flex-basis: 100%
  }
  .category-style2 .post-thumbnail, .featured-slider .item {
    margin-bottom: 20px
  }
  .error-block .throw-code h2 {
    font-size: 100px;
    line-height: 115px
  }
  .footer-menu, .top-nav-social-lists {
    float: none;
    text-align: center
  }
  .copyright-text, .footer-menu, .top-navigation {
    text-align: center
  }
  .boxed-layout .body-inner {
    margin: 0 auto
  }
  .top-nav-date {
    padding: 0;
    border-right: 0;
    display: block
  }
  .top-nav {
    display: block;
    margin: 10px 0
  }
  .top-nav-social-lists {
    display: inline-block
  }
  .search-block {
    width: 220px
  }
  .header.header-menu {
    position: relative;
    margin-bottom: 20px
  }
  .search-area {
    position: absolute;
    right: 0;
    top: 50px
  }
  .post-title {
    font-size: 18px;
    line-height: 26px
  }
  .sidebar-right {
    margin-top: 50px
  }
  .sidebar-right .widget {
    margin-left: 0
  }
  .footer-social-icons li a i, .social-icon li a i {
    margin-bottom: 10px
  }
  .post-block-wrapper.post-float-half .post-thumbnail img {
    max-width: 100%;
    min-height: 100%;
    margin-bottom: 20px
  }
  .footer-widget {
    display: inline-block;
    margin-bottom: 30px
  }
  .footer-info-contents-content {
    padding: 50px 20px 0
  }
  #back-to-top.affix {
    bottom: 0;
    right: 20px
  }
  .news-style-two .nav-tabs > li > a {
    font-size: 12px
  }
}
.answer-count, .answer-text {
  font-size: .8em;
  display: inline-block
}
ul.list {
  padding: 0;
  margin-bottom: 0
}
ul.list li {
  line-height: 2.8rem
}
ul.list li a {
  color: #203656;
  font-weight: 700
}
ul.list li a:before {
  color: #fe4f70;
  font-size: 11px;
  vertical-align: middle;
  margin-right: 25px
}
ul.list li a:hover {
  color: #fe4f70
}
ul.list li span {
  float: right
}
ul.list.social-icons li a:before {
  margin-right: 0
}
li.list-inline-item ul.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px
}
li.list-inline-item a {
  display: block;
  padding: 0 35px;
  border: 1px solid #c5c5c5;
  font-size: 12px;
  color: #000;
  height: 45px;
  line-height: 43px;
  margin: 5px
}
li.list-inline-item a:hover {
  border: 1px solid red;
  color: #000
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .single-blog-area .single-blog-content h4 a {
    margin-bottom: 10px
  }
  .single-blog-area .single-blog-content > p {
    margin-bottom: 4px
  }
  li.list-inline-item a {
    padding: 0 20px
  }
}
#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
}
.poll-content-outer {
  background-color: #fff;
  border-radius: 4px;
  max-width: 650px;
  min-height: 200px
}
.question {
  padding: 10px 0 0
}
.radio-input {
  margin: 0 10px
}
.error {
  padding: 50px;
  color: #cc5353
}
.answer-count, .answer-text, .poll-heading {
  text-transform: uppercase;
  padding: 5px
}
.poll-heading {
  background: #fff;
  margin-bottom: 10px
}
.answer-rating {
  margin-bottom: 5px
}
.answer-text {
  color: #fff;
  background: grey;
  width: 300px
}
.answer-count {
  color: #fff;
  background: #add8e6;
  width: 100px
}
.phppot-container {
  -webkit-font-smoothing: antialiased;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: .9em;
  width: 300px;
  color: #1e2a28;
  margin: 0;
  padding: 0
}
.post-date, .post-date span {
  font-family: "sans-serif";
  color: #000
}
.phppot-container input, .phppot-container select, .phppot-container textarea, .phppot-input, input[type=email] .phppot-select, input[type=text].phppot-input {
  box-sizing: border-box;
  height: initial;
  padding: 8px 5px;
  border-radius: 3px
}
.phppot-container input[type=checkbox] {
  width: auto;
  vertical-align: text-bottom;
  display: initial;
  opacity: initial;
  position: inherit;
  pointer-events: initial
}
.phppot-container textarea, .phppot-textarea {
  width: 300px
}
.phppot-container select, .phppot-select {
  display: initial;
  height: 30px;
  background-color: #fff;
  padding: 2px 5px
}
.phppot-container .phppot-row {
  padding-top: 15px
}
#phppot-message {
  padding: 6px 20px;
  font-size: 1em;
  color: #282828;
  box-sizing: border-box;
  margin: 0;
  border-radius: 3px;
  width: 100%;
  overflow: auto
}
.phppot-container .error {
  padding: 6px 20px;
  border-radius: 3px;
  background-color: #fb817c;
  border: 1px solid #e46b66
}
.phppot-container .success {
  background-color: #48e0a4;
  border: 1px solid #40cc94
}
#phppot-loader-ack-icon, #phppot-loader-icon {
  color: #1871e6;
  font-weight: 700;
  padding: 6px 20px 6px 0;
  display: none;
  vertical-align: middle
}
.phppot-container .validation-message {
  color: #e20900;
  display: inline-block
}
.phppot-container .label {
  margin-bottom: 3px
}
@media all and (max-width:780px) {
  .phppot-container {
    width: auto
  }
}
@media all and (max-width:400px) {
  .phppot-container {
    padding: 0 20px
  }
  .phppot-container h1 {
    font-size: 1.2em
  }
  .phppot-container input, .phppot-container select, .phppot-container textarea {
    width: 100%
  }
  .phppot-form {
    border: none;
    padding: 0
  }
}
a.color, a.color1, a.color2, a.color3, a.color4 {
  font-size: 9px
}
.hero-slides .center .single-hero-slide .slide-content, .retro-layout .h-entry, .round-button, .show {
  display: block
}
.a.color3, a.color1, a.color2, a.color4, span.color1, span.color2, span.color3, span.color4 {
  padding: 5px 12px;
  margin-bottom: 4px
}
a.color1 {
  background: #fff9c6;
  color: #000
}
a.color2 {
  background: #ffe7e6;
  color: #000
}
a.color3 {
  background: #d3d3d3;
  color: #000
}
a.color4 {
  background: #add8e6;
  color: #000
}
a.color {
  background: #9aeac1;
  padding: 4px 12px;
  margin-bottom: 4px;
  width: 130px
}
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1000;
  padding: 10px 12px
}
: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
}
.retro-layout .gradient:before, .retro-layout .h-entry.gradient:before {
  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%)
}
.top-categories .item .icon img {
  max-width: 90%;
  border-radius: 0
}
.top-categories .item h4 {
  font-size: 17px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 15px
}
.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
}
.mr-75 {
  margin-right: 75px
}
.featured-contests .item .thumb {
  position: relative;
  overflow: hidden
}
.featured-contests .item .hover-effect .content img, .featured-contests .item .thumb img {
  border-radius: 15px
}
.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 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
}
.featured-contests .item .hover-effect .content .border-button a {
  width: 100%;
  text-align: center;
  padding: 10px 20px
}
.featured-contests .item .hover-effect .content span.info {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  color: #afafaf
}
.round-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #f5f5f5;
  border-radius: 10%;
  color: #f5f5f5;
  text-align: center;
  background: #555777;
  box-shadow: 0 0 3px gray;
  font-size: 20px;
  font-weight: 700
}
.round-button:hover {
  background: grey;
  border: 2px solid #f5f5f5
}
.text-red {
  color: red, font-weight:600;
  font-size: 1.1em
}
.card {
  border-radius: 0;
  border: none
}
@media (min-width:768px) {
  .carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next {
    transform: translateX(25%)
  }
  .carousel-inner .carousel-item-prev, .carousel-inner .carousel-item-start.active {
    transform: translateX(-25%)
  }
}
.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start {
  transform: translateX(0)
}
@media (max-width:1200px) {
  .main-banner {
    margin-top: 30px
  }
}
section.featured-items {
  margin-top: -138px
}
img-fluid {
  border-radius: none
}
.icon-add-more-attachemnt {
  cursor: pointer;
  font-style: italic;
  font-size: .9em
}
.retro-layout .text span {
  color: rgb(255 255 255 / .7)
}
.img-5 {
  height: 440px !important;
  margin-bottom: 30px;
  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%)
}
#breakingNewsTicker.ticker ul li a, #scrollUp, .blog-post-author .author-info .author-role, .breadcumb-area .breadcumb-content h2, .coming-soon-area .coming-soon-timer p, .entity_footer .entity_tag span, .footer-area .classynav ul li a, .header-area .original-nav-area .classynav ul li a, .header-area .original-nav-area .subscribe-btn a, .original-btn, .post-date, .post-meta p, .post-meta p a, .single-blog-area .single-blog-content .post-meta p, .single-blog-area .single-blog-content .post-meta p a, .single-blog-area .single-blog-content .post-tag, .single-blog-post .post-content .post-meta p a, .single-blog-post .post-content .post-tag, .single-catagory-area .catagory-title a {
  text-transform: uppercase;
  text-transform: uppercase
}
.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
}
.mb-4 {
  margin-bottom: 1.5rem !important
}
.subscribenew {
  border: none;
  margin: 0;
  padding: 0;
  text-align: left
}
.section-padding-50 {
  padding: 50px 0
}
.newswrapper {
  margin-top: 20px;
  margin-bottom: 20px
}
.articles {
  margin-top: 5rem;
  margin-bottom: 5rem
}
.newstop {
  margin-top: -3rem
}
.newmessage {
  margin-top: 8px
}
#breakingNewsTicker.ticker {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden
}
#breakingNewsTicker.ticker ul {
  width: 100%;
  position: relative
}
#breakingNewsTicker.ticker ul li {
  display: none;
  width: 100%
}
#breakingNewsTicker.ticker ul li a {
  color: #000;
  font-size: 14px
}
.coming-soon-area, .coming-soon-area .coming-soon-timer .coming-soon-content, .hero-slides, .map-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
}
.hero-slides .single-hero-slide {
  position: relative;
  z-index: 1;
  height: 370px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .hero-slides .single-hero-slide {
    height: 300px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  li.list-inline-item a {
    padding: 0 15px
  }
  .hero-slides .single-hero-slide {
    height: 250px
  }
}
@media only screen and (max-width:767px) {
  .header-area .original-nav-area, .header-area .original-nav-area .classy-navbar {
    height: 70px
  }
  .subscribe-newsletter-area .modal-content .modal-body {
    padding: 40px 30px
  }
  .hero-slides .single-hero-slide {
    height: 150px
  }
}
.hero-slides .owl-nav .owl-next, .hero-slides .owl-nav .owl-prev {
  background-color: #000;
  top: 50%;
  left: 7%;
  position: absolute;
  z-index: 20;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}
.hero-slides .owl-nav .owl-next:focus, .hero-slides .owl-nav .owl-next:hover, .hero-slides .owl-nav .owl-prev:focus, .hero-slides .owl-nav .owl-prev:hover {
  background-color: red;
  color: #000
}
.hero-slides .owl-nav .owl-next {
  left: auto;
  right: 7%
}
.icons a:hover {
  color: #fff;
  text-shadow: 0 0 30px #fff
}
#scrollUp, p {
  color: #878787
}
#preloader, .single-catagory-area .catagory-title {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-grid-row-align: center
}
.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 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_inner__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, .post-date, .trending-tittle strong, .trendmag, span.color {
  text-align: center
}
.entity_vote i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #ebebeb;
  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: grey;
  font-weight: 700;
  border: 1px solid #ebebeb;
  border-radius: 25px;
  font-size: 15px;
  display: inline-block;
  margin: 4px 0;
  padding: 0 15px
}
.entity_tag:hover {
  border-color: #fe4f70;
  color: #fe4f70
}
.article_social .reply_ic, .article_social i {
  color: #fff;
  font-size: 10px;
  background-color: #a5a5a5
}
.entity_footer .entity_tag a {
  color: #7d7d7d
}
.entity_footer .entity_social {
  float: right;
  margin-bottom: 0
}
.article_social {
  margin-top: 30px;
  color: #000
}
.article_social i {
  padding: 5px;
  margin-right: 5px
}
.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;
  text-align: center;
  width: 22px
}
@media screen and (max-width:768px) {
  .article_social {
    margin-top: 10px
  }
  .article_social span {
    font-size: 11px
  }
}
.mt-50 {
  margin-top: 50px
}
.mt-70 {
  margin-top: 70px
}
.mt-100 {
  margin-top: 100px
}
.ml-15 {
  margin-left: 15px
}
.ml-30 {
  margin-left: 30px
}
.mb-70 {
  margin-bottom: 70px
}
.text, .trendmag {
  margin-bottom: 3px
}
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}
.bg-transparent, .header-area .original-nav-area .classy-nav-container {
  background-color: #fff0
}
.me-4 {
  margin-right: 1.5rem !important
}
.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-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
}
.bg-gray {
  background-color: #f1f1f1
}
.background-overlay {
  position: relative;
  z-index: 2
}
.background-overlay:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgb(0 0 0 / .6)
}
.contact-form button, .header-area .is-sticky .original-nav-area, .line, .post-a-comment-area button, .post-date, .subscribe-newsletter-area .modal-content .modal-body .newsletterForm button[type=submit] {
  background-color: #fff
}
.modal-backdrop.show {
  opacity: .8 !important
}
.subscribe-newsletter-area .modal-content {
  border-radius: 0
}
.subscribe-newsletter-area .modal-content .modal-body {
  padding: 70px
}
.post-entry-alt .h2, .post-entry-alt h2, .subscribe-newsletter-area .modal-content .modal-body .title {
  font-size: 18px;
  margin-bottom: 20px
}
.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;
  border-radius: 20px;
  line-height: 1
}
.post-date span {
  display: block;
  font-size: 16px
}
.single-catagory-area .catagory-title {
  background-color: #000;
  top: 50%;
  left: 50%;
  width: 150x;
  height: 70px;
  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%)
}
.post-tag-content {
  position: absolute;
  width: 1140px;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}
.breadcumb-area {
  position: relative;
  z-index: 1;
  height: 210px
}
.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 {
  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
}
.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
}
.contact-info .h4, .contact-info h4 {
  font-size: 1em;
  padding: 0 0 0 60px;
  color: #214252
}
.contact-info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px
}
.contact-form h5, h5 {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px
}
.click-btn:focus, .group input:focus, .group textarea:focus {
  outline: 0;
  box-shadow: none
}
.post .post-format, .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)
}
.group label {
  color: #878787;
  font-size: 12px;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 5px;
  transition: .5s
}
span.color, span.color1, span.color2, span.color3, span.color4 {
  font-size: 11px
}
.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
}
@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%
  }
  .map-area #googleMap {
    height: 500px
  }
}
@media only screen and (max-width:767px) {
  #scrollUp {
    bottom: 30px;
    right: 30px
  }
  .header-area .top-header {
    height: 90px
  }
  .header-area .top-header .top-social-area {
    text-align: left
  }
  .header-area .top-header .top-social-area a {
    padding: 5px 7px
  }
  .header-area .logo-area {
    height: 100px
  }
  .header-area .original-nav-area, .header-area .original-nav-area .classy-navbar {
    height: 70px;
    padding-top: 10px
  }
  .subscribe-newsletter-area .modal-content .modal-body {
    padding: 40px 30px
  }
  .hero-slides .single-hero-slide {
    height: 250px
  }
  .post-tag-content {
    width: 100%
  }
  .post-sidebar-area {
    margin-top: 100px
  }
  .breadcumb-area .breadcumb-content h2, .coming-soon-area .coming-soon-timer #clock {
    font-size: 30px
  }
  .blog-post-author .author-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    min-width: 90px
  }
}
.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;
  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 .single-follow .follow-us .follow-count span, .about-area2 .whats-right-single .whats-right-cap h4 a, .contact-section .single-follow .follow-us .follow-count span, .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 .single-follow .follow-us .follow-count span, .whats-news-area .whats-right-single .whats-right-cap h4 a {
  font-weight: 500
}
.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 .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-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block
}
.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;
  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 .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;
  display: inline-block
}
span.color1 {
  background: #fff9c6;
  color: #000
}
span.color2 {
  background: #ffe7e6;
  color: #000
}
span.color3 {
  background: #d3d3d3;
  color: #000
}
span.color4 {
  background: #add8e6;
  color: #000
}
span.color {
  background: #9aeac1;
  padding: 4px 12px;
  margin-bottom: 4px;
  width: 130px
}
.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
}
.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;
  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-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) {
  .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, .trending-area .trending-main .trand-right-single .trand-right-cap 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
  }
  .trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 {
    font-size: 16px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  #search-wrapper {
    margin-left: 0;
    margin-top: 15px;
    padding-left: 1em
  }
  .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) {
  .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%
}
a.tagnew {
  color: #000;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 15px;
  display: inline-block;
  padding: 3px 14px;
  margin: 4px 0
}
.tagnew:focus, .tagnew:hover {
  color: #fff;
  font-weight: 700;
  background-color: #000
}
.media, .media-body {
  overflow: hidden;
  zoom: 1
}
.media-body {
  margin-top: -5px;
  width: 10000px
}
.media-object.img-thumbnail {
  max-width: none
}
.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
}
.text {
  color: rgb(0 0 0 / .7);
  display: block
}
.mouse, .mouse .wheel {
  left: 50%;
  display: block;
  position: absolute
}
.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
}
.social-share ul li {
  display: inline-block;
  margin: 0 10px
}
.thumb .number {
  color: #000;
  display: block;
  border: 2px solid #000;
  border-radius: 50%;
  font-size: 12px;
  left: 5px;
  top: 5px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / .15);
  background: #fff
}
.new:after {
  top: -10px;
  border-left: 8px solid #fff0;
  border-right: 8px solid #fff0;
  border-bottom: 10px solid #fff
}
.new li:after {
  content: "";
  background: #ebebeb;
  background: -webkit-linear-gradient(right, #ebebeb 0, transparent 100%);
  background: linear-gradient(to right, #ebebeb 0, transparent 100%);
  display: block;
  height: 1px;
  width: 100%
}
.click-btn {
  background: #ff9907;
  color: #222;
  border-radius: 0;
  padding: 6px 12px;
  border: 0
}
.click-btn i, .click-btn span {
  font-weight: 600
}
.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap span {
  text-transform: uppercase;
  overflow: hidden;
  background: #cee7ea;
  color: #000;
  padding: 9px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: inline-block
}
.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 {
  font-size: 30px
}
.trending-area .trending-main .trand-right-single .trand-right-cap span, .trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap span {
  padding: 10px 15px;
  margin-bottom: 15px;
  display: inline-block;
  color: #000;
  text-transform: uppercase
}
.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 a {
  display: block;
  color: #fff
}
.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-img {
  overflow: hidden
}
.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-img img {
  width: 100%;
  border-radius: 5px;
  transform: scale(1);
  transition: .5s ease-out 0
}
.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 a:hover {
  color: #fc3f00
}
.trending-area .trending-main .trand-right-single {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee
}
.trending-area .trending-main .trand-right-single .trand-right-cap h4 a:hover {
  color: #b1c5c6
}
.single-bottom:hover .trend-bottom-img img {
  transform: scale(1.1)
}
.trending-tittle {
  padding-top: 31px;
  padding-bottom: 33px;
  display: flex
}
.trending-tittle .trending-animated {
  padding-top: 4px
}
.trending-tittle strong {
  color: #fff;
  text-transform: uppercase;
  background: #ff0b0b;
  padding: 11px 0;
  margin-bottom: 15px;
  border-radius: 5px;
  display: inline-block;
  min-width: 146px
}
.trending-tittle p {
  margin: 0;
  display: inline-block
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .trending-tittle {
    padding-top: 25px;
    padding-bottom: 1px;
    display: block
  }
  .trending-tittle p {
    left: 0 !important
  }
}
@media(max-width:767px) {
  .social-share ul li {
    margin: 0 7px
  }
  .trending-tittle {
    padding-top: 25px;
    padding-bottom: 1px;
    display: block
  }
  .trending-tittle p {
    display: none;
    left: 0 !important
  }
  .trending-tittle .ticker {
    width: 230px
  }
}
.trendmag {
  background: #cee7ea;
  color: #000;
  text-transform: uppercase;
  padding: 4px;
  width: 35%;
  line-height: 1;
  display: inline-block
}
.about-area .whats-news-caption .single-what-news .what-img img, .contact-section .whats-news-caption .single-what-news .what-img img, .whats-news-area .whats-news-caption .single-what-news .what-img img {
  border-radius: 6px;
  width: 100%
}
.retro-layout .v-height {
  height: 240px
}
.retro-layout .h-entry.gradient:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-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%)
}
.retro-layout .text .h2, .retro-layout .text h2 {
  color: #fff;
  margin-bottom: 0
}
x @media(max-width:767.98px) {
  margin-bottom: 30px;
  margin-top: 30px
}
@media(max-width:767.98px) {
  .retro-layout .img {
    height: 240px
  }
  .retro-layout-alt .img-1 {
    height: 240px !important;
    position: relative;
    margin-bottom: 30px
  }
  .retro-layout-alt .img-2 {
    height: 240px !important
  }
}
.retro-layout-alt .gradient:before, .retro-layout-alt .hentry .featured-img:before {
  content: '';
  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%)
}
.retro-layout .text {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 15px;
  max-width: 350px;
  color: #fff
}
.retro-layout .text .h3, .retro-layout .text h3 {
  margin-bottom: 0;
  color: #fff
}
.retro-layout .text span {
  display: block;
  margin-bottom: 9px;
  color: #fff
}
.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)
}
@media (max-width:767.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    border-bottom: 1px solid;
    width: 100%;
    padding-left: 15px
  }
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    padding-left: 15px;
    padding-right: 15px
  }
  .retro-layout .img {
    height: 240px
  }
  .retro-layout .img-5, .retro-layout-alt .img-1 {
    margin-bottom: 30px;
    height: 240px !important
  }
  .retro-layout .img-5, .retro-layout-alt .img-2 {
    height: 240px !important
  }
  .retro-layout .img-5 {
    margin-top: 30px
  }
  .retro-layout-alt .img-1 {
    position: relative
  }
}
.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)
}
.image picture, .post-entry-alt .img-link, .posts-entry .blog-entry .img-link, .retro-layout .h-entry {
  position: relative;
  overflow: hidden;
  border-radius: 10px
}
.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 .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
  }
}
.captionbox {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%
}
@media(max-width:35.99em) {
  .captionbox {
    width: 100%
  }
}
@media(min-width:36em)and (max-width:61.99em) {
  .captionbox {
    width: 100%
  }
}
.captionbox > div {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0
}
@media(min-width:75em) {
  .captionbox {
    margin-bottom: 0
  }
}
.captionbox a:focus {
  outline-offset: -2px
}
.image picture {
  padding-top: 56.25%;
  width: 100%;
  display: block;
  box-shadow: rgb(0 0 0 / .35) 0 5px 15px
}
.image picture img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 10px
}
.captionbox .button {
  font-weight: 700;
  display: none
}
@media(max-width:46.24em) {
  .caption2 {
    font-size: .875rem;
    border-bottom: 1px solid #8e9090;
    margin: 0 auto;
    opacity: .9;
    padding: 12px 0;
    width: calc(100% - 12px * 4)
  }
  figcaption {
    padding-top: 9px
  }
}
#btnSubmit, .next-link {
  padding: 10px 40px;
  color: #fff;
  display: inline-block;
  cursor: pointer
}
.captionbox a, .captionbox p {
  font-weight: inherit
}
.captionbox p {
  border-bottom-style: none
}
.captionbox .btn-open {
  border-radius: 24px 0 0 24px;
  display: none;
  font-size: .75rem;
  font-weight: 400;
  line-height: 75%;
  margin: 0;
  padding: 18px 36px 18px 18px;
  right: 0;
  text-align: right;
  min-width: 124px;
  z-index: 2
}
@media(min-width:46.25em) {
  .captionbox .button {
    position: absolute;
    bottom: 64px
  }
  .captionbox .btn-open.active {
    display: block
  }
}
@media(max-width:400px) {
  .captionbox .btn-open.active {
    display: none;
    height: 0;
    width: 0
  }
}
.captionbox .btn-open::before {
  transition: .3s;
  content: "+";
  font-size: 1rem;
  padding-right: 8px;
  width: 20px
}
.navigation-area .nav-left .lnr, .navigation-area .nav-left .thumb img, .navigation-area .nav-right .thumb img {
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out
}
.captionbox .btn-close {
  border: 1px solid #fff;
  cursor: pointer;
  display: none;
  height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px
}
@media(min-width:46.25em) {
  .captionbox .btn-close {
    display: block
  }
}
.captionbox .btn-close:focus {
  outline-offset: 1px
}
.captionbox .btn-close::after, .captionbox .btn-close::before {
  content: "";
  height: 2px;
  left: 12px;
  position: absolute;
  top: 20px;
  width: 16px;
  background: #fff
}
@media(min-width:62em) {
  .captionbox .btn-close {
    height: 50px;
    right: -25px;
    top: -25px;
    width: 50px
  }
  .captionbox .btn-close::after, .captionbox .btn-close::before {
    left: 13px;
    top: 24px;
    width: 24px
  }
}
.captionbox .btn-close::after {
  transform: rotate(45deg)
}
.captionbox .btn-close::before {
  transform: rotate(135deg)
}
@media (min-width:46.25em) {
  .popup {
    position: absolute;
    top: 70%;
    left: 15%;
    transition: .3s;
    border-radius: 24px;
    border: 1px solid #fff;
    width: 400px;
    height: 5rem;
    line-height: 1.2rem;
    display: none;
    font-size: .95rem;
    font-weight: 400;
    margin: 0;
    padding: 18px 36px 18px 18px;
    text-align: center;
    min-width: 124px;
    text-transform: lowercase;
    z-index: 2;
    background: rgba(0, 0, 0, .7);
    color: #fff
  }
  .captionbox .esds-hero__caption {
    position: absolute;
    top: 80%;
    left: 20%;
    background: rgb(0 0 0 / .8);
    color: #fff
  }
  .captionbox .esds-hero__caption a {
    color: #fff
  }
  .captionbox a:hover {
    color: red
  }
}
.captionbox .btn-open {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff
}
@media (hover:hover) {
  .captionbox .btn-open:hover {
    color: red
  }
}
.float-start {
  float: left !important
}
.links2 {
  width: 150px
}
.links2 li {
  margin-bottom: 6px
}
#btnSubmit {
  background-color: #333;
  border-radius: 3px;
  border: 1px solid #000
}
.next-link {
  float: right;
  background-color: #226ea0;
  border-radius: 3px;
  border: 1px solid #20628e
}
p {
  font-size: .975em;
  line-height: 1.3
}
.entity_content blockquote::after, .post .meta li:last-child:after, .post.post-list-sm.before-seperator:before, .post.post-list-sm:after {
  content: ""
}
.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;
  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
}
.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.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.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
}
@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-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)
}
.import_1_left1 ul .nav-link:hover, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--yellow);
  background: 0 0;
  border: none
}
.import_1_left1 ul .nav-link {
  border: none !important;
  background: 0 0;
  color: var(--bs-black);
  border-radius: 0;
  margin-right: 3px;
  transition: .3s
}
.import_1_left1 .nav-tabs {
  border-bottom: 2px solid var(--yellow)
}
.nav-tabs .active_tab {
  color: var(--bs-white) !important;
  background: var(--yellow) !important;
  border: none;
  padding: .5rem 2rem
}
.import_1_left1_green .nav-link.active, .import_1_left1_green ul .nav-link:hover {
  color: var(--bs-success)
}
.import_1_left1_green .nav-tabs {
  border-bottom: 2px solid var(--bs-success)
}
.import_1_left1_green .nav-tabs .active_tab {
  color: var(--bs-white) !important;
  background: var(--bs-success) !important
}
.import_1_left1_blue .nav-tabs {
  border-bottom: 2px solid var(--blue)
}
.import_1_left1_blue .nav-tabs .active_tab {
  color: var(--bs-white) !important;
  background: var(--blue) !important
}
.like {
  padding-top: 13px
}
.news_h1_right1 {
  height: 300px;
  overflow-y: scroll
}
.tags li a:hover {
  transition: .3s;
  background: var(--blue);
  color: var(--bs-white);
  border: 1px solid var(--blue)
}
.video {
  width: 40px;
  height: 40px;
  line-height: 40px
}
@media screen and (max-width :767px) {
  .business_pg1_right, .city_2_left, .news_h1_right, .news_pg_1_right, .profile1_left, .profile1_right, .sports_pg1 {
    margin-top: 15px
  }
  .import_1_left4_left, .profile3_inner1, .trend_2_inner {
    margin-top: 8px;
    margin-bottom: 8px
  }
  .import_1_left3 ul img {
    width: 100px
  }
  .import_1_left3 ul .fs-5 {
    font-size: 16px !important
  }
  .import_1_right {
    margin-top: 20px
  }
  .import_1_right1 ul li span a {
    margin-top: 5px;
    margin-bottom: 5px
  }
  .news_1_left2_inner2 {
    position: static !important;
    background: var(--bs-dark) !important
  }
  .news_dt1 ul li a {
    margin-top: 5px
  }
  .small_img img {
    width: 120px !important;
    margin-bottom: 10px
  }
  .sm_100 {
    width: 100% !important
  }
}
@media (min-width:576px) and (max-width:767px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px !important
  }
  .news_1_left2_inner2 .fs-6 {
    font-size: 14px !important
  }
  .small_img img {
    width: 150px !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .news_1_left2_inner2 .fs-6 {
    font-size: 12px !important
  }
  .import_1_left1 ul .nav-link {
    padding: .5rem
  }
  .import_1_right1 ul li span a {
    margin-top: 5px;
    margin-bottom: 5px
  }
  .news_dt1 ul li a {
    margin-top: 5px
  }
  .small_img img {
    width: 200px !important
  }
}
@media (min-width:992px) and (max-width:1200px) {
  .top_head_left .fs-3 {
    font-size: 22px !important
  }
  .drop_log {
    left: 0 !important;
    right: auto !important
  }
  .import_1_right1 ul li span a {
    margin-top: 5px;
    margin-bottom: 5px
  }
  .news_dt1 ul li a {
    margin-top: 5px
  }
}
.comment-form-container {
  background: #f0f0f0;
  border: 1px solid #e0dfdf;
  padding: 20px;
  border-radius: 4px
}
.btn-submit2 {
  padding: 10px 20px;
  background: #333;
  border: 1px solid #1d1d1d;
  color: #f0f0f0;
  font-size: .9em;
  width: 100px;
  border-radius: 4px;
  cursor: pointer
}
.comment-row {
  border-bottom: 1px solid #e0dfdf;
  margin-bottom: 15px;
  padding: 15px
}
.outer-comment {
  background: #f0f0f0;
  padding: 20px;
  border: 1px solid #dedddd;
  border-radius: 4px
}
span.comment-row-label {
  color: #484848
}
.comment-info {
  font-size: .9em;
  padding: 0 0 10px
}
.comment-text {
  margin: 10px 0 30px
}
.btn-reply {
  color: #2f20d1;
  cursor: pointer;
  text-decoration: none
}
#comment-message {
  margin-left: 20px;
  color: #005e00;
  display: none
}
.label {
  padding: 0 0 4px
}
::placeholder {
  color: #fff;
  font-style: italic;
  opacity: 1
}