/*
Theme Name: Hash 1 Tag
Author: HAsh 1 Tag
Description: Customify is fast, lightweight, responsive and super flexible multipurpose theme built with SEO, speed, and usability in mind. Unleash the power of your imagination with a true WYSIWYG Header & Footer builder (inside the WordPress Customizer) built exclusively for this theme. The theme works great with any of your favorite page builder likes Elementor, Beaver Builder, SiteOrigin, Thrive Architect, Divi, Visual Composer, etc. Combined with the Header & Footer builder, you can build any type of websites like shop, business agencies, corporate, portfolio, education, university portal, consulting, church, restaurant, medical and so on. Customify is compatible with all well-coded plugins, including major ones like WooCommerce, OrbitFox, Yoast, BuddyPress, bbPress, etc. Learn more about the theme and ready to import demo sites at https://wpcustomify.com
Version: 0.0.1
Tags: custom-background, custom-logo, custom-menu, featured-images, flexible-header, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, left-sidebar, right-sidebar, e-commerce, blog
*/


/*normal*/

li.active{border-bottom:3px solid silver;}
.megamenu-br.active {
  border-bottom-style: hidden;
}

.item-photo{display:flex;justify-content:center;align-items:center;border-right:1px solid #f6f6f6;}
.menu-items{list-style-type:none;font-size:11px;display:inline-flex;margin-bottom:0;margin-top:20px}
.btn-success{width:100%;border-radius:0;}
.section{width:100%;margin-left:-15px;padding:2px;padding-left:15px;padding-right:15px;background:#f8f9f9}
.title-price{margin-top:30px;margin-bottom:0;color:black}
.title-attr{margin-top:0;margin-bottom:0;color:black;}
.btn-minus{cursor:pointer;font-size:7px;display:flex;align-items:center;padding:5px;padding-left:10px;padding-right:10px;border:1px solid gray;border-radius:2px;border-right:0;}
.btn-plus{cursor:pointer;font-size:7px;display:flex;align-items:center;padding:5px;padding-left:10px;padding-right:10px;border:1px solid gray;border-radius:2px;border-left:0;}
div.section > div {width:100%;display:inline-flex;}
div.section > div > input {margin:0;padding-left:5px;font-size:10px;padding-right:5px;max-width:18%;text-align:center;}
.attr,.attr2{cursor:pointer;margin-right:5px;height:20px;font-size:10px;padding:2px;border:1px solid gray;border-radius:2px;}
.attr.active,.attr2.active{ border:1px solid orange;}

@media (max-width: 426px) {
    .container {margin-top:0px !important;}
    .container > .row{padding:0 !important;}
    .container > .row > .col-xs-12.col-sm-5{
        padding-right:0 ;
    }
    .container > .row > .col-xs-12.col-sm-9 > div > p{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .container > .row > .col-xs-12.col-sm-9 > div > ul{
        padding-left:10px !important;

    }
    .section{width:104%;}
    .menu-items{padding-left:0;}
}


/* start */

*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

div {
  display: block;
}

.blog-image img {
  width: 100%;
  height: 100%;
}

/* Jumbotron */
.search-card {
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

/*Top Menu*/
#top-header {
    border-bottom: 1px solid #eee;
    z-index: 200;
    background-color: #fff;
    position: relative;
}

#top-header a:hover {
  text-decoration: none;
}

#top-header a:active {
  text-decoration: none;
}

#top-header .top-menu {
    text-align: right;
    float: none!important;
}

#top-header .top-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

#top-header .top-menu>li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

#top-header .top-menu>li>a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    padding: 0 12px;
    color: #000000;
}

#top-header .top-menu>li>a:hover {
  color: #2480e7;
}

/* Header Breadcrum */
.breadcrumb-style {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

/* Header Styling*/
#header {
    width: 100%;
    z-index: 199!important;
    height: 80px;
    line-height: 80px;
}

header, #header .container {
    position: relative;
}

#header #header-wrap {
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    left: 0;
    right: 0;
    transition: all .4s ease-in-out;
    border-bottom: 1px solid #eee;
}

