@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
  /* background-color: var(--background-color); */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

:root {
  --small-text-grey-color: #2e2e2e;
  --section-grey-color: #2e2e2e;
  --background-color: #f5f5f5;
  --text-color: #f5f5f5;
  --text-gray-soft-color: #a3a3a3;
  --soft-grey-color: #e8e8e8;
  --yelow-color: #f4b63e;
  --grey-color: #2b2e34;
}

header {
  background-image: url(../pictures/HeroHomeSection.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.arabichero{
  background-image: url(../pictures/HeroArabichomeSection.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
.subpages{
  background-image: url(../pictures/Hero_Background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
}

/* :::::::::::::   NAVBAR   :::::::::::::::::: */
nav {
  position: fixed;
  display: flex;
  height: 60px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1b1b1b;
  border-left: none;
  border-top: none;
  border-right: none;
  padding: 0 0px 0 40px;
  z-index: 10000000;
}

[dir="rtl"] nav {
  padding: 0 40px 0 0;
}

nav.sticky {
  /* padding: 0 40px 0 40px; */
  /* From https://css.glass */
  background: #1b1b1b;
  z-index: 999;
  transition: 1s;
}
nav .logo img{
  width: 150px;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}
nav ul {
  display: flex;
  align-items: center;
  list-style: none;
}
nav ul li {
  display: block;
  border-bottom: none;
  border-left: 1px solid #333333;
  border-top: none;
  border-right: 1px solid #333333;
  padding: 19px;
}
nav ul li:hover {
  display: block;
  border-bottom: 1px solid var(--yelow-color);
  border-left: 1px solid var(--yelow-color);
  border-top: 1px solid var(--yelow-color);
  border-right: 1px solid var(--yelow-color);
}
nav ul li:hover a {
  color: var(--Primary-Color, #FFC734);
  font-family: Inter;
 
  font-style: normal;
 
  line-height: 19.2px; /* 120% */
}
nav ul .Feedback {
  border-bottom: none;
  border-left: 1px solid #333333;
  border-top: none;
  border-right: none;
}
nav ul .Feedback:hover {
  border-bottom: 1px solid var(--yelow-color);
  border-left: 1px solid var(--yelow-color);
  border-top: 1px solid var(--yelow-color);
  border-right: 1px solid var(--yelow-color);
}
nav ul li a {
  color: #f2f2f2;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  justify-content: start;
  border-radius: 5px;
  padding: 12px;
  transition: all 0.3s ease;
}

nav .menu-btn i {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}

.dropdown {
  display: inline-block;
}
.dropdown-content {
  display: none;
  margin-top: 16px;
  position: absolute;
  border: 1px solid var(--section-grey-color);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  color: white;
  border: 1px solid var(--section-grey-color);
  width: 100%;
  padding: 22px 35px;
  display: block;
  text-decoration: none;
}


.dropdown-content:hover {
  display: block;
  border-bottom: 1px solid var(--yelow-color);
  border-left: 1px solid var(--yelow-color);
  border-top: 1px solid var(--yelow-color);
  border-right: 1px solid var(--yelow-color);
}
.dropdown-content a:hover {
  color: var(--Primary-Color, #FFC734) !important;
  font-family: Inter;
  font-style: normal;
 
  line-height: 19.2px; /* 120% */
}

/* .dropdown-content a:hover {
  background-color: #1b1b1b;
} */
.dropdown:hover .dropdown-content {
  display: block;
  margin: 18px -19px;
  width: 250px;
  background-color: #0B263A;
}
.dropdown:hover .dropdown-content a {
  color: red;
  width: 100%;
  color: #f2f2f2;
  text-decoration: none;
  /* font-size: 14px; */
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.3s ease;
}
input[type="checkbox"] {
  display: none;
}

@media (max-width: 1000px) {
  nav {
    padding: 0px 15px 0px ;
    margin-bottom: 30px;
  }
  nav.sticky {
    padding: 0 15px 0 ;
    /* From https://css.glass */
    background: #1b1b1b;
    z-index: 999;
    transition: 1s;
  }
}
@media (max-width: 920px) {

  .home-button {
    padding-block: 30px;
    border-bottom: 4px solid var(--yelow-color);
  }
  nav {
    background-color: #1b1b1b;
  }
  nav .menu-btn i {
    display: block;
  }
  #click:checked ~ .menu-btn i:before {
    content: "\f00d";
  }
  nav ul li:hover {
    display: block;
    /* border-bottom: none;
    border-left: none;
    border-top: none;
    border-right: none;
    padding: 0px;
    border-top: none; */
    /* border: 1px solid grey; */
  }

  .dropdown {
    display: block;
    text-align: left;
    margin: 0px;
    padding: 0px;
  }

  .dropdown-content {
    position: relative;
    text-align: center;
  }
  .dropbtn {
    padding: 22px 33px;

    margin-top: 12px;
    margin-bottom: 12px;
  }
  .dropdown-content {
    display: block;
    margin: 0px -32px;
    position: none;
    border: none;
    border-top: 1px solid var(--section-grey-color);
  }

  .dropdown-content a {
    color: white;
    border:none;
     border-bottom: 1px solid var(--section-grey-color); 
    width: 100%;
    padding: 22px 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;

    text-decoration: none;
  }
  .dropdown-content a:hover {
    /* background-color: #111; */
  }
  .dropdown-content {
    display: block;

    margin: 0px;
  }
  .dropdown:hover .dropdown-content a {
    width: 100%;
    color: #f2f2f2;
    text-decoration: none;
    /* font-size: 14px; */
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  nav ul {
    position: fixed;
    top: 50px;
    left: -100%;
    background: #1b1b1b;
    height: 100vh;
    width: 100%;
    text-align: center;
    overflow: scroll;
    display: block;
    transition: all 0.3s ease;
  }
  #click:checked ~ ul {
    left: 0;
  }
  nav ul li {
    width: 100%;
    
    padding: 10px 0;
    border-left: none;
    border-right: none;
    align-items: center;
    border-top: 1px solid #333333;
  }
  nav ul li a {
    width: 100%;
    margin-left: -100%;
    display: block;
    padding-left: 33px;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  nav ul .Feedback {
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    font-size: 19px;
    border-right: none;
    padding-left: 0px;
  }
  #click:checked ~ ul li a {
    margin-left: 0px;
    text-align: start;
  }
  nav ul li a.active,
  nav ul li a:hover {
    background: none;
    /* color: white; */
  }

  
}
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
  width: 100%;
  padding: 0 30px;
  color: #1b1b1b;
}
.content div {
  font-size: 40px;
  font-weight: 700;
}
/* ::::::::::::: FINISH   NAVBAR   :::::::::::::::::: */

/* :::::::::::::   HOME LANDING   :::::::::::::::::: */

.header-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-info h1 {
  color: #FFF;

  font-family: Roboto;
  font-size: 50px;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
}
.header-info h1 span{
  color: #ADAEA8;
font-family: Roboto;
 
font-style: italic;
font-weight: 700;
 
text-transform: uppercase;
}
.header-info p {
  color: #FFF;

  /* Text Normal */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}
.header-info-div {
  border-bottom: 4px solid var(--yelow-color);

  width: 40%;
  display: block;
  margin: 155px 52px;
}
.home-button {
  padding-block: 30px;
  border-bottom: 0px solid var(--yelow-color);
}
.home-button a {
  padding: 12px 9px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  color: black;
  /* border-radius: 4px; */
  margin-right: 14px;
  
}


.grey-button:hover {
  background-color:  #f4b63e;
  transition: 0.3s ease-in-out; 
}
.grey-buttonyellowmain {
 margin-block: 30px !important;
 
  
}
.grey-buttonyellow {
  background-color:  #f4b63e;
  
  padding: 12px 22px;

  /* border-radius: 4px; */
 
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-family: "roboto", sans-serif;
  
}
.yellow-button {
  background-color: var(--yelow-color);
}
.yellow-button:hover{
  background-color: var(--text-color);
  transition: 0.3s ease-in-out;
}
.discover-btn:hover{
  background-color: var(--text-color);
  transition: 0.3s ease-in-out;
}

.grey-button {
  background-color: var(--text-color);
}

/* :::::::::::::   FINISH HOME LANDING   :::::::::::::::::: */

/* :::::::::::::   FINISH about us    :::::::::::::::::: */

.about-us {
  display: flex;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 90px;
  margin-bottom: 90px;
  /* gap: 44px; */
}
.first-about {
}
.title-section {
  color: var(--yelow-color);
 
  position: relative;
  display: inline-block;
  padding-left: 12px;
  margin-bottom: 20px;



 

/* Headline 4 */
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 125% */
letter-spacing: 1px;
}
 .title-section::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: -4px;
  width: 13%;
  height: 2px;
  /* Set the height of the underline */
  background-color: var(--yelow-color);
}
.first-about h1 {
 
  color: var(--section-grey-color);
  font-style: italic;


  color: #2B2E34;

font-family: Roboto;
font-size: 35px;
font-style: italic;
font-weight: 900;
line-height: 45px; /* 141.463% */
letter-spacing: -2px;
}
.first-about p {
  color: var(--text-gray-soft-color);
  font-size: 16px;
  margin-bottom: 44px;
  /* width: 90%; */
  letter-spacing: 0.5px;
  line-height: 22px;
  margin-top: 14px;
}
.grey-button {
  padding: 12px 22px;
  /* border-radius: 4px; */
  background-color: rgb(222, 221, 221);
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-family: "roboto", sans-serif;
  margin-top: 33px;
}
/* .second-about {
  width: 40%;
} */
.contact-info{
  width: 40%;
}
/* .second-about img {
  max-width: 600px;
  max-height: 400px;
  
} */

/* :::::::::::::   FINISH about us    :::::::::::::::::: */

/* :::::::::::::   start Services    :::::::::::::::::: */
.Our-Service {
  text-align: center;
  height: 100%;
  background-color: var(--section-grey-color);
  border: 1px solid black;
  padding: 32px;
  padding-bottom: 40px !important;
}
/* .Our-Service h1 {
  font-size: 38px;
  font-family: "roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 22px;
  margin-top: 22px;

  
} */
.two-line-title {
  position: relative;
 

  color: #F4B63E;

  /* Headline 4 */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: 1px;
  
}
.linetilefour{
  position: relative;
 

  color: #F4B63E;

  /* Headline 4 */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: 1px;
}

.linetilefour::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 9px;
  bottom: 11px;
  width: 13%;
  height: 2px;
  /* Set the height of the underline */
  background-color: var(--yelow-color);
}

.linetilefour::after {
  content: "";
  position: absolute;
  top: 9px;
  right: -30px;
  width: 13%;
  height: 2px;
  /* Set the height of the underline */
  background-color: var(--yelow-color);
}
.two-line-title::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 9px;
  bottom: 11px;
  width: 13%;
  height: 2px;
  /* Set the height of the underline */
  background-color: var(--yelow-color);
}
.two-line-title::after {
  content: "";
  position: absolute;
  top: 9px;
  right: -30px;
  width: 13%;
  height: 2px;
  /* Set the height of the underline */
  background-color: var(--yelow-color);
}
.service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  padding: 15px;
}
.service-provided {
  padding: 25px;
  text-align: center;
}
.service-provided img {
  width: 62px;
  height: 62px;
}
.service-provided h1 {
  font-size: 22px;
  font-family: "roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 22px;
  margin-top: 22px;
}
.service-provided p {
  font-size: 16px;
  font-family: "roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: var(--text-color);
  width: 100%;
  margin-bottom: 22px;
}
.discover-btn {
  padding: 12px 23px;
  /* border-radius: 3px; */
  background-color: var(--yelow-color);
  color: black;
  text-decoration: none;
  font-weight: bold;
}

/* :::::::::::::   finish Service   :::::::::::::::::: */

/* :::::::::::::   finish logos   :::::::::::::::::: */
.brands {
  text-align: center;
  padding: 44px;
  padding-top: 64px;
}
.brands h1 {
  font-size: 38px;
  font-family: "roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: var(--section-grey-color);
  margin-bottom: 22px;
  margin-top: 22px;
 
  font-style: italic;
 
  font-weight: 900;
  letter-spacing: -2px !important;
}
.brand-line-title {
  position: relative;
  color: #F4B63E;
/* flexfitness_framer_website__1680x921_default/Roboto/Bold 16 */
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 19.2px; /* 120% */
letter-spacing: 1px;
}
.brand-line-title::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 9px;
  bottom: 11px;
  width: 13%;
  height: 2px;
  /* Set the height of the underline */
  background-color: var(--yelow-color);
}
.brand-line-title::after {
  content: "";
  position: absolute;
  top: 9px;
  right: -19px !important;
  width: 13%;
  height: 2px;
  /* Set the height of the underline */
  background-color: var(--yelow-color);
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
}

