/*-------------------------------------------
* 0 Presets css styles
---------------------------------------------*/

@font-face {
  font-family: 'HelveticaNeueExtra Thin';
  src: url('../css/HelveticaNeue.ttf');
}

@font-face {
  font-family: 'HelveticaNeue Boldd';
  src: url('../css/Helvetica Neu Bold.ttf');
}

@font-face {
  font-family: 'HelveticaNeue Thin';
  src: url('../css/HelveticaNeue Thin.ttf');
}

@font-face {
  font-family: 'HelveticaNeue Bold';
  src: url('../css/HelveticaNeue Medium.ttf');
}

@font-face {
  font-family: 'HelveticaNeue Italic';
  src: url('../css/HelveticaNeueIt.ttf');
}

@font-face {
  font-family: 'HelveticaNeue Regular';
  src: url('../css/HelveticaNeue Light.ttf');
}

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, img, ul, li, footer, header, nav {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

footer, header, nav {
    display: block;
}

body, html {
    line-height: 1;
    height: 100%;
    font-family: "HelveticaNeue Regular", arial;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.bold {
    font-weight: 600;
}

/* Predefined class for links */
.link {
    color: #d50032;
    word-wrap: break-word;

}

.link:hover {

    text-decoration: underline;
    cursor: pointer;
}

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

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

/*-------------------------------------
* 1.0  Main container
---------------------------------------*/
.wrapper {
    max-width: 1024px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.44);
}

/*------------------------------------------
* 1.1  Header
-------------------------------------------*/
header {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
    background: #fbf9f8;
    border-bottom: 1px solid #ccc;
    border-top: 0px;
    padding: 20px 0 15px 20px;
    border-radius: 3px;
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.15);
    /* z-index: 9; */
}

/* ----- First header part - AG logo ------ */
header .logo {
    width: 26%;
    float: left;
    transition: 0.5s;
}

header .logo a {
    display: block;
}

/* ----- Second header part - menu ----- */
header .navigation-menu {
    margin: 0px 85px;
    float: left;
}

.header-welcome-message {
    color: #999;
    font-family: 'AGIHand', arial, sans-serif;
    font-size: 34px;
    line-height: 1.03em;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 .15em 0 0 !important;
    text-align: center;
}

.menu {
    overflow: hidden;
    padding-top: 10px;
    transition: 0.5s;
}

.menu .li-item {
    float: left;
    margin-right: 17px;
    /*display: inline-block;*/

}

.menu .li-item > a, .dropbtn {
    font-size: 12px;
    font-weight: 600;
    color: #404040;
    display: inline-block;
}

.menu .li-item a:hover,
.drop-down:hover .drop-btn {
    color: #d50032;
    transition: 0.3s;
}

.menu .li-item a.active {
    color: #d50032;
}

header .menu-icon-toggle {
    display: none;
}

#topnav .drop-down .toggle-down {
    display: inherit;
    max-width: 200px;
    margin-top:6px;
}

.li-item a .arrow {
    color: #404040;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.li-item a .rotate {
    color: #404040;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    transition: transform 0.3s;
}

#topnav .drop-down .toggle-down a {
    padding: 11px 0 11px 10px;
    font-size: 10px;
    color: #808080;
}

#topnav .drop-down .toggle-down a i {
    font-size: 5px;
    vertical-align: middle;
}

.drop-down-content a i {
    display: none;
}

/* ---- Third header part - Other link ----- */
header .facebook-link {
    width: 4%;
    float: left;
    margin: 13px 0px 0 61px;
}

header .facebook-link:active {
    padding: 1px;
}

.facebook-link a .fa, .facebook-link .fb-link {
    color: #4867aa;
    font-size: 13.5px;
    display: none;
}

.facebook-link .fb-link span {
    font-size: 19px;
    display: none;
}

.facebook-link a img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    -webkit-box-shadow: 3px 3px 17px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 3px 3px 17px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 3px 3px 17px 1px rgba(0, 0, 0, 0.14);
}

.facebook-link a img:hover {
    -webkit-box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.30);
}

.facebook-link a img:active {
    -webkit-box-shadow: 1px 1px 11px 1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 1px 1px 11px 1px rgba(0, 0, 0, 0.19);
    box-shadow: 1px 1px 11px 1px rgba(0, 0, 0, 0.19);

}

/* --- Drop downs menus ----- */

.drop-down-content {
    display: none;
    position: absolute;
    background: #fbf9f8;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.responsive-drop-down {
    padding: 0px;
    max-width: 50px;
    height: 0px;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
}

.drop-down-content a {
    padding: 12px 16px;
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #404040;
    text-align: left;
}

.drop-down-content a:hover {
    background-color: #f1f1f1;
    transition: 0.3s;

}

.drop-down:hover .drop-down-content {
    display: block;
}

#topnav .li-item a .arrow {
    display: none;
}

/* =====   HOME PAGE ===== */

/*------------------------------------------
* 2.1  Section1
--------------------------------------------*/

.section1 {
    overflow: hidden;
    position: relative;
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    max-height: 390px;
    overflow: hidden;
}

.my-slides {
    position: relative;
}

/* The dots/bullets/indicators */
.dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 36%;
    right: 36%;
}

.dot {
    cursor: pointer;
    height: 9px;
    width: 18px;
    margin: 0 4px;
    background-color: #ececec;
    display: inline-block;
    transition: background-color 0.7s ease;
}

.dot-active {
    background-color: #B23435;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
}

@-webkit-keyframes fade {
    from {
        opacity: .6
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .6
    }
    to {
        opacity: 1
    }
}
.my-slides img {
    width: 100%;
}

#POT-read-more {
    cursor: pointer;
    position: absolute;
    bottom: 10%;
    right: 4%;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    font-weight: 600;
    /*-webkit-box-shadow: inset 0px 0px 17px 7px rgba(199, 195, 195, 0.35);
    -moz-box-shadow: inset 0px 0px 17px 7px rgba(199, 195, 195, 0.35);
    box-shadow: inset 0px 0px 17px 7px rgba(199, 195, 195, 0.35);*/
}

/*------------------------------------------
* 2.2  Section2
--------------------------------------------*/
.section2 {
    overflow: hidden;
    text-align: center;
}

.section2 .careers,
.section2 .internship,
.section2 .jobs {
    margin: 5px 0;
}

.internship {
    margin-bottom: 17px;
}


.career-head,
.internship-head,
.jobs-head {
    background: #F0F0F0;
    padding: 15px;
    color: #6b6b6b;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.14);
}

.internship-head .new {
    font-size: 10px;
    vertical-align: top;
}

