.title-center h2 {
  font-size: 29px;
  font-family: "font_medium-en";
  color: var(--color-Primary1);
}

.title-center span {
  color: var(--color-Primary2);
}

.title-center {
  text-align: center;
  margin-bottom: 50px;
}

.title-center p {
  color: var(--color-Primary3);
  font-size: 18px;
  width: 80%;
  margin: 25px auto 0;
}

.aboutus-index {
  position: relative;
  z-index: 1;
}

.aboutus-index::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/bg1.png);
  top: 0;
  right: 0;
  background-position: right;
  z-index: -1;
}

.aboutus-index::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/bg1.png);
  top: 0;
  left: 0;
  background-position: left;
  z-index: -1;
}

.sub-aboutus-index {
  background-color: #f8f8f8;
  min-height: 350px;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 95px 10%;
  position: relative;
  flex-wrap: wrap;
}

.sub-aboutus-index::after {
  content: "";
  position: absolute;
  width: 100px;
  opacity: 0.2;
  height: 100px;
  background-size: contain;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-image: url(../images/bg2.png);
  background-position: right bottom;
}

.sub-aboutus-index h2 {
  font-size: 23px;
  color: var(--color-Primary3);
  width: 100%;
  font-family: "font_medium-en";
}

.sub-aboutus-index p {
  font-size: 15px;
  color: var(--color-Primary3);
  margin: 20px 0;
  width: 100%;
}

.sub-aboutus-index a {
  color: var(--color-Primary3);
  width: 100%;
}

.aboutus-index .col-lg-4:nth-of-type(2) .sub-aboutus-index {
  background-color: var(--color-Primary2);
  color: var(--color-white);
  transform: scale(1.1);
  z-index: 2;
}

.aboutus-index .col-lg-4:nth-of-type(2) .sub-aboutus-index p,
.aboutus-index .col-lg-4:nth-of-type(2) .sub-aboutus-index h2,
.aboutus-index .col-lg-4:nth-of-type(2) .sub-aboutus-index a {
  color: var(--color-white);
  width: 100%;
}

.services-index {
  position: relative;
  background-color: var(--color-Primary1);

  z-index: 1;
}

.services-index::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg3.png);
  z-index: -1;
  background-repeat: repeat;
  background-size: cover;
  top: 0;
  right: 0;
}

.title-start h2 {
  font-size: 29px;
  font-family: "font_medium-en";
  text-transform: uppercase;
  color: var(--color-Primary1);
}

.title-start span {
  color: var(--color-Primary2);
}

.title-start p {
  color: var(--color-Primary3);
  font-size: 18px;
  width: 70%;

  margin: 25px 0 0;
}

.title-w h2 {
  color: var(--color-white) !important;
}

.title-services p {
  color: var(--color-white);
  margin: 20px 0;
}

.sub-services-index {
  background-color: var(--color-white);
  border-radius: 5px;
  overflow: hidden;
}
.img-services-index {
  overflow: hidden;
  height: 230px;
  width: 100%;
}
.sub-services-index {
  transition: all 0.3s linear;
}
.sub-services-index:hover {
  background-color: #e5f1fe;
}
.sub-services-index:hover .img-services-index img {
  transform: scale(1.1);
}
.img-services-index img {
  width: 100%;
  transition: all 0.3s linear;
  height: 100%;
  object-fit: cover;
}

.text-services-index h2 {
  font-size: 20px;
  color: var(--color-Primary2);
  margin-bottom: 10px;
}

.text-services-index {
  padding: 20px;
}

.main-development-business {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 70px;
  flex-wrap: wrap;
}

.sub-development-business-index {
  width: 25%;
  overflow: hidden;
  height: 375px;
}

.sub-development-business-index:nth-of-type(1) {
  width: calc(25% - 15px);
  height: 375px;
}

.sub-development-business-index:nth-of-type(2) {
  width: calc(50% - 5px);
  height: 375px;
}

.sub-development-business-index:nth-of-type(3) {
  width: calc(25% - 15px);
  height: 375px;
}

.sub-development-business-index:nth-of-type(6) {
  width: calc(25% - 15px);
  height: 375px;
}

.sub-development-business-index:nth-of-type(5) {
  width: calc(25% - 15px);
  height: 375px;
}

.sub-development-business-index:nth-of-type(4) {
  width: calc(50% - 5px);
  height: 375px;
}

