/*
Template Name: Event HTML TEMPLATE
Author: yaminncco

Colors:
	Body 		  : #444
	Headers 	: #0b0f28
	Primary 	: #c39c11
	Dark 		  : #000
	Grey 		  : #F9F9FA #DADADA

Fonts:

Table OF Contents
------------------------------------
GENERAL
LOGO
NAVIGATION
HOME
ABOUT
GALERY
SPEAKERS
EVENTS
SPONSORS
CONTACT
CTA
FOOTER
BLOG
RESPONSIVE
------------------------------------*/

/*=========================================================
	GENERAL
===========================================================*/

@font-face {
  font-family: 'Limelight';        
  src: url('./fonts/Limelight.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* performance: fallback text until font loads */
}

/*----------------------------*\
	typography
\*----------------------------*/

body {
      /* font-family: "gf_Limelight variant0", Tofu; */
   
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #444;
}

h1,
h2,
h3,
h4 {
  margin: 0px 0px 15px;
  color: #0b0f28;
  font-weight: 700;
}

h1 {
  font-size: 43px;
}

h2 {
  font-size: 31px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

.lead {
  font-size: 20px;
}

a {
  color: #0b0f28;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #c39c11;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-btn {
  display: inline-block;
  padding: 14px 50px;
  background: #771ff6;
  color: #000;
  /* color: #fff; */
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 600;
}

.main-btn:hover,
.main-btn:focus {
  color: #fff;
  opacity: 0.8;
}

.input {
  height: 40px;
  width: 100%;
  border: 2px solid #dadada;
  padding: 0px 15px;
  border-radius: 2px;
  -webkit-transition: 0.3s border;
  transition: 0.3s border;
}

textarea.input {
  height: 90px;
  padding: 15px;
}

.input:focus {
  border-color: #c39c11;
}

/*----------------------------*\
	Section
\*----------------------------*/

.section {
  position: relative;
  padding: 45px 0px 0px;
}

.section-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: -1;
}

.row.dsf {
    margin-top: 50px;
}

span.copyright {
    color: #fff;
}
.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title .title {
  position: relative;
  text-transform: capitalize;
  font-weight: 900;
  font-size: 42px;
  overflow: hidden;
  color: #cd2dc4;
}

.section-title .title > span {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
  z-index: 10;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.section-title .title > span.appear {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

/*=========================================================
	LOGO
===========================================================*/

.navbar-brand {
  padding: 0;
  margin: 10px 0px;
}

.navbar-brand .logo {
  display: inline-block;
}

.navbar-brand .logo > img {
  max-height: 60px;
  margin-top: 0px !important
}

@media only screen and (max-width: 767px) {
  .navbar-brand {
    margin: 15px 15px;
  }
}

#header.transparent-navbar:not(.fixed-navbar) .navbar-brand .logo .logo-img {
  display: none;
}

#header.fixed-navbar .navbar-brand .logo .logo-alt-img {
  display: none;
}

#header:not(.transparent-navbar) .navbar-brand .logo .logo-alt-img {
  display: none;
}

/*=========================================================
	NAVIGATION
===========================================================*/

#header {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  z-index: 80;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#header.transparent-navbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: transparent;
  border-bottom: 1px solid #dadada30;
}

#header.fixed-navbar {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  background: #000;
  -webkit-box-shadow: 0px 0px 3px #0003;
  box-shadow: 0px 0px 3px #0003;
  border-bottom: none;
  -webkit-animation: slide-in 0.3s;
  animation: slide-in 0.3s;
}

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes slide-in {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.main-nav li a {
  position: relative;
  padding: 30px 15px;
  color: #0b0f28;
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#header.transparent-navbar .main-nav li a {
  color: #fff;
}

#header.fixed-navbar .main-nav li a {
  color: #fff;
}

.main-nav li.active a:after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: -3px;
  width: 100%;
  left: 0;
  background: #c39c11;
}

.main-nav li a:hover,
.main-nav li a:focus {
  background-color: transparent;
  color: #c39c11;
}

#header.transparent-navbar .main-nav li a:hover {
  color: #c39c11;
}

.navbar-toggle {
  display: none;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  margin: 15px;
  padding: 0;
  font-size: 32px;
  color: #0b0f28;
}

