@charset "utf-8";

/*CSS Document */

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #212529;
    font-family: Avenir;
    font-size: 1.5rem;
}

.navbar {
    height: 60px;
    background-color: #ffffff;
    font-size: 1rem;
}

.logoimg {
    background-image: url("../img/logo_old.png");
    background-position: 50%;
    /* margin-top: -100px; */
    background-repeat: no-repeat;
    background-size: 250px 120px;
    background-color: #ffffff;
}

.border-red {
    border-bottom: 1px solid red;
}

.sidenavbar {
    width: 300px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: width 2s;
    transition: width 0.5s;
    cursor: pointer;
}

.sidenavbar:hover {
    width: 350px;
}

.pax {
    background-color: #f2f2f2;
}

.sidenavbar a {
    color: #ffffff;
    padding: 22px;
    padding-left: 25px;
    padding-right: 105px;
    text-decoration: none;
}

#projectSection {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
}

#aboutSection,
#careerSection,
#isixiEBTSection {
    min-height: 400px;
    background-size: 1450px 600px;
    background-repeat: no-repeat;
    margin-top: 100px;
    color: 212529;
}

#aboutusSection,
#journeySection,
#EBT-Section {
    background-size: 1450px 600px;
    background-repeat: no-repeat;
    margin-top: 100px;
    color: 212529;
}

#aboutSection2 {
    min-height: 400px;
    background-size: 1450px 600px;
    background-repeat: no-repeat;
    margin-top: 100px;
    color: 212529;
}

#about,
#career,
#contact {
    background-color: #ffffff;
    /*width: 45%;*/
    min-height: 250px;
    text-align: center;
    object-position: center;
    color: #212529;
    position: relative;
    margin: auto;
    font-size: 1.5rem;
}

#about p,
#career p {
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 20px;
}

#about2 {
    background-color: #ffffff;
    width: 20%;
    min-height: 250px;
    text-align: center;
    object-position: left;
    color: #212529;
    position: relative;
    margin-top: 10%;
    margin-left: 25%;
    font-size: 1rem;
    display: inline-block;
    float: left;
}

#workplc {
    width: 20%;
    min-height: 250px;
    text-align: center;
    object-position: right;
    color: #212529;
    position: relative;
    margin-top: 10%;
    margin-right: 10%;
    font-size: 1rem;
}

#inscroll {
    float: left;
    width: 75%;
    height: 600px;
    overflow-y: scroll;
    background-color: #ffffff;
    text-align: left;
}

.imgcontainer {
    position: relative;
    display: inline-block;
    width: 400px;
    height: 500px;
}

.projectimg {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
}

.overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.imgcontainer:hover .projectimg {
    background: #1d526d;
    opacity: 0.3;
    cursor: pointer;
}

.imgcontainer:hover .overlay {
    opacity: 1;
}

.imgdesc {
    color: #000;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators li {
    background-color: red;
}

.carousel-indicators .active {
    background-color: red;
}

.carousel-caption {
    position: relative;
    left: 0;
    color: black;
}

.carousel-item {}

hr.red-button {
    width: 100px;
    margin-top: -25px;
    margin-bottom: 0;
    background-color: red;
}

hr.red-button-2 {
    width: 150px;
    margin-top: -25px;
    margin-bottom: 0;
    background-color: red;
}

hr.red-button-3 {
    width: 350px;
    margin-top: -25px;
    margin-bottom: 0;
    background-color: red;
}

hr.red-button-4 {
    width: 100px;
    margin-top: -5px;
    background-color: red;
}

hr.red-button-5 {
    width: 700px;
    background-color: red;
}

li.round-button {
    border-color: white;
    color: red;
    border: 2px solid #ff0000;
    border-radius: 24px;
    padding: 0px 14px;
}

li.round-button-2 {
    background-color: red;
    border-color: white;
    border: 2px solid #ff0000;
    border-radius: 24px;
    padding: 0px 14px;
}

.footer {
    font-size: 1rem;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: black;
    text-align: center;
    border-top: 1px solid red;
    padding-top: 20px;
}

ul .bullet-star {
    list-style-type: none;
}

ul li.bullet-star::before {
    content: "\2605";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1.2em;
}

.btn-danger {
    background-color: red;
}

.medium-bold {
    font-weight: 500;
}

.containerstyle {
    margin-bottom: -25px;
}

.zindex {
    object-position: sticky;
    margin: -10% 30%;
    z-index: 1;
    width: 60%;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#about_us_root {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 0;
    right: 0;
    overflow: hidden;
}

.container_why {
    margin-left: 4%;
    margin-right: 4%;
}

.btn-isixi {
    background-color: #ff0000;
    color: #ffffff;
    border-color: #ff0000;
    border-radius: 14px;
}

.btn-isixi:hover {
    color: #ffffff;
}

.contact-section {
    margin-bottom: 30px;
    margin-top: 30px;
}

.opening-hours {
    padding: 10px;
    margin-top: 30px;
    color: black;
}

.tag {
    color: #ff0000;
    font-weight: bold;
}

.form-message {
    padding: 10px 30px;
    margin-top: 30px;
}

.title {
    color: #ff0000;
}

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

.contact {
    border-right: 1px solid #CED4DA;
    margin-bottom: -30px;
}

.specialization {
    color: black;
    text-decoration: none;
}

.specialization:hover {
    color: black;
}

.btn-send-form {
    background-color: #ff0000;
    color: #ffffff;
    border-color: #ff0000;
    border-radius: 8px;
    padding: 6px 18px;
}

.btn-send-form:hover {
    color: white;
    background-color: #CC0000;
}

.office-section {
    margin-bottom: 40px;
}

.required {
    color: red;
    font-size: small;
}

.identity input {
    margin-bottom: 16px;
}

.form-contact {
    border: 1px solid #C8C8C8;
    padding: 18px;
}

.hide {
    display: none;
}

.privacy-policy-menu {
    margin-top: 10px;
    margin-bottom: 20px;
}

.privacy-policy-menu a {
    color: black;
}

.privacy-warn {
    text-align: justify;
    text-justify: inter-word;
}