.sub-development-business-index {
  position: relative;
  overflow: hidden;
}

.sub-development-business-index img {
  width: 100%;
  height: 100%;
  transition: all 0.4s linear;
  object-fit: cover;
}

.sub-development-business-index:hover img {
  transform: scale(1.1);
}

.sub-development-business-index:hover .content-development {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

.content-development {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 50%;
  right: 0;
  transition: all 0.4s linear;
  left: 0;
  opacity: 0;
  color: var(--color-white);
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 15px 10%;
  justify-content: center;
  text-align: center;
  background-color: #0776edac;
  margin: auto;
  transform: translateY(-50%) scale(1.2);
}

.text-content-development h2 {
  font-size: 22px;
  font-family: "font_medium-en";
}

.text-content-development p {
  color: var(--color-white);
  margin: 20px auto;
}

.sub-blog-index {
  background-color: var(--color-white);
  box-shadow: 0px 2px 5px #0000001a;
  border-radius: 10px;
}

.img-blog-index {
  height: 320px;
  width: 100%;
  overflow: hidden;
}

.img-blog-index img {
  width: 100%;
  height: 100%;
  transition: all 0.4s linear;
  object-fit: cover;
}

.main-blog-index {
  display: flex;
}

.sub-text-blog-index {
  width: 80%;
  border-right: 1px solid #eaeaea;
}

.data-blog-index {
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
}

.sub-text-blog-index h3 {
  color: var(--color-Primary2);
  font-size: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.sub-text-blog-index h3 i {
  color: var(--color-Primary3);
}

.text-blog-index {
  padding: 20px;
}

.text-blog-index h2 {
  color: var(--color-Primary2);
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}

.text-blog-index p {
  color: var(--color-Primary3);
}

.text-blog-index p {
  color: var(--color-Primary3);
  margin-top: 10px;
  line-height: 25px;
  overflow: hidden;
  height: 100px;
}

.btn-blog-index {
  height: 240px;
  width: 20%;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
  overflow: hidden;
  justify-content: center;
}

.btn-blog-index a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 5px;
  flex-wrap: nowrap;
  color: var(--color-Primary2);
  white-space: nowrap;
  display: flex;
  transform: rotate(-90deg);
}

.sub-blog-index:hover .img-blog-index img {
  transform: scale(1.1);
}

.btn-blog-index::after {
  content: "";
  position: absolute;
  background-color: var(--color-Primary2);
  width: 100%;
  transition: all 0.3s linear;
  z-index: -1;
  height: 100%;
  transform: translateY(100%);
}

.sub-blog-index:hover .btn-blog-index::after {
  transform: translateY(0);
}

.sub-blog-index:hover a {
  color: var(--color-white);
}

.blog-index {
  position: relative;
}

.blog-index::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  top: 0;
  z-index: -1;
  background-color: #0776ed10;
}

.sub-coutuctus-index {
  padding: 35px 7%;
  background-color: var(--color-Primary1);
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.sub-coutuctus-index::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg3.png);
  z-index: -1;
  background-repeat: repeat;
  background-size: cover;
  top: 0;
  right: 0;
}

.sub-coutuctus-index ul {
  margin: 45px 0 0;
}

.img-info-coutuctus-index {
  width: 70px;
  height: 70px;
}

.img-info-coutuctus-index img {
  width: 100%;
  height: 100%;
}.sub-coutuctus-index ul li  {
      display: flex;
  margin: 55px 0;
  align-items: center;
  gap: 10px;
}
.sub-coutuctus-index ul li p {
display:flex;
gap:10px ;
flex-wrap:wrap;
      align-items: center;

}
.text-info-coutuctus-index h2 {
    color: var(--color-white);
}
.sub-coutuctus-index ul li  a {
    color: var(--color-white);
  
}
.sub-coutuctus-index ul li > a {
  display: flex;
  align-items: center;
  gap: 10px;

  color: var(--color-white);
}

.text-info-coutuctus-index h2 {
  font-size: 20px;
}

.text-info-coutuctus-index p {
  color: var(--color-white);
}

.our-values .title-start {
    margin-bottom: 25px;
}
.form-coutuctus-index {
  padding: 80px 0;
}

.main-contactus-index {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 60px 0;
  position: relative;
}

.form-coutuctus-index {
  width: calc(60% - 25px / 2);
  padding: 0 30px 0 0;
}