#header.transparent-navbar .navbar-toggle {
  color: #fff;
}

#header.fixed-navbar .navbar-toggle {
  color: #fff !important;
}

/* Mobile nav */

@media only screen and (max-width: 767px) {
  .main-nav {
    margin: 0px -15px;
    max-height: 0;
    overflow-y: scroll;
    background-color: #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }

  .main-nav.open {
    max-height: 500px;
  }

  .main-nav li.active a:after {
    display: none;
  }

  #header.transparent-navbar .main-nav li a {
    color: #0b0f28;
  }

  #header.transparent-navbar { 
    /* background-color: #000 ; */
  }

  .main-nav li a:hover,
  .main-nav li a:focus,
  .main-nav li.active a {
    background-color: #c39c11;
    color: #fff !important;
  }

  .navbar-toggle {
    display: block;
  }

  .btn-br-mobile {
    border: 2px solid #000;
  }
}

/*=========================================================
	HOME
===========================================================*/

#home {
  height: 100vh;
  position: relative;
   /*   background: #00000061;*/
}

#home .home-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-content h1 {
  text-transform: capitalize;
  font-weight: 900;
  color: #fff;
  font-size: 100px;
}

.home-content h4 {
  color: #fff;
  font-size: 40px;
}

.home-content h3 {
  color: #fff;
  font-size: 20px;
}

#page-wrapper {
  background-color: #f9f9fa;
}

.page-wrapper-content {
  text-align: center;
}

/*=========================================================
	ABOUT
===========================================================*/

#numbers {
  margin-top: 60px;
}

.number {
  margin-bottom: 30px;
}

.number h3 {
  font-size: 42px;
  margin-bottom: 0px;
  color: #c39c11;
}

.number p {
  text-transform: uppercase;
  color: #0b0f28;
}

.about-content {
  text-align: left;
}

/*=========================================================
	GALLERY
===========================================================*/

/* #galery-owl .owl-item .galery-item {
  opacity: 0.5;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: 0.6s opacity, 0.6s -webkit-transform;
  transition: 0.6s opacity, 0.6s -webkit-transform;
  transition: 0.6s transform, 0.6s opacity;
  transition: 0.6s transform, 0.6s opacity, 0.6s -webkit-transform;
}

#galery-owl.owl-theme .owl-item.active + .owl-item .galery-item {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

#galery-owl.owl-theme .owl-item.active .galery-item {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#galery-owl.owl-theme .owl-nav {
  margin-top: 0px;
}

#galery-owl.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  color: #c39c11;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}*/


.logo-set {
  margin-bottom: 10px;
}

.padding-col {
  padding-left: 6px;
  padding-right: 6px;
}
.logo-set img {
  max-width: 100%;
  height: auto;
  transition: transform 0.8s;
  border: 2px solid #fff;
  border-radius: 10px;
}

.logo-set img:hover {
  transform: scale(1.1);
  border: 2px solid #c39c11;
}

/*=========================================================
	SPEAKERS
===========================================================*/

#speakers {
  background-color: #f9f9fa;
}

.speaker {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}

.speaker:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.speaker:hover:after {
  opacity: 0.8;
}

.speaker .speaker-img > img {
  width: 100%;
}

.speaker .speaker-body {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}

.speaker .speaker-content {
  position: relative;
  padding: 30px;
  background: #c39c11;
  text-align: right;
  z-index: 20;
}

.speaker .speaker-content > h2 {
  color: #fff;
}

.speaker .speaker-content > span {
  color: #fff;
}