.logos:after {
  right: 0;
}

/* .logos:hover .logos-slide {
    animation-play-state: paused;
  }
   */
.logos-slide {
  display: inline-block;
  animation: 40s slide infinite linear;
}

.logos-slide img {
  height: 50px;
  margin: 0 40px;
}
/* :::::::::::::   finish logos   :::::::::::::::::: */

/* :::::::::::::   start royal   :::::::::::::::::: */
.royal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* :::::::::::::   finish royal   :::::::::::::::::: */
/* :::::::::::::   start contact   :::::::::::::::::: */
.contact {
 
 
  background-color: var(--section-grey-color);
 
  padding-block: 50px;
}
.contact .form-name input {
  background: #ebebeb;
  padding: 12px;
  border: none;
  border-radius: 8px;
}
.contact textarea {
  padding: 12px;
  border-radius: 8px;
  border: none;
  width: 100%;
  background: #ebebeb;
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
}
.contact form button {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  background-color: var(--yelow-color);
  font-size: 17px;
  border: none;
}
.contact .contact-info .contactus-title-line {
  position: relative;
  font-size: 16px;
  margin-left: 22px;
  margin-left: 22px;
  margin-bottom: 22px;
  font-family: "roboto", sans-serif;
  color: var(--yelow-color);

 
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.2px;
  letter-spacing: 1px;
}
.contactus-title-line::before {
  content: "";
  position: absolute;
  left: -19px;
  top:9px !important;
  bottom: 11px;
  width: 13%;
  height: 2px;
  /* Set the height of the underline */
  background-color: var(--yelow-color);
}
.contactus-title-line::after {
  content: "";
  position: absolute;
  top: 9px !important;
  right: -19px;
  width: 13%;
  height: 2px;
  /* Set the height of the underline */
  background-color: var(--yelow-color);
}
.contact .contact-info h1 {
  font-size: 36px;
  font-family: "roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 12px;
  margin-top: 12px;
}
.contact-info p {
  font-size: 16px;
  font-family: "Roboto";
  color: #a3a3a3;
  line-height: 32px;
}
 
