
/* Load More with script */

.divmore {
    display:none;
    padding: 10px;
    /* box-shadow: 0 1px 1px #ccc; */
    margin-bottom: 5px;
   
  }
  .divmore .totop {
    position: fixed;
    bottom: 10px;
    right: 20px;
  }
  .divmore .totop a {
    display: none;
  }
  /* .divmore a, a:visited {
    color: #33739E;
    text-decoration: none;
    display: block;
    margin: 10px 0;
  } */
  .divmore a:hover {
    text-decoration: none;
  }
  #loadMore {
    padding: 10px;
    text-align: center;
    background-color: #ffffbe;
    color: #000;
    /* border-radius: 8px; */
    /* border-width: 0 1px 1px 0; */
    /* border-style: solid; */
    border-color: #fff;
    /* box-shadow: 0 1px 1px #ccc; */
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
  }
  #loadMore:hover {
    background-color: #fff;
    color: #000;
  }


  /* Forms */


  .php-email-form #loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #ffffbe;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }

  .php-email-form  #loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }


  /* Mega Menu */

/* header */

@media (max-width:992px) {
    .header-sonka  {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    /* padding:15px; */
    }
    
    }
    
    .header-sonka  .item-left{
    /* flex:0 0 17%; */
    flex:0 0 50%;
    
    
    }
    .header-sonka  .logo a{
    font-size: 30px;
    color:var(--btn-primary);
    font-weight: 700;
    text-decoration: none;
    }
    .header-sonka  .item-center{
    flex:0 0 66%;
    }
    .header-sonka  .item-right{
    flex:0 0 17%;
    display: flex;
    justify-content: flex-end;
    }
    .header-sonka  .item-right a{ 
       text-decoration: none;
       font-size: 20px;
       color:#222;
       display: inline-block;
       margin-left: 10px;
       transition: color 0.3s ease;
    }
    .header-sonka  .menu > ul > li{
    display: inline-block;
    line-height: 30px;
    margin-left: 25px;
    }
    .header-sonka  .menu > ul > li > a{
    font-size: 20px;
    font-weight: bold;
    color:#603913;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
    }
    .header-sonka  .menu > ul > li .sub-menu{
    position: absolute;
    z-index: 500;
    background-color:#f6f1e9;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top:25px;
    opacity:0;
    visibility: hidden;
    }
    @media(min-width: 992px){
    .header-sonka  .menu > ul > li.menu-item-has-children:hover .sub-menu{
    margin-top: 48px;
    visibility: visible;
    opacity: 1;
    }
    }
    .header-sonka  .menu > ul > li .sub-menu > ul > li{
    line-height: 3;
 
    }
    .header-sonka  .menu > ul > li .sub-menu > ul > li > a{
    display: inline-block;
    padding: 10px 0;
    font-size: 20px;
    color: #011A41;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    }
    .header-sonka  .menu > ul > li .single-column-menu{
    min-width: 280px;
    max-width: 350px;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
     line-height: 1;
     display: block; 
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    padding:15px 0;
    display: inline-block;
    
    font-weight: 300;
    color:#000;
    transition: color 0.3s ease;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu{ 
      left: 50%;
      transform: translateX(-50%);	
    }
    
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4{
    max-width: 1100px;
    width: 100%; 	
    display: flex;
    flex-wrap: wrap;
    padding:20px 15px;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
    flex:0 0 25%;
    padding:0 15px;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
    font-size: 18px;
    color:#3f52b9;
    font-weight: 300;
    line-height: 2;
    padding:10px 0;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
    text-align: center;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
    .header-sonka  .menu > ul > li .sub-menu > ul > li > a:hover,
    .header-sonka  .item-right a:hover,
    .header-sonka  .menu > ul > li:hover > a{
    color:#000;
    }
    /* banner section */
    .banner-section{
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
    }
    
    .mobile-menu-head,
    .mobile-menu-trigger{
    display: none;
    }
    
    /*responsive*/
    @media(max-width: 992px){
    
      
    .sticky-wrapper{
      display:none !important;
    
    }


    
    #sticky-header{
    position: fixed;
    top:0;
    right:0;
    left:0;
    z-index:1030;
    background-color: #fff;
    }
    
    .inner-banner{
      padding-top: 0;
    }
    
    .header-sonka  .item-center{
      order:3;
      flex:0 0 100%;
    }
    .header-sonka  .item-left,
    .header-sonka  .item-right{
      flex:0 0 auto;
    }
    .v-center{
      justify-content: space-between;
    }
    .header-sonka  .mobile-menu-trigger{
      display: flex;
      height: 50px;
      width: 50px;
      margin-left: 15px;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      /* border: 2px solid #000; */
        border-radius: 5px;
    }
    .header-sonka  .mobile-menu-trigger span{
      display: block;
      height: 3px;
      background-color: #333333;
      width: 38px;
      position: relative;
      margin-top: -10px;
    }
    .header-sonka  .mobile-menu-trigger span:before,
    .header-sonka  .mobile-menu-trigger span:after{
      content: '';
      position: absolute;
      left:0;
      width: 100%;
      height: 100%;
      background-color: #333333;
    }
    .header-sonka  .mobile-menu-trigger span:before{
      top:-8px;
    }
    .header-sonka  .mobile-menu-trigger span:after{
      top:8px;
    }
    .header-sonka  .item-right{
      align-items: center;
    }
    
    .header-sonka  .menu{
      position: fixed;
      width: 320px;
      background-color:#ffffff;
      left:0;
      top:0;
      height: 100%;
      overflow: hidden;
      transform: translate(-100%);
      transition: all 0.5s ease;
      z-index: 1099;
    }
    .header-sonka  .menu.active{
       transform: translate(0%);	
    }
    .header-sonka  .menu > ul > li {
      line-height: 4;
      margin:0;
      display: block;
    }
    .header-sonka  .menu > ul > li > a {
      line-height: 80px;
      height: 80px;
      padding:0 50px 0 15px;
      display: block;
      border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .header-sonka  .menu > ul > li > a svg {
      position: absolute;
      height: 20px;
      width: 30px;
      top:30px;
      right: 0;
      text-align: center;
      line-height: 50px;
      transform: rotate(-90deg);
    }
    .header-sonka  .menu .mobile-menu-head {
      display: flex;
      height: 60px;
      border-bottom: 1px solid rgba(0,0,0,0.1);
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 501;
      position: sticky;
      background-color: #f6f1e9;
      top:0;
    }
    .header-sonka  .menu .mobile-menu-head .go-back{
      height: 50px;
      width: 50px;
      border-right: 1px solid rgba(0,0,0,0.1);
      cursor: pointer;
      line-height: 50px;
      text-align: center;
      color:#000000;
      font-size: 16px;
      display: none;
    }
    .header-sonka  .menu .mobile-menu-head.active .go-back{
      display: block;
    }
    .header-sonka  .menu .mobile-menu-head .current-menu-title{
      font-size: 18px;
      font-weight: 300;
      color:#000000;
    }
    .header-sonka  .menu .mobile-menu-head .mobile-menu-close{
        height: 50px;
      width: 50px;
      border-left: 1px solid rgba(0,0,0,0.1);
      cursor: pointer;
      line-height: 50px;
      text-align: center;
      color:#000000;	
      font-size: 25px;
    }
    .header-sonka  .menu .menu-main{
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      background: #f6f1e9;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu,
    .header-sonka  .menu > ul > li .sub-menu{
      visibility: visible;
      opacity: 1;
      position: absolute;
      box-shadow: none;
      margin:0;
      padding:15px;
      top:0;
      left:0;
      width: 100%;
      height: 100%;
      padding-top: 65px;
      max-width: none;
      min-width: auto;
      display: none;
      transform: translateX(0%);
      overflow-y: auto;
    }
    .header-sonka  .menu > ul > li .sub-menu.active{
    display: block;
    }
    @keyframes slideLeft{
    0%{
      opacity:0;
      transform: translateX(100%);
    }
    100%{
        opacity:1;
      transform: translateX(0%);	
    }
    }
    @keyframes slideRight{
    0%{
      opacity:1;
      transform: translateX(0%);
    }
    100%{
        opacity:0;
      transform: translateX(100%);	
    }
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
      margin-top:0;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
      margin-bottom: 20px;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
      margin-bottom:0px;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
      flex: 0 0 100%;
          padding: 0px;
    }
    .header-sonka  .menu > ul > li .sub-menu > ul > li > a,
    .header-sonka  .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
      display: block;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
      margin-bottom: 15px;
    }
    .menu-overlay{
      position: fixed;
      background-color: rgba(0,0,0,0.5);
      left:0;
      top:0;
      width: 100%;
      height: 100%;
      z-index: 1098;
      visibility: hidden;
      opacity:0;
      transition: all 0.5s ease;
    }
    .menu-overlay.active{
      visibility: visible;
      opacity:1;	
    }


    
  .mobile-menu-head,
  .mobile-menu-trigger{
  display: block
   
  }
    }


    /* End Mega Menu */

    /* Cookies */

    #cookieNotice.display-right {
        right: 80px;
        bottom: 40px;
        max-width: 395px;
      }
      
      #cookieNotice.light {
        background-color: #fff !important;
        background-color: var(--cookieNoticeProLight);
        color: #393d4d;
        color: var(--cookieNoticeProDark);
      }
      #cookieNotice {
        box-sizing: border-box;
        position: fixed;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
        font-family: inherit;
        z-index: 999997;
      }
      #cookieNotice #closeIcon {
        width: 20px;
        height: 20px;
        cursor: pointer;
        color: #bfb9b9;
        overflow: hidden;
        opacity: .85;
        z-index: 999999;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../img/close-icon.svg) 0 0 / 20px 20px no-repeat;
      }
      #cookieNotice * {
        margin: 0;
        padding: 0;
        text-decoration: none;
        list-style: none;
        box-sizing: border-box;
      }
      #cookieNotice .title-wrap {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        background: url(../img/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
        padding-left: 45px;
        height: 40px;
      }
      #cookieNotice .title-wrap svg {
        margin-right: 10px;
      }
      #cookieNotice h4 {
        font-family: inherit;
        font-weight: 300;
        font-size: 18px;
      }
      #cookieNotice.light p, #cookieNotice.light ul {
        color: #393d4d;
        color: var(--cookieNoticeProDark);
      }
      #cookieNotice p, #cookieNotice ul {
        font-size: 14px;
        margin-bottom: 20px;
      }
      #cookieNotice .btn-wrap {
        display: flex;
        flex-direction: row;
        font-weight: 300;
        justify-content: center;
        margin: 0 -5px 0 -5px;
        flex-wrap: wrap;
      }
      #cookieNotice .btn-wrap button {
        flex-grow: 1;
        padding: 0 7px;
        margin: 0 5px 10px 5px;
        border-radius: 20px;
        cursor: pointer;
        white-space: nowrap;
        min-width: 130px;
        line-height: 36px;
        border: none;
        font-family: inherit;
        font-size: 16px;
        transition: box-shadow .3s;
      }
      #cookieNotice button {
        outline: 0;
        border: none;
        appearance: none;
        -webkit-appearance: none;
        appearance: none;
      }
      #cookieNotice .btn-wrap button:hover {
        transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
        transform: translate3d(0,-1px,0);
      }

      /* End Cookies */

