/*
Theme Name: Daily SOAP TV Pro
Theme URI: https://www.misbahwp.com/products/ott-wordpress-theme
Description: Daily SOAP TV Pro WordPress theme will let you create the best online store as it has all the advance options available to customize your site. Our top premium theme comes with an advanced slider, featured products section, top brands, new arrivals, bestselling products, blog post, about us, category slider, and gender-specific product gallery sections, contact us, testimonials and so on. The theme is highly responsive and works speedily across all platforms and is compatible with every browser. Your traffic will improve undoubtedly and the enhanced user experience will see a bump in sales. It is SEO-ready too with the help of which your store will rank soon on all major search engines like Google. It is responsive enough to fit well in all devices screen sizes so you will not miss any buyers. Daily SOAP TV Pro WordPress theme has advance slider to create a stunning slider with multiple images upload option available. It is integrated with font awesome icon and 100+ font family options are available to select from.
Author:misbahwp
Author URI: https://www.misbahwp.com/
Version: 1.1
Requires PHP: 5.6
Tested up to: 6.8
Tags: blog, food-and-drink, one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready
Text Domain: Daily SOAP TV Pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.alignwide {
  margin-left  : -80px;
  margin-right : -80px;
}
.alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
}

.post-single a, .page-single a,.sidebar-area .textwidget a,.comment-content a {
  text-decoration: none;
  color: #000000;
  text-transform: capitalize;
  font-weight: 500;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000000;
  margin:0;
  background: #fff;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Poppins", sans-serif;
  /* font-family: "Lato", sans-serif; */
  color: #000;
}
p{
  font-size: 16px;
}
 
a {
  color:#000000;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  text-decoration: none;
}

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

section.category-title h1 {
  font-size: 18px;
  font-weight: 600;
}
/* ===============================================
   HEADER BOX
   ============================================= */


/*404 Page*/
.page-404 h1{
	font-size: 160px;
  color: #000000;
}
.page-404 h3{
	font-size: 38px;
	color: #000000;
}
.page-404 hr{
	width: 150px;
	background: #9ae2e1;
	padding: 1px;
}
.page-404 p{
	margin-left: 30%;
	margin-right: 30%;
}
 
.page-404 .button{
	padding: 15px 40px;
	color: #fff;
	font-size: 18px;
	display: inline-flex;
	transition: all 0.2s; 
  text-decoration: none;
  border-radius: 40px;
  background:  #C70077;
}
.page-404 .button:hover{
	background:  #000000;
}
 
 

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

.logo {
  display: block;
	word-break: break-all;
}
.logo a {
  color: #000000;
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  font-weight: 600;
}
.logo a:hover,
.logo a:focus {
  color:#000000;
}
.logo span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #767c83;
}
.logo-image {
  float: unset;
  width: 115px;
}
.logo-image  img{
  width: 100%;
}
/* ===============================================
   SOCIAL BOX
   ============================================= */

.social-links a {
  color: #fff;
  font-size: 18px;
}
.social-links a:hover{
	color: #C70077; 
	margin-bottom: 0;
}

/* ===============================================
   MENU BOX
============================================= */
 
  

#main-menu ul.children, #main-menu ul.sub-menu {
	display: none;
}
#main-menu ul li:hover .sub-menu {
	display: block;
}
#main-menu {
	display:block;
	position:relative;
	margin:0 auto;
}
#main-menu ul {
	margin:0;
  padding: 0;
	display:flex;
  /* justify-content: flex-end; */
}
#main-menu ul li {
	position:relative;
	display:block;
	float:left;
	text-align:left;
}
#main-menu ul li a {
	color: #000000;
	text-decoration:none;
  text-transform: capitalize;
	display:block;
	z-index:1;
	padding:5px 40px;
  padding-left: 0;
	margin:0;
	font-weight: 600;
	-webkit-transition: color .1s linear, background-color .1s linear;
	-moz-transition: color .1s linear, background-color .1s linear;
	-o-transition: color .1s linear, background-color .1s linear;
	transition: color .1s linear, background-color .1s linear;
	position:relative;
	line-height:35px;
  font-size: 16px;
}
#main-menu a:hover,
#main-menu ul li a:hover,
#main-menu li:hover > a,
#main-menu a:focus,
#main-menu ul li a:focus,
#main-menu li.focus > a,
#main-menu li:focus > a,
#main-menu ul li.current-menu-item > a,
#main-menu ul li.current_page_item > a,
#main-menu ul li.current-menu-parent > a,
#main-menu ul li.current_page_ancestor > a,
#main-menu ul li.current-menu-ancestor > a {
	color:#C70077;
}
#main-menu ul.children ,
#main-menu ul.sub-menu {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.5s cubic-bezier(.68,-0.55,.27,1.55);
	position: absolute;
	top: 40px;
	left: 0;
	background:linear-gradient(180deg, #C70077 0%, #61003A 100%);
	z-index:10001;
	width:213px;
	padding-left:0;
	box-shadow: 0px 5px 30px rgb(0 0 0 / 25%);
}
#main-menu li:hover > ul,
#main-menu li:focus > ul,
#main-menu li.focus > ul {
	opacity:1;
	transform: translateY(0);
    animation: zoomIn 300ms ease-in-out forwards;
    transform-origin: left center;
}
#main-menu ul.children li ,
#main-menu ul.sub-menu li {
	display:block; 
  position:relative; 
  float:none; 
  line-height:18px; 
  margin-left:0; 
  margin-right:0; 
  -webkit-transform: skew(0deg); 
  -ms-transform: skew(0deg); 
  transform: skew(0deg);
}
#main-menu li li:hover > ul,
#main-menu li li:focus > ul,
#main-menu li li.focus > ul {
	top:0px;
	left: -100%;
}

#main-menu ul.children li a ,
#main-menu ul.sub-menu li a {
	display: block;
  position:relative;
  padding: 7px 15px;
  font-size: 14px;
	color: #fff;
	-webkit-transition: 
	all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	cursor: pointer;-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#main-menu ul.sub-menu li a:hover {
	color: #fff;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}
#main-menu ul.sub-menu li a:before, #main-menu ul.sub-menu li a:after {
	content: '';
	position: absolute;
	-webkit-transition: 
	inherit;transition: 
	inherit;z-index: -1;
}
#main-menu ul.sub-menu li a:before, #main-menu ul.sub-menu li a:after {
	top: 0;
	width: 0;
	height: 100%;
}

#main-menu ul.sub-menu li a:before {
	left: 0;
}
#main-menu ul.sub-menu li a:hover:before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
#main-menu ul.sub-menu li a:hover:before,
 #main-menu ul.sub-menu li a:hover:after {
 	width: 100%;
 }
#main-menu ul.sub-menu li a:after {
	right: 0;
}
#main-menu ul.sub-menu li a:hover:after {
	background: #000;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
#main-menu ul.sub-menu li a:hover:before, #main-menu ul.sub-menu li a:hover:after {width: 100%;}
#main-menu ul.children li ul:before ,
#main-menu ul.sub-menu li ul:before {
	display:none;
}

.menu-toggle,
.dropdown-toggle,
button.close-menu {
	display: none;
	background: #000000;
	color: #fff;
}
#main-menu ul.children li ul:before ,
#main-menu ul.sub-menu li ul:before {
	display:none;
}

.menu-item-has-children::after {
  content: '\f347';
  font-family: "dashicons";
  position: absolute;
  font-size: 16px;
  top: 10px;
  right: 20px;
  color: #000;
}

.menu-item-has-children:hover::after, 
.menu-item-has-children.current-menu-item::after,
.menu-item-has-children:focus::after {
  color: #C70077;
}




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

  section.category-title h1 {
    text-align: center;
  }
  #mySidenav span{
  	display: block;
  	font-size:30px;
  	cursor:pointer;
  }
  .logo {
    text-align: center;
  }
  .open-menu{
  	display: block;
  }

  #main-menu ul li {
    float: left;
    width: 100%;
    padding: 5px 15px;
    margin-left: 0;
  }

  #main-menu > li > ul.children,
  #main-menu > li > ul.sub-menu {
    position: absolute;
    top:-100%;
    background: #fff;
  }

  #main-menu li.focus > ul.children,
  #main-menu li.focus > ul.sub-menu ,
  #main-menu li:hover > ul.children,
  #main-menu li:hover > ul.sub-menu ,
  #main-menu li:focus > ul.children,
  #main-menu li:focus > ul.sub-menu {
    width: 100%;
    top:0;
    left: 0 !important;
    position: relative;
  }

  #main-menu ul {
    padding: 0;
    float: none;
  }

  #main-menu ul li a {
    display: initial;
    font-size: 16px;
    color: #000;
  }

  #main-menu ul.children li a ,
  #main-menu ul.sub-menu li a {
    padding: 0;
    line-height:40px;
  }

  #main-menu ul li.menu-item-has-children:after {
    content: '';
    position: absolute;
    border: solid #000000;
    right: 30px;
    top: 50%;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translate(0,-50%) rotate(-45deg);
    transform: translate(0,-50%) rotate(-45deg);
  }

  #main-menu ul.children li,
  #main-menu ul.sub-menu li {
    width: 100%;
    padding-left: 10px;
  }

  #main-menu ul li.menu-item-has-children:hover:after ,
  #main-menu ul li.menu-item-has-children:focus:after,
  #main-menu ul li.menu-item-has-children.focus:after {
    top: 20px;
    -webkit-transform:  rotate(45deg);
    transform:  rotate(45deg);
  }

} 


/* ===============================================
   HEADER SEARCH
   =============================================== */

 
 .shoping-cart-div{
  position: relative;
 }

 .shoping-cart-div i{
  font-size: 20px;
 }
 
  
 p.cart-item-box{
 	position: absolute;
    top:-10px;
    right: -10px;
    background:#C70077;
    width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
 }
 
.header-search .search-form {
	position:fixed;
	top:0;
	right:-100%;
	width:100%;
	height:100%;
	padding:0;
	z-index:1001;
	visibility: hidden;
	-webkit-transition-property: all , -webkit-transform;
    transition-property: all , transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	background: rgba(255,255,255, 0.98) none repeat;
	border:none !important;
}
.header-search .search-form.is-open {
	right:0;
	height:100vh;
	visibility: visible;
}
.header-search .search-form.is-open form {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
}
.header-search .search-form a.close-search-form {
	top:50px;
	position:absolute;
	margin-left:-13px;
	left:50%;
}
.header-search .search-form i.searchform-close-button {
	font-size:25px;
	color:#616161 !important;
	opacity:0;
	-webkit-transition: transform .2s linear;
	-moz-transition: transform .2s linear;
	-o-transition: transform .2s linear;
	transition: transform .2s linear;
}
.header-search .search-form.is-open i.searchform-close-button {
	opacity:1;
}
.header-search .search-form.is-open i.searchform-close-button:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#site-navigation .sidenav a.closebtn, .open-menu{
  	display: none;
}


