.swal-button {
    background-color: #2569E6 !important;
}

body {
    background-color: #F5F8FD !important;
    font-size: 16px;
    font-weight: 400;
    color: #626262;
    -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: inherit;
  padding-right: 0 !important;
}

figure, p, address {
    margin: 0;
}

p {
    line-height: 25px;
}

iframe {
    border: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a, a:hover, a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #252525;
}

textarea {
    resize: none;
}

.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
}

.btn-blue {
    background-color: #e00000;
    padding: 11px 45px;
    color: #fff;
    border-radius: 50px;
    font-weight: 900;
    font-size: 17px;
    letter-spacing: 1px;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

.bg-blue {
    background-color: #009EE3;
}

/* Sweep To Right */
.btn-effect {
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;

    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);	

    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;

    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
    color: #009EE3;
}

.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.white_btn{
	border-radius: 20px;
    color: #333;
    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 2px 52px;
    margin: 62px 5px 0 5px;
    display: inline-block;
	letter-spacing:1px;
	font-weight:900;
}


/**
/*	Header
/* ==========================================*/

#navigation {
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.navbar-inverse.navbar-fixed-top{
	padding-top:2px;
	background-color:#F5F8FD !important;
}

.animated-header {
    padding-top: 12px;
	background-color:#F5F8FD !important;

    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
}

.navbar-inverse.animated-header h1.navbar-brand {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
	height: 80px !important;
	width:100%;
}

h1.navbar-brand img{
    width: 169px;
    margin-left: -5px;

	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
}

.navbar-inverse.navbar-fixed-top h1.navbar-brand{
	max-width:170px;
    margin-top: 0px;
    height: 60px;
    padding: 14px 0;
    margin-left: 0 !important;
}

.animated-header .navbar-nav{
	margin-top:20px !important;
}

.navbar-fixed-top .navbar-nav{
	margin-top:12px;
}

.navbar-brand{
    padding:8px;
}

.navbar-inverse .navbar-nav > li{
	margin-left:20px;
	margin-right:20px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #1B314B;
	font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    text-transform: none;
}

.navbar-inverse .navbar-nav > li > a:hover{
	color:#2569E6;
}

.navbar-inverse .navbar-nav > li > a:active{
    color:#2569E6;
}

.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:hover, 
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #2569E6;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus {
    color: #2569E6;
    background-color: transparent;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 10px;
}

.navbar-nav>li>a.request-demo-btn{
	padding:10px 30px !important;
	color: #2569E6;
	border-radius:32px;
	display:inline-block !important;
    border-color: #2569E6;
    font-weight: 700;
    font-size: 13px;
    border: 1px solid ;
    line-height: 16px;
}

.navbar-nav>li>a.request-demo-btn:hover {
    background: #2569E6;
    border: 1px solid #2569E6;
    color: #fff;
    font-weight: 700;
}

.benefits-grid .col-sm-3 {
    width: 28%;
}


/*============================================================
        Newsletter
==============================================================*/

div.news-letter {
  background:
    linear-gradient(
      to left, 
      rgba(255,255,255,0.4) 0%,
      rgba(255,255,255,0.4) 12%,
      rgba(255,255,255,0.4) 47%,
      rgba(255,255,255,0.4) 100%
    )
    left 
    bottom
    #777    
    no-repeat; 
  background-size:100% 5px ;
}

.newsletter {
    position: relative;
    background: #e4e4e4;
}

.text-light {
    color: rgba(255,255,255,0.4);
}

.container-sm {
    max-width: 848px;
}

.container-sm {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
}

.section-inner {
    position: relative;
    padding-top: 35px;
    padding-bottom: 48px;
}

.text-center {
    text-align: center;
}

.text-light h2 {
    color: #a9adb8 !important;
}

.mt-0 {
    margin-top: 0;
}

.section-title {
    margin-top: 40px;
    margin-bottom: 16px;
}

.newsletter .section-paragraph {
    margin-bottom: 32px;
}

.newsletter-form {
    max-width: 440px;
    margin: 0 auto;
}

.field-grouped>.control:not(:last-child) {
    margin-bottom: 8px;
}

.input {
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    letter-spacing: -0.1px;
    line-height: 20px;
    padding: 13px 16px;
    box-shadow: none;
}

.input, .textarea {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #D2DAF0;
    border-radius: 2px;
    color: #565678;
    max-width: 100%;
    width: 100%;
}

.text-light a {
    color: rgba(255,255,255,0.4);
}

