/* Sino Soft CSS */
body{
  overflow-x: hidden;
}

p{
  line-height: 1.5;
  font-size: 16px !important;
}


h2 {
  font-size: 2.369rem !important;
}

h3 {
  font-size: 2rem !important;
}

.sinoheader{
  /* width: 100%; */
      display: flex;
      justify-content: center;
      align-items: center;
      background: #348caa;
      /* border-radius: 10px; */
      /* line-height:5; */
      margin:0 auto;
      
  
    }
  
  .sinoheader .menu > ul > li{
      display: inline-block;
      line-height: 32px;
      margin-left: 20px;
      
  }

  .sinoheader .menu > ul > li > a{
      font-weight: 300;
      color: var(--baikal-light);
      position: relative;
      text-transform: uppercase;
      transition: color 0.3s ease;
      font-size: 1.1rem;
  }
  .sinoheader .menu > ul > li .sub-menu{
      position: absolute;
      z-index: 500;
      background-color:var(--baikal-dark);
      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){
  .sinoheader .menu > ul > li.menu-item-has-children:hover .sub-menu{
      margin-top: 0;
      visibility: visible;
      opacity: 1;
      border-radius: 10px;
      margin-top: 28px;
  }
  }
  .sinoheader .menu > ul > li .sub-menu > ul > li{
      line-height: 1;
  }
  .sinoheader .menu > ul > li .sub-menu > ul > li > a{
      display: inline-block;
      padding: 10px 0;
      font-size: 15px;
      color: var(--tertiary);
      transition: color 0.3s ease;
      text-decoration: none;
      text-transform: capitalize;
    font-weight: 400;
  }
  .sinoheader .menu > ul > li .single-column-menu{
      min-width: 280px;
      max-width: 350px;
  }
  .sinoheader .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
     line-height: 1;
     display: block; 
  }
  .sinoheader .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
      padding:10px 0;
      display: inline-block;
      font-size: 15px;
      color:#fff;
      transition: color 0.3s ease;
      font-weight: bold;
      line-height: 2;
  }
  .sinoheader .menu > ul > li .sub-menu.mega-menu{ 
      left: 50%;
      transform: translateX(-50%);	
  }
  
  .sinoheader .menu > ul > li .sub-menu.mega-menu-column-4{
    max-width: 100vw;
    width: 100vw; 	
    display: flex;
    flex-wrap: wrap;
    padding:5px 0;
  }
  .sinoheader .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
    flex:0 0 25%;
    padding:0 15px;
  }
  .sinoheader .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
      font-size: 16px;
      color: var(--baikal-light);
      font-weight: 500;
      line-height: 1;
      padding:10px 0;
  }
  .sinoheader .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
      text-align: center;
  }
  .sinoheader .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;
      border-radius: 10px;
  }
  .sinoheader .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
  .sinoheader .menu > ul > li .sub-menu > ul > li > a:hover,
  .sinoheader .item-right a:hover,
  .sinoheader .menu > ul > li:hover > a{
    color: var(--baikal-light);
  }
  /* 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{
      display: none;
  }
  
  /*responsive*/
  @media(max-width: 992px){
 
  
    .inner-banner{
      padding-top: 0;
    }
  
      .sinoheader .item-center{
          order:3;
          flex:0 0 100%;
      }
      .sinoheader .item-left,
      .sinoheader .item-right{
          flex:0 0 auto;
      }
      .v-center{
          justify-content: space-between;
      }
      
      
      .sinoheader .item-right{
          align-items: center;
      }
  
      .sinoheader .menu{
          position: fixed;
          width: 320px;
          background-color:#348caa;
          left:0;
          top:0;
          height: 100%;
          overflow: hidden;
          transform: translate(-100%);
          transition: all 0.5s ease;
          z-index: 1099;
      }
      .sinoheader .menu.active{
         transform: translate(0%);	
      }
      .sinoheader .menu > ul > li{
          line-height: 1;
          margin:0;
          display: block;
      }
      .sinoheader .menu > ul > li > a{
          line-height: 6rem;
          height: 6rem;
          padding:0 50px 0 15px;
          display: block;
          border-bottom: 1px solid rgba(255,255,255,0.2);
          font-size: 20px;
         color: var(--baikal-light); 
          /* width: 59vw; */
      }
      .sinoheader .menu > ul > li > a:hover{

        color: var(--baikal-dark);
     
    }
      .sinoheader .menu > ul > li > a i{
          position: absolute;
          height: 6rem;
          width: 6rem;
          top:0;
          right: 0;
          text-align: center;
          line-height: 50px;
          transform: rotate(-90deg);
      }
      .sinoheader .menu .mobile-menu-head{
          display: flex;
          height: 50px;
          border-bottom: 1px solid rgba(255,255,255,0.2);
          justify-content: space-between;
          align-items: center;
          position: absolute !important;
          z-index: 501;
          position: sticky;
          background-color: #348caa; 
          top:0;
          width: 100%;
      }
      .sinoheader .menu .mobile-menu-head .go-back{
          height: 50px;
          width: 50px;
          border-right: 1px solid rgba(255,255,255,0.2);
          cursor: pointer;
          line-height: 50px;
          text-align: center;
          color:var(--baikal-light);
          font-size: 16px;
          display: none;
      }
      .sinoheader .menu .mobile-menu-head.active .go-back{
          display: block;
      }
      .sinoheader .menu .mobile-menu-head .current-menu-title{
          font-size: 15px;
          font-weight: 500;
          color:var(--baikal-light);
      }
      .sinoheader .menu .mobile-menu-head .mobile-menu-close{
          height: 50px;
          width: 50px;
          border-left: 1px solid rgba(255,255,255,0.2);
          cursor: pointer;
          line-height: 50px;
          text-align: center;
          color:var(--baikal-light);	
          font-size: 25px;
      }
      .sinoheader .menu .menu-main{
          height: 100%;
          overflow-x: hidden;
          overflow-y: auto;
          top: 60px;
          position: relative;
      }
      .sinoheader .menu > ul > li .sub-menu.mega-menu,
      .sinoheader .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;
      }
  .sinoheader .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%);	
      }
  }
      .sinoheader .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
          margin-top:0;
      }
      .sinoheader .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
          margin-bottom: 20px;
      }
      .sinoheader .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
          margin-bottom:0px;
      }
      .sinoheader .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
          flex: 0 0 100%;
          padding: 0px;
      }
      .sinoheader .menu > ul > li .sub-menu > ul > li > a,
      .sinoheader .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
          display: block;
      }
      .sinoheader .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;	
      }
  
  }

  .sub-menu-small .list-group {
      margin-left: -45px;
    
    }

    
  @media (max-width:992) {

    .sub-menu-small .list-group {
      margin-left: -45px;
      line-height: 5;
    }
    
  }
  
  
  /* End of Mega Menu */
  
  .sysre-menu {
      display: flex !important;
      flex-basis: auto;
      flex-grow:1;
    }
  
    .sinoheader .nav-btn {
      display: flex;
    justify-content: start;
    }
  
    .sinoheader ul {
      margin-bottom: 0 !important;
      width: 100%;
    }
  
    @media (max-width: 992px){
  
      .desktop-call-to-action{
       
          padding-top:1rem;
        }
      }
  
      #search-form{
          width: 100%;
      margin: 0 auto;
      position: relative;
      justify-content: center !important;
      display: flex !important;
  
      }

      
   .menuactive{
          color: var(--baikal-dark) !important;

      
      }

 .menuactive-inner{

     color: var(--baikal-dark) !important;
      background: var(--baikal-light) !important;
      border-left: 2px solid var(--baikal-primary)  !important;
      padding-left: 10px !important;

      }
