


a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.content {
  padding: 1rem 0;
   }

h2 {
  font-size: 20px; }
p {
    font-size: 16px;
    text-align: justify;
    font-family:  'Poppins', sans-serif;
  }
/* 10 */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  position: relative; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: relative;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.2); }
  .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 600px;
     }
  .site-blocks-cover h1 {
    font-size: 8rem;
    font-weight: 900;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .site-blocks-cover h1 {
        font-size: 4rem; } }
  
  .site-blocks-cover .sub-text {
    position: relative;
    font-size: 2rem;
    color: #272343;
    font-weight: 400; }
    @media (max-width: 991.98px) {
      .site-blocks-cover .sub-text {
        color: #000; } }
  .site-blocks-cover .img-wrap {
    position: absolute;
    z-index: -1;
    width: calc(90% - 40%);
    top: 0;
    height: 80%;
    z-index: 2;
    right: 50%;
    min-height: 600px;
    overflow: hidden;
    border-bottom-right-radius: 200px; }
    @media (max-width: 991.98px) {
      .site-blocks-cover .img-wrap {
        width: 100%;
        right: 0%;
        top: 0; }
        .site-blocks-cover .img-wrap .hero-slider:before {
          position: absolute;
          content: "";
          background: #fff;
          opacity: .5;
          z-index: 2;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    .site-blocks-cover .img-wrap .slide {
      height: 100vh;
      position: relative; }
      .site-blocks-cover .img-wrap .slide img {
        position: absolute;
        top: 0;
        height: 90%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .site-blocks-cover .intro {
    z-index: 3;
    position: relative; }
    .site-blocks-cover .intro .heading {
      margin-left: -150px; }
      @media (max-width: 991.98px) {
        .site-blocks-cover .intro .heading {
          margin-left: 0; } }
    .site-blocks-cover .intro .text {
      padding-left: 50px; }
      @media (max-width: 991.98px) {
        .site-blocks-cover .intro .text {
          padding-left: 0; } }
     @media screen and (max-width: 570px) {
      .site-blocks-cover, .site-blocks-cover > .container > .row {
        min-height: 300px;
         }
          }
.site-menu-toggle .menu-text {
  position: relative;
  top: -6px;
  text-transform: uppercase; }

.hero-slider .owl-nav {
  position: absolute;
  bottom: 120px;
  right: 50px;
  z-index: 100; }
  .hero-slider .owl-nav .owl-prev, .hero-slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #007bff;
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.3rem; }
    .hero-slider .owl-nav .owl-prev span, .hero-slider .owl-nav .owl-next span {
      color: #fff;
      font-size: 30px; }
    .hero-slider .owl-nav .owl-prev:active, .hero-slider .owl-nav .owl-prev:focus, .hero-slider .owl-nav .owl-next:active, .hero-slider .owl-nav .owl-next:focus {
      outline: none; }

.btn-pill {
  border-radius: 30px;
  padding: 15px 30px;
  border-color: #272343;
  color: rgb(0, 0, 0); }
  .btn-pill:hover {
    background: #272343;
    border-color: #fff;
    color: rgb(255, 255, 255); }

    .marquee-wrapper{
      
      text-align:center;
    }
 
    .marquee-inner span{
      float:left;
      
    }
    .marquee-wrapper .marquee-block{
      --total-marquee-items:5;
      width: calc(250px * (var(--total-marquee-items)));
      box-sizing: border-box;
      position: relative;
      margin: 20px auto;
      padding: 30px 0;
    }
    .marquee-inner{
      
      width: 200%;
      position: absolute;
    }
    .marquee-inner p{
      font-weight: 800;
      font-size: 30px;
     
    }
    .marquee-inner.to-left{
      animation: marqueeLeft 25s linear infinite;
    }
    .marquee-inner.to-right{
      animation: marqueeRight 25s linear infinite;
    }
    .marquee-item{
      width: 230px;
      height: auto;
      display: inline-block;
      margin: 0 10px;
     
      transition: all .2s ease-out;
      
    }
    @keyframes marqueeLeft{
      0% {
        left: 0;
      }
      100% {
        left: -100%;
      }
    }
    @keyframes marqueeRight{
      0% { 
        left: -100%; 
      }
      100% {
       left: 0; 
      }
    }
  /* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
  h1 {font-size:1.5rem;} /*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  h1 {font-size:2rem;} /*1rem = 16px*/
}  