/*
Theme Name:   After Theme Child
Description:  After Theme Child
Author:       admin
Author URL:   http://generalwptheme.local
Template:     after-theme
Version:      1.0
Text Domain:  After Theme Child
*/

/*BEGIN: THEME STYLING*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
/*BEGIN: GENERAL STYLES*/


a:hover{
	text-decoration: none !important;
	opacity:0.6;
}
ul{
  list-style-type: none;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}
img{
	max-width: 100%;
}
*{
 font-family: 'Poppins', sans-serif;
}
p,span,label,a{
font-family: 'Poppins', sans-serif  !important;
}
h1,h2,h3,h4,h5,h6{
   font-family: 'Poppins', sans-serif !important;
}
*.fa, *.fab, *.fal, *.far, *.fas {font-family: 'Font Awesome 5 Free' !important;}
.fab {
    font-family: "Font Awesome 5 Brands" !important;
}
header.entry-header {
  display: none;
}
.blog-desc header.entry-header {
    display: block;
}
.all-section{
  padding: 30px 0;
}
p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.section-head {
    color: #282828;
    font-size: 60px;
    margin-bottom: 25px;
    letter-spacing: 1.5px;
    text-transform: capitalize;
}
.all-section{
  padding: 40px 0;
}
.theme-btn .vc_general {
    background: #282828!important;
    text-align: center!important;
    padding: 10px 40px!important;
    color: #fff!important;
    text-transform: uppercase!important;
    font-size: 16px!important;
    border: 0 !important;
    border-radius: 30px !important;
}
.theme-btn  .vc_general:focus{
  outline: none;
}
.theme-btn  .vc_general:hover {
    background: #e7c832 !important;
}
header .theme-btn .vc_general{
 width: 100%;
}
html.js_active {
  margin: 0 !important;
}
.box-head {
    font-size: 32px;
}
/*END: GENERAL STYLES*/
/*BEGIN: SIDE NAV*/
.sidenav ul.sub-menu {
    background: black !important;
    margin-left: 15px;
}
#header ul.nav-menu .sub-menu li {
    border: 0 !important;
}
#header .sidenav ul.sub-menu li a {
    color: #fff !important;
        border-color: #f9d00447 !important;
}
.sidenav {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -500px;
      background: #000;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
  transition: left 1s linear;
  width: 250px;
}
.sidenav a:hover, .sidenav a:focus {
  color: #d7982a;
  text-decoration: none;
  padding-left: 40px;
}
.sidenav a.custom-logo-link {
  padding: 20px !important;
  margin-bottom: 20px;
  border: 0;
  /*filter: brightness(0) invert(1);*/
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  border: 0;
}
.sidenav a {
    padding: 3px 0;
    text-decoration: none;
    font-size: 13px;
    color: #fff !important;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #f9d00447;
    margin: 5px 15px;
    font-weight: 500;
}
.mobilecontainer span {
    color: #f2e630;
    position: relative;
    z-index: 1;
    background: #9e9a9a59;
    top: 0;
    padding: 0 8px;
    border: 2px solid;
}
.mobilecontainer img {
  width: 63px;
  margin: -19px 0;
  position: relative;
  z-index: 1;
}

/*END: SIDE NAV*/

.trend-bar .type {
    background: #f9ed31;
    padding: 10px 40px;
	display: flex;
    align-items: center;
}
.trend-bar .type i{
	margin-right:5px;
}
.trend-bar {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    width: 100%;
    background: #000;
    margin: 30px 0;
}

.trend-bar .desc {
    background: #000;
    color: #fff;
    font-style: italic;
       padding: 10px 25px;
}

/*BEGIN: HEADER*/
.side-opts li {
    border-top: 9px solid transparent;
}

