/************************************************************************************
 * 
 * 
 * Jay Shree Ram - Jai Shree Shyam - Om Namah Shivay
 * Created by: vijay Raaz 
 * +918923005483
 * Mathura
 * 
 * 
 ***********************************************************************************/

.line.center{
    margin: auto;
    width: fit-content;
    left: -40px;
}
.sline {
    border-top: 3px solid #f8c32c;
    width: 100px;
}
.toast-message {
    font-size: 15px;
}
.error {
    color: red;
    padding-top: 4px;
}
.spinner-container {
    backdrop-filter: blur(4px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100vh;
    display: none;
}
.spinner-start {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.spinner-start {
    width: 150px;
    height: 150px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.spinner-start .spinner {
  position: absolute;
  width: calc(100% - 9.9px);
  height: calc(100% - 9.9px);
  border: 5px solid transparent;
  border-radius: 50%;
  border-top-color: #f8c32c;
  animation: spin 5s cubic-bezier(0.17, 0.49, 0.96, 0.79) infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
div#viewModal {
    backdrop-filter: blur(4px);
}
.menu-section h6, .update-box h6 {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 22px;
}
.menu-item {
    display: flex !important;
    align-items: start;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    transition: background 0.2s;
    line-height: 22px !important;
    margin-bottom: 8px;
    align-items: center;
}
.menu-item:hover {
  background-color: #f5f5f5;
}
.menu-item-title {
  font-weight: 500;
}
.update-box {
  border-radius: 12px;
  background-color: #fafafa;
  padding: 1.5rem;
}
.video-thumb {
  border-radius: 12px;
  overflow: hidden;
}
.badge-hiring {
  background-color: #e5e7eb;
  color: #000;
  font-size: 0.75rem;
  margin-left: 6px;
}
.mega-menu {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    padding: 20px 25px;  
    display: none;  
}
.menu-item-icon {
    margin-right: 1.5rem;
    text-align: center;
    color: #f8c32c;
    transform: rotate(45deg);
    background: #0d401c;
    border-radius: 5px;
}
.menu-item small {
    line-height: inherit;
}
.menu-item-icon i {
    transform: rotate(-45deg);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tavv .box-portfolio.style-4 .content {
    padding: 0;
    height: 30px;
}
.tavv .content > a{
    line-height: 29px !important;
    margin-top: -96px;
    font-size: 15px !important;
}
.tavv .box-portfolio.style-4:hover .content > a{
    margin-top: 0px;
}
.tavv .content .bot a {
    padding: 10px 20px !important;
    line-height: 20px !important;
    border-radius: 5px !important;
    margin-top: 10px;
}
.tavv .box-portfolio.style-4:hover .content {
    padding: 23px 10px 10px;
    top: 20px;
    border-radius: 10px !important;
    height: calc(100% - 40px);
}
.box-portfolio .image {
    border-radius: 10px;
}
.box-portfolio {
    border-radius: 10px;
}
.tavv .box-portfolio.style-4 .content .icon {
    background: #f8c32c;
    width: fit-content;
    margin: auto;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px;
    transform: rotate(45deg);
}
.tavv .icon img{
    transform: rotate(-45deg);
}
.line {
    position: relative;
}
.line:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 3px;
    background-color: #f8c32c;
}
.line:after {
    content: "";
    position: absolute;
    width: 16px;
    border: 2px solid #fff;
    height: 10px;
    background-color: transparent;
    bottom: -3px;
    left: 40px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite;
}
@keyframes footerLine{
  0% {
      left: 40px;
  }
  50% {
      left: 0;
  }
  100% {
      left: 40px;
  }
}
.shop-mega-menu:hover .mega-menu{
  display: block;
  margin-top: -5px;
}
.insightb .tf-sidebar-2 .sidebar-item-2.get-in .image {
    max-height: 170px;
}
.insightb .tf-sidebar-2 .sidebar-item-2 {
    border-radius: 10px;
}
.insightb .tf-sidebar-2 .sidebar-item-2.get-in .image {
    border-radius: 10px;
}
.mega-menu .tf-sidebar-2 .sidebar-item-2.get-in::after {
    height: 100%;
    background: linear-gradient(#00000070, #00000070);
}
.mega-menu .tf-sidebar-2 .sidebar-item-2.get-in .image img {
    height: auto;
}
.img33 img {
    border-radius: 10px;
    margin-right: 12px;
}
.img33 a.menu-item {
    background: #fff;
}

.pt-0 {
    padding-top: 0;
}
.dline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 97px;
    background-color: var(--Secondary);
}
.dline{
    border-bottom: 1px solid var(--Border);
    position: relative;
}

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