/*
Theme Name: Custom Theme
Author: None
Author URI: https://wordpress.org/
Version: 2.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/

@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html body, input, textarea, .page-title span, .pingback a.url {
	font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4{
    font-family: "Black Han Sans", sans-serif !important;
}

body {
	background-color: #000 !important;
	background-image: url('/wp-content/uploads/2025/10/body-shade-scaled.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
body, input, textarea {
	color: #303030;
	font-size: 12px;
	line-height: 18px;
}
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{ padding:50px 0; overflow:hidden;}
/*============================================================
                Fonts Classes Starts Here
============================================================*/
.montserrat-light{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-regular{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-medium{font-family: 'Montserrat', sans-serif;font-weight: 500 !important;}
.montserrat-semi-bold{font-family: 'Montserrat', sans-serif;font-weight: 600 !important;}
.montserrat-bold{font-family: 'Montserrat', sans-serif;font-weight: 700 !important;}
.montserrat-extra-bold{font-family: 'Montserrat', sans-serif;font-weight: 800 !important;}
.montserrat-black{font-family: 'Montserrat', sans-serif;font-weight: 900 !important;}
/*============================================================
                Fonts Classes Ends Here
============================================================*/
/*===============================================
                Colors Classes Starts Here
===============================================  */
.color-white{color: #ffffff !important;}
.color-gold{color: #cb9317 !important;}
.color-black{color: #000 !important;}
.color-grey{color: #747474 !important;}
.color-primary{color: #000 !important;}
.color-secondary{color: #000 !important;}
.color-gradient { color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: rgba(184,40,90,1) !important; background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; }
.color-yellow{color: #ffdc00 !important;}
.color-purple{color: #a8286e !important;}
/*===============================================
                Colors Classes Ends Here
===============================================  */
/*===============================================
    Background  Colors Classes Starts Here
===============================================  */
.bg-primary{background-color:#111111 ;}
.bg-secondary{background-color:#ccc ;}
.bg-white{background-color:#fff ;}
.bg-black{background-color:#000 ;}
.bg-grey{background-color:#ddd ;}

.bg-gradient{background: rgba(184,40,90,1); background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))); background: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);}
/*===============================================
    Background  Colors Classes Ends Here
===============================================  */
/*===============================================
    Helper Classes Starts Here
===============================================  */
.border-radius-20px {
    border-radius: 20px;
}
.box-shadow {
    -webkit-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    -moz-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.44);
}
.text-shadow{    text-shadow: 2px 7px 7px #00000070;}
.hover02 {
    width: 300px !important;
    height: auto !important;
    -webkit-transition: 5s ease-in-out !important;
    transition: 5s ease-out !important;
}
.height-0 {
    height: 0px !important;
}
/* =================================
    ScrollBar Css Starts Here
================================= */
::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #1a1a1a !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #026975 !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #1a1a1a !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

/* =================================
    ScrollBar Css Ends Here
================================= */
/* ======================================KEY FRAMES====================================== */
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* SHIFT */
.main-navigation ul li a {
    position:relative;
    z-index: 1;
}
.main-navigation ul li a:hover {
    color: #91640F;
}
.main-navigation ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #F1C40F;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
.main-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    15% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(-30px);
    }
    15% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* ======================================KEY FRAMES====================================== */
section#services .photo {
    background-size: 100% 100%;
    width: 100%;
    transition: transform 0.5s ease-out 0s;
    height: 500px !important;
    transform: scale(1);
    transform-origin: 98.2677% 67.1556%;
}

header{ padding:20px 0;}
nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}
div#container{ max-width:1140px; box-sizing:border-box; margin:0 auto; padding:0 15px;}
/* ---- Social Icons ---- */
.social_icons{ text-align:right; margin:10px 0;}
.social_icons ul{ padding:0; margin:0;}
.social_icons ul li {display: inline-block;margin-right: 5px;}
.social_icons ul li a {background: #305294;border-radius: 100px;color: #FFF;transition: all .2s ease;display: block;font-size: 15px;padding: 5px 0;text-align: center;width: 32px; height:32px;}
.social_icons ul li+li a {background: #55ACEE ;}
.social_icons ul li+li+li a {background: #DC4B3E none ;}
.social_icons ul li+li+li+li a {background: #E52D27;}
.social_icons ul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-group button {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px; border:0;}
.filter-button-group { margin:10px 0; overflow:hidden;}
.filter-button-group button:hover { background:#ccc; color:#000;}

.footer{ margin:40px 0 20px;}
#back-top > a {bottom: 1%;color: #000;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;
    left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;
    background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: absolute;    right: 11px;    top: 11px;}
.searchtoggle img{ cursor:pointer;}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {    margin-right: -10px;}
.client .slick-slide{ margin-right:10px; border:1px solid #ddd !important; padding:10px; box-sizing:border-box; text-align:center;}
.client .slick-prev{ margin-right:10px;}
.client .slick-slide img{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {    padding: 0 10px;    text-align: center;}
.testimonial .loop p{ max-width:800px; margin:0 auto;}
.testimonial .loop .pic img{	max-width:100px;	margin:10px 0;	border-radius:100%;	height:auto;	display:inline-block ;}
.testimonial .loop .title{ font-size:21px; font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {max-width: 660px;padding: 20px;display: none;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px; padding:0; margin:0; float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{ margin:10px 0; padding:0; background:#ddd; padding:5px;}
.breadcrumbs li{ list-style:none; display:inline-block; padding-right:2px;}
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{height:150px;width:100%;color:#fff;background: linear-gradient(90deg, #e605ff, #7367ff, #10bdff) !important;display: flex;align-items: center;}
.inner-banner h2{margin:0;vertical-align:middle;padding: 0;text-transform: uppercase;font-size: 42px;}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
.menu-header > ul > li { display:inline-block;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a {padding-right: 52px !important;font-size: 17px;letter-spacing: 1px;text-decoration: none;color: #dddddd;font-weight: 400;text-transform: uppercase;position: relative;}
.menu-header > ul > li a {color: #ffffff;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-header  ul  ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 170px;font-size: 12px;text-decoration: none;color: #dddddd;font-weight: 400;background: #000;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}

@media (min-width: 100px) and (max-width: 769px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index: 9999;text-align: center;color: white;background: linear-gradient(45deg, #dd0cff, #16b8ff);display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (min-width: 100px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 {background: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;padding-top: 10px;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .container{width: 100%;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}	
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{transform: translateX(250px);z-index: 99999;}
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 99999;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {display: block;position: absolute;height: 2px;width: 100%;background: #fff;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}


@media (min-width: 100px) and (max-width: 769px) {

main{ padding:0 15px;}
.logo{ text-align:center;}	
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}


/*error-page*/

.error-page{
    padding: 40px 0;
}

.error-page h1{
    color: #414142;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
.error-page p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}


/*default-page*/

.page-def{
    padding: 40px 0; 
}
.page-def h1{
    color: #414142;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h2{
    color: #414142;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h3{
    color: #414142;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h4{
    color: #414142;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.page-def h5{
    color: #414142;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def h6{
    color: #414142;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px; 
}



.wpcf7-not-valid {
    border-bottom: 4px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-response-output{
    color: #fff;
}


html.open-menu body{
    position: fixed !important;
}

.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}/*sec-faq*/
.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}

header.header {
    padding: 15px 0;
}

.home .header{
	position: absolute;
	z-index: 9;
	margin: 0 auto;
	right: 0;
	left: 0;
	top: 60px;
}

header.header .main .col-sm-3 {
    background: #000;
    text-align: center;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 1px solid #362727;
    border-right: 0;
}

header.header .main  .logo {
    padding: 15px 0;
}

header.header .main .col-sm-12 {
    border-radius: 50px;
    border: 1px solid #362727;
    border-left: 0;
    background: #555555b0;
    backdrop-filter: blur(1px);
}

header.header .main .menu-header {
    padding: 38.5px 0;
    text-align: center;
}

header.header .main .menu-header ul li a {
    padding: 0;
    font-family: "Black Han Sans", sans-serif;
}

header.header .main .menu-header ul li:last-child a {
    padding-right: 0 !important;
}

header.header .main .menu-header ul li a:before{
    content: '';
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 1px;
    left: -15px;
    transition: 0.5s ease-in-out all;
}

header.header .main .menu-header ul li.current-menu-item a:before, header.header .main .menu-header ul li a:hover:before{
    background: #fff;
    transition: 0.5s ease-in-out all;
}

section.banner {}

section.banner .bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 335px 320px 910px;
}

section.banner .bg-img .head {}

section.banner .bg-img .head h1 {
    color: #fff;
    margin: 0;
    font-size: 150px;
    text-transform: uppercase;
    line-height: 150px;
}

section.banner .bg-img .head h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 95px;
    text-transform: uppercase;
    line-height: 95px;
}

section.banner .bg-img .head h3 p{
	margin: 0;
}

section.banner .bg-img .head .book, section.banner .bg-img .head .learn {
    display: inline-block;
}

section.banner .bg-img .head .book a {
    color: #fff;
    background: #ff2200;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    padding: 10px 41px;
    border-radius: 35px;
    display: inline-block;
}

section.banner .bg-img .head .learn{
    margin-left: 15px;
}

section.banner .bg-img .head .learn a{
    color: #fff;
    background: #ff220000;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    padding: 10px 41px;
    border-radius: 35px;
    display: inline-block;
}

section.banner .video-box img {
    margin: 0 auto;
}

section.sec2_slider_image {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
}

section.sec2_slider_image .slick-list{
    margin-left: -50px;
}

section.sec2_slider_image .slick-slide:nth-child(odd) {
    width: 330px;
}

section.sec2_slider_image .slick-slide:nth-child(even) {
    width: 510px;
}

section.sec2_slider_image .main {
    margin-right: 20px;
}

section.sec2_slider_image .main .pic {
    height: 410px;
}

section.sec2_slider_image .main .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #fff;
    border-radius: 20px;
}

section.sec3-radio {
    height: 1100px;
    padding-top: 100px;
}

section.sec3-radio button.slick-arrow {
    background: linear-gradient(45deg, #16b9ff, #7267ff);
    border-radius: 50%;
    width: 40px;
}

section.sec3-radio button.slick-arrow:before {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #fff;
}

section.sec3-radio .head-top {
    text-align: center;
    margin-bottom: 90px;
}

section.sec3-radio .head-top  h2 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    font-family: 'Black Han Sans';
    text-transform: capitalize;
}

section.sec3-radio .head-left {}

section.sec3-radio .head-left h5 {
    font-family: 'Anek Latin';
    color: #fff;
    font-size: 79px;
    line-height: 80px;
    font-weight: 200;
    margin: 0;
    position: relative;
}

section.sec3-radio .head-left h5:before {
	content: '';
	position: absolute;
	background: #000;
	width: 300px;
	height: 80px;
	z-index: -1;
	right: auto;
	left: -10px;
	background: linear-gradient(90deg, #e605ff, #7367ff, #10bdff);
}

section.sec3-radio .head-left h5:after {
	content: '';
	position: absolute;
	width: 345px;
	height: 80px;
	z-index: -1;
	right: auto;
	left: -10px;
	bottom: -5px;
	background: linear-gradient(90deg, #e605ff, #7367ff, #10bdff);
}

section.sec3-radio .music-head {
    position: absolute;
    right: -200px;
    left: auto;
    width: 700px;
    transform: rotate(-90deg);
    top: 310px;
}

section.sec3-radio .music-head h2 {
    font-family: 'Anek Latin' !important;
    font-size: 150px;
    line-height: 130px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    background: linear-gradient(90deg, #e605ff, #7367ff, #10bdff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* for Firefox */
    color: transparent;
}

section.sec3-radio .play {
    text-align: start;
    margin-top: 340px;
}

section.sec3-radio .play h5 {
    margin: 10px 0 0;
    color: #fff;
    text-align: start;
    font-family: 'Anek Latin';
    font-size: 30px;
    font-weight: 700;
}

section.sec3-radio .subs {
    margin-top: 70px;
}

section.sec3-radio .subs span {
    font-family: 'Anek Latin' !important;
    font-weight: 300;
    font-size: 30px;
    display: block;
    line-height: 30px;
    color: #21afeb;
}

section.sec3-radio .info {
  text-align: center;
  /* text-shadow: 0 0.0625em rgba(255,255,255,1); */
}

section.sec3-radio .info h1{
	color: #fff;
	font-family: 'Poppins' !important;
	font-weight: 400 !important;
	font-size: 30px;
	margin: 25px 0 10px;
}

section.sec3-radio .info h2 {
    margin: 0;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    color: #6161b2;
    font-size: 26px;
}

section.sec3-radio .time {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5em;
  margin-bottom: 0;
  margin-top: 100px;
  flex-flow: wrap;
}

section.sec3-radio .time > * {
  margin: 0 0.5em;
}

section.sec3-radio .time span.current-time, section.sec3-radio .time span.duration {
    width: 47%;
    padding-top: 10px;
    color: #6161b2;
}

section.sec3-radio .time span.current-time{
    text-align: start;
}

section.sec3-radio .time span.duration {
    text-align: end;
}

section.sec3-radio .progress {
  flex-grow: 2;
  height: 0.125em;
  background-color: #6161b2;
  border-radius: 0.0625em;
  box-shadow: 0 0.0625em #6161b2;
  cursor: pointer;
  width: 100%;
  order: -1;
  overflow: visible;
}

section.sec3-radio .progress span {
  display: block;
  width: 0;
  height: 100%;
  background-color: #666;
  position: relative;
}

section.sec3-radio .progress span:after {
	top: -10px;
	content: '';
	position: absolute;
	right: 0;
	width: 25px;
	height: 25px;
	z-index: 9999999999999999999;
	overflow: visible;
	border-radius: 50%;
	background: linear-gradient(270deg, #e605ff, #7367ff);
}

section.sec3-radio .player-wrap {
    background: #1f1b3f;
    border-radius: 25px;
    box-shadow: 0 0 40px 5px #330c39;
    padding: 0 20px;
}

section.sec3-radio .player-wrap .album {
}

section.sec3-radio .player-wrap .album img {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    clip-path: ellipse(88% 93% at 50% 5%);
    width: 100%;
    height: 100%;
}

section.sec3-radio .player-wrap .actions {
  position: relative;
  width: 100%;
  padding: 1em 0 80px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

section.sec3-radio .player-wrap button {
  appearance: none;
  outline: none;
  position: relative;
  padding: 0;
  font-size: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

section.sec3-radio .player-wrap .button {
  width: 3em;
  height: 3em;
  background-color: transparent;
  /* background-image: linear-gradient(#ddd, #f6f6f6); */
  border: none;
  border-radius: 50%;
}

section.sec3-radio .player-wrap .button::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%,-50%);
  /* background-color: #f4f4f4; */
  /* border: 0.125em solid #d5d5d5; */
  border-radius: 50%;
  /* box-shadow: inset 0 0.25em 1em -0.25em rgba(255,255,255,0.75); */
}

section.sec3-radio .player-wrap .button:hover::before {
  /* background-color: #fcfcfc; */
}

section.sec3-radio .player-wrap .play-pause {
  width: 4em;
  height: 4em;
}

section.sec3-radio .player-wrap .rw {
  right: -0.25em;
  margin-left: 0.375em;
  transform: scaleX(-1);
}

section.sec3-radio .player-wrap .ff {
  left: -0.25em;
  margin-right: 0.375em;
}

section.sec3-radio .player-wrap .button .arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  right: 0;
  width: 60%;
  height: 60%;
  overflow: hidden;
  transform: translate(0%,-50%);
  margin: 0 auto;
}

section.sec3-radio .player-wrap .button .arrow::before,
section.sec3-radio .player-wrap .button .arrow::after {
  content: '';
  position: absolute;
  left: -50%;
  width: 100%;
  height: 100%;
  transform: scale(1.2,0.7) rotate(45deg);
  background-color: #6161b2;
  /* box-shadow:
    inset 0 0.125em 0.125em -0.0625em rgba(0,0,0,0.15),
    0.0625em 0.0625em 0.125em rgba(255,255,255,1); */
}

section.sec3-radio .player-wrap .button .arrow::after {
  left: 0px;
  transform: none;
  background-color: transparent;
  box-shadow: inset 0.0625em 0 0.125em -0.0625em rgba(0,0,0,0.1);
}

section.sec3-radio .player-wrap .paused .play-pause .arrow {
  margin: 0 0 0 20px;
}

section.sec3-radio .player-wrap .playing .play-pause .arrow::before,
section.sec3-radio .player-wrap .playing .play-pause .arrow::after {
  left: 0;
  width: 0.4375em;
  transform: none;
  background-color: #ddd;
  box-shadow: inset 0.0625em 0.125em 0.125em -0.0625em rgba(0, 0, 0, 0.15), 0.0625em 0.0625em 0.125em rgb(97 97 178);
}

section.sec3-radio .player-wrap .playing .play-pause .arrow::after {
  left: auto;
  right: 0;
}

section.sec3-radio .player-wrap .rw .arrow,
section.sec3-radio .player-wrap .ff .arrow {
  width: 90%;
  height: 90%;
  margin-left: 12%;
}

section.sec3-radio .player-wrap .rw .arrow:first-child,
section.sec3-radio .player-wrap .ff .arrow:first-child {
  margin-left: -4%;
}

section.sec3-radio .player-wrap .button:active .arrow::before,
section.sec3-radio .player-wrap .playing .play-pause .arrow::before,
section.sec3-radio .player-wrap .playing .play-pause .arrow::after {
  background-color: #6161b2;
}

section.sec3-radio .player-wrap .shuffle {
  width: 1.375em;
  height: 1.375em;
  color: #5958a4;
}

section.sec3-radio .player-wrap .repeat {
  color: #6161b2;
  border-right-color: transparent;
  border-radius: 50%;
}

section.sec3-radio .player-wrap .shuffle.active,
section.sec3-radio .player-wrap .repeat.active {
  color: #bde;
}

section.sec4-events {
    padding: 250px 0 0;
}

section.sec4-events .head {}

section.sec4-events .head h2 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 60px;
    line-height: 64px;
}

section.sec4-events .head .explore {
    display: block;
}

section.sec4-events .head .explore-up{
	margin-bottom: 20px;
}

section.sec4-events .head .explore-up a{
	background: transparent !important;
	border: 1px solid #ff2200;
	padding: 14px 53px !important;
}

section.sec4-events .head .explore a {
    background: #ff2200;
    color: #fff;
    position: relative;
    padding: 15px 70px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 35px;
}

section.sec4-events .head .explore a:before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2025/10/event-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 15px;
    right: 50px;
    top: 20px;
}

section.sec4-events .head .explore-up a:before{
	right: 30px;
	top: 20px;
}

section.sec4-events .two {
    border: 1px solid #fff;
    border-radius: 15px;
    margin-bottom: 30px;
}

section.sec4-events .two .pic {
    height: 330px;
}

section.sec4-events .two .pic img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

section.sec4-events .two .disc {
    display: inline-block;
    padding-top: 30px;
    margin-bottom: 122px;
}

section.sec4-events .two .disc h3 {
    color: #fff;
    font-size: 22px;
    line-height: 33px;
    margin: 0 0 0;
    width: 50%;
}

section.sec4-events .two .three{
	padding-bottom: 30px;
}

section.sec4-events .two .three .date {
	
}

section.sec4-events .two .three .date h4{
	margin: 0;
	font-size: 22px;
	font-family: 'Poppins' !important;
	color: #fff;
	font-weight: 400;
}

section.sec4-events .two .three .date h6{
	margin: 0 0 10px;
	font-family: 'Poppins' !important;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

section.sec4-events .two .three .book {
    text-align: end;
}

section.sec4-events .two .three .book a {
    background: #ff2200;
    border-radius: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 40px 12px 27px;
    display: inline-block;
    position: relative;
}

section.sec4-events .two .three .book a:before {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2025/10/event-arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 15px;
	right: 20px;
	top: 15px;
}

section.sec5-dj-out {
    padding-top: 196px;
    padding-bottom: 30px;
}

section.sec5-dj-out .head {}

section.sec5-dj-out .head h2 {
    color: #fff;
    margin: 0 0 46px;
    font-size: 60px;
    line-height: 64px;
}

section.sec5-dj-out .main-1 {}

section.sec5-dj-out .main-1 .pic, section.sec5-dj-out .main-2 .pic {
    height: 590px;
    text-align: center;
}

section.sec5-dj-out .main-1 .pic img, section.sec5-dj-out .main-2 .pic img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    border: 1px solid #fff;
}

 section.sec5-dj-out .main-2{
     
 }

section.sec6-music {
    padding-top: 200px;
}

section.sec6-music .head {
    text-align: center;
}

section.sec6-music .head h2, section.sec7-product .head h2 {
    color: #fff;
    margin: 0 0 46px;
    font-size: 60px;
    line-height: 64px;
}

section.sec6-music .pic {
    height: 1000px;
    width: 100%;
    margin-bottom: 25px;
}

section.sec6-music .pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.sec6-music .music-player-wrap {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #ffffff38;
    backdrop-filter: blur(10px);
    padding-right: 30px;
    margin-bottom: 10px;
}

section.sec6-music .music-player-wrap .player-image {
    width: 8%;
    height: 87px;
}

section.sec6-music .music-player-wrap .player-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.sec6-music .music-player-wrap .player-info {
    width: 20%;
}

section.sec6-music .music-player-wrap .player-info h3{
    margin: 0;
    color: #fff;
    font-family: 'Poppins' !important;
    font-weight: 600;
}

section.sec6-music .music-player-wrap .player-info h5{
    margin: 0;
    color: #fff;
}

section.sec6-music .music-player-wrap .player-action {
    width: 10%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

section.sec6-music .music-player-wrap .player-progress {
	background: #ffffff40;
	border-radius: 10px;
	height: 6px;
	width: 32%;
	overflow: hidden;
	position: relative;
}

section.sec6-music .music-player-wrap .player-progress span {
  display: block;
  background: linear-gradient(90deg, #e605ff, #7367ff, #10bdff);
  width: 0%;
  height: 100%;
  transition: width 0.3s linear;
}

section.sec6-music .music-player-wrap .player-time {
    width: 5%;
}

section.sec6-music .music-player-wrap .player-time span.duration{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 27px;
}

section.sec6-music .music-player-wrap .music-download {
    width: 10%;
    height: 37px;
    margin: 25px 0px 25px 0;
}

section.sec6-music .music-player-wrap .music-download img {
    background: #ff2200;
    width: 100%;
    object-fit: scale-down;
    height: 100%;
}

section.sec6-music .music-player-wrap .player-action .rw {
    width: 20%;
}

section.sec6-music .music-player-wrap .player-action .run-stop {
    position: relative;
    width: 40%;
    text-align: center;
}

/*section.sec6-music .music-player-wrap .player-action .run-stop:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    border: 15px solid #efefef00;*/
/*    border-left-color: #ffffff;*/
/*    top: 7px;*/
/*    left: 17px;*/
/*    right: 0;*/
/*    margin: 0 auto;*/
/*    z-index: 1;*/
/*}*/

section.sec6-music .music-player-wrap .player-action .ff {width: 20%;}

section.sec6-music .music-player-wrap .player-action .run-stop .arrow {
    position: relative;
    background: #ff2200;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    /* width: 100%; */
    margin: 0 auto;
}

section.sec6-music .music-player-wrap .player-action .run-stop .arrow:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-left-color: #ffffff;
    top: 12px;
    left: 19px;
    transition: all 0.3s ease;
}

section.sec6-music .music-player-wrap .player-action .run-stop.playing .arrow::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 12px;
  width: 6px;
  height: 20px;
  background: #fff;
  box-shadow: 12px 0 0 #fff;
  border: none;
}

section.sec6-music .music-player-wrap .player-action button.button {
    padding: 0;
    background: transparent;
    box-shadow: unset;
    border: 0;
}

section.sec7-product {
    padding-top: 170px;
    padding-bottom: 100px;
}

section.sec7-product .head {
    text-align: center;
}

section.sec7-product .head h2 {}

.sec7-product a .main {}

.sec7-product a .main .pic {
    height: 265px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.sec7-product a .main .pic img {
    margin: 0 auto;
    width: auto;
}

.sec7-product a .main .disc {}

.sec7-product a .main .disc h3 {
    margin: 10px 0 18px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins' !important;
}

.sec7-product a .main .disc h5 {
    margin: 0;
    font-family: 'Poppins';
    font-weight: 700;
    color: #ff2200;
    font-size: 20px;
}

section.sec7-product .bottom-btn {
    text-align: center;
    margin-top: 65px;
}

section.sec7-product .bottom-btn a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 35px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    padding: 14px 42px;
    display: inline-block;
}

section.sec-8-mail {padding: 225px 0;background: url('/wp-content/uploads/2025/10/bottom-bg.jpg');background-position: center;background-repeat: no-repeat;background-size: cover;margin-top: 120px;}

section.sec-8-mail .head {
    background: url('/wp-content/uploads/2025/10/mailing-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 84px 0;
}

section.sec-8-mail .head h2 {
    margin: 0 0 10px;
    font-size: 60px;
    line-height: 64px;
    color: #fff;
}

section.sec-8-mail .head  p:empty {
	display: none;
}

section.sec-8-mail .head  p {
    font-size: 18px;
    line-height: 31px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 25px;
}

section.sec-8-mail .head .form-list {
    margin-top: 30px;
}

section.sec-8-mail .head .form-list .tnp-subscription {
    margin: 0 auto;
    max-width: 650px;
}

section.sec-8-mail .head .form-list .tnp-subscription form .tnp-field {
    margin: 0;
    display: inline-block;
    width: 78%;
}

section.sec-8-mail .head .form-list .tnp-subscription form .tnp-field label {
    display: none;
}

section.sec-8-mail .head .form-list .tnp-subscription form .tnp-field-button {
    width: 20%;
    position: relative;
}

section.sec-8-mail .head .form-list .tnp-subscription form .tnp-field-button:before{
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2025/10/event-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    right: 14px;
    top: 13px;
    z-index: 9;
}

section.sec-8-mail .head .form-list .tnp-subscription form .tnp-field-email{
	position: relative;
}

section.sec-8-mail .head .form-list .tnp-subscription form .tnp-field-email:before{
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2025/10/envelope.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	width: 16px;
	height: 16px;
	left: 20px;
	top: 12px;
}

section.sec-8-mail .head .form-list .tnp-subscription form .tnp-field-email input {
    border: 1px solid #fff;
    background: transparent;
    border-radius: 35px;
    width: 100%;
    color: #fff;
    padding-left: 40px;
}

section.sec-8-mail .head .form-list .tnp-subscription form .tnp-field-email input::placeholder{
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

section.sec-8-mail .head .form-list .tnp-subscription form .tnp-field-button input {
    border-radius: 53px;
    background: #ff2200;
    width: 100%;
    text-transform: uppercase;
    position: relative;
}

footer.sec-footer {
    background: url('/wp-content/uploads/2025/10/footer-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0 0;
}

footer.sec-footer .head-top {
    position: relative;
}

footer.sec-footer .head-top:before{
	position: absolute;
	content: '';
	height: 275px;
	width: 1px;
	background: #171a1e;
	right: 15px;
}

footer.sec-footer .col-sm-3:last-child .head-top:before{
	display: none;
}

footer.sec-footer .head-top h3 {
    font-size: 22px;
    color: #fff;
    line-height: 25px;
    margin: 0 0px 30px;
    padding-top: 15px;
}

footer.sec-footer .head-top  .menu {}

footer.sec-footer .head-top  .menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

footer.sec-footer .head-top .menu ul li {}

footer.sec-footer .head-top .menu ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 35px;
}

footer.sec-footer .head-top .social {}

footer.sec-footer .head-top .social ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

footer.sec-footer .head-top .social ul a {
    color: #fff;
    font-size: 15px;
    line-height: 35px;
}

footer.sec-footer .head-top .social ul a i{
	margin-right: 18px;
}

footer.sec-footer .head-top .newsltr {}

footer.sec-footer .head-top .newsltr .tnp{
    margin: 0;
}

footer.sec-footer .head-top .newsltr .tnp form label {
    display: none;
}

footer.sec-footer .head-top .newsltr .tnp-field-email input {
    border-radius: 35px;
}

footer.sec-footer .head-top .newsltr .tnp-field-button input {
    border-radius: 35px;
    background: #ff2200;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 7px 23px;
}

footer.sec-footer .last {
    margin-top: 80px;
    border-top: 1px solid #171a1e;
    text-align: center;
}

footer.sec-footer .last .design {
    padding: 18px 0;
}

footer.sec-footer .last .design p, footer.sec-footer .last .design p a {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.sec-cta {
    padding: 80px 0;
}

.sec-cta .left {}

.sec-cta .left h2 {
    margin: 0 0 30px;
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.sec-cta .left input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.sec-cta .left textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 20px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    min-height: 180px;
    resize: none;
}

.sec-cta .left input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    border: none;
    background-color: #ff2200;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 50px;
}

.sec-cta .right {}

.sec-cta .right h2 {
    margin: 0 0 30px;
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.sec-cta .right ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.sec-cta .right ul li {
    margin-bottom: 20px;
}

.sec-cta .right ul li a {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.sec-cta .right ul li img {
    margin-right: 20px;
}

.sec-cta .head-top {}

.sec-cta .head-top h3 {
    margin: 0px 0 30px;
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.sec-cta .head-top .social {}

.sec-cta .head-top .social ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.sec-cta .head-top .social ul li {
    margin-bottom: 15px;
}

.sec-cta .head-top .social ul li a {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    display: flex;
    align-items: center;
    transition: .5s all ease-in-out;
    border-color: #fff;
}

.sec-cta .head-top .social ul li a i {
    margin-right: 10px;
    font-size: 25px;
    color: #ffffff;
    background-color: transparent;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .5s all ease-in-out;
    border: solid 1px #7367ff;
	background: linear-gradient(90deg, #e605ff, #7367ff, #10bdff);
	 -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sec-cta .right ul li i {
    margin-right: 10px;
    font-size: 25px;
    color: #000;
}

.sec-cta .container-fluid {
    margin-top: 60px;
    margin-bottom: -10px;
}

.sec-cta .container-fluid .col-sm-12 {
    padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red !important;
    margin: 0 !important;
    text-align: center !important;
    color: #ffffff !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: green !important;
    text-align: center !important;
    margin: 0 !important;
    color: #ffffff !important;
}

/* Woo Style */
ul.products li.product a.woocommerce-LoopProduct-link img{
    object-fit: none;
    height: 265px !important;
    width: 100% !important;
    margin-bottom: 25px !important;
    background: #fff;
}
    
ul.products li.product a.woocommerce-LoopProduct-link {
    width: 100%;
    padding: 0px;
    display: inline-block;
}

ul.products li.product a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin: 10px 0 18px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins' !important;
}

ul.products li.product a.woocommerce-LoopProduct-link .star-rating span {
    color: #ffcc00;
}

ul.products li.product a.woocommerce-LoopProduct-link span.price {
    text-transform: capitalize;
    width: auto;
    vertical-align: top;
    clear: both;
    display: block;
    text-align: center;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 700;
    color: #ff2200;
    font-size: 20px;
}

ul.products li.product a.woocommerce-LoopProduct-link span.price del {
    color: #cccccc;
    text-decoration: none;
}

ul.products li.product a.woocommerce-LoopProduct-link span.price ins {
    text-decoration: none;
}

ul.products li.product a.button {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: block !important;
    text-align: center;
    border: 1px solid #ff2200;
    margin-top: 0px !important;
    color: #fff;
    background-color: transparent;
    padding: 12px 0px;
    border-radius: 35px;
}

ul.products li.product a.added_to_cart {
    position: absolute;
    bottom: -20px;
    padding: 0;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
    color: #1eb1ff;
}

ul.products li.product .yith-wcwl-add-to-wishlist i.yith-wcwl-icon {
    font-size: 18px;
    color: #000;
}

.woocommerce.columns-4 {
    padding-top: 40px;
}

form.woocommerce-form.woocommerce-form-login.login .show-password-input {
    top: 1em;
}
button.woocommerce-button.button.woocommerce-form-login__submit, button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    padding: 10px 20px;
    border: solid 1px #000;
    display: inline-block;
    background: #000;
}

form.woocommerce-form.woocommerce-form-login.login, form.woocommerce-form.woocommerce-form-register.register {
    font-family: "Poppins", sans-serif;
}

form.woocommerce-form.woocommerce-form-login.login input, form.woocommerce-form.woocommerce-form-register.register input{
    height: auto;
    padding: 10px;
}

.woocommerce-shop nav.woocommerce-pagination ul li span.current {
    background: #ebc117 !important;
    color: #fff !important;
}

.woocommerce-shop nav.woocommerce-pagination ul {
    border: 1px solid #ebc117 !important;
}

.woocommerce-shop nav.woocommerce-pagination ul li a {
    color: #000 !important;
}

/* My Account */

/**
 * My Account
 */
 
 .woocommerce-account .entry-content {
    padding: 40px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 65% !important;
}

.woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm input {
    height: 40px;
    border: 1px solid #ececec;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 5px;
    display: block;
    color: #cda33b;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
    content: "\f0e4";
    color: #000;
    opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
    content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
    content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
    content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
    content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
    content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
    content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

/* Cart Page */

.wp-block-woocommerce-cart .wc-block-components-main tbody td a {
    color: #000;
}

a#wc-block-components-totals-shipping__change-address__link {
    color: #fcc100;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 10px 40px;
    text-transform: uppercase;
    display: block !important;
    border-color: #ebc117;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    background: #ebc117;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit a:focus {
    box-shadow: unset;
}

.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__actions button {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 10px 40px;
    text-transform: uppercase;
    display: block !important;
    text-align: center;
    border: 2px solid #ebc117;
    background: #ebc117;
}

.wp-block-woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__actions button .wc-block-components-checkout-place-order-button__text{
    justify-content: center;
}

.woocommerce-page .wc-block-cart .wc-block-components-main table thead tr th {
    font-size: 18px;
    color: #000;
}

.woocommerce-page .wc-block-cart .wc-block-components-main table tbody tr.wc-block-cart-items__row td.wc-block-cart-item__product a {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
}

.woocommerce-page .wc-block-cart .wc-block-components-main table tbody tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__prices span {
    font-size: 18px;
    font-weight: 700;
    color: #ebc117;
}

.woocommerce-page .wc-block-cart .wc-block-components-main table tbody tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-cart-item__prices span del.wc-block-components-product-price__regular {
    font-weight: 500;
    font-size: 16px;
}

.woocommerce-page .wc-block-cart .wc-block-components-main table tbody tr.wc-block-cart-items__row td.wc-block-cart-item__product .wc-block-components-sale-badge {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}

.woocommerce-page .wc-block-cart .wc-block-components-main table tbody tr.wc-block-cart-items__row td.wc-block-cart-item__product p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.woocommerce-page .wc-block-cart .wc-block-components-main table tbody  tr.wc-block-cart-items__row td.wc-block-cart-item__total span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

/* Empty Cart Page */

.woocommerce-cart hr.wp-block-separator {
    display: none;
}

.woocommerce-cart .wc-block-grid ul li .wc-block-grid__product-image{
    text-align: center;
}

.woocommerce-cart .wc-block-grid ul li .wc-block-grid__product-image img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: none;
    margin: 0 auto;
}

.woocommerce-cart .wc-block-grid ul li a .wc-block-grid__product-title {
    margin: 0px 0 0px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    font-family: 'Century Gothic';
    text-transform: capitalize;
    padding: 0;
    height: 30px;
    overflow: hidden;
}

.woocommerce-cart .wc-block-grid ul li .wc-block-grid__product-price span {
    margin: 0px 0 0px;
    font-size: 16px;
    font-weight: 500;
    color: #ebc117;
    text-transform: capitalize;
}

.woocommerce-cart .wc-block-grid ul li .wp-block-button a.add_to_cart_button {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding: 10px 40px;
    text-transform: uppercase;
    display: block !important;
    background-color: #ebc117;
    text-align: center;
    margin-top: 10px !important;
    border-radius: 0;
}

.woocommerce-cart h2.wp-block-heading:not(.with-empty-cart-icon) {
    font-family: 'Julietta Messie';
    font-size: 25px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Checkout Page */

.woocommerce-checkout h3.wc-block-components-product-name {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.woocommerce-checkout span.wc-block-components-order-summary-item__individual-prices {
    color: #ebc117;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-checkout span.wc-block-components-order-summary-item__individual-prices del.wc-block-components-product-price__regular {
    font-weight: 400;
}

.woocommerce-checkout .wc-block-components-product-metadata__description p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #000;
}

/* WishList Page */

.wishlist-title.wishlist-title-with-form {
    display: none;
}

.woocommerce-wishlist form.yith-wcwl-form {
    padding: 40px 0 20px;
}

.woocommerce-wishlist form.yith-wcwl-form table thead th {
    font-size: 21px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
}

.woocommerce-wishlist form.yith-wcwl-form table tr td.product-name a{
    font-weight: 600;
}

.woocommerce-wishlist form.yith-wcwl-form table tr td.product-add-to-cart a{
    font-weight: 500;
    color: #000;
    padding: 10px 40px;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(90deg, rgb(245, 219, 122) 0%, rgb(181, 132, 23) 100%);
    text-align: center;
}

.woocommerce-wishlist form.yith-wcwl-form table tr td a, .woocommerce-wishlist form.yith-wcwl-form table tr td span {
    color: #b9891c;
    font-size: 16px !important;
}

.woocommerce-wishlist form.yith-wcwl-form table tr td a {
    font-size: 16px !important;
}

/* Single Product Page */
section.related.products {
    float: left;
    width: 100%;
}

section.related.products h2{
    text-transform: capitalize;
    color: #ffffff;
}

section.related.products ul li.product:last-child {
    margin: 0 2.9% 2.992em 0;
}

.single-product .product > h1.entry-title {
    display: none;
}

.single-product .product .summary h1.product_title {
    display: inline-block;
    margin: 0px 0 0px;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.single-product .type-product .entry-content {
    padding-top: 60px;
}

.single-product .type-product .woocommerce-product-gallery{
	background: #fff;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-product .type-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
    width: auto;
    height: auto;
    margin: 0 auto;
    background: #fff;
}

.single-product .entry-summary .woocommerce-product-rating{
    margin-bottom: 10px !important;
}

.single-product .entry-summary p.price {
    margin: 0px;
    font-size: 20px !important;
    font-weight: 700;
    color: #ff2205 !important;
    text-transform: uppercase;
}

.single-product .entry-summary .woocommerce-product-details__short-description p {
    font-size: 16px;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 24px;
    font-family: "Poppins", serif;
}

.single-product .entry-summary form.cart button.single_add_to_cart_button {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        padding: 7px 40px;
        text-transform: uppercase;
        display: block !important;
        border: solid 2px #ff2205;
        border-radius: 0;
        background: #ff2205;
}

.single-product .entry-summary form.cart .quantity input {
    border: 1px solid #ddd;
    padding: 7px 0;
}

.single-product .entry-summary .product_meta .posted_in{
	color: #7466ff;
}

.single-product .entry-summary .product_meta a {
    color: #ff2205;
}

.single-product .entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 40px;
}

.single-product .woocommerce-tabs ul.tabs:before {
    border-color: #7f7f7f;
}

.single-product .woocommerce-tabs ul.tabs li.active {
    border-color: #000;
    border-bottom-color: #fff;
        border-width: 1px;
    border-style: solid;
}

.single-product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    border: 0;
}

.single-product .woocommerce-tabs ul.tabs li.active::before,
.single-product .woocommerce-tabs ul.tabs li.active::after{
    border-color: #000;
}

.single-product .woocommerce-tabs ul.tabs li a {
    font-family: 'Poppins';
    color: #000;
}

.woocommerce-tabs .woocommerce-Tabs-panel--description p {
    font-size: 16px;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 24px;
}

.woocommerce-tabs ul.tabs.wc-tabs{
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    padding-bottom: 5px !important;
}

.woocommerce-tabs ul.tabs.wc-tabs:before,
.woocommerce-tabs ul.tabs.wc-tabs li:before,
.woocommerce-tabs ul.tabs.wc-tabs li:after{
    display: none !important; 
}

.woocommerce-tabs ul.tabs.wc-tabs li.active{
    border-bottom: 1px solid #2a2a2a !important;
}

.woocommerce-tabs ul.tabs.wc-tabs li {
    background: transparent !important;
    border: 0 !important;
}

.woocommerce-tabs ul.tabs.wc-tabs li a{
    color: #000 !important;
    font-weight: 400 !important;
}

.woocommerce-tabs ul.tabs.wc-tabs li.active a{
     color: #2a2a2a !important;
     font-weight: 500 !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews {
    display: flex;
    flex-flow: wrap !important;
    width: 100%;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews div#comments {
    width: 100%;
    background: #fff;
    padding-left: 0;
    padding-top: 0;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper {
    width: 100%;
    order: -1;
    margin-bottom: 30px;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-respond {}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-respond span.comment-reply-title,
.woocommerce-tabs .woocommerce-Tabs-panel--additional_information h2{
    text-transform: uppercase;
    font-size: 15px;
    color: #6A6C77;
    padding: 20px 7px 15px 0px;
    display: inline-block;
    font-weight: normal;
    float: none;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-rating label,
.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form p.comment-form-comment label{
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 17px;
    color: #6A6C77;
    font-weight: 300;
    text-transform: capitalize;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-rating label span.required,
.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form p.comment-form-comment label span{
    color: red;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-rating p.stars span a::before {
    color: #ffcc00;
    font-size: 21px;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form .comment-form-rating p.stars span a {
    width: 1.5em;
    height: 1.5em;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form p.comment-form-comment textarea {
    border: 1px solid #ccc;
    height: 120px !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form p.form-submit {}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper .comment-respond form p.form-submit input {
    background-color: #2a2a2a !important;
    color: #fff !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: 1px;
    border-radius: 0 !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews div#comments h2.woocommerce-Reviews-title {
    padding: 25px 0 22px;
    margin-top: 0;
    font-size: 14px;
    line-height: 17px;
    color: #6A6C77;
    text-transform: capitalize;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews div#comments h2.woocommerce-Reviews-title span {
    display: none;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews div#comments ol.commentlist li .comment_container {}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews div#comments ol.commentlist li .comment_container img {
    border: 0 !important;
    width: 37px !important;
    height: auto;
    border-radius: 35px;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews div#comments ol.commentlist li .comment_container .comment-text {
    border: 0 !important;
    padding-top: 0 !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews div#comments ol.commentlist li .comment_container .comment-text .star-rating {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews div#comments ol.commentlist li .comment_container .comment-text .star-rating::before,
.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews div#comments ol.commentlist li .comment_container .comment-text .star-rating span::before{
    color: #ffcc00 !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews div#comments ol.commentlist li .comment_container .comment-text p.meta strong,
.woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews div#comments ol.commentlist li .comment_container .comment-text p.meta time{
    font-size: 16px !important;
    font-weight: 400;
    color: #05a3a4;
    text-transform: capitalize;
}

span.onsale {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #e6e6e6;
    background-color: #27b376 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    height: 1%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 !important;
}

.yith-wcwl-add-to-wishlist span, .yith-wcwl-wishlistaddedbrowse span, .yith-wcwl-wishlistexistsbrowse span, .yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a{
    font-size: 0;
}

.yith-wcwl-add-to-wishlist {
    margin-bottom: 20px;
}

.woocommerce-message::before {
    color: #ebc117 !important;
}

.woocommerce-message {
    border-top-color: #ebc117 !important;
}

a.button.wc-forward {
    background: #ebc117 !important;
    color: #fff !important;
}

.page-id-38 section.sec4-events {
    padding: 60px 0;
}

.page-id-38 section.sec4-events .two {
    margin: 0 0px 20px;
}

.page-id-38 section.sec4-events .two .pic {
    height: 250px;
}

.page-id-38 section.sec4-events .two .disc {
    padding-top: 20px;
    margin-bottom: 52px;
}

.page-id-38 section.sec4-events .two .three .book a{
    padding: 12px 35px 12px 25px;
}

section.sec4-events .two .three .book a:before{
    right: 15px;
}

#popmake-190 .wp-video .mejs-video {
    width: 100% !important;
        background: linear-gradient(180deg, #e605ff, #7367ff, #10bdff);
}

#popmake-190 .wp-video {
    width: 100% !important;
}

section.about-will h2 {
    color: #fff;
    font-size: 52px;
    line-height: 56px;
    margin: 0 0 0;
}

section.about-will {
    padding: 40px 0;
}

section.about-will p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

section.about-will h3 {
    margin: 30px 0 6px;
    font-size: 46px;
    line-height: 54px;
    color: #fff;
}

section.about-will a {
    margin: 0;
    font-family: 'Poppins';
    font-weight: 300;
    color: #ff2200;
    font-size: 15px;
}

.banner .bg-vid video {
    object-fit: cover;
    height: 1140px;
    object-position: top;
}

.page-id-40 section.sec6-music {
    padding-top: 60px;
    padding-bottom: 40px;
}

section.sec4-events-page {
    padding: 40px 0;
}

section.sec4-events-page .pic-1,section.sec4-events-page .pic-2 {height: 550px;}

section.sec4-events-page .pic-1 img, section.sec4-events-page .pic-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.sec4-events-page .video-box {
    margin-top: 40px;
}

section.sec4-events-page .video-box {
    height: 550px;
}

section.sec4-events-page .video-box video {
    height: 100%;
}