@import url( https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap );
@import url( https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&display=swap );
body {
	margin: 0px; padding: 0px; font-family: "Open Sans", sans-serif; font-size: 15px;
}
img {
	height: auto; max-width: 100%;
}
button {
	outline: 0px !important;
}
.d-table {
	width: 100%; height: 100%;
}
.d-table-cell {
	vertical-align: middle;
}
.ptb-100 {
	padding-top: 100px; padding-bottom: 100px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
a {
	outline: 0px !important; transition:0.6s; color: rgb(57, 57, 83); text-decoration: none; -webkit-transition: 0.6s;
}
a:hover {
	color: rgb(0, 176, 238); text-decoration: none;
}
.h1 {
	font-family: "Dosis", sans-serif; font-weight: bold;
}
.h2 {
	font-family: "Dosis", sans-serif; font-weight: bold;
}
.h3 {
	font-family: "Dosis", sans-serif; font-weight: bold;
}
.h4 {
	font-family: "Dosis", sans-serif; font-weight: bold;
}
.h5 {
	font-family: "Dosis", sans-serif; font-weight: bold;
}
.h6 {
	font-family: "Dosis", sans-serif; font-weight: bold;
}
h1 {
	font-family: "Dosis", sans-serif; font-weight: bold;
}
h2 {
	font-family: "Dosis", sans-serif; font-weight: bold;
}
h3 {
	font-family: "Dosis", sans-serif; font-weight: bold;
}
h4 {
	font-family: "Dosis", sans-serif; font-weight: bold;
}
h5 {
	font-family: "Dosis", sans-serif; font-weight: bold;
}
h6 {
	font-family: "Dosis", sans-serif; font-weight: bold;
}
p {
	color: rgb(115, 123, 154); line-height: 1.8; font-size: 15px; font-weight: 400; margin-bottom: 15px;
}
p:last-child {
	margin-bottom: 0px;
}
.default-btn {
	padding: 12px 40px; border-radius: 10px; border: currentColor; transition:0.6s; border-image: none; text-align: center; color: rgb(255, 255, 255); overflow: hidden; font-size: 15px; font-weight: 600; display: inline-block; position: relative; z-index: 1; background-color: rgb(0, 176, 238); -webkit-transition: 0.6s;
}
.default-btn span {
	border-radius: 5px; transition:width 0.5s ease-in-out, height 0.5s ease-in-out; width: 0px; height: 0px; display: block; position: absolute; z-index: -1; transform: translate(-50%, -50%); background-color: rgb(62, 87, 208); -webkit-transform: translate(-50%, -50%); -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.default-btn:hover {
	color: rgb(255, 255, 255);
}
.default-btn:focus {
	color: rgb(255, 255, 255);
}
.default-btn:hover span {
	width: 225%; height: 562.5px;
}
.default-btn:focus span {
	width: 225%; height: 562.5px;
}
.default-btn-one {
	padding: 12px 40px; border-radius: 10px; border: currentColor; transition:0.6s; border-image: none; text-align: center; color: rgb(0, 176, 238); overflow: hidden; font-size: 15px; font-weight: 600; margin-top: 5px; margin-right: 25px; display: inline-block; position: relative; z-index: 1; background-color: rgb(255, 255, 255); -webkit-transition: 0.6s;
}
.default-btn-one span {
	border-radius: 5px; transition:width 0.5s ease-in-out, height 0.5s ease-in-out; width: 0px; height: 0px; display: block; position: absolute; z-index: -1; transform: translate(-50%, -50%); background-color: rgb(62, 87, 208); -webkit-transform: translate(-50%, -50%); -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.default-btn-one:hover {
	color: rgb(255, 255, 255);
}
.default-btn-one:focus {
	color: rgb(255, 255, 255);
}
.default-btn-one:hover span {
	width: 225%; height: 562.5px;
}
.default-btn-one:focus span {
	width: 225%; height: 562.5px;
}
.section-title {
	text-align: center; line-height: 1; margin-bottom: 50px;
}
.section-title span {
	color: rgb(0, 176, 238); font-size: 16px; font-weight: 400;
}
.section-title h3 {
	margin: 10px 0px 0px; color: rgb(57, 57, 83); font-size: 38px;
}
.preloader {
	background: none; left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; z-index: 99999;
}
.preloader .loader {
	margin: 0px auto; 
	transition:0.6s; 
	left: 0px; 
	top: 43%; 
	width: 50px; 
	height: 50px; 
	text-align: center; 
	right: 0px; 
	position: absolute; 
	transform: translateY(-43%); 
	-webkit-transform: translateY(-43%); 
	-webkit-transition: 0.6s;
}
.preloader .loader .box {
	background-image: url(./active_logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 3px; 
	animation:animate 0.5s linear infinite; 
	left: 0px; top: 0px; 
	width: 100%; height: 100%; 
	position: absolute; 
	-webkit-animation: animate .5s linear infinite;
}
.preloader .loader .shadow {
	background: rgb(255,255,255); 
	border-radius: 50%; 
	animation:shadow 0.5s linear infinite; 
	left: 0px; top: 59px; width: 100%; 
	height: 5px; position: absolute; 
	opacity: 0.1; 
	-webkit-animation: shadow .5s linear infinite;
}
.preloader::before {
	background: rgb(0, 176, 238); 
	transition:0.9s; 
	left: 0px; top: 0px; 
	width: 60%; height: 100%; 
	position: absolute; 
	z-index: -1; content: ""; 
	-webkit-transition: .9s;
}
.preloader::after {
	background: rgb(0, 176, 238); 
	transition:0.9s; left: 0px; 
	top: 0px; width: 60%; height: 100%; 
	position: absolute; z-index: -1; content: ""; -webkit-transition: .9s;
}
.preloader::after {
	left: auto; right: 0px;
}
.preloader.preloader-deactivate {
	visibility: hidden;
}
.preloader.preloader-deactivate::after {
	width: 0px;
}
.preloader.preloader-deactivate::before {
	width: 0px;
}
.preloader.preloader-deactivate .loader {
	visibility: hidden; opacity: 0;
}
.plamb-responsive-nav {
	display: none;
}
.plamb-nav {
	padding: 15px 0px; background-color: transparent;
}
.plamb-nav .navbar {
	padding: 0px;
}
.plamb-nav .navbar ul {
	padding-left: 0px; margin-bottom: 0px; list-style-type: none;
}
.plamb-nav .navbar .navbar-nav {
	margin: auto;
}
.plamb-nav .navbar .navbar-nav .nav-item {
	padding: 15px 0px; position: relative;
}
.plamb-nav .navbar .navbar-nav .nav-item a {
	padding: 0px; color: rgb(255, 255, 255); text-transform: capitalize; font-size: 16px; font-weight: 500; margin-right: 15px; margin-left: 15px;
}
.plamb-nav .navbar .navbar-nav .nav-item a:hover {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item a:focus {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item a.active {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item a i {
	top: -1px; font-size: 10px; margin-left: 1px; position: relative;
}
.plamb-nav .navbar .navbar-nav :last-child.nav-item a {
	margin-right: 0px;
}
.plamb-nav .navbar .navbar-nav :first-child.nav-item a {
	margin-left: 0px;
}
.plamb-nav .navbar .navbar-nav .nav-item:hover a {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item:focus a {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item.active a {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	background: rgb(255, 255, 255); padding: 20px 25px; border-radius: 0px; border: currentColor; transition:0.3s ease-in-out; border-image: none; left: 0px; top: 80px; width: 230px; display: block; visibility: hidden; position: absolute; z-index: 99; opacity: 0; box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1); -webkit-transition: all 0.3s ease-in-out; -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 0px;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	margin: 0px; padding: 8px 15px 8px 0px; color: rgb(57, 57, 83); text-transform: capitalize; font-size: 15.5px; font-weight: 400; position: relative;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
	transition:0.6s; left: -5px; top: 50%; width: 0px; height: 1px; position: absolute; content: ""; transform: translateY(-50%); background-color: rgb(0, 176, 238); -webkit-transform: translateY(-50%); -webkit-transition: 0.6s;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
	color: rgb(0, 176, 238); padding-left: 26px;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus {
	color: rgb(0, 176, 238); padding-left: 26px;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: rgb(0, 176, 238); padding-left: 26px;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before {
	width: 20px;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before {
	width: 20px;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
	width: 20px;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: -245px; top: 0px; visibility: hidden; opacity: 0;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: rgb(105, 105, 151);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px; top: 0px; visibility: hidden; opacity: 0;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: rgb(105, 105, 151); text-transform: capitalize;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px; top: 0px; visibility: hidden; opacity: 0;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: rgb(105, 105, 151); text-transform: capitalize;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px; top: 0px; visibility: hidden; opacity: 0;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: rgb(105, 105, 151); text-transform: capitalize;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px; top: 0px; visibility: hidden; opacity: 0;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: rgb(105, 105, 151); text-transform: capitalize;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px; top: 0px; visibility: hidden; opacity: 0;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: rgb(105, 105, 151); text-transform: capitalize;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	transition:0.6s; top: -15px; visibility: visible; opacity: 1; -webkit-transition: 0.6s;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	transition:0.6s; top: -15px; visibility: visible; opacity: 1; -webkit-transition: 0.6s;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	transition:0.6s; top: -15px; visibility: visible; opacity: 1; -webkit-transition: 0.6s;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	transition:0.6s; top: -15px; visibility: visible; opacity: 1; -webkit-transition: 0.6s;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	transition:0.6s; top: -15px; visibility: visible; opacity: 1; -webkit-transition: 0.6s;
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	transition:0.6s; top: -15px; visibility: visible; opacity: 1; -webkit-transition: 0.6s;
}
.plamb-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	transition:0.6s; top: 100%; visibility: visible; opacity: 1; -webkit-transition: 0.6s;
}
.plamb-nav .navbar .other-option {
	margin-top: 5px; margin-left: 0px;
}
.plamb-nav .navbar .other-option .default-btn.seo-btn {
	padding: 10px 25px; border: 1px solid rgb(0, 176, 238); border-image: none; color: rgb(0, 176, 238); font-size: 15px; background-color: transparent;
}
.plamb-nav .navbar .other-option .default-btn.seo-btn:hover {
	color: rgb(255, 255, 255); background-color: rgb(0, 176, 238);
}
.plamb-nav .black-logo {
	width: 240px;
	height: 38px;
	display: none;
}
.navbar-area {
	transition:0.6s; left: 0px; top: 0px; width: 100%; height: auto; position: absolute; z-index: 999; background-color: transparent; -webkit-transition: 0.6s;
}
.navbar-area.is-sticky {
	background: #0a0a0a!important; transition:0.6s; left: 0px; top: 0px; width: 100%; position: fixed; z-index: 999999; box-shadow: 0px 2px 28px 0px rgba(0,0,0,0.06); -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; -webkit-transition: 0.6s; -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.navbar-area.is-sticky .navbar-nav .nav-item a {
	color: rgb(91, 91, 152);
}
.navbar-area.is-sticky .navbar-nav .nav-item a:hover {
	color: rgb(0, 176, 238);
}
.navbar-area.is-sticky .navbar-nav .nav-item a:focus {
	color: rgb(0, 176, 238);
}
.navbar-area.is-sticky .navbar-nav .nav-item a.active {
	color: rgb(0, 176, 238);
}
.plamb-nav .navbar-brand .white-logo {
	width: 240px;
	height: 38px;
	display: none;
}
.plamb-nav .navbar-brand .black-logo {
	width: 240px;
	height: 38px;
	display: block;
}
@media only screen and (max-width:480px){
	.navbar-area.is-sticky .logo .white-logo {
		width: 240px;
		height: 28px;
		display: none;
	}
	.navbar-area.is-sticky .logo .black-logo {
		width: 240px;
		height: 28px;
		display: block;
	}
	.plamb-responsive-nav .logo .white-logo {
		width: 240px;
		height: 28px;
		display: block;
	}
	.plamb-responsive-nav .logo .black-logo {
		width: 240px;
		height: 28px;
		display: none;
	}
	.maskBox {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9999;
		background-color: rgba(0, 0, 0, 0.6);
	  }
	#maskTrialChannel {
		display: none;
		position: fixed;
		width: 350px !important;
		height: 500px;
		top: 50%;
		left: 50%;
		margin-top: -250px;
		margin-left: -175px !important;
		z-index: 10000;
	}
}

@media only screen and (min-width:500px) and (max-width:991px)
{
.navbar-area {
	padding-top: 20px; padding-bottom: 20px;
}
.navbar-area.is-sticky {
	padding-top: 20px; padding-bottom: 20px; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; box-shadow: 0px 7px 13px 0px rgba(0,0,0,0.1); -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
}
.navbar-area.is-sticky .logo .white-logo {
	width: 240px;
	height: 38px;
	display: none;
}
.navbar-area.is-sticky .logo .black-logo {
	width: 240px;
	height: 38px;
	display: block;
}
.plamb-responsive-nav {
	display: block;
}
.plamb-responsive-nav .plamb-responsive-menu {
	position: relative;
}
.plamb-responsive-nav .plamb-responsive-menu.mean-container .mean-nav ul {
	font-size: 14px;
}
.plamb-responsive-nav .plamb-responsive-menu.mean-container .mean-nav ul li a {
	font-size: 15px;
}
.plamb-responsive-nav .plamb-responsive-menu.mean-container .mean-nav ul li a.active {
	color: rgb(0, 176, 238);
}
.plamb-responsive-nav .plamb-responsive-menu.mean-container .mean-nav ul li li a {
	font-size: 15px;
}
.plamb-responsive-nav .plamb-responsive-menu.mean-container .navbar-nav {
	height: 336px; -ms-overflow-y: scroll; box-shadow: 0px 7px 13px 0px rgba(0,0,0,0.1); -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
}
.plamb-responsive-nav .plamb-responsive-menu.mean-container .others-options {
	display: none;
}
.plamb-responsive-nav .mean-container a.meanmenu-reveal {
	color: rgb(57, 57, 83);
}
.plamb-responsive-nav .mean-container a.meanmenu-reveal span {
	background: rgb(57, 57, 83);
}
.plamb-responsive-nav .logo {
	width: 50%; position: relative; z-index: 999;
}
.plamb-responsive-nav .logo .white-logo {
	width: 240px;
	height: 38px;
	display: block;
}
.plamb-responsive-nav .logo .black-logo {
	width: 240px;
	height: 38px;
	display: none;
}
.plamb-nav .navbar-brand .white-logo {
	width: 240px;
	height: 38px;
	display: block;
}
.plamb-nav .navbar-brand .black-logo {
	width: 240px;
	height: 38px;
	display: none;
}
.plamb-nav {
	display: none;
}

}
.maskBox {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.6);
  }

  #maskTrialChannel {
	display: none;
	position: fixed;
	width: 500px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -250px;
	z-index: 10000;
  }
.main-banner-area {
	background: linear-gradient(rgb(75, 67, 197), rgb(56, 91, 213), rgb(34, 112, 226), rgb(12, 132, 236), rgb(19, 151, 243)); height: 950px; overflow: hidden; position: relative; z-index: 1;
}
.main-banner-area .banner-image {
	animation:movebounce 5s linear infinite; margin-top: 0px; position: relative; -webkit-animation: movebounce 5s linear infinite;
}
.main-banner-area .banner-image img {
	position: absolute;
}
.main-banner-area .banner-image img:nth-child(1) {
	left: 45%; top: -220px;
}
.main-banner-area .banner-image img:nth-child(2) {
	left: 0px; top: -85px;
}
.main-banner-area .banner-image img:nth-child(3) {
	left: -54px; top: -210px; z-index: 1;
}
.main-banner-area .banner-image img:nth-child(4) {
	left: 46%; top: 184px; z-index: 2;
}
.main-banner-area .banner-image img:last-child {
	display: none;
}
.main-banner-area .creative-shape {
	left: 0px; width: 100%; height: auto; bottom: -15px; position: absolute; z-index: -1;
}
.main-banner-content {
	margin-left: auto; max-width: 550px;
}
.main-banner-content h1 {
	margin: 0px 0px 30px; color: rgb(255, 255, 255); font-size: 59px;
}
.main-banner-content p {
	margin: 0px; color: rgb(255, 255, 255);
}
.main-banner-content .banner-btn {
	margin-top: 35px;
}
.main-banner-content .banner-btn .video-btn {
	transition:0.6s; top: -15px; color: rgb(255, 255, 255); font-size: 16px; font-weight: 600; display: inline-block; position: relative; z-index: 1; -webkit-transition: 0.6s;
}
.main-banner-content .banner-btn .video-btn i {
	top: 2px; color: rgb(255, 255, 255); margin-right: 8px; position: relative;
}
.main-banner-content .banner-btn .video-btn i::before {
	font-size: 20px; font-weight: bold;
}
.main-banner-content .banner-btn .video-btn:hover {
	color: rgb(0, 176, 238);
}
.shape-img1 {
	animation:movebounce 5s linear infinite; left: 5%; top: 20%; position: absolute; z-index: -1; -webkit-animation: movebounce 5s linear infinite;
}
.shape-img2 {
	animation:movebounce 5s linear infinite; left: 3%; top: 55%; position: absolute; z-index: -1; -webkit-animation: movebounce 5s linear infinite;
}
.rotateme {
	animation-name: rotateme; animation-duration: 40s; animation-timing-function: linear; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -webkit-animation-name: rotateme; -webkit-animation-duration: 40s; -webkit-animation-iteration-count: infinite;
}
.lines {
	margin: auto; left: 0px; top: 0px; width: 90vw; height: 100%; right: 0px; position: absolute; z-index: -1;
}
.lines .line {
	background: rgba(255, 255, 255, 0.1); left: 50%; top: 0px; width: 2px; height: 100%; overflow: hidden; position: absolute;
}
.lines .line::after {
	animation:run 7s cubic-bezier(0.4, 0.26, 0, 0.97) infinite forwards; left: 0px; top: -50%; width: 100%; height: 10px; display: block; position: absolute; content: ""; background-color: rgb(255, 255, 255); -webkit-animation: run 7s 0s infinite; -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97); -webkit-animation-fill-mode: forwards;
}
.lines :nth-child(1).line {
	margin-left: -25%;
}
.lines :nth-child(1).line::after {
	animation-delay: 2s; -webkit-animation-delay: 2s;
}
.lines :nth-child(3).line::after {
	animation-delay: 2.5s; -webkit-animation-delay: 2.5s;
}
.lines :nth-child(3).line {
	margin-left: 25%;
}
.main-banner-two {/*主题渐变*/
	background: linear-gradient(rgb(55, 11, 111), rgb(0, 66, 155), rgb(0, 109, 186), rgb(0, 149, 206), rgb(45, 188, 220)); height: 800px; overflow: hidden; position: relative; z-index: 1;
}
.main-banner-two .banner-image {
	margin-top: 150px; position: relative;
}
.main-banner-two .banner-image img {
	position: absolute;
}
.main-banner-two .banner-image img:nth-child(1) {
	left: 9%; top: -307px;
}
.main-banner-two .banner-image img:nth-child(2) {
	top: -236px; right: 20%;
}
.main-banner-two .banner-image img:nth-child(3) {
	left: 0px; top: -70px; z-index: 999;
}
.main-banner-two .banner-image img:nth-child(4) {
	top: -65px; right: 22%; z-index: 999;
}
.main-banner-two .banner-image img:nth-child(5) {
	left: 12%; top: -138px; z-index: 1;
}
.main-banner-two .banner-image img:last-child {
	display: none;
}
.main-banner-two .circle-img {
	top: -330px; width: 800px; right: 0px; position: absolute;
}
.main-banner-two .circle-img img {
	animation-name: rotateMe; 
	animation-duration: 35s; 
	animation-timing-function: linear; 
	animation-iteration-count: infinite; 
	-webkit-animation-timing-function: linear; 
	-webkit-animation-name: rotateMe; 
	-webkit-animation-duration: 35s; 
	-webkit-animation-iteration-count: infinite;
	animation: rotate 35s linear infinite;
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}

.main-banner-two .creative-shape {
	left: 0px; width: 100%; height: auto; bottom: 0px; position: absolute; z-index: -1;
}
.main-banner-two .shape-dot {
	animation:movebounce 5s linear infinite; position: absolute;left:0;bottom: 0; z-index: -1; -webkit-animation: movebounce 5s linear infinite;
}
.main-banner-three {
	background: linear-gradient(rgb(75, 67, 197), rgb(56, 91, 213), rgb(34, 112, 226), rgb(12, 132, 236), rgb(19, 151, 243)); height: 950px; overflow: hidden; position: relative; z-index: 1;
}
.main-banner-three .banner-image {
	position: relative;
}
.main-banner-three .banner-image img {
	position: absolute;
}
.main-banner-three .banner-image img:nth-child(1) {
	left: 32%; top: -200px;
}
.main-banner-three .banner-image img:nth-child(2) {
	left: 20%; top: -135px;
}
.main-banner-three .banner-image img:nth-child(3) {
	top: -150px; right: 25%; z-index: 1;
}
.main-banner-three .banner-image img:nth-child(4) {
	top: -14px; right: 0px; z-index: 2;
}
.main-banner-three .banner-image img:nth-child(5) {
	top: -208px; right: 0px; z-index: 2;
}
.main-banner-three .banner-image img:nth-child(6) {
	top: -320px; right: 20%;
}
.main-banner-three .banner-image img:nth-child(7) {
	left: 15%; top: -338px; z-index: 2;
}
.main-banner-three .banner-image img:nth-child(8) {
	left: 5px; top: -165px; z-index: 1;
}
.main-banner-three .banner-image img:nth-child(9) {
	left: -36px; top: 0px;
}
.main-banner-three .banner-image img:nth-child(10) {
	animation:movebounce 5s linear infinite; left: 28%; top: 65px; z-index: 1; -webkit-animation: movebounce 5s linear infinite;
}
.main-banner-three .banner-image img:nth-child(11) {
	animation:movebounce 5s linear infinite; top: 70px; right: 26%; -webkit-animation: movebounce 5s linear infinite;
}
.main-banner-three .banner-image img:last-child {
	display: none;
}
.main-banner-three .creative-shape {
	left: 0px; width: 100%; height: auto; bottom: 0px; position: absolute; z-index: -1;
}
.main-banner-four {
	background: linear-gradient(rgb(75, 67, 197), rgb(56, 91, 213), rgb(34, 112, 226), rgb(12, 132, 236), rgb(19, 151, 243)); height: 900px; overflow: hidden; position: relative; z-index: 1;
}
.main-banner-four .main-banner-content {
	max-width: 550px;
}
.main-banner-four .main-banner-content h1 {
	margin: 0px 0px 30px; color: rgb(255, 255, 255); font-size: 60px;
}
.main-banner-four .banner-image {
	animation:movebounce 5s linear infinite; margin-top: 140px; -webkit-animation: movebounce 5s linear infinite;
}
.main-banner-four .creative-shape {
	left: 10px; width: 100%; height: auto; bottom: 0px; position: absolute; z-index: -1;
}
.about-content span {
	color: rgb(0, 176, 238); font-size: 16px; font-weight: 400;
}
.about-content h3 {
	margin: 12px 0px 14px; color: rgb(57, 57, 83); font-size: 38px;
}
.about-content p {
	margin: 0px; font-weight: 400;
}
.about-content .about-list {
	padding-left: 0px; margin-top: 20px; margin-bottom: 0px;
}
.about-content .about-list li {
	color: rgb(57, 57, 83); padding-bottom: 15px; font-size: 16px; font-weight: 600; list-style-type: none;
}
.about-content .about-list li:last-child {
	padding-bottom: 0px;
}
.about-content .about-list i {
	color: rgb(0, 176, 238); font-weight: 700; margin-right: 5px;
}
.about-content .about-list i::before {
	line-height: normal; font-size: 20px;
}
.about-content .about-btn {
	margin-top: 25px;
}
.data-services-item {
	position: relative;
}
.data-services-item .single-data-service-box {
	padding: 28px 20px 28px 60px; border-radius: 25px 0px; transition:0.6s; margin-bottom: 30px; position: relative; box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.11); -webkit-transition: 0.6s; -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}
.data-services-item .single-data-service-box .icon {
	transition:0.6s; left: 22px; position: absolute; -webkit-transition: 0.6s;
}
.data-services-item .single-data-service-box .icon i {
	top: -3px; color: rgb(0, 176, 238); margin-right: 4px; position: relative;
}
.data-services-item .single-data-service-box .icon i::before {
	line-height: normal; font-size: 30px;
}
.data-services-item .single-data-service-box h3 {
	margin: 0px; transition:0.6s; color: rgb(57, 57, 83); font-family: "Open Sans", sans-serif; font-size: 20px; -webkit-transition: 0.6s;
}
.data-services-item .single-data-service-box h3 a {
	color: rgb(57, 57, 83);
}
.data-services-item .single-data-service-box h3 a:hover {
	color: rgb(255, 255, 255);
}
.data-services-item .single-data-service-box i {
	transition:0.6s; color: rgb(235, 235, 236); float: right; -webkit-transition: 0.6s;
}
.data-services-item .single-data-service-box i::before {
	line-height: normal; font-size: 20px;
}
.data-services-item .single-data-service-box::before {
	border-radius: 5px; transition:0.6s; left: 0px; width: 100%; height: 0px; bottom: 0px; position: absolute; z-index: -1; content: ""; background-color: rgb(0, 176, 238); -webkit-transition: 0.6s;
}
.data-services-item .single-data-service-box:hover {
	transform: translateY(-10px); -webkit-transform: translateY(-10px);
}
.data-services-item .single-data-service-box:hover .icon i {
	color: rgb(255, 255, 255);
}
.data-services-item .single-data-service-box:hover h3 {
	color: rgb(255, 255, 255);
}
.data-services-item .single-data-service-box:hover i {
	color: rgb(255, 255, 255);
}
.data-services-item .single-data-service-box:hover::before {
	height: 100%;
}
.data-services-item .single-data-service-box:hover h3 a {
	color: rgb(255, 255, 255);
}
.fun-facts-area {
	background-position: center; position: relative; z-index: 1; background-repeat: no-repeat; background-size: cover;
}
.fun-facts-area::before {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: -1; content: ""; opacity: 0.8; background-color: rgba(0, 176, 238, 0.7);
}
.single-fun-fact {
	text-align: center; position: relative;
}
.single-fun-fact h3 {
	color: rgb(255, 255, 255); line-height: 1; font-size: 50px; font-weight: 700; margin-bottom: 5px; position: relative;
}
.single-fun-fact h3 .sign-icon {
	font-size: 46px; display: inline-block;
}
.single-fun-fact p {
	margin: 0px; color: rgb(255, 255, 255); font-size: 20px; font-weight: 600;
}
.tab .tabs_item {
	display: none;
}
.tab :first-child.tabs_item {
	display: block;
}
.solutions-list-tab .tabs {
	padding-left: 0px; margin-right: -5px; margin-bottom: 50px; margin-left: -5px; display: flex; list-style-type: none; flex-wrap: wrap;
}
.solutions-list-tab .tabs li {
	flex:4 0 16.66%; text-align: center; margin-right: 30px; margin-left: 0px; max-width: 22.66%; -webkit-box-flex: 0;
}
.solutions-list-tab .tabs li:last-child {
	margin-right: 0px;
}
.solutions-list-tab .tabs li a {
	padding: 20px; border-radius: 2px; color: rgb(41, 42, 44); font-family: "Dosis", sans-serif; font-size: 18px; font-weight: 700; display: block; box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.11); -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}
.solutions-list-tab .tabs li a span {
	margin-top: 0px; display: block;
}
.solutions-list-tab .tabs li.current a {
	color: rgb(255, 255, 255); background-color: rgb(0, 176, 238);
}
.solutions-list-tab .tabs li:hover a {
	color: rgb(255, 255, 255); background-color: rgb(0, 176, 238);
}
.solutions-list-tab .tab_content .tabs_item .tab-solution-content h3 {
	margin: 0px 0px 14px; color: rgb(57, 57, 83); font-size: 38px;
}
.solutions-list-tab .tab_content .tabs_item .tab-solution-content p {
	margin: 0px;
}
.solutions-list-tab .tab_content .tabs_item .tab-solution-content .tab-list {
	padding-left: 0px; margin-top: 25px; margin-bottom: 25px;
}
.solutions-list-tab .tab_content .tabs_item .tab-solution-content .tab-list li {
	color: rgb(115, 123, 154); padding-bottom: 10px; font-size: 15px; font-weight: 600; list-style-type: none;
}
.solutions-list-tab .tab_content .tabs_item .tab-solution-content .tab-list li:last-child {
	padding-bottom: 0px;
}
.solutions-list-tab .tab_content .tabs_item .tab-solution-content .tab-list i {
	color: rgb(0, 176, 238); margin-right: 5px;
}
.solutions-list-tab .tab_content .tabs_item .tab-solution-content .tab-list i::before {
	font-size: 20px;
}
.work-item {
	margin-bottom: 30px; position: relative;
}
.work-item .work-content {
	margin: -20px auto auto; padding: 25px; transition:0.6s; text-align: center; position: relative; max-width: 310px; box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.11); background-color: rgb(255, 255, 255); -webkit-transition: 0.6s; -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}
.work-item .work-content h3 {
	margin: 0px 0px 8px; transition:0.6s; color: rgb(57, 57, 83); font-size: 20px; -webkit-transition: 0.6s;
}
.work-item .work-content p {
	margin: 0px; transition:0.6s; -webkit-transition: 0.6s;
}
.work-item:hover .work-content {
	max-width: 100%; background-color: rgb(0, 176, 238);
}
.work-item:hover h3 {
	color: rgb(255, 255, 255);
}
.work-item:hover p {
	color: rgb(255, 255, 255);
}
.testimonial-section {
	overflow: hidden; position: relative; z-index: 1; background-color: rgb(246, 246, 254);
}
.testimonial-slider .testimonial-single-item {
	margin: 20px auto auto; padding: 30px; text-align: center; position: relative; max-width: 750px; background-color: rgb(255, 255, 255);
}
.testimonial-slider .testimonial-single-item::before {
	margin: 0px auto; border-radius: 100px; left: 0px; top: -15px; width: 50px; height: 50px; right: 0px; line-height: 70px; position: absolute; content: ""; background-color: rgb(0, 176, 238);
}
.testimonial-slider .testimonial-single-item .testimonial-image {
	left: 0px; top: -10px; right: 0px; position: absolute;
}
.testimonial-slider .testimonial-single-item .testimonial-image img {
	border-radius: 100px; width: 40px; height: auto; display: inline-block;
}
.testimonial-slider .testimonial-single-item .testimonial-info {
	margin-top: 38px;margin-bottom: 18px;
}
.testimonial-slider .testimonial-single-item .testimonial-info h3 {
	margin: 0px 0px 5px; color: rgb(57, 57, 83); font-size: 22px;margin-bottom: -10px;
}
.testimonial-slider .testimonial-single-item .testimonial-info span {
	color: rgb(0, 176, 238); font-size: 16px; font-weight: 400;
}
.testimonial-slider .testimonial-single-item .testimonial-content .icon {
	margin-top: 20px; margin-bottom: 20px;
}
.testimonial-slider .testimonial-single-item .testimonial-content .icon i {
	color: rgb(0, 176, 238);
}
.testimonial-slider .testimonial-single-item .testimonial-content .icon i::before {
	line-height: normal; font-size: 35px;
}
.testimonial-slider .testimonial-single-item .testimonial-content p {
	margin: 0px;
}
.testimonial-slider.owl-theme .owl-nav {
	transition:0.6s; margin-top: 0px; visibility: hidden; opacity: 0; -webkit-transition: 0.6s;
}
.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
	margin: 0px; padding: 0px; transition:0.6s; left: 110px; top: 50%; color: rgb(57, 57, 83); font-size: 25px; position: absolute; transform: translateY(-50%); background-color: transparent; -webkit-transform: translateY(-50%); -webkit-transition: 0.6s;
}
.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto; right: 110px;
}
.testimonial-slider.owl-theme .owl-nav [class*=owl-]:hover {
	color: rgb(0, 176, 238); background-color: transparent;
}
.testimonial-slider.owl-theme .owl-dots {
	line-height: 0.01; margin-top: 30px; margin-bottom: 0px;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot span {
	margin: 0px 4px; border-radius: 30px; transition:0.6s; width: 10px; height: 10px; background-color: rgb(57, 57, 83); -webkit-transition: 0.6s;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span {
	background-color: rgb(0, 176, 238);
}
.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
	background-color: rgb(0, 176, 238);
}
.testimonial-slider.owl-theme:hover .owl-nav {
	visibility: visible; opacity: 1;
}
.testimonial-shape {
	animation:movebounce 5s linear infinite; left: 0px; width: 100%; height: auto; bottom: -75px; position: absolute; z-index: -1; -webkit-animation: movebounce 5s linear infinite;
}
.testimonial-shape-img1 {
	animation:movebounce 5s linear infinite; right: 5%; bottom: 5%; position: absolute; z-index: -1; -webkit-animation: movebounce 5s linear infinite;
}
.testimonial-shape-img2 {
	animation:animationFramesOne 10s linear infinite; top: 10%; right: 10%; position: absolute; z-index: -1; -webkit-animation: animationFramesOne 10s infinite linear;
}
.blog-item {
	transition:0.6s; -webkit-transition: 0.6s;
}
.blog-item .blog-image{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.blog-item .single-blog-item {
	padding: 20px 25px; transition:0.6s; margin-bottom: 30px; border-top-color: currentColor; border-top-width: medium; border-top-style: none; position: relative; box-shadow: 0px 10px 30px rgba(0,0,0,0.07); background-color: rgb(255, 255, 255); -webkit-transition: 0.6s; -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}
.blog-item .single-blog-item .blog-list {
	transition:0.6s; padding-left: 0px; margin-bottom: 0px; -webkit-transition: 0.6s;
}
.blog-item .single-blog-item .blog-list li {
	color: rgb(0, 176, 238); font-size: 13px; font-weight: 400; margin-right: 15px; display: inline-block; list-style-type: none;
}
.blog-item .single-blog-item .blog-list li:last-child {
	margin-right: 0px;
}
.blog-item .single-blog-item .blog-list li i {
	top: -1px; margin-right: 3px; position: relative;
}
.blog-item .single-blog-item .blog-list li i::before {
	font-size: 14px;
}
.blog-item .single-blog-item .blog-list a {
	color: rgb(0, 176, 238); text-decoration: none;
}
.blog-item .single-blog-item .blog-content {
	transition:0.6s; -webkit-transition: 0.6s;
}
.blog-item .single-blog-item .blog-content h3 {
	margin: 10px 0px; transition:0.6s; color: rgb(57, 57, 83); line-height: 32px; font-size: 22px; -webkit-transition: 0.6s;
}
.blog-item .single-blog-item .blog-content h3:hover {
	transition:0.6s; color: rgb(0, 176, 238); text-decoration: none; -webkit-transition: 0.5s;
}
.blog-item .single-blog-item .blog-content p {
	margin: 0px; color: rgb(106, 108, 114); font-size: 14px; font-weight: 400;
}
.blog-item .single-blog-item .blog-content a {
	text-decoration: none;
}
.blog-item .single-blog-item .blog-content .blog-btn {
	margin-top: 15px;
}
.blog-item .single-blog-item .blog-content .blog-btn .blog-btn-one {
	transition:0.6s; color: rgb(115, 123, 154); font-size: 15px; font-weight: 600; display: inline-block; -webkit-transition: 0.6s;
}
.blog-item .single-blog-item .blog-content .blog-btn i {
	top: 1px; position: relative;
}
.blog-item .single-blog-item .blog-content .blog-btn i::before {
	font-size: 14px;
}
.blog-item:hover {
	box-shadow: 0px 10px 30px rgba(0,0,0,0.07); background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}
.blog-item:hover .single-blog-item {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
.blog-item:hover .blog-content h3 {
	color: rgb(0, 176, 238);
}
.blog-item:hover .blog-content .blog-btn .blog-btn-one {
	color: rgb(0, 176, 238);
}
.widget-area .widget {
	margin-top: 35px;
}
.widget-area :first-child.widget {
	margin-top: 0px;
}
.widget-area .widget .widget-title {
	text-transform: capitalize; padding-bottom: 10px; font-size: 22px; margin-bottom: 25px; border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid; position: relative;
}
.widget-area .widget .widget-title::before {
	background: rgb(0, 176, 238); left: 0px; width: 50px; height: 1px; bottom: -1px; position: absolute; content: "";
}
.widget-area .widget_search {
	padding: 15px; box-shadow: 0px 0px 29px 0px rgba(102,102,102,0.1); background-color: rgb(255, 255, 255); -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}
.widget-area .widget_search form {
	position: relative;
}
.widget-area .widget_search form label {
	margin-bottom: 0px; display: block;
}
.widget-area .widget_search form .screen-reader-text {
	display: none;
}
.widget-area .widget_search form .search-field {
	padding: 6px 15px; outline: 0px; border: 1px solid rgb(238, 238, 238); transition:0.6s; border-image: none; width: 100%; height: 50px; display: block; background-color: transparent; -webkit-transition: 0.6s;
}
.widget-area .widget_search form .search-field:focus {
	border-color: rgb(0, 176, 238);
}
.widget-area .widget_search form button {
	outline: 0px; border: currentColor; transition:0.6s; border-image: none; width: 50px; height: 50px; right: 0px; bottom: 0px; color: rgb(255, 255, 255); position: absolute; z-index: 1; background-color: rgb(0, 176, 238); -webkit-transition: 0.6s;
}
.widget-area .widget_search form button:hover {
	color: rgb(255, 255, 255); background-color: rgb(57, 57, 83);
}
.widget-area .widget_plamb_posts_thumb {
	overflow: hidden; position: relative;
}
.widget-area .widget_plamb_posts_thumb .item {
	overflow: hidden; margin-bottom: 15px;
}
.widget-area .widget_plamb_posts_thumb :last-child.item {
	margin-bottom: 0px;
}
.widget-area .widget_plamb_posts_thumb .item .thumb {
	width: 80px; height: 80px; overflow: hidden; margin-right: 15px; float: left; position: relative;
}
.widget-area .widget_plamb_posts_thumb .item .thumb .fullimage {
	background-position: center !important; width: 80px; height: 80px; display: inline-block; background-repeat: no-repeat; background-size: cover !important;
}
.widget-area .widget_plamb_posts_thumb .item .thumb .fullimage.bg1 {
	background-image: url("../../assets/img/blog-details/1.jpg");
}
.widget-area .widget_plamb_posts_thumb .item .thumb .fullimage.bg2 {
	background-image: url("../../assets/img/blog-details/2.jpg");
}
.widget-area .widget_plamb_posts_thumb .item .thumb .fullimage.bg3 {
	background-image: url("../../assets/img/blog-details/3.jpg");
}
.widget-area .widget_plamb_posts_thumb .item .info {
	overflow: hidden; margin-top: 5px;
}
.widget-area .widget_plamb_posts_thumb .item .info time {
	color: rgb(115, 123, 154); text-transform: capitalize; font-size: 14px; margin-top: -2px; margin-bottom: 3px; display: block;
}
.widget-area .widget_plamb_posts_thumb .item .info .title {
	line-height: 1.4; font-size: 16px; margin-bottom: 0px;
}
.widget-area .widget_plamb_posts_thumb .item .info .title a {
	display: inline-block;
}
.widget-area .widget_recent_entries ul {
	padding-left: 0px; margin-bottom: 0px; list-style-type: none;
}
.widget-area .widget_recent_entries ul li {
	color: rgb(57, 57, 83); line-height: 1.5; padding-left: 14px; font-size: 15.5px; font-weight: 400; margin-bottom: 12px; position: relative;
}
.widget-area .widget_recent_entries ul li:last-child {
	margin-bottom: 0px;
}
.widget-area .widget_recent_entries ul li::before {
	background: rgb(0, 176, 238); left: 0px; top: 8px; width: 7px; height: 7px; position: absolute; content: "";
}
.widget-area .widget_recent_entries ul li a {
	color: rgb(57, 57, 83); display: inline-block;
}
.widget-area .widget_recent_entries ul li a:hover {
	color: rgb(0, 176, 238);
}
.widget-area .widget_recent_entries ul li .post-date {
	color: rgb(115, 123, 154); font-size: 13px; margin-top: 4px; display: block;
}
.widget-area .widget_recent_comments ul {
	padding-left: 0px; margin-bottom: 0px; list-style-type: none;
}
.widget-area .widget_recent_comments ul li {
	color: rgb(115, 123, 154); line-height: 1.5; padding-left: 14px; font-size: 15.5px; font-weight: 400; margin-bottom: 12px; position: relative;
}
.widget-area .widget_recent_comments ul li:last-child {
	margin-bottom: 0px;
}
.widget-area .widget_recent_comments ul li::before {
	background: rgb(0, 176, 238); left: 0px; top: 8px; width: 7px; height: 7px; position: absolute; content: "";
}
.widget-area .widget_recent_comments ul li a {
	color: rgb(57, 57, 83); display: inline-block;
}
.widget-area .widget_recent_comments ul li a:hover {
	color: rgb(0, 176, 238);
}
.widget-area .widget_archive ul {
	padding-left: 0px; margin-bottom: 0px; list-style-type: none;
}
.widget-area .widget_archive ul li {
	color: rgb(57, 57, 83); padding-left: 14px; font-size: 15.5px; font-weight: 400; margin-bottom: 12px; position: relative;
}
.widget-area .widget_archive ul li:last-child {
	margin-bottom: 0px;
}
.widget-area .widget_archive ul li::before {
	background: rgb(0, 176, 238); left: 0px; top: 8px; width: 7px; height: 7px; position: absolute; content: "";
}
.widget-area .widget_archive ul li a {
	color: rgb(57, 57, 83); display: inline-block;
}
.widget-area .widget_archive ul li a:hover {
	color: rgb(0, 176, 238);
}
.widget-area .widget_categories ul {
	padding-left: 0px; margin-bottom: 0px; list-style-type: none;
}
.widget-area .widget_categories ul li {
	color: rgb(115, 123, 154); padding-left: 14px; font-size: 15.5px; font-weight: 400; margin-bottom: 12px; position: relative;
}
.widget-area .widget_categories ul li:last-child {
	margin-bottom: 0px;
}
.widget-area .widget_categories ul li::before {
	background: rgb(0, 176, 238); left: 0px; top: 8px; width: 7px; height: 7px; position: absolute; content: "";
}
.widget-area .widget_categories ul li a {
	color: rgb(57, 57, 83); display: block;
}
.widget-area .widget_categories ul li a:hover {
	color: rgb(0, 176, 238);
}
.widget-area .widget_categories ul li .post-count {
	float: right;
}
.widget-area .widget_meta ul {
	padding-left: 0px; margin-bottom: 0px; list-style-type: none;
}
.widget-area .widget_meta ul li {
	color: rgb(57, 57, 83); padding-left: 14px; font-size: 15.5px; font-weight: 400; margin-bottom: 12px; position: relative;
}
.widget-area .widget_meta ul li:last-child {
	margin-bottom: 0px;
}
.widget-area .widget_meta ul li::before {
	background: rgb(0, 176, 238); left: 0px; top: 8px; width: 7px; height: 7px; position: absolute; content: "";
}
.widget-area .widget_meta ul li a {
	color: rgb(57, 57, 83); display: inline-block;
}
.widget-area .widget_meta ul li a:hover {
	color: rgb(0, 176, 238);
}
.widget-area .widget_tag_cloud .widget-title {
	margin-bottom: 12px;
}
.widget-area .tagcloud a {
	padding: 6px 13px; border: 1px dashed rgb(238, 238, 238); border-image: none; color: rgb(57, 57, 83); font-size: 14.5px !important; font-weight: 400; margin-top: 8px; margin-right: 4px; display: inline-block;
}
.widget-area .tagcloud a:hover {
	border-color: rgb(0, 176, 238); color: rgb(255, 255, 255); background-color: rgb(0, 176, 238);
}
.widget-area .tagcloud a:focus {
	border-color: rgb(0, 176, 238); color: rgb(255, 255, 255); background-color: rgb(0, 176, 238);
}
.widget-area .widget_event_details ul {
	padding-left: 0px; margin-bottom: 0px; list-style-type: none;
}
.widget-area .widget_event_details ul li {
	color: rgb(136, 143, 150); padding-top: 10px; padding-bottom: 10px; border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid;
}
.widget-area .widget_event_details ul li:first-child {
	padding-top: 0px;
}
.widget-area .widget_event_details ul li:last-child {
	padding-bottom: 0px; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.widget-area .widget_event_details ul li span {
	color: rgb(57, 57, 83); font-weight: 400; display: inline-block;
}
.widget-area .widget_event_details ul li a {
	color: rgb(136, 143, 150); display: inline-block;
}
.widget-area .widget_event_details ul li a:hover {
	color: rgb(0, 176, 238);
}
.partner-section {
	margin-bottom: -10px;
	overflow: hidden; position: relative; z-index: 1; background-color: rgba(0, 176, 238, 0.7);
}
.partner-title {
	text-align: center; line-height: 1; margin-bottom: 50px;
}
.partner-title span {
	color: rgb(255, 255, 255); font-size: 16px; font-weight: 400;
}
.partner-title h3 {
	margin: 10px 0px 0px; color: rgb(255, 255, 255); font-size: 38px;
}
.partner-list {
	margin-right: -5px; margin-left: -5px; display: flex; flex-wrap: wrap;
}
.partner-list .partner-item {
	flex:0 0 20%; padding-right: 5px; padding-left: 5px; max-width: 20%; -webkit-box-flex: 0;text-align: center;
}
.partner-list .partner-item a {
	text-align: center; margin-bottom: 30px; display: inline-block; position: relative;width: 120px;height: 120px;
}
.partner-list .partner-item a.increase {
	width: 80%; margin-top: -20px;
}
.partner-list .partner-item a.increasess {
	width: 100%; margin-top: -36px;
}
.partner-list :nth-child(6).partner-item {
	margin-left: 10%;
}
.partner-shape {
	animation:mymovebounce 5s linear infinite; 
	left: 0%; 
	top: -6%; 
	height: auto; 
	position: absolute; 
	z-index: -1; 
	-webkit-animation: mymovebounce 10s linear infinite;
}
@-webkit-keyframes mymovebounce{
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@-moz-keyframes mymovebounce{
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@-o-keyframes mymovebounce{
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes mymovebounce{
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
.partner-shape-img1 {
	animation:mymovebounce1 5s linear infinite; 
	right: 0%; 
	bottom: -6%; 
	position: absolute; 
	z-index: -1; 
	-webkit-animation: mymovebounce1 5s linear infinite;
}
@-webkit-keyframes mymovebounce1{
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@-moz-keyframes mymovebounce1{
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@-o-keyframes mymovebounce1{
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes mymovebounce1{
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
.subscribe-area {
	line-height: 1; padding-top: 50px; padding-bottom: 50px; position: relative; background-color: rgb(241, 241, 241);
}
.subscribe-content {
	text-align: left;
}
.subscribe-content .sub-title {
	color: rgb(106, 117, 179); text-transform: capitalize; font-size: 16px; font-weight: 400; display: block;
}
.subscribe-content h2 {
	color: rgb(57, 57, 83); font-size: 24px; font-weight: 700; margin-right: auto; margin-bottom: 14px; margin-left: auto;
}
.newsletter-form {
	margin-right: auto; margin-left: auto; position: relative; max-width: 580px;
}
.newsletter-form .input-newsletter {
	outline: 0px; border-radius: 5px; border: currentColor; border-image: none; width: 100%; height: 50px; color: rgb(57, 57, 83); padding-left: 25px; display: block; background-color: rgb(255, 255, 255);
}
.newsletter-form :-ms-input-placeholder.input-newsletter {
	color: rgb(115, 123, 154);
}
.newsletter-form button {
	padding: 0px 30px; border-radius: 5px; border: currentColor; transition:0.6s; border-image: none; top: 0px; height: 50px; right: 0px; color: rgb(255, 255, 255); text-transform: capitalize; line-height: 50px; font-size: 16px; font-weight: 400; position: absolute; background-color: rgb(0, 176, 238); -webkit-transition: 0.6s;
}
.newsletter-form button:hover {
	color: rgb(255, 255, 255); background-color: rgb(57, 57, 83);
}
.newsletter-form #validator-newsletter {
	top: 10px; color: red; position: relative;
}
.single-services-box {
	min-height:250px;padding: 35px; border-radius: 25px 0px; transition:0.6s; margin-bottom: 30px; position: relative; z-index: 1; box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.11); background-color: rgb(255, 255, 255); -webkit-transition: 0.6s; -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}
.single-services-box .icon {
	border-radius: 50%; transition:0.6s; width: 50px; height: 50px; text-align: center; color: rgb(0, 176, 238); line-height: 50px; margin-bottom: 15px; background-color: rgb(238, 238, 253); -webkit-transition: 0.6s;
}
.single-services-box .icon i::before {
	font-size: 30px;
}
.single-services-box h3 {
	transition:0.6s; left: 95px; top: 48px; font-family: "Open Sans", sans-serif; font-size: 22px; margin-bottom: 0px; position: absolute; -webkit-transition: 0.6s;
}
.single-services-box h3 a {
	display: inline-block;
}
.single-services-box p {
	transition:0.6s; font-size: 14px; margin-top: 15px; margin-bottom: 0px; -webkit-transition: 0.6s;
}
.single-services-box .services-btn {
	margin-top: 16px;
}
.single-services-box .services-btn .services-btn-one {
	transition:0.6s; color: rgb(115, 123, 154); font-size: 15px; font-weight: 500; display: inline-block; -webkit-transition: 0.6s;
}
.single-services-box .services-btn i {
	transition:0.6s; top: 1px; color: rgb(115, 123, 154); position: relative; -webkit-transition: 0.6s;
}
.single-services-box .services-btn i::before {
	font-size: 14px;
}
.single-services-box::before {
	background: rgb(0, 176, 238); border-radius: 0px; transition:0.6s; left: 0px; width: 100%; height: 0%; bottom: 0px; position: absolute; z-index: -1; content: ""; -webkit-transition: 0.6s;
}
.single-services-box:hover {
	transform: translateY(-10px); -webkit-transform: translateY(-10px);
}
.single-services-box:hover::before {
	height: 100%;
}
.single-services-box:hover .icon {
	color: rgb(0, 176, 238); transform: rotate(360deg); background-color: rgb(255, 255, 255); -webkit-transform: rotate(360deg);
}
.single-services-box:hover h3 {
	color: rgb(255, 255, 255);
}
.single-services-box:hover h3 a {
	color: rgb(255, 255, 255);
}
.single-services-box:hover p {
	color: rgb(255, 255, 255);
}
.single-services-box:hover .services-btn .services-btn-one {
	color: rgb(255, 255, 255); letter-spacing: 1px;
}
.single-services-box:hover .services-btn i {
	color: rgb(255, 255, 255);
}
.process-item {
	text-align: center; margin-bottom: 30px; position: relative;
}
.process-image {
	height: 249px;
}
.process-item .process-content {
	margin-top: 16px;
}
.process-item .process-content h3 {
	margin: 0px 0px 10px; color: rgb(57, 57, 83); font-size: 20px;
}
.process-item .process-content p {
	margin: 0px;
}
.process-item .process-content .process-btn {
	margin-top: 10px;
}
.process-item .process-content .process-btn .process-btn-one {
	transition:0.6s; color: rgb(115, 123, 154); font-size: 15px; font-weight: 500; display: inline-block; -webkit-transition: 0.6s;
}
.process-item .process-content .process-btn i {
	transition:0.6s; top: 1px; color: rgb(115, 123, 154); position: relative; -webkit-transition: 0.6s;
}
.process-item .process-content .process-btn i::before {
	font-size: 14px;
}
.process-item:hover .process-btn .process-btn-one {
	color: rgb(0, 176, 238); letter-spacing: 1px;
}
.process-item:hover .process-btn i {
	color: rgb(0, 176, 238);
}
.software-content span {
	color: rgb(0, 176, 238); font-size: 16px; font-weight: 400;
}
.software-content h2 {
	margin: 8px 0px 10px; color: rgb(57, 57, 83); font-size: 38px;
}
.software-content p {
	margin: 0px;
}
.software-content .features-list {
	margin: 16px -10px 0px; padding-left: 0px; display: flex; list-style-type: none; flex-wrap: wrap;
}
.software-content .features-list li {
	flex:0 0 50%; padding-right: 10px; padding-left: 10px; margin-top: 10px; max-width: 50%; -webkit-box-flex: 0;
}
.software-content .features-list li span {
	padding: 20px; border-radius: 5px; transition:0.6s; color: rgb(57, 57, 83); font-family: "Dosis", sans-serif; font-size: 18px; font-weight: 600; display: block; position: relative; z-index: 1; background-color: rgb(243, 239, 251); -webkit-transition: 0.6s;
}
.software-content .features-list li span::before {
	border-radius: 5px; transition:0.6s; left: 0px; width: 100%; height: 0px; bottom: 0px; position: absolute; z-index: -1; content: ""; background-color: rgb(0, 176, 238); -webkit-transition: 0.6s;
}
.software-content .features-list li span:hover {
	color: rgb(255, 255, 255);
}
.software-content .features-list li span:hover::before {
	height: 100%;
}
.software-content .features-list li span:hover i {
	background-color: rgb(62, 87, 208);
}
.software-image {
	margin-top: 130px;
}
.productive-content span {
	color: rgb(0, 176, 238); font-size: 16px; font-weight: 400;
}
.productive-content h3 {
	margin: 8px 0px 10px; color: rgb(57, 57, 83); font-size: 38px;
}
.productive-content p {
	margin: 0px;
}
.productive-content .productive-btn {
	margin-top: 20px;
}
.productive-content .productive-btn .productive-btn {
	padding: 12px 40px; border-radius: 10px; border: currentColor; transition:0.6s; border-image: none; text-align: center; color: rgb(255, 255, 255); overflow: hidden; font-size: 15px; font-weight: 600; margin-top: 5px; display: inline-block; position: relative; z-index: 1; background-color: rgb(0, 176, 238); -webkit-transition: 0.6s;
}
.productive-content .productive-btn .productive-btn span {
	border-radius: 5px; transition:width 0.5s ease-in-out, height 0.5s ease-in-out; width: 0px; height: 0px; display: block; position: absolute; z-index: -1; transform: translate(-50%, -50%); background-color: rgb(62, 87, 208); -webkit-transform: translate(-50%, -50%); -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.productive-content .productive-btn .productive-btn:hover {
	color: rgb(255, 255, 255);
}
.productive-content .productive-btn .productive-btn:focus {
	color: rgb(255, 255, 255);
}
.productive-content .productive-btn .productive-btn:hover span {
	width: 225%; height: 562.5px;
}
.productive-content .productive-btn .productive-btn:focus span {
	width: 225%; height: 562.5px;
}
.productive-content .productive-btn .productive-btn-one {
	padding: 12px 40px; border-radius: 10px; border: 1px solid rgb(0, 176, 238); transition:0.6s; border-image: none; text-align: center; color: rgb(0, 176, 238); overflow: hidden; font-size: 15px; font-weight: 600; margin-top: 5px; margin-left: 25px; display: inline-block; position: relative; z-index: 1; background-color: rgb(255, 255, 255); -webkit-transition: 0.6s;
}
.productive-content .productive-btn .productive-btn-one span {
	border-radius: 5px; border: 1px solid rgb(0, 176, 238); transition:width 0.5s ease-in-out, height 0.5s ease-in-out; border-image: none; width: 0px; height: 0px; display: block; position: absolute; z-index: -1; transform: translate(-50%, -50%); background-color: rgb(0, 176, 238); -webkit-transform: translate(-50%, -50%); -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.qrcode_box {
	display: inline-block;
	position: relative;
}
.qrcode_box:hover .qrcode_xunlian {
	display: block;
}
.qrcode_xunlian {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 200px;
	height: 200px;
	display: none;
}
.productive-content .productive-btn .productive-btn-one:hover {
	color: rgb(255, 255, 255);
}
.productive-content .productive-btn .productive-btn-one:focus {
	color: rgb(255, 255, 255);
}
.productive-content .productive-btn .productive-btn-one:hover span {
	width: 225%; height: 562.5px;
}
.productive-content .productive-btn .productive-btn-one:focus span {
	width: 225%; height: 562.5px;
}
.single-privacy h3 {
	margin: 0px 0px 12px; font-size: 25px;
}
.single-project {
	margin-bottom: 30px; position: relative;
}
.single-project::before {
	transition:0.6s; left: 0px; top: 0px; width: 100%; height: 100%; visibility: hidden; position: absolute; content: ""; opacity: 0; background-color: rgb(0, 176, 238); -webkit-transition: 0.6s;
}
.single-project .image-hover {
	transition:0.6s; left: 30px; top: 60%; text-align: left; right: 0px; color: rgb(255, 255, 255); font-size: 20px; margin-top: 0px; visibility: hidden; position: absolute; opacity: 0; -webkit-transition: 0.6s;
}
.single-project .image-hover:hover {
	text-decoration: none;
}
.single-project .image-hover .text {
	max-width: 270px;
}
.single-project .image-hover .text h3 {
	margin: 0px 0px 8px; transition:0.6s; color: rgb(255, 255, 255); font-size: 20px; -webkit-transition: 0.6s;
}
.single-project .image-hover .text .read-more {
	transition:0.6s; color: rgb(255, 255, 255); font-size: 16px; font-weight: 400; -webkit-transition: 0.6s;
}
.single-project .image-hover .text .read-more:hover {
	letter-spacing: 1px; text-decoration: none;
}
.single-project:hover::before {
	visibility: visible; opacity: 0.7;
}
.single-project:focus::before {
	visibility: visible; opacity: 0.7;
}
.single-project:hover .image-hover {
	transition:0.6s; margin-top: -15px; visibility: visible; opacity: 1; -webkit-transition: .6s;
}
.single-project:focus .image-hover {
	transition:0.6s; margin-top: -15px; visibility: visible; opacity: 1; -webkit-transition: .6s;
}
.subscribe-Section {
	position: relative; z-index: 999;
}
.subscribe-content-area {
	padding: 40px; margin-bottom: -170px; position: relative; background-color: rgb(246, 245, 251);
}
.subscribe-content-area .subscribe-image {
	text-align: center;
}
.subscribe-content-area .subscribe-content {
	margin-bottom: 25px;
}
.subscribe-content-area .subscribe-content h2 {
	color: rgb(57, 57, 83); font-size: 32px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; max-width: 280px;
}
.subscribe-content-area .newsletter-form {
	margin-right: auto; margin-left: auto; position: relative; max-width: 580px;
}
.subscribe-content-area .newsletter-form .input-newsletter {
	outline: 0px; border-radius: 5px; border: currentColor; border-image: none; width: 100%; height: 70px; color: rgb(57, 57, 83); padding-left: 25px; display: block; background-color: rgb(255, 255, 255);
}
.subscribe-content-area .newsletter-form :-ms-input-placeholder.input-newsletter {
	color: rgb(115, 123, 154);
}
.subscribe-content-area .newsletter-form button {
	padding: 0px 30px; border-radius: 5px; border: currentColor; transition:0.6s; border-image: none; top: 4px; height: 62px; right: 4px; color: rgb(255, 255, 255); text-transform: capitalize; line-height: 50px; font-size: 16px; font-weight: 400; position: absolute; background-color: rgb(20, 192, 215); -webkit-transition: 0.6s;
}
.subscribe-content-area .newsletter-form button:hover {
	color: rgb(255, 255, 255); background-color: rgb(57, 57, 83);
}
.contact-section {
	background-color: rgb(246, 245, 251);
}
.contact-form form .form-control {
	border: 1px solid rgb(255, 255, 255); border-image: none; height: 55px; font-size: 15px; background-color: rgb(255, 255, 255);
}
.contact-form form .form-control:focus {
	border: 1px solid rgb(0, 176, 238); border-image: none; box-shadow: none; -webkit-box-shadow: none;
}
.contact-form form textarea.form-control {
	height: auto; padding-top: 15px;
}
.contact-form form .btn {
	margin-top: 8px; box-shadow: 0px 5px 28.5px 1.5px rgba(149,152,200,0.2); -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.contact-form form .help-block ul {
	padding-left: 0px; margin-top: 5px; margin-bottom: 0px; list-style-type: none;
}
.contact-form form .help-block ul li {
	color: red; font-weight: 400;
}
.contact-form form #msgSubmit {
	text-align: left !important; margin-bottom: 0px;
}
.contact-form form .text-danger#msgSubmit {
	color: red !important; font-size: 20px; font-weight: 600; margin-top: 10px;
}
.contact-form form .text-success#msgSubmit {
	color: red !important; font-size: 20px; font-weight: 600; margin-top: 10px;
}
.contact-form .submit-btn {
	padding: 12px 50px; border: 1px solid rgb(0, 176, 238); transition:0.6s; border-image: none; width: 100%; color: rgb(255, 255, 255); font-size: 15px; font-weight: 400; display: inline-block; background-color: rgb(0, 176, 238); -webkit-transition: 0.6s;
}
.contact-form .submit-btn:hover {
	color: rgb(0, 176, 238); background-color: rgb(255, 255, 255);
}
.contact-box .single-contact-box {
	padding: 30px; text-align: center; margin-bottom: 30px; box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.05); background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
}
.contact-box .single-contact-box i {
	border-radius: 50%; border: 1px dashed rgb(0, 176, 238); transition:0.5s; border-image: none; width: 50px; height: 50px; color: rgb(0, 176, 238); line-height: 50px; font-size: 20px; margin-bottom: 20px; display: inline-block; -webkit-transition: all 0.5s;
}
.contact-box .single-contact-box:hover i {
	color: rgb(255, 255, 255); background-color: rgb(0, 176, 238);
}
.contact-box .single-contact-box .content-title h3 {
	font-size: 25px; margin-bottom: 10px;
}
.contact-box .single-contact-box .content-title a {
	color: rgb(116, 113, 113); font-size: 16px; display: block;
}
.contact-box .single-contact-box .content-title a:hover {
	color: rgb(0, 176, 238);
}
.partner-area {
	padding-top: 60px; padding-bottom: 60px; position: relative;
}
.partner-slider .partner-item {
	text-align: center;
}
.partner-slider .partner-item img {
	margin: auto; width: 100px; height: 90px; display: inline-block;
}
.page-title-area {
	background-position: center; height: 500px; position: relative; z-index: 1; background-image: url("../../assets/img/page-title-bg.jpg"); background-repeat: no-repeat; background-size: cover;
}
.page-title-area::before {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: -1; content: ""; opacity: 0.7; background-color: rgb(0, 0, 0);
}
.page-title-content {
	text-align: center; margin-top: 45px;
}
.page-title-content h2 {
	color: rgb(255, 255, 255); font-size: 42px; font-weight: 700; margin-bottom: 0px;
}
.page-title-content ul {
	padding-left: 0px; margin-top: 12px; margin-bottom: 0px; list-style-type: none;
}
.page-title-content ul li {
	color: rgb(255, 255, 255); font-size: 17px; font-weight: 400; margin-right: 10px; margin-left: 10px; display: inline-block; position: relative;
}
.page-title-content ul li a {
	transition:0.6s; color: rgb(255, 255, 255); display: inline-block; -webkit-transition: 0.6s;
}
.page-title-content ul li a:hover {
	color: rgb(0, 176, 238);
}
.page-title-content ul li::before {
	border-radius: 50%; top: 11px; width: 6px; height: 6px; right: -15px; position: absolute; content: ""; background-color: rgb(0, 176, 238);
}
.page-title-content ul li:last-child::before {
	display: none;
}
.item-bg1 {
	background-image: url("../../assets/img/page-title-bg-2.jpg");
}
.item-bg2 {
	background-image: url("../../assets/img/page-title-bg-3.jpg");
}
.item-bg3 {
	background-image: url("../../assets/img/page-title-bg-4.jpg");
}
.item-bg4 {
	background-image: url("../../assets/img/page-title-bg-5.jpg");
}
.single-team-item {
	transition:0.6s; text-align: center; margin-bottom: 30px; box-shadow: 0px 10px 30px rgba(0,0,0,0.07); background-color: rgb(255, 255, 255); -webkit-transition: 0.6s; -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}
.single-team-item .team-image {
	overflow: hidden; position: relative;
}
.single-team-item .team-image img {
	transition:0.6s; -webkit-transition: 0.6s;
}
.single-team-item .team-image .team-social {
	transition:0.6s; left: 0px; top: 50%; right: 0px; text-decoration: none; margin-top: 0px; visibility: hidden; position: absolute; z-index: 2; opacity: 0; -webkit-transition: 0.6s;
}
.single-team-item .team-image .team-social a {
	margin: 0px 6px; border-radius: 35px; width: 50px; height: 50px; color: rgb(255, 255, 255); line-height: 50px; font-size: 22px; display: inline-block; background-color: rgb(0, 176, 238);
}
.single-team-item .team-image .team-social a:hover {
	color: rgb(0, 176, 238); background-color: rgb(255, 255, 255);
}
.single-team-item .team-content {
	padding: 25px; transition:0.6s; position: relative; -webkit-transition: 0.6s;
}
.single-team-item .team-content h3 {
	transition:0.6s; font-size: 24px; font-weight: 700; margin-bottom: 0px; -webkit-transition: 0.6s;
}
.single-team-item .team-content span {
	transition:0.6s; color: rgb(0, 176, 238); font-weight: 500; margin-top: 8px; display: block; -webkit-transition: 0.6s;
}
.single-team-item:hover {
	transform: translateY(-5px); -webkit-transform: translateY(-5px);
}
.single-team-item:hover .team-image img {
	transform: scale(1.2); -webkit-transform: scale(1.2);
}
.single-team-item:hover .team-image .team-social {
	margin-top: 0px; visibility: visible; opacity: 1;
}
.single-team-item:hover .team-content {
	background-color: rgb(0, 176, 238);
}
.single-team-item:hover .team-content h3 {
	color: rgb(255, 255, 255);
}
.single-team-item:hover .team-content span {
	color: rgb(255, 255, 255);
}
.services-details-overview {
	margin-bottom: 60px;
}
:last-child.services-details-overview {
	margin-bottom: 0px;
}
.services-details-overview .services-details-desc h3 {
	font-size: 25px; font-weight: 600; margin-bottom: 15px;
}
.services-details-overview .services-details-desc .features-text {
	margin-top: 25px;
}
.services-details-overview .services-details-desc .features-text h4 {
	font-size: 18px; margin-bottom: 10px;
}
.services-details-overview .services-details-desc .services-details-accordion {
	margin-top: 25px;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion {
	padding-left: 0px; margin-bottom: 0px; list-style-type: none;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item {
	background: rgb(255, 255, 255); margin-bottom: 10px; display: block; box-shadow: 0px 0px 1.25rem rgba(108,118,134,0.1); -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}
.services-details-overview .services-details-desc .services-details-accordion .accordion :last-child.accordion-item {
	margin-bottom: 0px;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item a {
	text-decoration: none;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title {
	padding: 15px 20px 15px 51px; color: rgb(0, 0, 0); margin-bottom: -1px; border-bottom-color: transparent; border-bottom-width: 1px; border-bottom-style: solid; display: inline-block; position: relative;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i {
	background: rgb(0, 176, 238); left: 0px; top: 0px; width: 40px; height: 100%; text-align: center; color: rgb(255, 255, 255); position: absolute;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i::before {
	left: 0px; top: 50%; right: 0px; font-size: 13px; position: absolute; transform: translateY(-50%); -webkit-transform: translateY(-50%);
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active {
	border-bottom-color: rgb(238, 238, 238);
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active i::before {
	content: "\f068";
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content {
	padding: 15px; display: none; position: relative;
}
.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content.show {
	display: block;
}
.image-sliders.owl-theme .owl-nav {
	transition:0.6s; margin-top: 0px; visibility: hidden; opacity: 0; -webkit-transition: 0.6s;
}
.image-sliders.owl-theme .owl-nav [class*=owl-] {
	margin: 0px; padding: 0px; transition:0.6s; left: 0px; top: 50%; color: rgb(255, 255, 255); font-size: 25px; position: absolute; transform: translateY(-50%); background-color: transparent; -webkit-transform: translateY(-50%); -webkit-transition: 0.6s;
}
.image-sliders.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto; right: 0px;
}
.image-sliders.owl-theme .owl-nav [class*=owl-]:hover {
	color: rgb(0, 176, 238); background-color: transparent;
}
.image-sliders.owl-theme:hover .owl-nav {
	visibility: visible; opacity: 1;
}
.project-details-image {
	margin-bottom: 30px;
}
.projects-details-desc {
	margin-top: 5px;
}
.projects-details-desc h3 {
	font-size: 25px; margin-bottom: 13px;
}
.projects-details-desc .features-text {
	margin-top: 25px; margin-bottom: 25px;
}
.projects-details-desc .features-text h4 {
	font-size: 18px; font-weight: 600; margin-bottom: 12px;
}
.projects-details-desc .features-text h4 i {
	color: rgb(0, 176, 238); font-size: 16px; margin-right: 4px;
}
.projects-details-desc .project-details-info {
	margin-top: 35px; margin-right: -15px; margin-left: -15px; display: flex; flex-wrap: wrap;
}
.projects-details-desc .project-details-info .single-info-box {
	flex:0 0 20%; padding-right: 15px; padding-left: 15px; max-width: 20%; -webkit-box-flex: 0;
}
.projects-details-desc .project-details-info .single-info-box h4 {
	font-size: 18px; font-weight: 700; margin-bottom: 10px;
}
.projects-details-desc .project-details-info .single-info-box span {
	color: rgb(115, 123, 154); font-size: 15px; display: block;
}
.projects-details-desc .project-details-info .single-info-box .social {
	padding-left: 0px; margin-bottom: 0px; list-style-type: none;
}
.projects-details-desc .project-details-info .single-info-box .social li {
	margin-right: 8px; display: inline-block;
}
.projects-details-desc .project-details-info .single-info-box .social li a {
	color: rgb(115, 123, 154); display: inline-block;
}
.projects-details-desc .project-details-info .single-info-box .social li a:hover {
	color: rgb(0, 176, 238); transform: translateY(-5px); -webkit-transform: translateY(-5px);
}
.projects-details-desc .project-details-info .single-info-box .default-btn {
	padding: 12px 30px; border-radius: 30px; border: 1px solid rgb(0, 176, 238); transition:0.5s; border-image: none; color: rgb(255, 255, 255); text-transform: capitalize; font-size: 14px; font-weight: 500; display: inline-block; background-color: rgb(0, 176, 238); -webkit-transition: 0.5s;
}
.projects-details-desc .project-details-info .single-info-box .default-btn:hover {
	color: rgb(0, 176, 238); background-color: rgb(255, 255, 255);
}
.single-pricing-box {
	padding: 30px; border-radius: 5px; transition:0.6s; margin-bottom: 30px; box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.11); background-color: rgb(255, 255, 255); -webkit-transition: 0.6s; -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}
.single-pricing-box .pricing-header {
	background: rgb(0, 176, 238); padding: 20px; border-radius: 5px; text-align: center;
}
.single-pricing-box .pricing-header h3 {
	color: rgb(255, 255, 255); text-transform: uppercase; font-size: 25px; margin-bottom: 10px;
}
.single-pricing-box .pricing-header p {
	margin: 0px; color: rgb(255, 255, 255); font-size: 14px;
}
.single-pricing-box .price {
	text-align: center; color: rgb(57, 57, 83); font-size: 50px; font-weight: bold; margin-top: 10px; margin-bottom: 10px;
}
.single-pricing-box .price span {
	font-size: 18px; font-weight: 500; margin-left: 0px; display: inline-block;
}
.single-pricing-box .pricing-features {
	padding-left: 0px; margin-bottom: 0px; list-style-type: none;
}
.single-pricing-box .pricing-features li {
	color: rgb(115, 123, 154); padding-left: 20px; font-weight: 400; margin-bottom: 12px; position: relative;
}
.single-pricing-box .pricing-features li:last-child {
	margin-bottom: 0px;
}
.single-pricing-box .pricing-features li i {
	left: 0px; top: 50%; color: rgb(0, 176, 238); font-size: 12px; position: absolute; transform: translateY(-50%); -webkit-transform: translateY(-50%);
}
.single-pricing-box .pricing-features li i::before {
	font-size: 12px;
}
.single-pricing-box .price-btn {
	text-align: center; margin-top: 25px;
}
.single-pricing-box .price-btn .price-btn-one {
	padding: 12px 30px; border-radius: 15px; border: 1px solid rgb(0, 176, 238); transition:0.6s; border-image: none; color: rgb(255, 255, 255); font-size: 14px; display: inline-block; background-color: rgb(0, 176, 238); -webkit-transition: 0.6s;
}
.single-pricing-box:hover .price-btn .price-btn-one {
	color: rgb(0, 176, 238); background-color: transparent;
}
.woocommerce-topbar {
	margin-bottom: 40px;
}
.woocommerce-topbar .woocommerce-topbar-ordering {
	text-align: right;
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
	padding: 17px 35px 13px 20px; border-radius: 0px; border: currentColor; border-image: none; color: rgb(102, 102, 102); font-size: 16px; box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.11); background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
	border-radius: 0px; width: 100%; padding-top: 10px; padding-bottom: 10px; margin-top: 0px; box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.11); background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
	transition:0.6s; padding-right: 20px; padding-left: 20px; font-size: 16px; -webkit-transition: .6s;
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
	color: rgb(255, 255, 255); background-color: rgb(0, 176, 238) !important;
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
	font-weight: 700; background-color: transparent;
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select::after {
	right: 20px;
}
.single-product-box {
	text-align: center; margin-bottom: 30px; box-shadow: 0px 0px 40px 3px rgba(0,0,0,0.05); background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}
.single-product-box .product-image {
	text-align: left; overflow: hidden; position: relative;
}
.single-product-box .product-image a img {
	transition:0.6s; -webkit-transition: .6s;
}
.single-product-box .product-image .add-to-cart-btn {
	padding: 18px 20px 13px; left: 0px; width: 100%; text-align: center; bottom: -46px; color: rgb(255, 255, 255); text-transform: uppercase; font-size: 15px; font-weight: 700; visibility: hidden; position: absolute; opacity: 0; background-color: rgb(0, 0, 0);
}
.single-product-box .product-image .add-to-cart-btn i {
	top: 50%; right: 20px; position: absolute; transform: translateY(-50%); -webkit-transform: translateY(-50%);
}
.single-product-box .product-image .add-to-cart-btn:hover {
	color: rgb(255, 255, 255); background-color: rgb(0, 176, 238);
}
.single-product-box .product-image .sale-btn {
	border-radius: 50%; left: 20px; top: 20px; width: 55px; height: 55px; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 55px; font-size: 14px; font-weight: 700; position: absolute; background-color: rgb(0, 176, 238);
}
.single-product-box .product-content {
	padding: 30px 25px;
}
.single-product-box .product-content h3 {
	font-size: 22px; font-weight: 700; margin-bottom: 12px;
}
.single-product-box .product-content h3 a {
	color: rgb(57, 57, 83); text-decoration: none; display: inline-block;
}
.single-product-box .product-content .price {
	color: rgb(0, 0, 0); font-size: 15px; font-weight: 600;
}
.single-product-box .product-content .price .old {
	color: rgb(130, 136, 147); font-size: 14px; text-decoration: line-through;
}
.single-product-box .product-content .rating {
	color: rgb(255, 183, 8); font-size: 15px; margin-top: 12px;
}
.single-product-box .product-content .rating i {
	margin-right: -1px;
}
.single-product-box:hover .product-image .add-to-cart-btn {
	transition:0.6s; bottom: 0px; text-decoration: none; visibility: visible; opacity: 1; -webkit-transition: .6s;
}
.product-details-desc h3 {
	font-size: 24px; font-weight: 700; margin-bottom: 12px;
}
.product-details-desc .price {
	color: rgb(0, 0, 0); font-size: 15px; font-weight: 600; margin-bottom: 10px;
}
.product-details-desc .price .old-price {
	color: rgb(130, 136, 147); text-decoration: line-through;
}
.product-details-desc .product-review {
	margin-bottom: 15px;
}
.product-details-desc .product-review .rating {
	padding-right: 5px; font-size: 14px; display: inline-block;
}
.product-details-desc .product-review .rating i {
	color: rgb(255, 186, 10);
}
.product-details-desc .product-review .rating-count {
	color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-bottom-width: 1px; border-bottom-style: solid; display: inline-block;
}
.product-details-desc .product-review .rating-count:hover {
	border-color: rgb(0, 176, 238); color: rgb(0, 176, 238); text-decoration: none;
}
.product-details-desc .product-add-to-cart {
	margin-top: 20px;
}
.product-details-desc .product-add-to-cart .input-counter {
	text-align: center; margin-right: 10px; display: inline-block; position: relative; min-width: 130px; max-width: 130px;
}
.product-details-desc .product-add-to-cart .input-counter span {
	transition:0.6s; top: 0px; width: 50px; height: 100%; color: rgb(208, 208, 208); line-height: 55px; position: absolute; cursor: pointer; background-color: transparent; -webkit-transition: .6s;
}
.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
	left: 0px;
}
.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
	right: 0px;
}
.product-details-desc .product-add-to-cart .input-counter span:hover {
	color: rgb(0, 176, 238);
}
.product-details-desc .product-add-to-cart .input-counter input {
	outline: 0px; border: currentColor; border-image: none; width: 100%; height: 50px; text-align: center; color: rgb(0, 0, 0); font-size: 17px; font-weight: 600; display: block; background-color: rgb(248, 248, 248);
}
.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
	color: rgb(0, 0, 0);
}
.product-details-desc .product-add-to-cart .default-btn {
	padding: 12px 30px; border: 1px solid rgb(0, 176, 238); border-image: none; color: rgb(255, 255, 255); position: relative; background-color: rgb(0, 176, 238);
}
.product-details-desc .product-add-to-cart .default-btn i {
	margin-right: 2px;
}
.product-details-desc .product-add-to-cart .default-btn:hover {
	transition:0.6s; color: rgb(0, 176, 238); background-color: rgb(255, 255, 255); -webkit-transition: .6s;
}
.product-details-desc .buy-checkbox-btn {
	margin-top: 20px;
}
.product-details-desc .buy-checkbox-btn input {
	display: none;
}
.product-details-desc .buy-checkbox-btn .cbx {
	margin: auto; cursor: pointer; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.product-details-desc .buy-checkbox-btn .cbx span {
	vertical-align: middle; display: inline-block; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0, 0, 0);
}
.product-details-desc .buy-checkbox-btn .cbx span:first-child {
	border-radius: 3px; border: 1px solid rgb(235, 235, 235); transition:0.6s; border-image: none; width: 18px; height: 18px; vertical-align: middle; position: relative; transform: scale(1); -webkit-transform: scale(1); -webkit-transition: .6s;
}
.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
	transition:0.6s; left: 2px; top: 3px; position: absolute; fill: none; stroke: #ffffff; stroke-dasharray: 16px; stroke-dashoffset: 16px; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0, 0, 0); -webkit-transition: .6s; -webkit-transition-delay: 0.1s;
}
.product-details-desc .buy-checkbox-btn .cbx span:first-child::before {
	background: rgb(0, 0, 0); border-radius: 50%; transition:0.6s; width: 100%; height: 100%; display: block; content: ""; opacity: 1; transform: scale(0); -webkit-transform: scale(0); -webkit-transition: .6s;
}
.product-details-desc .buy-checkbox-btn .cbx span:last-child {
	top: 2px; color: rgb(102, 102, 102); padding-left: 4px; position: relative;
}
.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
	border-color: rgb(0, 176, 238);
}
.product-details-desc .buy-checkbox-btn :checked.inp-cbx + .cbx span:first-child {
	background: rgb(0, 176, 238); border-color: rgb(0, 176, 238); animation:wave 0.4s; -webkit-animation: wave 0.4s ease;
}
.product-details-desc .buy-checkbox-btn :checked.inp-cbx + .cbx span:first-child svg {
	stroke-dashoffset: 0;
}
.product-details-desc .buy-checkbox-btn :checked.inp-cbx + .cbx span:first-child::before {
	transition:0.6s; opacity: 0; transform: scale(3.5); -webkit-transform: scale(3.5); -webkit-transition: all 0.6s ease;
}
.product-details-desc .buy-checkbox-btn :not(:first-child).item {
	margin-top: 15px;
}
.product-details-desc .buy-checkbox-btn .btn-light {
	padding: 13px 25px 10px; border: currentColor; transition:0.6s; border-image: none; width: 100%; font-weight: 600; display: block; background-color: rgb(242, 242, 242); -webkit-transition: .6s;
}
.product-details-desc .buy-checkbox-btn .btn-light:hover {
	color: rgb(255, 255, 255); background-color: rgb(0, 176, 238);
}
.product-details-desc .custom-payment-options {
	margin-top: 20px;
}
.product-details-desc .custom-payment-options span {
	color: rgb(102, 102, 102); margin-bottom: 8px; display: block;
}
.product-details-desc .custom-payment-options .payment-methods a {
	display: inline-block;
}
.product-details-desc .custom-payment-options .payment-methods a img {
	width: 40px;
}
.products-details-tab {
	margin-top: 50px;
}
.products-details-tab .tabs {
	padding-left: 0px; margin-bottom: -1px; list-style-type: none;
}
.products-details-tab .tabs li {
	margin-right: 5px; display: inline-block;
}
.products-details-tab .tabs li a {
	padding: 14px 30px; border: 1px dashed rgb(238, 238, 238); border-image: none; color: rgb(57, 57, 83); text-transform: uppercase; font-size: 15px; font-weight: 700; text-decoration: none; display: inline-block; position: relative;
}
.products-details-tab .tabs li a:hover {
	border-color: rgb(0, 176, 238); color: rgb(255, 255, 255); background-color: rgb(0, 176, 238);
}
.products-details-tab .tabs li a:focus {
	border-color: rgb(0, 176, 238); color: rgb(255, 255, 255); background-color: rgb(0, 176, 238);
}
.products-details-tab .tabs li.current a {
	border-color: rgb(0, 176, 238); color: rgb(255, 255, 255); background-color: rgb(0, 176, 238);
}
.products-details-tab .tabs li:last-child {
	margin-right: 0px;
}
.products-details-tab .tab_content {
	padding: 30px; border: 1px dashed rgb(238, 238, 238); border-image: none;
}
.products-details-tab .tab_content .tabs_item {
	display: none;
}
.products-details-tab .tab_content :first-child.tabs_item {
	display: block;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
	margin-bottom: 20px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
	margin-bottom: 0px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
	text-align: left; padding-left: 0px; margin-bottom: 0px; list-style-type: none;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
	border-width: 1px 1px medium; border-style: solid solid none; border-color: rgb(238, 238, 238) rgb(238, 238, 238) currentColor; padding: 10px 15px 7px; border-image: none; color: rgb(102, 102, 102);
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
	border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
	width: 30%; color: rgb(57, 57, 83); font-weight: 700; display: inline-block;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
	font-size: 24px; font-weight: 700; margin-bottom: 15px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
	position: relative;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
	display: inline-block;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
	color: rgb(255, 186, 10);
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
	color: rgb(235, 235, 235); font-size: 14px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
	padding-left: 5px; margin-bottom: 0px; display: inline-block;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn {
	padding: 14px 25px; border: 1px solid rgb(0, 176, 238); transition:0.6s; border-image: none; right: 0px; bottom: 0px; color: rgb(255, 255, 255); position: absolute; background-color: rgb(0, 176, 238); -webkit-transition: .6s;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn:hover {
	color: rgb(0, 176, 238); text-decoration: none; background-color: rgb(255, 255, 255);
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
	margin-top: 35px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
	padding-top: 30px; padding-right: 200px; margin-top: 30px; border-top-color: rgb(238, 238, 238); border-top-width: 1px; border-top-style: dashed; position: relative;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
	color: rgb(255, 186, 10);
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
	color: rgb(235, 235, 235); font-size: 14px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
	font-size: 18px; margin-top: 10px; margin-bottom: 10px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
	font-size: 13px; margin-bottom: 10px; display: block;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
	font-weight: 600;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
	margin-bottom: 0px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
	top: 40px; right: 0px; color: rgb(102, 102, 102); font-size: 15px; font-weight: 500; text-decoration: underline; position: absolute;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
	color: rgb(0, 176, 238);
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
	margin-top: 30px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form h3 {
	margin-bottom: 20px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form {
	max-width: 100%;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
	margin-bottom: 15px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
	border: currentColor; border-image: none; height: 55px; box-shadow: 0px 5px 28.5px 1.5px rgba(149,152,200,0.2); -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea.form-control {
	height: auto; padding-top: 15px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .default-btn {
	padding: 14px 25px; border: 1px solid rgb(0, 176, 238); border-image: none; color: rgb(255, 255, 255); text-transform: uppercase; margin-top: 10px; box-shadow: 0px 5px 28.5px 1.5px rgba(149,152,200,0.2); background-color: rgb(0, 176, 238); -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .default-btn:hover {
	transition:0.6s; color: rgb(0, 176, 238); background-color: rgb(255, 255, 255); -webkit-transition: .6s;
}
.related-products {
	text-align: center; margin-top: 70px;
}
.related-products .products-title {
	text-align: center; margin-bottom: 10px;
}
.related-products .products-title span {
	color: rgb(0, 176, 238); font-size: 14px;
}
.related-products .products-title h2 {
	margin: 10px 0px 0px; color: rgb(57, 57, 83); font-size: 30px;
}
.related-products .single-product-box {
	margin-top: 30px; margin-bottom: 0px;
}
.pagination-area {
	text-align: center; margin-top: 20px;
}
.pagination-area .page-numbers {
	margin: 0px 3px; width: 45px; height: 45px; color: rgb(57, 57, 83); line-height: 48px; font-size: 18px; font-weight: 700; display: inline-block; box-shadow: 0px 2px 10px 0px #d8dde6; background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
}
.pagination-area .page-numbers.current {
	background: rgb(0, 176, 238); color: rgb(255, 255, 255); box-shadow: 0px 2px 10px 0px #d8dde6; -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
}
.pagination-area .page-numbers:hover {
	background: rgb(0, 176, 238); color: rgb(255, 255, 255); box-shadow: 0px 2px 10px 0px #d8dde6; -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
}
.pagination-area .page-numbers:focus {
	background: rgb(0, 176, 238); color: rgb(255, 255, 255); box-shadow: 0px 2px 10px 0px #d8dde6; -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
}
.cart-table table {
	margin-bottom: 0px;
}
.cart-table table thead tr th {
	padding: 0px 0px 15px; border: currentColor; border-image: none; text-transform: uppercase; font-weight: 700; vertical-align: middle; white-space: nowrap;
}
.cart-table table tbody tr td {
	border-color: rgb(234, 237, 255) currentColor; padding-right: 0px; padding-left: 0px; vertical-align: middle; border-right-width: medium; border-left-width: medium; border-right-style: none; border-left-style: none; white-space: nowrap;
}
.cart-table table tbody tr td.product-thumbnail a {
	display: block;
}
.cart-table table tbody tr td.product-thumbnail a img {
	width: 80px;
}
.cart-table table tbody tr td.product-name a {
	color: rgb(102, 102, 102); font-weight: 500; text-decoration: none; display: inline-block;
}
.cart-table table tbody tr td.product-name a:hover {
	color: rgb(0, 176, 238);
}
.cart-table table tbody tr td.product-subtotal .remove {
	top: -1px; color: rgb(0, 176, 238); float: right; position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter {
	text-align: center; display: inline-block; position: relative; min-width: 130px; max-width: 130px;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
	transition:0.6s; top: 0px; width: 40px; height: 100%; color: rgb(208, 208, 208); line-height: 48px; position: absolute; cursor: pointer; background-color: transparent; -webkit-transition: .6s;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
	left: 0px;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
	right: 0px;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
	color: rgb(0, 176, 238);
}
.cart-table table tbody tr td.product-quantity .input-counter input {
	outline: 0px; border: currentColor; border-image: none; width: 100%; height: 45px; text-align: center; color: rgb(0, 176, 238); font-size: 17px; font-weight: 600; display: block; box-shadow: none; background-color: rgb(248, 248, 248); -webkit-box-shadow: none;
}
.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
	color: rgb(0, 176, 238);
}
.cart-table table tbody tr td.product-subtotal {
	overflow: hidden;
}
.cart-buttons {
	margin-top: 30px;
}
.cart-buttons .shopping-coupon-code {
	position: relative; max-width: 530px;
}
.cart-buttons .shopping-coupon-code .form-control {
	outline: 0px; border: 1px solid rgb(0, 176, 238); border-image: none; height: 53px; box-shadow: none; -webkit-box-shadow: none;
}
.cart-buttons .shopping-coupon-code button {
	background: rgb(0, 176, 238); padding: 0px 25px; outline: 0px; border: currentColor; transition:0.6s; border-image: none; top: 0px; height: 53px; right: 0px; color: rgb(255, 255, 255); line-height: 54px; font-weight: 600; position: absolute; box-shadow: none; -webkit-transition: .6s; -webkit-box-shadow: none;
}
.cart-buttons .shopping-coupon-code button:hover {
	color: rgb(255, 255, 255); background-color: rgb(58, 96, 205);
}
.cart-buttons .default-btn {
	padding: 14px 30px; border: 1px solid rgb(0, 176, 238); border-image: none; color: rgb(255, 255, 255); text-decoration: none; display: inline-block; background-color: rgb(0, 176, 238);
}
.cart-buttons .default-btn:hover {
	transition:0.6s; color: rgb(0, 176, 238); background-color: rgb(255, 255, 255); -webkit-transition: .6s;
}
.cart-totals {
	background: rgb(255, 255, 255); padding: 40px; border-radius: 5px; margin-top: 50px; margin-right: auto; margin-left: auto; max-width: 620px; box-shadow: 0px 2px 48px 0px rgba(0,0,0,0.08); -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.cart-totals h3 {
	font-size: 24px; font-weight: 700; margin-bottom: 25px;
}
.cart-totals ul {
	margin: 0px 0px 25px; padding-left: 0px; list-style-type: none;
}
.cart-totals ul li {
	padding: 10px 15px; border: 1px solid rgb(234, 237, 255); border-image: none; color: rgb(57, 57, 83); overflow: hidden; font-weight: 600;
}
.cart-totals ul li:first-child {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.cart-totals ul li:last-child {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
.cart-totals ul li b {
	font-weight: 500;
}
.cart-totals ul li span {
	color: rgb(102, 102, 102); font-weight: normal; float: right;
}
.cart-totals .default-btn {
	padding: 14px 30px; border: 1px solid rgb(0, 176, 238); border-image: none; color: rgb(255, 255, 255); text-decoration: none; display: inline-block; background-color: rgb(0, 176, 238);
}
.cart-totals .default-btn:hover {
	transition:0.6s; color: rgb(0, 176, 238); background-color: rgb(255, 255, 255); -webkit-transition: .6s;
}
.user-actions {
	background: rgb(255, 255, 255); padding: 18px 20px 15px; margin-bottom: 65px; border-top-color: rgb(57, 57, 83); border-top-width: 3px; border-top-style: solid; position: relative; box-shadow: 0px 2px 48px 0px rgba(0,0,0,0.08); -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.user-actions::before {
	background: rgb(238, 238, 238); width: 100%; height: 1px; right: 0px; bottom: -35px; position: absolute; content: "";
}
.user-actions i {
	color: rgb(57, 57, 83); margin-right: 2px;
}
.user-actions span {
	color: rgb(57, 57, 83); font-size: 16px; font-weight: 400; display: inline-block;
}
.user-actions span a {
	color: rgb(57, 57, 83); text-decoration: none; display: inline-block;
}
.user-actions span a:hover {
	color: rgb(0, 176, 238);
}
.user-actions span a:focus {
	color: rgb(0, 176, 238);
}
.billing-details .title {
	padding-bottom: 10px; font-size: 24px; font-weight: 700; margin-bottom: 30px; border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid; position: relative;
}
.billing-details .title::before {
	background: rgb(0, 176, 238); left: 0px; width: 50px; height: 1px; bottom: -1px; position: absolute; content: "";
}
.billing-details .form-group {
	margin-bottom: 25px;
}
.billing-details .form-group label {
	font-size: 16px; font-weight: 400; margin-bottom: 7px; display: block;
}
.billing-details .form-group label .required {
	color: rgb(57, 57, 83);
}
.billing-details .form-group .nice-select {
	color: rgb(102, 102, 102); line-height: 53px; padding-top: 0px; padding-bottom: 0px; font-weight: 500;
}
.billing-details .form-group .nice-select .list {
	border-radius: 0px; width: 100%; padding-top: 10px; padding-bottom: 10px; margin-top: 0px; box-shadow: 0px 0px 29px 0px rgba(102,102,102,0.1); background-color: rgb(255, 255, 255); -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}
.billing-details .form-group .nice-select .list .option {
	transition:0.6s; padding-right: 20px; padding-left: 20px; -webkit-transition: .6s;
}
.billing-details .form-group .nice-select .list .option:hover {
	color: rgb(255, 255, 255); background-color: rgb(0, 176, 238) !important;
}
.billing-details .form-group .nice-select .list .option.selected {
	font-weight: 600; background-color: transparent;
}
.billing-details .form-group .nice-select::after {
	right: 20px;
}
.billing-details .form-group .form-control {
	outline: 0px; height: 50px; box-shadow: none; -webkit-box-shadow: none;
}
.billing-details .form-group .form-control:focus {
	border-color: rgb(0, 176, 238); outline: 0px; box-shadow: none; -webkit-box-shadow: none;
}
.billing-details .form-group textarea.form-control {
	height: auto; padding-top: 15px;
}
.billing-details .form-check {
	margin-bottom: 20px;
}
.billing-details .form-check .form-check-label {
	color: rgb(57, 57, 83);
}
.billing-details .form-check label {
	left: -3px; top: 1px; font-weight: 500; position: relative;
}
.billing-details :last-child.col-lg-12 .form-group {
	margin-bottom: 0px;
}
.order-details .title {
	padding-bottom: 10px; font-size: 24px; font-weight: 700; margin-bottom: 30px; border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid; position: relative;
}
.order-details .title::before {
	background: rgb(0, 176, 238); left: 0px; width: 50px; height: 1px; bottom: -1px; position: absolute; content: "";
}
.order-details .order-table table {
	margin-bottom: 0px;
}
.order-details .order-table table thead tr th {
	border-color: rgb(234, 237, 255); padding: 15px 20px 10px; text-transform: uppercase; font-weight: 600; vertical-align: middle; border-bottom-width: 0px;
}
.order-details .order-table table tbody tr td {
	border-color: rgb(234, 237, 255); padding: 15px 20px 13px; color: rgb(102, 102, 102); font-size: 15.5px; vertical-align: middle;
}
.order-details .order-table table tbody tr td.product-name a {
	color: rgb(102, 102, 102); font-weight: 500; text-decoration: none; display: inline-block;
}
.order-details .order-table table tbody tr td.product-name a:hover {
	color: rgb(0, 176, 238);
}
.order-details .order-table table tbody tr td.order-subtotal span {
	color: rgb(102, 102, 102); font-weight: 500;
}
.order-details .order-table table tbody tr td.order-shipping span {
	color: rgb(102, 102, 102); font-weight: 500;
}
.order-details .order-table table tbody tr td.total-price span {
	color: rgb(102, 102, 102); font-weight: 500;
}
.order-details .order-table table tbody tr td.shipping-price {
	font-weight: 600;
}
.order-details .order-table table tbody tr td.order-subtotal-price {
	font-weight: 600;
}
.order-details .order-table table tbody tr td.product-subtotal {
	font-weight: 600;
}
.order-details .payment-box {
	padding: 30px; margin-top: 30px; box-shadow: 0px 2px 28px 0px rgba(0,0,0,0.06); background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.order-details .payment-box .payment-method p [type='radio']:checked {
	display: none;
}
.order-details .payment-box .payment-method p [type='radio']:not(:checked) {
	display: none;
}
.order-details .payment-box .payment-method p [type='radio']:checked + label {
	color: rgb(57, 57, 83); padding-left: 27px; font-weight: 600; margin-bottom: 8px; display: block; position: relative; cursor: pointer;
}
.order-details .payment-box .payment-method p [type='radio']:not(:checked) + label {
	color: rgb(57, 57, 83); padding-left: 27px; font-weight: 600; margin-bottom: 8px; display: block; position: relative; cursor: pointer;
}
.order-details .payment-box .payment-method p [type='radio']:checked + label::before {
	background: rgb(255, 255, 255); border-radius: 50%; border: 1px solid rgb(221, 221, 221); border-image: none; left: 0px; top: 3px; width: 18px; height: 18px; position: absolute; content: "";
}
.order-details .payment-box .payment-method p [type='radio']:not(:checked) + label::before {
	background: rgb(255, 255, 255); border-radius: 50%; border: 1px solid rgb(221, 221, 221); border-image: none; left: 0px; top: 3px; width: 18px; height: 18px; position: absolute; content: "";
}
.order-details .payment-box .payment-method p [type='radio']:checked + label::after {
	background: rgb(0, 176, 238); border-radius: 50%; transition:0.6s; left: 3px; top: 6px; width: 12px; height: 12px; position: absolute; content: ""; -webkit-transition: .6s;
}
.order-details .payment-box .payment-method p [type='radio']:not(:checked) + label::after {
	background: rgb(0, 176, 238); border-radius: 50%; transition:0.6s; left: 3px; top: 6px; width: 12px; height: 12px; position: absolute; content: ""; -webkit-transition: .6s;
}
.order-details .payment-box .payment-method p [type='radio']:not(:checked) + label::after {
	visibility: hidden; opacity: 0; transform: scale(0); -webkit-transform: scale(0);
}
.order-details .payment-box .payment-method p [type='radio']:checked + label::after {
	visibility: visible; opacity: 1; transform: scale(1); -webkit-transform: scale(1);
}
.order-details .payment-box .default-btn {
	padding: 14px 30px; transition:0.6s; text-align: center; color: rgb(57, 57, 83); text-transform: uppercase; font-size: 16px; font-weight: 400; text-decoration: none; background-color: rgb(255, 255, 255); -webkit-transition: .6s;
}
.order-details .payment-box .default-btn:hover {
	color: rgb(255, 255, 255); background-color: rgb(0, 176, 238);
}
.order-details .payment-box .default-btn.order-btn {
	margin-top: 25px; display: block; box-shadow: 0px 5px 28.5px 1.5px rgba(149,152,200,0.2); -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.error-area {
	height: 100vh;
}
.error-content {
	margin: 0px auto; text-align: center; max-width: 700px;
}
.error-content h3 {
	font-size: 35px; margin-top: 10px; margin-bottom: 18px;
}
.error-content p {
	margin: 0px auto 20px; line-height: 30px; max-width: 520px;
}
.error-content .default-btn-one {
	background: rgb(0, 176, 238); padding: 12px 30px; border: 1px solid rgb(0, 176, 238); transition:0.6s; border-image: none; color: rgb(255, 255, 255); font-size: 16px; font-weight: 400; margin-right: 0px; display: inline-block; -webkit-transition: .6s;
}
.error-content .default-btn-one:hover {
	color: rgb(0, 176, 238); text-decoration: none; background-color: rgb(255, 255, 255);
}
.coming-soon-area {
	background-position: center; height: 100vh; position: relative; z-index: 1; background-image: url("../../assets/img/page-title-bg.jpg"); background-repeat: no-repeat; background-size: cover;
}
.coming-soon-area::before {
	background: rgb(0, 0, 0); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: -1; content: ""; opacity: 0.8;
}
.coming-soon-area .social-list {
	margin: 0px auto; padding: 0px; left: 0px; text-align: center; right: 0px; bottom: 30px; list-style-type: none; position: absolute;
}
.coming-soon-area .social-list li {
	display: inline-block;
}
.coming-soon-area .social-list li.list-heading {
	color: rgb(255, 255, 255); font-size: 16px; font-weight: 500; margin-bottom: 10px; display: block;
}
.coming-soon-area .social-list li a {
	background: rgb(0, 176, 238); margin: 0px 2px; border-radius: 50%; border: 1px solid rgb(0, 176, 238); border-image: none; width: 35px; height: 35px; color: rgb(255, 255, 255); line-height: 35px; display: inline-block;
}
.coming-soon-area .social-list li a:hover {
	transition:0.6s; color: rgb(0, 176, 238); background-color: transparent; -webkit-transition: 0.5s;
}
.coming-soon-content {
	margin: -80px auto 0px; text-align: center; max-width: 820px;
}
.coming-soon-content h1 {
	color: rgb(255, 255, 255); font-size: 46px; font-weight: 700; margin-bottom: 15px;
}
.coming-soon-content p {
	margin: 0px auto; color: rgb(255, 255, 255); line-height: 30px; max-width: 620px;
}
.coming-soon-content form {
	margin: 35px auto 55px; position: relative; max-width: 520px;
}
.coming-soon-content form .email-input {
	background: rgb(241, 242, 243); padding: 15px 25px; outline: 0px !important; border-radius: 40px; border: currentColor; border-image: none; width: 100%; height: 56px; display: block; box-shadow: inset 0px 0px 1px rgba(0,0,0,0.1), 0px 0px 0px 5px rgba(255,255,255,0.3); -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
}
.coming-soon-content form .submit-btn {
	background: rgb(0, 176, 238); outline: 0px !important; border-radius: 40px; border: currentColor; border-image: none; top: 3px; width: 130px; height: 50px; right: 3px; color: rgb(255, 255, 255); text-transform: uppercase; font-size: 14px; font-weight: 600; position: absolute; cursor: pointer;
}
.coming-soon-content form .submit-btn:hover {
	background-color: rgb(0, 176, 238);
}
.coming-soon-content form .submit-btn:focus {
	background-color: rgb(0, 176, 238);
}
.coming-soon-content #timer div {
	background: rgb(255, 255, 255); margin: 0px 10px; border-radius: 50%; width: 120px; height: 120px; color: rgb(0, 176, 238); padding-top: 18px; font-size: 40px; font-weight: 700; display: inline-block; box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5); -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
}
.coming-soon-content #timer div span {
	color: rgb(119, 119, 119); font-size: 14px; font-weight: 600; margin-top: -4px; display: block;
}
.faq-accordion .accordion {
	margin: 0px; padding: 0px; list-style-type: none; position: relative;
}
.faq-accordion .accordion .accordion-item {
	margin-bottom: 12px; display: block;
}
.faq-accordion .accordion :last-child.accordion-item {
	margin-bottom: 0px;
}
.faq-accordion .accordion .accordion-item .accordion-title {
	background: none; padding: 20px; border-radius: 2px; border: 1px solid rgb(118, 124, 153); border-image: none; color: rgb(98, 66, 114); font-size: 20px; font-weight: 600; display: block; position: relative;
}
.faq-accordion .accordion .accordion-item .accordion-title i {
	transition:0.5s; top: 50%; right: 30px; color: rgb(118, 124, 153); font-size: 15px; position: absolute; transform: translateY(-50%); -webkit-transform: translateY(-50%); -webkit-transition: 0.5s;
}
.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
	content: "\f068";
}
.faq-accordion .accordion .accordion-item .accordion-content {
	padding: 20px 15px; font-size: 15px; margin-bottom: 0px; display: none; box-shadow: 0px 10px 30px rgba(0,0,0,0.07); background-color: rgb(255, 255, 255); -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}
.faq-accordion .accordion .accordion-item .accordion-content.show {
	display: block;
}
.faq-contact-form {
	margin: 0px auto; max-width: 850px;
}
.faq-contact-form .contact-form form .form-control {
	border: currentColor; border-image: none; height: 65px; font-size: 15px; box-shadow: 0px 5px 28.5px 1.5px rgba(149,152,200,0.2) !important; background-color: rgb(255, 255, 255); -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.faq-contact-form .contact-form form .form-control:focus {
	border: 1px solid rgb(0, 176, 238); border-image: none; box-shadow: none; -webkit-box-shadow: none;
}
.faq-contact-form .contact-form form textarea.form-control {
	height: auto; padding-top: 15px;
}
.faq-contact-form .contact-form form .btn {
	margin-top: 8px; box-shadow: 0px 5px 28.5px 1.5px rgba(149,152,200,0.2); -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.faq-contact-form .contact-form form .help-block ul {
	padding-left: 0px; margin-top: 5px; margin-bottom: 0px; list-style-type: none;
}
.faq-contact-form .contact-form form .help-block ul li {
	color: red; font-weight: 400;
}
.faq-contact-form .contact-form form #msgSubmit {
	text-align: left !important; margin-bottom: 0px;
}
.faq-contact-form .contact-form form .text-danger#msgSubmit {
	color: red !important; font-size: 20px; font-weight: 600; margin-top: 10px;
}
.faq-contact-form .contact-form form .text-success#msgSubmit {
	color: red !important; font-size: 20px; font-weight: 600; margin-top: 10px;
}
.faq-contact-form .contact-form .submit-btn {
	padding: 12px 50px; border: 1px solid rgb(0, 176, 238); transition:0.6s; border-image: none; width: 100%; color: rgb(255, 255, 255); font-size: 15px; font-weight: 400; display: inline-block; background-color: rgb(0, 176, 238); -webkit-transition: 0.6s;
}
.faq-contact-form .contact-form .submit-btn:hover {
	color: rgb(0, 176, 238); background-color: rgb(255, 255, 255);
}
.blog-details-desc .article-content {
	margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta {
	margin-bottom: -8px;
}
.blog-details-desc .article-content .entry-meta ul {
	padding-left: 0px; margin-bottom: 0px; list-style-type: none;
}
.blog-details-desc .article-content .entry-meta ul li {
	color: rgb(57, 57, 83); margin-right: 21px; display: inline-block; position: relative;
}
.blog-details-desc .article-content .entry-meta ul li span {
	color: rgb(57, 57, 83); font-weight: 500; display: inline-block;
}
.blog-details-desc .article-content .entry-meta ul li a {
	color: rgb(115, 123, 154); display: inline-block;
}
.blog-details-desc .article-content .entry-meta ul li a:hover {
	color: rgb(0, 176, 238);
}
.blog-details-desc .article-content .entry-meta ul li i {
	color: rgb(0, 176, 238); margin-right: 2px;
}
.blog-details-desc .article-content .entry-meta ul li::before {
	background: rgb(0, 176, 238); top: 12px; width: 6px; height: 1px; right: -15px; position: absolute; content: "";
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
	margin-right: 0px;
}
.blog-details-desc .article-content .entry-meta ul li:last-child::before {
	display: none;
}
.blog-details-desc .article-content h3 {
	font-size: 24px; margin-top: 25px; margin-bottom: 15px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
	margin: 30px -10px; padding-left: 0px; display: flex; list-style-type: none; flex-wrap: wrap;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
	flex:0 0 33.33%; padding-right: 10px; padding-left: 10px; max-width: 33.33%; -webkit-box-flex: 0;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
	margin-bottom: 0px;
}
.blog-details-desc .article-content .features-list {
	padding-left: 0px; margin-top: 25px; margin-bottom: 30px; list-style-type: none;
}
.blog-details-desc .article-content .features-list li {
	color: rgb(115, 123, 154); padding-left: 34px; margin-bottom: 16px; position: relative;
}
.blog-details-desc .article-content .features-list li i {
	border-radius: 40px; transition:0.6s; left: 0px; top: -2px; width: 25px; height: 25px; text-align: center; color: rgb(0, 176, 238); line-height: 25px; font-size: 11px; display: inline-block; position: absolute; background-color: rgb(250, 245, 245); -webkit-transition: 0.6s;
}
.blog-details-desc .article-content .features-list li:hover i {
	color: rgb(255, 255, 255); background-color: rgb(0, 176, 238);
}
.blog-details-desc .article-content .features-list li:last-child {
	margin-bottom: 0px;
}
.blog-details-desc .article-footer {
	margin-top: 30px; display: flex; flex-wrap: wrap;
}
.blog-details-desc .article-footer .article-tags {
	flex:0 0 50%; color: rgb(115, 123, 154); max-width: 50%; -webkit-box-flex: 0;
}
.blog-details-desc .article-footer .article-tags span {
	top: 2px; color: rgb(57, 57, 83); font-size: 20px; margin-right: 5px; display: inline-block; position: relative;
}
.blog-details-desc .article-footer .article-tags a {
	color: rgb(115, 123, 154); display: inline-block;
}
.blog-details-desc .article-footer .article-tags a:hover {
	color: rgb(0, 176, 238);
}
.blog-details-desc .article-footer .article-share {
	flex:0 0 50%; max-width: 50%; -webkit-box-flex: 0;
}
.blog-details-desc .article-footer .article-share .social {
	text-align: right; padding-left: 0px; margin-bottom: 0px; list-style-type: none;
}
.blog-details-desc .article-footer .article-share .social li {
	display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li span {
	color: rgb(115, 123, 154); font-weight: 500; margin-right: 2px; display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li a {
	border-radius: 50%; width: 30px; height: 30px; text-align: center; color: rgb(0, 176, 238); line-height: 30px; font-size: 12px; display: block; background-color: rgb(238, 238, 240);
}
.blog-details-desc .article-footer .article-share .social li a:hover {
	color: rgb(255, 255, 255); transform: translateY(-2px); background-color: rgb(0, 176, 238); -webkit-transform: translateY(-2px);
}
.blog-details-desc .post-navigation {
	margin-top: 30px;
}
blockquote {
	padding: 50px !important; text-align: center; overflow: hidden; margin-top: 20px; margin-bottom: 20px; position: relative; z-index: 1; background-color: rgb(250, 250, 250);
}
.blockquote {
	padding: 50px !important; text-align: center; overflow: hidden; margin-top: 20px; margin-bottom: 20px; position: relative; z-index: 1; background-color: rgb(250, 250, 250);
}
blockquote p {
	color: rgb(57, 57, 83); line-height: 1.6; font-size: 24px !important; font-style: italic; font-weight: 500; margin-bottom: 0px;
}
.blockquote p {
	color: rgb(57, 57, 83); line-height: 1.6; font-size: 24px !important; font-style: italic; font-weight: 500; margin-bottom: 0px;
}
blockquote cite {
	display: none;
}
.blockquote cite {
	display: none;
}
blockquote::before {
	left: 50px; top: -50px; color: rgb(239, 239, 239); font-family: "Font Awesome 5 Free"; font-size: 140px; font-weight: 900; position: absolute; z-index: -1; content: "\f10e";
}
.blockquote::before {
	left: 50px; top: -50px; color: rgb(239, 239, 239); font-family: "Font Awesome 5 Free"; font-size: 140px; font-weight: 900; position: absolute; z-index: -1; content: "\f10e";
}
blockquote::after {
	left: 0px; top: 0px; width: 3px; bottom: 0px; margin-top: 20px; margin-bottom: 20px; position: absolute; content: ""; background-color: rgb(0, 176, 238);
}
.blockquote::after {
	left: 0px; top: 0px; width: 3px; bottom: 0px; margin-top: 20px; margin-bottom: 20px; position: absolute; content: ""; background-color: rgb(0, 176, 238);
}
.post-navigation {
	padding-top: 20px; padding-bottom: 20px; border-top-color: rgb(238, 238, 238); border-bottom-color: rgb(238, 238, 238); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.post-navigation .navigation-links {
	display: flex; flex-wrap: wrap;
}
.post-navigation .navigation-links .nav-previous {
	flex:0 0 50%; max-width: 50%; -webkit-box-flex: 0;
}
.post-navigation .navigation-links .nav-previous a i {
	transition:0.6s; margin-right: 2px; -webkit-transition: 0.6s;
}
.post-navigation .navigation-links .nav-previous a:hover i {
	margin-right: 0px;
}
.post-navigation .navigation-links .nav-next {
	flex:0 0 50%; text-align: right; max-width: 50%; -webkit-box-flex: 0;
}
.post-navigation .navigation-links .nav-next a i {
	transition:0.6s; margin-left: 2px; -webkit-transition: 0.6s;
}
.post-navigation .navigation-links .nav-next a:hover i {
	margin-left: 0px;
}
.post-navigation .navigation-links div a {
	font-weight: 600; display: inline-block;
}
.comments-area {
	padding: 25px; margin-top: 30px; box-shadow: 0px 0px 29px 0px rgba(102,102,102,0.08); background-color: rgb(255, 255, 255); -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
}
.comments-area .comments-title {
	font-size: 24px; font-weight: 600; margin-bottom: 30px; position: relative;
}
.comments-area ol {
	margin: 0px; padding: 0px; list-style-type: none;
}
.comments-area ul {
	margin: 0px; padding: 0px; list-style-type: none;
}
.comments-area .comment-list {
	margin: 0px; padding: 0px; list-style-type: none;
}
.comments-area .comment-body {
	color: rgb(57, 57, 83); padding-bottom: 20px; padding-left: 65px; font-size: 14px; margin-bottom: 20px; border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid;
}
.comments-area .comment-body .reply {
	margin-top: 15px;
}
.comments-area .comment-body .reply a {
	padding: 5px 20px; border-radius: 30px; border: 1px solid rgb(222, 217, 217); border-image: none; color: rgb(57, 57, 83); text-transform: capitalize; font-size: 12px; font-weight: 600; display: inline-block; position: relative; z-index: 1;
}
.comments-area .comment-body .reply a:hover {
	border-color: rgb(0, 176, 238); color: rgb(255, 255, 255); background-color: rgb(0, 176, 238);
}
.comments-area .comment-author {
	font-size: 17px; margin-bottom: 0.1em; position: relative; z-index: 2;
}
.comments-area .comment-author .avatar {
	left: -65px; width: 50px; height: 50px; position: absolute;
}
.comments-area .comment-author .fn {
	font-weight: 600;
}
.comments-area .comment-author .says {
	display: none;
}
.comments-area .comment-metadata {
	color: rgb(115, 123, 154); text-transform: uppercase; letter-spacing: 0.01em; font-size: 13px; font-weight: 400; margin-bottom: 0.8em;
}
.comments-area .comment-metadata a {
	color: rgb(115, 123, 154);
}
.comments-area .comment-metadata a:hover {
	color: rgb(0, 176, 238);
}
.comments-area .comment-respond {
	margin-top: 30px;
}
.comments-area .comment-respond .comment-reply-title {
	font-size: 24px; font-weight: 600; margin-bottom: 0px; position: relative;
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
	display: inline-block;
}
.comments-area .comment-respond .comment-form {
	overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
	margin-top: 10px; margin-bottom: 0px;
}
.comments-area .comment-respond .comment-form-comment {
	width: 100%; margin-top: 15px; float: left;
}
.comments-area .comment-respond label {
	color: rgb(57, 57, 83); font-weight: 600; margin-bottom: 5px; display: block;
}
.comments-area .comment-respond input[type='date'] {
	padding: 0.62em 0.73em; outline: 0px; border: 1px solid rgb(238, 238, 238); transition:0.6s; border-image: none; width: 100%; display: block; background-color: rgb(255, 255, 255); -webkit-transition: 0.6s;
}
.comments-area .comment-respond input[type='time'] {
	padding: 0.62em 0.73em; outline: 0px; border: 1px solid rgb(238, 238, 238); transition:0.6s; border-image: none; width: 100%; display: block; background-color: rgb(255, 255, 255); -webkit-transition: 0.6s;
}
.comments-area .comment-respond input[type='datetime-local'] {
	padding: 0.62em 0.73em; outline: 0px; border: 1px solid rgb(238, 238, 238); transition:0.6s; border-image: none; width: 100%; display: block; background-color: rgb(255, 255, 255); -webkit-transition: 0.6s;
}
.comments-area .comment-respond input[type='week'] {
	padding: 0.62em 0.73em; outline: 0px; border: 1px solid rgb(238, 238, 238); transition:0.6s; border-image: none; width: 100%; display: block; background-color: rgb(255, 255, 255); -webkit-transition: 0.6s;
}
.comments-area .comment-respond input[type='month'] {
	padding: 0.62em 0.73em; outline: 0px; border: 1px solid rgb(238, 238, 238); transition:0.6s; border-image: none; width: 100%; display: block; background-color: rgb(255, 255, 255); -webkit-transition: 0.6s;
}
.comments-area .comment-respond input[type='text'] {
	padding: 0.62em 0.73em; outline: 0px; border: 1px solid rgb(238, 238, 238); transition:0.6s; border-image: none; width: 100%; display: block; background-color: rgb(255, 255, 255); -webkit-transition: 0.6s;
}
.comments-area .comment-respond input[type='email'] {
	padding: 0.62em 0.73em; outline: 0px; border: 1px solid rgb(238, 238, 238); transition:0.6s; border-image: none; width: 100%; display: block; background-color: rgb(255, 255, 255); -webkit-transition: 0.6s;
}
.comments-area .comment-respond input[type='url'] {
	padding: 0.62em 0.73em; outline: 0px; border: 1px solid rgb(238, 238, 238); transition:0.6s; border-image: none; width: 100%; display: block; background-color: rgb(255, 255, 255); -webkit-transition: 0.6s;
}
.comments-area .comment-respond input[type='password'] {
	padding: 0.62em 0.73em; outline: 0px; border: 1px solid rgb(238, 238, 238); transition:0.6s; border-image: none; width: 100%; display: block; background-color: rgb(255, 255, 255); -webkit-transition: 0.6s;
}
.comments-area .comment-respond input[type='search'] {
	padding: 0.62em 0.73em; outline: 0px; border: 1px solid rgb(238, 238, 238); transition:0.6s; border-image: none; width: 100%; display: block; background-color: rgb(255, 255, 255); -webkit-transition: 0.6s;
}
.comments-area .comment-respond input[type='tel'] {
	padding: 0.62em 0.73em; outline: 0px; border: 1px solid rgb(238, 238, 238); transition:0.6s; border-image: none; width: 100%; display: block; background-color: rgb(255, 255, 255); -webkit-transition: 0.6s;
}
.comments-area .comment-respond input[type='number'] {
	padding: 0.62em 0.73em; outline: 0px; border: 1px solid rgb(238, 238, 238); transition:0.6s; border-image: none; width: 100%; display: block; background-color: rgb(255, 255, 255); -webkit-transition: 0.6s;
}
.comments-area .comment-respond textarea {
	padding: 0.62em 0.73em; outline: 0px; border: 1px solid rgb(238, 238, 238); transition:0.6s; border-image: none; width: 100%; display: block; background-color: rgb(255, 255, 255); -webkit-transition: 0.6s;
}
.comments-area .comment-respond input[type='date']:focus {
	border-color: rgb(0, 176, 238);
}
.comments-area .comment-respond input[type='time']:focus {
	border-color: rgb(0, 176, 238);
}
.comments-area .comment-respond input[type='datetime-local']:focus {
	border-color: rgb(0, 176, 238);
}
.comments-area .comment-respond input[type='week']:focus {
	border-color: rgb(0, 176, 238);
}
.comments-area .comment-respond input[type='month']:focus {
	border-color: rgb(0, 176, 238);
}
.comments-area .comment-respond input[type='text']:focus {
	border-color: rgb(0, 176, 238);
}
.comments-area .comment-respond input[type='email']:focus {
	border-color: rgb(0, 176, 238);
}
.comments-area .comment-respond input[type='url']:focus {
	border-color: rgb(0, 176, 238);
}
.comments-area .comment-respond input[type='password']:focus {
	border-color: rgb(0, 176, 238);
}
.comments-area .comment-respond input[type='search']:focus {
	border-color: rgb(0, 176, 238);
}
.comments-area .comment-respond input[type='tel']:focus {
	border-color: rgb(0, 176, 238);
}
.comments-area .comment-respond input[type='number']:focus {
	border-color: rgb(0, 176, 238);
}
.comments-area .comment-respond textarea:focus {
	border-color: rgb(0, 176, 238);
}
.comments-area .comment-respond .comment-form-author {
	width: 50%; padding-right: 10px; margin-bottom: 20px; float: left;
}
.comments-area .comment-respond .comment-form-email {
	width: 50%; padding-left: 12px; margin-bottom: 20px; float: left;
}
.comments-area .comment-respond .comment-form-url {
	width: 100%; margin-bottom: 20px; float: left;
}
.comments-area .comment-respond .comment-form-cookies-consent {
	width: 100%; padding-left: 20px; margin-bottom: 20px; float: left; position: relative;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
	left: 0px; top: 4px; position: absolute;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
	margin: 0px; top: -2px; color: rgb(115, 123, 154); font-weight: normal; display: inline-block; position: relative;
}
.comments-area .comment-respond .form-submit {
	width: 100%; float: left;
}
.comments-area .comment-respond .form-submit input {
	background: rgb(0, 176, 238); padding: 10px 30px; outline: 0px; border-radius: 0px; border: currentColor; transition:0.6s; border-image: none; color: rgb(255, 255, 255); text-transform: uppercase; font-size: 14px; font-weight: 600; display: inline-block; cursor: pointer; -webkit-transition: 0.6s;
}
.comments-area .comment-respond .form-submit input:hover {
	color: rgb(255, 255, 255); background-color: rgb(57, 57, 83);
}
.comments-area .comment-respond .form-submit input:focus {
	color: rgb(255, 255, 255); background-color: rgb(57, 57, 83);
}
.footer-section {
	background-position: center; overflow: hidden; position: relative; z-index: 1; background-image: url("../../assets/img/footer-bg.jpg"); background-repeat: no-repeat; background-size: cover;
}
.footer-section::before {
	left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; position: absolute; content: ""; opacity: 0.5; background-color: rgb(57, 57, 83);
}
.footer-heading {
	margin-bottom: 25px;
}
.footer-heading h3 {
	margin: 0px; color: rgb(255, 255, 255); padding-bottom: 10px; font-size: 20px; font-weight: 600; border-bottom-color: rgb(60, 67, 80); border-bottom-width: 1px; border-bottom-style: solid; position: relative;
}
.single-footer-widget .footer-social {
	padding-left: 0px; margin-top: 20px; margin-bottom: 0px;
}
.single-footer-widget .footer-social li {
	margin-right: 10px; display: inline-block;
}
.single-footer-widget .footer-social li:last-child {
	margin-right: 0px;
}
.single-footer-widget .footer-social i {
	border-radius: 50px; border: 1px solid rgb(255, 255, 255); transition:0.6s; border-image: none; width: 35px; height: 35px; text-align: center; color: rgb(0, 176, 238); line-height: 35px; display: inline-block; background-color: rgb(255, 255, 255); -webkit-transition: 0.6s;
}
.single-footer-widget .footer-social i::before {
	font-size: 14px;
}
.single-footer-widget .footer-social i:hover {
	border: 1px solid rgb(0, 176, 238); border-image: none; color: rgb(255, 255, 255); background-color: rgb(0, 176, 238);
}
.single-footer-widget p {
	color: rgb(209, 207, 207); font-size: 14px; font-weight: 400;
}
.single-footer-widget .footer-heading {
	margin-bottom: 25px;
}
.single-footer-widget .footer-heading h3 {
	margin: 0px; color: rgb(255, 255, 255); font-size: 20px; font-weight: 600;
}
.single-footer-widget .footer-quick-links {
	padding-left: 0px; margin-bottom: 0px;
}
.single-footer-widget .footer-quick-links li {
	padding-bottom: 18px; list-style-type: none;
}
.single-footer-widget .footer-quick-links li:last-child {
	padding-bottom: 0px;
}
.single-footer-widget .footer-quick-links li a {
	color: rgb(224, 219, 219); font-size: 14px; font-weight: 400; display: inline-block;
}
.single-footer-widget .footer-quick-links li a:hover {
	transition:0.6s; color: rgb(0, 176, 238); letter-spacing: 1px; -webkit-transition: 0.6s;
}
.single-footer-widget .footer-info-contact {
	padding-left: 35px; margin-bottom: 16px; position: relative;
}
.single-footer-widget :last-child.footer-info-contact {
	margin-bottom: 0px;
}
.single-footer-widget .footer-info-contact i {
	left: 0px; top: -4px; color: rgb(255, 255, 255); position: absolute;
}
.single-footer-widget .footer-info-contact i::before {
	font-size: 20px;
}
.single-footer-widget .footer-info-contact h3 {
	margin: 0px 0px 10px; color: rgb(224, 219, 219); font-size: 16px; font-weight: 500;
}
.single-footer-widget .footer-info-contact span {
	color: rgb(224, 219, 219); font-size: 14px; font-weight: 400;
}
.single-footer-widget .footer-info-contact span a {
	transition:0.6s; color: rgb(224, 219, 219); font-size: 14px; font-weight: 400; -webkit-transition: 0.6s;
}
.single-footer-widget .footer-info-contact span a:hover {
	color: rgb(0, 176, 238); letter-spacing: 1px;
}
.copyright-area {
	padding-top: 35px; padding-bottom: 35px; background-color: rgb(1, 8, 45);
}
.copyright-area p {
	color: rgb(217, 211, 211); font-size: 14px;
}
.copyright-area p a {
	color: rgb(217, 211, 211); font-weight: 600; display: inline-block;
}
.copyright-area p a:hover {
	color: rgb(0, 176, 238);
}
.copyright-area ul {
	text-align: right; padding-left: 0px; margin-bottom: 0px; list-style-type: none;
}
.copyright-area ul li {
	color: rgb(217, 211, 211); font-size: 14px; margin-right: 10px; margin-left: 10px; display: inline-block; position: relative;
}
.copyright-area ul li a {
	color: rgb(217, 211, 211); display: inline-block;
}
.copyright-area ul li a:hover {
	color: rgb(0, 176, 238);
}
.copyright-area ul li::before {
	top: 5px; width: 1px; height: 14px; right: -13px; position: absolute; content: ""; background-color: rgb(255, 255, 255);
}
.copyright-area ul li:last-child {
	margin-right: 0px;
}
.copyright-area ul li:last-child::before {
	display: none;
}
.copyright-area ul li:first-child {
	margin-left: 0px;
}
.go-top {
	border-radius: 50%; transition:0.9s; top: 0px; width: 40px; height: 40px; text-align: center; right: 15px; color: rgb(255, 255, 255); line-height: 40px; visibility: hidden; position: fixed; z-index: 4; cursor: pointer; opacity: 0; background-color: rgb(0, 176, 238); -webkit-transition: .9s;
}
.go-top.active {
	top: 98%; visibility: visible; opacity: 1; transform: translateY(-98%); -webkit-transform: translateY(-98%);
}
.go-top i {
	margin: 0px auto; transition:0.6s; left: 0px; top: 50%; right: 0px; position: absolute; transform: translateY(-50%); -webkit-transform: translateY(-50%); -webkit-transition: 0.6s;
}
.go-top i:last-child {
	top: 60%; visibility: hidden; opacity: 0;
}
.go-top::before {
	background: rgb(57, 57, 83); border-radius: 50%; transition:0.6s; left: 0px; top: 0px; width: 100%; height: 100%; visibility: hidden; position: absolute; z-index: -1; content: ""; opacity: 0; -webkit-transition: 0.6s;
}
.go-top:hover {
	color: rgb(255, 255, 255);
}
.go-top:focus {
	color: rgb(255, 255, 255);
}
.go-top:hover::before {
	visibility: visible; opacity: 1;
}
.go-top:focus::before {
	visibility: visible; opacity: 1;
}
.go-top:hover i:first-child {
	top: 0px; visibility: hidden; opacity: 0;
}
.go-top:focus i:first-child {
	top: 0px; visibility: hidden; opacity: 0;
}
.go-top:hover i:last-child {
	top: 50%; visibility: visible; opacity: 1;
}
.go-top:focus i:last-child {
	top: 50%; visibility: visible; opacity: 1;
}
