/*.heroText {
    position: absolute;
    z-index: 9;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
}
*/
.videoWrapper{
background: #00000042;
    /*background-image: url(../images/2025/banner.gif);*/
    background-image: url(../images/sp1.jpg);
    /* background-image: url(../images/2024/bkgd.jpg); */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.my-size {
    margin-top: 60px;
}

p.text-secondary-white-color {
    margin-bottom: 20px !important;
    margin-top: 20px;
}

.navbar {
    z-index: 9;
    right: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}


@media screen and (min-width: 992px) {
    .sticky-wrapper {
        position: absolute;
        /* bottom: 50px; */
        top: 0;
        width: 100%;
    }
}

::selection{background:#03b3e4; color:#fff; text-shadow:none;}
::-webkit-scrollbar {width:10px; height:10px;}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment  { display:none; }
::-webkit-scrollbar-track-piece  {background-color:#ecedf1; -webkit-border-radius:0px; border-left:1px solid #888;}     
::-webkit-scrollbar-thumb:vertical {-webkit-border-radius:0px;  background:#cdb182; }


/*.overlay {
    background: linear-gradient(to top, #000000e6, #000000d9 0%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}*/
.heroText img {
    width: 22%;
}
.button-col button {
    border: 0;
    padding: 10px 25px;
    margin-right: 10px;
    background: #c138fa;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
}

.button-col {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sopnser-setion img {
    width: 90%;
}

.sopnser-setion ul {
    list-style: none;
    text-align: center;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.sopnser-setion li {
    display: inline-block;
    width: 10% !important;
    vertical-align: top;
}

.navbar-nav .nav-link:hover::after, .navbar-nav .nav-item.active .nav-link::after {
    color: #cdb182;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.navbar-nav .nav-link::after {
    content: "\f140";
    font-family: bootstrap-icons;
    display: inline-block;
    margin-left: 10px;
        color: #cdb182;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
/*
       h1,
        h2,
        h3,
        h4,
        h5,
        h6 {}
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #6f6f6f;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }*/
        
/*        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
        section {
            padding: 0px 0;
           /* min-height: 100vh;*/
        

/*.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}*/

button.btnsd a {
    color: #fff !important;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
    background-color: #cdb182;
    padding: 4px 12px;
    margin-bottom: 10px;
  /*  text-transform: uppercase;*/
}

.Nomination-col-3 p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    font-weight: 500;
}

.sec-title h2 {
    position: relative;
    display: block;
    line-height: 1em;
    color: #222222;
    padding-bottom: 6px;
    font-weight: 500;
}

/*.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color: #c138fa;
}*/

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.text p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #ff2222;
}

.btn-style-one:hover{
  background-color: #001e57;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 120px 0 70px;
}

.about-section .sec-title{
  margin-bottom: 20px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 10px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 0px;
}
.icon-k ul {
    padding-left: 0;
}
.about-section .text{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

.about-section .image-column .inner-column:before{
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
  background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
  content: "";
}

.about-section .image-column .image-1{
  position: relative;
}

.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section {
    position: relative;
    padding: 0px 0 0px;
}

body{
	font-family: "Raleway", sans-serif !important;
  font-weight: 400;
}

.bkg {
   background-image: url(../images/banner1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.heading-section.heading-section-white h2 {
    color: #fff;
}

/*test*/



.dsc{
    margin-top: 40px;
}

/*body {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  background: #c8d3d6;
}*/
:root {
  --color-1: #f68121;
  --color-2: #ed1c24;
  --color-3: #582c8b;
  --color-4: #0166b4;
}
.page-wrapper {
    padding: 0px 0;
}
.pb-5 {
    padding-bottom: 1rem !important;
}
.infographic-cards {
  width: 100%;
  position: relative;
  display: flex;
  gap: 1%;
  justify-content: center;
  padding-left: 0;
}
.infographic-cards li {
    list-style: none;
    width: calc(100% / 4);
    height: 230px;
    padding: 35px 15px;
    background: #eee;
    position: relative;
    background-image: linear-gradient(to bottom right, #e9eaecda, #ffffff);
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
    box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
    text-align: center;
    display: inline-block;
    margin-bottom: 0px;
    border-radius: 20px;
}
.infographic-cards li h5 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 15px;
}
.infographic-cards li h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.infographic-cards li.color-1 {
    border: 6px solid #c138fa;
}

.infographic-cards li.color-2 {
  border: 10px solid var(--color-2);
}

.infographic-cards li.color-3 {
  border: 10px solid var(--color-3);
}

.infographic-cards li.color-4 {
  border: 10px solid var(--color-4);
}

.infographic-cards li i {
  font-size: 35px;
  margin-bottom: 15px;
}
.infographic-cards li.color-1 i {
  color: var(--color-1);
}

.infographic-cards li.color-2 i {
  color: var(--color-2);
}

.infographic-cards li.color-3 i {
  color: var(--color-3);
}

.infographic-cards li.color-4 i {
  color: var(--color-4);
}

.number-box {
  position: absolute;
  bottom: 0;
  padding: 15px;
  font-size: 23px;
  border-radius: 60px 60px 0 0;
  width: 60px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: inset 0.25em 0.25em 0.25em rgba(0, 0, 0, 0.2),
    0em 0.05em rgba(255, 255, 255, 0);
  font-weight: 800;
  color: #fff;
}
.infographic-cards li.color-1 .number-box {
    background: #c138fa;
}



@media screen and (max-width: 991px) {
  .infographic-cards {
    flex-wrap: wrap;
  }
  .infographic-cards li {
    flex: 0 0 auto;
    width: calc(100% / 2.5);
  }
}
@media screen and (max-width: 578px) {
  .infographic-cards li {
    width: calc(100% / 1);
  }
}

.color-1 button {
    font-weight: 600;
    background: #c138fa;
    padding: 10px 20px;
    border: 0px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
}

.pt50{
  margin-top: 50px;
}

.section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/*dd*/


.video {
  position: relative;
  padding-top: 4.1%;
  padding-bottom: 51.95%;
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 0;
}

.video-gallery {
  margin-top: 3em;
  position: relative;
  width: 100%;
}
.video-gallery .video {
  animation: 1200ms fadeOut ease;
  animation-fill-mode: both;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 7;
  max-height: 19.5em;
  opacity: 0;
  transition: all 300ms ease;
}
.video-gallery input[type=radio] {
  font-size: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  position: fixed;
  width: 0;
}
.video-gallery input {
  grid-column-start: 1;
  grid-row-start: 1;
}
.video-gallery label {
    color: #ffffff;
    font-size: 1.25em;
    font-weight: 600;
    grid-column-start: 2;
    margin: 0 !important;
    padding: 1rem 0 1rem 3rem;
    position: relative;
    border-bottom: 3px solid #CCCCCC;
}
.video-gallery label:last-of-type {
  border: 0 none;
}
.video-gallery input[type=radio]:checked + label {
    color: #fff !important;
  background-color: #cdb182;    /* padding: 20px; */
}
.video-gallery input[type=radio]:checked + label:before {
    content: "▶";
    left: 13px;
    top: 15px;
    position: absolute;
}

.grid-row {
  display: block;
  height: 56vw;
  max-height: 19.5em;
  position: relative;
}
.grid-row label {
  left: calc(50% + 16px);
  position: relative;
  width: calc(50% - 16px);
}
.grid-row .video {
  padding: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.grid-row:after {
  content: "";
  clear: both;
  display: table;
}

#video-1:checked ~ .video-1, #video-2:checked ~ .video-2, #video-3:checked ~ .video-3, #video-4:checked ~ .video-4, #video-5:checked ~ .video-5, #video-6:checked ~ .video-6 {
  animation: 1200ms fadeIn ease;
  animation-fill-mode: both;
  opacity: 1;
  width: 50%;
}

@keyframes fadeOut {
  0% {
    display: block;
    height: 56vw;
    opacity: 1;
    width: 50%;
  }
  25% {
    display: block;
    height: 56vw;
    opacity: 1;
    width: 50%;
  }
  49% {
    display: block;
    height: 56vw;
    opacity: 0;
    width: 50%;
  }
  50% {
    display: none;
    height: 0;
    opacity: 0;
    width: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    width: 0;
  }
  49% {
    display: none;
    height: 0;
    opacity: 0;
    width: 0;
  }
  50% {
    display: block;
    height: 56vw;
    opacity: 0;
    width: 50%;
  }
  100% {
    display: block;
    height: 56vw;
    opacity: 1;
    width: 50%;
  }
}
@supports (display: grid) {
  .grid-row {
    align-items: start;
    display: grid;
    grid-column-gap: 16px;
    grid-row-gap: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }
  .grid-row label {
    left: auto;
    width: 100%;
  }
  .grid-row .video {
    position: relative;
    width: 100%;
  }
  @keyframes fadeOut {
    0% {
      display: block;
      height: 56vw;
      opacity: 1;
      width: 100%;
    }
    25% {
      display: block;
      height: 56vw;
      opacity: 1;
      width: 100%;
    }
    49% {
      display: block;
      height: 56vw;
      opacity: 0;
      width: 100%;
    }
    50% {
      display: none;
      height: 0;
      opacity: 0;
      width: 0;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
      width: 0;
    }
    49% {
      display: none;
      height: 0;
      opacity: 0;
      width: 0;
    }
    50% {
      display: block;
      height: 56vw;
      opacity: 0;
      width: 100%;
    }
    100% {
      display: block;
      height: 56vw;
      opacity: 1;
      width: 100%;
    }
  }
}
@media (max-width: 767px) {
  .video-gallery {
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: none;
  }
  .video-gallery label {
    left: auto;
    order: 2;
    width: 100%;
  }
  .video-gallery .video {
    order: 1;
    padding-top: 4.1%;
    padding-bottom: 51.95%;
    position: relative;
    top: auto;
    width: 100%;
  }

  #video-1:checked ~ .video-1, #video-2:checked ~ .video-2, #video-3:checked ~ .video-3, #video-4:checked ~ .video-4, #video-5:checked ~ .video-5, #video-6:checked ~ .video-6 {
    width: 100%;
  }

  @keyframes fadeOut {
    0% {
      display: block;
      height: 56vw;
      opacity: 1;
    }
    25% {
      display: block;
      height: 56vw;
      opacity: 1;
    }
    49% {
      display: block;
      height: 56vw;
      opacity: 0;
    }
    50% {
      display: none;
      height: 0;
      opacity: 0;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    49% {
      display: none;
      height: 0;
      opacity: 0;
    }
    50% {
      display: block;
      height: 56vw;
      opacity: 0;
    }
    100% {
      display: block;
      height: 56vw;
      opacity: 1;
    }
  }
}





.Nominate-col1 {
    margin-top: 0px;
}

.Nominate-col1 h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #c138fa;
}

.Nominate-col5 h3 {
    color: #c138fa;
}
.Nominate-col1 ul {
    padding-left: 15px;
}

.Nominate-col1 ul li {
    margin-bottom: 10px !important;
    font-weight: 500;
}

.mg-twww a {
    padding: 8px 20px;
    color: #fff !important;
    border-radius: 0px;
    background: transparent;
    border: 0px;
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px;
    border: 2px solid #cdb182;
}


.mg-twww a:hover {
  
    background: #cdb182;
  
}

.Nominate-col5 {
    border-top: 0px solid;
    padding-bottom: 0px;
    padding-top: 20px;
    margin-bottom: 50px;
    border-image-slice: 1;
    width: 100%;
    border-top: 3px solid #c138fa !important;
    margin-bottom: 0px;
    border-top: 3px solid #c138fa !important;
    margin-top: 30px;
}

.Nominate-col5 {
    border-bottom: 3px solid #c138fa;

}

.Nominate-col5 p {
    font-size: 16px;
}

.Nominate-col2 {
    text-align: right;
    margin-top: 0px;
}

.Nominate-col2 h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 600;
}

.Nominate-col2 h4 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #c138fa;
    font-size: 40px;
    font-weight: 600;
}

.Nominate-col2 p {
    font-size: 20px;
    font-weight: 600;
}


.Nominate-col1 p {
    color: #c138fa;
    margin-top: 25px;
    margin-bottom: 30px;
}

.Nominate-col5 p {
    font-size: 16px;
    color: #000;
}

.Nominate-col2 h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #c138fa;
}

.Nominate-col7 {
    text-align: right;
    margin-top: 45px;
    margin-bottom: 40px;
}

.Nominate-col7 h4 {
    color: #c138fa;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
    font-weight: 600;
}

.Nominate-col7 p {
    margin-bottom: 0px;
}
.Nominate-col7 p {
    font-size: 20px;
    font-weight: 600;
}


/*gallry*/

.col-sm-6.col-md-4.col-lg-3.item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

section#GALLERY {
    background: #fff;
}


.about-col222 h2 {
 
    color: #fff;
    text-align: center;
    margin-top: 22px;
}

.dsds {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.dsds h3 {
    font-size: 16px;
}

.footer-col1 {
    padding: 18px;
    margin-top: 10px;
    text-align: center;
    border-radius: 5px;
/*    min-height: 160px;*/
    background: #00000061;
}

.footer-col1 h3 {
    color: #fff;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}

.footer-col1 p {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
}

.footer-col1 p a {
    color: #fff;
}

.dsds h3 {
    font-size: 16px;
    color: #fff;
  }


.row.ddfs {
    border-top: 2px solid #fff;
    margin-top: 50px;
}

.about-col1ee2 {
    margin-top: 40px;
    text-align: center;
}

.about-col1ee2 p {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

main {
    overflow: hidden;
}



/*dsds*/

.section-header {
  text-align: center;
}
.section-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
.section-header hr {
  border: 1px solid #fff;
  width: 56px;
}
.bg-gradient_solid {
  background: var(--primary-gradient);
  color: #fff;
  padding: 0px 0;
}
.content h3 {
    font-weight: 800;
    font-size: 18px;
}
.ddsx {
    margin-bottom: 20px;
}
.ddsx img {
    border: 2px solid #eaeaea;
    padding: 2px;
    border-radius: 50%;
    background: #c138fa;
    width: 85%;
}
.steps .content p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

.steps {
  position: relative;
  margin-top: 0px;
}
.steps::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #c138fa;
    opacity: 0.4;
    top: 0;
    bottom: 0;
    left: 2.5%;
}

.steps .content p {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 18px;
}
.steps .content h2 {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.steps-container {
  position: relative;
  background-color: inherit;
  width: calc(100% + 0px);
}

.steps-container .content {
    padding: 22px;
       background-color: #e9e9e9f5;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    width: 100%;
}
.steps .steps-container:nth-child(even) {
}
.steps-container {
    margin-bottom: 30px;
}
.steps-container {
  display: flex;
      flex-direction: row-reverse;
}


nav.navbar.navbar-expand-lg.bg-light.shadow-lg {
    z-index: 9999999999;
}
.step-line {
    width: 40px;
    background-color: #c138fa;
    height: 1px;
    margin-top: 25px;
    opacity: 0.4;
    flex-shrink: 0;
}
.steps .steps-container .date {
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    background-color: #c138fa;
    border-radius: 50%;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 777;
}

@media (max-width: 767px) {
  .steps::after {
    left: 32px;
  }
  .slideshow {
    margin: 40px auto !important;
    padding-top: 10px;
    height: 300px;
    /* background: #444; */
    perspective: 1000px;
    margin-right: 0px;
}
  .steps-container {
    left: 0;
    flex-direction: row-reverse;
    width: auto;
    margin-bottom: 16px;
  }
  .steps .steps-container:nth-child(even) {
    left: 0;
  }
}

.madoi {
    color: #fff !important;
    font-size: 16px;
    border-radius: 10px;
    background-color: #c138fa;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px !important;
}


.madoi2 {
   margin-bottom: 10px !important;
}


/*timeline*/
p.text-secondary-white-color.aos-init.aos-animate {
    font-style: italic;
    font-weight: 600;
        font-size: 16px;
}
.sopnser-setion li p {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

section#AGENDA {
    margin-top: 50px;
    margin-bottom: 50px;
}

.kkjm {
    background: #000000a1;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    border-radius: 10px;
    margin-bottom: 20px;
}

.imh h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 35px;
}

.imh p {
    font-size: 16px;
    color: #fff;
    text-align: justify;
}

.imh2 {
    margin-top: 30px;
}

.imh2 img {

       -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
}

.imh {
    padding-left: 20px;
 
}


/*test*/


.container33{
  /*height: 100vh;*/
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
      margin-bottom: 10px;
}
.profile_container{
  aspect-ratio: 1/1;
  width: min(400px,90%);
  position: relative;
}
.back {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 6px 6px 0 #56555659, -6px -6px 0 #c138fa;
    border-radius: 50%;
    animation: rotate 8s infinite linear;
}
.profile img {
    border-radius: 50%;
    width: 100%;
}

.profile{
  border-radius: 50%;
  width: 100%;
  height: 100%;
/*  background-image: url();*/
  background-size: 100%;
  background-position: center;
  transition: all 0.2s ease-in-out;
  position: absolute;
}
.occupation{
color: #8d08d0;
}
/*.profile:hover{
  background-size: 110%;
  box-shadow: 10px 10px 0  #8d08d0 , -10px -10px 0  #c138fa;
}*/
.profile_infos{
  text-align: center;
}
@keyframes rotate {
  to{
    transform: rotate(360deg);
  }
}

/*.dc{
    margin-bottom: 30px !important;
}*/

.profile_infos h1 {
    font-size: 22px;
}

.occupation {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.profile_infos h1 {
    font-size: 18px;
    margin-top: 25px;
}

/*sponsership*/

.niminastion ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #c138fa;
}

.specials .nav-tabs {
    border: 0;
}

.specials .nav-link.active {
    color: #ffffff;
    background: #c138fa !important;
    border-color: #c138fa!important;
    font-size: 20px;
}


.specials .nav-link {
    border: 0;
    padding: 20px 15px;
    transition: 0.3s;
    color: #fff;
    border-radius: 0;
    border-right: 2px solid #c138fa;
    font-weight: 600;
    font-size: 20px;
}


.specials .nav-link:hover {
    color: #ffffff;
}


.specials .details h3 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #c138fa;
}
.specials .details p {
    color: #aaaaaa;
}
.niminastion p {
    font-size: 20px;
    font-weight: 600;
}

.niminastion ul {
    list-style: none;
    padding: 0;
}

.niminastion ul li {
    padding-bottom: 10px;
    color: #fff;
}

.row.specials.aos-init.aos-animate {
    background: #000000b8;
    padding: 30px 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.details{
    margin-left: 30px;
}


/*testimonil*/

.testimonial-bg{
   background-color:#fff;
    border: 5px solid #c138fa;
     font-family: 'Raleway', sans-serif;
    padding: 35px 70px;
    text-align: center;
    position: relative;
}
.testimonial-bg:before{
    content: "\f10d";
    font-family: "fontawesome";
    width: 75px;
    height: 75px;
  border: 5px solid #c138fa;
    line-height: 75px;
    background: #fff;
    text-align: center;
    font-size: 50px;
    color: #3c414c;
    position: absolute;
    top: -40px;
    left: 2%;
}
.testimonial{
    padding: 0 15px;
}
.testimonial .description{
    font-size: 20px;
    font-weight:400;
    font-style: italic;
    color: #848484;
    line-height: 30px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
}
.testimonial .description:before{
    content: "";
    width: 75%;
    border-top: 1px solid #c138fa;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #c138fa;
    border-right: 1px solid #c138fa;
    transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
  font-family: 'Raleway', sans-serif;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #c138fa;
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post{
  font-family: 'Raleway', sans-serif;
    display: inline-block;
    font-size: 20px;
    color: #848484;
}
.owl-theme .owl-controls{
    margin-top: 10px;
    position: absolute;
    bottom: -20%;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #34363b;
    opacity: 1;
    padding: 0;
   display:inline-block;
   margin:0 10px; 
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "fontawesome";
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}
.owl-next:before{
    content:"\f105";
}
@media only screen and (max-width:767px){
    .testimonial-bg{ padding: 50px 40px; }
    .owl-theme .owl-controls{ bottom: -22%; }
}
@media only screen and (max-width:480px){
    .testimonial-bg:before{
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }
    .testimonial-bg{ padding: 30px 10px; }
    .owl-theme .owl-controls{ bottom: -15%; }
}
@media only screen and (max-width:360px){
    .testimonial .title,
    .testimonial .post{
        font-size: 16px;
    }
    .owl-theme .owl-controls{ bottom: -12%; }
}

section#TESTIMONIALS {
    margin-top: 60px;
}

.cobox h3 {
    font-size: 30px;
    color: #c138fa;
}

.cobox h4 {
    font-size: 22px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cobox p {
    color: #fff;
    font-size: 16px;
}

.cobox h5 {
    display: inline-block;
    background: #c138fa;
    padding: 12px 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 30px 0px;
}
.cobox li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #fff;
}





























/*responsive*/


@media (max-width: 767px) {


.custom-video {

    display: none;

}

.mg-twww a {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
}
.heroText img {
    width: 70%;
    margin-bottom: 20px;
}

iframe {
    width: 100% !important;
}

.foter-col1 img {
    width: 58% !important;
    margin-bottom: 10px;
}
.sopnser-setion li {
    display: inline-block;
    width: 46% !important;
}
.sopnser-setion ul {
    list-style: none;
    text-align: center;
    padding-left: 0;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 30px;
}

.about-section .image-column .inner-column:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    background-image: url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
    content: "";
}

.image-1 img {
    width: 100%;
}
.about-section .image-column .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}
figure.image-2 {
    display: none;
}
.about-section .content-column .inner-column {
    position: relative;
    padding-left: 0px;
    margin-top: 10px;
}
.sec-title h2 {
    position: relative;
    display: block;
    line-height: 1em;
    color: #222222;
    padding-bottom: 6px;
    font-size: 25px;
}
.about-section .content-column {
    position: relative;
    margin-bottom: 0px;
}
.about-section {
    position: relative;
    padding: 0px 0 0px;
}
.section-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.mb-5 {
    margin-bottom: 2rem !important;
}
h2.mb-5.text-center.aos-init.aos-animate {
    font-size: 25px;
}
.imh h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 27px;
}
.imh {
    padding-left: 0px;
}
.kkjm {
    background: #000000a1;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    border-radius: 10px;
    margin-bottom: 20px;
}
.imh2 {
    margin-top: 10px;
    margin-bottom: 20px;
}
    h2 {
        font-size: 25px;
    }

.pb-5 {
    padding-bottom: 0rem !important;
}
i.step-line {
    display: none;
}
.date {
    display: none !important;
}
    .steps::after {
       display: none;
    }
    .ddsx img {
    border: 2px solid #eaeaea;
    padding: 2px;
    border-radius: 50%;
    background: #c138fa;
    width: 100%;
}
.col-md-3.col-lg-3.col-sm-12.col-xs-12.wm50 {
    width: 50% !important;
}
.content h3 {
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
}
.steps .content p {
    color: #000;
    font-size: 11px;
    margin-bottom: 0;
    line-height: 14px;
}
.ddsx {
    margin-bottom: 5px;
}
.steps .content h2 {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}
.steps-container .content {
    padding: 12px;
    background-color: #e9e9e9f5;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    width: 100%;
}
    .video-gallery .video {
        order: 1;
        padding-top: 0.1% !important;
        padding-bottom: 0.95%!important;
        position: relative;
        top: auto;
        width: 100%;
    }

    .video-gallery {
    margin-top: 1em !important;
    position: relative;
    width: 100%;
}
.video-gallery input[type=radio]:checked + label {

    font-size: 15px;
}

.video-gallery label {
    font-size: 15px !important;
}
.col-md-3.wm50 {
    width: 50% !important;
}
.profile_infos h1 {
    font-size: 14px;
    margin-top: 19px;
}
.occupation {
    color: #000000;
    font-size: 11px;
    font-weight: 400;
}
.dsc {
    margin-top: 20px;
}
.specials .nav-link.active {
    color: #ffffff;
    background: #c138fa !important;
    border-color: #c138fa !important;
    font-size: 16px;
}
.specials .nav-link {
    border: 0;
    padding: 20px 15px;
    transition: 0.3s;
    color: #fff;
    border-radius: 0;
    border-right: 2px solid #c138fa;
    font-weight: 600;
    font-size: 16px;
}
.row.specials.aos-init.aos-animate {
    background: #000000b8;
    padding: 30px 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
    border-radius: 10px;
}
.details {
    margin-left: 1px;
}
.specials .details h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #c138fa;
}

.niminastion p {
    font-size: 16px;
    font-weight: 600;
}
.niminastion ul li {
    padding-bottom: 10px;
    color: #fff;
    font-size: 14px;
}

.bkg {
    background-image: url(https://design-middleeast.com/awards2024/images/2024/shutterstock_2183672581.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 10px;
}

section#TESTIMONIALS {
    margin-top: 30px;
}
.testimonial .description {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #848484;
    line-height: 20px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
}
.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
}
.testimonial .title {
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #c138fa;
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post {
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    font-size: 16px;
    color: #848484;
}
.owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #34363b;
    opacity: 1;
    padding: 0;
    display: inline-block;
    margin: 0 3px;
}
    .testimonial-bg:before {
        width: 55px;
        height: 55px;
        line-height: 47px;
        font-size: 30px;
    }

    .footer-col1 {
    padding: 18px;
    margin-top: 10px;
    text-align: center;
    border-radius: 5px;
 /*   min-height: 126px;*/
    background: #00000061;
}
.specials .nav-link {
    border: 0;
    padding: 20px 15px;
    transition: 0.3s;
    color: #fff;
    border-radius: 0;
    border-right: 2px solid #c138fa;
    font-weight: 600;
    border-bottom: 2px solid #c138fa;
    font-size: 16px;
    border-left: 2px solid #c138fa;
    border-top: 2px solid #c138fa;
}
.col-lg-12.details.order-2.order-lg-1 {
    background: #000000;
    padding: 30px 10;
    /* border: 1px solid #fff; */
    /* margin: 10px 0; */
}
.footer-col1 {
    padding: 18px;
    margin-top: 10px;
    text-align: center;
    border-radius: 5px;
/*    min-height: 100px;*/
    background: #00000061;
}
    .row.specials.aos-init.aos-animate {
        background: #000000b8;
        padding: 0px 15px;
        -webkit-box-shadow: none;
        -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
        box-shadow: navajowhite;
        border-radius: 10px;
    }
    .heroText {
    position: absolute;
    z-index: 9;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
}
}