.career-head span {
    color: #E55657;
    font-weight: 800;
}
.holder_tile{
    min-height: 150px;
}
.career-text {
    color: #424242;
    background-color: #F8F8F8;
    border: 1px solid #cccccc;
    border-top: 0px;
    padding: 10px;
    font-size: 15px;
    line-height: 26px;
    border-radius: 0 0 5px 5px;
}

.internship div:last-child {
    background-color: #F8F8F8;
    border: 1px solid #cccccc;
    border-top: 0px;
    border-radius: 0 0 5px 5px;
}
.spacer-top{
    margin-top: 10px;
}
a.read-more-btn {
    background: #4e4c4e;
    display: block;
    color: #fff;
    width: 120px;
    margin: 17px auto 10px auto;
    padding: 6px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
a.read-more-btn.red{
    background-color: #d51931;
}
.internship div:last-child .something_new {
    padding: 4px;
    display: block;
    font-size: 13px;
    color: #d50032;
    font-weight: 600;
    text-transform: uppercase;
}

.jobs div.jobs-list,
.jobs div:last-child{
    color: #424242;
    background-color: #F8F8F8;
    border: 1px solid #cccccc;
    border-top: 0px;
    min-height: 177px;
    padding: 10px;
    font-size: 13px;
    border-radius: 0 0 5px 5px;
    line-height: 17px;
}

.jobs div:last-child span {
    color: #B23435;
    display: block;
    margin: 13px 0 10px 0;
}

.jobs div:last-child a.see-jobs {
    background: #d50032;
    color: #fff;
    padding: 5px;
    margin: 0 auto;
    width: 120px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


.jobs div:last-child .job {
    margin-bottom: 5px;
}

.jobs div i a.link {
    color: #b33436;
}

.jobs div i span a.link {
    color: #b33436;
    word-wrap: break-word;
}

a.read-more-btn:hover {
    text-decoration: underline;
}

.opening {
    padding: 15px;
   /*  background-color: #B23435; */
    background-color: #d50032;

    -webkit-box-shadow: 2px 2px 0px 0px rgba(122, 44, 42, 1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(122, 44, 42, 1);
    box-shadow: 2px 2px 0px 0px rgba(122, 44, 42, 1);
    color: #fff;
    margin-bottom: 2px;
}

/*------------------------------------------
* 2.3  Section3
--------------------------------------------*/
.section3 .header-tech {
    color: #d50032;
    padding: 20px 0;
    text-align: center;
    background: #ececec;
}

.section3 .technologies {
    overflow: hidden;
    text-align: center;
}

.tech {
    margin: 45px 0;
}
.tech a:hover, .send-us-email a:hover  {
    text-decoration: underline;
}

.send-us-email a {
      color:#d50032;
}


.tech h5 {
    color: #4F4D4F;
    margin: 0 35px;
    min-height: 39px;
    text-transform: uppercase;

}

.tech .circle img {
    width: 30px;
    opacity: 0.6;
}

.circle {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #d50032;
    margin-bottom: 15px;
    padding: 35px 0;
}

.circle i {
    color: #636363;
    font-size: 28px;
}

.tech a {
    display: inline-block;
    color: #fff;
    background: #d50032;
    padding: 5px 9px;
    border-radius: 3px;
    margin-top: 10px;
}

/* ====  ABOUT US PAGE ==== */
/*------------------------------------------
*  About section 1 - Mission
--------------------------------------------*/
.mission {
    text-align: center;
    font-weight: 600;
    padding: 0 10px 15px 10px;
    background: #eaeaea;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 17px -4px #808080;
    -moz-box-shadow: 0px 1px 17px -4px #808080;
    box-shadow: 0px 1px 17px -4px #808080;
}

.mission img {
    width: 60px;
    border: 1px solid #9a9a9a;
    margin-top: 24px;
    border-radius: 50%;
    padding: 5px;
}

.heading {
    font-size: 29px;
    color: #565656;
    margin: 20px 0 35px 0;
}

.mission .quote {
    font-size: 20px;
    color: #909090;

}

.mission .quote span {
    font-size: 13px;
}

.mission hr {
    width: 57px;
    height: 2px;
    margin: 24px auto;
    border: 0;
    background-color: #868686;
}

/*------------------------------------------
*  About section 2 - who we are / our vision
--------------------------------------------*/
.about-section {
    overflow: hidden;
    text-align: center;
    background: rgba(206, 206, 206, 0.28);
}

.who-we-are {
}

.vision {
    padding-left: 20px;
}

.who-we-are h4,
.vision h4 {
    margin: 35px 0 20px 0;
    padding: 0 0 0 15px;
    color: #b33436;
    font-weight: 900;
}

.who-we-are p,
.vision p {
    font-size: 15px;
    line-height: 23px;
    color: #424242;
    padding: 0 0 0 50px;
}

.who-we-are h4 img {
    width: 40px;
    vertical-align: middle;
    border: 1px solid #3c3c3c;
    padding: 5px;
    border-radius: 50%;
}

.vision h4 img {
    width: 40px;
    vertical-align: middle;
    margin: 0 10px 0 0;
    border: 1px solid #3c3c3c;
    padding: 5px;
    border-radius: 50%;
}

.vision p span {
    color: #B33436;
}

/*------------------------------------------
*  About section 3 - our values
--------------------------------------------*/
.about-section1 {
    overflow: hidden;
    text-align: center;
    font-weight: 600;
    background: rgba(206, 206, 206, 0.28);
}

.about-section1 .heading {
    font-size: 29px;
    color: #565656;
    margin: 45px 0 0px 0;
}

.about-section1 .values h4 {
    color: #fff;
   /*  background: #b33436; */
    background: #d50032;
    padding: 10px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.about-section1 .values div {
    padding: 13px;
    font-size: 15px;
    color: #424242;
    min-height: 114px;
    -webkit-box-shadow: inset 0px 0px 34px -1px rgba(89, 89, 89, 0.22);
    -moz-box-shadow: inset 0px 0px 34px -1px rgba(89, 89, 89, 0.22);
    box-shadow: inset 0px 0px 34px -1px rgba(89, 89, 89, 0.22);
}

.about-section1 hr {
    width: 57px;
    height: 2px;
    margin: 24px auto;
    border: 0;
    background-color: #868686;
}

/*------------------------------------------
*  About section 2 - our products
--------------------------------------------*/

.about-section2 {
    padding: 20px 0 50px 0;
    background: #f1f1f1;
}

.about-section2 .products {
    margin: 0 auto;
    width: 85%;
}

.products h2 {
    /* font-size: 29px; */
    color: #565656;
}

.products h2 img {
    width: 70%;
    height: 22px;
    vertical-align: middle;
    margin-left: 20px;
}

.products .web-sites {
    padding: 10px 0 0 20px;
    font-size: 15px;
    text-align: left;
    line-height: 23px;
    color: #424242;
}

.products .web-sites .ag-card-lines {
    display: block;
}

.products .web-sites p {
    display: inline-block;
    width: 7px;
    vertical-align: middle;
    height: 7px;
    background: gray;
    border-radius: 50%;
    margin-right: 13px;
}

.cards-examples {
    margin: 20px 0;
}

.cards-examples #card img {
    width: 162px;
    margin: 18px 7px 0 0;
    border: 4px solid #3c3c3c;
    border-radius: 5px;
    cursor: pointer;
}

#card {
    text-align: center;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    transition: 0.5s;
}

#overlay img {
    width: 100%;
    transition: 0.5s;

}

#overlay2 {
    max-width: 500px;
    max-height: 500px;
    /* overflow: hidden; */
    margin: 0 auto;
    margin-top: 4%;
    position: relative;
    border: 6px solid #1f1f1f;
    -webkit-box-shadow: 12px 12px 33px 11px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 12px 12px 33px 11px rgba(0, 0, 0, 0.3);
    box-shadow: 12px 12px 33px 11px rgba(0, 0, 0, 0.3);
}

