img {
  max-width: 100%;
}

a:not([href]) {
  display: inline;
}

.pmpro-checkout .likebtn-button {
  display: none !important;
}

@media (min-width: 813px) and (max-width: 1200px) {
  .tb-slider-title p {
    font-size: 16px !important;
  }
  .new-members .item {
    padding: 20px;
  }
  .new-members .item img {
    max-width: 100px;
    max-height: 100px;
  }
  .new-members .item span {
    font-size: 16px;
  }
  .hero-new .banner-right-info {
    padding: 20px !important;
  }
  .hero-new .banner-right-info a {
    font-size: 16px;
  }
  .hero-new .banner-right-info h5 {
    font-size: 30px;
  }
  .banner-left-info.welcome-texter.desktop-element h1 {
    font-size: 60px !important;
    line-height: 1.1em !important;
  }
  .ttt1 {
    font-size: 36px !important;
  }
  section.new-members .owl-carousel .owl-nav .owl-next {
    top: 40px !important;
    max-width: 70px;
    max-height: 60px;
  }
  .home-team-title {
    margin-bottom: 30px !important;
  }
  .ttt2 {
    font-size: 60px !important;
  }
  .hero-new .banner-right-info img {
    max-width: 30px;
  }
  .mason-text h3 {
    font-size: 50px !important;
    line-height: 1.1em !important;
    margin-bottom: 0 !important;
  }
  .title-flipped h1 {
    font-size: 70px !important;
    padding: 0 10px !important;
  }
  .title-flipped p {
    font-size: 16px !important;
    padding: 0 10px !important;
  }
  .clubhouse-new .col-md-5 p {
    font-size: 16px;
  }
  .clubhouse-new .col-md-7 h1 {
    font-size: 70px;
  }
  .clubhouse-new .col-md-7 h1 img {
    width: 80px;
    margin-top: 5px;
  }
  .latest-courses-desc {
    font-size: 20px;
  }
  .event-btn {
    margin-right: 0;
  }
  .title-black h2 {
    font-size: 70px;
  }
  section.upcoming-events .upcoming-events-row-grid .upcoming-events-info h6 {
    font-size: 20px !important;
  }
  section.upcoming-events .upcoming-events-row-grid .upcoming-events-info {
    font-size: 16px;
  }
  #menu-footer-menu li {
    font-size: 14px;
    margin: 0;
  }
  #menu-footer-menu li a {
    font-size: 14px;
  }
  footer.footer .copyright .sicon {
    width: auto !important;
  }
  footer.footer .copyright p {
    width: auto !important;
  }
}

body {
  font-family: 'Poppins';
  font-size: 19px;
  color: #141414;
}
.upcoming-events-row-grid a h6 {
  color: #141414;
}
/** Common Class **/
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
a {
  cursor: pointer;
}
a,
a:hover {
  color: #4a4a4c;
}

a:hover {
  text-decoration: none;
  transition: 0.3s linear;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Poppins';
}
h1 {
  font-size: 123px;
}

h2 {
  font-size: 106px;
}
h3 {
  font-size: 68px;
  line-height: 60px;
}
h4 {
  font-size: 49px;
}
h5 {
  font-size: 36px;
}
p {
  font-size: 16px;
  line-height: 34px;
  color: #4a4a4c;
}
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none !important;
  transition: 0.3s linear;
}

a:hover {
  transition: 0.3s linear;
}

p a {
  color: #4a4a4c;
}
p a:hover {
  color: #4a4a4c;
}

.container-fluid-xl {
  padding-left: 100px;
  padding-right: 100px;
}

.container-fluid-xxl {
  padding-left: 180px;
  padding-right: 180px;
}

/** Common Class **/

