@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700;800;900&display=swap");

/* -----------------------------------
		 Global
----------------------------------- */
* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none !important;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  color: #000;
  font-weight: 400;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "League Spartan", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  color: #191B1D;
  margin: 0;
  word-wrap: break-word;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p:first-letter,
h5:first-letter {
  text-transform: capitalize;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover, a:focus {
  color: #191B1D;
  text-decoration: none;
}

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

ul {
  margin-bottom: 0;
}

.list-inline li {
  display: inline-block;
}

.form-control:focus {
  outline: none !important;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.container-wrap2 {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.bg-light {
  background-color: #E6E7E7 !important;
}

::-webkit-input-placeholder {
  color: #191b1d99 !important;
}

:-ms-input-placeholder {
  color: #191b1d99 !important;
}

::-ms-input-placeholder {
  color: #191b1d99 !important;
}

::placeholder {
  color: #191b1d99 !important;
}

.card {
  border: 0px;
}

/* ------------------------------
		 Helpers
------------------------------ */


/*buttons*/
.btn-custom {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  background-color: #191B1D;
  line-height: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 24px;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 1;
  border: 1px solid #191B1D;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-custom:hover, .btn-custom:focus {
  color: #191B1D;
  background-color: #ffffff;
}

.btn-action {
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 24px;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 10px;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 1;
  border: 1px solid #ffffff;
  width: 140px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.btn-subscribe {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  background-color: #191B1D;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 1;
  border: 1px solid #191B1D;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0 20px;
  font-size: 15px;
  line-height: 38px;
}

.btn-subscribe:hover, .btn-subscribe:focus {
  color: #191B1D;
  background-color: #ffffff;
  border: 1px solid #191b1d99;
}

.btn-read-more {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  border: 0px solid #E6E7E7;
  color: #191b1d99;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-read-more i {
  margin-top: 0px;
  margin-left: 5px;
  font-size: 24px;
  color: #191b1d99;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-read-more:hover, .btn-read-more:focus {
  color: #191B1D !important;
}

.btn-read-more:hover i, .btn-read-more:focus i {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.btn-reply {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  border: 0;
  color: #191b1d99;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-reply i {
  margin-top: 6px;
  margin-right: 5px;
}

.btn-reply:hover, .btn-reply:focus {
  color: #191B1D !important;
}

.btn-submit {
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #191B1D;
  display: block;
  border-radius: 0px;
}

.btn-submit i {
  color: #ffffff;
  line-height: 35px;
  font-weight: 900;
}

.btn-read {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  background-color: #ffffff;
  line-height: 24px;
  color: #191B1D;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 24px;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 1;
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px;
}

.btn-read i {
  margin-top: 2px;
  margin-left: 5px;
  font-size: 24px;
  color: #191B1D;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-read:hover, .btn-read:focus {
  color: #ffffff !important;
  background-color: transparent;
}

.btn-read:hover i, .btn-read:focus i {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  color: #ffffff;
}

/*authors*/
.authors {
  padding-top: 50px;
}

.authors-info {
  border-bottom: 1px solid #E6E7E7;
  margin-top: 100px;
  padding: 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.authors-info .image img {
  border-radius: 0px;
  width: 200px;
}

.authors-info .content {
  margin-left: 20px;
  padding-right: 10%;
}

.authors-info .content h4, .authors-info .content h5 {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.authors-info .content p {
  margin-bottom: 15px;
}

.authors-info .content .link {
  margin-bottom: 20px;
}

.authors-single {
  border: 1px solid #E6E7E7;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.authors-single-image {
  margin-right: 15px;
  overflow: hidden;
  border-radius: 0px;
}

.authors-single-image img {
  width: 80px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.authors-single-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.authors-single-content h6 {
  text-transform: capitalize;
}

.authors-single-content p {
  margin-top: 4px;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}

.authors-single-content .right {
  margin-left: auto;
}

.authors-single-content .right .more-icon {
  border: 1px solid #E6E7E7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.authors-single-content .right .more-icon i {
  font-size: 14px;
  font-weight: 900;
}

.authors-single-content .right .more-icon:hover {
  border-color: #191B1D;
}

.authors-single-content .right .more-icon:hover i {
  color: #191B1D;
}

.authors-single:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.authors-single:hover .more-icon {
  border-color: #191B1D !important;
}

.authors-single:hover .more-icon i {
  color: #191B1D;
}

.authors-item {
  position: relative;
  margin-bottom: 30px;
  display: none;
}

.authors-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.authors-item:hover .share-icon {
  border-color: #191B1D !important;
}

.authors-item:hover .share-icon i {
  color: #191B1D;
}

.authors-item .inner-image {
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center center;
  display: none;
}

.authors-item-image {
  overflow: hidden;
}

.authors-item-image img {
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.authors-item-content {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.authors-item-content h5 {
  text-transform: capitalize;
}

.authors-item-content p {
  margin: 4px 0 0px 0;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
}

.authors-item-content .right {
  margin-left: auto;
}

.authors-item-content .right .share-icon {
  border: 1px solid #E6E7E7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.authors-item-content .right .share-icon i {
  font-size: 14px;
}

.authors-item-content .right .share-icon:hover {
  border-color: #191B1D;
}

.authors-item-content .right .share-icon:hover i {
  color: #191B1D;
}

.authors-item-content .social-media {
  display: none;
}

.authors-area {
  border-bottom: 1px solid #E6E7E7;
  padding-bottom: 20px;
}

/*page404*/
.page404 {
  margin-top: 100px;
}

.page404-content {
  padding: 50px 0px 50px 0px;
  text-align: center;
}

.page404-content img {
  margin-bottom: 10px;
}

.page404-content p {
  margin: 20px 0px  30px 0px;
}

/*search*/
.search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: translate(0%, 100%) scale(0, 0);
          transform: translate(0%, 100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.search-width {
  text-align: center;
  position: relative;
}

.search.search-open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
          transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}

.search .close {
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: none;
  opacity: 1;
  visibility: visible;
  height: 35px;
  width: 35px;
  border-radius: 0px;
  border: 1px solid #E6E7E7;
  cursor: pointer;
}

.search .close i {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #191B1D;
}

.search .close:hover {
  opacity: 1 !important;
  background-color: transparent;
}

.search-form {
  text-align: center;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-form input {
  font-size: 16px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  color: inherit;
  border: 0px;
  font-weight: 400;
  border-radius: 0px;
  padding: 15px 10px 15px 30px;
  z-index: 1;
  border: 1px solid #E6E7E7;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.search-form input:hover {
  border: 1px solid #E6E7E7;
}

.search-form .search-btn {
  background-color: #191B1D;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px;
  cursor: pointer;
  border-radius: 0px;
  width: 140px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.search-form .search-btn:hover {
  background-color: #191B1D;
  color: #ffffff;
}

/*login*/
.login {
  margin-top: 100px;
  padding: 100px;
}

.login-content {
  border: 1px solid #E6E7E7;
  padding: 30px;
}

.login-content h4 {
  margin-bottom: 20px;
}

.login-content .form-control {
  background-color: #ffffff;
  border: 1px solid #E6E7E7;
  border-radius: 0px;
  padding: 25px 20px;
  font-size: 16px;
  color: #191B1D;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.login-content .btn-link {
  color: #191B1D;
  margin-left: auto;
}

.login-content .btn-custom {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0px 10px 0px;
}

.login-content .sign-controls {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-content p {
  margin-bottom: 0px;
}


.homeBanner { margin-top:100px}
/*global style*/
.tags ul li {
  padding: 4px 12px;
  margin-bottom: 5px;
  margin-right: 2px;
  font-size: 13px;
  text-transform: capitalize;
  color: #191b1d99;
  font-weight: 500; 
  width:100%;
}

.tags ul li a:hover {
  color: #191B1D;
}

.comments {
  margin-bottom: 30px;
}

.comments .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E6E7E7;
  padding: 30px 0px;
  border-radius: 0px;
}

.comments .comment-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.comments .comment-item img {
  width: 100px;
  height: 100px;
  border-radius: 0px;
  margin-right: 15px;
}

.comments .comment-item .content p {
  margin-bottom: 5px;
}

.comments .comment-item .content .meta {
  margin-bottom: 5px;
}

.comments .comment-item .content .meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comments .comment-item .content .meta ul li {
  margin-bottom: 0;
  font-size: 14px;
  color: #191b1d99;
  text-transform: capitalize;
  font-weight: 500;
}

.comments .comment-item .content .meta ul li a:hover {
  color: #191B1D;
}

.comments .comment-item .content .meta ul li:first-child {
  color: #191B1D;
}

.comments .comment-item .children {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E6E7E7;
}

.comments .comment-item .children .comment-item {
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: 0;
}

.social-icones li a {
  display: block;
  text-align: center;
  margin-right: 10px;
}

.social-icones li a i {
  font-size: 14px;
  color: #ffffff;
}

.social-icones li a i:hover {
  color: #ffffff;
}

.social-media a i {
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin-right: 2px;
  border: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.social-media a i:hover {
  opacity: 0.5;
  color: #ffffff;
}

.fa-facebook,
.color-facebook {
  background-color: #3b5998;
}

.fa-instagram,
.color-instagram {
  background-color: #c32aa3;
}

.fa-youtube,
.color-youtube {
  background-color: #e52d27;
}

.fa-twitter,
.color-twitter {
  background-color: #1dcaff;
}

.fa-dribbble,
.color-dribbble {
  background-color: #f43079;
}

.fa-pinterest,
.color-pinterest {
  background-color: #bd081c;
}

.slash {
  width: 18px;
  height: 1px;
  background-color: #191b1d99;
  border-radius: 0px;
  margin: 4px 10px 4px 10px !important;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.border-b-0 {
  border-bottom: 0px solid !important;
}

.border-t-0 {
  border: 0px !important;
}

.border-right {
  border-right: 1px solid #E6E7E7;
}

.no-border {
  border: 0px !important;
}

.border-top {
  border-top: 1px solid #E6E7E7 !important;
}

/*margin-bottom*/
.mb-100 {
  margin-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

/*margin-top*/
.mt-100 {
  margin-top: 100px;
}

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

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

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

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

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

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

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

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

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

/*padding top*/
.pt-100 {
  padding-top: 100px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

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

.pt-60 {
  padding-top: 60px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

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

.pt-30 {
  padding-top: 30px !important;
}

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

.pt-10 {
  padding-top: 10px !important;
}

/* -----------------------------------
	Header
----------------------------------- */
.header {
  background-color: #ffffff;
  border-bottom: 1px solid #E6E7E7;
  height: 100px;
}

.header-scroll {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #ffffff;
}

.header-light {
  background-color: #f1f1f1;
}

.header-padding {
  padding: 0px 30px;
}

.header-padding2 {
  padding: 0px 15px;
}

.header-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
}

.header-area .logo {
  margin-right: auto;
}

.header-area .logo img {
  max-height: 50px;
}

.header-area .logo-white {
  display: none;
}

.header-navbar {
  margin-left: auto !important;
  margin-right: auto !important;
}

.header-navbar .navbar .nav-item .nav-link {
  font-weight: 500;
  color: #191B1D;
  font-size: 16px !important;
  margin: 0px 30px 0px 0px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  text-transform: capitalize;
  padding: 0;
  z-index: 1;
}

.header-navbar .navbar .nav-item .nav-link:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -38px;
  width: 100%;
  height: 0px;
  border-radius: 20px;
  display: block;
  z-index: -1;
  background-color: #191B1D;
}

.header-navbar .navbar .nav-item .nav-link i {
  color: #191B1D;
}

.header-navbar .navbar .nav-item .nav-link.active, .header-navbar .navbar .nav-item .nav-link:hover {
  color: #191B1D;
  background-color: transparent;
}

.header-navbar .navbar .nav-item .nav-link.active:before, .header-navbar .navbar .nav-item .nav-link:hover:before {
  height: 1px;
}

.header-navbar .navbar .nav-item:last-child .nav-link {
  margin-right: 0 !important;
}

.header-navbar .navbar .nav-item .dropdown-toggle::after {
  border: 0 none;
  line-height: normal;
  margin-left: -10px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 400;
  opacity: 0;
}

.header-navbar .navbar .nav-item .dropdown-menu {
  border: 1px solid #E6E7E7;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 0px;
}

.header-navbar .navbar .nav-item .dropdown-menu li {
  display: inline-block;
  margin-right: 20px;
}

.header-navbar .navbar .nav-item .dropdown-menu .dropdown-item {
  color: #191b1d99;
  padding: 0;
  margin-bottom: 15px;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 0px;
  border-radius: 20px;
  display: block;
  z-index: -1;
  background-color: #191B1D;
}

.header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:hover, .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: #191B1D;
}

.header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:hover:before, .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item.active:before {
  height: 0px;
}

.header-navbar .navbar .nav-item .dropdown-menu li:last-child .dropdown-item {
  margin-bottom: 0;
}

.header-navbar .navbar .nav-item:hover .nav-link {
  color: #191B1D;
  background-color: transparent;
}

.header-navbar .navbar .nav-item:hover .nav-link:before {
  height: 1px;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.header-right .social-icones {
  margin-right: 30px;
}

.header-right .search-icon {
  width: 35px;
  height: 35px;
  border-radius: 20px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #191B1D;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-right .search-icon i {
  line-height: 35px;
  color: #191B1D;
  font-size: 20px;
}

.header-right .navbar-toggler {
  width: 30px;
  height: 40px;
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

.header-right .navbar-toggler span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  -webkit-box-shadow: 0px -8px 0 0px #191B1D, 0px 8px 0 0px #191B1D;
          box-shadow: 0px -8px 0 0px #191B1D, 0px 8px 0 0px #191B1D;
  background: #191B1D;
}

.header-fluid {
  padding: 0px 30px;
}

@media all and (min-width: 991px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 10px;
  }
  .navbar .nav-item:hover .dropdown-menu {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
}

/* -----------------------------------
	theme-switch
----------------------------------- */

.slider {
  bottom: 0;
  cursor: pointer;
  right: 0px;
  top: -18px;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.slider i {
  color: #191B1D;
  font-size: 20px;
  background-color: transparent;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.slider i:hover {
  color: #191B1D;
}

.slider .icon-dark {
  display: none;
}

input:checked + .slider {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

input:checked + .slider .icon-dark {
  display: block;
}

input:checked + .slider .icon-light {
  display: none;
}

input:checked + .slider:before {
  background-color: #191B1D;
}

/* ------------------------------
		Sections
------------------------------ */
.section-feature-1 {
  padding-top: 50px;
}

.section-feature-1 .post-list-style4:first-child {
  border-top: 1px solid #E6E7E7;
}

.section-feature-1 .post-list-style4:last-child {
  border-bottom: 0;
}

.section-feature-1 .sidebar {
  padding-bottom: 30px;
}

.section-feature-2 {
  padding-top: 50px;
  padding-bottom: 30px;
}

.section-feature-2 .post-list-style1 {
  padding: 20px 0px;
}

.section-feature-2 .post-list-style1:first-child {
  border-top: 1px solid #E6E7E7;
}

.section-feature-2 .post-list-style1 .post-list-image {
  width: 120px;
}

.section-feature-2 .post-list-style1 .post-list-title {
  padding: 0px 20px;
}

.section-feature-2 .post-list-style1 .post-list-title h5 {
  font-size: 18px;
}

.section-feature-2 .section-title {
  margin-bottom: 30px;
}

.section-feature-3 {
  padding-top: 50px;
}

.section-feature-3 .post-list-style6 {
  padding: 30px 0px;
}

.section-feature-3 .post-list-style6:first-child {
  border-top: 1px solid #E6E7E7;
}

.section-feature-3 .post-list-style6 .post-list-content .entry-title {
  font-size: 22px !important;
}

.section-feature-4 {
  padding-top: 50px;
  padding-bottom: 30px;
}

.section-feature-4 .post-list-style6 {
  padding: 30px 0px;
}

.section-feature-4 .post-list-style6:first-child {
  border-top: 1px solid #E6E7E7;
}

.section-feature-4 .post-list-style6 .post-list-content .entry-title {
  font-size: 24px !important;
}

.section-scroll {
  margin-top: 100px;
  border-bottom: 1px solid #E6E7E7;
  padding: 50px 0px;
}

.section-scroll-marquee {
  display: block;
  width: 100%;
  overflow: hidden;
}

.section-scroll .page-title {
  font-size: 70px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #191B1D;
  display: block;
  width: 100%;
  overflow: hidden;
}

.section-heading {
  margin-top: 100px;
}

.section-heading-light {
  background-color: #f1f1f1;
}

.section-heading-1 {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}

.section-heading-1-title h1 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-heading-1-title .links {
  font-size: 15px;
  font-weight: 500;
  color: #191B1D;
  text-transform: capitalize;
}

.section-heading-1-title .links a {
  color: #191b1d99;
}

.section-heading-1-title .links a:hover {
  color: #191B1D;
}

.section-heading-1-title .links i {
  font-size: 10px;
}

.section-heading-1-title .desc {
  margin-bottom: 0;
}

.section-heading-2 {
  padding: 50px 0px;
  width: 100%;
  border-bottom: 1px solid #E6E7E7;
  text-align: center;
}

.section-heading-2-title h1, .section-heading-2-title h2 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-heading-2-title .links {
  color: #191B1D;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.section-heading-2-title .links a {
  color: #191b1d99;
}

.section-heading-2-title .links a:hover {
  color: #191B1D;
}

.section-heading-2-title .links i {
  font-size: 10px;
}

.section-heading-3 {
  padding: 50px 0px;
}

.section-heading-3-title h1 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-heading-3-title .links {
  font-size: 15px;
  font-weight: 500;
  color: #191B1D;
  text-transform: capitalize;
}

.section-heading-3-title .links a {
  color: #191b1d99;
}

.section-heading-3-title .links a:hover {
  color: #191B1D;
}

.section-heading-3-title .links i {
  font-size: 10px;
}

.section-heading-3-title .desc {
  margin-bottom: 0;
}

.section-heading-5 {
  padding: 50px 0px;
  z-index: 1;
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.section-heading-5-title h1 {
  text-transform: capitalize;
  font-size: 40px;
  margin-bottom: 10px;
}

.section-heading-5-title .links {
  font-size: 15px;
  font-weight: 500;
  color: #191B1D;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.section-heading-5-title .links a {
  color: #191b1d99;
}

.section-heading-5-title .links a:hover {
  color: #191B1D;
}

.section-heading-5-title .links i {
  font-size: 10px;
}

.section-heading-5-title p {
  color: #191B1D;
  margin-bottom: 0;
}

.section-title {
  margin-bottom: 30px;
}

.section-title h3, .section-title h4, .section-title h2 {
  text-transform: capitalize;
  margin-bottom: 5px;
}

.section-title h3 {
  font-size: 30px;
}

.section-title p {
  margin-bottom: 0; 
  text-align:justify;
}
.description p {
  text-align:justify;
}

/* ------------------------------
		Widgets
------------------------------ */
.sidebar {
  border-left: 1px solid #E6E7E7;
  padding-left: 30px;
}

.widget {
  padding: 30px 0px;
  border-bottom: 1px solid #E6E7E7;
}

.widget:last-child {
  border-bottom: 0px solid #E6E7E7;
}

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

.widget-title h5 {
  text-transform: capitalize;
  font-weight: 800;
}

.widget-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-search form input {
  padding: 15px 20px 15px 10px;
  border: 1px solid #E6E7E7;
  width: 100%;
}

.widget-search form .btn-submit {
  margin-left: -45px;
}


.widget-newsletter {
  padding: 30px 0px;
  text-align: center;
}

.widget-newsletter p {
  margin: 10px 0 20px 0;
  font-size: 14px;
}

.widget-newsletter .form-control {
  text-align: center;
  padding: 25px 20px;
  border-radius: 0px;
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
}

.widget-newsletter .form-control:focus, .widget-newsletter .form-control:hover {
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
}

.widget-newsletter .form-flex {
  width: auto;
  margin: auto;
}

.widget-newsletter .btn-custom {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget-stay-connected .list {
  display: -ms-grid;
  display: grid;
      grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 10px;
}

.widget-stay-connected .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
}

.widget-stay-connected .list .item a {
  margin-right: 10px;
}

.widget-stay-connected .list .item a i {
  font-size: 14px;
  color: #ffffff;
  border-radius: 0px;
  display: block;
  text-align: center;
  border: 0px solid #E6E7E7;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.widget-stay-connected .list .item p {
  margin-bottom: 0;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
}

.widget-stay-connected .list .item:hover {
  cursor: pointer;
  opacity: 0.8;
}


/* ------------------------------
		 Posts
------------------------------ */
.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #E6E7E7;
}

.post-list-image {
  overflow: hidden;
}

.post-list-image img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.post-list-image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.post-list .entry-title a {
  color: #191B1D;
  display: inline;
  background-image: linear-gradient(rgba(25, 27, 29, 0) calc(99% - 1px), #191B1D 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

.post-list .entry-title a:hover {
  color: #191B1D;
  text-decoration: none;
  background-size: 100% 100%;
}

.post-list .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-list .entry-meta li {
  margin-bottom: 0;
  font-size: 14px;
  color: #191b1d99;
  text-transform: capitalize;
  font-weight: 500;
}

.post-list .entry-meta li a:hover {
  color: #191B1D;
}

.post-list .entry-meta li .line {
  width: 18px;
  height: 1px;
  background-color: #191b1d99;
  margin: 4px 10px 4px 10px !important;
  display: inline-block;
}

.post-list .entry-meta .post-author-img img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.post-list:hover .post-list-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.post-list:hover .entry-title a {
  color: #191B1D;
  text-decoration: none;
  background-size: 100% 100%;
}

.post-list:hover .entry-cat .category-style-1 {
  color: #191B1D;
}


.post-list-style6 {
  padding: 50px 0px;
}

.post-list-style6 .post-list-image img {
  width: 150px;
}

.post-list-style6 .post-list-content .entry-title {
  margin: 15px 0px 15px 0px;
}

.post-list-style6 .post-list-content .entry-meta li a:hover {
  color: #191B1D;
}

.post-list-style6 .post-list-content .entry-cat .category-style-1 {
  font-size: 14px;
}

.post-list-style6 .post-list-content .post-exerpt p {
  margin-bottom: 0;
}

.post-list-style6:hover .entry-cat .category-style-1 {
  color: #191B1D;
}

/* ------------------------------
		Blog homes
------------------------------ */
.blog-banner {
  position: absolute;
  bottom: 0px;
  padding: 50px;
  z-index: 2;
  left: 0;
  right: 0;
}


.blog-home5 {
  margin-top: 0px;
  background-color: #1B1B1B;
  position: relative;
  overflow: hidden;
}

.blog-home5 .blog-banner {
  position: absolute;
  background-size: cover;
  background-position: center center;
  width: 50%;
  right: 0px;
  top: 0px;
  left: auto;
  bottom: 0px;
  height: 650px;
  overflow: hidden;
}

.blog-home5 .post-list-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999; 
  padding:50px 0;
}

.blog-home5 .post-list-hero-image {
  overflow: hidden;
}

.blog-home5 .post-list-hero-image img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog-home5 .post-list-hero-image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog-home5 .post-list-hero .entry-title a {
  color: #ffffff;
  display: inline;
  background-image: linear-gradient(rgba(255, 255, 255, 0) calc(99% - 1px), #ffffff 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

.blog-home5 .post-list-hero .entry-title a:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 100%;
}

.blog-home5 .post-list-hero .entry-cat .category-style-1 {
  color: #d7d7d7;
}

.blog-home5 .post-list-hero .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0px;
}

.blog-home5 .post-list-hero .entry-meta li {
  margin-bottom: 0;
  font-size: 14px;
  color: #d7d7d7;
  text-transform: capitalize;
  font-weight: 500;
}

.blog-home5 .post-list-hero .entry-meta li a:hover {
  color: #ffffff;
}

.blog-home5 .post-list-hero .entry-meta li .line {
  width: 18px;
  height: 1px;
  background-color: #d7d7d7;
  margin: 4px 10px 4px 10px !important;
  display: inline-block;
}

.blog-home5 .post-list-hero .entry-meta .post-author-img img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.blog-home5 .post-list-hero .post-exerpt {
  margin-bottom: 50px;
}

.blog-home5 .post-list-hero .post-exerpt p {
  color: #d7d7d7;
}

.blog-home5 .post-list-hero .post-btn .btn-read-more {
  color: #d7d7d7;
}

.blog-home5 .post-list-hero .post-btn .btn-read-more i {
  color: #d7d7d7;
}

.blog-home5 .post-list-hero:hover .post-list-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog-home5 .post-list-hero:hover .entry-title a {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 100%;
}

.blog-home5 .post-list-hero:hover .entry-cat .category-style-1 {
  color: #ffffff;
}

.blog-home5 .post-list-hero:hover .post-btn .btn-read {
  background-color: transparent;
  color: #ffffff;
}

.blog-home5 .post-list-hero:hover .post-btn .btn-read i {
  color: #ffffff;
}

.blog-home5:hover .blog-banner {
  opacity: 0.9;
}

.blog-home5:hover .post-list-hero .entry-title a {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 100%;
}

.blog-home5:hover .post-list-hero .entry-cat .category-style-1 {
  color: #ffffff;
}

.blog-home5:hover .post-list-hero .post-btn .btn-read {
  background-color: transparent;
  color: #ffffff;
}

.blog-home5:hover .post-list-hero .post-btn .btn-read i {
  color: #ffffff;
}

/* ------------------------------
		Category
------------------------------ */
.category-style-1 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #191b1d99;
  position: relative;
}

.category-style-1:hover {
  color: #191B1D;
}


/* ------------------------------
		About
------------------------------ */
.about-us {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-us .image {
  margin-bottom: 30px;
}

.about-us .image img {
  border-radius: 0px;
}

.about-us .description h3 {
  margin-bottom: 20px;
}

.about-us .description .btn-custom {
  margin-top: 10px;
}

/* ------------------------------
		contact
------------------------------ */
.contact {
  margin-top: 50px;
  margin-bottom: 50px;
}

.contact-info h4, .contact-info h3 {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.contact-info p {
  margin-bottom: 30px;
}

.contact-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.contact-info .item .icon {
  width: 30px;
  height: 30px;
  border-radius: 0px;
  text-align: center;
  margin-right: 15px;
  border: 1px solid #E6E7E7;
}

.contact-info .item .icon i {
  line-height: 30px;
  font-size: 13px;
  color: #191B1D;
}

.contact-info .item p {
  margin-bottom: 0;
}

.form .form-group {
  margin-bottom: 20px;
}

.form .form-control {
  background-color: #ffffff;
  border: 1px solid #E6E7E7;
  border-radius: 0px;
  padding: 22px 20px;
  font-size: 14px;
  color: #191B1D;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.form .form-control:focus, .form .form-control:hover {
  background-color: #ffffff;
}

.form label {
  font-weight: 400;
  font-size: 14px;
}

.form label span {
  line-height: 0;
}

/* ------------------------------
		Footer
------------------------------ */
.footer {
  background-color: #1B1B1B;
}

.footer-area-content {
  padding: 100px 0px;
}

.footer-area-content .menu {
  text-align: center;
}

.footer-area-content .menu h6 {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 700;
}

.footer-area-content .menu ul li {
  margin-bottom: 5px;
}

.footer-area-content .menu ul li a {
  color: #d0d0d0;
  font-size: 15px;
  text-transform: capitalize;
}

.footer-area-content .menu ul li a:hover {
  color: #ffffff;
}

.footer-area-content .newslettre {
  text-align: center;
}

.footer-area-content .newslettre-form .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-area-content .newslettre-form .form-flex ::-webkit-input-placeholder {
  color: #191b1d99 !important;
}

.footer-area-content .newslettre-form .form-flex :-ms-input-placeholder {
  color: #191b1d99 !important;
}

.footer-area-content .newslettre-form .form-flex ::-ms-input-placeholder {
  color: #191b1d99 !important;
}

.footer-area-content .newslettre-form .form-flex ::placeholder {
  color: #191b1d99 !important;
}

.footer-area-content .newslettre-form .form-group {
  margin-bottom: 0;
  margin-right: 0px;
  width: 100%;
  position: relative;
}

.footer-area-content .newslettre-form .form-control {
  height: 48px;
  background-color: #ffffff;
  padding: 0px 20px;
  border-radius: 0px;
  color: #191B1D;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 0px;
  border: 1px solid #ffffff;
}

.footer-area-content .newslettre-form .form-control:hover {
  border-color: #ffffff;
}

.footer-area-content .newslettre-form .submit-btn {
  position: absolute;
  background-color: #1B1B1B;
  width: 35px;
  height: 35px;
  border-radius: 0px;
  font-weight: 400;
  margin-top: 0px;
  margin-right: 5px;
  border: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.footer-area-content .newslettre-form .submit-btn i {
  font-size: 12px;
  line-height: 35px;
  color: #ffffff;
}

.footer-area-content .newslettre-form .submit-btn:hover {
  background-color: #191B1D;
}

.footer-area-content .newslettre-info {
  margin-bottom: 30px;
}

.footer-area-content .newslettre-info h3 {
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-area-content .newslettre-info p {
  margin-bottom: 0px;
  color: #d0d0d0;
}

.footer-area-copyright {
  border-top: 1px solid rgba(153, 153, 153, 0.15);
}

.footer-area-copyright .copyright {
  padding: 30px 0;
  text-align: center;
}

.footer-area-copyright .copyright p {
  margin-bottom: 0;
  color: #d0d0d0;
  font-size: 15px;
}

.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.back .back-top {
  width: 45px;
  height: 45px;
  background-color: #101213;
  border: 1px solid rgba(153, 153, 153, 0.15);
  position: fixed;
  bottom: 15px;
  right: 30px;
  left: auto;
  border-radius: 0px;
  z-index: 9;
  display: none;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.back .back-top i {
  color: #ffffff;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
}

.back .back-top:hover {
  background-color: #191B1D;
}

.back .back-top:hover i {
  color: #ffffff;
}

/* -----------------------------
		 Preloader 
--------------------------------- */
.loader {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100000;
}

.loader-element {
  height: 1px;
  width: 60%;
  background: #E6E7E7;
  margin: auto;
}

.loader-element:before {
  content: '';
  display: block;
  background-color: #191B1D;
  height: 1px;
  width: 0;
  -webkit-animation: getWidth 1s ease-in infinite;
          animation: getWidth 1s ease-in infinite;
}

@-webkit-keyframes getWidth {
  100% {
    width: 100%;
  }
}

@keyframes getWidth {
  100% {
    width: 100%;
  }
}


.nav-tabs .nav-link {
  padding: 10px 0px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
}

.nav-tabs .nav-link.active {
  border: 1px solid transparent;
  border-bottom: 1px solid #191B1D !important;
  color: #191B1D;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:hover {
  border: 1px solid transparent;
  border-bottom: 1px solid #191B1D !important;
}

.tab-content > .active {
  padding-top: 30px !important;
}

.subBanner{ 
	margin-top:100px; 
	padding:75px 0;
	background:#ccc;
	color:#222;
}
.subBanner h2 { text-transform:uppercase; color:#222}
.breadcrumbs{ text-align:center; }
.breadcrumbs li{ 
position:relative;
display:inline-block;
padding:0 10px;
}
.breadcrumbs li:not(:last-child):after{ position:absolute; content:'/'; right:-5px; top:0;}
.breadcrumbs a{ color:#222}
.breadcrumbs li.active {color:#fff}

.papers ol li { margin-bottom:10px;}
 
/* ------------------------------
		 Responsive 
------------------------------ */
@media screen and (max-width: 1200px) {
  .blog-creative {
    padding: 0px 15px 0px 15px;
  }
  .blog-creative .left-side {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 1;
  }
  .blog-creative .right-side {
    border-top: 1px solid #E6E7E7;
    margin: 0;
    margin-top: 50px;
    position: relative;
    width: 100%;
  }
  .blog-creative .right-side .posts-lists {
    padding-top: 50px;
  }
  .blog-creative-1 .right-side {
    margin-top: 20px;
  }
  .blog-creative-1 .right-side .posts-lists {
    padding-top: 20px;
  }
  .header-padding {
    padding: 0px 15px;
  }
  .blog-home3 {
    padding: 0px 15px;
  }
  .blog-home9 .list-articles {
        grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding: 0px 15px;
  }
  .header-navbar {
    background: #ffffff;
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0;
    right: 0px;
  }
  .header-navbar .navbar {
    padding: 0px !important;
  }
  .header-navbar .navbar-collapse {
    background-color: #ffffff;
    padding: 30px 15px 0px 15px;
    border-bottom: 1px solid #E6E7E7;
  }
  .header-navbar .navbar .nav-item .nav-link:before {
    bottom: 0;
    display: none;
  }
  .header-navbar .navbar .nav-item .dropdown-toggle::after {
    border: 0 none;
    line-height: normal;
    margin-left: 1px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 400;
    opacity: 1;
  }
  .header-navbar .navbar .nav-item .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
  .header-navbar .navbar .nav-item .dropdown-menu li {
    margin-right: 100%;
  }
  .header-navbar .navbar .nav-item .dropdown-menu.show {
    margin-bottom: 30px;
  }
  .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item {
    display: block;
  }
  .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:hover:before, .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item.active:before {
    z-index: 1;
  }
  .header-navbar .navbar .nav-item .nav-link {
    margin: 0px 0px 20px 0px;
  }
  .header-padding {
    padding: 0px 0px;
  }
  .categories-items {
        grid-template-columns: repeat(5, 1fr);
  }
  .blog-home9 .list-articles {
        grid-template-columns: repeat(2, 1fr);
  }
  .post-list-style4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .post-list-style4 .post-list-image {
    margin-right: 0;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .post-list-style4 .post-list-content {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .post-list-style4 .post-list-exerpt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .post-list-style1 h4 {
    font-size: 22px;
  }
  .post-list-style7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
  .post-list-style7:last-child {
    padding-bottom: 0px;
  }
  .post-list-style7:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-list-style7 .post-list-image {
    max-width: 100%;
  }
  .authors-info .content {
    padding-right: 0;
  }
  .section-feature-1 .post-list-style4 .post-list-image, .blog-author .post-list-style4 .post-list-image {
    margin-right: 30px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .section-feature-1 .post-list-style4 .post-list-content, .blog-author .post-list-style4 .post-list-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-feature-1 .post-list-style4 .post-list-content .post-btn, .blog-author .post-list-style4 .post-list-content .post-btn {
    display: block;
  }
  .section-feature-1 .sidebar, .blog-author .sidebar {
    border-top: 1px solid #E6E7E7;
  }
  .section-feature-2 .post-overly-2 {
    padding-top: 20px;
  }
  .blog-layout-2 .post-list-style2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .blog-layout-2 .post-list-style2 .post-list-image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .blog-home5 {
    height: auto;
  }
  .blog-home5 .blog-banner {
    position: relative;
    width: 100%;
    height: 600px;
  }
  .blog-home5 .post-list-hero {
    height: auto;
    padding: 50px 0px;
  }
  .blog-layout-7 {
    padding-bottom: 0;
  }
  .blog-layout-7 .post-list-style7:last-child {
    padding-bottom: 30px;
  }
  .blog-layout-5 .sidebar {
    border-top: 1px solid #E6E7E7;
  }
  .blog-search .sidebar {
    border-top: 1px solid #E6E7E7;
    padding-bottom: 20px;
  }
  .widget-categories {
        grid-template-columns: repeat(4, 1fr);
  }
  .widget-categories .category-item:last-child {
    display: none;
  }
  .widget-stay-connected .list {
        grid-template-columns: repeat(3, 1fr);
  }
  .sidebar {
    border-left: 0px;
    padding-left: 0px;
  }
  .post-single-body {
    padding: 0;
  }
  .instagram-list {
    grid-gap: 15px;
  }
  .contact-image img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .post-list-style1 h4 {
    font-size: 20px;
  }
  .post-list-style1 .post-list-title {
    padding: 0px 15px;
  }
  .blog-home9 .list-articles {
        grid-template-columns: repeat(1, 1fr);
  }
  .post-list-style4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .post-list-style4 .post-list-image {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .post-list-style4 .post-list-content {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .post-list-style4 .post-list-content .entry-title {
    margin: 10px 0 15px 0;
  }
  .post-list-style4 .post-list-content .post-btn {
    display: none;
  }
  .post-list-style4 .post-list-exerpt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .section-feature-1 .post-list-style4 .post-list-image,
  .blog-author .post-list-style4 .post-list-image {
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .section-feature-1 .post-list-style4 .post-list-content,
  .blog-author .post-list-style4 .post-list-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .section-feature-1 .post-list-style4 .post-list-content .post-btn,
  .blog-author .post-list-style4 .post-list-content .post-btn {
    display: block;
  }
  .search-form {
    width: 100%;
  }
  .search-form input {
    width: calc(100% - 100px);
  }
  .search .close {
    right: 30px;
  }
  .post-single-next-previous .small-post {
    margin-bottom: 30px !important;
  }
  .post-single-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .post-single-bottom .social-media {
    margin-top: 10px;
    margin-left: 0;
  }
  .authors-info .image img {
    margin-bottom: 20px;
  }
  .shop-single-image {
    margin-bottom: 15px;
  }
  .footer-area-content .newslettre {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px 50px;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  .post-list-style1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .post-list-style1 .post-list-image img {
    width: 100% !important;
  }
  .post-list-style1 h4 {
    font-size: 20px;
  }
  .post-list-style1 .post-list-title {
    padding: 15px 0px !important;
  }
  .post-list-style1 .post-list-category {
    text-align: left;
    margin-left: 0;
  }
  .post-list-style6 .post-list-content .entry-meta .post-date {
    display: none;
  }
  .section-feature-2 .post-list-style1 .post-list-image {
    width: 100%;
  }
  .blog-layout-2 .post-list-style2 .post-list-content .post-date,
  .blog-layout-3 .post-list-style3 .post-list-content .post-date,
  .blog-layout-5 .post-list-style5 .post-list-content .post-date,
  .blog-home5 .post-list-hero .entry-meta .post-date,
  .post-single-title .entry-meta .post-date,
  .post-list-style7 .post-list-content .entry-meta .post-date,
  .post-list-style8 .post-list-content .entry-meta .post-date {
    display: none;
  }
  .blog-banner {
    padding: 30px;
  }
  .post-overly-content .entry-meta .post-timeread {
    display: none;
  }
  
  .authors-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .categories-items {
        grid-template-columns: repeat(3, 1fr);
    text-align: center;
  }
  .categories-items .category-item:last-child {
    display: none;
  }
  .footer-area-content .newslettre {
    padding: 0px 0px;
  }
  .footer-area-content.newslettre-info h3 {
    font-size: 24px;
  }
  .search .close {
    right: 15px;
    top: 15px;
  }
  .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .search-form input {
    width: 100% !important;
  }
  .search-form .search-btn {
    width: 100%;
    height: 45px;
    margin-top: 15px;
  }
  .post-single-title h2 {
    font-size: 28px;
  }
  .post-single-title .meta-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .post-single-title .meta-social .social-media {
    margin-left: 0;
  }
  
  
  .widget-stay-connected .list {
        grid-template-columns: repeat(1, 1fr);
  }
 
  
  .blog-home4 .blog-banner,
  .post-overly-2 .post-overly-content,
  .post-list-style3 .post-list-content,
  .post-single-next-previous .small-post,
  .post-single-comments .comments-form,
  .blog-banner {
    padding: 30px;
  }
  .blog-home7 .post-overly-image img {
    height: auto;
    min-height: 400px;
  }
  .blog-home7 .post-overly-content {
    padding: 15px;
  }
  .post-list-style8 .post-list-image img {
    height: auto;
    width: auto;
  }
}

@media screen and (max-width: 321px) {
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  .blog-layout-3 .post-list-style3 .post-list-content .post-author-img,
  .blog-layout-5 .post-list-style5 .post-list-content .post-author-img,
  .post-single-title .entry-meta .post-author-img,
  .post-list-style7 .post-list-content .entry-meta .post-author-img,
  .post-list-style8 .post-list-content .entry-meta .post-author-img {
    display: none;
  }
  .post-single-title h2 {
    font-size: 24px !important;
  }
  .post-single-content .quote {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
 
  
  .btn-subscribe {
    padding: 4px 12px !important;
  }
  .tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-area-content .newslettre-info h3 {
    font-size: 20px;
  }
  .section-title h3 {
    font-size: 24px;
  }
  .blog-home4 .blog-banner,
  .post-overly-2 .post-overly-content,
  .post-list-style3 .post-list-content,
  .post-single-next-previous .small-post,
  .post-single-comments .comments-form,
  .blog-banner {
    padding: 15px;
  }
  .blog-home3 {
    padding: 0px 15px;
  }
  .blog-home3 .blog-banner {
    padding: 15px;
  }
}

@media screen and (max-height: 760px) {
  .blog-home3 .owl-carousel .owl-stage-outer {
    margin-bottom: 30px;
  }
}