#overlay2 .fa-times {
    position: absolute;
    padding: 5px;
    font-size: 22px;
    top: 3px;
    right: 10px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background-color: rgba(56, 55, 55, 0.78);
    cursor: pointer;
}

#overlay2 .fa-times:hover {
    background-color: gray;
    transition: 0.5s;
}

#overlay2 .fa-arrow-left {
    position: absolute;
    left: -50px;
    top: 50%;
    padding: 9px 10px 9px 9px;
    font-size: 16px;
    border-radius: 50%;
    transition: 0.3s;
    color: #fff;
    background-color: rgba(56, 55, 55, 0.78);
    cursor: pointer;
}

#overlay2 .fa-arrow-left:hover {
    background-color: #000;
}

#overlay2 .fa-arrow-right {
    position: absolute;
    right: -50px;
    top: 50%;
    padding: 9px 9px 9px 10px;
    font-size: 16px;
    border-radius: 50%;
    transition: 0.3s;
    color: #fff;
    background-color: rgba(56, 55, 55, 0.78);
    cursor: pointer
}

#overlay2 .fa-arrow-right:hover {
    background-color: #000;
}

#overlay2 .fa-arrow-right:active {
    background-color: #383737;
}

/*------------------------------------------
*  About section 2 - our products
--------------------------------------------*/

.find-us {
    padding: 64px 0 0 20px;
    font-size: 15px;
    text-align: left;
    line-height: 23px;
    color: #424242;
}

.find-us i {
    padding-right: 15px;
}

/*------------------------------------------
*  About section 3 - history
--------------------------------------------*/
.about-section3 {
    background: hsla(0, 0%, 92%, 0.69);
    overflow: hidden;
    text-align: center;
    padding-top: 10px;

}

.about-section3 hr {
    width: 57px;
    height: 2px;
    margin: 10px auto 50px auto;
    border: 0;
    background-color: #868686;
}

.about-section3 h2 {
    padding: 0px 0 30px 0;
    text-align: center;
    color: #d50032;
    font-size: 16px;
}

.about-section3 h2 i {
    font-size: 20px;
}

#history,
.ag-it-center {
    color: #585858;
    font-size: 17px;
    letter-spacing: 1px;
    padding-top: 50px;
    font-weight: 600;
}

.history {
    text-align: center;
    margin: 20px;
}

.what-we-do {
    text-align: center;
    margin: 20px 20px 50px 20px;
}

.banner {
    text-align: center;
}

.banner .img-begining {
    display: inline-block;
    width: 24.5%;
}

.banner .img-team {
    display: inline-block;
    width: 37.7%;
}

.banner .what-we-do-img2 {
    display: inline-block;
    width: 70.8%;
}

.banner .what-we-do-img1 {
    display: inline-block;
    width: 45.5%;
}

.ag-sua div .buc-office:first-child {
    float: none;
}

.ag-ro div .ag-ro-s2004:last-child {
    float: none;
}

.ag-ro div .ag-ro-s2004:last-child span {
    color: #B33436;
}

.ag-sua div p:first-child,
.ag-ro div p:first-child {
    float: left;
    padding-left: 10px;

}

.ag-sua div p:last-child,
.ag-ro div p:last-child {
    float: right;

}

.ag-sua div:first-child,
.ag-ro div:first-child {
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    color: #fff;
    padding: 20px 5px 20px 5px;
    background: #424242;
    border-top-left-radius: 10px;
}

.bucharest-office div:first-child,
.ag-ro-since2004 div:first-child {
    font-size: 14px;
    overflow: hidden;
    color: #fff;
    padding: 20px 5px 20px 5px;
    background: #d50032;
        font-weight: 600;
}

.bucharest-office div:last-child {
    word-wrap: break-word;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    color: #424242;
    padding: 10px 15px;
    background: #ececec;
    -moz-box-shadow: inset 0px 0px 34px -1px rgba(89, 89, 89, 0.05);
    -webkit-box-shadow: inset 0px 0px 34px -1px rgba(89, 89, 89, 0.05);
    box-shadow: inset 0px 0px 34px -1px rgba(89, 89, 89, 0.05);
}

.ag-ro-since2004 div:last-child {
    word-wrap: break-word;
    font-size: 14px;
    text-align: left;
    line-height: 23px;
    color: #424242;
    min-height: 180px;
    padding: 10px 15px;
    background: #ececec;
    -moz-box-shadow: inset 0px 0px 34px -1px rgba(89, 89, 89, 0.05);
    -webkit-box-shadow: inset 0px 0px 34px -1px rgba(89, 89, 89, 0.05);
    box-shadow: inset 0px 0px 34px -1px rgba(89, 89, 89, 0.05);
}

.ag-sua div:last-child,
.ag-ro div:last-child {
    word-wrap: break-word;
    font-size: 14px;
    text-align: left;
    line-height: 23px;
    color: #424242;
    padding: 10px 15px;
    background: #ececec;
    -moz-box-shadow: inset 0px 0px 34px -1px rgba(89, 89, 89, 0.05);
    -webkit-box-shadow: inset 0px 0px 34px -1px rgba(89, 89, 89, 0.05);
    box-shadow: inset 0px 0px 34px -1px rgba(89, 89, 89, 0.05);
    border-bottom-right-radius: 10px;
}