/** Button **/
.btn-border {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  color: #4a4a4c;
  font-weight: 700;
  position: relative;
  padding: 14px 20px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 2;
  border: 2px solid #4a4a4c;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
}
.btn-border:before,
.btn-border:after {
  content: '';
  background: #4a4a4c;
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.btn-border:after {
  height: 100%;
  left: inherit;
  right: 0;
  top: 0;
  width: 0;
}
.btn-border:hover:after {
  width: 100%;
  left: 0;
}
.btn-border:hover {
  color: #fff;
}

.btn-black {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding: 18px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 2;
  border: 2px solid #4a4a4c;
  background: #4a4a4c;
  overflow: hidden;
  display: inline-block;
}
.btn-black i {
  margin: 0 0 0 5px;
  font-size: 18px;
}
.btn-black:before,
.btn-black:after {
  content: '';
  background: #fff;
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.btn-black:after {
  height: 100%;
  left: inherit;
  right: 0;
  top: 0;
  width: 0;
}
.btn-black:hover:after {
  width: 100%;
  left: 0;
}
.btn-black:hover {
  color: #4a4a4c;
}

.btn-white {
  text-transform: uppercase;
  font-size: 14px;
  color: #f09279;
  font-weight: 700;
  position: relative;
  background: #fff;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 2;
  overflow: hidden;
  display: inline-block;
}
.btn-white:before,
.btn-white:after {
  content: '';
  background: #4a4a4c;
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.btn-white:after {
  height: 100%;
  left: inherit;
  right: 0;
  top: 0;
  width: 0;
}
.btn-white:hover:after {
  width: 100%;
  left: 0;
}
.btn-white:hover {
  color: #fff;
}
/** Button **/

/** Title **/
.title-white h2 {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
.title-white h2 span {
  color: #fff;
}

.title-black h2 {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4a4a4c;
}
.title-black h2 span {
  color: #4a4a4c;
}

/** Header Start **/
header.header {
  width: 100%;
  float: left;
  padding: 0px;
  position: relative;
  z-index: 99;
  background: #fff;
}
header.header .header-top {
  width: 100%;
  float: left;
  padding: 15px 0;
}
header.header .header-top .container-fluid-xl {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header.header .header-top .logo {
  float: left;
}
header.header .header-top .header-right {
  float: right;
  align-items: center;
  display: flex;
}
header.header .header-top .header-right .user-info {
  float: left;
}
header.header .header-top .header-right .user-info img {
  float: left;
  margin: 0 10px 0 0;
}
header.header .header-top .header-right .user-info p {
  color: #4a4a4c;
  float: left;
  margin: 0px;
}
header.header .header-top .header-right .user-info p a {
  border: none;
}
header.header .header-top .header-right .user-img {
  float: left;
  align-items: center;
  justify-content: center;
  display: flex;
}
header.header .header-top .header-right .user-img img {
  width: 58px;
  height: 58px;
  border-radius: 100px;
  float: left;
  margin: 0 10px;
}
header.header .header-top .header-right .user-img .menu-icon-top {
  float: left;
}
header.header .header-top .header-right .user-img .menu-icon-top img {
  width: 32px;
  border-radius: inherit;
  height: auto;
}
header.header
  .header-top
  .header-right
  .user-img
  .menu-icon-top
  .dropdown-toggle {
  background: none;
  border: none;
  box-shadow: none;
}
header.header
  .header-top
  .header-right
  .user-img
  .menu-icon-top
  .dropdown-toggle:after {
  display: none;
}
header.header
  .header-top
  .header-right
  .user-img
  .menu-icon-top
  .dropdown-menu
  a:hover {
  background: #000;
  color: #fff;
}
header.header .header-navbar {
  width: 100%;
  float: left;
  background: #cb446e;
}
header.header .header-navbar nav.navbar {
  padding: 0px;
}
header.header .header-navbar ul.navbar-nav li {
  margin: 0px;
  margin: 0 20px 0 0;
}
header.header .header-navbar ul.navbar-nav li a {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0 12px;
  font-size: 13px;
}
header.header .header-navbar ul.navbar-nav li a:hover {
  color: #fff;
}
header.header .header-navbar ul.navbar-nav li.active a {
  color: #fff;
}
header.header .header-navbar .my-2.my-lg-0 p {
  margin: 0px;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  line-height: 1.4em;
}

header.header.header-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 -10px 17px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 -10px 17px 0 rgba(0, 0, 0, 0.75);
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
/** Header StarEnd **/

/** Banner Start **/
section.banner {
  width: 100%;
  float: left;
  padding: 0px;
  height: calc(100vh - 152px);
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
section.banner .banner-info .banner-left-info h4,
section.banner .banner-info .banner-left-info h1 {
  margin: 0px;
  color: #fff;
}
section.banner .banner-info .banner-left-info h1 {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  line-height: 125px;
  margin: 15px 0 0 0;
}
section.banner .banner-info .banner-left-info h1 span {
  color: #fff;
}
section.banner .banner-info .banner-right-info {
  background: #fff;
  border-top: 10px solid #4a4a4c;
  width: 100%;
}
section.banner .banner-info .banner-right-info h5 {
  padding: 30px 30px 0;
  font-size: 40px;
}
section.banner .banner-info .banner-right-info ul li {
  margin: 20px 0;
  padding: 0 30px 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}
section.banner .banner-info .banner-right-info ul li a {
  color: #4a4a4c;
}
section.banner .banner-info .banner-right-info ul li a img {
  max-width: 30px;
  margin: 0 10px 0 0;
  float: left;
}
section.banner .down-arrow {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-50%);
  text-align: center;
}
section.banner .down-arrow span {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
}
/** Banner End **/

/** New Members Start **/
section.new-members {
  width: 100%;
  float: left;
  padding: 80px 0;
}
section.new-members .owl-carousel {
  position: relative;
  left: -120px;
}
section.new-members .owl-carousel .item {
  text-align: center;
}
section.new-members .owl-carousel .item img {
  width: 140px;
  height: 140px;
  margin: 0 auto 10px;
  object-fit: cover;
  border-radius: 100px;
}
section.new-members .owl-carousel .owl-dots {
  display: none;
}
section.new-members .owl-carousel .owl-nav button span {
  display: none;
}
section.new-members .owl-carousel .owl-nav .owl-prev {
  display: none;
}
section.new-members .owl-carousel .owl-nav .owl-next {
  background: url('../images/black-arrow.png');
  position: absolute;
  top: 20px;
  right: -120px;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  outline: none;
}
section.new-members .new-members-text {
  float: right;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
section.new-members .new-members-text p {
  margin: 0px;
  font-size: 22px;
  color: #000;
}
/** New Members End **/

/** Masonry Grid Start **/
section.measonry-grid {
  width: 100%;
  float: left;
  padding: 0px;
}
section.measonry-grid .img-grid {
  display: flex;
}
section.measonry-grid .grid-half {
  width: 31%;
  float: left;
}
section.measonry-grid .grid-full {
  padding: 0 8px;
  height: 100%;
  width: 38.4%;
  float: left;
}
section.measonry-grid .grid-half .img {
  width: 100%;
  height: 48.8%;
  float: left;
  margin: 0 0 2% 0;
  position: relative;
  overflow: hidden;
}
section.measonry-grid .grid-half .img:last-child {
  margin: 0 0 0 0;
}
section.measonry-grid .grid-full .img {
  width: 100%;
  height: 100%;
  float: left;
  margin: 0 0 0 0;
  position: relative;
  overflow: hidden;
}

section.measonry-grid .grid-half .img h5 a,
section.measonry-grid .grid-full .img h3 a {
  color: #fff;
}
section.measonry-grid .grid-half .img img,
section.measonry-grid .grid-full .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s;
}
section.measonry-grid .grid-half .img .img-effect,
section.measonry-grid .grid-full .img .img-effect {
  height: 100%;
}
section.measonry-grid .grid-half .img .img-effect:after,
section.measonry-grid .grid-full .img .img-effect:after {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  content: '';
}
section.measonry-grid .grid-half .img .img-effect:hover img,
section.measonry-grid .grid-full .img .img-effect:hover img {
  opacity: 0.6;
}
section.measonry-grid .grid-half .img .img-effect:hover:after,
section.measonry-grid .grid-full .img .img-effect:hover:after {
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  opacity: 1;
}
/** Masonry Grid End **/

/** Video This Week Start **/
section.video-this-week {
  width: 100%;
  float: left;
  padding: 40px 0;
  background: #4a4a4c;
  overflow-x: hidden;
  position: relative;
}
section.video-this-week .owl-carousel {
  margin: 50px 0 0 0;
}
section.video-this-week .more-video .ribbon {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  overflow: hidden;
}
section.video-this-week .more-video .label {
  position: relative;
  display: block;
  left: -10px;
  top: 23px;
  width: 530px;
  padding: 14px 0 8px 150px;
  text-align: center;
  color: #4a4a4c;
  font-weight: 300;
  font-size: 23px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
  transition: 0.3s linear;
}
section.video-this-week .more-video .label:hover {
  background: #000;
  transition: 0.3s linear;
  color: #fff;
}
section.video-this-week .owl-carousel .item {
  position: relative;
  padding: 0 0 0 40px;
}
section.video-this-week .owl-carousel .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/*section.video-this-week .owl-carousel .item:before {
  content:"";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('../images/video-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(100% - 40px);
  height: 300px;
}*/

section.video-this-week .owl-carousel .item .item-video .video-icon {
  position: absolute;
  bottom: 20px;
  left: 60px;
}
section.video-this-week .owl-carousel .item .item-video .video-icon img {
  max-width: 80px;
  height: auto;
}
section.video-this-week .owl-carousel .item .item-video .video-title {
  position: absolute;
  left: 0;
  top: 0;
}
section.video-this-week .owl-carousel .item .item-video .video-title h6 {
  font-family: 'Poppins';
  font-size: 19px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0px;
  color: #fff;
}
section.video-this-week .owl-carousel .owl-dots {
  display: none;
}
section.video-this-week .owl-carousel .owl-nav button span {
  display: none;
}
section.video-this-week .owl-carousel .owl-nav .owl-prev {
  display: none;
}
section.video-this-week .owl-carousel .owl-nav .owl-next {
  background: url('../images/white-arrow.png');
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -95px;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  outline: none;
}
/** Video This Week End **/

/** The ClubHouse Start **/
section.the-clubhouse {
  width: 100%;
  float: left;
  padding: 70px 0;
  /*border: 30px solid #dbdbdb;*/
  position: relative;
}
section.the-clubhouse:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 15px solid #dbdbdb;
}
section.the-clubhouse .container-fluid-xxl {
  position: relative;
}
section.the-clubhouse .clubHouse-link .ribbon {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  z-index: 99;
  overflow: hidden;
}
section.the-clubhouse .clubHouse-link .label {
  position: relative;
  display: block;
  left: -10px;
  top: 23px;
  width: 530px;
  padding: 14px 0 8px 120px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 23px;
  background-color: #4a4a4c;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
  transition: 0.3s linear;
}
section.the-clubhouse .clubHouse-link .label:hover {
  background: #dbdbdb;
  transition: 0.3s linear;
  color: #000;
}
section.the-clubhouse .the-clubhouse-list {
  width: 100%;
  float: left;
}
section.the-clubhouse .the-clubhouse-list ul li {
  display: flex;
  align-items: center;
  width: 50%;
  float: left;
  margin: 10px 0;
}
section.the-clubhouse .the-clubhouse-list ul li .the-clubhouse-img {
  float: left;
  margin: 0 30px 0 0;
}
section.the-clubhouse .the-clubhouse-list ul li .the-clubhouse-img img.cbi {
  width: 146px;
  height: 146px;
  border-radius: 100px;
  object-fit: cover;
}
.ctdb-optout-box {
  display: none;
}
section.the-clubhouse .the-clubhouse-list ul li .the-clubhouse-info {
  width: 80%;
}
.the-clubhouse-info strong {
  font-size: 21px;
}
section.the-clubhouse .the-clubhouse-list ul li .the-clubhouse-info p {
  font-size: 18px;
  font-weight: 300;
  color: #4a4a4c;
  width: 70%;
  line-height: 28px;
  margin: 5px 0;
}
section.the-clubhouse
  .the-clubhouse-list
  ul
  li
  .the-clubhouse-info
  strong
  span {
  text-decoration: underline;
}
section.the-clubhouse
  .the-clubhouse-list
  ul
  li
  .the-clubhouse-info
  .btn-custom {
  float: left;
  margin: 10px 0 0 0;
}
/** The ClubHouse End **/

/** Upcoming Events Start **/
section.upcoming-events {
  width: 100%;
  float: left;
  padding-bottom: 80px;
  padding: 20px 0 80px 0;
  background-color: #eee6dc;
  /* background: url('../images/upcoming-events-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;   */
}
section.upcoming-events .upcoming-events-title {
  background: transparent;
  padding: 20px;
  position: relative;
}
section.upcoming-events .upcoming-events-title .event-btn {
  float: right;
}
section.upcoming-events .upcoming-events-row-grid {
  width: 100%;
  float: left;
  background: rgba(255, 255, 255, 1);
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
}
section.upcoming-events .upcoming-events-row-grid .upcoming-events-img {
  float: left;
  margin: 0 30px 0 0;
  width: 130px;
  height: 130px;
  background-size: cover;
  border-radius: 50%;
  background-position: center center;
}
section.upcoming-events .upcoming-events-row-grid .upcoming-events-img img {
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 10px solid #e6e8e4;
}
section.upcoming-events .upcoming-events-row-grid .upcoming-events-info {
  width: 90%;
  float: left;
  padding: 0 150px 0 0;
}
section.upcoming-events .upcoming-events-row-grid .upcoming-events-info h6 {
  font-size: 25px;
  font-weight: 500;
}
section.upcoming-events .upcoming-events-row-grid .upcoming-events-info p {
  font-size: 19px;
  color: #4a4a4c;
  margin: 0px;
}
section.upcoming-events
  .upcoming-events-row-grid
  .upcoming-events-info
  p.text-btm {
  font-size: 15px;
}
section.upcoming-events .upcoming-events-row-grid .arrow-link {
  float: right;
}
section.upcoming-events .upcoming-events-row-grid .arrow-link a {
  font-size: 70px;
  color: #4a4a4c;
}
/** Upcoming Events End **/

/** Blogs Start **/
section.blogs {
  width: 100%;
  float: left;
  padding: 80px 0 50px;
}
section.blogs .blogs-left {
  width: 85%;
  float: left;
}
section.blogs .blogs-left .blog-grid {
  width: 47%;
  float: left;
  margin: 0 3% 5% 0;
  padding: 0 20px 0 0;
}
section.blogs .blogs-left .blog-grid:nth-child(2),
section.blogs .blogs-left .blog-grid:nth-child(4) {
  margin: 0 0 5% 0;
  padding: 0px;
}
section.blogs .blogs-left .blog-grid .blog-img .blog-img-effct {
  position: relative;
  overflow: hidden;
}
section.blogs .blogs-left .blog-grid .blog-img .blog-img-effct:after {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  content: '';
}
section.blogs .blogs-left .blog-grid .blog-img img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  transition: all 0.35s;
}
section.blogs .blogs-left .blog-grid .blog-img:hover img {
  opacity: 0.6;
}
section.blogs .blogs-left .blog-grid .blog-img:hover .blog-img-effct:after {
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  opacity: 1;
}
section.blogs .blogs-left .blog-grid .blog-info {
  padding: 20px 0;
}
section.blogs .blogs-left .blog-grid .blog-info p {
  font-size: 20px;
  letter-spacing: 4px;
  margin: 0px;
}
section.blogs .blogs-left .blog-grid .blog-info h6 a {
  color: #4a4a4c;
  font-family: 'League Spartan';
  font-size: 23px;
  letter-spacing: 2px;
  margin: 5px 0 0 0;
  float: left;
  line-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.blogs .blogs-left .blog-grid .blog-info h6 a:hover {
  opacity: 0.8;
}
section.blogs .blogs-left-title {
  width: 15%;
  float: right;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
section.blogs .blogs-left-title .title-black h2 {
  margin: 0px;
}

section.blogs .blog-tags h6 {
  font-size: 30px !important;
}
section.blogs .blog-tags ul li {
  float: left;
  margin: 0 5px 5px 0;
}
section.blogs .blog-tags ul li a {
  color: #fff;
  border-radius: 8px;
  padding: 15px 20px 11px;
  line-height: 22px;
  display: inline-flex;
}
section.blogs .blog-tags ul li a:hover {
  opacity: 0.8;
}
section.blogs .blog-tags ul li.green a {
  background: #3ea055;
}
section.blogs .blog-tags ul li.orange a {
  background: #ff8259;
}
section.blogs .blog-tags ul li.red a {
  background: #fe4e50;
}
section.blogs .blog-tags ul li.pink a {
  background: #ff63ff;
}
section.blogs .blog-tags ul li.aquamarine a {
  background: #81d8d0;
}
section.blogs .blog-tags ul li.brown a {
  background: #790303;
}
section.blogs .blog-tags ul li.seagreen a {
  background: #44cda2;
}
section.blogs .blog-tags ul li.sky a {
  background: #01c5fe;
}
/** Blogs End **/

/** Designer Quiz Start **/
section.designer-quiz {
  width: 100%;
  float: left;
  padding: 120px 0;
  background: url(../images/designer-quiz-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
section.designer-quiz .designer-quiz-info .designer-quiz-badge {
  position: absolute;
  top: -80px;
  left: -80px;
}
section.designer-quiz .designer-quiz-info .designer-quiz-badge img {
  animation: spin 8s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section.designer-quiz .designer-quiz-info {
  background: #fff;
  padding: 40px 80px 40px 40px;
  position: relative;
}
section.designer-quiz .designer-quiz-info .item {
  padding: 0 50px 0 0;
}
section.designer-quiz .designer-quiz-info .item h6 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  margin: 0px;
}
section.designer-quiz .designer-quiz-info .item p {
  margin: 0px 0px 10px 0px;
  display: inline-block;
  font-size: 21px;
  line-height: 1.6em;
}
section.designer-quiz .designer-quiz-info h6 {
  opacity: 0.5;
}

body.theme-1 section.designer-quiz .designer-quiz-info h6,
body.theme-1 section.designer-quiz .designer-quiz-info h4 {
  color: #4a4a4c;
}

body.theme-2 section.designer-quiz .designer-quiz-info h6,
body.theme-2 section.designer-quiz .designer-quiz-info h4,
body.theme-3 section.designer-quiz .designer-quiz-info h6,
body.theme-3 section.designer-quiz .designer-quiz-info h4,
body.theme-4 section.designer-quiz .designer-quiz-info h6,
body.theme-4 section.designer-quiz .designer-quiz-info h4,
body.theme-5 section.designer-quiz .designer-quiz-info h6,
body.theme-5 section.designer-quiz .designer-quiz-info h4 {
  color: #fff;
}

.qaction .pbtn {
  text-transform: uppercase;
  padding: 10px 20px;
}

section.designer-quiz .designer-quiz-info .item span {
  color: #999999;
  line-height: 28px;
  letter-spacing: 0.475px;
}
section.designer-quiz .designer-quiz-info .owl-dots {
  display: none;
}
section.designer-quiz .designer-quiz-info .owl-nav button {
  border: none;
  outline: none;
}
section.designer-quiz .designer-quiz-info .owl-nav button span {
  display: none;
}
section.designer-quiz .designer-quiz-info .owl-nav .owl-prev {
  display: none;
}
section.designer-quiz .designer-quiz-info .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
section.designer-quiz .designer-quiz-info .owl-nav .owl-next:before {
  content: '\f105';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 70px;
  color: #4a4a4c;
}
/** Designer Quiz End **/

/** Latest Courses Start **/
section.latest-courses {
  width: 100%;
  float: left;
  padding: 60px 0 30px;
  background: #f1f1f1;
}
section.latest-courses .title-black {
  margin: 0 0 20px 0;
}
section.latest-courses .col-md-3 {
  padding: 0 5px;
}
section.latest-courses .latest-courses-bx {
  float: left;
  background: #fff;
  padding: 10px 10px 15px;
  margin: 0 0 10px 0;
}
section.latest-courses .img-effect {
  position: relative;
  overflow: hidden;
}
section.latest-courses .img-effect:after {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  content: '';
}
section.latest-courses img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.35s;
}
section.latest-courses .latest-courses-img:hover img {
  opacity: 0.6;
}
section.latest-courses .latest-courses-img:hover .img-effect:after {
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  opacity: 1;
}
section.latest-courses .latest-courses-info {
  padding: 10px 0 0 0;
}
section.latest-courses .latest-courses-info p {
  font-size: 17px;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.5em;
}
section.latest-courses .latest-courses-info ul li {
  float: left;
  margin: 0 10px 0 0;
}
section.latest-courses .latest-courses-info ul li a {
  color: #4a4a4c;
  font-size: 15px;
  border-bottom: 1px solid #4a4a4c;
}
section.latest-courses .latest-courses-info ul li a:hover {
  opacity: 0.6;
}
/** Latest Courses End **/

/** Designer Tools Start **/
section.designer-tools {
  width: 100%;
  float: left;
  padding: 80px 0 40px 0;
  position: relative;
  margin: 0 0 0 0;
}
section.designer-tools:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: #4a4a4c;
  z-index: 9;
}
section.designer-tools:after {
  content: '';
  position: absolute;
  top: 0;
  display: none;
  right: 0;
  width: 30%;
  height: 30%;
  background: #f1f1f1;
}
section.designer-tools .container-fluid-xl {
  position: relative;
  z-index: 9;
}
section.designer-tools .designer-tools-left {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  float: left;
  margin: 0px;
  transform: rotate(180deg);
}
section.designer-tools .designer-tools-left h2 {
  margin: 0px;
  font-size: 68px;
  padding: 0 0 70px 0;
}
section.designer-tools .designer-tools-left h2:before {
  content: '';
  display: none;
  position: absolute;
  bottom: -10px;
  left: 9px;
  background: url('../images/design-tool-title-icon.png');
  width: 64px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
}
section.designer-tools .designer-tools-slider .item .item-img .img-effect {
  position: relative;
  overflow: hidden;
}
section.designer-tools
  .designer-tools-slider
  .item
  .item-img
  .img-effect:after {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  content: '';
}
section.designer-tools .designer-tools-slider .item .item-img img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  transition: all 0.35s;
}
section.designer-tools .designer-tools-slider .item .item-img:hover img {
  opacity: 0.6;
}
section.designer-tools
  .designer-tools-slider
  .item
  .item-img:hover
  .img-effect:after {
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  opacity: 1;
}
section.designer-tools .item {
  padding: 20px 20px 20px 0;
}
section.designer-tools .item .item-in {
  background: #fff;
  box-shadow: 10px 5px 15px 0 rgba(0, 0, 0, 0.15);
}
section.designer-tools .item .item-info {
  padding: 25px;
}
section.designer-tools .item .item-info h6 {
  font-weight: bold;
}
section.designer-tools .item .item-info h6 a {
  color: #4a4a4c;
}
section.designer-tools .item .item-info p {
  color: #949494;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  margin: 0px;
}
section.designer-tools .owl-carousel .owl-nav .owl-next {
  background: url(../images/black-arrow.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -150px;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  outline: none;
}
section.designer-tools .owl-carousel button span {
  display: none;
}
section.designer-tools .owl-carousel .owl-dots {
  display: none;
}
/** Designer Tools End **/

/** Footer Start **/
footer.footer {
  width: 100%;
  float: left;
  margin-top: 100px;
  padding: 0;
  background: #f1f1f1;
}
footer.footer .footer-left .footer-text {
  float: left;
  width: 55%;
  margin-top: 18px;
}
footer.footer .footer-left .footer-text p {
  font-size: 22px;
  font-weight: 500;
}
footer.footer .footer-navbar {
  float: right;
  width: 40%;
  margin: 0 5% 0 0;
}
footer.footer .footer-navbar ul li {
  float: left;
  text-align: right;
  width: 50%;
  margin: 0;
}
footer.footer .footer-navbar ul li a {
  font-size: 16px;
  color: #4a4a4c;
  font-weight: 500;
}
footer.footer .footer-navbar ul li a:hover {
  border-bottom: 1px solid #4a4a4c;
}
footer.footer .copyright {
  width: 100%;
  margin-top: 20px;
}
footer.footer .copyright .sicon {
  margin: 0 0 0 -10px;
}
footer.footer .copyright .sicon ul li {
  float: left;
  margin: 0 20px 0 0;
}
footer.footer .copyright .sicon ul li a img {
  max-width: 20px;
  transition: transform 0.8s ease-in-out;
}
footer.footer .copyright .sicon ul li a img:hover {
  transform: rotate(360deg);
}
footer.footer .copyright p {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  color: #b1b1b1;
}
footer.footer .copyright p a {
  position: relative;
  border: none;
  padding: 0 0 0 15px;
  color: #b1b1b1;
}
footer.footer .copyright p a:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  width: 2px;
  height: 70%;
  background: #d1d1d1;
}
footer.footer .copyright p a:hover {
  opacity: 1;
  color: #4a4a4c;
  font-weight: inherit;
}
footer.footer .footer-right {
  background: #4a4a4c;
  padding: 30px;
}
footer.footer .footer-right h5 {
  color: #fff;
  font-size: 30px;
}
footer.footer .footer-right p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
}
footer.footer .footer-right .btn-custom a {
  font-family: 'Poppins';
  font-size: 20px;
  color: #4a4a4c;
  letter-spacing: 0.56px;
  font-weight: 400;
}

footer.footer .btn-white {
  padding: 10px 14px;
}

footer.footer .footer-right .btn-custom a:hover {
  color: #fff;
}
/** Footer End **/

/** Login Register Page **/
.ctdb-login-form-wrapper {
  float: left;
  width: 100%;
}
.ctdb-login-form-wrapper .ctdb-header {
  width: 50%;
  text-align: center;
  border: none;
  /*border-right: 3px solid #000;*/
}
.ctdb-login-form-wrapper .ctdb-header.active-header {
  background: #000;
  color: #fff;
}
.ctdb-login-form-wrapper .ctdb-form-section.active-section {
  border: none;
  width: 50%;
  margin: 0 auto;
}
.ctdb-login-form-wrapper .ctdb-form-section {
  margin: 0 auto 40px !important;
}
.ctdb-login-form-wrapper .ctdb-form-section.active-section p {
  width: 48%;
  float: left;
  margin: 0 1% 10px;
}
.ctdb-login-form-wrapper .ctdb-form-section.active-section p input {
  width: 100%;
  border: 2px solid #4a4a4c;
  border-radius: 4px;
  padding: 10px 20px 5px;
}
.ctdb-login-form-wrapper input#ctdb_login_submit,
.ctdb-login-form-wrapper input[type='submit'] {
  background: #4a4a4c;
  border: none;
  color: #fff;
  transition: 0.3s linear;
  border: 2px solid #4a4a4c;
  border-radius: 4px;
  padding: 10px 20px 5px;
}
.ctdb-login-form-wrapper input#ctdb_login_submit:hover,
.ctdb-login-form-wrapper input[type='submit']:hover {
  background: #fff;
  color: #4a4a4c;
  transition: 0.3s linear;
}
.ctdb-login-form-wrapper p.ctdb-check-humanity-wrapper {
  margin-top: 15px !important;
}
.ctdb-login-form-wrapper p.ctdb-check-humanity-wrapper input[type='radio'] {
  float: left;
  width: auto !important;
  margin: 9px 10px 0 0;
}

ul.ctdb-topic-table.ctdb-topic-table-col-4 {
  width: 100%;
  float: left;
}
ul.ctdb-topic-table.ctdb-topic-table-col-4 li a {
  font-weight: bold;
  color: #4a4a4c;
  line-height: 1.2em;
}
a.ctdb-new-topic-button {
  background: #4a4a4c;
  border: none;
  color: #fff;
  transition: 0.3s linear;
  border: 2px solid #4a4a4c;
  border-radius: 4px;
  padding: 10px 20px 5px;
  margin: 0 0 20px 90px;
  display: inline-block;
}
a.ctdb-new-topic-button:hover {
  background: #fff;
  color: #4a4a4c;
  transition: 0.3s linear;
}
.ctdb-errors {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0px;
}
p.form-title-top {
  float: left;
  margin: 50px 0 10px 50px;
}
div#ctdb-new-topic {
  width: 100%;
  float: left;
  padding: 0 50px;
}
div#ctdb-new-topic select {
  margin: 0 10px 0 0;
  padding: 10px 20px 5px;
  border: 2px solid #4a4a4c;
  border-radius: 4px;
}
div#ctdb-new-topic input#submit_topic {
  background: #4a4a4c;
  border: none;
  color: #fff;
  transition: 0.3s linear;
  border: 2px solid #4a4a4c;
  border-radius: 4px;
  padding: 10px 20px 5px;
}
div#ctdb-new-topic input#submit_topic:hover {
  background: #fff;
  color: #4a4a4c;
  transition: 0.3s linear;
}
.ctdb-restricted-message {
  float: left;
  text-align: center;
  width: 100%;
  padding: 15px 0;
}
.ctdb-restricted-message p {
  margin: 0px;
}
div#ctdb-new-topic input#topic_title {
  border: 2px solid #4a4a4c;
  border-radius: 4px;
  padding: 10px 10px 5px;
}
/** Login Register Page **/

