/*
	Template Name: Urip Landing Page
	Template URI: http://worksofwisnu.com/theme-preview/urip
	Description: Modern and Professional HTML Landing Page Template
	Author: xWisnux (Works of Wisnu)
	Author URI: http://worksofwisnu.com
	Version: 3.0

*/

/**
 * Table of Contents:
 *
 * 1.0 - BASIC STRUCTURE
 *	 1.1 - Typography
 *	 1.2 - Custom Column
 *	 1.3 - Custom Margin
 *	 1.4 - Vertical Center Content
 *
 * 2.0 - COMPONENTS
 *	 2.1 - Buttons
 *	 2.2 - Lists
 *	 2.3 - Content Tab
 *	 2.4 - Section Tab
 *	 2.5 - Toggle
 *	 2.6 - Pricing Table
 *	 2.7 - Contact Modal
 *	 2.8 - Alert Notification
 *	 2.9 - Lightbox Modal
 *	 2.10 - Attention Box
 *	 2.11 - Progress Bar
 *	 2.12 - To Top Button
 *
 * 3.0 - HEADER & HERO SECTION
 *	 3.1 - Menu Toggle
 *	 3.2 - Navigation
 *     3.2.1 - Navigation Bar
 *	 3.3 - Hero Background
 *	 3.4 - Hero Subscribe Form
 *	 3.5 - Hero Form
 *	 3.6 - Creative Layouts Hero CTA Content
 *	 3.7 - Hero App Layout
 *	 3.8 - Animated Headline
 *	 3.9 - Hero Event Layout
 *	 3.10 - Video Background
 *
 * 4.0 - TOP CLIENT LOGO
 *
 * 5.0 - WHAT WE DO SECTION
 *	 5.1 - What We Do on Form Layout
 *	 5.2 - Introduction on App Layout
 *   5.3 - Introduction on Event Layout
 *
 * 6.0 - HOW IT WORKS SECTION
 *	 6.1 - How It Works info hover transitions/animations
 * 	 6.2 - How It Works hover background
 *
 * 7.0 - OUR FEATURES SECTI0N
 * 	 7.1 - Feature Icon on Hero Form Layout
 * 	 7.2 - The Feature on App Layout
 *
 * 8.0 - FEATURETTES SECTION
 *	 8.1 - Featurettes Quote
 *
 * 9.0 - COUNTER
 *
 * 10.0 - BREAKOUT
 *	 10.1 - App Layout Breakout
 *	 10.2 - Event Layout Breakout
 *
 * 11.0 - PRICING & SECTION TABS
 * 	 11.1 - Why Us Section on App Layout
 *	 11.2 - Event Session
 *
 * 12.0 - OUR TEAM SECTION
 *	 12.1 - App Layout Carousel
 *
 * 13.0 - CUSTOMER STORIES/LOGOS SECTION
 *	 13.1 - App Layout Customer Quote
 *
 * 14.0 - PORTFOLIO SECTION
 *	 14.1 - Portfolio External Link
 *
 * 15.0 - FOOTER SUBSCRIBE
 *
 * 16.0 - MAIN FOOTER SECTION
 * 	 16.1 - App Layout Footer
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 BASIC STRUCTURE
 * -----------------------------------------------------------------------------
 */

:root {
    --red-text: #d72821;
}
.seller-pfg, .seller-eXp {
    --red-text: #113072;
}
.seller-car {
	--red-text: #d72821;
}

body {
	background: #fff;
	color: #000;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
}

html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
	margin: 0;
	padding: 80px 0;
}

main#main-content {
	position: relative;
	z-index: 1080;
	background: #fff;
	box-shadow: 0px 2px 6px rgba(39, 36, 36, 0.42);
}

hr {
	border-top: 1px solid #ccc;
}

.gray-bg {
	background: #fff;
}

ul {
	padding-left: 0;
}

li {
	list-style: none;
	/*list-style-type: circle;*/
}

img {
	 max-width: 100%;
}
.img-rounded {
	border-radius: 6px;
	width: 100%;
}
input:focus,
textarea:focus,
keygen:focus,
select:focus {
	box-shadow: none !important;
}

.popover {
	z-index: 999999 !important;
}

.opacity-one {
	opacity: 1 !important;
}

/* 1.1 Typography */
p {
	margin-bottom: 25px;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	line-height: 24px;
}