.history .ag-sua,
.history .ag-ro {
    margin-bottom: 30px;
}

/* ====  TECHNOLOGIES PAGE ==== */



.banner-tech {
    text-align: center;
    position: relative;
    background: #f3f3f3;
	padding-bottom: 50px;
}

.data-wh {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0;
    color: #d50032;
    background: #ececec;
}

.description{

background: #e4e4e4; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #e4e4e4 0%, #f2f2f2 47%, #f2f2f2 59%, #f2f2f2 67%, #e4e4e4 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #e4e4e4 0%,#f2f2f2 47%,#f2f2f2 59%,#f2f2f2 67%,#e4e4e4 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #e4e4e4 0%,#f2f2f2 47%,#f2f2f2 59%,#f2f2f2 67%,#e4e4e4 100%);
}

.description-tech .description h4 {
    color: #fff;
    background: #d50032;
    padding: 10px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
}

.description-tech .description div {
    padding: 13px;
    font-size: 14px;
    color: #424242;
    font-weight: 600;
    line-height: 16px;
}

.description-tech .description div p {
    margin-bottom: 10px;
}

.banner-tech .data-wh img {
    width: 20px;
    vertical-align: middle;
    opacity: 0.5;
    margin-right: 5px;
}

.banner-tech .img-data-wh img,
.banner-tech .img-data-qa img,
.banner-tech .img-data-wh2 img,
.banner-tech .img-data-sd img,
.banner-tech .img-data-sd2 img {
    width: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.6);
}
.tech-container {
    background: #f3f3f3;
}

.banner-tech .tech-logos div img {
    width: 100%;
}

.description-tech{
	display: flex;
	justify-content: center;
}

.description-tech .description img {
    width: 100%;
}

.banner-tech .img-data-wh,
.banner-tech .img-data-qa {
    display: inline-block;
    width: 43%;
}
.banner-tech .img-data-sd {
    display: inline-block;
    width: 43%;
}
.banner-tech .img-data-sd2 {
    display: inline-block;
    width: 42.5%;
}

.banner-tech .img-data-wh2 {
    display: inline-block;
    width: 39.5%;
}

.banner-tech .tech-logos div {
    display: inline-block;
    padding: 27px 19px;
    vertical-align: middle;
    width: 40%
}

.banner-tech .img-tech-op3 img,
.banner-tech .img-tech-op2 img {
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.6);
}

.banner-tech .img-qa img {
    width: 100%;
}

.banner-tech .img-qa {
    display: inline-block;
    width: 40%;
}

#sd .tech-logos div {
    display: inline-block;
    padding: 27px 19px;
    vertical-align: middle;
    width: 32%;
}

.container-qa-img {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.6);
    width: 80%;
    margin: 0 auto;
}

.banner-tech .img-tech-op3 {
    display: inline-block;
    width: 40.5%;
}

.banner-tech .img-tech-op2 {
    display: inline-block;
    width: 40%;
}

.scrollToTop {
    width: 50px;
    text-align: center;
    background: #fff;
    opacity: 0.5;
    border-radius: 5px;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 90px;
    right: 3%;
    display: none;
    -webkit-box-shadow: inset 0px 0px 11px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 11px 5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 6px 5px rgba(0, 0, 0, 0.5);
}

.scrollToTop:hover {
    cursor: pointer;
    background: #e0e0e0;
    opacity: 1;
}

/* =====   Contact PAGE ===== */

/* --- First picture banner --- */

.contact-image {
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
}

.img-container {
    max-width: 485px;
    margin: 18px auto 0 auto;
}

.img-container img {
    width: 100%;
}

/* --- Main content of the contact page --- */

.contact-container {
    margin: 25px 0 35px 0;
    text-align: center;
}

.map-localisation {
    margin-bottom: 20px;
}

.map-localisation .localization {
    background-color: #d50032;
    color: #fff;
    padding: 12px;
}

.gen-application {
    text-align: center;
    margin: 20px 0;
}

.job-oppenings,
.internship-oppenings {
    text-align: center;
    margin-bottom: 20px;
}

.job-oppenings div:first-child {
    background-color: #b33436;
    color: #fff;
    font-size: 16px;
    padding: 12px;
}

.job-oppenings div:last-child {
    padding: 20px;
    border: 1px solid #e4e4e4;
}

.job-oppenings div:last-child a {
    color: #424242;
}

.job-oppenings div:last-child a:hover {
    text-decoration: underline;
}

.internship-oppenings div:first-child {
    background-color: #b33436;
    color: #fff;
    font-size: 16px;
    padding: 12px;
}

.text {
    margin-top: 14px;
    font-size: 13px;
    color: #a5a5a5;
    line-height: 18px;
}

.first-section .text-content .plain-text {
    font-size: 13px;
    color: #3e3e3e;
    line-height: 18px;
    padding-bottom: 5px;
}

.p-bottom {
    padding-bottom: 35px;
}

.text3 {
    font-size: 13px;
    color: #3e3e3e;
    line-height: 18px;
}

.pool-of-talents {
    font-size: 13px;
    color: #5f5e5e;
    line-height: 18px;
    font-weight: 600;
}

.text2 {
    font-size: 13px;
    color: #5f5e5e;
    line-height: 18px;
    font-weight: 600;
}

.text2:hover {
    color: #9e9e9e;
}

.internship-oppenings div:last-child {
    padding: 20px;
    border: 1px solid #e4e4e4;
}

.internship-oppenings div:last-child a {
    color: #424242;
}

.internship-oppenings div:last-child a:hover {
    text-decoration: underline;
}

.job-oppenings div:last-child .see-all,
.internship-oppenings div:last-child .see-all {
    color: #ce2020;
    cursor: pointer;
    padding: 10px 21px;
}

.see-all:hover {
    text-decoration: underline;
}

.gen-application div:first-child {
    background-color: #e4e4e4;
    color: #666666;
    font-size: 16px;
    padding: 12px;
}

.second-section .gen-application .localization {
    background-color: #B33436;
    color: #fff;
}

.gen-application div:last-child {
    padding: 20px 0 20px 0;
    border: 1px solid #e4e4e4;
    font-size: 14px;
}

.apply {
    margin: 25px auto;
    padding: 10px 21px;
    color: #fff;
    background: #d50032;
    border: none;
    border-radius: 2px;
    display: table;
}

.gen-application div:last-child a:hover {
    background: #7f2424;
    cursor: pointer;
}

