@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    overflow-x: hidden;
    /* width:100%;
    height:100%;
    background: url(images/texture.jpg) no-repeat center center scroll;
    background-size: cover; */
   
}
html{
  scroll-behavior: smooth;
  scroll-padding-top:125px;
}
*{
    font-family: 'Poppins', sans-serif !important;
}

.enquery_contact label{
    color:grey;
}
.enquery_contact span{
    color:red;
}
.bg-image{
  background: url("https://animationarena.in/wp-content/uploads/2024/10/bg.png") no-repeat center center !important;
    background-size: auto;
  width: 100% !important;
  height: 100% !important;
  background-attachment: fixed;
  background-size: cover !important;
}
.topbar{
  width:100%;
  background-color: orange;
  height:80px;
  position: fixed;
  z-index: 5000;
}
/* .fixed-top{
  top:80px;
  position: fixed;
} */
.tab-content h2{
  background: orange;
  padding: 10px 18px;
  display: inline-block;
  border-radius: 30px;
  color:black;
  margin:15px 0;
  /* text-shadow:1px 1px 1px #000000; */
  
}
.tab-content h3{
  background: black;
  padding: 10px 18px;
  display: inline-block;
  border-radius: 30px;
  color:white;
  margin:15px 0;
  clear: both;
  /* text-shadow:1px 1px 1px #000000; */
  
}
.tab-content ul{
  list-style: none;
}
.tab-content ul li{
  margin:12px 0;
  padding-left: 33px;
  background-image: url("https://animationarena.in/wp-content/uploads/2024/10/icon.png");
  background-repeat: no-repeat;
}
.mt-130{
   margin-top:130px; 
}
.mt-50{
  margin-top:50px; 
}
.mt-20{
  margin-top:20px; 
}
/* social icon */
.sticky-icon {
  z-index: 3500;
  position: fixed;
  top: 25%;
  left: 0%;
  width: 220px;
  display: flex;
  flex-direction: column;
}

  .sticky-icon a {
      transform: translate(-175px,0px);
      border-radius: 0px 50px 50px 0px;
      text-align: right;
      margin: 2px;
      text-decoration: none;
      text-transform: uppercase;
      padding: 5px;
      font-size: 20px;
      font-family: 'Oswald', sans-serif;
      transition: all 0.8s;
  }

      .sticky-icon a:hover {
          color: #FFF;
          transform: translate(0px,0px);
      }

          .sticky-icon a:hover i {
              transform: rotate(360deg);
          }
/*.search_icon a:hover i  {
  transform:rotate(360deg);}*/
.Facebook {
  background-color: #2C80D3;
  color: #FFF;
}

.Youtube {
  background-color: #fa0910;
  color: #FFF;
}

.Twitter {
  background-color: #53c5ff;
  color: #FFF;
}

.Instagram {
  background-color: #DA4187;
  color: #FFF;
}

/* .Google  {
  background-color:#d34836;
  color:#FFF;}						 */
.sticky-icon a i {
  background-color: #FFF;
  height: 35px;
  width: 35px;
  color: #000;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-left: 20px;
  transition: all 0.5s;
}

  .sticky-icon a i.fa-facebook-f {
      background-color: #FFF;
      color: #2C80D3;
  }

  /* .sticky-icon a i.fa-google-plus-g  {
  background-color:#FFF;
  color:#d34836;} */

  .sticky-icon a i.fa-instagram {
      background-color: #FFF;
      color: #DA4187;
  }

  /* .sticky-icon a i.fa-youtube  {
  background-color:#FFF;
  color:#fa0910;} */

  .sticky-icon a i.fa-twitter {
      background-color: #FFF;
      color: #53c5ff;
  }
/* social icon */
.text-grey{
  color:#ababab;
}
.bx-home{
  color:orange;
  font-size: 26px;
}
.bxl-facebook-circle{
  color:skyblue;
  font-size: 35px;
}
.bxl-twitter{
  color:pink;
  font-size: 35px;
}
.bxl-instagram{
  color:orange;
  font-size: 35px;
}
.bx-left-arrow-alt,.bx-right-arrow-alt{
  font-size: 35px !important;
}
.left{
  padding: 150px;
}
.left h2{
  font-size: 28px;
}
::selection {
    background: #f5a425;
    color: #fff;
  }
  .banner-container {
    position: relative;
    width: 100%;
   height:100vh;
    overflow: hidden;
}
  .wave {
    position: absolute;
   
    left: 0;
    width: 100%;
    height: 200px; /* Adjust the height of the wave as needed */
    background-image: url('https://animationarena.in/wp-content/uploads/2024/10/wave.png'); /* Replace 'wave.svg' with your wave background image */
    background-size: 1000px 100px;
    background-repeat: repeat-x;
    /*animation: wave 10s linear infinite;*/ /* Adjust animation duration as needed */
}

