
/*--main-slider--*/
.w3l-main-slider {
  padding-top: 0px;
}

.w3l-main-slider li {
  list-style: none;
}

.w3l-main-slider .banner-info-bg {
  max-width: 750px;
  margin-top: 100px;
  margin: 0 auto;
}

.w3l-main-slider .banner-info-bg h5 {
  font-size: 80px;
  line-height: 86px;
  color: #fff;
  margin: 16px 0 30px 0;
}

.w3l-main-slider .banner-info-bg h4.sub-font {
  font-size: 20px;
  line-height: 40px;
  color: #ffac41;
  text-transform: capitalize;
}

.w3l-main-slider .banner-slider {
  position: relative;
  z-index: 1;
}

.w3l-main-slider .slider-info a img {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}

.w3l-main-slider .banner-view {
  background: url(images/app/pp6.jpg) no-repeat center;
  background-size: cover;
  min-height: 500px;

  z-index: 0;
  display: grid;
  align-items: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
}

.w3l-main-slider .banner-view::before {
  content: "";
  background: rgba(9, 6, 20, 0.53);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
}

.w3l-main-slider .banner-top1 {
  background: url(images/app/pp4.jpg) no-repeat center;
  background-size: cover;
}

.w3l-main-slider .banner-top2 {
  background: url(images/app/pp3.jpg) no-repeat center;
  background-size: cover;
}

.w3l-main-slider .banner-top3 {
  background: url(images/app/pp2.jpg) no-repeat center;
  background-size: cover;
}

.w3l-main-slider .banner-info {
  max-width: 500px;
  padding: 0 60px;
}

.w3l-main-slider .banner-info h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.w3l-main-slider .banner-info p {
  color: #fff;
  opacity: 0.8;
  margin: 10px 0 34px 0;
}

.w3l-main-slider .play-view1 h6 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-left: 20px;
  display: inline-block;
}

.w3l-main-slider .play-view1 span.video-play-icon {
  background: #fff;
  color: var(--theme-rose);
  display: inline-block;
  padding-left: 1px;
  width: 42px;
  height: 42px;
  line-height: 38px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
  text-align: center;
  border: 2px solid #fff;
  font-size: 16px;
}

.w3l-main-slider .play-view1 span.video-play-icon:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
  background-color: var(--theme-rose);
  border: 2px solid var(--theme-rose);
  color: #fff;
}

.w3l-main-slider .play-view1:hover {
  color: var(--theme-rose);
  transition: 0.3s ease-in-out;
}


@media (max-width: 992px) {}

@media (max-width: 768px) {

  .w3l-main-slider .banner-info-bg h4.sub-font {
    font-size: 16px;
    line-height: 24px;
  }

  .w3l-main-slider .banner-view {
    min-height: 400px;
  }

  .w3l-main-slider .banner-info {
    max-width: 500px;
    padding: 0 20px;
  }
}

@media (max-width:600px) {

  .w3l-main-slider .banner-view {
    min-height: 360px;
  }

  .w3l-main-slider .banner-info {
    max-width: 500px;
    padding: 0 20px;
  }

  .w3l-main-slider .banner-info h3 {
    font-size: 26px;
  }

  .w3l-main-slider .banner-info p {
    margin: 10px 0 30px 0;
    font-size: 13px;
  }
  .w3l-main-slider .over-para{
    display:none;
  }
}

@media (max-width: 480px) {
  .w3l-main-slider .banner-info h3 {
    font-size: 26px;
  }

  .w3l-main-slider .play-view1 h6 {
    display: none;
  }
  .w3l-main-slider .banner-view {
    min-height:340px;
  }
}

@media (max-width: 384px) {
  .w3l-main-slider .banner-info h3 {
    font-size: 24px;
  }
  .w3l-main-slider .banner-view {
    min-height:300px;
  }
}

@media (max-width:380px) {
  .w3l-main-slider .banner-info h3 {
    font-size: 22px;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media (max-width:600px) {

  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
  }
}

/**
  * Owl Carousel v2.3.4
  * Copyright 2013-2018 David Deutsch
  * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
  */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: block;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: none;
}

.owl-dots {
  margin-top: 0px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: none;
  display: none;
}

.owl-theme .owl-nav [class*=owl-] {
  color: var(--theme-rose);
  font-size: 30px;
  margin: 0px;
  width: 50px;
  background: #01080eba;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  height: 50px;
  line-height: 34px;
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--theme-rose);
  opacity: 1;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: 0.3s ease-in-out;
  color: #fff;
}

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme:focus,
.owl-dots:focus,
.owl-dot:focus {
  outline: none;
  box-shadow: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
  display: none;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: transparent;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 2px;
  background: var(--theme-title);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 50%;
  position: relative;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--theme-rose);
}

.owl-mid.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 2px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 50%;
  position: relative;
}

.owl-mid.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-mid.owl-carousel.owl-theme.owl-dots .owl-dot:hover span {
  background: var(--theme-rose);
}

button.owl-next,
button.owl-prev {
  position: absolute;
  bottom: 50%;
}

button.owl-prev {
  left:0px;
}

button.owl-next {
  right:0px;
}


.owl-one.owl-carousel.owl-theme .owl-dots,
.owl-two.owl-carousel.owl-theme .owl-dots {
  display: none;
}

/*--/grids--*/

.owl-two.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background: #fff;
  color: var(--theme-title);
  box-shadow: 0 0.5px 6px rgba(0, 0, 0, 0.58);
  display: none;
}

.owl-two.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--theme-rose);
  color: var(--theme-title);
  display: none;
}

.owl-two.owl-carousel button.owl-prev {
  left: -10px;
  display: none;
}

.owl-two.owl-carousel button.owl-next {
  right: -10px;
  display: none;
}

/*--//grids--*/
/*--/grids2--*/
.owl-three.owl-carousel.owl-theme button.owl-next,
.owl-three.owl-carousel.owl-theme button.owl-prev {
  position: absolute;
  top: -28%;
  font-size: 30px;
  display: none;
}

.owl-three.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  color: var(--theme-title);
  background: none !important;
  box-shadow: none !important;
  display: none;
}

.owl-three.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--theme-rose);
  display: none;
  background: none !important;
  box-shadow: none !important;
}

.owl-three.owl-carousel button.owl-prev {
  left: auto;
  right: 10px;
}

.owl-three.owl-carousel button.owl-next {
  right: -20px;
}

/*--//grids2--*/
/*--/four--*/
.owl-four.owl-carousel .owl-theme .owl-nav [class*=owl-] {
  background: none !important;
  box-shadow: none !important;
}

.owl-four.owl-carousel .owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  box-shadow: none !important;
}

.owl-four.owl-carousel.owl-theme button.owl-next,
.owl-four.owl-carousel.owl-theme button.owl-prev {
  position: absolute;
  top: -13%;
  font-size: 30px;
}

.owl-four.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  color: var(--theme-title);
  background: none !important;
  box-shadow: none !important;
}

.owl-four.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--theme-rose);
}

.owl-four.owl-carousel button.owl-prev {
  left: auto;
  right: 10px;
}

.owl-four.owl-carousel button.owl-next {
  right: -20px;
}

/*--//four--*/
/*--/team--*/
.owl-team.owl-carousel .owl-theme .owl-nav [class*=owl-] {
  background: none !important;
  box-shadow: none !important;
}

.owl-team.owl-carousel .owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  box-shadow: none !important;
}

.owl-team.owl-carousel.owl-theme button.owl-next,
.owl-team.owl-carousel.owl-theme button.owl-prev {
  position: absolute;
  top: -16%;
  font-size: 30px;
}

.owl-team.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  color: var(--theme-title);
  background: none !important;
  box-shadow: none !important;
}

.owl-team.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--theme-rose);
}

.owl-team.owl-carousel button.owl-prev {
  left: auto;
  right: 10px;
}

.owl-team.owl-carousel button.owl-next {
  right: -20px;
}

/*--//team--*/
/*--/clents--*/
.owl-clients.owl-carousel.owl-theme button.owl-next,
.owl-clients.owl-carousel.owl-theme button.owl-prev {
  display: none;
}

.owl-clients.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  display: none;
}

.owl-clients.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  display: none;
}

.owl-clients.owl-carousel button.owl-prev {
  left: auto;
  right: 10px;
  display: none;
}

.owl-clients .owl-carousel button.owl-next {
  right: -20px;
  display: none;
}

.owl-clients.owl-carousel.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: transparent;
}

.owl-clients.owl-carousel.owl-theme.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 2px;
  background: var(--theme-title);
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 50%;
  position: relative;
  opacity: 0.4;

}