.icon-k ul {
    list-style: none;
}

li {
    font-family: "Jost", sans-serif !important;
}

.icon-k li i {
    font-size: 20px;
    color: #b033e4;
    margin-right: 10px;
    margin-bottom: 15px;
}


.Awards-inner {
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.myaccordion .card-body {
    background: #ebe8e8;
    color: #fff !important;
}

.card-body p {
    font-size: 16px;
    color: #000;
}

section#Nominations {
    padding: 80px 0px;
    background: #F6F6F6;
    margin-top: 20px;
}

.Nomination-col-3 {
   background-color: #cdb182;
    padding: 10px;
}

.Nomination-col-3 p {
margin-bottom: 0px;
color: #fff;
}

.Nomination-col-4 h2 {
    font-size: 28px;
    font-weight: 500;
        margin-bottom: 20px;
}

.Nomination-col-4 {
    margin-top: 50px;
}

.Nomination-col-4 p {
    font-size: 16px;
    color: #000;
}

.Nomination-col-4 {
    margin-top: 30px;
    border-right: 1px solid;
    padding-right: 10px;
}

.Nomination-col-5 {
    margin-top:30px;

  }
.Nomination-col-6.Awards-inner p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}
  .Nomination-col-5 h2 {
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 500;
  
}

.Nomination-col-2 {
    padding-left: 20px;
    padding-right: 20px;
}

