/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #555555;
  
	/*font-family: 'Gotham', sans-serif;
	font-family: 'Gotham Black', sans-serif;
	font-family: 'Gotham Light', sans-serif;
	font-family: 'Gotham Thin', sans-serif;
	font-family: 'Gotham XLight', sans-serif;
	font-family: 'Gotham Book', sans-serif;
	font-family: 'Gotham Ultra', sans-serif;
	*/
	font-family: 'Montserrat', sans-serif !important;
}

a {
  color: #5d0099;
}

a:hover {
  color: #9ed49a;
  text-decoration: none;
}




.cl_bg{
	background:#5d0099 !important;
}

.cl_cl{
	color:#5d0099 !important;
}
/*
h1, h2, h3, h4, h5, h6 {
  font-family: 'Josefin Sans', sans-serif;
}
.sec_font{
	font-family: 'Josefin Sans', sans-serif !important;
}

.ft_os{
	font-family: 'Oswald', sans-serif;
}

.ft_ns{
	font-family: 'Nunito', sans-serif;
}

.ft_vs{
	font-family: 'Vesper Libre', serif;
}


font-family: "franchise_freebold";
*/


    
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #5d0099;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #61b959;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0 4px 10px -3px rgba(191, 191, 191, 0.5);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 55px;
}

.downArrow.bounce{
	height: 56px;
	width: 47px;
	border-radius: 50%;
	border: 4px double #fff;
	font-size: 40px;
	text-align: center;
	color:#00e1ae;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
  width: 100%;
}

.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu .nav-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-menu .nav-logo {
  
}

.nav-menu a {
  display: block;
  position: relative;
  color: #151515;
  padding: 15px 25px;
  transition: 0.3s;
  font-size: 15px;
  text-transform: uppercase;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #5d0099;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #151515;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #5d0099;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.mnybtn{
	border-radius: 0.25rem;
	background: #5d0099;
	color: #fff;
}

/* Mobile Navigation */
.mobile-nav-toggle {
	position: fixed;
	right: 12px;
	top: 18px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 30px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle::before{
	position: absolute;
	right: -6px;
	top: -6px;
	width: 100px;
	height: 45px;
	background: #5D0099;
	content: "";
	z-index: -1;
	-webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 41px 51.11%, 41.00% 52.11%);
	clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 41px 51.11%, 41.00% 52.11%);
}

.mobile-nav-toggle i {
  color: #FFF;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #151515;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #5d0099;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 40vh;
  background: url("../img/bg_logo.png");
  background-size:cover !important;
  background-position:center;
  position: relative;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero .hero-logo {
  margin-bottom: 20px;
  margin-top:10px;
}

#hero h1 {
  margin: 0 0 30px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #aeaeae;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

#hero .btn-get-started {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #5d0099;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #5d0099;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: whitesmoke;
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #151515;
}

