/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.cdnfonts.com/css/dekar');

body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px;
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1 {
    font-size: 60px;
    padding: 0 0 20px;
    margin: 0 !important;
    color: #00CCFF;
    font-weight: 400;
    font-family: 'Dekar';
    text-transform: capitalize;
}

h2.vc_custom_heading {
	font-size: 202px;
	line-height: 180px;
	font-weight: bold;
}

h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p, li {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Poppins";
}

h1.entry-title {
    border-bottom: 1px solid #093f52;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #000000;
	font-family: "Poppins";
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    padding: 18px 0;
    margin-bottom: 0;
    background-color: #0E1015;
}

#masthead #menu-main-menu {
    gap: 35px;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #ffffff;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Dekar';
    line-height: normal;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, 
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #fff;
}

.navbar-brand {
    max-width: 85px;
    height: auto;
    padding: 0;
    margin: 0;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/* //=======================================================
		search baar hover css
//====================================================== */



.sec-search{
    display: flex;
    align-items: center;
    width: 8%;
    justify-content: space-between;
}
.cstm-search-form {
 
    display: block;
    text-align: end;
    top: 11px;
	margin-right:-20px;
}
.hs-form {
    display: none;
}

.sec-search .hs-form {
    width: 300px;
    height: 44px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgb(130 130 130);
    position: absolute;
    bottom: -10px;
    right: 60px;
    z-index: 9;
    display: none !important;
    top: 38px;
}
.sec-search .search-form {
    display: flex;
    align-items: center;
}
.sec-search .hs-form label {
    margin: 0;
    width: 100%;
}
.hs-form .form-control {
	height: 45px;
    padding: 0px 22px;
    border: 1px solid #f592f4;
    box-shadow: none !important;
    font-size: 15px;
}
.hs-form input.search-submit.btn.btn-default {
    background: #c21117;
    height: 45px;
    box-shadow: none !important;
    color: #fff;
    font-size: 15px;
    width: 120px;
    border: 1px solid #fff;
    border-radius: 35px;
}

i.fas.fa-search {
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}
.fas{
	font-family: "Font Awesome 5 Free" !important;
}
/* //=======================================================
		search baar hover css end
//====================================================== */

/* ================================ preloader css ================================ */

#preloader{
    position: fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#fff;
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
}

#preloader::before {
    content: '';
    position: absolute;
    background: black;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

#preloader img {
    max-width: 600px;
}

/* ================================ preloader css ================================ */

/* ================================ Button css ================================ */

.hdr_rightbtn a {
    border: 2px solid #00CCFF;
    display: block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    color: #00CCFF;
    font-weight: 400;
    font-size: 16.58px;
    background-color: #22222200;
    padding: 10px 30px 10px 20px;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 6px;
    transition: all .5s ease-in-out;
    font-family: "Poppins";
}

.hdr_rightbtn a span, .hdr_rightbtn a i {
  position: relative;
  z-index: 1;
}

.hdr_rightbtn a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 570%;
    width: 140%;
    background: #00CCFF;
    transition: all .5s ease-in-out;
    transform: translateX(88%) translateY(-5%) rotate(45deg);
}

.hdr_rightbtn a:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(1%) translateY(-45%) rotate(45deg);
}

.hdr_rightbtn i {
  margin-left: 10px;
}

.hdr_rightbtn a:hover {
    color: white;
    box-shadow: rgb(0 204 255 / 92%) 0px 0px 50px;
}

/* ================================ Button css ================================ */

/* ================================ hero banner css ================================ */

.thespiralknows_imggif img, .herobtm_imggif img {
    background: transparent !important;
    mix-blend-mode: lighten;
}

.thespiralknows_imggif {
    margin: 0 auto;
}

.herobtm_imggif {
    padding: 40px 0 0;
    margin: 0 auto;
}

#Hero-Banner {
    padding-top: 50px;
    padding-bottom: 0px;
}

/* ================================ hero banner css ================================ */


/* =============================== home sect 1 CSS =============================== */

.plyr__controls {
    background: transparent !important;
}

.plyr--full-ui input[type=range] {
    color: #00CCFF;
}

.plyr__controls__item.plyr__time--duration.plyr__time {
    color: white;
}

button.plyr__control {
    color: white;
}

button.plyr__controls__item.plyr__control {
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: black;
    background: white;
    padding: 0;
}

button.plyr__controls__item.plyr__control:hover {
    box-shadow: #00CCFF 0px 0px 50px;
    background: white;
    color: black;
}

button.plyr__control:hover {
    box-shadow: #00CCFF 0px 0px 50px;
    background: white !important;
    color: black !important;
    border-radius: 30px;
}

button.plyr__control:focus {
    outline: none;
    background: white !important;
    color: black !important;
}

#home-sect1 .audio_player .plyr__controls {
    background: #0E1015 !important;
    border-radius: 10px;
    padding: 20px;
    margin: 36px 0 30px;
}

.para1 {
    max-width: 660px;
}

.bghding_txt {
    line-height: 180px;
    font-family: 'Poppins';
    padding: 0;
    margin: 0 0 -37% -10px !important;
    color: #0E1015;
    font-weight: bold;
}

.smm_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.smm_wrapper a {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 8px 28px;
}

.smm_wrapper .hdr_rightbtn:nth-child(1) a::after {
    transform: translateX(80%) translateY(-5%) rotate(45deg);
}

.smm_wrapper .hdr_rightbtn:nth-child(2) a::after {
    transform: translateX(80%) translateY(5%) rotate(45deg);
}

.smm_wrapper .hdr_rightbtn:nth-child(3) a::after {
    transform: translateX(80%) translateY(-2%) rotate(45deg);
}

.smm_wrapper .hdr_rightbtn a:hover::after {
    transform: translateX(10%) translateY(-32%) rotate(45deg) !important;
}

#home-sect1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#home-sect1::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/03/NewMusic.gif) no-repeat;
    width: 500px;
    height: 500px;
    right: -10%;
    z-index: 0;
    bottom: 100px;
    background-size: cover;
}

.image_hover .vc_single_image-wrapper img {
    transition: all 0.4s;
}

.image_hover .vc_single_image-wrapper img:hover {
    transform: scale(1.05);
}

/* =============================== home sect 1 CSS =============================== */


/* =============================== home sect 2 CSS =============================== */

.cstm_btn a {
    border: 2px solid #00CCFF;
    display: block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    color: #00CCFF;
    font-weight: 400;
    font-size: 16.58px;
    background-color: #22222200;
    padding: 10px 30px 10px 20px;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 6px;
    transition: all .5s ease-in-out;
    font-family: "Poppins";
    max-width: 240px;
}

.cstm_btn a span, .cstm_btn a i {
  position: relative;
  z-index: 1;
}

.cstm_btn a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 570%;
    width: 140%;
    background: #00CCFF;
    transition: all .5s ease-in-out;
    transform: translateX(88%) translateY(1%) rotate(45deg);
}

.cstm_btn a:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(1%) translateY(-45%) rotate(45deg);
}

.cstm_btn i {
  margin-left: 10px;
}

.cstm_btn a:hover {
    color: white;
    box-shadow: rgb(0 204 255 / 92%) 0px 0px 50px;
}

#home-sect2 .wpb_text_column p {
    padding: 30px 0 40px;
    max-width: 820px;
    margin: 0 auto;
}

#home-sect2 h1 {
    padding: 0;
}