.Nomination-col-7 {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.Nomination-col-7 h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

#Sponsorship {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/sp1.jpg);
}

.sp2 h2 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.sp2 p {
    font-size: 16px;
    color: #fff;
}

table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsl(0deg 0% 100% / 50.2%);
}

table {
    width: 100%;
}

i.fa.fa-check {
    font-size: 25px !important;
    vertical-align: middle;
    padding-top: 5px;
    color: #cdb182;
}
.ndf th, td {
    color: #fff;
    padding: 10px !important;
    text-align: center;
    vertical-align: middle;
    font-size: 13px !important;
}

p.dfcxs {
    margin-top: 30px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

i.fa.fa-check {
    font-size: 20px !important;
    vertical-align: middle;
    padding-top: 5px;
}


.bkgdf2 {
    background-image: url(../images/snew2.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 60% auto;
    padding-bottom: 0;
    padding-top: 0px;
}

.sec-title.dsfzzc h2 {
    font-size: 25px;
    margin-bottom: 0 !important;
}


.sec-title.dsfzzc {
    margin-bottom: 0;
}

.Contact-col1 h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.Contact-col1 p {
    font-size: 16px;
    margin-bottom: 10px;
}

.Contact-col1 {
    margin-bottom: 20px;
}


#foter-col{
    padding-top: 70px;
    padding-bottom: 50px;
    background: url(../images/sp2.jpg);
  }

.foter-col1 img {
    width: 25%;
    margin-bottom: 30px;
}
  .foter-col1 {
    text-align: center;
}

.foter-col1 p {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 40px;
}

.foter-col1 h5 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}