.main-contactus-index {
  z-index: 1;
  position: relative;
}
.main-contactus-index::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 70%;
  background-color: var(--color-white);
  height: 100%;
  box-shadow: 0 0px 9px #0000002d;
  border-radius: 10px;
}
.text-info-coutuctus-index {
  width: calc(100% - 80px);
}

textarea.form-control {
  height: auto;
  padding-top: 17px;
}

.btn-coutuctus-index {
  text-align: center;
  margin-top: 25px;
}
.form-coutuctus-index .title-start p {
  margin-top: 5px;
}
.form-coutuctus-index form {
  margin-top: 30px;
}
.aboutus-index .col-lg-4:nth-of-type(2) .sub-aboutus-index {
  transform: scale(1);
}
.sub-aboutus-index {
  transition: all 0.3s linear;
}
.sub-aboutus-index:hover {
  background-color: var(--color-Primary2);
}
.sub-aboutus-index:hover p {
  color: var(--color-white);
}
.sub-aboutus-index:hover h2 {
  color: var(--color-white);
}
.sub-aboutus-index:hover a {
  color: var(--color-white);
}
.title-page {
  background-color: #0776ed23;
  width: 100%;
  color: var(--color-white);
  height: 300px;
  display: flex;
  align-items: center;
  padding: 0px 0px 65px;
  align-content: center;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 75%, 50% 100%, 0 75%, 0% 30%);
  justify-content: center;
  z-index: 1;
  flex-wrap: wrap;
}
.title-page::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: var(--color-Primary2);
  top: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 75%, 50% 100%, 0 75%, 0% 30%);

  z-index: -1;
  height: calc(100% - 15px);
}
.title-page h2 {
  font-size: 25px;
  width: 100%;
  text-align: center;
  font-family: "font_bold-en";
  margin: 10px 0;
}
.title-page a {
  color: var(--color-white);
}

.sub-services-index {
  box-shadow: 0 0 5px #00000044;
}

.img-service-details {
  height: 480px;
  width: 100%;
}

.img-service-details img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.text-service-details {
  margin: 45px 0;
}
.text-service-details h2 {
  font-size: 22px;
  font-family: "font_medium-en";
}
.text-service-details p {
  margin: 15px 0;
  color: var(--color-Primary3);
}

.order-services {
  background-color: var(--color-white);
  box-shadow: 0 2px 8px #0000001a;
  border-radius: 15px;
  width: 70%;
  margin: auto;
  padding: 50px 25px;
}

.main-order-services {
  padding: 90px 0 45px;
  position: relative;
  margin: 90px auto 0;
}
.main-order-services::after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(../images/bg4.png);
  height: 35%;
  background-repeat: no-repeat;
  background-color: rgba(7, 118, 237, 0.093);
  top: 0;
  right: 0;
  background-size: contain;
  z-index: -1;
}

.sub-project-page {
  background-color: var(--color-white);
  border-radius: 5px;
  z-index: 1;
  height:100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 9px #0000001a;
}
.sub-project-page::after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 75%, 50% 100%, 0 75%, 0% 30%);
  height: 300px;
  background-color: var(--color-Primary2);
  opacity: 0.2;
  position: absolute;
  width: 100%;
  z-index: -1;
  transition: all 0.4s linear;
  top: 0;
  right: 0;
}
.sub-project-page:hover::after {
  height: calc(100% + 40%);
}
.img-project-page {
  height: 290px;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 75%, 50% 100%, 0 75%, 0% 30%);
}

.img-project-page img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  object-fit: cover;
}
.sub-project-page:hover img {
  transform: scale(1.2);
}
.text-project-page {
  text-align: center;
}
.text-project-page h2 {
  font-size: 22px;
  color: var(--color-Primary2);
  font-family: "font_medium-en";
}

.text-project-page p {
    color: var(--color-Primary3);
    line-height: 25px;
    margin-top: 15px;
    height: 104px;
    overflow: hidden;
}
.text-project-page {
  padding: 30px 20px;
}

.img-project-detail {
  width: 100%;
  height: 500px;
}
.img-project-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-project-detail {
  margin: 25px 0;
}
.text-project-detail h2 {
  font-size: 25px;

  font-family: "font_medium-en";
}
.text-project-detail p {
  font-size: 16px;
  color: var(--color-Primary3);
}

