/* #zoomphone {display: none} */
/** EviLex */
.grecaptcha-badge {display: none !important}
.wpm-switcher-list li span {
	color: #D8D8D8 !important }
.wpm-switcher-list li.active span {
	border-bottom: 1px solid #D8D8D8 }
.nav--solid .wpm-switcher-list li.active span {
	border-bottom: 1px solid #183d7ab3 }
.nav--solid .wpm-switcher-list li span {
	color: #183d7ab3 !important }
@media (max-width: 767px) {
	.wpm-switcher-dropdown, .wpm-switcher-dropdown .wpm-language-dropdown, .wpm-switcher-list {
		display:  flex;
		width: 130px }
	.wpm-switcher-list li {
		padding: 5px }
	/*.nav--solid .wpm-switcher-list li  span {
		color: black !important }
	.nav--solid .wpm-switcher-list li.active span span {
		border-bottom: 1px solid black }*/
}
/* /EviLex */

.wpcf7-response-output {
  background-image: linear-gradient(-120deg, #397DCF 0%, #173A78 99%);
  color: white;
  border-radius: 8px;
  margin: 0 1em 1em 1em !important; }
span.wpcf7-not-valid-tip {
  color: white;
  background: #E8F0FE;
  border: 1px solid #D8D8D8;
  border-radius: 0 0 8px 8px;
  padding: 0 10px;
  margin: -16px 6px 0 6px;
  position: absolute;
  width: max-content; }
div.wpcf7 .ajax-loader { position: absolute !important }
.wpcf7-not-valid { border: 2px solid red !important }

.bg {
    min-height: 101vh;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
.bg__video {
    min-width: 100%;
    min-height: 100%;

    width: auto;
    height: auto;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    overflow: hidden;
}

.call-to-action {
    position: fixed;
    text-align: center;
    right: 0;
    bottom: 0;
    z-index: 5;
    transition: 0.305s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.call-to-action--over-footer {
    bottom: 5.7em;
    right: 1.2em;

}
.call-to-action__link:hover {
    text-decoration: none;
}

.call-to-action__icon {
    transform: scale(1);
    transition: 0.3s transform;
    cursor: pointer;
    will-change: transform;
}

.call-to-action__icon:hover {
    transform: scale(1.2);
}

.call-to-action__text {
    text-align: center;
    color: #2b4c85;
    width: 5.9em;
    font-size: .8em;
    text-shadow: 0 0 1px #686868;
    font-family: 'Roboto Condensed', sans-serif;

}

.about-us__heading, .our-partners__heading {
    text-transform: uppercase;
    /*padding-left: 4em;*/
    color: #2b4c85;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}

.about-us__text {
    font-family: 'Roboto Condensed', sans-serif;
}

.hands-image {
    height: 500px;
    background-image: url('../assets/index_hands.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 1px 14px -4px black;
}

.our-partners {
    /*margin-top: 5em;*/
}

.our-partners .st-underline {
}

.our-partners__heading {
    text-transform: uppercase;
}

.contacts {
    background-color: rgb(238, 245, 247);
    /*height: 19em;*/
}

.contact__line1, .contact__phone, .contact__email  {
	font-size: 17px
}

.contacts-col {
    text-align: right;
    font-size: 1.3em;
    padding-right: 3em;
    font-family: 'Ubuntu', sans-serif;
}

.st-slick-item {
    text-align: center;
    height: 130px;
    border: .5px solid #EEF5F7;
}

.slick-container {
    position: relative;

}
.slick-container__arrow {
    font-size: 1.5em;
    pointer-events: none;
}

.slick-container__next,
.slick-container__previous {
    position: absolute;
    top:50%;
    width: 4em;
    height: 4em;
    background-color: transparent;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #EEF5F7;
    color: #2b4c85;
    /* slick overrides display property, so use important here*/
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 300ms background-color;
    cursor: pointer;
}

.slick-container__next:hover,
.slick-container__previous:hover {
    background-color: #EEF5F7;

}
.slick-container__previous   {
    left: -5.5em;
}
.slick-container__next {
    right: -5.5em;
}

.slick-dots {
    bottom: -4em;
}

.slick-dots li button:before {
    color: #EEF5F7;
    opacity: 1;
    font-size: 12px;
    transform: scale(1);
    transition: 300ms transform;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #2B4C85;
    transform: scale(1.3);

}
.slick-dots li:hover button:before {
    opacity: 1;
    color: #2B4C85;
    transform: scale(1.3);
}

.our-partners__slick .st-slick-item__img {
    max-height: 50px;
    line-height: 50px;
    display: inline-block;
    max-width: 75%;
    filter: grayscale(100%);
    transition: 500ms filter, 300ms transform;
    position: relative;
    top: 50%;
    transform: scale(0.85) translateY(-50%);
}

.st-slick-item:hover .st-slick-item__img {
    filter: grayscale(0);
    transform: scale(1) translateY(-50%);
}

.contact__header {
    text-transform: uppercase;
    font-weight: bold;
    color: #C0CDD1;
    margin-bottom: 2em;
}

.contact__line1 {
    color: #4f4f4f;
}

.contact__separator {
    width: 3em;
    height: 0.1em;
    background-color: #D8D8D8;
}

.contact__phone, .contact__email {
    color: #0B0B0B;
    opacity: 0.7;
}

.contact__email {
    text-decoration: underline;
}

.contact-map {
    width: 100%;
    height: 100%;
    display: block;
}

.slick-prev:before,
.slick-next:before {

    color: #D8D8D8;
}


 /* SOLUTIONS BEGIN */


.single-solution {
    height: 287px;
    font-weight: 600;
    letter-spacing: 1px;

    text-align: center;
    overflow: hidden;

    position: relative;
    border-radius: 4px;
    box-shadow: 2px 2px 36px 2px rgba(0, 0, 0, 0.24);
}
.single-solution__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    transition: 300ms filter;
    border-radius: 4px;

}
.single-solution__overlay {
    padding: 1em;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-image: linear-gradient(-360deg, rgba(17, 28, 86, 0.1) 0%, rgba(23, 59, 121, 1) 99%);
    transition: all 1s;
    border-radius: 4px;
}

.single-solution__overlay:hover {
    transition: all 1s;
    opacity: 0.9;
    background-color: #2c3e50;
}

.single-solution__title {
    font-size: 1.7em;

    position: absolute;
    top: 10%;
    width: 100%;
    padding-left: 4em;
    padding-right: 4em;
    text-align: center;
    text-shadow: 2px 2px 4px #0000001c;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    will-change: transform;
    transform: translate(0, 0);
    transition: 1s all;

    pointer-events: none;
}
.single-solution__details-overlay {
    position: absolute;
    top: 0;
    visibility: hidden;
    left: 0;
    height: 100%;
    width: 100%;

    opacity: 0;
    transition: 1s all;
    background-image: linear-gradient(-360deg, rgba(17, 28, 86, 0.1) 0%, rgba(23, 59, 121, 1) 99%);
    border-radius: 4px;

}
.single-solution__details-text {
    text-align: left;
    transform: translateY(-2em);
    transition: 1s all;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    line-height: 2em;
    color: #ffffff;
    height: 90%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 30%;
    position: relative;
}


.single-solution__details-text::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    /*background-color: #F5F5F5;*/
}

.single-solution__details-text::-webkit-scrollbar
{
    width: 12px;
    /*background-color: #F5F5F5;*/
}

.single-solution__details-text::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #2868ee;
}

.single-solution__details-text-trimmer{
    position: absolute;
    height: 30px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(-180deg, rgba(17, 28, 86, 0) 0%, rgba(23, 59, 121, .5) 99%);
    opacity: 1;
}

.single-solution:hover .single-solution__details-text {
    transform: translateY(0);
}

.single-solution:hover .single-solution__details-overlay {
    visibility: visible;
    opacity: 1;
}

.single-solution:hover .single-solution__title {
    transform: translateY(-25%);
}

.single-solution:hover .single-solution__image{
    filter: blur(8px);
}

.project-lightbox {
    /*max-width: 500px;*/
    height: auto;
    background-image: linear-gradient(-180deg, rgba(42, 95, 169, 1) 0%, rgba(74, 165, 209, 1) 99%);
    border-radius: 8px;
}

.project-lightbox__title  {
    color:#FFFFFF;
    text-align: center;
    font-size: 2em;
    font-family: 'Ubuntu Medium', sans-serif;
}

.project-lightbox__description  {
    color:#FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    line-height: 2em;
}

/* SOLUTIONS END */


/* CAREERS - BEGIN */

.careers-top__text{
    font-family: Ubuntu, sans-serif;
}
.careers-image {
    width: 500px;
    height: 400px;
    background-image: url('../assets/careers-face.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    box-shadow: 0px 1px 14px -4px black;
}

.st-hr {
    height: 1px;
    background-color: #2B4C85;
}
.career-list {
    font-family: Ubuntu, sans-serif;
}
.read-more {
    text-align: right;
    font-family: "Ubuntu Medium", sans-serif;
    font-weight: 600;
}
a.read-more__link{
    color: #2B4C85 !important;
}

.career-list__title {
    font-family: "Ubuntu Medium", sans-serif;
    text-transform: uppercase;
    font-size: 1.4em;
    color: #2B4C85;
}

/* CAREERS - END */

/*Contacts BEGIN */
.contact-page__background {
    background-image: url("../assets/contact-page-bg.jpg");
    min-height: 94vh;
    background-color: #EEF5F7;
    background-repeat: repeat;
    margin-top: -6em;
}
.contact-page__background.event {
    background-image: url("../assets/contact-page-bg-event-clean.jpg");
    background-size: cover;
    background-position: top;
    margin-top: -9em;
    padding-top: 50px;
}
.contact-page__background.event2 {
    background-image: url("../assets/eventbg.jpg");
    background-size: cover;
    background-position: top;
    margin-top: -9em;
    padding-top: 50px;
}
.contact-page__background.event3 {
    background-image: url("../assets/eventbg2.jpg");
    background-size: cover;
    background-position: top;
    margin-top: -9em;
    padding-top: 50px;
}
.contact-page__background.event img { display: block; margin: auto; }
.contact-page__background.event #dell_logo { margin: 50px 0 13px 0; max-width: 550px }

.contact-page__background form {
}
.event h1 { color: #D9D9F5 }
.event .st-underline { background-color: #D9D9F5 }

.contact-form input,
.contact-form textarea,
.contact-form .form__submit
{
    width: 100%;
}

.contact-form input,
.contact-form textarea
{
    height: 3em;

    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 8px;
    padding-left: 1em;
    border: 1px solid #D8D8D8;
    font-family: "Ubuntu", sans-serif;

}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    font-family: "Ubuntu", sans-serif;
}

.contact-form textarea
{
    height: 10em;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 0 none;
}
.contact-form .form__submit {
    display: block;
    height: 4em;
    color: #fff;
    font-family: "Ubuntu Medium", sans-serif;
    letter-spacing: .5px;
    border: 0 none;
    margin-top: -1.4em;
    border-radius: 0px 0px 8px 8px;
    text-transform: uppercase;
    font-size: 1em;
    background-image: linear-gradient(-120deg, #397DCF 0%, #173A78 99%);

}
.container.darkbg {
	color: #fff
}
/*Contacts END */