.section-title p {
  margin-bottom: 0;
  color: #aeaeae;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .image {
  padding: 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.about .content ul i {
  font-size: 24px;
  padding: 2px 6px 0 0;
  color: #5d0099;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.feature__item {
	background: #0c2b4b;
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 30px;
	background:#5d0099;
}

.feature__item.right-column {
	margin-top: 120px;
}

.feature__item i{
	font-size: 7rem;
    color: #fff;
}

.feature__item h5 {
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}

.feature__item p{
	text-align:justify;
	color:#fff;
}

.inner_banner_section {
	min-height: 245px;
	background-size: cover;
	background-image: url(../img/header-bg.png);
    background-color: #5d0099;
    background-position-y: 5%;
    background-position-x: center;
    background-blend-mode: difference;
}

.inner_banner_section .full {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.inner_banner_section .title-holder {
  margin: 85px 0 0;
}

.inner_banner_section .page-title {
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 15px;
}

.spkbgs{
	background-blend-mode: unset;
	background-position-y: 30%;
	background-size: auto;
	background-repeat: no-repeat;
	height:;min-height: 300px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box h4 {
	font-size: 20px;
	margin: 5px 0 10px 60px;
}

.services .icon-box i {
  font-size: 48px;
  float: left;
  color: #5d0099;
}

.services .icon-box p {
	color: #959595;
	margin-left: 60px;
	text-align:justify;
	line-height:22px;
}

.services .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.afflt img,.spkfrm img{
  transition: all 0.4s ease-in-out;
}

.afflt img:hover{
  -webkit-filter: none;
  filter: none;
  transform: scale(1.2);
}

.spkfrm{
	position:relative;
	display:block;
}

.spkfrm img{
	position:relative;
	z-index:9;
}
/*polygon(0% 0%, 100% 0%, 32.19% 19.05%, 0.95% 100%)*/
.spkfrm::before,.spkfrm::after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
}

.spkfrm::before{
	left: -20px;
	top: -20px;
	background: #5d0099;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 8.38% 16.19%, 0.95% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 8.38% 16.19%, 0.95% 100%);
}

.spkfrm::after{
	right: -20px;
	bottom: -20px;
	background: #F800B4;
	-webkit-clip-path: polygon(100% 100%, 100% 0%, 91.62% 83.19%, 0.95% 100%);
	clip-path: polygon(100% 100%, 100% 0%, 91.62% 83.19%, 0.95% 100%);
}

.spkfrm:hover img{
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}

.tordmr{
	position: absolute;
    right: -13px;
    left: auto;
    bottom: -13px;
    z-index: 9;
    background: #5d0099;
    padding: 10px;
    border-radius: 6px 0;
    color: #fff;
}

.lngtck{
	padding:0px 16px;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin:0px auto;
	display: flex;
	width:100%;
}

.lngtck .tknm{
	align-items: center;
	display: flex;
	overflow: hidden;
	padding:0px;
	width:80%;
	flex-grow: 1;
	
}

.lngtck .tknm h2{
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lngtck .tkbtn{
	justify-content: flex-end;
	flex-shrink: 0;
	display:flex;
	padding:0px;
	flex: 0 1 auto;
	position:relative;
}

.section-title .lngtck .tkbtn::before{
	position: absolute;
	right: -8px;
	top: -11px;
	width: 186px;
	height: 45px;
	background: #5D0099;
	content: "";
	z-index: -1;
	-webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 74px 44.44%, 41% 52.11%);
	clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%, 74px 44.44%, 41% 52.11%);
}

.aboutcount{
	background-image: -moz-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%);
    background-image: -webkit-linear-gradient( 129deg, rgb(93 0 153) 14%, rgb(0 225 174) 100% );
    background-image: -ms-linear-gradient( 136deg, rgb(149,153,226) 0%);
}
	
.countdwn{
	border: 7px solid #f800b4;
    background: #fff;
    border-radius: 25px 0;
    text-align: center;
}

.countnumz{
	display: block;
    margin: 0;
    font-size: 6rem;
    line-height: 1;
    padding-top: 10px;
}

.countphs{
	font-size: 1.5rem;
    display: block;
    border-top: 5px double #f800b4;
    text-transform: uppercase;
    line-height: 1;
    padding: 5px 0;
}

.inf-nav{
	border: 1px solid #dee2e6;
    border-left: 5px solid #5d0099;
    background: #fff;
}


.current-date {
    width:110px;
	float: left;
	border-radius: 4px;
	background-color: #ff91a4;
	margin-right: 15px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 3px;
	line-height: 20px;
}

.current-date p{
    line-height:17px;
}

.current-date .date {
	background:#fff;
	color: #051912 !important;
	font-size: 40px;
	border-radius: 4px;
	line-height: 1;
	margin-top: 3px;
	padding: 0px 5px 7px;
	margin-bottom: 0px;
	font-weight: bold;
}


/*******/

.venshp{
	position:relative;
}

.venshp a{
	display:block;
	width:100%;
	height:100%;
}

.venshp .venimg {
    position: relative;
    max-height: 263px;
    border-radius: 5px 5px 0 0;
    display: flex;
    -ms-flex: 0 0 25%;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.venshp .venimg img{
	height: auto;
    max-height: 250px;
    position: relative;
	transform: scale(1.01);
	transition: all 700ms ease;
}

.venshp a:hover img{
	transform:scale(1.2) rotate(2deg);	
}

.venshpcnm{
	position: relative;
    width: 100%;
    padding: 10px;
    box-shadow: 0 0.5rem 1rem rgb(103 58 183 / 84%);
    border-radius: 5px;
    background: #5d0099;
    color: #fff;
}

/*******/

.crtstt{
	position: absolute;
    right: 0;
    top: 60%;
    font-size: 23px;
    color: #fff;
}

.crtstt a{
	display: block;
    background: #fff;
    border-radius: 5px;
    padding-right: 15px;
	padding: 0px 3px;
}

.crtstt i{
	font-size: 30px;
    position: relative;
    top: 4px;
    z-index: 3;
}

.crtstt span{
	position: absolute;
    top: -13px;
    display: block;
    right: 0px;
    font-size: 15px;
    background: #fff;
    padding: 0 9px;
    border-radius: 7px;
    z-index: 1;
}

.pagination__option {
	text-align: center;
}

.pagination__option a,.pagination__option span {
	display: inline-block;
    font-size: 13px;
    color: #5d0099;
    font-weight: 600;
    background: #f2f2f2;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 12px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-right: 10px;
    position: relative;
    border-radius: 4px;
}

.pagination__option a:last-child {
	margin-right: 0;
}

.pagination__option a i{
	font-size: 25px;
    font-weight: bold;
    position: absolute;
    top: 11px;
    left: 0;
}

.pagination__option a:hover {
	background: #5d0099;
	color: #ffffff;
}


.blgpst {
	position: relative;
	display: block;
	padding-left: 30px;
	z-index: 1;
}

.blgpst::before {
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0px;
	width: 1px;
	background: #ededed;
	content: "";
	z-index: -1;
}

.inpst {
  position: relative;
  display: block;
  margin-bottom: 62px;
}

.inpst .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  
  height: 280px;
overflow: hidden;
}