.side-opts li.dropdown.fl-us:hover {
    border-color: #f9ed31;
}
#header ul.nav-menu li:hover {
    border-top: 9px solid #f9ed31;
}
#header ul.nav-menu li {
    border-top: 9px solid transparent;
}
#header .sub-menu.dropdown-menu span {
    display: flex;
}
.dropdown-toggle::after {
    display: none !important;
}
.side-opts .dropdown:hover .dropdown-menu {
    display: block;
}
#header {
    background: #000000;
    padding: 0px 3%;
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
}
#header  ul.sub-menu {
    display: block;
}


#header ul.nav-menu li a {
    color: #fff;
    margin: 0 14px;
    font-size: 15px;
    padding: 25px 0;
}
#header  ul.sub-menu a{
	  color: #000 !important;
	 padding: 5px 10px !important;
}
#header  .side-opts a {
    color: #fff !important;
    margin: 0 20px;
    text-transform: uppercase;
	padding: 25px 0;
}
#header  .sub-menu.dropdown-menu {
    background: #f9ed31;
    border-radius: 0;
    border: 0;
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
            top: 66px;
}

#header .sub-menu.dropdown-menu a {
    color: #000 !important;
    text-transform: capitalize;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid;
    font-size: 14px;
}
#header .sub-menu.dropdown-menu a:hover,#header .sub-menu.dropdown-menu a:active {
    background: transparent;
}

#header  .sub-menu.dropdown-menu {
    padding: 0;
}
#header a:hover {
    color: #f9ed31 !important;
	opacity:1;
}
#header ul.sub-menu{
  background:  #f9ed31 ;
             top: 66px;

}
#header ul.sub-menu a {
    color: #000 ;
    border-bottom: 1px solid #000;
    padding: 5px 10px;
    margin: 0 !important;
    text-transform: capitalize;
    font-size: 14px !important;
}
#primary.site-main {
    min-height: 600px;
}
/*END: HEADER*/
/*BEGIN: FOOTER*/
#nav_menu-2 {
    text-align: right;
}
#nav_menu-3 {
    text-align: left;
}
footer {
    background: #000000;
    padding: 50px 0;
}
.copy-right {
    background: #000;
    border-top: 2px solid #fff;
    padding: 10px 0;
}
.copy-right * {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.copy-right a {
    color: #fff;
   margin-right: 25px;
    text-transform: capitalize;
}
.copy-right p,.copy-right ul {
    margin: 0;
}
footer * {
    color: #fff !important;
    text-transform: uppercase;
}
footer a {
    font-size: 15px;
    margin-bottom: 6px;
    display: block;
}
footer h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.copy-right a:hover, footer a:hover {
    color: #f9ed31 !important;
	opacity:1;
}
/*END: FOOTER*/

/*BEGIN: ABOUT US PAGE*/

.inner-banner {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-banner h3 {
    color: #fff;
    font-size: 66px;
    text-transform: uppercase;
    font-weight: 700;
}

.inner-banner h3 span {
    color: #f9ed31;
}

.second-abt .wpb_text_column.wpb_content_element {
    border-bottom: 1px solid #f9ed31;
    padding-bottom: 20px;
}
.faq-accordion h4.vc_tta-panel-title {
    background: #000;
    position: relative;
}
.faq-accordion .vc_tta-panel-body ul li {
    list-style-type: disc;
}

.faq-accordion .vc_tta-panel-body ul {
    padding-left: 30px;
}
.faq-accordion span.fas.fa-chevron-right {
    background: #f9ed31;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.faq-accordion .vc_tta-panel-body a:hover {
    opacity:0.6;
}

.faq-accordion .vc_tta-panel-body a ,.add-text a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}
.faq-accordion h4.vc_tta-panel-title a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 20px !important;
    text-transform: capitalize;
}

.faq-accordion h4.vc_tta-panel-title i {
	display: none !important;
}

.faq-accordion .vc_tta-panel-body {
    background: #e5e5e5 !important;
}

.faq-accordion .vc_tta-panel-body ol {
    padding-left: 15px !important;
}

.faq-accordion .vc_tta-panel-body ol li {
    margin-bottom: 6px;
}
/*END: ABOUT US PAGE*/
/*BEGIN: PODCAST PAGE*/

