/* Animations */
.appear-animation {
	opacity: 0;
}

.appear-animation-visible {
	opacity: 1;
}
.border-width-1 {
	border-width: 1px !important;
}
/* Buttons */
.btn {
	font-size: 12.8px;
	font-size: 0.8rem;
	padding: 0.533rem 0.933rem;
	margin: 0.4rem;
	cursor: pointer;
}
.btn.btn-xl {
	font-size: 16px;
	font-size: 1rem;
	padding: 12.8px 32px;
	padding: 0.8rem 2rem;
}
.btn.btn-px-5 {
	padding-left: 38.4px;
	padding-left: 2.4rem;
	padding-right: 38.4px;
	padding-right: 2.4rem;
}
.btn.btn-py-2 {
	padding-top: 12px;
	padding-top: .75rem;
	padding-bottom: 12px;
	padding-bottom: .75rem;
}
/* Outline */
.btn-outline {
	border-width: 2px;
	padding: 7.728px 14.928px;
	padding: 0.483rem 0.933rem;
}
/* Modern */
.btn-modern {
	text-transform: uppercase;
	font-size: .8em;
	padding: 12.8px 24px;
	padding: 0.8rem 1.5rem;
	font-weight: 600;
}

/* Rounded */
.btn-rounded {
	border-radius: 35px;
}
/* Colors */
.btn-primary {
	background-color: #CCC;
	border-color: #CCC #CCC #b3b3b3;
	color: #FFF;
}
.btn-dark {
	background-color: #212529;
	border-color: #212529 #212529 #0a0c0d;
	color: #FFF;
}
/* Button Light */
html body .btn-light,
html body .btn-outline.btn-light {
	border-color: #d9d9d9 #d9d9d9 #bfbfbf;
	color: #777;
}
html body .btn-light-2,
html body .btn-outline.btn-light-2 {
	border-color: #FFF;
	color: #FFF;
}
/* Owl Carousel */
.owl-carousel {
	margin-bottom: 20px;
	/* Navigation */
	/* Dots */
	/* Image Thumbnail */
}

.owl-carousel .owl-item img {
	-webkit-transform-style: unset;
	transform-style: unset;
}
.owl-carousel .owl-nav {
	top: 50%;
	position: absolute;
	width: 100%;
	margin-top: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	outline: 0;
	margin: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}

.owl-carousel .owl-nav button.owl-prev:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 8px;
	font-size: 0.5rem;
	content: "\f053";
	position: relative;
	left: -1px;
	top: -1px;
}

.owl-carousel .owl-nav button.owl-next {
	right: 0;
}

.owl-carousel .owl-nav button.owl-next:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 8px;
	font-size: 0.5rem;
	content: "\f054";
	position: relative;
	left: 1px;
	top: -1px;
}
.owl-carousel.nav-bottom .owl-stage-outer {
	margin-bottom: 10px;
}

.owl-carousel.nav-bottom .owl-nav {
	position: static;
	margin: 0;
	padding: 0;
	width: auto;
	-webkit-transform: none;
	transform: none;
}
.owl-carousel.nav-inside .owl-nav button.owl-prev {
	left: 15px;
}

.owl-carousel.nav-inside .owl-nav button.owl-next {
	right: 15px;
}
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
	width: 20px;
	background: transparent !important;
	color: #000;
}
.owl-carousel.nav-style-1 .owl-nav .owl-next:before, .owl-carousel.nav-style-1 .owl-nav .owl-next:after,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:after {
	font-size: inherit;
}
.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-prev {
	color: #FFF !important;
}
.owl-carousel .owl-dots .owl-dot {
	outline: 0;
}