.inm-pic{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	align-items: center;
}

.inpst .img-holder img {
	width: 100%;
	transform: scale(1.01);
	transition: all 700ms ease;
	height: 100%;
	max-height: 100%;
	width: 100%;
}

.inpst .blgmre {
  position: relative;
  display: block;
  padding-top: 24px;
}

.inpst .blgmre::before {
  position: absolute;
  top: 30px;
  left: -29px;
  width: 3px;
  height: 20px;
  background: #5d0099;
  content: "";
  z-index: 99;
}

.inpst .blgdt {
	position: absolute;
    top: 10px;
    right: 5px;
    width: 50px;
    height: 75px;
    text-align: center;
    background: #5d0099;
    display: block;
    padding: 0px 0 6px;
    transition: all 700ms ease 500ms;
    z-index: 3;
}

.inpst .blgdt h3 {
	color: #ffffff;
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px;
}

.inpst .blgdt h3 span {
  font-size: 24px;
  display:block;
}

.inpst .blgmre .blgtitle {
  position: relative;
  display: block;
  font-size: 20px !important;
  line-height: 28px;
  font-weight: 600;
  color: #27282c;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inpst .blgmre .blgtitle a {
  color: #27282c;
  transition: all 500ms ease;
}

.inpst .meta-box {
	margin-top: 14px;
	margin-bottom: 0px;
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 30px;
}

.inpst .blgmre .blgbrf {
  display: block;
  margin-top: 9px;
}

.inpst .blgmre::after {
  position: absolute;
  top: 30px;
  left: -29px;
  width: 3px;
  background: #5d0099;
  content: "";
  z-index: 99;
  bottom: 5px;
  transform: scaleY(0);
  transition: all 700ms ease 400ms;
}

.inpst .blgmre .blgbrf p {
  margin: 0 0 20px;
  word-break: break-all;
}

.btnread {
    color: #5d0099;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.btnread i::before {
	position: relative;
	top: 5px;
	font-size: 26px;
	line-height: 14px;
	display: inline-block;
	padding-left: 10px;
}

.inpst:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	
}

.inpst:hover .blgmre:after{
    transform: scaleY(1);
}

.inpst .blgmre .blgtitle a:hover{
    color: #5d0099;
}

.dtltit{
  color: #26272b;
  font-size: 48px !important;
  line-height: 60px;
  font-weight: 600;
  margin: 18px 0 15px;
}


.prd-list {
	border-bottom: 1px solid #e1e1e1;
	margin: 40px auto 0;
}
.prd-list:last-child{
	border-bottom:none;
}

.prd-image {
  position: relative;
  max-height: 300px;
}

.prd-image img{
	height: 300px;
    max-height: 100%;
    transform: translate(-50%, 0%);
    position: relative;
    left: 50%;
    top: 50%;
}

.prd-image > span.dscnt {
	background: #f5424e;
    border-radius: 10%;
    color: #fff;
    right: 15px;
    position: absolute;
    top: 9px;
    z-index: 9;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
}

.prd-desc {
	margin: 15px 0 0;
}

.prd-desc .lngtck .tknm{
	width:40%;
}

.prd-desc-info {
  position: relative;
}

.prd-desc-info > h4 {
	font-size:20px !important;
	padding-top: 15px;
	margin: 0px;
	font-weight: 600;
	line-height: 18px;
	text-transform: capitalize;
}

.prd-price {
  line-height: 1;
  margin: 11px 0;
  font-weight:700;
  font-size:20px;
}

.prd-price-new{
	color: #2f333a;
	padding-right: 10px;
}

.prd-price-old{
	font-size: 70%;
	font-weight: 400;
	color: #8D99AE;
	text-decoration:line-through;
}

.prd-price-p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #898989;
  margin-bottom: 15px;
    word-break: break-all;
}

.prd-cart {
	position: relative;
	left: 1px;
	right: 1px;
	bottom: 1px;
	padding: 4px;
	text-align: center;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	z-index: 2;
}

