
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200&family=Lato:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200&display=swap");
:root {
  --yellow: #ffdc09;
}

* {
  padding: 0;
  margin: 0;
}
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

h1,
h2,
h3,
h4 {
  font-family: "Lato", sans-serif;
}
a{
  cursor: pointer !important;
  text-decoration: none;
}

/*.hero_banner h1, */

/*LandingPage*/
/************/

/*****************/
/*****************/

/*****Landing page 2****/
/**********************/

/********************/
/********************/

.sec_title {
  font-size: 50px;
}

.sec_title span {
  color: var(--yellow);
  /* background-image: url(../images/bt-cta-bg.jpg);
    background-size: contain;
    background-position: center center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.sec_padding {
  padding: 80px 0;
}

/* .home-page-video{
    position: absolute;
    z-index: 1;
    bottom: 0%;
    left: 0%;
    overflow: hidden;
    height: 400px;
    width: 400px;
    background-color: #999;
    border-radius: 100%;
} */
/* .home-page-video {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0%;
    overflow: hidden;
    width: 40vw;
    height: 40vh;
    border-radius: 50%;
} */

/* .home-page-video {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
} */

.bg-dark {
  background-color: #000 !important;
}

/* 

.gallery .gallery-item{
	width:100%;
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom:25px;
}
.gallery .s-height{
	height:300px;
}
.gallery .m-height{
	height:350px;
}
.gallery .l-height{
	height: 477px;
}
.gallery img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;
}
.gallery .gallery-item::after{
	content:'View';
	position: absolute;
	width:100%;
	height:0%;
	background:#e63e3888;
	left:50%;
	top:50%;
	align-items: center;
	justify-content: center;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	transition:all 0.3s ease-in-out;
	overflow: hidden;
	color:white;
}
.gallery .gallery-item:hover::after{
	height:100%;
} */

.btn-theme {
  border: 1px solid #000;
  border-radius: 60px;
  padding: 15px 30px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.4s linear;
}
.btn-theme:hover {
  background: var(--yellow);
  color: #000;
  box-shadow: 0 13px 0 -5px #000;
}
.btn-theme.light {
  background: #fff;
  color: #000;
}
.btn-theme.light:hover {
  background: var(--yellow);
  color: #000;
  box-shadow: 0 13px 0 -5px #fff;
}

/* .client-item{
    border: 1px solid #edebeb;
    padding: 5px 25px;
    transition: .4s all;
    margin: 8px;
    border-radius: 5px;
}
.client-item img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    filter: grayscale(0);
    transition: .4s all;

}
.client-item:hover img{ 
    filter: grayscale(1);
    transform: scale(1.05);
} */

.bottom_cta {
  margin-top: 0;
  padding-top: 0;
}
.bottom_cta .sec_title {
  font-size: 45px;
}
.bt-cta {
  background-image: url(../images/corporate/bt-cta-bg.jpg);
  /*    height: 80vh;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px;
  margin-top: 0;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.bt-cta:before {
  content: "";
  background: linear-gradient(90deg, #000, #fff0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

/*======L's code=======*/
/*====================*/
.v-circle {
  width: var(--circle);
  height: var(--circle);
  border-radius: 50%;
  overflow: hidden;
  background: var(--yellow);
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}
.v-circle {
  /*    left: 2em;*/
  z-index: 2;
}
/*

.approach_steps .col-md-3:hover h3 {
    color: var(--yellow);
}*/

.why_list {
  margin-top: 80px;
  position: relative;
}
.why_list .nos {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 9999rem;
  width: 80px;
  transition: all 0.3s linear;
  height: 80px;
}
.why_list .col-12:hover .nos {
  border: 1px solid var(--yellow);
}
.why_list .col-12 {
  padding-left: 150px;
  border-bottom: 1px solid #ffffff4d;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.why_list .col-12:last-child {
  border-bottom: 0px solid #ffffff4d;
}
.why_list .col-12 img {
  width: 260px;
  height: 340px;
  object-fit: cover;
  position: absolute;
  top: -40px;
  right: 50px;
  transform: rotate(15deg);
  border-radius: 5px;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.why_list .col-12:hover img {
  opacity: 1;
  visibility: visible;
}
.why_list h3 {
  font-size: 46px;
}
.why_list p {
  width: 80%;
  margin-top: 20px;
}

/*inauguration page*/
.breadcrumb {
  background-color: #000;
  background-image: var(--bg-img);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px;
  overflow: hidden;
  height: 550px !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 0px;
  padding-top: 11%;
}

.breadcrumb .overlay {
  background: linear-gradient(to bottom, #000000de, #0000)
  /*    backdrop-filter: blur(2px);*/
  /*    opacity: 0.5;*/
}
.breadcrumb::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 400px;
  width: 400px;
  background-color: var(--yellow);
  border-radius: 9999rem;
  content: "";
  z-index: 1;
  transform: translate(-50%, 25%);
}

.breadcrumb::after {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 400px;
  width: 400px;
  background-color: var(--yellow);
  border-radius: 9999rem;
  content: "";
  transform: translate(65%, 25%);
}

.accordion {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-item {
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
  box-shadow: 0 5px 15px -5px #dedede;
  border-radius: 8px;
  overflow: hidden;
}
.accordion-button {
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 600;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fffbe0;
}

/*Device Responsive*/
@media screen and (max-width: 1199px) {

  .sec_title {
    font-size: 50px;
  }

  .bt-cta {
    padding: 80px;
  }
  .bottom_cta .sec_title {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {

  .sec_title {
    font-size: 40px;
  }
  .sec_title br {
    display: none;
  }

  .bt-cta {
    padding: 60px;
  }

  .sec_padding {
    padding: 50px 0;
  }

  .why_list p {
    width: 100%;
  }

  .why_list h3 {
    font-size: 27px;
  }

  .why_list .col-12 {
    padding-left: 124px;
  }
  .why_list h3 br {
    display: none;
  }
  .why_list .col-12 img {
    width: 198px;
    height: 300px;
    top: -15px;
    right: 15px;
    transform: rotate(0deg);
    opacity: 1;
    visibility: visible;
  }
  .why_list .col-12:last-child {
    padding-bottom: 0;
  }

  .breadcrumb::before {
    transform: translate(-65%, 45%);
  }
  .breadcrumb::after {
    transform: translate(75%, 45%);
  }

  .breadcrumb {
    height: 100% !important;
    padding: 50px 15px;
    margin-top: 22%;
  }
  .breadcrumb .overlay {
    background: linear-gradient(to bottom, #0000009e, #0000009c);
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: 30%
  }

  .sec_title {
    font-size: 26px;
  }

  .bt-cta {
    padding: 40px;
    background-position: 80% 100%;
  }
  .bottom_cta .sec_title {
    font-size: 6vw;
    margin-bottom: 20px;
  }
  .btn-theme {
    padding: 13px 30px;
    font-size: 15px;
  }
  .why_list h3 {
    font-size: 23px;
  }

  .breadcrumb::before,
  .breadcrumb::after {
    display: none;
  }

  .why_list .col-12 {
    padding-left: 10px;
  }
  .why_list .col-12 img {
    position: static;
    width: 100%;
  }
  .why_list .nos {
    position: absolute;
    top: -8px;
    left: 90%;
    border: 1px solid hsl(0deg 0% 100% / 96%);
    width: 40px;
    height: 40px;
  }
  .bottom_cta {
    padding: 40px 15px;
    text-align: center;
  }
  .px-5 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .accordion-button {
    font-size: 16px;
    line-height: 1.3;
  }
}

/* .brand-items {
  overflow: hidden;
  position: relative;
} */

@media only screen and (min-width: 1199px) and (max-width: 1280px) {
  .sec_title {
    font-size: 45px;
  }
  .why_list h3 {
    font-size: 35px;
  }
  .bottom_cta .sec_title {
    font-size: 35px;
  }
  .btn-theme{
    font-size: 15px;
  }
}

/* new  */


/* new  */






/* about css  */

.close_modal{
  position: absolute;
  top: -40px;
  right: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background-color: #fff;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}



@media (min-width: 1299px) and (max-width: 1440px) {
  .sec_title{
    font-size: 45px;
  }
}
/* gallery-section */
.gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 25px;
        }
        
        .gallery-item {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(255, 220, 9, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 250px;
            cursor: pointer;
        }
        
        .gallery-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 25px rgba(255, 220, 9, 0.3);
        }
        
        .gallery-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .gallery-item:hover .gallery-img {
            transform: scale(1.05);
        }
        
        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 20px;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }
        
        .gallery-title {
            color: #FFDC09;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 8px;
        }
        
        .gallery-category {
            color: #fff;
            font-size: 0.9rem;
            font-weight: 500;
        }
        
        /* Slider Modal */
        .slider-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.95);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }
        
        .slider-container {
            position: relative;
            width: 90%;
            max-width: 1000px;
            height: 80vh;
        }
        
        .slider-image {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        
        .slider-close {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 2rem;
            color: #FFDC09;
            background: none;
            border: none;
            cursor: pointer;
            z-index: 1001;
        }
        
        .slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 2.5rem;
            color: #FFDC09;
            background: rgba(0, 0, 0, 0.5);
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: background 0.3s ease;
            z-index: 1001;
        }
        
        .slider-nav:hover {
            background: rgba(255, 220, 9, 0.2);
        }
        
        .slider-prev {
            left: 20px;
        }
        
        .slider-next {
            right: 20px;
        }
        
        .image-counter {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            color: #FFDC09;
            font-size: 1.2rem;
            background: rgba(0, 0, 0, 0.7);
            padding: 8px 16px;
            border-radius: 20px;
        }
        
        @media (max-width: 768px) {
            .gallery-grid {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            }
            
            .section-header h2 {
                font-size: 2rem;
            }
            
            .slider-nav {
                font-size: 2rem;
                width: 50px;
                height: 50px;
            }
        }
        
        @media (max-width: 576px) {
            .gallery-grid {
                grid-template-columns: 1fr;
            }
            
            .slider-container {
                width: 95%;
                height: 60vh;
            }
            
            .slider-nav {
                font-size: 1.5rem;
                width: 40px;
                height: 40px;
            }
        }


        /* clients-section */
        .clients-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 30px;
        margin-top: 50px;
      }
      .logo-box {
        position: relative;
        width: 100%;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
      }
      .logo-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
      }
      .logo-box img {
        max-height: 80%;
        max-width: 80%;
        object-fit: contain;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: all 0.8s ease-in-out, filter 0.5s ease;
        filter: grayscale(100%);
      }
      .logo-box img.active {
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 1;
        z-index: 2;
        filter: grayscale(0%);
      }
      .client-counter {
        text-align: center;
        margin-top: 40px;
        color: black;
        font-size: 1.2rem;
      }
      @media (max-width: 1024px) {
        .clients-grid {
          grid-template-columns: repeat(3, 1fr);
        }
      }
      @media (max-width: 768px) {
        .clients-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 20px;
        }
        .section-header h2 {
          font-size: 2rem;
        }
      }
      @media (max-width: 576px) {
        .clients-grid {
          grid-template-columns: 1fr;
        }
        .logo-box {
          height: 100px;
        }
      }


      /* testimonial-section */
.testimonial-slider {
  padding: 40px 0 80px;
  position: relative;
}

.swiper {
  width: 100%;
  padding: 30px 10px 70px;
}

.swiper-slide {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  padding: 40px;
  transition: all 0.5s ease;
  opacity: 0.5;
  transform: scale(0.8);
  height: auto;
  filter: blur(1px);
}

.testimonial-content {
  position: relative;
}

.quote-icon {
  position: absolute;
  top: -25px;
  left: -15px;
  font-size: 5rem;
  color: rgba(255, 220, 9, 0.1);
  z-index: 0;
}

.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.author-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  border: 4px solid #ffdc09;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}

.author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.author-details {
  flex: 1;
}

.author-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 5px;
}