.bi-arrow-right::before {
  content: "\f138";
  font-size: 2.5rem;
}

.bi-arrow-left::before {
  content: "\f12f";
  font-size: 2.5rem;
}


.getquote{
  color: #fff;
  background-color: #282c7d;
  border-color: #282c7d;
  border-radius: 2rem !important;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  width: 103px;
  font-weight: bold;
  line-height: 3;
  height: 50px;
  padding-left: 16px;
  }
  
  .getquote:hover{
    color: #000;
    background-color: #faa41a;
    border-color: #fff;
    border: 2px solid var(--baikal-primary);

  }

  .results li {

    list-style: none;
    

  }

  #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: 700;
      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: 700;
      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);
    }
    
/*     
  #crumbs a{
  
      color:#1f3f7a;
      text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
      1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
      font-size: 20px;
  
  }
  
  #crumbs .current{
  
       color: var(--tertiary);
      font-size: 20px;
  
  } */
  

    .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: var(--baikal-primary);
      color: #fff;
      /* 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: var(--bs-secondary);
      color: #000;
    }
  
  
    .contact #loading:before {
      content: "";
      display: inline-block;
      border-radius: 50% !important;
      width: 24px;
      height: 24px;
      margin: 0 10px -6px 0 !important;
      border: 3px solid var(--bs-secondary);
      border-top-color: #eee;
      -webkit-animation: animate-loading 1s linear infinite;
      animation: animate-loading 1s linear infinite;
    }
  
    .contact  #loading {
      display: none;
      background: #fff;
      text-align: center;
      padding: 15px;
    }
    
    .sysre-a-blog {
        color:var(--baikal-primary);
    }
    
     .sysre-a-blog:hover {
        color:#000;
    }
  
  
  
  
  @media (max-width: 992px) {
  
      .sticky-top{
          top:0px !important;
        }
      
  }
  
  .menu-container{
      max-width:98%
  }

  .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
     
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--bs-secondary);
    }

    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--bs-secondary);
      fill: none;
      stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }

    .swiper-nav .fa-chevron-right::before{
      color: var(--bs-secondary) !important;
    }

    .swiper-nav .fa-chevron-left::before {
      color: var(--bs-secondary) !important;
    }

  

    .swiper-pagination-bullet {

      background: var(--bs-secondary);
    }


    .theme-slider .swiper-button-prev::after, .theme-slider .swiper-button-next::after {
      content: none;
    }

    .swiper-button-next::after, .swiper-button-prev::after {

      font-size:25px;
      font-weight: bold;
      color: var(--baikal-primary);
    }


  @media (max-width: 993px){
  
      .desktop-only{
       
        display: none !important;
        }

        
      .mobile-only{
       
          display: block !important;
          }

      }
  @media (min-width: 993px){
  
          .desktop-only{
           
            display: block !important;
            }

                
      .mobile-only{
       
          display: none !important;
          }
  
  }

  .bg-holder {
      background-position:top;
      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;
      height:628px;
    }

    .bg-light {
      background-color: rgba(160,42,105,0.1);
    }

    .border-bottom {
      border-bottom: 1px solid rgba(250,124,26,0.4) !important;
    }

    .modal {
      z-index: 9999;
    }


   
  
      .program .program-item .program-text {
          height: 380px;
        }



@media (max-width: 767px){
  
  .program .program-item .program-text {
      height: 450px;
    }


}

@media (min-width:480px) and (max-width: 550px){
  
  .program .program-item .program-text {
      height: 480px;
    }

}

@media (max-width:480px){
  
  .program .program-item .program-text {
      height: 400px;
    }

}

#videography #videography-flters {
padding: 0;
margin: 5px 0 35px 0;
list-style: none;
text-align: center;
}

#videography #videography-flters li {
cursor: pointer;
margin: 15px 15px 15px 0;
display: inline-block;
padding: 10px 20px;
font-size: 12px;
line-height: 20px;
color: #666666;
border-radius: 4px;
text-transform: uppercase;
background: #fff;
margin-bottom: 5px;
transition: all 0.3s ease-in-out;
}

#videography #videography-flters li:hover,
#videography #videography-flters li.filter-active {
background: var(--bs-tertiary);
color: #fff;
}

#videography #videography-flters li:last-child {
margin-right: 0;
}

#videography .videography-wrap {
box-shadow: 0px 2px 12px rgba(255, 255, 255, 0.08);
transition: 0.3s;
border-radius: 20px;

}

#videography .videography-wrap:hover {
box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#videography .videography-item {
position: relative;
/* height: 360px; */
overflow: hidden;
/* padding-bottom: 3rem; */
/* max-height: 360px; */
}

