/* 
@ package symatiqtheme
*/

/* Fonts */
@font-face {
    font-family: "IBM Plex Sans Condensed";
    src: url("../fonts/IBMPlexSansCondensed/IBMPlexSansCondensed-Bold.ttf") format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: "IBM Plex Sans Condensed";
    src: url("../fonts/IBMPlexSansCondensed/IBMPlexSansCondensed-Medium.ttf") format('truetype');
    font-weight: 500;
}


@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Regular.ttf") format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Black.ttf") format('truetype');
    font-weight: 900;
}

/* ICONS */


@font-face {
    font-family: 'icomoon';
    src: url("../fonts/Icons/icomoon.eot") ;
    /* src:  url('../fonts/Icons/icomoon.eot?vdshgq'); */
    src:  url('../fonts/Icons/icomoon.eot?vdshgq#iefix') format('embedded-opentype'),
      url('../fonts/Icons/icomoon.ttf?vdshgq') format('truetype'),
      url('../fonts/Icons/icomoon.woff?vdshgq') format('woff'),
      url('../fonts/Icons/icomoon.svg?vdshgq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
  }

  .icon-external-link:before {
    content: "\e915";
    font-size:16px;
    color: #fff;
  }

  .icon-bookmark:before {
    content: "\e914";
  }
  .icon-paths:before {
    content: "\e913";

  }
  .icon-image-recognition_1:before {
    content: "\e911";
    color: #5da0ff;
  }
  
  .icon-all-devices:before {
    content: "\e900";
  }
  .icon-brain:before {
    content: "\e901";
    color: #54c8e8;
  }
  .icon-code:before {
    content: "\e902";

  }
  .icon-cost-effective:before {
    content: "\e903";
    color: #5da0ff;
  }
  .icon-dashboard:before {
    content: "\e904";

  }
  .icon-easy:before {
    content: "\e905";
    color: #5da0ff;
  }
  .icon-effective:before {
    content: "\e906";
    color: #5da0ff;
    font-size: 30px;
  }
  .icon-group:before {
    content: "\e907";
    color: #54c8e8;
  }
  .icon-no-code:before {
    content: "\e908";

  }
  .icon-quality:before {
    content: "\e909";
    color: #54c8e8;
  }
  .icon-report:before {
    content: "\e90a";
  }
  .icon-robot:before {
    content: "\e90b";

  }
  .icon-robot-arm:before {
    content: "\e90c";

  }
  .icon-save:before {
    content: "\e90d";
    color: #54c8e8;
  }
  .icon-time:before {
    content: "\e90e";

  }
  .icon-time-effective:before {
    content: "\e90f";

  }
  .icon-update:before {
    content: "\e910";
    color: #54C8E8;
      
  }
  .icon-notifications:before {
    content: "\e912";
    color: #54c8e8;
  }
  

h1, h2, h3 {
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-weight: 700;
}

p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

a {
	color: #54C8E8;
    text-decoration: none!important;
}
a:hover {
	color: #54C8E8;
}

#primary {
	padding: 0;
}


.blue-nav {
	background-color: #002554;
	padding-top: 0;
	padding-bottom: 0;
}

.jumbo-text {
    font-family: 'Poppins', sans-serif;
	font-weight: 900;
    font-size: 5.5em;
}

.text-blue {
    color:#3c79cf;
}

.text-yellow {
    color: #F1B21C;
}

.ls {
    letter-spacing: 1px;;
}

