#app {
    position: relative;
    background-image: url(../images/bg0.png);
    background-size: 100%;
    background-repeat: repeat;
    height: 100%;
}

.title-center {
    text-align: center;
    margin: 0px 0 20px;
}

.title-start {
    margin: 0px 0 60px;
}

.title-center h2,
.title-start h2 {
    position: relative;
    font-size: 26px;
    font-family: "font_bold";
}
/* 
.title-center h2::after,
.title-start h2::after {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff;
  opacity: 0.1;
  top: 0;
  left: 0px;
  font-size: 41px;
} */

.text-aboutus-index {
    text-align: center;
    position: relative;
}

.text-aboutus-index p {
    width: 70%;
    margin: 50px auto;
}
/* .text-aboutus-index::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 80px;
  background-position: top right;
  background-image: url(../images/logo-wite.png);
  opacity: 0.16;
  background-repeat: no-repeat;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%) rotate(90deg);
  background-size: contain;
  right: 0;
} */

.services-index {
    padding: 70px 0;
    background-color: #161616;
}

.sub-services-index {
    background-color: #2a2a2a;
    padding: 10px 30px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: space-around;
    justify-content: center;
    height: 250px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    flex-wrap: wrap;
}

.img-services-index {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    background-color: #202020;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s linear;

    z-index: 1;
    overflow: hidden;
}

.img-services-index::after {
    content: "";
    width: 100%;
    height: 0%;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s linear;

    z-index: -1;
}
.img-services-index img {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
    object-position: center;
}

.sub-services-index h2 {
    font-size: 22px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s linear;

    overflow: hidden;
}

.sub-services-index::after {
    background-color: #fff;
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    content: "";
    transition: all 0.3s linear;
}

.sub-services-index:hover::after,
.sub-services-index:hover .img-services-index::after {
    height: 100%;
}
.sub-services-index:hover h2 {
    color: #000;
}

.services-index a {
    color: #fff;
}

.main-services-index {
    margin: 90px 0 0;
}

.sub-projects-index {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    display: flex;
    transition: all 0.5s linear;
    align-items: flex-end;
}


.caption-projects-index {
    padding: 20px;
    width: 100%;
    min-height: 130px;
    gap: 20px;
    display: flex;
    transition: all 0.5s linear;
    align-items: flex-end;
    justify-content: space-between;
    background-color: #2a2a2a91;
}

.sub-projects-index:hover img{
    transform: scale(1.1);
}

.sub-projects-index:hover .caption-projects-index {
    width: 106%;
    transition: all 0.5s linear;
    padding: 30px;
}

.bg-wite {
    background-color: #fff;
    color: #161616;
    transition: all 0.3s linear;
}

.bg-wite:hover {
    color: #fff;
    background-color: #161616;
}

.text-projects-index {
    width: 75%;
}

.text-projects-index h2 {
    font-size: 22px;
    font-family: "medium";
}

.text-projects-index P {
    font-size: 16px;
    width: 60%;
    line-height: 20px;
    margin-top: 10px;
}

#slider-projects {
    margin-top: 60px;
}

.main-form-data {
    padding: 60px 0;
    background-color: #000;
}

.sub-main-form-data {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.form-input {
    width: 100%;
}

.btn-contactus button {
    width: 100%;
    height: 170px;
    display: flex;
    border: 1px solid #000;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    color: #161616;
}

.main-form-data .col-lg-5,
.main-form-data .col-lg-6,
.main-form-data .col-lg-1 {
    padding-right: 5px;
    padding-left: 5px;
}

.map {
    width: 100%;
    height: 355px;
}

.map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.dropdowm-language-mune ul li {
    width: 100%;
}
.dropdowm-language-mune ul li a {
    color: #54595f;
    font-family: "font_bold";
    padding-right: 40px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
}

.dropdowm-language-mune ul li a::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    background-color: #54595f;
    top: 50%;
    transform: translateY(-50%);
}

.dropdowm-language-mune {
    width: 100%;
    display: none;
    margin-top: -45px;
}
.dropdowm-language-mune ul {
    flex-wrap: wrap;
    display: flex;
    margin: 0 auto 0 0;
    padding: 0px 70px 0 0;
}

.element_menu_responsive ul {
    transition: all 0.3s linear;
}

/* start  style aboutus  */

.header-pages .sub-slider-header {
    height: 400px;
}
.header-pages.header::after {
    display: none;
}
.text-slider-header h1 {
    color: #000;
}