.owl-clients.owl-carousel.owl-theme.owl-dots .owl-dot.active span,
.owl-clients.owl-carousel.owl-theme.owl-dots .owl-dot:hover span {
  background: var(--theme-rose);
  opacity: 0.9;
}

.owl-clients.owl-carousel.owl-theme .owl-dots {
  display: inline-block;
  right: 0px;
  left: 0px;
  bottom: -18%;
  margin: 0 auto;
}

/*--//clients--*/
@media all and (max-width:768px) {
  .owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
    width: 0px;
    display: none;
  }

  .owl-dots {
    margin-top: 0px;
    right: 0px;
    bottom: 30px;
    left: 0;
  }

  .owl-two.owl-carousel.owl-theme button.owl-next,
  .owl-two.owl-carousel.owl-theme button.owl-prev {
    position: absolute;
    top: -12%;
  }

  .owl-two.owl-carousel button.owl-prev {
    left: auto;
    right: 30px;
  }

  .owl-two.owl-carousel button.owl-next {
    right: 10px;
  }

  .owl-three.owl-carousel.owl-theme button.owl-next,
  .owl-three.owl-carousel.owl-theme button.owl-prev {
    position: absolute;
    top: -23%;
  }

  .owl-three.owl-carousel button.owl-prev {
    left: auto;
    right: 30px;
  }

  .owl-three.owl-carousel button.owl-next {
    right: 10px;
  }

  .owl-four.owl-carousel.owl-theme button.owl-next,
  .owl-four.owl-carousel.owl-theme button.owl-prev {
    position: absolute;
    top: -30%;
  }

  .owl-four.owl-carousel button.owl-prev {
    left: auto;
    right: 30px;
  }

  .owl-four.owl-carousel button.owl-next {
    right: 10px;
  }

  .owl-clients.owl-carousel button.owl-prev {
    left: auto;
    right: 30px;
    display: none;
  }

  .owl-clients .owl-carousel button.owl-next {
    right: 10px;
    display: none;
  }

  .owl-team.owl-carousel.owl-theme button.owl-next,
  .owl-team.owl-carousel.owl-theme button.owl-prev {
    position: absolute;
    top: -19%;
  }

  .owl-team.owl-carousel button.owl-prev {
    left: auto;
    right: 30px;
  }

  .owl-team.owl-carousel button.owl-next {
    right: 10px;
  }
}

@media all and (max-width:600px) {
  .owl-clients.owl-carousel.owl-theme .owl-dots {
    display: none;
  }

  .owl-four.owl-carousel.owl-theme button.owl-next,
  .owl-four.owl-carousel.owl-theme button.owl-prev {
    position: absolute;
    top: -30%;
    font-size: 30px;
  }
}

/*--/grids--*/
/*--/popular-grids--*/
.w3l-grids .w3l-populohny-grids {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px 30px;
}

/*--//popular-grids--*/
/*--/grids--*/
.w3l-grids .genre-grids {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}

.w3l-grids .box16 {
  text-align: center;
  color: #fff;
  position: relative;
  display: block;
}

.w3l-grids .box16 figure {
  margin: 0 0 0rem;
}

.w3l-grids .box16 .box-content,
.w3l-grids .box16:after {
  width: 100%;
  position: absolute;
  left: 0;
}

.w3l-grids .box16:after {
  content: "";
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.08) 69%, rgba(0, 0, 0, 0.76) 100%);
  top: 0;
  border-radius: 6px;
  transition: all .5s ease 0s;
}

.w3l-grids .box16 .post,
.w3l-grids .box16 .title {
  transform: translateY(30px);
  transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
}

.w3l-grids .box16:hover:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.09) 11%, rgba(0, 0, 0, 0.12) 13%, rgba(0, 0, 0, 0.19) 20%, rgba(0, 0, 0, 0.29) 28%, rgba(0, 0, 0, 0.29) 29%, rgba(0, 0, 0, 0.42) 38%, rgba(0, 0, 0, 0.46) 43%, rgba(0, 0, 0, 0.53) 47%, rgba(0, 0, 0, 0.75) 69%, rgba(0, 0, 0, 0.87) 84%, rgba(0, 0, 0, 0.98) 99%, rgba(0, 0, 0, 0.94) 100%);
}

.w3l-grids .box16 img {
  width: 100%;
  height: auto;
}

.w3l-grids .box16 .box-content {
  padding: 15px;
  bottom: 30px;
  z-index: 1;
  text-align: left;
}

.w3l-grids .box16 .box-content h4 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 10px;
  margin: 10px 0 0 0;
}

.w3l-grids .box16 .title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 5px;
  color: #fff;
}

.w3l-grids .box16 span {
  display: inline-block;
  padding: 0px 0;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

.w3l-grids .box16 span.fa.fa-heart {
  color: var(--theme-rose);
}

.w3l-grids .box16 span.video-icon {
  position: absolute;
  z-index: 9;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #fff;
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 39px;
  padding-left: 2px;
}

.w3l-grids .box16 .social li a,
.w3l-grids .box17 .icon li a {
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
}

.w3l-grids .box16:hover .post,
.w3l-grids .box16:hover .title {
  transform: translateY(0);
}

.w3l-grids .box16 .social {
  list-style: none;
  padding: 0 0 5px;
  margin: 40px 0 25px;
  opacity: 0;
  position: relative;
  transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
  transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.w3l-grids .box16:hover .social {
  opacity: 1;
  transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
}

.w3l-grids .box16 .social:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
}

.w3l-grids .box16 .social li {
  display: inline-block;
}

.w3l-grids a.title-gd {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 5px;
  color: var(--theme-title);
}

.w3l-grids a.title-gd {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 20px 0 7px 0;
  color: var(--theme-title);
  display: inline-block;
}

.w3l-grids .vhny-grid {
  margin-bottom: 24px;
}

.w3l-grids a.title-gd:hover {
  color: var(--theme-rose);
  transition: 0.3s ease-in-out;
}

.w3l-grids .vhny-grid p {
  font-size: 13px;
  line-height: 22px;
}

.w3l-grids .two-gridshny-right p {
  font-size: 15px;
  line-height: 25px;
}

@media (max-width:992px) {
  .w3l-grids .genre-grids {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .w3l-grids .box16 {
    margin-bottom: 0;
  }

  .w3l-grids .w3l-populohny-grids {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}

@media (max-width:480px) {
  .w3l-grids .box16 span {
    font-size: 12px;
  }

  .w3l-grids .w3l-populohny-grids {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 20px;
  }

  .w3l-grids .w3l-populohny-grids {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 20px;
  }
}

/*--//grids--*/
/*--tabs--*/
.w3l-albums {}

.w3l-albums .slider-info {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  background-color: var(--theme-lite);
  border-radius: 6px;
  /* padding: 20px; */
  align-items: center;
  margin-top: 30px;
  border: 1px solid var(--theme-border);
}

.w3l-albums .slider-info:hover {
  border: 1px solid var(--theme-rose);
  transition: 0.3s ease-in-out;
}

.w3l-albums .img-circle {
  display: inline-block;
  overflow: hidden;
  background: #f3f6f9;
  position: relative;
}

.w3l-albums .overlay-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: rgba(11, 13, 14, 0.61);
  border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
  -o-border-radius: 6px 0px 0px 6px;
  -mozborder-radius: 6px 0px 0px 6px;
}

.w3l-albums .img-circle span.video-icon {
  opacity: 1;
  position: absolute;
  z-index: 9;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  height: 100%;
  font-size: 16px;
  color: #fff;
  border: 2px solid #fff;
  width: 42px;
  height: 42px;
  line-height: 39px;
  padding-left: 2px;
  background: none;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}

.w3l-albums .img-circle img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
  -o-border-radius: 6px 0px 0px 6px;
  -mozborder-radius: 6px 0px 0px 6px;
}

.w3l-albums h4 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 10px;
  margin: 10px 0 0 0;
}

.w3l-albums h4 .post {
  display: block;
  padding: 0px 0;
  font-size: 13px;
  color: var(--theme-para);
}

.w3l-albums .message {
  padding-right: 20px;
}

.w3l-albums span.post.fa.fa-heart {
  color: var(--theme-rose);
}

.w3l-albums a:hover {
  color: var(--theme-rose);
  transition: 0.3s ease-in-out;
}

.w3l-albums a.author-book-title {
  color: var(--theme-title);
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  margin-top: 5px;
  text-transform: capitalize;
}

.w3l-albums a.author-book-title:hover {
  color: var(--theme-rose);
  transition: 0.3s ease-in-out;
}