/* :::::::::::::   finish  contact   :::::::::::::::::: */



/*::::::::::::::  Contact Us Page Start  ::::::::::::::::  */
/* :::::::::::::   start contact   :::::::::::::::::: */
 
.contactus .form-name input {
  background: #ebebeb;
  padding: 12px;
  border: none;
  border-radius: 8px;
}
.contactus textarea {
  padding: 12px;
  border-radius: 8px;
  border: none;
  width: 100%;
  background: #ebebeb;
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
}
.contactus form button {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  background-color: var(--yelow-color);
  font-size: 17px;
  border: none;
}
.contactus .contact-info .contactus-title-line {
  position: relative;
  font-size: 11px;
  margin-left: 22px;
  margin-left: 22px;
  margin-bottom: 22px;
  font-family: "roboto", sans-serif;
  color: var(--yelow-color);
}
.contactus-title-line::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 4px;
  bottom: 11px;
  width: 13%;
  height: 2px;
  /* Set the height of the underline */
  background-color: var(--yelow-color);
}
.contactus-title-line::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -19px;
  width: 13%;
  height: 2px;
  /* Set the height of the underline */
  background-color: var(--yelow-color);
}
.contactus .contact-info h1 {
  font-size: 29px;
  font-family: "roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 12px;
  margin-top: 12px;
}
.contact-info p {
  font-size: 16px;
  font-family: "Roboto";
  color: #a3a3a3;
  line-height: 32px;
}
/*::::::::::::::  Contact Us Page End  ::::::::::::::::  */
/* :::::::::::::   start  footer   :::::::::::::::::: */
footer {
  color: #ffffff;

  display: flex;
  justify-content: space-between;
  background-color: #1a1a1a;
  align-items: center;
  /* padding: 32px; */
}
footer span {
  color: var(--yelow-color);
}
footer a {
  color: #ffffff;
  padding: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none;
}
footer a:hover {
  color: var(--yelow-color);
}
.footer-service {
  border-left: 1px solid grey;
  border-right: 1px solid grey;
}
.sections-title-all{
  font-family: Roboto;
font-size: 38px;
font-style: italic;
color: var(--text-color);
font-weight: 900;
 
letter-spacing: -2px !important;
}