.sub-images-projects {
  height: 320px;
  width: 100%;
}

.sub-images-projects img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 5px;
}

.slider-images-projects {
  margin-top: 50px;
}

.owl-dots button span {
  background-color: #d9d9d9 !important;
  width: 30px !important;
  margin: 3px !important;
  height: 5px !important;
}

.owl-dots button.active span {
  background-color: var(--color-Primary2) !important;
}

.images-projects {
  position: relative;
  margin-top: 90px;
}
.images-projects::after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(../images/bg4.png);
  height: 55%;
  background-repeat: no-repeat;
  background-color: rgba(7, 118, 237, 0.093);
  top: 0;
  right: 0;
  background-size: contain;
  z-index: -1;
}
.img-blog-details {
  height: 450px;
  width: 100%;
}
.img-blog-details img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.name-data-details {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}

.name-data-details h2 {
  color: var(--color-Primary2);
  font-size: 22px;
  font-family: "font_medium-en";
}

.name-data-details span i {
  color: var(--color-Primary3);
}
.name-data-details span {
  color: var(--color-Primary2);
}
.text-blog-details p {
  color: var(--color-Primary3);
  font-size: 17px;
}
.more-blog-details {
  padding: 25px;
  background-color: #f8f8f8;
  border-radius: 5px;
}
.more-blog-details > h2 {
  font-size: 22px;
  margin-bottom: 25px;
  color: var(--color-Primary2);
  font-family: "font_medium-en";
}

.more-blog-details ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.img-more-blog-details {
  width: 30%;
  height: 100px;
}

.img-more-blog-details img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-more-blog-details {
  width: calc(100% - 30% - 10px);
}

.more-blog-details li a {
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
}
.text-more-blog-details h2 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 99%;
  color: var(--color-Primary2);
  font-family: "font_medium-en";
}
.text-more-blog-details p {
  color: var(--color-Primary3);
  line-height: 22px;
  height: 45px;
  overflow: hidden;
  margin: 5px 0 0;
}
.p-about-us p {
  color: #9d9da8 !important;
  font-size: 16px;
  margin: 20px 0;
  line-height: 25px;
  width: 100%;
}

.about-us {
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}
.about-us::after {
  content: "";
  position: absolute;
  background-image: url(../images/batarn.png);
  bottom: 0;
  width: 90px;
  height: 90px;
  right: -2%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.-story h3 {
  color: #0775ed;
  font-size: 22px;
}
.p-story p {
  color: var(--color-Primary3);
  line-height: 30px;
  font-size: 17px;
}

.sub-img-aboutus-big {
  width: 56%;
  height: 395px;
}

.sub-img-aboutus-big img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-logo-about {
  height: 180px;
  width: 180px;
  position: relative;
  margin-right: auto;
}

.img-logo-about img {
  width: 100%;
  height: 100%;
  object-fit: 100%;
}

.text-number-about {
  width: 233px;
  height: 116px;
  background: black;
  margin-left: auto;
}

.img-aboutus-index img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.title-start-about h2 {
  font-family: "font_medium-ar";
}

.our-values {
  background-color: #f4faff;
}

.detalis-about {
  padding: 0px 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.text-detalis p {
  font-size: 16px;
  margin: 0;
  line-height: 27px;
  color: #414141;
  padding: 7px;
}

.text-detalis ul li {
  color: #9d9da8;
  margin-left: 18px;
  font-size: 14px;
  line-height: 33px;
  list-style: unset !important;
  display: list-item;
}

.text-detalis h3 {
  color: #0775ed !important;
}

.img-about-us-index {
  width: 100%;
  margin: auto;
}
.img-aboutus-index {
  max-width: 100%;
  position: relative;
  z-index: -1;
}
.img-aboutus-index::after {
  content: "";
  position: absolute;
  top: -20%;
  right: -15%;
  z-index: 1;
  width: 130px;
  height: 130px;
  background-image: url(../images/zania.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.img-aboutus-index::before {
  content: "";
  position: absolute;
  bottom: -20%;
  right: -9%;
  z-index: 1;
  width: 96px;
  height: 83px;
  background-image: url(../images/dots.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.title-start a {
  font-size: 18px;
  color: #1b67df;
  border-bottom: 2px solid;
}
.text-detalis h3 {
  margin: 0px 0px 10px;
}