.yt-video {
    -webkit-box-shadow: 2px 0px 22px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 0px 22px -4px rgba(0,0,0,0.75);
    box-shadow: 2px 0px 22px -4px rgba(0,0,0,0.75);
    position: relative;
}
.yt-video:before {
    content: '';
    position: absolute;
    height: calc(100% + 200px);
       width: 75%;
    background: #f9ed31;
    left: -90px;
    top: -100px;
      z-index: -1;
}
/*END: PODCAST PAGE*/
/* BEGIN: ADVERTISE PAGE */
.add-text h4 {
    color: #000;
    font-weight: 700;
    margin-top: 30px;
}
.add-text ul {
    margin-left: 15px;
}
.add-text ul li {
    list-style-type: disc;
}
/* END: ADVERTISE PAGE */
/* BEGIN: FORMS STYLING */
input, textarea {
    background: #f7f7f7;
    border: 2px solid #f1ebeb !important;
    border-radius: 0 !important;
    padding: 8px !important;
    width: 100%;
    resize: none !important;
	    margin: 0 !important;
    margin-bottom: 12px !important;
}
form label {
    color: #5d5d5d;
    font-size: 14px;
    margin: 0;
    margin-top: 20px;
}
form p {
    margin: 0 !important;
}

.submit-button-container input ,form .form-btn  {
    background: #000 !important;
    color: #f9ed31;
    padding: 12px 23px !important;
    width: auto;
    font-weight: 500;
    border: 0 !important;
}
.wpcf7-not-valid-tip {
    font-size: 13px !important;
}
input::placeholder, textarea::placeholder {
    font-size: 15px;
}
.blog-pg {
    margin-top: 60px !important;
}
/* END: FORMS STYLING */
/* BEGIN: SIDEBAR */
#block-40 ul.wp-block-latest-posts__list.wp-block-latest-posts img {width: 100%;height: 200px;object-fit: cover;}

#block-40 ul.wp-block-latest-posts__list.wp-block-latest-posts  a {
    position: relative;
    left: 0;
    top: 0;
    margin: 10px 0  35px 0;
}
.widget_block h2 {
    font-size: 23px;
      font-weight: 700;
}
.wp-block-categories-list a {
    color: #000 !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
}
ul.wp-block-latest-posts__list a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}
.category .post-block img {
    margin: 0;
    margin-bottom: 40px !important;
}
.post-block p.time-stamp ,.time-stamp {
    color: #969393;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0 !important;
}
.post-block p {
    margin: 0 !important;
}
.post-block h3 {
    color: #969393;
    font-size: 15px;
    font-weight: 700;
}
ul.wp-block-latest-posts__list li a {
    clear: both;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    float: left;
    position: absolute;
    left: 126px;
    margin-top: 21px;
}

.wp-block-categories-list a:hover {
    opacity: 0.5;
}
.row.mb-5.bd-bottom .row {
    margin-top: 11px;
}
/* END: SIDE BAR */
/* BEGIN: NAVIGATION */
.navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation ul li {
    margin: 0 10px;
    background: #bcbcbc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 13px;
}

.navigation ul li a {
    color: #000;
}

.navigation li.active {
    background: #f9ed31;
}
/* END: NAVIGATION */
/* BEGIN: HOME PAGE */
input.search-submit {
    background: #000;
    color: #f9ed31;
    padding: 11px !important;
    width: auto;
    border: 0 !important;
}
.nav-links .nav-title {
    color: #969292;
    font-size: 14px;
}
.nav-links .nav-subtitle {
    color: #000;
    font-weight: 700;
}
.section-head {
    color: #000000;
    font-size: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center !important;
	position:relative;
	    letter-spacing: 0px;
}
.section-head:after, .section-head:before {
    content: '';
    position: absolute;
    background: #f9ed31;
    height: 4px;
    width: 32%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.section-head:before {
    left: auto;
    right: 0;
}
.home-video {
    height: 400px;
    margin-bottom: 20%;
    overflow: visible !important;
}
.home-video h3{
    color: #efe330;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
}
.home-video h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    width: 70%;
    margin: 0 auto;
}
.home-vid {
    -webkit-box-shadow: 2px 0px 22px -4px rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px 0px 22px -4px rgba(0,0,0,0.75);
    box-shadow: 2px 0px 22px -4px rgb(0 0 0 / 75%);
}
.post-block img {
    width: 100%;
       height: 400px;
    /*object-fit: cover;*/
	/*margin: 40px 0;*/
}
.post-block .col-md-5 img {
    height: 250px !important;
    margin: 0;
}
header.page-header.inner-banner {
    background: url(/wp-content/uploads/2021/08/music-bg.jpg);
    height: 395px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}