/* ===============================================
   POST BOX
   ============================================= */

 
 
h4.post-title {
  font-size: 18px;
  color: #000000;
}
.post-content p{
	font-size: 14px; 
}
.post-meta i{
	color:  #C70077;
}
.post-meta span {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #121d21;
	white-space: break-spaces;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
  	border-radius: 4px;
}
.post-content img,
.post-thumbnail img,
.post-content iframe,
.post-content object,
.post-content embed {
	max-width: 100%;
}
.post-content img,
.post-thumbnail img {
	max-height:100%;
	height:auto;
}
.post-content:after {
  content: "";
  display: table;
  clear: both;
}

#content,footer {
  float: left;
  width: 100%;
}
 
.latest-post .post-date {
  float: left;
}
.latest-post .post-meta a {
  color: #767c83;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
}
.latest-post figure{
	margin: 0;
	padding: 0;
	background: #eee;
	overflow: hidden;
}
.latest-post figure:hover+span{
	opacity: 1;
}
.latest-post figure img{
	webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
}
.latest-post:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.5;
}
.post-single .tags-bg a{
	padding: 10px 15px;
	background: #000000;
	border-radius: 5px;
	text-transform: uppercase;
	color: #fff;
	margin:0 10px;
}
.post-single .tags-bg a:hover{
	background:#000000 ;
}
.post-single .blog_share_icon .fab{
	width: 40px;
	height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
	text-align: center;
	border-radius: 50%;
  background:  #C70077;
	color: #fff;
	font-size: 16px;
	margin-right: 10px;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.post-single .blog_share_icon .fab:hover{
	transform: rotate(360deg);
	background: #000000;
}
.post-single {
	display: block;
}
label{
	display: block;
}
 
.latest-post h4 a{
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}
.latest-post h4 a:hover{
  color: #C70077;
}
.latest-post .post-content p{
  color: #908E8B;
  font-weight: 400;
}

.latest-post .owl-item .post-admin span img{
  width: auto;
  display: inline-block;
  border-radius: 50%;
}
.latest-post{
  position: relative;
}
.latest-post .far.fa-calendar-alt, .latest-post .fas.fa-bookmark{
  color: #717982;
} 
.latest-post .icon-book{
  float: right;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #717982;
  width: 40px;
  height: 40px;
  padding: 10px 14px;
  margin-top: -8px;
}
.latest-post figure{
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
  height: 300px;
   border-radius: 10px;
 }
.latest-post figure:hover+span{
  opacity: 1;
}
.latest-post figure img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  object-fit: cover;
  height: 100%;
    border-radius: 10px;
}
.latest-post .post-item:hover figure img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
    border-radius: 10px;
}

.latest-post .far.fa-calendar-alt{
  color: #C70077;
}
.latest-post .far{
  color: #C70077;
  font-size: 18px;
}
.latest-post .date-grp {
  background: #FFF1EC;
  padding: 7px 10px;
  border-radius: 30px;
  color: #C70077;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-form-url input{
  width: 100%;
}
.comment-respond input#submit {
  background: #000000;
  border: none;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border-radius: 7px;
  display: inline-block;
  margin: 15px 0;
}
.comment-respond input#submit:hover{
  background-color:  #C70077;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list {
  padding-left: 0;
}
.comment-list .comment {
  display: block;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback a {
  margin-left: 5px;
  margin-right: 5px;
}
.comment-content.card-block {
  padding: 15px;
}
.comment-reply a {
  background: #000000;
  padding: 5px 15px;
  color: #fff;
  border-radius: 7px;
}
.comment-reply a:hover {
  background:  #C70077;
  color: #f3f4f7;
  text-decoration: none;
}
 
 
ul.footer-cnt .dashicons{
  line-height: 28px;
}
 
.page-template-frontpage .woosc-btn {
position: absolute;
bottom: 45px;
right: 20px;
width: 40px;
height: 40px;
border-radius: 40px;
background: #000000;
border: 0;
font-size: 0;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
}
.page-template-frontpage .product-image:hover  .woosc-btn{
  opacity: 1;
}
.page-template-frontpage .woosc-btn::after{
  content: '\f362';
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  color: #fff;
  font-weight: 900;
}
.page-template-frontpage .woosc-btn.woosc-btn-added:before{
  display: none;
}

.woocommerce-shop .woosc-btn, .related.products .woosc-btn{
  position: absolute;
  top: 65px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #000000;
  border: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .woocommerce-shop .woosc-btn::after, 
  .related.products .woosc-btn::after, .summary.entry-summary .woosc-btn::after{
    content: '\f362';
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #fff;
    font-weight: 900;
  }
  .woocommerce-shop .woosc-btn.woosc-btn-added:before, 
  .related.products .woosc-btn.woosc-btn-added:before, 
  .summary.entry-summary .woosc-btn.woosc-btn-added:before{
    display: none;
  }
  .summary.entry-summary .woosc-btn{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #000000;
    border: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.wpcf7-not-valid-tip{
  font-size: 13px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
  font-size: 13px;
}




/* ===============================================
   Pagination
   ============================================= */

.pagination,
.daily-soap-tv-pro-pagination {
	margin:25px 0;
}

.pagination .nav-links a,
.pagination .nav-links span.current,
.daily-soap-tv-pro-pagination a span,
.daily-soap-tv-pro-pagination span.current {
	display:inline-block;
	text-decoration: none;
	padding:10px 20px;
	font-size:18px;
  font-weight: 600;
	line-height:21px;
	color:#222;
  border-radius: 4px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	position:relative;
	margin:0;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links span.current,
.daily-soap-tv-pro-pagination span.current,
.daily-soap-tv-pro-pagination span.current:hover,
.daily-soap-tv-pro-pagination span.current:focus,
.daily-soap-tv-pro-pagination a span:hover,
.daily-soap-tv-pro-pagination a span:focus {
	background:#000000;
  color: #ffffff;
}

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

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

.commentlist li {
	margin:0;
}

.commentlist li .comment-respond {
	margin-bottom:25px;
}

.commentlist li:last-of-type .comment-respond {
	margin-bottom:0px;
}

.comment-container {
	position: relative;
	margin:0 0 25px 0;
	padding:30px;
	background:#fff;
	border:solid 1px #f3f4f7 !important;
	z-index:999
}

.comment-avatar img {
	float:left;
}

.comment-text {
	position:relative;
	margin-left:110px;
	padding:0 0 0 15px
}

.comment-container .comment-date {
	padding:15px 0;
}

.comment-avatar {
	position:relative;
	width:110px;
	float:left;
}

.comment-author .author {
	display:block;
	font-weight:bold;
}

.commentlist .children li {
	margin-left:30px;
}

.comment-notes {
	font-size:12px;
	margin:-25px 0 25px 0;
}

h3#reply-title,
h3.comments {
	height:30px;
	line-height:30px;
	margin:30px 0;
}

h3#reply-title small,
.logged-in-as {
	font-size: 15px;
	margin:-25px 0 25px 0;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
	padding: 10px 2%;
	background:#fff;
	width: 100%;
	margin:0 0 15px 0;
	border:1px solid black;
	color:#000000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.comment-form input[type=submit] {
	background: #000000;
	color: #fff;
	border:none;
	font-size:14px;
	font-weight: 600;
	text-align:center;
	position:relative;
	display: block;
	text-shadow:none;
	padding:10px 15px;
	width:inherit;
	margin:0;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
	cursor: pointer;
 
}

.comment-form input[type=submit]:hover ,
.comment-form input[type=submit]:focus {
	background-color:#248efa;
	text-decoration:none
}

.logged-in-as a {
	color:#000000;
}

.logged-in-as,
.comment-notes,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.form-submit {
	display:block;
}

/* ===============================================
   SIDEBARS
   =============================================== */

.sidebar-area .textwidget img{
  width: 100%;
  height: auto;
}
.sidebar-area .sidebar-widget {
	margin-bottom: 25px;
  background: #fff;
  border: 1px solid  #e9e7f4;
  filter: drop-shadow(0 0 20px rgba(0,0,0,0.08));
}
.sidebar-area a,
.sidebar-area p,
.sidebar-area li,
.sidebar-area address,
.sidebar-area dd,
.sidebar-area blockquote,
.sidebar-area td,
.sidebar-area th,
.sidebar-area .textwidget {
	line-height:1.9em;
	font-weight: normal;
}
.sidebar-area a{
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
}

.sidebar-area  .recent_post {
  margin-bottom: 10px;
}

.sidebar-area ul, #calendar_wrap, .sidebar-area .textwidget,.tagcloud {
  list-style:none;
  margin: 0;
  padding: 0 15px;
}
.sidebar-area li a,
.sidebar-area li {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.sidebar-area li {
  padding-bottom: 15px;
  color: #000000;
}
.sidebar-area h4.title {
  padding: 10px 15px;
  border-bottom: solid 5px #000;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background: #C70077;
}
.sidebar-area .tagcloud a {
  font-size: 15px !important;
  background: #fff;
  color: #121d21;
  padding: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: inline-block;
  margin: 5px 0;
  text-decoration: none;
}
.sidebar-area .tagcloud a:hover{
	background: #000000;
	color: #fff;
}
.sidebar-area form {
  padding: 0;
}
.sidebar-area select,
.sidebar-area textarea, #comments textarea,
.sidebar-area input[type="text"], #comments input[type="text"],
.sidebar-area input[type="password"],
.sidebar-area input[type="datetime"],
.sidebar-area input[type="datetime-local"],
.sidebar-area input[type="date"],
.sidebar-area input[type="month"],
.sidebar-area input[type="time"],
.sidebar-area input[type="week"],
.sidebar-area input[type="number"],
.sidebar-area input[type="email"],
.sidebar-area input[type="url"],
.sidebar-area input[type="search"],
.sidebar-area input[type="tel"],
.sidebar-area input[type="color"],
.sidebar-area .uneditable-input{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 100%;
  margin: 0;
  padding: 12px;
  background-color: #f3f4f7;
  border: 1px solid rgba(0, 0, 0, 0.125);
  float: unset;
}
.sidebar-area input[type="search"]{
  width: 69%;
  border: none;
  background: transparent;
}
#wp-calendar th,
#wp-calendar
#today,
#wp-calendar
#today a {
	background:#f3f4f7;
	color:#434343 !important;
}
#wp-calendar a:hover {
	border:none;
}
#wp-calendar {
	background: #fff;
	width:100%;
}
#wp-calendar caption {
	font-size: 14px;
	text-transform:uppercase;
	margin:0 0 10px 0;
	text-align:left;
}
#wp-calendar th,
#wp-calendar td {
	text-align: center;
	font-size: 14px;
	color:#434343 !important;
	padding:3px 6px;
}
#wp-calendar td a {
	display:block;
	text-align: center;
	font-size: 14px;
	color:#434343 !important;
	text-decoration:underline
}
#wp-calendar td#prev a,
#wp-calendar td#prev a{
	text-decoration:none;
	text-align:left;
}
#wp-calendar th{
	font-weight:bold
}
tr:nth-child(2n+2) {
	background-color: #f3f4f7;
}
.searchform label {
	display: block;
}
.searchform input[type=text] {
  width: calc(100% - 110px);
  margin: 0;
  padding: 12px;
  float: left;
  background-color: #fff;
  border: 0;
  outline: none;
  border-radius: 4px 0 0 4px;
  border: 1px solid #eee;
}
.searchform input[type=submit]{
	background: #C70077;
	border: none;
	color: #fff;
	font-size:14px;
	font-weight: 600;
	text-align:center;
	position:relative;
	float:left;
	text-shadow:none;
	padding:14px 0;
	width:110px;
	margin:0 auto;
	cursor: pointer;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
  border-radius: 0 4px 4px 0;
}