.author-position {
  font-size: 1rem;
  color: #ffdc09;
  margin-bottom: 8px;
}

.rating {
  color: #ffdc09;
}

.swiper-pagination {
  bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ffdc09;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.5rem;
  font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #ffdc09;
  color: #fff;
  transform: scale(1.1);
}

/* Animations */

@media (max-width: 768px) {
  .swiper-slide {
    padding: 30px;
  }

  .section-header h2 {
    font-size: 2.2rem;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 576px) {
  .testimonial-author {
    flex-direction: column;
    text-align: center;
  }

  .author-image {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .testimonials-section {
    padding: 60px 20px;
  }
}


/* results-section */
 .result-card {
            background: #fff;
            border-radius: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            padding: 25px 20px;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
        .result-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0;
            background: linear-gradient(135deg, #FFDC09 0%, #F9D423 100%);
            transition: all 0.3s ease;
            z-index: 0;
            opacity: 0;
        }
        
        .result-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(255, 220, 9, 0.15);
        }
        
        .result-card:hover::before {
            height: 100%;
            opacity: 0.05;
        }
        
        .icon-wrapper {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: rgba(255, 220, 9, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            position: relative;
            transition: all 0.3s ease;
        }
        
        .result-card:hover .icon-wrapper {
            background: #FFDC09;
            transform: scale(1.05);
        }
        
        .icon-wrapper i {
            font-size: 1.6rem;
            color: #FFDC09;
            transition: all 0.3s ease;
        }
        
        .result-card:hover .icon-wrapper i {
            color: #fff;
        }
        
        .stat-number {
            font-size: 2rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 10px;
            position: relative;
            transition: all 0.3s ease;
            min-height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .result-card:hover .stat-number {
            color: #FFDC09;
        }
        
        .stat-desc {
            font-size: 0.95rem;
            color: #7f8c8d;
            line-height: 1.5;
            position: relative;
            transition: all 0.3s ease;
        }
        
        .result-card:hover .stat-desc {
            color: #2c3e50;
        }
        
        .plus-sign {
            font-size: 1.5rem;
            color: #FFDC09;
            font-weight: 600;
            margin-left: 2px;
        }
        
        .counter {
            display: inline-block;
        }



/* tags */
.tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tags li {
    display: flex;
    align-items: center;   /* ✅ Vertically center icon + text */
    padding: 15px 20px;
    margin-bottom: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.tags li:hover {
    background: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-left: 3px solid #FFDC09;
}

.tags .icon-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 220, 9, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;   /* ✅ closer to text */
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-right: 14px;
    margin-bottom: 0px;
}

.tags li:hover .icon-wrapper {
    background: #FFDC09;
    transform: scale(1.1);
}

.tags .icon-wrapper i {
    color: #FFDC09;
    font-size: 16px;
    transition: all 0.3s ease;
}

.tags li:hover .icon-wrapper i {
    color: #fff;
}

.tags .list-text {
    flex: 1;              /* ✅ text takes full width */
    font-size: 1.05rem;
    color: #2c3e50;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;     /* ✅ ensure starts from left */
}

.tags .highlight {
    color: #FFDC09;
    font-weight: 700;
}
.blog_card {
    position: relative;
  }
  .blog_content {
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    padding: 10px 20px;
  }
  .blog_card h2 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    transition: all 0.3s linear;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
  }
  
  .blog_content .icon-arrow {
    fill: #000;
    display: inline-block;
    width: 15px;
    transform: rotate(-45deg);
    margin-left: 10px;
    transition: all 0.3s linear;
  }
  .blog_content p {
    color: #000;
    font-weight: 500;
  }
  .blog_content:hover p {
    color: #e63e38;
    text-decoration: underline;
  }
  .blog_content:hover p .icon-arrow {
    transform: rotate(0deg);
    fill: #e63e38;
  }
  .blog_img{
    height: 450px;
  }
  .blog_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  @media only screen and (max-width: 767px) {
    .blog_content {
      background-color: #f5f5f5;
      position: static;
      width: 100%;
      padding: 10px 30px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .blog_content {
      background-color: #f5f5f5;
      position: static;
      width: 100%;
      padding: 10px 30px;
    }
  }


.bt-cta {
    background-image: url(../images/birthday/cta.jpg); 
}

@media screen and (max-width: 767px) {
    .Cservice_sec { margin-left: 0px; }
}
.v-circle {
  --circle: 300px;
  left: 10em;
  bottom: -5%;
  z-index: 1;
  background: #000;
}
.v-circle img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1199px) {

  .v-circle {
    left: 12em;
    bottom: 20%;
  }
}

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

  .v-circle {
    left: 10em;
    bottom: 20%;
  }
}

@media screen and (max-width: 767px) {
  .v-circle {
    position: static;
    transform: translateX(10%);
    margin-top: 20px;
  }
  .Cservice_sec {
    margin-top: 40px;
  }
}

.serv_wrapper_1 {
  display: flex;
  column-gap: 60px;
}
.serv_box_1 {
  min-width: 65%;
  height: 350px;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 10px 30px -10px #00000026;
  padding: 30px;
  border-radius: 10em;
  transition: all 0.3s linear;
  overflow: hidden;
}
.serv_box_1:hover {
  background: var(--yellow);
}
.serv_box_1:hover h3 {
  border-bottom: 1px solid #fff;
}
.serv_box_1 img {
  --circle: 300px;
  width: var(--circle);
  height: var(--circle);
  object-fit: cover;
  border-radius: 50%;
  object-position: center;
}

.service_cont_1 {
  padding: 25px;
  margin-left: 30px;
  margin-right: 30px;
}
.serv_box_1 h3 {
  font-size: 38px;
  border-bottom: 1px solid #ffdc09;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .serv_wrapper_1 {
    margin-top: 30px;
    flex-direction: column; 
  }

  .serv_box_1 h3 {
    font-size: 23px;
  }
  .bt-cta{
    background-position: 80% 100% !important;
  }
  .serv_box_1 {
    flex-direction: column;
    border-radius: 2em;
    height: 100% !important;
    padding:0;
    margin-bottom: 20px;
  }
  .serv_box_1:nth-child(even) {
    flex-direction: column;
  }

  .serv_box_1 img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 15px;
  }
  .service_cont_1,
  .serv_box_1:nth-child(even) .service_cont_1 {
    margin: 0;
    margin-left: 0;
  }
}