.post-block .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.post-block h6 {
    color: #969393;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
    letter-spacing: 0.5px;
	    margin-bottom: 8px !important;

}
.news-section .col-md-5 img, .news-section .col-md-4 img {
    height: 240px;
}
.news-section .row.mb-5.bd-bottom {
    position: relative;
}
.news-section .row.mb-5.bd-bottom:last-child:after{
	display:none;
}
.news-section .row.mb-5.bd-bottom:after {
    content: '';
    position: absolute;
    background: #d3d3d3;
    left: 0;
    height: 2px;
    width: 96%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    bottom: -25px;
}
.post-block h5 a,.post-block h5  {
    color: #000;
   font-weight: 700;
    font-size: 24px;
}

.post-block {
    margin-bottom: 45px;
}
.news-section .post-block {
    padding-bottom: 45px;
}
.blog-desc .post-thumbnail img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin-bottom: 30px;
}
#comments #reply-title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
}

#comments a {
    color: #827d7d;
}
#comments input#submit {
    background: #000;
    color: #f9ed31;
    padding: 15px !important;
    width: auto;
    font-weight: 500;
}
.overlay-post .post-block:after {content: '';position: absolute;background: #f0d51e;height: 80%;width: 100%;left: 0;bottom: 0;z-index: 99;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0d51e+0,f0d51e+100&0+0,0.65+100 */background: -moz-linear-gradient(top,  rgba(240,213,30,0) 0%, rgba(240,213,30,0.65) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(240,213,30,0) 0%,rgba(240,213,30,0.65) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(240,213,30,0) 0%,rgba(240,213,30,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0d51e', endColorstr='#a6f0d51e',GradientType=0 ); /* IE6-9 */}
.overlay-post .post-block h6 a {
    color: #fff;
}
 .overlay-post .post-block h5 a{
  color: #000;
 }
.overlay-post .post-block img {
    height: 450px;
    margin: 0;
}
.overlay-post .post-block {
    position: relative;
    margin: 0;
}
.overlay-post .post-block .post-desc h6 {
    color: #fff;
}
.overlay-post .post-block .post-desc h5 {
    width: 60%;
}
.overlay-post .post-block .post-desc {
    position: absolute;
    bottom: 15px;
    width: 90%;
    left: 50px;
    z-index: 999;
}
/* END:HOME PAGE */
/* BEGIN: HOME PAGE SLIDER */
.banner-top {
    height: 900px;
    display: flex;
    align-items: flex-end;
}
.banner-top.pd-fluid {
    padding: 0 18%;
}
.full-box figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.full-box {
    margin-bottom: 10px;
}
.full-box figure {
    position: relative;
    height: 450px;
    width: 95%;
}
.full-box figure:after {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    top: 50%;
    height: 80%;
    width: 90%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.full-desc h3 {
    color: #fff;
    font-size: 70px;
}
.full-desc h4 a.word[--nth-word="4"] {
    background: red;
}
.full-desc h3 span {
    color: #f9ed31;
}

.full-desc h5 {
    color: #efe330;
    font-size: 23px;
    border-bottom: 2px solid;
    padding-bottom: 6px;
    width: 40%;
}
.full-desc h4, .full-desc h4 a {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    width: 80%;
    text-transform: uppercase;
    margin-top: 14px;
}
.full-desc h4 span {
    font-weight: 300;
    font-size: 34px;
}


.full-desc h4 strong {
    font-weight: 600;
}
.top-box {
    position: relative;
    height: 200px;
	    width: 90% !important;
}
.top-box .top-desc h5 {
    position: relative;
    margin-bottom: 12px;
}

.top-box .top-desc h5:after {content: '';position: absolute;background: #f0d51e;height: 2px;width: 50px;bottom: -9px;left: 0;}
.top-box .top-desc {
    position: absolute;
    bottom: 10px;
    z-index: 99;
    width: 90%;
    left: 0;
    margin: 10px 15px;
}
.overlay-top {
    position: relative;
    top: -50px;
}
.top-box .top-desc h5 a, .top-box .top-desc h5 {
    background: #f0d51e;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 3px 6px;
    color: #000;
}
.top-box:after {
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 1%, rgba(0,0,0,0.04) 2%, rgba(0,0,0,0.65) 39%, rgba(0,0,0,0.65) 97%, rgba(0,0,0,0.65) 98%, rgba(0,0,0,0.65) 100%); 
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 1%,rgba(0,0,0,0.04) 2%,rgba(0,0,0,0.65) 39%,rgba(0,0,0,0.65) 97%,rgba(0,0,0,0.65) 98%,rgba(0,0,0,0.65) 100%); 
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 1%,rgba(0,0,0,0.04) 2%,rgba(0,0,0,0.65) 39%,rgba(0,0,0,0.65) 97%,rgba(0,0,0,0.65) 98%,rgba(0,0,0,0.65) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.top-box .top-desc h6 ,.top-box .top-desc h6 a {
    color: #ffff;
    font-size: 16px;
    overflow: hidden;

}

.top-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* END: HOME PAGE SLIDER */
/* BEGIN: DETAIL PAGE */
.entry-meta span, .entry-meta span a,.share-icons span {
    color: #979797 !important;
    font-size: 15px;
    font-weight: 600;
}

.share-icons span i {
    margin-right: 7px;
}

.share-icons a {
    color: #000;
    font-size: 16px;
    margin: 0 7px;
}

.share-icons a:hover {
   opacity:0.6;
	color:#000;
}
.blog-desc header.entry-header h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
}
.blog-desc .overlay-post {
    margin: 60px 0;
}
.widget_block.abt-widget img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.widget_block.abt-widget h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
}

