/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "utf-8";
/**
 * VictorThemes Styling
 *
 * 1. Common Element Stylings
 * 2. Animate Block
 * 3. Heading
 * 4. Reset CSS
 * 5. Navigation
 * 6. Magnific Popup
 * 7. Button
 * 8. Header
 * 9. Banner
 * 10. Elements
 * --- App Features
 * --- App Info
 * --- App View
 * --- Feature Slider
 * --- App Benefites
 * --- App Screens
 * --- Pricing
 * --- Testimonials
 * --- Get App
 * --- Subscribe Form
 * --- Copyright
 * --- Back To Top
 * --- App Features (Style2)
 * --- Feature Details
 * --- Feature Details (Style2)
 * --- Pricing Style2
 * --- Status Info
 * --- Testimonials (Style2)
 * --- Team
 * --- Clients
 * --- Subscribe Form (Style2)
 * --- App Features (Style3)
 * --- App Info (Style3)
 * --- App Overview
 * --- Testimonials (Style3)
 * --- Clients (Style2)
 * --- Free Trial
 * --- Contact
 * 11. Footer
 * 12. 404 Page
 * 13. Blog Page
 */

/* 1. Common Element Stylings */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	text-rendering: auto;
	-moz-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
* {
	padding: 0;
	margin: 0;
}
:focus {
	outline: none;
}
a {
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
a {
	text-decoration: none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
a:focus,
a:hover {
	color: #036ded;
	text-decoration: none;
}
img {
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: auto;
}
iframe {
	float: left;
	width: 100%;
	border: none;
}

video {
	position: static !important;
	width: auto !important;
	min-width: 100%;
	height: auto !important;
	min-height: 100%;
}
.bg-bottom-center {
	background-position: center bottom;
}
.bg-top-center {
	background-position: center top;
}
.bg-center-center {
	background-position: center center;
}
.redl-table-container {
	display: table;
	width: 100%;
	height: 100%;
}
.redl-align-container {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.block {
	display: block;
	overflow: hidden;
	clear: both;
}
.left-align {
	text-align: left;
}
.right-align {
	text-align: right;
}
.center-align {
	text-align: center;
}

.email-signup {
	font-size: 10px;
	margin-top: 1.5em;
}

/* Tiled Gallery */
.gallery {
	clear: both;
	margin: 0;
	overflow: hidden;
}
.gallery img {
	margin: 2px !important; /* Ensure that this value isn't overridden by themes that give content images blanket margins */
}
.gallery .gallery-group {
	float: left;
	overflow-y: hidden;
	position: relative;
}
.gallery .gallery-item {
	float: left;
	margin: 0;
	position: relative;
}
.gallery .gallery-row {
	overflow: hidden;
	margin-bottom: 2px;
}
.gallery .gallery-item a {
	/* Needs to reset some properties for theme compatibility */
	background: transparent;
	border: none;
	color: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: auto;
}
.gallery .gallery-item img,
.gallery .gallery-item img:hover {
	/* Needs to reset some properties for theme compatibility */
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 100%;
	padding: 0;
	vertical-align: middle;
}
.gallery-caption {
	/* Captions */
	background: #eee;
	background: rgba(255, 255, 255, 0.8);
	color: #333;
	font-size: 13px;
	font-weight: normal;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}
.gallery .gallery-item.small .gallery-caption {
	/* Smaller captions */
	font-size: 11px;
}

/* =Greyscale
-------------------------------------------------------------- */
.gallery .gallery-item img.grayscale {
	position: absolute;
	left: 0;
	top: 0;
}
.gallery .gallery-item img.grayscale:hover {
	opacity: 0;
}

/* =Circles Layout
-------------------------------------------------------------- */
.gallery.type-circle .gallery-item img {
	border-radius: 50% !important; /* Ensure that circles are displayed in themes that add border-radius to all images as a default */
}
.gallery.type-circle .gallery-caption {
	display: none;
	opacity: 0;
}

/* 2. Animate Block */
.animateblock {
	display: block;
	position: relative;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}
.animateblock.animated.slideinup,
.animateblock.animated.slideinup-two,
.animateblock.animated.slideinbottom,
.animateblock.animated.slideinleft,
.animateblock.animated.slideinright {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.slideinup {
	-webkit-transform: translate3d(0px, 20px, 0px);
	transform: translate3d(0px, 20px, 0px);
}
.slideinup-two {
	-webkit-transform: translate3d(0px, 40px, 0px);
	transform: translate3d(0px, 40px, 0px);
}
.slideinbottom {
	-webkit-transform: translate3d(0px, -100px, 0px);
	transform: translate3d(0px, -100px, 0px);
}
.slideinleft {
	-webkit-transform: translate3d(-100px, 0, 0px);
	transform: translate3d(-100px, 0px, 0px);
}
.slideinright {
	-webkit-transform: translate3d(100px, 0, 0px);
	transform: translate3d(100px, 0px, 0px);
}

.play-btn {
	display: inline-block;
}
.play-btn i {
	display: inline-block;
	vertical-align: middle;
	width: 49px;
	height: 49px;
	background: #ffffff;
	position: relative;
	border-radius: 100%;
}
.play-btn i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #222222;
	content: "";
}
.play-btn span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	color: #f8f8f8;
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.3px;
}

.play-btn-black span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	color: #f8f8f8;
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.3px;
}

/* 3. Heading */
.redl-heading-wrap {
	float: left;
	width: 560px;
}
.redl-heading-wrap .redl-heading {
	display: block;
	padding-bottom: 16px;
	font-size: 45px;
	line-height: 45px;
	letter-spacing: -0.2px;
}
.redl-heading-wrap .redl-sub-heading {
	display: block;
	padding-bottom: 38px;
	color: #eeeeee;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.3px;
}
.section-heading-wrap {
	display: block;
	padding-bottom: 43px;
	text-align: center;
}
.section-heading-wrap.left-align {
	text-align: left;
}
.section-heading-wrap.style2 {
	padding-bottom: 9px;
}
.section-heading-wrap.style2 .section-heading {
	font-size: 26px;
	line-height: 35px;
}
.section-heading-wrap.style3 {
	padding-bottom: 31px;
}
.section-heading-wrap.style3 .section-heading {
	padding-bottom: 11px;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: -0.2px;
}
.section-heading-wrap.style3 .section-sub-heading {
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0;
}
.section-heading-wrap.style4 {
	padding-bottom: 27px;
}
.section-heading-wrap.style4 .section-heading {
	padding-bottom: 2px;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: -0.2px;
}
.section-heading-wrap.style4 .section-sub-heading {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0;
}
.section-heading-wrap .section-heading {
	display: block;
	padding-bottom: 8px;
	font-weight: 300;
	font-size: 30px;
}
.section-heading-wrap .section-sub-heading {
	display: block;
	padding-bottom: 8px;
	color: #777777;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.3px;
}

/* 4. Reset CSS */
form p {
	display: inline-block;
	width: 100%;
	margin: 0;
}
label {
	display: inline-block;
	clear: both;
	cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"],
input[type="url"],
input[type="number"],
textarea,
select,
.form-control {
	float: left;
	width: 100%;
	height: 54px;
	padding: 15px 25px;
	background-color: #fcfcfc;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.42857143;
	border: 1px solid #ececec;
	letter-spacing: 0.3px;
	outline: none;
	border-radius: 30px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

::-webkit-input-placeholder {
	color: white;
	opacity: 1;
}

::-moz-placeholder {
	color: white;
	opacity: 1;
}

:-ms-input-placeholder {
	color: white;
	opacity: 1;
}

::-ms-input-placeholder {
	color: white;
	opacity: 1;
}

::placeholder {
	color: white;
	opacity: 1;
}
:-ms-input-placeholder {
	color: white;
}

::-ms-input-placeholder {
	color: white;
}
input[type="range"],
input[type="file"] {
	width: 100%;
	cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
	margin-right: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus,
.form-control:focus {
	background-color: #ffffff;
	border-color: #d3d3d3;
}
input[type="submit"] {
	display: inline-block;
	padding: 12px 30px 10px;
	min-width: 151px;
	background-color: #0669e0;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	position: relative;
	border: 1px solid transparent;
	outline: none;
	white-space: nowrap;
	vertical-align: middle;
	letter-spacing: 0.5px;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 30px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
input[type="submit"]:focus,
input[type="submit"]:hover {
	background-color: #0451d1;
}
textarea {
	height: 130px;
	resize: none;
}
ul,
ul li,
ol,
ol li {
	padding: 0;
	margin: 0;
}
.navbar-right {
	margin: 0;
}
.tooltip.in {
	opacity: 1;
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -10px;
}
.tooltip-inner {
	max-width: 150px;
	padding: 11px 17px;
	font-size: 11px;
	background-color: #ffffff;
	color: #777777;
	border: 1px solid #eaeaea;
	text-align: center;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 6px 1px #f4f4f4;
	box-shadow: 1px 1px 6px 1px #f4f4f4;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 1px;
	left: 50%;
	margin-left: -5px;
	border-width: 6px 6px 0;
	border-top-color: #fff;
}
.tooltip.top .tooltip-arrow:before {
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -6px;
	border-top: 6px solid #ededed;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	z-index: -1;
}
.nav-tabs {
	display: inline-block;
	overflow: hidden;
	clear: both;
	margin-bottom: 54px;
	border: 1px solid #e8e8e8;
	border-radius: 30px;
}
.redl-main-container.container ul.nav-tabs {
	padding-left: 0;
}
.nav-tabs > li {
	min-width: 125px;
	margin: 0;
}
.nav-tabs > li:first-child a {
	border-radius: 30px 0 0 30px;
}
.nav-tabs > li:last-child a {
	border-radius: 0 30px 30px 0;
}
.nav-tabs > li > a {
	padding: 13px 12px 11px;
	margin: 0;
	background: #fcfcfc;
	color: #999999;
	font-size: 13px;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #e8e8e8;
	border-radius: 0;
}
.nav-tabs > li:last-child > a {
	border: none !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #222222;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #e8e8e8;
}
/* Navigation */
.dropdown-menu {
	min-width: 220px;
}
.dropdown-menu > li > a {
	padding: 7px 20px;
	color: #232323;
	line-height: 26px;
	white-space: normal;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	color: #232323;
	background-color: #f7f7f7;
}
.navbar-nav > li > .dropdown-menu {
	padding: 10px 0;
	margin-top: 15px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.navbar-toggle {
	float: right;
	width: 45px;
	padding: 10px;
	margin: 0;
	background: transparent;
	border: none;
	border-radius: 3px;
}
.navbar-toggle .icon-bar,
.redl-banner-special.fixed .navbar-toggle .icon-bar {
	float: left;
	width: 100%;
	background: #ffffff !important;
}
.redl-banner-special .navbar-toggle .icon-bar {
	background: #fff;
}
.gray-nav .owl-dot {
	width: 7px;
	height: 7px;
	background: rgba(255, 255, 255, 0.3);
	border: none;
}
.gray-nav .owl-dot.active {
	width: 7px;
	height: 7px;
	background: #036ded;
}
/* 6. Magnific Popup */
.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-content .mfp-close {
	display: none;
}
.mfp-container .mfp-arrow:active {
	margin: -85px 0 0;
}
.mfp-container .mfp-arrow {
	margin: 0;
	margin-top: -85px;
	width: 45px;
	height: 170px;
	background-color: #232323;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 25% auto;
	cursor: pointer;
	opacity: 1;
	z-index: 9999;
}
.mfp-wrap .mfp-arrow:before,
.mfp-wrap .mfp-arrow:after {
	display: none;
}
.mfp-wrap .mfp-arrow.mfp-arrow-left {
	background-image: url(../images/icons/arrow1.png);
}
.mfp-wrap .mfp-arrow.mfp-arrow-right {
	background-image: url(../images/icons/arrow2.png);
}
.mfp-wrap .mfp-close {
	width: 16px;
	height: 16px;
	top: 30px;
	right: 28px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	z-index: 9999;
}
.mfp-wrap .mfp-close:active {
	top: 30px;
}
.mfp-close:before {
	position: absolute;
	top: -2px;
	left: 7px;
	width: 2px;
	height: 16px;
	background: #ffffff;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.mfp-close:after {
	position: absolute;
	top: -2px;
	right: 7px;
	width: 2px;
	height: 16px;
	background: #ffffff;
	content: "";
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
}
/* 7. Button */
.redl-btn i {
	margin-right: 6px;
	vertical-align: middle;
}
.btn-icon-right.redl-btn i {
	margin-right: 0;
	margin-left: 6px;
}
.btn-icon-left.redl-btn i {
	margin-right: 6px;
	margin-left: 0;
}
.btn-text {
	float: left;
}
.redl-btn-one,
.page .redl-header.redl-banner-special .redl-btn-one,
.error404 .redl-header.redl-banner-special .redl-btn-one {
	background-image: -webkit-gradient(linear, left top, right top, from(#5de7ff), to(#4767b0));
	background-image: -o-linear-gradient(left, #5de7ff, #4767b0);
	background-image: linear-gradient(to right, #5de7ff, #4767b0);
	color: #ffffff;
	border: none !important;
}

.redl-btn-three {
	background-color: #036ded;
	color: #ffffff;
	border-color: #036ded;
}
.redl-btn-three:hover,
.redl-btn-three:focus {
	color: #5de7ff;
	background-image: none;
	background-color: #ffffff !important;
}
.redl-btn-four {
	color: #141924 !important;
	background-color: #ffffff !important;
}
.redl-btn-four:hover,
.redl-btn-four:focus {
	color: #ffffff !important;
}
.redl-btn-small {
	min-width: 80px;
	padding: 8px 30px;
}
.redl-btn-small:hover {
	color: #141924 !important;
}
.redl-btn-medium {
	min-width: 163px;
	padding: 2px 40px 2px;
}
.redl-btn-medium-2 {
	min-width: 165px;
	padding: 9px 20px 8px;
}
.redl-btn-medium-3 {
	min-width: 151px;
}
.redl-btn-medium-4 {
	min-width: 171px;
}
.redl-btn-medium-5 {
	min-width: 161px;
}
.redl-btn-medium-6 {
	padding: 14px 34px 12px;
}
.redl-btn-large {
	min-width: 199px;
	padding: 15px 28px 13px;
}
.redl-btn-large i {
	font-size: 17px;
}
/* 8. Header */
.page .redl-banner-special.redl-header,
.error404 .redl-banner-special.redl-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 43px 0;
	color: #fff;
	background: transparent;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9 !important;
}
.redl-banner-special-page .sticky_special {
	position: fixed;
	width: 100%;
	z-index: 99999;
}
.redl-header.fixed,
.page .redl-banner-special.redl-header.fixed,
.error404 .redl-banner-special.redl-header.fixed {
	padding: 20px 0;
	background: #10317a;
	box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
	z-index: 9 !important;
}

.redl-banner-special-page .redl-header.fixed .logo img.dark-logo,
.redl-banner-special-page .redl-header.fixed .logo span.dark-logo,
.redl-header.fixed .logo img.dark-logo,
.redl-header.fixed .logo span.dark-logo {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}
.redl-banner-special-page .redl-header .logo img.dark-logo,
.redl-banner-special-page .redl-header .logo span.dark-logo,
.redl-header.fixed .logo img.white-logo,
.redl-header.fixed .logo span.white-logo {
	opacity: 0;
	visibility: hidden;
}
.redl-header.fixed .navbar-toggle .icon-bar {
	background: #ffffff;
}
.redl-header-right {
	float: right;
}
.redl-header.fixed .navbar-nav > li > a,
.page .redl-banner-special.redl-header.fixed .navbar-nav > li > a,
.error404 .redl-banner-special.redl-header.fixed .navbar-nav > li > a {
	color: #232323;
}
.redl-header.fixed .navbar-nav > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: transparent;

	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.redl-header.fixed .navbar-nav > li > a.redl-current:after {
	width: 100%;
	background-color: #232323;
}
.page .redl-header.redl-banner-special.fixed .redl-btn,
.error404 .redl-header.redl-banner-special.fixed .redl-btn {
	border-color: #036ded;
	color: #fff;
	background-color: #036ded;
}
.page .redl-header.redl-banner-special.fixed .redl-btn:hover,
.error404 .redl-header.redl-banner-special.fixed .redl-btn:hover {
	background-color: #0451d1;
}
.redl-header.fixed .redl-btn:hover,
.redl-header.fixed .redl-btn:focus {
	background-color: #005ddd;
}
.admin-bar .sticky-wrapper .redl-header {
	top: 32px;
}
@media (max-width: 508px) {
	.admin-bar .sticky-wrapper .redl-header.fixed {
		top: 0;
	}
}
.redl-header .logo {
	float: left;
	position: relative;
	margin-top: -8px;
}
.redl-header .logo img {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	position: absolute;
	top: 3px;
	left: 0;
	max-width: 182px;
	z-index: 1;
}
.redl-header .logo a span {
	font-size: 24px;
	font-weight: bold;
}
.redl-banner-special-page .sticky_special .redl-header .logo a span {
	color: #fff;
}
.redl-banner-special-page .sticky_special .redl-header.fixed .logo a span {
	color: #232323;
}
.page .redl-banner-special.redl-header .navbar-nav,
.error404 .redl-banner-special.redl-header .navbar-nav,
.redl-header .navbar-nav {
	padding-top: 8px;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.3px;
}
.redl-header .navbar-nav > li {
	padding: 0 16px;
}
.page .redl-banner-special.redl-header .navbar-nav > li > a,
.error404 .redl-banner-special.redl-header .navbar-nav > li > a,
.redl-header .navbar-nav > li > a {
	padding: 0;
	background: none;
	color: #fff;
	line-height: 26px;
}
.redl-header .nav .open > a,
.redl-header .nav .open > a:focus,
.redl-header .nav .open > a:hover {
	background: none;
}
.redl-header .navbar-right .dropdown-menu {
	left: 14px;
	right: auto;
}
.dropdown-menu li ul {
	top: 2px;
	left: 100%;
	padding: 0;
}
.redl-header .redl-btn,
.page .redl-banner-special.redl-header .redl-btn,
.error404 .redl-banner-special.redl-header .redl-btn {
	margin-left: 8px;
	color: #555555;
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	text-transform: none;
	letter-spacing: 0.3px;
}
.redl-header .redl-btn:hover,
.redl-header .redl-btn:focus,
.page .redl-banner-special .redl-header .redl-btn:hover,
.page .redl-banner-special .redl-header .redl-btn:focus,
.error404 .redl-banner-special .redl-header .redl-btn:hover,
.error404 .redl-banner-special .redl-header .redl-btn:focus {
	color: #fff;
}
/* 9. Banner */
.redl-banner {
	float: left;
	width: 100%;
	/*height: 800px;*/
	background-color: #036ded;
	background-image: url(../images/pattern2.png);
	background-position: 50% 100%;
	background-repeat: repeat;
	overflow: hidden;
	position: relative;
}
.redl-banner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.redl-banner.wave-banner {
	background-image: url(../images/banners/banner1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.redl-banner.image-banner {
	background-image: url(../images/banners/banner2.png);
	background-position: 50% 0;
	background-size: cover;
}
.redl-banner.image-banner .redl-sub-heading,
.redl-banner.video-banner .redl-sub-heading {
	color: #ffffff;
}
.redl-banner.center-align .redl-caption-wrap {
	padding-top: 179px;
}
.redl-banner.center-align .redl-heading-wrap {
	width: 100%;
	padding: 0 0 78px;
}
.redl-banner.center-align .redl-heading {
	padding-bottom: 11px;
}
.redl-banner.center-align .redl-sub-heading {
	padding-bottom: 28px;
}
.redl-banner .container {
	height: 100%;
}
.redl-video {
	float: left;
	width: 100%;
	height: 100% !important;
	position: relative;
}
.redl-video.video-class img {
	float: left;
}
.redl-video .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	z-index: 1;
}
.redl-video iframe {
	height: 333px;
}
.video-banner .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.redl-banner.video-banner {
	height: 900px;
	position: relative;
}
.redl-banner.video-banner:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
	display: inline-block;
}
.video {
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
}
.video-wrap {
	float: left;
	width: 100%;
	height: 100%;
}
.subscribe-link {
	display: none;
	padding-bottom: 20px;
}
.close-btn {
	display: none;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	opacity: 1;
	z-index: 3;
}
.close-button a {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}
.close-btn a:before {
	position: absolute;
	top: -2px;
	left: 14px;
	width: 2px;
	height: 30px;
	background: #ffffff;
	content: "";
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.close-btn a:after {
	position: absolute;
	top: -2px;
	right: 13px;
	width: 2px;
	height: 30px;
	background: #ffffff;
	content: "";
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
}
.redl-caption-wrap {
	float: left;
	width: 100%;
	height: 100%;
	padding-top: 187px;
	color: #ffffff;
}
.redl-caption-wrap .redl-heading-wrap {
	padding-top: 101px;
}
.redl-caption-wrap .wpb_single_image.wpb_content_element {
	margin-bottom: 0;
}
.redl-caption-wrap .play-btn i {
	width: 56px;
	height: 56px;
}
.redl-caption-wrap .play-btn i:before {
	margin: -5px 0 0 -4px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 8px;
}
.redl-caption-wrap .play-btn span {
	padding-left: 13px;
	color: #ffffff;
}
.redl-caption-wrap .redl-btn-one:hover,
.redl-caption-wrap .redl-btn-one:focus {
	color: #ffffff;
}
.redl-caption-wrap .redl-box-form {
	padding-left: 30px;
	color: #000000;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	text-align: left;
}
.form-column {
	display: block;
}
.redl-caption-wrap .redl-box-form.style-three {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.redl-box-form.style-three .vc_column-inner {
	background: white none repeat scroll 0 0;
	margin: 0 auto;
	width: 400px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	padding: 51px 41px 35px;
	display: none !important;
}
.redl-box-form.style-three .section-sub-heading {
	padding-bottom: 24px;
}
.redl-box-form.style-three .mc4wp-form {
	text-align: left;
}
.redl-box-form h4 {
	margin-bottom: 3px;
	font-weight: 500;
	font-size: 22px;
	line-height: normal;
	text-align: center;
}
.redl-box-form h5 {
	margin-bottom: 24px;
	color: #777777;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 0.2px;
	text-align: center;
}
.redl-box-form label {
	margin: 0 0 7px 24px;
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.redl-box-form input[type="text"],
.redl-box-form input[type="email"],
.redl-box-form input[type="password"],
.redl-box-form input[type="tel"],
.redl-box-form input[type="search"],
.redl-box-form input[type="date"],
.redl-box-form input[type="time"],
.redl-box-form input[type="datetime-local"],
.redl-box-form input[type="month"],
.redl-box-form input[type="url"],
.redl-box-form input[type="number"],
.redl-box-form textarea,
.redl-box-form select,
.redl-box-form .form-control {
	height: 50px;
	padding: 10px 25px;
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 13px;
	border-color: #eeeeee;
}
.redl-box-form.style-three input[type="text"],
.redl-box-form.style-three input[type="email"],
.redl-box-form.style-three input[type="password"],
.redl-box-form.style-three input[type="tel"],
.redl-box-form.style-three input[type="search"],
.redl-box-form.style-three input[type="date"],
.redl-box-form.style-three input[type="time"],
.redl-box-form.style-three input[type="datetime-local"],
.redl-box-form.style-three input[type="month"],
.redl-box-form.style-three input[type="url"],
.redl-box-form.style-three input[type="number"],
.redl-box-form.style-three textarea,
.redl-box-form.style-three select,
.redl-box-form.style-three .form-control {
	height: 50px;
	padding: 10px 25px;
	margin-bottom: 16px;
	font-weight: 400;
	font-size: 13px;
	border-color: #eeeeee;
	text-align: left;
	background-color: #fcfcfc;
}
.redl-box-form input[type="submit"] {
	width: 100%;
	padding: 14px 30px 12px;
	margin-top: 14px;
	font-weight: 700;
	letter-spacing: 0.3px;
}
/**
 * 10. Elements
 */
/* App Features */
.redl-app-features {
	float: left;
	width: 100%;
	padding: 114px 0 73px;
	text-align: center;
}
.redl-app-features .row {
	margin: 0 -35px;
}
.redl-app-features .col-md-4,
.redl-app-features .col-md-6 {
	padding: 0 35px;
}
.redl-service.style2 {
	display: block;
	padding-bottom: 35px;
	padding-top: 0;
}
.awesome-app-service .vc_column-inner {
	padding-left: 82px !important;
}
.redl-service {
	display: block;
	padding: 28px 0;
}
.redl-service [class^="ti-"] {
	display: block;
	padding-bottom: 14px;
	color: #555555;
	font-size: 34px;
}
.redl-service [class^="ti-"].ti-dashboard {
	padding-bottom: 11px;
	font-size: 37px;
}
.redl-service-name {
	display: block;
	padding-bottom: 13px;
	font-size: 20px;
	line-height: 26px;
}
/* App Info */
.redl-app-info {
	float: left;
	width: 100%;
	padding-top: 101px;
	background: #f7f8f9;
	overflow: hidden;
}
.redl-app-info .col-md-6 {
	padding: 0 41px;
}
.redl-app-info .row {
	margin: 0 -41px;
}
.app-info-wrap {
	display: block;
	padding-top: 40px;
}
.redl-app-info .section-heading-wrap {
	padding-bottom: 9px;
}
.redl-app-info .section-heading {
	padding-bottom: 7px;
	color: #222222;
}
.redl-app-info p {
	line-height: 26px;
}
.redl-app-info .clearfix {
	padding-top: 12px;
}
.redl-btn-border {
	padding: 11px 30px 9px;
	border-width: 2px;
}
.redl-app-info .animateblock {
	padding-left: 45px;
}
/* App View */
.redl-app-view {
	float: left;
	width: 100%;
}
.redl-app-view .container {
	width: auto;
	max-width: 1260px;
}
.redl-app-view .carousel-control {
	width: 59px;
	height: 59px;
	background: none;
	font-size: 14px;
	border: 2px solid #ffffff;
	opacity: 1;
	border-radius: 100px;
	z-index: 2;
}
.redl-app-view .carousel-control span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -7px;
	font-size: 13px;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	z-index: 1;
}
.redl-app-view .carousel-control:hover {
	background: #ffffff;
}
.redl-app-view .carousel-control:hover span {
	color: #555555;
}
.redl-app-view .carousel-control.left {
	top: 38px;
	right: 50px;
	left: auto;
	bottom: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
.redl-app-view .carousel-control.right {
	top: 109px;
	right: 50px;
	left: auto;
	bottom: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
.redl-app-view .carousel-indicators {
	left: 21px;
	top: 110px;
	bottom: auto;
	margin: 0;
	text-align: left;
}
.redl-app-view .carousel-indicators,
.redl-main-container.container ul.carousel-indicators,
.redl-main-container.container ol.carousel-indicators {
	padding-left: 0;
}
.redl-app-view .carousel-indicators li {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	background: #ffffff;
	margin: 1px 5px 0;
}
.redl-app-view .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	background: none;
	border: 2px solid #ffffff;
	margin: 0 7px;
}
/* Feature Slider */
#carousel-a {
	float: left;
	width: 480px;
	margin: 60px 0 0 -134px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	float: left;
}
#carousel-a .carousel-inner > .item > img:last-child,
#carousel-a .carousel-inner > .item > a > img:last-child {
	margin-left: 20px;
}
#carousel-a .carousel-inner > .item > img {
	opacity: 0.3;
	-webkit-filter: blur(1px);
	filter: blur(1px);
	max-width: 220px;
}
#carousel-b {
	float: left;
	width: 218px;
	min-height: 563px;
	padding: 63px 0 0 2px;
	margin-left: 20px;
	position: relative;
}
#carousel-b:before {
	position: absolute;
	content: "";
	background-image: url(../images/iphone7.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 100%;
	width: 267px;
	z-index: 1;
	left: -20px;
	top: 0;
}
#carousel-c {
	float: left;
	width: 450px;
	margin: 76px 0 0 75px;
}
#carousel-c .carousel-control {
	display: none;
}
#carousel-c .item .section-heading {
	float: left;
	width: 100%;
	color: #ffffff;
	font-weight: 300;
	font-size: 36px;
	line-height: 43px;
}
#carousel-c .item .section-heading-line {
	display: block;
	overflow: hidden;
	-webkit-transform: translate3d(0, 16px, 0);
	transform: translate3d(0, 16px, 0);
	-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#carousel-c .item.active .section-heading-line {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#carousel-c .item .section-heading-text {
	display: block;
	-webkit-transform: translate3d(0, 64px, 0);
	transform: translate3d(0, 64px, 0);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#carousel-c .item.active .section-heading-text {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#carousel-c .item.active.left .section-heading-text,
#carousel-c .item.active.right .section-heading-text {
	-webkit-transform: translate3d(0, -64px, 0);
	transform: translate3d(0, -64px, 0);
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
#carousel-c .item .section-heading strong {
	float: left;
	width: 100%;
	font-weight: 600;
}
#carousel-c .app-screen-info {
	float: left;
	width: 100%;
	padding: 68px 0 20px 28px;
	position: relative;
	left: -30px;
	visibility: hidden;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
#carousel-c .item.active .app-screen-info {
	left: 0;
	visibility: visible;
}
#carousel-c .item.active.left .app-screen-info,
#carousel-c .item.active.right .app-screen-info {
	left: 30px;
}
#carousel-c .item p {
	font-size: 17px;
	color: #757575;
	line-height: 26px;
	font-weight: 500;
}
#carousel-c .item ul {
	display: block;
	padding-top: 13px;
	padding-left: 0;
	color: #757575;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.3px;
}
#carousel-c .item ul li {
	display: block;
	padding-left: 42px;
	margin-bottom: 15px;
	position: relative;
}
#carousel-c .item ul li span {
	position: absolute;
	top: 3px;
	left: 0;
	margin-right: 10px;
	color: #036ded;
	font-size: 20px;
	z-index: 1;
}
.ul-half ul {
	list-style: none;
	display: inline-block;
	width: 100%;
	color: #757575;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.3px;
}
.redl-main-container.container .ul-half ul {
	padding: 0;
}
.ul-half ul li,
#carousel-c .item .ul-half ul li {
	float: left;
	width: 50%;
	padding: 0 10px 0 0;
	line-height: 2.3;
}
.ul-half ul li span,
#carousel-c .item .ul-half ul li span {
	position: relative;
	padding-right: 13px;
	margin: 0;
	float: left;
	top: 0;
	font-size: 34px;
	color: #036ded;
}
#carousel-c .carousel-inner > .item.active.left,
#carousel-c .carousel-inner > .item.prev {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .item,
.carousel-fade .active.left,
.carousel-fade .active.right {
	opacity: 0;
}
.carousel-fade .active,
.carousel-fade .next.left,
.carousel-fade .prev.right {
	opacity: 1;
}
.carousel-fade .next,
.carousel-fade .prev,
.carousel-fade .active.left,
.carousel-fade .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* Apldr App Work CSS */
.redl-app-work {
	float: left;
	width: 100%;
	padding: 61px 0 59px;
	background-color: #036ded;
	background-image: url(../images/app-work-bg.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
}
.redl-app-work:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(3, 109, 237, 0.9);
	content: "";
	z-index: 1;
}
.redl-app-work a {
	display: inline-block;
	color: #ffffff;
	position: relative;
	z-index: 2;
}
/* App Benefites */
.redl-app-benefites {
	float: left;
	width: 100%;
	padding: 112px 0 67px;
}
.redl-benefites-wrap {
	display: block;
	padding-top: 15px;
}
.redl-benefites-wrap .row {
	margin: 0 -23px;
}
.redl-benefites-wrap .col-md-4 {
	padding: 0 23px;
}
.redl-benefites-wrap .col-md-4.align-space {
	padding-top: 85px;
}
.redl-benefites-wrap .redl-service {
	padding: 28px 0;
}
.redl-benefites-wrap .redl-service [class^="ti-"] {
	padding-bottom: 18px;
}
.redl-benefites-wrap .redl-service p {
	color: #888888;
}
.redl-benefites-wrap .redl-service-name {
	padding-bottom: 12px;
	font-size: 18px;
}
.app-picture {
	display: block;
	text-align: center;
}
/* App Screens */
.redl-app-screens {
	float: left;
	width: 100%;
	padding: 111px 0 95px;
	background-color: #151619;
	background-image: url(../images/app-view-bg.png);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}