.bghding_txt2 {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    padding: 0;
    margin: 0 0 -9.7% !important;
    line-height: normal !important;
    font-family: 'Poppins';
    background: linear-gradient(to right, #00020b1a 20%, #00ccff47 50%, #00020b1a 80%);
    font-weight: bold;
}

#home-sect2::before {
    content: '';
    position: absolute;
    background: #000000cf;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

#home-sect2::after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2026/03/VISIONbg.png) no-repeat;
    width: 888px;
    height: 508px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 1;
}

#home-sect2 .vc_row {
    position: relative;
    z-index: 99;
}

#home-sect2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* =============================== home sect 2 CSS =============================== */


/* =============================== home sect 3 CSS =============================== */

#home-sect3 .vc_row {
    max-width: 1178px;
    margin: 0 auto;
}

.para2 p {
    max-width: 662px;
    margin: 0 auto;
}

#home-sect3 h1.vc_custom_heading {
    font-family: "Poppins";
    font-weight: 300;
}

#home-sect3 .vc_row:nth-child(2) {
    padding: 64px 0;
}

#home-sect3 .hdr_rightbtn a {
    max-width: 168px;
}

#home-sect3 .hdr_rightbtn a::after {
    transform: translateX(88%) translateY(-10%) rotate(45deg);
}

#home-sect3 .hdr_rightbtn a:hover::after {
    transform: translateX(1%) translateY(-45%) rotate(45deg);
}

#home-sect3 .hdr_rightbtn a i {
    margin-left: 12px;
}

#home-sect3 .hdr_rightbtn {
    padding-bottom: 64px;
}

.audioplayer_wrap .plyr__controls {
    padding: 0 16px 25px;
    margin: 0 0 25px;
    border-bottom: 1px solid #333333;
    border-radius: 0 !important;
    font-family: "Poppins";
}

.audioplayer_wrap button.plyr__controls__item.plyr__control {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.audioplayer_wrap button.plyr__controls__item.plyr__control svg {
    width: 14px;
    height: 14px;
}

#home-sect3 .vc_row:nth-child(2) .audioplayer_wrap:last-child .plyr__controls {
    margin: 0;
}

#home-sect3 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: top center !important;
}

#home-sect3::before {
    content: '';
    position: absolute;
    background: #000000c7;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

/* =============================== home sect 3 CSS =============================== */


/* =============================== home sect 4 CSS =============================== */

li.product.type-product {
    padding: 40px 0 40px !important;
    margin-bottom: 50px !important;
    background: url(/wp-content/uploads/2026/03/product_bg.png) no-repeat;
    background-size: cover;
    background-position: 100%;
    text-align: center;
    border: 2px solid #282B32;
    border-radius: 10px !important;
}

li.product.type-product .product-title {
    font-size: 48px;
    padding: 0 0 30px;
    line-height: normal;
    margin: 0;
    font-family: 'Dekar';
    color: #fff;
}

li.product.type-product a {
    text-decoration: none;
}

li.product.type-product  .attachment-woocommerce_thumbnail {
    max-width: 242px;
    margin: 0 auto 30px !important;
    text-align: center;
	transition: all 0.4s;
}

li.product.type-product .attachment-woocommerce_thumbnail:hover {
    transform: scale(1.1);
}

li.product.type-product .woocommerce-Price-amount {
    font-size: 30px;
    margin: 0;
    line-height: normal;
    font-family: 'Dekar';
    color: white;
}

.addtocart_btn a {
    border: 2px solid #00CCFF;
    display: block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    color: #00CCFF;
    font-weight: 400;
    font-size: 15.33px;
    background-color: #22222200;
    padding: 8px 20px 8px 15px;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 6px;
    transition: all .5s ease-in-out;
    font-family: "Poppins";
}

.addtocart_btn a span, .addtocart_btn a i {
  position: relative;
  z-index: 1;
}

.addtocart_btn a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 570%;
    width: 140%;
    background: #00CCFF;
    transition: all .5s ease-in-out;
    transform: translateX(88%) translateY(-10%) rotate(45deg);
}

.addtocart_btn a:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(1%) translateY(-45%) rotate(45deg);
}

.addtocart_btn i {
  margin-left: 8px;
}

.addtocart_btn a:hover {
    color: white;
    box-shadow: rgb(0 204 255 / 92%) 0px 0px 50px;
}

.addtocart_btn .woocommerce-LoopProduct-link {
    display: none !important;
}

.addtocart_btn {
    max-width: 158px;
    margin: 22px auto 0;
}

#home-sect4 ul.products.columns-3 {
    margin: 50px 0 0px;
}

#home-sect4 .hdr_rightbtn {
    max-width: 239.98px;
    margin: 0 auto;
}

#home-sect4 .hdr_rightbtn a {
    font-size: 20px;
}

.bghding_txt3 {
    margin: 0 0 -50px !important;
    line-height: 180px;
    color: #ffffff21;
    font-weight: bold;
}

#home-sect4 {
    padding-top: 80px;
    padding-bottom: 100px;
}

#home-sect4::before {
    content: '';
    position: absolute;
    background: #000000c9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0 auto;
}

/* =============================== home sect 4 CSS =============================== */


/* =============================== home sect 5 CSS =============================== */

.custom-countdown {
    margin: 50px 0 60px;
    display: flex;
    align-items: center;
    gap: 44px;
    color: #fff;
    justify-content: center;
    font-family: 'Poppins';
}

.time-box {
    text-align: center;
}

.time-box span {
    font-size: 62px;
    font-weight: 400;
    display: block;
}

.time-box p {
    font-size: 35px;
    margin: 5px;
    font-weight: 400;
}

.custom-countdown .dots {
    font-size: 50px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    top: -20px;
}

.para3 p {
    padding: 20px 0 50px;
    font-size: 28.05px;
    line-height: normal;
}

#home-sect5 .hdr_rightbtn a {
    font-size: 20px;
}

#home-sect5 .hdr_rightbtn {
    max-width: 240px;
    margin: 0 auto;
}

.bghding_txt4 {
    margin: 0 0 -60px !important;
    line-height: 180px;
    background: linear-gradient(to right, #00020b59 20%, #00ccff36 50%, #00020b91 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.play_icon i {
    width: 104px;
    height: 104px;
    font-size: 55px;
    background: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
	transition: all 0.4s;
}

.play_icon i:hover {
    box-shadow: rgb(0 204 255 / 92%) 0px 0px 50px;
}

.play_icon {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#home-sect5 {
    padding-top: 70px;
    padding-bottom: 90px;
}

#home-sect5::before {
    content: '';
    position: absolute;
    background: #000000d1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
}

/* =============================== home sect 5 CSS =============================== */


/* =============================== home sect 6 CSS =============================== */

.member_listwrap li {
    gap: 38px;
    font-size: 23px;
    margin: 0 0 21px 30px;
    line-height: normal;
    padding: 0;
    position: relative;
    display: flex;
    align-items: baseline;
    transition: all 0.3s;
}

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

.member_listwrap li::before {
    content: "✔";
    color: #00CCFF;
    font-weight:bold;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s;
    box-shadow: rgb(0 204 255) 0px 0px 45px;
}

#home-sect6 .vc_row:nth-child(2) {
    max-width: 1180px;
    margin: 0 auto 60px;
}

#home-sect6 h1 {
    padding: 0 0 45px;
    color: #fff;
}

.bghding_txt5 {
    line-height: 250px;
    margin: 0 0 -110px !important;
	line-height: normal !important;
    background: linear-gradient(to right, #0e101561 20%, #2d2f35eb 50%, #0e101591 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poppins";
}

#home-sect6 .hdr_rightbtn a {
    font-size: 20px;
}

