

.latest-news {
    display: inline-block;
    border-radius: 50px;
    padding: 30px;
    border: 1px solid #dedede;
}

.emp-val {
    background-color: #f7fafc;
    padding: 20px;

}

.heroCorousel {
    height: calc(100% - 120px);
    color: #fff;
    display: flex;
    padding-left: 105px;
}

.newsCorousel {
    width: 100%;
    position: absolute;
    bottom: -45px;
    height: 95px;
}

.containerNewsCorousel {
    position: relative;
}

.newsCorouselWrapper {
    position: absolute;
    left: 105px;
    right: 105px;
    height: 95px;
    background-color: #fff;
    border-radius: 44px;
    box-shadow: 0px 12px 12px #ebe7e7;
}

.latestNewsDiv {
    position: absolute;
    top: -35px;
    left: 35px;
}

.latestNewsDiv img {
    width: 170px;
}

.ceo-image {
    width: 100%;
}

.section-ceo-message {
    margin-top: 85px;
}

.messageSection {
    padding-top: 60px;
    text-align: left;
}

.add a {
    color: #006196;
}

.img-float {
    position: absolute;
    top: -120px;
    right: 0px;
    width: calc(100% + 9% + 10px);
    border-top: 20px bold white;
    border-right: 20px bold white;
    border-bottom: 20px bold white;
}

/* .img-float
{
    width: calc(90% + 0% + 0px);
    position: absolute;
    top: -120px;
    left: 15px;
} */
.core-value .icon .material-icons {
    font-size: 80px;
    text-align: left;
}

.core-value .col-lg-4 {
    margin-bottom: 40px;
}

.section-cream {
    background-color: #F2F5F0;
}

.sub-head {
    font-size: 22px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 15px;
}

.app-bg {
    background-image: url('/assets/img/app.png');
    min-height: 400px;
}



.expertise-content {
    color: #555555;
    font-family: Alata;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 28px;
}

.p-l-r-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.execImageWrapper {
    position: absolute;
    top: -100px;
    bottom: -100px;
    right: 30px;
    left: 15px;
    border-left: none;
    background-image: url(/assets/img/expertise3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-right: #fff 12px solid;
    border-top: #fff 12px solid;
    border-bottom: #fff 12px solid;
}

.quote-p:before {
    content: '“';
    color: #006196;
    color: #006196;
    position: absolute;
    font-size: 29px;
    top: -35px;
}

.quote-p:after {
    content: '„';
    color: #006196;
    position: absolute;
    font-size: 29px;
}

.core-values-img {
    height: 92px;
}

.download-app-div {
    display: inline-block;
}

.download-app-div img {
    width: 165px;
    border-radius: 5px;
}


.ios {
    float: right;
}

@media only screen and (max-width: 768px) {
    .quote-p {
        margin-top: 20px;
    }

    .quote-p:before {
        top: -10px;
    }

    .newsCorouselWrapper {
        position: absolute;
        left: 10px;
        right: 10px;
        height: 145px;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0px 12px 12px #ebe7e7;
    }

    .messageSection {
        padding-top: 125px !important;
    }

    .download-app-div img {
        width: 145px;
        border-radius: 5px;
    }

    /* .download-app-div.android
    {
        margin-left: 0px;
        margin-top: 10px;
    } */
}


.home-block1 img {
    width: 100%;
    height: 220px;
}

.text-div {
    background-color: #f8fafc;
    padding: 32px;
}

.home-sub {
    font-family: Alata;
    font-size: 26px;
    color: #212121;
    line-height: 1.3;
}

p.card-text {
    font-size: 14px;
    line-height: 1.8;
}


.home-block2 img {
    width: 100%;
    height: 320px;
}


.home-block3 img {
    width: 100%;
    height: 460px;
}

.mb-60 {
    margin-bottom: 60px;
}

.kt img {
    width: 100%;
}

.link-img {
    height: 30px;
    margin-right: 20px;
}

.infra-block a,
.kt-block a {
    color: #006196;
    font-family: Alata;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
    display: inline;
    text-transform: uppercase;
}

.infra-block,
.kt-block {
    cursor: pointer;
    border-bottom: 0 solid rgba(0, 0, 0, .125);
}

.kt-block {
    padding: 15px 0;
}


body {
    background-color: #dfdfdf;
}

.container {
    max-width: 960px;
    margin: 30px auto;
    padding: 20px;
}

h1 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 20px;
}

h1 small {
    display: block;
    font-size: 15px;
    padding-top: 8px;
    color: gray;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    left: 350px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    margin-left: 0px;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 50%;
    transform: translate(-50%, -50%);
    /* transform: translateY(-85%); */
    left: 50%;
    right: auto;
    /* text-align: center; */
    /* margin: auto; */
}

.avatar-upload .avatar-preview {
    width: 400px;
    /* Set the width to 400px */
    height: 200px;
    position: relative;
    border: 0;
}