.owl-carousel .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 4px;
}
.bg-color-grey-scale-1 {
	background-color: #EDEDED !important;
}
/* Dividers */
hr {
	background: rgba(0, 0, 0, 0.06);
	border: 0;
	height: 1px;
	margin: 22px 0;
}
hr.solid {
	background: rgba(0, 0, 0, 0.06);
}
/* Featured Box */
.featured-box {
	background: #FFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-radius: 8px;
	border-right: 1px solid #ECECEC;
	-webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	min-height: 100px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.featured-box .box-content {
	border-radius: 8px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-top-width: 4px;
	padding: 28.8px;
	padding: 1.8rem;
	position: relative;
}

.featured-box .box-content:not(.box-content-border-0) {
	top: -1px;
	border-top-width: 4px;
}
/* Featured Boxes Modern */
.featured-boxes-modern-style-1 .featured-box {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	height: auto !important;
	margin: 0 !important;
}

.featured-boxes-modern-style-1 .featured-box .featured-box-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 2s;
	transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 2s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.featured-boxes-modern-style-1 .featured-box .box-content {
	padding: 64px;
	padding: 4rem;
	border: none;
	z-index: 3;
}
.featured-boxes-modern-style-1 .featured-box .box-content h2 {
	color: #FFF;
	font-weight: 600;
	font-size: 19.2px;
	font-size: 1.2rem;
	line-height: 1.3;
	margin-bottom: 11.2px;
	margin-bottom: 0.7rem;
}

.featured-boxes-modern-style-1 .featured-box .box-content p {
	color: #ccc;
	margin-bottom: 25.6px;
	margin-bottom: 1.6rem;
}
.featured-boxes-modern-style-2 .featured-box {
	position: relative;
	background: #6c6ef1;
	background: linear-gradient(135deg, #6c6ef1 0%, #e2498e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6ef1', endColorstr='#e2498e', GradientType=1 );
	border-radius: 0;
	margin: 0 !important;
	overflow: hidden;
}

.featured-boxes-modern-style-2 .featured-box:before {
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	background: #FFF;
}

.featured-boxes-modern-style-2 .featured-box .box-content {
	padding: 64px;
	padding: 4rem;
	border: none;
}
.featured-boxes-modern-style-2 .featured-box .box-content h2 {
	color: #212529;
	font-weight: 700;
	font-size: 19.2px;
	font-size: 1.2rem;
	line-height: 1.3;
	margin-bottom: 11.2px;
	margin-bottom: 0.7rem;
}

.featured-boxes-modern-style-2 .featured-box .box-content p {
	color: #999;
	margin-bottom: 25.6px;
	margin-bottom: 1.6rem;
}
@media (max-width: 575px) {
	.featured-boxes-modern-style-2 .featured-box .box-content {
		padding: 2rem 1.5rem;
	}
}

/* Featured Boxes */
.featured-boxes .featured-box {
	margin-bottom: 2px;
	margin-bottom: 1.5rem;
	margin-top: 24px;
	margin-top: 1.5rem;
}
/* Feature Box */
.feature-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.feature-box .feature-box-info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding-left: 15px;
}
/* Style 3 */
.feature-box.feature-box-style-3 h4 {
	color: #212529;
}

/* Forms */
form label {
	font-weight: normal;
}

textarea {
	resize: vertical;
}

label.required:after {
	content: "*";
	font-size: 0.8em;
	margin: 0.3em;
	position: relative;
	top: -2px;
}

.form-group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.form-control {
	border-color: rgba(0, 0, 0, 0.09);
}

.form-control:not(.form-control-lg) {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.3;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
	font-size: 13.6px;
	font-size: 0.85rem;
	line-height: 1.85;
}
/* Form - iOS Override */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	appearance: none;
	-webkit-appearance: none;
}
* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #212529;
	font-weight: 200;
	letter-spacing: -.05em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
h2 {
	font-size: 2.2em;
	font-weight: 300;
	line-height: 42px;
	margin: 0 0 32px 0;
}

h3 {
	font-size: 1.8em;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 33px;
	text-transform: uppercase;
}

h4 {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 27px;
	margin: 0 0 14px 0;
}

