/*******************************************************
    Template Name    : Bailo - Product Landing HTML Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2020
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Style
    03.Navber Area Style
    04.Home Section Style
    05.About Cart Section Style
    06.Feature Section Style
    07.Video Section Style
    08.Why Choose Us Section Style
    09.Testimonial Section Style
    10.Faq Section Style
    11.Shop Now Section Style
    12.Downloade Section Style
    13.Contact Section Style
    14.Footer Section Style
 *************************************/
 
/**************************************
 * 01. Generale Style
 *************************************/

@import url("bootstrap.min.css");
@import url("animate.min.css");
@import url("font-awesome.min.css");
@import url("themify-icons.css");
@import url("magnific-popup.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");

body {
	background: #ffffff;
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	color: #444;
	line-height: 1.3;
}

a {
	color: #13c3c9;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

img {
	max-width: 100%;
	border-radius: 5px;
}

a:hover {
	color: #13c3c9;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

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

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #555;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: .7px;
	font-family: 'Raleway', sans-serif;
}

.z-index {
	z-index: 9;
}

.position-relative {
	position: relative!important;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #13c3c9;
}

.btn:focus {
	outline: none !important;
	box-shadow: none;
}

button:focus {
	outline: 0 none;
	box-shadow: none;
}

.button:focus {
	outline: none;
	box-shadow: none;
}

.button {
	display: inline-block;
	padding: 12px 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	font-weight: 600;
	border: 0;
	border-radius: 35px;
	background: #ffffff;
	transition: all 500ms ease;
	cursor: pointer;
	color: #000;
	position: relative;
	margin-top: 25px;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 30px rgba(218,225,232,.7);
	box-shadow: 0 4px 20px rgba(218, 225, 232, 0.85);
}

.button:hover {
	color: #fff;
	background: #13c3c9;
}

dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bg-fixed {
	background-attachment: fixed;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.section-padding {
	padding: 100px 0;
}

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

.section-title h2 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 33px;
	line-height: 1.3;
	color: #333;
}

.small-title {
    color: #13c3c9;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 2px;
}

.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.mr-top-50 {
	margin-top: 50px;
}

.back-to-top {
	position: fixed;
	display: none;
	color: #fff;
	width: 40px;
	height: 42px;
	line-height: 40px;
	border-radius: 5px;
	right: 25px;
	bottom: 20px;
	text-align: center;
	background: #13c3c9;
	transition: background 0.5s;
	z-index: 11;
}

.back-to-top i {
	color: #fff;
	font-size: 20px;
}

.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.animation-bounce {
	-webkit-animation: bounce 3s infinite ease-in-out;
	-o-animation: bounce 3s infinite ease-in-out;
	-ms-animation: bounce 3s infinite ease-in-out;
	-moz-animation: bounce 3s infinite ease-in-out;
	animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-5px);
	}
}

@keyframes bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-5px);
	}
}
/* owl theme */
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
	line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background: #13c3c9;
    border-radius: 30px;
	
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: transparent;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 1px 5px #fff;
    box-shadow: 0 1px 5px #fff;
}

/**************************************
 * 02.Preloader Style
 *************************************/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999999;
}
.loader-wrapper .loader-outter {
  position: absolute;
  border: 2px solid #2196F3;
  border-left-color: transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.loader-wrapper .loader-inner {
  position: absolute;
  border: 2px solid #2196F3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/**************************************
 * 03.Navber Area Style
 *************************************/
.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}
.navbar-b.navbar-trans .nav-item:last-child, .navbar-b.navbar-reduce .nav-item:last-child {
	padding-right: 0px;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.7px;
	font-family: 'Raleway', sans-serif;
}

.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
	color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link, .navbar-b.navbar-trans .active > .nav-link, .navbar-b.navbar-trans .nav-link.show, .navbar-b.navbar-trans .nav-link.active {
	color: #fff;
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #5b33ccff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-b.navbar-reduce .nav-link {
	color: #fff;
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #13c3c9;
}

.navbar-b.navbar-reduce .show > .nav-link, .navbar-b.navbar-reduce .active > .nav-link, .navbar-b.navbar-reduce .nav-link.show, .navbar-b.navbar-reduce .nav-link.active {
	color: #13c3c9;
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #000;
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-b .dropdown.show .dropdown-menu, .navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}

.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #13c3c9;
	color: #fff;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #13c3c9;
}