.w3l-albums .message p {
  margin-bottom: 0px;
  line-height: 14px;
}

@media (max-width: 667px) {
  .w3l-albums .slider-info {
    grid-gap: 20px;
  }
}

@media (max-width: 480px) {
  .w3l-albums .slider-info {
    grid-gap: 10px;
  }
}

@media screen and (max-width: 992px) {
  .w3l-albums .albums-content h3 {
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 33px;
  }
}

@media screen and (max-width: 480px) {
  .w3l-albums .albums-content {
    margin-bottom: 30px;
  }
}

/*  /section */
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}

ul.resp-tabs-list {
  max-width: 600px;
  /* margin-left: auto; */
  margin-right: auto;
}

.resp-tabs-list li {
  font-weight: 700;
  font-size: 18px;
  padding: 10px;
  margin: 0 2% 0 0%;
  list-style: none;
  cursor: pointer;
  float: left;
  width: 31%;
  text-align: center;
  color: var(--theme-title)!important;
  background: var(--theme-lite);
  border-bottom: none;
  border-radius: 6px;
}

.resp-tabs-list li img {
  margin-right: 30px;
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  margin-bottom: -1px !important;
  border: none !important;
  color:var(--theme-title)!important;
  background:#df0e62!important;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border-top-color: #5AB1D0;
}

h2.resp-accordion {
  font-size: 20px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 16px 16px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 16px 16px!important;
  border-radius: 6px 6px 0 0;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid var(--theme-lite)!important;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius:6px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #5AB1D0 !important;
  border-left: 4px solid #5AB1D0 !important;
  margin-bottom: 4px !important;
  border-right: 1px #FFF solid !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB;
  border-bottom: none !important;
  /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid var(--theme-lite)!important;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid var(--theme-lite)!important;
  /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid var(--theme-lite);
  /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    border: none;
    border-bottom: none;
    display: block;
    color:var(--theme-rose)!important;
    background: var(--theme-lite)!important;
  }

  h2.resp-accordion:first-child {
    border-top: none;
  }

  .resp-tabs-container {
    border: 1px solid var(--theme-lite)!important;
    border-radius: 6px;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #ddd;
    border-radius: 6px;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}

@media screen and (max-width: 480px) {
  .resp-tab-content {
    padding: 0 15px;
  }

  .resp-arrow {
    margin-top: 3px;
  }
}


/*--/mid-slider--*/
.w3l-mid-slider li {
  list-style: none;
}

.w3l-mid-slider .mid-info-bg {
  max-width: 600px;
  margin-top: 100px;
  margin: 0 auto;
}

.w3l-mid-slider .mid-info-bg h5 {
  font-size: 80px;
  line-height: 86px;
  color: #fff;
  margin: 16px 0 30px 0;
}

.w3l-mid-slider .mid-info-bg h4.sub-font {
  font-size: 20px;
  line-height: 40px;
  color: #ffac41;
  text-transform: capitalize;
}

.w3l-mid-slider .mid-slider {
  position: relative;
  z-index: 1;
}

.w3l-mid-slider .slider-info a img {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}

.w3l-mid-slider .mid-view {
  background: url(../images/mid1.jpg) no-repeat center;
  background-size: cover;
  min-height: 400px;
  position: relative;
  z-index: 0;
  display: grid;
  align-items: center;

}

.w3l-mid-slider .mid-view::before {
  content: "";
  background: rgba(9, 6, 20, 0.6);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  display: grid;
  align-items: center;
}

.w3l-mid-slider .mid-top1 {
  background: url(../images/mid2.jpg) no-repeat center;
  background-size: cover;
}

.w3l-mid-slider .mid-top2 {
  background: url(../images/mid3.jpg) no-repeat center;
  background-size: cover;
}

.w3l-mid-slider .mid-info {
  max-width: 400px;
}

.w3l-mid-slider .mid-info h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin-top: 6px;
}

.w3l-mid-slider span.sub-text {
  border: 1px solid var(--theme-yellow);
  background: var(--theme-yellow);
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 20px;
}

.w3l-mid-slider .mid-info p {
  color: #fff;
  opacity: 0.8;
  margin: 10px 0 20px 0;
}

.w3l-mid-slider .mid-info a.watch {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}

.w3l-mid-slider .mid-info a.watch span.fa {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  vertical-align: middle;
  border: 2px solid #fff;
  width: 42px;
  height: 42px;
  line-height: 39px;
  padding-left: 2px;
  background: none;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}

.w3l-mid-slider .mid-info a.watch span.fa:hover {
  border: 2px solid var(--theme-rose);
  background: var(--theme-rose);
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}

.owl-mid.owl-carousel.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: none !important;
}

.owl-mid.owl-carousel.owl-theme .owl-dots .owl-dot {
  display: block;
  zoom: 1;
  background: transparent;
}

.owl-mid.owl-carousel.owl-theme .owl-dots {
  display: block;
  right: 13%;
  bottom: 43%;
}


@media (max-width: 992px) {
  .owl-mid.owl-carousel.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
  }

  .owl-mid.owl-carousel.owl-theme .owl-dots {
    display: inline-block;
    left: 0;
    right: 0%;
    bottom: 3%;
  }

  .owl-mid.owl-carousel.owl-theme .owl-dots .owl-dot span {
    display: inline-block;
  }
}



@media (max-width: 415px) {}

@media (max-width: 384px) {}

/*--//mid-slider--*/
/*--/breadcrumbs --*/
.w3l-breadcrumbs {
  padding-top: 70px;
}

nav#breadcrumbs {
  padding: 10px 20px;
  background: var(--theme-lite);
}

.page-wrapper {
  color: var(--theme-title);
  font-size: 14px;
}

nav#breadcrumbs a {
  color: var(--theme-rose);
  margin: 0 5px 0 0;
  font-size: 14px;
}

nav#breadcrumbs a:hover {
  text-decoration: underline;
}

@media (max-width:768px) {
  nav#breadcrumbs {
    padding: 10px 0px;
  }
}

/*--//breadcrumbs --*/
/*--/about--*/
.w3l-counter-stats-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  grid-gap: 30px;
  margin-top: 56px;
}

.w3l-counter-stats-info h4 {
  color: var(--theme-para);
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0 0px 0;
  display: inline-block;
}

.w3l-counter-stats-info p {
  font-size: 52px;
  font-weight: 700;
  color: var(--theme-title);
  margin-bottom: 10px;
}

.w3l-counter-stats-info .counter_grid {
  border: 2px solid var(--theme-blue);
  padding: 30px 20px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}

.w3l-counter-stats-info .counter_grid:hover {
  background: var(--theme-blue);
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}

.w3l-counter-stats-info .counter_grid:hover h4,
.w3l-counter-stats-info .counter_grid:hover p {
  color: var(--theme-white);
}

@media (max-width:992px) {
  .w3l-counter-stats-info {
    grid-gap: 20px;
    margin-top: 40px;
  }

  .w3l-counter-stats-info p {
    font-size: 42px;
    margin-bottom: 2px;
  }
}

@media (max-width:667px) {
  .w3l-counter-stats-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 20px;
    margin-top: 40px;
  }
}

/*--//about--*/
/*--/team--*/
.w3l-team h3.name-pos {
  margin-top: 16px;
}

.w3l-team .social {
  margin-top: 10px;
}

.w3l-team p.team-text {
  font-size: 18px;
  color: var(--theme-title);
  line-height: 30px;
  max-width: 650px;
}

.w3l-team .team-info p {
  font-size: 16px;
  line-height: 24px;
}

.w3l-team h3.name-pos a {
  font-size: 20px;
  line-height: 30px;
  color: var(--theme-title);
  font-weight: 600;
}

.w3l-team .team-info:hover h3.name-pos a {
  color: var(--theme-rose);
  transition: 0.3s ease;
}

.w3l-team .column {
  border-radius: 6px !important;
  overflow: hidden;
}

.w3l-team .column a img {
  width: 100%;
  display: block;
  transition: transform 0.3s linear;
  border-radius: 6px !important;
}

.w3l-team .team-info:hover img.team-image {
  transform: scale(1.1);
  transition: transform 0.3s linear;
}

.w3l-team .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}

.w3l-team .social a span {
  font-size: 16px;
  line-height: 30px;
  color: var(--theme-para);
  display: block;
  border-radius: 50%;
}