.searchform input[type=submit]:hover ,
.searchform input[type=submit]:focus {
	background-color: #C70077;
	text-decoration:none
}
.searchform:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-area .post-thumbnail{
  width: 80px;
  height: 80px;
 }
.sidebar-area .post-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    
  }
  .sidebar-area .post-title {
    font-size: 18px;
  }
 
footer .sidebar-area {
	background: none;
	padding: 25px 0 0 0;
}

footer a,
footer p,
footer .sidebar-area li,
footer .sidebar-area address,
footer .sidebar-area dd,
footer .sidebar-area blockquote,
footer .sidebar-area td,
footer .sidebar-area th,
footer .sidebar-area .title,
footer .sidebar-area .textwidget {
	color: #000;
  font-size: 14px;
}
footer a:hover{
  color: #C70077;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignleft,
img.alignright,
img.aligncenter,
.attachment img {
	max-width:100%;
	height:auto;
	margin-bottom: 20px;
}
.alignleft,
img.alignleft {
	display:inline;
	float:left;
	margin-right:24px;
	margin-top:4px;
}
.alignright,
img.alignright {
	display:inline;
	float:right;
	margin-left:24px;
	margin-top:4px;
}
div.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	float:none;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom:12px;
}
.wp-caption {
	background:#f1f1f1;
	line-height:18px;
	margin-bottom:25px;
	max-width:100% !important;
	padding:4px;
	text-align:center;
}
.wp-caption img {
	margin:5px 5px 0;
	width:96%;
	height:100%
}
.wp-caption p.wp-caption-text {
	color:#888;
	font-size:12px;
	margin:5px;
}
.footer-area .woocommerce ul.cart_list li img, 
.footer-area .woocommerce ul.product_list_widget li img{
	height: 70px;
}

.sidebar-area  .post-meta span{
  font-size: 13px;
  font-weight: 400;
}


/* Wishlist CSS */

.wishlist-button { 
  display: flex; 
  justify-content: center;
  align-items: center;
  width: 30px;
  height:30px;
  background: #f44336; 
  color: #fff; 
  text-decoration: none; 
  border-radius: 4px; 
  position: absolute;
  top: 10px;
  right: 10px;
}
.page-template-frontpage .wishlist-button{
  right: 0;
  top: 0;
  background: #eee;
  color: #000;
}
.page-template-frontpage .wishlist-button:hover{
  background: #f44336; 
  color: #fff;
}
.wishlist-items li { margin: 5px 0; }

.wishlist-select{
  display: flex; 
  justify-content: center;
  align-items: center;
  width: 30px;
  height:30px;
  background: #f44336; 
  color: #fff; 
  text-decoration: none; 
  border-radius: 4px; 
  position: absolute;
  top: 10px;
  right: 10px;
}
.wishlist-select:hover{
  color: #000;
}
.page-template-frontpage .wishlist-select{
  right: 0;
  top: 0;
 
}

.wishlist-item {
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #eee;
  background: #f5f5f5;
}
 
.wishlist-item h2 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;

}
.wishlist-item .price {
  display: block;
  margin: 10px 0;
  font-weight: bold;
}
.wishlist-item .button {
  display: inline-block;
  padding: 8px 20px;
  background: #C70077;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
}

.wishlist-item .added_to_cart.wc-forward{
  display: inline-block;
  padding: 8px 20px;
  background: #C70077;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  margin-left: 10px;
}
.wishlist-item .added_to_cart.wc-forward:hover{
  background: #000;
}

.discount-percentage{
  position: absolute;
  right: auto;
}

 
 
.pagination-wrapper {
  margin-top: 30px;
  text-align: center;
}

.pagination-wrapper ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination-wrapper ul li {
  margin: 0 5px;
}

.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
  display: block;
  padding: 8px 14px;
  color: #333;
  background: #f1f1f1;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.pagination-wrapper ul li a:hover {
  background: #C70077;
  color: #fff;
}

.pagination-wrapper ul li span.current {
  background: #C70077;
  color: #fff;
  font-weight: 600;
}




/*SCROLL TO TOP BUTTON*/

#button_scroll {
  display: inline-block;
  background: #C70077;
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
}
#button_scroll::after {
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 50px;
  color: #fff;
} 
#button_scroll.show {
  opacity: 1;
  visibility: visible;
}
#button_scroll .fas{
	color: #fff;
	padding: 8px;
	margin: 5px 0;
}
#button_scroll:hover {
  background:  #000000;
}
#button_scroll,
#button_scroll::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
#button_scroll::before,
#button_scroll::after {
  background: #C70077;
  content: '';
  position: absolute;
  z-index: -1;
}
#button_scroll::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
#button_scroll:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/*PRELOADER*/
.cssloader {
  padding-top: calc(45vh - 25px);
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #212121;
  z-index: 99999;
}


.loader-box{
  width: 100px;
  height: 100px;
  margin: auto;
}
.loader-box img{
  width: 100%;
}

/** animation starts here **/

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

@keyframes shk2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
  }
}
.lt {
  color: #fff !important;
  margin: 20px auto;
  text-align: center;
  letter-spacing: 10px;
}
a.close-search-form{
	display: none;
}

/*SRTICKY HEADER*/

.fix-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.admin-bar .fix-sticky {
	margin-top: 32px;   

}
 
 
 
/*Body*/ 


.top-header{
  background: #313131;
  padding: 10px 0;
}
 
 
.header-menu{
  background: #fff;
}
.left-side-div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  flex-wrap: wrap;
}

.header-menu .logo-image img{
	width: 100%;
}
.menu-header{
  padding: 10px 10px;
}

.social-links{
  display: flex;
  align-items: center;
  column-gap: 10px;
}


 
.header-menu .contact-info{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.header-menu .login-info{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 30px;
  padding: 5px 20px;
  color: #C70077;
  column-gap: 5px;
  transition: all .3s ease-in;
}
.header-menu .login-info:hover{
  background: #000;
  color: #fff;
}
 
.contact-header-btn {
  background: transparent;
  color: #000;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}
.contact-header-btn:hover{
  background: #C70077;
  color: #fff;
}
.flex-brn-div{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
}

.my-account-url a{
  padding: 7px 20px;
  background: #C70077;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.my-account-url a:hover{
  background: #000;
  color: #fff;
}

.link-text{
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 5px;
}
.link-text:hover{
  color: #C70077;
}
.top-header .social-links i{
   color: #C70077;
   font-size: 14px;
}

.top-header  .social-links i:hover{
   color: #fff;
}

.link-text .dashicons{
  color: #C70077;
}

/* langauage div */

.right-side-div{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
  position: relative;
}
.translet-div{
  position: absolute;
  right: 90px;
  top: -3px;
  z-index: 1111;
}
.gtranslate_wrapper.gt_container-ixtdav {
  position: absolute;
  left: 0;
  top: -0;
  z-index: 11;
}

.gt_options.gt-open{
  max-width: 150px !important;
}

.gt_float_switcher .gt_options a {
  font-size: 13px;
}

.gt_float_switcher .gt_options a:hover{
  background: #000;
}

.gt_float_switcher .gt_options a{
  display: flex !important;
}
/* .gt_float_switcher .gt-selected{
  width: 76px;
} */

select.gt_selector.notranslate {
  padding: 5px 8px;
  border-radius: 4px;
  border: 1px solid #eee;
  background: transparent;
  font-size: 14px;
  color: #fff;
  outline: 0;
}
select.gt_selector.notranslate option{
  color: #000;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code{
  font-size: 14px;
}

 
.top-header .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 5px 10px;
}
.gt_float_switcher .gt-selected .gt-current-lang{
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
}

 
/*SLIDER SECTION*/ 

#slider{
  position: relative;
   
}

 
#slider h2{
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: normal; 
}

#slider h1{
  font-size: 44px;
  color: #fff;
  font-weight: 600;
  line-height: normal; 
  max-width: 600px;
}

#slider p{
  color: #fff;
  max-width: 490px;
  font-size: 14px;
  font-weight: 300;
 
}
#slider .button{
  background: #C70077;
  color: #fff;
  padding: 10px 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 16px;
 
  
}
#slider .button:hover{
  background: #000000;
  color: #fff;
}
 
#slider .img-div img{
  width: 100%;
}
 
 
#slider .sec2{
  position: relative;
  align-self: center;
}
 
#slider .img-div{
  z-index: 11;
  position: relative;
}
 


.slider-form{
  margin-top: 30px;
  position: relative;
}
.slider-form p{
  display: flex;
  column-gap: 20px;

}
.slider-form  .searchform input[type=text]{
  padding: 10px 20px;
  border-radius: 10px;
  border:0;
  outline: none;
  box-shadow: none;
  background: #fff;
  color: rgba(0, 0, 0, 1);
}
.slider-form  .searchform{
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 75%;
}
.slider-form  .searchform input[type=text]::placeholder{
  color: rgba(0, 0, 0, 0.19);
}
.slider-form  input[type="submit"]{
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  height: 45px;
  transition: all .3s ease-in-out;
  margin: 0;
  width: 130px;
}
 
