.aboutus-index {
  margin: 80px 0;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

.title-center,
.title-right {
  text-align: center;
  margin: 70px 0;
}
.title-right {
  text-align: right;
}
.title-center h2,
.title-right h2 {
  display: inline-block;
  position: relative;
  font-family: "font_bold";
  font-size: 24px;
  padding-right: 30px;
}

.title-center h2::after,
.title-right h2::after {
  content: "";
  background-image: url("../images/img.png");
  background-size: contain;
  width: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
}

.aboutus-index .title-center p {
  font-size: 17px;
  width: 70%;
  margin: 35px auto;
}

.counter-box {
  text-align: center;
}
.text-counter-number {
  font-size: 45px;
  color: var(--default_main_second_color);
  font-family: "font_bold";
}

.img-counter-box {
  width: 80px;
  margin: 0 auto 10px;
  height: 80px;
  display: flex;
  align-items: end;
}

.img-counter-box img {
    width: 100%;
    height: 100%;
    object-position: bottom;
    object-fit: contain;
}
.counter-about-index {
  margin-top: 50px;
}

.aboutus-index::after {
  content: "";
  background-image: url("../images/11.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity:.3;
  z-index: -1;
}

.text-services-index {
  margin: 20px 0;
  border: 1px solid var(--default_main_second_color);
  height: 75px;
  display: flex;
  position: relative;
  transition: all 0.5s linear;

  align-items: center;
  justify-content: center;
}

.text-services-index a {
  font-size: 16px;
  padding-bottom: 7px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  color: var(--color_btn);
  align-items: center;
  justify-content: center;
}

.text-services-index a::after {
  content: "";
  width: 20px;
  position: absolute;
  top: -3px;
  right: -3px;
  transition: all 0.5s linear;
  pointer-events: none;

  height: 20px;
  border-top: 3px solid var(--default_main_second_color);
  border-right: 3px solid var(--default_main_second_color);
}

.text-services-index a::before {
  content: "";
  width: 20px;
  position: absolute;
  top: -3px;
  left: -3px;
  height: 20px;
  transition: all 0.5s linear;
  pointer-events: none;

  border-top: 3px solid var(--default_main_second_color);
  border-left: 3px solid var(--default_main_second_color);
}

.text-services-index::after {
  content: "";
  width: 20px;
  position: absolute;
  bottom: -3px;
  right: -3px;
  height: 20px;
  border-bottom: 3px solid var(--default_main_second_color);
  transition: all 0.5s linear;
  pointer-events: none;
  border-right: 3px solid var(--default_main_second_color);
}

.text-services-index::before {
  content: "";
  width: 20px;
  transition: all 0.5s linear;
  pointer-events: none;

  position: absolute;
  bottom: -3px;
  left: -3px;
  height: 20px;
  border-bottom: 3px solid var(--default_main_second_color);
  border-left: 3px solid var(--default_main_second_color);
}

.img-services-index {
  height: 425px;
  width: 100%;
  overflow: hidden;
}

.img-services-index img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s linear;
}
.sub-services-index {
  margin: 20px 0;
}

.sub-services-index:hover .img-services-index img {
  transform: scale(1.1);
}

.sub-services-index:hover .text-services-index {
  background-color: var(--default_main_second_color);
}

.sub-services-index:hover .text-services-index::after,
.sub-services-index:hover .text-services-index::before,
.sub-services-index:hover .text-services-index a::after,
.sub-services-index:hover .text-services-index a::before {
  width: 100%;
  height: 100%;
}
.sub-services-index:hover .text-services-index a {
    color:var(--color_hover);
}
.text-news-index {
  background-color: #302f2f;
  padding: 20px;
  transition: all 0.5s linear;
  height: 100px;
}

.img-news-inex {
  height: 365px;
  transition: all 0.5s linear;
  overflow: hidden;
  width: 100%;
}

.img-news-inex img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.text-news-index p {
  color: #b1b1b1;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.text-news-index h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 20px;
  transition: all 0.5s linear;
}

.sub-news-index:hover .img-news-inex img {
  transform: scale(1.1);
}

.sub-news-index:hover .text-news-index {
  background-color: var(--default_main_second_color);
}
.text-news-index h4   {
    color:var(--color_hover);
}
.sub-news-index:hover .text-news-index h4 , .sub-news-index:hover .text-news-index p  {
  color: var(--color_hover);
}

.btn-news-index {
  margin: 50px;
  text-align: center;
}

.img-clients-index {
  width: 80%;
  aspect-ratio: 1 / 1;

  border-radius: 50%;
  border: 5px solid #c1c1c1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.items-grid:hover .img-clients-index {
  border-color: var(--default_main_second_color) !important;
}

.img-clients-index img {
  width: auto !important;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  min-height: 80%;
  min-width: 80%;
}

.main-clients-index .row {
  justify-content: space-between;
}

.items-grid {
  width: 18%;
}

.main-clients-index {
  display: flex;
  justify-content: start;
  gap: 28px;
  flex-wrap: wrap;
  margin: 50px 0 0;
}

.slider-partners {
  margin-top: 40px;
}

.sub-partners-index {
  height: 100px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 21px 0px;
  max-width: 100%;
}

.sub-partners-index img {
  max-width: 80%;
  max-height: 90%;
  object-fit: contain;
  transition: all 0.5s linear;
    filter: grayscale(1);
    
}

.sub-partners-index:hover img {
  filter: none;
}

.remove-mune {
  position: absolute;
  top: 30px;
  right: 30px;
}

.remove-mune span {
  width: 40px;
  height: 40px;
  display: block;
  transition: all 0.2s linear;
  position: relative;
  cursor: pointer;
  transform: rotate(0deg);

  transition-delay: 0.8s;
}

.remove-mune span::after {
  content: "";
  height: 2px;
  background-color: var(--default_main_fife_color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: all 0.6s linear;
}

.remove-mune span::before {
  content: "";
  height: 2px;
  background-color: var(--default_main_fife_color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: all 0.2s linear;

  transition-delay: 0.6s;
}

.menu_responsive.active .remove-mune span::before {
  transform: rotate(90deg) translateY(-50%);
}

.menu_responsive.active .remove-mune span {
  transform: rotate(45deg);
}

.element_menu_responsive ul li {
  transform: translateY(100%);
  transition: all 0.2s linear;
  transition-delay: 0.4s;
  display: block;
  opacity: 0;
}
.menu_responsive {
  transition-delay: 1s;
}
.menu_responsive.active {
  transition-delay: 0.3s;
}

.menu_responsive.active .element_menu_responsive ul li {
  transform: translateY(0%);
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(1) {
  transition-delay: 0.4s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(2) {
  transition-delay: 0.6s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(3) {
  transition-delay: 0.8s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(4) {
  transition-delay: 1s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(5) {
  transition-delay: 1.2s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(6) {
  transition-delay: 1.4s;
  opacity: 1;
}

.menu_responsive.active .element_menu_responsive ul li:nth-of-type(7) {
  transition-delay: 1.6s;
  opacity: 1;
}

.items-grid h2 {
  text-align: center;
  font-size: 14px;
  margin: 30px 0;
  color: #b1b1b1;
  background-clip: text;
  position: relative;
  width: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, var(--default_main_second_color) 50%, #161616 50%);
  background-size: 200% 100%;
  transition: all 0.5s ease-in-out;
  background-position: 100%;
}

.items-grid:hover h2 {
  transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0;
  transition: all 0.6s ease-in-out;
}

.main-partners-index a {
  width: 18%;
  display: block;
}

.sub-partners-index {
  justify-content: center;
}
.main-partners-index {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  justify-content: center;
}

.header-pages .title-text-slider-header h2 {
  font-size: 31px;
}

.header-pages .title-text-slider-header img {
  width: 25px;
  height: 25px;
  margin-top: 15px;
}
.header-pages .text-slider-header p {
  font-size: 24px;
}
.header-pages .sub-slider-header {
    min-height: 560px;
}
.header-pages.active .img-slider {
  transform: scale(1);
  transition-delay: 0.2s;
}
header.header.header-pages.active {
    min-height: auto;
}

.header-pages .text-slider-header {
    padding-top:0 ;
}
.header-pages.active .sub-slider-header::after {
    transform-origin: right bottom;
    width: 49% !important;
    transition-delay: 0.4s;
}
/* start style aboutus  ==== 
===============*/
.title-aboutus p {
  width: 50%;
  text-align: justify;
}

.title-aboutus .title-right {
  margin: 30px 0;
}

.sub-text-aboutus {
  margin: 50px 0;
}
.sub-text-aboutus h2 {
  font-family: "font_bold";
  font-size: 22px;
  margin: 20px 0;
  color: var(--default_main_second_color);
}
.img-aboutus {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sub-img-aboutus {
  height: 350px;
}
.sub-img-aboutus:nth-of-type(1),
.sub-img-aboutus:nth-of-type(4) {
  width: 40%;
}

.sub-img-aboutus:nth-of-type(2),
.sub-img-aboutus:nth-of-type(3) {
  width: 59%;
}
.sub-img-aboutus img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.sub-rateus-aboutus {
  text-align: center;
}

.sub-rateus-aboutus h2 {
  font-size: 22px;
  margin-top: 20px;
  color: var(--default_main_second_color);
}
/* ------------------ */

/* start style services  */

.text-slider-header p span {
  margin-bottom: 10px;
  user-select: none;
}
.header-pages .title-text-slider-header h2 {
  font-size: 31px;
  user-select: none;
}

.title-right h2 {
  margin-bottom: 20px;
}
.sub-service-details {
  display: flex;
  border: 1px solid #707070;
  height: 500px;
  align-items: center;
}

.text-service-details {
  width: 50%;
  padding: 40px 60px;
  display: flex;
  align-items: center;
}

.text-service-details p {
  color: var(--default_main_fife_color);
}

.img-service-details {
  width: 50%;
  height: 100%;
  transition: all .5s linear;
  overflow: hidden;
}

.img-service-details img {
  object-fit: cover;
  width: 100%;
  transition: all .5s linear;
  height: 100%;
}
.sub-service-details {
    transition: all .5s linear;

}
.sub-service-details:hover {
    background-color: var(--color_hover);
}
.sub-service-details:hover p{
    color: var(--default_main_second_color);
}

.sub-service-details:hover .img-service-details img  {
    transform: scale(1.2);

}
.sub-service-details:nth-child(odd) {
  direction: ltr;
}

.sub-service-details:nth-child(even) {
  direction: rtl;
}

.question {
  width: 70%;
}

.sub-question {
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  margin: 20px 0;
}

.sub-question h2 {
  color: var(--default_main_second_color);
  display: flex;
  font-size: 16px;
  cursor: pointer;
  align-items: flex-start;
  line-height: 34px;
  transition: all linear 0.3s;
  justify-content: space-between;
}
.sub-question h2.active {
  color: var(--default_main_fife_color);
}
.sub-question h2 i {
  transition: all 0.3s linear;
  transform-origin: center;
}

.sub-question h2.active i {
  transform: rotate(-270deg);
}
.sub-question p {
  margin: 30px 0 0;
  color: var(--default_main_fife_color);
  display: none;
  font-size: 14px;
}

.text-news-details .title-right {
  margin: 10px 0;
}

.share-news {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 70px 0;
  gap: 50px;
  justify-items: start;
}
.share-news h4 {
  color: var(--default_main_second_color);
  font-size: 20px;
}
.share-news ul {
  display: flex;
  align-items: center;
  margin: 0px;
  gap: 20px;
}

.share-news ul li {
  display: block;
  width: 45px;
  height: 45px;
  transition: all 0.5s linear;
  border: 1px solid #707070;
}

.share-news ul li a {
  width: 100%;
  height: 100%;
  font-size: 22px;
  display: flex;
  transition: all 0.5s linear;

  align-items: center;
  justify-content: center;
}
.share-news ul li:hover {
  background-color: var(--default_main_second_color);
  transform: rotate(45deg);
  border: 1px solid var(--default_main_second_color);
}
.share-news ul li:hover a {
  color: var(--default_main_fife_color);
  transform: rotate(-45deg);
}
.sub-news-index {
  margin: 20px 0;
}

.text-news-details p {
  margin-bottom: 10px;
}

.text-news-details {
  margin-bottom: 70px;
}

.sub-text-info-contactus {
  margin: 0 0 20px 0;
}

.sub-text-info-contactus a {
  display: flex;
  align-items:baseline;
  gap: 10px;
  color:var(--color_hover);
  position: relative;
  min-height: 65px;
  
  padding: 10px 20px;
  z-index: 1;
  transition: all 0.6s linear;

  background-color: #313030;
}

.sub-text-info-contactus a i {
  font-size: 25px;
}

.sub-text-info-contactus a h4 {
  margin-bottom: 0;
  font-size: 16px;
}

.sub-text-info-contactus a span , .sub-text-info-contactus a p{
  color: var(--color_hover);
  width: 50%;
  transition: all 0.6s linear;
  display: block;
  font-size: 14px;
}

.sub-text-info-contactus:hover span {
    color:var(--color_hover);
}
.sub-text-info-contactus a::after {
  content: "";
  position: absolute;
  top: 0;
  transition: all 0.6s linear;
  background-color: var(--default_main_fife_color);
  left: 0px;
  right: auto;

  width: 0%;
  z-index: -1;
  height: 100%;
}

.sub-text-info-contactus:hover a {
  color: var(--default_main_second_color);
}
/*.sub-text-info-contactus:hover a span , .sub-text-info-contactus:hover a p {*/
/*  color: #302f2f;*/
/*}*/

.sub-text-info-contactus:hover a::after {
  left: auto;
  right: 0;
  width: 100%;
  direction: ltr;
}


.sub-text-info-contactus P {
    font-style: 15px;

}


.map {
    height: 425px;
}


.map  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.form-control {
    border-radius: 0;
    background-color: transparent;
    height: 60px;
    border-color:  var(--default_main_fife_color);
    color: var(--default_main_fife_color);
}
.form-control:focus {
    border:1px solid  var(--default_main_second_color) !important;
    background-color:#fff;
    color: #302f2f;


}

.input-group{
    margin: 20px 0;    
}

.form-control::placeholder {
    color: var(--default_main_fife_color) !important;
    
}

textarea.form-control {
    height: 220px !important;
}


.btn-contact {
    margin: 60px 0;
    text-align: center;
}

.info-contactus  .title-right {
    margin: 0 0 70px 0;
}

.error {
  color: red;
}

.element_menu_responsive ul li {
    margin: 30px 0;
}
.element_menu_responsive ul li a {
    font-size: 20px;
}
.element-footer ul li a{ 
    font-size :19px ;
    
}

.img-rateus-aboutus img {
    filter: grayscale(1);
}




.counter-box {
    height: 270px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    border: 1px solid var(--default_main_second_color);
    position: relative;
    transition: all 0.5s linear;

}
.text-counter-number {
    width: 100%;
}
.counter-box p {
    color: var(--default_main_fife_color);
    font-size: 18px;
    width: 100%;
}

.counter-box::after {
    content: "";
    width: 25px;
    position: absolute;
    top: -3px;
    right: -3px;
    height: 25px;
    transition: all 0.5s linear;
    pointer-events: none;
    border-top: 3px solid var(--default_main_second_color);
    border-right: 3px solid var(--default_main_second_color);
}

.counter-box::before {
    content: "";
    width: 25px;
    transition: all 0.5s linear;
    pointer-events: none;
    position: absolute;
    bottom: -3px;
    left: -3px;
    height: 25px;
    border-bottom: 3px solid var(--default_main_second_color);
    border-left: 3px solid var(--default_main_second_color);
}

.counter-box:hover::after, .counter-box:hover::before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}

.sub-slider-header::after {
    display:none !important;
}


.text-slider-header {
    width: 100%;
    position: absolute;
    height: 100%;
    flex-wrap: wrap;
    display: flex;
    align-content: end;
    /*padding-bottom: 25px;*/
    align-items: end;
}

.p-sub-header {
    padding:25px 0;
    width: 100%;
    background: #00000038;

}

.element-footer ul li a {
    user-select: none;
    
}

.img-rateus-aboutus img{
    filter: grayscale(1);
}
.element_menu_responsive ul li:hover a {
    color :var(--default_main_second_color);
}

.element_menu_responsive ul li a {
    transition: all .3s ease-in-out;
}
.title-center h2, .title-right h2 {
    font-size: 30px;
}
.subsidiary-services .img-services-index {
    height: 250px;
}
.header-pages.active .img-slider {
    background-position: center;
}
.sub-slider-header video , .sub-slider-header iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.sub-slider-header video, .sub-slider-header iframe {
    left: 0;
}