/** Videos Page **/
.post-pagination {
  display: none;
}

.post-pagination.page-active {
  display: block;
}

/***** *****/
.latest-video,
.video-grid {
  position: relative;
  width: 100%;
  float: left;
  padding: 0px 0px 60px;
  text-align: center;
}
.latest-video:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  background: #4a4a4c;
  width: 100%;
  height: 100%;
  background-position: top;
  z-index: -1;
}
.top-image {
  padding: 50px 0;
}
.top-image img {
  max-height: 80px;
}
.video-info {
  width: 80%;
  margin: auto;
  position: relative;
}
.video-info img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-title {
  padding: 30px 0 15px;
}
.video-title h5 {
  font-size: 60px;
  font-weight: normal;
  color: #4a4a4c;
}
.video-title h6 {
  color: #4a4a4c;
  font-size: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.video-grid .video-title h5 {
  font-size: 27px;
}
.video-grid .video-title h6 {
  font-size: 17px;
}
.video-grid .post-wrapper img {
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.latest-videoimg {
  position: relative;
}
.video-grid .latest-videoimg .video-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  top: initial;
  transform: translate(0%, 0%);
}
.video-grid .latest-videoimg .video-icon img {
  height: auto;
  max-width: 45px;
}
.video-grid .post-pagination {
  width: 80%;
  margin: auto;
  text-align: center;
}
.videos-pagination.blog-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-pagination {
  margin-top: 60px;
}
.page-pagination .prev {
  background: url('../images/left-arrow.png');
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  outline: none;
  padding: 0;
  margin: 18px 25px;
}
.page-pagination .next {
  background: url('../images/right-arrow.png');
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  outline: none;
  padding: 0;
  margin: 18px 25px;
}
.page-pagination .next .page-link:before,
.page-pagination .prev .page-link:before {
  display: none;
}
.page-item.active .page-link {
  color: #4a4a4c;
  background-color: transparent;
  border-color: transparent;
}
.page-item .page-link {
  position: relative;
  color: #4a4a4c;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 20px 25px;
  outline: none;
  box-shadow: none;
}

.page-link:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../images/line.png);
  width: 10px;
  height: 55px;
  z-index: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.left-text {
  position: absolute;
  left: -13%;
  top: calc(60% - 60px);
}
.left-text p {
  font-size: 34px;
  letter-spacing: 0.02em;
  font-family: 'Poppins';
  transform: rotate(270deg);
}
.left-text span {
  color: #fff;
}