#slider  .slider-form  input[type="submit"]:hover{
  color: #C70077;
  background: #fff !important;
}

#slider .img-div{
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-self: center;
  justify-content: center;
 
}
#slider .img-div img{
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: relative;
}
#slider .img-div:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
 
}

#slider .img-text-flex-div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  max-width: 400px;
  margin-top: 50px;
}
#slider .img-text-flex-div .img-div{
  width: 150px;
}
#slider .img-text-flex-div p{
  font-size: 14px;
  font-weight: 300;
}

#slider .slider-play-buuton:hover i{
  color: #000;
}

#slider .img-text-flex-div .img-div img{
  width: 100%;
}

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

.popup-content {
  position: relative;
  background: #fff;
  padding: 20px;
  max-width: 95%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  width: 100%;
  height: 80vh;
  /* margin-top: 90px; */
}

.popup-content iframe {
  width: 100%;
  height: 100%;
}

.close {
  position: absolute;
  top: 10px; 
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  background: #C70077;
  opacity: 1;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.close:hover{
  background: #000;
}

.banner-cnt{
  position: relative;
}
#slider .sec1 {
  position: relative;
  z-index: 1;
}

.play-border-div{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #C70077;
  position: absolute;
  top: 50%;
  right: -70px;
  margin: auto;
  transition: .3s ease-in-out;
  cursor: pointer;
  transform: translateY(0);
}
.play-border-div:hover {
  transform: translateY(-7px);
  box-shadow: none;
}
.slider-play-buuton{
  background: linear-gradient(180deg, #C70077 0%, #61003A 100%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border: 0;
  outline: 0;
  cursor: pointer;
}

 .dekstop-only{
    display: flex;
  }
  .only-mbl{
    display: none;
  }

  
#slider .sec1{
  padding-left: 125px;
}
#slider{
  position: relative;
  z-index: 111;
}
/* Main css */

.page-template-frontpage h3{
  color: #000000;
  font-size: 54px;
  line-height: normal;
  position: relative;
  font-weight: 700;
  z-index: 11;
  margin-bottom: 15px;
 
}

.page-template-frontpage h5{
  color: #000000;
  font-size: 16px;
  line-height: normal;
  position: relative;
  font-weight: 700;
  z-index: 11;
  text-transform: uppercase;
 
}

.page-template-frontpage .btn{
  padding: 10px 40px;
  background: linear-gradient(180deg, #C70077 0%, #61003A 100%);
  color: #fff;
  border-radius: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
 transition: all 0.3s ease-in-out;
}

.page-template-frontpage .btn .dashicons{
  color: #fff;
}

.page-template-frontpage .btn:hover{
  background: #000;
}


.page-template-frontpage h4{
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.head-flex-grp{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.head-flex-grp a{
  color: #000000;
  font-weight: 600;
}
.head-flex-grp i{
  color: #C70077;
  margin-left: 5px;
  font-size: 14px;
}
 .button-new{
  padding: 10px 20px;
  text-align: left;
  transition: .3s ease-in-out;
  display: inline-flex;
  justify-content: center;
  background: #C70077;
  color: #fff;
  font-weight: 400;
  border-radius: 30px;
  font-size: 16px;
}

.button-new:hover{
  background: #000000;
  color: #fff;
}

span.onsale {
  padding: 5px 10px;
  font-size: 14px;
  position: absolute;
  top: 20px;
  left: 10px;
  background: #000000;
  color: #fff;
}

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


/*Parts Categories SECTION*/

#our_features .product-box{
  position: relative; 
  text-align: center;
}
 
#our_features  .image-main-box{
  position: relative;
  padding-left: 22%;
}
#our_features .img-icon-div{
  transition: all .3s ease-in-out;
  transform: translateY(0);
  width: 96px;
  height: 96px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  padding: 26px;
  position: absolute;
  bottom: 23%;
  left: -40px;
}

#our_features .img-icon-div img{
  width: 100%;
}

#our_features .img-icon-div:hover{
    transform: translateY(-7px);
}
 
 
#our_features .large-img-div{
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-self: center;
  justify-content: center;
  border-radius: 20px;
  width: 500px;
  height: 680px;
}
#our_features .large-img-div img{
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-radius: 20px;
  position: relative;
  object-fit: cover;
}
#our_features .large-img-div:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 20px;
}

#our_features  .top-img-div{
  position: absolute;
  top: 50px;
  left: 0;
  transition: all .3s ease-in-out;
  transform: translateY(0);
  height: 230px;
  width: 390px;
}

#our_features  .top-img-div:hover{
  transform: translateY(-7px);
}

#our_features  .top-img-div img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#our_features .bottom-img-div{
  position: absolute;
  bottom: 20px;
  left: 0;
  background: linear-gradient(180deg, #C70077 0%, #61003A 100%);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  transform: translateY(0);
  
}
#our_features .bottom-img-div img{
  width: 100%;
  margin-top: 30px;
}

#our_features .bottom-img-div:hover {
  transform: translateY(-7px);
  filter: drop-shadow(2px 4px 6px black);
}

#our_features .img-div img{
  width: 100%;
  margin: auto;
  height: auto;
  display: block;
  transition: 0.3s ease;

}

#our_features  .info-text-box{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
}
 #our_features  .info-text-box .dashicons{
  color: #C70077;
  font-size: 26px;
  display: inline;
 }

  #our_features  .info-text-box h4{
    font-size: 18px;
    font-weight: 700;
  }

 


/* About Us */

#about_us {
  position: relative;
}
.circle-div{
  width: 240px;
  height: 270px;
  border-radius: 50%;
  border: 2px solid #C70077;
  position: relative;
  margin-top: -260px;
  left: 30%;
}
 
#about_us .info-div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  margin-bottom: 30px;
}

#about_us .info-div:last-child{
  margin-bottom: 0;
}
#about_us h4{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

#about_us .list-cnt-div .dashicons{
  color: #C70077;
}
#about_us .cnt-box p{
  font-size: 14px;
  color: #000000;
}
 
 
#about_us .list-cnt-div{
  position: relative;
  height: 100%;
}
 #about_us .list-cnt-div::after{
  content:'';
  background: #C70077;
  width: 14px;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  right: 0;
  top: 0;
 }

 
#about_us  .img-main-div{
  position: relative;
}
 
#about_us .img-grp-div{
  position: relative;
  display: flex;
  align-items: center;
}
#about_us  .img-main-div img{
  width: 100%;
}
#about_us .large-img-div{
  width: 100%;
  padding-left: 20%;
}

#about_us .large-img-div{
  transition: all .3s ease-in-out;
  transform: translateY(0);
}
#about_us .large-img-div:hover{
  transform: translateY(-9px);
 
}

#about_us .video-img-div{
  position: relative;
  height: 130px;
}

#about_us .video-img-div img{
  width: 100%;
  height: 100%;
}

#about_us  .play-buuton{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #C70077;
}

#about_us .play-border-box{
  border: 1px dashed #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
  transform: translateY(0);
  position: absolute;
  inset: 0;
  margin: auto;
}

#about_us .video-img-div:hover .play-border-box{
  transform: translateY(-5px);
}

#about_us .bottom-btn-flex{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 30px;
}

#about_us .call-info-flex{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
}

#about_us .icon-div{
  width: 40px;
  height: 40px;
  color: #fff;
  background: #C70077;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;

}


.icon-border-div{
  border: 1px dashed #C70077;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
  transform: translateY(0);
}

#about_us .call-info-flex:hover .icon-border-div{
  transform: translateY(-7px);
  filter: drop-shadow(2px 4px 6px #C70077);
}

#about_us .conatct-info-div h6{
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
#about_us .conatct-info-div:hover h6{
  color: #C70077;
}

#about_us .conatct-info-div p{
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.star-badge {
  content: '';
  background-image: url(./images/about-us/star-vetcor.svg);
  background-repeat: no-repeat;
  width: 310px;
  height: 310px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease;
  position: absolute;
  top: 20%;
  left: 0%;
  text-transform: uppercase;
  /* background: linear-gradient(180deg, #c8007a 0%, #870056 100%);
  clip-path:polygon(
    50% 0%,
    63% 39%,
    100% 50%,
    63% 63%,
    50% 100%,
    40% 63%,
    0% 50%,
    39% 39%
  ); */
}
.star-badge:hover {
  transform: scale(1.05);
}

#about_us h5{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 8px;
}
#about_us .toggle {
  width: 36px;
  height: 12px;
  border-radius: 50px;
  background: #fff;
  position: relative;
  display: inline-block;
  border: 1px solid #C70077;
}

#about_us .toggle::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 11px;
    border-radius: 20px;
    background: #C70077;
}

/* Statistic Or Counter Sec  */

#counter_sec h4{
  font-size: 16px;
  font-weight: 400;
  color: #fff;

}
#counter_sec .count{
  font-size: 44px;
  font-weight: 500;
  color: #fff;
  transition: all .3s ease-in-out;
  transform: translateY(0);
  display: inline-block;
}
#counter_sec .sign{
  font-size: 44px;
  font-weight: 500;
  color: #fff;
  transition: all .3s ease-in-out;
  transform: translateY(0);
  display: inline-block;
}
#counter_sec .img-div{
  width: 50px;
  height: 50px;
  transition: all .3s ease-in-out;
  transform: translateY(0);
  margin: 15px auto;
}

#counter_sec .img-div img{
  width: 100%;
  height: auto;
}
#counter_sec .counter-box:hover .count, 
#counter_sec .counter-box:hover .sign, 
#counter_sec .counter-box:hover .img-div{
  transform: translateY(-7px);
}




/* Featured Show */

 #featured_show h5{
  color: #C70077;
 }
#featured_show .sales-bg-div{
  position: relative;
  border-radius: 15px;
}

#featured_show .img-div{
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-self: center;
  justify-content: center;
  border-radius: 15px;
}
#featured_show .img-div img{
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-radius: 20px;
  position: relative;
}
#featured_show .sales-bg-div:hover .img-div img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 15px;
}
#featured_show .sales-bg-div::after{
  content: "";
  background: rgba(0, 0, 0, 0.51);
  inset: 0;
  border-radius: 15px;
  position: absolute;
}

#featured_show  .center-info-div{
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 10px;
  z-index: 11;
  text-align: left;
}

#featured_show  .center-info-div h4{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: normal;
  margin-bottom: 0;
}

#featured_show .sales-bg-div:hover .center-info-div h4{
  color: #C70077;
}