/* :::::::::::::   finish  footer   :::::::::::::::::: */
/* :::::::::::::  media query  :::::::::::::::::: */


.header-info-divsub{
 
  width: 50%;
  
}
/* Media query for small devices (e.g., mobile phones) */
@media only screen and (max-width: 900px) {
  /* :::::::::::::   HOME LANDING   :::::::::::::::::: */
  .header-info-divsub{
    border-bottom: none !important;
    width: 100%;
    padding: 15px;
    display: block;
    margin: 90px 2px !important;
  }
  .header-infosub p{
    color: var(--text-color);
    width: 100%;
    padding-top: 20px;
    margin: 0px;
    font-family: "Roboto";
    font-weight: 500;
    line-height: 23px;
    font-size: 17px;
    letter-spacing: 1px;
    border-bottom: 4px solid var(--yelow-color);
  }
  header {
    background-image: url(../pictures/HeroHomeSection.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
  }
  .arabichero{
    background-image: url(../pictures/HeroArabichomeSection.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
  }

  .subpages {
    background-image: url(../pictures/Hero_Background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
  }
  .header-info {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  /* .first-about{
    width: 100% !important; 
  } */
  /* .second-about{
    width: 100% !important;
  } */
  .header-info h1 {
    font-size: 42px;
    font-family: "Roboto";
    font-weight: 700;
    font-style: italic;
    color: var(--text-color);
    /* padding: 20px; */
  }
  .header-info p {
    color: var(--text-color);
    width: 100%;
    padding-block: 15px;
    margin: 0px;
    font-family: "Roboto";
    font-weight: 500;
    line-height: 23px;
    font-size: 17px;
    letter-spacing: 1px;
  
  }
  .header-info-div {
    border-bottom: none;

    width: 80%;
    display: block;
    margin: 192px 52px;
  }
  
  .home-button a {

    padding: 12px 9px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    color: black;
    /* border-radius: 4px; */
    margin-right: 14px;
  }
  .yellow-button {
    background-color: var(--yelow-color);
  }
  .grey-button {
    background-color: var(--text-color);
  }

  /* :::::::::::::   FINISH HOME LANDING   :::::::::::::::::: */

  /* :::::::::::::   FINISH about us    :::::::::::::::::: */

  .about-us {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 34px;
    margin-right: 34px;
    margin-top: 144px;
    margin-bottom: 104px;
    gap: 63px;
  }
  .first-about {
  }
  .title-section {
    color: var(--yelow-color);
    font-family: "roboto";
    font-weight: 900;
    font-size: 19px;
    position: relative;
    display: inline-block;
    padding-left: 12px;
    margin-bottom: 34px;
  }
  .title-section::before {
    content: "";
    position: absolute;
    bottom: 9px;
    left: -4px;
    width: 13%;
    height: 2px;
    /* Set the height of the underline */
    background-color: var(--yelow-color);
  }
  .first-about h1 {
    font-size: 31px;
    color: var(--section-grey-color);
    font-style: italic;
  }
  .first-about p {
    color: var(--text-gray-soft-color);
    font-size: 16px;
    margin-bottom: 44px;
    /* width: 100%; */
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-top: 14px;
  }
  .grey-button {
    padding: 12px 22px;
    /* border-radius: 4px; */
    background-color: rgb(222, 221, 221);
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-family: "roboto", sans-serif;
    margin-top: 33px;
  }
  .second-about {
    text-align: center;
  }
  /* .second-about img {
 
    width: 100%;
    height: 100%;
    
  } */

  /* :::::::::::::   FINISH about us    :::::::::::::::::: */

  /* :::::::::::::   start Services    :::::::::::::::::: */
  .Our-Service {
    text-align: center;
    height: 100%;
    background-color: var(--section-grey-color);
    border: 1px solid black;
    padding: 32px;
  }
 

  .two-line-title {
    position: relative;
    font-size: 19px;
    font-weight: 900;
    font-family: "roboto", sans-serif;
    color: var(--yelow-color);
  }
  .two-line-title::before {
    content: "";
    position: absolute;
    left: -19px;
    top: 11px;
    bottom: 11px;
    width: 13%;
    height: 2px;
    /* Set the height of the underline */
    background-color: var(--yelow-color);
  }
  .two-line-title::after {
    content: "";
    position: absolute;
    top: 11px;
    right: -19px;
    width: 13%;
    height: 2px;
    /* Set the height of the underline */
    background-color: var(--yelow-color);
  }
  .service {
    display: grid;
    grid-template-columns: repeat(1, 1fr);

    padding: 3px;
  }
  .service-provided {
    padding: 12px;
    margin-bottom: 33px;
    text-align: center;
  }
  .service-provided img {
    width: 62px;
    height: 62px;
  }
  .service-provided h1 {
    font-size: 22px;
    font-family: "roboto", sans-serif;
    font-style: italic;
    font-weight: bold;
    color: var(--text-color);
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .service-provided p {
    font-size: 19px;
    font-family: "roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: var(--text-color);
    width: 100%;
    margin-bottom: 22px;
  }
  .discover-btn {
    padding: 12px 23px;
    /* border-radius: 3px; */
    background-color: var(--yelow-color);
    color: black;
    text-decoration: none;
    font-weight: bold;
  }

  /* :::::::::::::   finish Service   :::::::::::::::::: */

  /* :::::::::::::   finish logos   :::::::::::::::::: */
  .brands {
    text-align: center;
    padding: 0px;
    padding-top: 64px;
  }

  .brands h1 {
   

    font-family: Roboto;
  font-size: 30px;
    font-style: italic;
    
    font-weight: 900;
    letter-spacing: -2px !important;
  }
  .brand-line-title {
    position: relative;
    text-align: center;
    font-size: 19px;
    font-weight: 900;
    font-family: "roboto", sans-serif;
    color: var(--yelow-color);
  }
  .brand-line-title::before {
    content: "";
    position: absolute;
    left: -19px;
    top:11px;
    bottom: 11px;
    width: 13%;
    height: 2px;
    /* Set the height of the underline */
    background-color: var(--yelow-color);
  }
  .brand-line-title::after {
    content: "";
    position: absolute;
    top: 11px;
    right: -19px !important;
    width: 13%;
    height: 2px;
    /* Set the height of the underline */
    background-color: var(--yelow-color);
  }

  @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  .logos {
    overflow: hidden;
    padding: 60px 0;
    white-space: nowrap;
    position: relative;
  }

  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
  }

  .logos:before {
    left: 0;
  }

  .logos:after {
    right: 0;
  }

  /* .logos:hover .logos-slide {
      animation-play-state: paused;
    }
     */
  .logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
  }

  .logos-slide img {
    height: 50px;
    margin: 0 40px;
  }
  /* :::::::::::::   finish logos   :::::::::::::::::: */

  /* :::::::::::::   start royal   :::::::::::::::::: */
  .royal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 92px;
  }


  /* :::::::::::::   finish royal   :::::::::::::::::: */
  /* :::::::::::::   start contact   :::::::::::::::::: */

  .contact .form-name {
    margin-top: 174px;
  }
  .contact .form-name input {
    background: #ebebeb;
    display: block;
    width: 100%;
    margin: 22px 0px;
    padding: 12px;
    border: none;
    border-radius: 8px;
  }
  .contact textarea {
    padding: 12px;
    border-radius: 8px;
    border: none;
    width: 100%;
    background: #ebebeb;
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .contact form button {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    background-color: var(--yelow-color);
    font-size: 17px;
    border: none;
  }

  .contact .contact-info .contactus-title-line {
    color: #F4B63E;

/* flexfitness_framer_website_contact_1678x830_default/Roboto/Bold 16 */
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 19.2px; /* 120% */
letter-spacing: 1px;
  }
  .contactus-title-line::before {
    content: "";
    position: absolute;
    left: -29px;
    top: 11px;
  
    width: 13%;
    height: 2px;
    /* Set the height of the underline */
    background-color: var(--yelow-color);
  }
  .contactus-title-line::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -29px;
    top: 11px;
    bottom: -11px;
    width: 13%;
    height: 2px;
    /* Set the height of the underline */
    background-color: var(--yelow-color);
  }
  .contact .contact-info h1 {
    font-size: 39px;
    /* position: relative; */
    top: -533px;
    text-align: center;
    font-family: "roboto", sans-serif;
    font-style: italic;
    font-weight: bold;
    color: var(--text-color);
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .contact-info p {
    text-align: center;
    font-size: 16px;
    font-family: "Roboto";
    color: #a3a3a3;
    line-height: 32px;
  }
  /* :::::::::::::   finish  contact   :::::::::::::::::: */
  /* :::::::::::::   start  footer   :::::::::::::::::: */
  footer {
    color: #ffffff;

    display: block;
    text-align: center;
    justify-content: space-between;
    background-color: #1a1a1a;
    align-items: center;
    /* padding: 32px; */
  }
  footer span {
    color: var(--yelow-color);
  }
  /* footer .copy-right {
    margin-bottom: 13px;
  } */
  footer a {
    color: #ffffff;
    padding: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;
  }
  footer a:hover {
    color: var(--yelow-color);
  }
  .footer-service {
    border-left: 1px solid grey;
    border-right: 1px solid grey;
  }
}

/* Media query for tablets (e.g., iPad) */
@media only screen and (max-width: 450px) {
  .logos {
    padding: 25px 0 !important;
  }
  .header-info {
    display: flex;
    flex-direction: row;
    align-items: start;
  }
  .sections-title-all{
    font-family: Roboto;
  font-size: 30px;
  font-style: italic;
  font-weight: 900;
   
  letter-spacing: -2px !important;
  }
  .Our-Service {
  
    padding: 15px;

}
  .service-provided{
    /* padding: 0px !important; */
  }
  .header-info h1 {
    font-size: 32px;
    font-family: "Roboto";
    font-weight: 700;
    font-style: italic;
    color: var(--text-color);
    /* padding: 20px; */
  }
  .header-info p {
    color: var(--text-color);
    width: 100%;
    padding-top: 20px;
    margin: 0px;
    font-family: "Roboto";
    font-weight: 500;
    line-height: 23px;
    font-size: 17px;
    letter-spacing: 1px;
    border-bottom: 4px solid var(--yelow-color);
   
  }
  .header-info-div {
    border-bottom: none;

    width: 100%;
    padding: 15px;
    display: block;
    margin: 90px 2px;
  }
  .home-button {
    padding-block: 35px;
   
  }
  .home-button a {
    padding: 12px 9px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    color: black;
    /* border-radius: 4px; */
    margin-right: 14px;
  }

  .about-us {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 15px;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
   
}
}
/* .second-about iframe{
  width: 100%;
} */

@media(max-width:1050px){
  .about-us{
margin-left: 60px ;
margin-right: 60px;
  }
}

.royal img {
  width: 230px;
 
  padding: 12px;
}
/* .first-about{
  width: 50%;
} */



@media(max-width:768px)
{
  .grey-buttonyellowmain{
    text-align: center;
  }
  .footer{
    padding: 15px !important;
   }  
  .title-section{
    margin-bottom: 15px !important;
  }
  .Our-Service{
    padding-top: 50px;
    padding-bottom: 50px !important;
  }
 
  .contact {
    display: flex;
    flex-direction: column-reverse;
    gap: 0px;
    background-color: var(--section-grey-color);
    /* padding: 15px; */
  }
  .contact-info{
    padding-block: 20px;
  }
  .second-about {
 display: none;
  }
  .laster{
    display: block !important;
    width: 100%;
  }
  .contact-info{
    width: 100%;
  }
  .noneformobile{
    display: none;
  }
  .contact .contact-info{
    position: relative;
  }
  .contact .contact-info .contactus-title-line{
   position: absolute;
   left: 50%;
   top: 5%;
   margin-left: 0px !important;
   transform: translate(-50%,-50%);
  }
  
   
  

 
   
}

@media(max-width:554px)
{
  .royal img {
    width: 100%;
   
    padding: 12px;
  }



}

.goog-logo-link {
  display: none !important;
}



/*###################> About Section Start<################## */
.trustedbanner{
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../pictures/About/bannerabout.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vh ;
  color: #fff;  
  position: relative;
  text-align: center;
}
.optimumnotopmn{

  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../pictures/services.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vh ;
  color: #fff;  
  position: relative;
  text-align: center;
}

.textinsideabout h1{
 
 
font-family: Roboto;
font-size: 48px;
font-style: italic;
font-weight: 900;
line-height: 57.6px;
letter-spacing: -2px;
}
.textinsideabout span{
 
 
 color: #FFC734 ;
}


@media(max-width:1000px)
{
  .trustedbanner{
     
    height: 100% ;
   
  }
  .optimumnotopmn{
    height: 100%;
  }
}
/*###################> About Section End <################## */




      /*####################> Language Translatore Start <############## */

 /***********styling for translator**************** */


 body{
  top: 0px !important;
   
 }
.opt{
    border: none !important;
    width: fit-content;
  }
  
  .goog-te-combo{
    /* border: 1px solid #fff; */
    height: fit-content;
    width: 50px !important;
    padding: 10px;
    border-radius: 100px !important;
    border: none !important;
    background-color: transparent !important;
    position: relative;
    top: -10px;
    left: 5px;

    /* color: white !important; */

  }
 
  .goog-te-combo:focus{

    height: fit-content;
    width: 50px !important;
    padding: 10px;
    border-radius: 100px !important;
    border: none !important;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;

  }
  .skiptranslate {
    position: absolute;
    top: 25px;
  
  
  }
  
  @media (max-width:992px){
    .skiptranslate{
      position: static;
      text-align: start;
    }
  
  }
  
  .VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
    visibility: hidden !important;
  }
  
  .VIpgJd-ZVi9od-ORHb {
    display: none !important;
    visibility: hidden !important;
  }
  
  .skiptranslate span {
    display: none;
  }
  
  .skiptranslate select {
    border-radius: 15px;
  }
  
  .skiptranslate {
    font-size: 0 !important;
  }
  #translate {
    z-index: 1;
    
  }
  /* #translate i{
    position: relative;
    color: white ;
    top: 10px;
    font-size: 30px;
     
  } */
  
  #translate img{
    position: relative;
    color: white ;
    width: 37px;
    mix-blend-mode: darken !important;
    top: 6px;
    font-size: 30px;
  
  }

  
  #translate i{
    position: relative;
    color: white ;
    top: 10px;
    font-size: 30px;
    /* z-index: 1000000 !important; */
  }

  @media(max-width:992px)
  {
    #translate {
        z-index: 1;
        position: relative;
      }
  }
  .languagecon{
    position: relative;
  }
  #translate span{
    z-index: 100000;
  }
 @media(min-width:1600px)
 {
  .about-us{
    display: flex;
    justify-content: center;
  }
  /* .first-about{
    width: 50%;
  }.second-about{
    width: 30%;
  } */

  .header-info-div {
    
    margin: 159px 200px;
}

.subpages {
  background-image: url(../pictures/Hero_Background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
}
  
 }


/*####################> Language Translatore End<############## */


/*############> Service Page Start <############ */

.service-icon-text p{
  font-size: 18px;
  font-weight:500;
  color: #333333;
 }
 .service-icon-text img{
  max-width: 100px;
}

.service-us {
 
  
  background: #2E2E2E;
}

.service-about h1 {
  font-size: 31px;
  color: #ffffff;
  font-style: italic;
}
.service-about p {
  color: #A3A3A3;
  font-size: 16px;
  margin-bottom: 14px;
  width: 90%;
  letter-spacing: 0.5px;
  line-height: 22px;
  margin-top: 14px;
}
.service-about ul{
  list-style: none;
  
}
.service-about ul li {
  color: #A3A3A3;font-family: "ROBOTO", sans-serif;
  padding-bottom: 5px;
  font-size: 16px;
  margin-left: 9px;
  margin-bottom: 3px;
}
.service-about ul  li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--yelow-color); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 2px; /* Also needed for space (tweak if needed) */
  margin: left 0px; ; /* Also needed for space (tweak if needed) */
}

