
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400&display=swap");

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #343434;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  color: #212121;
}

a:hover {
  text-decoration: none;
  color: #212121;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #212121;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.4;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.7;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

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

.form-control {
  height: 50px;
  color: #212121;
  border: 1px solid #e8e8e8;
  background-color: #f2f9fc;
  border-radius: 0;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #495057;
}

.form-control:-ms-input-placeholder {
  color: #495057;
}

.form-control::-ms-input-placeholder {
  color: #495057;
}

.form-control::placeholder {
  color: #495057;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  outline: 0;
  border: 1px solid #d80650;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

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

.mt-minus-50 {
  margin-top: -50px;
}

.mt-minus-100 {
  margin-top: -100px;
}

.bg-color {
  background-color: #fdf1f5;
}

.container {
  max-width: 1280px;
}

.default-btn {
  font-size: 16px;
  color: #ffffff;
  padding: 15px 30px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #d80650;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #212121;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #212121;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn.active {
  margin-left: 20px;
  color: #212121;
  background-color: #ffffff;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover::before {
  left: auto;
  right: 0;
  width: 50%;
}

.default-btn:hover::after {
  left: 0;
  right: 0;
  width: 50%;
}

.read-more {
  line-height: 1;
  color: #232228;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.read-more i {
  position: relative;
  top: 2px;
}

.read-more:hover {
  color: #28c7ff;
}

.read-more:hover i {
  color: #28c7ff;
  -webkit-animation: rotation 0.5s linear infinite;
  animation: rotation 0.5s linear infinite;
}

.section-title {
  margin: -6px auto 50px;
  position: relative;
}

.section-title h2 {
  font-size: 30px;
  position: relative;
  display: block;
  text-transform: capitalize;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.navbar-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.navbar-area .main-nav {
  background-color: #0f0f0f;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-area .main-nav .navbar {
  padding: 0;
}

.navbar-area .main-nav .navbar-brand {
  padding: 0;
  line-height: 1;
}

.navbar-area .main-nav nav .navbar-nav .nav-item {
  padding: 25px 10px;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 0;
  margin: 0 10px;
  position: relative;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 5px;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #28c7ff;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #28c7ff;
}

.navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 97%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #212121;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100% !important;
}

.featured-area .section-title h2 {
  border-bottom: 10px solid #eeeeee;
}

.single-featured {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-featured .blog-img {
  position: relative;
  width: 100%;
}

.single-featured .blog-img img {
  width: 100%
}

.single-featured .blog-img span {
  display: inline-block;
  background-color: #ffffff;
  padding: 5px 15px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-weight: 500;
  color: #212121;
}

.single-featured .featured-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.single-featured .featured-content a h3 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-featured .featured-content a:hover h3 {
  color: #212121;
}

.single-featured .featured-content ul {
  margin-bottom: 15px;
}

.single-featured .featured-content ul li {
  display: inline-block;
  padding-right: 30px;
  font-weight: 500;
}

.single-featured .featured-content ul li i {
  color: #d0cfd0;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 15px;
}

.single-featured .featured-content ul li .admin {
  color: #343434;
}

.single-featured .featured-content ul li .admin:hover {
  color: #150b03;
}

.single-featured .featured-content ul li:last-child {
  padding-right: 0;
}

.single-featured .featured-content .read-more {
  margin-top: 18px;
}


.right-blog-editor {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.right-blog-img {
  width: 50%;
  min-width: 130px;
}

.right-blog-editor .right-blog-content {
  padding-left: 20px;
}

.right-blog-editor .right-blog-content a h3 {
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.right-blog-editor .right-blog-content a h3:hover {
  color: #150b03;
}

.right-blog-editor .right-blog-content span {
  display: block;
  font-weight: 500;
}

.right-blog-editor .right-blog-content span i {
  color: #d0cfd0;
  font-size: 15px;
  display: inline-block;
  margin-right: 5px;
}

.right-blog-editor:hover .right-blog-content a h3 {
  color: #150b03;
}

.light-news {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;


  height: 600px;
  overflow: hidden;
}

.light-news img{
  height: 600px;
  object-fit: cover;
}

.light-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212121;
  opacity: 0.3;
}

.light-news .light-news-content {
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.light-news .light-news-content a h3 {
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 10px;
}

.light-news .light-news-content a:hover h3 {
  color: #d0cfd0;
}

.light-news .light-news-content ul li {
  display: inline-block;
  padding-right: 10px;
  color: #ffffff;
}

.light-news .light-news-content ul li i {
  color: #d0cfd0;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.light-news .light-news-content ul li .admin {
  color: #ffffff;
}

.light-news .light-news-content ul li .admin:hover {
  color: #28c7ff;
}

.economics-area .right-blog-editor a h3 {
  font-size: 17px;
  margin-top: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.economics-area .right-blog-editor a h3:hover {
  color: #d0cfd0;
}


.go-top {
  position: fixed;
  cursor: pointer;
  top: 93%;
  right: -10%;
  background-color: #343434;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #343434;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #212121;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 93%;
}

.video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 89px;
  text-align: center;
  border-radius: 50px;
  color: #000000;
  position: relative;
  top: 3px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#d2044d), to(#ff5e68));
  background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
}

.video-btn i {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 2px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#d2044d), to(#ff5e68));
  background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
}

.video-btn::before {
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
}

.video-btn:hover {
  background-color: #d80650;
}

.video-btn:hover i {
  color: #ffffff;
}

.video-btn:hover::after, .video-btn:hover::before {
  background-color: #d80650;
}

.featured-area.one a h3 {
  margin-bottom: 0;
}


/*Article*/



.sidebar-without {
  max-width: 960px;
  margin: auto;
}
.blog-details-four {
  position: relative;
  z-index: 1;
}

.blog-details-area .blog-details-desc .article-content {
  margin-top: 0;
  margin-bottom: 30px;
}
.blog-details-area .blog-details-desc .article-content .article-image {
  margin-bottom: 30px;
  position: relative;
}


.blog-details-area .blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #d80650;
  margin-right: 21px;
  font-size: 14px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  top: 11px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #343434;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #343434;
  font-weight: 500;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}


.blog-details-area .blog-details-desc .article-content h3 {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 28px;
}

.blog-details-area .b-d-s-item img {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}


.blog-details-area .b-d-s-item .s-date {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  padding: 10px 24px;
  line-height: 1.5;
  display: inline-block;
}

.blog-details-area .b-d-s-item h3 {
  margin-bottom: 10px !important;
  font-size: 20px !important;
  margin-bottom: 0 !important;
}

.blog-details-area .b-d-s-item p {
  margin-bottom: 12px;
  margin-top: 10px;
}






.footer-area-four {
  background-color: #0e0a0c;
}

.footer-area-four .footer-wrap {
  text-align: center;
}

.footer-area-four .footer-wrap img {
  margin-bottom: 20px;
}

.footer-area-four .footer-wrap .social {
  margin-bottom: 20px;
}

.footer-area-four .footer-wrap .social li {
  display: inline-block;
  padding: 0 5px;
}

.footer-area-four .footer-wrap .social li a {
  color: #ffffff;
}

.footer-area-four .footer-wrap .social li a i {
  font-size: 20px;
}

.footer-area-four .footer-wrap .social li a:hover {
  color: #f2f9fc;
}

.footer-area-four .footer-wrap .important-links {
  margin-bottom: 20px;
}

.footer-area-four .footer-wrap .important-links li {
  display: inline-block;
  padding: 0 5px;
}

.footer-area-four .footer-wrap .important-links li a {
  color: #ffffff;
}

.footer-area-four .footer-wrap .important-links li a:hover {
  color: #d80650;
}

.footer-area-four .footer-wrap p {
  color: #ffffff;
}

.list-unstyled {
  margin-top: 10px;
  color: #d80650;
}