#featured_show .owl-nav .nav-prev, #featured_show .owl-nav .nav-next {
  font-size: 28px;
  color: #ff00a5;
  cursor: pointer;
  position: absolute;
  right: 21%;
  top: -45%;
}

#featured_show .owl-nav .nav-next {
  right: 18%;
}

#featured_show .owl-carousel{
  position: relative;
}
 
#featured_show .video-play-div{
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 1;
}

#featured_show .open-video{
  display: flex;
  align-items: center;
  justify-content: center;
  transform:rotateY(180deg);
  margin-left: 15px;
}

#featured_show  .video-play-div .dashicons{
  font-size: 44px;
}

#featured_show .open-video:hover .dashicons{
    color: #fff;
}

#featured_show  .meta-info-div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  color: #ffff;
}


#featured_show .dashicons{
  color: #C70077;
  font-size: 16px;
  opacity: 0.7;
}

#featured_show .meta-info-div i{
  font-size: 5px;
  color: #C70077;
  margin-right: 3px;
}

#featured_show span{
  font-size: 14px;
}

#featured_show .star-div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 5px;
}

#featured_show .color-dot{
  font-size: 16px;
   color: #C70077;
}

   #featured_show  .owl-stage {
    padding-left: 0 !important; /* Remove right padding */
}


/*Our Services SECTION*/


#our_services .services-box{
  position: relative;
  border-radius: 20px;
  padding: 50px 30px;
 transition: all 0.2s ease-in-out;
}
#our_services .services-box:hover{
  background: linear-gradient(180deg, #C70077 0%, #61003A 100%);
  color: #fff;
}
#our_services .services-box:hover h4 a, 
#our_services .services-box:hover p{
  color: #fff;
}
#our_services .services-box:hover img{
  filter: brightness(0) invert(1);
}
#our_services h5{
   color: #C70077;
}
#our_services h4 a{
  color: #C70077;
  font-size: 20px;
  font-weight: 600;
}
#our_services .btn{
  background: transparent !important;
  padding: 0;
  color: #000000;
  text-decoration: underline;
  margin-bottom: 10px;
}

#our_services .btn:hover{
  color: #C70077;
}
 
#our_services .img-div{
  width: 60px;
  height: 60px;
  margin-bottom: 60px;
}
#our_services .img-div img{
  width: 100%;
}

/* All Latest Show */

 #all_latest_show{
  position: relative;
 }
 #all_latest_show::after{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(24, 24, 24, 0) 0%, #C70077 100%);

 }
  #all_latest_show h3{
    color: #fff;
    font-size: 30px;
  }

  #all_latest_show p{
    color: #fff;
   max-width: 570px;
  }

  #all_latest_show .container{
    position: relative;
    z-index: 11;
  }

#all_latest_show .tab-section {
  display: inline-block;
  width: 100%;
}

#all_latest_show .tab-section button {
  border: 0;
  background: transparent;
  color: #fff;
  outline: none;
  cursor: pointer;
}

#all_latest_show .tab-section ul {
  padding: 0;
  display: flex;
  justify-content:flex-start;
  column-gap: 20px;
 
}

#all_latest_show .product-tab {
  float: unset;
  position: relative;
  display: inline-block;
}

#all_latest_show button.tablinks_show {
  padding: 5px 15px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  transition: all 0.2s;
  text-transform: capitalize;
}

#all_latest_show .tabcontent_show.active{
  display: block;
}

#all_latest_show .tabcontent_show{
  display: none;
}

#all_latest_show button.tablinks_show.active, 
#all_latest_show button:hover{
  color: #C70077;
  background: #fff;
  
}
#all_latest_show figure{
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
#all_latest_show figure:hover+span{
  opacity: 1;
}
#all_latest_show img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-radius: 10px;
}
#all_latest_show .project-box:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1); 
  border-radius: 20px;

}

#all_latest_show .project-box{
  position: relative;
  margin-bottom: 20px;
}
#all_latest_show .box-content{
  border-radius: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  top: 10px;
  background: #21252978;
  display: none;
  align-items: center;
  justify-content: center;
}

#all_latest_show .box-content a{
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
#all_latest_show  .box-content a:hover{
  color: #C70077;
}
#all_latest_show .project-box:hover .box-content{
  display: flex;
}

#all_latest_show  .btn-grp-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
#all_latest_show .btn-post{
  padding: 10px 30px;
  border-radius: 40px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
 
#all_latest_show .btn-post:hover{
background: linear-gradient(90deg, #C70077 0%, #61003A 100%);
color: #fff;
}

#all_latest_show .btn-link{
  color: #fff;
  text-decoration: underline;
}
#all_latest_show .btn-link:hover{
  color: #C70077;
}
#all_latest_show .owl-carousel{
  position: relative;
  display: block;
}

#all_latest_show .owl-nav {
  display: block !important;
}
#all_latest_show .owl-nav .nav-prev, #all_latest_show .owl-nav .nav-next{
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 3%;
  top: -65%;
}

#all_latest_show .owl-nav .nav-prev:hover, #all_latest_show .owl-nav .nav-next:hover{
  color: #000;
}

#all_latest_show .owl-nav .nav-next{
  right: 0;
}
 .two-row-slide {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* desktop: 4 columns */
  grid-auto-rows: 1fr;
   column-gap: 20px;
}

/* Responsive columns */
@media (max-width: 991px) {
  .two-row-slide { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 575px) {
  .two-row-slide { grid-template-columns: repeat(2, 1fr); }
}

/* Demo look; style your item content */
.two-row-slide > * {
  text-align:center;
}
/* Gallery Section */


#gallery .btn{
  background: transparent !important;
  padding: 0;
  color: #C70077;
  text-decoration: underline;
}

#gallery .btn:hover{
  color: #000;
}

 

 .gallery-item {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  position: relative;
  margin-bottom: 20px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 20px;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

 .gallery-item .center-info-div{
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 10px;
  padding: 20px;
  top: 10px;
  background: rgba(0, 0, 0, 0.66);
  display: none;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
}

.gallery-item .img-div{
  margin: 0;
  border-radius: 20px;
}
.gallery-item:hover .center-info-div{
  display: flex;
   
}

.gallery-item .post-title{
  font-size: 28px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  font-weight: 500;
}

 


/* Plans Section */

 
 #plans h5{
  color: #C70077;
 }

 #plans h3 span{
  color: #C70077;
 }

    #plans .sec-cnt{
  max-width: 600px;
  margin: 0 auto 20px;
}
 
#plans .tab-section button {
  border: none;
  background: transparent;
  color: #fff;
  outline: none;
  cursor: pointer;
}

#plans .tab-section ul {
  margin: 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
 
#plans .product-tab {
  float: unset;
  position: relative;
  display: block;
  padding: 20px 0;
}

#plans button.tablinks {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  display: block;
  border: 0;
   width: 190px;
  text-align: center;
  padding: 10px 12px;
  text-transform: uppercase;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;

}

#plans button.tablinks.active, #plans button.tablinks:hover {
  color: #fff;
  font-weight: 400;
  padding: 10px 12px;
  background: #C70077;
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#plans button.tablinks.active::after{
  content: "";
  background: #C70077;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 50%;
  bottom: -5px;
  transform: rotate(45deg);
}
 
#plans .tabcontent.active {
  display: block;
}

#plans .tabcontent {
  display: none;
}

#plans .left-side-image-div{
  border-bottom: 16px solid #C70077;
  border-radius: 28px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  position: relative;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
  position: relative;
  left: -70px;
  top: -300px;
}

#plans .left-side-image-div:after{
  content: '';
  background: rgba(0, 0, 0, 0.54);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
 
#plans .right-side-image-div{
  border-top: 16px solid #C70077;
  border-radius: 28px;
  position: relative;
  right: -70px;
  top: -100px;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
}

#plans .right-side-image-div:after{
  content: '';
  background: rgba(0, 0, 0, 0.54);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}


#plans .img-div {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 15px;
}
#plans .img-div img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}


#plans  .left-side-image-div:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 28px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

#plans  .right-side-image-div:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 28px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.plan-name{
  position: absolute;
  top: 20px;
  left: 60px;
  color: #fff;
  font-size: 18px;
  font-family: 600;
  z-index: 11;
}

#plans .btn{
  border: 1px solid #C70077;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.59);
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 60px;
  right: 60px;
  margin: auto;
  z-index: 11;
}

#plans .btn:hover{
  background: linear-gradient(180deg, #C70077 0%, #61003A 100%);
}

.channel-div{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #C70077;
  position: absolute;
  left: 60px;
  top: 60px;
  z-index: 11;
  color: #fff;
}

.channel-div h4{
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
  line-height: 30px;
}

.price-flex-grp{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 35%;
  left: 60px;
  z-index: 11;
  color: #fff;
}


.price-flex-grp h4{
  font-size: 54px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 50px;
}

.pack-price-div{
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px 40px;
  border-radius: 10px;
  border: 1px solid #C70077;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  margin: 40px 0;

}
.pack-price-div h4{
  font-size: 54px;
  font-weight: 600;
  color: #C70077;
  margin-bottom: 0;
  line-height: 50px;
}
.pack-price-div span{
  color: #000;
}

.plan-list-div{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-bottom: 20px;
}
.plan-list-div .dashicons{
  color: #C70077;
}

/* Testimonial Sections */


#testimonial h4{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

#testimonial .testimonial-box p{
  margin-bottom: 0;
  text-align: justify;
  font-size: 13px;
  color: #fff;
}
 
.testimonial-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.image-count-div{
  position: relative;
  width: 180px;
  height: 180px;
}

.image-count-div2{
  position: relative;
  left: 50%;
  top: -80px;
}

.image-count-div3{
  position: relative;
  margin-top: -37%;
}

.testimonial-profile {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  border: 4px solid transparent;
  transform: translateY(0);
  transition: .3s ease-in-out;
}

.testimonial-profile.active {
  border-color: #c0007a;
}

.testimonial-profile:hover{
  transform: translateY(-7px);
}

.testimonial-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-count-div .number {
  position: absolute;
  top: 0px;
  right: 0;
  background: white;
  color: #000;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 24px;

}

.testimonial-right {
  background: #c0007a;
  color: white;
  padding: 50px 70px;
  border-radius: 12px;
  position: relative;
}
.review{
  font-size: 20px;
}


.testimonial-content {
  display: none;
}

.testimonial-content.active {
  display: block;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}


.post-text{
  font-size: 14px;
  margin-bottom: 0;
}



/* Newsletter */
#newsletter h3{
  color: #fff;
  max-width: 800px;
}
 