.service-section {
  color: var(--yelow-color);
  font-family: "Roboto";
  font-weight: 500;
  font-size: 15px;
  position: relative;
  display: inline-block;
  padding-left: 12px;
  margin-bottom: 14px;
  margin-top: 24px;
}
.service-section::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: -4px;
  width: 4%;
  height: 2px;
  /* Set the height of the underline */
  background-color: var(--yelow-color);
}



.parts-icon-text img{
  max-width: 70px;
  align-self: start;
}

.parts-icon-text-info h4{
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #333333;
  
  padding-bottom: 8px;
}
.parts-icon-text-info p{
  /* font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 1px;
  color: #5b5b5b; */

  color: #333;

font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 24px; /* 150% */
}
.textinsideabout h2{
  color: #FFF;

text-align: center;
font-family: Roboto;
font-size: 38px;
font-style: italic;
font-weight: 900;
line-height: 57.6px; /* 137.143% */
letter-spacing: -2px;
}







.ELECTRONIC-icon-text img{
  max-width: 100px;
  align-self: start;
}
.ELECTRONIC-icon-text-info  {
  width: 100%;
  text-align: start;
  padding-left: 12px;
  margin: 0 auto;
}
.ELECTRONIC-icon-text-info h4{
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #333333;
  padding-bottom: 8px;
}
.ELECTRONIC-icon-text-info p{
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #333333;
}