.text-aboutus p {
    width: 60%;
    margin: 60px auto;
    line-height: 38px;
    text-align: center;
}

.vision-aboutus {
    background-color: #161616;
}

.sub-vision-aboutus::after {
    content: "";
    width: 7px;
    height: 100%;
    position: absolute;
    left: -20px;
    display: block;
    top: 0;
    background-color: #2a2a2a;
}

.vision-aboutus .col-lg-6:last-of-type .sub-vision-aboutus::after {
    display: none;
}
.vision-aboutus .col-lg-6:last-of-type .sub-vision-aboutus {
    padding-right: 30px;
}

.sub-vision-aboutus {
    position: relative;
    padding: 60px 0px;
    height: 100%;
}

.rateus-about {
    margin: 90px 0;
}

.text-rate-us ul {
    margin-top: 50px 0;
}

.text-rate-us ul li {
    font-size: 20px;
    margin: 20px 0;
    display: block;
    position: relative;
    padding: 0px 20px 0 0;
}
.text-rate-us ul li::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #2cd9d9;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    position: absolute;
    right: 0;
}

.sub-services {
    min-height: 170px;
    padding: 20px 40px 20px 20px;
    display: flex;
    align-items: center;
    margin: 15px 0;
    gap: 20px;
    background-color: #161616;
}

.img-services {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #2a2a2a;
}
.services a {
    color: #fff;
}

.img-services img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.title-services-details {
    display: flex;
    align-items: center;
    gap: 20px;
}
.title-services-details h2 {
    font-family: "medium";
    font-size: 26px;
}
.img-title-services {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #161616;
}

.img-title-services img {
    width: 50%;
    object-position: center;
    height: 50%;
    object-fit: contain;
}

.text-services-details p {
    margin: 40px 0;
    text-align: justify;
    line-height: 38px;
}

.btn-services-details .ctm-btn {
    background-color: #fff;
    color: #161616;
    transform: translate;
}

.btn-services-details .ctm-btn:hover {
    background-color: #000;
    color: #fff;
}

.order-service .col-lg-5,
.order-service .col-lg-6,
.order-service .col-lg-1,
.order-service .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.order-service {
    margin: 50px 10px;
}

button#btn-show.active {
    background: red;
    color: #fff;
}
.order-service {
    transition: all 0.3s linear;
    transform: translateY(170%);
}

.order-service.active {
    transform: translateY(0%);
}
.services-details {
    overflow: hidden;
}

/* start style project  */
.sub-project {
    position: relative;
    height: 350px;
    transition: all 0.5s linear;
    margin: 15px 0;
}

.img-project {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.img-project img {
    width: 100%;
    transition: all 0.5s linear;
    height: 100%;
    object-fit: cover;
}
.text-project {
    padding: 20px 10px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    justify-content: start;
    width: 100%;
    color: #fff;
    background-color: #2a2a2abb;
}

.sub-project:hover .img-project img {
    transform: scale(1.2);
}

.img-prodect-details {
    width: 100%;
    height: 450px;
}

.img-prodect-details img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-project-details {
    margin: 20px 0;
}

.text-project-details h2 {
    margin: 20px 0;
    font-size: 23px;
    width: 80%;
    font-family: "medium";
}

.sub-info-contactus {
    background-color: #111111;
    min-height: 150px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0px 20px;
}

.img-contactus {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #2a2a2a;
}

.text-info-contactus {
    width: 60%;
}

.text-info-contactus h2 {
    color: #fff;
}

.text-info-contactus span {
    display: block;
    margin-bottom: 10px;
}

.contactus .map {
    margin-top: 90px;
}

.contactus .contactus-index {
    margin-top: 80px;
}

.contactus .col-lg-5,
.contactus .col-lg-6,
.contactus .col-lg-1 {
    padding-right: 5px;
    padding-left: 5px;
}

.text-projects-index P {
    overflow: hidden;
    height: 40px;
}

.form-input select {
    margin-bottom: 10px;
}
.form-input select {
    margin-bottom: 10px;
    color: #a7a7a7;
}

.img-rateus-about {
    display: flex;
    position: relative;
    justify-content: end;
    flex-wrap: wrap;
    height: 300px;
}

.img-rateus-about img {
    border: 10px solid #fff;
    height: 185px;
    width: 80%;
    object-fit: cover;
}
.img-rateus-about img:nth-of-type(2) {
    position: absolute;
    bottom: 0px;
    right: 0;
}

.sub-projects-index > img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}