/*CSS Document */
/*
    Created on : 03/05/2019. 
    Description: Stratefy | Strategic product development. We help entrepreneurs transform their idea into a product, and a product into a business.
    Version    : 1.0.
    Author     : @stratefy.
*/

/**
* Importing necessary styles.
**/

/*----bootstrap css ----- */
/*@import url('../vendor/bootstrap/css/bootstrap.min.css');*/
@import url('https://rsms.me/inter/inter.css');

/*/------------ Predefined ---------------/*/
::-webkit-scrollbar{ width: 8px; color: #2177FF; }
::-webkit-scrollbar-track { background: rgb(234, 240, 253);background: -webkit-gradient(linear, left bottom, left top, from(rgba(234, 240, 253, 1)), to(rgba(255, 255, 255, 1)));background: linear-gradient(0deg, rgba(234, 240, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaf0fd", endColorstr="#ffffff", GradientType=1);}

body { font-family: sofia-pro, sans-serif; font-weight: normal; }
h1,h2,h3,h4,h5,h6,p,ul { margin:0; padding: 0; }
h1 {font-family: sofia-pro, sans-serif; font-size: 3.232em; font-weight: 700; line-height: 60px; color: #00325D; letter-spacing: -0.039em;}
h2 {font-family: sofia-pro, sans-serif; font-size: 2.73em; line-height: 45px;}
h3 {font-family: sofia-pro, sans-serif; font-size: 2.1em; font-weight: 700; letter-spacing: -0.03em; color: #00325D;}
h4 {font-family: sofia-pro, sans-serif; font-size: 1.8em; font-weight: 700; letter-spacing: -0.01em; color: #00325D; line-height: 35px;}
h5 {font-family: sofia-pro, sans-serif; font-size: 1em; font-weight: 600; color: #2177FF; letter-spacing:  1; margin-bottom: 0.5rem; line-height: 36px;}
h6 {font-family: sofia-pro, sans-serif; font-size: 20px; }
p  {font-family: sofia-pro, sans-serif; font-size: 1.12rem; font-weight: 400; line-height: 29px; color: #7c7f88; padding: .8rem 0 2rem 0; letter-spacing: .1px;}
ul {list-style-type: none;}
a {font-family: sofia-pro, sans-serif; font-size: 1.05rem; font-weight: 600; letter-spacing: normal; color: #7c7f88; text-decoration: none; display: inline-block; -webkit-transition: .5s ease; transition: .5s ease;}
a:focus,a:visited {text-decoration: none; outline: none;}
a:hover {text-decoration: none;outline: none;color: #2177FF;}
img {max-width: 100%; display: inline-block; margin: 0 auto;}
ul, li{display: inline-block;}
.container-fluid {padding-left: 0; padding-right: 0;}
.row {padding-left: 0; padding-right: 0; margin: 0;}
button {display: inline-block; margin-top: 2rem; font-size: 1.05rem;}
.button-cta_primary{padding: 10px 39px; background: #2177FF; border: 2px solid #2177FF; -webkit-transition: .5s ease; transition: .5s ease; border-radius: 4px; cursor: pointer; color: #fff; -webkit-box-shadow: 0px 24px 45px -13px rgba(133,135,143,1);
box-shadow: 0px 24px 45px -13px rgba(133,135,143,1);}
.button-cta_secondary{padding: 10px 39px; background: none; border: 2px solid #92959E; -webkit-transition: .5s ease; transition: .5s ease; border-radius: 4px; cursor: pointer; color: #92959E; }
.button-cta_light{padding: 10px 39px; background: none; border: 1px solid #fff; -webkit-transition: .5s ease; transition: .5s ease; border-radius: 4px; cursor: pointer; color: #fff;  margin-top: 1rem;}
nav ul li a:hover, nav ul li a:active, nav ul li a:focus {color: #2177FF;}
.light-content{color: #fff;}
.contact-cta {padding: 10px 39px; background: none; border: 2px solid #2177FF; -webkit-transition: .5s ease; transition: .5s ease; border-radius: 4px; cursor: pointer; color: #2177FF; margin-left: 3rem;}
.contact-cta:hover, .contact-cta:focus{background:#2177FF; color:#fff;}
.contact-cta:active {background:#2177FF; color:#fff;}
.button-cta_margin-top{margin-top: 4rem;}
.button-inactive{background: #b6c1d4; border: 1px solid #b6c1d4;}
.col-xl-4{display: -webkit-box;display: -ms-flexbox;display: flex;}

    
/*
====================================================================
  Homepage
====================================================================*/

/*Header*/
.home-main {
    background: #f3f8fe;
}

.header-container {
    background: rgb(218, 232, 255);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(218, 232, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(0deg, rgba(218, 232, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dae8ff", endColorstr="#ffffff", GradientType=1);
}

.header-row {
    height: 100vh;
    width: 100%;
    padding: 0 14rem 0 14rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: calc(var(--vh, 1vh) * 100);
}

.header-col {
    padding-left: 0;
    padding-right: 0;
    z-index: 2;
}

#main-header {
    display: none;
}

nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.5rem 0;
    z-index: 2;
}

#main-nav li a {
    padding-left: 2rem;
    letter-spacing: .2px;
}

.header-content {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.margin-right {
    margin-right: 1rem;
}

.clip-path {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    bottom: 0;
    display: block;
}

.top-illustration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.first-illustration {
    max-width: 105%;
}

/*Use case*/
.section-description {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.section-description h5, h3 {
    width: 100%;
}

.section-description p {
    width: 45%;
}

.body-row {
    width: 100%;
    padding: 6rem 14rem 6rem 14rem;
}

.card-col {
    padding-left: 25px;
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cards-wrapper {
    padding-top: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.use-case_card {
    width: 100%;
    height: auto;
    background: rgb(218, 232, 255);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(218, 232, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(0deg, rgba(218, 232, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dae8ff", endColorstr="#ffffff", GradientType=1);
    padding: 6% 6% 10% 6%;
    border-radius: 12px;
    -webkit-box-shadow: 0px 50px 62px -31px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 50px 62px -31px rgba(0, 0, 0, 0.17);
}

.card-text {
    padding: 15% 5% 0 5%;
    text-align: center;
}

.clip-path-body {
    z-index: -1;
    bottom: -105%;
}

.path-fill {
    background: #2177FF;
    position: absolute;
    height: 20vh;
    width: 100%;
}

.job-title {
    line-height: 40px;
}

/*
.text {
    padding-bottom: 0;
}
*/

.read-more {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.read-more > .read-more__content {
    z-index: 0;
    overflow: hidden;
}

.read-more > .read-more__content > .read-more__content__container {
    position: relative;
    -webkit-transition: ease 0.8s;
    transition: ease 0.8s;
}

.read-more > .read-more__content > .read-more__content__container:before {
    z-index: 5;
    display: block;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    top: auto;
    height: 120px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 250, 255, 0)), to(#F7FAFF));
    background: linear-gradient(rgba(247, 250, 255, 0), #F7FAFF);
    opacity: 0;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

.read-more.collapsed .read-more__content > .read-more__content__container {
    text-overflow: ellipsis;
    max-height: 135px;
}

.read-more.collapsed .read-more__content > .read-more__content__container:before {
    opacity: 1;
}

.read-more > .read-more__expand {
    z-index: 10;
    padding: 10px 0 10px 0;
    text-align: center;
}

/*Work process*/

.body-container_blue {
    background: #2177FF;
}

.content_light p{
    color: #fff;
}

.content_light h5 {
    color: #fff;
}

.content_light h3 {
    color: #fff;
}

.content_light h4 {
    color: #fff;
}

.process-steps {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6rem 0 6rem 0;
}

.stage-card {
    width: 100%;
    text-align: center;
    padding: 0 6% 12% 6%;
/*    border: 1px solid rgba(255,255,255,0.3);*/
    border-radius: 8px;
    -webkit-box-shadow: 0px 50px 62px -31px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 50px 62px -31px rgba(0, 0, 0, 0.17);
    background: #2177FF;
    margin-bottom: 3rem;
    z-index: 2;
}

.highlighted_text {
    font-weight: 700;
    color: #2177FF; 
}

.highlighted_link { 
    font-weight: 700;
    color: #2177FF;
    text-decoration: underline;
    font-size: 18px;
}

/*
.stage-inner {
    padding-left: 0;
    padding-right: 0;
}
*/

/*
.icon-inner:after{
    content: "";
    position: absolute;
    top: 65px;
    left: 0;
    height: 1px;
    width: 99%;
    border: 1px dashed #fff;
    z-index: 0;
    opacity: 0.5;
}
*/

.content-inner{
    width: 100%;
    height: auto;
}

/*
.content-inner p {
    width: 80%;
}
*/

.content_light p {
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 27px;
    width: 100%;
}

.content-size p {
    font-size: 0.96rem;
}

.icon-inner img {
    width: 100%;
    height: auto;
    z-index: 2;
}

.letter-dark {
    font-weight: 800;
}

/*Expertise*/

.expertise-card {
    padding: 6% 4% 15% 4%;
}

.expertise-img {
    max-width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
}

/*Start project*/

.project-container {
    background: rgb(218, 232, 255);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(218, 232, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(0deg, rgba(218, 232, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dae8ff", endColorstr="#ffffff", GradientType=1);
}

.project-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-left {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.text-left p {
    width: 100%;
}

.cta-text {
    font-size: 2.5em;
    letter-spacing: -0.033em;
}

/*Footer */
footer {
    border-top: 1px solid #CED2D8;
    background: #DAE8FF;
}

.footer-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.footer-text {
    margin-top: 3rem;
    padding: 0 3rem 0 0;
}

.footer-text p {
    padding: 0 0 0.5rem 0;
}

.dark-text {
    color: #00325D;
}

.footer-text li a {
    margin-right: 1em;
    color: #00325D;
}

.footer-social {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

/*
====================================================================
   Careers
====================================================================
*/

.job-card {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.job-row {
    background: #f3f8fe;
}

.job-posting {
    padding: 0 12rem 0 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: justify;
}

.job-title {
    line-height: 45px;
    text-align: center;
    text-align: center;
}

.job-divider {
    height: 6px;
    width: 60px;
    background: #2177FF;
    margin: 2rem 0 2rem 0;
}

.full-divider {
    width: 100%;
    background: #dae2ef;
    height: 1px;
    margin-top: 2rem;
}

.job-posting-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 2rem;
}

.job-title-left {
    text-align: left;
}

.check-list {
    width: 100%;
}

.requirement {
    padding: .3rem 0 .3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.03rem;
}

.checkmark {
    padding: .3rem 1rem 0 0;
}

.job-form {
    margin-top: 3rem;
}
/*
====================================================================
  Dave's story
====================================================================
*/

.story-row {
    padding: 6rem 18rem 6rem 18rem;
}

.absolute-element {
    position: absolute;
    z-index: -1;
    top: 150%;
    display: block;
    max-height: 100%;
}

.element-1 {
    opacity: 0.5;
}

.element-2 {
    top: 200%;
    right: 0;
    opacity: 0.5;
}

.element-3 {
    top: 262%;
    left: 22%;
    z-index: 1;
}

.gradient-body {
    background: rgb(218, 232, 255);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(218, 232, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(0deg, rgba(218, 232, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dae8ff", endColorstr="#ffffff", GradientType=1);
}

.story-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 12rem;
}

.story-body_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6rem 8rem 12rem 8rem;
    background: rgb(218, 232, 255);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(218, 232, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(0deg, rgba(218, 232, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dae8ff", endColorstr="#ffffff", GradientType=1);
    border-radius: 12px;
    -webkit-box-shadow: 0px 45px 65px -22px rgba(0,0,0,0.16);
    box-shadow: 0px 45px 65px -22px rgba(0,0,0,0.16);
    width: 100%;
}

.story-content p {
    font-size: 1.15rem;
    line-height: 29px;
    text-align: justify;
}

.story-cta {
    background: #2177FF;
    width: 100%;
    border-radius: 12px;
    height: auto;
    padding: 3% 5% 3% 6%;
    margin-top: 6rem;
    margin-bottom: 3rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
     -webkit-box-shadow: 0px 45px 65px -22px rgba(0,0,0,0.16);
    box-shadow: 0px 45px 65px -22px rgba(0,0,0,0.16);
}

.story-cta_text {
    width: 45%;
    color: #fff;
}

.story-cta_tex{
    color: #fff;
}

.story-cta_img {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*Accordeon*/
.step-icon_accordeon {
    margin-right: 0;
}

.accordeon {
    margin: 4rem 2rem 4rem 4rem; 
    width: 100%;
}

.accordeon_item {
/*    background: #ddd;*/
    border-radius: 5px;
    margin-bottom: 0.5rem;
    width: 100%;
}

.active > .accordeon_title {
    border-radius: 5px 5px 0 0;
}

.active > .accordeon_title:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.accordeon_title {
    position: relative;
    cursor: pointer;
    color: #00325D;
    border-radius: 5px;
}

.accordeon_title:after {
    position: absolute;
    top: 17px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #00325D transparent transparent transparent;
    content: '';
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.accordeon_content {
    border-radius: 5px;
}
/*
====================================================================
  Pete's story
====================================================================
*/
.rotate {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: -83%;
}

.rotate-2 {
    right: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/*
====================================================================
  Work process
====================================================================*/
.step-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.work-process_wrapper {
    padding: 4rem 6rem 4rem 0rem;
    background: #F7FAFF;
    margin-bottom: 4rem;
/*    box-shadow: 0px 50px 40px -35px rgba(0,0,0,0.10);*/
}

.wrapper_no-padding {
    padding: 0 6rem 0 0;
}

.step-icon {
    width: 35%;
    margin-right: 4rem;
    border-right: 1px solid #dae2ef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.step-icon_accordeon {
    margin-right: 0;
}

.step-text {
    width: 65%;
}

.divider {
    width: 100%;
    height: 1px;
    background: grey;
}

.story_col {
    padding-left: 0;
    padding-right: 0;
}

/*
====================================================================
  Work
====================================================================*/
.main-nav_white li a {
    color: #fff;
    opacity: .8;
    padding-left: 2rem;
    letter-spacing: .2px;
}

.main-nav_white li a:hover {
    opacity: 1;
    color: #fff;
}

.contact-cta_white {
    padding: 10px 39px;
    background: none;
    border: 2px solid #fff;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    margin-left: 3rem;
}

.main-nav_white li a.contact-cta_white:hover{
    background: #fff;
    color: #2177FF;
}

.contact-cta_white:active {
    background: #fff;
    color: #2177FF;
}

.login-illustration {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    right: 0;
    overflow: hidden;
}

.login-wrapper {
    padding-bottom: 0;
}

.login-input {
    background-color: #fff;
    border: 1px solid #D9DDE9;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    padding: 25px;
    position: relative;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.login-input placeholder {
    color: #92959E;
    font-size: 18px;
    line-height: 10px;
    font-weight: 300;;
    font-size: 1em;
}

.login-inner p {
    width: 100%;
}

.login {
    overflow-y: hidden;
}

.illustration-absolute {
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
    z-index: 0;
}

/*Login Form @PHP*/
.table td, .table th {
    padding: 0;
    vertical-align: top;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.margin-top {
    margin-top: 1rem;
}

.login-anchor {
    color: #2177FF;
}

.login-paragraph {
    font-size: 1rem;
}

.login-msg {
    margin: 1rem 0 0 0;
    padding: 1em 1.5rem 1rem 1.5rem;
    background: #fff;
    color: grey;
    border-left: 6px solid #F7C653;
    width: 100%;
    height: auto;
     -webkit-box-shadow: 0px 45px 65px -22px rgba(0,0,0,0.16);
    box-shadow: 0px 45px 65px -22px rgba(0,0,0,0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login-msg i {
    margin-right: 1rem;
    color: #F7C653;
}

.contact__msg {
    margin: 0 0 2rem 0;
    padding: 1em 1.5rem 1rem 1.5rem;
    background: #fff;
    color: #00C467;
    border-left: 6px solid #00C467;
    width: 100%;
    height: auto;
     -webkit-box-shadow: 0px 45px 65px -22px rgba(0,0,0,0.16);
    box-shadow: 0px 45px 65px -22px rgba(0,0,0,0.16);
}

.alert-danger {
    margin: 0 0 2rem 0;
    padding: 1em 1.5rem 1rem 1.5rem;
    background: #fff;
    color: #FF0000;
    border-left: 6px solid #FF0000;
    width: 100%;
    height: auto;
     -webkit-box-shadow: 0px 45px 65px -22px rgba(0,0,0,0.16);
    box-shadow: 0px 45px 65px -22px rgba(0,0,0,0.16);
}

/*
====================================================================
  Contact
====================================================================*/
.tabs-col {
    padding-left: 0;
    padding-right: 0;
}

.tabs {
    padding: 0 20rem 12rem 20rem;
    background: #f3f8fe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Thumbs */
.tabs-thumbs {
    margin: 0 0 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.tabs-thumb {
    display: inline-block;
    position: relative;
    color: #6D7486;
    padding: 3rem 5rem 3rem 5rem;
    background: #fff;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.tabs-thumb p {
    padding-bottom: 0;
}

.left-thumb {
    border-radius: 8px 0 0 8px;
    border-right: 0.5px solid #F1F1F1;
}

.right-thumb {
    border-radius: 0 8px 8px 0;
    border-left: 0.5px solid #F1F1F1;
}

.tabs-thumb:hover {
    color: #3F9BE6;
}

.tabs-thumb a {
    display: block;
    color: #6D7486;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.3em;
    font-weight: 600;
}

.tabs-thumb a:hover {
    color: #2177FF;
}

.tabs-thumb.is-active a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 5px;
    width: 100%;
    background: #2177FF;
    -webkit-box-shadow: 0px 50px 62px -31px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 50px 62px -31px rgba(0, 0, 0, 0.17);
}

.tabs-thumb.is-active{
    -webkit-box-shadow: 0px 50px 62px -31px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 50px 62px -31px rgba(0, 0, 0, 0.17);
}

/* Panels */
.tabs-panels {
    margin: 0;
    padding: 1rem 0;
    list-style: none;
}

.tabs-panel {
    display: none;
    width: 100%;
}

.tabs_panel_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

/*Contact form*/
.form-row {
    width: 100%;
}

.contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-form .input-block {
    background-color: #fff;
    border: 1px solid #D9DDE9;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.second_label {
    font-size: 0.8em;
}

.contact-form .input-block.focus {
    background-color: #fff;
    border: solid 1px #2177ff;
}

.contact-form .input-block.textarea {
    height: auto;
}

.contact-form .input-block.textarea .form-control {
    height: auto;
    resize: none;
    line-height: 25px;
}

.contact-form .input-block label {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    display: block;
    margin: 0;
    font-weight: 300;
    z-index: 1;
    color: #858c9c;
    font-size: 18px;
    line-height: 20px;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1em;
    letter-spacing: normal;
}

.contact-form .input-block .form-control {
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #00325D;
}

.contact-form .input-block .form-control:focus label {
    top: 0;
}

.form-bottom {
    font-size: 0.85rem;
    padding-left: 15px;
}

.form-cta {
    padding: 10px 80px;
    -webkit-box-shadow: 0px 24px 45px -13px rgba(133, 135, 143, 1);
    box-shadow: 0px 24px 45px -13px rgba(133, 135, 143, 1);
    margin-top: 2rem;
    width: 30%;
}

/*
-----------------------
Mobile navigation
-----------------------
*/

#mobile-nav {
    display: none;
}

.button_container {
    position: fixed;
    top: 4%;
    right: 4%;
    height: 27px;
    width: 25px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.button_container:hover {
    opacity: 1;
}

.button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #FFF;
}

.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #FFF;
}

.button_container span {
    background: #00325D;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 8px;
}

.button_container span:nth-of-type(3) {
    top: 16px;
}

.button_container span:nth-of-type(4) {
    top: 33px;
}

.button_container span:nth-of-type(5) {
    top: 44px;
}

.button_container span:nth-of-type(6) {
    top: 55px;
}

.button_container span:nth-of-type(7) {
    top: 65px;
}

.button_container span:nth-of-type(8) {
    top: 65px;
}

.overlay {
    position: fixed;
    background: #2177FF;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .50s;
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .50s;
    animation-delay: .60s;
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .50s;
    animation-delay: .65s;
}

.overlay nav {
    position: relative;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin-left: 1rem;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
/*
    height: 25%;
    height: calc(100% / 4);
*/
    min-height: 50px;
    position: relative;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    font-size: 2.5rem;
    text-align: left;
    letter-spacing: -.5px;
}

.link-number {
    font-size: 1rem;
    font-family: sofia-pro, sans-serif;
    color: #fff;
    letter-spacing: 1px;
    margin-right: .5rem;
}

.overlay ul li a:hover{
    color: #00325D;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
    color: #fff;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}




