#newsletter{
   position: relative;
}
 
#newsletter .form-sec{
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
  justify-content: flex-end;
}

#newsletter input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email{
  padding: 15px 20px;
  border: 0;
  border-radius: 15px;
  background: #fff;
  outline: none;
  box-shadow: none;
  color: #757575;
  width: 100%;
}

#newsletter input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email::placeholder{
  color: #757575;
}

#newsletter .newsletter-form{
  position: relative;
}

#newsletter .newsletter-form p{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  position: relative;
  margin: auto;
  column-gap: 20px;
}
#newsletter .newsletter-form p span{
  width: 100%;
  color: #fff;
  text-align: left;
}
#newsletter .newsletter-form input.wpcf7-form-control.wpcf7-submit.has-spinner{
  background: #000;
  outline: none;
  box-shadow: none;
  border: 0;
  padding: 15px 44px;
  border-radius: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
#newsletter .newsletter-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
  background: #C70077;
  color: #fff;
}


#newsletter .newsletter-form input.wpcf7-form-control.wpcf7-submit.has-spinner::after{
  content: "\f1d8";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#newsletter  .wpcf7-spinner{
  display: none !important;
}
#newsletter .checkbox-link p{
  align-items: flex-start;
  column-gap: 5px;
}

.sec-cnt{
 color: #000000;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
  border-color: #fff;
}

 

/* faq Section */


#faqs h3{
  color: #fff; 
  max-width: 600px;
  margin-bottom: 0;
}

#faqs .faq-box{
  padding: 40px 30px;
   
}

#faqs .btn{
  background: transparent;
  color: #fff;
  border: 0;
  text-decoration: underline;
}
#faqs .btn:hover{
  color: #000;
}

#faqs .aks-accordion{
  background: #fff;
  padding: 0 20px;
  margin-bottom: 20px;
  filter: drop-shadow(0px 4px 10px rgba(0,0,0,0.1));
  cursor: pointer;
  border-radius: 15px;
}

#faqs .aks-accordion-item-row{
  display: flex;
  align-items: center;
}

#faqs  h6{
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
}

#faqs .aks-accordion-item-icon {
width: 25px;
height: 25px;
border-radius: 9999px;
cursor: pointer;
user-select: none;
display: flex;
align-items: center;
justify-content: center;
margin-right: 1rem;
text-align: center;
}
#faqs .aks-accordion-item-icon .fas{
color: #000;
margin:0 20px;
}
#faqs .aks-accordion-item-title {
width: 100%;
text-align: left;
line-height: 1.5;
display: flex;
align-items: center;
}
#faqs .aks-accordion-item-content {
display: none;
width: 100%;
overflow: hidden;
word-break: break-word;
text-align: left;
color: #000;
}
#faqs .aks-accordion-item.opened .aks-accordion-item-icon-open {
display: none;
}
#faqs .aks-accordion-item-icon-close {
display: none;
}
#faqs .aks-accordion-item.opened .aks-accordion-item-icon-close {
display: block;
}

 
/*RECENT BLOG SECTION*/


#recent_blog .btn {
   background: transparent !important;
   color: #fff;
   text-decoration: underline;
   padding: 0;
   margin-bottom: 15px;
}

#recent_blog .btn:hover{
  color: #000;
}
#recent_blog h5{
  color: #fff;
  margin-bottom: 0;
}
#recent_blog h3{
  color: #fff;
  margin-bottom: 0;
}

 
#recent_blog figure{
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-self: center;
  justify-content: center;
  border-radius: 10px;

}
#recent_blog figure img{
  -moz-animation-play-state: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#recent_blog .post-image-box:hover figure img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 10px;
}
#recent_blog figure:hover+span{
  opacity: 1;
}
#recent_blog .recent_box {
  position: relative;
}
#recent_blog .post-content{
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  right: 10px;
  left: 10px;
  bottom: 10px;
}
 
#recent_blog h4 .post-title{
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  line-height: normal;
   /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
}
#recent_blog h4 .post-title:hover, #recent_blog .read-more:hover{
  color: #C70077;
}

#recent_blog .read-more{
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
 #recent_blog .button{
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}
#recent_blog .button:hover{
  color: #C70077;
}
 
#recent_blog .date-location-flex{
  display: flex;
  margin: 10px 0;
  justify-content: flex-start;
  column-gap: 50px;
  align-items: center;
}

#recent_blog .date-location-flex a, #recent_blog .date-location-flex span{
  color: #919191;
  text-transform: capitalize;
}
#recent_blog .date-location-flex a:hover{
   color: #C70077;
}
#recent_blog .date-location-flex i{
   color: #C70077;
}
#recent_blog span{
  text-transform: capitalize;
  font-size: 14px;
  color: #999999;
}

#recent_blog .date-location-flex p{
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
}
 
 
  
/* Blog section */

.latest-post .post-image-box{
  position: relative;
}
.latest-post .post-date{
  position: absolute;
    right: auto;
    background: #C70077;
    padding: 10px 10px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
}
.latest-post .latest_content{
  margin-top: 15px;
}
 
.latest-post .post-goto{
  color: #8C6239;
  font-weight: 300;
  font-size: 14px;
}
.latest-post .post-title a{
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest-post .post-date p{
  margin-bottom: 0;
  font-weight: 600;
}
.latest-post .post-info {
  display: flex;
  column-gap: 10px;
  justify-content: flex-start;
}
.latest-post .cat-name {
  background: #ED1945;
  color: #fff;
  padding: 5px 15px;
  border-radius: 8px;
}
.latest-post .cat-name a{
  color: #fff;
}
h2.wp-block-heading, .wp-block-search__label{
  padding: 10px 10px;
  background: #000;
  color: #fff;
  border-bottom: 5px solid #C70077;
  font-size: 24px;
}

.footer-area h2.wp-block-heading, .footer-area .wp-block-search__label{
  padding: 0;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 24px;
  text-align: left;
}
.wp-block-latest-posts.wp-block-latest-posts__list{
  padding-left: 10px;
}
ol.wp-block-latest-comments{
  padding: 0;
}
ol.wp-block-latest-comments .footer{
  float: unset;
}

.footer1 .widget_block{
  display: none;
}
#banner .post-title{
  text-align: left;
}
 

.footer-area .date-div li span:first-child{
  width: 120px;
  display: inline-block;
}

.footer-area .date-div li:last-child span:last-child{
  float: unset;
  color: #ff0000;
 
}

.sidebar-area #block-1, .sidebar-area #block-2, 
.sidebar-area #block-3, .sidebar-area #block-4,
.sidebar-area #block-5, .sidebar-area #block-6{
  display: none;
}

.footer-area #block-1, .footer-area #block-2, 
.footer-area #block-3, .footer-area #block-4,
.footer-area #block-5, .footer-area #block-6{
  display: none;
}


 

/*Footer Section*/

.footer-area .footer{
  border-top: 1px solid #C70077;
}
.footer-area .textwidget{
  list-style: none;
}
.footer-area .textwidget ul{
  padding: 0 10px;
}
.footer-area .textwidget ul li {
  margin: 5px 0;
  font-size: 14px;
  color: #FFF;
  font-weight: 300;
}
 .footer-area h4.title{
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 35px;
  text-transform: capitalize;
 }
 
 
.footer-area .post-thumbnail img {
    max-width: 100px;
    height: 70px;
}
.footer-area .post-title {
    font-size: 16px;
    font-weight: 600;
}
.footer-area .post-meta a{
  font-weight: 400;
  color: #e6e6e6;
  font-size: 18px;
}
.footer-area .post-meta a:hover{
  color: #C70077;
}
.footer-area ul {
    padding: 0px;
    padding-left: 0;
  }
.footer-area ul li{
  margin: 10px 0; 
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  list-style: none;
}
.footer-area ul li::marker{
  color: #fff;
}
.footer-area ul.footer-cnt{
  padding-left: 0;
  list-style: none;
}
 
.footer-area ul.footer-cnt i{
  width: 34px;
  height: 34px;
  background: #C70077;
  border-radius: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-area ul.footer-cnt:hover i{
  background: #000;
}

.footer-socail-icon{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
}
.footer-socail-div strong{
  color: #E4E4E4;
}

.footer-socail-icon a{
  background: #C70077;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
}

.footer-socail-icon a:hover{
  background: #ffff;
  color: #C70077;
}

.footer-area ul.footer-cnt a{
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.footer-area img{
  width: auto;
  margin-bottom: 10px;
}
.footer-area select{
  width: 100%;
  padding: 10px;
}
.footer-area bdi{
  color: #FFF;
}
.footer-area h3, .footer-area h2{
  font-size: 24px;
  color: #FFF;
}
.copyright {
  background: linear-gradient(90deg, #C70077 0%, #61003A 100%);
}
.copyright-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
}
.copyrigt-links a{
  margin-left: 30px;
}

.copyright p{
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}
.copyright a{
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
}
.copyright a:hover{
    color: #000;
}
 a.buynowbtn {
    background: #C70077;
    color: #fff !important;
    padding: 5px 10px !important;
}
 

.footer-area input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email{
  border: 0;
  outline: none;
  box-shadow: none;
  background: #3F3F3F;
  width: 100%;
  padding: 15px 20px;
  color: #fff;
  border-radius: 12px;
}
.footer-area input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email::placeholder{
  color: #fff;
}
.footer-area input.wpcf7-form-control.wpcf7-submit.has-spinner{
  background: linear-gradient(90deg, #C70077 0%, #61003A 100%);
  color: #fff;
  display: block;
  text-align: center;
  padding: 15px 20px;
  border: 0;
  box-shadow: none;
  width: auto;
  cursor: pointer;
  border-radius: 12px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
}

.footer-area input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
  background: #000;
}

.footer-area .social-links a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 10px;
  
}
.footer-area .social-links a:hover{
  color: #000;
}

.product-cat-name{
  margin-bottom: 0;
  margin-top: 10px;
}

.footer-newsletter h4{
  color: #000;
  font-size: 28px;
  font-weight: 600;
}

.footer-newsletter p{
  color: #000000;
  font-size: 16px;
}

.footer-newsletter .form-field p{
 position: relative;
}

.copyright-box .logo-box{
    width: 100px;
    height: 52px;
}

.copyright-box .logo-box img{
  width: 100%;
  margin-bottom: 0 !important;
  height: 100%;
}

/*Contact Page*/

#contact .contact-title{
  font-size: 44px;
  color: #000000;
  font-weight: 700;
}
#contact h2{
 font-size: 34px;
  line-height: 42px;
  color: #000000;
  font-weight: 500;
}
#contact hr{
  background: #000000;
    padding: 1px;
    width: 10%;
}
#contact p{
  color: #2b2b2b;
}
#contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 25%;
  margin: 10px 10px;
}
#contact input.wpcf7-form-control.wpcf7-text{
  padding: 10px 20px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4 ;
  margin: 10px;
  outline: none;
  width: 46%;
}
#contact textarea.wpcf7-form-control.wpcf7-textarea{
  width: 94%;
  height: 130px;
  padding: 20px 25px;
  margin: 15px 0px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4 ;
  outline: none;
}
#contact input.wpcf7-form-control.has-spinner.wpcf7-submit {
  display: inline-block;
  padding: 10px 30px;
  margin-top: 30px;
  text-align: center;
  color: #fff; 
  text-decoration: none;
  font-weight: 500;
  background: #000000;
  border: none;
}
#contact input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
  background:  #C70077;
  color:#fff; 
  font-weight: 500;
  border: none;
}
#contact span.wpcf7-spinner{
  display: block;
}
#contact embed{
  width: 100%;
  height: 500px;
}
#contact .dashicons{
  font-size: 50px;
  color: #000000;
  display: inline;
-webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  display: inline-table;
}
#contact .contact-services-box:hover .dashicons{
  transform: rotate(360deg);
  color:  #C70077
}
#contact h6{
  color: #C70077;
  font-size: 20px;
}
#contact .contact-services-box{
  border: 2px solid #C70077;
  height: 100%;
  padding: 20px 20px;

}
#contact .contact-services-box p{
  margin-bottom: 0;
}
#contact .contact-services-box:hover p{
  color: #C70077;
}
#recent_blog .btn-grp{
  margin-top: 30px;
}
 

#recent_blog .order-box2 figure{
  height: 340px;
}
#recent_blog .order-box2 figure img{
  width: 100%;
  object-fit: cover;
}

.price-ratting-div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.price-ratting-div span.bold-text{
  color: #000;
  margin-left: 10px;
}
.price-ratting-div span{
  color: #999999;
  font-size: 14px;
}

.rating-stock-flex{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 7px;
  margin-top: 7px;
  flex-wrap: wrap;
}
.in-stock{
  color: #15D11C;
  margin-bottom: 0;
  font-size: 14px;
  line-height: normal;
}
.out-off-stock{
  color: #ff0000;
  font-size: 14px;
  margin-bottom: 0;
  line-height: normal;
}

.date-location-flex {
    display: flex;
        margin: 10px 0;
    justify-content: flex-start;
    column-gap: 50px;
    align-items: center;
}

 .read-more {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-decoration: underline;
}

 .latest_content {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    position: absolute;
    right: 10px;
    left: 10px;
    bottom: 10px;
}
 
.opening-hr-flex{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 10px;
  margin-top: 40px;
}

.opening-hr-flex i{
  font-size: 44px;
  color: #C70077;
}

.opening-hr-flex p{
  margin-bottom: 0;
}

.opening-hr-flex h6{
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
 
.footer-area .post-meta span{
  font-size: 14px;
  font-weight: 400;
}




#all_latest_show_page figure{
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
#all_latest_show_page figure:hover+span{
  opacity: 1;
}
#all_latest_show_page img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-radius: 10px;
}
#all_latest_show_page .project-box:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1); 
  border-radius: 20px;

}

#all_latest_show_page .project-box{
  position: relative;
  margin-bottom: 30px;
}
#all_latest_show_page .box-content{
  border-radius: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  top: 10px;
  background: #21252978;
  display: none;
  align-items: center;
  justify-content: center;
}

#all_latest_show_page .box-content a{
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
#all_latest_show_page  .box-content a:hover{
  color: #C70077;
}
#all_latest_show_page .project-box:hover .box-content{
  display: flex;
}
#all_latest_show_page .project-box {
    position: relative;
    margin-bottom: 30px;
}

#all_latest_show_page .meta-info-div i{
  font-size: 5px;
  color: #C70077;
  margin-right: 3px;
}


@media(max-width:1199px){
  #all_latest_show .owl-nav .nav-prev, #all_latest_show .owl-nav .nav-next{
    position: relative;
    top: 0;
  }

  #all_latest_show .owl-nav .nav-next{
    right: -20px;
  }
}
 
@media (max-width: 991px){
   
  .product-btn{
    font-size: 10px;
    display: flex;
    align-items: center;
  }
  .product-btn span{
    font-size: 16px;
    margin-right: 5px;
  }

  .copyright p{
    font-size: 14px;
  }

  
  

}

 
@media (max-width: 767px){
   
  .copyrigt-links a{
    font-size: 14px;
    margin-left: 10px;
  }
  .copyright p{
    font-size: 14px;
  }

  h1.post-title{
    font-size: 22px;
  }

  .copyright-box{
    flex-wrap: wrap;
    gap: 10px;
  }

  .copyright-box .logo-box{
    order: 1;
  }

   .copyright-box .info-box{
    order: 3;
  }

  .copyright-box  .socail-link-grp{
    order: 2;
  }

  .animate__animated,
  .animated,
  .wow,
  [data-animate] {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important; /* prevents hidden-before-animate issues */
  }


  .location-div .link-text{
    font-size: 11px;
  }
   
 
 
}




/*MEDIA QUERY 320 TO 720*/

@media only screen and (min-width: 320px) and (max-width: 767px){
 
   #main-menu ul{
    display: block;
   }
  
	.sidenav {
	  height: 100%;
	  width: 0;
	  position: fixed;
	  z-index: 9999;
	  top: 0;
	  left: 0;
	  background-color: #fff;
	  overflow-x: hidden;
	  transition: 0.5s;
	  padding-top: 60px;
	  text-align:center;
	}
	.sidenav a {
	  padding: 8px 8px 8px 32px;
	  text-decoration: none;
	  font-size: 25px;
	  color: #818181;
	  display: block;
	  transition: 0.3s;
	}
	#main-menu{
		top: 25px;
	}
	.sidenav a:hover{
	  color: #f1f1f1;
	}
	 #main-menu ul.children, #main-menu ul.sub-menu{
		box-shadow: none;
	} 
	.sidenav .closebtn {
	  position: absolute;
	  top: 50px;
	  right: 25px;
	  font-size: 28px;
	  margin-left: 50px;
	}
	#site-navigation .sidenav a.closebtn, .open-menu{
		display: inline-block;
		background: #000000;
		padding: 0 10px;
		color: #fff;
	}
	#main-menu ul.children, #main-menu ul.sub-menu{
		background: transparent;
	}
	#main-menu ul.sub-menu li a:hover:after{
		background: transparent;
		color: #000000;
	}
	#main-menu ul.sub-menu li a:hover{
		color: #000000;
	}
	#main-menu ul.sub-menu li a:before{
		border: none;
	}
	
  .page-404 h1{
  	font-size: 60px;
  }
  .page-404 p{
  	margin-left: 0;
  	margin-right: 0;
  }
  
  .page-404 h3{
    font-size: 18px;
  }

  .page-404 .button{
   font-size: 16px;
  }
   .admin-bar .fix-sticky{
    margin-top: 0;
   }
 
  .fix-sticky{
    position: relative;
    margin-top: 0;
  }
  .logo-image{
    margin: auto;
    width: 90px;
  }
  #contact hr {
   width: 30%;
  }
  #contact .contact-form p{
  	margin-left: 0;
  	margin-right: 0;
  }
  #contact input.wpcf7-form-control.wpcf7-text,
  #contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number,
  #contact textarea.wpcf7-form-control.wpcf7-textarea{
  	width: 100%;
  	margin: 15px 0;
  }
  #contact .wpcf7 .ajax-loader{
  	display: block;
  	left: 38%;
  }
  #comments textarea{
  	width: 100%;
  }
	.woocommerce-page div.product div.summary{
	 	padding: 15px;
	} 
  .post-single .blog_share_icon .fab{
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 -1px;
  }
  .copyright  img{
    margin: 10px 0;
  }
  .latest-post .post-title a{
    font-size: 16px;
  }
  .latest-post{
    padding: 10px;
  }
  
  p.post-content{
    text-align: center;
  }
  .footer-area h2.wp-block-heading, .footer-area .wp-block-search__label{
    text-align: center;
  }

  .footer-area h4.title{
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .sec-padd {
    padding: 30px 0;
  }
  .footer-area .date-div li{
    text-align: left;
  }
  .footer-area ul.footer-cnt a{
    justify-content: center;
  }
  .copyright .social-links{
    margin-top: 15px;
  }
  .contact-header-btn{
    font-size: 14px;
  }
 
  .footer-socail-icon{
    justify-content: center;
  }

  .wpcf7-spinner{
    display: none;
  }
 

  .head-flex-grp{
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
 

  .footer-cols .row{
    justify-content: center;
  }

  
  #newsletter .newsletter-form p{
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  

  }
  #newsletter .newsletter-form input.wpcf7-form-control.wpcf7-submit.has-spinner{
    margin-top: 0;
    padding: 10px 30px;
    font-size: 14px;
  }

  
  p{
    font-size: 14px;
  }

  .page-template-frontpage h3{
    justify-content: center;
    font-size: 23px;
    text-align: center;
  }

  .page-template-frontpage h5{
    text-align: center;
    justify-content: center;
  }

  #slider{
    z-index: 11;
  }
  #slider h1{
    font-size: 24px;
    line-height: 38px;
  }

  #plans .left-side-image-div{
    left: 0;
    top: 0;
  }

  #plans .right-side-image-div{
    right: 0;
    top: 0;
    margin-bottom: 50px;
  }

  #our_features .large-img-div{
    width: 100%;
  }

  .play-border-div{
    position: relative;
    right: 0;
    width: 80px;
    height: 80px;
  }

  .slider-play-buuton{
    width: 60px;
    height: 60px;
  }
  #all_latest_show .tab-section,  #plans .tab-section{
    overflow-y: auto;
  }

  #all_latest_show .tab-section ul{
    width: 540px;
    column-gap: 10px;
  }

  #plans .tab-section ul{
    width: 620px;
    justify-content: flex-start;
  }

  #plans button.tablinks{
    font-size: 12px;
    width: 145px;
  }
  #plans button.tablinks.active, #plans button.tablinks:hover{
    width: 145px;
  }
  #all_latest_show button.tablinks_show{
    font-size: 12px;
  }
  .translet-div{
    left: 0;
    right: auto;
    top: 0;
  }
  .my-account-url a, .contact-header-btn{
    padding: 5px 10px;
    font-size: 12px;
  }

  .header-order1{
    order: 2;
  }
   .header-order2{
    order: 1;
  }
  .header-order3{
    order: 3;
  }

  #slider .sec1{
    padding-top: 40px;
    padding-left: 20px;
  }
  #slider p{
    font-size: 12px;
  }
  .slider-form .searchform{
    width: 100%;
  }

  #about_us h5{
    justify-content: center;
  }

  .slider-form input[type="submit"]{
    font-size: 13px;
    padding: 10px;
    width: 80px;
  }

  #about_us .info-div{
    margin-bottom: 15px;
  }
  #our_services .services-box{
    background: #eee;
  }

  .about_us_order1{
    order: 2;
  }

    .about_us_order2{
    order: 1;
  }

  #about_us .list-cnt-div::after{
    width: 8px;
  }

  #about_us .video-img-div{
    margin-top: 30px;
  }
  #about_us .bottom-btn-flex{
    flex-direction: column;
    gap: 20px;
  }

  #about_us .img-grp-div{
    margin-top: 30px;
  }

  #about_us .large-img-div{
    padding-bottom: 40%;
  }

  #counter_sec h4{
    font-size: 14px;
  }
  #counter_sec .count, #counter_sec .sign{
    font-size: 32px;
  }

  #our_features .top-img-div{
    width: 100%;
  }
  #our_features .image-main-box{
    padding-left: 0;
  }
  #our_features .bottom-img-div{
    width: 240px;
    height: 240px;
  }
  #our_features .img-icon-div{
    width: 80px;
    height: 80px;
    padding: 19px;
    bottom: 30%;
    left: 0;
  }

  #our_services .img-div{
    margin: 0 auto 20px;
  }
  #all_latest_show h3{
    font-size: 23px;
  }
  #all_latest_show .btn-post{
    font-size: 13px;
    padding: 10px 15px;
  }

  .testimonial-right{
    padding: 30px 20px;
  }
  .review{
    font-size: 14px;
  }
  .testimonial-order1{
    order: 2;
  }
   .testimonial-order2{
    order: 1;
  }

  .testimonial-profile, .image-count-div{
    width: 80px;
    height: 80px;
  }
  .image-count-div .number{
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
  .testimonial-left{
    margin-top: 20px;
    flex-direction: row;
  }
  .image-count-div2{
    left: 0;
    top: 0;
  }
  .image-count-div3{
    margin-top: 0;
  }
  #faqs h6{
    font-size: 16px;
  }

  #featured_show .owl-nav .nav-prev, #featured_show .owl-nav .nav-next{
    display: none;
  }

  .footer-area input.wpcf7-form-control.wpcf7-submit.has-spinner{
    position: relative;
    margin: 10px auto;
  }
  .footer-newsletter h4{
    font-size: 23pz;
    text-align: center;
  }
  .right-side-div{
    margin-bottom: 10px;
  }
  .dekstop-only{
    display: none;
  }
  .only-mbl{
    display: flex;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 11;
  }
  #slider .sec2{
    padding-top: 30px;
    padding-bottom: 20px;
  }


 
}

 
/*MEDIA 721 TO 1023*/