#videography .videography-item figure {
background: #000;
overflow: hidden;
/* height: 240px; */
border-radius: 20px;
position: relative;

margin: 0;
}

#videography .videography-item figure:hover img {
opacity: 0.2;
transition: 0.3s;
}

#videography .videography-item figure .link-preview,
#videography .videography-item figure .link-details {
position: absolute;
display: inline-flex;
align-items: center;
justify-content: center;
opacity: 0;
line-height: 1;
text-align: center;
width: 50px;
height: 50px;
background:rgba(233, 45, 12, 0.5);
border-radius: 50%;
transition: 0.2s linear;
}

#videography .videography-item figure .link-preview i,
#videography .videography-item figure .link-details i {
font-size: 22px;
color: #333;
line-height: 0;
}

#videography .videography-item figure .link-preview:hover,
#videography .videography-item figure .link-details:hover {
background: var(--bs-tertiary);
}

#videography .videography-item figure .link-preview:hover i,
#videography .videography-item figure .link-details:hover i {
color: #fff;
}

#videography .videography-item figure .link-preview {
left: calc(50% - 38px);
top: calc(50% - 18px);
opacity: 1;
}

#videography .videography-item figure .link-details {
right: calc(50% - 38px);
top: calc(50% - 18px);
}

#videography .videography-item figure:hover .link-preview {
opacity: 1;
left: calc(50% - 44px);
}

#videography .videography-item figure:hover .link-details {
opacity: 1;
right: calc(50% - 44px);
}

#videography .videography-item .videography-info {
background: #fff;
text-align: center;
padding: 30px;
height: 90px;
border-radius: 0 0 3px 3px;
}

#videography .videography-item .videography-info h4 {
font-size: 18px;
line-height: 1px;
font-weight: 700;
margin-bottom: 18px;
padding-bottom: 0;
}

#videography .videography-item .videography-info h4 a {
color: #333;
}

#videography .videography-item .videography-info h4 a:hover {
color: var(--bs-tertiary);
}

#videography .videography-item .videography-info p {
padding: 0;
margin: 0;
color: #b8b8b8;
font-weight: 500;
font-size: 14px;
text-transform: uppercase;
}

/*--------------------------------------------------------------
# videography Details
--------------------------------------------------------------*/
.videography-details {
padding-top: 40px;
}

.videography-details .videography-details-slider img {
width: 100%;
}

.videography-details .videography-details-slider .swiper-pagination {
margin-top: 20px;
position: relative;
}

.videography-details .videography-details-slider .swiper-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #fff;
opacity: 1;
border: 1px solid var(--bs-tertiary);
}

.videography-details .videography-details-slider .swiper-pagination .swiper-pagination-bullet-active {
background-color: var(--bs-tertiary);
  width: 40px;
   border: 1px solid var(--bs-secondary);
   border-radius:5px;
}

.videography-details .videography-info {
padding: 30px;
box-shadow: 0px 0 30px rgba(51, 51, 51, 0.08);
}

.videography-details .videography-info h3 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}

.videography-details .videography-info ul {
list-style: none;
padding: 0;
font-size: 15px;
}

.videography-details .videography-info ul li+li {
margin-top: 10px;
}

.videography-details .videography-description {
padding-top: 30px;
}

.videography-details .videography-description h2 {
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
}

.videography-details .videography-description p {
padding: 0;
}

#videography .play-btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

#videography .play-btn:before {
content: "";
position: absolute;
width: 40px;
height: 40px;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation: pulsate-btn 2s;
animation: pulsate-btn 2s;
-webkit-animation-direction: forwards;
animation-direction: forwards;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: steps;
animation-timing-function: steps;
opacity: 1;
border-radius: 50%;
/* border: 5px solid rgb(233, 45, 12, 0.2) ; */
top:9%;
left: 9%;
background: rgba(198, 16, 0, 0);
}

#videography .play-btn:after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-40%) translateY(-50%);
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid #fff;
z-index: 100;
transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#videography .play-btn:hover:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-secondary);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

