html {
	scroll-behavior: smooth;
}

body {
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins', sans-serif;
	color: #2d2d2d;
}
a:hover,a:focus{
	outline: none;
	text-decoration: none;
}

p{
	color: #6e6e6e;
}

.body-page{
	overflow: hidden;
}

.container-full{
	max-width: 1690px;
	margin: auto;
}

.container-full .demo{
	padding-right: 45px;
	padding-left: 45px;
}

/*header*/
.header{
	position: relative;
	overflow: hidden;
	text-align: left;;
}
.bg-header{
	background-image: url(https://cdn.shopify.com/s/files/1/0552/1555/4647/files/bg.jpg?v=1645866946);
	background-position: top center;
	background-repeat: no-repeat;
	height: 985px;
}

/* menu */

.topnav-flex {
	padding: 20px 0 0;
}

.fixed-header .topnav-flex{
	background-color: rgb(255, 255, 255, 0.9);
	transition: all 400ms;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 99;
	left: 0;
	right: 0;
	margin: auto;
}

.fixed-header .top-nav{
	padding: 0;
}

.fixed-header .bottom-nav{
	border-color: #b1b1b1;
}

.fixed-header .logo img{
	margin: 13px 0;
	max-height: 50px;
}

.topnav-flex .navbar-default{
	border: none;
	background: none;
}

.topnav-flex .navbar-default .navbar-nav > li{
	float: left;
}

.topnav-flex .navbar-default .navbar-nav > li > a{
	color: #2b2b2b;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	margin: 0 20px;
}

.topnav-flex .navbar-default .navbar-nav > li > a:hover{
	color: #d84e4e;
}

.topnav-flex{
	text-align: center;
}

.top-nav{
	padding: 20px 0;
}

.top-nav .logo{
	display: inline-block;
}

.bottom-nav{
	border-top: 1px #eaeaea solid;
}

.bottom-nav .navbar-default{
	display: inline-block;
}



@media (max-width: 767px){
	.topnav-flex > [class*="col-"]{
		justify-content: space-around;
	}
}

.image-content{
	max-width: 660px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.image-content h2{
	font-size: 35px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.image-content h2 span{
	color: #d84e4e;
	letter-spacing: 10px;
	padding: 20px 0;
	display: inline-block;
	font-size: 50px;
}

.image-content .medium-text{
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 1.5px;
}

.btn-action{
	font-weight: 300;
	text-transform: uppercase;
	padding: 13px 35px;
	background: #d84e4e;
	color: #ffffff;
	display: inline-block;
	letter-spacing: 2px;
	margin-top: 30px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.btn-action:hover{
	background: #333333;
	color: #ffffff;
}

/*content-containe*/
.text-heading {
	font-weight: 600;
	font-size: 14px;
	color: #2c2c2c;
	text-transform: uppercase;
	margin: 40px 0 0 0;
	display: block;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

/*end content-containe*/

/*footer-link*/
.footer-link{
	position: relative;
	height: 568px;
	overflow: hidden;
	color: #bbbbbb;
	text-align: left;
	margin-top: 50px;
}

.footer-link .container-footer{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-image: url(https://cdn.shopify.com/s/files/1/0552/1555/4647/files/footer_bg.jpg?v=1645866946);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*footer coppyright*/
.footer-coppyright p{
	color: #000;
	font-size: 14px;
	margin: 35px 0;
}

.content-button{
	padding-top: 20px;
}
.content-container{
	padding-top: 150px;
}
.text-heading span {
	border-radius: 14px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	font-size: 16px;
	color: #000;
}
.demo:hover .text-heading span{
	color: #d84e4e;
}
.image-bg{
	margin-top: 60px;
	padding: 5px;
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.07);
	-ms-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.07);
	-o-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.07);
	width: 100%;
	height: 600px;
	display: inline-block;
	position: relative;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	padding:0px 2px 2px 2px;

}
.image-bg:hover{
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.image-bg:hover  span{
	opacity: 1;
}
.img-content{
	max-height: 600px;
	overflow: hidden;
	transition: all 5s ease-out 0s;
	-webkit-transition: all 5s ease-out 0s;
	-moz-transition: all 5s ease-out 0s;
	-ms-transition: all 5s ease-out 0s;
	-o-transition: all 5s ease-out 0s;
	background-position: center 0;
	background-repeat: no-repeat;
	position: absolute;
	height: 650px;
	top: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.image-bg img{
	width: 100%;
}
.image-bg:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.image-bg:hover:before{
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

.image-bg:hover .img-content{
	background-position: center 100%!important;
	opacity: 1;
}

.medium-image .image-bg{
	height: 500px;
}

.medium-image .img-content{
    max-height: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
}

.small-image .image-bg{
	height: 350px;
}

.small-image .img-content{
	max-height: 350px;
	height: 400px;
}

.img-content.no-image{
	background: #eae9e9;
	top: 0;
}

.img-content.no-image .plus{
	font-size: 60px;
	position: absolute;
	top: 37%;
	font-style: normal;
	left: 0;
	right: 0;
	margin: auto;
	color: #d84e4e;
}

.title-demo{
	font-size: 30px;
	color: #2d2d2d;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.text-footer{
	max-width: 660px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.text-footer-light{
	font-size: 30px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.text-footer-bold{
	font-size: 48px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}


.releted-theme {
  width: 100%;
  height: 500px;
  margin: 0 0 100px;
  padding: 0;
  position: relative;
}

.releted-theme #carousel {
  position: relative;
  height: 500px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.releted-theme #carousel div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
}
.releted-theme #carousel div img {
  width: 400px;
  transition: width 1s;
}
.releted-theme #carousel div.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
.releted-theme #carousel div.hideLeft img {
  width: 200px;
}
.releted-theme #carousel div.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
.releted-theme #carousel div.hideRight img {
  width: 200px;
}
.releted-theme #carousel div.prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}
.releted-theme #carousel div.prev img {
  width: 300px;
}
.releted-theme #carousel div.prevLeftSecond {
  z-index: 4;
  left: 15%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
.releted-theme #carousel div.prevLeftSecond img {
  width: 200px;
}
.releted-theme #carousel div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
.releted-theme #carousel div.next {
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
}
.releted-theme #carousel div.next img {
  width: 300px;
}
.releted-theme #carousel div.nextRightSecond {
  z-index: 4;
  left: 85%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
.releted-theme #carousel div.nextRightSecond img {
  width: 200px;
}