.wave1 {
   animation:animate 30s linear infinite;
   z-index: 1000;
   opacity:1;
   animation-delay:0s;
   bottom:-130px;
}

.wave2 {
    animation:animate 15s linear infinite;
   z-index: 999;
   opacity:0.5;
   animation-delay:-5s;
   bottom:-110px;

}
.wave3 {
    animation:animate 30s linear infinite;
   z-index: 998;
   opacity:0.2;
   animation-delay:-2s;
   bottom:-100px;

}
.wave4 {
    animation:animate 5s linear infinite;
   z-index: 997;
   opacity:0.7;
   animation-delay:-5s;
   bottom:-110px;

}

/* Create the wave animation keyframes for each wave */
@keyframes animate {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1000px;
    }
}

@keyframes animate2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1000px);
    }
}

video{
    /* position: absolute;
    top:50%;
    left:50%;
    min-width:100%;
    min-height: 100%;
    width:auto;
    height: auto;
    z-index: 0;
    transform:translate(-50%,-50%); */
    min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index:-1;
}
.video-overlay{
    position: absolute;
    background-color: rgba(31,39,43,0.75);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
.caption {
    position: absolute;
    top: 50%;
    left:10%;
    transform: translate(-10%,-50%);
  }
  .caption em{
    color:orange;
  }
  .caption h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    width: 370px;
  }
.caption p{
        color: #fff;
        font-size: 17px;
        max-width: 570px;
        line-height: 30px;
}
.caption p a{
    color:orange;
}
.scroll-to-section a{
    text-decoration: none;
}
.scroll-to-section span{
    background: orange;
    color:black;
    padding: 12px 15px;
    border-radius: 30px;
}
nav{
    background-color: rgba(0,0,0,1);
}
.navbar-nav a{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins', sans-serif !important;
    color:white;
}
.navbar-nav a:hover{
    color:orange;
}
.w-100{
    height:100vh;
}
.navbar-toggler{
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
    background: #fff;
}
.navbar .appbtn{
    background:transparent;
    margin-left: 30px;
    border-radius: 4px;
    font-weight: 400;
    color:#fff;
    text-decoration: none;
    padding: 12px 15px;
    line-height: 2.3;
    border:2px solid orange;
    border-radius: 30px;
}

.why-choose-us{
   background:rgba(242, 10, 60,1);
   margin-top: 34px;
   padding: 26px 20px 80px 20px;
   border-radius: 25px;
   color:white;
}
.why-choose-us h2,.client-area h2{
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 800;
    /* color: #fff; */
    letter-spacing: 1px;
    text-align: center;
 }
 .client-area h2{
  color:rgba(242, 10, 60,1);
 }
 .why-choose-us span{
  -webkit-text-stroke: 2px white;
  -webkit-text-fill-color: transparent;
 }
 .popular-courses span,.placement span,.client-area span{
  -webkit-text-stroke: 2px rgba(242, 10, 60,1);
  -webkit-text-fill-color: transparent;
 }
 .mt-105{
  margin-top:105px;
 }
 .text-primary{
  color:white !important;
 }
 .multimedia button{
    background: transparent;
    border:1px solid rgba(242, 10, 60,1);
    color:black;
    border-radius: 30px; 
    padding: 15px 20px;
    transition:all 0.5s;
 }
 .multimedia button:hover{
  background: rgba(242, 10, 60,1);
  color:white;
  border-radius: 30px; 
  padding: 15px 20px;
  transition:all 0.5s;
}
 .box{
    background: white;
    border-radius: 15px;
    box-shadow: 1px 1px 8px #000000;
    /*padding: 10px 0;*/
    padding:20px;
    text-align: center;
    text-transform: uppercase;
   /* margin:0 15px;*/
 }
 .box h3{
    font-size: 20px;
    margin-top:12px;
 }
.lower-boxes{
    position: relative;
    margin-top:-50px;
}
.img-box{
    width:100%;
    height: 100%;
    overflow: hidden;
}
.img-box img{
    width:100%;
   height:auto;
}

.popular-courses h2,.placement h2{
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 800;
    color: red;
    letter-spacing: 1px;
    text-align: center;
 }
 .multimedia{
    padding: 0 50px;
 }
.multimedia h2{
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: red;
    letter-spacing: 1px;
    text-align: left;
}