p.lead {
	font-size: 22px;
}

p.sub-lead {
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h4,
.h3,
.h5,
.h6,
.h2,
.h1 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #222;
	line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: "Montserrat", sans-serif;
}

h1,.h1 {
	font-size: 42px;
	margin: 0.67em 0;
}

h2,.h2 {
	font-size: 36px;
}

p.section-title {
	color: #777;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: .9em;
}

p.section-title:after {
	display: block;
	margin: 0 auto;
	margin-top: 17px;
	height: 1px;
	background: var(--red-text);
	content: "";
}

.section-heading {
	margin-top: 42px;
	margin-bottom: 35px;
}

small {
	font-family: "Droid Serif", serif;
}

b, strong {
	-webkit-font-smoothing: auto;
}

a {
	color: var(--red-text);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

a:hover {
	color: var(--red-text);
	text-decoration: none;
}

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

p a,
a.more {
	position: relative;
	-webkit-transition: none;
	transition: none;
}

p a:after,
a.more:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin: 0;
	width: 0%;
	height: 1px;
	background: var(--red-text);
	color: #fff;
	content: ".";
	text-align: left;
	opacity: 0;
}

p a.more:hover:after,
a.more:hover:after {
	z-index: -10px;
	width: 100%;
	opacity: 1;
	-webkit-animation: underline 1s forwards;
	animation: underline 1s forwards;
}

@-webkit-keyframes underline {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 1px;
    background: var(--red-text);
  }
}

.centered {
	text-align: center;
}

.all-caps {
	text-transform: uppercase;
}

.breaking {
	position: relative;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-position: center top;
	color: #fff;
}

section.breaking {
	padding: 0;
}

.breaking-content {
	padding: 80px 0;
}

.breaking h1,
.breaking h2,
.breaking h3,
.breaking h4,
.breaking h5,
.breaking p,
.breaking .h1,
.breaking .h2,
.breaking .h3,
.breaking .h4,
.breaking .h5{
	color: #fff;
}

.urip-blue-color {
	color: var(--red-text);
}

.urip-orange-color {
	color: var(--red-text);
}

.text-shadow-xsmall {
	text-shadow: 1px 1px 0 rgba(125,116,107,.75);
}

.text-shadow-small {
	text-shadow: 1px 1px 2px rgba(125,116,107,.75);
}

.text-shadow-medium {
	text-shadow: -1px -1px 4px rgb(125 116 107 / 75%), 1px -1px 4px rgb(125 116 107 / 75%), -1px 1px 4px rgb(125 116 107 / 75%), 1px 1px 4px rgb(125 116 107 / 75%);
}

.text-shadow-large {
	text-shadow: 3px 3px 0 rgba(125,116,107,.75);
}

/* -- */

/* 1.2 Custom Column */
.container-full {
	overflow: hidden;
	width: 100%;
}

.container-full .row {
	position: relative;
	margin-right: 0;
	margin-left: 0;
}

.two-blocks-col {
	padding: 68px 80px 0;
}

.no-padding {
	padding: 0 !important;
}

.overflow-hidden,
.overlay-on {
	overflow: hidden;
}

body.overflow-hidden:before {
	position: absolute;
	top: 0;
	z-index: 999;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(71, 71, 71, 0.48);
	content: "";
}
/* -- */