.redl-app-screens .section-heading-wrap {
	padding-bottom: 50px;
}
.redl-app-screens .owl-item {
	padding: 0 10px;
}
.redl-app-screens .owl-item img {
	width: 100%;
}
/* Pricing */
.redl-pricing {
	width: 100%;
	background-color: #f7f8f9;
}
.redl-pricing .container {
	width: 1049px;
}
.redl-pricing .section-heading-wrap {
	padding-bottom: 60px;
}
.redl-pricing .row {
	margin: 0 -22px;
}
.redl-pricing .col-md-4 {
	padding: 0 22px;
}
.pricing-item {
	display: block;
	padding: 46px 54px 59px;
	background: #ffffff;
	border: 1px solid #ececec;
	position: relative;
	border-radius: 2px;

	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;

	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.pricing-item .clearfix {
	text-align: center;
}

@media (min-width: 767px) {
	.pricing-item {
		min-height: 500px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.pricing-item .clearfix {
		margin-top: auto;
	}
}

@media (min-width: 1320px) {
	.pricing-item {
		min-height: 510px;
	}
}

.pricing-item:after {
	content: "\f005";
	font-family: "FontAwesome";
	color: white;
	position: absolute;
	top: 11px;
	right: 14px;

	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.pricing-item:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);

	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.pricing-item.featured {
	border-radius: 2px 0 2px 2px;
}
.pricing-item.featured:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent !important;
	width: 70px;
	height: 70px;
	border-style: solid;
	border-width: 0 70px 70px 0;
	border-color: transparent #036ded transparent transparent;
}

.pricing-item h5 {
	margin-bottom: 14px;
	color: #3b3d40;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.pricing-item h1 {
	color: #222222;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: -0.4px;
}
.pricing-item ul {
	display: block;
	padding: 17px 0 36px;
	color: #777777;
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 0.2px;
}
.redl-main-container.container .pricing-item ul {
	padding-left: 0;
}
.pricing-item ul li {
	padding-left: 29px;
	margin-bottom: 12px;
	position: relative;
	list-style: none;
}
.pricing-item ul li img {
	position: absolute;
	top: 3px;
	left: 0;
	width: 13px;
	z-index: 1;
}
.pricing-item .clearfix {
	text-align: center;
}
.pricing-tables.vc_row {
	margin-left: 38px;
	margin-right: 38px;
}

/* Testimonials */
.redl-testimonials {
	float: left;
	width: 100%;
	padding: 123px 0 97px;
	text-align: center;
}
.redl-testimonials .container {
	width: 809px;
}
.redl-testimonials p {
	font-size: 17px;
	line-height: 30px;
}
.redl-testimonials .owl-dots {
	padding-top: 23px;
}
.testimonial-owner {
	display: block;
	padding-top: 14px;
}
.testimonial-owner img {
	width: 60px;
	margin-bottom: 14px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 100%;
}
.testimonial-owner .name {
	display: block;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 0.5px;
}
.testimonial-owner .clearfix {
	color: #777777;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	line-height: 20px;
}
.testimonial-bg-dark .owl-dot {
	background-color: rgba(255, 255, 255, 0.3);
}
.testimonial-bg-dark .owl-dot.active {
	border-color: #fff;
	background-color: transparent;
}

/* Get App */
.redl-get-app .col-md-6 {
	height: 100%;
}
.redl-get-app .animateblock {
	position: absolute;
	top: 0;
	left: 52px;
	z-index: 2;
}
.redl-get-app .animateblock.slideinup-two {
	top: 83px;
	left: auto;
	right: 79px;
	z-index: 1;
}
.redl-get-app .section-heading-wrap {
	padding-top: 127px;
}
.redl-get-app .section-sub-heading {
	color: #eeeeee;
}
.app-buttons {
	display: inline-block;
	padding-bottom: 90px;
}
.app-buttons img {
	width: 195px;
	margin-right: 15px;
}

/* Copyright */

.redl-footer-light .redl-copyright .fa:hover {
	color: #000;
}

/* Back To Top */
.redl-back-top {
	position: fixed;
	bottom: -5%;
	right: 15px;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}
.redl-back-top.active {
	bottom: 15px;
	opacity: 1;
}
.redl-back-top a {
	display: block;
	width: 35px;
	height: 35px;
	padding: 1px;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	background: #036ded;
	color: #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}
.redl-back-top a:hover {
	background: #0451d1;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.redl-back-top a i {
	margin-top: 6px;
}

/* App Features (Style2) */
.redl-app-info.style2 {
	padding: 110px 0 120px;
	background-color: #151619;
	background-image: url(../images/app-view-bg.png);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}
.redl-app-info.style2 .app-info-wrap {
	padding-top: 45px;
}
.redl-app-info.style2 .section-heading {
	color: #ffffff;
}
.redl-app-info.style2 .redl-video:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	content: "";
	z-index: 1;
}
.redl-video iframe {
	display: none;
}
.redl-video.active .play-btn {
	display: none;
}
.redl-video.active:before {
	display: none;
}
.redl-video.active iframe {
	display: block;
}
.redl-video.active .video-poster {
	display: none;
}
.redl-app-features.style2 {
	padding-bottom: 65px;
	text-align: left;
}
.redl-app-features.style2 .container {
	width: 837px;
}
.redl-app-features.style2 .section-heading-wrap {
	padding-bottom: 52px;
}
.redl-service.style2 [class^="ti-"] {
	float: left;
	width: 39px;
	color: #036ded;
}
.redl-service.style2 p {
	line-height: 25px;
}
.redl-service-info {
	display: block;
	overflow: hidden;
	padding-left: 18px;
}
/* Feature Details */
.redl-feature-deatil {
	float: left;
	width: 100%;
	padding: 121px 0 123px;
}
.redl-feature-deatil .feature-picture {
	display: block;
}
.redl-feature-deatil .feature-picture {
	display: block;
	margin: auto;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
.feature-info-wrap {
}
.feature-info-wrap h2 {
	margin-bottom: 23px;
	color: #222222;
	font-weight: 300;
	line-height: 40px;
	letter-spacing: -0.2px;
}
.feature-info-wrap h4 {
	margin-bottom: 20px;
	color: #888888;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.3px;
}
.feature-info-wrap p {
	font-size: 16px;
	line-height: 26px;
}
.feature-info-wrap ul,
.redl-main-container.container .feature-info-wrap ul {
	display: block;
	padding: 10px 0 25px;
	color: #777777;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.3px;
}
.feature-info-wrap ul li {
	display: block;
	padding-left: 37px;
	margin-bottom: 18px;
	position: relative;
}
.feature-info-wrap ul li:before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 21px;
	height: 21px;
	background-image: url(../images/icons/check-icon2.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	z-index: 1;
}
/* Feature Details (Style2) */
.redl-feature-deatil.style2 {
	background: #f7f8f9;
}
.redl-feature-deatil.style2 .feature-info-wrap {
	width: 516px;
	margin: 0;
}
.redl-feature-deatil.style2 .clearfix {
	padding-top: 28px;
}

/* Pricing Style2 */
.redl-pricing.style2 {
	background: #ffffff;
}
.redl-pricing.style2 .section-heading-wrap {
	padding-bottom: 25px;
}
.free-trial {
	display: block;
	padding-top: 61px;
	color: #999999;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
}
/* Status Info */
.redl-status-info {
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	position: relative;
	text-transform: uppercase;
}
.redl-row-section {
	position: relative;
}
.redl-overlay-pattern {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 0;
	opacity: 0.9;
}
.redl-status-info .container {
	position: relative;
	z-index: 2;
}
.redl-status-info .counter {
	display: block;
	padding-bottom: 7px;
	font-size: 30px;
	line-height: 42px;
}
.redl-status-info h6 {
	font-weight: 600;
	letter-spacing: 0.3px;
}
/* Testimonials (Style2) */
.redl-testimonials.style2 {
	padding-top: 116px;
	background-color: #151619;
	background-image: url(../images/app-view-bg.png);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}
.redl-testimonials.style2 .owl-dot {
	background: rgba(255, 255, 255, 0.3);
}
.redl-testimonials.style2 .owl-dot.active {
	background: transparent;
	border-color: #ffffff;
}

/* Team */
.redl-team {
	float: left;
	width: 100%;
	padding: 112px 0 94px;
	background: #f7f8f9;
}
.redl-team .section-heading-wrap {
	padding-bottom: 59px;
}
.member-list {
	display: block;
}
.member-list.ishover .member-picture:before {
	opacity: 1;
	visibility: visible;
}
.member-picture {
	display: block;
	padding-bottom: 16px;
	position: relative;
}
.member-picture:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	visibility: hidden;
	content: "";
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}
.member-picture img {
	width: 100%;
}
.member-name a {
	color: #222222;
}
.member-name a:hover {
	color: #036ded;
}
.member-name {
	display: block;
	color: #222222;
	font-size: 15px;
	line-height: 25px;
}
.member-designation {
	display: block;
	padding-bottom: 25px;
	color: #777777;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
}

/* Clients */
.redl-clients {
	float: left;
	width: 100%;
	text-align: center;
}
.redl-clients h4 {
	margin-bottom: 44px;
	line-height: 25px;
}
.redl-clients span {
	position: relative;
	padding: 10px 20px 30px;
}
.redl-clients span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
.redl-clients span:hover:before {
	background-color: rgba(255, 255, 255, 0);
}

/* Subscribe Form (Style2) */
.redl-subscribe-form.style-two {
	background-color: #036ded;
	background-image: url(../images/pattern1.png);
	background-position: 50% 0;
	background-repeat: repeat;
	color: #ffffff;
	border: none;
}
.redl-subscribe-form.style-two .section-heading-wrap {
	padding-bottom: 22px;
}
.redl-subscribe-form.style-two .section-heading {
	padding-bottom: 4px;
	color: #ffffff;
}
.redl-subscribe-form.style-two .section-sub-heading {
	color: #ffffff;
}
.redl-subscribe-form.style-two input[type="email"] {
	margin-bottom: 15px;
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.2);
}
.redl-subscribe-form.style-two input[type="submit"] {
	min-width: 171px;
	background-color: #ffffff;
	color: #232323;
	border-color: #ffffff;
	border-width: 2px;
}
.redl-subscribe-form.style-two input[type="submit"]:hover,
.redl-subscribe-form.style-two input[type="submit"]:focus {
	background-color: transparent;
	color: #ffffff;
	border-color: #ffffff;
}