.speaker .speaker-social {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 5;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.speaker .speaker-social > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #c39c11;
  z-index: 15;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.speaker .speaker-social a + a {
  margin-left: -4px;
  border-left: 1px solid #f8f8ff33;
}

.speaker .speaker-social a:hover {
  opacity: 0.8;
}

.speaker:hover .speaker-social {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/*----------------------------*\
	Speaker Modal
\*----------------------------*/

.speaker-modal .modal-dialog {
  width: 100%;
  max-width: 970px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.speaker-modal .modal-content {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.speaker-modal .speaker-modal-close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #c39c11 !important;
  border-radius: 50%;
  padding: 0;
  color: #fff;
  border: none;
  font-size: 24px;
  z-index: 50;
}

.speaker-modal .speaker-modal-close:after {
  content: "\f00d";
  font-family: FontAwesome;
}

.speaker-modal .modal-body {
  padding: 30px;
}

.speaker-modal .speaker-modal-img > img {
  width: 100%;
}

.speaker-modal .speaker-modal-content .speaker-name {
  display: inline-block;
  margin-right: 15px;
}

.speaker-modal .speaker-modal-content .speaker-job {
  color: #c39c11;
}

.speaker-modal .speaker-modal-content .speaker-social {
  margin-top: 30px;
  margin-bottom: 30px;
}

.speaker-modal .speaker-modal-content .speaker-social > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  background: #c39c11;
  color: #fff;
  margin-right: 5px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.speaker-modal .speaker-modal-content .speaker-social > a:hover {
  opacity: 0.8;
}

.speaker-modal .speaker-modal-content .speaker-website {
  margin-top: 30px;
}

.speaker-modal
  .speaker-modal-content
  .speaker-events
  .speaker-event
  + .speaker-event {
  margin-top: 30px;
}

.speaker-modal .speaker-modal-content .speaker-events .speaker-event > span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}

.speaker-modal
  .speaker-modal-content
  .speaker-events
  .speaker-event
  > span
  strong {
  color: #c39c11;
}

/*=========================================================
	EVENTS
===========================================================*/

.event {
  position: relative;
}

.event + .event {
  margin-top: 60px;
}

.event:after {
  content: "";
  position: absolute;
  left: 60px;
  top: 0px;
  bottom: 0px;
  width: 4px;
  background-color: #fff;
  /* background-color: #c39c11; */
}

.event:last-child:after {
  height: 60px;
}

.event + .event:before {
  content: "";
  position: absolute;
  left: 60px;
  height: 60px;
  top: -60px;
  width: 4px;
  background-color: #fff;
  /* background-color: #c39c11; */
}

.event .event-day {
    position: absolute;
    left: 47px;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    /* background: #c39c11; */
    z-index: 10;
}

/*div#agenda {
    background: #771ff6;
    margin-top: 40px;
    margin-bottom: 40px;
    background-image: url(https://cxoinsightme.com/channel-insight-awards/2025/img/2025/BL-bkg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}*/

.events-wrapper {
    background: #00000052;
    padding: 30px;
    border-radius: 0;
    width: 100%;
    margin: 0 auto;
    border: 0px solid;
}

.event .event-hour {
  position: absolute;
  left: 62px;
  top: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  /* background: #c39c11; */
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.event .event-day > div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.event .event-day .day {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

.event .event-day .year {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.event .event-content {
  padding-left: 160px;
  min-height: 60px;
}

.event .event-time {
  font-size: 14px;
  color: #fff;
}
.event-content h3 {
    color: #fff;
}

img.logo-img
 {
    margin-top: 40px;
}
.event .event-time i {
  color: #c39c11;
}

.event .event-content a {
  color: #c39c11;
}

.download-btn {
  margin-top: 60px;
  text-align: center;
}

/*=========================================================
	SPONSORS
===========================================================*/

.sponsor {
  display: block;
  opacity: 1;
  margin-bottom: 30px;
  /* -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity; */
}

.sponsor:hover {
  opacity: 1;
}

.section-subtitle .sponsor > img {
  /*width: 100%;*/
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
}

.sub-title {
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}

.section-subtitle {
  align-items: center;
}

/*=========================================================
	CONTACT
===========================================================*/

#contact.section {
  /* padding-bottom: 0px; */
  padding: 60px;
}

.contact {
  text-align: center;
  margin-bottom: 30px;
   color: #fff;
}

.contact-2 {
  /* text-align: center; */
  margin-bottom: 30px;
   color: #fff;
       border-left: 5px solid #fff;
    padding-left: 10px;
        background: #000000b5;
    padding: 10px;
}

.contact-2 h3 {
  color: #c39c11;
}

#map {
  height: 380px;
  margin-top: 60px;
}

/*=========================================================
	CTA
===========================================================*/

.cta-content h2 {
  font-size: 42px;
  color: #fff;
  text-transform: capitalize;
}

.cta-content p {
  color: #fff;
}

.cta-content .video-play {
  display: inline-block;
  height: 120px;
  width: 120px;
  margin: 0px auto 60px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  font-size: 42px;
  color: #c39c11;
  cursor: pointer;
}

/*=========================================================
	FOOTER
===========================================================*/

#footer {
  padding: 20px 0px;
}
/* 
#footer {
  padding: 60px 0px;
} */

.footer-brand {
  text-align: center;
}
.ssa.ssa2 {
    margin-top: 20px;
}
.footer-brand .logo > img {
  max-height: 50px;
}

.copyright {
  height: 50px;
  line-height: 50px;
}

.contact-social {
  text-align: right;
  margin: 10px 0px;
 
}

.contact-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #eeba2b;
  color: #fff;
  line-height: 30px;
  margin-right: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fixed-nav .logo-img {
    margin-top: 0px;
}

.contact-social a:hover {
  opacity: 0.8;
}

/*=========================================================
	BLOG
===========================================================*/

.blog {
  position: relative;
}

.blog + .blog {
  margin-top: 60px;
}

.blog:last-child {
  margin-bottom: 60px;
}

.blog .blog-img {
  margin-bottom: 30px;
}

.blog .blog-img > img {
  width: 100%;
}

.blog .blog-meta {
  margin-bottom: 30px;
  font-size: 12px;
  text-transform: uppercase;
}

.blog .blog-meta .blog-day {
  display: inline-block;
  margin-right: 15px;
}

.blog .blog-meta .blog-tags {
  display: inline-block;
  text-transform: uppercase;
}

.blog .blog-meta .blog-tags li {
  display: inline-block;
  margin-right: 5px;
}

.blog .blog-meta .blog-tags li:first-child {
  font-weight: 700;
  color: #0b0f28;
}

.blog .blog-content .read-more {
  display: inline-block;
  padding: 7px 14px;
  background: #c39c11;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.blog .blog-content .read-more:hover,
.blog .blog-content .read-more:focus {
  opacity: 0.8;
  color: #fff;
}

.blog .blog-share {
  margin: 30px 0px 60px;
}

.blog .blog-share li {
  display: inline-block;
  margin-right: 5px;
}

.blog .blog-share li:first-child {
  line-height: 30px;
  font-weight: 700;
  color: #0b0f28;
}

.blog .blog-share li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #c39c11;
  color: #fff;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.blog-share li a:hover {
  opacity: 0.8;
}

.blog .blog-comments .media {
  margin-top: 30px;
}

.blog .blog-comments .media .media-left {
  padding-right: 30px;
}

.blog .blog-comments .media .media-left .media-object {
  width: 90px;
  border-radius: 50%;
}

.blog .blog-comments .media .media-heading {
  margin-bottom: 30px;
}

.blog .blog-comments .media .media-heading h4 {
  margin-bottom: 10px;
}

.blog .blog-comments .media .media-heading .date {
  font-size: 12px;
}

.blog .blog-comments .media .media-heading .reply-btn {
  margin-left: 10px;
  color: #c39c11;
}

.blog .blog-reply {
  margin-top: 60px;
}

.blog .blog-reply form {
  margin-top: 30px;
}

.blog .blog-reply form .form-group {
  margin-bottom: 30px;
}

/*=========================================================
	RESPONSIVE
===========================================================*/

@media only screen and (max-width: 991px) {
  .contact-social {
    text-align: center;
    margin: 30px 0px;
  }

  .copyright {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .home-content h1 {
    font-size: 31px;
  }

  .page-wrapper-content h1 {
    font-size: 31px;
  }

  .event .event-day {
    width: 90px;
    height: 90px;
  }

  .event .event-content {
    padding-left: 115px;
  }

  .event .event-day .day {
    font-size: 31px;
    line-height: 31px;
  }

  .event .event-hour {
    left: 47px;
  }

  .event:after {
    left: 45px;
  }

  .event + .event:before {
    left: 45px;
  }
}

@media only screen and (max-width: 480px) {
  [class*="col-xs"] {
    width: 100%;
  }
}


/* Registration Form CSS starts */
.form-control {
  display: block;
  height: auto;
  padding: 10px 10px;
  font-size: 15px;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #4c4d4f;
  /* border: 1px solid #ced4da; */
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control2 {
  height: auto;
  padding: 0px 50px 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid #771ff6; */
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 30px;
  /* background: #771ff6; */
  padding: 40px;
}

/*agdenda h3 span*/

.event-title1 {
    margin: 0px 0px 15px;
    color: #0b0f28;
    font-weight: 700;
    font-size: 22px;
    margin-left: 5px; 
}


/*.btn {
  background-color: #c39c11;
  border: 2px solid #c39c11;
  border-radius: 0;
  color: #ffffff;
  display: block;
  font-weight: 600;
  height: 50px;
  line-height: 1;
  /* margin: 0 auto 30px; */
  /*margin-left: 510px; 
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 24px;
  text-transform: capitalize;
  transition-duration: 500ms;
  width: auto;
  text-transform: uppercase;
}*/



/* New css start */


 .abt-img img {
      width: 100%;
    }
    .abt-img {
      /* padding: 5px; */
    }
    
    .w50 {
      width: 50%;
      float: left;
      padding: 10px;
    }

    .custom-image>img {
  /* Shadow equivalent to shadow-md shadow-slate-300 */
  box-shadow: 0 4px 6px rgba(203, 213, 225, 0.6);

  /* object-cover */
  object-fit: cover;

  /* transform + transition */
  transform: scale(1);
  transition: transform 0.5s ease; /* duration-500 */

  /* smooth animation */
  will-change: transform;
}

/* hover:scale-110 */
.custom-image>img:hover {
  transform: scale(1.1);
}

.br-imgcs1 {
  border: 2px solid #771ff6;
}

.br-imgcs2 {
  border: 2px solid #cd2dc4;
}


 .slider-container {
        /* max-width: 1200px; */
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
        /* background: #fff; */
        padding: 20px;
    }

    .slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .slide {
        flex: 0 0 25%;
        padding: 10px;
        cursor: pointer;
    }

    .slide img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 8px;
        transition: transform 0.3s;
        border: 2px solid #cd2dc4;
        filter: saturate(120%);
    }

    .slide img:hover {
        transform: scale(1.05);
        box-shadow: 0 30px 40px rgba(0, 0, 0, 0.10);
        transition: all 500ms ease;
        /* filter: saturate(200%);
  transition: 0.3s ease; */

    }

    .prev,
    .next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background:  #cd2dc4;
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        font-size: 18px;
        border-radius: 50%;
        /* border: 1px solid #0d6efd; */
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s;
    }

    /* .prev:hover,
    .next:hover {
        background: rgba(0, 0, 0, 0.8);
    } */

    .prev {
        left: 10px;
    }

    .next {
        right: 10px;
    }

    .popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .popup-content {
        position: relative;
        max-width: 80%;
        max-height: 80%;
    }

    .popup-content img {
        width: 100%;
        height: auto;
        max-height: 80vh;
        object-fit: contain;
        border-radius: 10px;
    }

    .popup-prev,
    .popup-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.8);
        color: black;
        border: none;
        padding: 15px;
        cursor: pointer;
        font-size: 24px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s;
    }

    .popup-prev:hover,
    .popup-next:hover {
        background: rgba(255, 255, 255, 1);
    }

    .popup-prev {
        left: -60px;
    }

    .popup-next {
        right: -60px;
    }

    .close {
        position: absolute;
        top: -30px;
        right: -30px;
        background: white;
        color: black;
        border: none;
        padding: 10px;
        cursor: pointer;
        font-size: 20px;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1001;
    }

    .sec-pd {
        padding: 50px 0 100px;
    }

    @media (max-width: 768px) {
        .slide {
            flex: 0 0 50%;
        }

        .popup-prev {
            left: 10px;
        }

        .popup-next {
            right: 10px;
        }

        .w75 {
  width: 100%;
}
.w25 {
  width: 100%;
}
    }

    @media (max-width: 480px) {
        .slide {
            flex: 0 0 100%;
        }
    }

    .row-mrml {
      margin-right: -0px;
    margin-left: -0px;
    }