.last-electronic-icon-text p{
  font-size: 18px;
  font-weight:500;
  padding-left: 20px;
  color: #333333;
 }
 .last-electronic-icon-text img{
   max-width: 90px;
 }


 @media(max-width:768px)
 {
  
.last-electronic-icon-text p{
  font-size: 18px;
  font-weight:500;
  padding-left: 0px;
  color: #333333;
 }
 }
/*############> Service Page End <############ */




/* Bootstrap setting  */
ol, ul{
  padding-left: 0rem !important;
}
dl, ol, ul{
  margin-bottom: 0rem !important;
}



.exclude-rtl {
  direction: ltr;
}
.exclude-rtldouble{
  /*direction:rtl ;*/
  text-align:end;
}



[dir="rtl"] .contactus-title-line::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 10px;
  width: 13%;
  height: 2px;
  background-color: var(--yelow-color);
}
[dir="rtl"] .contactus-title-line::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 4px;
  bottom: 11px;
  width: 13%;
  height: 2px;
  background-color: var(--yelow-color);
}


[dir="rtl"].brand-line-title::after {
    content: "";
    position: absolute;
    top: 9px;
    /* display: none; */
    right: 65px;
    width: 13%;
    height: 2px;
    background-color: var(--yelow-color);
}
[dir="rtl"] .two-line-title::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 47px;
  width: 13%;
  height: 2px;
  background-color: var(--yelow-color);
}