.w3l-team .social a.facebook span:hover {
  background: #3b5998;
  font-size: 16px;
  color: #fff;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}

.w3l-team .social a.twitter span:hover {
  background: #1da1f2;
  font-size: 16px;
  color: #fff;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}

.w3l-team .social a.linkedin span:hover {
  background: #0077b5;
  font-size: 16px;
  color: #fff;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}
@media (max-width:600px) {
  .w3l-team h3.name-pos a {
      font-size: 16px;
  }
}
@media (max-width: 415px) {
  .w3l-team .teams1-content h2 {
    font-size: 30px;
    line-height: 45px;
  }

}

/*--//team--*/
/*--/pricing--*/

.w3l-pricinghny .grid {
  display: grid;
  grid-template-columns: 1fr 3fr 2fr;
  align-items: center;
  grid-gap: 20px;
}

.w3l-pricinghny .price-box {
  box-sizing: border-box;
  background: white;
  padding: 30px;
  border: 2px solid var(--theme-title);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  margin-bottom: 30px;
}

.w3l-pricinghny .price-box:hover {
  border: 2px solid var(--theme-rose);
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  box-shadow: 0 20px 50px 0 rgba(54, 54, 54, .15);
}

.w3l-pricinghny .pricehead {
  color: var(--theme-title);
  text-transform: uppercase;
  line-height: 20px;
  font-size: 13px;
  font-size: 15px;
  font-weight: 700;
}

.w3l-pricinghny .pricing {
  color: var(--theme-title);
  line-height: 45px;
  font-size: 50px;
  text-align: right;
  font-weight: 700;
}

.w3l-pricinghny .price-number {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 20px;
}

.w3l-pricinghny .pri {
  color: var(--theme-para);
  line-height: 25px;
  font-size: 17px;
  vertical-align: super;
  font-weight: 600;
}

.w3l-pricinghny .pri1 {
  color: var(--theme-title);
  text-align: right;
  line-height: 25px;
  font-size: 20px;
  font-weight: 300;
  vertical-align: super;
}

.w3l-pricinghny .price-title {
  color: var(--theme-color);
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.w3l-pricinghny .pricing-style-w3ls {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width:992px) {
  .w3l-pricinghny .price-number {
    display: grid;
    grid-template-columns: 1fr;
  }

  .w3l-pricinghny .grid {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
    align-items: center;
    grid-gap: 10px;
  }
}

@media (max-width:667px) {
  .w3l-pricinghny .grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: 10px;
    text-align: center;
  }

  .w3l-pricinghny .price-number {
    margin-top: 20px;
  }

  .w3l-pricinghny .pricing {
    font-size: 48px;
    text-align: center;
  }
}

/*--//pricing--*/
.w3l-blog-single .btom-cont h4 {

  font-size: 13px;
  color: var(--theme-para);
  text-align: left;
  font-weight: 400;
  margin-bottom: 6px;
}

.w3l-blog-single .bl-top h6 {
  font-size: 20px;
  background: #272121;
  color: #272121;
  text-align: center;
  padding: 12px;
  font-weight: 600;
}

.w3l-blog-single .blg-img {
  position: relative;
  margin-bottom: 20px;
}

.w3l-blog-single .grid-colunm-2 {
  grid-template-columns: 2fr .9fr;
  grid-gap: 40px;
}

.w3l-blog-single .w3-blog-info {
  padding: 25px 20px;
  border: 1px solid #dcd6d6;
  border-top: none;
}

.w3l-blog-single .w3-blog-info h4 {
  font-size: 22px;
}

.w3l-blog-single .w3-blog-info a.btn {
  background: none;
  color: var(--btn-color);
  padding: 10px 30px;
  display: inline-block;
  letter-spacing: 0px;
  font-size: 15px;
  margin-top: 15px;
}

.w3l-blog-single .blog-grid iframe {
  width: 100%;
  height: 200px;
}

.w3l-blog-single .right-side-bar {
  padding-left: 20px;
}

.w3l-blog-single .blog .img-thumbnail {
  border: 1px solid #dcd6d6;
  padding: 3px;
  margin: 5px 15px 0 0;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.w3l-blog-single .blog aside {
  background: transparent;
  margin-bottom: 30px;
  border-radius: 0px;
}

.w3l-blog-single h3.aside-title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
  background: var(--theme-lite);
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--theme-title);
}

.w3l-blog-single .form-inline.search-form {
  position: relative;
}

.w3l-blog-single .search-form button.btn.search {
  color: var(--theme-rose);
  font-size: 16px;
  width: 60px;
  letter-spacing: 0px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  display: inline-block;
}

.w3l-blog-single .search-form button.btn.search:focus {
  border-color: none !important;
  outline: none !important;
}

.w3l-blog-single ul.tags-list li {
  display: inline-block;
  margin: 6px 2px 0 0;
}

.w3l-blog-single ul.category li {
  list-style: none;
  margin-bottom: 10px;
}

.w3l-blog-single ul.category li a label {
  font-size: 14px;
  margin-left: auto;
}

.w3l-blog-single ul.category li span {
  color: var(--theme-para);
  margin-right: 10px;
}

.w3l-blog-single ul.category li:last-child a {
  margin-bottom: 0;
}

.w3l-blog-single ul.category li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.w3l-blog-single .posts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.w3l-blog-single .grid-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.w3l-blog-single .posts-grid a {
  display: block;
}

.w3l-blog-single .social-share {
  margin: 40px 0;
}

.w3l-blog-single .comments-grid-right p {
  margin-top: 15px;
}

.w3l-blog-single .comments {
  margin-bottom: 40px;
}

.w3l-blog-single .blog .form-control {
  width: 100%;
  color:var(--theme-para);
  background: var(--theme-lite);
  padding: 14px 70px 14px 14px;
  font-size: 16px;
  height:60px;
  border: 2px solid var(--theme-border);
  border-radius: 6px;
  display: block;
}

.w3l-blog-single .blog .form-control:focus {
  border: 2px solid var(--theme-rose);
}

.w3l-blog-single .single-left a.button-eff {
  margin-top: 2em;
}

.w3l-blog-single ul.admin-post li a {
  color: var(--theme-title);
}

.w3l-blog-single nav.post-navigation {
  border-top: 1px solid var(--theme-border);
  border-bottom: 1px solid var(--theme-border);
}

.w3l-blog-single span.nav-title {
  color: var(--theme-para);
  margin-bottom: 10px;
  display: inline-block;
}

.w3l-blog-single a.posts-view-left {
  display: grid;
  grid-template-columns: 23% 72%;
  grid-gap: 4%;
  align-items: center;
}

.w3l-blog-single a.posts-view-right {
  display: grid;
  grid-template-columns: 72% 23%;
  grid-gap: 4%;
  align-items: center;
}

.w3l-blog-single a.posts-view label {
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-title);
}

.w3l-blog-single a.posts-view label:hover {
  color: var(--theme-rose);
}

.w3l-blog-single .single-left .admin-post a span {
  width: 20px;
  color: var(--theme-rose);
}

.w3l-blog-single .single-left .admin-post a:hover {
  color: var(--theme-rose);
}

.w3l-blog-single .single-left p img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: bottom;
}

.w3l-blog-single p.subscribe-text {
  font-size: 16px;
  margin-top: 10px;
  color: var(--theme-para);
  line-height: 25px;
}

.w3l-blog-single p.subscribe-text a {
  color: #333;
  font-weight: 600;
  font-size: 14px;
}

.w3l-blog-single .posts-grid-right h4 {
  line-height: 20px;
}

.w3l-blog-single .posts-grid-right h4 a {
  font-size: 17px;
  font-weight: 600;
  color: var(--theme-title);
}

.w3l-blog-single .wthree_courses_events_list li {
  display: inline-block;
  font-size: 14px;
  color: var(--theme-para);
}

.w3l-blog-single ul.wthree_courses_events_list li span {
  color: #a0a0a0;
}

.w3l-blog-single .posts-grid-right h4 a:hover {
  color: var(--theme-rose);
}

.w3l-blog-single .tags ul li {
  display: inline-block;
}

.w3l-blog-single .tags ul li a.text-bl {
  padding: 9px 10px;
  margin: 0 5px 10px 0;
  display: block;
  text-transform: capitalize;
  color: var(--theme-para);
  font-size: 16px;
  background: #eee;
}

.w3l-blog-single .tags ul li a.text-bl:hover {
  background: #eaeaea;
  color: var(--theme-para);
}

.w3l-blog-single .wthree_courses_events_list li a {
  color: var(--theme-para);
}

.w3l-blog-single .comments-grid-right ul li {
  display: inline-block;
  color: var(--theme-para);
  font-size: 14px;
}