h5 {
	font-size: 1em;
	font-weight: 600;
	line-height: 18px;
	margin: 0 0 14px 0;
	text-transform: uppercase;
}
h1.tall,
h2.tall,
h3.tall,
h4.tall,
h5.tall,
h6.tall {
	margin-bottom: 33px;
}
/* Responsive */
@media (max-width: 575px) {
	h2 {
		line-height: 40px;
	}
}
/* List */
.list li {
	margin-bottom: 13px;
}
.list.list-icons {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}

.list.list-icons li {
	/* position: relative; */
}

.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > .icons:first-child {
	/* position: absolute; */
	/* left: 0; */
	margin-right:5px;
}
/* Content Grid */
.content-grid {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.content-grid .content-grid-item {
	position: relative;
	padding: 10px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.content-grid .content-grid-item:before, .content-grid .content-grid-item:after {
	content: '';
	position: absolute;
}

.content-grid .content-grid-item:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid #DADADA;
}

.content-grid .content-grid-item:after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px solid #DADADA;
}

.content-grid .content-grid-item .img-fluid {
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
/* Overlays */
.overlay {
	position: relative;
	/* Backward */
}

.overlay:before {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: #212529;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: ease opacity 300ms 100ms;
	transition: ease opacity 300ms 100ms;
}

.overlay:hover:before, .overlay.overlay-show:before, .overlay.show:before {
	opacity: 0.8;
}
* Parallax */
.parallax {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-attachment: fixed;
	position: relative;
	clear: both;
}

.parallax:not(.page-header):not(.match-height):not([class*="section-height-"]) {
	margin: 70px 0;
	padding: 50px 0;
}
/* Scroll to Top */
html .scroll-to-top {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background: #404040;
	border-radius: 4px 4px 0 0;
	bottom: 0;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 10px 10px 35px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	min-width: 50px;
	z-index: 1040;
	font-size: 0.8em;
}
html .scroll-to-top.visible {
	opacity: 0.75;
}
/* Responsive */
@media (max-width: 991px) {
	html .scroll-to-top.hidden-mobile {
		display: none !important;
	}
}
/* Section Featured */
section.section {
	background: #f7f7f7;
	border-top: 5px solid #f1f1f1;
	margin: 30px 0;
	padding: 50px 0;
}
section.section.section-height-3 {
	padding: 73.846px 0;
	padding: 4.6153846154rem 0;
}
section.section.section-center {
	text-align: center;
}

section.section.section-text-light h1, section.section.section-text-light h2, section.section.section-text-light h3, section.section.section-text-light h4, section.section.section-text-light h5, section.section.section-text-light h6 {
	color: #FFF;
}

section.section.section-text-light p {
	color: #e6e6e6;
}

section.section.section-background {
	background-repeat: repeat;
	border: 0;
}
section.section.section-overlay-opacity {
	position: relative;
}

section.section.section-overlay-opacity:before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-1:before {
	background: rgba(33, 37, 41, 0.1);
}
section.section.section-parallax {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-attachment: fixed;
	border: 0;
}
section.section.section-footer {
	margin-bottom: -50px;
}
/* Responsive */
@media (max-width: 991px) {
	.container-fluid > .row > .p-0 section.section {
		margin-bottom: 0;
		margin-top: 0;
	}
    .container-fluid > .row > .p-0:last-child section.section {
		margin-bottom: 30px;
		margin-top: 0;
	}
}
/* Home Slider Revolution Slider */

.slider-container {
	background: #151719;
	height: 500px;
	overflow: hidden;
	width: 100%;
	direction: ltr;
}
.slider-container .main-label {
	color: #FFF;
	font-size: 62px;
	line-height: 62px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

/* Arrows */
.tparrows.tparrows-carousel {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: auto;
	padding: 20px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow {
	right: auto !important;
	left: -30px !important;
	border-radius: 0 4px 4px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f053";
	position: relative;
	left: -1px;
	top: 1px;
}

.tparrows.tparrows-carousel.tp-rightarrow {
	right: -60px !important;
	left: auto !important;
	border-radius: 4px 0 0 4px;
}

.tparrows.tparrows-carousel.tp-rightarrow:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f054";
	position: relative;
	left: 2px;
	top: 1px;
}
/* Social Icons */
.social-icons {
	margin: 0;
	padding: 0;
	width: auto;
}

.social-icons li {
	display: inline-block;
	margin: -1px 1px 0 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
}

.social-icons li a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 100%;
	display: block;
	height: 28px;
	line-height: 28px;
	width: 28px;
	text-align: center;
	color: #333 !important;
	text-decoration: none;
	font-size: 12.8px;
	font-size: 0.8rem;
}
.social-icons.social-icons-transparent li {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.social-icons.social-icons-transparent li a {
	background: transparent;
}
.social-icons:not(.social-icons-clean) li {
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.social-icons:not(.social-icons-clean) li a {
	background: #FFF;
}
/* Testimonials */
.testimonial {
	margin-bottom: 20px;
}

.testimonial blockquote {
	background: #CCC;
	border-radius: 5px;
	border: 0;
	color: #666;
	font-family: 'Playfair Display', serif;
	margin: 0;
	padding: 40px 64px 40px 72px;
	padding: 2.5rem 4rem 2.5rem 4.5rem;
	position: relative;
}

.testimonial blockquote:before {
	left: 22px;
	top: 21px;
	color: #FFF;
	content: "“";
	font-size: 85px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}

.testimonial blockquote p {
	color: #FFF;
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
}

.testimonial .testimonial-arrow-down {
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 8px solid #CCC;
	height: 0;
	margin: 0 0 0 45px;
	width: 0;
}

.testimonial .testimonial-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 12px 0 0 0;
}

.testimonial .testimonial-author .testimonial-author-thumbnail {
	width: auto;
}

.testimonial .testimonial-author img {
	max-width: 25px;
}

.testimonial .testimonial-author strong {
	color: #111;
	display: block;
	margin-bottom: 2px;
	font-size: 16px;
	font-size: 1rem;
}

.testimonial .testimonial-author span {
	color: #666;
	display: block;
	font-size: 12.8px;
	font-size: 0.8rem;
	font-weight: 600;
}

.testimonial .testimonial-author p {
	color: #999;
	text-align: left;
	line-height: 1.2;
	margin-left: 9.6px;
	margin-left: 0.6rem;
}

/* Style 2 */
.testimonial.testimonial-style-2 {
	text-align: center;
}

.testimonial.testimonial-style-2 blockquote {
	background: transparent !important;
	border-radius: 4px;
	padding: 22px 20px;
}

.testimonial.testimonial-style-2 blockquote:before, .testimonial.testimonial-style-2 blockquote:after {
	display: none;
}

.testimonial.testimonial-style-2 blockquote p {
	color: #777;
}

.testimonial.testimonial-style-2 .testimonial-arrow-down {
	display: none;
}

.testimonial.testimonial-style-2 .testimonial-author {
	padding: 0;
	margin: 6px 0 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}



.testimonial.testimonial-style-2 .testimonial-author img {
	margin: 0 auto 15px;
	max-width: 60px;
}
.testimonial.testimonial-style-2 .testimonial-author1 img {
	margin: 0 auto 15px;
	max-width: 130px;
}

.testimonial.testimonial-style-2 .testimonial-author p {
	text-align: center;
	padding: 0;
	margin: 0;
}

/* With Quotes */


.testimonial.testimonial-with-quotes blockquote:before {
	color: #777;
	display: block !important;
	left: 10px;
	top: 0;
	content: "“";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}

.testimonial.testimonial-with-quotes blockquote:after {
	color: #777;
	display: block !important;
	right: 10px;
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	bottom: -0.5em;
	content: "”";
}

.testimonial.testimonial-with-quotes blockquote p {
	padding: 0 40px;
}
/* Alternarive Font */
.testimonial.testimonial-alternarive-font blockquote p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.2em;
}

/* Light */
.testimonial.testimonial-light blockquote:before, .testimonial.testimonial-light blockquote:after, .testimonial.testimonial-light blockquote p {
	color: #FFF;
}

.testimonial.testimonial-light .testimonial-author span, .testimonial.testimonial-light .testimonial-author strong {
	color: #FFF;
}

.section-text-light .testimonial.testimonial blockquote:before, .section-text-light .testimonial.testimonial blockquote:after, .section-text-light .testimonial.testimonial blockquote p {
	opacity: 0.9;
	color: #FFF;
	font-family: "Rajdhani";
	text-transform: none;
		
}

.section-text-light .testimonial.testimonial .testimonial-author span, .section-text-light .testimonial.testimonial .testimonial-author strong {
	opacity: 0.6;
	color: #FFF;
}

/* Thumb Info Caption Slider	
Screenshots Slider */
.thumb-info-captionb {
	/* margin: 320px 0 0 0; */
	padding: 55% 0 0 0;
}

.thumb-info-captionb .thumb-info-captionb-text, .thumb-info-captionb p {
	font-size: 1.1em;
	margin: 0;
	padding: 15px 0;
	display: block;
	text-align: center;
}
/* Blockquotes */
blockquote {
	border-left: 5px solid #eee;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	font-size: 1em;
}
/* Paragraphs */
p {
	color: #777777;
	font-size: 1.1em;
	line-height: 20px;
	margin: 0 0 20px;
}
/* Lead */
.lead {
	letter-spacing: 0em;
	font-size: 19.2px;
	font-size: 1.1rem;
}
/* Links */
a, a:hover, a:focus {
	color: #CCC;
}
/* slide */
.word-rotator.slide span {
	display: inline-block;
	padding: .2em 0;
	font-family: "Rajdhani";
}
/* Custom Map */
section.section-custom-map {
	background: transparent url(../img/home/map.jpg) center 0 no-repeat;
	padding: 129px 0 0;
	margin: 20px 0 0;
	border: 0;
}

section.section-custom-map section.section {
	border-top: 0;
	background: rgba(247, 247, 247, 0.5);
}

/*
* General
*/
h1, h2, h3, h4, h5, h6, a, p, span, li {
    font-family: "Nunito", sans-serif;
}

.custom-font-secondary {
    font-family: "Poppins", sans-serif;
}

section.section {
    padding: 70px 0;
}
html.sticky-header-active #header .header-body {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/* 
* Testimonial
*/
.custom-testimonial-style-1 blockquote {
    font-family: "Montserrat", sans-serif;
}

.custom-testimonial-style-1 blockquote:before, .custom-testimonial-style-1 blockquote:after {
    color: #1e1e1e;
    font-size: 50px !important;
}

.custom-testimonial-style-1 blockquote p {
    color: #1e1e1e;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
    line-height: 2;
}
/*
* Footer
*/
#footer p, #footer a, #footer li, #footer span {
    color: #8d9097;
    font-size: 14px;
}