#home-sect6 .free_btnwrap .hdr_rightbtn {
    max-width: 240px;
    text-align: right;
    margin: 0 0 0 auto;
}

#home-sect6 .vip_btnwrap .hdr_rightbtn {
    text-align: left;
    max-width: 240px;
}

#home-sect6 .vip_btnwrap .hdr_rightbtn a {
    color: #F0D089;
    border-color: #F0D089;
}

#home-sect6 .vip_btnwrap .hdr_rightbtn a::after {
    background: #F0D089;
}

#home-sect6 .hdr_rightbtn a::after {
    transform: translateX(88%) translateY(-1%) rotate(45deg);
}

#home-sect6 .hdr_rightbtn a:hover::after {
    transform: translateX(1%) translateY(-45%) rotate(45deg);
}

#home-sect6 .vip_btnwrap .hdr_rightbtn a:hover {
    box-shadow: #f0d089e6 0px 0px 50px;
    color: black;
}

#home-sect6 {
    padding-top: 80px;
    padding-bottom: 90px;
}

#home-sect6::before {
    content: '';
    position: absolute;
    background: #000000bd;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* =============================== home sect 6 CSS =============================== */


/* =============================== home sect 7 CSS =============================== */

.bghding_txt6 {
    font-size: 180px !important;
    line-height: 180px !important;
    margin: 0 0 -60px !important;
    color: #ffffff21;
}

#home-sect7 h1 {
    padding: 0 0 40px;
}

#home-sect7 .hdr_rightbtn a {
    color: #00ccff;
    max-width: 240px;
    font-size: 20px;
}

#home-sect7 .hdr_rightbtn a:hover {
    color: white;
}

#home-sect7 .hdr_rightbtn {
    padding-top: 50px;
}

#home-sect7 .vc_inner .vc_col-sm-6 img, #home-sect7 .vc_col-sm-3 img {
    height: 220px;
    margin: 0 0 18px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #2A2A2A;
}

.wpb_column.vc_column_container.vc_col-sm-3 {}

#home-sect7 {
    padding-top: 80px;
    padding-bottom: 100px;
}

#home-sect7::before {
    content: '';
    position: absolute;
    background: #000000c7;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* =============================== home sect 7 CSS =============================== */


/* =============================== home sect 8 CSS =============================== */

.blog-data {
    width: 94%;
    padding: 14px 36px;
    background: #002174;
    border-radius: 10px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.blog_postinfo i {
    width: 37px;
    height: 37px;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: #193782;
}

.blog_postinfo {
    gap: 10px;
    display: flex;
    align-items: center;
}

.blog_postinfo span {
    font-size: 17px;
    color: white;
    margin: 0;
    line-height: normal;
    font-family: 'Poppins';
}

.blog-data h4 {
    font-size: 22px;
    margin: 16px 0;
    line-height: normal;
    font-family: 'Dekar';
    padding: 0;
    color: #ffffff;
    text-transform: capitalize;
}

.blog_btn {
    max-width: 148px;
}

.blog_btn a {
    border: 2px solid #00CCFF;
    display: block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    color: #00CCFF;
    font-weight: 400;
    font-size: 12.83px;
    background-color: #22222200;
    padding: 10px 30px 10px 20px;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 6px;
    transition: all .5s ease-in-out;
    font-family: "Poppins";
}

.blog_btn a span, .blog_btn a i {
  position: relative;
  z-index: 1;
}

.blog_btn a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 570%;
    width: 140%;
    background: #00CCFF;
    transition: all .5s ease-in-out;
    transform: translateX(88%) translateY(-10%) rotate(45deg);
}

.blog_btn a:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(1%) translateY(-45%) rotate(45deg);
}

.blog_btn i {
  margin-left: 4px;
}

.blog_btn a:hover {
    color: white;
    box-shadow: rgb(0 204 255 / 92%) 0px 0px 50px;
}

.para4 p {
    max-width: 960px;
    margin: 0 auto;
}

#blog_carousel {
    padding-top: 50px;
}

#home-sect8 {
    padding-top: 50px;
    padding-bottom: 90px;
}

#blog_carousel .owl-dots {
    padding-top: 50px;
    gap: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#blog_carousel .owl-dots button {
    width: 24px;
    height: 24px;
    background: #D1E5EA;
    border-radius: 40px;
    transition: all 0.3s;
}

#blog_carousel .owl-dots .active {
    background: #00CCFF;
    box-shadow: rgb(0 204 255 / 92%) 0px 0px 50px;
}

.bghding_txt7 {
    margin: 0 0 -60px !important;
    background: linear-gradient(to right, #00020b59 20%, #00ccff70 50%, #00020b91 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#home-sect8::before {
    content: '';
    position: absolute;
    background: #000000a1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.single-blog #primary {
    padding-top: 80px;
    padding-bottom: 80px;
    flex: 0 0 100%;
    max-width: 100%;
}

.single-blog h1.entry-title {
    margin: 20px 0 !important;
    padding-bottom: 5px;
}

.single-blog .navigation.post-navigation a {
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 5px;
    color: #00ccff;
    background: transparent;
    transition: all 0.3s;
    border: 1px solid #00ccff;
}

.single-blog .navigation.post-navigation a:hover {
    background: #00ccff;
    color: white;
}

/* =============================== home sect 8 CSS =============================== */


/* =============================== Footer CSS =============================== */

footer#colophon {
    display: none;
}

#footer-widget {
    padding-top: 70px;
    padding-bottom: 20px;
    background: url(/wp-content/uploads/2026/03/Footer_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: transparent !important;
    position: relative;
}

#footer-widget .widget-title {
    font-size: 21px;
    margin: 0 0 18px;
    padding: 0;
    font-family: 'Dekar';
    text-align: left;
    color: white;
}

#footer-widget .nav-link {
    font-size: 17px;
    padding: 0 0 17px;
    transition: all 0.3s;
    background: transparent;
    width: fit-content;
    line-height: normal;
    color: white;
    font-family: 'Poppins';
}

#footer-widget .nav-link:hover {
    background: transparent !important;
    color: white;
}

#footer-widget a:focus-visible, #footer-widget a:focus {
    outline: none;
    background: none;
}

#footer-widget section {
    margin: 0;
}

#socialmedia_wrapper {
    gap: 40px;
    margin: 20px 0 17px;
    display: flex;
    align-items: center;
}

.phone_wrap i {
    font-size: 25px;
    color: white;
}

.phone_wrap {
    gap: 12px;
    display: flex;
    align-items: center;
}

.phone_wrap h5 {
    font-size: 16px;
    margin: 0;
    line-height: normal;
    color: white;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
}

.phone_wrap a {
    font-size: 15px;
    color: #00CCFF;
    font-family: 'Poppins';
    font-weight: 400;
    text-decoration: none;
}

#footer-widget #text-2 .textwidget {
    background: #0E1015;
    padding: 28px 28px 80px;
    border-radius: 12px;
}

.news_letter input {
    background: #27292F;
    border: unset;
    height: 46px;
    font-size: 15px;
    border-radius: 5px 0 0 5px;
    padding: 8px 15px;
    width: 100%;
    font-family: "Poppins";
    color: #CDCDCD;
}

.news_letter .arrow-btn {
    padding: 0;
    background: #00CCFF;
    border: unset;
    height: 46px;
    width: 60px;
    font-size: 18px;
    position: absolute;
    right: 14px;
    top: 0;
    border-radius: 0 6px 6px 0;
    color: white;
}

.news_letter p {
    margin: 0;
}

.news_letter input::placeholder {
    color: #CDCDCD;
}