[dir="rtl"] .brand-line-title::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 150px;
  width: 13%;
  /* display: none !important; */
  height: 2px;
  background-color: var(--yelow-color);
}
[dir="rtl"]    .two-line-title::before {
  content: "";
  position: absolute;
  right: 120px;
  top: 11px;
  bottom: 11px;
  width: 13%;
  height: 2px;
  /* Set the height of the underline */
  background-color: var(--yelow-color);
}
@media(max-width:900px)
{
  [dir="rtl"] .two-line-title::before {
    content: "";
    position: absolute;
    /* right: 120px; */
    top: 11px;
    bottom: 11px;
    width: 13%;
    height: 2px;
    background-color: var(--yelow-color);
}


[dir="rtl"] .two-line-title::after {
  content: "";
  position: absolute;
  top: 11px;
  right: -25px !important;
  width: 13%;
  height: 2px;
  background-color: var(--yelow-color);
}


[dir="rtl"] .two-line-title::before {
  content: "";
  position: absolute;
  right: 80px;
  top: 11px;
  bottom: 11px;
  width: 13%;
  height: 2px;
  background-color: var(--yelow-color);
}


[dir="rtl"] .two-line-titlesecond::before{
  content: "";
  position: absolute;
  right: 140px !important;
  top: 11px;
  bottom: 11px;
  width: 13%;
  height: 2px;
  background-color: var(--yelow-color);
}
[dir="rtl"] .two-line-titlesecondthird::before{
  content: "";
  position: absolute;
  right: 190px !important;
  top: 11px;
  bottom: 11px;
  width: 13%;
  height: 2px;
  background-color: var(--yelow-color);
}


[dir="rtl"] .two-line-titleabout::before {
  content: "";
  position: absolute;
  right: 110px !important;
  top: 11px;
  bottom: 11px;
  width: 13%;
  height: 2px;
  background-color: var(--yelow-color);
}

[dir="rtl"] .two-line-titleabout::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 50px !important;
  width: 13%;
  height: 2px;
  background-color: var(--yelow-color);
}
}