.prd-cart .prd-cart-btn {
	position: relative;
	border: 2px solid transparent;
	height: 36px;
	padding: 0 20px;
	background-color: #ef233c;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 13px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	cursor:pointer;
	outline:none;
}

.prd-cart .prd-cart-btn>i {
	position: absolute;
    left: -1px;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 31px;
    color: #D10024;
    opacity: 0;
    visibility: hidden;
    font-size: 23px;
}

.prd-cart .prd-cart-btn:hover {
  background-color: #FFF;
  color: #D10024;
  border-color: #D10024;
  padding: 0px 13px 0px 42px;
}

.prd-cart .prd-cart-btn:hover>i {
  opacity: 1;
  visibility: visible;
}


.table-content table {
	background: #fff none repeat scroll 0 0;
	border-color: #ebebeb;
	border-radius: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}
.table-content table th,
.table-content table td {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.table-content table th {
	border-top: medium none;
	font-size: 15px;
	text-transform: capitalize;
	padding: 20px 10px;
	text-align: center;
	font-weight: 500;
	vertical-align: middle;
	white-space: nowrap;
}
.table-content table td {
	border-top: medium none;
	padding: 20px 10px;
	vertical-align: middle;
	font-size: 13px;
}
.table-content table td.li-product-remove {
	font-size: 20px;
}
.li-product-remove > a > i {
	font-size: 24px;
	font-weight: normal;
	color: #051912;
	transition: all 0.3s ease-in-out;
}
.table-content table td.li-product-name {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}
.table-content table td.li-product-price {
	font-size: 16px;
	font-weight: 700;
}
.table-content table td.li-product-stock-status span.in-stock,
.table-content table td.li-product-stock-status span.out-stock {
	color: #fed700;
	font-size: 12px;
	text-transform: capitalize;
}
.table-content table td.li-product-stock-status span.out-stock {
	color: #EB3E32;
}
.table-content table td.li-product-add-cart a {
	font-size: 14px;
	text-transform: uppercase;
	background: #242424;
	color: #fff;
	padding: 10px 20px;
	font-weight: 700;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.table-content table td.li-product-add-cart a {
		font-size: 10px;
		padding: 7px 7px;
	}
}
.table-content table td.li-product-add-cart a:hover {
	background: #fed700 none repeat scroll 0 0;
	color: #fff;
}

.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
}

.cart-plus-minus {
  position: relative;
  width: 76px;
  text-align: left;
}
.cart-plus-minus .cart-plus-minus-box {
	border: 1px solid #e1e1e1;
	color: #242424;
	height: 46px;
	text-align: center;
	width: 48px;
	width: 48px;
	width: 3rem;
	background: #fff;
}
.cart-plus-minus .dec.qtybutton, .cart-plus-minus .inc.qtybutton {
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  color: #333333;
  cursor: pointer;
  height: 23px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 28px;
}
.cart-plus-minus .dec.qtybutton:hover, .cart-plus-minus .inc.qtybutton:hover {
  background: #ddd;
}
.cart-plus-minus .dec.qtybutton {
  bottom: 0;
  right: 0;
}
.cart-plus-minus .inc.qtybutton {
  border-bottom: none;
  top: 0;
  right: 0;
}