/** tb-slider **/
.tb-slider-container {
  position: relative;
  width: 100%;
  float: left;
  padding: 60px 0px 60px;
  text-align: center;
}
.tb-slider-container:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  background: #4a4a4c;
  width: 100%;
  height: 70%;
  background-position: top;
  z-index: -1;
}
.tb-slider-title {
  padding-bottom: 30px;
  color: #fff;
  padding: 0 40px 25px;
}
.tb-slider-title img {
  margin-bottom: 25px;
}
.tb-slider-title p {
  color: #fff;
  font-size: 23px;
  line-height: 30px;
}

.tb-slider {
  margin-left: 7%;
}
.tb-slider .item-title {
  position: absolute;
  bottom: 20px;
  left: 40px;
  text-align: left;
  color: #fff;
}
.tb-slider .item-title h4 {
  margin-bottom: 0;
  line-height: 1em;
}
.tb-slider .item-title h2 {
  line-height: 1em;
  font-size: 115px;
}
.tb-slider .item-image {
  position: relative;
}
.tb-slider .item-image:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/img-shadow.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tb-slider {
  position: relative;
}
.tb-slider:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
  background: url(../images/banner-icon.png);
  width: 50px;
  height: 50px;
  z-index: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/**** tb-cta ***/
.tb-cta {
  position: relative;
  width: 100%;
  float: left;
  padding: 60px 0px 60px;
}
.cta-right {
  width: 80%;
  position: relative;
  display: inline-block;
}
.cta-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.cta-text h2 span {
  font-size: 80px;
  line-height: 1em;
  display: block;
}
.cta-text h2 {
  font-size: 100px;
  line-height: 1em;
}
.cta-text p {
  font-size: 25px;
  line-height: 1em;
  margin-bottom: 0;
}
.img-cta {
  width: 100%;
}
.arrow-cta {
  width: 19%;
  position: relative;
  display: inline-block;
  text-align: center;
}
.arrow-cta img {
  max-width: 55px;
}
.recent-projects .page-numbers {
  display: none;
}
.recent-projects .prev.page-numbers {
  display: block;
  position: relative;
}
.recent-projects .next.page-numbers {
  display: block;
  position: relative;
}
.recent-projects .prev.page-numbers:before {
  content: '';
  position: absolute;
  top: 0%;
  left: 0px;
  background: url(http://cleverbirdserver.com/club/wp-content/uploads/2021/04/left.png);
  width: 35px;
  height: 35px;
  z-index: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.recent-projects .next.page-numbers:before {
  content: '';
  position: absolute;
  top: 0%;
  right: 0px;
  background: url(http://cleverbirdserver.com/club/wp-content/uploads/2021/04/right.png);
  width: 35px;
  height: 35px;
  z-index: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.recent-projects ul#caf-layout-pagination.post-layout1 {
  padding-top: 30px;
  margin: 0 15px;
  display: flex;
  justify-content: space-between;
}
.recent-projects .data-target-div1 ul#caf-layout-pagination.post-layout1 li a {
  color: transparent !important;
  background-color: transparent !important;
}
/*** recent-projects ***/
.recent-projects {
  position: relative;
  width: 100%;
  float: left;
  padding: 60px 0px 60px;
  text-align: left;
}

.recent-projects #manage-ajax-response {
  padding: 0;
}
.recent-projects ul.caf-filter-container.caf-filter-layout1 {
  padding: 10px 0 0 15px;
  text-align: left;
  margin: 0 !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.recent-projects .data-target-div1 #caf-filter-layout1 li a.active,
.recent-projects .data-target-div1 #caf-filter-layout1 li a:hover {
  background-color: transparent;
  color: #4a4a4c;
  font-weight: 600;
}
.recent-projects .data-target-div1 #caf-filter-layout1 li a,
.recent-projects .data-target-div1 #caf-filter-layout1 li.more span {
  background-color: transparent;
  color: #4a4a4c;
  text-transform: capitalize;
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: 400;
  transition: 0.5s ease-in-out;
  border-bottom: 1px solid#4a4a4c;
  padding: 0 !important;
  margin-right: 20px;
}
.recent-projects #manage-ajax-response {
  padding: 40px 0;
}
.recent-projects h2 {
  font-size: 80px;
  padding-left: 15px;
  margin-right: 13px;
}
.recent-projects .manage-layout1 {
  padding: 15px !important;
  box-shadow: none !important;
  background: #fff;
}
.recent-projects #caf-post-layout-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.recent-projects .data-target-div1 #caf-post-layout1 .caf-post-title h2 {
  color: #4a4a4c;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.recent-projects .data-target-div1 #caf-post-layout1 .caf-post-title {
  background-color: transparent;
  padding: 20px 10px 10px;
}
.recent-projects .caf-meta-content span {
  color: #4a4a4c;
  font-size: 16px !important;
  font-weight: bold;
  text-transform: uppercase !important;
}
.recent-projects .caf-meta-content span.author,
.recent-projects .caf-meta-content span.comment {
  display: none !important;
}
.recent-projects .caf-content {
  padding: 0 !important;
}
.recent-projects #caf-post-layout1 .caf-meta-content {
  display: flex;
  border-bottom: 0 !important;
  justify-content: center;
  text-align: center;
}
/** **/
.single-project-container {
  position: relative;
  width: 100%;
  float: left;
  margin-top: -1px;
  text-align: center;
  color: #fff;
}
.project-breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumb-subtitle {
  position: absolute;
  text-align: center;
  width: 100%;
}
.breadcrumb-subtitle h2 {
  font-size: 80px;
  line-height: 1em;
  margin-bottom: 0;
}
.featured-img {
  padding: 60px 0;
}
.featured-img img {
  width: 100%;
}
.project-content {
  text-align: left;
  padding-bottom: 50px;
}