#videography .play-btn:hover:after {
border-left: 15px solid var(--baikal-primary) ;
transform: scale(10);
}


/* #videography .play-btn:hover:after {
content: "";
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 100px;
height: 100px;
background: var(--baikal-primary);
border-radius: 50%;
transition: all 200ms;

} */

@keyframes pulse-border {
0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
}

100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
}
}


#videography .border {
position: relative;
height: 100%;
min-height: 400px;
/* background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../img/about.webp); */
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 10px;
border-radius: 50% 20% / 10% 40%;
}

.success {
background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/success.webp);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}


.whatsapp-chat {
position: fixed;
left: 10px;
bottom: 20px;
transition: 0.5s;
z-index: 99;
}

.fa-sysre-whatsapp {
padding: 27px !important;

}

.fa-whatsapp-sysre {
background-image: url('../img/social/whatsapp.png');
color: white;
background-size: contain;
background-repeat: no-repeat;
}


.footer-item .list-group-item{

padding: .5rem 0rem;
color: #212529;
background-color:transparent;
border: 0px;
}

.sino-li{

list-style: none;

}

.shareit a {
display: flex;
justify-content: center;
align-items: center;
width: 45px;
height: 45px;
font-size: 16px;
background-color: var(--baikal-dark);
color: #fff;
opacity: 0.90;
transition: opacity 0.15s linear;
text-decoration: none;

padding: 10px;
border-radius: 5px;
}

.shareit a:hover {
opacity: 1;
color: var(--baikal-primary);
 

}


@media (max-width:300px){

.shareit a {
 display: table;
 width:1px;
}
}

/* 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;

}

.php-email-form #loading:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid var(--bs-tertiary);
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;
}

.form-floating > .form-control::placeholder {
color: rgb(0, 0, 0, 0.5);
}

.shareit .fab {
font-size: 30px;
}

/*=========================================================
06 -> PRODUCT
===========================================================*/

/*----------------------------*\
product
\*----------------------------*/

.product {
position: relative;
margin: 50px 0px;
-webkit-box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
-webkit-transition: 0.2s all;
transition: 0.2s all;
border-radius: 50% 20% / 10% 40%;
}

.product:hover {
-webkit-box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px var(--bs-secondary);
box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px  var(--baikal-primary);
}

.product .product-img {
position: relative;
}

.product .product-img>img {
width: 100%;
}

.product .product-img .product-label {
position: absolute;
top: 15px;
right: 15px;
}

.product .product-img .product-label>span {
border: 2px solid;
padding: 2px 10px;
font-size: 12px;
}

.product .product-img .product-label>span.sale {
background-color: #FFF;
border-color:  var(--baikal-primary);
color:  var(--baikal-primary);
}

.product .product-img .product-label>span.new {
background-color:  var(--baikal-primary);
border-color:  var(--baikal-primary);
color: #FFF;
}

.product .product-body {
position: relative;
padding: 15px;
/* background-color: #FFF; */
text-align: center;
z-index: 20;
}

.product .product-body .product-category {
text-transform: uppercase;
font-size: 12px;
color: #8D99AE;
}

.product .product-body .product-name {
text-transform: uppercase;
font-size: 14px;
}

.product .product-body .product-name>a {
font-weight: 700;
}

.product .product-body .product-name>a:hover, .product .product-body .product-name>a:focus {
color:  var(--baikal-primary);
}

.product .product-body .product-price {
color:  var(--baikal-primary);
font-size: 18px;
}

.product .product-body .product-price .product-old-price {
font-size: 70%;
font-weight: 400;
color: #8D99AE;
}

.product .product-body .product-rating {
position: relative;
margin: 15px 0px 10px;
height: 20px;
}

.product .product-body .product-rating>i {
position: relative;
width: 14px;
margin-right: -4px;
background: #FFF;
color: #E4E7ED;
z-index: 10;
}

.product .product-body .product-rating>i.fa-star {
color:  var(--bs-secondary);
}

.product .product-body .product-rating:after {
content: "";
position: absolute;
top: 50%;
left: 0;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 1px;
background-color: #E4E7ED;
}

.product .product-body .product-btns>button {
position: relative;
width: 40px;
height: 40px;
line-height: 40px;
background: transparent;
border: none;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}

.product .product-body .product-btns>button:hover {
background-color: #E4E7ED;
color:  var(--baikal-primary);
border-radius: 50%;
}

.product .product-body .product-btns>button .tooltipp {
position: absolute;
bottom: 100%;
left: 50%;
-webkit-transform: translate(-50%, -15px);
-ms-transform: translate(-50%, -15px);
transform: translate(-50%, -15px);
width: 150px;
padding: 10px;
font-size: 12px;
line-height: 10px;
background: #1e1f29;
color: #FFF;
text-transform: uppercase;
z-index: 10;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}

.product .product-body .product-btns>button:hover .tooltipp {
opacity: 1;
visibility: visible;
-webkit-transform: translate(-50%, -5px);
-ms-transform: translate(-50%, -5px);
transform: translate(-50%, -5px);
}

.product .add-to-cart {
position: absolute;
left: 0;
right: 0;
bottom: -55px;
padding: 15px;
background: #282c7d;
text-align: center;
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
-webkit-transition: 0.2s all;
transition: 0.2s all;
z-index: 2;
}

.product .add-to-cart:hover {

bottom: -50px;

}


