body{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #2f3138;
    font-family: "Poppins", sans-serif;
    background-color: #fff;
    overflow-x: hidden !important;
}
p{
  margin-bottom: 25px;
  display: block !important;
}

.overflow-hidden{
  overflow: hidden !important;
}

@media screen and (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 1220px;
    }
}
/* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-fluid{
  overflow: hidden;
} */


.ptb80{
  padding: 80px 0px;
}
.pb80{
  padding-bottom: 80px;
}
.pt80{
  padding-top: 80px;
}
.ptb70{
  padding: 70px 0px;
}
.pb70{
  padding-bottom: 70px;
}
.pt70{
  padding-top: 70px;
}
.ptb60{
  padding: 60px 0px;
}
.pb60{
  padding-bottom: 60px;
}
.pt60{
  padding-top: 60px;
}
.ptb50{
  padding: 50px 0px;
}
.pb50{
  padding-bottom: 50px;
}
.pt50{
  padding-top: 50px;
}
.mt70{
  margin-top: 70px;
}
a,a:hover{
 text-decoration: none;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
  }
  .carousel-item:before {
    position: absolute;
    z-index: 2;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    background-color: #00000063;
  }
  
  .slider-data {
    position: absolute;
    top: 0;
    left: 0%;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    z-index: 99;
  }
  .slider-data h4 {
    color: #ed502e;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
    font-family: "Poppins", Arial, sans-serif;
  }

  .slider-data h2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.56);
    font-family: "Poppins", Arial, sans-serif;
    margin-bottom: 15px;
    text-transform: capitalize;
  }

  .slider-sec .carousel-indicators li {
    width: 17px;
    height: 17px;
    border-radius: 50%;
  }
  .cursor {
    cursor: pointer;
  }
  .slider-sec .carousel-control-next-icon:before {
    content: "\f054";
    font-family: "FontAwesome";
    color: #000;
  }
  .slider-sec .carousel-control-prev-icon:before {
    content: "\f053";
    font-family: "FontAwesome";
    color: #000;
  }
  .slider-sec .carousel-control-next-icon,
  .carousel-control-prev-icon {
    background: #fff !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
  }
  .slider-sec .carousel-control-next {
    width: 5%;
  }
  .slider-sec .carousel-control-prev {
    width: 5%;
  }
  .slider-sec .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
  }
  .slider-sec .btn-watch-video i {
  font-size: 40px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
  color: #ed502e;
  }
  .main-btn-blue{
    background: #1089ff;
    color: #fff;
    cursor: pointer;
    border: 1px solid #007bff;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 12px 40px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  .main-btn-blue:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, .4) inset;
    border: 1px solid #fff;
    color: #fff;
  }
  .main-btn-white{
    background: #fff;
    color: #222;
    cursor: pointer;
    border: 1px solid #fff;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 12px 40px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  .main-btn-white:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, .4) inset;
    color: #000;
  }

  /* ------------------------------------
  banner card start
  ------------------------------------ */
  .banner-card{
    margin-top: -70px;
    position: relative;
    z-index: 5;
  }
  .banner-card .b-card{
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 27px -9px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 27px -9px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 27px -9px rgba(0, 0, 0, 0.11);
    text-align: center;
    margin-bottom: 20px;
    min-height: 530px;
  }
  .banner-card .b-card .b-img{
    border-radius: 20px;
    overflow: hidden;
  }
  .banner-card .b-card h4{
    font-weight: 600;
    font-size: 20px;
    margin: 15px 0px 10px;
    text-align: center;
    color: #ed502e;
  }
  .banner-card .b-card .main-btn-blue{
    padding: 6px 12px;
    font-size: 13px;
  }

    /* ------------------------------------
  Dance sec start
  ------------------------------------ */

  .heading{
    margin-bottom: 30px;
    text-align: center;
  }
  .heading .main-heading{
    font-size: 31px;
    font-weight: 700;
    position: relative;
    color: #ed502e;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .heading .main-heading::before, .heading .main-heading::after{
    content: "";
    width: 45px;
    height: 2px;
    background: #1089ff;
    display: inline-block;
    margin-bottom: 10px;
  }
  .heading .main-heading::before{
    margin-right: 12px;
  }
  .heading .main-heading::after{
    margin-left: 12px;
  }

  .heading .sub-heading{
    font-size: 18px;
    font-weight: 500;
    color: #9195a2;
  }

  .dance-box{
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .dance-box .dance-text{
    position: absolute;
    bottom: -40px;
    left: 0px;
    right: 0px;
    padding: 15px;
    background: rgba(6, 12, 34, 0.76);
    text-align: center;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .dance-box:hover .dance-text{
    bottom: 0;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .dance-box .dance-text h4{
    margin-bottom: 0px;
  }
  .dance-box .dance-text h4 a{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .dance-box .dance-text h4 a:hover{
    color: #ed502e;
  }
  .dance-box .dance-text p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    font-style: italic;
  }
  .dance-box .dance-text i{
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
  }

      /* ------------------------------------
  About sec start
  ------------------------------------ */

  .about-sec img{
    border-radius: 15px;
    overflow: hidden;
  }
  .about-sec .about-text{
    padding-left: 30px;
  }
  .about-sec .about-text-2{
    padding-left: 0px;
    padding-right: 30px;
    margin-top: 25px;
  }
  .about-sec .about-text p{
    font-style: italic;
  }
  .about-sec .about-text ul{
    padding-left: 0px;
    list-style: none;
  }
  .about-sec .about-text ul li{
    padding-left: 30px;
    margin-bottom: 18px;
    position: relative;
  }
  .about-sec .about-text ul li::before{
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
    color: #2f3138;
  }
  .read-btn{
    display: inline-flex;
    align-items: center;
    color: #ed502e;
    font-style: italic;
  }
  .read-btn i{
    margin-left: 5px;
  }
  .read-btn:hover{
    color: #da411f;
  }

  /* ------------------------------------
  Participation sec start
  ------------------------------------ */
  .participation-sec .img-box{
    position: relative;
    margin-bottom: 30px;
  }
  .participation-sec .img-box::before{
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: "";
    background-color: #ebf1fa;
    transition: 0.5s;
  }
  .participation-sec .img-box::after{
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: "";
    background-color: #ebf1fa;
    transition: 0.5s;
  }
  .participation-sec .img-box img{
    border: 8px solid #fff;
    transition: 0.5s;
  }
  .participation-sec .img-box:hover img{
    transform: scale(1.03);
    transition: 0.5s;
  }

  .img-box .play-button {
    width: 100px;
    height: 100px;
    background: radial-gradient(#ed502e 50%, #9b321aa9 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }
  
  .img-box .play-button::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);
  }
  
  .img-box .play-button::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -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 #ed512ed0;
    top: -10%;
    left: -10%;
    background: rgba(198, 16, 0, 0);
  }
  
  .img-box .play-button:hover::after {
    border-left: 15px solid #ed502e;
    transform: scale(20);
  }
  
  .img-box .play-button:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
  }
  
  @-webkit-keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
  
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }
  
  @keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
  
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }

  .participation-sec .participation-text{
    padding-left: 20px;
  }
  .participation-sec .participation-text h3{
    color: #696592;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 15px;
  }

  .participation-sec .participation-text ul{
    padding-left: 0px;
    list-style: none;
  }
  .participation-sec .participation-text ul li{
    padding-left: 30px;
    margin-bottom: 8px;
    position: relative;
  }
  .participation-sec .participation-text ul li::before{
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
    color: #1bb1dc;
  }
  .participation-sec .participation-text-2{
    padding-left: 0px;
  }

   /* ------------------------------------
 event schedule sec start
  ------------------------------------ */

  .event-schedule .nav-tabs{
    text-align: center;
    margin: auto;
    display: block;
    border-bottom: 0;
    margin-bottom: 30px;
}
  .event-schedule .nav-tabs li{
    display: inline-block;
    margin-bottom: 0;
}
  .event-schedule .nav-tabs a {
    border: none;
    border-radius: 50px;
    font-weight: 600;
    background-color: #039124;
    color: #fff;
    padding: 10px 60px;
    font-size: 17px;
    margin-bottom: 12px;
}
  .event-schedule .nav-tabs a.active{
    background-color: #ed502e;
    color: #fff;
}
  .event-schedule .schedule-row{
    border-bottom: 1px solid #cad4f6;
    padding-top: 15px;
    padding-bottom: 15px;
}
  .event-schedule .schedule-row time{
   font-size: 18px;
}
  .event-schedule .schedule-row img{
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 10px 10px 0;
    float: left;
}
  .event-schedule .schedule-row h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
  .event-schedule .schedule-row h4 span{
    font-style: italic;
    color: #152b79;
    font-size: 16px;
    font-weight: 400;
}
  .event-schedule .schedule-row p{
    font-style: italic;
    color: #152b79;
    margin-bottom: 0;
}
.event-inner .nav-tabs{
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 10px;
}
.event-inner .nav-tabs a {
  background-color: transparent;
  color: #000;
  padding: 0px 8px 5px;
  margin-right: 20px;
  border-radius: 0px;
  border-bottom: 2px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: -1px;
}
.event-inner .nav-tabs a.active {
  color: #ed502e;
background-color: transparent;
  border-bottom: 2px solid #ed502e;
}