/* App Features (Style3) */
.redl-app-features.style3 {
	padding: 100px 0;
	background: #f7f8f9;
}
.redl-app-features.style3 .row {
	margin: 0 -15px;
}
.redl-app-features.style3 .col-md-4 {
	padding: 0 15px;
}
.style3.redl-service {
	padding: 76px 50px 65px;
	background: #ffffff;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.style3.redl-service:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.learn-more {
	display: block;
	padding-top: 61px;
}

/* App Info (Style3) */
.redl-app-info.style3 {
	padding: 100px 0 59px;
	background: transparent;
}

/* App Overview */
.redl-app-overview {
	float: left;
	width: 100%;
	color: #757575;
}
.redl-app-overview .col-md-7,
.redl-app-overview .col-md-5 {
	height: 502px;
}
.redl-app-overview .tab-pane .overview-picture {
	display: block;
	position: relative;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: translate3d(-100px, 0px, 0px);
	transform: translate3d(-100px, 0px, 0px);
}
.redl-app-overview .tab-pane.active .overview-picture {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.redl-app-overview .overview-picture img {
	max-width: 500px;
}
.redl-app-overview .section-heading-wrap {
	padding-bottom: 13px;
}
.redl-app-overview .section-heading {
	color: #ffffff;
}
.redl-app-overview p {
	color: #757575;
	font-size: 16px;
	line-height: 26px;
}
ul.overview-bullets {
	display: block;
	padding-top: 12px;
}
.redl-main-container.container ul.overview-bullets {
	padding-left: 0;
}
ul.overview-bullets li {
	display: block;
	padding-left: 51px;
	margin-bottom: 22px;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.3px;
	position: relative;
}
ul.overview-bullets li [class^="ti-"] {
	position: absolute;
	top: 0;
	left: 0;
	color: #036ded;
	font-size: 27px;
	z-index: 1;
}
ul.overview-bullets.style2 li {
	float: left;
	width: 50%;
	padding-left: 40px;
	padding-right: 10px;
	font-weight: 500;
	line-height: 30px;
}
ul.overview-bullets.style2 li [class^="ti-"] {
	font-size: 30px;
}
ul.overview-bullets.style3 li {
	padding-left: 37px;
}
ul.overview-bullets.style3 li:before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 21px;
	height: 21px;
	background-image: url(../images/icons/check-icon3.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	z-index: 1;
}
.redl-app-overview .nav-tabs {
	float: left;
	width: 100%;
	margin: 57px 0 0;
	background: rgba(0, 0, 0, 0.2);
	border: none;
	border-radius: 40px;
	padding-left: 0;
}
.redl-main-container.container .redl-app-overview .nav-tabs {
	padding-left: 0;
}
.redl-app-overview .nav-tabs > li {
	width: 33.333%;
}
.nav-tabs > li:first-child a {
	border-radius: 40px 0 0 40px;
}
.nav-tabs > li:last-child a {
	border-radius: 0 40px 40px 0;
}
.redl-app-overview .nav-tabs > li > a {
	background: transparent;
	color: #ffffff;
	padding: 21px;
	font-weight: 500;
	line-height: 26px;
	text-transform: uppercase;
	border: none;
}
.redl-app-overview .nav-tabs > li.active > a {
	background: rgba(0, 0, 0, 0.2);
	color: #ffffff;
	border: none;
}

/* Testimonials (Style3) */
.redl-testimonials.style3 {
	padding: 113px 0 141px;
	background: #f7f8f9;
}
.redl-testimonials.style3 .container {
	width: 1170px;
}
.redl-testimonials.style3 .section-heading-wrap {
	padding-bottom: 31px;
}
.redl-testimonials.style3 .owl-stage-outer {
	padding: 15px 0;
}
.redl-testimonial-carousel .owl-item .item.style3 {
	margin: 10px 6px;
}
.owl-item .item.style3 {
	display: block;
	clear: both;
	padding: 26px 35px 62px;
	margin: 0 6px;
	background: #ffffff;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.owl-item .style3.item:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.redl-testimonials.style3 p {
	font-size: 16px;
	line-height: 27px;
}
.style3 .testimonial-owner img {
	width: 120px;
	margin-bottom: 17px;
}
.style3 .testimonial-owner .name {
	color: #222222;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0;
	text-transform: none;
}
.style3 .testimonial-owner .clearfix {
	line-height: 25px;
}
.redl-testimonials.style3 .owl-dots {
	padding-top: 8px;
}

/* Clients (Style2) */
.redl-clients.style2 {
	padding: 72px 0 45px;
}

/* Free Trial */
.redl-free-trial {
	float: left;
	width: 100%;
	padding: 84px 0 90px;
	background-color: #036ded;
	background-image: url(../images/pattern1.png);
	background-position: 50% 0;
	background-repeat: repeat;
	color: #ffffff;
	text-align: center;
}
.redl-free-trial .section-heading-wrap {
	padding-bottom: 10px;
}
.redl-free-trial .section-heading {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 28px;
}
.redl-free-trial .redl-btn {
	color: #222222;
	font-weight: 500;
	letter-spacing: 0;
}
.redl-free-trial .redl-btn:hover,
.redl-free-trial .redl-btn:focus {
	color: #ffffff;
}

/* Gmap */
.redl-google-map {
	height: 400px;
}
.redl-google-map h1 {
	font-size: 28px;
	margin: 5px 0;
}
.map-with-contact-form.vc_column_container,
.map-with-contact-form {
	padding: 105px 20% 110px 100px;
}

/* Contact */
.redl-contact {
	float: left;
	width: 100%;
	background-color: #f7f8f9;
	position: relative;
}
.redl-contact .col-md-6 {
	padding: 0;
	position: static;
}
.redl-custom-map {
	float: left;
	width: 100%;
	height: 720px;
}
.contact-form {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	padding: 50px 100px;
	z-index: 1;
}
.form-container {
	float: left;
	width: 485px;
}
.redl-contact .section-heading-wrap {
	padding-bottom: 27px;
}
.redl-contact .section-heading {
	padding-bottom: 3px;
	color: #000000;
	font-size: 28px;
	letter-spacing: 0;
}
.redl-contact .section-sub-heading {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.2px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="search"],
.wpcf7 input[type="date"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="month"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 .form-control {
	height: 50px;
	padding: 10px 20px;
	background-color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 13px;
	border-radius: 3px;
}
.wpcf7 .wpcf7-form-control-wrap {
	float: left;
	width: 100%;
	margin-bottom: 19px !important;
}
.wpcf7 input[type="submit"] {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	text-transform: none;
	text-align: center;
	position: relative;
	overflow: visible;
	border: none;
	outline: none;
	white-space: nowrap;
	vertical-align: middle;
	letter-spacing: 0.3px;
	cursor: pointer;
	box-shadow: none;
	-webkit-border-radius: 30px;
	border-radius: 40px;
	min-width: 163px;
	padding: 4px 40px 4px;
	transition: all 0.25s ease-in-out;
	color: #ffffff;
	background: rgba(0, 0, 0, 1);
	margin-bottom: 35px;
}

.wpcf7 input[type="submit"]:hover {
	background: rgba(0, 0, 0, 0.7);
}
.wpcf7 textarea {
	height: 130px;
	padding: 15px 20px;
	background-color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 13px;
	border-radius: 3px;
}
.wpcf7 select {
	background-image: url(../images/icons/dropdown-arrow.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 2% auto;
}
.wpcf7 select option {
	padding: 5px 10px;
}
.wpcf7 select[multiple] {
	height: 150px;
	background-image: none;
}
.wpcf7 p {
	display: block;
	clear: both;
	margin: 0;
}
.wpcf7 label {
	margin: 0;
	font-weight: 300;
	width: 100%;
}
.wpcf7 input[type="text"].wpcf7-not-valid,
.wpcf7 input[type="email"].wpcf7-not-valid,
.wpcf7 input[type="password"].wpcf7-not-valid,
.wpcf7 input[type="tel"].wpcf7-not-valid,
.wpcf7 input[type="number"].wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
	border-color: red;
}
span.wpcf7-not-valid-tip {
	display: none;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	padding: 10px;
}

/* 12. 404 Page */
.error-content {
	padding: 135px 0 160px;
	text-align: center;
}
.error-content h1 {
	font-family: "Poppins", sans-serif;
	font-size: 200px;
	color: #161616;
	font-weight: 300;
	line-height: 0.85;
	margin: 0;
}
.error-content h3 {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	color: #161616;
}
.error-content p {
	color: #161616;
	font-size: 20px;
	letter-spacing: 0.2px;
}
.error-content .redl-btn {
	font-size: 13px;
	margin-top: 23px;
}

/* 13. Blog Page */
.archive .redl-main-container > .container,
.archive .redl-header > .container,
.category .redl-main-container > .container,
.category .redl-header > .container,
.single .redl-main-container > .container,
.single .redl-header > .container,
.blog .redl-main-container > .container,
.blog .redl-header > .container,
.search .redl-main-container > .container,
.search .redl-header > .container,
.page .redl-main-container > .container,
.page .redl-header > .container,
.error404 .redl-main-container > .container,
.error404 .redl-header > .container {
	padding: 0;
}
.archive .redl-header,
.category .redl-header,
.single .redl-header,
.blog .redl-header,
.search .redl-header,
.page .redl-header,
.error404 .redl-header {
	position: static;
	float: left;
	padding: 28px 0 27px;
	background: #10317a;
	width: 100%;
}

.archive .redl-header .logo .default-logo.white-logo,
.category .redl-header .logo .default-logo.white-logo,
.single .redl-header .logo .default-logo.white-logo,
.blog .redl-header .logo .default-logo.white-logo,
.search .redl-header .logo .default-logo.white-logo,
.page .redl-header .logo .default-logo.white-logo,
.error404 .redl-header .logo .default-logo.white-logo,
body .redl-banner-special.redl-header .logo .default-logo.dark-logo,
body .redl-banner-special.redl-header.fixed .logo .default-logo.white-logo {
	opacity: 0;
	visibility: hidden;
}
.archive .redl-header .logo .default-logo.dark-logo,
.category .redl-header .logo .default-logo.dark-logo,
.single .redl-header .logo .default-logo.dark-logo,
.blog .redl-header .logo .default-logo.dark-logo,
.search .redl-header .logo .default-logo.dark-logo,
.page .redl-header .logo .default-logo.dark-logo,
.error404 .redl-header .logo .default-logo.dark-logo,
body .redl-banner-special.redl-header .logo .default-logo.white-logo,
body .redl-banner-special.redl-header.fixed .logo .default-logo.dark-logo {
	opacity: 1;
	visibility: visible;
}
.archive .redl-header .navbar-nav,
.category .redl-header .navbar-nav,
.single .redl-header .navbar-nav,
.blog .redl-header .navbar-nav,
.search .redl-header .navbar-nav,
.page .redl-header .navbar-nav,
.error404 .redl-header .navbar-nav {
	font-weight: 500;
}
.archive .redl-header .navbar-nav > li > a,
.category .redl-header .navbar-nav > li > a,
.single .redl-header .navbar-nav > li > a,
.blog .redl-header .navbar-nav > li > a,
.search .redl-header .navbar-nav > li > a,
.page .redl-header .navbar-nav > li > a,
.error404 .redl-header .navbar-nav > li > a {
	color: white;
	padding: 0;
}
.archive .redl-header .navbar-nav > li > a:hover,
.archive .redl-header .navbar-nav > li > a:focus,
.category .redl-header .navbar-nav > li > a:hover,
.category .redl-header .navbar-nav > li > a:focus,
.single .redl-header .navbar-nav > li > a:hover,
.single .redl-header .navbar-nav > li > a:focus,
.blog .redl-header .navbar-nav > li > a:hover,
.blog .redl-header .navbar-nav > li > a:focus,
.search .redl-header .navbar-nav > li > a:hover,
.search .redl-header .navbar-nav > li > a:focus,
.page .redl-header .navbar-nav > li > a:hover,
.page .redl-header .navbar-nav > li > a:focus,
.error404 .redl-header .navbar-nav > li > a:hover,
.error404 .redl-header .navbar-nav > li > a:focus {
	background-color: transparent;
}
.archive .redl-header .redl-btn,
.category .redl-header .redl-btn,
.single .redl-header .redl-btn,
.blog .redl-header .redl-btn,
.search .redl-header .redl-btn,
.page .redl-header .redl-btn,
.error404 .redl-header .redl-btn {
	background-color: #036ded;
	color: #ffffff;
	border-color: #036ded;
}
/* Apldr Main Wrap CSS */
.redl-main-wrap {
	float: left;
	width: 100%;
}

/* Page Heading */
.redl-page-heading {
	float: left;
	width: 100%;
	padding: 65px 0;
	background-color: #036ded;
	background-image: url(../images/pattern1.png);
	background-position: 50% 0;
	background-repeat: repeat;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
}
.redl-page-heading h2 {
	margin: 0;
	font-weight: 300;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/* Main Container */
.redl-main-container {
	float: left;
	width: 100%;
	overflow: hidden;
}
.redl-primary {
	float: left;
	width: 854px;
	position: relative;
}
.redl-primary:after {
	position: absolute;
	top: 0;
	left: 100%;
	width: 10000%;
	height: 100%;
	background: #fdfefe;
	border-left: 1px solid #f0f1f1;
	content: "";
	z-index: 1;
}
.redl-secondary:before,
.style2 .redl-secondary:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fdfefe;
	border-left: 1px solid #f0f1f1;
	content: "";
	z-index: 0;
}
.style2 .redl-secondary:after {
	left: auto;
	right: 0;
	width: auto;
	border-right: 1px solid #f0f1f1;
	border-left: none;
}
.style2 .redl-secondary:before {
	content: none;
}
.primary-wrap {
	float: left;
	width: 100%;
	padding: 80px 50px 100px 0;
}
.blog-item {
	display: block;
	padding-bottom: 41px;
	margin-bottom: 61px;
	border-bottom: 1px solid #f0f0f0;
}
.blog-item:last-child {
	margin-bottom: 39px;
}
.blog-item p {
	line-height: 26px;
}
.blog-item .clearfix {
	padding-top: 14px;
}
.blog-item .redl-btn {
	padding: 11px 30px 9px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.3px;
}
.sticky.blog-item {
	background: #f7f7f7;
	padding: 30px 30px 41px;
	border: 2px dashed rgba(0, 0, 0, 0.1);
}
.blog-picture {
	display: block;
	padding-bottom: 41px;
}
.blog-picture.spacer {
	padding: 27px 0 58px;
}
.meta-tags {
	display: block;
	overflow: hidden;
	clear: both;
	color: #777777;
	line-height: 24px;
	letter-spacing: 0.3px;
}
.redl-main-container .redl-primary .primary-wrap .meta-tags ul {
	padding-left: 0;
	margin: 0;
}
.meta-tags ul li {
	float: left;
	position: relative;
	padding-left: 13px;
	margin-right: 8px;
	list-style: none;
}
.meta-tags ul li:before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #cccccc;
	border-radius: 100%;
	content: "";
	z-index: 1;
}
.meta-tags ul li a:after {
	content: ",";
}
.meta-tags ul li a:last-child:after {
	content: "";
}
.meta-tags ul li:first-child {
	padding-left: 0;
}
.meta-tags ul li:first-child:before {
	display: none;
}
.meta-tags ul li a {
	color: #777777;
}
.meta-tags ul li a:hover {
	color: #036ded;
}
.blog-title {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 3px 0 16px;
	font-weight: 300;
	font-size: 24px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.mfp-bottom-bar {
	display: none;
}
.pagination {
	display: block;
	margin: 0;
	text-align: center;
}
.wp-link-pages {
}
.wp-link-pages > span:first-child {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	margin-bottom: 20px;
	width: auto;
	margin-right: 10px;
}
.pagination a,
.pagination span,
.wp-link-pages > span,
.wp-link-pages a {
	float: left;
	width: 40px;
	height: 40px;
	padding: 0;
	margin-right: 6px;
	color: #222327;
	font-size: 12px;
	line-height: 40px;
	border: 1px solid #e8e8e8;
	border-radius: 100%;
}
.wp-link-pages span,
.wp-link-pages a {
	text-align: center;
}
.pagination a:hover,
.wp-link-pages a:hover {
	background: #036ded;
	color: #ffffff;
	border-color: #036ded;
}
.pagination span,
.wp-link-pages span {
	background: #f5f5f5;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.pagination a.prev-btn,
.pagination a.next-btn,
.wp-link-pages a.prev-btn,
.wp-link-pages a.next-btn {
	color: #777777;
	font-size: 16px;
}
.pagination a.prev-btn:hover,
.pagination a.next-btn:hover,
.wp-link-pages a.prev-btn:hover,
.wp-link-pages a.next-btn:hover {
	color: #ffffff;
}
.pagination span.pages {
	width: auto;
	background: transparent;
	border: none;
	margin: 0 15px 0 0;
}
.wp-link-pages a span {
	background: transparent;
	border: none;
}
.redl-main-container ul.page-numbers {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}
.redl-main-container ul.page-numbers li {
	list-style: none;
}
.redl-main-container .page-numbers a.next.page-numbers {
	margin-left: 10px;
}
.redl-main-container .page-numbers a.prev.page-numbers {
	margin-right: 10px;
}
.redl-main-container .page-numbers a.next.page-numbers,
.redl-main-container .page-numbers a.prev.page-numbers {
	border: none;
	width: auto;
}
.redl-main-container .page-numbers a.next.page-numbers:hover,
.redl-main-container .page-numbers a.prev.page-numbers:hover {
	background: none;
	color: #222327;
}
.redl-secondary {
	float: left;
	width: 316px;
	position: relative;
	z-index: 2;
}
.secondary-wrap {
	float: left;
	width: 100%;
	padding: 80px 0 0 37px;
}
.secondary-wrap input[type="text"],
.secondary-wrap input[type="email"],
.secondary-wrap input[type="password"],
.secondary-wrap input[type="tel"],
.secondary-wrap input[type="search"],
.secondary-wrap input[type="date"],
.secondary-wrap input[type="time"],
.secondary-wrap input[type="datetime-local"],
.secondary-wrap input[type="month"],
.secondary-wrap input[type="url"],
.secondary-wrap input[type="number"],
.secondary-wrap textarea,
.secondary-wrap select,
.secondary-wrap .form-control {
	height: 45px;
	padding: 10px 21px;
	margin-bottom: 10px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 13px;
	background-color: #ffffff;
}
.secondary-wrap input[type="submit"] {
	min-width: 125px;
	padding: 9px 25px 8px;
	font-size: 11px;
}
.secondary-item.widget_search {
	display: block;
	padding-bottom: 27px;
	position: relative;
}
.search-box input[type="text"],
.search-box input[type="search"] {
	padding-right: 50px;
}
.search-box input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 48px;
	height: 45px;
	background-color: transparent;
	background-image: url(../images/icons/search-icon.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 32% auto;
	padding: 0;
	border: none;
	z-index: 1;
}
.search-box input[type="submit"]:hover {
	background-color: transparent !important;
}
.search-box p {
	position: relative;
}
.secondary-item {
	z-index: 1;
	position: relative;
}
.secondary-item,
.secondary-wrap .redl-widget {
	display: inline-block;
	clear: both;
	padding-bottom: 42px;
	width: 100%;
}
.secondary-item h5,
.secondary-wrap .redl-widget h6 {
	padding-bottom: 19px;
	margin-bottom: 24px;
	color: #222222;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	border-bottom: 1px solid #f0f0f0;
}
.secondary-wrap .redl-widget h6 {
	font-size: 14px;
}
.secondary-item p,
.secondary-wrap .redl-widget p {
	line-height: 26px;
}
.item-bullets ul,
.redl-main-container .secondary-item ul,
.secondary-wrap .redl-widget ul {
	padding: 5px 0 2px;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.3px;
}
.item-bullets ul li,
.secondary-item ul li,
.secondary-wrap .redl-widget ul li {
	display: block;
	padding-left: 13px;
	margin-bottom: 16px;
	position: relative;
}
.item-bullets ul li:before,
.secondary-item ul li:before,
.secondary-wrap .redl-widget ul li:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #555555;
	content: "";
	border-radius: 100%;
	z-index: 1;
}
.secondary-item ul li ul,
.secondary-wrap .redl-widget ul li ul {
	margin-top: 10px;
}
.secondary-item ul li li li,
.secondary-item ul li ul li ul li,
.secondary-item ul li ul li:last-child,
.secondary-wrap .redl-widget ul li li li,
.secondary-wrap .redl-widget ul li ul li ul li,
.secondary-wrap .redl-widget ul li ul li:last-child {
	margin-bottom: 0;
}
.item-bullets ul li a,
.secondary-item ul li a,
.secondary-wrap .redl-widget ul li a {
	color: #777777;
}
.item-bullets ul li a:hover,
.secondary-item ul li a:hover,
.secondary-wrap .redl-widget ul li a:hover {
	color: #036ded;
}
.secondary-item.recent-news {
	padding-bottom: 24px;
}
.secondary-item.recent-news h5 {
	margin-bottom: 30px;
}
.news-item {
	display: block;
	overflow: hidden;
	clear: both;
	padding-bottom: 29px;
}
.news-info {
	display: block;
	overflow: hidden;
	padding-left: 19px;
	font-weight: 300;
}
.news-info a {
	color: #555555;
	line-height: 20px;
	letter-spacing: 0.3px;
	font-weight: 500;
}
.news-info a:hover {
	color: #036ded;
}
.news-info span {
	display: block;
	padding-top: 3px;
	color: #777777;
	font-size: 12px;
	line-height: 24px;
}
.secondary-item.top-tags {
	padding-bottom: 42px;
}
.secondary-item.top-tags h5 {
	margin-bottom: 30px;
}
.top-tags a,
.secondary-item .tagcloud a {
	float: left;
	padding: 6px 19px;
	margin: 0 6px 11px 0;
	font-weight: 300;
	font-size: 12px !important;
	letter-spacing: 0.3px;
	border: 1px solid #e8e8e8;
	border-radius: 20px;
}
.top-tags a:hover,
.top-tags a:focus,
.secondary-item .tagcloud a:hover,
.secondary-item .tagcloud a:focus {
	border-color: #036ded;
}
/* Blog Single Page CSS */
.blog-detail {
	display: block;
}
.redl-main-container .blog-detail ul {
	padding-left: 0;
}
.single .blog-detail.post ul,
.single .blog-detail.post ol,
.page .blog-detail.post ul,
.page .blog-detail.post ol {
	margin: 20px 0;
	padding-left: 30px;
}
.single .blog-detail.post ul ul,
.single .blog-detail.post ol ol,
.page .blog-detail.post ul ul,
.page .blog-detail.post ol ol {
	margin: 5px 0;
	padding-left: 30px;
}
.single .blog-detail.post p {
	margin-bottom: 10px;
}
.blog-detail label {
	display: block;
}
.blog-detail label input {
	margin: 20px 0;
}
.blog-detail p {
	margin-bottom: 28px;
	line-height: 28px;
}
.blog-detail h4 {
	margin-bottom: 18px;
	font-size: 19px;
	line-height: 22px;
}
.redl-comments-area.comments-area .comment h4 {
	margin-bottom: 10px;
}
blockquote,
.wpb_text_column blockquote:last-child {
	padding: 0 0 0 20px;
	margin: 23px 30px 49px 83px;
	color: #222222;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 20px;
	line-height: 32px;
	border-left: 4px solid #036ded;
}
blockquote p {
	color: #222222;
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
}
blockquote cite,
blockquote small {
	display: block;
	font-size: 16px;
	margin-top: 10px;
}
pre {
	padding: 30px;
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 25px;
	color: #777;
	background-color: #f6f7f8;
	border: 1px solid #eeeeee;
}
.bp-bottom-meta {
	display: block;
	overflow: hidden;
	clear: both;
	padding-top: 25px;
	margin-top: 26px;
	border-top: 1px solid #f0f0f0;
}
.bp-share {
	float: right;
}
.bp-share-own-shortcode {
	width: auto;
}
.redl-main-container .bp-share > ul,
.single .redl-main-container .bp-share > ul {
	margin: 0 0 0 18px;
	padding-left: 0;
	border: 1px solid #e3e3e3;
	display: inline-block;
	list-style: none;
	border-radius: 5px;
}
.bp-share li {
	float: left;
	font-size: 13px;
}
.bp-share li:first-child a {
	border-radius: 5px 0 0 5px;
}
.bp-share li:last-child a {
	border-radius: 0 5px 5px 0;
}
.bp-share li a {
	color: #232323;
	padding: 9px 0;
	width: 45px;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #e3e3e3;
}
.bp-share li a:hover,
.bp-share li a:focus {
	color: #fff;
}
.bp-share li:last-child a {
	border: none;
}
.bp-share li a.icon-fa-facebook:hover,
.bp-share li a.icon-fa-facebook:focus {
	background: #3b5998;
}
.bp-share li a.icon-fa-twitter:hover,
.bp-share li a.icon-fa-twitter:focus {
	background: #55acee;
}
.bp-share li a.icon-fa-linkedin:hover,
.bp-share li a.icon-fa-linkedin:focus {
	background: #0077b5;
}
.bp-share li a.icon-fa-google-plus:hover,
.bp-share li a.icon-fa-google-plus:focus {
	background: #dd4b39;
}
.bp-tags {
	float: left;
	width: 50%;
	margin-top: 10px;
	letter-spacing: 0.3px;
}
.redl-main-container .redl-primary .primary-wrap .bp-tags ul {
	padding: 0;
	margin: 0;
}
.bp-tags span {
	letter-spacing: 0.5px;
	margin-right: 7px;
}
.bp-tags li {
	display: inline-block;
}
.bp-tags li a {
	display: inline-block;
	margin-left: 0;
	color: #777777;
	font-weight: 300;
	position: relative;
	margin-right: 9px;
}
.bp-tags li a:after {
	position: absolute;
	right: -4px;
	bottom: 1px;
	content: ",";
	z-index: 1;
}
.bp-tags li:last-child a:after {
	display: none;
}
.bp-tags li a:hover {
	color: #036ded;
}
.redl-author-info {
	float: left;
	width: 100%;
	padding: 35px 35px 22px;
	margin-top: 53px;
	background: #fdfdfd;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
}
.author-avatar {
	float: left;
}
.author-avatar img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 100%;
}
.avatar-72 {
	width: 72px;
	height: 72px;
}
.author-content {
	display: block;
	overflow: hidden;
	padding-left: 28px;
}
.author-content .author-pro {
	display: block;
	color: #777777;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 24px;
	text-transform: uppercase;
}
.author-content .author-name {
	display: inline-block;
	margin-bottom: 14px;
	color: #222222;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}
.author-content .author-name:hover {
	color: #036ded;
}
.author-content p {
	margin-bottom: 15px;
	line-height: 26px;
}
.redl-comments-area .comments-title {
	margin-bottom: 42px;
	color: #222222;
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
}
.redl-comments-area .comments {
	display: block;
}
.redl-comments-area .comments > li {
	display: block;
	overflow: hidden;
	clear: both;
	width: 100%;
}
.comment-area ul,
.comment-area ol {
	margin-left: 16px;
}
.search_page .primary-wrap ul,
.search_page .primary-wrap ol,
.redl-primary .primary-wrap ul,
.redl-primary .primary-wrap ol {
	margin-left: 16px;
}
.redl-comments-area ol.comments {
	margin-left: 0;
}
.comments .children > li {
	list-style: none;
}
.redl-comments-area .comments li .comment-awaiting-moderation {
	margin-bottom: 10px;
	display: inline-block;
}
.redl-comments-area .comments li .children {
	display: block;
	overflow: hidden;
	clear: both;
}
.redl-comments-area .comments li .children li {
	padding-left: 30px;
}
.redl-comments-area .comment-image {
	float: left;
}
.redl-comments-area .comment-image img {
	width: 80px;
	height: 80px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 100%;
}
.redl-comments-area .comment-main-area {
	display: block;
	overflow: hidden;
	padding-left: 33px;
	margin-bottom: 40px;
}
.redl-comments-area .comment-wrapper {
	display: block;
	overflow: hidden;
	clear: both;
	padding-bottom: 18px;
	border-bottom: 1px solid #e2e2e2;
}
.redl-comments-area .redl-comments-meta {
	margin-bottom: 14px;
	position: relative;
}
.redl-comments-area .redl-comments-meta h4 {
	margin: 0 50px 0 0;
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
}
.redl-comments-area .redl-comments-meta .comments-date {
	color: #777777;
	font-size: 12px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0.3px;
}
.redl-comments-area .redl-comments-meta .comments-reply {
	position: absolute;
	top: 5px;
	right: 0;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 0.5px;
	z-index: 1;
}
.redl-comments-area .comment-area p {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
}
.comments-section {
	display: block;
	padding: 51px 0 12px;
}
/* Wlsn Comments Area CSS */
.redl-comments-area {
	float: left;
	width: 100%;
}
.redl-comments-area .wrapper {
	width: 748px;
}
.redl-comment-form {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.redl-comment-form input[type="submit"] {
	padding: 14px 37px 12px;
	font-weight: 700;
	letter-spacing: 0.3px;
}
#commentform label.error {
	display: none !important;
}
#commentform .error {
	border-color: red;
}
.redl-form-inputs {
	float: left;
	width: 100%;
	padding-bottom: 26px;
}
.redl-form-inputs > input {
	float: left;
	width: 32.3333%;
	height: 50px;
	padding: 10px 20px;
	margin-right: 1.5%;
	background-color: #ffffff;
	border-radius: 3px;
}
.redl-form-inputs > input:last-child {
	margin-right: 0;
}
.redl-form-textarea {
	float: left;
	width: 100%;
	padding-bottom: 25px;
}
.redl-form-textarea textarea {
	height: 200px;
	background-color: #ffffff;
	border-radius: 3px;
}
.comment-reply-title {
	margin-bottom: 33px;
	color: #222222;
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 20px;
	color: #777;
	padding: 4px 0 0;
}
#cancel-comment-reply-link:hover {
	color: #232323;
}
/* Apldr FAQ Page CSS */
.redl-main-container.style2 .redl-primary:after {
	left: auto;
	right: 100%;
	border-left: none;
	border-right: 1px solid #f0f1f1;
}
.redl-main-container.style2 .secondary-wrap {
	padding-left: 0;
	padding-right: 40px;
}
.redl-main-container.style2 .primary-wrap {
	padding-right: 0;
	padding-left: 57px;
}
.sidebar-nav {
	display: block;
	z-index: 1;
	position: relative;
	-webkit-transition: padding-top 0.4s ease 0s;
	-o-transition: padding-top 0.4s ease 0s;
	transition: padding-top 0.4s ease 0s;
}
.sidebar-nav.fixed {
	position: fixed;
	top: 0;
	left: auto;
	right: auto;
	padding-top: 20px;
	z-index: 1;
}
.admin-bar .sidebar-nav {
	top: 30px;
}
.admin-bar .sidebar-nav.fixed {
	top: 32px;
}
.sidebar-nav h4 {
	padding-bottom: 20px;
	margin-bottom: 16px;
	color: #222222;
	font-size: 22px;
	line-height: 28px;
	border-bottom: 1px solid #f0f0f0;
}
.sidebar-nav ul {
	display: block;
	font-weight: 300;
	letter-spacing: 0.3px;
}
.sidebar-nav ul li {
	display: block;
	overflow: hidden;
	clear: both;
}
.sidebar-nav ul li a {
	float: left;
	padding: 10px 28px;
	margin-bottom: 5px;
	color: #777777;
	border: 1px solid transparent;
	font-weight: 500;
	border-radius: 30px;
}
.sidebar-nav ul li a.active,
.sidebar-nav ul li a:hover {
	background: #f7f8f9;
	color: #232323;
	border-color: #eeeeee;
}
.redl-faqs {
	float: none;
	width: 100%;
	display: inline-block;
}
.faq-list {
	float: left;
	width: 100%;
	padding-bottom: 56px;
}
.faq-type {
	display: block;
	padding-bottom: 30px;
	color: #036ded;
	font-weight: 300;
	font-size: 26px;
	text-align: left;
}
.faq-list .wpb_content_element {
	margin-bottom: 0;
}
.faq-list .wpb_content_element p,
.faq-list .wpb_text_column p:last-child {
	line-height: 1.7;
	margin-bottom: 15px;
}
.accordion {
	display: block;
	font-weight: 300;
	font-size: 15px;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
.panel-default {
	margin: 0;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
.panel-default > .panel-heading {
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
}
.panel-title {
	font-weight: 300;
}
.panel-title a {
	display: block;
	padding: 19px 45px 19px 31px;
	background: #fdfefe;
	color: #222222;
	font-size: 15px;
	line-height: 1.42857;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}
.panel-title a.collapsed {
	background: none;
}
.panel-title a.collapsed:before {
	position: absolute;
	top: 50%;
	right: 23px;
	width: 1px;
	height: 11px;
	margin-top: -5px;
	background: #35373e;
	content: "";
	z-index: 1;
}
.panel-title a:after {
	position: absolute;
	top: 50%;
	right: 18px;
	width: 11px;
	height: 1px;
	background: #35373e;
	content: "";
	z-index: 1;
}
.panel-content {
	padding: 25px 31px 22px;
	border-bottom: 1px solid #eeeeee;
}
.panel-content p {
	line-height: 26px;
	letter-spacing: 0.5px;
}
/* Apldr Login Page CSS */
.form-pages .redl-box-form {
	float: left;
	width: 100%;
}
.form-inner {
	width: 460px;
	margin: 0 auto;
}
.form-pages .redl-box-form h4 {
	margin-bottom: 11px;
	color: #222222;
	font-size: 40px;
	line-height: 42px;
	letter-spacing: -0.2px;
}
.form-pages .redl-box-form h5 {
	margin-bottom: 52px;
}
.form-pages .redl-box-form label {
	margin-left: 25px;
	color: #232323;
	font-size: 12px;
	letter-spacing: 0.3px;
}
.form-pages .redl-box-form input[type="text"],
.form-pages .redl-box-form input[type="email"],
.form-pages .redl-box-form input[type="password"],
.form-pages .redl-box-form input[type="tel"],
.form-pages .redl-box-form input[type="search"],
.form-pages .redl-box-form input[type="date"],
.form-pages .redl-box-form input[type="time"],
.form-pages .redl-box-form input[type="datetime-local"],
.form-pages .redl-box-form input[type="month"],
.form-pages .redl-box-form input[type="url"],
.form-pages .redl-box-form input[type="number"],
.form-pages .redl-box-form textarea,
.form-pages .redl-box-form select,
.form-pages .redl-box-form .form-control {
	height: 54px;
	background-color: #fcfcfc;
	margin-bottom: 19px;
	font-size: 14px;
}
.form-pages .redl-box-form input[type="text"]:focus,
.form-pages .redl-box-form input[type="email"]:focus,
.form-pages .redl-box-form input[type="password"]:focus,
.form-pages .redl-box-form input[type="tel"]:focus,
.form-pages .redl-box-form input[type="search"],
.form-pages .redl-box-form input[type="date"]:focus,
.form-pages .redl-box-form input[type="time"]:focus,
.form-pages .redl-box-form input[type="datetime-local"]:focus,
.form-pages .redl-box-form input[type="month"]:focus,
.form-pages .redl-box-form input[type="url"]:focus,
.form-pages .redl-box-form input[type="number"]:focus,
.form-pages .redl-box-form textarea:focus,
.form-pages .redl-box-form select:focus,
.form-pages .redl-box-form .form-control:focus {
	background-color: #ffffff;
}
.form-pages .redl-box-form input[type="submit"] {
	padding: 17px 30px 15px;
	margin-top: 15px;
	font-size: 13px;
}
.form-pages .redl-box-form .forgot-link {
	float: right;
	padding: 1px 25px 0 0;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.3px;
}
.form-pages .redl-box-form .wpcf7-list-item-label {
	display: inline-block;
	position: relative;
	top: -1px;
}
.have-account {
	padding-top: 25px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.3px;
	margin: 0;
}
.have-account a {
	color: #0669e0;
	font-weight: 500;
}
.have-account a:hover {
	text-decoration: underline;
}
/* Apldr Terms & Conditions Page CSS */
.redl-info-page {
	width: 750px;
	margin: 0 auto;
	padding: 70px 0 91px;
}
.redl-info-page h3 {
	padding: 28px 0 24px;
	margin: 0;
	color: #222222;
	line-height: 30px;
}
.redl-info-page p {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 30px;
}
.redl-info-page ul {
	display: block;
	color: #232323;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.3px;
}
.redl-main-container.container .redl-info-page ul {
	padding-left: 0;
}
.redl-info-page ul li {
	padding-left: 23px;
	margin-bottom: 18px;
	position: relative;
	list-style: none;
}
.redl-info-page ul li:before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 8px;
	height: 8px;
	border: 1px solid #222222;
	content: "";
	border-radius: 100%;
}
.redl-info-page ul li span {
	color: #777777;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
}
.redl-info-page ul.number-bullets li {
	padding-left: 10px;
	margin-left: 16px;
	list-style-type: decimal;
}
.redl-info-page ul.number-bullets li:before {
	display: none;
}

.hide-desktop {
	display: none;
}

table,
th,
td {
	border: 1px solid #e1e1e1;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
}
/* Calender CSS */
#wp-calendar {
	width: 100%;
	font-size: 11px;
}
#wp-calendar thead th {
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	border-top: none;
	border-left: none;
	font-size: 11px;
}
#wp-calendar tbody td {
	text-align: center;
	line-height: 2.5em;
	transition: background 0.15s ease;
	-webkit-transition: background 0.15s ease;
	-o-transition: background 0.15s ease;
	-moz-transition: background 0.15s ease;
}
.redl-footer #wp-calendar tbody td,
.redl-footer #wp-calendar tfoot td {
	background-color: #f5f5f5;
}
#wp-calendar tbody td:hover {
	background: #f1f1f1;
	color: #333;
}
#wp-calendar tbody td a {
	display: block;
	text-decoration: none;
	background: #036ded;
	color: #fff;
}
#wp-calendar tbody td:hover a {
	background: #4d4d4d;
	color: #fff;
}
#wp-calendar tfoot td {
	padding-top: 1px;
	padding: 4px;
}
#wp-calendar caption {
	cursor: pointer;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	padding: 12px;
	outline: 0 none !important;
	background: #036ded;
	color: #fff;
	text-align: center;
}
#wp-calendar tbody a {
	display: block;
	text-decoration: underline;
}
#wp-calendar th {
	text-align: center;
	border: 1px solid transparent;
	border-top: none;
	padding: 7px 0;
	color: #a7a7a7;
}
#footer #wp-calendar thead th {
	background: #222;
}
#footer #wp-calendar tbody td {
	border-color: #222;
}
/******************nice select css*******************/
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	outline: none;
	padding: 10px 21px;
	border-radius: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999;
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: "";
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 21px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 2px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	-o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}
.nice-select .option {
	width: 100%;
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin-bottom: 0;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}
.nice-select .option.selected {
	font-weight: bold;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.redl-main-container .secondary-item .nice-select .option {
	margin-bottom: 0;
}
.redl-main-container .secondary-item .nice-select ul.list li:before {
	height: 0;
}
.redl-main-container .secondary-item .nice-select .list {
	padding-top: 0;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}

/********end nice select css***************/
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {
	border-width: 0 1px 1px 0;
}
th,
td {
	padding: 0.4375em;
}
.login-remember {
	width: auto;
}
.redl-banner .section-heading-wrap {
	padding-bottom: 0;
}
.redl-banner .section-heading {
	line-height: 45px;
	font-weight: 500;
	letter-spacing: -0.2px;
	padding-bottom: 16px;
}
.redl-banner .section-sub-heading {
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 28px;
	padding-bottom: 38px;
}
.redl-banner.pattern-gradient {
	position: relative;
}
.redl-banner.pattern-gradient:before {
	content: "";
	background: rgb(0, 0, 0);
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(0, 0, 0, 0.1)), color-stop(80%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(0, 0, 0, 0.1)));
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 10%, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 0.1) 90%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 10%, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 0.1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
@media screen and (max-width: 599px) {
	.redl-banner .section-heading {
		font-size: 25px !important;
		line-height: 26px !important;
		padding-bottom: 5px;
	}
	.redl-banner .section-sub-heading {
		font-size: 18px !important;
		line-height: 24px !important;
		margin-top: 10px;
	}
}
/*for menu*/
.navbar-nav > li > .dropdown-menu {
	padding: 0;
}
.dropdown-menu > li > a {
	padding: 8px 20px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	background-color: #f7f7f7;
	color: #232323;
}