.gen-application div:last-child span:first-child {
    color: #d50032;
    margin-bottom: 25px;
    display: block;
}

.gen-application div:last-child span:nth-child(2),
.gen-application div:last-child span:nth-child(3),
.gen-application div:last-child span:nth-child(4) {
    margin-bottom: 30px;
    display: block;
}

.gen-application div:last-child span:last-child {
    color: #777777;
}

.first-section .contact-us {
    background-color: #e4e4e4;
    font-size: 15px;
    color: #666666;
    padding: 12px 0 12px 25px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

.first-section .gen-app-title {
    background-color: #e4e4e4;
    font-size: 15px;
    color: #666666;
    padding: 12px 0 12px 25px;
    font-weight: 600
}

.first-section .application-from-title {
    background-color: #d50032;
    color: #fff;
}

.first-section .text-content form {
    border: none;
}

.first-section .text-content form input[type=text] {
    display: none;
}

.first-section .text-content p {
    padding-bottom: 28px;
}

.br {
    display: block;
}

.first-section .contact-form {
    text-align: left;
    padding: 9px 10px;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    margin-bottom: 10px;
}

form .form-item1 input,
form .form-item2 input,
form .form-item3 input,
form .form-item4 input {
    width: 95%;
    height: 16px;
    margin: 10px 0;
    border-radius: 3px;
    border-left: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
    font-size: 15px;
    padding: 7px;
    color: #6f6f6f;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

form .form-item8 label a {
    color: #0077b5;

}

form .form-item8 label a:hover {
    text-decoration: underline;
}

form .form-item8 label a i {
    font-size: 15px;
}

form .form-item8 input {
    width: 50%;
    height: 5px;
    margin: 10px 0;
    border-radius: 3px;
    border-left: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
    font-size: 11px;
    padding: 7px;
    color: #6f6f6f;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

form .form-item5 select {
    width: 65%;
    height: 40px;
    margin: 10px 0;
    border-radius: 3px;
    border-left: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
    font-size: 15px;
    padding: 7px;
    webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #6f6f6f;
    outline: none;
}

form .form-item6 textarea {
    width: 89%;
    height: 92px;
    margin: 10px 0px;
    border-radius: 3px;
    font-size: 13px;
    padding: 7px;
    color: rgb(111, 111, 111);
    resize: none;
    border-top: 1px solid #B5B5B5 !important;
    border-left: 1px solid #B5B5B5 !important;
    webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    font-family: verdana,arial,sans-serif;
}

form input[type=text]:focus, textarea:focus, input[type=email]:focus, input[type=number]:focus, select:focus {
    box-shadow: 0 0 14px rgba(81, 203, 238, 0.5);
    border: 1px solid rgba(81, 203, 238, 0.5);
}

form .form-item1 label,
form .form-item2 label,
form .form-item3 label,
form .form-item4 label,
form .form-item5 label,
form .form-item6 label,
form .form-item7 label,
form .form-item8 label {
    color: #d50032;
    font-size: 13px;
    display: block;
}

form .form-item5 {
    margin-bottom: 10px;
}

/* --- Styles for contact us form ---- */
form .contact-form1 label,
form .contact-form2 label,
form .contact-form3 label {
    color: #d50032;
    font-size: 13px;
    display: block;
}

.contact-form .contact-form4 {
    display: inline;
    margin: 10px auto 20px auto;
    padding: 9px 39px;
    border: none;
    background: #d50032;
    color: #fff;
    border-radius: 3px;
}

.contact-form4 {
    display: block;
    margin: 35px auto 13px auto;
    padding: 9px 39px;
    border: none;
    background: #d50032;
    color: #fff;
    border-radius: 3px;
}

form .contact-form1 input,
form .contact-form2 input {
    width: 70%;
    height: 16px;
    margin: 10px 0;
    border-radius: 3px;
    border-left: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
    background: #fff;
    font-size: 15px;
    padding: 7px;
    color: #6f6f6f;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

form .contact-form3 textarea {
    width: 80%;
    height: 92px;
    margin: 10px 0px;
    border-radius: 3px;
    background: #fff;
    font-size: 13px;
    padding: 7px;
    color: rgb(111, 111, 111);
    resize: none;
    webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    border:1px solid #B5B5B5;
    font-family: verdana,arial,sans-serif;
}

form .send-us-email {
    font-size: 15px;
    text-align: left;
    line-height: 23px;
    color: #424242;
}



#counter {
    font-size: 12px;
    color: #909090;
    margin-bottom: 20px;
}

form .form-item7 .upload {
    max-width: 257px;
    margin: 10px 0px 0px 0px;
    padding: 3px;
    border-radius: 4px;
    border-left: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
}

form .form-item7 label span,
form .form-item8 label span {
    color: #bdbdbd;
    font-size: 10px;
}

form #linkedIn-cv-link {
    margin: 10px 0 0 0;
    height: 14px;
}

form .form-item7 input {
    width: 68%;
    padding-top: 0px;
    outline: none;
    cursor: pointer;
}

form input[type=file]::-webkit-file-upload-button {
    width: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    border: none;
    border: 0px;
}

x::-webkit-file-upload-button, input[type=file]:after {
    content: 'Browse...';
    left: 100%;
    margin-left: 7px;
    position: relative;
    -webkit-appearance: button;
    padding: 8px;
    background: #f3f3f3;
    outline: none;
    box-shadow: 1px 1px 4px -2px;
}

.form-item7 .upload:hover {
    box-shadow: 0 0 14px rgba(81, 203, 238, 0.5);
    border: 1px solid rgba(81, 203, 238, 0.5);
}

#terms-popup {
    max-width: 526px;
    max-height: 334px;
    background: #fff;
    font-size: 13px;
    overflow: hidden;
    padding: 24px 42px;
    text-align: initial;
    margin: 0 auto;
    margin-top: 10%;
    position: relative;
    color: #656565;
    border: 1px solid #8c8c8c;
    border-radius: 5px;
    -webkit-box-shadow: 12px 12px 33px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 12px 12px 33px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 12px 12px 33px 0px rgba(0, 0, 0, 0.25);

}

#terms-popup h3 {
    text-align: center;
    margin-bottom: 22px;
}

#terms-popup ul {
    list-style-type: disc;
}

#terms-popup .cond:hover {
    cursor: pointer;
}

#terms-popup .cond #check {
    vertical-align: middle;
    cursor: pointer;
}

#terms-popup button {
    display: block;
    margin: 38px auto 0px auto;
    padding: 4px 20px;
    border: none;
    background: #b33436;
    color: #fff;
    border-radius: 3px;
}