.widget_block.abt-widget a {color: #000;margin: 0 5px;}

.widget_block.abt-widget a:hover {
    opacity: 0.6;
}

.widget_block.abt-widget p {
    position: relative;
    padding-top: 20px;
}
.widget_block.abt-widget, #block-10.widget_block {
    margin-bottom: 40px;
}
.widget_block.abt-widget h2 {
    margin-bottom: 25px;
}
.widget_block.abt-widget p:after {content: '';position: absolute;background: #f9ed31;height: 2px;width: 100px;top: 9px;left: 0;}
.abt-widget figure:after {
    content: '';
    background: #f9ed3173;
    right: -18px;
    top: 0;
    z-index: 99;
    position: absolute;
    height: 104%;
    width: 59%;
    transform: skew(
-43deg
, 
9deg
);
}
.abt-widget figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 100px;
    width: 100px;
    border-radius: 100%;
	    margin-right: 11px;
}
/* END: DETAIL PAGE */
/*BEGIN: SCROLL BAR*/
::-webkit-scrollbar {
  background: #000;
  width: 12px;
}
body::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-track {
  display: none;
}
body::-webkit-scrollbar-track-piece {
  display: none;
}
body::-webkit-scrollbar-thumb {
  background: #f9ed31;
  background-clip: content-box;
  border-radius: 3px;
  border: 2px solid #f9ed31;
}
body::-webkit-scrollbar-corner {
  display: none;
}
body::-webkit-resizer {
  display: none;
}
/*END: SCROLL BAR*/
/*BEGIN: MEDIA QUERIES*/
@media (max-width: 1600px) {
	#header .side-opts a {
    padding: 25px 0;
}
.banner-top {
    height: 840px;
}
}