/* placement slider */

.wrapper {
    /* max-width: 1100px; */
    width: 100%;
    position: relative;
  }
  .wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper i:active{
    transform: translateY(-50%) scale(0.85);
  }
  .wrapper i:first-child{
    left: -22px;
    z-index: 5;
  }
  .wrapper i:last-child{
    right: -22px;
  }
  .wrapper .carousel{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .carousel::-webkit-scrollbar {
    display: none;
  }
  .carousel.no-transition {
    scroll-behavior: auto;
  }
  .carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carousel.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .carousel :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carousel .card {
    scroll-snap-align: start;
    height: 342px;
    list-style: none;
    /* background: #fff; */
    background: rgba(242, 10, 60,1);
    cursor: pointer;
    padding-bottom: 15px;
    flex-direction: column;
    border-radius: 8px;
  }
  .carousel .card .img {
    background: #8B53FF;
    height: 148px;
    width: 148px;
    border-radius: 50%;
  }
  .card .img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
  }
  .carousel .card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
    color:yellow;
  }
  .carousel .card span {
    color: white;
    font-size: 1.31rem;
  }
  
  /* brand slider */
  .client-area{
    padding: 50px 0 0;
  }
  .slick-slide{
    margin:0 20px;
  }
  .slick-slide img{
    width:100%;
  }
  .slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin:0;
    padding: 0;
  }
  .slick-list:focus{
    outline:none;
  }
  .slick-slide{
    display:none;
    float: left;
    height:100%;
    min-height: 1px;
  }
  .slick-slide img{
    display: block;
  }
  .slick-initialized .slick-slide{
   display: block;
  }
  .slick-loading .slick-slide{
   visibility: hidden;
   }


   /* testimonial slider */


   /*testimonial slider*/

   /* footer */

   ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #ababab;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #ababab;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #ababab;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
   /* footer */

/* sidebar form */
.sidebar-form
{
	position: fixed;
	top: 50%;
	right: -350px;
	width: 350px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	border-radius: 8px 0 0 8px;
	background-color: #fff;
	padding: 20px;
	transform: translateY(-50%);
	transition: right .4s linear;
	border:2px solid yellow;
  z-index: 2000;
}

.sidebar-form.show
{
	right: 0;
}

.sidebar-form .call-action
{
	position: absolute;
	background-color: red;
	font-family: 'roboto';
	font-weight: 400;
	letter-spacing: 1px;
	color: white;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	left: -95px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
}

.sidebar-form h3
{
	font-family: 'montserrat';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
	color: var(--red);
}

.sidebar-form  .form-group
{
	margin-bottom: 10px;
}

.sidebar-form  .form-group label
{
	font-family: 'roboto';
	font-weight: 500;
	font-size:15px;
	margin-bottom: 2px;
	color: #333;

}

.sidebar-form  #submit-btn
{
	width: 100%;
	border:none;
	margin-top: 8px;
	background-color: var(--purple);
	color: var(--white);
	padding: 7px;
	font-family: 'roboto';
	font-weight: 400;
	cursor: pointer;
}
/* sidebar form */

/* whatsapp icon */
   .whatsapp{
     width:61px;
     height:61px;
     background: url("https://animationarena.in/wp-content/uploads/2024/10/whatsapp.png");
     right:30px;
     bottom:30px;
     position: fixed;
     z-index: 2500;
     cursor: pointer;
   }
/* whatsapp icon */
#submit-btn{
  color:white !important;
  background: red !important;
  border-radius: 30px !important;
  padding: 15px 20px !important;

}
  