/* 1.3 Custom Margin */
.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-8 {
	margin-top: 8px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-25 {
	margin-top: 25px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-32 {
	margin-top: 32px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-min-5 {
	margin-top: -5px !important;
}

.margin-top-min-10 {
	margin-top: -10px !important;
}

.margin-top-min-13 {
	margin-top: -13px !important;
}

.margin-top-min-18 {
	margin-top: -18px !important;
}

.margin-top-min-20 {
	margin-top: -20px !important;
}

.margin-bot-5 {
	margin-bottom: 5px !important;
}

.margin-bot-0 {
	margin-bottom: 0px !important;
}

.margin-bot-8 {
	margin-bottom: 8px !important;
}

.margin-bot-10 {
	margin-bottom: 10px !important;
}

.margin-bot-15 {
	margin-bottom: 15px !important;
}

.margin-bot-20 {
	margin-bottom: 20px !important;
	margin-top: 20px;
}

.margin-bot-25 {
	margin-bottom: 25px !important;
}

.margin-bot-30 {
	margin-bottom: 30px !important;
}

.margin-bot-32 {
	margin-bottom: 32px !important;
}

.margin-bot-35 {
	margin-bottom: 35px !important;
}

.margin-bot-40 {
	margin-bottom: 40px !important;
}

.margin-bot-60 {
	margin-bottom: 60px !important;
}

.margin-bot-min-10 {
	margin-bottom: -10px !important;
}

.margin-bot-min-13 {
	margin-bottom: -13px !important;
}

.margin-bot-min-18 {
	margin-bottom: -18px !important;
}

.margin-bot-min-20 {
	margin-bottom: -20px !important;
}

.zero-top {
	margin-top: 0 !important;
}

.zero-right {
	margin-right: 0 !important;
}

.zero-bottom {
	margin-bottom: 0 !important;
}

.zero-left {
	margin-left: 0 !important;
}
/* -- */

/* 1.4 Vertical Center Content */
.vertical-center-wrapper {
	height: 100%;
}

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

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


/**
 * 2.0 COMPONENTS
 * -----------------------------------------------------------------------------
 */

/* 2.1 Buttons */
.cta {
	display: inline-block;
	margin-top: 20px;
	padding: 8px 22px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}

.cta:hover, .cta:active, .cta:focus {
	color: #fff;
	text-decoration: none;
}

.cta-default {
	background: var(--red-text);
}

.cta-stroke {
	margin-top: 22px;
	border: 2px solid var(--red-text);
	background-clip: padding-box;
	color: var(--red-text);
}

.cta-stroke:hover, .cta-stroke:focus {
	color: var(--red-text);
}

.cta-default:after,
.cta-stroke:after {
	position: relative;
	top: 0;
	display: inline;
	margin-left: 0;
	content: '\e62a';
	font-weight: normal;
	font-size: 0;
	font-family: "Icomoon";
	line-height: 1;
	opacity: 0;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.cta-default:hover:after,
.cta-stroke:hover:after {
	margin-left: 8px;
	font-size: 14px;
	opacity: 1;
}

.cta-transparent {
	border: 2px solid rgba(255, 255, 255, 0);
	background-color: rgba(34,34,34,.14);
	background-clip: padding-box;
}

.cta-transparent:hover {
	border: 2px solid #fff;
	background-color: rgba(34,34,34,.05);
}

.play-btn {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(90, 85, 85, 0.7);
	box-shadow: 0 0 20px #5D5B56;
	color: #fff;
	font-size: 74px;
}

.play-btn:hover, .play-btn:focus {
	color: #fff;
}

.play-btn:hover {
	box-shadow: 0 0 28px #3f3e3b;
}

.inline-cta {
	margin: 0;
	padding: 20px 0;
}

.inline-cta li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
/* -- */

/* 2.2 Lists */
ul.checklist {
	margin-bottom: 30px;
}

ul.checklist li {
	position: relative;
	padding-left: 30px;
}

ul.checklist li:before {
	position: relative;
	top: 2px;
	margin-right: 12px;
	margin-left: -30px;
	color: var(--red-text);
	content: "\e116";
	font-size: 17px;
	font-family: "icomoon";
}
/* -- */

/* 2.3 Content Tab */
.content-tab-wrapper .nav-tabs {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	border-bottom: 1px solid rgba(25, 169, 229, 0.63);
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.content-tab-wrapper .nav-tabs > li > a {
	color: #777;
}

.content-tab-wrapper .nav-tabs > li > a:hover {
	padding: 11px 21px;
	border: none;
	background: none;
	color: #222;
}

.content-tab-wrapper .nav-tabs > li.active > a,
.content-tab-wrapper .nav-tabs > li.active > a:focus,
.content-tab-wrapper .nav-tabs > li.active > a:hover {
	padding: 11px 21px;
	border: none;
	background: none;
	color: #222;
}

.content-tab-wrapper .nav > li > a {
	padding: 10px 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: color .25s;
	transition: color .25s;
}

.content-tab-wrapper .nav-tabs > li.active:before,
.content-tab-wrapper .nav-tabs > li.active:after {
	position: absolute;
	top: 99%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid rgba(0, 0, 0, 0);
	content: '';
	pointer-events: none;
}

.content-tab-wrapper .nav > li > a span[class^="icon-"] {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
}

.content-tab-wrapper .nav > li.active > a span[class^="icon-"] {
	color: var(--red-text);
}

.content-tab-wrapper .nav-tabs > li.active:before {
	margin-left: -11px;
	border-width: 11px;
	border-top-color: var(--red-text);
}

.content-tab-wrapper .nav-tabs > li.active:after {
	margin-left: -10px;
	border-width: 10px;
	border-top-color: #f7f8f9;
}

.tab-content {
	margin-top: 34px;
}
/* -- */

/* 2.4 Section Tab */
.section-tab {
	margin-top: 5px;
}

.section-tab .tab-content {
	margin-top: 50px;
}

.section-tab .nav-tabs {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	border: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.section-tab .nav > li {
	margin: 0 4px;
}

.section-tab .nav > li > a {
	padding: 14px 55px;
	height: 50px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #eaebeb;
	background-clip: padding-box;
	color: #777;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
}

.section-tab .nav > li > a:hover {
	background: #dfe0e0;
}

.section-tab .nav > li.active > a {
	background: var(--red-text);
	color: #fff;
}

.section-tab .nav > li:first-child > a {
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}

.section-tab .nav > li:last-child > a {
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}

.section-tab .nav-tabs > li.active > a,
.section-tab .nav-tabs > li.active > a:focus,
.section-tab .nav-tabs > li.active > a:hover {
	border: none;
}

/*Schedule Tab*/
.section-tab.schedule-tab .nav > li > a {
	height: 68px;
}

.event-date {
	display: block;
    margin-top: 0px;
    font-size: 12px;
    text-transform: none;
}
/* -- */

/* 2.5 Toggle */
.panel {
	margin-bottom: 10px !important;
	border: 0;
	background: none;
	box-shadow: none;
}

.panel-default > .panel-heading {
	padding: 0;
}

.panel-heading a {
	position: relative;
	display: block;
	padding: 13px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #eaebeb;
	color: #777;
	text-decoration: none;
}

.panel-heading a:hover {
	background: #dfe0e0;
}

.panel-heading a:focus {
	outline: none;
	box-shadow: none;
}

.panel-heading a:after {
	position: absolute;
	top: 0;
	right: 0;
	padding: 17px;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	background: #dfe0e0;
	color: #777;
	content: "\e114";
	font-family: "Icomoon";
	line-height: 1em;
}

.panel-heading.panel-active a {
	background: var(--red-text);
	color: #fff;
}

.panel-heading.panel-active a:hover {
	background: #13a0db;
}

.panel-heading.panel-active a:after {
	background: #13a0db;
	color: #fff;
	content: "\e115";
}

.panel-default > .panel-heading+.panel-collapse > .panel-body {
	border: none;
}
/* -- */

.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.overlay-scale.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

a.contact-trigger {
	cursor: pointer;
}

a.overlay-close,a.privacy-overlay-close,a.terms-overlay-close,a.tour-overlay-close,a.tour-second-overlay-close,a.tour-third-overlay-close {
	position: fixed;
	top: 30px;
	right: 30px;
	visibility: visible;
	overflow: hidden;
	width: 48px;
	height: 48px;
	background: url(../images/cd-icon-close.svg) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
}

a.overlay-close:hover,a.privacy-overlay-close:hover,a.terms-overlay-close:hover,a.tour-overlay-close:hover,a.tour-third-overlay-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.contact-content {
	margin-top: 108px;
	margin-bottom: 120px;
}

.contact-content,
.contact-content h2,
.contact-content p {
	color: #fff;
}

.contact-content h2 {
	margin-bottom: 36px;
}

.contact-form {
	margin: 50px 0;
}

.contact-form .contact-input,
.contact-form textarea,
.contact-form .submit-btn {
	position: relative;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
	box-shadow: none;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-form .contact-input:focus,
.contact-form textarea:focus,
.contact-form .submit-btn:focus {
	outline: none;
	border: none;
}

.contact-form .contact-input:focus,
.contact-form textarea:focus {
	background: #515459;
}

.contact-form .contact-input {
	margin-bottom: 15px;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	background: #52555a;
}

.contact-form textarea {
	margin-bottom: 24px;
	padding: 20px;
	width: 100%;
	background: #42454a;
}

.contact-form .submit-btn {
	min-width: 170px;
	height: 50px;
	background: var(--red-text);
	font-size: 20px;
}

.contact-form .submit-btn:hover {
	background: #939598;
}


.contact-form .submit-btn:hover:before {
	left: 75%;
}

.required-field {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.required-field:after {
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	width: 20px;
	height: 20px;
	background: var(--red-text);
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.required-field.field-error:after {
	background: #cc3530;
	/*
	box-shadow: inset 0 0 0 2px #cc3530;
	*/
	color: #cc3530;
}

.submit-btn.disabled {
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
	filter: alpha(opacity=65);
	cursor: not-allowed;
	pointer-events: none;
}
/* -- */

/* 2.8 Alert Notification */
.notif-box {
	position: fixed;
	top: 0;
	z-index: 99999;
	padding: 22px;
	width: 100%;
	font-size: 90%;
	line-height: 1.4;
	-webkit-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;
	-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.notif-box.show-up {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.notif-box p {
	display: inline-block;
	margin-bottom: 0;
	padding: 0 3.2em;
	font-size: 1.2em;
}

.notif-box span.notif-icon{
	position: absolute;
	top: 50%;
	left: .6em;
	display: block;
	font-size: 28px;
	opacity: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transform: translate3d(0,-50%,0);
	-ms-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.notif-box.show-up span.notif-icon {
	opacity: 1;
}

.notif-box a.notification-close {
	position: absolute;
	top: 15%;
	right: 1em;
	visibility: visible;
	overflow: hidden;
	width: 48px;
	height: 48px;
	background: url(../images/cd-icon-close.svg) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
}

.notif-box a.notification-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#error-notification,
#subscribe-error-notification,
#hero-error-notification {
	background: #cc3530;
	color: rgba(250, 251, 255, 0.95);
}

#error-notification.notif-box,
#subscribe-error-notification.notif-box,
#hero-error-notification.notif-box {
	box-shadow: inset 4.5em 0 #b80d07;
}

#success-notification,
#subscribe-success-notification,
#hero-success-notification {
	background: var(--red-text);
	color: rgba(250, 251, 255, 0.95);
}

#success-notification.notif-box
#subscribe-success-notification.notif-box,
#hero-success-notification.notif-box {
	box-shadow: inset 4.5em 0 #13a0db;
}
/* -- */

/* 2.9 Lightbox Modal */
#swipebox-overlay {
 	background: #292c33;
}

#swipebox-title {
	font-size: 16px;
	font-family: "Varela Round", sans-serif;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
	background: rgba(41, 44, 51, 0.85);
	text-shadow: none;
	opacity: 1;
}

#swipebox-close {
	position: absolute;
	top: 30px;
	right: 30px;
	visibility: visible;
	overflow: hidden;
	width: 48px;
	height: 48px;
	background: url(../images/cd-icon-close.svg) no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
}

#swipebox-prev,
#swipebox-next {
	background: none !important;
}

#swipebox-prev:before,
#swipebox-next:before {
	color: #fff;
	font-size: 26px;
	font-family: "Icomoon";
	line-height: 2em;
}

#swipebox-prev:before {
	content: "\e629";
}

#swipebox-next:before {
	content: "\e62a";
}

#swipebox-prev:hover,
#swipebox-next:hover,
#swipebox-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/* 2.10 Attention Box */
.attention-box {
	padding: 13px 0;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #f7f7f9;
	background-clip: padding-box;
	text-align: center;
}

.attention-box h5,
.attention-box p,
.attention-box a {
	display: inline-block;
	margin: 0;
}

.attention-box p {
	margin: 0 14px;
}

/* 2.11 Progress Bar */
.progress-title {
	margin-bottom: 3px;
}

.progress {
	margin-bottom: 24px;
	height: 8px;
	background: #d8dce0;
	background-clip: padding-box;
	box-shadow: none;
}

.progress-bar {
	box-shadow: none;
}

.blue-progress-bar {
	background-color: var(--red-text);
}

.orange-progress-bar {
	background-color: var(--red-text);
}

.red-progress-bar {
	background-color: #ff5b5b;
}

.teal-progress-bar {
	background-color: #008989;
}

.grey-progress-bar {
	background-color: #757679;
}

/* 2.12 To Top Button */
#to-top {
	position: fixed;
	right: 30px;
	bottom: -100px;
	z-index: 1;
	padding: 9px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: rgba(34, 34, 34, 0.8);
	color: #fff;
	font-size: 30px;
	line-height: 20px;
	cursor: pointer;
	-webkit-transition: 0.75s;
	transition: 0.75s;
}