@media (max-width: 1400px) {
	.banner-top {
    height: 800px;
}
	.full-desc h4, .full-desc h4 a {

		font-size: 30px;}
#header ul.nav-menu li a {
    color: #fff;
    margin: 0 10px;
    font-size: 14px;
}
#header .side-opts a {
    margin: 0 15px;
    font-size: 14px;
}
		.banner-top.pd-fluid {
   padding: 0 10%;
}
.full-box figure {
    height: 400px;
  }
  }
@media (max-width: 1199px) {
	#header .side-opts .sub-menu.dropdown-menu {
    transform: none !important;
    top: 63px !important;
}
	#header ul.sub-menu a {
    font-size: 13px !important;
    padding: 2px 10px !important;
}
	.post-block h5 a {
    font-size: 21px;
}
	.full-desc h4, .full-desc h4 a {
		font-size: 27px;}
	.top-box .top-desc h6, .top-box .top-desc h6 a {

		font-size: 14px;}
	.banner-top .container-fluid.pd-fluid {
    padding: 0 5%;
}
.top-box {
    height: 200px;
}
	.add-text h4 {
    font-size: 21px;
}
	.inner-banner h3 {
		font-size: 47px;}
#header ul.nav-menu li a {
    color: #fff;
    margin: 0 5px;
    font-size: 13px;
}
#header .side-opts a {
    margin: 0 10px;
    font-size: 13px;
}
.copy-right * {
    font-size: 13px;
    }
}

@media (max-width: 991px) {
	.overlay-post .post-block .post-desc h5 {
    width: 85%;
}
	header.page-header.inner-banner {
    height: 250px;
}
	.section-head:after, .section-head:before {
		width: 26%;}
	.home-video h4 {
		font-size: 20px;}
	.banner-top {
    height: 650px;
}
.full-box figure {
    height: 300px;
}
	
.full-desc h3 {
    font-size: 40px;
}	.widget_block.abt-widget h5 {
    font-size: 13px;
}
.abt-widget figure {
    height: 60px;
    width: 60px;
}
.post-block h5 a {
    font-size: 21px;
}
	.blog-desc header.entry-header h1 {
		font-size: 19px;}
	.widget_block h2 {
    font-size: 19px;
}
	.faq-accordion h4.vc_tta-panel-title a {
		font-size: 16px;}
	#header .col-lg-2.col-7 {
    order: 1 ;
		    display: flex ;
    align-items: center ;
    justify-content: flex-end;
}
  footer a {
    font-size: 14px;
}
p,a,li {
    font-size: 15px;
    line-height: 22px;
}
  .copy-right * {
    font-size: 12px;
    }
#header .side-opts a {
    margin: 0 12px;
    font-size: 14px;
}
.side-opts ul.float-right.m-0 {
    float: left !important;
}
}
@media (max-width: 767px) {

#block-45 {
    margin-top: 30%;
}

	.banner-top {
    height: 900px;
}
	.float-right.share-icons {
    float: left !important;
    margin-top: 10px;
}
	.yt-video:before {
    height: calc(100% + 100px);
    top: -50px;
}
.inner-banner h3 {
    font-size: 30px;
}
	.full-desc h4 {
    font-size: 35px;
}
.top-box .top-desc h5 {
    font-size: 13px;
    }
    .top-box .top-desc h6 {
    font-size: 14px;
  }
.top-box .top-desc {
    left: 10px;
    margin: 0;
}
	.inner-banner {
		min-height: 200px;}
.ftr-bottom .f1 {
    order: 1;
}
#nav_menu-2, #nav_menu-3 {
    text-align: center;
}
.ftr-bottom img {
    margin-bottom: 30px;
}
.copy-right p, .copy-right ul {
    text-align: center !important;
    justify-content: center;
    padding: 2px 0;
}

}