/* T-shirt thumbnail */
.img-thumbnail-tshirt {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

/* Slider Mobile responsive */
.carousel-item {
  height: 10vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Blog contect float after image to left*/
.float-left-style {
  float: left!important;
}

/*Widget Styling*/

.widget-style-1 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.widget-style-1 ul li {
    padding: 6px 16px;
    border-bottom: 1px solid #ddd;
}

.widget-style-1 li:last-child {
    border-bottom: none;
    margin-bottom: 5px;
}

/* Margin After image before the content on blog*/
.mbstyle-1 {
    margin-bottom: 1rem!important;
}

.mlstyle-1 {
    padding-left: 30px;
}

.blstyle-1 {
  border-right: 1px solid;
}

/* Orange border */
.bcl-org {
  border-color: #ffc107!important;
}

.bcl-grey {
  border-color: #dbdbdb!important;
}

/* Footer Style */
.site-footer center p {
  font-size: 9pt;
}

.site-footer {
  background: #222;
}

#site-footer-rights {
    height: auto;
    background: #1e1e1e;
    padding: 20px 7.5% 25px;
    box-sizing: border-box;
    color: white;
    font-size: 10pt;
}

.footer-site-nav ul {
  font-size: 12pt;
  list-style-type:none;
  font-weight: bold;
}

.footer-site-nav ul ul {
  position: relative;
  margin-top: 10px;
  padding-left: 0;
}

.footer-site-nav ul ul li {
  width: 100%;
  position: relative;
  font-size: 10.5pt;
  font-weight: normal;
  line-height: 20px;
  padding: 2px 10px;
}

.footer-site-nav ul li {
  float: left;
  width: 25%;
  text-align: left;
}

ul {
  display: block;
}

.site-footer nav ul li a, .site-footer p {
  color: #fff;
}

/* Header & footer Style Navigation Menu */
#header-clear {
  clear: both;
}

/*Scoll to top Button*/
#goToTop {
    position: fixed;
    opacity: 0;
    text-align: center;
    line-height: 12px!important;
    right: 30px;
    bottom: 40px;
    color: #fff;
    border-radius: 100px;
    z-index: 999;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .3s,bottom .5s,box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;
    background-color: rgba(0,102,204,0.4)!important;
    overflow: hidden;
}

#goToTop {
    cursor: pointer;
}

#goToTop:before {
    background-color: rgba(255,255,255,.25);
    transition: all .5s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
    z-index: 2;
}

#goToTop:before, #goToTop:hover:after {
    transform: scale(1);
}

#goToTop:after, #goToTop:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #1abc9c;
    transform: scale(0);
    transition: all .3s cubic-bezier(.55,0,.1,1);
    border-radius: 100px;
}

#goToTop:before {
    background-color: rgba(255,255,255,.25);
    opacity: 0;
    z-index: 2;
}

#goToTop i {
    line-height: 39px!important;
    width: 39px!important;
    height: 39px!important;
    top: 0!important;
    left: 0!important;
    position: relative;
    z-index: 10;
    transform: translate(0,0);
    transition: transform .2s ease;
}

#goToTop i, #goToTop:hover {
    background-color: transparent!important;
}
#goToTop i, .text-small {
    font-size: 16px!important;
}
#goToTop i, .text-center {
    text-align: center!important;
}

/* Footer mobile responsive menu */
@media (max-width: 992px) {
  .mbrstyle-1 {
      margin-bottom: 3rem!important;
  }
}

@media (max-width: 768px) {

  .footer-site-nav ul li {
    width: 50%;
    margin-bottom: 5px;
  }

  .footer-site-nav ul ul li {
    line-height: 15px;
  }

  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mlstyle-1 {
      padding-left: 0px;
  }

  .bl-style-0 {
    border-right: 0px;
  }

  .hb-md-1 {
    height: 45px;
  }

}

@media (max-width: 702px) {
  .mbrstyle-1 {
      margin-bottom: 3rem!important;
  }
  .hb-md-1 {
    height: 50px;
  }
}

@media (max-width: 576px) {
  .footer-site-nav ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .site-footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mbrstyle-1 {
      margin-bottom: 0.5rem!important;
  }
  .float-left-style {
    float: none!important;
  }

  .hb-md-1 {
    height: 45px;
  }
}