.w3l-blog-single .comments-grid-right ul li a {
  color: var(--theme-title);
  font-weight: 600;
}

.w3l-blog-single .comments-grid-right ul li a:hover {
  color: var(--theme-rose);
}

.w3l-blog-single .social-share a,
.w3l-blog-single .social-icons-section a {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 26px;
  transition: 0.3s;
  width: 30px;
}

.w3l-blog-single .single-left1 img {
  width: 100%;
}

.w3l-blog-single a.facebook {
  color: #3b5998;
}

.w3l-blog-single a.instagram {
  color: #c13584;
}

.w3l-blog-single a.pinterest {
  color: #bd081c;
}

.w3l-blog-single a.twitter {
  color: #1da1f2;
}

.w3l-blog-single .form-commets textarea {
  min-height: 150px;
  padding: 15px 15px;
  resize: none;
}

.w3l-blog-single .media-form {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
}

.w3l-blog-single .right-text {
  align-self: center;
}

.w3l-blog-single .form-commets input,
.w3l-blog-single .form-commets textarea {
  background: var(--theme-lite);
  border: 1px solid var(--theme-border);
  font-size: 16px;
  padding: 12px 15px;
  width: 100%;
  border-radius: 6px;
  height: 55px;
  color: var(--theme-para);
  font-weight: 600;
}

.w3l-blog-single .form-commets input:focus,
.w3l-blog-single .form-commets textarea:focus {
  outline: none;
  outline: none;
  border: 1px solid var(--theme-rose);
  box-shadow: none;
  background: var(--theme-bg);
}

.w3l-blog-single .form-commets textarea {
  min-height: 140px;
  padding: 12px 15px;
  resize: none;
  width: 100%;
}

.w3l-blog-single .admin-post li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600;
}

.w3l-blog-single .admin-post li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.w3l-blog-single .admin-post {
  margin-top: 10px;
}

.w3l-blog-single aside.posts .social-icons-section {
  text-align: center;
}

.w3l-blog-single h4.author {
  font-size: 22px;
  font-weight: 400;
  margin: 10px 0;
  text-transform: capitalize;
  color: var(--theme-title);
  text-align: center;
}

.w3l-blog-single .single-left2 {
  display: grid;
  grid-template-columns: .8fr 1fr;
  grid-gap: 30px;
  margin: 50px 0;
}

.w3l-blog-single .social-share {
  display: grid;
  grid-template-columns: auto 1fr;
}

.w3l-blog-single .social-icons-section {
  text-align: right;
}

.w3l-blog-single .right-text-list li p {
  margin-bottom: 10px;
}

.w3l-blog-single .right-text-list li p span.fa {
  color: #272121;
  width: 22px;
  font-size: 14px;
}

.w3l-blog-single .right-text-list {
  margin: 30px 0;
  border-left: 1px solid #dcd6d6;
  padding-left: 25px;
}

.w3l-blog-single .mm_single_submit {
  text-align: left;
}

.w3l-blog-single .blg-img img {
  width: 100%;
}

.w3l-blog-single h5.card-title a,
.w3l-blog-single h5.card-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  color: var(--theme-title);
  font-weight: 600;
}

.w3l-blog-single h5.card-title a:hover {
  color: var(--theme-rose);
  transition: 0.3s ease;
}

.w3l-blog-single .single-left1 p a {
  color: var(--theme-title);
  font-weight: 700;
}

.w3l-blog-single .comments-grid-right h4 {
  font-size: 20px;
  color: var(--theme-title);
  text-transform: uppercase;
}

.w3l-blog-single .comments-grid-right h3 {
  font-weight: normal;
  color: var(--theme-title);
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: capitalize;
}

.w3l-blog-single .media-body h5 {
  font-weight: 600;
  color: var(--theme-title);
  margin-bottom: 0px;
  font-size: 18px;
  text-transform: capitalize;
}

.w3l-blog-single .no-margin {
  margin: 0 !important;
}

.w3l-blog-single .single-left p {
  color: var(--theme-para);
}

.w3l-blog-single p.address {
  margin-top: 5px;
  margin-bottom: 25px;
}

.w3l-blog-single .single-left1 iframe {
  width: 100%;
  height: 350px;
}

.w3l-blog-single .details-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 40px;
}

.w3l-blog-single .details-list li strong {
  color: var(--theme-rose);
  font-weight: 600;
}

.w3l-blog-single .details-list li {
  color: var(--theme-para);
}

.w3l-blog-single .posts-grid-right p {
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 0;
}

.w3l-blog-single .posts-grid-right span {
  color: var(--theme-para);
  margin-top: 5px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
}

.w3l-blog-single .posts-grid-right span.price span.fa {
  color: var(--theme-rose);
}

.w3l-blog-single .posts-grid-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
  margin-bottom: 20px;
  align-items: center;
  border: 1px solid var(--theme-border);
  background: var(--theme-lite);
  padding: 16px 16px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
}

.w3l-blog-single .posts-grid-inner:hover {
  border: 1px solid var(--theme-rose);
  transition: 0.3s ease-in;
}

.w3l-blog-single ul.category li a {
  color: var(--theme-title);
  font-size: 16px;
  line-height: 25px;
  display: flex;
  align-items: baseline;
  width: 100%;
  font-weight: 600;
  transition: .3s ease;
}

.w3l-blog-single ul.category li a:hover {
  color: var(--theme-rose);
  padding-left: 5px;
  transition: .3s ease;
}

.w3l-blog-single ul.category li {
  margin-bottom: 10px;
  color: var(--theme-para);
  font-size: 16px;
  line-height: 25px;
  display: flex;
  align-items: baseline;
  width: 100%;
}

.w3l-blog-single .blockquote {
  position: relative;
  position: relative;
  padding-left: 70px;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

.w3l-blog-single .icon-quote {
  position: absolute;
  top: 0px;
  left: 0px;
}

.w3l-blog-single .icon-quote span.fa {
  font-size: 60px;
  opacity: 0.1;
  transition: .3s;
  color: var(--theme-title);
}

.w3l-blog-single .side-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: var(--theme-title);
}

.w3l-blog-single h3.post-content-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: 10px;
  color: var(--theme-title);
}

.w3l-blog-single ul.share-post li {
  list-style: none;
  margin-right: 4px;
  display: inline-block;
}

.w3l-blog-single ul.share-post li a {
  width: 35px;
  height: 35px;
  color: #fff;
  line-height: 31px;
  display: inherit;
  border-radius: 50px;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
}

.w3l-blog-single ul.share-post li a.facebook {
  background: #4267b2;
  border: 2px solid #4267b2;
  color: #fff;
}

.w3l-blog-single ul.share-post li a.facebook:hover {
  background: #305090;
  border: 2px solid #305090;
  transition: .3s;
}

.w3l-blog-single ul.share-post li a.twitter {
  color: #fff;
  background: #00aced;
  border: 2px solid #00aced;
}

.w3l-blog-single ul.share-post li a.twitter:hover {
  background: #06a6e2;
  border: 2px solid #06a6e2;
  transition: .3s;
}

.w3l-blog-single ul.share-post li a.instagram {
  background: #0077b5;
  border: 2px solid #0077b5;
  color: #fff;
}

.w3l-blog-single ul.share-post li a.instagram:hover {
  background: #026ea7;
  border: 2px solid #026ea7;
  transition: .3s;
}