.event-inner p{
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.custom-condition .condition-text p{
  font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
    color: #2f3138;
}
.custom-condition .about-images img{
  border-radius: 10px;
  margin-bottom: 20px;
}
.event-inner ul{
  margin-top: 15px;
  padding-left: 10px;
}
.event-inner li{
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 26px;
  color: #444444;
}

.event-inner .about-img {
  position: relative;
  margin: 60px 0 0 60px;
}

.event-inner .about-img:before {
  position: absolute;
  inset: -60px 0 0 -60px;
  content: "";
  background: url("../images/about-bg.png") top left;
  background-repeat: no-repeat;
  z-index: 1;
}

.event-inner .about-img img {
  position: relative;
  z-index: 2;
}

 /* ------------------------------------
 festival-fact-sec start
  ------------------------------------ */
  .festival-fact-sec .count-box{
    padding: 20px 0;
  }
  .festival-fact-sec .count-box .icon{
    display: flex;
    align-items: center;
  }
.festival-fact-sec .count-box i{
  display: block;
  font-size: 30px;
  color: #3498db;
}
.festival-fact-sec .count-box h4{
  font-size: 32px;
    display: block;
    font-weight: 700;
    color: #039124;
    margin-left: 15px;
}
.festival-fact-sec .count-box p{
    margin: 0 0 0 52px;
    font-size: 14px;
    color: #484848;
    text-align: left;
}

  /* ------------------------------------
  Application sec start
  ------------------------------------ */
  .application-form{
    /* background-image:linear-gradient(hsl(11, 100%, 76%), #ed502e), url(../images/slider/slider-4.jpg); */
    background-color: #039124;
    background-size: cover;
  }
  .application-form .left-side{
    margin-top: -150px;
  }
 .application-form .right-side{
    background-color: #fff;
    /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); */
    /* border-top: 3px solid #ed502e;
    border-bottom: 3px solid #ed502e; */
    padding: 30px;
  }
  .application-form .right-side h4{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0e1b4d;
    text-align: center;
  }
  .application-form .right-side form label{
    font-size: 16px;
    color: #444;
    font-weight: 500;
  }
  .application-form form input[type=text], .application-form form input[type=email], .application-form form textarea, .application-form form select{
    font-size: 15px;
    padding: 9px 15px;
    box-shadow: none;
    border-radius: 0;
    color: #444;
    background-color: 
color-mix(in srgb, #fff, transparent 50%);
    border-color: 
color-mix(in srgb, #444, transparent 80%);
height: auto;
margin-bottom: 15px;
width: 100%;
  }
.application-form form select{
  appearance: none; /* Remove the default dropdown icon */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23333"%3E%3Cpath d="M7 10l5 5 5-5z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 15px center; 
  padding-right: 30px;
  font-size: 16px;
}
.application-form form .main-btn-blue{
    padding: 7px 80px;
}

    /* ------------------------------------
  India tour sec start
  ------------------------------------ */

  .india-tour-box{
    padding: 15px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 0px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .india-tour-box .tour-img{
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
  }
  .india-tour-box .tour-img img{
    transition: all 0.3s ease-in-out;
  }
  .india-tour-box:hover img{
   transform: scale(1.15);
   transition: all 0.3s ease-in-out;
  }
  .india-tour-box h4{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .india-tour-box p{
    padding: 0 20px;
    margin-bottom: 20px;
    color: #060c22;
    font-style: italic;
    font-size: 15px;
  }
  .india-tour-box span{
    font-style: italic;
    display: block;
    font-size: 15px;
    padding: 0px 10px;
    text-align: right;
  }



.tour-page h4 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #f51b64;
    font-weight: 600;
    padding: 20px 0 20px 0;
}


  /* ------------------------------------
  India Delhi sec start
  ------------------------------------ */

  .india-delhi .delhi-box{
    border-radius: 15px;
    overflow: hidden !important;
    margin-bottom: 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  .india-delhi .delhi-box img{
   transition: all 0.3s ease-in-out;
  }
  .india-delhi .delhi-box:hover img{
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
  }

   /* ------------------------------------
  footer sec start
  ------------------------------------ */
  footer{
    background: #0e1b4d;
    padding: 60px 0 20px 0;
  }

  footer .foot-box{
    margin-bottom: 15px;
    background: #ed502e;
    color: #fff;
    border-top: 4px solid #fff;
    text-align: center;
    padding: 20px;
  }
  footer .foot-box h3{
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 600;
    font-style: italic;
  }
  footer .foot-box p{
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 10px;
    color: #fff;
  }
  footer .foot-box .foot-social a{
    font-size: 17px;
    display: inline-flex;
    background: #0e1b4d;
    color: #eee;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    transition: 0.3s;
  }
  footer .foot-box .foot-social a:hover{
    background: #fff;
    color: #ed502e;
    text-decoration: none;
  }
  footer .foot-links h4{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    margin: 20px 0px;
  }
  footer .foot-links ul{
    list-style: none;
    padding-left: 0px;
  }
  footer .foot-links ul li a{
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 2;
    font-size: 15px;
    margin-bottom: 15px;
  }
  footer .foot-links ul li i{
    padding-right: 5px;
    color: #ed502e;
    font-size: 18px;
  }
  footer .contact h4{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  footer .contact p, footer .contact a{
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
    color: #fff;
  }
  .copyright{
    background-color: rgb(1, 11, 37);
    padding: 10px 0px;
    text-align: center;
    color: #fff;
  }
  .copyright p{
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .copyright a {
    color: #ed502e;
    text-decoration: none !important;
  }

   /* ------------------------------------
 photo gallery sec start
  ------------------------------------ */
  .photo-gallery-sec{
    background-color: #ed502e;
    height: 300px;
  }
  .photo-gallery-sec .mySwiper-index-gallery{
    margin-top: 20px;
    padding-bottom: 80px;
  }
  .photo-gallery-sec .mySwiper-index-gallery .swiper-slide{
    object-fit: cover;
    width: 100%;
  }
  .photo-gallery-sec .mySwiper-index-gallery .swiper-slide img{
    width: 100%;
    height: 100%;
  }

    .photo-gallery-sec .mySwiper-index-gallery .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ed502e;
  }
  
    .photo-gallery-sec .mySwiper-index-gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ed502e;
  }

  .photo-gallery-sec .mySwiper-index-gallery .swiper-button-next, .photo-gallery-sec .mySwiper-index-gallery .swiper-button-prev{
    background-color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40%;
  }
  .photo-gallery-sec .mySwiper-index-gallery .swiper-button-next:after, .photo-gallery-sec .mySwiper-index-gallery .swiper-button-prev:after{
    color: #000;
    font-size: 20px;
  }
  

  /* ------------------------------------
video gallery sec start
 ------------------------------------ */
 .video-gallery-sec{
  margin-top: 230px;
 }
 .gallery-slider{
  padding: 25px 0px 80px;
 }
 .gallery-slider .swiper-slide-active {
  border: 5px solid #ed502e;
  padding: 4px;
  background: #fff;
  z-index: 1;
  transform: scale(1.15);
  margin-top: 6px;
}

.gallery-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ed502e;
}

.gallery-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ed502e;
}

.gallery-slider .swiper-slide-active {
  text-align: center;
}

.video-gallery-sec .img-box .play-button{
  width: 50px;
  height: 50px;
}

 
  /* ------------------------------------
Newsletter sec sec start
 ------------------------------------ */
 .newsletter-sec{
  background-image: linear-gradient(rgb(255 255 255 / 75%), rgb(255 255 255 / 75%)), url(../images/subscribe-bg.jpg);
  background-size: cover;
 }
 .newsletter-sec .newslett input{
  background: #fff;
    color: #060c22;
    border: 0;
    outline: none;
    margin: 0;
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 14px;
    min-width: 400px;
 }
 .newsletter-sec .newslett button{
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #039124;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
 }
 .newsletter-sec .main-heading, .newsletter-sec .sub-heading{
  color: #333;
 }
   /* ------------------------------------
event suppoter sec sec start
 ------------------------------------ */
 .sponsors-slider{
  padding: 25px 0px 50px;
 }
.sponsors-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ed502e;
}

.sponsors-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ed502e;
}
 /* .event-sponcer{
  background-color: #f6f7fd;
 } */
 /* .event-sponcer .client-logo{
  padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e0e5fa;
    border-bottom: 1px solid #e0e5fa;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    height: 180px;
 }
 */
 .event-sponcer img{
  transition: all 0.3s ease-in-out;
 }
 .event-sponcer img:hover{
  transition: all 0.3s ease-in-out;
  transform: scale(1.12);
 }