.mark-1 {
    -webkit-animation: .5s highlight .3s 1 normal forwards; 
            animation: .5s highlight .3s 1 normal forwards;
    background-color: none;
    background: linear-gradient(90deg, #3c79cf 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
  }

  .mark-2 {
    -webkit-animation: .5s highlight 1.2s 1 normal forwards; 
            animation: .5s highlight 1.2s 1 normal forwards;
    background: linear-gradient(90deg, #F1B21C 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
  }
  
  @-webkit-keyframes highlight {
    to {
      background-position: 0 0;
    }
  }
  
  @keyframes highlight {
    to {
      background-position: 0 0;
    }
  }

.logo {
	height: 40px;
}

.navbar-toggler {
    border: none;
}
.navbar-shadow {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-bottom: 1px solid #eceef3;
}
.menu-item > a {
    color: #000000;
    text-decoration: none;
    padding: 20px;
    vertical-align: middle;
    display: table-cell;
   /*  height: 40px;
  
   font-size: .9em;
    text-transform: uppercase; */
    font-weight: 500;
    transition: color 0.3s ease;
}

.menu-item>a:hover {
    color: #3c79cf;
}

.nav-link {
    display: inline-block;
}

.link-blue {
    text-transform: uppercase;
    color: #3C79CF;
    font-size: .9em;
    font-weight: 600;
}

.dropdown-menu {
    /* background-color: #011a3a; 
    border: 1px solid rgb(1 26 58);*/
    padding: 0;
}
.dropdown-menu > li {
  border-bottom: 1px solid #ffffff30;  
}


.dropdown-menu > li > a {
    /* color: #fff; */
    padding: .5em;
}

.dropdown-menu > li:hover{
    background-color: #002554;
}

.dropdown-menu > .active{
    border: 0;
    background-color: #002554;
}
.dropdown-menu > .active > a {
    color: #54C8E8;
}

.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

/* .navbar-nav > .active {
    border-top: 4px solid #54C8E8;
}
.navbar-nav > .active > a {
    padding-top: 20px;
    color: #54C8E8;
} */

.h-logo {
	height: 70px;
    margin-bottom: 1.5em;
}

.eye-logo {
    height: 55px;
    margin-bottom: 1.5em;
}

.hivemind-logo {
	max-height: 85px;
    margin-bottom: 2em;
}

.eye-front-logo {
    max-height: 85px;
    margin-bottom: 2em;
}

.eye-title-head {
    color: #3c79cf;
    font-weight: 100;
    font-size: 1.7rem;
}

.product-image-logo {
    height: 55px;
}

.py-6 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.h-70 {
    height: 70vh;
}
.header-bg {
	background-image: url(../img/polygon.svg);
    background-color: #F5F4F4;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-eye-bg {
	/* background-image: url(../img/grey-diagonal-bg.svg); */
    background-image: url(../img/white-bg.svg);
    background-color: #3C79CF;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.blue-subtitle {
    font-size: 1.2rem;
    color: #3c79cf;
    margin-bottom: 1rem;
}

.product-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 550px;
}

.tool-content {
    width: 550px;
    margin: 9em auto 7em auto;
}

.outer-box .inner-box {
  height: 80vh;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  padding: 0;
  transition: opacity .5s;
}

.display-flex-center { display:flex; align-items:center; }

.light-text {
    color: #fff;
}
.header-title {
    text-transform: uppercase;
    font-size: 3.3em;
}

.yellow-text {
    color: #F1B21C;
}
.subheader {
    font-size: 1.2em;
    margin-top: 1em;
    margin-bottom: 2em;
}


.product-no-image {
    position: absolute;
    top: 15rem;
    left: 50%;
    transform: translate(-50%, -50%); 
}

.title-blocks {
	font-size: 1.3em;
}

.product-title {
	font-size: 2em;
}

.product-title-page {
	font-size: 3em;
}

.grey-bg {
	/* background-color: #F5F4F4; */
    background-color: #ecf4ff;
}

.eye-blue-bg {
    background-color: #3c79cf;
}

.dark-grey-bg {
	background-color: #373A3C;
}

.light-blue-bg {
	background-color: #54C8E8;
}

.dark-blue-bg {
	background-color: #002554;
}

.darker-blue-bg {
    background-color: #022046;
}
.light-bg {
    background-color: #ffffff;
}

.pt-6 {
	padding-top: 5em;
}

.pb-6 {
	padding-bottom: 5em;
}

.pl-6 {
    padding-left: 5em;
}

.pr-6 {
    padding-right: 5em;
}


.pt-8 {
	padding-top: 8em;
}

.pt-9 {
	padding-top: 9em;
}

.pt-12 {
    padding-top: 12em;
}

.pb-9 {
    padding-bottom: 9em;
}

.mb-7 {
    margin-bottom: 2rem;
}

.mb-6 {
    margin-bottom: 5em;
}

.light-text {
	color: #ffffff;
}

.screen-img {
    width: 100%;
    max-width: 600px;
}

.cta-img {
    width: 100%;
}
.ub-img {
    max-width: 520px;
}

.mi-img {
    max-width: 300px;
}

.blue-gradient-bg {
    background: rgb(0,37,84);
    background: linear-gradient(180deg, rgba(0,37,84,1) 34%, rgba(0,10,20,1) 100%);
}

.grey-gradient-bg {
    background: rgb(0,37,84);
    background: linear-gradient(180deg, rgba(236 244 255) 34%, rgba(166 176 189) 100%);
}

.product-image {
    width: 100%;
}

.product-details {
    display: flex;
    align-items: center;
}
.card-left, .card-right {
    background-color: #dce7f5;
    padding: 3em;
    height: 100%
}

.card-left {
	border-radius: 4px 0 0 4px;
}

.card-right {
	border-radius: 0 4px 4px 0 ;
}

.card-center {
	border-radius: 4px;
	background-color: #ffffff;
	padding: 3em;
	height: 100%;
    font-size: 1.1em;
    /* border: 5px solid #f1b21c; */
}
.card-normal {
    border-radius: 4px;
    background-color: #ffffff;
    /* padding: 10em 3em 3em 3em; */
    height: 100%;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    position: relative;
}
.card-bg-sel {
    background-image: url(../img/with-selenium.svg);
}
.card-bg-alone {
    background-image: url(../img/alone.svg);
}
.card-bg-as-team {
    background-image: url(../img/as-a-team.svg);
}

.card-head {
    padding: 10em 3em 0 3em;
}

.card-normal-body {
    padding: 0 4em 3em 4em;
}
.card-normal-titel {
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 2px;
    color: #3C79CF;
}

.card-normal-price {
    font-size: 2.5em;
    font-weight: 600;
}

.tool-subheader {
    font-size: 0.8em;
    padding-left: 2.9em;
}

.icon-wrap {
	text-align: center;
}
.card-icon {
	height: 100px;
    margin-bottom: 1em;
}

.card-title-small {
    /* text-align: center; */
    text-transform: uppercase;
    margin-bottom: 1.5em;
    font-size: 1.5em;
}
.subtitle-card {
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 2px;
    margin-bottom: 1rem;
}

.small-text {
    font-size: 0.8em;
}

.small-text-center {
    font-size: 0.8em;
}

.link-secondary {
    color: #3C79CF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.link-bottom {
    position: absolute;
    bottom: 1rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fa-stack {
    width: 2em!important;
}

.card-wrap {
	display: flex;
}

.fa-check:before {
	color: #35c535!important;
    margin-right: 0.6em;
}

.fa-times:before {
	color: #C42626!important;
    margin-right: 0.9em;
}

.e-blue-img-bg {
	background-image: url(../img/d-bg.jpg);
}

.blue-img-bg {
    background-image: url(../img/h-img-bg.png);
    background-position-y: bottom;
}

.card-pad {
    padding: 2rem 1.5rem;
}
.card-section {
	background-color: #ffffff;
    border-radius: 4px;
    height: 100%;
    border: 1px solid rgba(0,0,0,.125);
}

.sub-tool {
    padding-left: 4.2em;
    margin-top: -10px;
    padding-top: 5px;
}
.b-icons {
	height: 50px;
}

.icon {
    height: 50px;
}

.card-section-title {
	text-transform: uppercase;
    font-size: 1.250em;
    margin-top: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
}

.download-form {
	max-width: 66.666667%;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 4px;
}


#wpcf7-f62-o1 {
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    padding-top: 2rem;
}

#wpcf7-f6-o1 {

}