/* New css End */


/* <<<<=======Awais Khan Css Start=======>>>>>> */

.aboutnew-head h3 {
  display: inline-block;
background-color: #eeba2b;
color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 5px;
}

.aboutnew-head h2 {
color: #eeba2b;
    font-size: 45px;
    font-weight: 600;
}

.aboutnew-head {
border-left: 10px solid #eeba2b;
    padding-left: 15px;
}

.w25 {
  width: 30%;
  float: left;
}

.w75 {
  width: 70%;
  float: left;
}

.abt-p p{
text-align: justify;
}


.ul-set li {
    background: #fff;
    /* border-radius: 10px; */
    -webkit-box-shadow: 0px 0px 5px 0px rgba(224, 224, 224, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(224,224,224,1);
    box-shadow: 0px 0px 5px 0px rgba(224, 224, 224, 1);
    padding: 5px;
    margin-bottom: 20px;
}

.mt25 {
  margin-top: 25px;
}

.color-grd {
      color: linear-gradient(to left top, #ee9f19, #f2ac38, #f6ba51, #fbc668, #ffd37f);
}
.bg-grd {
      background-image: linear-gradient(to left top, #ee9f19, #f2ac38, #f6ba51, #fbc668, #ffd37f);
}

.mt130 {
  margin-top: 30px;
}


.limelight-font {
     font-family: "Limelight", sans-serif !important;
}

.main-btn2 {
    display: inline-block;
    padding: 14px 50px;
    /* background: #eeba2b; */
    /* background: #771ff6; */
    color: #000;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    padding: 10px;
    font-weight: 600;
}

a.main-btn2:hover {
  color: #000;
}

.agenda-p p{
      background: #000;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    padding: 3px 5px 3px 5px;
}

.agenda-p p>i{
      margin-left: 0px;
}

.agenda-box {
  /* border: 1px dashed; */
    padding: 25px;
    border-radius: 12px;
    margin-top: 15px;
}


/* Gradient BG */
.about-gradient-bg {
background: linear-gradient(135deg, #d4af37, #f7e08c, #b8860b, #f3c623);
/* background: linear-gradient(to bottom, #e8b55d, #eab45a); */
  /* background: linear-gradient(135deg, #c6a667, #f2e9d0, #ad8a3d, #e0c184); */

  /* background: linear-gradient(135deg, #cd2dc4, #771ff6, #cb0502, #eeba2b); */
  background-size: 350% 350%;
  animation: gradientMove 6s ease infinite;
 /* padding: 80px 0;*/
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.pd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sponsorbr {
  border-radius: 0px !important;
}

.golden-text {
  background: linear-gradient(135deg, #d4af37, #b8860b, #f3c623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ssdx {
    float: left;
    width: 100%;
}


.border-agendacs {
border: 2px solid #000;
box-shadow: 0px 0px 5px 0px rgb(0 0 0);
}


.hr-cs {
  border-top: 1px solid #000 !important;
  /* box-shadow: 0px 0px 5px 0px rgb(0 0 0); */
}

.bgcolor-gradient {
  background: linear-gradient(135deg, #d4af37, #f0bd02, #b8860b, #f3c623) !important ;
}

/* section.pd-section {
    float: left;
    width: 100%;
} */
/* <<<<=======Awais Khan Css End=======>>>>>> */


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


	#home {
    height: 50vh;
    position: relative;
    /* background: #00000061; */
    /* margin-left: 10px;
    margin-right: 10px; */
}
.w25 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.aboutnew-head h2 {
    color: #eeba2b;
    font-size: 30px;
    font-weight: 600;
}

.section-title {
    text-align: center;
    margin-bottom: 25px;
}

ul.ul-set li {
    width: 40% !important;
    margin-left: 10px;
    margin-right: 10px;
}

.form-control2 {
    height: auto;
    padding: 0px 50px 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent;
    background-clip: padding-box;
    /* border: 1px solid #771ff6; */
    border-radius: 0.25rem;
    transition: border-color 0.15s 
ease-in-out, box-shadow 0.15s 
ease-in-out;
    margin-top: 30px;
    /* background: #771ff6; */
    padding: 10px;
}
#contact.section {
    /* padding-bottom: 0px; */
    padding: 20px;
}
.w75 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    /* margin-bottom: 20px; */
    margin-top: 20px;
}

.pd-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-title .title {
    position: relative;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 30px;
    overflow: hidden;
    color: #cd2dc4;
}

.contact-social {
  margin-top: 50px;
}
}