header {
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, #000000db, transparent);
  /* backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); */
}
nav .nav-item .nav-link,
.navbar-nav .nav-link.active {
  margin: 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s linear;
}
nav .nav-item:hover .nav-link {
  color: var(--yellow);
}
nav .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  display: block;
  visibility: visible;
}

nav .nav-item.dropdown .dropdown-menu {
  padding: 15px 0;
  border: 0;
  box-shadow: 0 6px 20px -15px;
  border-radius: 15px;
  min-width: 290px;
  /* background-color: #FFDC09; */
}
nav .nav-item.dropdown .dropdown-menu li {
  margin-bottom: 0;
}
nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 13px 5px;
  transition: all 0.3s linear;
  /* white-space: normal; */
  border-bottom: 1px solid #e1e1e1;
}

nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #000;
  background-color: transparent;
  padding-left: 10px;
}

nav .nav-item.dropdown .dropdown-menu.megamenu {
  width: 62%;
  left: 24%;
  position: fixed;
  padding: 20px;
}

.head_header {
  display: flex;
  border-bottom: 2px solid var(--yellow);
}
.head_header img {
  height: 30px;
}

nav .nav-item.dropdown .dropdown-menu.megamenu p {
  padding: 4px 15px 5px;
  font-weight: 700;
  color: #000;
  font-size: 24px;
  margin-bottom: 0;
}