#to-top:hover {
	background: var(--red-text);
}

/**
 * 3.0 HEADER & HERO SECTION
 * -----------------------------------------------------------------------------
 */
.header-navbar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99999;
	padding: 37px 0;
}

header .logo img {
	height: 36px;
}

.the-origin-header a.logo {
	display: inline-block;
}

.header-clone {
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px 0;
	background: #222;
	-webkit-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header-stick {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.header-clone .logo img {
	/* position: absolute;
	top: 3px;
	margin-top: -9px;
	width: 70px; */
}

.header-clone a.menu-toggle {
	padding: 3px 0px;
}

/* 3.1 Menu Toggle */
a.menu-toggle {
	padding: 14px 0;
	color: #fff;
	font-size: 18px;
}

a.menu-toggle:hover {
	color: #eee;
	text-decoration: none;
}

a.menu-toggle span {
	padding-left: 10px;
	vertical-align: text-top;
	font-size: 19px;
}
/* -- */

/* 3.2 Navigation */
#nav-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	visibility: hidden;
	padding: 45px 40px;
	width: 260px;
	height: 100%;
	background-color: #292c33;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

#nav-wrapper.nav-wrapper-opened {
	z-index: 999;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-overflow-scrolling: touch;
}

.nav-close {
	display: none;
	color: #fff;
	font-size: 24px;
}

.nav-close:hover,
.nav-close:focus {
	color: #fff;
}

.touch .nav-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 5px;
	width: 40px;
	height: 40px;
	background: #CC3530;
	text-align: center;
}

