body{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #a5a5a5;
	padding-top: 96px;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

::-moz-selection{
	background: #ffd200;
	color: #000;
}

::selection{
	background: #ffd200;
	color: #000;
}

.row.no-gutters{
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

/************************************/
/***** 02. Navigation area css  *****/
/************************************/

.header .navbar{
	padding: 0;
	background: #fff;
	transition: all 0.3s;
	box-shadow: 0px 0px 25.84px 12.16px rgba(0, 0, 0, 0.04)
}

.header .navbar .container {
    position: relative;
}

.header .inner-header{
	background: linear-gradient(to right, #7645dd, #e090ec);
	background: -webkit-linear-gradient(to right, #7645dd, #e090ec);
	background: -moz-linear-gradient(to right, #7645dd, #e090ec);
	background: -o-linear-gradient(to right, #7645dd, #e090ec);
}

.header .navbar-brand img{
	height: 56px;
	transition: all 0.3s;
}

.header .navbar-light .navbar-nav .nav-item{
	position: relative;
	transition: all 0.3s;
}

.header .navbar-light .navbar-nav .nav-item ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 260px;
	padding: 6px 0;
	margin: 0;
	background: linear-gradient(to left,#07cbf7,#7fec8e);
}

.header .navbar-light .navbar-nav .nav-item ul li{
	display: block;
	width: 100%;
}

.header .navbar-light .navbar-nav .nav-item ul li a{
	display: block;
	color: #fff;
	font-size: 13px;
	padding: 10px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	transition: all 0.3s;
}

.header .navbar-light .navbar-nav .nav-item ul li a:hover{
	background: rgba(0,0,0,0.1);
	color: #fff;
}

.header .navbar-light .navbar-nav .nav-item:hover ul{
	display: block;
}

.header .navbar-light .navbar-nav .nav-link{
	color: #494748;
	padding: 38px 16px;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	transition: all 0.3s;
}

.header .navbar-light .navbar-nav .nav-link:focus{
	color: #191919;
}

.header .sticky-header.navbar-light .navbar-nav .nav-link{
	padding: 28px 16px;
}

.header .sticky-header.navbar-light .navbar-nav .nav-item ul li a{
	padding: 10px 20px;
}

.navbar-nav{
	transition: all 0.3s;
}

.header .sticky-header .navbar-nav{
	
}

.header .sticky-header .navbar-brand img{
	height: 40px;
}

.header .navbar-toggle{
	display: none;
	position: absolute;
	right: 15px;
	top: 25px;
	transition: all 0.3s;
}

.header .sticky-header .navbar-toggle{
	top: 18px;
}

#responsive-menu{
	display: none;
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 15px;
	position: relative;
	top: 10px;
}

.header .slicknav_menu{
	padding: 0;
	background: none;
}

.header .slicknav_icon{
	width: 26px;
}

.header .slicknav_btn{
	border-radius: 0;
	margin: 0;
	padding: 0;
	background: none;
}

.header .slicknav_icon-bar{
	box-shadow: none;
	height: 1px;
	margin-top: 1px;
	margin-bottom: 6px;
	background: #222;
	width: 26px;
}

.header .slicknav_nav{
	padding: 10px 0;
}

.header .slicknav_nav a{
	color: #494748;
	margin: 0;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 2px;
}

.header .slicknav_nav a.active{
	color: #222;
}

.header .slicknav_nav a:hover{
	background: none;
	color: #fff;
}

.subpage-header-wrapper{
	background: url(../images/supage-header-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0 140px;
	position: relative;
	overflow: hidden;
}

.subpage-header-wrapper:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100px;
    height: 148px;
    background: #fff;
    transform: skewY(-4deg);
}

.subpage-header-box{
	text-align: center;
	max-width: 540px;
	margin: 0 auto;
}

.subpage-header-box h1,
.subpage-header-box h2{
	color: #fff;
	font-size: 50px;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.subpage-header-box p{
	color: #fff;
	margin: 0;
}

.mega-footer{
	background: #565555;
	padding: 60px 0;
}

.footer-title{
	font-size: 16px;
	color: #1cbdd4;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.footer-about img{
	margin-bottom: 20px;
	width:142px;
}

.footer-about p{
	font-size: 13px;
	color: #fff;
	line-height: 1.6em;
}

.footer-info{
	position: relative;
	padding: 0 0 0 30px;
	margin-bottom: 20px;
}

.footer-info i{
	color: #1cbdd4;
	position: absolute;
	left: 0;
	top: 0;
}

.footer-info p{
	font-size: 13px;
	color: #fff;
	line-height: 1.6em;
	margin: 0;
}

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

.footer-links ul li{
	padding: 2px 0;
}

.footer-links ul li a{
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	transition: all 0.3s;
}

.footer-links ul li a:hover{
	color: #1cbdd4;
}

.footer-social a{
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	color: #565555;
	font-size: 14px;
	margin-right: 4px;
	transition: all 0.3s;
}

.footer-social a:hover{
	background: #1cbdd4;
	color: #fff;
}

.main-footer{
	background: #303030;
	padding: 15px 0;
}

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

.footer-copyright p,
.footer-text p{
	margin: 0;
	font-size: 14px;
	color: #fff;
}

.footer-copyright p a,
.footer-text p a{
	color: inherit;
	transition: all 0.3s;
}

.footer-copyright p a:hover,
.footer-text p a:hover{
	color: #1cbdd4;
}

.after-line .elementor-button-text{
	position: relative;
}

.after-line .elementor-button-text:after{
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: #2dc68e;
	position: absolute;
	top: 10px;
	right: -70px;
}

.promise-box{
	position: relative;
	padding: 30px 10px;
	margin: 4px;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	transition: all 0.4s;
}

.promise-box:before{
	content: '';
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	border-radius: 50%;
	background: linear-gradient(to left,#07cbf7,#7fec8e);
	z-index: -1;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.4s;
}

.promise-box:hover{
	background: #fff;
}

.promise-box:hover:before{
	opacity: 1;
	transform: scale(1);
}

.gradient-button a.elementor-button{
	position: relative;
	background: #fff !important;
	margin: 2px;
}

.gradient-button a.elementor-button:before{
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: linear-gradient(to right,#07cbf7,#7fec8e);
	box-shadow: 0px 2px 68.04px 12.96px rgba(0, 0, 0, 0.1); 
	z-index: -1;
}

.contact-form .elementor-field{
	padding: 10px 0 !important;
	resize: none;
}

.contact-form .elementor-field:focus{
	
	box-shadow: none !important;
}

.contact-form .elementor-button{
	background: linear-gradient(to right,#07cbf7,#7fec8e);
	cursor: pointer;
}

.why-box .elementor-column-wrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 6px;
	background: linear-gradient(to left,#07cbf7,#7fec8e);
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.4s;
}

.why-box:hover .elementor-column-wrap:before{
	opacity: 1;
	transform: scale(1);
}

.why-box .elementor-image img,
.why-box .elementor-heading-title{
	transition: all 0.4s;
}

.why-box:hover .elementor-image img{
	filter: brightness(0) invert(1);
}

.why-box:hover .elementor-heading-title{
	color: #fff !important;
}

.app-box:before{
	content: '';
	position: absolute;
	top: 13px;
	left: 13px;
	right: 13px;
	bottom: 13px;
	background: linear-gradient(to right, #7fec8e 0%, #07cbf7 100%);
}

.product-single{
	padding: 80px 0;
}

.product-description h3{
	color: #565555;
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	margin-bottom: 20px;
}

.product-description p{
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 1.4em;
}

.product-button{
	margin-top: 20px;
}

.product-button a{
	display: inline-block;
	color: #10bcd4;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 2px 20px 2px 2px;
	padding: 10px 20px;
	background: #fff;
	position: relative;
	transition: all 0.4s;
}

.product-button a:before{
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border-radius: 2px;
	background: linear-gradient(to left,#07cbf7,#7fec8e);
	z-index: -1;
}

.product-button a:hover{
	background: none;
	color: #fff;
}

.product-specification h3,
.uses-apps h3{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 2px;
	border-bottom: 1px solid #a5a5a5;
	margin-bottom: 30px;
}

.product-specification table{
	width: 90%;
}

.product-specification table tr td{
	width: 50%;
	font-size: 15px;
	border-right: 1px solid #e8e7e7;
	border-bottom: 1px solid #e8e7e7;
	padding: 10px 20px;
}

.product-specification table tr td:first-child{
	padding-left: 0;
}

.product-specification table tr td:last-child{
	border-right: none;
}

.uses-apps ul{
	padding: 0;
	margin: 30px 0 0;
	list-style: none;
}

.uses-apps ul li{
	width: 30%;
	float: left;
	margin-right: 3%;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.uses-apps ul li:before{
	content: '\f00c';
	font-family: FontAwesome;
	margin-right: 10px;
	color: #07c6f1;
}

.section-title{
	text-align: center;
	margin-bottom: 60px;
}

.section-title p{
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}

.section-title h2{
	font-size: 35px;
	color: #565555;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}

.related-products{
	padding: 30px 0 80px;
}

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

.product-box figure{
	margin-bottom: 30px;
}

.product-box h3{
	font-size: 20px;
	color: #565555;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}

.product-box a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 20px;
	border-radius: 2px;
	padding: 10px 20px;
	background: linear-gradient(to left,#07cbf7,#7fec8e);
	position: relative;
	transition: all 0.4s;
}

.hesperiden.tparrows{
	background: linear-gradient(to left,#07cbf7,#7fec8e) !important;
}

.wrap-content{
	white-space: normal !important;
}

.at-swiper-container{
	padding: 20px;
}

.swiper-slide{
	overflow: initial !important;
}

.at-testimonial{
	background: #fff;
	padding: 40px;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.16);
	text-align: center;
	position: relative;
	margin-top: 30px;
	min-height: 476px;
}

.at-testimonial:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(to left,#07cbf7,#7fec8e);
}

.at-testimonial .icon-box{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: linear-gradient(to left,#07cbf7,#7fec8e);
	color: #fff;
	font-size: 30px;
	line-height: 60px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
}

.at-testimonial-text{
	padding: 30px 0 20px;
}

.at-testimonial-text strong{
	color: #565555;
}

.at-image-wrapper{
	margin-bottom: 20px;
}

.at-swiper-nav{
	text-align: center;
	margin-top: 40px;
}

.at-swiper-nav .at-swiper-button-next,
.at-swiper-nav .at-swiper-button-prev{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: linear-gradient(to left,#07cbf7,#7fec8e);
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	margin: 0 10px;
	cursor: pointer;
}

.brand-box{
	padding-bottom: 30px;
}

.single-products .subpage-header-box h2{
	font-size: 38px;
}

.at-testimonial-text{
    min-height: 226px;
}

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev{
	width: 40px !important;
	height: 40px !important;
	background: linear-gradient(to left,#07cbf7,#7fec8e) !important;
	line-height: 40px !important;
	color: #fff !important;
	border-radius: 50% !important;
	margin: 0 10px !important;
	cursor: pointer;
}

.elementor-slick-slider .slick-arrows-inside .slick-next{
	right: -70px !important;
}

.elementor-slick-slider .slick-arrows-inside .slick-prev{
	left: -70px !important;
}

.elementor-slick-slider .slick-next:before, .elementor-slick-slider .slick-prev:before {
    line-height: 40px !important;
    color: #fff !important;
}

.footer-sticky {
    position: fixed;
    right: 150px;
    bottom: -100px;
    opacity: 0;
    transition: all 0.4s;
}

.footer-show {
    opacity: 1;
    bottom: 20px;
}

.whatsapp-btn {
    display: inline-block;
}

.whatsapp-btn a {
    background: #1ebea5;
    color: #fff;
    display: block;
    padding: 10px 15px 10px 50px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 30px;
}

.scrolltotop {
    display: inline-block;
    margin-left: 6px;
}

.scrolltotop span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(to left,#07cbf7,#7fec8e) !important;
    color: #fff !important;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s;
}

.whatsapp-btn a i {
    font-size: 28px;
    position: absolute;
    top: 7px;
    left: 15px;
}