@media screen and (max-width: 767px) {

    .about-section {
        position: relative;
        padding: 20px 0 0px;
    }

    a.link {
    font-size: 22px;
}
.containerdcc {
    position: relative;
    display: grid;
    grid: 1fr / 1fr;
    width: 100%;
    height: 50vh;
    z-index: 999;
    padding: 12% 5%;
}

.bkgdf {

    background-size: 0% auto !important;
 
}

.myaccordion .btn {
    text-align: left;
}
    .Awards-inner {
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0%);
        margin-bottom: 20px;
    }
    h2.mb-5.text-center {
    font-size: 22px !important;
    font-weight: 500;
}
.Nomination-col-2 {
    padding-left: 10px;
    padding-right: 10px;
}
.Nomination-col-4 h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 30px;
}
.Nomination-col-4 {
    margin-top: 30px;
    border-right: 0px solid;
    padding-right: 0px;
}
.Nomination-col-5 {
    margin-top: 10px;
}
.Nomination-col-7 {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
}
section#Nominations {
    padding: 30px 0px;
    background: #F6F6F6;
    margin-top: 20px;
}
.Contact-col1 h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.bkgdf2 {
    background-image: url(../images/14.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 0% auto;
    padding-bottom: 0;
    padding-top: 50px;
}
.Nomination-col-7 h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}
.Nomination-col-5 h2 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500;
}
    .Nomination-col-4 h2 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 20px;
        line-height: 30px;
    }

    .icon-k ul {
    padding-left: 2rem;
}
.myaccordion .btn {
    width: 100%;
    font-weight: 400;
    color: #1b1b1b;
    padding: 0;
    font-size: 16px !important;
    text-decoration: none;
}
button.btnsd {
    border: 0px;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
}
h2.hgf {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400 !important;
    line-height: 25px !important;
}
.sec-title .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 4px;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 10px;
    /* text-transform: uppercase; */

}
.Nomination-col-4 li {
    margin-bottom: 10px;
    font-size: 15px;
}

table td, table th {
    padding: 15px;
    line-height: 1.5;
    font-size: 12px !important;
    vertical-align: top;
    border: 1px solid hsl(0deg 0% 100% / 50.2%);
}

    .bkgdf2 {
     
        padding-top: 0px !important;
    }


}



@media (max-width: 767px) {

section#hero {
    height: 100vh;

}

.videoWrapper {
    height: 100vh;
}


}