@media only screen and (min-width: 768px) and (max-width: 1023px){
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
    width: 47%;
    margin-right: 12px;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){
    float: left;
  }
	#main-menu{
		float: left;
		width: 100%;
	}
  .header-menu .logo a{
    font-size: 24px;
    line-height: 35px;
   }
  .main-menu ul li a{
  	padding: 10px 12px;
  	font-size: 12px;
  	padding-left: 0;
  }
  .header-menu .logo-image img{
    width:100%;
  }
  .menu-header{
    padding: 10px 20px;
    border-radius: 20px;
  }
   
  #contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
    width: 30%;
  }
	#contact textarea.wpcf7-form-control.wpcf7-textarea{
		width: 95%;
		margin: 15px 0;
	}
	#contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number{
		width: 45%;
		margin: 10px 10px;
	}
	#contact input.wpcf7-form-control.wpcf7-text{
		width: 46%;
		margin: 20px 10px;
	}
	#contact .wpcf7 .ajax-loader{
		display: block;
	}
	.sidebar-area .post-title{
		font-size: 14px;
	}
	.woocommerce div.product div.images img{
		width: auto;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	 	width: 50%;
	}
	.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary,
	.woocommerce div.product div.images, .woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.images, .woocommerce-page div.product div.summary{
	 	float: left;
	 	width: 50%;
	}
	.woocommerce button.button{
	 	margin: 0 10px;
	 	padding: 12px 20px;
	}

  .page-404 h1 {
     font-size: 100px;
  }

  .page-404 h3{
    font-size: 28px;
  }

  .latest-post .post-title a{
    font-size: 16px;
  }

  #slider h1{
    font-size: 24px;
    max-width: 340px;
  }
  #slider p{
    font-size: 12px;
  }
  
  .fix-sticky{
    position: relative;
  }
  .contact-header-btn{
    font-size: 14px;
    padding: 10px 20px;
  }
  #main-menu ul li a{
    padding-right: 40px;
    font-size: 16px;
  }
 
  .footer-socail-icon{
    margin-bottom: 20px;
  }
  #about_us h5{
    justify-content: center;
  }

  .copyright-box .logo-box{
    margin: auto;
    margin-bottom: 10px;
  }
  .copyright .social-links{
    justify-content: center;
  }

  .header-order1{
    order: 1;
  }

  .header-order3{
    order: 2;
  }

  .header-order2{
    order: 3;
  }
 
  .play-border-div{
    width: 80px;
    height: 80px;
  }

  .slider-play-buuton{
    width: 60px;
    height: 60px;
  }

  .slider-form .searchform{
    width: 100%;
  }

  #slider .img-text-flex-div{
    margin-top: 20px;
  }

  #slider .sec1{
   
    padding-left: 60px;
  }
  .slider-form{
    margin-top: 0;
  }

  #slider .img-text-flex-div p{
    font-size: 12px;
  }

  .page-template-frontpage h3{
    font-size: 30px;
    text-align: center;
    justify-content: center;
  }

  .about_us_order2{
    order: 1;
  }

  .about_us_order1{
    order: 2;
    margin-top: 30px;
  }

  #plans .left-side-image-div{
    left: 0;
    top: 0;
  }
  #plans .right-side-image-div{
    right: 0;
    top: 0;
  }

  .channel-div h4{
    font-size: 20px;
  }
  .channel-div p{
    font-size: 12px;
  }
  .channel-div{
    width: 80px;
    height: 80px;
  }

  #plans .btn{
    right: 15px;
    left: 15px;
    font-size: 14px;
  }

  .plan-list-div p{
    font-size: 12px;
  }

  .price-flex-grp h4{
    font-size: 30px;
    line-height: 30px;
  }

  .testimonial-right{
    padding: 30px 20px;
  }

  .review{
    font-size: 16px;
  }

  .image-count-div{
    width: 120px;
    height: 120px;
  }

  .testimonial-profile{
    width: 120px;
    height: 120px;
  }

  #recent_blog h4 .post-title{
    font-size: 16px;
  }

  .image-count-div .number{
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  #all_latest_show .owl-nav .nav-prev, #all_latest_show .owl-nav .nav-next{
    display: none;
  }
  
  
}

/*MEDIA 1024 TO 1119*/
@media only screen and (min-width: 1024px) and (max-width: 1199px){
  .header-menu .logo-image img {
    width: 100%;
   }
	#main-menu ul li a{
		padding: 5px 10px;
    font-size: 14px;
    padding-right: 30px;
	}
  .menu-item-has-children::after{
    right: 10px;
  }
  #contact textarea.wpcf7-form-control.wpcf7-textarea {
   width: 95%;
  }
 

  .footer-area .date-div li span:first-child{
    width: 80px;
  }
  .sec-padd {
    padding: 40px 0;
  }

 
  #main-menu ul{
    justify-content: center;
  }

  #plans .left-side-image-div{
    left: 0;
    top: 0;
  }
  #plans .right-side-image-div{
    right: 0;
    top: 0;
  }

  .channel-div h4{
    font-size: 20px;
  }
  .channel-div p{
    font-size: 12px;
  }
  .channel-div{
    width: 80px;
    height: 80px;
  }

  #plans .btn{
    right: 15px;
    left: 15px;
    font-size: 14px;
  }

  .plan-list-div p{
    font-size: 12px;
  }

  .price-flex-grp h4{
    font-size: 30px;
    line-height: 30px;
  }
 
 #plans{
  padding-bottom: 50px !important;
 }

 .page-template-frontpage h3{
  font-size: 38px;
 }

 .testimonial-right{
  padding: 30px;
 }

 #our_features .image-main-box{
  padding-left: 0;
 }

 #about_us .conatct-info-div h6{
  font-size: 14px;
 }

 #about_us .bottom-btn-flex{
  column-gap: 15px;
 }

   #slider .sec1{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
  }

  .opening-hr-flex h6{
    font-size: 16px;
  }
   #all_latest_show .owl-nav .nav-prev, #all_latest_show .owl-nav .nav-next{
    display: none;
   }

   #our_features .large-img-div{
    width: 480px;
   }
}

/*MEDIA 1200 TO 1440*/
@media only screen and (min-width: 1200px) and (max-width: 1440px){
	 
  .woocommerce .quantity .qty{
      max-width: 150px;
  }
  #slider h1{
      font-size: 50px;
  }

  #main-menu ul li a{
    font-size: 14px;
  }

  #slider .sec1 {
    padding-left: 85px;
}

#our_services .services-box{
  padding: 40px 18px;
}

#our_services h4 a{
  font-size: 18px;
}

#plans button.tablinks.active, #plans button.tablinks:hover, #plans button.tablinks{
  font-size: 12px;
  width: 150px;
}

#plans .right-side-image-div{
  right: -40px;
}

#plans .left-side-image-div{
  left: -40px;
}

#our_features .image-main-box {
    position: relative;
    padding-left: 15%;
}

#all_latest_show .owl-nav .nav-prev, #all_latest_show .owl-nav .nav-next{
  top: -75%;
}
 
 
}




@media(min-width:1699px){
  #slider .sec1{
    padding-left: 12.5%;
  }
}

@media(min-width:1899px){
  #slider .sec1{
    padding-left: 16.5% !important;
  }
}

@media(min-width:2000px){
  #slider .sec1{
    padding-left: 19% !important;
  }
}

@media(min-width:2200px){
  #slider .sec1{
    padding-left: 22% !important;
  }
}