@font-face {
    font-family: poppins-medium;
    src: url("../fonts/poppins-medium.ttf");
}

@font-face {
    font-family: poppins-semi-bold;
    src: url("../fonts/poppins-semi-bold.ttf");
}

@font-face {
    font-family: poppins-regular;
    src: url("../fonts/poppins-regular.ttf");
}

@font-face {
    font-family: poppins-bold;
    src: url("../fonts/poppins-bold.ttf");
}

@font-face {
    font-family: poppins-extra-bold;
    src: url("../fonts/poppins-extra-bold.ttf");
}

@font-face {
    font-family: poppins-extra-light;
    src: url("../fonts/poppins-extra-light.ttf");
}

@font-face {
    font-family: poppins-light;
    src: url("../fonts/poppins-light.ttf");
}

@font-face {
    font-family: poppins-thin;
    src: url("../fonts/poppins-thin.ttf");
}

@font-face {
    font-family: spectral-bold;
    src: url("../fonts/spectral-bold.ttf");
}

@font-face {
    font-family: spectral-extra-bold;
    src: url("../fonts/spectral-extra-bold.ttf");
}

@font-face {
    font-family: spectral-extra-light;
    src: url("../fonts/spectral-extra-light.ttf");
}

@font-face {
    font-family: spectral-italic;
    src: url("../fonts/spectral-italic.ttf");
}

@font-face {
    font-family: spectral-light;
    src: url("../fonts/spectral-light.ttf");
}

@font-face {
    font-family: spectral-medium-italic;
    src: url("../fonts/spectral-medium-italic.ttf");
}

@font-face {
    font-family: spectral-medium;
    src: url("../fonts/spectral-medium.ttf");
}

@font-face {
    font-family: spectral-regular;
    src: url("../fonts/spectral-regular.ttf");
}

@font-face {
    font-family: spectral-semi-bold;
    src: url("../fonts/spectral-semi-bold.ttf");
}
p,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
.category_description h3 {
    font-family: poppins-regular;
    text-align: left;
    color: #fff;
    font-size: 200%;
    padding: 2rem 0 1rem;
}
.trc-head h1{
    font-family: spectral-regular;
    font-size: 259%;
    /* color: #FFFFFF; */
    text-align: left;
    padding: 2rem;
    color: #FFD342;
}
.trc-head h2{
    font-family: spectral-regular;
    font-size: 259%;
    /* color: #FFFFFF; */
    text-align: left;
    padding: 2rem;
    color: #FFD342;
}
.cl-subtext {
    font-family: poppins-regular;
    text-align: left;
    color: #fff;
    font-size: 200%;
    padding: 2rem 0 1rem;
}
.cl-info{
    font-family: poppins-light;
    font-size: 100%;
    color: #808080;
    text-align: left;
}
.section-space{
    padding: 1rem 0;
}
.next-cat-content{
    background: #ffde00;
    border-radius: 25px;
    padding: 10px 35px;
    border: none;
    left: 35%;
    font-family: 'poppins-medium';
    color: #3f3f3f;
    font-size: 90%;
    font-weight: 500;
    transition: all 0.5s;
    letter-spacing: 1.1px;
    margin: 2rem auto 0;
}
.next-cat-content:hover{
    box-shadow: inset 0 0 0 2em #fff;
    border: none;
    color: #000;
}

/*new css*/
.banner-wrapper .list {
  margin: 0;
  list-style: none;
  overflow: hidden;
  position: relative;
}