.releted-theme .buttons .btn-carousel{
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #ffffff;
  -moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  border: none;
  padding: 0;
}

.releted-theme .buttons .btn-carousel:focus{
	outline: none;
}

.releted-theme .buttons .btn-carousel:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
    top: 30%;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

.releted-theme .buttons #prev.btn-carousel:before{
    left: 35%;
	border-width: 10px 10px 10px 0;
	border-color: transparent #757575 transparent transparent;
}

.releted-theme .buttons #prev.btn-carousel:hover:before{
	border-color: transparent #222222 transparent transparent;
}

.releted-theme .buttons #next.btn-carousel:before{
    right: 35%;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #757575;
}

.releted-theme .buttons #next.btn-carousel:hover:before{
	border-color: transparent transparent transparent #222222;
}

.releted-theme .buttons #prev{
  left: 0;
}

.releted-theme .buttons #next{
  right: 0;
}

.releted-theme #carousel div span{
	display: none;
}

@media (min-width: 1400px){
	.container{
		width: 1755px !important;
	}
}

.powerful .feature-card{
	display: flex;
    align-items: center;
    background: #f3f8ff;
    padding: 30px;
}

.powerful .feature-card:hover{
	-webkit-box-shadow: 6px 6px 5px 0px rgba(235,235,235,1);
    -moz-box-shadow: 6px 6px 5px 0px rgba(235,235,235,1);
    box-shadow: 6px 6px 5px 0px rgba(235,235,235,1);
}

.powerful .icon_item{
	width: 30px;
}
.powerful .title_powerful h3{
	font-size: 14px;
	text-transform: none;
	margin-top: 0px;
    margin-bottom: 0px;

}
.title_powerful{
	text-align: left;
	padding-left: 12px;
    line-height: 18px;
}
.powerful .row{
	padding: 20px;
}
.powerful .title_powerful p{
	font-size: 13px;
	text-transform: none;
	color: #949494;
}
.img-fluid {
	max-width: 100%;
    height: auto;
}
.mb-3 {
	margin-bottom: 30px;
}

.more .container {
	max-width: 1430px!important;
    width: 100%!important;
    margin: auto;
}
.more .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.more {
    padding: 50px 0;
}
.heading-top {
    margin-bottom: 50px;
}
.heading-top .title {
    color: #2d2d2d;
    text-transform: none;
    font-weight: 500;
    font-size: 42px;
    margin-bottom: 15px;
}
.heading-top .desc-block {
    color: #777;
    font-weight: 300;
    font-size: 15px;
}
.detail-item .img_detail img {
    border-radius: 10px;
    box-shadow: 0px 30px 9px -19px rgb(0 0 0 / 10%);
    border: 8px solid #fff;
}
.more img {
    height: auto;
    max-width: 100%;
}
#page-featured {
    padding-top: 50px;
    padding-bottom: 50px;
}
.heading-top {
    margin-bottom: 50px;
}
.heading-top .title {
    color: #2d2d2d;
    text-transform: none;
    font-weight: 500;
    font-size: 42px;
    margin-bottom: 15px;
}
.heading-top .desc-block {
    color: #777;
    font-weight: 300;
    font-size: 15px;
}
#page-featured .featured-item {
    margin: 20px 0px 40px;
    background: #f3f7f9;
    padding: 55px;
    height: 290px;
    border-radius: 10px;
}
#page-featured .featured-item img {
    display: inline-block;
    margin-bottom: 10px;
}
img {
    height: auto;
    max-width: 100%;
}
#page-featured .featured-item h5 {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 400;
}
#page-featured .featured-info p {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.detail-item.detail-s {
    padding-bottom: 50px;
}

@media (min-width: 768px) {
	.more .container {
		width: 750px!important;
	}
}

@media (min-width: 992px) {
	.more .container {
		width: 970px!important;
	}
	.heading-top {
		margin-bottom: 80px;
	}
	.heading-top .desc-block {
		width: 66%;
		margin: auto;
	}
	#page-featured {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.heading-top {
		margin-bottom: 80px;
	}
	.heading-top .desc-block {
		width: 66%;
		margin: auto;
	}
	.more {
		padding: 70px 100px;
	}
}

@media (min-width: 1200px) {
	.more .container {
		width: 1170px!important;
	}
}