/* common */
.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://animationarena.in/wp-content/uploads/2024/10/students-work-bg.jpg"), no-repeat center center;
  background-size: cover;
}
.page-header-events {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://animationarena.in/wp-content/uploads/2024/10/events-bg.jpg"), no-repeat center center;
  background-size: cover;
}
.page-header-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("https://animationarena.in/wp-content/uploads/2024/10/contact-bg.jpg"), no-repeat center center;
  background-size: cover;
}
.page-header-degree {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("https://animationarena.in/wp-content/uploads/2024/10/degree.jpg"), no-repeat center center;
  background-size: cover;
}
.page-header-avg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("https://animationarena.in/wp-content/uploads/2024/10/avg-bg.jpg"), no-repeat center center;
  background-size: cover;
}
.page-header-animation {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("https://animationarena.in/wp-content/uploads/2024/10/animation-bg.jpg"), no-repeat center center;
  background-size: cover;
}
.page-header-gaming {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("https://animationarena.in/wp-content/uploads/2024/10/gaming-bg.jpg"), no-repeat center center;
  background-size: cover;
}
.page-header-web {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("https://animationarena.in/wp-content/uploads/2024/10/web-bg.jpg"), no-repeat center center;
  background-size: cover;
}
.page-header-ui{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("https://animationarena.in/wp-content/uploads/2024/10/ui-bg.jpg"), no-repeat center center;
  background-size: cover;
}
.page-header-broadcast{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("https://animationarena.in/wp-content/uploads/2024/10/broadcast-bg.jpg"), no-repeat center center;
  background-size: cover;
}
.page-header-multimedia{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("https://animationarena.in/wp-content/uploads/2024/10/multimedia-bg.jpg"), no-repeat center center;
  background-size: cover;
}
.page-header-short{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("https://animationarena.in/wp-content/uploads/2024/10/shortterm-bg.jpg"), no-repeat center center;
  background-size: cover;
}
.page-header-fast{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("https://animationarena.in/wp-content/uploads/2024/10/fasttrack-bg.jpg"), no-repeat center center;
  background-size: cover;
}
.page-header-vfx{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("https://animationarena.in/wp-content/uploads/2024/10/vfx-bg.jpg"), no-repeat center center;
  background-size: cover;
}
.page-header-registration{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("https://animationarena.in/wp-content/uploads/2024/10/registration-bg.jpg"), no-repeat center center;
  background-size: cover;
}
.page-header-contact{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("https://animationarena.in/wp-content/uploads/2024/10/contact-header.jpg"), no-repeat center center;
  background-size: cover;
}
/* common */

.navbar-toggler-icon{
 
}
  @media screen and (max-width: 900px) {
    .wrapper .carousel {
      grid-auto-columns: calc((100% / 2) - 9px);
    }
  }
  
  @media screen and (max-width: 600px) {
    .wrapper .carousel {
      grid-auto-columns: 100%;
    }
  }
@media(max-width:767px){
    .navbar-nav .nav-item:last-child{
      margin: 25px auto;
    }
    .navbar .appbtn{
        /*margin-left: 0px;*/
    }
}

/* filter gallary */
.gallery {
  padding: 20px;
}

.gallery ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.gallery ul li {
  list-style: none;
  font-size: 20px;
  font-family: "Roboto", serif;
  background-color: rgb(215, 215, 215);
  margin: 5px;
  padding: 8px 20px;
  cursor: pointer;
  letter-spacing: 1px;
  transition: 0.4s linear;
}

.gallery ul li:hover {
  background-color: #FBBB09;
}

.gallery ul li.active {
  background-color: rgb(0, 81, 255);
  color: white;
}

.items-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.items {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 5px;
}

.items img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* filter gallary */
@media(max-width:991px){
  .navbar-nav a{
    text-align: center;
  }
}

/* --events-- */
   
