/*
* Generate A Background Image Properties
* @param $size:    Background-size, default = 'cover'
* @param $pos:     Background-position, default = 'center'
* @param $repeat:  Background-repeat, default = 'no-repeat
*/
/*
* Generate A Squared Button
* @param $bg:    Background color
* @param $color: Text color
* @param $uppercase: Whether to transform text into all uppercase or not, default = 'none'
* @param $gray-60Color: Border color, default = background color
*/
.blog-nav {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
.blog-nav h4 {
  position: relative;
  left: 10%;
}
@media screen and (max-width: 767.98px) {
  .blog-nav h4 {
    position: relative;
    left: 0;
  }
}
.blog-nav .navbar-toggler {
  border: 0;
}
.blog-nav .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.blog-nav .navbar-nav {
  height: 4rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 75%;
}
.blog-nav .navbar-nav .nav-item {
  margin-right: 24px;
}
.blog-nav .navbar-nav .nav-item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 991.98px) {
  .blog-nav .navbar-nav .nav-item {
    margin-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .blog-nav .navbar-nav {
    height: auto;
    width: 100%;
  }
}
.blog-nav .navbar-nav .nav-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid transparent;
  height: 100%;
}
.blog-nav .navbar-nav .nav-item.active, .blog-nav .navbar-nav .nav-item:hover {
  border-bottom: 5px solid #a20000;
}
.blog-nav .navbar-nav .nav-item.active a, .blog-nav .navbar-nav .nav-item:hover a {
  color: #000;
  font-weight: 400;
}
.blog-nav .navbar-nav .nav-item a {
  color: #737373;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .blog-nav .navbar-nav .nav-item a {
    padding-bottom: 0;
  }
}

#head-strip {
  margin-top: 6rem;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #head-strip {
    margin-top: 3.5rem;
  }
}
#head-strip .bottom-sec {
  height: 450px;
}
@media screen and (max-width: 767.98px) {
  #head-strip .bottom-sec {
    height: 36rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #head-strip .bottom-sec {
    height: 450px;
  }
}
#head-strip .bottom-sec-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  height: 100% !important;
}
@media screen and (max-width: 991.98px) {
  #head-strip .bottom-sec-inner {
    display: block;
  }
}
#head-strip .bottom-sec-inner .stripe-line {
  display: none;
}
@media screen and (max-width: 991.98px) {
  #head-strip .bottom-sec-inner .stripe-line {
    position: absolute;
    bottom: 0;
    z-index: 20;
    width: 100%;
    display: block;
    height: 35px;
    background: linear-gradient(90deg, #94393a 0%, #c05250 49%, #d17d51 57%);
  }
}
#head-strip .bottom-sec .black-square {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.98px) {
  #head-strip .bottom-sec .black-square {
    max-width: none;
    align-items: center;
    height: 9rem;
  }
}
#head-strip .bottom-sec .black-square .text-wrapper {
  z-index: 1;
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 991.98px) {
  #head-strip .bottom-sec .black-square .text-wrapper {
    width: 85%;
  }
}
#head-strip .bottom-sec .black-square .text-wrapper h1 {
  margin-bottom: 0.5rem;
}
#head-strip .bottom-sec .black-square .square {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: skew(15deg);
}
@media screen and (max-width: 991.98px) {
  #head-strip .bottom-sec .black-square .square {
    transform: skew(0deg);
  }
}
#head-strip .bottom-sec .black-square .square:nth-of-type(1) {
  background-color: #11606d;
  transform: translateX(-100px);
}
@media screen and (max-width: 991.98px) {
  #head-strip .bottom-sec .black-square .square:nth-of-type(1) {
    display: none;
  }
}
#head-strip .bottom-sec .black-square .square:nth-of-type(2) {
  background: linear-gradient(148deg, #94393a 0%, #c05250 22%, #b74647 74%, #d17d51 80%, #b64547 100%);
}
@media screen and (max-width: 991.98px) {
  #head-strip .bottom-sec .black-square .square:nth-of-type(2) {
    display: none;
  }
}
#head-strip .bottom-sec .black-square .square:nth-of-type(3) {
  background-color: #11606d;
  width: calc(100% - 50px);
  left: -10px;
}
@media screen and (max-width: 991.98px) {
  #head-strip .bottom-sec .black-square .square:nth-of-type(3) {
    width: calc(100%);
    left: 0px;
    min-height: 9rem;
  }
}
#head-strip .bottom-sec .black-square h1 {
  margin-top: 1rem;
}
#head-strip .bottom-sec .black-square > span {
  font-size: 21px;
  text-align: left;
}
#head-strip .bottom-sec .right-inner {
  height: 100%;
  background-size: cover !important;
  position: absolute;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 991.98px) {
  #head-strip .bottom-sec .right-inner {
    position: absolute;
    bottom: 35px;
    height: 72%;
  }
}
#head-strip .bottom-sec .right-inner .copy-right {
  position: absolute;
  right: 0;
  bottom: 5px;
  padding: 3px 16px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#head-strip .bottom-sec .right-inner .copy-right .img-copy-right {
  color: #fff;
  opacity: 0.75;
  text-align: left;
}
#head-strip .bottom-sec .right-inner .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #171717;
  background: linear-gradient(to top, #171717 0%, #171717 6%, rgba(85, 85, 85, 0.5) 30%, rgba(100, 100, 100, 0) 100%);
  opacity: 0.85;
}

.magazine-card {
  padding: 0;
  transition: transform 0.3s ease-in-out;
  background-color: #fff;
  filter: drop-shadow(0px 2px 4px rgba(64, 64, 64, 0.16));
  margin: 0.5rem;
}
.magazine-card .magazine-card-inner {
  display: Flex;
  flex-direction: column-reverse;
}
.magazine-card .magazine-card-inner .card-title {
  margin-bottom: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.magazine-card .magazine-card-inner .card-title h2 {
  color: #000;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.magazine-card .magazine-card-inner .card-title span {
  color: #888888;
}
.magazine-card .magazine-card-inner .magazine-cover {
  box-shadow: 0px 2px 6px rgba(64, 64, 64, 0.18);
}
.magazine-card .magazine-card-inner .magazine-cover img {
  height: 400px;
}

.content-wrapper#head-strip .right-inner {
  background-position: bottom !important;
}
.content-wrapper#head-strip .right-inner .bg-overlay {
  display: none !important;
}
.content-wrapper .btn-secondary {
  color: #7c7a7a;
  background-color: #f1f1f1;
  border-color: #6c757d;
  text-transform: capitalize;
}
.content-wrapper .btn-secondary:hover, .content-wrapper .btn-secondary:active {
  color: #7c7a7a !important;
  background-color: #f1f1f1 !important;
  border-color: #6c757d !important;
}
.content-wrapper#magazines .blog-nav {
  padding: 1rem 3rem;
  background-color: #fff !important;
}
.content-wrapper#magazines .blog-nav .dropdown-toggle {
  padding: 8px !important;
}
.content-wrapper#magazines .blog-nav .dropdown-toggle span {
  /*rtl:ignore*/
  margin-left: 8px;
}
.content-wrapper#magazines .blog-nav h4 {
  left: 0;
  margin-right: 1.5rem;
}
.content-wrapper#magazines .magazine-card-wrapper {
  display: none;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  background-color: #f0eeee;
  /*rtl:none*/
}
.content-wrapper#magazines .magazine-card-wrapper.active {
  display: block;
  /*rtl:block*/
}