.navbar-toggler {
	position: relative;
}

.navbar-toggler:focus, .navbar-toggler:active {
	outline: 0;
}

.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}

/****** link effect ********/

.navbar-nav .nav-item .nav-link {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-nav .nav-item .nav-link span {
	position: relative;
	display: block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	font-weight: 600;
	letter-spacing: 1.2px;
}

.navbar-nav .nav-item .nav-link span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	font-weight: 500;
	width: 100%;
	display: block;
}

.navbar-nav .nav-item .nav-link:hover span,
.navbar-nav .nav-item .nav-link:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/**************************************
 * 04.Home Section Style
 *************************************/
.home-area {
	height: 100vh;
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	padding-top: 130px;
}

.home-area::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
	background: #4776E6;
	background-image: linear-gradient(to left, rgba(37, 92, 253, 0.85), rgba(59, 70, 236, 0.85), rgba(87, 64, 202, 0.85), rgba(108, 60, 187, 0.85), rgba(115, 0, 189, 0.85));
}

.svg-shape-bottom .bottom-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}

.hero-equal-height {
	position: relative;
	min-height: 660px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.home-content {
    text-align: left;
}

.home-area .home-content h1 {
	font-size: 45px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-weight: 800;
	line-height: 1.3;
}

.home-area .home-content p {
	margin-bottom: 5px;
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
}

.home-content .button {
	box-shadow: none;
}

.home-content .button-1 {
	margin-left: 10px;
}

.home-content .iq-video i {
	margin-left: 3px;
	font-size: 15px;
}

.svg-shape-bottom svg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

/**************************************
 * 05. About Cart Section Style
 *************************************/
.about-area {
	background: #fff;
}

.about-img {
	text-align: center;
	position: relative;
	min-height: 350px;
}

.about-info h2 {
	font-weight: 700;
	font-size: 33px;
	line-height: 1.3;
	color: #333333;
}

.about-info p {
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Left Column */
.about-img img {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
 
.about-img img.active {
  opacity: 1;
}
 
/* Product Configuration */
.product-color span {
  font-size: 14px;
  font-weight: 500;
  color: #86939E;
  margin-bottom: 20px;
  display: inline-block;
}
 
/* Product Color */
.product-color {
  margin-bottom: 30px;
}
 
.color-choose div {
  display: inline-block;
}
 
.color-choose input[type="radio"] {
  display: none;
}
 
.color-choose input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}
 
.color-choose input[type="radio"] + label span {
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
}
 
.color-choose input[type="radio"]#red + label span {
  background-color: #fb4a53;
}
.color-choose input[type="radio"]#blue + label span {
  background-color: #39446d;
}
.color-choose input[type="radio"]#pink + label span {
  background-color: #FFC0CB;
}
 
.color-choose input[type="radio"]:checked + label span {
  background-image: url(../img/check-icn.svg);
  background-repeat: no-repeat;
  background-position: center;
}
 