.banner-wrapper .item {
  position: relative;
  background: #F2DAFF;
  width: 100%;
  height: 90px;
  margin: 15px;
  border-radius: 10px;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.banner-wrapper .is-dark{
  position: relative;
  z-index: 2;
  width: 60%;
  /* margin-top: -3.7em;
  margin-bottom: -2.7em; */
  background-color: #0d0d0d;
  margin:0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/*new css end*/
/* Banner */
.section-padding {
    padding: 3rem 0;
}


.cl-banner .banner-wrapper{
    display: flex;
    position: relative;
}

.cl-banner .banner-content-wrapper{
    width: 50%;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 25%;
}
.featured-event-icons i{
    color: #fff;
    margin-right: 10px;
}
.cl-banner .banner-content{
   width: 100%;
   max-width: 550px;
}

.cl-banner .banner-left-content{
    width: 50%;
}

.cl-banner .banner-head h1{
    font-family: spectral-regular;
    color: #FFFEFE;
    font-size: 360%;
    text-align: left;
}

.cl-banner .banner-content{
    padding-bottom: 2rem;
}

.cl-banner .banner-subtext p{
    font-size: 100%;
    font-family: poppins-light;
    color: #fff;
    text-align: left;
}

.cl-banner .social-experience{
    width: 50%;
    position: relative;
    overflow: hidden;
}
.cl-banner .social-experience ul{
    list-style-type: none;
}
#content-library{
    text-align: center;
}
.cl-banner .social-img-wrapper{
    background-color: #F2DAFF;
    padding: 17px 100px 17px 30px;
    margin: 15px 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.cl-banner .fb-img{
    width: 11%;
    height: auto;
    aspect-ratio: auto 58/58;
}

.cl-banner .twitter-img{
    width: 11%;
    height: auto;
    aspect-ratio: auto 58/58;
}

.cl-banner .insta-img{
    width: 11%;
    height: auto;
    aspect-ratio: auto 58/58;
}

.cl-banner .youtube-img{
    width: 11%;
    height: auto;
    aspect-ratio: auto 58/58;
}

.cl-banner .linkedin-img{
    width: 11%;
    height: auto;
    aspect-ratio: auto 58/58;
}

.cl-banner .blank-1-wrapper{
    position: absolute;
    top: 13%;
    right: 0;
    background-color: #000;
    padding: 44px 212px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.cl-banner .blank-2-wrapper{
    position: absolute;
    top: 52%;
    right: 0;
    background-color: #000;
    padding: 44px 212px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
/* dropdown */
.search-section-heading{
    padding: 4rem 0 2rem 0;
    background: rgb(117, 57, 110);
    background: linear-gradient(360deg, rgba(117, 57, 110, 1) 0%, rgba(0, 0, 0, 1) 13%, rgba(0, 0, 0, 1) 64%, rgba(0, 0, 0, 1) 100%);
    /* padding: 1rem 0; */
}
.search-section-heading .search-wrapper{
    color:#fff;
    width: calc((100% - 10px) /4);
    padding: 0 10px;
  }
  .search-section-heading .search-main-wrapper{
    display: flex;
    justify-content: space-between;
  }
  .search-section-heading .search-wrapper h4{
    font-family: poppins-regular;
    color: #FEA78C;
    font-size: 135%;
    margin: 0 0 1rem 0;
  }
  .search-section-heading select{
    border-radius: 21px;
    background: #000;
    color: #888888;
    font-size: 110%;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: window;
    padding: 10px 10px 10px 10px;
    border: 1px solid #FFFFFF;
    border-radius: 21px;
    background-image: url("../images/content-listing/down-arrow.png");
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
  }
  .search-section-heading .search-btn{
    background-color: #FFDE00;
    color: #000;
    padding: 10px 50px;
    border-radius: 25px;
    border: none;
    font-size: 95%;
    display: block;
    font-family: 'poppins-medium';
    font-weight: 600;
    transition: all 0.5s;
  }
  .search-button a {
    text-decoration: none;
  }
  .search-button a .search-btn:hover {
    box-shadow: inset 0 0 0 2em #fff;
    border: none;
    color: #000;
}
  .search-section-heading .search-button{
    margin: 42px 0 0 0;
  }
  
  .search-section-heading select:focus{
    outline:none;
  }
  .search-section-heading .tab-link{
    display: inline-block;
    font-family: poppins-regular;
    background-color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 21px;
    opacity: 1;
    font-size: 100%;
    margin-right: 10px;
    box-shadow: inset 0px 3px 6px #00000059;
    
  }
  .search-section-heading  .tab-link p{
    display: inline-block;
  }
  .search-section-heading .owl-item.active .item.tab-link.current{
    background-color:#E1ACFF;
    color:#000;
}
.tab-inner-wrapper{
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 1px solid #44003C;
    list-style: none;
    padding: 15px 20px;
    background: #44003C;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
}
/* tabcss */
.contentWrapper {
    padding: 3rem 0 0 0;
}
.tab-main-wrapper{
    position: relative;
}
.tab-content{
    color:#fff;
}
.tabs{
    overflow: hidden;
    padding: 0 20px;
    white-space: nowrap;
    margin: 0;
    text-align: center;
}
.tabsWrapper {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 1px solid #44003C;
    list-style: none;
    padding: 15px 0;
    background: #44003C;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
}
.tabs li {
    display: inline-block;
    font-family: poppins-regular;
    background-color: #fff;
    padding: 10px 15px; 
    cursor: pointer;
    border-radius: 21px;
    opacity: 1;
    font-size: 95%;
    margin-right: 10px;
    box-shadow: inset 0px 3px 6px #00000059;
}
.tabs li.active {
    background-color: #E1ACFF;
}
.next, .previous {
    position: absolute;
    top: 0;
}
.next {
    top: 0;
    height: 100%;
    bottom: 0;
    width: 3%;
    display: flex;
    align-items: center;
    right: 0;
    box-shadow: -32px 0px 21px #44003c9e;
    background: #44003c9e;
    border-radius: 0 35px 35px 0;
}
.previous {
    transform: rotate(185deg);
    /* left: 8px;
    top: 27px; */
    top: 0;
    height: 100%;
    bottom: 0;
    width: 3%;
    display: flex;
    align-items: center;
    left: 0;
    box-shadow: -12px 0px 21px #44003c9e;
    background: #44003c9e;
    border-radius: 0 35px 35px 0;
}
.tabContent {
    width: 100%;
    padding: 15px;
    color: #fff;
}
.search-section-heading .tab-wrapper{
    margin: 2rem 0 0 0;
}
.owl-carousel .owl-nav.disabled{
    display: block!important;
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -19px;
    top: -3px;
    height: 100%;
    bottom: 0;
    width: 1%;
    display: flex;
    align-items: center;
    box-shadow: 17px 0px 25px #44003c;
    background: #44003c9e!important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background:unset;
}
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: -3px;
    height: 100%;
    bottom: 0;
    width: 2%;
    display: flex;
    align-items: center;
    right: -2%;
    box-shadow: -32px 0px 26px #44003c9e;
    background: #44003c9e!important;
    border-radius: 0 35px 35px 0;
}
.player-left {
    color: #fff;
    font-size: 120%;
}
.player-right{
    color: #fff;
    font-size: 120%;
}
/* card-section */
.card-section-heading{
        /* background: rgb(117, 57, 110);
        background: linear-gradient(358deg, rgba(117, 57, 110, 1) 0%, rgba(0, 0, 0, 1) 13%, rgba(0, 0, 0, 1) 64%, rgba(0, 0, 0, 1) 100%);
        padding: 1rem 0; */
}

.card-section-heading .card-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.card-section-heading .card-wrapper a{
    text-decoration: none;
}
.card-section-heading .card-middle-wrapper{
    margin: 2rem 0;
}
.card-section-heading .list-card{
    width: calc((100% - 30px ) / 3);
    margin: 40px 10px 0 0;
    background-color: #000;
    border: 1px solid #707070;
    border-radius: 12px;
    cursor: pointer;
    transform: scale(1);
    transition: all .7s ease-out 0s;
}
.card-section-heading .list-card:nth-child(3){
    margin-right: 0;
}
.card-section-heading .list-card:nth-child(6){
    margin-right: 0;
}
.card-section-heading .list-card:nth-child(9){
    margin-right: 0;
}
.card-section-heading .list-card-content {
    padding: 15px 5px 45px 15px;
}
.card-section-heading .card-heading {
    font-family: poppins-regular;
    color: #fff;
    font-size: 96%;
    text-align: left;
    margin-bottom: 20px;
}

.card-section-heading .card-head {
    font-family: poppins-medium;
    font-size: 140%;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
   
}
.card-section-heading .card-subtext {
    font-family: poppins-regular;
    font-size: 90%;
    color: #888888;
    text-align: left;
}

.card-section-heading .list-image{
    overflow: hidden;
}

.card-section-heading .list-image img{
    width: 100%;
    height: auto;
    aspect-ratio: auto 393/276;
    border-radius: 12px 12px 0 0;
}
.card-section-heading .list-img-wrapper{
    position: relative;
    overflow: hidden;
}

.card-section-heading .play-btn-wrapper img{
    height: auto;
    aspect-ratio: auto 28/32;
}

.card-section-heading .play-btn-wrapper{
    position: absolute;
    left: 47%;
    bottom: 44%;
    width: 6%;
}
.card-section-heading .event-icons {
    position: absolute;
    right: 7%;
    top: 3%;
    font-size: 120%;
}

.card-section-heading .list-card:hover {
    background: url("../images/content-listing/card-mouseover.png") no-repeat;
    background-size: cover;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-position: center;
   
}
.card-section-heading .list-card:hover .list-card-content .card-heading ,
.card-section-heading .list-card:hover .list-card-content .card-head ,
.card-section-heading .list-card:hover .list-card-content .card-subtext {
    color: #000;
}
.card-section-heading .card-wrapper .list-card:hover .list-img-wrapper .list-image img{
    transform: scale(1.02);
    transition: all .7s ease-out 0s;
}

.card-section-heading  .load-more-btn{
    background-color: #FFDE00;
    color: #000;
    padding: 15px 35px;
    border-radius: 25px;
    border: none;
    font-size: 86%;
    display: block;
    font-family: 'poppins-medium';
    font-weight: 600;
    margin: 0 auto;
    box-sizing: border-box;
    transition: all 0.5s;
  }
  .card-section-heading  .load-more-btn:hover{
    background-color: #fff;
    color: #000;
  }
  .load-button a {
    text-decoration: none;
  }
  .load-button{
    margin: 4rem 0 3rem 0;
  }
  .load-button a .load-more-btn:hover {
    box-shadow: inset 0 0 0 2em #fff;
    border: none;
    color: #000;
}
.list .item, .blank-1-wrapper, .blank-2-wrapper{
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    transform: translate(0%, 0px);
}

.list .item:hover, .blank-1-wrapper:hover, .blank-2-wrapper:hover{
    transform: translateX(2.1em) !important;
}
.owl-carousel.owl-drag .owl-item {
    width: auto!important;
}

/* tab css */
/* tab css */
.main-box{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.main-box .tab-link{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

.main-box .tab-link{
	background: #ededed;
	color: #222;
}
.main-box .tab-link.current{
    background-color:#E1ACFF;
    color:#000;
}

.tab-content{
    color: #fff;
	padding: 15px;
}

.tab-content.current{
	display: inherit;
}

.list-card:hover .list-img-wrapper{
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
  @media screen and (min-width: 2500px) {
    body {
        max-width: 2500px;
    }
/*    .cl-banner .banner-head h1 {
        font-size: 368%;
    }
    .cl-banner .banner-subtext p {
        font-size: 140%;
    }
    .cl-banner .fb-img {
        width: 8%;
    }
    .cl-banner .twitter-img{
        width: 8%;
    }
    
    .cl-banner .insta-img{
        width: 8%;
    }
    
    .cl-banner .youtube-img{
        width: 8%;
    }
    
    .cl-banner .linkedin-img{
        width: 8%;
    }
    
    .search-section-heading .search-wrapper h4 {
        font-size: 230%;
    }
    .search-section-heading select {
        font-size: 130%;
    }
    .search-section-heading .search-btn {
        font-size: 115%;
        padding: 12px 50px;
    }
    .search-section-heading .search-button {
        margin: 60px 0 0 0;
    }
    .tabs li {
        font-size: 112%;
    }
    
    .card-section-heading .card-heading {
        font-size: 130%;
    }
    .card-section-heading .card-head {
        font-size: 165%;
    }
    .card-section-heading .card-subtext {
        font-size: 100%;
    }
    .card-section-heading .load-more-btn { 
        padding: 15px 45px;
        font-size: 125%;
    }*/
}
  @media screen and (min-width: 2000px) and (max-width: 2499px) {
    .cl-banner .banner-head h1 {
        font-size: 368%;
    }
    .cl-banner .banner-subtext p {
        font-size: 140%;
    }
    .cl-banner .fb-img {
        width: 8%;
    }
    .cl-banner .twitter-img{
        width: 8%;
    }
    
    .cl-banner .insta-img{
        width: 8%;
    }
    
    .cl-banner .youtube-img{
        width: 8%;
    }
    
    .cl-banner .linkedin-img{
        width: 8%;
    }
    
    .search-section-heading .search-wrapper h4 {
        font-size: 215%;
    }
    .search-section-heading select {
        font-size: 130%;
    }
    .search-section-heading .search-btn {
        font-size: 115%;
        padding: 12px 50px;
    }
    .search-section-heading .search-button {
        margin: 60px 0 0 0;
    }
    .tabs li {
        font-size: 112%;
    }
   
    .card-section-heading .card-heading {
        font-size: 130%;
    }
    .card-section-heading .card-head {
        font-size: 165%;
    }
    .card-section-heading .card-subtext {
        font-size: 100%;
    }
    .card-section-heading .load-more-btn { 
        padding: 15px 45px;
        font-size: 125%;
    }
  }
  @media screen and (min-width: 1600px) and (max-width: 1999px) {
    .cl-banner .banner-head h1 {
        font-size: 368%;
    }
    .cl-banner .banner-subtext p {
        font-size: 120%;
    }
    .search-section-heading .search-wrapper h4 {
        font-size: 158%;
    }
    .search-section-heading select {
        font-size: 120%;
    }
    .search-section-heading .search-btn {
        font-size: 105%;
        padding: 14px 50px;
    }
    .search-section-heading .search-button {
        margin: 48px 0 0 0;
    }
    .tabs li {
        font-size: 110%;
    }
   
    .card-section-heading .card-heading {
        font-size: 125%;
    }
    .card-section-heading .card-head {
        font-size: 160%;
    }
    .card-section-heading .card-subtext {
        font-size: 100%;
    }
    .card-section-heading .load-more-btn { 
        padding: 15px 45px;
        font-size: 110%; 
    }
}
 
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .cl-banner .blank-1-wrapper, .cl-banner .blank-2-wrapper {
        padding: 44px 150px;
    }
    .cl-banner .banner-head h1 {
        font-size: 265%;
    }
    .cl-banner .banner-subtext p {
        font-size: 100%;
    }
    .cl-banner .banner-content {
        width: 100%;
        max-width: 420px;
    }
    .search-section-heading .search-wrapper h4 {
        font-size: 125%;
    }
    .search-section-heading select {
        font-size: 90%;
    }
    .search-section-heading .search-btn {
        font-size: 90%;
    }
    .tabs li { 
        font-size: 75%; 
    }
    .card-section-heading .card-head {
        font-size: 115%;
    }
    .card-section-heading .load-more-btn {
        font-size: 100%;
    }
    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: -4px;
        right: -21px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        left: -21px;
        top: -4px;
    }
    .tab-wrapper .tab-inner-wrapper .owl-carousel .owl-stage{
        width: 875px !important;
    }
}
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .trc-head h1{
        padding: 2rem 0;
    }
    .cl-banner .banner-wrapper  {
        display: block;
    }
    .cl-banner .banner-head h1 {
        font-size: 345%;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .section-padding {
        padding: 6rem 0;
    }
    .cl-banner .banner-left-content {
        height: 205px;
        width: 100%;
    }
    .cl-banner .banner-content-wrapper {
        top: 0%;
    }
    .cl-banner .social-experience {
        width: 90%;
        margin: 65px 0 0 80px;
        display: none;

    }
    .cl-banner{
        background-size: cover !important;
    }
    .cl-banner .banner-subtext p {
        font-size: 91%;
        text-align: center;
    }
    .cl-banner .fb-img {
        width: 8%;
    }
    .cl-banner .twitter-img{
        width: 8%;
    }
    
    .cl-banner .insta-img{
        width: 8%;
    }
    
    .cl-banner .youtube-img{
        width: 8%;
    }
    
    .cl-banner .linkedin-img{
        width: 8%;
    }
    
    .cl-banner .blank-1-wrapper {
        padding: 31px 58px;
        left: 40%;
        top: 12%;
    }
    .cl-banner .blank-2-wrapper {
        padding: 31px 58px;
        left: 40%;
        top: 53%;
    }
    .card-section-heading .card-head {
        font-size: 110%;
    }
    .card-section-heading .card-subtext {
        font-size: 90%;
    }
    .search-section-heading .search-main-wrapper {
        flex-direction: column;
    }
    .search-section-heading .search-wrapper {
        width: 100%;
        margin: 20px 0;
    }
    .search-section-heading select {
        font-size: 165%;
        padding: 15px 100px 15px 10px;
        border-radius: 30px;
    }
    .search-section-heading .search-wrapper h4 {
        font-size: 185%;
    }
    .search-section-heading .search-btn {
        font-size: 170%;
        padding: 15px 50px;
        border-radius: 35px;
        width: 100%;
    }
    .card-section-heading .list-card {
        margin: 30px 10px 0 0;
    }
    .cl-banner .banner-content {
        width: 100%;
        max-width: 720px;
    }
    .tabs li {
        font-size: 105%;
        margin: 0 10px 0 0;
    }
    .card-section-heading .card-heading {
        font-size: 100%;
    }
    .card-section-heading .load-more-btn {
        font-size: 165%;
    }
    .card-section-heading .event-icons {
        position: absolute;
        right: 0%;
    }
}
  @media screen and (min-width: 569px) and (max-width: 768px) {
    .trc-head h1{
        padding: 2rem 0;
    }
    .cl-banner .banner-wrapper  {
        display: block;
    }
    .cl-banner .banner-head h1 {
        font-size: 325%;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .cl-banner .banner-left-content {
        height: 205px;
        width: 100%;
    }
    .cl-banner .banner-content-wrapper {
        top: 0%;
    }
    .cl-banner .social-experience {
        width: 89%;
        margin: 30px 0 0 84px;
        display: none;
    }
    .cl-banner .banner-subtext p {
        font-size: 120%;
        text-align: center;
    }
    .cl-banner .fb-img {
        width: 8%;
    }
    .cl-banner .twitter-img{
        width: 8%;
    }
    
    .cl-banner .insta-img{
        width: 8%;
    }
    
    .cl-banner .youtube-img{
        width: 8%;
    }
    
    .cl-banner .linkedin-img{
        width: 8%;
    }
    
    .cl-banner .blank-1-wrapper {
        padding: 31px 58px;
        left: 40%;
        top: 12%;
    }
    .cl-banner .blank-2-wrapper {
        padding: 31px 58px;
        left: 40%;
        top: 53%;
    }
    .card-section-heading .card-head {
        font-size: 90%;
    }
    .card-section-heading .card-subtext {
        font-size: 85%;
    }
    .search-section-heading .search-main-wrapper {
        flex-direction: column;
    }
    .search-section-heading .search-wrapper {
        width: 100%;
        margin: 10px 0;
    }
    .search-section-heading select {
        font-size: 140%;
        padding: 15px 100px 15px 10px;
        border-radius: 30px;
    }
    .search-section-heading .search-wrapper h4 {
        font-size: 170%;
    }
    .search-section-heading .search-btn {
        font-size: 150%;
        padding: 15px 50px;
        border-radius: 35px;
        width: 100%;
    }
    .card-section-heading .list-card {
        margin: 30px 10px 0 0;
    }
    .cl-banner .banner-content {
        width: 100%;
        max-width: 720px;
    }
    .tabs li {
        font-size: 100%;
        margin: 0 10px 0 0;
    }
    
    .card-section-heading .card-heading {
        font-size: 85%;
    }
    .card-section-heading .load-more-btn {
        font-size: 130%;
    }
    .card-section-heading .event-icons {
        position: absolute;
        right: 0%;
    }
    
}

  @media screen and (min-width: 320px) and (max-width: 568px) {
    .category_description h3{
        font-size: 150%;
    }
    .trc-head h1{
        font-size: 200%;
        padding: 2rem 0;
    }
    .banner-wrapper .item {
        height: 72px;
        margin: 18px;
    }
    .social-img-wrapper img{
        width: 50px;
    }
    .cl-banner .social-img-wrapper{
        padding: 9px 100px 9px 30px;
        margin: 15px 0;
    }
    .cl-banner .banner-wrapper  {
        display: block;
            width: 100%;
    }
    .cl-banner .banner-head h1 {
        font-size: 200%;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .cl-banner .banner-left-content {
        height: 205px;
        width: 100%;
    }
    /*.cl-banner .banner-content-wrapper {
        top: 50%;
    }*/
    .cl-banner{
                background-size: cover !important;
        background-repeat: no-repeat !important;
        /* width: 100%; */
        height: 400px;
        display: flex;      
        align-items: center;
    }
    .cl-banner .social-experience {
        width: 89%;
        margin-left: 41px;
        display: none;
    }
    .cl-banner .banner-subtext p {
        font-size: 95%;
        text-align: center;
    }
    .cl-banner .fb-img {
        width: 20%;
    }
    .cl-banner .twitter-img{
        width: 20%;
    }
    
    .cl-banner .insta-img{
        width: 20%;
    }
    
    .cl-banner .youtube-img{
        width: 20%;
    }
    
    .cl-banner .linkedin-img{
        width: 20%;
    }
    
    .cl-banner .blank-1-wrapper {
        padding: 31px 58px;
        left: 40%;
        top: 9%;
    }
    .cl-banner .blank-2-wrapper {
        padding: 31px 58px;
        left: 40%;
        top: 50%;
    }
    .card-section-heading .card-wrapper {
        flex-direction: column;
    }
    .card-section-heading .list-card {
        width: 100%;
       
    }
    .card-section-heading .card-head {
        font-size: 115%;
    }
    .card-section-heading .card-subtext {
        font-size: 90%;
    }
    .search-section-heading .search-main-wrapper {
        flex-direction: column;
    }
    .search-section-heading .search-wrapper {
        width: 100%;
        margin: 10px 0;
    }
    .search-section-heading select {
        font-size: 110%;
    }
    .search-section-heading .search-wrapper h4 {
        font-size: 120%;
    }
    .search-section-heading .search-btn {
        font-size: 110%;
        width: 100%;
    }
    .card-section-heading .list-card {
        margin: 30px 0 0 0;
    }
    .cl-banner .banner-content {
        width: 100%;
        max-width: 720px;
    }
    .next {
       
        box-shadow: -10px 0px 21px #44003c9e;
       
    }
    .social-bar, .blank-1-wrapper, .blank-2-wrapper {
        padding-left: 15px;
    }
  }

  