.w3l-blog-single .listings-list li {
  display: grid;
  justify-content: space-between;
  grid-template-columns: auto auto;
  border-bottom: 1px solid #dcd6d6;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

.w3l-blog-single .listings-list li a {
  font-size: 16px;
  line-height: 25px;
  color: var(--theme-para);
}

.w3l-blog-single .pagination {
  margin-top: 3em;
}

/*--/paginations--*/
ul.page-numbers li a {
  width: 42px;
  height: 42px;
  line-height: 38px;
  border: 2px solid var(--theme-title);
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  color: var(--theme-title);
  font-size: 14px;
  font-weight: 600;
}

ul.page-numbers li {
  display: inline-block;
  margin-right: 6px;
}

ul.page-numbers li a.next,
ul.page-numbers li a.prev {
  width: inherit;
  padding: 0 30px;
  border-radius: 6px;
}

ul.page-numbers li a.active,
ul.page-numbers li a:hover {
  color: var(--theme-rose);
  border: 2px solid var(--theme-rose);
}

/*--//paginations--*/
.w3l-blog-single .main-cont-blog {
  max-width: 950px;
  margin: 0 auto;
}

.w3l-blog-single p.para-top-space {
  margin-top: 20px;
}

.w3l-blog-single p.quote-text {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  max-width: 700px;
  display: block;
  margin: 0 auto;
}

.w3l-blog-single p.quote-text span {
  font-size: 35px;
  color: #ffffff45;
}

.w3l-blog-single p.quote-text span.fa.fa-quote-left {
  vertical-align: text-bottom;
  margin-right: 10px;
}

.w3l-blog-single p.quote-text span.fa.fa-quote-right {
  vertical-align: text-top;
  margin-left: 10px;
}

.w3l-blog-single blockquote p a {
  color: #fff;
  font-weight: bold;
  margin-top: 1em;
  display: block;
  font-size: 20px;
}

.w3l-blog-single .media {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 30px;
  grid-gap: 20px;
}

.w3l-blog-single .media-body p {
  font-size: 14px;
  color: var(--theme-para);
  line-height: 22.4px;
}

.w3l-blog-single .img-circle {
  width: 80px;
  height: 80px;
  display: inline-block;
  overflow: hidden;
  background: #f3f6f9;
  border-radius: 50%;
}

.w3l-blog-single .img-circle-sm {
  width: 65px;
  height: 65px;
}

.w3l-blog-single .img-circle img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.w3l-blog-single .w3l-blog-single4 .text-styles-top-30 {
  max-width: 700px;
  margin: 0 auto;
}

.w3l-blog-single .text-styles-30_sur h3 {
  font-size: 35px;
  color: var(--theme-title);
  font-weight: 500;
}

.w3l-blog-single .text-styles-30_sur h5 {
  font-size: 20px;
  line-height: 25px;
  color: var(--theme-title);
}

.w3l-blog-single section.text-styles-30_sur {
  background: #F5F9FC;
  padding: 80px 0;
}

.w3l-blog-single .text-styles-30_sur span {
  font-size: 15px;
  line-height: 20px;
  color: #ababab;
  margin-top: 5px;
  display: inline-block;
}

.w3l-blog-single a.reply {
  color: var(--theme-rose);
  font-size: 13px;
}

.w3l-blog-single a.reply:hover {
  text-decoration: underline;
}

.w3l-blog-single .text-styles-31-top_sur {
  display: grid;
  grid-template-columns: 0.1fr 1fr;
  grid-gap: 20px;
  padding-top: 1.5em;
  margin-top: 1.5em;
}

.w3l-blog-single .text-styles-31-right_sur {
  border-bottom: 1px solid rgba(130, 152, 171, 0.350588);
  padding-bottom: 15px;
}

.w3l-blog-single .text-styles-31-left_sur img {
  border-radius: 50%;
}

.w3l-blog-single span.time {
  color: #ababab;
  font-size: 13px;
}

@media all and (max-width: 1170px) {
  .w3l-blog-single .posts-grid-right span {
    font-size: 14px;
  }
}

@media all and (max-width: 1080px) {
  .w3l-blog-single .social-share {
    grid-template-columns: 1fr;
  }

  .w3l-blog-single .social-icons-section {
    text-align: left;
    margin-top: 10px;
  }
}

@media all and (max-width: 992px) {
  .w3l-blog-single .right-side-bar {
    padding-left: 0px;
  }

  .w3l-blog-single .grid-colunm-2 {
    grid-template-columns: 1fr;
  }

  .w3l-blog-single .right-side-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .w3l-blog-single .pagination {
    display: none;
  }

  .w3l-blog-single .single {
    padding: 60px 0;
  }

  .w3l-blog-single .single-left1 {
    margin-bottom: 40px;
  }

  .w3l-blog-single .blog aside {
    margin-bottom: 0;
  }

  .w3l-blog-single .single-left1:nth-child(3) {
    margin-bottom: 20px;
  }
  .w3l-blog-single  a.posts-view-left,.w3l-blog-single  a.posts-view-right {
      grid-template-columns: 100%;
      grid-gap: 0%;
  }
}

@media all and (max-width: 768px) {
  .w3l-blog-single .right-side-bar {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .w3l-blog-single .single {
    padding: 60px 0;
  }

  .w3l-blog-single .details-list {
    grid-template-columns: 1fr 1fr;
  }

  .w3l-blog-single .blog aside {
    margin-bottom: 0px;
  }
  .w3l-blog-single a.posts-view label {
    font-size: 16px;
    line-height:26px;
  }
}

@media all and (max-width:640px) {
  .w3l-blog-single .media {
    display: grid;
    grid-gap: 20px 10px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .w3l-blog-single .admin-post li {
    display: inline-block;
    margin-right: 6px;
    padding-right: 6px;
    font-size: 15px;
  }

  .w3l-blog-single .blockquote {
    font-size: 17px;
  }
}

@media all and (max-width: 568px) {
  .w3l-blog-single .single {
    padding: 50px 0;
  }

  .w3l-blog-single .single-left2 {
    grid-template-columns: 1fr;
    margin: 30px 0;
  }

  .w3l-blog-single .single {
    padding: 40px 0;
  }

  .w3l-blog-single .single-left2 {
    margin: 20px 0;
  }

  .w3l-blog-single .social-share {
    margin: 0px 0 20px;
  }

  .w3l-blog-single .comments-grid-right h4 {
    font-size: 18px;
  }

  .w3l-blog-single h5.card-title a,
  .w3l-blog-single h5.card-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .w3l-blog-single .single-left1 iframe {
    height: 250px;
  }

  .w3l-blog-single .submithny .read-button{
    display:block!important;
    width:100%!important;
  }
  .w3l-blog-single a.posts-view label {
    font-size: 14px;
    line-height:24px;
  }
}

@media all and (max-width: 415px) {
  .w3l-blog-single .side-title {
    font-size: 20px;
  }

  .w3l-blog-single .media .media {
    grid-template-columns: auto;
  }

  .w3l-blog-single .medi-top {
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }

  .w3l-blog-single .admin-post li {
    margin-right: 10px;
  }

  .w3l-blog-single .grid-col-2 {
    grid-template-columns: 1fr;
  }

  .w3l-blog-single .leave-coment-form input[type="text"],
  .w3l-blog-single .leave-coment-form input[type="email"],
  .w3l-blog-single .leave-coment-form textarea {
    margin-bottom: 15px;
  }

  .w3l-blog-single .details-list {
    grid-template-columns: 1fr;
  }

  .w3l-blog-single ul.tag-list li {
    padding: 5px;
  }

  .w3l-blog-single .media-form {
    grid-gap: 0;
    grid-template-columns: 1fr;
  }

  .w3l-blog-single ul.tag-list li a {
    padding: 0 5px;
  }

  .w3l-blog-single .icon-quote span.fa {
    font-size: 40px;
  }

  .w3l-blog-single .blockquote {
    padding-left: 50px;
  }
}

@media all and (max-width: 384px) {

  .w3l-blog-single h5.card-title a,
  .w3l-blog-single h5.card-title {
    font-size: 18px;
  }

  .w3l-blog-single .media {
    grid-auto-flow: row;
  }
}

/*--/testimonials--*/
.w3l-clients .cusrtomer-layout {
  background: var(--theme-lite);
}

.w3l-clients .testimonial {
  position: relative;
  overflow: hidden;
  text-align: left;
}

.w3l-clients .testimonial-width {
  margin: auto;
}

.w3l-clients .testimonial {
  display: block;
  margin: 0;
  padding: 40px 30px;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  border: none;
}

.w3l-clients .testi-des {
  display: flex;
  text-align: center;
  margin-bottom: 16px;
}

.w3l-clients blockquote q {
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-para);
}

.w3l-clients blockquote q::before {
  font-size: 50px;
  color: var(--theme-rose);
  line-height: .8;
  padding-top: 8px;
  font-weight: 600;
  display: inline-block;
}

.w3l-clients .test-img {
  width: 50px;
  height: 50px;
  display: inline-block;
  overflow: hidden;
  background: #f3f6f9;
  border-radius: 50%;
}

.w3l-clients .testimonial img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.w3l-clients .testimonial blockquote {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.w3l-clients .testimonial .peopl {
  margin: 0;
  margin-left: 20px;
  text-align: left;
}

.w3l-clients .testimonial .peopl h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}

.w3l-clients p.indentity {
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0;
  text-align: left;
  opacity: 0.8;
}

/*--/genre-single--*/
.w3l-text-8 .text-bg-image {
  background: url(../images/mid3.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  min-height: 450px;
  position: relative;
  z-index: 1;
}

.w3l-text-8 .text-bg-image::before {
  content: "";
  background: rgba(62, 61, 64, 0.17);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-text-8 h3 a {
  color: var(--theme-title);
}

.w3l-text-8 .d-grid-1 {
  display: grid;
  grid-template-columns: 100%;
}

.w3l-text-8 .text,
.genre-single-page {
  max-width: 740px;
  margin: 0 auto;
}

.w3l-text-8 h6.text-logo {
  font-size: 14px;
  color: var(--theme-rose);
  background: var(--theme-title);
  padding: 7px 20px;
  display: inline-block;
  border-radius: 6px;
  margin-bottom: 6px;
}

.w3l-text-8 .admin-list {
  padding: 0 0 16px;
  margin: 0 0 20px;
  list-style: none;
  overflow: hidden;
}

.w3l-text-8 .admin-post li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600;
}

.w3l-text-8 ul.admin-post li a {
  color: var(--theme-title);
}

.w3l-text-8 .admin-post a span {
  width: 20px;
  color: var(--theme-rose);
}

.w3l-text-8 .admin-post a:hover {
  color: var(--theme-rose);
}

/*-- login page-start --*/
.w3l-loginhny .login-icon a {
  font-size: 24px;
  color: var(--primary-color);
  display: inline-block;
}

.w3l-loginhny .left_grid_info h1 {
  font-size: 45px;
  margin: 1em 0em .5em 0em;
  color: var(--theme-title);
}

.w3l-loginhny .input-group input[type="text"],
.w3l-loginhny .input-group input[type="email"],
.w3l-loginhny .input-group input[type="Password"] {
  outline: none;
  padding: 10px 15px;
  -webkit-appearance: none;
  color: var(--theme-title);
  width: 100%;
  font-size: 16px;
  border-radius: 6px;
  background: var(--theme-white);
  border: 1px solid #ddd;
}

.w3l-loginhny .input-group input[type="text"]:focus,
.w3l-loginhny .input-group input[type="email"]:focus,
.w3l-loginhny .input-group input[type="Password"]:focus {
  border: 1px solid var(--theme-rose);
}

.w3l-loginhny .input-group {
  margin-bottom: 15px;
}

.w3l-loginhny .btn-login {
  border: none;
  color: #fff;
  cursor: pointer;
  margin-top: 1rem;
  width: 100%;
  line-height: 48px;
  text-transform: capitalize;
}

.w3l-loginhny .w3l-hny-login h2 {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 25px;
  color: var(--theme-title);
  text-align: center;
  font-weight: 700;
}

.w3l-loginhny .w3l-hny-login-info {
  max-width: 360px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 2em;
  background: var(--theme-lite);
  border-radius: 6px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
}

.w3l-loginhny .w3l-hny-login form label {
  color: var(--theme-title);
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
}

.w3l-loginhny .login-check {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.w3l-loginhny a.forgot {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
  display: inline-block;
  color: var(--theme-rose);
}

.w3l-loginhny a.back span {
  font-size: 12px;
  margin-right: 3px;
  vertical-align: middle;
  display: inline-block;
}

.w3l-loginhny a.back {
  text-decoration: none !important;
}

.w3l-loginhny a.back:hover {
  text-decoration: underline !important;
}

.w3l-loginhny .login-check input[type="checkbox"] {
  vertical-align: -1px;
}

.w3l-loginhny .w3l-hny-login .login-check label {
  font-size: 14px;
  color: var(--theme-title);
  font-weight: 400;
}

.w3l-loginhny .checkbox {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.w3l-loginhny .real_form {
  padding: 0px;
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}

.w3l-loginhny p.account,
.w3l-loginhny p.account1 {
  padding-top: 20px;
  padding-bottom: 0px;
  line-height: 1.5em;
  font-size: 16px;
}

.w3l-loginhny p.account a,
.w3l-loginhny p.account1 a {
  color: var(--theme-rose);
  text-decoration: underline;
}

.w3l-loginhny p.account a:hover,
.w3l-loginhny p.account1 a:hover {
  text-decoration: none;
}

@media (max-width: 568px) {
  .w3l-loginhny .w3l-hny-login-info {
    padding: 1.5em;
  }
}

@media (max-width: 480px) {
  .w3l-loginhny .w3l-hny-login-info {
    padding: 1.2em;
  }
}

/*--/video--*/
.w3l-about4 .new-block {
  display: grid;
  align-items: center;
}

.w3l-about4 .pop-img-ab {
  background: #fff;
  background: url(../images/banner2.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  min-height: 360px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  position: relative;
  z-index: 1;
}

.w3l-about4 .pop-img-ab::before {
  content: "";
  background: rgba(8, 7, 8, 0.48);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
}

.w3l-about4 .middle-section {
  max-width: 950px;
  margin: 0 auto;
}

.w3l-about4 span.video-play-icon {
  background: #fff;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
}

.w3l-about4 span.video-play-icon span {
  color: #ff1e56;
}

.w3l-about4 span.video-play-icon:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.w3l-about4 span.fa.fa-play {
  line-height: 55px;
}

.w3l-about4 .history-info {
  margin: 0 auto;
}

.w3l-about4 .play-view {
  left: 0;
  right: 0;
  top: calc(50% - 40px);
}

@media (max-width: 800px) {
  .w3l-about4 .middle-section a {
    margin-top: 40px;
  }

  .w3l-about4 .middle-section h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 667px) {
  .w3l-about4 .middle-section a {
    margin-top: 30px;
  }

  .w3l-about4 .middle-section h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .w3l-about4 .section-width p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 384px) {
  .w3l-about4 .middle-section a {
    margin-top: 25px;
  }
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 6px rgba(255, 255, 255, 0.15), 0 0 0 6px rgba(255, 255, 255, 0.15);
  }

  100% {
    box-shadow: 0 0 0 6px rgba(70, 128, 70, 0.15), 0 0 0 10px rgba(255, 255, 255, 0.15), 0 0 0 40px rgba(50, 100, 245, 0);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 6px rgba(255, 255, 255, 0.15), 0 0 0 6px rgba(255, 255, 255, 0.15);
  }

  100% {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.15), 0 0 0 10px rgba(255, 255, 255, 0.15), 0 0 0 20px rgba(50, 100, 245, 0);
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  line-height: 40px;
  position: absolute;
  right: 0px;
  top: -40px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  background: transparent;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Styles for dialog window */
#small-dialog,
#small-dialog1,
#small-dialog2,
#small-dialog3,
#small-dialog4,
#small-dialog5 {
  max-width: 750px;
  margin: 40px auto;
  position: relative;
}

div#small-dialog iframe,
div#small-dialog1 iframe,
div#small-dialog2 iframe,
div#small-dialog3 iframe,
div#small-dialog4 iframe,
#small-dialog5 {
  width: 100%;
  height: 400px;
  display: block;
  border-radius: 10px;
}

/**
   * Fade-zoom animation for first dialog
   */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.95;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
   * Fade-move animation for second dialog
   */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*--//genre-single--*/
/*--/contact--*/
/* contact1 */
.w3l-contact-1 .conhny-form-section {
  margin: 0 auto;
  width: 70%;
}

.w3l-contact-1 .form-grids {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}

.w3l-contact-1 .formhny-sec input,
.w3l-contact-1 .formhny-sec textarea {
  background: var(--theme-lite);
  border: 1px solid var(--theme-border);
  font-size: 16px;
  padding: 12px 15px;
  width: 100%;
  border-radius: 6px;
  height: 55px;
  color: var(--theme-para);
  font-weight: 600;
}

.w3l-contact-1 .formhny-sec input:focus,
.w3l-contact-1 .formhny-sec textarea:focus {
  outline: none;
  border: 1px solid var(--theme-rose);
  box-shadow: none;
  background: var(--theme-bg);
}

.w3l-contact-1 .formhny-sec h5 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
  color: var(--theme-title);
}

.w3l-contact-1 .formhny-sec textarea {
  resize: none;
  min-height: 140px;
}

.w3l-contact-1 .contact-info-left {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}

.w3l-contact-1 .contact-info {
  padding: 2em;
  background: #fff;
  border-radius: 6px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
  background: var(--theme-lite);
}

.w3l-contact-1 .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  line-height: 54px;
  border: 2px solid var(--theme-border);
  background: var(--theme-title);
}

.w3l-contact-1 .icon span.fa {
  font-size: 20px;
  color: var(--theme-rose);
}

.w3l-contact-1 .contact-info h4 {
  font-size: 18px;
  color: var(--theme-title);
  margin: 0px 0 10px 0;
  font-weight: 700;
}

.w3l-contact-1 .contact-info p {
  color: var(--theme-para);
  font-size: 16px;
  transition: 0.3s ease-in;
  font-weight: 400;
}

.w3l-contact-1 .contact-info a {
  display: block;
  color: var(--theme-para);
  font-size: 16px;
  transition: 0.3s ease-in;
}

.w3l-contact-1 .contact a:hover {
  display: block;
  color: var(--theme-rose);
  text-decoration: underline;
  transition: 0.3s ease-in;
}

.w3l-contact-1 .contact-map iframe {
  width: 100%;
  height: 400px;
  display: block;
  background: var(--theme-lite);
  padding: 10px;
}

/* contact1-responsive */
@media(max-width: 992px) {
  .w3l-contact-1 .cont-details {
    order: 2;
  }
  .w3l-contact-1 .contact-info-left {
    grid-template-columns:1fr;
    grid-gap: 40px;
  }
  .w3l-contact-1 .conhny-form-section {
    margin: 0 auto;
    width: 100%;
  }

  .w3l-contact-1 .cont-details p,
  .w3l-contact-1 .cont-details p a {
    font-size: 16px;
  }

  .w3l-contact-1 .cont-details h5 {
    font-size: 32px;
    line-height: 35px;
  }

  .w3l-contact-1 .contact-view {
    grid-template-columns: 1fr;
  }

  .w3l-contact-1 .map-content-9 {
    margin-bottom: 40px;
  }

  .w3l-contact-1 .contact-map iframe {
    width: 100%;
    height: 300px;
  }
}
@media(max-width:667px) {
  .w3l-contact-1 .contact-info-left {
    grid-template-columns: 1fr;
    grid-gap:20px;
  }
}
@media(max-width: 480px) {
  .w3l-contact-1 button.btn.read-button {
    display: block;
    width: 100%;
  }
}
@media(max-width: 480px) {
  .w3l-contact-1 .form-grids {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .w3l-contact-1 .contact-map iframe {
    width: 100%;
    height: 240px;
  }

  .w3l-contact-1 button.btn-contact {
    width: 100%;
  }
}

/* / contact1-responsive */
/* /contact1 */
/*--//ccontact--*/


.w3l-footer {
  /*--//footer--*/
}

.w3l-footer .footer-inner-main {
  background-color: var(--theme-dark);
}

.w3l-footer .footer-about {
  border-bottom: 1px solid var(--border-color);
}

.w3l-footer .footer-links h2 {
  margin-bottom: 14px;
}

.w3l-footer h2 a.navbar-brand {
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  position: relative;
}

.w3l-footer h2 a.navbar-brand span {
  color: #66B2FF;
}

.w3l-footer h6 {
  color: var(--theme-white);
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 28px;
  font-weight: 700;
}

.w3l-footer .sub-two-right ul li {
  list-style: none;
  position: relative;
}

.w3l-footer ul.social li,
.w3l-footer ul.jst-link li {
  display: inline-block;
  margin-right: 4px;
}

.w3l-footer ul.social li a {
  background: transparent;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: var(--theme-white);
  width: 32px;
}

.w3l-footer ul.social li {
  margin-right: 0px;
}

.w3l-footer ul.social li a span.fa {
  margin-right: 8px;
  text-align: center;
}

.w3l-footer ul.social li a:hover {
  color: var(--theme-rose);
  transition: 0.3s ease;
}

.w3l-footer .columns p,
.w3l-footer .columns p a {
  font-size: 15px;
  line-height: 26px;
  color: var(--theme-para);
}

.w3l-footer .sub-two-right ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24.5px;
  color: var(--theme-para);
  margin: 0 0 10px 0;
  display: block;
}

.w3l-footer form.subscribe {
  display: flex;
  position: relative;
}

.w3l-footer .subscribe input[type="email"] {
  background: transparent;
  padding: 15px 20px;
  font-size: 17px;
  line-height: 26px;
  border: 1px solid var(--theme-lite);
  outline: none;
  width: 100%;
  color: #fff;
  border-radius: 6px;
}

.w3l-footer .subscribe input[type="email"]:focus {
  border: 1px solid var(--theme-rose);
  background-color: transparent;
}

.w3l-footer .subscribe button {
  text-align: center;
  background: transparent;
  padding-left: 0;
  border: none;
  outline: none;
  color: var(--theme-white);
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  padding: 15px 0px;
  right: 20px;
  top: 1px;
}

.w3l-footer .subscribe button:hover {
  color: var(--theme-rose);
}

.w3l-footer .columns p a {
  color: var(--theme-para);
}

.w3l-footer .columns p a:hover {
  color: var(--theme-white);
  text-decoration: underline;
}

.w3l-footer .copyright-footer ul li {
  display: inline-block;
}

.w3l-footer .right-side h4 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
}

.w3l-footer .copyright-footer {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  grid-gap: 20px;
}

.w3l-footer .below-section {
  background: #222;
  padding: 16px 0;
  justify-content: space-between;
}

.w3l-footer .instagram-feeds {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.w3l-footer .column2 a {
  text-decoration: none;
  color: #fff;
  line-height: 25px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}

.w3l-footer p.para-sep a {
  color: #eee;
}

.w3l-footer .href2 {
  margin-top: 10px;
  padding: 10px 0;
}

.w3l-footer .contact-para {
  color: var(--theme-para);
  line-height: 25px;
  font-size: 17px;
  margin-top: 10px;
}

.w3l-footer ul.columns li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-para);
  margin: 0 16px;
}