nav .nav-item.dropdown .dropdown-menu li a {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
}

/*inauguration page*/
ul.list-styled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*Device Responsive*/
@media screen and (max-width: 991px) {
  nav .nav-item.dropdown .dropdown-menu.megamenu {
    width: auto;
    left: 0;
    position: static;
    padding: 20px 0;
    height: auto;
    overflow-x: scroll;
  }

  nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
  }

  .navbar > .container-fluid {
    justify-content: flex-end;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28225, 220, 9, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 2px #ffffffa6;
  }
  img.img-fluid.nav_logo {
    max-width: 150px;
    margin-bottom: -50px;
  }
  .navbar-toggler {
    transform: translateY(-20px);
  }
  header.position-absolute {
    background: linear-gradient(180deg, #000000, #1f0202);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    position: fixed !important;
  }
  nav .nav-item .nav-link,
  .navbar-nav .nav-link.active {
    margin: 0px;
  }
}

@media screen and (max-width: 767px) {
  nav .nav-item.dropdown .dropdown-menu.megamenu {
    width: auto;
    left: 0;
    position: static;
    padding: 0 0 20px 0;
    height: 57vh;
    overflow-x: scroll;
  }
  .head_header {
    padding-top: 15px;
  }

  nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
  }

  .head_header {
    display: flex;
    border-bottom: 2px solid var(--yellow);
  }
  .head_header img {
    height: 30px;
  }

  .dropdown-item {
    white-space: normal;
  }
  nav .nav-item.dropdown .dropdown-menu.megamenu {
    width: auto;
  }

  img.img-fluid.nav_logo {
    max-width: 120px;
    padding-top: 4px;
  }
  nav .nav-item .nav-link,
  .navbar-nav .nav-link.active {
    font-size: 16px;
  }
}