.news_letter p br {
    display: none;
}

.news_letter .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: -32px;
    left: 0;
    margin: 0 auto;
}

.news_letter {
    padding: 0 0 35px;
}

#footer-widget #text-2 .textwidget h4, #footer-widget #text-2 .textwidget h6 {
    font-size: 21px;
    font-family: "Dekar";
    color: white;
    margin: 0 0 12px;
    padding: 0;
    line-height: normal;
}

#footer-widget #text-2 .textwidget p {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
}

.fotr_btm .site-info, .fotr_btm .site-info a {
    font-size: 16px;
    color: #00CCFF;
    padding: 0;
    margin: 0;
    line-height: normal;
    font-family: "Poppins";
    text-transform: capitalize;
}

#footer-widget #menu-policy-menu {
    flex-direction: row !important;
    justify-content: center;
    gap: 32px;
}

#footer-widget #menu-policy-menu a {
    padding: 0;
    font-size: 16px;
    color: #00ccff;
}

.footer_socialmedia {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 8px;
}

.footer_socialmedia img {
    width: 32px;
}

.row.fotr_btm {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #093F52;
}

/* =============================== Footer CSS =============================== */


/* =============================== Sonnar Audio Player CSS =============================== */

.sonnaraudio_player .srp_player_boxed.srp_player_grid {
    padding: 0px 16px 8px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #333333;
    border-radius: 0 !important;
    font-family: "Poppins";
    background: transparent;
}

.sonnaraudio_player .srp-play-circle {
    display: none;
}

.sonnaraudio_player i.sricon-play {
    width: 32px;
    height: 32px;
    font-size: 16px;
    background: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s;
}

.sonnaraudio_player i.sricon-play:hover {
    box-shadow: rgb(0 204 255 / 92%) 0px 0px 50px;
}

.sonnaraudio_player .srp-play-button.play {
    margin-right: 20px;
}

.sonnaraudio_player .currentTime, .sonnaraudio_player .totalTime {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins';
    opacity: 1 !important;
}

.sonnaraudio_player .album-title {
    font-size: 20px;
    margin: 0 0 5px !important;
    line-height: normal;
    padding: 0;
    height: auto;
    font-weight: 400;
    color: #ffffff;
}

.sonnaraudio_player .srp_control_box {
    padding-top: 0;
}

.playlist.sr_waveform_mediaElement {
    display: none !important;
}

.srp_subtitle {
    display: none !important;
}

/* =============================== Sonnar Audio Player CSS =============================== */


/* =============================== Inner Banner CSS =============================== */

#Inner-Banner .wpb_single_image img {
    background: transparent !important;
    mix-blend-mode: lighten;
}

#Inner-Banner h1 {
    font-size: 92px;
    padding: 0;
    line-height: normal;
    color: white;
}

#Inner-Banner {
    padding-top: 180px;
}

/* =============================== Inner Banner CSS =============================== */

/* ==================================== Woocommerce CSS ==================================== */

.woocommerce-page #primary {
    padding-top: 100px;
    padding-bottom: 100px;
    flex: 0 0 100%;
    max-width: 100%;
}

.woocommerce-page #secondary {
    display: none;
}

h1.product_title.entry-title {
    font-size: 45px;
    padding: 0 0 18px !important;
    color: #fff;
    border: unset;
    line-height: normal;
}

.summary.entry-summary .custom-stock {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.summary.entry-summary .custom-stock i {
    font-size: 20px;
}

.summary.entry-summary .price {
    font-size: 25px !important;
    margin: 0 0 30px !important;
    color: #fff !important;
    font-weight: 400;
}

.woocommerce-product-details__short-description p br {
    display: none;
}

.summary.entry-summary form.cart {
    margin: 35px 0 20px !important;
}

.summary.entry-summary form.cart input.input-text {
    height: 53px;
    width: 4em;
    border-radius: 6px !important;
    padding: 0 10px;
    background: #ffffff00;
    border: 2px solid #00ccff;
    color: #00ccff;
    font-weight: 500;
    font-size: 18px;
    font-family: "Poppins";
}

button.single_add_to_cart_button {
    padding: 10px 30px !important;
    margin: 0 !important;
    font-size: 20px !important;
    background: transparent !important;
    font-weight: 400 !important;
    color: #00CCFF !important;
    border: 2px solid #00CCFF !important;
    line-height: normal !important;
    font-family: "Poppins";
    border-radius: 6px !important;
}

.summary.entry-summary form.cart .quantity {
    margin: 0 10px 0 0px !important;
}

.summary.entry-summary .single_product_div a, .summary.entry-summary .product_meta a {
    color: #00ccff;
    text-decoration: none;
    font-size: 16px;
}

.summary.entry-summary .product_meta {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
}

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

.woocommerce-tabs.wc-tabs-wrapper .tabs {
    margin: 0 0 30px !important;
    gap: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

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

.woocommerce-tabs.wc-tabs-wrapper .tabs li a {
    font-size: 20px;
    padding: 12px 30px 12px !important;
    text-transform: capitalize;
    color: #ffffff !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    border: 2px solid #ffffff;
    border-radius: 6px;
}

.woocommerce-tabs.wc-tabs-wrapper .active a {
    color: #00ccff !important;
    border-color: #00ccff !important;
}

.woocommerce-Tabs-panel h2:first-child {
    display: none;
}

.comment-form-rating .stars a {
    color: #00ccff;
}

#respond input#submit {
    padding: 12px 40px !important;
    letter-spacing: 1.4px !important;
    margin: 0 !important;
    font-size: 15px !important;
    border: unset !important;
    background: #00ccff !important;
    font-weight: 600 !important;
    color: #eeeeee !important;
    border-radius: 0 !important;
}

section.related.products h2:first-child {
    font-size: 42px;
    line-height: 52px;
    margin: 0 0 40px !important;
    padding: 0;
    text-transform: capitalize;
    text-align: center;
    color: white;
    font-family: 'Dekar';
}

section.related.products {
    padding-top: 30px;
}

a.wc-block-components-product-name {
    color: black;
    font-weight: 500;
    text-decoration: none;
}

button.wc-block-components-button.wp-element-button, a.wc-block-components-button.wp-element-button {
    background: #00CCFF;
    color: #ffffff !important;
    border: unset !important;
    font-size: 18px !important;
    font-weight: 500;
}

.wc-block-checkout__actions_row .wc-block-components-button.wp-element-button {
    width: 50%;
}

.woocommerce-page #content {
    background: #000000;
}

.woocommerce-product-details__short-description p {
    margin: 0 0 10px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    border: 3px solid #282B32;
    border-radius: 19px;
    padding: 60px;
    background: url(/wp-content/uploads/2026/03/Productgallery_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

ul.products.columns-4 li.product.type-product {
    width: 31%;
    margin-right: 47px;
    margin-bottom: 0 !important;
}


ul.products.columns-4 li.product.type-product:last-child {
    margin-right: 0;
}

.woocommerce-Tabs-panel p, .woocommerce-Tabs-panel span, .woocommerce-Tabs-panel label {
    color: white;
    font-family: 'Poppins';
}

#comments p.meta {
    color: #ffffffad !important;
}

#comments .comment-text span::before {
    display: none;
}

#comments .comment-text span, #comments .comment-text span strong {
    color: white !important;
}

.woocommerce-product-rating a {
    color: white;
}

.woocommerce-product-rating span::before {
    color: #00ccff;
}

.woocommerce-cart .entry-content {
    padding-top: 50px;
}