#searchModal {
        z-index: 1099;
    }

#search-form{
        width: 100%;
        margin: 0 auto;
        position: relative;
        justify-content: center !important;
        display: flex !important;

    }

    


@media (max-width: 991px){

.desktop-call-to-action{
    display: none !important;
    }

  }

  .mobile-only{
      display: block;
      
      }

      .logo-svg{

        width: 250px;
        height: auto;

      }

      .logo-svg-footer{

        width: 200px;
        height: 200px;
      
        

      }


@media (min-width: 991px){

      .mobile-only{
          display: none !important;
          }

      


        }

  @media (max-width: 991px){

    
    .logo-svg{

      width: 100px !important;
      height: 100px !important;

    }

    
              .logo-svg{
    
                width: 150px !important;
                height: 150px !important;
                /* margin-left: -40px; */
               
        
              }

              .logo-svg-footer{

                width: 300px;
                height: 300px;
                margin: 0 auto;
                
                
        
              }

              .btn-search-menu {
                width: 35px;
                height: 35px;
                border-radius: 50%;
             
              }

              .menu-action-btn{
               margin-left: -40px;
             
              }


              .ftco-navbar-light {
             
                    background: rgba(246, 241, 232, 0.8) !important;
                margin-top: -25px;
              }

              .ftco-navbar-light .navbar-toggler {
                background: rgba(96, 57, 19, 0.9) !important;
              }

              .footer .footer-heading {
               
                text-align: center;
              }
              .wrap{
                display: none;
              }

              .footer-mobile{

                text-align: center;

              }

             
    
            }

         

    /* .bg-holder{
  top:-74px !important;
} */