/* .brand-items {
  overflow: hidden;
  position: relative;
} */

@media only screen and (min-width: 992px) and (max-width: 1210px) {
  nav .nav-item .nav-link,
  .navbar-nav .nav-link.active {
    margin: 0 12px;
    font-size: 16px;
  }
}
.top_bar{
  /* height: 50px; */
  background-color: #ffdc09;
  overflow-x: hidden;
  width: 100%;
}

.top_bar_links ul{
  display: flex;
  padding-left: 0;
  justify-content: end;
  align-items: center;
  margin-bottom: 0;
}
.top_bar_links ul li{
  padding: 10px 20px;
  list-style: none;
  border-right: 1px solid #000;
  font-size: 15px;
}
.top_bar_links ul li a{
  text-decoration: none;
  color: #000;

}
.top_bar_links ul li svg{
  height: 17px;
}
.top_bar_links ul li:last-child{
  border-right: 0;
}



.social_media ul{
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
}
.social_media ul li{
  text-decoration: none;
  list-style: none;
  font-size: 15px;
  /* margin-right: 10px; */
  padding: 10px 15px 0 15px;
  /* height: 35px;
  width: 35px; */
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* border-radius: 50px; */
  /* border: 1px solid #000; */
  transition: .4s all;
  cursor: pointer;
}
.social_media ul li a{
  color: #000;
}
.social_media ul li:hover{
  background-color: var(--yellow);
}

