@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
@keyframes blink {
	0% {
		fill: #CDDCFF;
	}
	50% {
		fill: #5E89EF;
	}
	100% {
		fill: #CDDCFF;
	}
}


body{
	font-size: 18px;
	font-weight: normal;
	line-height: 1.85;
	transition: all .3s ease-in-out;
font-family: 'Roboto', sans-serif;
}
body.pr-300{
	padding-right: 300px;
}

a {
  color: #5E88EE;
}

.text-muted{
	color: #B1B1B1;
}
footer{
	font-size: 15px;
}

.copyright {
  color: #C6C6C6;
}

::-webkit-input-placeholder { /* Edge */
	color: #C6C6C6;
}
::placeholder {
	color: #C6C6C6;
}

header nav{
	font-size: 18px;
}

h3, .h3{
	line-height: 1.5;
}

/*Landing*/

.btn-link{
	padding: 0;
	font-size: inherit;
	border: none;
	color: #5E88EE;
	vertical-align: inherit;
}

.btn-in-touch{
	font-size: 36px;
	font-weight: 300;
	position: relative;
	padding: 0 35px 0 0;
	background: url("./../../img/arrow-right.svg") right center no-repeat;
}

.btn-in-touch:before{
	content: "";
	position: absolute;
	left: 0;
	right: 32px;
	bottom: 0;
	background: rgba(255, 255, 255, .2);
	height: 1px;
}

.btn-in-touch:hover{
	text-decoration: none;
}

.btn-in-touch:hover:before{
	background: rgba(255, 255, 255, .6);
}

.btn-link--arrow{
	font-size: 18px;
	font-weight: 400;
	position: relative;
	padding: 0 25px 0 0;
	color: #5E88EE;
	background: url("./../../img/arrow-right-blue.svg") right center no-repeat;
	background-size: 15px;
}

.btn-link--arrow:before{
	content: "";
	position: absolute;
	left: 0;
	right: 25px;
	bottom: 0;
	background: #5E88EE;
	height: 1px;
}

.btn-link--arrow:hover{
	text-decoration: none;
}

.quote-item:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #5e87ee transparent transparent transparent;
	position: absolute;
	bottom: -30px;
	left: 50px;
}

.active.active--dashed-arrow{
	padding-right: 30px;
	position: relative;
	background: url("./../../img/arrow-right-black.svg") 100% 65% no-repeat;
	background-size: 20px;
}

.active.active--dashed-arrow:before{
	content: "";
	height: 1px;
	border-top: 1px dotted #BACBF9;
	left: 0;
	right: 30px;
	position: absolute;
	bottom: 5px;
}

/*ASk PAGE DEMO*/
.ask-container{
	min-height: 30vh;
	max-height: 70vh;
	max-width: 700px;
}
.ask-block__input{
	width: calc( 100% - 140px );
}
.ask-block__input input{
	border: none;
	border-bottom: 1px solid #0B257D;
}
.ask-block__input input:active,
.ask-block__input input:focus{
	outline: none;
	box-shadow: none;
}
.ask-block__input:after{
	content: "press Enter";
	position: absolute;
	right: 0;
	top: 13px;
	font-size: 16px;
	color: #DDDDDD;
}
.ask-block__button{
	width: 140px;
	text-align: right;
}
.ask-block__button button{
	background: #0B257D;
	color: #fff;
	border-radius: 25px;
	white-space: nowrap;
}
.ask-block__button button:active,
.ask-block__button button:focus{
	outline: none;
	box-shadow: none;
}
.ask-action{
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 40px;
	right: 50px;
	z-index: 10;
	transition: all .3s ease-in-out;
}
.ask-action.active-sidebar{
	right: 350px;
}
.ask-action button{
	width: 40px;
	height: 40px;
}
.sidebar-btn{
	background-image: url("./../../img/menu-nav.svg");
	background-position: center;
	background-repeat: no-repeat;
}
.sidebar-btn.toggle{
	background-image: url("./../../img/close.svg");
}

.ask-action button:active,
.ask-action button:focus{
	outline: none;
	box-shadow: none;
}

.nav-sidebar{
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	overflow: hidden;
	transition: all .3s ease-in-out;
}
.nav-sidebar.active{
	width: 300px;
}

.faq-wrapper{
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	transition: all .3s ease-in-out;
	max-width: 90%;
	width: 0;
	background: #fff;
	z-index: 11;
	overflow-y: auto;
}
.faq-wrapper.active{
	width: 50%;
}
.faq-wrapper .close-faq{
	right: 30px;
	top: 30px;
}
.faq-wrapper .close-faq:active,
.faq-wrapper .close-faq:focus{
	outline: none;
	box-shadow: none;
}

.white-overlay{
	content: "";
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	position: fixed;
	z-index: 9;
	background: rgba(255, 255, 255, .7);
}


.loading-logo__image svg .path-group path {
	fill: #CDDCFF;
}

.loading-logo__image svg .path-group--1 path {
	animation: blink 1.4s linear infinite;
	animation-delay: 0s;
}

.loading-logo__image svg .path-group--2 path {
	animation: blink 1.4s linear infinite;
	animation-delay: 0.1s;
}

.loading-logo__image svg .path-group--3 path {
	animation: blink 1.4s linear infinite;
	animation-delay: 0.2s;
}

.loading-logo__image svg .path-group--4 path {
	animation: blink 1.4s linear infinite;
	animation-delay: 0.3s;
}

.loading-logo__image svg .path-group--5 path {
	animation: blink 1.4s linear infinite;
	animation-delay: 0.4s;
}

.loading-logo__image svg .path-group--6 path {
	animation: blink 1.4s linear infinite;
	animation-delay: 0.5s;
}

.loading-logo__image svg .path-group--7 path {
	animation: blink 1.4s linear infinite;
	animation-delay: 0.6s;
}

.coming-soon{
  opacity: 0.35;
}

.temp-badge {
      position: absolute;
    top: 90px;
    font-weight: 500;
    letter-spacing: 5px;
    font-size: 15px;
  
}