/* 
@media  (max-width: 343px) {
  .bg-holder {
    top: -92px !important;
  }
}


@media  (min-width: 343px) and (max-width: 576px) {
  .bg-holder {
    top: -42px !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .bg-holder {
    top: -45px !important;
  }
}

@media (min-width: 992px) and (max-width: 1155px) {
  .bg-holder {
    top: -34px !important;
  }
}

@media (min-width: 992px) and (max-width: 1155px) {
  .bg-holder {
    top: -34px !important;
  }
}

.bg-holder-counter {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform,opacity,filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
}

@media (max-width: 991px) {
.bg-holder-counter {

  top: 60px;

}
}

@media (min-width: 992px) and (max-width: 992px) {
  .bg-holder-counter {
    top: 0px !important;
  }
}

@media (min-width: 993px) and (max-width: 1155px) {
  .bg-holder-counter {
    top: -34px !important;
  }
}

@media (min-width: 1155px)  {
  .bg-holder-counter {
    top: 1px !important;
  }
}


.bg-holder-counter.overlay::before {
  position: absolute;
  content: "";
  background: rgba(0,0,0,.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
} */



.whatsapp-chat {
    position: fixed;
    left: -20px;
    bottom: 20px;
    transition: 0.5s;
    z-index: 99;
}

