 
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #444; }
::-webkit-scrollbar-thumb { background: #e85d04; border-radius: 10px;}
::-webkit-scrollbar-thumb:hover { background: #e85d04; }
 
html{ height:100%; background: #151515; }
body{ background: #151515; color: #fff; position:relative;min-height:100vh;z-index:9999; font-family: 'Roboto', sans-serif !important; font-weight: normal; font-size: 15px; margin: 0; }

body { background: url(../images/bg-01.png);  background-attachment: fixed; }
body:before { background: rgb(0 0 0 / 66%); content: ""; width: 100%; height: 100%; position: absolute; left: 0;
 top: 0; z-index: -1;}
.headingOther { position: relative;  text-align: center; margin: 0 0 30px;
 width: 100%;}
.headingOther h2 { font-size: 16px; line-height: 24px; font-weight: 400; color: #e85d04; margin: 0; display: inline-block; position: relative; border: 1px solid #fff; padding: 7px 35px; border-radius: 35px; }
.headingOther h2:before { background-color: #fff; content: ""; width: 5px; height: 5px; left: 20px; position: absolute; top: 50%;
 transform: translate(0, -50%); border-radius: 50%; }
.headingOther h2:after { background-color: #fff; content: ""; width: 5px; height: 5px; right: 20px;
 position: absolute; top: 50%; transform: translate(0, -50%); border-radius: 50%; }
 
 /*
.btnTheme{ background: linear-gradient(91.43deg,#ff9800 1.22%,#ff6500 98.84%); border: none; box-shadow:none; border-radius: 2px; color: #fff; font-size: 15px; 
line-height: 20px; font-weight: 400; padding: 10px 30px; text-decoration: none; transition: all 0.5s ease; text-transform: capitalize; position: relative; overflow: hidden; z-index: 1; }
.btnTheme:hover, .btnTheme:focus { border: none; color: #fff; }

.btnTheme:before { position: absolute; content: ''; width: 75px; height: 75px; background-color: #000; border-radius: 50%; left: 0; bottom: 0; transform: translate(-50%, 50%); z-index: -1;
opacity: 0.1; transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
.btnTheme:hover:before { width: 420px; height: 420px; }
*/


.btnTheme { background: linear-gradient(91.43deg,#ff9800 1.22%,#ff6500 98.84%); border: 1px solid #ff6500; border-radius: 2px; color: #fff; font-size: 15px; line-height: 20px; font-weight: 600; 
padding: 10px 30px; text-decoration: none; transition: all 0.5s ease; text-transform: uppercase; position: relative; z-index: 1; overflow: hidden; }
.btnTheme:hover, .btnTheme:focus { box-shadow: none; border:1px solid #ff6500; color: #fff; transition: all 700ms ease; }
.btnTheme:before { background: linear-gradient(to bottom, #ff6500, #ff6522); content: ""; position: absolute; left: 0; top: 0; z-index: -1; height: 100%; width: 100%; -webkit-transform: scale(0, 1); 
-ms-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: bottom right; -ms-transform-origin: bottom right; transform-origin: bottom right; 
-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); 
-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); }
.btnTheme:hover:before { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; }

.slick-slide figure img { width: 100%;}
.slick-slide img { max-width: 100%; }
.bg-shape { position: absolute; left: 0; right: 0; bottom: 0; }
.bg-shape-image { position: absolute; left: 0; right: 0; bottom: -20px; }



/* START bgPulse */
.bgPulse {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
}

.bgPulse span {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fd4a05;
  opacity: .6;
  border-radius: 5px;
  z-index: 1;
}
.bgPulse span:nth-child(3n+1) {
  background: transparent;
  border: 5px solid #fff;
}
.bgPulse span:nth-child(1) {
  top: 50%;
  left: 20%;
  animation: animate 10s linear infinite;
}
.bgPulse span:nth-child(2) {
  top: 80%;
  left: 40%;
  animation: animate 12s linear infinite;
}
.bgPulse span:nth-child(3) {
  top: 10%;
  left: 65%;
  animation: animate 15s linear infinite;
}
.bgPulse span:nth-child(4) {
  top: 50%;
  left: 70%;
  animation: animate 6s linear infinite;
}
.bgPulse span:nth-child(5) {
  top: 10%;
  left: 30%;
  animation: animate 9s linear infinite;
}
.bgPulse span:nth-child(6) {
  top: 90%;
  left: 95%;
  animation: animate 8s linear infinite;
}
.bgPulse span:nth-child(7) {
  top: 80%;
  left: 5%;
  animation: animate 5s linear infinite;
}
.bgPulse span:nth-child(8) {
  top: 35%;
  left: 50%;
  animation: animate 14s linear infinite;
}
.bgPulse span:nth-child(9) {
  top: 5%;
  left: 5%;
  animation: animate 11s linear infinite;
}
.bgPulse span:nth-child(10) {
  top: 25%;
  left: 90%;
  animation: animate 10s linear infinite;
}

.bgPulse span:nth-child(11) {
  top: 60%;
  left: 20%;
  animation: animate 10s linear infinite;
}
.bgPulse span:nth-child(12) {
  top: 80%;
  left: 80%;
  animation: animate 12s linear infinite;
}
.bgPulse span:nth-child(13) {
  top: 50%;
  left: 75%;
  animation: animate 15s linear infinite;
}
.bgPulse span:nth-child(14) {
  top: 90%;
  left: 70%;
  animation: animate 6s linear infinite;
}
.bgPulse span:nth-child(15) {
  top: 10%;
  left: 10%;
  animation: animate 9s linear infinite;
}
.bgPulse span:nth-child(16) {
  top: 90%;
  left: 95%;
  animation: animate 8s linear infinite;
}
.bgPulse span:nth-child(17) {
  top: 80%;
  left: 5%;
  animation: animate 5s linear infinite;
}
.bgPulse span:nth-child(18) {
  top: 35%;
  left: 50%;
  animation: animate 14s linear infinite;
}
.bgPulse span:nth-child(19) {
  top: 35%;
  left: 85%;
  animation: animate 11s linear infinite;
}
.bgPulse span:nth-child(20) {
  top: 15%;
  left: 40%;
  animation: animate 20s linear infinite;
}
@keyframes animate {
  0% {
    transform: scale(0) translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}
@keyframes bgColor {
  0% {
    background: #fd4a05;
  }
  25% {
    background: #fd4a05;
  }
  50% {
    background: #fd4a05;
  }
  75% {
    background: #fd4a05;
  }
  100% {
    background: #fd4a05;
  }
}

/* END bgPulse */
/* START cardOuterMain */
.cardFirstMain { width: 100%; overflow: hidden; position: relative; z-index: 1; }
.cardOuterMain { margin: 0; }
.cardOuterMain> h2 { text-transform: capitalize; text-align: center; font-size: 20px; line-height: 30px; font-weight: 500;
color: #000000; margin: 0 0 10px; display: inline-block; width: 100%; }
.cardOuterMain> h2 a { color: #000000; }
.cardOuterMain> h2 a:hover { color: #311cb4; }
.cardOuterArea { border-radius:15px; margin: 0 auto;  width: 100%; max-width: 450px;  position: relative; z-index: 999; }
.cardOuter { display: inline-block; width: 100%; background: #0d0c0a; border-radius: 0; padding: 0 0 20px; overflow: hidden; position: relative; }
.cardSlideFirst { position: relative; margin: 0; }
.cardSlide { margin: 0; }
.cardDetail { position: relative; margin: 0; }
.cardDetail iframe { border-radius: 24px; overflow: hidden; }
.cardDetail img { border-radius: 24px; overflow: hidden; }
.cardSlideOwner .slick-slider { z-index: 9; }
.cardSlideOwner video { height: 350px !important; }
.cardSlideOwner .slick-prev, .cardSlideOwner .slick-next { background: linear-gradient(180deg, #8a8a8a7d, #7777774d); border-radius: 50%; position: absolute; top: 50%; bottom: auto; z-index: 9; cursor: pointer; height: 36px; width: 36px; text-align: center; line-height: 30px;
  transition: all 0.1s ease-out 0s; -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.cardSlideOwner .slick-prev:hover, .cardSlideOwner .slick-prev:focus, .cardSlideOwner .slick-next:hover, .cardSlideOwner .slick-next:focus { opacity: 1; background: #e85d04; }
.cardSlideOwner .slick-prev { left: 10px; }
.cardSlideOwner .slick-next { right: 10px; }
.cardSlideOwner .slick-prev:before, .cardSlideOwner .slick-next:before { display: none; }
.cardSlideOwner .slick-prev img, .cardSlideOwner .slick-next img { width: 30px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

/* END cardOuterMain */

/* START userInfo */
.userInfo { margin: 0 0 20px; padding: 0 15px; display: inline-block; width: 100%; 
text-align: left; position: relative; }
.logoTeam { margin: 0 0 10px; position: relative; border: 2px solid #fff; border-radius: 4px; 
/* width: 100px; */ height: 70px; box-shadow: 0px 0px 22px 10px rgb(0 0 0 / 25%);}
.userInfo h3 { font-size: 18px; line-height: 24px; font-weight: 500; color: #ff6500; margin: 0 0 5px; }
.userInfo p { margin: 0; color: #fff; font-size: 14px; line-height:  20px; }
.userInfo .logoTeam { border: none !important; }
/* END userInfo */

/* START cardAccordion */
.cardAccordion { padding: 0 15px; margin: 0 0 30px; }
.cardAccordion .accordion-item { background: #222; border: none; border-radius: 4px; margin: 0 0 12px;  }
.cardAccordion .accordion-button:not(.collapsed) { background: transparent; box-shadow: none; color: #fff; }
.cardAccordion .accordion-button:focus { background: transparent; box-shadow: none; color: #fff; }
.cardAccordion .accordion-button::after { background-size: 14px 14px; width: 14px; height: 14px; 
filter: brightness(50); }
.cardAccordion .accordion-button { font-size: 16px; line-height: 24px; padding: 10px 15px; 
color: #ff6500; background: transparent; border-radius: 2px 2px 0 0 !important; }
.cardAccordion .accordion-body { padding: 15px; color: #fff; background: #151515;  }
.accordion-item .accordion-button.collapsed { color: #fff; border-radius: 2px !important; }
.addressAccordian ul { margin: 0; padding: 0; }
.addressAccordian ul li { list-style-type: none; margin: 0 0 10px; }
.addressAccordian ul li:last-child { margin: 0; }
.addressAccordian ul li a { color: #fff; font-size: 15px; line-height: 16px; display: flex; align-items: center; gap: 10px; text-decoration: none; }
.addressAccordian ul li a:hover { opacity: 0.8; }
.addressAccordian ul li i { color: #fff; font-size: 15px; width: 34px; min-width: 34px; height: 34px; 
background: linear-gradient(180deg, #8a8a8a7d, #7777774d); border-radius: 50%; 
 display: flex; align-items: center; justify-content: center;}
.addressAccordian img.addressAccordianLogo { max-width: 100%; width: 100px; margin: 0 0 20px; }
.cardAccordion .logSocial { margin: 0; }
.cardAccordion .logSocial ul { justify-content: left; }
.cardAccordion .documants h4 { font-size: 13px; line-height: 16px;   }
.cardAccordion .documants a img { width: 90px; margin: 0 0 10px; }
.formAccordian form { display: flex; gap: 10px; }
.formAccordian .form-control { border-radius: 4px; background: #111; border: 1px solid #ffffff38; 
color: #fff;font-size: 13px; height: auto; padding: 8px 12px;}
.formAccordian .btn { padding: 8px 12px; font-size: 13px; width: 120px; font-weight: 500;border: 1px solid #fff; }
.memberThumbnailOuter {	margin: 0; display: flex; align-items: center; justify-content: center; gap: 20px; }
.memberThumbnail {width: calc(50% - 10px);background: #0d0c0a;padding: 0; border-radius: 24px; overflow: hidden;}
.memberThumbnail a { display: inline-block; width: 100%; margin: 0 0 10px;}
.memberThumbnail a img {  width: 100%; margin: 0; border-radius: 4px; }
.memberThumbnail h4 { font-size: 16px; line-height: 22px; font-weight: 400; color: #ff6500; margin: 0 0 15px; text-align: center; }
/* END cardAccordion */
 
/* START logSocial */
.logSocial { width: 100%; margin: 0 0 30px; }
.logSocial ul { display: flex; align-items: center; justify-content: center; gap: 15px; margin: 0; padding: 0; }
.logSocial ul li { margin: 0; list-style-type: none; display: inline-block; }
.logSocial ul li a { line-height: 36px; width: 36px; height: 36px; border: none; background: #fff; border-radius: 50%; color: #222; transition: all 0.2s; position: relative; display: flex; justify-content: center; align-items: center; text-decoration: none;  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; filter: drop-shadow(0px 4px 8px rgba(166, 114, 93, 0.32));}
.logSocial ul li a i { font-size: 16px;} 
.logSocial ul li a:hover {  background: #ff6500; color: #fff; } 
.logSocialLeft ul { justify-content: start; padding: 0 15px; }
/* END logSocial */
.accordionBtnOuter.ticketPurchaseArea { margin-top: 20px; }

/* START videoHighlightsMain */
.videoHighlightsMain { margin: 0 0 20px; padding: 0 15px; }
.videoHighlights.slick-dotted.slick-slider { margin-bottom: 65px; }
.videoHighlights .slick-prev:before, .videoHighlights .slick-next:before { display: none !important; }
.videoHighlights .slick-slider { z-index: 9; }
.videoHighlights .slick-prev, .videoHighlights .slick-next { background: #e85d04; border-radius: 8px; position: absolute; top: 50%;
bottom: auto; z-index: 9; cursor: pointer; height: 36px; width: 36px; text-align: center; line-height: 30px;
color: #000000; transition: all 0.1s ease-out 0s; }
.videoHighlights .slick-prev:hover, .videoHighlights .slick-prev:focus, .videoHighlights .slick-next:hover, .videoHighlights .slick-next:focus { opacity: 1; background: #655eca; color: #000000; }
.videoHighlights .slick-prev { left: 10px; }
.videoHighlights .slick-next { right: 10px; }
.videoHighlights .slick-prev:before, .videoHighlights .slick-next:before { display: none; }
.videoHighlights .slick-prev img, .videoHighlights .slick-next img { width: 30px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.videoUrl {	margin: 20px 0 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 15px;}
.videoUrl .btn { width: 100%; }
.videoHighlights .cardDetail { border: 1px solid #444; border-radius: 24px; }
/* END videoHighlightsMain */


/* START blogsMain */
.blogsMain { margin: 0 0 60px; padding: 0 15px; }
.blogsOuter.slick-dotted.slick-slider { margin-bottom: 0px; } 
.blogsOuter .slick-prev:before, .blogsOuter .slick-next:before { display: none !important; }
.blogsOuter .slick-slider { z-index: 9; }
.blogsOuter .slick-prev, .blogsOuter .slick-next { background: #e85d04; border-radius: 8px; position: absolute;
top: 50%; bottom: auto; z-index: 9; cursor: pointer; height: 36px; width: 36px; text-align: center; 
line-height: 30px; color: #000000; transition: all 0.1s ease-out 0s; }
.blogsOuter .slick-prev:hover, .blogsOuter .slick-prev:focus, .blogsOuter .slick-next:hover, .blogsOuter .slick-next:focus { opacity: 1; background: #655eca; color: #000000; }
.blogsOuter .slick-prev { left: 10px; }
.blogsOuter .slick-next { right: 10px; }
.blogsOuter .slick-prev:before, .blogsOuter .slick-next:before { display: none; }
.blogsOuter .slick-prev img, .blogsOuter .slick-next img { width: 30px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.myModalCustom .modal-body {
    border-top:  1px solid #ffffff8f;
}

.cardAccordion .accordion-body:before {
    background: #0000003b;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.blogInner { margin: 0 ; border-radius: 24px; border: 1px solid #ffffff14; width: 100%; display: inline-block; background: #ffffff14;/* background: transparent !important; */ border: 1px solid #ffffff8f;}
.blogInner figure { margin: 0; }
.blogInner img { width:100%; border-radius: 24px 24px 0 0; }
.blogInner h4 { color: #e85d04; font-size: 18px; line-height: 22px; margin: 0 0 10px; text-transform: capitalize;
font-weight: 700; border-bottom: 1px solid #ffffff40; padding: 0 0 12px; font-weight: 700; }
.blogInner p { color: #fff; font-size: 14px; line-height: 20px; margin: 0 0 10px; }
.adminData { padding: 20px; }
.posted p a { color: #e85d04; }
.posted p a:hover { color: #e85d04; text-decoration: none; } 
/* END blogsMain */

.testimonialsMain .testimonialData { /* background: transparent !important;*/ border: 1px solid #ffffff8f; }
.merchMain .slick-dotted.slick-slider { /* background: transparent !important;*/ border: 1px solid #ffffff8f; }
.blogsMain .slick-dotted.slick-slider { /* background: transparent !important;*/ }
.sponsoredAdsMain .slick-dotted.slick-slider { /* background: transparent !important; */}
.serviceMain .slick-dotted.slick-slider { /* background: transparent !important; */}
.teamMain .slick-dotted.slick-slider {  /*background: transparent !important; */}
.documentsSlider.slick-dotted.slick-slider { /* background: transparent !important; */}
.accordionBtnArea.loginBtn { text-align: center; margin: 0; }
.accordionBtnArea.loginBtn a { font-size: 18px; }
.mybio { display: flex; justify-content: left; margin: 20px 0 0; }

/* START liveStreamMain */
.liveStreamMain { margin: 0; padding: 0 15px; }
.liveStreamInner.slick-dotted.slick-slider { margin-bottom: 60px; }
.liveStreamInner .slick-slider { z-index: 9; }
.liveStreamInner .slick-prev, .liveStreamInner .slick-next { background: #e85d04; border-radius: 8px; position: absolute; top: 50%;
bottom: auto; z-index: 9; cursor: pointer; height: 36px; width: 36px; text-align: center; line-height: 30px;
color: #000000; transition: all 0.1s ease-out 0s; }
.liveStreamInner .slick-prev:hover, .liveStreamInner .slick-prev:focus, .liveStreamInner .slick-next:hover, .liveStreamInner .slick-next:focus { opacity: 1; background: #655eca; color: #000000; }
.liveStreamInner .slick-prev { left: 10px; }
.liveStreamInner .slick-next { right: 10px; }
.liveStreamInner .slick-prev:before, .liveStreamInner .slick-next:before { display: none; }
.liveStreamInner .slick-prev img, .liveStreamInner .slick-next img { width: 30px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

/* END liveStreamMain */

/* START accordionBtnOuter */
.accordionBtnOuter { margin: 0 0 20px; padding: 0 15px; display: inline-block; width: 100%; }
.accordionBtnArea { margin: 0 0 20px; }
/* .accordionBtnOuter.ticketPurchaseArea a.btnTheme { margin: 0 0 20px; } */
.accordionBtnArea .btn { justify-content: center; display: flex; align-items: center; gap: 10px; }
.accordionBtnArea .btn i { font-size: 14px; }
.accordionBtnArea .table { margin: 10px 0; border: 1px solid #e7e7e7; }
.accordionBtnArea .table thead { background: #070707;} 
.accordionBtnArea .table th, .accordionBtnArea .table td { color: #fff; padding: 8px 10px; vertical-align: middle; font-size: 12px; }
.accordionBtnArea .table td { min-width: 110px; } 
.scheduleTable .table tr td:nth-child(5) { min-width: 170px; } 
.accordionBtnArea .table th { text-transform: capitalize; font-weight: 500; }
.accordionBtnArea ::-webkit-scrollbar { width: 100%; height: 4px; }
.accordionBtnArea ::-webkit-scrollbar-track { background: #444; }
.accordionBtnArea ::-webkit-scrollbar-thumb { background: #e85d04; border-radius: 10px;}
.accordionBtnArea ::-webkit-scrollbar-thumb:hover { background: #e85d04; }
/* END accordionBtnOuter */

/* START tableSchedule */
.tableSchedule .table { margin: 10px 0; border: 1px solid #e7e7e7; }
.tableSchedule .table thead { background: #fff;} 
.tableSchedule .table tbody { background: #fff;}
.tableSchedule .table th, .tableSchedule .table td { color: #111; padding: 8px 10px; vertical-align: middle; font-size: 12px; }
.tableSchedule .table td { min-width: 110px; }  
.tableSchedule .table th { text-transform: capitalize; font-weight: 500; }
/* END tableSchedule */


/* START sponsoredAdsMain */
.sponsoredAdsMain { margin: 0 0 30px; padding: 0 15px; }
.sponsoredAdsInner figure img { width: 100%; }
.sponsoredAdsInnerOwner.slick-dotted.slick-slider { margin-bottom: 60px; }
.sponsoredAdsInner .slick-slider { z-index: 9; }
.sponsoredAdsInner .slick-prev, .sponsoredAdsInner .slick-next { background: #e85d04; border-radius: 8px; position: absolute; top: 50%;
bottom: auto; z-index: 9; cursor: pointer; height: 36px; width: 36px; text-align: center; line-height: 30px;
color: #000000; transition: all 0.1s ease-out 0s; }
.sponsoredAdsInner .slick-prev:hover, .sponsoredAdsInner .slick-prev:focus, .sponsoredAdsInner .slick-next:hover, .sponsoredAdsInner .slick-next:focus { opacity: 1; background: #655eca; color: #000000; }
.sponsoredAdsInner .slick-prev { left: 10px; }
.sponsoredAdsInner .slick-next { right: 10px; }
.sponsoredAdsInner .slick-prev:before, .sponsoredAdsInner .slick-next:before { display: none; }
.sponsoredAdsInner .slick-prev img, .sponsoredAdsInner .slick-next img { width: 30px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.sponsoredAdsInnerOwner .cardDetail { border: 1px solid #444; border-radius: 24px; }
.sponsoredAdsInnerOwner figure { margin: 0; }
.btnSponser { width: 100%; display: inline-block; }
.btnCardFull { margin: 20px 0 40px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
 gap: 20px; padding: 0 15px; }
.btnCardFull .btn { width: 100%; padding: 10px; }
.overlay-gallary { position: absolute; left: 2%; top: 3%; width: 96%; height: 94%; content: ""; 
background: transparent; backdrop-filter: blur(5px); opacity: 0; -webkit-transition: all .3s; transition: all .3s; -webkit-transform: scale(0); transform: scale(0); color: #FFF; display: flex; align-items: center; justify-content: center; font-size: 30px; font-weight: normal; border-radius: 20px; } 
.sponsoredAdsInner .cardDetail figure { margin: 0; }
.sponsoredAdsInner .cardDetail:hover .overlay-gallary { opacity: 1; -webkit-transition: all .3s; transition: all .3s; -webkit-transform: scale(1); transform: scale(1); }
/* END sponsoredAdsMain */
 

/* START teamMain */
.teamMain { margin: 0 0 30px; padding: 0 15px; } 
.teamOwner .slick-slide { margin: 0 10px; }
.teamOwner .slick-list {  margin: 0 -10px;}
.team.slick-dotted.slick-slider { margin-bottom: 50px;background: #fff;border-radius: 4px;padding: 10px; }
.team .slick-slider { z-index: 9; }
.team .slick-prev, .team .slick-next { background: #e85d04; border-radius: 8px; position: absolute; top: 50%;
bottom: auto; z-index: 9; cursor: pointer; height: 36px; width: 36px; text-align: center; line-height: 30px;
color: #000000; transition: all 0.1s ease-out 0s; }
.team .slick-prev:hover, .team .slick-prev:focus, .team .slick-next:hover, .team .slick-next:focus { opacity: 1; background: #655eca; color: #000000; }
.team .slick-prev { left: 10px; }
.team .slick-next { right: 10px; }
.team .slick-prev:before, .team .slick-next:before { display: none; }
.team .slick-prev img, .team .slick-next img { width: 30px; position: absolute; left: 50%; top: 50%; 
transform: translate(-50%, -50%); }
.cardDetail { display: flex; align-items: center; justify-content: center; }
.team .cardDetail img { height: 60px; border-radius:0;  }
.teamUrl {	margin: 60px 0 0; display: flex; align-items: center; justify-content: center; gap: 10px;}
.teamUrl .btn { width: 100%; } 
/* END teamMain */



/* START livestreamFormMain */
.livestreamFormMain { margin: 0 0 30px; }
.livestreamFormRadio { display: flex; gap: 0 20px; align-items: center; }
.livestreamFormHead { display: flex; gap: 0 20px; align-items: center; margin: 0 0 20px; }
.livestreamFormHeadRight h3 { text-transform: uppercase; font-size: 18px; line-height: 24px; font-weight: 600; 
color: #311cb4; margin: 0; }
.livestreamFormOuter { background: #f3f3f7; border: 5px solid #eee; border-radius: 5px; padding: 20px 20px 10px; 
margin: 0 0 30px; }
.livestreamFormOuter .form-group { margin: 0 0 20px; position: relative; } 
.livestreamFormOuter .form-control, .livestreamFormOuter .form-select  { background: #fff;  }
.livestreamFormOuter .form-control:focus, .livestreamFormOuter .form-select:focus { border: 2px solid #eee; }
.livestreamFormOuter .radioCustom { margin: 0 0 10px; text-transform: uppercase; color: #b19a2f; }
.livestreamFormOuter .addMore { position: relative; top: -10px; }
/* END livestreamFormMain */


/* START merchMain */
.merchMain { margin: 5px 0 20px; padding: 0 15px; display: inline-block; width: 100%; }
.merchInner.slick-dotted.slick-slider { margin-bottom: 30px; background: #191919; border-radius: 20px; padding: 15px; }
.merchInner .slick-slider { z-index: 9; }
.merchInner .slick-prev, .merchInner .slick-next { background: #e85d04; border-radius: 8px; position: absolute; 
top: 50%; bottom: auto; z-index: 9; cursor: pointer; height: 36px; width: 36px; text-align: center; line-height: 30px;
color: #000000; transition: all 0.1s ease-out 0s; }
.merchInner .slick-prev:hover, .merchInner .slick-prev:focus, .merchInner .slick-next:hover, .merchInner .slick-next:focus { opacity: 1; background: #655eca; color: #000000; }
.merchInner .slick-prev { left: 10px; }
.merchInner .slick-next { right: 10px; }
.merchInner .slick-prev:before, .merchInner .slick-next:before { display: none; }
.merchInner .slick-prev img, .merchInner .slick-next img { width: 30px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.merchInner .slick-slide { transform: scale(0.8); transition: all 0.3s ease; }
.merchInner .slick-center { transform: scale(1); }
.merchInner .cardDetail h4 { color: #e85d04; margin: 10px 0 0; font-size: 18px; font-weight: 600; display: none; }
.merchMain .cardDetail { flex-direction: column; }
.merchMain .slick-current .cardDetail h4 { display: block; }
.merchInnerImage { display: flex; gap: 10px; align-items: center; justify-content: center;background: #191919; border-radius: 20px; padding: 15px; }
.merchInnerImage img { max-height: 200px; }
.merchInnerImage .cardDetail h4 { color: #e85d04; margin: 10px 0 0; font-size: 18px; font-weight: 600;}
/* END merchMain */

.onOffToggle {
    margin-left: 20px;
}

/* START tabCardMain */
.tabCardMain { margin: 0 0 30px; padding: 0; }
.tabCardMain h3 { text-align: center; font-size: 16px; line-height: 24px; font-weight: 400;
color: #fff; margin: 0 0 10px; display: inline-block; width: 100%; }

.tabCardFirstArea .nav-tabs { background: transparent; border: none; width: 100%; display: flex;
justify-content: center; gap: 6px; }
.tabCardFirstArea .nav-tabs .nav-item { margin: 0; width: calc(50% - 3px); }
.tabCardFirstArea .nav-tabs .nav-link {background: #e8610a;border: none; 
border-bottom: 1px solid rgb(188 228 241 / 50%); border-radius: 5px; padding: 8px 10px; font-size: 14px;
line-height: 20px; color: #fff; text-align: center; font-weight: 500; text-transform: uppercase; }
.tabCardFirstArea .nav-tabs .nav-item.show .nav-link, .tabCardFirstArea .nav-tabs .nav-link.active { background: linear-gradient(91.43deg,#ff9800 1.22%,#ff6500 98.84%); color: #fff; }
.tabCardFirstArea .nav-tabs .nav-link:hover, .tabCardFirstArea .nav-tabs .nav-link:focus {  background: linear-gradient(91.43deg,#ff9800 1.22%,#ff6500 98.84%); color: #fff; }
.tabCardFirstArea .tab-content { margin: 20px 0 0;  }

.tabCardSecondArea .nav-tabs { background: transparent; border: none; width: 100%; display: flex; gap: 6px; justify-content: center; }
.tabCardSecondArea .nav-tabs .nav-item { margin: 0; width: calc(50% - 3px); }
.tabCardSecondArea .nav-tabs .nav-link { background: #ff9800; border: none; border-radius: 5px; padding: 8px 5px; font-size: 14px; line-height: 20px;  color: #fff; text-align: center; font-weight: 500; text-transform: capitalize; }
.tabCardSecondArea .nav-tabs .nav-item.show .nav-link, .tabCardSecondArea .nav-tabs .nav-link.active { background: #e8610a; color: #fff; }
.tabCardSecondArea .nav-tabs .nav-link:hover, .tabCardSecondArea .nav-tabs .nav-link:focus {  background: #e8610a; 
color: #fff; }
.tabCardSecondArea .tab-content { margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid rgb(255 255 255 / 20%); }

.tabCardThirdArea .nav-tabs { background: transparent; border: none; width: 100%; display: flex; gap: 6px; justify-content: center; }
.tabCardThirdArea .nav-tabs .nav-item { margin: 0; width: calc(50% - 3px); }
.tabCardThirdArea .nav-tabs .nav-link { background: #ff9800; border: none; border-radius: 5px; padding: 8px 5px; font-size: 14px; line-height: 20px;  color: #fff; text-align: center; font-weight: 500; text-transform: capitalize; }
.tabCardThirdArea .nav-tabs .nav-item.show .nav-link, .tabCardThirdArea .nav-tabs .nav-link.active { background: #e8610a; color: #fff; }
.tabCardThirdArea .nav-tabs .nav-link:hover, .tabCardThirdArea .nav-tabs .nav-link:focus {  background: #e8610a; 
color: #fff; }
.tabCardThirdArea .tab-content { margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid rgb(255 255 255 / 20%); }

.tabCardFourthArea .nav-tabs { background: transparent; border: none; width: 100%; display: flex; gap: 6px; justify-content: center; }
.tabCardFourthArea .nav-tabs .nav-item { margin: 0; width: calc(50% - 3px); }
.tabCardFourthArea .nav-tabs .nav-link { background: #ff9800; border: none; border-radius: 5px; padding: 8px 5px; font-size: 14px; line-height: 20px;  color: #fff; text-align: center; font-weight: 500; text-transform: capitalize; }
.tabCardFourthArea .nav-tabs .nav-item.show .nav-link, .tabCardFourthArea .nav-tabs .nav-link.active { background: #e8610a; color: #fff;
border: none; }
.tabCardFourthArea .nav-tabs .nav-link:hover, .tabCardFourthArea .nav-tabs .nav-link:focus { background: #e8610a; color: #fff; border: none; }
.tabCardFourthArea .tab-content { margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid rgb(255 255 255 / 20%)	; }
.userThumbnailOuter { margin: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: start; 
gap: 20px;}
.userThumbnail { width: calc(50% - 10px); background: #0d0c0a; border-radius: 24px; overflow: hidden;}
.userThumbnail a { display: inline-block; width: 100%; margin: 0 0 10px; }
.userThumbnail a img { width: 100%; height: 180px; object-fit: cover; margin: 0;border-radius: 4px;}
.userThumbnail h4 { font-size: 15px; line-height: 18px; font-weight: 500; color: #ff6500;
margin: 0 0 15px; text-align: center;}
/* END tabCardMain */

 
/* START atheletSliderMain */
/* .atheletSliderMain { margin: 0 0 50px; padding: 0; } */
.atheletSliderInner .slick-slide { margin: 0 10px; }
.atheletSliderInner .slick-list {  margin: 0 -10px;}
.atheletSliderInner.slick-dotted.slick-slider { margin-bottom: 60px; }
.atheletSliderInner .slick-slider { z-index: 9; }
.atheletSliderInner .slick-prev, .atheletSliderInner .slick-next { background: #e85d04; border-radius: 8px; position: absolute; top: 50%;
bottom: auto; z-index: 9; cursor: pointer; height: 36px; width: 36px; text-align: center; line-height: 30px;
color: #000000; transition: all 0.1s ease-out 0s; }
.atheletSliderInner .slick-prev:hover, .atheletSliderInner .slick-prev:focus, .atheletSliderInner .slick-next:hover, .atheletSliderInner .slick-next:focus { opacity: 1; background: #655eca; color: #000000; }
.atheletSliderInner .slick-prev { left: 10px; }
.atheletSliderInner .slick-next { right: 10px; }
.atheletSliderInner .slick-prev:before, .atheletSliderInner .slick-next:before { display: none; }
.atheletSliderInner .slick-prev img, .atheletSliderInner .slick-next img { width: 30px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.atheletSliderData {
    width: 100%;
    background: transparent;
    border-radius: 24px;
    border: 1px solid #ffffff8f;
    position: relative;
}
.atheletSliderData a {display: inline-block; width: 100%; margin: 0 0 10px; }
.atheletSliderData img { width: 100%; height: 180px;object-fit: cover; margin: 0; border-radius: 4px;}
.atheletSliderData h4 { font-size: 15px; line-height: 18px;font-weight: 500; color: #ff6500;
margin: 0 0 15px; text-align: center;}
.documentsSlider .slick-slide { margin: 0 10px; }
/* END atheletSliderMain */


/* START testimonialsMain */
.testimonialInner { padding: 15px; }
.testimonialInner .testimonialData { background: transparent !important; border: none !important; 
padding: 0; margin: 0; }
.testimonialsMain { margin: 0 0 60px; padding: 0 15px; }
.testimonialsInner.slick-dotted.slick-slider { margin-bottom: 60px; }
.testimonialsInner .slick-slider { z-index: 9; }
.testimonialsInner .slick-prev, .testimonialsInner .slick-next { background: #e85d04; border-radius: 8px; position: absolute; top: 50%; bottom: auto; z-index: 9; cursor: pointer; height: 36px; width: 36px; text-align: center; line-height: 30px; color: #000000; transition: all 0.1s ease-out 0s; }
.testimonialsInner .slick-prev:hover, .testimonialsInner .slick-prev:focus, .testimonialsInner .slick-next:hover, .testimonialsInner .slick-next:focus { opacity: 1; background: #655eca; color: #000000; }
.testimonialsInner .slick-prev { left: 10px; }
.testimonialsInner .slick-next { right: 10px; }
.testimonialsInner .slick-prev:before, .testimonialsInner .slick-next:before { display: none; }
.testimonialsInner .slick-prev img, .testimonialsInner .slick-next img { width: 30px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.testimonialData { border-radius: 20px; padding: 15px; display: flex; align-items: center; justify-content: center;
flex-direction: column; overflow: hidden; background: transparent !important; border: 1px solid #ffffff8f;
 text-align: left; row-gap: 15px; position: relative; margin: 0 5px;}
.testimonialImage { display: flex; align-items: center; justify-content: center; border-radius: 100px; overflow: hidden; padding: 10px; max-width: 80px; max-height: 80px; border: 2px dashed #FFF;}
.testimonialImage img { width: 100%; object-fit: cover; max-width: 80px;
max-height: 80px; border-radius: 100px;}
.mainText { display: flex; align-items: start; justify-content: center; flex-direction: column;}
.testimonialDetails { display: flex; align-items: center; width: 100%; justify-content: start; gap: 10px;}
.mainText h4 { font-size: 18px; font-weight: 600; line-height: 22px; margin: 0 0 5px;
color: #ff6500;}
.mainText p { color: #FFF; margin: 0;}
.testDesc { color: #FFF;
  text-align: center; 
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
.quoteImage { position: absolute; top: 30px; right: 30px;}
.quoteImage img { width: 100%; max-width: 50px;}
/* END testimonialsMain */


/* START myModalCustom */
.myModalCustom .modal-content { background: #151515;}
.myModalCustom .modal-header { background: #232323; padding: 12px 15px; border-bottom: none; }
.myModalCustom .modal-title { color: #e85d04; margin: 0; font-size: 18px; font-weight: 600;}
.myModalCustom  .modal-header .btn-close { background: #151515; border-radius: 50%; opacity: 1;
color: #e85d04; width: 34px; height: 34px; padding: 0; display: flex; align-items: center;
justify-content: center; font-size: 16px;}
.myModalCustom .modal-body p { color: #fff; }
.myModalCustom .modal-footer { border-top: 1px solid #ffffff33; }
/* END myModalCustom */


/* START digital-card-preview-wrapper */
.digital-card-preview-wrapper .addToContactWrap { gap: 5px; padding: 0 5px; }
.digital-card-preview-wrapper .scanBtn { min-width: 36px; height: 36px; }
.digital-card-preview-wrapper .scanBtn i { font-size: 18px; }
.digital-card-preview-wrapper .plusBtn { min-width: 36px; width: 36px; height: 36px; }
.digital-card-preview-wrapper .plusBtn i { font-size: 16px; }
/* END digital-card-preview-wrapper */


/* START addToContact */
.addToContact { position: fixed; width: 100%; bottom: 0; max-width: 425px;  
left: 0; margin: auto; right: 0; padding-bottom: 20px; z-index: 99;}
.addToContactWrap { display: flex; align-items: center; gap: 8px; padding: 0 5px; }
.scanBtn { min-width: 44px; height: 44px; background: #ff6500; border-radius: 50%; display: flex; align-items: center; 
justify-content: center; filter: drop-shadow(0px 4px 8px rgba(166, 114, 93, 0.32)); text-decoration: none; }
.scanBtn img { filter: invert(0); width: 20px;}
.scanBtn i { font-size: 20px; color: #fff; } 
.quotes, .addToBtn { margin-left: auto;}
.addToBtnSec { display: flex; align-items: center; border-radius: 30px; background: #fff; 
box-shadow: rgb(255 255 255 / 20%) 0px 6px 20px 0px; padding: 6px 6px 6px 20px; justify-content: end; width: fit-content; gap: 8px;}
.plusBtn { border-radius: 50%; background: #000; width: 40px; height: 40px; display: flex; align-items: center;    justify-content: center; }
.plusBtn img { filter: invert(1); }
.plusBtn i { font-size: 20px; color: #000; } 
.add-txt { color: #000; text-align: center; font-size: 16px; font-style: normal; font-weight: 500; line-height: 24px;}
.addToBtn { text-decoration: none; }
.qrCode { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 10px; }
.qrCode a {display: flex; color: #fff; font-size: 150px; }

.tabModal {	padding: 30px 10px; }
.tabModal .nav-tabs { background: transparent; border: none; width: 100%; display: flex; gap: 5px; justify-content: center; }
.tabModal .nav-tabs .nav-item { margin: 0 1px; }
.tabModal .nav-tabs .nav-link { background: #232323; border: 1px solid #e8610a; border-radius: 25px; 
padding: 12px 40px; font-size: 15px; line-height: 20px;  color: #fff; text-align: center; font-weight: 500; text-transform: capitalize; }
.tabModal .nav-tabs .nav-item.show .nav-link, .tabModal .nav-tabs .nav-link.active { background: #e8610a; 
color: #fff; }
.tabModal .nav-tabs .nav-link:hover, .tabModal .nav-tabs .nav-link:focus {  background: #e8610a; 
color: #fff; }
.tabModal .tab-content { margin: 20px 0 0; }
.qrCodeLink { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0 0 20px; }
.qrCodeLink a {display: flex;color: #ff9800; font-size: 18px; justify-content: center; text-decoration: none;gap: 7px;
align-items: center;}
.tabModal .logSocial { margin: 0; }

.contactRight { margin: 0; }
.contactRight .form-group { margin-bottom: 20px; position: relative;}
.contactRight label.error { position: absolute;	left: 0; bottom: -22px;	color: #ff0000;	font-size:12px;}
.contactRight label { font-weight: 400; color: #fff; font-size: 14px; margin: 0 0 5px;}
.contactRight .form-control { background-color: #00000042; border: 1px solid rgb(255 255 255 / 7%);
box-shadow: none;color: #fff; font-size: 14px; padding: 12px 15px; transition: all 0.4s;border-radius: 0;}
.contactRight textarea.form-control { height: 100px; padding-top: 15px;	resize: none; }
.contactRight .form-control::-webkit-input-placeholder{ color: #fff; }
.contactRight .form-control::-moz-placeholder { color: #fff; }
.contactRight .form-control::-ms-input-placeholder { color: #fff; }
.btnContact { margin: 10px 0 0;} 
/* END addToContact */

.bookingModalInner { padding: 15px; }
.appointment { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.appointment .form-group { width: 48%; position: relative; margin: 0 0 20px;}
.appointment .form-group input::placeholder { color: #FFF; }
.appointment .form-control { padding: 10px; padding-left: 35px; background-color: transparent; font-size: 13px;
border: none; border-bottom: 2px solid #ff9800; border-radius: 2px; color: #FFF; }
.dataRelative { position: relative; }
.dataRelative img { position: absolute; top: 10px; left: 5px; } 
.appointment .form-group label { font-size: 14px; font-weight: 500; color: #FFF; width: 100%; position: relative;}
.appointment .form-group input[type="date"] { cursor: pointer; }
.appointment .form-group #time { padding-left: 0; }
.appointment .form-control:hover, .appointment .form-control:focus { box-shadow: none; outline: none;}


/* START blogSingle */
.blogSingle { margin: 0 ; border-radius: 24px; border: 1px solid #ffffff14; width: 100%; display: inline-block; background: #ffffff14; }
.blogSingle figure { margin: 0; }
.blogSingle img { width:100%; border-radius: 24px 24px 0 0; }
.blogSingle h4 { color: #e85d04; font-size: 18px; line-height: 22px; margin: 0 0 10px; text-transform: capitalize;
font-weight: 700; border-bottom: 1px solid #ffffff40; padding: 0 0 12px; font-weight: 700; }
.blogSingle p { color: #fff; font-size: 14px; line-height: 20px; margin: 0 0 10px; }
/* END blogSingle */
 div.uzerDiv { border-radius: 24px; overflow: hidden; border: 1px solid #444; }


/* START serviceMain */
.serviceMain { margin: 0 0 30px; padding: 0 15px; }
.serviceOuter.slick-dotted.slick-slider { margin-bottom: 60px; } 
.serviceOuter .slick-prev:before, .serviceOuter .slick-next:before { display: none !important; }
.serviceOuter .slick-slider { z-index: 9; }
.serviceOuter .slick-prev, .serviceOuter .slick-next { background: #e85d04; border-radius: 8px; position: absolute; top: 50%;
bottom: auto; z-index: 9; cursor: pointer; height: 36px; width: 36px; text-align: center; line-height: 30px;
color: #000000; transition: all 0.1s ease-out 0s; }
.serviceOuter .slick-prev:hover, .serviceOuter .slick-prev:focus, .serviceOuter .slick-next:hover, .serviceOuter .slick-next:focus { opacity: 1; background: #655eca; color: #000000; }
.serviceOuter .slick-prev { left: 10px; }
.serviceOuter .slick-next { right: 10px; }
.serviceOuter .slick-prev:before, .serviceOuter .slick-next:before { display: none; }
.serviceOuter .slick-prev img, .serviceOuter .slick-next img { width: 30px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.serviceInner { margin: 0; border-radius: 24px; background: #ffffff14; border: 1px solid #ffffff8f; 
width: 100%; display: inline-block; position: relative; border-radius: 20px; overflow: hidden; }
.serviceInnerData { position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); padding: 20px 10px;
display: flex; align-items: center; justify-content: center; flex-direction: column; backdrop-filter: blur(10px); background-color: #19191930; overflow: hidden; border-radius: 20px; width: 90%; text-align: center; }
.serviceInnerData h4 { font-size: 20px; font-weight: 700; line-height: 25px; color: #fff; cursor: pointer; margin: 0 0 10px; }
.serviceInnerData h4 a { color: #ff6500; }
.serviceInnerData p { font-size: 16px; font-weight: 400; line-height: 24px; color: #fff; margin: 0; }
/* END serviceMain */

/* START serviceSingle */
.serviceSingle { margin: 0; display: inline-block; width: 100%; }
.serviceSingle figure { margin: 0 0 15px; }
.serviceSingle img { width: 100%; border-radius: 24px; }
.serviceSingleData { padding: 0; }
.serviceSingleData h4 { color: #fff; font-size: 20px; line-height: 30px; margin: 0 0 10px; text-transform: capitalize;
font-weight: 700;  }
.serviceSingleData p { color: #fff; font-size: 16px; line-height: 22px; margin: 0 0 10px; }
/* END serviceSingle */


/* START contact-content */
.contact-content { width: 100%; display: flex; align-items: start; justify-content: space-between;
flex-direction: column; }
.contact-content h4 { color: #FFF; font-size: 16px; font-style: normal; font-weight: 500;
line-height: 14px; width: 100%; text-transform: capitalize;}
.contact-list { width: 100%; display: flex; align-items: center; justify-content: space-between;}
.contact-time-list { width: 100%;}
.contact-icon { border-radius: 6px; background-color: #0d0c0a; max-width: 44px;
height: 44px; width: 100%; display: flex; align-items: center; color: #ff;
justify-content: center; }
.days-txt, .contact-list .time-txt { color: #FFF; font-size: 13px; font-style: normal; line-height: 26px;
margin-top: 5px;}
.contact-details { display: flex; width: 100%; gap: 12px; border-radius: 12px; background-color: #191919; 
padding: 12px 10px; margin-top: 10px; border: 1px solid #ffffff3b;}
/* END contact-content */

/* START slick-dots */
 .slick-dots { bottom: -30px;  }
 .slick-dots li { width: 22px; height: 10px; margin: 2px 2px 0 !important; border-radius: 50%; }
 .slick-dots li button { background: transparent; border: 2px solid #ff6500; border-radius: 8px; 
 width: 22px; height: 10px; transition: all 0.3s ease-in-out; padding: 0; }
 .slick-dots li button:hover { background: #e85d04; border: 2px solid #ff6500; }
 .slick-dots li button:before { display: none; }
 .slick-dots li.slick-active button { background: #e85d04; border: 2px solid #ff6500; }
/* END slick-dots */

/* START svgLayer */
.svg_layer_111 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    fill: #0d0c0a !important;
}


.svg_layer_112 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; width: 110%;
    fill: #0d0c0a !important;
}

.cardSlideFirst .cardDetail figure {
    margin: 0;
}


.profile_img_bottom img {
    width: 100%;
    height: auto;
}
.profile_img_square {
    position: relative;
	background: #8000ff;
    bottom: 0;
}
.profile_img_curve {
    position: relative;
	background: #8000ff;
    bottom: 0;
}

.profile_img_bottom svg {
    width: 100%;
    height: auto;
}

.cardSlideOwner .cardDetail img { border-radius: 0;}

.digital-card-preview-wrapper .atheletSliderData img { 
    height: 100px; 
}
.digital-card-preview-wrapper .documentsSlider .slick-slide {
    margin: 0 5px;
}
.skinFooterImage img {  position: relative; width: 100%; height: auto; }
.footerImage_curve svg { position: relative;    bottom: 0;    width: 100%;
    height: auto;}


.skinFooterImage {  
    position: relative; 
    bottom: 0;
 }
.footerImage_curve {
    position: relative; 
    bottom: 0;
}

.resumeData { border-radius: 20px; padding: 15px; display: flex; align-items: center; justify-content: center;
flex-direction: column; overflow: hidden; background: transparent !important; border: 1px solid #ffffff8f;
 text-align: left; row-gap: 15px; position: relative; margin: 0 5px;}
.resumeImage {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    /* overflow: hidden; */
    padding: 4px;
    width: 80px;
    height: 80px;
    border: 2px dashed #FFF;
    position: relative;
}
.resumeImage img {
    object-fit: cover;
    max-width: 100%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.resumeDetails {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: start;
    gap: 10px;
    flex-direction: column;
}
.atheletSliderData .download-icon {
    right: 0; 
}
.download-icon {
    position: absolute;
    top: 0px;
    right: -20px;
    background: #f7f7f7;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-icon a i {
    color: #000;
    font-size: 14px;
} 

.resumeData .mainText h4 {
    font-size: 16px;
}


.download-icon:hover a i{
    color: #000; 
} 

 