#terms-popup button:hover {
    cursor: pointer;
}

form .terms {
    font-size: 15px;
    color: #6f6f6f;
}
 #terms {
     text-decoration: underline;
     cursor: pointer;
     color: #6f6f6f;
 }

form input[type=checkbox] {
    cursor: pointer;
}

form input[type=submit]:hover {
    background: #7f2424;
    cursor: pointer;
}

/*  Loading circle  */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.g-recaptcha {
    margin-top: 10px;
}

.map iframe {
    width: 99%;
    height: 305px;
    border: 1px solid #bdbdbd;
    margin-bottom: 30px;
}

.employee-def p {
    line-height: 25px;
}

.employee-def {
    max-width: 400px;
    margin: 0 auto;
    background: #b33436;
    color: #fff;
    padding: 30px 0;

}

.contact-details {
    font-size: 13px;
    text-align: center;
    line-height: 23px;
    color: #424242;
    font-weight: 600;
}

.must-agree {
    display: block;
}

.warning {
    margin-left: 10px;
    font-size: 10px;
    color: red;
        font-weight: 600;
}
.warning2 {
    margin-left: 10px;
    font-size: 10px;
    color: red;
}

.first-section form .form-item8 {
    margin: 24px 0;
}

/* ====  CAREERS AREAS PAGE ==== */

.gen-app-title i {
    color: #d50032;
    font-weight: 100;
}

.text-content {
    padding: 30px 20px 30px 20px;
    margin-bottom: 15px;
    font-size: 15px;
    text-align: left;
    line-height: 23px;
    color: #424242;
    border: 1px solid #e4e4e4;
}

.text-content .job-description li {
    font-size: 13px;
    color: #3e3e3e;
}

.text-content ul {
    list-style: disc;
}

.first-section .text-content .sub-title {
    color: #d50032;
    font-weight: 600;
    font-size: 15px;
    padding: 0 0 5px 0;
}

.read-more {
    color: #d50032;
    font-size: 12px;
}

.read-more i {
    color: gray;
    font-size: 12px;
}

.read-more:hover {
    text-decoration: underline;
    cursor: pointer;
}

.more-text {
    display: none;
}
.sub-title .ico {
    margin-right: 5px;
}
/* ---- Internships ---- */
.job-description {
    margin: 0 auto;
    width: 78%;
}

.abilities ul {
    margin: 0 auto;
    width: 94%;
}

.job-description p:not(.sub-title) {
    font-size: 13px;
    color: #3e3e3e;
}



/*-----------------------------------------
* 3.1  Footer
-------------------------------------------*/

footer {
    overflow: hidden;
    background: #4E4C4E;
}

.footer {
    float: left;
    width: 33.33333333333333%
}

.footer li a:hover {
    border-bottom: 1px dotted #fff;
    color: #dadada;
}

.main-footer {
    overflow: hidden;
}

.second-footer {
    text-align: center;
    color: #ffF;
    font-style: italic;
    font-size: 11px;
    padding: 25px 0 15px 0;
}

.column-head {
    text-align: center;
    padding: 18px;
    font-weight: 600;
   /*  background-color: #B33436; */
    background-color: #d50032;
    color: #fff;
    font-size: 13px;
}

.column-content {
    background: #4E4C4E;
    text-align: center;
    color: #fff;
    font-size: 13px;

}

.column-content ul {
    padding: 10px 0;
}

.column-content li {
    padding: 5px 0;
}

.column-content li a {
    color: #fff;
}

.column-content ul li a {
    border-bottom: 1px dotted #fff;
    text-align: center;
}



.footer-elem2 .column-content ul li {
    text-align: center;
}

.footer-elem2 .column-content ul li i {
    color: #4867aa;
    background: #fff;
    height: 11px;
    width: 10px;
    border-radius: 0%;
}