.avatar-upload .avatar-preview>div {
    width: 400px;
    /* Set the width to 400px */
    height: 200px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container2 .btn {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    color: white;
    font-size: 16px;

    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

#image {
    display: block;
    /* This rule is very important, please don't ignore this */
    max-width: 100%;

}

.toolbar {
    background-color: rgba(252, 252, 252, 0.5);
    bottom: 1rem;
    color: #fff;
    height: 2rem;
    left: 0.5rem;
    /* Adjust the position */
    position: absolute;
    width: 0.5rem;
    /* Adjust the width */
    z-index: 2015;
}

.toolbar__button {
    background-color: transparent;
    border-width: 0;
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    /* Increase the font size for larger icons */
    height: 1.5rem;
    /* Adjust the height to match the toolbar */
    text-align: center;
    width: 3rem;
    /* Adjust the width to match the height */
}

.toolbar__button:focus {
    outline: none;
}

.toolbar__button:hover {
    background-color: #0074d9;
    color: #fff;
}

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

.toolbar__button {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    /* Adjust the margin as needed */
}
.container {
    display: flex;
    align-items: center;
}

.text {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}

.edit-icon-container {
    position: relative;
    display: inline-block;
}

.edit-icon {
    width: 35px; /* Adjust the size as needed */
    height: 35px; /* Adjust the size as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f1eaea;
    transition: background-color 0.3s; /* White background */
}

.edit-icon i {
    font-size: 16px;
    color: #ffffff; /* /* Adjust the font size to make it less black */
     /* Adjust the opacity to make it less black */
}

.popup {
    position: absolute;
    background:  #f1eaea;;
    color: black;
    padding: 5px;
    height: 2;
    width: 145px;
    font-size: 12px;
    display: none;
    z-index: 1;
    top: -18px;
    left: 300%;
    transform: translateX(-50%);

}

/* Show the popup on hover */
.edit-icon-container:hover .popup {
    display: block;
}

.edit-icon:hover {
    background-color: #000000; /* Black background */
}

/* Style the file input container */
.avatar-edit {
    position: relative;
}

.avatar-edit input {
    display: none;
}

.avatar-edit label {
    position: absolute;
    top: -270px;
    right: 85px;
    background-color: white;
    color: #757575;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    width: 34px;
    height:28px;
}

.edittitle {
    /* Adjust these values as needed to position the edit icon */
    position: relative;
    top: -45px;
    left: 280px;
}

#edittitlebusiness{
    position: relative;
    top: -45px;
    left: 380px;
}

#edittitleinfra{
    position: relative;
    top: -45px;
    left: 480px;
}

#edittitleknowledge{
    position: relative;
    top: -45px;
    left: 600px;
}
.editcontent{
    position: relative;
    top: -45px;
    left: 280px;
}

#labelhover:hover {
    background-color: #a7a9a9;
}

#backgroundedit{
    position: absolute;
    top: -168px;
    right: -283px;
    background-color: transparent;
    color: #757575;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    width: 34px;
    height:28px;
}

#backgroundtitle1{
    position: relative;
    color: green;
    margin-right: 650px;
    font-size: 40px;
    background-color: transparent;
    border-color: transparent;
}
#backgroundtitle2{
    position: relative;
    color: green;
    margin-right: 650px;
    font-size: 40px;
    background-color: transparent;
    border-color: transparent;
}

#backgroundtitle3{
    position: relative;
    color: green;
    margin-right: 650px;
    font-size: 40px;
    background-color: transparent;
    border-color: transparent;
}

#labelhover1 {
    position: absolute;
    top: -211px;
    right: 10px;
    background-color: white;
    color: #757575;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    width: 34px;
    height:28px;
}

#labelhover2 {
    position: absolute;
    top: -211px;
    right: 10px;
    background-color: white;
    color: #757575;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    width: 34px;
    height:28px;
}


body{
    background-color: #dfdfdf;
  }

  .container {
    max-width: 960px;
    margin: 30px auto;
    padding: 20px;
  }
  h1 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 20px;
  }
  h1 small {
    display: block;
    font-size: 15px;
    padding-top: 8px;
    color: gray;
  }
  .avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
  }
  .avatar-upload .avatar-edit {
    position: absolute;
    left: 350px;
    z-index: 1;
    top: 10px;
  }
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    margin-left: 0px;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }
  .avatar-upload .avatar-edit input + label:hover {
    background: #2e0202;
    border-color: #d6d6d6;
  }
   .avatar-upload .avatar-edit input + label:after {
    content: "";
    position: absolute;
    display: block;
    cursor: pointer;
    top: 50%;
    transform: translate(-50%, -50%);
    /* transform: translateY(-85%); */
    left: 50%;
    right: auto;
    /* text-align: center; */
    /* margin: auto; */
  }

  .avatar-upload .avatar-preview {
    width: 400px; /* Set the width to 400px */
    height: 200px;
    position: relative;
    border:0;
  }

  .avatar-upload .avatar-preview > div {
    width: 400px; /* Set the width to 400px */
    height: 200px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .container2 .btn {
      position: absolute;
      top: 90%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);

      color: white;
      font-size: 16px;

      border: none;
      cursor: pointer;
      border-radius: 5px;
      text-align: center;
  }
  #image {
    display: block;
    /* This rule is very important, please don't ignore this */
    max-width: 100%;

}

.toolbar {
    background-color: rgba(252, 252, 252, 0.5);
    bottom: 1rem;
    color: #fff;
    height: 2rem;
    left: 0.5rem; /* Adjust the position */
    position: absolute;
    width: 0.5rem; /* Adjust the width */
    z-index: 2015;
  }

  .toolbar__button {
    background-color: transparent;
    border-width: 0;
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 1rem; /* Increase the font size for larger icons */
    height: 1.5rem; /* Adjust the height to match the toolbar */
    text-align: center;
    width: 3rem; /* Adjust the width to match the height */
  }

.toolbar__button:focus {
  outline: none;
}

.toolbar__button:hover {
  background-color: #0074d9;
  color: #fff;
}

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

.toolbar__button {
    width: 32px;
    height: 32px;
    margin-right: 10px; /* Adjust the margin as needed */
}

@media screen and (max-width: 600px) {
    nav ul {
        flex-direction: column;
    }

    nav li {
        position: static;
    }

    nav ul ul {
        display: none;
    }
}