.cart-page-total {
	padding-top: 30px;
}
.cart-page-total>h2 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.cart-page-total>ul {
	border: 1px solid #ddd;
}
.cart-page-total>ul>li {
	list-style: none;
	font-size: 15px;
	color: #252525;
	padding: 10px 30px;
	border-bottom: 1px solid #ebebeb;
}
.cart-page-total ul>li>span {
	float: right;
}
.cart-page-total li:last-child {
	border-bottom: 0;
}
.cart-page-total>a {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	padding: 10px 20px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/*--------------------------------------------------------------
# Registration
--------------------------------------------------------------*/
.pu_logo a img{
	width:20%;
}

h6.errors_here {
    text-transform: uppercase;
    color: #e53238;
    font-weight: 700;
    font-size: 1.1em;
    letter-spacing: 2px;
    margin-top: 1em;
	text-align:center;
}

.error_here,.donotphn{
	color: #e53238;
	font-size:13px;
	display:block;
	margin-top:2px;
}

.reg_page {
	width: 100%;
	margin:  0 auto;
	background: ;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	/*background-image: -moz-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%);
    background-image: -webkit-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%);
    background-image: -ms-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%);*/
}

.reg_form  {
	background: #fff;
	width: 100%;
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	position: relative;
}

.reg_form fieldset{
	padding: 0 30px 10px;
	border: 3px double #fff; 
	background:transparent;
	margin: 0 25px;
}

.reg_form fieldset legend{
	text-align:left;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	color:#fff;
	font-size: 20px;
}

.form_detail {
	position: relative;
	width: 100%;
	display: flex;
	display: -webkit-flex;
}

.form_detail h2 {
	font-weight: 500;
	font-size: 25px;
	margin-bottom: 11px;
	padding: 14px 50px 0px 50px;
}

.form-left {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width: 100%;
}
.form-left h2 {
	color: #2271dd;
}
.form-right {
	width: 100%;
	background: #f800b4;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.form-right h2 {
	color: #fff;
}

.reg_form .lngtck .tkbtn i{
	font-size: 25px;
    position: relative;
    top: -3px;
    left: -8px;
}

.form-group {
	display: flex;
	display: -webkit-flex;
	margin-bottom:0px;
}
.form-row {
	position: relative;
	margin-bottom: 20px;
	padding-left: 60px;
    padding-right: 50px;
}

.reg_form fieldset .form-row{
	padding-left:0px;
	padding-right:0px;
}

.form-left .form-group .form-row.form-row-1 {
	width: 50%;
	padding: 0 12px 0 50px;
}
.form-left .form-group .form-row.form-row-2 {
	width: 50%;
	padding: 0 30px 0 12px;
}

.form-right .form-group .form-row.form-row-1 {
	width: 100%;
	padding: 0 12px 0 60px;
}
.form-right .form-group .form-row.form-row-2 {
	width: 100%;
	padding: 0 50px 0 12px;
}

.form_detail select,.form_detail input.inp_fld {
	width: 100%;
    padding: 11.5px 15px 7px 15px;
    border: 1px solid transparent;
    background: transparent;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-size: 16px;
	height: calc(1.5em + 0.75rem + 2px);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	transition: all 0.4s ease-in-out;
}
.form_detail select {
	background: 0 0;
	position: relative;
	z-index: 9;
	cursor: pointer;
}

.form-left select {
	color: #666;
}
.form-right select {
	color: #f2f2f2;
}
.select-btn {
	z-index: 0;
    position: absolute;
    top: 30%;
    right: 11.5%;
    font-size: 18px;
}

.reg_form fieldset .form-row .select-btn{
	right:2.5%;
}

.form-left .select-btn {
    color: #666;
}
.form-right .select-btn {
    color: #f2f2f2;
}

.form-group .form-row.form-row-4 .select-btn {
	top: 20%;
	right: 26%;
}
.form-right .form-group .form-row.form-row-2 .select-btn {
	top: 20%;
	right: 19%;
}
.form-left input.inp_fld {
	color: #000;
}
.form-right input.inp_fld {
	color: #fff;
}
.form-left input.inp_fld,
.form-left select {
	border-bottom: 1px solid #ccc;
}
.form-left input.inp_fld:focus,
.form-left select:focus {
	border-bottom: 1px solid #999;
}

.form-left .has-error input.inp_fld,.form-left .has-error select{
	border-bottom: 1px solid #e53238;
}


.form-left .has-success input.inp_fld,.form-left .has-success select{
	border-bottom: 1px solid #4835d4;
}

.form-right input.inp_fld,
.form-right select {
	border-bottom: 1px solid;
	border-bottom-color: rgba(255, 255, 255, 0.3);
}
.form-right input.inp_fld:focus,
.form-right select:focus {
	border-bottom: 1px solid #ccc;
}
.form-right select option {
	background: #4835d4;
}
.form-checkbox {
	margin-top: 20px;
	padding: 0 50px 0 60px;
	position: relative;
}
.form-checkbox input.inp_fld {
	position: absolute;
    opacity: 0;
	padding: 0;
    margin: 0;
    width: auto;
    height: auto;
}
.form-checkbox .checkmark {
	position: absolute;
    top: 1px;
    left: 60px;
    height: 15px;
    width: 15px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.form-checkbox .checkmark::after {
	content: "";
    position: absolute;
    left: 5px;
   	top: 1px;
    width: 3px;
    height: 8px;
    border: 1px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.form-checkbox input.inp_fld:checked ~ .checkmark::after {
    display: block;
}
.form-checkbox p {
    margin-left: 34px;
    color: #e5e5e5;
    font-size: 14px;
    font-weight: 400;
}
.form-checkbox .text {
	font-weight: 400;
	color: #fff;
	text-decoration: underline;
}
.form-right .btn-reg {
    margin: 15px 0 10px;
	text-align:center;
}

.form-right .reg_btn {
	background: #fff;
	border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	width: 50%;
	border: 1px solid transparent;
	margin: 6px 0 15px 0px;
	cursor: pointer;
	color: #333;
	font-weight: 700;
	font-size: 15px;
	transition: all 0.4s ease-in-out;
	padding: 10px 12.5px;
}

.reg_btn:hover,.reg_btn:focus {
	border-color:#fff;
    background: #4835d4;
    color: #fff;
}

.form-left input.inp_fld::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
}
.form-left input.inp_fld::-moz-placeholder {
  color: #666;
  font-size: 16px;
}
.form-left input.inp_fld:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
}
.form-left input.inp_fld:-moz-placeholder {
  color: #666;
  font-size: 16px;
}
.form-right input.inp_fld::-webkit-input-placeholder {
  color: #f2f2f2;
  font-size: 16px;
}
.form-right input.inp_fld::-moz-placeholder { 
  color: #f2f2f2;
  font-size: 16px;
}
.form-right input.inp_fld:-ms-input-placeholder { 
  color: #f2f2f2;
  font-size: 16px;
}
.form-right input.inp_fld:-moz-placeholder { 
  color: #f2f2f2;
  font-size: 16px;
}

fieldset label{
	height:auto !important;
	letter-spacing:1px;
	font-size:15px ;
	padding-bottom:0px !important;
	padding-top:0px !important;
}

label.si{
	margin-bottom:0;
	vertical-align: text-top;
	display:block;
	cursor:pointer;
	padding:0px;
}

.si .si-label { 
  cursor: pointer;
  position: relative;
  padding-left: 15px;
  color: #9aa6bf;
  vertical-align: text-bottom;
  margin-right: 20px;
}

.si > input[type="checkbox"],.si > input[type="radio"] {
  clip-path: polygon(0 0);
}

.si .si-label::before,
.si .si-label::after {
  transition: all 0.2s ease-in-out;
}

.si .si-label::before {
  content: '';
  display: block;
  width: 22px;
  height: 18px;
  border: 1px solid #dee5f2;
  position: absolute;
  top: 1px;
  left: 0;
  transform: rotate(0deg) scale(1);
  border: 3px solid #F8694A;
}

.si.si-radio .si-label::before,
.si.si-radio .si-label::after {
  border-radius: 100%;
  top: -2px;
}

.si.si-radio.s-quare .si-label::before,
.si.si-radio.s-quare .si-label::after{
	border-radius:3px !important;
}


.si.si-radio.s-quare > input:checked + .si-label::after {
    background-color: #0069ff !important;
    height: 18px !important;
    top: 0px !important;
    width: 18px !important;
    left: 2px !important;
}

.si.si-radio .si-label::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 0;
  top: 100%;
  left: 5px;
}