.w3l-footer #movetop {
  display: none;
  position: fixed;
  bottom: 7px;
  right: 26px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 42px;
  height: 42px;
  background: var(--theme-rose);
  padding: 0;
  line-height: 42px;
  transition: 0.5s ease-out;
  border-radius: 50%;
}

.w3l-footer #movetop:hover {
  opacity: 0.9;
}

.w3l-footer .columns p {
  margin: 0;
}

.w3l-footer a:hover,
.w3l-footer ul.columns li a:hover,
.w3l-footer .sub-two-right ul li a:hover {
  color: var(--theme-rose);
  transition: 0.3s ease;
  text-decoration: underline;
}

@media (max-width: 1280px) {
  .w3l-footer h6 {
    font-size: 16px;
  }

  .w3l-footer ul.columns li a {
    margin: 0 10px;
  }
}

@media (max-width: 1080px) {
  .w3l-footer h6 {
    font-size: 14px;
  }

  .w3l-footer ul.columns li a {
    margin: 0 6px;
  }
}

@media (max-width: 991px) {
  .w3l-footer h6 {
    font-size: 18px;
  }

  .w3l-footer .copyright-footer {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: 20px;
    text-align: center;
  }
}

/*--//footer--*/
/*-- toggle switch --*/
nav {
  display: flex;
  justify-content: flex-end;
}