/* ------------------------------------
  Team sec start
------------------------------------ */

.team-sec .team-member {
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
  padding: 20px;
  margin: 10px 0px;
  transform: scale(0.95);
  background-color: #fff;
}

.team-sec .team-member .member-img {
  position: relative;
  /* overflow: hidden; */
}

.team-sec .team-member .member-img:after {
  position: absolute;
  content: "";
  left: -4px;
  right: -4px;
  bottom: -6px;
  height: 100%;
  background-color: #fff;
  -webkit-mask: url("../img/team-shape.svg") no-repeat center bottom;
  mask: url("../images/team-shape.svg") no-repeat center bottom;
  -webkit-mask-size: contain;
  mask-size: contain;
  z-index: 1;
}

.team-sec .team-member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: color-mix(in srgb, #fff, transparent 60%);
  z-index: 2;
}

.team-sec .team-member .social a {
  transition: color 0.3s;
  color: color-mix(in srgb, #444444, transparent 50%);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team-sec .team-member .social a:hover {
  color: #444444;
}

.team-sec .team-member .social i {
  font-size: 18px;
}

.team-sec .team-member .member-info {
  padding: 10px 15px 20px 15px;
}

.team-sec .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
}

.team-sec .team-member .member-info span {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: color-mix(in srgb, #444444, transparent 50%);
}

.team-sec .team-member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: color-mix(in srgb, #444444, transparent 30%);
}

.team-sec .team-member:hover {
  transform: scale(0.98);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.team-sec .team-member:hover .social {
  right: 8px;
  opacity: 1;
}

/* ------------------------------------
  Testimonial sec start
------------------------------------ */
.testimonial-sec{
  background-image: linear-gradient(rgb(255 255 255 / 75%), rgb(255 255 255 / 75%)), url(../images/testimonials-bg.jpg);
  background-size: cover;
  background-position: top left;
}
.testimonial-sec .main-heading, .testimonial-sec .sub-heading{
  color: #333;
}
.testimonial-sec .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}
.testimonial-sec .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}