#footer .container .row > div {
    margin-bottom: 0;
}

#footer .footer-copyright {
    position: relative;
    padding: 15px 0 60px;
}

#footer .footer-copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    border-top: 1px solid #2a3040;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

@media (min-width: 576px) {
    #footer .footer-copyright:before {
        max-width: 510px;
    }
}

@media (min-width: 768px) {
    #footer .footer-copyright:before {
        max-width: 690px;
    }
}

@media (min-width: 992px) {
    #footer .footer-copyright:before {
        max-width: 930px;
    }
}

@media (min-width: 1200px) {
    #footer .footer-copyright:before {
        max-width: 1110px;
    }
}

#footer .footer-copyright p {
    color: #8d9097;
}
/*Demo Fonts*/
.custom-font-secondary {
	font-family: "Poppins", sans-serif;
}
/*General Elements*/
section.section {
	position: relative;
	padding: 30px 0px;
	border: none !important;
}
/*Headings*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Rajdhani", sans-serif;
	margin: 0;
}
h2 {
	font-size: 1.9em;
	font-weight: 600;
	margin-bottom: 20px;
}
h2.custom-bar {
	position: relative;
}
h2.custom-bar:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 30px;
	border-bottom: 2px solid #23518c;
}
h2.custom-bar._left:after {
	left: 1px;
}
h2.custom-bar._center {
	text-align: center;
}
h2.custom-bar._center:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}
h2.custom-bar._right:after {
	left: initial;
	right: 1px;
}
h2.custom-bar._color-light:after {
	border-color: #FFF !important;
}

@media (max-width: 991px) {
	h2.custom-bar._right:after, h2.custom-bar._left:after {
		left: 50% !important;
	}
}
h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: 0.5px;
}

h5 {
	font-size: 1em;
}
/** Header*/
html:not(.sticky-header-active) #header .header-nav.header-nav-links nav > ul li > a.active {
	color: #0bfaf6 !important;
	opacity: 1;
}
html:not(.sticky-header-active) #header .header-nav.header-nav-links nav > ul li:hover > a, html:not(.sticky-header-active) #header .header-nav.header-nav-links nav > ul li:focus > a, html:not(.sticky-header-active) #header .header-nav.header-nav-links nav > ul li:active > a {
	color: #0bfaf6 !important;
	
}
@media (max-width: 767px) {
	.custom-xs-image-center {
		margin: 0 auto;
		margin-bottom: 25px;
	}
}

