/* arrow box */
.dropdown-menu:after, .dropdown-menu:before {
	bottom: 100%;
	left: 5%;   /* change the position horizontally */ 
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.dropdown-menu:before {
	border-bottom-color: #fff;
	border-width: 10px;
}


/* Customized dropdown bootstrap by me */
.dropdown-menu {
	width: 60vw;
	margin-left: -2vw;
	transform: translateY(-0.5em);
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	box-sizing: border-box;
	border: none;
	padding: 0;
	height: 525px;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

/* END here */

.sub-con ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

.sub-con a {
	color: #1B314B;
	font-weight: 400;
	text-decoration: none;
	display: block;
	transition: 0.1s;
}

.sub-con a:hover {
	color: #2569E6;
}

.active-product-page {
	color: #626262;
}

.sub-con {
	position: relative;
	margin: 0px 0px 0px auto;
}

.sub-l{
	display: inline-block;
	float: left;
}

.sub-m{
	display: inline-block;
}

/* Updated navigation header dropdown left section */
.dropdown-menu .sub-con .sub-l.box {
	width: 29vw;
	float: left;
	height: 525px;
	padding: 40px;
	font: inherit;
	font-size: 100%;
	display: inline-block;
}

ul.platform-nav {
	padding: 0;
}

.dropdown-menu a.header-link {
	margin: 0;
	padding: 0;
}


.dropdown-menu .box .header-area {
    padding-bottom: 10px;
}

/* COLOR HERE ERROR ----------------------------------------------- */
.dropdown-menu .box span {
	display: block;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-bottom: 8px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	margin: 0;
	padding: 0;
}

.dropdown-menu .box a.header-link p {
	font-weight: 400;
}

/* COLOR HERE ERROR ----------------------------------------------- */
p.section-header {
	font-size: 13px;
    letter-spacing: .4px;
    margin-bottom: 20px;
    clear: both;
}

.dropdown-menu a.group {
	display: flex;
    padding-top: 0;
    padding-bottom: 20px;
    font-weight: 400;
}

a.group .product-icon-1, a.group .product-icon-2 {
	margin-right: 15px;
    padding-top: 2px;
    width: 40px;
    position: relative;
}

a.group .product-icon-1 > div, a.group .product-icon-2 > div {
	transition: opacity 0.2s ease-in-out;
    position: absolute;
    left: 0;
    width: 37px;
    height: 37px;
}

a.group .product-icon-1 > div {
	background: url("../icons/nav-icon-insight-core.png");
}

a.group .product-icon-2 > div {
	background: url("../icons/nav-icon-product-insight.png");
}

a.group .product-icon-1:hover > div {
	background: url("../icons/nav-icon-insight-core-hover.png");
}

a.group .product-icon-2:hover > div {
	background: url("../icons/nav-icon-product-insight-hover.png");
}

a.group li {
	margin-left: 0;
	padding-left: 0;
	white-space: normal;
	padding-right: 0;
}

/* COLOR ERROR HERE ------------------------------------------------ */
li.category-header p {
	margin-bottom: 0;
	font-size: 13px;
    line-height: 1.4;
    text-transform: none;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
}

/* navigation header dropdown right section */
.dropdown-menu .sub-con .sub-m.box {
	background-color: #F3F8FE;
    height: 525px;
    width: 31vw;
    padding: 40px 40px 30px 40px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
    min-width: 230px;
    float: left;
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
}

ul.capabilities-list {
	padding: 0;
}

.box.content {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    white-space: normal;
    font-size: 100%;
    padding: 0;
}

.box .content .col-left {
    width: 100%;
    min-height: 280px;
    float: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

.box .content ul.capabilities-list p.section-header {
	margin-top: 4px;
	margin-left: 0;
	font-size: 13px;
	letter-spacing: .4px;
	color: #697788;
	clear: both;
	line-height: 130%;
	margin: 0 0 1.5rem 0;
}

.box .content ul.capabilities-list li {
	margin-top: 2px;
	margin-bottom: 1rem;
	clear: both;
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

.box .content ul.capabilities-list li span {
	display: block;
    color: #697788;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: initial;
}

.box .content ul.capabilities-list li p {
	font-size: 13px;
    color: #697788;
    text-transform: none;
    transition: all 0.2s ease-in-out;
    margin-bottom: 6px;
    letter-spacing: .4px;
    white-space: normal;
}

.box .content .cta-view-all-capabilities {
	position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    float: left;
}

.box .content .cta-view-all-capabilities p {
	margin-top: 20px;
    text-align: left;
    color: #697788;
    font-size: 14px;
    letter-spacing: .4px;
    line-height: 130%;
    margin: 0 0 20px 0;
}

.box .content a {
	font-size: 15px;
    font-weight: 400;
    margin: 0;
    color: #2569E6;
    text-transform: none;
    transition: all 0.2s ease-in-out;
    letter-spacing: .4px;
}

.box .content a:hover {
	color: #1B314B;
}

.heading-color {
	color: #1B314B !important;
}

.content-color {
	color: #697788 !important;
}

.link-color {
	color: #337ab7 !important;
}

.link-color:hover {
	color: #054479 !important;
}

section {
	margin-top: 1rem;
}

.wd-100 {
	width: 100% !important;
}

.m-r-10percent {
	margin-right: 10% !important;
}

.m-r-0 {
	margin-right: 0 !important;
}

.m-l-0 {
	margin-left: 0 !important;
}

.m-l-1 {
	margin-left: 1rem !important;
}

.full-width-section {
	background: #2569E6;
	background: -webkit-linear-gradient(-45deg,#3a8ffe 0,#9658fe 100%);
	background: -moz-linear-gradient(-45deg,#3a8ffe 0,#9658fe 100%);
	background: -o-linear-gradient(-45deg,#3a8ffe 0,#9658fe 100%);
	background: -ms-linear-gradient(-45deg,#3a8ffe 0,#9658fe 100%);
    background: linear-gradient(135deg,#3a8ffe 0,#9658fe 100%);
    
}

.anchor-btn-hover {
	background-color: #000;
    border-radius: 5px;
}

.anchor-btn {
	background: none;
	color: #7e7e7e !important;
}

.read-more-link, 
.get-in-touch-btn,
.more-questions-btn {
	color: #fff;
	border-radius: 32px;
	font-size: 13px;
	background: transparent;
	border: 1px solid #2569E6 !important;
	height: unset;
	padding: 10px 30px;
	color: #2569E6 !important;
}

.more-questions-btn i {
	margin-top: 2px !important;
}

.testimonial-slide {
    padding: 0 5%;
    margin: 0 0 14px 0;
    font-size: 20px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.testimonial-slide span {
    display: block;
    margin: 20px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    color: #ffffffc4
}

.owl-theme .owl-dots .owl-dot:focus {
	outline: 0;
}

.owl-theme .owl-dots .owl-dot span {
	border: 2px solid #b9b3b3;
    background: transparent;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.owl-theme .owl-dots .owl-dot.active span {
	border: 2px solid #fff;
    background: #ffffff;
}

.owl-theme .owl-dots .owl-dot.active:hover span {
	border: none;
	background: #fff;
}

.owl-theme .owl-dots .owl-dot:hover span {
	border: 2px solid #ffffff;
	background: transparent;
}

.contact-btn {
	border: 1px solid;
	border-color: linear-gradient(90deg, #1D64E6, #6900D1);
}

.contact-btn:hover {
	color: #fff !important;
	background: #2569E6;
}

.angellist_jobs {
	max-width: 80%;
	-webkit-font-smoothing: antialiased; 
}

.angellist_jobs-job {
	margin-bottom: 16px; 
}

.angellist_jobs-job:last-child {
	margin-bottom: 0; 
}

.angellist_jobs-top {
	overflow: hidden; 
}

.angellist_jobs-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: inherit; 
}

.angellist_jobs-title-link,
.angellist_jobs-title-link:hover,
.angellist_jobs-title-link:visited,
.angellist_jobs-title-link:active {
	color: #333333;
	font-weight: 400; 
}

.angellist_jobs-tags {
	color: #999999;
	font-size: 14px;
	text-decoration: none; 
}

.angellist_jobs-startup-title {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 16px; 
}

.tc-page p,
.policy-page p {
	margin: 0 0 20px 0;
	font-size: 13px;
	text-align: justify;
}

.tc-page ul,
.policy-page ul {
	list-style-type: square;
	margin: 0 0 20px 0;
}

.tc-page ul li,
.policy-page ul li {
	font-size: 13px;
}

.section-paragraph {
	font-size: 15px;
    font-weight: 600;
    color: rgba(255,255,255,0.5);
}

.section-title {
	font-size: 30px;
	font-weight: 700;
}

.work-with-us-btn {
	color: #2569E6 !important;
	border-radius: 32px;
	border: 1px solid #6900D1;
    padding: 10px 30px 10px 30px;
    height: unset;
    font-size: 13px;
    background: transparent;
    border-color: #2569E6;
}

.work-with-us-btn:hover {
	background: #2569E6;
	color: #fff !important;
	border: 1px solid #2569E6;
}

.our-products-btn {
	border-color: #697788;
	color: #697788 !important;
    border: 1px solid #697788;
    border-radius: 32px;
    padding: 10px 30px 10px 30px;
    height: unset;
    font-size: 13px;
}

.our-products-btn:hover {
	color: #fff !important;
	background: #697788;
}

.img-col {
	background-repeat: repeat;
    background-size: cover;
}


/* Auto popup (demo) */
.left-popup {
	padding: 35px;
	text-align: center;
	background: url(../img/exitpopup-image1.jpg);
    background-repeat: no-repeat;
    width: 40%;
    overflow: hidden;
    padding-bottom: 4.2%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: table;
}

.left-popup-inner {
	display: table-cell;
    vertical-align: middle;
    padding-top: 15px;
}

.left-popup-inner .h2 {
	color: #f2f2f2;
	font-size: 34px;
    font-weight: 800;
}

.left-popup-inner .h3 {
	color: #f2f2f2;
	font-size: 28px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.35;
}

.right-popup {
	padding: 5rem 2.5rem;
}

.right-popup-inner {
	text-align: left;
}

.auto-popup-label {
    margin-top: 0;
    font-weight: 400;
    color: #434c5f;
    margin-bottom: 0;
}

.input-large {
    height: 38px;
    padding: 0 0 0 0;
    font-size: 18px;
    color: #161823;
    font-style: normal;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075);
    -o-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075);
    -ms-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075);
}

.input-large::placeholder {
	font-size: 14px;
}

.right-popup select {
	width: 100%;
    border-bottom: 1px solid #e5e5e5 !important;
    border: none;
    border-radius: 0;
    height: 38px;
    background: transparent;
    font-size: 18px;
}

.p-t-0 {
	padding-top: 0 !important;
}

.p-b-0 {
	padding-bottom: 0 !important;
}

.p-r-0 {
	padding-right: 0 !important;
}

.p-l-0 {
	padding-left: 0 !important;
}

.m-t-0 {
	margin-top: 0 !important;
}

.auto-popup-close-btn {
	position: absolute;
    z-index: 1000;
    top: 20px;
    right: 45px;
    font-size: 40px;
    line-height: 0;
    height: 45px;
    width: 45px;
    padding: 20px 0px 0px 10px;
    border-radius: 50%;
    color: #161823;
    background-color: #d2d2d2;
    border: 2px solid #d2d2d2;
    -webkit-box-shadow: 0 0 15px 0 rgba(7, 33, 75, 0.10);
    -moz-box-shadow: 0 0 15px 0 rgba(7, 33, 75, 0.10);
    -o-box-shadow: 0 0 15px 0 rgba(7, 33, 75, 0.10);
    -ms-box-shadow: 0 0 15px 0 rgba(7, 33, 75, 0.10);
    box-shadow: 0 0 15px 0 rgba(7, 33, 75, 0.10);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.auto-popup-close-btn {
    right: -20px!important;
    top: -20px!important;
}

.auto-popup-close-btn:hover {
    color: #161823;
    background-color: #ffffff;
    border: 2px solid #f1f1f1;
    -webkit-box-shadow: 0 1px 1px 1px rgba(241, 241, 241, 0.55);
    -moz-box-shadow: 0 1px 1px 1px rgba(241, 241, 241, 0.55);
    -o-box-shadow: 0 1px 1px 1px rgba(241, 241, 241, 0.55);
    -ms-box-shadow: 0 1px 1px 1px rgba(241, 241, 241, 0.55);
    box-shadow: 0 1px 1px 1px rgba(241, 241, 241, 0.55);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.popup-submit-btn {
	border-color: #00af66;
	background: #00af66;
	font-size: 15px;
}

.popup-submit-btn:hover {
	color: #00af66 !important;
	border-color: #00af66;
}

.contact-us-form label,
.customer-support-form label,
.partnership-form label,
.demo-popup-form label {
	font-size: 13px;
    font-weight: 600;
}

.subscribe-form-container {
	width: 470px;
	border: 1px solid #bfb9bc;
	display: block;
	text-align: center;
	padding: 15px 40px;
	border-radius: 2px;
	font-family: 'Arial';
	background: white;
	background-image: url('');
	background-size: cover;
	margin: 0 auto;
	position: relative;
}

.subscribe-form-fields {
	width: 90%;
	display: inline-block;
	padding-left: 15px;
	margin-top: 10px;
	font-size: 16px;
	background-color: rgba(128, 126, 126, 0.04);
	border: 1px solid rgba(128, 126, 126, 0.12);
	border-radius: 2px;
	height: 40px;
	font-weight: bold;
	outline: none;
	background: white;
	outline-color: transparent;
}

.subscribe-form-submit-btn {
	border-radius: 2px;
	width: 90%;
	display: inline-block;
	float: none;
	border: none;
	margin-top: 10px;
	background-color: #2569E6;
	color: white;
	font-size: 16px;
	transition-duration: 0.4s;
	height: 40px;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	outline-color: transparent;
	box-shadow: none;
	border-radius: 32px;
}

.subscribe-form-heading {
	margin: 0;
	line-height: 1.5;
	font-weight: bold;
	color:#ffffff;
}

.form-input {
	border: 1px solid rgba(128, 126, 126, 0.12);
	margin-bottom: 1.5rem;
	padding: 25px 15px;
}

input:focus {
	outline: 0;
}

.newsletter-btn {
	box-shadow: 3px 3px 13px -5px rgba(0, 0, 0, .71);
}

.flag-icon {
	width: 18px;
    margin-right: 1rem;
    margin-top: -1px;
}

button:focus {
	outline: 0;
}

.form-message-output {
	margin-top:-7rem;
	margin-bottom: 10rem;
	background: #697788;
	color: #fff;
	text-align: center;
	border-radius: 32px;
	font-weight: 700;
	padding: 12px 40px 12px 20px!important;
	display: none;
}

.subscribe-success-msg {
	display:none;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	position: absolute;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
}

.font-size-14 {
	font-size: 14px !important;
}

#demo-popup-form input:focus {
	border: none;
	border-bottom: 2px solid #66afe9;
	box-shadow: none;
}

.m-b-13 {
	margin-bottom: 13px !important;
}

.navbar-inverse.navbar-fixed-top.window-scroll-bg {
    background-color: rgb(73, 80, 246) !important;
}


/* ------------------------------------------------------------- 
				Navbar Animated x (CSS start)
--------------------------------------------------------------*/
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-moz-transform-origin: 10% 10%;
	-o-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-moz-transform-origin: 10% 90%;
	-o-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
/* END ANIMATED X */

/* ---------------------------------------------------------
			Navbar Animated x (CSS end)
----------------------------------------------------------*/

.navbar-inverse .navbar-toggle {
	margin-right: 3rem;
}

#mobile-nav li {
	margin-left: 0;
}

#mobile-nav li a {
	border-bottom: 1px solid #f5f8fd6b;
    padding: 1rem 0 !important;
    color: #fff;
    font-size: 14px;
}

.product-list-mobile i {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.mobile-product-list-icon {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}


/* Arranging code to make it responsive */
.navbar-inverse.navbar-fixed-top h1.navbar-brand {
	margin-left: 1rem;
}

.m-b-2 {
	margin-bottom: 2rem !important;
}

.m-b-4 {
	margin-bottom: 4rem !important;
}

.m-r-0 {
	margin-right: 0 !important;
}

.m-l-0 {
	margin-left: 0 !important;
}

.m-b-0 {
	margin-bottom: 0 !important;
}

.m-t-0 {
	margin-top: 0 !important;
}

.login100-form {
	padding-right: 15px;
}

/*::-webkit-scrollbar { width: 0 !important; }
::-moz-scrollbar { overflow: -moz-scrollbars-none; }*/

.no-scrollbar::-webkit-scrollbar { width: 0 !important }
.no-scrollbar{ overflow: -moz-scrollbars-none; }
.no-scrollbar{ -ms-overflow-style: none; }