.testimonial-sec .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 7px 45px;
  color: #444;
}

.testimonial-sec .testimonial-item h4 {
  font-size: 15px;
  color: #000;
  opacity: 0.8;
  margin: 0 0 0 45px;
}
.testimonial-sec .testimonial-item .fa-quote-left, .testimonial-sec .testimonial-item .fa-quote-right {
  color: #ed502e;
  font-size: 26px;
}

.testimonial-sec .testimonial-item .fa-quote-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonial-sec .testimonial-item .fa-quote-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonial-sec .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 25px 25px 60px 25px;
  color: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  background: rgba(41, 41, 41, 0.40);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5.2px);
  -webkit-backdrop-filter: blur(5.2px);
  border: 1px solid rgba(41, 41, 41, 0.48);
}

.testimonial-sec .owl-nav, .testimonial-sec .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonial-sec .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0000005b !important;
  outline: none;
}

.testimonial-sec .owl-dot.active {
  background-color: #ed502e    !important;
}


/* about-page-strat */

.bg-light-grey{
  background-color: #ececec;
}

.about-banner{
  position: relative;
}
.about-banner img{
  height: 350px;
  object-fit: cover;
  width: 100%;
}
.about-banner::after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #00000040;
  z-index: 1;
}
.about-nav{
  overflow: hidden;
  width: 100%;
  list-style: none;
background-color: #d6d6d6;
margin: 0px;
padding: 10px 0px;
}