/* intro: cosmic on phone with screens */
.custom-product-image-pos-1._phone {
	position: absolute;
	width: 100%;
	height: auto;
	padding-top: 120px;
	top: 80;
	left: 60;
}
.custom-product-image-pos-1._screens {
	position: relative;
	top: -10px;
	padding-bottom: 0px;
}
@media (max-width: 767px) {
	.custom-product-image-pos-1._phone {
		padding-top: 30px;
		width: 90%;
	}
	.custom-product-image-pos-1._screens {
		top: -50px;
	}
}


/* bottom download call to action */
.custom-product-image-pos-2 {
	position: absolute; 
	top: -120px;
	left: 55vw;
	width: auto;
	height: 170%;
	z-index: 2;
}
@media (max-width: 991px) {
	.custom-product-image-pos-2 {
		left: 60vw;
	}
}
@media (max-width: 767px) {
	.custom-product-image-pos-2 {
		display: none;
	}
}
.custom-product-image-pos-2._litle-small {
	top: -75px;
	left: 67vw;
	z-index: 1;
	height: 155%;
}
@media (max-width: 991px) {
	.custom-product-image-pos-2._litle-small {
		left: 70vw;
	}
}

.custom-tall {
	margin: 60px 0 80px;
	background: #efecec !important;
}