.button-block {
    display: flex;
}

a.button-primary {
    background-color: #2569E6;
}

a.button-primary {
    color: #fff !important;
    transition: background .15s ease;
}

.button {
    display: inline-flex;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    text-decoration: none !important;
    background-color: #fff;
    color: #4950F6 !important;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    justify-content: center;
    padding: 16px 32px;
    height: 48px;
    text-align: center;
    white-space: nowrap;
}


/*============================================================
        Footer
==============================================================*/

#footer {
    background: #2569E6;

    background: -webkit-linear-gradient(#1D64E6 0%, #6900D1 100%);
    background: -moz-linear-gradient(#1D64E6 0%, #6900D1 100%);
    background: -ms-linear-gradient(#1D64E6 0%, #6900D1 100%);
    background: -o-linear-gradient(#1D64E6 0%, #6900D1 100%);
    background: linear-gradient(#1D64E6 0%, #6900D1 100%);

    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    padding:50px 0 0 0;
    color: #FFFFFF;
    background: #292929;
}

.footer-content {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    text-align: left;
}

.footer-content > div {
    margin-bottom:15px;
}

 p.ftr-heading {
    margin-bottom: 15px;
	text-align:left;
	color:#fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.footer-content .footer-social {
    margin: 40px 0 35px;
}

.footer-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social ul li a {
    color: #7f7f7f;
    display: block;
    color:#fff;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.footer-social ul li a:hover {
    color: #009EE3;
}

.footer-content > p {
    color: #a9a9a9;
    font-size: 13px;
    font-weight: 500;
}

ul.branch-add {
    margin-bottom: 0px;
    padding:0px;
    margin:0px;
}

ul.branch-add li {
    float: left;
    list-style: none;
    margin-right:4px;
    text-align:left;
    width:100%;
    margin-bottom:5px;
    color: white;
    font-size:13px;
    font-weight: 500;
    letter-spacing: 0;
}

.branch-add > p {
    color: #a9a9a9;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

ul.social-list {
    margin-bottom: 0px;
	padding:0px;
	margin:0px;
}

ul.social-list li {
    float: left;
    list-style: none;
    margin-right:4px;
	text-align:left;
	width:100%;
    line-height: 1.9;
}

ul.social-list li a{
    display: inline-block;
    position:relative;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;

    color: #a9a9a9;
	font-size:13px;
	font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

ul.social-list li a:hover{
	color:rgba(255,255,255,0.5);
}

ul.social-list li a i {
    font-size: 12px;
    width: 32px;
    height: 32px;
    line-height: 31px;
    text-align: center;
    color:#80d1f1;
	border:1px solid #80d1f1;
	border-radius:50px;
	margin-right:8px;
}

.ftr_btm{
	width:100%;
	float:left;
    padding-top: 15px;
    padding-bottom: 0px;
    background: #232323;
    border-top: 1px solid #232323;
}

.ftr_btm p {
	padding-bottom:0px;
	color: rgba(255,255,255,0.5);
	font-size:13px;
    font-weight: 500;
    line-height: 18px;
}

.navbar-nav [class*="fa fa-"] {
    color: #fff;
    display: inline-block;
    height: 30px;
    width: 40px;
    text-align: center;
}

.navbar-nav [class*="fa fa-"]:hover {
    color: rgba(255,255,255,0.5);
    cursor: pointer;
}

/* display info on hover on font icons */
a.tip span {
    display: none;
}
a.tip:hover span {
    color: #fff;
    font-size: 12px;
    display: block;
    margin: 10px;
    position: absolute;
    top: -35px;
    text-decoration: none;
}
/* End here */

.row .nav>li>a {
    padding: 0 0px;
}

.navbar-inverse .navbar-toggle{
	border:0px;
	margin-top: 3%;
}

.navbar-header .navbar-toggle:hover, 
.navbar-header .navbar-toggle:focus{
	background-color:transparent;
}

.navbar-inverse .navbar-toggle .icon-bar{
	background-color:#333;
}

.navbar-toggle .icon-bar{
	height: 3px;
    width: 26px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 8px;
    right: 20px;
    display:none;
    border-radius: 20px;
    background-color: #4a4a4a;
	color:#fff;
}

.back-to-top span{
	font-size:25px;
	line-height:16px;
}

.back-to-top:hover{
	background-color: #4a4a4a;
}

.svg-icon {
    width: 85%;
    margin: 0 auto;
}

.footer-logo {
    margin-top: 65px;
    margin-left: 25px;
}

.newsletter .section-paragraph {
    color: #697788;
    font-weight: 500;
}

.newsletter .section-title {
    color: #1B314B !important;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.p-0 {
    padding: 0 !important;
}

#embed-video .modal-dialog {
    width: 80%;
}

section.logo-list {
    margin-top: 40px;
}

.newsletter-header .section-title {
    margin-top: 20px;
}

.bottom-line {
    padding-bottom: 50px;
    text-align: center;
    background: url(../img/bottom_line.png) bottom center no-repeat;
}

.p-b-90 {
    padding-bottom: 90px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.vjs-poster {
    background-size: cover !important;
}

.auto-popup-close-btn.video-popup {
    padding: 20px 0px 0px 9px;
}

.newsletter-email-error {
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.dropdown-menu.prefered-timing-menu {
    margin-left: 0;
    height: auto;
    width: 100%;
    margin-top: 10px;
}

.dropdown-menu.prefered-timing-menu:before,
.dropdown-menu.prefered-timing-menu:after {
    content: none;
}

.timing-down-icon {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 20px;
}

.select-list {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 47px;
}

.list-item {
    position: absolute;
    width: 100%;
}

#time {
    z-index: 99;
}

.select-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: 0 0;
    z-index: 999;
    height: 37px;
    border-bottom: 2px solid #d9d9d9;
    padding-left: 5px;
}

.select-list ul li {
    padding: 5px 0px;
    z-index: 2;
    color: #999999;
}

li.init {
    cursor: pointer;
    position: relative;
}

.select-list ul li:not(.init) {
    display: none;
    background: #fff;
    color: #555555;
    padding: 5px 10px;
    border: 1px solid #ebebeb;

    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.12);
    -ms-box-shadow: 0 4px 5px rgba(0,0,0,0.12);
    -o-box-shadow: 0 4px 5px rgba(0,0,0,0.12);
    box-shadow: 0 4px 5px rgba(0,0,0,0.12);
}

li.init:after {
    position: absolute;
    right: 0;
    top: 50%;

    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

    font-size: 20px;
    color: #999999;
    font-family: 'FontAwesome';
    content: '\f107';
}

.select-list ul li:not(.init):hover, ul li.selected:not(.init) {
    background: #2f86d5;
    color: white;
    cursor: pointer;
}

.select-list-label,
.domain-label,
.resume-label {
    top: -20px;
    font-size: 13px;
    color: #999999;
    line-height: 1.2;
    display: block;
    width: 100%;
    position: absolute;
    padding-left: 5px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.italic {
    font-style: italic;
}

.team-pic {
    box-shadow: 0 4px 6px rgba(0,0,0,0.12);
    border-radius: 6px;
}

.shadow-box {
    width: 90%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.12);
    padding: 20px 40px 20px 40px;
    height: 43vh;
    border-radius: 8px;
    background: white;
    margin: 0 auto;
}

.shadow-box .heading-color {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 25px;
}

.shadow-box .text-content {
    font-size: 13px; 
    text-align: center;
}

.job-wrapper .angellist_jobs {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
}

.job-wrapper .angellist_jobs-job {
    width: 45%;
    margin: 1% 1.5% 2% 1.5%;
    border-radius: 4px;
    border: 1px solid #e6e6e6;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.job-wrapper .angellist_jobs-job:hover {
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.23);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.23);

    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}

.job-wrapper .angellist_jobs-title-link:hover {
    color: #2a41e8;
}

.job-wrapper .angellist_jobs-top {
    padding: 15px 10px 15px 10px;
    text-align: center;
    background: #e6e6e6;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.job-wrapper .angellist_jobs-tags {
    padding: 20px 25px 20px 25px;   
}

.job-wrapper .angellist_jobs-job:last-child {
    margin-bottom: 2%;
}

.newsletter-form .input-box-wrapper {
    height: 48px;
    width: 100%;
    border-radius: 32px;

    -webkit-box-shadow: 3px 3px 13px -5px rgba(0, 0, 0, .71);
    -moz-box-shadow: 3px 3px 13px -5px rgba(0, 0, 0, .71);
    -ms-box-shadow: 3px 3px 13px -5px rgba(0, 0, 0, .71);
    -o-box-shadow: 3px 3px 13px -5px rgba(0, 0, 0, .71);
    box-shadow: 3px 3px 13px -5px rgba(0, 0, 0, .71);
}

.newsletter-form .newsletter-email {
    height: 48px;
    padding: 13px 16px;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    border-right: 0;
    border: 0;
    text-align: center;
    color: #697788;
    font-size: 14px;
}

.newsletter-form .newsletter-email:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(183, 183, 183, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(183, 183, 183, 0.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(183, 183, 183, 0.6);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(183, 183, 183, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(183, 183, 183, 0.6)
}

.newsletter-form .newsletter-btn {
    height: 48px;
    padding: 13px 30px;
    border-radius: 32px !important;
    background: #2569E6;
    color: white;
    font-weight: 600;
    margin-right: -1px;

    -webkit-box-shadow: 3px 3px 13px -5px rgba(0, 0, 0, .71);
    -moz-box-shadow: 3px 3px 13px -5px rgba(0, 0, 0, .71);
    -ms-box-shadow: 3px 3px 13px -5px rgba(0, 0, 0, .71);
    -o-box-shadow: 3px 3px 13px -5px rgba(0, 0, 0, .71);
    box-shadow: 3px 3px 13px -5px rgba(0, 0, 0, .71);
}

.red {
    color: red;
}

.benefits-icon {
    width: 50px;
    height: 50px;
}

.dis-table {
    display: table;
}

.dis-table-cell {
    display: table-cell;
}

.v-align-middle {
    vertical-align: middle;
}

.blue-color {
    color: #2a41e8;
}

.feather-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    color: #2a41e8;
}

.gradient-button {
    border: solid 1px transparent !important;
    background-origin: border-box;
    color: rgb(10, 149, 150) !important;

    background-image: -webkit-linear-gradient(to left, rgba(23, 204, 126, 1) 0%, rgba(13, 92, 175, 1) 100%);
    background-image: -moz-linear-gradient(to left, rgba(23, 204, 126, 1) 0%, rgba(13, 92, 175, 1) 100%);
    background-image: -ms-linear-gradient(to left, rgba(23, 204, 126, 1) 0%, rgba(13, 92, 175, 1) 100%);
    background-image: -o-linear-gradient(to left, rgba(23, 204, 126, 1) 0%, rgba(13, 92, 175, 1) 100%);
    background-image: linear-gradient(to left, rgba(23, 204, 126, 1) 0%, rgba(13, 92, 175, 1) 100%);

    -webkit-box-shadow: 2px 1000px 1px #fff inset;
    -moz-box-shadow: 2px 1000px 1px #fff inset;
    -ms-box-shadow: 2px 1000px 1px #fff inset;
    -o-box-shadow: 2px 1000px 1px #fff inset;
    box-shadow: 2px 1000px 1px #fff inset; 
}

.gradient-button:hover {
    color: white !important;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;   
}

.input100.textarea {
    max-height: 60px;
    min-height: 42px;
    border: none;
    resize: none;
}

.focus-input100.focus-textarea::after {
    top: 15px;
}

.has-val.input100.textarea + .focus-input100.focus-textarea::after {
    top: -26px;
}

.wd-50 {
    width: 50% !important;
}

.early-access-wrapper {
    background: white;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    z-index: 2;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 35px;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 35px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 5px;
    display: block;
    width: calc(88% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 35px;
    line-height: 8px;
    color: #555555;
    border-radius: 22px 0px 0px 22px;
    font-weight: 400;
}

.error {
    color: red;
    display: none;
    font-weight: 500 !important;
}

.newsletter-email-error {
    padding-top: 10px;
    position: absolute;
    left: 19%;
    display: none;

    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
}

.newsletter-email-error i {
    position: absolute;
    left: -35px;
    font-size: 24px;

    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
}

.newsletter-success-msg,
.newsletter-failure-msg {
    background-color: rgb(255, 185, 54);
    height: 48px;
    background-color: rgba(81, 0, 119, 0.72);
    border-radius: 8px;
    width: 100%;
    display: table;
    max-width: 440px;
    margin: 0 auto;
}

.newsletter-failure-msg {
    background-color: rgb(255, 185, 54);
}

.newsletter-success-msg p,
.newsletter-failure-msg p {
    color: white;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    padding-top: 2px;
}

.newsletter-success-msg p i,
.newsletter-failure-msg p i {
    font-size: 25px;
    height: 29px;
    vertical-align: middle;
}

.loader {
    width: 45px;
    height: 48px;
    margin: 0 auto;
}

.form-error-icon {
    font-size: 18px;
    height: 21px;
    vertical-align: middle;
    margin-right: 5px;
}

.subscribe-form-container .focus-input100 {
    text-align: left;
}

.centered-modal.in {
    display: flex !important;
}
.centered-modal .modal-dialog {
    margin: auto;
}

.reach-us-page-headline {
    margin: 0; 
    color: #859cc7;
    color: #d6d6d6;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 6vh;
}

.reach-us-page-title {
    margin-top: 0;
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
}

.bottom-line.reach-us-pages {
    display: none;
    padding-top: 5px;
    margin-bottom: 50px;
}

.reach-us-pages-form-wrapper {
    margin-top: 5rem;
    margin-bottom: 10rem;
}

.subscribe-form-wrapper {
    padding-top: 5vh;
    margin-right: -10px;
}

.subscribe-form-container {
    padding: 40px;
}

.small-screen-demo-btn-wrapper {
    display: none;
}

.demo-popup-row-wrapper {
    height: 615px;
}

.page-title {
    padding-top: 10vh;
    color: #fff;
    font-size: 42px;
}

.page-headline {
    margin: 0; 
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
}

.images-grid .grid-col {
    background-color: rgb(250, 250, 250); 
    opacity: 1; 
    height: 334px;
}

.images-grid .grid-col.pad-5percent {
    padding: 5%;
}

.images-grid .grid-col.middle {
    background-image: url(../img/about_us_data_ocean.jpg);
    background-repeat: repeat;
    background-size: cover;
}

/** TODO 20210329*/
.images-grid .grid-col.middle-{
    background-image: url(../img/about_us_epidemiology.jpg);
    background-repeat: repeat;
    background-size: cover;
}

.images-grid .grid-col.last-col {
    background-image: url(&quot;&quot;);
}

.m-t-53pt45 {
    margin-top: 53.4531px;
}

.images-grid .grid-col h3 {
    text-align: center;
    color: #fff;
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2rem;
}

.images-grid .grid-col p {
    text-align: center;
    font-size: 14px;
}

.images-grid-row2 .grid-col {
    opacity: 1; 
    height: 359px;
}

.images-grid-row2 .grid-col.img-col {
    background-repeat: repeat;
    background-size: cover;
}

.images-grid-row2 .grid-col.first-col {
    background-image: url(../img/about_us_gold.jpg);
}

.images-grid-row2 .grid-col.middle {
    background-color: #fff; 
    padding: 5% 4%;
}

.images-grid-row2 .grid-col.last-col {
    background-image: url(../img/about_us_ultrasound.jpg);
}

.images-grid-row2 .grid-col.middle .heading {
    text-align: center;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: 1.5;
    font-weight: 500;
}

.images-grid-row2 .grid-col.middle .pipelines-content {
    text-align: justify;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 2rem;
}

/** TODO 20210329*/

/** TODO 20210329*/


.innovate-heading {
    margin-top: 10rem;
}

.innovate-heading .heading {
    margin: 0 0 20px 0;
    font-size: 28px;
}

.innovate-heading .text-content {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 400;
}

.features-icon-text {
    margin-top: 5px;
    line-height: 20px;
}

.subscribe-page-inner {
    height: 75vh;
}

.partner-logo-image-row-1 {
    margin-bottom: 40px;
}

.partner-logo-image-row-1,
.partner-logo-image-row-2 {
    margin-left: 0;
    margin-right: 0;
}

.partner-logo-wrapper {
    height: 150px;
}

.box .capabilities-list a li:hover span,
.box .capabilities-list a li:hover p {
    color: #2569E6 !important;
}

.footer-content .ftr-tagline {
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
}

.navbar-inverse .navbar-nav > li > a.hvr_under_line,
.sub-con a.hvr_under_line,
.box .content ul.capabilities-list a.hvr_under_line li span,
.box .content ul.capabilities-list a.hvr_under_line li p {
    color: #2569E6;
}

.button-link.rounded.healthcare {
    background-color: #2a41e8;
    color: #fff !important;
    border-color: #2a41e8;
    position: relative;
    padding-left: 60px;
}

.button-link.rounded.healthcare:hover {
    background-color: transparent;
    color: #2a41e8 !important;
    border-color: #2a41e8;
}

.feather-icon.btn-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    color: inherit;
    position: absolute;
    top: 7px;
    left: 24px;
}

.our-products-btn {
    height: 42px !important;
}

.ftr_btm.landing-footer {
    position: fixed;
    bottom: 0;
}

.landing-header {
    display: none;
}