@media(min-width:1300px)
{
  .textinsideabout{

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  
}
@media(min-width:900px)
{

 

 
  [dir="rtl"] .two-line-titleabout::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 50px !important;
    width: 13%;
    height: 2px;
    background-color: var(--yelow-color);
  }
  [dir="rtl"] .two-line-titleabout::before {
    content: "";
    position: absolute;
    right: 110px !important;
    top: 11px;
    bottom: 11px;
    width: 13%;
    height: 2px;
    background-color: var(--yelow-color);
}


  [dir="rtl"] .two-line-title::before {
    content: "";
    position: absolute;
    /* right: 120px; */
    top: 11px;
    bottom: 11px;
    width: 13%;
    height: 2px;
    background-color: var(--yelow-color);
}


[dir="rtl"] .two-line-title::after {
  content: "";
  position: absolute;
  top: 11px;
  right: -25px;
  width: 13%;
  height: 2px;
  background-color: var(--yelow-color);
}


[dir="rtl"] .two-line-title::before {
  content: "";
  position: absolute;
  right: 80px;
  top: 11px;
  bottom: 11px;
  width: 13%;
  height: 2px;
  background-color: var(--yelow-color);
}


[dir="rtl"] .two-line-titlesecond::before{
  content: "";
  position: absolute;
  right: 140px !important;
  top: 11px;
  bottom: 11px;
  width: 13%;
  height: 2px;
  background-color: var(--yelow-color);
}
[dir="rtl"] .two-line-titlesecondthird::before{
  content: "";
  position: absolute;
  right: 190px !important;
  top: 11px;
  bottom: 11px;
  width: 13%;
  height: 2px;
  background-color: var(--yelow-color);
}
  /* sjdhfkj */



  [dir="rtl"] .two-line-titlesecond::before{
  content: "";
  position: absolute;
  right: 140px !important;
  top: 11px;
  bottom: 11px;
  width: 13%;
  height: 2px;
  background-color: var(--yelow-color);
}



  [dir="rtl"] .brand-line-title::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 9px;
    bottom: 11px;
    width: 13%;
    height: 2px;
    background-color: var(--yelow-color);
}
/*[dir="ltr"] .brand-line-title::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 9px;*/
/*  right: 150px !important;*/
/*  width: 13%;*/
  /* display: none !important; */
/*  height: 2px;*/
/*  background-color: var(--yelow-color);*/
/*}*/
}
@media(max-width:768px)
{

  [dir="rtl"] .two-line-titleabout::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 50px !important;
    width: 13%;
    height: 2px;
    background-color: var(--yelow-color);
  }
  [dir="rtl"] .contactus-title-line::before {
    content: "";
    position: absolute;
    left: -17px;
    top: 4px;
    bottom: 11px;
    width: 13%;
    height: 2px;
    background-color: var(--yelow-color);
}

[dir="rtl"] .contactus-title-line::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -15px;
  width: 13%;
  height: 2px;
  background-color: var(--yelow-color);
}
}
@media(max-width:450px)
{

  [dir="rtl"] .two-line-titleabout::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 10px !important;
    width: 13%;
    height: 2px;
    background-color: var(--yelow-color);
  }
  [dir="rtl"] .two-line-titleabout::before {
    content: "";
    position: absolute;
    right: 80px !important;
    top: 11px;
    bottom: 11px;
    width: 13%;
    height: 2px;
    background-color: var(--yelow-color);
}

  [dir="rtl"] .two-line-title::before{
    content: "";
    position: absolute;
    right: 70px;
    top: 11px;
    bottom: 11px;
    width: 13%;
    height: 2px;
    background-color: var(--yelow-color);
  }


  [dir="rtl"] .two-line-title::after {
    content: "";
    position: absolute;
    top: 9px;
    right: 15px;
    width: 13%;
    height: 2px;
    background-color: var(--yelow-color);
}
}


[dir="rtl"] .text-md-start {
  text-align: start!important;
}
[dir="rtl"] .text-lg-start{
  text-align: end !important;
}

.contact .contact-info .contactus-title-lineabout {
  position: relative;
 
  margin-left: 22px;
  margin-left: 22px;
  margin-bottom: 22px;
 

color: #F4B63E;

/* Headline 4 */
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 125% */
letter-spacing: 1px;
 
 
}

.contactus-title-lineabout::before {
  content: "";
  position: absolute;
  left: -19px;
  top:9px !important;
  bottom: 11px;
  width: 13%;
  height: 2px;
  /* Set the height of the underline */
  background-color: var(--yelow-color);
}

 