.custom-shadow-on-hover {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
					box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: easne box-shadow 300ms;
	transition: easne box-shadow 300ms;
}
#footer {
	margin: 0;
	border: none;
	padding: 20px 0 10px;
}
@media (max-width: 767px) {
	#footer {
		padding: 20px 0 10px;
	}
}
#footer .footer-copyright {
	position: relative;
	padding: 15px 0 0;
	margin: 0;
	border: 0;
}
#footer .footer-copyright:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	border-top: 0px solid #ededed;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}
/* Custom Screens */
.custom-screens-carousel2 {
	position: relative;
	z-index: 30;
	margin-top: 10px;
}
@media (max-width: 991px) {
	.custom-screens-carousel {
		margin-top: 10px;
	}
}

/* Carousel Ipad */
/* .owl-carousel {
	border-radius: 15px;
}
.carousel-ipad {
	border-radius: 25px;
	border: 1px solid #717171;
	padding: 5px 20px 5px 20px;
	background: #353736;
	-webkit-box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
	position: relative;
}
@media (max-width: 991px) {
	.carousel-ipad {
		padding: 5px;
		border-radius: 10px;
	}
}
.carousel-ipad img {
	border: 1px solid #494949;
} */
.app-preview-ipad{
	border-radius: 25px;
	border: 1px solid #717171;
	padding: 5px 20px 5px 20px;
	background: #353736;
	position: relative;
}














