.bannar {
    margin-right: 0;
    background: url(https://html.themewant.com/unipix/assets/images/banner/01.jpg);
    height: 800px;
  }
  @media (min-width: 700px) {}
  @media (min-width: 1200px) {
  .bannar {
    margin-right: 0;
    background: url(https://html.themewant.com/unipix/assets/images/banner/01.jpg) ;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;

 height: 800px;
  }
 .bannar:after {
  content: "";
  background: url(https://html.themewant.com/unipix/assets/images/banner/01.jpg);background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 bottom; 
  top: 10px;
  right: 5px;
  position: absolute;
  display: inline-block;
}   
}
.about__left--content--center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rts__circle.v__1 {
  background: #00a9b4;
  border: 1px solid #fff;
  border-radius: 50%;
  
}
.rts__circle svg {
  height: 156px;
  width: 156px;
  position: relative;
  padding: 5px;
  
}
.animate-spin7{
      animation-duration: 7s !important;
}
.rts__circle svg text textPath {
  font-size: 11.5px;
  fill: #ffffff;
  font-family: var(--font-secondary);
}
 /* SLICK: ARROWS */
  .slick-custom-arrow {
    position: absolute;
    transform: translateY(-50%);
    z-index: 9;
    padding: 10px;
    background-color: #ffffff75;
    color: #000;
    border: 2px solid #000;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .slick-custom-arrow:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff;
  }
  .slick-custom-arrow:hover svg {color: #fff   !important;}
  .slick-custom-arrow-right {
    right: -50px;
    top:50%;
  }
  
  .slick-custom-arrow-left {
   left:-50px;
    top: 50%;
  }
  .autoplay-detail-slider   .slick-custom-arrow-left {
    left:-20px;
     top: 50%;
   }
   .autoplay-detail-slider    .slick-custom-arrow-right {
    right: -20px;
    top:50%;
  }
 .autoplay-blogthree   .slick-custom-arrow {
    position: absolute;
    transform: translateY(-50%);
    z-index: 9;
    padding: 10px;
    background-color: #ffffff00;
    color: #000;
    border: none;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .autoplay-blogthree  .slick-custom-arrow-left {
   left:10px;
    top: 50%;
  }
    .autoplay-blogthree  .slick-custom-arrow-right {
    right: 10px;
    top:50%;
  }
  
  /* SLICK: ARROWS */
  .bg-cources-section {
    background: url(img/pattern-13.png) #f2f5fb;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}
.partners-bg {
    background: url(img/pattern-36.png);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center center;
}
.libertinus-sans-regular {
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
}
 /***********************************/
.animation-pulse {
    /*box-shadow: 0 0 0 20px rgba(229,62,62, 0.5);*/
    transform: scale(0.8);
    animation: pulse 2s infinite;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 75ms;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 #00a9b4;
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(229, 62, 62, 0);
    }

    100% {
        transform: scale(0.9);
    }
}
/***********************************/
.counter-one {
    position: relative;
    display: block;
    background-color: #4a9fbd;
    
}
.counter-one__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 297px;
    opacity: .10;
    mix-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    background: url(https://admission.marwadiuniversity.ac.in:553/assets/croccle_images/backgrounds/counter-one-bg.png);
}
.counter-one__content::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 5px;
    width: 2px;
    background-color: #fff3 ;
}
.counter-one__content::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    border-top: 5px solid transparent;
    border-left: 4px solid #ffffff33;
    border-bottom: 5px solid transparent;
    transform: translateY(-50%);
}
.counter-one__single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: -moz-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(74, 159, 189) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(74, 159, 189) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(74, 159, 189) 100%);
}
.counter-one__single:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: -moz-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(74, 159, 189) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(74, 159, 189) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(74, 159, 189) 100%);
}