.theme-switch-wrapper {
  display: flex;
  align-items: center;
}

.theme-switch-wrapper em {
  margin-left: 10px;
  font-size: 1rem;
}

.theme-switch {
  display: inline-block;
  position: relative;
  width: 60px;
  margin: 0;
}

.theme-switch input {
  display: none;
}

/*-- //toggle switch --*/

/*-- dark and light mode styling --*/
.mode-container {
  width: 24px;
  height: 24px;
  margin-left: 12px;
}

.gg-sun {
  position: relative;
  -webkit-transform: scale(var(--ggs, 1));
  transform: scale(var(--ggs, 1));
  height: 24px;
  background: linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px -6px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px 14px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat -8px 5px/6px 2px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 14px 5px/6px 2px;
  border-radius: 100px;
  box-shadow: inset 0 0 0 2px;
  border: 6px solid transparent;
}

.gg-moon {
  overflow: hidden;
  position: relative;
  -webkit-transform: rotate(-135deg) scale(var(--ggs, 1));
  transform: rotate(-135deg) scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-bottom: 2px solid transparent;
}

.gg-moon,
.gg-moon:after {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
}

.gg-moon:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 18px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  top: 8px;
  left: 2px;
}

.gg-sun,
.gg-sun:after,
.gg-sun:before {
  box-sizing: border-box;
  display: block;
  width: 24px;
}

.gg-sun:after,
.gg-sun:before {
  content: "";
  position: absolute;
  height: 2px;
  border-right: 4px solid;
  border-left: 4px solid;
  left: -6px;
  top: 5px;
}

.gg-sun:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gg-sun:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mode-container i.gg-sun {
  display: none;
}

.mode-container i.gg-moon {
  display: block;
}

input:checked+.mode-container i.gg-sun {
  display: block;
}

input:checked+.mode-container i.gg-moon {
  display: none;
}

/*-- //dark and light mode styling --*/
sourceMappingURL=style-freedom.css.map