/* =====   INTERNSHIPS PAGE ===== */
.banner img {
    width: 100%;
    border: 1px solid #828282;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.gen-app-title .technology,
.text-content .technology {
    color: #d50032;
}

.internship-oppenings div:last-child .apply {
    margin: 35px auto 10px auto;
    padding: 10px 21px;
    color: #fff;
    background: #b33436;
    border: none;
    border-radius: 2px;
    display: table;
}

.apply {
    margin: 35px auto 10px auto;
    padding: 10px 21px;
    color: #fff;
    background: #d50032;
    border: none;
    border-radius: 2px;
    display: table;
}

.apply:hover {
    background: #962c2e;
}

/*------------------------------
*  Media Queries
--------------------------------*/

/* ----  Medium devices ---- */
@media (max-width: 992px) {
    header {
        padding: 0 0 10px 0;
    }

    header .logo {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #e4e4e4;
        padding: 1px 0;
    }

    .logo img {
        width: 140px;
        transition: 0.5s;
    }

    header .navigation-menu {
        padding: 0;
        display: inline-block;
        float: left;
        width: 100%;
        margin: 0;
    }

    header .facebook-link {
        display: none;
    }

    header .menu-icon-toggle {
        display: none;
    }

    .menu {
        padding: 0;
        display: inline-block;
    }

    .menu li a {
        font-size: 10px;
        font-weight: 600;
        color: #404040;
    }

    .menu li a:hover {
        color: #ed1944;
    }

    header .facebook-link {
        width: 100%;
        margin: 0 auto;
    }

    .header-welcome-message {
        font-size: 30px;
        transition: 0.5s;
    }

}

/* --------- Small devices ------------- */
@media (min-width: 100px) and (max-width: 768px) {
    .wrapper {
        box-shadow: none;
    }

    /* --- Header --- */
    header {
        background-color: #fbfaf9;
        padding: 5px 0 0 0;
        position: fixed;
        top: 0;
        z-index: 9;

    }
    .description-tech {
        display: block;
    }
    .menu li,
    .menu li:last-child {
        display: none;
    }

    header .menu-icon-toggle {
        float: right;
        display: block;
        padding: 5px 8px;

    }

    header .logo {
        padding: 1px 0;
    }

    header .navigation-menu {
        width: 100%;
        background-color: #eaeaea;
        padding: 0;
    }

    .menu-icon-toggle i {
        color: #ed1944;
        font-size: 20px;
        padding: 5px;
    }

    header .menu-icon-toggle:hover {
        background: #eaeaea;
        cursor: pointer;
        padding-right: 8px;
    }

    header .menu-icon-toggle span {
        color: #737373;
        font-size: 19px;
        padding: 8px 5px 8px 0;
            float: left;
    }

    .menu {
        padding: 0;
        transition: 0.5s ease-out;
        max-height: 0px;
        display: table-column-group;
    }

    .responsive {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        max-height: 500px;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-flex-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-shadow: inset 1px 4px 9px -6px;
    }
    .menu .li-item > a {
        font-size: 14px;
    }
    .responsive li a {
       /* color: #eaeaea;*/
        display: block;
        text-align: left;
        transition: 0.3s;

    }

    .responsive li a:hover {
        color: #ed1944;
    }

    #topnav .drop-down .toggle-down a {
        font-size: 12px;
    }


    .header-welcome-message {
        display: none;
    }

    .career-text {
        font-size: 15px;
    }


    .responsive li,
    .responsive li:last-child {
        float: none;
        display: block;
        padding: 14px;
        border-bottom: 1px solid #a5a5a5;
    }

    .responsive li:last-child {
        border: none;
    }

    .drop-down:hover .drop-down-content {
        display: none;
    }

    .drop-down-content a i {
        display: inherit;
    }

    #topnav .li-item a .arrow {
        display: inherit;
        margin-left: 5px;
    }

    /* ---- Wrapper ----- */
    .wrapper {
        position: relative;
        top: 90px;
    }

    /* --- Section 1 ---  */
    .section1 {
        overflow: hidden;
        position: relative;
    }

    .dot {
        height: 11px;
        width: 18px;
        margin: 0 4px;
        background-color: #ececec;
        display: inline-block;
        transition: background-color 0.7s ease;
    }

    .dots {
        text-align: center;
        position: absolute;
        bottom: 8px;
        left: 25%;
        right: 25%;
    }

    .dot-active {
        background-color: #B23435;
    }

   /* ==== About us page ==== */
    .who-we-are,
    .vision {
        text-align: center;
        padding: 0 25px;
    }

    .who-we-are h4, .vision h4 {
        text-align: center;
        padding: 0;
        color: #b33436;
        font-weight: 900;
        transition: 0.5s;
    }

    .about-section3 h2 {
        font-size: 16px;
    }

    .who-we-are p {
        text-align: center;
        padding: 0 0 15px 0;
    }

    .vision p:last-child {
        text-align: center;
        padding: 0 0 35px 0;
    }

    .vision p {
        text-align: center;
    }

    .vision {
        border-bottom: 1px solid #c7c7c7;
        transition: 0.5s;
    }
    .bucharest-office {
        margin-bottom: 30px;
    }

    /* --- Our Values --- */
    .about-section1 .heading {
        margin: 15px 0 0px 0;
    }

    .about-section1 .values {
        width: 70%;
        margin: 50px auto;
        min-height: 150px;
        background: #f3f3f3;
        -webkit-box-shadow: 8px 8px 11px 0px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.22);
        box-shadow: 10px 10px 11px -2px rgba(0, 0, 0, 0.26);
    }

    /* ---- Our Products  ----  */
    #overlay2 .fa-arrow-left {
        font-size: 12px;
        padding: 14px;
        left: 10px;
    }

    #overlay2 .fa-arrow-right {
        right: 10px;
        padding: 14px;
        font-size: 12px;
    }

    /* --- CONTACT PAGE ----- */
    .gen-application {
        text-align: center;

        margin: 20px 20px 20px 20px;
    }

    .map {
        max-width: 525px;
        padding: 15px;
        margin: 16px auto;
    }

    .img-container {
        max-width: 380px;
        padding: 0 20px;
        margin: 18px auto 0 auto;
    }

    form .contact-form1 input,
    form .contact-form2 input {
        width: 80%;
    }

    .first-section .contact-form {
        padding: 20px 10px 10px 10px;
    }

    /* --- TECHNOLOGIES PAGE --- */
    .description-tech .description {
        width: 70%;
        margin: 50px auto;
        background: #f3f3f3;
        -webkit-box-shadow: 8px 8px 11px 0px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.22);
        box-shadow: 10px 10px 11px -2px rgba(0, 0, 0, 0.26);
    }

    .data-wh {
        font-size: 17px;
    }

    .tech-container .dividing {
        height: 25px;
        background: #f3f3f3;
    }
	
	.banner-tech{
		padding-bottom: 0;
	}
	
    /* MODULES*/
    .second-section .jobs {
        margin: 20px 20px 40px 20px;
    }

    .second-section .internship {
        margin: 20px 20px 40px 20px;
    }

    .first-section .job-story {
        margin: 20px;
    }

/*     .section2 .careers, */
    .section2 .internship,
    .section2 .jobs {
        margin: 20px 0;
    }

}

@media all and ( min-width: 769px ) {
    #POT-read-more {
        cursor: pointer;
        position: absolute;
        bottom: 15%;
        right: 8%;
        border-radius: 30px;
        font-size: 17px;
        padding: 11px 30px 11px 30px;
        border: 1px solid #fff;
        color: #fff;
        font-weight: 600;
    }

    #POT-read-more:hover {
        -webkit-box-shadow: inset 0px 0px 20px 7px rgba(199, 195, 195, 0.25);
        -moz-box-shadow: inset 0px 0px 20px 7px rgba(199, 195, 195, 0.25);
        box-shadow: inset 0px 0px 20px 7px rgba(199, 195, 195, 0.25);
    }

    #POT-read-more:focus {
        outline: 0;
    }

    #POT-read-more:active {
        -webkit-box-shadow: inset 0px 0px 20px 8px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: inset 0px 0px 20px 8px rgba(0, 0, 0, 0.45);
        box-shadow: inset 0px 0px 20px 8px rgba(0, 0, 0, 0.45);
    }

    .tech {
        width: 16%;
        display: inline-block;
        vertical-align: top;
        margin: 40px 13px;
    }

    .section2 .careers,
    .section2 .internship,
    .section2 .jobs {
        width: 310px;
        display: inline-block;
        margin: 35px 13px;
        vertical-align: top;
    }

    .section2 .two-cols {
        width: 40%;
    }

    /* ==== About us page ==== */
    .who-we-are,
    .vision {
        width: 73%;
        display: inline-block;
        margin: 35px 0 22px 0;
        vertical-align: top;
    }

    .about-section1 .values {
        width: 23%;
        display: inline-block;
        margin: 40px 13px;
        vertical-align: top;
        min-height: 150px;
        background: #f3f3f3;
        -webkit-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.26);
        -moz-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.26);
        box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.26);
    }

    /*------------------------------------------
    *  About section 3 - history
    --------------------------------------------*/
    .history .ag-sua,
    .history .ag-ro {
        width: 35%;
        display: inline-block;
        vertical-align: top;
        -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.15);
        border-bottom-right-radius: 15px;
    }

    .what-we-do .bucharest-office,
    .what-we-do .ag-ro-since2004 {
        width: 46%;
        display: inline-block;
        vertical-align: top;
        -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.15);
        border-bottom-right-radius: 15px;
    }

    .history .ag-ro {
        margin-left: 35px;
    }

    .what-we-do .bucharest-office {
        margin-left: 35px;
    }

    .what-we-do .ag-ro-since2004 {
        margin-left: 35px;
    }

    .history .ag-sua {
        margin-right: 35px;

    }

    /* --- TECHNOLOGIES PAGE --- */
    .tech-container hr {
        border: none;
        background: #fff;
        width: 200px;
        margin: 79px auto;
    }