/*end menu*/
.owl-item {
	padding: 0 10px;
}
.vc_row.vc_column-gap-35 > .vc_column_container {
	padding-top: 0 !important;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 10px;
}
.alignnone {
}
.aligncenter,
div.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
a img.alignnone {
}
a img.alignleft {
}
a img.alignright {
}
a img.aligncenter {
}
.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}
.wp-caption.alignnone {
}
.wp-caption.alignleft {
}
.wp-caption.alignright {
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption p.wp-caption-text {
}

/* Text meant only for screen readers. */
.screen-reader-text {
}
.screen-reader-text:focus {
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
address {
	font-style: italic;
}
.no-padding,
.padding-no {
	padding: 0 !important;
}
.padding-cnt-no {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.padding-xs {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.padding-sm {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.padding-md {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.padding-lg {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.padding-xl {
	padding-top: 160px !important;
	padding-bottom: 160px !important;
}
.padding-left-10 {
	padding-left: 10px !important;
}
.padding-right-10 {
	padding-right: 10px !important;
}

/* Background Positions */
.bg-center,
.bg-center-center,
.vc_row.bg-center,
.vc_row.bg-center-center {
	background-position: center !important;
}
.bg-top-right,
.vc_row.bg-top-right {
	background-position: top right !important;
}
.bg-right-bottom,
.vc_row.bg-right-bottom {
	background-position: right bottom !important;
}
.bg-left-bottom,
.vc_row.bg-left-bottom {
	background-position: left bottom !important;
}
.bg-center-bottom,
.vc_row.bg-center-bottom {
	background-position: center bottom !important;
}

/* Screenshot Slider */
.redl-screenshort-slider {
	text-align: center;
}

.retina-logo {
	display: none;
}
.default-logo {
	display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	.retina-logo {
		display: inline-block;
	}
	.default-logo {
		display: none;
	}
}

/* Animation Scrolling Horizon */
.horizon {
	opacity: "0";
}

/* Image Shadow */
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.wpb_wrapper .wpb_single_image .vc_single_image-wrapper.vc_box_shadow img {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12) !important;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.12) !important;
}

/* Mobile App Banner */
.redl-banner.video-banner.app-video-banner-height {
	height: 790px;
}

/* WooCommerce Little fixes */
.woocommerce input {
	height: 40px;
	padding: 10px 5px;
	width: auto;
	border-radius: 0;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	width: auto;
}
.woocommerce div.product form.cart .button {
	height: 40px;
}

/*Black Unit Fix*/
hr.wp-block-separator {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}
blockquote.wp-block-pullquote {
	padding: 0 0 0 20px;
}
ul.wp-block-latest-posts li {
	margin-bottom: 10px;
}
.wp-block-categories ul li {
	margin-bottom: 10px;
}
.redl-main-container.container ul.wp-block-gallery {
	padding-bottom: 50px;
	padding-left: 0;
}
pre.wp-block-verse {
	margin-bottom: 30px;
}