.about-nav li{
  float: left;
  padding-right: 23px;
  margin-right: 5px;
  position: relative;
}

.about-nav a{
  float: left;
  text-decoration: none;
  color: #fff;
  color: #0e1b4d;
}


.about-nav li::after{
    content: "\00bb";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-55%);
    color: #0e1b4d;
    font-size: 33px;
}
.about-nav li:first-of-type{
    padding-left: 20px;
}
.about-nav li .active{
    color: #ed502e;
    font-weight: 600;
}
.about-nav li:last-of-type::after{
    display: none;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about-inner .about-meta {
  color: #ed502e;
  font-weight: 600;
  margin-bottom: 0.8rem;
  display: inline-block;
}
.about-inner .about-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0e1b4d;
}


@media (max-width: 992px) {
  .about-inner .about-title {
    font-size: 2rem;
  }
}

.about-inner .about-description {
  font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    color: #2f3138;
}

.about-inner .feature-list-wrapper {
  margin-bottom: 1.5rem;
}

.about-inner .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-inner .feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 10px;
  font-size: 16px;
}

.about-inner .feature-list li i {
  color: #ed502e;
  font-size: 1.25rem;
}

.about-inner .profile .profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.about-inner .profile .profile-name {
  font-size: 1.08rem;
  margin: 0;
}