/* Cable Configuration */
.cable-config h6 {
  font-size: 14px;
  font-weight: 500;
  color: #86939E;
  margin-bottom: 15px;
  display: inline-block;
}
.cable-choose {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cable-choose .item-price {
	color: #13c3c9;
	font-size: 24px;
    font-weight: 700;
}
.cable-choose .item-price del {
    padding-right: 10px;
    color: #FF9800;
}
.cable-choose .button {
    margin: 0px;
    color: #fff;
	background: #13c3c9;
}
 
.cable-config {
  border-bottom: 1px solid #E1E8EE;
  margin-bottom: 0px;
}
 
.cable-config .configurate {
  color: #358ED7;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  margin: 10px 0;
  display: inline-block;
}

/**************************************
 * 06.Feature Section Style
 *************************************/

.features-area {
    background-color: #fff;
}

.features-area .section-title {
    text-align: center;
    margin-bottom: 45px;
}
.single-features-item {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 3px;
    text-align: center;
	margin-top: 30px;
    transition: .3s;
}

.features-icon {
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgb(150 150 150 / 35%);
	position: relative;
	z-index: 1;
}

.features-icon i {
    font-size: 33px;
	color: inherit;
    line-height: 70px;
}

.features-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.single-features-item .features-icon:after {
    top: 0px;
    left: 0px;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background: inherit;
    border-radius: inherit;
}
.single-features-item:hover .features-icon:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.single-features-item:hover .features-icon i:before {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.single-features-item:hover .color-icon-1:after {
    background-color: #70d000 !important;
}
.single-features-item:hover .color-icon-2:after {
    background-color: #ffaa00 !important;
}
.single-features-item:hover .color-icon-3:after {
    background-color: #fd2870 !important;
}
.single-features-item:hover .color-icon-4:after {
    background-color: #2196f3 !important;
}
.single-features-item:hover .color-icon-5:after {
    background-color: #7e46e2 !important;
}
.single-features-item:hover .color-icon-6:after {
    background-color: #c02ada !important;
}

.color-icon-1 {
    color: #70d000 !important;
    background-color: transparent;
	border: 1px dashed #70d000;
}
.color-icon-2 {
    color: #ffaa00 !important;
    background-color: transparent;
	border: 1px dashed #ffaa00;
}
.color-icon-3 {
    color: #fd2870 !important;
    background-color: transparent;
	border: 1px dashed #fd2870;
}
.color-icon-4 {
    color: #2196f3 !important;
    background-color: transparent;
	border: 1px dashed #2196f3;
}
.color-icon-5 {
    color: #7e46e2 !important;
    background-color: transparent;
	border: 1px dashed #7e46e2;
}
.color-icon-6 {
    color: #c02ada !important;
    background-color: transparent;
	border: 1px dashed #c02ada;
}

/**************************************
 * 07.Video Section Style
 *************************************/
.video-area {
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	padding: 150px 0;
}

.video-area::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
	background: #4776E6;
	background-image: linear-gradient(to left, rgba(37, 92, 253, 0.85), rgba(59, 70, 236, 0.85), rgba(87, 64, 202, 0.85), rgba(108, 60, 187, 0.85), rgba(115, 0, 189, 0.85));
}

.video-content .video-btn {
	margin: auto;
}

.video-content h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px;
}

.video-content p {
    color: #e6e6e6;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 50px;
}