.logo-img{
  width:230px;
}


@media (min-width:992px) {
  .navbar {

    flex-wrap: inherit;

  }

 .navbar-brand {
  max-width:100px;
 }


 .logo-img{
  width:230px;
}

.nav-link {
  padding: 0;

}

.header-sonka .menu > ul > li > a {
  font-size: 16px;
}

.video-top  {

  margin-top: -100px;

}



}



    

.btn-search  {

  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--btn-primary);
}

@media (max-width:991px){
  .btn-search  {

    width: 65px;
    height: 65px;

  }
}



.btn-primary:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.list-item ul {
  padding-left: 0;
}


.header-sonka .menu > ul > li .sub-menu > .list-item > ul > li > a{
 
  display: inline-block;
  color: #444;
  transition: color 0.3s ease;
  line-height:5;
  font-weight: bold;
}

.header-sonka .menu > ul > li .sub-menu > .list-item > ul > li > a:hover {
  color: #000;
  text-decoration: none;
}

.splide__arrow svg {
  fill: #ffffbe;

}

.splide__arrow  {
 background-color:  #000;

}

.service-box{
  height: 415px;
}

.service-box-inst{

  height: 320px;

}

@media (min-width:480px) and (max-width:992px) {

.service-box-inst {
  height: 210px;
}

}

@media (min-width:405px) and (max-width:480px) {

  .service-box-inst {
    height: 250px;
  }
  
  }

  @media (min-width:366px) and (max-width:404px) {

    .service-box-inst {
      height: 260px;
    }
    
    }

@media (max-width:365px) {


  .service-box-inst {
    height: 250px;
  }

}

@media (min-width:366px) and (max-width:368px) {


  .service-box-inst {
    height: 260px;
  }

}

@media (min-width:312px) and (max-width:358px) {


  .service-box-inst {
    height: 280px;
  }

}