.product:hover .add-to-cart {
-webkit-transform: translateY(10%);
-ms-transform: translateY(10%);
transform: translateY(10%);
}

.product .add-to-cart .add-to-cart-btn {
position: relative;
border: 2px solid transparent;
height: 40px;
padding: 10px 30px 10px 35px;
background-color:  var(--bs-secondary);
color: #FFF;
text-transform: uppercase;
font-weight: 700;
border-radius: 40px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}

.product .add-to-cart .add-to-cart-btn>i {
position: absolute;
left: 0;
top: 0;
width: 40px;
height: 40px;
line-height: 38px;
color:  var(--baikal-primary);
opacity: 0.7;
visibility: visible;

}

.product .add-to-cart .add-to-cart-btn:hover {
background-color: #FFF;
color:  var(--baikal-primary);
border-color:  var(--baikal-primary);
padding: 10px 30px 10px 50px;
}

.product .add-to-cart .add-to-cart-btn:hover>i {
opacity: 1;
visibility: visible;
}

.navbar-light .navbar-toggler {
color: rgba(0,0,0,.55);
border-color: rgba(0,0,0,.1);
border: 1px solid var(--baikal-primary);
}

@media (max-width:992px){
.sys-menu{


padding: 30px 30px 30px 30px;
font-weight: bold;
font-size: 20px;
}

.navbar-light .navbar-nav .nav-link {
color: var(--bs-tertiary);
}

}

.w-90 {
width: 95% !important;
}


.videopage .team-item .team-icon a.share-link {
opacity: 0;
transition: 0.5s;
}

.videopage .team-item:hover .team-icon a.share-link {
opacity: 1;
}

.video-share{
margin-top: -55px;
position: absolute;
}

.glightbox-mobile .glightbox-container .gslide-description {
background:linear-gradient(to bottom,rgba(250,124,26,0.1) 0,rgba(160,42,105,.75) 100%);

}

@media (max-width:992px){

  .sinoheader{

    justify-content: left;
 

  }

}

.sinoheader .list-group-item {
  position: relative;
  display: block;
  padding: var(--baikal-list-group-item-padding-y) var(--baikal-list-group-item-padding-x);
  color: var(--baikal-light);
  background-color: var(--baikal-dark);
  font-size: 15px;


}

.sinoheader .list-group-item:hover {

  color: var(--baikal-primary);
  border-left: 2px solid var(--baikal-primary);
  padding-left: 10px !important;
  font-size: 15px;


}

.btn-search {
  cursor: pointer;
}

/* Service section Sino Soft Limited */


.services-section .container-fluid .content-container .division-container .fixed-card-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: .9375rem;
}

.sinohoverbox {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 368px;
  height: 500px;
  border: none;
  border-radius: .625rem;
  overflow: hidden;
  position: relative;
}

.sinohoverbox .sinohoverbox-image-container {
  width: 100%;
  height: 100%;
}

.sinohoverbox .sinohoverbox-image-container .sinohoverbox-image {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .2s ease-in-out;
}

.sinohoverbox .sinohoverbox-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: .9375rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.white-content-block .sinohoverbox .sinohoverbox-content {
  background: rgba(214,68,49,.75);
}

.sinohoverbox:focus .sinohoverbox-image-container .sinohoverbox-image, .sinohoverbox:hover .sinohoverbox-image-container .sinohoverbox-image {
  height: 104%;
  transition: .2s ease-in-out;
}

.white-content-block .sinohoverbox .sinohoverbox-content .btn, html body .white-content-block .sinohoverbox .sinohoverbox-content p {
  color: #fff;
}

.services-section .container-fluid .content-container .division-container {
  margin:0 0 2.5rem
}
.services-section .container-fluid .content-container .division-container .fixed-card-grid {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  gap:.9375rem;
}
.services-section .container-fluid .content-container .division-container .fixed-card-grid .fixed-card .sub-heading {
  text-align:center;
  margin-bottom:1.25rem
}
.services-section .container-fluid .content-container .division-container.division-container:last-of-type {
  margin-bottom:0
}

.sinohoverbox .sinohoverbox-content p.cms-textarea {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Roboto,sans-serif;

}
.sinohoverbox .sinohoverbox-content .sub-body {
  margin: .625rem 0 0;
}

.sinohoverbox .sinohoverbox-content .text-btn {
  margin: .625rem 0 0;
  text-align: right;
  float: right;
}

.text-btn .btn {
  padding: 0;
  font-size: .875rem;
  letter-spacing: .078rem;
  border: none;
  -webkit-appearance: none;
  transition: .2s ease-in-out;
}

p.title-body {
  font-size: 0.9rem !important;
  text-transform: uppercase;
}

a.sinohoverbox {
  color: var(--baikal-light);
}