.si.si-radio > input:checked + .si-label::after {
  background-color: #F8694A;
  height: 12px;
  top: 3px;
}


.si.si-radio > input:checked + .si-label::before {
  background-color:#fff;
}

/***************************style --- checkbox----- ****************/

.si.si-checkbox .si-label::before {
  border-radius: 2px;
}

.si.si-checkbox .si-label::before {
  border-radius: 2px;
}


.si.si-checkbox > input:checked + .si-label::before {
  transform: rotate(40deg) scale(0);
}

.si.si-checkbox > input:checked + .si-label::after {
  left: 8px;
  transform: rotate(40deg) scale(1);
}

.si .si-label.present::before {
  border: 1px solid #3c763d;
}

.si .si-label.present:hover::before {
  border-color: #3c763d;
}

.si.si-checkbox .si-label::before {
  border-radius: 2px;
}

.si.si-checkbox .si-label::before {
  border: 1px solid #0069ff;
}

.si.si-checkbox .si-label:hover::before {
  border-color: #0069ff;
}

.si.si-checkbox .si-label::after {
  content: '';
  display: block;
  width: 8px;
  height: 18px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: transparent #0069ff #0069ff transparent;
  position: absolute;
  top: 2px;
  left: 0;
  transform: rotate(180deg) scale(0);
}

.si.si-checkbox > input:checked + .si-label::before {
  transform: rotate(40deg) scale(0);
}

.si.si-checkbox > input:checked + .si-label::after {
  left: 8px;
  transform: rotate(40deg) scale(1);
}


.si-checkbox.choosereg{
	height: 150px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e0e6ed;
    border-radius: 5px;
    display: flex;
    box-shadow: 4px 6px 10px -3px #bfc9d4;
	padding: 0.4rem;
}

.si.choosereg .si-label{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #313449;
    font-weight: 700;
    word-wrap: break-word;
    text-align: center;
	width: 100%;
}

.si.choosereg .si-label i{
	font-size:10px;
	font-weight:normal;
}

.si-checkbox.choosereg:hover{
	background:#bfc9d470;
}

.si.si-checkbox.absent .si-label.absent::before {
    border: 1px solid #dc3545;
}
.si.si-checkbox.absent .si-label.absent::after {
    border-color: transparent #dc3545 #dc3545 transparent;
}