.main-nav {
	margin-bottom: 55px;
}

.main-nav li {
	margin-bottom: 18px;
}

.main-nav li a {
	font-weight: 100;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}

.main-nav li a,
.secondary-nav li a {
	color: #777;
}

.main-nav li a:hover,
.secondary-nav li a:hover {
	color: #fff;
}

.secondary-nav li {
	margin-bottom: 10px;
}

.main-nav .dropdown:before {
	position: absolute;
	top: 4px;
	left: -25px;
	color: #fff;
	content: "\e621";
	font-size: 18px;
	font-family: "Icomoon";
	line-height: 1em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.main-nav .dropdown.active:before {
	content: "\e62c";
}

.main-nav .dropdown-menu {
	position: relative;
	top: 0;
	float: none;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -40px;
	padding: 15px 20px;
	min-width: 260px;
	width: 100%;
	border: none;
	background: #222;
	box-shadow: none;
}

.main-nav .dropdown-menu li {
	margin-bottom: 10px;
	color: #777;
}

.main-nav .dropdown-menu li:last-child {
	margin-bottom: 0;
}

.main-nav .dropdown-menu li a {
	color: #eee;
	text-transform: none !important;
	font-size: 14px;
}

.main-nav .dropdown-menu li a:hover {
	background: none;
	color: #fff;
}
/* -- */

/* 3.2.1 Navigation Bar */
.navbar-nav>li {
	margin-left: 40px;

	@media (max-width: 767px) {
		margin-left: 20px;
	}
}

.navbar-nav>li>a {
	color: #fff;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
}

.navbar-nav>li>select {
	background: #222;
	border: none;
	color: #fff;
	text-transform: uppercase;
}

.navbar-nav>li>a:hover,
.navbar-nav>li.current>a {
	color: var(--red-text);
}

.navbar-nav>li .dropdown button {
	display: flex;
	justify-content: center;
	align-items: center;
}

.navbar-nav>li .dropdown button i {
	margin-left: 5px;
}

	/* .navbar-header a.logo {
		margin-top: -20px;
		padding: 7px 0;
} */
.navbar-nav>li>select {
	background: #222;
	border: none;
	color: #fff;
	text-transform: uppercase;
}

.navbar-nav>li .dropdown-toggle {
	background: none;
	color: #fff;
	padding: 0;
	margin: 0;
	text-transform: unset;
	border-radius: 0;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	line-height: 20px;
}

.header-clone>div>#navbar>ul.navbar-nav.all-caps.pull-right>li  .dropdown-toggle{
	text-shadow: none;
}