html body .container-fluid,
html body .container-lg,
html body .container-md,
html body .container-sm,
html body .container-xl {
  max-width:1320px;
  margin:0 auto
}
html body .container-fluid .row,
html body .container-lg .row,
html body .container-md .row,
html body .container-sm .row,
html body .container-xl .row {
  justify-content:center
}
html body .container-fluid .row+.row,
html body .container-lg .row+.row,
html body .container-md .row+.row,
html body .container-sm .row+.row,
html body .container-xl .row+.row {
  margin-top:1.875rem
}
html body .container-fluid .row-narrow,
html body .container-lg .row-narrow,
html body .container-md .row-narrow,
html body .container-sm .row-narrow,
html body .container-xl .row-narrow {
  margin-left:-.46875rem;
  margin-right:-.46875rem
}
html body .container-fluid .row-narrow [class*=" col-"],
html body .container-lg .row-narrow [class*=" col-"],
html body .container-md .row-narrow [class*=" col-"],
html body .container-sm .row-narrow [class*=" col-"],
html body .container-xl .row-narrow [class*=" col-"] {
  padding-left:.46875rem;
  padding-right:.46875rem
}
html body .container-fluid .content-container,
html body .container-lg .content-container,
html body .container-md .content-container,
html body .container-sm .content-container,
html body .container-xl .content-container {
  padding:3.75rem 0
}
html body .container-fluid .content-container .section-sub-title,
html body .container-fluid .content-container .section-sub-title+.cms-textarea,
html body .container-fluid .content-container .section-title,
html body .container-fluid .content-container .section-title+.cms-textarea,
html body .container-lg .content-container .section-sub-title,
html body .container-lg .content-container .section-sub-title+.cms-textarea,
html body .container-lg .content-container .section-title,
html body .container-lg .content-container .section-title+.cms-textarea,
html body .container-md .content-container .section-sub-title,
html body .container-md .content-container .section-sub-title+.cms-textarea,
html body .container-md .content-container .section-title,
html body .container-md .content-container .section-title+.cms-textarea,
html body .container-sm .content-container .section-sub-title,
html body .container-sm .content-container .section-sub-title+.cms-textarea,
html body .container-sm .content-container .section-title,
html body .container-sm .content-container .section-title+.cms-textarea,
html body .container-xl .content-container .section-sub-title,
html body .container-xl .content-container .section-sub-title+.cms-textarea,
html body .container-xl .content-container .section-title,
html body .container-xl .content-container .section-title+.cms-textarea {
  margin-bottom:1.25rem
}
html body .container-fluid .content-container .row .col-12,
html body .container-fluid .content-container .row .col-lg-4,
html body .container-fluid .content-container .row .col-md-6,
html body .container-fluid .content-container .row .col-sm-6,
html body .container-lg .content-container .row .col-12,
html body .container-lg .content-container .row .col-lg-4,
html body .container-lg .content-container .row .col-md-6,
html body .container-lg .content-container .row .col-sm-6,
html body .container-md .content-container .row .col-12,
html body .container-md .content-container .row .col-lg-4,
html body .container-md .content-container .row .col-md-6,
html body .container-md .content-container .row .col-sm-6,
html body .container-sm .content-container .row .col-12,
html body .container-sm .content-container .row .col-lg-4,
html body .container-sm .content-container .row .col-md-6,
html body .container-sm .content-container .row .col-sm-6,
html body .container-xl .content-container .row .col-12,
html body .container-xl .content-container .row .col-lg-4,
html body .container-xl .content-container .row .col-md-6,
html body .container-xl .content-container .row .col-sm-6 {
  margin-top:1.875rem
}
html body .container-fluid .content-container .row .col-12:nth-child(-n+1),
html body .container-lg .content-container .row .col-12:nth-child(-n+1),
html body .container-md .content-container .row .col-12:nth-child(-n+1),
html body .container-sm .content-container .row .col-12:nth-child(-n+1),
html body .container-xl .content-container .row .col-12:nth-child(-n+1) {
  margin-top:0
}
html body .container-fluid .content-container .row-narrow .col-12,
html body .container-fluid .content-container .row-narrow .col-lg-4,
html body .container-fluid .content-container .row-narrow .col-md-6,
html body .container-fluid .content-container .row-narrow .col-sm-6,
html body .container-lg .content-container .row-narrow .col-12,
html body .container-lg .content-container .row-narrow .col-lg-4,
html body .container-lg .content-container .row-narrow .col-md-6,
html body .container-lg .content-container .row-narrow .col-sm-6,
html body .container-md .content-container .row-narrow .col-12,
html body .container-md .content-container .row-narrow .col-lg-4,
html body .container-md .content-container .row-narrow .col-md-6,
html body .container-md .content-container .row-narrow .col-sm-6,
html body .container-sm .content-container .row-narrow .col-12,
html body .container-sm .content-container .row-narrow .col-lg-4,
html body .container-sm .content-container .row-narrow .col-md-6,
html body .container-sm .content-container .row-narrow .col-sm-6,
html body .container-xl .content-container .row-narrow .col-12,
html body .container-xl .content-container .row-narrow .col-lg-4,
html body .container-xl .content-container .row-narrow .col-md-6,
html body .container-xl .content-container .row-narrow .col-sm-6 {
  margin-top:.9375rem
}
html body .container-fluid .content-container .card,
html body .container-lg .content-container .card,
html body .container-md .content-container .card,
html body .container-sm .content-container .card,
html body .container-xl .content-container .card {
  border:none;
  border-radius:.375rem;
  overflow:hidden;
  height:100%
}
html body .container-fluid .content-container a.card:hover,
html body .container-lg .content-container a.card:hover,
html body .container-md .content-container a.card:hover,
html body .container-sm .content-container a.card:hover,
html body .container-xl .content-container a.card:hover {
  text-decoration:none
}
html body .container-fluid .content-container .cta-container,
html body .container-lg .content-container .cta-container,
html body .container-md .content-container .cta-container,
html body .container-sm .content-container .cta-container,
html body .container-xl .content-container .cta-container {
  margin:2.5rem 0 0
}
@media (min-width:576px) {
  html body .row-narrow .col-sm-6:nth-child(-n+2),
  html body .row .col-sm-6:nth-child(-n+2) {
    margin-top:0!important
  }
}
@media (min-width:768px) {
  html body .narrow-text {
    /*! width:83.33333333%; *//*! margin-left:auto; *//*! margin-right:auto */
  }
  html body .container-fluid .content-container,
  html body .container-lg .content-container,
  html body .container-md .content-container,
  html body .container-sm .content-container,
  html body .container-xl .content-container {
    padding:6.25rem 0
  }
  html body .row-narrow .col-md-3:nth-child(-n+4),
  html body .row-narrow .col-md-4:nth-child(-n+3),
  html body .row-narrow .col-md-6:nth-child(-n+2),
  html body .row .col-md-3:nth-child(-n+4),
  html body .row .col-md-4:nth-child(-n+3),
  html body .row .col-md-6:nth-child(-n+2) {
    margin-top:0!important
  }
}
@media (min-width:992px) {
  html body .row-narrow .col-lg-3:nth-child(-n+4),
  html body .row-narrow .col-lg-4:nth-child(-n+3),
  html body .row .col-lg-3:nth-child(-n+4),
  html body .row .col-lg-4:nth-child(-n+3) {
    margin-top:0!important
  }
}