@media (max-width: 575px) {
	.side-opts li {
    border-top: 7px solid transparent;
}
	header.page-header.inner-banner {
    height: 150px;
}
	.section-head:after, .section-head:before {
		width: 26%;}
	.home-video h4 {
		width: 100%;}
	.full-desc h4, .full-desc h4 a {
    font-size: 22px;
    line-height: 23px;
    margin-bottom: 20px !important;
}
	.faq-accordion h4.vc_tta-panel-title a {
    font-size: 14px;
}
	.faq-accordion span.fas.fa-chevron-right {

    width: 26px;
	}
	.add-text h4 {
    font-size: 18px;
}
#header .sub-menu.dropdown-menu a {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
	.home-video {
		margin-bottom: 58%;}
	.faq-accordion h4.vc_tta-panel-title a {
    padding: 16px 8px !important;
		padding-right: 33px !important;}
	.post-block h5 a {
    font-size: 18px;
}
.mobilecontainer span {
    font-size: 18px !important;
    padding: 0 6px;
}
	#header .side-opts a {
    margin: 0 8px;
    font-size: 13px;
}
	.inner-banner h3 {
    font-size: 25px;
}
	.inner-banner {
    min-height: 150px;
}
		.banner-top.pd-fluid {
    padding: 0 3%;
}
.full-desc h3 {
    font-size: 31px;
}
.full-desc h5 {
    font-size: 19px;
    width: 62%;
}
.full-desc h4 {
    font-size: 29px;
}
.full-desc h4 span {
    font-size: 26px;
}
	.full-desc h4, .full-desc h4 a {
    font-size: 18px;
    line-height: 19px;
}

}

@media (max-width: 400px) {
	.section-head:after, .section-head:before {
    width: 20%;
}
#header .col-lg-3.col-4 {
    flex: 0 0 100% !important;
    max-width: 100%;
    margin: 10px auto;
}

#header .col-lg-2.col-7 {
    flex: 0 0 100%;
    max-width: 100%;
}
#header {
    height: 110px;
}
.mobile-adds {
    display: block !important;
}
.desktop-adds {
    display: none;
}

	
}



/*END: MEDIA QUERIES*/


.main-navigation ul {
    justify-content: center;
}


.wp-block-categories ul.children {
    display: none;
}











.accordion-container{
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000;
}
.set > span{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
/*.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background-color:#3399cc;
  color: #fff;
}
*/


.set span {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 20px !important;
    text-transform: capitalize;
}

.accordion-container i.fa.fa-plus, .accordion-container i.fa.fa-minus {
    background: #f9ed31;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.content{
  background-color: #e5e5e5;
  border-bottom: 1px solid #ddd;
  display:none;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.content p a {
    text-decoration: none;
    color: black;
}

#header .search-wrap .sub-menu.dropdown-menu form, #header .search-wrap .sub-menu.dropdown-menu form input {
    width: 100% !important;
    margin: 0 !important;
}

#header .search-wrap .sub-menu.dropdown-menu {
    right: 0;
    left: auto;
    width: 300px;
}


@media only screen and (max-width: 991px) {

  #header {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index:99;
}
#header + div {
    padding-top: 70px;
}
}

.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 64px;
	height: 64px;
	z-index: 9999;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	background-color: #f8ed31;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	line-height: 64px;
	color: #000;
	box-shadow: 0 0 10px #0003;
}
.back-to-top:hover{
	opacity: 0.7;
}


.mobile-adds {
    display: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li{min-height: 95px;}

@media (max-width: 767px){
#block-45 figure, #block-46 figure {
    transform: rotate(-90deg);
    height: 150px;
    width: 30%;
    margin: 0 auto;
    margin-top: 0px !important;
    position: absolute;
}

#block-45, #block-46 {
    margin-top: 5%;
    height: 150px;
}
}

@media (max-width: 480px){
#block-45 figure, #block-46 figure {width:33.333%;}
}

ul#menu-explore-categories li a {
   color: #000 !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px !important;
}

ul#menu-explore-categories li {
    margin-bottom: 10px !important;
}
}