.navbar-nav>li .dropdown-menu {
	background: #222;
	width: 100%;
	min-width: 235px;
	top: 100%;
	left: -10px;
}
.navbar-nav>li .dropdown-menu>a {
	color: #fff;
	padding: 10px;
	display: block;
}.navbar-nav>li .dropdown-menu>a:hover {
	 color: var(--red-text);
 }

.navbar-nav>li .dropdown-toggle:active:focus, .navbar-nav>li .dropdown-toggle:focus {
	outline: none;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-top: 0;
}

.header-clone .container-fluid>.navbar-collapse,
.header-clone .container-fluid>.navbar-header,
.header-clone .container>.navbar-collapse,
.header-clone .container>.navbar-header {
	margin-top: 3px;
}

.header-clone .navbar-header .logo img {
	top: 12px;
}

.navbar-toggle {
	margin: 0;
	padding: 0;
	margin-top: -2px;
}

.navbar-toggle span {
	color: #fff;
	font-size: 24px;
}

@media (max-width: 991px) {
	.the-feature{
		text-align: center;
	}
	/* NAVIGATION BAR*/
	.navbar-header {
		float: none;
	}

	.navbar-left,.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none!important;
	}

	.navbar-nav {
		float: none!important;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.collapse.in{
		display:block !important;
	}

	.header-clone .container-fluid>.navbar-collapse,
	.header-clone .container-fluid>.navbar-header,
	.header-clone .container>.navbar-collapse,
	.header-clone .container>.navbar-header,
	.header-clone .container-fluid>.navbar-collapse.collapsing,
	.header-clone .container>.navbar-collapse.collapsing {
		margin-top: 5px;
	}

	.navbar-collapse.collapsing,
	.navbar-collapse.collapse.in {
		background-color: #292c33;
		margin-left: -16px !important;
		width: 100vw;
		/* margin-left: -24px;
		margin-right: -24px; */
	}

	.collapsing .navbar-nav>li,
	.collapse.in .navbar-nav>li {
		margin-bottom: 10px;
	}

	.header-navbar.header-clone {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}

	.header-navbar.the-origin-header {
		display: none !important;
	}

	/* WHY US SECTION */
	#why-us,
	#why-us-2 {
		text-align: center;
	}

	.half-phone-mockup {
		display: block;
		max-width: 100%;
		margin-bottom: 80px;
	}

	.half-phone-mockup img {
		max-width: 60%;
	}

	.half-phone-mockup:after {
		width: 100%;
		border: none;
		height: 1px;
		margin: 0 auto;
		text-align: center;
		background: #777;
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(50%, #777), color-stop(100%, #fff));
		background: -webkit-linear-gradient(left, #fff 0%, #777 50%, #fff 100%);
		background: linear-gradient(to right, #fff 0%, #777 50%, #fff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 );
		content: "";
		display: block;
	}

	.why-us-content {
		padding-top: 0;
		margin-bottom: 72px;
	}
}

@media (max-width: 991px) {
	.navbar-nav {
		float: none!important;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
}

/* #main-header {
	padding: 16px;

	.navbar-header {
		margin: 4px 0;
	}

	.container>.navbar-collapse {
		margin: 0 !important;
	}

	@media (max-width: 767px) {
		#navbar {
			.pull-right {
				float: left !important;
			}
		}
	}
} */

#modal-iframe  {
    height: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

	.modal-body {
		background: transparent;

		button {
			position: absolute;
            top: 16px;
            right: 16px;
            transform: translate(-50%);
		}
	}

	@media (max-width: 768px) {
		width: 100%;
		padding: 32px 0;
		height: 700px;
	}
}


.modal-feature .modal-body iframe {
    width: 100%;
    height: 100%;
}

.modal-feature .modal-body {
    padding: 0;
    width: 100%;
    height: calc(100% - 30px);
    font-size: 0;
    background: #ffffff;
    min-height: 300px;
    overflow: hidden;
}

#modal-iframe {
    .modal-body {
        background: transparent;
    }
}

.modal-feature .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
    width: 100%;
    height: 100%;
}

.modal-feature .modal-dialog {
    width: 100%;
    height: 100%;
    padding: 2% 5% 5%;
    margin: 0;
}

button.close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0.4s;
}

.not-visible {
	visibility: hidden;
}