@media screen and (max-width: 767px) {
  .top_bar_links ul{
    justify-content: space-around;
  }
  .top_bar_links ul li{
    padding: 6px 8px;
    font-size: 13px;
  }
  .social_media{
    display: none;
  }
}

/* new  */


/* new  */






/* about css  */










.god_speed .col-lg-11 {
  border-radius: 25px;
  border: 1px solid #fff;
  box-shadow: 10px 15px 25px -12px #00000029;
  margin-bottom: -60px;
  padding: 10px 40px;
  background: #ffdc09;
  font-size: 17px;
  position: relative;
}

.footer.sec_padding {
  margin-top: 0px;
  padding-top: 120px;
}
.footer-logo img {
  width: 200px;
}
.footer-logo p {
  font-size: 15px;
  color: #d6d6d6;
}

.footer-link h3 {
  color: var(--yellow);
  margin-bottom: 20px;
  font-size: 24px;
}
.footer-link ul {
  padding-left: 0;
}
.footer-link ul li {
  text-decoration: none;
  color: #d6d6d6;
  padding-bottom: 5px;
  font-size: 15px;
  list-style: none;
  transition: 0.4s all;
}
.footer-link ul li a {
  text-decoration: none;
  transition: 0.4s all;
  color: #d6d6d6;
}
.footer-link ul li a:hover {
  color: var(--yellow);
  margin-left: 4px;
}
.socials-a {
  display: flex;
  justify-content: end;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item a i {
  color: #fff;
  padding-left: 20px;
}
.copyright {
  margin-top: -5px;
}
.copyright_sec {
  border-top: 1px solid var(--yellow);
  padding: 20px 0 10px 0;
}

/*======L's code=======*/
/*====================*/
/*

.approach_steps .col-md-3:hover h3 {
    color: var(--yellow);
}*/

/*inauguration page*/

/*Device Responsive*/
@media screen and (max-width: 1199px) {

  .god_speed .col-lg-11 {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {

  .god_speed .col-lg-11 {
    padding: 20px;
  }
  .god_speed .col-lg-11 > .row {
    flex-direction: column-reverse;
  }
  .god_speed .col-lg-11 > .row .col-md-8 {
    width: 100%;
  }
  .footer-link h3 {
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .footer.sec_padding {
    padding: 120px 0 20px 0;
  }
  .list-inline-item a i {
    padding-left: 14px;
  }

  .sec_padding {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {

  .god_speed img {
    max-width: 250px;
    margin: auto;
    display: block;
  }
  .copyright_sec,
  .socials-a {
    text-align: center;
    justify-content: center;
  }
  .god_speed .col-lg-11 > .row .col-md-8 {
    text-align: center;
  }
}

.Sideform {
  width: 375px;
  background: #000000d6;
  background-image: url(https://cdn.pixabay.com/photo/2016/11/23/15/48/audience-1853662_640.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 25px;
  position: fixed;
  right: -380px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  background-blend-mode: color;
  transition: all 0.3s linear;
  z-index: 12;
}
.Sideform.active {
  right: 0;
}
.Sideform .text-yellow {
  color: var(--yellow);
}
.Sideform .btn {
  font-size: 16px;
  margin: 20px auto;
  display: block;
}
.Sideform .form-floating > .form-control,
.Sideform .form-floating > .form-control-plaintext,
.Sideform .form-floating > .form-select {
  height: calc(3rem + 2px);
  line-height: 1.25;
  padding: 1.25rem 0.75rem 0.5rem;
  background: #ffffff45;
  color: #fff;
  border: 0px;
  backdrop-filter: blur(3px);
  font-size: 14px;
}
.Sideform .form-floating > label {
  padding: 0.5rem 0.75rem;
  color: #fff;
  font-size: 15px;
}
.request-btn {
  position: fixed;
  background: #ffdc09;
  right: -44px;
  top: 47%;
  transform: rotate(90deg) translateY(-50%);
  z-index: 2;
  color: #000;
  padding: 12px 25px;
  border-radius: 5px;
  transition: all 0.3s linear;
}
.request-btn.active {
  right: 330px;
  background: #ffdc09;
}
.request-btn:hover {
  color: #fff;
  background: #000;
}
.Sideform .close {
  color: #000;
  position: absolute;
  top: -30px;
  left: -15px;
  background: #fff;
  padding: 4px 9px;
  font-size: 20px;
  border: 0px;
  box-shadow: 0 0 15px #00000047;
  opacity: 0;
}
.Sideform.active .close {
  opacity: 1;
}

.connect-icon {
  position: fixed;
  right: 15px;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  z-index: 99;
}

.connect-icon img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.brand-items .brand-item {
  height: 100px;
  padding: 10px;
  position: relative;
  width: 100%;
  border: 1px solid #edebeb;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.brand-items .brand-item .brand-item-in {
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.brand-items .brand-item .brand-item-in img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.brand-items .brand-item .brand-logo-2 {
  opacity: 0;
  margin-left: 200px;
}

.brand-items .brand-item.active .brand-logo-1 {
  opacity: 0;
  margin-left: -200px;
}

.brand-items .brand-item.active .brand-logo-2 {
  opacity: 1;
  margin-left: 0;
}

.client-item {
  /* padding: 5px 25px; */
  transition: 0.4s all;
  margin: 8px;
  border-radius: 5px;
}
.client-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: grayscale(0);
  transition: 0.4s all;
}
.client-item:hover img {
  filter: grayscale(1);
  transform: scale(1.05);
}

.swiper-slide-active{
  opacity: 1 !important;
  transform: scale(1.1) !important;
  filter: blur(0px) !important;
}