@media (min-width: 768px) {
  .megamenu-br {
    border-right: 1px solid #dddddd;
    border-bottom-style: hidden;
  }
}

/* Navigation Sub
------------------------------------- */
nav.sub {
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0;
}

/* Navigation Main
------------------------------------- */
nav.main {

}
nav.main ul {
	padding-left: 0;
	list-style-type: none;
}
/* ------ Mega Menu ------ */
nav.main .megamenu {
	padding: 20px 20px;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	max-width: 1500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* ------ Mid Menu ------ */
nav.main .midmenu {
	position: absolute;
	padding: 20px 20px;
	float: left;
	top: auto;
	left: auto;
	right: auto;
	max-width: 650px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.dropdown-menu.megamenu.midmenu.show {
    right: 0;
  }
  .dropdown-menu.show {
    right: 0;
  }

.megamenu-row {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin:10px;
}

.megamenu-br:last-child {
  border-right-style: hidden;
}

.megamenu-br:last-child

.megamenu-link {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

/* body style */
/* about us */
.section-margin {
    margin: 30px 0px 30px 0px;
}

@media (min-width: 992px)
.section-margin {
    margin: 130px 0;
}

.sec-style h2, .sec-style .h2 {
    font-weight: 600;
    font-size: 26px;
}
.sec-style h1,.sec-style h2,.sec-style h3,.sec-style h4,.sec-style h5,.sec-style h6 {
    font-family: "Josefin Sans",sans-serif;
    color: #202020;
    line-height: 1.2;
}

.sec-style {
color: #888;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.button-shadow {
    box-shadow: -5px 8px 20px 0px rgba(229,16,2,0.15);
}

@media (min-width: 600px)
.button {
    padding: 12px 45px;
}

.button {
    display: inline-block;
    background-color: #e22104;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    padding: 9px 25px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* Front Page Counter */
.sectionClass {
  padding: 20px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}


/* Animate Style on front page */
.animate-dsgn-1 body {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.animate-dsgn-1 div {
  display: inline-block;
}

.animate-dsgn-1 .bigger {
  margin: 0;
  font-size: 20pt;
  font-weight: 800;
  padding: 20px;
  color: #202020;
  display: inline-block;
  position: relative;
}

.animate-dsgn-1 .text {
  width: 100%;
  line-height: 24px;
  text-align: left;
  color: #404040;
  padding: 20px;
}
.animate-dsgn-1 .text.txt-center {
  text-align: center;
}
.animate-dsgn-1 .text a {
  color: #0fe4d2;
}

.animate-dsgn-1 .has-animation {
  position: relative;
}
.animate-dsgn-1 .has-animation p, .has-animation img {
  opacity: 0;
}
.animate-dsgn-1 .has-animation.animate-in p, .has-animation.animate-in img {
  animation: textHidden 0.1s 1.1s forwards;
}
.animate-dsgn-1 .has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.animate-dsgn-1 .has-animation.animate-in:before {
  background-color: teal;
}
.animate-dsgn-1 .has-animation.animate-in:after {
  background-color: yellowgreen;
  animation-delay: .5s;
}
.animate-dsgn-1 .has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.animate-dsgn-1 .has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s .6s ease;
}
.animate-dsgn-1 .has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.animate-dsgn-1 .has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease;
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Front Page Sercice Style */
.serviceBox{ text-align: center; }
.serviceBox .service-icon{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f3a422;
    margin-bottom: 15px;
}
.serviceBox .service-icon i{
    font-size: 35px;
    color: #fff;
    line-height: 100px;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon i{
    transform: rotateY(180deg);
}
.serviceBox .title{
    display: block;
    width: 190px;
    font-size: 24px;
    color: #433b3b;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #175faa;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    position: relative;
}
.serviceBox .title:before,
.serviceBox .title:after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #175faa;
    margin: 0 -5px 0 0;
    position: absolute;
    bottom: -5px;
    right: 50%;
    transition: all 0.4s ease 0s;
}
.serviceBox .title:before{
    left: 50%;
    margin: 0 0 0 -5px;
}
.serviceBox:hover .title:before{ left: 100%; }
.serviceBox:hover .title:after{ right: 100%; }
.serviceBox .description{
    font: 14px;
    color: #808080;
    line-height: 27px;
    padding: 0 15px;
    margin: 0;
}

/* Banner Page*/
.top-page-banner {
    background: #28406b;
}

.top-page-banner2 {
    background: linear-gradient(left, #3931af, #00c6ff);
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
}

.top-page-banner3 {
    background: #466368;
    background: linear-gradient(to right bottom, #648880, #293f50);
    background: -webkit-linear-gradient(to right bottom, #648880, #293f50);
}

.top-page-banner4 {
    background: linear-gradient(top, rgba(255,153,51,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(18,136,7,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,153,51,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(18,136,7,1) 100%);
}

.top-page-banner5 {
    background-color:rgb(40,63,81);
}

.card-header-style {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
}

/*menu stle*/
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    background-color: #5ccdc9;
    color:#fff;
}

/* Google Maps */
.map-container-6 {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-container-6 iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Contact Form */
.input-style-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

/* Contact Form */
.card-pricing.popular {
    z-index: 1;
    border: 3px solid #007bff;
}
.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
}

/* Process Padding */

@media (max-width: 576px) {
  .nmr-4 {
      margin-left: 1.5rem!important;
	}
}

@media (min-width: 960px) {
	
.nodeal {
	  display:none;
	}
}

/*Whatsapp*/

.float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:75px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
 	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}

.my-float{
	margin-top:16px;
}

.left-floats {
	position:fixed;
	width:50px;
	height:50px;
	bottom:20px;
	left:20px;
	background-color:#25d366;
	color:#FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-left-float{
	margin-top:11px;
}

.middle-floats {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
	background-color:#25d366;
	color:#FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
	margin-top:16px;
}

.form-control-uploading {
    display: block;
    width: 100%;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Card */
#ads {
    margin: 30px 0 30px 0;
}

    #ads .card-notify-badge {
        position: absolute;
        left: -10px;
        top: -20px;
        background: #f2d900;
        text-align: center;
        border-radius: 30px 30px 30px 30px;
        color: #000;
        padding: 5px 10px;
        font-size: 14px;
    }

    #ads .card-notify-year {
        position: absolute;
        right: -10px;
        top: -20px;
        background: #ff4444;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-size: 14px;
        width: 50px;
        height: 50px;
        padding: 15px 0 0 0;
    }


    #ads .card-detail-badge {
        background: #f2d900;
        text-align: center;
        border-radius: 30px 30px 30px 30px;
        color: #000;
        padding: 5px 10px;
        font-size: 14px;
    }



    #ads .card:hover {
        background: #fff;
        box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
        border-radius: 4px;
        transition: all 0.3s ease;
    }

    #ads .card-image-overlay {
        font-size: 20px;
    }


        #ads .card-image-overlay span {
            display: inline-block;
        }


    #ads .ad-btn {
        text-transform: uppercase;
        width: 150px;
        height: 40px;
        border-radius: 80px;
        font-size: 16px;
        line-height: 35px;
        text-align: center;
        border: 3px solid #e6de08;
        display: block;
        text-decoration: none;
        margin: 0px auto 1px auto;
        color: #000;
        overflow: hidden;
        position: relative;
        background-color: #e6de08;
    }

        #ads .ad-btn:hover {
            background-color: #e6de08;
            color: #1e1717;
            border: 2px solid #e6de08;
            background: transparent;
            transition: all 0.3s ease;
            box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
        }

    #ads .ad-title h5 {
        text-transform: uppercase;
        font-size: 18px;
    }