.black-content-block {
  background-color: #111;
}

html body .black-content-block h3, html body .black-content-block h4, html body .black-content-block h5, html body .black-content-block h6, html body .black-content-block p {
  color: #eee;
}

.black-content-block p {
  color: #eee;
}
::selection {
  background: #348caa;   /* your brand color */
  color: #ffffff;        /* text color when selected */
}

::-moz-selection {       /* Firefox support */
  background: #348caa;
  color: #ffffff;
}

.black-content-block .default-btn .btn {
  background-color: #111;
  border: .0625rem solid var(--baikal-primary);
  color: var(--baikal-primary);
}

.default-btn .btn:hover {
  background-color: var(--baikal-primary);
  color: #fff;
}



.carousel-item {
  position:relative;
  display:none;
  float:left;
  width:100%;
  margin-right:-100%;
  backface-visibility:hidden;
  transition:transform .6s ease-in-out
}


.testinomial-content-block .content-container .carousel .carousel-inner .carousel-item .carousel-container .carousel-caption {

  padding: 0;
  width: 100%;
  position: static;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

}

.testinomial-content-block .content-container .carousel .carousel-inner .carousel-item .carousel-container .carousel-caption p.testinomial-quote{
 font-size: 1.777rem;
}

.testinomial-content-block .content-container .carousel .carousel-inner .carousel-item .carousel-container .carousel-caption p {
  color: #fff;
  text-shadow: 1px 1px rgba(0,0,0,.5);
}

.testinomial-content-block .content-container .carousel .carousel-inner .carousel-item .carousel-container .carousel-caption p.testinomial-quote {
  font-size: 1.333rem;
  margin: 0 0 .625rem;
}

.menu-text{

  color: var(--baikal-light) !important;

}

.card {
position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  overflow-wrap: break-word;
  background-color: rgb(255, 255, 255);
  background-clip: initial;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}


html body .black-content-block .card {
  background-color:#202020
}
html body .black-content-block .card .cover-image-container .date-container {
  background:rgba(214,68,49,.75)
}
html body .black-content-block .card .cover-image-container .date-container p {
  color:#fff
}
html body .black-content-block .card .card-header {
  background-color:initial;
  border:none
}
html body .black-content-block .card .card-header .card-icon {
  color:#d64431
}
html body .black-content-block .card .card-footer {
  background-color:initial
}
html body .black-content-block a.card:focus,
html body .black-content-block a.card:hover {
  background-color:#2a2a2a
}



.social-icon {
  background-color: rgba(255,255,255,0.8);
  border-radius: 10%;
  font-size: 30px;
  padding: 11px;
}

.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);
}


.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}


.intro-text-thin{

  font-weight: 400 !important;

}

.menu-main{
  margin-top: 20px;
}

#crumbs a{
  color: #fff;
}

#crumbs{
  background-color: #348caa;
  border-radius:8px;
  max-width: 50%;
  margin:0 auto;
  color: #fff;
}
.current{
  color: #000;
}

.bg-primary {
  background-color: #348caa !important;
  color:#fff
}
.bg-primary:hover {
  background-color: #348daac0 !important;
  color:#fff
}

.bg-secondary {
  background-color: #6b3c1e !important;
  color:#fff
}
.bg-secondary:hover {
  background-color: #6b3c1ec0 !important;
  color:#fff
}
.bg-tertiary {
  background-color: #4a883f !important;
  color:#fff
}
.bg-tertiary:hover {      
  background-color: #4a883fc0 !important;
  color:#fff
}
.bg-cont-primary{
  background-color: #348caa !important;
  color:#fff
}
.bg-cont-secondary{
  background-color: #6b3c1e !important;
  color:#fff
}
.bg-cont-tertiary{
   background-color: #4a883f !important;
  color:#fff
}