.video-content .video-btn i {
    height: 75px;
    width: 75px;
    line-height: 75px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 80px;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

@keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

/**************************************
 * 08.Why Choose Us Section Style
 *************************************/
.choose-content-info h5 {
    color: #FF9800;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.choose-content-info h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 15px;
}

.choose-content-info h3 {
    color: #555;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.choose-feature-box {
    margin-top: 25px;
}

.choose-single-feature {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 30px;
}
.choose-single-feature:last-child {
	margin-bottom: 0px;
}
.choose-features-icon {
	position: absolute;
    text-align: center;
    font-size: 30px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 5px;
	z-index: 1;
	border: 0;
    -webkit-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    -moz-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    -o-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    -ms-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
}

.choose-features-info {
    padding-left: 95px;
}

.choose-features-icon i {
	color: inherit;
    font-size: 35px;
    line-height: 75px;
}

.choose-features-info p {
    margin: 0;
}

.choose-features-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.choose-single-feature .choose-features-icon:after {
    top: 0px;
    left: 0px;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background: inherit;
    border-radius: inherit;
}
.choose-single-feature:hover .choose-features-icon:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.choose-single-feature:hover .choose-features-icon i:before {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.choose-single-feature:hover .color-icon-1:after {
    background-color: #70d000 !important;
}
.choose-single-feature:hover .color-icon-2:after {
    background-color: #ffaa00 !important;
}
.choose-single-feature:hover .color-icon-3:after {
    background-color: #fd2870 !important;
}

/**************************************
 * 09.Testimonial Section Style
 *************************************/
.testimonial-area {
	position: relative;
	z-index: 1;
	background: url(../img/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.testimonial-area::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
	background: #4776E6;
	background-image: linear-gradient(to left, rgba(37, 92, 253, 0.85), rgba(59, 70, 236, 0.85), rgba(87, 64, 202, 0.85), rgba(108, 60, 187, 0.85), rgba(115, 0, 189, 0.85));
}
.testimonial-content-inner {
	background: #ffffff;
	margin: 10px;
	border-radius: 5px;
	padding: 30px 25px;
	text-align: center;
	-webkit-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    -moz-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    -o-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
    -ms-box-shadow: 0 1px 4px rgb(76 76 76 / 40%);
}

.testimonial-rating {
	margin-bottom: 10px;
}

.testimonial-content-inner .testimonial-rating h6 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
.testimonial-rating ul li {
	display: inline-block;
	margin-right: 8px;
}

.testimonial-rating ul li i {
	color: #ffc107;
	font-size: 18px;
}


.testimonial-content-inner .testimonial-text p {
	margin-bottom: 15px;
}
.testimonial-content-inner .author-info .author-img img {
    border-radius: 50%;
    border: 3px solid #fff0a9;
    width: 75px;
    margin: 0 auto;
    padding: 3px;
}
.testimonial-content-inner .author-info .author-img {
    margin-bottom: 10px;
}
.testimonial-content-inner .author-info h3 {
	font-size: 18px;
	font-weight: 600;
}

.testimonial-content-inner .author-info span {
	font-size: 14px;
}

/**************************************
 * 10.Faq Section Style
 *************************************/
.faq-area {
	background: #fff;
}

.faq-area .faq-item .accordion .accordion-item {
	margin-bottom: 20px;
}

.faq-area .faq-item .accordion .accordion-item:last-child {
	margin-bottom: 0px;
}

.faq-area .faq-item .accordion .title {
	padding: 15px 20px;
	-webkit-box-shadow: 0px 1px 10px rgba(200, 196, 255, 0.07);
	box-shadow: 0px 1px 10px rgba(200, 196, 255, 0.07);
	background-color: #f7f7f7;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.faq-area .faq-item .accordion .title:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    right: 20px;
    color: #333;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.faq-area .faq-item .accordion .title h6 {
	font-size: 16px;
	font-weight: 700;
	padding-right: 20px;
}

.faq-area .faq-item .accordion .title h6 span {
	color: #333;
}

.faq-area .faq-item .accordion .active .title h6 span {
	color: #fff;
}

.faq-area .faq-item .accordion .accordion-info {
	display: none;
	padding: 20px 15px;
	margin-top: 10px;
	margin-left: 0;
	background: #fbfbfb;
	border-radius: 0;
}

.faq-area .faq-item .accordion .accordion-info p {
	font-size: 14px;
}

.faq-area .faq-item .accordion .active {
	display: block;
}

.faq-area .faq-item .accordion .active .title {
	color: #fff;
	background: #13c3c9;
}

.faq-area .faq-item .accordion .active .title:after {
	content: '\f068';
	color: #fff;
}

.faq-area .faq-item .accordion .active .title h6 {
	color: #fff;
}

/**************************************
 * 11.Shop Now Section Style
 *************************************/
.product-shop-item {
	background: #ffffff;
	border-radius: 5px;
	margin: 10px;
	-webkit-box-shadow: 0 3px 10px rgba(218,225,232,.7);
	box-shadow: 0 3px 10px rgba(218,225,232,.7);
	position: relative;
	overflow: hidden;
}
.shop-ribbon {
    position: absolute;
    left: -40px;
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    padding: 4px 50px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
	z-index: 1;
}
.product-item-content .item-image {
	position: relative;
	overflow: hidden;
}

.product-item-content .item-image:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 15px;
	width: 35px;
	height: 25px;
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(../img/shop/new.png);
}

.product-item-content .item-image img {
	width: 100%;
}

.product-shop-item .product-item-content {
	text-align: center;
}

.product-item-details .product-item-title-link {
	color: #000;
	margin-bottom: 5px;
	display: block;
}


.item-add-to-cart .cart li {
	display: inline-block;
	margin: 0 6px;
	-o-transform: translateY(35px);
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	transform: translateY(35px);
	transition: all .3s;
	visibility: visible;
	opacity: 0;
}

.item-add-to-cart .cart li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #131415;
}

.item-add-to-cart .cart li:hover i {
	color: #fff;
	background: #13c3c9;
}

.product-item-content:hover .item-add-to-cart li {
	transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}

.item-add-to-cart {
	position: absolute;
	width: 100%;
	z-index: 1;
	bottom: 20px;
	text-align: center;
	left: 50%;
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product-item-details {
	padding: 30px 20px 30px 20px;
}

.product-item-details h5 {
	font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.product-item-details .item-price {
	color: #13c3c9;
	font-size: 18px;
    font-weight: 700;
}
.product-item-details .item-price del {
    padding-right: 10px;
    color: #FF9800;
}

/**************************************
 * 12. Downloade Section Style
 *************************************/

.download-area {
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/download-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.download-area::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .6;
	z-index: -1;
	background: #4776E6;
	background-image: linear-gradient(to left, rgba(37, 92, 253, 0.85), rgba(59, 70, 236, 0.85), rgba(87, 64, 202, 0.85), rgba(108, 60, 187, 0.85), rgba(115, 0, 189, 0.85));
}

.download-app-img {
}

.download-app-text {
	padding: 100px 0;
	text-align: left;
}

.download-app-text h2 {
	color: #fff;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 30px;
}

.download-app-text p {
	color: #fff;
}

.download-app-button {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 30px;
	transition: all 0.3s ease-in;
}

.download-btn span {
	font-size: 33px;
	line-height: 30px;
	margin-right: 15px;
	color: #fff;
}

.download-btn {
	border: 2px solid #fff;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	float: left;
	padding: 5px 30px;
	border-radius: 30px;
	margin-bottom: 10px;
	text-align: left;
}

.active-btn {
	border: 2px solid #13c3c9;
	background: #13c3c9;
}

.download-btn:hover {
	border: 2px solid #13c3c9;
	background: #13c3c9;
}

.download-btn p {
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	color: #fff;
}
.download-btn p small {
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
}

/**************************************
 * 13. Contact Section Style
 *************************************/
.contact-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    margin-bottom: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.contact-info-icon {
    font-size: 40px;
    width: 3rem;
    line-height: 1;
    text-align: center;
    color: #13c3c9;
}

.contact-info-content {
    margin-left: 20px;
}

.contact-info-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-form-title {
    margin-bottom: 25px;
}
.contact-form-title h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-area .form input,
.contact-area .form textarea {
	width: 100%;
	padding: 12px 20px;
	border: 0;
	background-color: #f1f1f1;
	font-weight: 500;
	border-radius: 5px;
}

.contact-area .form textarea {
	height: auto;
	width: 100%;
}

#contact-form .button {
	margin: 0;
}

.form-group {
	margin-bottom: 25px;
}

button, input, textarea {
	color: #505050;
}

button, input, textarea:focus {
	border: none;
	outline: none;
}

.contact-area .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

.contact-area .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

/**************************************
 * 14. Footer Section Style
 *************************************/
.footer-area {
	background-color: #20222E;
	background-image: url(../img/footer-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer-top-area {
    padding: 70px 0;
}
.footer-content-box h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
}
.footer-nav-link-box ul li {
    margin-bottom: 5px;
}

.footer-nav-link-box ul li a {
    color: #ddd;
    font-size: 14px;
    font-weight: 600;
}
.footer-nav-link-box ul li a:hover {
	text-decoration: underline !important;
}

.footer-apps-link ul li a i {
    padding-right: 7px;
}


.footer-subscribe p {
	color: #ddd;
	margin-bottom: 15px;
}

.footer-subscribe form input {
    width: 100%;
    height: 45px;
    padding-left: 20px;
    border: 0;
    border-radius: 3px 3px 3px 3px;
}

.footer-subscribe form input:focus {
	outline: none;
	border: 0;
}

.footer-subscribe form {
	position: relative;
	width: 100%;
	margin: auto;
}

.subscribe-btn {
	position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 120px;
    text-align: center;
    line-height: 44px;
    background: #13c3c9;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0px 3px 3px 0px;
}

.subscribe-btn:hover {
	color: #fff;
	background: #FF9800;
}

.footer-social-icon {
	margin-top: 20px;
}

.footer-social-icon a i {
    font-size: 15px;
    margin-right: 10px;
    width: 40px;
    height: 35px;
    line-height: 33px;
    border-radius: 3px;
    color: #ffffff;
    background: #282b3e;
    text-align: center;
    transition: .3s;
}

.footer-social-icon a i:hover {
	color: #ffffff;
	background: #13c3c9;
	transition: .3s;
}

.copyright-area {
	border-top: 1px solid #2f3140;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.copyright-area p {
	color: #fff;
}

.copyright-area p a {
	color: #13c3c9;
}