@media (min-width:313px) and (max-width:329px) {


  .service-box-inst {
    height: 310px;
  }

}

@media (max-width:312px)  {


  .service-box-inst {
    height: 360px;
  }

}


.wp-gr .rpi-dot.active {

  background-color: #c6151f !important;

}

.service-box-inner{

  height: 400px;

}


.learn-more{

 bottom: 10px;
 position: absolute;
  
}
   
.splide__pagination {
  bottom: -2.5em;
}

.institution-filter img {

  width: 100%;

}

.footer-logo img{

  width:20%;

}


/*-----------------------------------------------
|   Hover Box
-----------------------------------------------*/
.hoverbox {
  position: relative;
  overflow: hidden;
}
.hoverbox .hoverbox-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hoverbox .hoverbox-primary-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.hoverbox:hover .hover-box-content-initial, .hoverbox:focus .hover-box-content-initial {
  opacity: 0;
}
.hoverbox:hover .hoverbox-content, .hoverbox:focus .hoverbox-content {
  opacity: 1;
}
.hoverbox:hover .as-hoverbox-content, .hoverbox:focus .as-hoverbox-content {
  z-index: 1;
}

.hoverbox-content-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--posh-black)));
  background: linear-gradient(transparent, var(--posh-black));
}

[data-dismiss=dropdown] *,
[data-bs-offset-top] *,
[data-bs-toggle=collapse] *,
[data-bs-toggle=tooltip] *,
[data-bs-toggle=popover] * {
  pointer-events: none;
}

hr {
 background: #efbf04; 
}

.fa-sysre {
  padding: 10px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  /* margin: 5px 2px; */
  display: inherit;
}

.fa-sysre-whatsapp {
  padding: 27px !important;
  margin-left: 7px;

}

.fa-sysre:hover {
    opacity: 0.7;
}

.fa-whatsapp-sysre {
  background-image: url('../../img/social/whatsapp.png');
  color: white;
  background-size: contain;
  background-repeat: no-repeat;
}
    
.school-img{
  border-radius: 20px;
border: 1px solid #d0202b;

}


/*** Team Start ***/
.team .team-item .team-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
} 

.team .team-item .team-img img {
  transition: 0.5s;
}

.team .team-item:hover .team-img img {
  transform: scale(1.1);
}

.team .team-item .team-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
}

.team .team-item:hover .team-img::after {
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-bottom: -100%;
  transition: 0.5s;
  z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
  margin-bottom: 0;
}

.team .team-item .team-title {
  color: var(--bs-white);
  background: var(--bs-primary);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.5s;
}

.team .team-item .team-title h4 {
  color: var(--bs-white);
}

.team .team-item:hover .team-title {
  background: var(--bs-dark);
}
/*** Team End ***/




/* wp-post navigation */

.wpb-posts-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  align-items: center;
  max-width: 1200px;
  margin: 100px auto;
}

.wpb-posts-nav a {
  display: grid;
  grid-gap: 20px;
  align-items: center;
}

.wpb-posts-nav h4,
.wpb-posts-nav strong {
  margin: 0;
}

.wpb-posts-nav a svg {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.wpb-posts-nav > div:nth-child(1) a {
  grid-template-columns: 100px 1fr;
  text-align: left;
}

.wpb-posts-nav > div:nth-child(2) a {
  grid-template-columns: 1fr 100px;
  text-align: right;
}

.wpb-posts-nav__thumbnail {
  display: block;
  margin: 0;
}

.wpb-posts-nav__thumbnail img {
  border-radius: 10px;
}

.insight-title{
  font-size: 1.333rem;

}

.nav-title{
  font-size: 12px;

}

.newsgallery {
  background: var(--bs-dark);
}

.newsgallery-item {
  display: flex;
  flex-direction: column;
  list-style: none;
}


.newsgallery-item a {
  line-height: 35px;
  color: var(--bs-body);
  transition: 0.5s;
  display: flex;
}

.newsgallery-item p {
  line-height: 35px;
}


.newsgallery {
  position: relative;
  overflow: hidden;
}

.newsgallery img {
  transition: 0.5s;
}

.newsgallery:hover img {
  transform: scale(1.2);
}

.newsgallery .newsgallery-search-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  opacity: 0;
}