.contact-form {
    display: flex
}

.field-form {
    padding: 0 15px 0 15px;
}

label {
	font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.9em;
    width: 100%;
}

.wpcf7-text, .wpcf7-number,  .wpcf7-textarea {
	background-color: #F5F4F4;
    width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 2px;
    padding: 10px;
}

.wpcf7-text {
	margin-bottom: 1em;
}

.wpcf7-list-item {
	margin-left: 0!important;
}

.image.left {
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em;
}
.image.right {
    float: right;
    padding: 0 0 1em 1.5em;
    top: 0.25em;
}

.uniform {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer-s {
    border-top: 1px solid rgb(255 255 255 / 38%);
}

.card-footer-tool {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Buttons */

.lg-btn-solid {
    border: 2px solid #3c79cf;
    background-color: #3c79cf;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: .9em;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    display: block;
    text-align: center;
    width: 75%;
    position: absolute;
    bottom: 3em;
    left: 50%;
    transform: translateX(-50%);
}

.lg-btn-solid:hover {
    border: 2px solid #305e9f;
    background-color: #305e9f;
    text-decoration: none;
    color: #fff;
}
.eye-blue-btn-line {
    width: 100%;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #3c79cf;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #3c79cf;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: .9em;
}

.eye-blue-btn-line:hover {
    border: 2px solid #305e9f;
    background-color: #305e9f;
    text-decoration: none;
    color: #fff;
}

.eye-blue-btn {
    width: 100%;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #3c79cf;
    background-color: #3c79cf;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: .9em;
}
.eye-blue-btn:hover {
    border: 2px solid #305e9f;
    background-color: #305e9f;
    text-decoration: none;
    color: #fff;
}

.eye-blue-btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(60 121 207 / 50%);
}

.eye-yellow-btn-line {
    width: 100%;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #F1B21C;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: .9em;
}

.eye-yellow-btn-line:hover {
    border: 2px solid #F1B21C;
    background-color: #F1B21C;
    text-decoration: none;
    color: #fff;
}

.eye-yellow-btn {
    width: 100%;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #F1B21C;
    background-color: #F1B21C;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: .9em;
}
.eye-yellow-btn:hover {
    border: 2px solid #cc9619;
    background-color: #cc9619;
    text-decoration: none;
    color: #fff;
}

.eye-yellow-btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(60 121 207 / 50%);
}