.woocommerce-cart td.wc-block-cart-item__image, .woocommerce-cart td.wc-block-cart-item__product, .woocommerce-cart table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block, .woocommerce-cart td.wc-block-cart-item__total {
    border-color: #093f52 !important;
}

.woocommerce-cart .wc-block-formatted-money-amount, .woocommerce-cart .wc-block-cart-items__header-image, .woocommerce-cart .wc-block-components-product-name, .woocommerce-cart th.wc-block-cart-items__header-total {
    color: white;
    font-size: 14px;
}

.woocommerce-cart .wc-block-components-product-name {
    color: #00CCFF;
}

.woocommerce-cart .wc-block-components-quantity-selector__button, .woocommerce-cart .wc-block-components-quantity-selector__input {
    color: white !important;
    opacity: 1 !important;
}

.woocommerce-cart .wc-block-components-quantity-selector {
    border-color: #093f52;
}

.woocommerce-cart .wc-block-cart-item__remove-link svg {
    fill: white !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title, .woocommerce-cart .wc-block-components-panel__button, .woocommerce-cart .wc-block-components-totals-item__label, .woocommerce-cart .wc-block-components-totals-item__value strong {
    color: white;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block, .wc-block-components-totals-wrapper {
    border-color: #093f52;
}

.wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper {
    border-top: 1px solid #093f52;
}

.wp-block-woocommerce-cart-order-summary-block {
    border-color: #093f52 !important;
}

h2.wc-block-components-title, span.wc-block-components-address-form__address_2-toggle, span.wc-block-components-checkbox__label, .wc-block-components-radio-control__label, span.wc-block-checkout__shipping-option--free, a.wc-block-components-checkout-return-to-cart-button, h3.wc-block-components-product-name, span.wc-block-formatted-money-amount, .wc-block-components-panel__button, span.wc-block-components-totals-item__label, .wc-block-components-totals-item__value strong {
    color: white !important;
}

.woocommerce-checkout a.wc-block-components-checkout-return-to-cart-button {
    font-size: 15px;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    border-color: #093f52;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper {
    border-top: 1px solid #093f52;
}

/* ==================================== Woocommerce CSS ==================================== */


/* =============================== Responsive CSS ======================================== */

@media only screen and (max-width: 1199px){
/* Header Menu Responsive */
button.navbar-toggler { background: white; }
.hdrmobbtn { display: none; text-align: center; margin: 12px auto 0; }
#masthead #menu-main-menu { gap: 14px; align-items: center; justify-content: center; padding: 0; }
.hdr_rightbtn a { border: 1px solid #00CCFF; font-size: 15px; padding: 8px 15px 8px 13px; }
.hdr_rightbtn i { margin-left: 6px; }
header#masthead { padding: 12px 0; }
.navbar-brand { max-width: 65px; }
}


@media screen and (min-width: 1px) and (max-width: 767px) {
/* Mobile Responsive */
#preloader img { max-width: 300px; }
/* Home Page */
#Hero-Banner { padding-top: 20px; }
.herobtm_imggif { padding: 15px 0 0; }
h2.vc_custom_heading { font-size: 65px; line-height: 75px; }
h1 { font-size: 30px; padding: 0 0 5px; }
p, li { font-size: 15px; line-height: 23px; }
.bghding_txt4 { margin: 0 0 -40px !important; }
.bghding_txt3 { margin: 0 0 -35px !important; }
.bghding_txt br { display: none; }
#home-sect1 .audio_player .plyr__controls { border-radius: 8px; padding: 8px 10px; margin: 18px 0; }
.smm_wrapper { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.smm_wrapper a { font-size: 14px; padding: 6px 18px; }
.hdr_rightbtn i { margin-left: 6px; font-size: 13px; }
#home-sect1, #home-sect4, #home-sect6, #home-sect7, #home-sect8 { padding-top: 40px; padding-bottom: 40px; }
#home-sect1::before { right: 0%; bottom: 300px; }
button.plyr__controls__item.plyr__control { width: 30px; height: 30px; }
#home-sect2 .wpb_text_column p { padding: 12px 0 20px; }
.cstm_btn a { border: 1px solid #00CCFF; font-size: 15px; padding: 8px 14px 8px 15px; max-width: 200px; }
#home-sect2 { padding-top: 30px; padding-bottom: 35px; }
#home-sect3 .vc_row:nth-child(2) { padding: 30px 0; }
#home-sect3 .vc_row:nth-child(2) .image_hover { margin-bottom: 30px !important; }
.sonnaraudio_player .album-title { font-size: 17px; margin: 0 0 2px !important; }
.sonnaraudio_player i.sricon-play { width: 27px; height: 27px; font-size: 14.5px; }
.sonnaraudio_player .srp_player_boxed.srp_player_grid { padding: 0px 13px 6px; margin: 0px 0 15px; }
.sonnaraudio_player .currentTime, .sonnaraudio_player .totalTime { font-size: 13px; }
#home-sect3 .hdr_rightbtn a { max-width: 138px; }
#home-sect3 .hdr_rightbtn { margin-top: -10px; padding-bottom: 30px; }
#home-sect3 .vc_row:nth-child(4) .vc_col-sm-3 { padding-bottom: 24px; }
#home-sect3 .vc_row:nth-child(4) .vc_col-sm-3 .wpb_single_image { max-width: 200px; margin: 0 auto; }
#home-sect3 .vc_row:nth-child(4) .vc_col-sm-3:nth-child(2) .wpb_single_image, #home-sect3 .vc_row:nth-child(4) .vc_col-sm-3:nth-child(3) .wpb_single_image, #home-sect3 .vc_row:nth-child(4) .vc_col-sm-3:nth-child(4) .wpb_single_image { max-width: 150px; }
#home-sect3 { padding-top: 40px; padding-bottom: 28px; }
#home-sect4 ul.products.columns-3 { margin: 20px 0 0px; }
li.product.type-product { width: 100% !important; padding: 20px 0 !important; margin-bottom: 22px !important; border: 1px solid #282B32; }
li.product.type-product .product-title { font-size: 35px; padding: 0 0 18px; }
li.product.type-product .woocommerce-Price-amount { font-size: 25px; }
li.product.type-product .attachment-woocommerce_thumbnail { max-width: 160px; margin: 0 auto 20px !important; }
.addtocart_btn { max-width: 150px; margin: 16px auto 0; }
.addtocart_btn a { border: 1px solid #00CCFF; font-size: 15px; padding: 8px 16px 8px 12px; }
#home-sect4 .hdr_rightbtn a { font-size: 16px; }
#home-sect4 .hdr_rightbtn { max-width: 170px; }
.para3 p { padding: 5px 0 25px; font-size: 20px; }
.play_icon i { width: 42px; height: 42px; font-size: 20px; }
.play_icon { top: 32%; }
.time-box span { font-size: 25px; }
.time-box p { font-size: 16px; margin: 1px; }
.custom-countdown { margin: 25px 0 15px; gap: 8px; }
.custom-countdown .dots { font-size: 24px; font-weight: 400; top: -12px; }
#home-sect5 .hdr_rightbtn a { font-size: 16px; }
#home-sect5 .hdr_rightbtn { max-width: 150px; }
#home-sect5 { padding-top: 30px; padding-bottom: 40px; }
.bghding_txt5 { font-size: 42px !important; line-height: 54px !important; margin: 0 0 -28px !important; }
#home-sect6 h1 { padding: 0 0 30px; font-size: 28px; }
.member_listwrap ul { padding: 25px 0 0; }
.member_listwrap li::before { width: 25px; height: 25px; font-size: 14px; }
.member_listwrap li { gap: 14px; font-size: 18px; margin: 0 0 14px 4px; }
#home-sect6 .vc_row:nth-child(2) { margin: 0 auto 30px; }
#home-sect6 .hdr_rightbtn a { font-size: 16px; }
#home-sect6 .vip_btnwrap .hdr_rightbtn { text-align: left; max-width: 150px; }
#home-sect6 .free_btnwrap .hdr_rightbtn { max-width: 140px; text-align: right; margin: 0 auto 16px; }
#home-sect6 .vip_btnwrap .hdr_rightbtn { text-align: center; max-width: 150px; margin: 0 auto; }
#home-sect6 .hdr_rightbtn a::after { transform: translateX(88%) translateY(-9%) rotate(45deg); }
.bghding_txt6 { font-size: 40px !important; line-height: 50px !important; margin: 0 0 -25px !important; }
.bghding_txt2 { margin: 0 0 -18.7% !important; }
#home-sect7 h1 { padding: 0 0 25px; }
#home-sect7 .wpb_single_image { text-align: center; } 
#home-sect7 .wpb_single_image img { margin: 0 0 15px !important; }
#home-sect7 .vc_inner .vc_col-sm-6 img, #home-sect7 .vc_col-sm-3 img { height: auto; }
#home-sect7 .hdr_rightbtn { padding-top: 20px; }
#home-sect7 .hdr_rightbtn a { max-width: 150px; font-size: 15px; }
.bghding_txt7 { font-size: 50px !important; line-height: 60px !important; margin: 0 0 -34px !important; }
.blog-data { width: 96%; padding: 12px 18px; position: relative; bottom: 50px; }
.blog_postinfo i { width: 30px; height: 30px; font-size: 15px; }
.blog_postinfo span { font-size: 15.5px; }
.blog-data h4 { margin: 12px 0; }
.blog_info p { font-size: 14px; line-height: 23px; }
.blog_btn a { border: 1px solid #00CCFF; font-size: 12.83px; padding: 8px 20px 8px 12px; }
.blog_btn { max-width: 130px; }
#blog_carousel .owl-dots button { width: 16px; height: 16px; }
#blog_carousel .owl-dots { padding-top: 0px; gap: 10px; }
#blog_carousel .owl-stage-outer { margin-bottom: -20px; }
/* Footer CSS */
#footer-widget .widget-title { font-size: 20px; margin: 0 0 12px; }
#footer-widget .nav-link { font-size: 15px; padding: 0 0 10px; }
.phone_wrap i { font-size: 20px; }
.phone_wrap h5 { font-size: 15px; }
.phone_wrap a { font-size: 14px; }
#socialmedia_wrapper { gap: 28px; margin: 10px 0 12px; }
#footer-widget #nav_menu-4 { padding: 20px 0 15px; }
#footer-widget #text-2 .textwidget h4, #footer-widget #text-2 .textwidget h6 { font-size: 20px; margin: 0 0 10px; }
.news_letter input { height: 45px; font-size: 14px; padding: 6px 10px; }
.news_letter .arrow-btn { height: 45px; width: 40px; font-size: 14px; right: 8px; }
#footer-widget #text-2 .textwidget p { font-size: 14px; line-height: 21px; }
#footer-widget #text-2 .textwidget { padding: 18px 12px 25px; border-radius: 10px; }
.fotr_btm .site-info, .fotr_btm .site-info a { font-size: 15px; text-align: center; }
#footer-widget #menu-policy-menu { gap: 25px; margin: 10px 0 14px; }
.footer_socialmedia { justify-content: center; }
.row.fotr_btm { margin-top: 16px; padding-top: 15px; }
#footer-widget { padding-top: 35px; padding-bottom: 15px; background-position-x: 70% !important; }
/* Footer CSS */
/* Inner Banner CSS */
#Inner-Banner h1 { font-size: 40px; padding: 0 0 5px; }
#Inner-Banner { padding-top: 50px; }
/* Inner Banner CSS */
/* Woocommerce CSS */
ul.products.columns-4 li.product.type-product { margin-bottom: 20px !important; }
.woocommerce-page #primary { padding-top: 40px; padding-bottom: 20px; }
.woocommerce-product-gallery.woocommerce-product-gallery--with-images { border: 1px solid #282B32; border-radius: 15px; padding: 20px; }
h1.product_title.entry-title { font-size: 35px; padding: 0 0 12px !important; }
.summary.entry-summary .price { font-size: 22px !important; margin: 4px 0 15px !important; }
.woocommerce-product-details__short-description p { margin: 0 0 6px; }
button.single_add_to_cart_button { padding: 7px 25px !important; margin: 0 !important; font-size: 17px !important; }
.summary.entry-summary form.cart input.input-text { height: 42px; width: 3.2em; padding: 0 5px; font-size: 17px; }
.woocommerce-tabs.wc-tabs-wrapper .tabs li a { font-size: 16px; padding: 7px 20px 7px !important; }
.woocommerce-tabs.wc-tabs-wrapper .tabs { margin: 0 0 20px !important; padding-left: 0 !important; gap: 18px; }
section.related.products { padding-top: 10px; }
section.related.products h2:first-child { font-size: 35px; line-height: 45px; margin: 0 0 20px !important; }
.woocommerce-cart .entry-content { padding-top: 10px; }
button.wc-block-components-button.wp-element-button, a.wc-block-components-button.wp-element-button { font-size: 16px !important; }
span.wc-block-components-totals-item__label { font-size: 16px !important; }
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button { font-size: 18px !important; }
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block { margin-bottom: 0; }
form#wc-block-components-totals-coupon__form label { font-size: 15px; }
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout { padding-top: 0; }
p.wc-block-components-checkout-order-summary__title-text, h2.wc-block-components-title.wc-block-components-checkout-step__title { font-size: 17px !important; }
.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block { margin-bottom: 5px; }
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button { width: 100%; padding: 0; font-size: 18px !important; }
/* Woocommerce CSS */
}


@media screen and (min-width: 400px) and (max-width: 767px) {
/* Mobile Responsive */
li.product.type-product { width: 48% !important; }
li.product.type-product .attachment-woocommerce_thumbnail { max-width: 120px; }
.addtocart_btn { max-width: 140px; }
.addtocart_btn a { padding: 8px 10px 8px 6px; }
#home-sect3 .vc_row:nth-child(4) .vc_col-sm-3 { width: 50%; }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
/* Tablet Responsive */
#preloader img { max-width: 500px; }
.container { max-width: 100%; }
/* Home Page */
h1 { font-size: 40px; padding: 0 0 5px; }
h2.vc_custom_heading { font-size: 70px; line-height: 80px; }
.bghding_txt2 { margin: 0 0 -8% !important; }
.bghding_txt3 { margin: 0 0 -44px !important; }
.bghding_txt5 { margin: 0 0 -50px !important; }
.bghding_txt6 { font-size: 70px !important; line-height: 80px !important; margin: 0 0 -40px !important; }
#home-sect1, #home-sect3, #home-sect4 { padding-top: 50px; padding-bottom: 50px; }
#home-sect2 { padding-top: 40px; padding-bottom: 40px; }
.herobtm_imggif { padding: 0px 0 0; }
#Hero-Banner { padding-top: 20px; }
.navbar-brand { max-width: 75px; }
#home-sect1 .audio_player .plyr__controls { border-radius: 8px; padding: 8px; margin: 16px 0; }
button.plyr__controls__item.plyr__control { width: 30px; height: 30px; }
.smm_wrapper { gap: 12px; flex-wrap: wrap; }
#home-sect1::before { right: -20%; bottom: 20px; }
#home-sect2 .wpb_text_column p { padding: 10px 0 20px; }
.cstm_btn a { font-size: 16px; padding: 8px 20px 8px 10px; max-width: 210px; }
.sonnaraudio_player .album-title { margin: 0 0 -3px !important; }
.sonnaraudio_player i.sricon-play { width: 30px; height: 30px; font-size: 15px; }
.sonnaraudio_player .srp_player_boxed.srp_player_grid { padding: 0px 12px 0px; margin: 0px 0 12px; }
#home-sect3 .vc_row:nth-child(2) { padding: 40px 0; }
#home-sect3 .hdr_rightbtn a { max-width: 140px; }
#home-sect3 .hdr_rightbtn { padding-bottom: 40px; }
li.product.type-product .product-title { font-size: 30px; padding: 0 0 16px; }
li.product.type-product .attachment-woocommerce_thumbnail { max-width: 140px; margin: 5px auto 18px !important; }
li.product.type-product .woocommerce-Price-amount { font-size: 25px; }
li.product.type-product { padding: 22px 0 !important; margin-bottom: 30px !important; }
#home-sect4 ul.products.columns-3 { margin: 30px 0 0px; }
.addtocart_btn { max-width: 140px; margin: 18px auto 0; }
.addtocart_btn a { padding: 7.5px 12px 7.5px 10px; }
#home-sect4 .hdr_rightbtn a { font-size: 17px; }
#home-sect4 .hdr_rightbtn { max-width: 175px; }
.para3 p { padding: 5px 0 30px; font-size: 22.05px; }
.bghding_txt4 { margin: 0 0 -45px !important; }
.time-box p { font-size: 22px; margin: 4px; }
.time-box span { font-size: 32px; }
.custom-countdown .dots { font-size: 32px; top: -16px; }
.custom-countdown { margin: 30px 0; gap: 35px; }
#home-sect5 .hdr_rightbtn a { font-size: 18px; }
#home-sect5 .hdr_rightbtn { max-width: 180px; }
#home-sect5 { padding-top: 40px; padding-bottom: 50px; }
.play_icon i { width: 60px; height: 60px; font-size: 32px; }
.play_icon { position: absolute; top: 33%; }
.member_listwrap li { gap: 14px; font-size: 18px; margin: 0 0 16px 0px; }
.member_listwrap li::before { width: 24px; height: 24px; }
#home-sect6 h1 { padding: 0 0 35px; }
#home-sect6 .vc_row:nth-child(2) { margin: 0 auto 35px; }
#home-sect6 .hdr_rightbtn a { font-size: 18px; }
#home-sect6 .free_btnwrap .hdr_rightbtn { max-width: 160px; }
#home-sect6 .vip_btnwrap .hdr_rightbtn { text-align: left; max-width: 175px; }
#home-sect6 .hdr_rightbtn a::after { transform: translateX(88%) translateY(-8%) rotate(45deg); }
#home-sect6, #home-sect7 { padding-top: 40px; padding-bottom: 50px; }
#home-sect7 h1 { padding: 0 0 30px; }
#home-sect7 .hdr_rightbtn { padding-top: 30px; }
#home-sect7 .hdr_rightbtn a { max-width: 180px; font-size: 18px; }
#home-sect7 .vc_inner .vc_col-sm-6 img, #home-sect7 .vc_col-sm-3 img { height: 192px; margin: 0 0 15px; }
#home-sect7 .vc_col-sm-5 img { height: 400px; object-fit: cover; border-radius: 12px; }
.bghding_txt7 { margin: 0 0 -40px !important; }
#blog_carousel { padding-top: 40px; }
.blog-data { width: 96%; padding: 14px 18px; position: relative; bottom: 120px; }
.blog_postinfo span { font-size: 16px; }
.blog_postinfo i { width: 32px; height: 32px; font-size: 17px; }
.blog_btn a { padding: 8px 20px 8px 12px; }
.blog_btn { max-width: 130px; }
#blog_carousel .owl-dots { margin-top: -70px; position: relative; padding-top: 0px; gap: 10px; }
#blog_carousel .owl-dots button { width: 20px; height: 20px; }
#home-sect8 { padding-top: 45px; padding-bottom: 60px; }
#footer-widget .widget-title { font-size: 20px; margin: 0 0 15px; }
#footer-widget .nav-link { font-size: 16px; padding: 0 0 14px; }
/* Footer CSS */
.phone_wrap h5 { font-size: 15px; }
.phone_wrap a { font-size: 13px; }
.phone_wrap i { font-size: 20px; }
#socialmedia_wrapper { gap: 18px; margin: 5px 0 10px; }
.news_letter .arrow-btn { height: 45.5px; width: 55px; font-size: 17px; right: 10px; }
.news_letter { padding: 0 0 25px; }
#footer-widget #text-2 .textwidget { padding: 25px 25px 50px; }
#footer-widget #menu-policy-menu { gap: 20px; }
.fotr_btm .site-info, .fotr_btm .site-info a { font-size: 15px; }
#footer-widget { padding-top: 55px; padding-bottom: 15px; }
/* Footer CSS */
}


@media screen and (min-width: 1025px) and (max-width: 1200px) {
/* Laptop Responsive */
.container { max-width: 100%; padding-right: 30px; padding-left: 30px; }
/* Home Page */
.herobtm_imggif { padding: 20px 0 0; }
#Hero-Banner { padding-top: 30px; }
h2.vc_custom_heading { font-size: 85px; line-height: 95px; }
h1 { font-size: 45px; padding: 0 0 12px; }
#home-sect1 .audio_player .plyr__controls { padding: 14px; margin: 25px 0 20px; }
button.plyr__controls__item.plyr__control { width: 35px; margin-right: 5px !important; height: 35px; }
.smm_wrapper { gap: 12px; flex-wrap: wrap; }
.bghding_txt { margin: 0 0 -30% -8px !important; }
#home-sect1, #home-sect3 { padding-top: 60px; padding-bottom: 60px; }
#home-sect1::before { right: -12%; bottom: 10px; }
#home-sect2 .wpb_text_column p { padding: 20px 0 25px; }
.bghding_txt2 { margin: 0 0 -7.7% !important; }
.cstm_btn a { font-size: 16px; padding: 8px 20px 8px 14px; max-width: 215px; }
#home-sect2 { padding-top: 40px; }
.sonnaraudio_player .srp_player_boxed.srp_player_grid { padding: 0px 12px 3px; margin: 0px 0 15px; }
#home-sect3 .vc_row:nth-child(2) { padding: 45px 0; }
#home-sect3 .hdr_rightbtn a { max-width: 148px; }
#home-sect3 .hdr_rightbtn { padding-bottom: 50px; }
#home-sect3 .vc_row:nth-child(4) img { max-width: 220px; }
#home-sect4 ul.products.columns-3 { margin: 40px 0 0px; }
li.product.type-product .product-title { font-size: 35px; padding: 0 0 25px; }
li.product.type-product .attachment-woocommerce_thumbnail { max-width: 200px; margin: 0 auto 25px !important; }
.addtocart_btn { margin: 18px auto 0; }
li.product.type-product { padding: 30px 0 30px !important; margin-bottom: 45px !important; }
#home-sect4 .hdr_rightbtn a, #home-sect5 .hdr_rightbtn a, #home-sect6 .hdr_rightbtn a { font-size: 18px; }
#home-sect4 .hdr_rightbtn, #home-sect5 .hdr_rightbtn { max-width: 190px; }
#home-sect4 { padding-top: 50px; padding-bottom: 60px; }
.bghding_txt4 { margin: 0 0 -50px !important; }
.para3 p { padding: 5px 0 38px; }
.play_icon i { width: 70px; height: 70px; font-size: 35px; }
.time-box span { font-size: 50px; }
.time-box p { font-size: 28px; margin: 3px; }
.custom-countdown .dots { font-size: 44px; }
.custom-countdown { margin: 40px 0 50px; gap: 35px; }
#home-sect5, #home-sect6, #home-sect7 { padding-top: 45px; padding-bottom: 60px; }
.bghding_txt5 { margin: 0 0 -70px !important; }
#home-sect6 h1 { padding: 0 0 35px; }
.member_listwrap li::before { width: 26px; height: 26px; }
.member_listwrap li { gap: 18px; font-size: 20px; margin: 0 0 18px 20px; }
#home-sect6 .free_btnwrap .hdr_rightbtn, #home-sect6 .vip_btnwrap .hdr_rightbtn { max-width: 210px; }
.bghding_txt6 { font-size: 85px !important; line-height: 95px !important; margin: 0 0 -45px !important; }
#home-sect7 .vc_inner .vc_col-sm-6 img, #home-sect7 .vc_col-sm-3 img { height: 200px; margin: 0 0 15px; }
#home-sect7 .vc_col-sm-5 img { height: 415px; object-fit: cover; border-radius: 12px; }
#home-sect7 .hdr_rightbtn a { color: #00ccff; max-width: 200px; font-size: 18px; }
.blog_postinfo i { width: 32px; height: 32px; font-size: 17px; }
.blog_postinfo span { font-size: 16px; }
.blog-data h4 { margin: 12px 0 8px; }
.blog-data p { font-size: 15px; }
.blog_btn a { padding: 8px 22px 8px 12px; }
.blog_btn { max-width: 138px; }
.blog-data { width: 96%; padding: 12px 15px; bottom: 20px; }
#blog_carousel .owl-dots { padding-top: 40px; gap: 10px; }
#blog_carousel .owl-dots button { width: 20px; height: 20px; }
#home-sect8 { padding-top: 40px; padding-bottom: 65px; }
/* Footer CSS */
.phone_wrap h5 { font-size: 15px; }
.phone_wrap a { font-size: 13px; }
.phone_wrap i { font-size: 20px; }
#socialmedia_wrapper { gap: 30px; margin: 10px 0 15px; }
#footer-widget .nav-link { font-size: 16px; padding: 0 0 12px; }
#footer-widget #text-2 .textwidget { background: #0E1015; padding: 25px 25px 65px; }
#footer-widget { padding-top: 60px; padding-bottom: 15px; }
/* Footer CSS */
}


@media screen and (min-width: 1200px) and (max-width: 1440px){
/* Laptop Responsive */
.container { max-width: 100%; padding-right: 60px; padding-left: 60px; }
/* Home Page */
.navbar-brand { max-width: 80px; }
header#masthead { padding: 15px 0; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { font-size: 18.5px; }
#masthead #menu-main-menu { gap: 28px; }
.smm_wrapper a { font-size: 15.5px; padding: 10px 18px 10px 16px; }
.hdr_rightbtn a { font-size: 16px; padding: 8px 20px 8px 18px; }
.herobtm_imggif { padding: 25px 0 0; }
#Hero-Banner { padding-top: 35px; }
h2.vc_custom_heading { font-size: 110px; line-height: 120px; }
h1 { font-size: 50px; padding: 0 0 14px; }
#home-sect1 .audio_player .plyr__controls { padding: 16px; margin: 30px 0 25px; }
button.plyr__controls__item.plyr__control { width: 35px; height: 35px; margin-right: 8px !important; }
.smm_wrapper { gap: 14px; flex-wrap: wrap; }
#home-sect1, #home-sect3 { padding-top: 80px; padding-bottom: 80px; }
.bghding_txt2 { margin: 0 0 -8% !important; }
#home-sect2 .wpb_text_column p { padding: 22px 0 34px; }
.cstm_btn a { padding: 8px 20px 8px 15px; max-width: 220px; }
.cstm_btn i { margin-left: 7px; }
#home-sect3 .vc_row:nth-child(2) { padding: 55px 0; }
#home-sect3 .hdr_rightbtn { padding-bottom: 55px; }
#home-sect4 ul.products.columns-3 { margin: 40px 0 0px; }
li.product.type-product .product-title { font-size: 38px; padding: 0 0 25px; }
li.product.type-product .attachment-woocommerce_thumbnail { max-width: 220px; margin: 0 auto 25px !important; }
li.product.type-product .woocommerce-Price-amount { font-size: 28px; }
li.product.type-product { padding: 35px 0 35px !important; margin-bottom: 45px !important; }
#home-sect4 .hdr_rightbtn a, #home-sect5 .hdr_rightbtn a, #home-sect6 .hdr_rightbtn a { font-size: 18px; }
.hdr_rightbtn i { margin-left: 8px; }
#home-sect4 .hdr_rightbtn, #home-sect5 .hdr_rightbtn { max-width: 200px; }
#home-sect4, #home-sect6, #home-sect7 { padding-top: 70px; padding-bottom: 80px; }
.para3 p { padding: 10px 0 40px; font-size: 26px; }
.play_icon i { width: 80px; height: 80px; font-size: 45px; }
.time-box span { font-size: 55px; }
.time-box p { font-size: 30px; margin: 4px; }
.custom-countdown .dots { font-size: 45px; }
.custom-countdown { margin: 45px 0 50px; gap: 36px; }
#home-sect5 { padding-top: 60px; padding-bottom: 80px; }
.bghding_txt5 { margin: 0 0 -85px !important; }
.member_listwrap li { gap: 35px; font-size: 22px; margin: 0 0 20px 25px; }
#home-sect6 .free_btnwrap .hdr_rightbtn, #home-sect6 .vip_btnwrap .hdr_rightbtn { max-width: 205px; }
.bghding_txt6 { font-size: 110px !important; line-height: 120px !important; }
#home-sect7 .vc_col-sm-5 img { height: 420px; object-fit: cover; border-radius: 12px; }
#home-sect7 .vc_inner .vc_col-sm-6 img, #home-sect7 .vc_col-sm-3 img { height: 204px; margin: 0 0 16px; }
#home-sect7 .hdr_rightbtn a { color: #00ccff; max-width: 200px; font-size: 18px; }
.blog-data { width: 95%; padding: 12px 25px; bottom: 22px; }
#home-sect8 { padding-top: 50px; padding-bottom: 80px; }
/* Footer CSS */
#footer-widget .nav-link { font-size: 16px; padding: 0 0 14px; }
.phone_wrap a { font-size: 14px; }
.phone_wrap i { font-size: 22px; }
.phone_wrap { gap: 9px; }
#socialmedia_wrapper { gap: 28px; margin: 14px 0; }
#footer-widget { padding-top: 65px; padding-bottom: 15px; }
/* Footer CSS */
}

@media screen and (min-width: 1300px) and (max-width: 1440px){
h1 { font-size: 55px; padding: 0 0 16px; }
h2.vc_custom_heading { font-size: 125px; line-height: 135px; }
.bghding_txt { margin: 0 0 -34% -10px !important; }
#home-sect1 .audio_player .plyr__controls { padding: 18px; margin: 34px 0 30px; }
}


@media screen and (min-width: 1440px) and (max-width: 1500px){
.container { max-width: 100%; padding-right: 50px; padding-left: 50px; }
}

/* =============================== Responsive CSS ======================================== */