.newsgallery:hover .newsgallery-search-icon {
  opacity: 1;
  background: rgba(0, 0, 0, .6);
}

.shareit a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: var(--secondary-color);
  color: #603913;
  opacity: 0.90;
  transition: opacity 0.15s linear;
  text-decoration: none;
 
  padding: 10px;
  border-radius: 5px;
}

.shareit a:hover {
	opacity: 1;
	color: #000;
	 

}


@media (max-width:300px){

.shareit a {
   display: table;
   width:1px;
}
}


/* Comment Section */


#submit {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
  padding:10px;
}

#submit:hover{
background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}

#comments {
  font-size: 1.5rem;
}

#reply-title{

  font-size: 1.5rem;

}


.author-comment-link {
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-semibold);
}


.list-group-item.active {

  color: #fff;
}

@media (max-width:767px)
{

  
.section-padding-inner {

  padding-top: 7rem;

}

}

.intro-text{
  background: #fff;
  padding: 3rem;
  /* opacity: 0.6; */
}

.list-group {

  list-style: none;
}


.chat-button-circle {
  width: 100px !important;
    height: 100px !important;
  bottom: 13px !important;
    font-size: 15px !important;
  }

  /* for half screen video */
/* 
  .bg-holder {
  position: relative;
  } */


@media (max-width:992px)
{

  /* .bg-holder {

    height: 350px;

  }  */

  .intro-text {
    background: #fff;
    padding: 3rem;
      padding-top: 3rem;
    padding-top: 0rem;
  }



}

@media (min-width: 576px) {
  .header-classic {
    min-height: 32.313rem;
  height: 628px;
  }

}

.navbar-elixir {

  margin-bottom: 0;

}