.project-content strong {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1em;
}
.project-items {
  background-color: #f6f6f6;
  color: #4a4a4c;
  text-align: left;
  padding: 60px 0 0 0;
}
.project-items .product-grid {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 30px;
  text-align: center;
  margin-top: 10px;
}

.product-grid .project-item h4 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  font-family: 'Poppins';
}

.product-grid-title {
  padding: 25px 15px 10px;
}

.project-item {
  padding: 15px !important;
  box-shadow: none !important;
  background: #fff;
}

.project-item img {
  width: 100%;
  height: 310px;
  object-fit: contain;
  object-position: center;
}

.single.single-projects .footer {
  margin-top: 0px;
}

.project-breadcrumb:before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/pink-asset.png);
  width: 50px;
  height: 50px;
  z-index: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.back-link {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
}
.back-link a {
  display: flex;
  align-items: center;
  color: #fff;
}
.back-link img {
  max-width: 23px;
  margin-right: 15px;
}
.back-link span {
  font-size: 16px;
  line-height: 16px;
  margin: 4px 0 0 0;
  text-transform: uppercase;
}
#pmpro_license {
    background: #FFF;
    border: 1px solid #CCC;
    color: #333;
    height: 200px;
    margin: 3px;
    overflow: auto;
    padding: 5px;
}