.text-primary {
  color: #348caa !important;
}
.text-secondary{
  color: #6b3c1e !important;
}
.text-tertiary {
  color: #4a883f !important;
}
.social-icons{
  font-size:1.2em;
}
.feature-image {
  width: 100%;
  height: 100%;       /* take full height of parent column */
  min-height: 300px;  /* fallback if parent has no height */
  background-size: cover;      /* fills the div */
  background-position: center; /* centers the image */
  background-repeat: no-repeat;
  border-radius: .5rem 0 0 .5rem; /* match .rounded-start */
}
.feature-image-side {
  width: 100%;
  height: 100%; 
  background-size: cover;      /* fills the div */
  background-position: center; /* centers the image */
  background-repeat: no-repeat;
  border-radius: .5rem 0 0 .5rem; /* match .rounded-start */
}
.wpb-posts-nav {
  margin-top: 0;      /* remove or reduce vertical spacing */
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.wpb-posts-nav {
  margin-top: 2em;      /* remove or reduce vertical spacing */
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.wpb-posts-nav__thumbnail{
  margin-top: 0;      /* remove or reduce vertical spacing */
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.logo_mobile{
  margin-top:-0.1em;
  margin-left:0.3em;
}
.sinoheader {
  padding-bottom: 0em;
}
.logo_desk{
  margin-left:0em;
  margin-top:0em;
}
@media screen and (min-width: 992px) {
  .sinoheader {
    padding-bottom: 2em;
  }
  .logo_desk{
    margin-left:-3.5em;
    margin-top:-0.7em;
  }
}
/* Elegant block quote card */
.blockquote-card{
  --accent:#05c1fffe;
  --bg:#f5f5f5;          /* faded white */
  margin: 1.5rem 0;
  padding: 1.25rem 1.25rem 1.25rem 3.25rem;
  background: var(--bg);
  border-radius: 0rem;
  position: relative;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.05);
}

.blockquote-card::before{
  content: "";
  position: absolute;
  left: 1rem; top: 1rem;
  width: 28px; height: 28px;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none'><path d='M9 6H5l-2 6v6h8v-6H7l2-6zm12 0h-4l-2 6v6h8v-6h-4l2-6z' fill='%23000'/></svg>") no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none'><path d='M9 6H5l-2 6v6h8v-6H7l2-6zm12 0h-4l-2 6v6h8v-6h-4l2-6z' fill='%23000'/></svg>") no-repeat center / contain;
  background: var(--accent);
  opacity:.9;
}

.blockquote-card blockquote{
  margin:0;
  font-size: clamp(1.05rem, 1.2vw + .9rem, 1.35rem);
  line-height: 1.6;
  color:#05c1fffe;
  font-weight: 500;
}

.blockquote-card figcaption{
  margin-top:.75rem;
  color:#05c1fffe;
  font-size:.95rem;
  border-left: 3px solid var(--accent);
  padding-left:.5rem;
}

/* Optional hover lift */
.blockquote-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.08);
  transition: .25s ease;
}

/* Dark mode variant */
@media (prefers-color-scheme: dark){
  .blockquote-card{
    --bg: #6b3c1e;
    color:#e5e7eb;
    border-color: rgba(255,255,255,.06);
    box-shadow: 0 10px 24px rgba(0,0,0,.4);
  }
  .blockquote-card blockquote{ color:#e5e7eb; }
  .blockquote-card figcaption{ color:#9ca3af; }
}
.cool-border {
  position: relative;
  padding-right: 1em;
}

.cool-border::after {
  content: "";
  position: absolute;
  top: 15%;       /* space from the top */
  bottom: 15%;    /* space from the bottom */
  right: 0;       /* position at right side */
  width: 2px;     /* thickness of the border */
  background: #4a883f; /* border color */
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15); /* cool shadow */
  border-radius: 4px; /* smooth edges */
}
.value-card {
  border-radius: 0.5rem;
  background: linear-gradient(130deg, #4a883f, #eef2f3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-10px);
 background: linear-gradient(130deg,#eef2f3, #348caa);
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.value-card .icon {
  font-size: 2.5rem;
}
/* Smooth zoom & lift effect */
.feature-card {
  transition: all 0.5s ease-in-out;
  border-radius: 12px;
}

.feature-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 24px rgba(0,0,0,0.25), 8px 0 18px rgba(0,0,0,0.15);
  cursor: pointer;
}
.custom-card-hover {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.custom-card-hover:hover {
  transform: scale(1.03) translateY(-5px);
  /* box-shadow: 0 10px 20px rgba(0,0,0,0.2); */
}
.mr-top {
  margin-top: -3em !important; /* default for mobile */
}

@media (min-width: 768px) {
  .mr-top {
    margin-top: -5em !important; /* for tablets/desktops */
  }
}

.carousel-container {
  position: relative;
  width: 100%; /* Enough space for 3 cards */
  overflow: hidden;
  padding: 0px 40px; /* space for buttons */
}

.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0px 40px; /* padding so arrows are not cut */
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-track .card {
  flex: 0 0 calc(100% / 2); /* show 2 cards per view */
  margin: 0 10px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(107, 60, 30, 0.708);
  color: #fff;
  border: none;
  border-radius: 50%;   /* makes it round */
  padding: 10px;        /* equal padding */
  cursor: pointer;
  z-index: 10;
  font-size: 24px;
  line-height: 1;       /* keeps the arrow centered */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;          /* fixed width */
  height: 45px;         /* fixed height */
}

.carousel-btn.left {
  left: 10px;
}

.carousel-btn.right {
  right: 10px;
}

.carousel-btn:hover {
  background: rgba(107, 60, 30, 0.573);
}

@media (max-width: 768px) {
  .carousel-track .card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.mt-mob {
  margin-top: 0; /* default for desktop */
}

@media (max-width: 768px) {
  .mt-mob {
    margin-top: 1em;
  }
}