.sticky-top{
  background: var(--elixir-bg-navbar-glass);
}

    /* for half screen video */


    .swiper-button-prev svg {

     color: #fff;
    

    }

    .swiper-button-next svg {

      color: #fff;
     
 
     }


     /*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  color: #000;
  background: #ffffbe;
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: #000;
  background: #ffffbe;
  border: 0;
  padding: 10px 36px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  color: #ffffbe;
  background: #fff; 
}

.results li {

  list-style: none;
  

}

.footer-logo {
  margin-left: -25px;
}

.navbar-elixir {
  box-shadow: 0 1px 3px rgb(0, 0, 0);
}

hr {
  background:
#555;
}

.btn-primary:hover {

  border:1px solid;
}

@media (min-width: 993px) {
  .menu-item-has-children:hover svg {
    transform: rotate(3.142rad) !important;
    transition:
600ms ease all;
  }
}
.bg-100{
  background-color: #f1f7fc;
}


.cta > a {
  color: #000000 !important;
  border:1px solid #603913;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 4px;
  background: rgba(255, 255, 190, 0.8);
 
  -webkit-border-radius:
40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius:
40px;
text-align: center;
}
.cta>a:hover {
background: rgba(255,255,190, 0.8);
background: #ffffbe;


}

@media (max-width: 991.98px) {
  .cta {
    padding-bottom: 1rem;
    padding-right: 40px;
    padding-top: 1rem;
  }
   .cta-2 {
    text-align: center;

  }
  
}

.js-fullheight{

  height: 628px !important;

}

#stream {
  padding-top: 15rem;
  margin-top: -15rem;
}

@media (max-width: 991px) {
.menu-item-has-children>a>i {
  transform: rotate(-90deg) !important;
  transition: 600ms ease all;
  float: right;
    margin-top: 30px;
}
.hero-wrap.hero-wrap-2 {
  height: 320px;
}

.hero-wrap.hero-wrap-2 .slider-text {
  height: 300px; }

  .hero-wrap.hero-wrap-2 .slider-text h1 {

    font-size: 24px; }


}


.divider::after {
  content: "|";

  position: relative;
  right: -22px;

  color: #555;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  display: block;
  font-weight: bold;
  border: 2px solid #555;
  padding: 15px 25px 15px 25px;
  border-radius: 5px;
  color: #000;
}

.wc-block-grid__product {
  list-style: none;
  text-align: center;
  font-size: 16px !important;
  color: #000;

  
}

.inner-pages{
  padding-top: 200px;
}

.current{
  color: #f1f7fc;
}

.list-sino-menu .menu-item  {
  padding-left: 0;
  list-style: none;
  display: block;
  border-bottom: 1px solid rgba(96, 57, 19, 0.7);
 
}

.list-sino-menu .menu-item > a {
 
  color: #333;
  font-weight: bold;
}

.woocommerce-MyAccount-navigation>ul>li{
  padding-left: 0;
  list-style: none;
  display: block;
  border-bottom: 1px solid rgba(245, 115, 40, 0.7);
}

.woocommerce-MyAccount-navigation>ul>li>a{

  color: #333;
  font-weight: bold;
}

.text-secondary{

  color: #000 !important;

}


.accordion-item:first-of-type {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.accordion-button:not(.show) {
  color: #603913;
  background-color: #f6f1e9;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed) {
  color: #603913;
  background-color: #f6f1e9;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.fw-bold{
  font-weight: bold;
}

@media (max-width: 769px) {

#rearrange {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
  padding-top: 3rem;
}

}

.causes .text{

  font-size: 12px;
  background-color: #fff;
}

.causes .text .meta a{

 color: #603913;
 font-weight: 500;

}

.causes .text .heading a
{

  color: #000;
  font-size: 14px;
  font-weight: 500;
 
 }

 .causes .text .heading:hover a
{

  color: #603913;
 
 }

 #crumbs>a{
  color: #ffffbe;
 }
 
 
/* --- Sidebar Section --- */
.news-block {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

.news-block-two-col-image-wrap {
  flex: 0 0 100px;
  height: 90px;
  overflow: hidden;
  border-radius: 8px;
  background: #f8f9fa; /* light bg to handle missing images */
}

.news-block-two-col-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Keeps all thumbnails uniform */
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.news-block-two-col-image-wrap img:hover {
  transform: scale(1.05);
}

.news-block-two-col-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-block-title {
  margin-bottom: 5px;
  line-height: 1.2;
}

.news-block-title-link {
  font-weight: 600;
  color: #603913;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* keeps long titles within 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-block-title-link:hover {
  color: #000; /* brand color */
}

.news-block-date p {
  font-size: 0.85rem;
  color: #777;
  margin: 0;
}

/* --- Responsive Improvements --- */
@media (max-width: 992px) {
  .news-block {
    flex-direction: row;
  }
  .news-block-two-col-image-wrap {
    flex: 0 0 80px;
    height: 80px;
  }
}

@media (max-width: 576px) {
  .news-block {
    flex-direction: row;
    align-items: center;
  }

  .news-block-two-col-image-wrap {
    flex: 0 0 70px;
    height: 70px;
  }

  .news-block-title-link {
    font-size: 0.9rem;
  }

  .news-block-date p {
    font-size: 0.75rem;
  }
}


.discography h5 {
  font-weight: 700;
  /*color: #0b1842; your secondary color */
  border-bottom: 2px solid #603913; /* main color accent */
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

/* Success toast */
.toast-success {
    background-color: #28a745 !important; /* Bootstrap green */
    color: #fff !important;
}

/* Error toast */
.toast-error {
    background-color: #dc3545 !important; /* Bootstrap red */
    color: #fff !important;
}

/* Optional: Info toast */
.toast-info {
    background-color: #17a2b8 !important; /* Bootstrap blue */
    color: #fff !important;
}

/* Optional: Warning toast */
.toast-warning {
    background-color: #ffc107 !important; /* Bootstrap yellow */
    color: #212529 !important;
}

/* Optional: Bigger font for readability */
.toast-message {
    font-size: 16px;
}
#toast-container .toast {
    width: auto !important;        /* Let it adjust to content */
}














    
   