.about-inner .profile .profile-position {
  color: #ed502e;
  margin: 0;
  font-size: 0.875rem;
}

.about-inner .contact-info {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.about-inner .contact-info i {
  color: #ed502e;
  font-size: 1.5rem;
  margin-right: 12px;
}

.about-inner .contact-info .contact-label {
  color: color-mix(in srgb, #212529, transparent 30%);
  font-size: 0.875rem;
  margin: 0;
}

.about-inner .contact-info .contact-number {
  font-weight: 600;
  margin: 0;
}

.about-inner .image-wrapper {
  position: relative;
}
.about-inner .image-wrapper .main-image, .about-inner .image-wrapper .small-image{
  border-radius: 16px;
}

@media (max-width: 992px) {
  .about-inner .image-wrapper {
    padding-left: 0;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 992px) {
  .about-inner .image-wrapper .images {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 992px) {
  .about-inner .image-wrapper .main-image {
    margin-left: 0;
  }
}

.about-inner .image-wrapper .small-image {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 45%;
  border: 8px solid #fff;
}

@media (max-width: 992px) {
  .about-inner .image-wrapper .small-image {
    position: static;
    width: 100%;
    margin: 0 auto;
    border: 0;
  }
}

.about-inner .image-wrapper .experience-badge {
  position: absolute;
  bottom: 5%;
  right: 5%;
  background-color: #ed502e;
  color: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  min-width: 200px;
  animation: experience-float 3s ease-in-out infinite;
}

@media (max-width: 992px) {
  .about-inner .image-wrapper .experience-badge {
    position: static;
    width: fit-content;
    margin: 0 auto;
  }
}

.about-inner .image-wrapper .experience-badge h3 {
  color: #fff;
  font-size: 2.3rem;
  margin: 0;
  line-height: 0.5;
}

.about-inner .image-wrapper .experience-badge h3 span {
  font-size: 1rem;
  display: inline-block;
  margin-left: 0.25rem;
}

.about-inner .image-wrapper .experience-badge p {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}

@keyframes experience-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color:#444444; ;
  }
  
  .about-sec .content ul {
    list-style: none;
    padding: 0;
  }
  
  .about-sec .content ul li {
    padding-left: 28px;
    position: relative;
    margin-top: 10px;
  }
  
  
  .about-sec .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #3498db;
    line-height: 1;
  }
  
  
  .para h4{
    font-family: "Poppins", sans-serif;
      font-size: 20px;
      color: #ed502e;
      font-weight: 600;
  }
  .para p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
  }

  /* past event festival start */

  .past-event-box{
    padding: 40px 30px;
      box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
      transition: all ease-in-out 0.3s;
      background: #fff;
  }
  .past-event-box h4{
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 900;
    margin-bottom: 0px;
  }
  .content-button {
    background-color: #0e1b4d;
    padding: 7px 25px;
    letter-spacing: 1px;
    border-radius: 25px;
    border: none;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
  }

  /* group page start */

  .group-box{
    padding: 50px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    background: #fff;
    margin-bottom: 25px;
  }
  .group-box h4{
    font-size: 20px;
    color: #ed502e;
    font-weight: 600;
  }
  .group-box h5{
    font-size: 19px;
    color: #1977cc;
    font-weight: 500;
  }
  .group-box .table td{
    padding: 8px;
    text-align: left;
    border: 1px solid #000;
  }

  .img-outer {
    background:#fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-bottom:15px;
  }
  .imgbox-image {
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
    object-fit: cover;
  }
  .imgbox-image img {
   transition: all 0.2s ease-in-out;
   object-fit: cover;
   width: 100%;
  }
  .imgbox-image:hover img {
   transform: scale(1.1);
   transition: all 0.2s ease-in-out;
  }

  /* Quick Glance page start */
  .orange{
    font-size: 24px;
    color: #ed502e;
    font-weight: 600;
  }
  .blue{
    font-size: 19px;
    color: #152b79 !important;
    font-weight: 600 !important;
  }
  .event-glance table{
    margin-bottom: 15px;
    margin-top: 10px;
    border: 1px solid #000;
  }
  .event-glance th, .event-glance td {
    padding: 8px;
    text-align: left;
    border: 1px solid #000;
  }

   /*Testimonial page start */

  .testimonial-inner {
    padding: 50px 30px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

   /*media page start */

  .media-inner {
    padding: 50px 30px;
    background: #d9e8fa;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}


/* condition page start */

.condition-page h4{
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  color: #ed502e;
  font-weight: 600;
  margin-bottom: 10px;
}
.condition-page h5{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #1881dd;
  font-weight: 600;
  margin-bottom: 10px;
}
.condition-page ul, ol{
  margin-bottom: 0px;
  padding-left: 15px;
}
.condition-page ul li, .condition-page ol li{
  font-size: 17px;
  margin-bottom: 12px;
  line-height: 30px;
  color: #444444;
}
.condition-page p{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
  color: #444444;
}
.condition-page .purple{
  font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #152b79;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 8px;
}
.condition-page h6{
  font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}
.pink{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #ed502e !important;
  font-weight: 600;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
}
.performance-card{
  background: #fff;
  box-shadow: 4px 4px 14px #0000004d;
  margin: 10px 0px;
  overflow: hidden;
}
.performance-card img{
height: 230px;
object-fit: cover;
overflow: hidden;
transition: all 0.3s ease-in-out;
}
.performance-card:hover img{
transform: scale(1.1);
transition: all 0.3s ease-in-out;
}
.performance-card .preformance-text{
  padding: 25px;
  min-height: 220px;
}
.performance-card .preformance-text h3{
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  color: #1977cc;
  font-weight: 500;
  text-align: center;
}

/* tour page start */

.tour-page h4{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #ed502e;
  font-weight: 600;
}
.tour-page h5{
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  color: #1977cc;
  font-weight: 500;
}
.tour-page .purple{
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  color: #0e1b4d;
  font-weight: 600;
}
.tour-page p{
  font-size: 16px;
  margin-bottom: 12px;
}
.tour-page ul, ol {
  font-size: 16px;
}
.tour-page table{
  margin-bottom: 15px;
  margin-top: 10px;
  border: 1px solid #000;
}
.tour-page th, .tour-page td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #000;
}
.tour-page .itinerary-table{
  margin-bottom: 15px;
  margin-top: 10px;
}
.tour-page .itinerary-table th, .tour-page .itinerary-table td {
  padding: 8px;
  text-align: left;
  border: 1px solid #000;
  margin-bottom: 8px;
  vertical-align: top;
}


/* Weather & Time */

.delhi-info .info-box{
  position: relative;
  padding-top: 15px;
  border-radius: 20px;
  border: 6px solid #18a3eb;
  height: 255px;
  margin-bottom: 25px;
  width: 350px;
}
.delhi-info .info-box img{
 transition: all 0.3s ease-in-out;
}
.delhi-info .info-box:hover img{
 transform: scale(1.1);
 transition: all 0.3s ease-in-out;
}
.delhi-info .info-box h7{
  position: absolute;
  background-color: #fff;
  top: -12px;
  left: -6px;
  font-size: 22px;
    font-weight: 600;
    color: #404040;
    padding-right: 10px;
}






/* contact page start */

.contact-page{
  background-image: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)), url(../images/contact-bg.png);
  background-position: center center;
    background-repeat: no-repeat;
    background-color: #fefefe;
}
.contact-page .icon-box{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 15px 25px;
    min-height: 190px;
    text-align: center;
    margin-bottom: 15px;
}
.contact-page .icon-box i{
  color: #ed502e;
    width: 56px;
    height: 56px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    border: 2px dotted 
color-mix(in srgb, #ed502e, transparent 40%);
  margin: 0px auto;
}

.contact-page .icon-box h3{
  color: color-mix(in srgb, #444, transparent 20%);
  font-size: 19px;
  font-weight: 600;
  margin: 15px 0 10px;
}
.contact-page .icon-box p, .contact-page .icon-box a{
  font-size: 16px;
  color: #444 !important;
  margin-bottom: 0px;
}

.contact-page .contact-form{
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
}

.contact-page form input[type=text], .contact-page form input[type=email], .contact-page form textarea, .contact-page form select{
  font-size: 15px;
  padding: 9px 15px;
  box-shadow: none;
  border-radius: 0;
  color: #444;
  background-color: 
color-mix(in srgb, #fff, transparent 50%);
  border-color: 
color-mix(in srgb, #444, transparent 80%);
height: auto;
margin-bottom: 15px;
width: 100%;
}
.contact-page form .main-btn-blue{
  padding: 8px 70px;
  margin-top: 10px;
  font-size: 14px;
}

.gallery-page .mySwiper-gallery .swiper-wrapper{
  padding-bottom: 65px;
}

.gallery-page .mySwiper-gallery .swiper-slide{
  object-fit: cover;
  height: 300px;
}
.gallery-page .mySwiper-gallery .swiper-slide img{
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.gallery-page .mySwiper-gallery .swiper-button-next, .gallery-page .mySwiper-gallery .swiper-button-prev{
  background-color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40%;
}
.gallery-page .mySwiper-gallery .swiper-button-next:after, .gallery-page .mySwiper-gallery .swiper-button-prev:after{
  color: #ed502e;
  font-size: 25px;
}
.gallery-page .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ed502e;
}

.gallery-page .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ed502e;
}
.gallery-page .mySwiper-gallery .swiper-slide-active {
  border: 8px double #ed502e;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}


.video-page .gallery-box{
  padding: 40px;
  margin-bottom: 25px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #fadad9;
}
.video-page .gallery-box:hover{
  background-color: #d9fae4;
  padding: 50px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.video-page .gallery-box h3{
  margin-bottom: 20px;
  font-size: 24px;
}
.video-page .gallery-box .video-box{
  overflow: hidden;
  border: 5px solid #ffb03b;
  position: relative;
  height: 300px;
  transition: all ease-in-out 0.4s;
}
.video-page .gallery-box .video-box:hover{
transform: scale(1.1);
}

.video-box img{
  width: 100%;
  height: 100%;
}

.video-box .play-button {
  width: 84px;
  height: 84px;
  background: radial-gradient(#ed502e 50%, #9b321aa9 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.video-box .play-button::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);
}

.video-box .play-button::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -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 #ed512ed0;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.video-box .play-button:hover::after {
  border-left: 15px solid #ed502e;
  transform: scale(20);
}

.video-box .play-button:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.img-h-180{
  height: 180px;
}

.video-popup img{
  height: 100%;
  width: 100%;
}
.video-popup img:hover{
  transform: scale(1);
}
.vidimg.play-btn {
  width: 50px;
  height: 50px;
  background: radial-gradient(#ed502e 50%, #9b321aa9 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 10;
}

.vidimg.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;
}

.vidimg.play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -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 #ed512ed0;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.vidimg.play-btn:hover::after {
  border-left: 15px solid #ed502e;
}

.vidimg.play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.getAcall {
  margin: 0 auto;
  right: 15px;
  bottom: 60px;
  position: fixed;
  display: block;
  color: #fff !important;
  padding: 5px;
  font-size: 16px;
  text-align: center;
  z-index: 9999999;
  border-radius: 100px;
  border: 2px solid #ed502e;
}

.getAcall i {
  width: 35px;
  height: 35px;
  background: #ed502e;
  border-radius: 50px;
  line-height: 35px;
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
      transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
      transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
      transform: rotate(0) scale(1) skew(1deg)
  }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
      transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
      transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
      transform: rotate(0) scale(1) skew(1deg)
  }
}

@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
      transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
      transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
      transform: rotate(0) scale(1) skew(1deg)
  }
}

@keyframes coccoc-alo-circle-img-anim {
  0% {
      transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
      transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
      transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
      transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
      transform: rotate(0) scale(1) skew(1deg)
  }
}