/****************/
.main-container{
  width: 70%;
  margin: 0 auto;
  padding: 40px 0;
}
.main-container > h2{
  text-align: center;
  padding: 10px 0;
  font-size: 32px;
}
.main-container > p{
  font-weight: 300;
  padding: 10px 0;
  opacity: 0.7;
  text-align: center;
}
.category-head{
  margin: 30px 0;
}
.category-head ul{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.category-title{
  flex: 0 0 calc(16.6667% - 10px);
  display: flex;
  justify-content:center;
  background: #000;
  padding: 12px;
  color: #ffe300;
  font-weight: 400;
  margin: 5px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.category-title:hover{
  opacity: 0.7;
}
.category-title li{
  padding: 0 10px;
}
.category-title span{
  color: #222;
}

/** single post **/
.posts-main-container{
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px; */
  /* display: flex; */
}
.posts-main-container > div{
  box-shadow: 0px 8px 22px -12px rgba(0, 0, 0, 0.64);
}
.post-img{
  position: relative;
  
}
.post-img img{
  width:100%;
  height:auto;
}
.category-name{
  position: absolute;
  top: 20px;
  left: 20px;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  padding: 4px 10px;
  border-radius: 2px;
}
.business .category-name{
  background: #00a7ea;
}
.culture .category-name{
  background: #f03250;
}
.politics .category-name{
  background: #f0544f;
}
.finance .category-name{
  background: #2c2a4a;
}
.sports .category-name{
  background: #a1e44d;
}


.post-content{
  padding: 25px;
}
.post-content-top{
  background: #80ced7;
  color: #fff;
  opacity: 0.8;
  padding: 5px 0 5px 15px;
  display:none;
}
.post-content-top span{
  padding-right: 20px;
}
.post-content-top .fa-comment, .post-content-top .fa-calendar{
  padding-right: 5px;
}
.post-content h2{
  font-size: 22px;
  padding: 12px 0;
  font-weight: 400;
}
.post-content p{
  opacity: 0.7;
  font-size: 15px;
  line-height: 1.8;
}
.read-btn{
  border: none;
  padding: 8px 15px;
  display: block;
  margin: 5px auto;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #292929;
  background: transparent;
  margin-bottom: 40px;
}

.read-btn:hover{
  background: #f6f6f6;
}



/***************/
@media(max-width: 1170px){
  .posts-main-container{
      /* grid-template-columns: repeat(2, 1fr); */
  }
}
@media(max-width: 768px){
  .posts-main-container{
      /* grid-template-columns: 1fr; */
  }
}


/***********/

.active{
  /* background: #f0544f; */
}
/* --events-- */


/* ------contact----- */
.contact .row{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
 
}
.contact .col-md-7{
  padding: 20px;
}
.contact .col-md-5{
  background: #073f77;
  padding: 20px;
  color: white;

}
.contact .form-control {
  height: 52px;
  background: #fff;
  color: #000;
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact .bi{
  font-size: 20px;
}
.contact .d-flex p{
  font-size: 18px;
  padding-left: 10px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* ------contact----- */

/* ---events--- */
/* .events h3 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 800;
  color: red;
  letter-spacing: 1px;
  text-align: center;
}
.events span {
  -webkit-text-stroke: 2px rgba(242, 10, 60,1);
  -webkit-text-fill-color: transparent;
} */

/* ------dropdown menu------- */
  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
      margin-top: 0px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: orange !important;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
  }
  .dropdown-menu a{
   color:black !important;
  }

/* ------dropdown menu------- */
.caption2 {
  width:30%;
  position: absolute;
  top: 50%;
  right: 10%;
  color:white;
  transform: translate(-10%,-50%); 
}
.caption2 input{
  padding: 8px 12px !important;
  border-radius:12px !important;
  width:100%;
}

/* -----------banner responsive ------------- */
@media(max-width:767px){
    .video-overlay .caption{
       padding: 100px 35px 100px 65px !important;
    }
    .lower-boxes .col-md-3{
      margin-bottom:25px;
    }
    .footer-content{
      padding:0 0 0 20px;
    }
    .column-reverse-mob{
      flex-direction: column-reverse;
    }
    .caption{
      display: none;
    }
    .caption2 {
      width:70%;
      position: absolute;
      top: 50%;
      right: 10%;
      color:white;
      transform: translate(-10%,-50%); 
    }

  
  }
/* -----------banner responsive ------------- */

@media(min-width:993px){
  .dropdown .dropdown-menu.show{
    display: none !important;
  }
  .dropdown:hover .dropdown-menu{
    display: block !important;
  }
  .dropdown:focus .dropdown-menu{
    display: block !important;
  }
}
.items-container .items video{
  width:300px !important;
  height:350px !important;
}
@media(max-width:991px){
  .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 180, 5, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
  }
  .navbar button{
    background-color: black !important;
    border:1px solid orange !important;
    border-radius: 8px !important;
  }
}
@media(max-width:991px){
  .sticky-icon {
    /* z-index: 3500;
    position: fixed;
    top: 25%;
    left: 0%;
    width: 60px;
    display: flex;
    flex-direction: column; */
    display: none;
  }
  .sticky-icon *{
    display: none;
  }
}
/*-----blog----*/
.blog-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.blog-card:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.blog-card img {
    height: 200px;
    object-fit: cover;
}

.blog-card .badge {
    font-size: 0.9rem;
    padding: 0.4em 0.6em;
}

.blog-card .card-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.blog-card .text-muted {
    font-size: 0.85rem;
    margin-top: 4px;
    margin-bottom: 8px;
}
.blog_area span{
-webkit-text-stroke: 0px rgba(255, 0, 0, 1);
    -webkit-text-fill-color:  rgba(255, 0, 0, 1);
    letter-spacing:1px;
    font-weight:bold;
}
@media(min-width: 768px) and (max-width: 1222px) {
  
  /* Centering .caption */
  .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* Centering .caption2 */
  .caption2 {
   /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    color: white;
    */
    display:none;
  }
  .multimedia{
    padding: 50px 0;
 }
.multimedia h2{
    text-align:left !important;
 }
}
@media screen and (max-width: 991px) {
 .navbar-nav .nav-item:last-child {
    margin:25px auto;
  }
  .navbar-toggler{
  margin-right:20px !important;
  }
}