.description h4 {
	text-transform: uppercase;
}

    /* -- data warehouse development -- */
    .description-tech .description {
        width: 45%;
        display: inline-block;
        margin: 40px 13px;
        vertical-align: top;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.26);
        -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.26);
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.26);
    }

    .description-tech .description img {
        width: 100%;
		margin-bottom: 10px;
    }

    .banner-tech .scroll-bar {
        background: #cccccc;
        height: 27%;
        width: 8px;
        position: absolute;
        right: 6px;
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.4);
        top: 133px;
        display: none;
    }

    .banner-tech .tech-logos div {
        display: inline-block;
        width: 17%;
        vertical-align: middle;
        padding: 13px;
    }

    /* -- Tech operations -- */
    .banner-tech .img-tech-op {
        display: inline-block;
        width: 33.7%;
    }

    .banner-tech .img-tech-op2 {
        display: inline-block;
        width: 38%;
    }

    .banner-tech .img-tech-op3 {
        display: inline-block;
        width: 38.5%;
    }

    .banner-tech .img-tech-op img,
    .banner-tech .img-tech-op2 img,
    .banner-tech .img-tech-op3 img {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #d4d4d4;
    }

    .banner-tech .img-qa img,
    .banner-tech .img-qa2 img {
        width: 100%;
        border-radius: 3px;
    }

    .container-qa-img {
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.6);
        width: 80%;
        margin: 0 auto;
    }

    .banner-tech .img-qa {
        display: inline-block;
        width: 48%;
        margin-right: -9px;
    }

    .banner-tech::-webkit-scrollbar {
        width: 10px;
    }

    .banner-tech::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .banner-tech::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

    .banner-tech {
        /* overflow: auto;
         max-height: 600px;*/
    }

    #sd .tech-logos div {
        display: inline-block;
        width: 14%;
        vertical-align: middle;
        padding: 13px;
    }

    /* ---- CONTACT PAGE ------- */
    .first-section {
        display: inline-block;
        width: 57%;
        margin-right: 10px;
        vertical-align: top;
    }

    .second-section {
        display: inline-block;
        width: 32%;
        vertical-align: top;
    }

    .second-section > div:first-child {
        margin-bottom: 20px;
    }

    /* --- STYLES FOR GENERAL APPLICATION FORM --- */
    form .form-item1,
    form .form-item2 {
        display: inline-block;
        width: 47%;
        margin: 0 10px 0 0;
    }

    form .form-item3 {
        display: inline-block;
        width: 56%;
        margin: 0 10px 0 0;
    }

    form .form-item4 {
        display: inline-block;
        width: 37%;
        margin: 0 10px 0 0;
    }

    /* --- STYLES FOR THE CONTACT FORM--- */
    form .contact-form1,
    form .contact-form2 {
        width: 63%;
        margin: 10px 10px 0 0;
    }

    form .contact-form3 {
        margin: 10px 0 0 0;
    }

    .job-story {
        margin: 18px auto;
        height: 210px;
    }

    .employee-def {
        display: inline-block;
        vertical-align: top;
        color: #fff;
        background: #d50032;
        padding: 30px 72px;
        height: 210px;
    }

    .employee-img {
        display: inline-block;
        vertical-align: top;
    }

}

/* ------ Extra Small devices ------ */
@media (max-width: 660px) {

    /* -- Footer -- */
    .footer {
        float: none;
        width: 100%;
        transition: 0.5s;
    }

    .column-head {
        padding: 12px;
    }

}

/* FA AWESOME ICONS  */
.fa-exclamation-triangle {
    color: #b33436;
}

.fa-check-square {
    color: #5b985b;
}

#terms-popup .fa-window-close-o {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    margin: 7px;
}

#terms-popup .fa-window-close-o:hover {
    color: #b33436;
}

/* Icon menu hamburger */

#nav-icon3 {
    width: 25px;
    position: relative;
    margin: -4px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    padding: 1px;
    width: 100%;
    background: #d50032;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 14px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 20px;
}

#nav-icon3 span:nth-child(4) {
  top: 26px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.privacy {
    margin: 5px 0;
}
.privacy a{
    text-decoration:underline;
    color: #fdfdfd;
    font-size: 13px;
}
.privacy .terms-cond {
        text-decoration: underline;
    color: #757575;
    font-size: 13px;
}

.terms-main-container {
    margin: 20px 50px;
}

.terms-title, .privacy-policy-title {
    text-align:center;
    margin-bottom: 40px;
}
.terms-title h3, .privacy-policy-title h3 {
    margin-bottom: 3px;
}

.titles {
      font-weight: 600;
      margin: 26px 0;
}

.paragraph {
    margin-bottom: 10px;
}

.paragraph b {
    color: #383838;
    font-size: 18px;
}

.terms-3rd-parties {
    list-style-type: circle;
    margin-left: 45px;
}

.lower-roman {
    list-style-type: lower-roman;
    margin-left: 45px;
    margin-top: 10px;
}

.abcd-list {
    list-style-type: lower-alpha;
    margin-left: 45px;
}

.dash-list {
    margin-left: 45px;
    margin-top:10px;
}

.dash-list li {
    margin-bottom: 5px;
}

.warning-linkedin {
	display: none;
}
/* Popup container */
#emailPopup p {
text-align: left;
}
#emailPopup {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
    z-index: 1000;
    max-width: 400px;
    font-family: Arial, sans-serif;
    border: 3px solid #4CAF50;
    display: none;
}
#emailPopup.error { border-color: #f44336; }
#popupMessage { white-space: normal; text-align: left; margin-top: 10px; font-size: 14px; }
#emailPopup button {
    margin-top: 15px;
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #4CAF50;
    color: #fff;
    font-size: 14px;
}
#emailPopup.error button{
    background: #f44336;
} 
input.error, #comments.error { 
    border: 2px solid #f44336; /* red border */
}