/*Product Detail Design*/
.pd-wrap {
	padding: 40px 0;
	font-family: 'Poppins', sans-serif;
}
.heading-section {
	text-align: center;
	margin-bottom: 20px;
}
.sub-heading {
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
	font-size: 32px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
	min-width: 80px;
	background-size: 100%;
}
.carousel-testimonial .item {
	padding: 30px 10px;
}
.quote {
	position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
	margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
	color: #adadad;
	font-size: 14px;
}
.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	outline: none;
	height: 25px;
}
.owl-nav button svg {
	width: 25px;
	height: 25px;
}
.owl-nav button.owl-prev {
	left: 25px;
}
.owl-nav button.owl-next {
	right: 25px;
}
.owl-nav button span {
	font-size: 45px;
}

.product-name {
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 4px;
}
.product-price-discount {
	font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
}
.product-price-discount span.line-through {
	text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #a5a5a5;
}
.display-flex {
	display: flex;
}
.align-center {
	align-items: center;
}
.product-info {
	width: 100%;
}
.reviews-counter {
    font-size: 13px;
}
.reviews-counter span {
	vertical-align: -2px;
}
.rate {
    float: left;
    padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 15px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 21px;
    color:#ccc;
	margin-bottom: 0;
	line-height: 21px;
}
.rate:not(:checked) > label:before {
    content: '\2605';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.product-dtl p {
	font-size: 14px;
	line-height: 24px;
	color: #7a7a7a;
}
.product-dtl .form-control {
	font-size: 15px;
}
.product-dtl label {
	line-height: 16px;
	font-size: 15px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.product-count {
	margin-top: 15px; 
}
.product-count .qtyminus,
.product-count .qtyplus {
	width: 34px;
    height: 34px;
    background: #212529;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}
.product-count .qtyminus {
	border-radius: 3px 0 0 3px; 
}
.product-count .qtyplus {
	border-radius: 0 3px 3px 0; 
}
.product-count .qty {
	width: 60px;
	text-align: center;
}
.round-black-btn {
	border-radius: 4px;
    background: #212529;
    color: #fff;
    padding: 7px 45px;
    display: inline-block;
    margin-top: 20px;
    border: solid 2px #212529; 
    transition: all 0.5s ease-in-out 0s;
}
.round-black-btn:hover,
.round-black-btn:focus {
	background: transparent;
	color: #212529;
	text-decoration: none;
}

.product-info-tabs {
	margin-top: 25px; 
}
.product-info-tabs .nav-tabs {
	border-bottom: 2px solid #d8d8d8;
}
.product-info-tabs .nav-tabs .nav-item {
	margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
	border: none; 
	border-bottom: 2px solid transparent;
	color: #323232;
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
	border: none; 
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link, 
.product-info-tabs .nav-tabs .nav-link.active, 
.product-info-tabs .nav-tabs .nav-link.active:hover {
	border: none; 
	border-bottom: 2px solid #d8d8d8;
	font-weight: bold;
}
.product-info-tabs .tab-content .tab-pane {
	padding: 30px 20px;
	font-size: 15px;
	line-height: 24px;
	color: #7a7a7a;
}
.review-form .form-group {
	clear: both;
}
.mb-20 {
	margin-bottom: 20px;
}

.review-form .rate {
	float: none;
	display: inline-block;
}
.review-heading {
	font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #000;
}
.review-form .form-control {
	font-size: 14px;
}
.review-form input.form-control {
	height: 40px;
}
.review-form textarea.form-control {
	resize: none;
}
.review-form .round-black-btn {
	text-transform: uppercase;
	cursor: pointer;
}

/**/
#drag-container, #spin-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(-10deg);
          transform: rotateX(-10deg);
}

#drag-container img, #drag-container video {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 200px;
  font-size: 50px;
  text-align: center;
  -webkit-box-shadow: 0 0 8px #fff;
          box-shadow: 0 0 8px #fff;
  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0005);
}

#drag-container img:hover, #drag-container video:hover {
  -webkit-box-shadow: 0 0 15px #fffd;
          box-shadow: 0 0 15px #fffd;
  -webkit-box-reflect: below 10px linear-gradient(transparent, transparent, #0007);
}

#drag-container p {
  font-family: Serif;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) rotateX(90deg);
          transform: translate(-50%,-50%) rotateX(90deg);
  color: #fff;
}

#ground {
  width: 900px;
  height: 900px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) rotateX(90deg);
          transform: translate(-50%,-50%) rotateX(90deg);
  background: -webkit-radial-gradient(center center, farthest-side , #9993, transparent);
}

#music-container {
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes spin {
  from{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  } to{
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes spin {
  from{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  } to{
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes spinRevert {
  from{
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  } to{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes spinRevert {
  from{
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  } to{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