.small-tool {
    height: 30px;
}

.btn-p {
    position: absolute;
    bottom: 2rem;
    width: auto;
}


.blue-btn {
    width: 100%;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #54C8E8;
    background-color: #54C8E8;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.form-btn {
	width: 100%;
	padding: 8px 16px;
	border-radius: 4px;
	cursor: pointer;
	border: 2px solid #F1B21C;
	background-color: #F1B21C;
	text-transform: uppercase;
	font-weight: 600;
    letter-spacing: 1px;
}

.form-btn:hover {
    font-size: 1.1em;
    background-color: #fdc645;
    transition: 1s, font-size 0.2s;
}


div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
}


div.wpcf7 .wpcf7-submit:disabled{
    font-size: 1em;
    background-color: rgba(241, 178, 28, 0.2901960784313726);
}

div.wpcf7-response-output {
    padding: .75rem 1.25rem;
    margin: 0;
    border: 1px solid transparent;
    border-radius: .25rem;
}


div.wpcf7-mail-sent-ok {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb!important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba!important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}


div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}


.modal-head {
	justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.icon-footer {
	width: 100px;
    margin-bottom: 1rem;
}

.textwidget > p {
	font-size: 0.9em;
}

.top {
	background-color: #54C8E8;
    color: #fff;
    right: 0;
    width: 50px;
    position: relative;
    height: 100%;
    float: right;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.card-wrap-team {
    margin-bottom: 31px;
    width: 18rem;
}

.team-img-wrap {
   height: 250px;
   overflow: hidden;
   border-radius: 4px 4px 0 0; 
}

.team-img {
    height: auto;
    width: 100%;
    display: block;
}

.card-team {
    /* width: 20rem; */
	background-color: #ffffff;
    border-radius: 4px;
    height: 100%;
    box-shadow: 0px 3px 6px #21252940;
    margin-left: auto;
    margin-right: auto;
}

.team-card {
    padding: 2rem 1.5rem;
}


.card-img, .card-img-bottom, .card-img-top {
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
}

.name {
    font-size: 1.3em;
    color: #3D91A8;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    margin-bottom: 0.5rem;
}

.position {
    font-weight: 600;
    font-size: 0.9em;
}

.about {
	font-size: 0.9em;
    margin-bottom: 3em;
    line-height: 1.7;
}

.contact-links {
    position: absolute;
    bottom: 20px;
}

.fa-linkedin-in {
    margin-left: 5px;
}

.fab, .far {
    color: #3D91A8;
}

.contact-bg {
    /*background-color: #002554;
    height: 60vh;*/
    padding-top: 8em;
    position: absolute;
    z-index: 2;
}

.gm-style-mtc,
  .gm-svpc,
  .gm-style-cc {
    display: none;
  }

  a[href^="http://maps.google.com/maps"],a[href^="https://maps.google.com/maps"] {
     display: none !important;
}

.overlay-map {
    background-color: #002554;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    -moz-opacity: 20%;
    -webkit-opacity: 70%;
    z-index: 2;
    height: 600px;
}

.contact-map {
    height: 600px;
    position: relative;
    overflow: hidden;
}

.br-f {
    border-radius: 4px 0 0 4px;
}

.br-i {
    border-radius: 0 4px 4px 0;
}

.wrap-over {
    margin-top: -28rem;
    position: relative;
    border-radius: 4px;
    z-index: 3;
}

.fa-map-marker-alt, .fa-mobile-alt, .fa-paper-plane {
    position: absolute;
    padding-top: 5px;
}

 .info {
    padding-left: 30px;
    padding-bottom: 1em;
}

.widget-title {
    font-size: 1.3em;  
}

.grecaptcha-badge { opacity:0;} 

.btn-4 {
    width: 100%;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #54C8E8;
    background-color: #54C8E8;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #212529;
}
.btn-4:hover {
    color: #212529;
    background-color: #5ad5f7;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.doc-wrap {
    padding-left: 120px;
    width: 100%;
}

.border-top {
    border-top: 1px solid rgba(0,0,0,.1);
}

.team {
    margin:40px;
  }
  
  .member {
    margin: 15px 0;
    padding: 0;
  }
  
  .member figure {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    max-height:400px;
  }
  
  .member figure img {
    width: 100%;
  }
  
  .member figcaption p {
    font-size: 16px;
  }
  
  .member figcaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .member figcaption ul {
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  
  .member figcaption ul li {
    display: inline-block;
    padding: 10px;
  }
  
  .member h4 {
    margin: 10px 0 0;
    padding: 0;
  }
  
  .member figcaption {
    padding: 30px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: left;
  }
  
  .member figure:hover figcaption {
    visibility: visible;
    color: #fff;
    background: rgb(0 37 84 / 89%);
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: left;
  }
  
  .member figure:hover figcaption ul li a:hover {
    color: rgba(49, 49, 49, .97);
  }
  
  .member figure img {
    -webkit-transform: scale(1) rotate(0) translateY(0);
    -moz-transform: scale(1) rotate(0) translateY(0);
    -o-transform: scale(1) rotate(0) translateY(0);
    -ms-transform: scale(1) rotate(0) translateY(0);
    transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  
  .member figure:hover img {
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
    -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
    -o-transform: scale(1.1) rotate(1deg) translateY(12px);
    -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
    transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .image-container {
    position: relative;
    display: inline-block;
	height: 350px;
    overflow: hidden;
  }

  .image-container img {
    display: block;
    width: 100%; 
    height: auto; 
  }

  .image-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgb(236 244 255) 100%);
    pointer-events: none;
}

.screen-bg {
    max-width: 100%;
}


/* media queries */
@media (min-width: 320px) and (max-width: 575px) {

    .wrap-over {
        padding: 2rem;
        margin-bottom: 3rem;
        margin-top: -27rem;
    }

    .field-form {
        padding: 0;
    }
    .contact-form {
        flex-direction: column;
    }
    
    .doc-wrap {
        padding-left: 0;
        width: 100%;
    }

    .navbar-dark .navbar-toggler {
        border-color: transparent;
    }

    h1 {
        font-size: 2.1rem;
    }

    .header-bg {
        height: 85vh;
        background-position: center;
    }

    .outer-box .inner-box { 
        height: 85vh;
    }
    
    .pt-xs-9 {
        text-align: center;
    }

    .h-logo {
        height: 40px;
    }

    .header-title {
        font-size: 2em;
    }

    .subheader {
        font-size: 0.9em;
    }

    .pt-xs-1 {
        padding-top: 1em;
    }

    .pb-xs-2 {
        padding-bottom: 2em;
    }

    .pt-6 {
    padding-top: 3em;
    }

    .pb-6 {
        padding-bottom: 3em;
    }

    .pt-xs-7 {
        padding-top: 6em;
    }

    .first {
        order: 1;
    }

    .second {
        order: 2;
    }

    .third {
        order: 3;
    }

    .card-left, .card-right, .card-center {
        padding: 30px 15px;
    }
    .card-left, .card-right {
        border-radius: 4px;
    }

    .card-title-small {
        margin-bottom: 2em;
    }
    .download-form {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #wpcf7-f62-o1 {
        width: 100%;
    }

    .br-f, .br-i {
        border-radius: 0;
    }
    .p-xs-c {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mb-6 {
        margin-bottom: 0;
    }

    .card-team {
        width: 100%;
    }

}/**/

@media (min-width: 375px) and (max-width: 667px) {
    .header-bg {
        height: 100vh;
        background-position: center;
    }

    .outer-box .inner-box { 
        height: 100vh;
    }

}/**/



@media only screen and (orientation:landscape) and (min-device-width: 320px) and (max-device-width: 568px) {
    .header-bg {
        height: 750px!important;
    }
    .pt-xs-9 {
        padding-top: 30em!important;
        text-align: center;
    }
}/**/

@media (min-device-width: 376px) and (max-device-width: 812px) {
    .active {
        border-bottom: 4px solid #54C8E8;
        border-top: 0;
    }

    .header-bg {
        height: 90vh;
    }
    .outer-box .inner-box {
        height: 90vh;
    }

    .navbar-dark .navbar-toggler {
        border-color: transparent;
    }
    .card-left, .card-right, .card-center {
    padding: 30px 15px;
    }
}/**/
@media (min-device-width: 376px) and (max-device-width: 812px) {
    .active {
        border-bottom: 4px solid #54C8E8;
        border-top: 0;
    }

    .header-bg {
        height: 90vh;
    }
    .outer-box .inner-box {
        height: 90vh;
    }

    .navbar-dark .navbar-toggler {
        border-color: transparent;
    }


}/* */


@media only screen and (orientation:landscape) and (min-device-width: 375px) and (max-device-width: 667px) {
    .header-bg {
        height: 800px!important;
    }
    .outer-box .inner-box {
        height: 800px!important;
    }
    .pt-xs-9 {
        padding-top: 5em!important;
        text-align: center;
    }

}


@media (min-width: 575px) and (max-width: 768px) {

    .outer-box .inner-box, .header-bg {
        height: 100vh;
    }
    .br-f {
        border-radius: 4px 4px 0 0;
    }

    .br-i {
    border-radius: 0 0 4px 4px;
    }

}/**/

@media (min-width: 768px) and (max-width: 1024px){

    .navbar-dark .navbar-toggler {
        border-color: transparent;
    }

    .header-bg {
        height: 50vh;
    }
    .outer-box .inner-box {
        height: 50vh;
    }

    .header-title {
        font-size: 2.5em;
    }

    .subheader {
        font-size: 1em;
    }
    .h-logo {
        height: 40px;
    }

    .pb-6 {
        padding-bottom: 3em;
    }

    .pt-6 {
        padding-top: 3em;
    }

    .pb-xs-2 {
        padding-bottom: 2em;
    }

    .card-left, .card-right, .card-center {
        padding: 15px;
    }

    .card-section {
        padding: 15px;
    }
    .download-form {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ub-img {
        width: 50%;
    }

    .first {
        order: 1;
    }

    .second {
        order: 2;
    }

    .third {
        order: 3;
    }

    .p-xs-c {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .br-f {
        border-radius: 4px 4px 0 0;
    }

    .br-i {
        border-radius: 0 0 4px 4px;
    }

}/* */

@media (min-width: 1024px) and (max-width: 1366px){

    .first {
        order: 2;
    }

    .second {
        order: 1;
    }

    .third {
        order: 3;
    }

    .br-f {
    border-radius: 4px 0 0 4px;
    }

    .br-i {
    border-radius: 0 4px 4px 0;
    }

}/**/

@media only screen and (orientation:landscape) and (min-device-width: 768px) and (max-device-width: 1024px) {
    .header-bg {
        height: 600px!important;
    }

    .outer-box .inner-box {
        height: 600px!important;
    }
    
}/**/


@media all and (min-width:0px) and (max-width: 319px) {
    h1 {
        font-size: 2em;
    }
    .header-title {
        font-size: 2em;
    }
    .subheader {
        font-feature-settings: 1em;
    }
    .download-form {
        max-width: 100%;
    }
    .inner-box {
        height: 750px!important;
    }
    .header-bg {
        height: 750px!important;
    }
    .h-logo {
        height: 40px;
    }
    .mi-img {
        width: 100%;
        height: auto;
    }
    .pr-6 {
        padding-right: 15px;
    }
    .pl-6 {
        padding-left: 15px;
    }
    .br-i {
        border-radius: 0;
    }
}


@media (min-width: 576px) {
    .doc-wrap {
        max-width: 540px;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .doc-wrap {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .doc-wrap {
        max-width: 960px;
    }
    .home-bg {
		background: rgb(245,244,244);
		background: linear-gradient(90deg, rgba(236 244 255) 0%, rgba(236 244 255) 50%, rgba(2,32,70,1) 50%, rgba(2,32,70,1) 100%);
		}
}

@media (min-width: 1200px) {
    .doc-wrap {
        max-width: 1140px;
    }
}

@media (max-width: 768px) {
    .screen-bg {
        max-width: 70%;
    }
}

@media (max-width: 992px) {
    .grey-bg-xs {
        /* background-color: #F5F4F4; */
        background-color: #ecf4ff;
    }
    
    .darker-blue-bg-xs {
        background-color: #022046;
    }

    .screen-bg {
        max-width: 70%;
    }
}



.mt-nav {
    margin-top: 100px;
}


.overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}
/* display .overlay when it has the .active class */
.overlay.active {
    display: block;
    opacity: 1;
}

#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: 10px;
}


/* new */
.vertical-menu {
  width: 200px;
}

.vertical-menu a {
  background-color: #eee;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #ccc;
}

.vertical-menu a.active {
  background-color: #4CAF50;
  color: white;
}