/* General Styles */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
textarea:hover,
textarea:active,
textarea:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
  outline:0px !important;
  -webkit-appearance:none;
}
.btn:focus {
outline: 0;
box-shadow: none;
}

a, a.active ,a:hover ,a:focus{
  outline:0px !important;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #cccccc;
}
.form-control:focus{
  box-shadow: 0 0 0 0.2rem transparent;
}
body, html{
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  width: 100%;
}
html{
  scroll-behavior: smooth;
}
.header {
  display: flex;
  position: relative;
}
.header .navbar {
  flex-grow: 1;
  border-bottom: 1px solid #eee;
}
/* ========================== Search Form */
.search-box {
  display: flex;
  height: fit-content;
  position: relative;
  /* position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  display: none; */
}
.navbar-form-search {
  padding: 16px 0;
  width: 300px;
  /* box-shadow: -3px 3px 7px 0 #eee; */
  /* background-color: #fff; */

}
.navbar-form-search .form-control {
  width: 100%;
  padding-right: 40px;
  border: 0;
  background-color: #eee;
  border-radius: 0;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
}

.navbar-form-search .search-form-container {
/*  display: flex; */
  text-align: right;
  flex-grow: 1;
  width: 100%;
  position: relative;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
.navbar-form-search button{
  background-color: transparent;
  position: absolute;
  right: 0;
  top:0;
}

/* ======================= Start Top Bar */
.top-bar {
  padding: 50px 0 3px 0
}
.top-bar .wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.social-icons ul{
  list-style: none;
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 0;
  width: 66px;
  margin-left: 20px;
}
.social-icons ul li {
  display: inline-block;
  width: 28px;
  height: 28px;
  zoom: 1;
  margin-bottom: 4px;
}
header{
  border-bottom: 1px solid #eee;
}

header .navbar:before {
  content: "";
  background: url(../images/sliderbg.png) no-repeat;
  background-size: cover;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
}
header .navbar .navbar-toggler-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .logo img{
  height: 50px;
}
.logo-mobile{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .navbar-brand.logo img{
  height: 60px;
  object-fit: cover;
  object-position: center;
}
.main-nav-top li:first-child {
  padding-left: 0;
}
.main-nav-top li {
  display: inline-flex;
  padding: 0 1.3rem;
}
.main-nav-top > li > a{
  font-size: 16px;
  color: #1e1e1e;
  text-transform: capitalize;
  line-height: 35px;
  padding: 16px 0;
  transition: all ease .3s;
  font-weight: 500 !important;
  font-family: 'Oswald', sans-serif;
  position: relative;
}
.main-nav-top li .submenu{
  display: none;
  flex-direction: column;
  position: absolute;
  top: 65px;
  z-index: 2;
  background-color: #000;
  color: #fff;
  padding: 2px 0;
}
.main-nav-top li:hover .submenu{
  display: flex;
}
.main-nav-top > li:hover > a:after{
  content: "";
  height: 5px;
  width: 100%;
  background-color: #e7aa51;
  position: absolute;
  top: 0;
  left: 0;
/*  display: block; */
  z-index: 999;
}
.main-nav-top li .submenu > li {
  color: #fff;
  padding: 2px 10px; 
}
.main-nav-top li .submenu > li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: .6px;
}

.main-nav-top li .submenu li a {
  line-height: 10px;
}
.main-nav-top li .submenu > li:hover a,
.main-nav-top li.active a,
.main-nav-top li a:hover{
  color: #0f75a9;
}
.add {
  flex-grow: 1;
}
.add img{
  width: 100%;
  height: 95px;
  object-fit: cover;
}
.main-box-search{
  display: flex;
  align-items: center;
}
.main-box-search .register-now{
  margin-left: 15px;  
}
.register-now{
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  background-color: #1e1e1e;
  color: #fff;
  padding: 10px 13px;
  border-radius: 6px;
  text-transform: capitalize;
  font-family: 'Inter', sans-serif;
}
.main-box-search #search-button{
  /* padding: 10px 15px; */
  cursor: pointer;
}
/* ================================ banner-main-img-gallery */
.banner-main {
  padding: 10px 0;
  background-image: url(https://dev-fusicology-2018.pantheonsite.io/wp-content/uploads/2021/07/banner-bg.jpg);
  background-repeat: no-repeat;
}

.banner-main-img-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner-main-img-gallery > div {
  display: inline-flex;
  margin-bottom: 7px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.banner-main-img-gallery > div img{
  width: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.banner-main-img-gallery > div:hover img{
  opacity: 0.7;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.banner-main .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* justify-content: center; */
  width: 100%;
  margin-left: 10%;
}
.banner-main .content h1{
  font-size: 65px;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 75px;
  /* margin-bottom: 15px; */
  font-family: 'Saira Stencil One';
}
.banner-main .content p{
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #1e1e1e;
}
.banner-main .content a {
  font-size: 16px;
  line-height: 18px;
  font-family: 'Inter', sans-serif;
  text-transform: capitalize;
  color: #282828;
  transition: all .2s ease-out;
  width: fit-content;
  padding: 10px 15px;
  background-color: #514c8c;
  border-radius: 6px;
  color:#fff;
}
.banner-main .slick-prev {
  border: 0;
  background-color: transparent;
  top: 50%;
  position: absolute;
  left: 55px;
  font-size: 30px;
  z-index: 10;
}

.banner-main .slick-next {
  border: 0;
  background-color: transparent;
  top: 50%;
  position: absolute;
  right: 40px;
  font-size: 30px;
  z-index: 10;
}
/* .banner-main .content a:hover span {
  color: #0f75a9;
  border-color: #0f75a9;
}
.banner-main .content a:hover i {
  margin-left: 10px;
  color: #0f75a9;
}
.banner-main .content a span {
  border-bottom: 1px solid rgba(40, 40, 40, 0.747);
}
.banner-main .content a i {
  padding-left: 6px;
  color: #282828;
  transition: all .2s ease-out;
} */
/* ============================ ad */
.ad img {
  margin: 25px auto 35px;
  display: block;
}

/* ======================================================================================================================================= */
.music-slider .item h3 a {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 25px;
  overflow: hidden;
}
.music-slider .item .content{
  background: url(../images/sliderbg.png) no-repeat;
  background-size: cover;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.music-slider .item .img img{
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: center;
}
.music-slider .item .sliderMeta p{
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.music-slider .item .sliderMeta span,
.music-slider .item .sliderMeta a{
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  height: 25px;
  overflow: hidden;
  margin-bottom: 0;
  padding-right: 7px;
}

.music-slider .slick-prev {
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  z-index: 22;
  background: url(../images/sliderbg.png) no-repeat;
  color: #fff;
}
.music-slider .slick-next {
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 0;
  width: 35px;
  height: 35px;
  z-index: 22;
  background: url(../images/sliderbg.png) no-repeat;
  color: #fff;
}























































/* ====================================== pagination */
.pagination{
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  margin-bottom: 50px;
}
.pagination .page-item .page-link{
  border: 0;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 300;
  color: #111111;
  background-color: #eee;
  margin-right: 8px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 26px;
}
.pagination .page-item .page-link.active{
  background-color: #5cfcc9;
}
/* ====================================== Events */
.main-heading {
  margin-bottom: 30px;
  margin-top: 30px;
}
.main-heading h1{
  font-size: 48px;
  color: #393939;
  font-family: 'Saira Stencil One';
}
.events {
  border: 1px solid #eee;
  padding: 20px 20px 5px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 10px 2px #eee;
  margin: 5px;
}
.events .img{
  border-radius: 10px;
  position: relative;
}
.events .img img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.events .events-box-cta {
  display: flex;
  width: fit-content;
  background-color: rgb( 92, 252, 201 );
  position: absolute;
  right: 25px;
  bottom: -28px;
  border-radius: 15px;
}
.events .events-box-cta a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #393939;
  padding: 10px 30px;
  font-family: 'Poppins', sans-serif;
}
.events .events-box-date {
  display: flex;
  padding: 15px 0;
  margin-top: 35px;
}
.events .events-box-date p {
  text-align: left;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 20px;
  color: #393939;
  font-family: 'Poppins', sans-serif;
}
.events .events-box-date p i {
/*  color: #c10012; */
  font-size: 24px;
  padding-right: 10px;
}
.events .content p{
  color: #393939;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0;
  margin-top: 10px;
  width: 90%;
}
.events .events-box-social {
  display: flex;
  padding: 15px 0;
  margin-top: 5px;
}
.events .events-box-social a {
  text-align: left;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 0;
  padding-right: 20px;
  font-weight: 600;
  color: #393939;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}
.events .events-box-social a i {
  /* color: #c10012; */
  font-size: 18px;
  padding-right: 10px;
}
/* ========================videos */
.videos-box {
  padding: 50px 0
}

.video-selected {
  width: 100%;
  margin: 0 auto;
  }
        
.video-iframe {
  position: relative;
  height: 610px;
}
        
.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
        
.video-thumbnails {
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
}

.video-thumb {
  min-height: 190px;
  height: auto;
  margin-bottom: 20px;
  position: relative;
}

.video-thumb img {
  background-color: #d8d9da;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.video-thumb iframe {
  display: none;
}

/* .video-thumb,
.video-selected {
  padding: 5px;
} */

.video-thumb p {
  margin: 0;
  font-size: 12px;
}

.video-thumb p.name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px;
  background-color: #111;
  color: #fff;
  font-size: 18px;
  font-family: 'Poppins';
  font-weight: 600;
  text-transform: capitalize;
}
.more-videos a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #393939;
  padding: 15px 35px;
  font-family: 'Poppins', sans-serif;
  display: flex;
  width: fit-content;
  background-color: rgb( 92, 252, 201 );
  border-radius: 15px;
  margin: 10px auto 20px auto;
  text-transform: capitalize;
}
/* ========================= */
.stay-connected {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 20px;
}
.box-content-main{
  padding: 25px;
}
.stay-connected .head-box h5 {
  font-size: 14px;
  color: #393939;
  font-family: 'Inter';
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.stay-connected .content-box {
  display: flex;
  justify-content: space-evenly;
  /* padding-bottom: 10px;
  margin-bottom: 10px; */
}
.stay-connected .content-box:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.stay-connected .content-box .counter i.fa-facebook-f{
  background-color: rgb( 84, 84, 255 );
}
.stay-connected .content-box .counter i.fa-twitter{
  background-color: rgb( 84, 148, 255 );
}
.stay-connected .content-box .counter i.fa-instagram{
  background-color: rgb( 148, 84, 255 );
}
.stay-connected .content-box .counter i{
  font-size: 14px;
  color: #fff;
  width: 50px;
  height: 100%;
  text-align: center;
  line-height: 50px;
  border-radius: 6px 0 0 6px;
}
.stay-connected .counter{
  flex-grow: 1;
  display: inline-flex;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 6px;
}
.stay-connected .counter .content{
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 10px;
  background-color: rgb( 250, 250, 252 );
}
.stay-connected .counter .content h6 {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins';
  margin-bottom: 0;
}
.stay-connected .counter .content span {
  font-size: 11px;
  font-weight: 600;
  font-family: 'Poppins';
  margin-bottom: 0;
  color: #6f7885;
  text-transform: uppercase;
}
.stay-connected .counter .icons {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.stay-connected .content-box .tag-line{
  flex-grow: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  background-color: rgb( 217, 217, 215 );
  border-radius: 6px;
}
.stay-connected .content-box:nth-child(even) .tag-line{
  background-color: rgb( 111, 120, 133 );
  color: #f2f2f2;
}
.stay-connected .content-box:nth-child(even) .tag-line A{
  color: #f2f2f2;
}
.stay-connected  .tag-line a{
  font-size: 14px;
  font-family: 'Poppins';
  color: #6f7885;
  text-transform: capitalize;
  font-weight: 600;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
/* ========================= */

.featured-tours {
  border: 1px solid #eee;
  height: 100%;
}
.featured-tours .nav-tabs .nav-item{
  margin-bottom: 0;
  flex-grow: 1;
  text-align: center;
}
.featured-tours .nav-tabs .nav-item:not(:last-child) {
  border-right: 1px solid #eee;
}
.featured-tours .nav-tabs .nav-item .nav-link{
  border: 0;
  font-size: 14px;
  color: #393939;
  text-transform: uppercase;
  border-radius: 10px;
}
.featured-tours  .nav-tabs .nav-item.show .nav-link, 
.featured-tours  .nav-tabs .nav-link.active{
  background: #f5f5f5;
  z-index: 1;
  border-radius: 0;
}
.featured-tours .tab-content{
  padding: 25px;
  height: calc(100% - 40px);
}
.cart{
  display: flex;
  align-items: center;
}
.main-stories-slider .item:not(:last-child) .cart {
  margin-bottom: 15px;
}
.main-stories-slider button {
  background-color: transparent;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  cursor: pointer;
  line-height: 21px;
  background: #fff;
  z-index: 1;
  text-transform: uppercase;
}
.main-stories-slider button.slick-prev {
  position: absolute;
  right: 0;
  bottom: -15px;
  border: 0;
}

.main-stories-slider button.slick-next {
  position: absolute;
  left: 0;
  bottom: -15px;
  border: 0;
}
.main-stories-slider .cart .img img {
  width: 70px;
  height: 70px;
}
.main-stories-slider .cart .content p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart .img img {
  width: 90px;
  height: 90px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 6px;
}
.cart .content b {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Inter';
  color: #fff;
  background-color: #000;
  padding: 2px 25px 2px 10px;
}
.cart .content p {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  font-family: 'Inter';
  color: #111;
  margin-bottom: 0;
}
.cart .content .date span{
  font-size: 13px;
  font-family: 'Inter';
  color: #888888;
  font-weight: 300;
}
/* ========================= */
footer{
  padding: 70px 40px 30px 40px;
  background-color: #000;
}
footer .logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
footer .logo img{
  height: 130px;
}
footer .social-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
}
footer .social-links p{
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  font-family: 'Inter';
  margin-bottom: 15px;
}
footer .social-links ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
footer .social-links ul li a {
  font-size: 16px;
  display: inline-flex;
}
footer .social-links ul li a i {
  padding: 7px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 1;
  border: 1px solid #999;
  color: #999;
  font-size: 12px;
}
footer .social-links ul li:not(:last-child) a i {
  margin-right: 15px;
}
footer ul{
  list-style: none;
}
footer h3{
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  height: 35px;
  text-transform: capitalize;
}
.use-full-links ul li {
  padding-bottom: 5px;
}
.use-full-links ul li a {
  font-size: 16px;
  color: #808080;
  font-family: 'Inter';
  font-weight: 400;
  text-transform: capitalize;
  line-height: 20px;
  display: inline-flex;
}
.download-apps ul li a {
  display: inline-flex;
}
.download-apps ul li a img{
  height: 45px;
  margin-bottom: 25px;
}
.icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon ul li a {
  display: flex;
  width: 80px;
  height: 80px;
  border: 1px solid #999;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.icon ul li a img {
  height: 60px;
  width: 60px;
  object-fit: cover;
}
.copyright p a,
.copyright p{
  margin-bottom: 0;
  color: #8b8d90;
  font-size: 13px;
  text-align: center;
  padding-top: 30px;
}

@media (min-width: 1450px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl {
    max-width: 1400px;
  }
}

@media (min-width: 1650px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl {
    max-width: 1600px;
  }
}

@media (min-width: 1750px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl {
    max-width: 1740px;
  }
}
@media (max-width: 11500px) {
  .main-nav-top li {
    padding: 0 10px;
  }
  .navbar-form-search {
    width: 210px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1250px){
  .main-nav-top li a {
    font-size: 14px;
    /* padding: .3rem .3rem; */
  }
  nav .navbar-brand.logo img {
    height: auto;
    width: 190px;
    object-fit: scale-down;
  }
  .main-box-search .register-now {
    margin-left: 10px;
  }

  .register-now {
    font-size: 14px;
    line-height: 16px;
  }
}   
@media (max-width: 991.98px){

  .banner-main .content h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .banner-main .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 75%;
    margin-left: 10%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .navbar-collapse {
    position: absolute;
    top: 54px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    -webkit-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
  }
  .navbar-collapse.collapsing {
    height: auto;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0.3s ease;
    left: -100%;
  }
  .main-nav-top li{
    position: relative;
  }
  .main-nav-top li .submenu{
    position: relative;
    left: 0;
    top: unset;
    width: fit-content;
    padding-right: 50px;
  }
  .main-nav-top li {
    position: relative;
  /*  display: inline-block; */
  }
  .main-nav-top li:first-child{
    padding: 0 10px;
  }
  .main-nav-top > li > a {
    padding: 10px 0 0 0;
    display: block;
  }
  .featured-tours{
    margin-top: 30px;
    padding-bottom: 10px;
    height: auto;
  }
  .navbar-collapse{
    width: 250px;
    background-color: #fff;
    top: 0;
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
    box-shadow: 5px 7px 10px 1px rgb(255 255 255 / 60%);
  }
  .navbar-collapse.show {
    left: 0;
    -webkit-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    top: 0;
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
    box-shadow: 5px 7px 10px 1px rgb(255 255 255 / 60%);
  }
  .main-box-search #search-button{
    padding: 10px 15px;
  }
  .main-box-search .register-now {
    margin-left: 0;
  }
  .footer .social-links {
    margin-bottom: 30px;
  }
  .banner-main-img-gallery {
    justify-content: center;
  } 
  .pagination {
    justify-content: center;
  }
  .video-iframe{
    margin-bottom: 15px;
    height: 410px;
  }
  .video-thumbnails{
    display: flex;
  }
  .video-thumb p.name{
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .more-videos a {
    font-size: 16px;
  }
  .banner-main .content p {
    font-size: 20px;
  }
  .banner-main .content h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .more-videos a {
    font-size: 14px;
    padding: 15px 25px;
  }
  .banner-main .slick-prev {
    top: 25%;
    position: absolute;
    left: 10px;
    font-size: 18px;
  }
  .main-heading h1 {
    font-size: 30px;
  }
  .music-slider .item .img img {
    width: 100%;
    height: 370px;
  }
}
/* ================== three-images */
@media (max-width: 575.98px){
  nav .navbar-brand.logo img {
    height: auto;
    width: 190px;
  }

  .banner-main-img-gallery > div{
    height: 300px;
  }
  .banner-main .slick-prev {
    top: 25%;
    position: absolute;
    left: 10px;
    font-size: 18px;
  }
  .banner-main .slick-next {
    top: 25%;
    right: 10px;
    font-size: 18px;
  }
  .banner-main .content {
    width: 80%;
    padding: 30px 0;
  }
  .video-iframe{
    margin-bottom: 15px;
    height: 310px;
  }
  .video-thumb img,
  .video-thumb {
    min-height: 120px;
    height: 120px;
  }
  .video-thumb p.name {
    font-size: 11px;
    padding: 6px;
  }
  .header {
    flex-direction: column;
  }
  .main-box-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 20px;
  }
  .navbar-toggler{
    z-index: 99999;
  }
  .top-bar .wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .social-icons ul{
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    grid-template-columns: auto auto auto auto auto auto;
  }
  .top-bar {
    padding: 20px 0 40px 0;
  }
}
.banner-main .content .title {
  padding:0px;
}
.banner-main .content .title h1 {
  background-color: #fff;
}
i.fa.fa-arrow-right,i.fa.fa-arrow-left {
  color: #000;
}
.banner-main {
  height: 470px;
}
@media screen and (min-width: 320px)  and (max-width: 767px) {
  .banner-main
  {
    height: 600px;
  }
}
.cssload-thecube .cssload-cube:before {
  background: #514c8b !important;
}
.flownews-posts-title-box h2,article.custom-card-section h1 {
  font-size: 54px;
  color: #393939;
  font-family: 'Saira Stencil One';
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.events .content a {
font-size: 20px;
color: #000;
}
.inside-padding {
padding: 0 5px !important;
}
.events .events-box-cta
{
background: #514c8c;
}
.events .events-box-cta a {
 color:#fff;
}
.viewmore-btn {
  font-size: 20px !important;
  color: #ffffff !important;
  background: #514c8c !important;
  padding: 10px 20px !important;
}

.navbar-collapse.show
{
z-index: 9999999 !important;
}