/*--------------------------------------------------------------
# Featured

.featured {
  padding: 40px 0 0 0;
  background: white;
}

.featured .nav-tabs {
  border: 0;
}

.featured .nav-link {
  border: 0;
  padding: 20px;
  color: #151515;
  transition: 0.3s;
}

.featured .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.featured .nav-link:hover h4 {
  color: #5d0099;
}

.featured .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.featured .nav-link.active {
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.08);
}

.featured .nav-link.active h4 {
  color: #5d0099;
}

.featured .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------
.why-us {
  background: whitesmoke;
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #959595;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
}

.why-us .accordion-list span {
  color: #5d0099;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #5d0099;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#5d0099 50%, rgba(124, 197, 118, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(124, 197, 118, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #5d0099;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}


@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #555555;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 10px 4px;
  background: whitesmoke;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #5d0099;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #5d0099;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------
.testimonials {
  padding: 60px 0;
  background: url("../assets/img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}

.testimonials .quote-icon {
  text-align: center;
  margin-bottom: 30px;
}

.testimonials .quote-icon i {
  color: #5d0099;
  font-size: 24px;
  padding: 18px;
  border-radius: 50px;
  border: 2px solid #5d0099;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 30px auto;
  font-size: 20px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #5d0099 !important;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------
.clients {
  background: whitesmoke;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  width: 50%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.2);
}

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: rgba(124, 197, 118, 0.8);
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #5d0099;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #5d0099;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #888888;
}

.team .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #151515;
}

.pricing .box h4 {
  font-size: 42px;
  color: #151515;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #151515;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #5d0099;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 5px;
  border: 2px solid #5d0099;
  color: #5d0099;
  font-size: 14px;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #5d0099;
  color: #fff;
}

.pricing .recommended {
  border-color: #5d0099;
}

.pricing .recommended .btn-buy {
  background: #5d0099;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #61b959;
  border-color: #61b959;
}

.pricing .recommended-badge {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 12px;
  padding: 4px 25px 6px 25px;
  background: #eaf6e9;
  color: #5d0099;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list a.collapsed{
  display: block;
  position: relative;
  color: #5d0099;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #5d0099;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-show::before{
content: "\ea99";
font-family: 'IcoFont' !important;
position: relative;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.product {
  position: relative;
  margin: 15px 0px;
  -webkit-box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product:hover {
  -webkit-box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #D10024;
  box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 2px #D10024;
}

.product .product-img {
  position: relative;
}

.product .product-img>img {
  width: 100%;
}

.product .product-img .product-label {
  position: absolute;
  top: 15px;
  right: 15px;
}

.product .product-img .product-label>span {
  border: 2px solid;
  padding: 2px 10px;
  font-size: 12px;
}

.product .product-img .product-label>span.sale {
  background-color: #FFF;
  border-color: #D10024;
  color: #D10024;
}

.product .product-body {
  position: relative;
  padding: 15px 15p 0;
  background-color: #FFF;
  text-align: center;
  z-index: 20;
}

.product .product-body .product-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #8D99AE;
}

.product .product-body .product-name {
  text-transform: uppercase;
  font-size: 18px !important;
}

.product .product-body .product-name>a {
  font-weight: 700;
}

.product .product-body .product-name>a:hover, .product .product-body .product-name>a:focus {
  color: #D10024;
}

.product .product-body .product-price {
  color: #D10024;
  font-size: 18px;
}

.product .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
}

.product-hub{
	padding: 5px 0;
    border-top: 1px solid #f5424e;
}

.product-hub a{
	display:block;
	color:#5d0099;
}

.product-hub a {
	margin-right:3px;
}

.product .add-to-cart {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 15px;
  background: #1e1f29;
  text-align: center;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  z-index: 2;
}

.product:hover .add-to-cart {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.product .add-to-cart .add-to-cart-btn {
  position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  background-color: #ef233c;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .add-to-cart .add-to-cart-btn>i {
	position: absolute;
    left: 7px;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 33px;
    color: #D10024;
    opacity: 0;
    visibility: hidden;
    font-size: 23px;
}

.product .add-to-cart .add-to-cart-btn:hover {
  background-color: #FFF;
  color: #D10024;
  border-color: #D10024;
  padding: 0px 30px 0px 50px;
}

.product .add-to-cart .add-to-cart-btn:hover>i {
  opacity: 1;
  visibility: visible;
}

.tertour__slider{
    height:70vh;
    overflow:hidden;
    background:#350b4d;
}

.tertour__slider .owl-stage-outer,.tertour__slider .owl-stage,.tertour__slider .owl-item,.tourter__item{
    height:100%;
}
.tourter__item img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.hostspk__slider .owl-nav{
    position:absolute;
    top:50%;
    width: 100%;
}

.hostspk__slider .owl-nav button.owl-next{
    right: 15%;
    position: relative;
    float: right;
    padding: 0px 8px !important;
    border-radius: 50%;
    font-size: 30px;
    background: rgba(38,38,38,0.4);
    color: #fff;
    border: 4px solid #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.conc-info {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.conc-info .address i, .conc-info .phone i,.conc-info .email i {
  font-size: 20px;
  color: #5d0099;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf6e9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.conc-info .social-links a{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.conc-info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.conc-info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.conc-info .email, .conc-info .phone {
  margin-top: 40px;
}

.conc-info .email:hover i, .conc-info .address:hover i, .conc-info .phone:hover i {
  background: #5d0099;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #5d0099;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #61b959;
}

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

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

/*--------------------------------------------------------------
# Breadcrumbs

.breadcrumbs {
  padding: 40px 0;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 0;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #5d0099 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-sec{
	position:relative; 
	background:#f0f0f0; 
	padding-top:70px;
}

.social-links{
	display:block;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}


.social-links a:nth-child(1) {color:#3a7ae6;}
.social-links a:nth-child(2) {color:#33ccff;}
.social-links a:nth-child(3) {color:#dc4a38;}
.social-links a:nth-child(4) {color:#e10606;}
.social-links a:nth-child(5) {color:#41b2dc;}
.social-links a:nth-child(6) {color:#00e1ae;}


.social-links a:hover {
  background: #00e1ae;
  color: #fff;
  text-decoration: none;
}

.footer-newsletter {
  text-align: center;
  font-size: 15px;
}

.footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
  outline: none;
}

.footer-newsletter form #subbtnsubs {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #5d0099;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.footer-newsletter form #subbtnsubs:hover {
  background: #00e1ae;
}

.footer-title{
	color:#292828; 
	position:relative;
	padding-bottom:10px;
	font-size:18px !important; 
	text-transform:uppercase;
}
	
.service-link{
	padding-left:0px;
}

.service-link li{
	list-style:none;
}
.service-link li a{
	display:block; 
	color:#6f6868; 
	margin-bottom:5px; 
	margin-left:15px; 
	padding-left:10px;
	position:relative; 
	transition:all 0.5s ease; 
	-moz-transition:all 0.5s ease; 
	-webkit-transition:all 0.5s ease; 
	-ms-transition:all 0.5s ease; 
	-o-transition:all 0.5s ease;
}
	
.service-link li a:before{
	content:"\ea98"; 
	font-family:'IcoFont'; 
	position:absolute; 
	top:0px; 
	left:-15px; 
	font-size:16px; 
	font-style: normal; 
	color:#5d0099; 
	transition:all 0.5s ease; 
	-moz-transition:all 0.5s ease; 
	-webkit-transition:all 0.5s ease; 
	-ms-transition:all 0.5s ease; 
	-o-transition:all 0.5s ease;
}

.service-link li a:hover{
	color: #5d0099; 
	padding-left:15px;
}

.service-link li:hover a:before{
	color: #5d0099; 
	padding-left:15px;
}

.footer-adress{
	list-style:none; 
	margin:0px;
}

.footer-adress li{
	float:left; 
	width:100%; 
	margin:0; 
	display:table; 
	padding:5px 0px;
}

.footer-adress li > i{
	display:table-cell; 
	vertical-align:top; 
	font-size:18px; 
	color:#009ee2; 
	width:30px;
}

.footer-adress li span{
	display:table-cell; 
	vertical-align:middle;
	font-size:14px; 
	color:#6f6868; 
	line-height:24px;
}

.copyright-content{
	padding:11px 0; 
	margin-top:13px; 
	border-top:1px solid #4d4d4d; 
	position:relative;
}

.copyright-content p{
	color:#adadad; 
	margin-bottom:0;
}

.copyright-content p a{
	color:#009ee2;
}

.footer-bottom-menu{
	text-align:right;
	}

.footer-bottom-menu li{
	display:inline-block;
}

.footer-bottom-menu li a{
	display:block; 
	font-size:14px; 
	color:#6f6868; 
	margin-left:15px; 
	transition:all 0.5s ease; 
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease; 
	-ms-transition:all 0.5s ease; 
	-o-transition:all 0.5s ease; 
}
.footer-bottom-menu li a:hover{
	color:#5d0099; 
}

.ftwhat a{
    bottom: 83px;
    right: 30px;
    position: fixed;
    z-index: 1000;
    border: 0px;
    width: 50px;
    height: 50px;
    font-size: 35px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    background: green;
    color:#fff;
    border-radius: 50%;
}
