*{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* Set the aspect ratio of the video (16:9) */
  }
  
  #background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .video-intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    flex-direction: column;
  }
  
  .video-intro p {
    color: #ba8310;
    font-size: 3.5em;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding-left: 10%;
    padding-right: 10%;
    animation: fadeInUp 2s ease;
  }
  .video-intro .intro-p-video{
    color: #ba8310;
    font-size: 1.5em;
    text-align: start;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding-left: 10%;
    padding-right: 10%;
  }
  .intro-ppp-video{
    display: none;
  }
  @media screen and (max-width: 1050px) {
    .video-intro p {
        color: #ba8310;
        font-size: 2.5em;
        text-align: center;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      }
      .video-intro .intro-p-video{
        color: #ba8310;
        font-size: 1em;
        text-align: center;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        padding-left: 10%;
        padding-right: 10%;
        display: none;
      }
      .space-sct{
        height: 100px;
        width: 100%;
        display: block;
        background-color: #b99345;
      }
      .responseiv-section{
        margin-top: 7px;
        width: 100%;
        padding: 5% 5%;
        background-color: whitesmoke;
        text-align: center;
      }
      .br-section{
        width: 100%;
        color: #b99345;
        height: 15px;
      }
      .ceo{
        height: 15px;
        width: 100%;
        background-color: #b99345;
        
      }
      .intro-ppp-video{
        display: block;
      }
      


    }
 
body{
    background: whitesmoke;
    width: 100%;
}
header{
    background-color: #fff;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    position: fixed;
    z-index: 999;
    
}
header .logo{
    font-size: 40px;
    color: black;
    margin-right: 50px;
    background: url(images/newlogo.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 70px;
    min-width: 170px;
}
header nav ul{
    display: flex;
    margin-top: 50px;
}
header nav ul a{
    width: fit-content;
    display: inline-block;
    color: #000;
    padding: 5px 0;
    margin: 0 -15.5px;
    border:  3px solid transparent;
    text-transform: uppercase;
    transition: 0.5s ease;
    align-items: center;
}
header nav ul a:hover,
header nav ul a.active{
   border-bottom-color: #ba8310;
}
.hamburger{
    cursor: pointer;
    display: block;
}
.hamburger div{
    width: 30px;
    height: 3px;
    margin: 5px 0;
    background-color: #000;
}
@media only screen and (max-width: 6000px) {
    header{
        padding: 0 30px;
    }
    .hamburger{
        display: none;
    }
    
}
@media only screen and (max-width: 1050px) {
    .hamburger {
        display: block;
    }
    header nav {
        display: block;
        position: absolute;
        width: 100%;
        left: -100%;
        top: 70px;
        width: 100%;
        background: #fff;
        padding: 30px;
        transition: 0.4s ease;
    }
    header #nav_check:checked ~ nav{
        left: 0;
    }
    header nav ul {
        display: block;
    }
    header nav ul li a {
        margin:  -10px 0;
        width: fit-content;
    }
    .header-btn{
        margin-left: 20px;
    }
}
.header-btn{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #b99345;
    border:5px solid #b99345;
}
.header-btn a{
    color: #fff;
}
.header-btn:hover{
    background-color: #ba8310;
    transform: scale(1.1);
}

.header-btn-html1{
    margin-bottom: 10px;
    display: block;
    margin: 1px auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #b99345;
    border:5px solid #b99345;
    border-radius: 15px;
}
.header-btn-html1:hover{
    background-color: #ba8310;
    transform: scale(1.1);
    box-shadow: 0 5px 25px rgba(1 1 1/75%);
}
.header-btn-html1 a{
    color: #f1f1f1;
    font-size: 1.5em;
}
.my-btn{
    margin-top: 10px;
    padding: 10px;
    background-color: #ba8310;
    border-radius: 15px;
    color: #000;
    transition: 0.5s ease;
}
.my-btn:hover{
    background-color: #ba9370;
    transform: scale(1.1);
}






/*  this is for main1*/





.home {
    height: 100vh;
    position: relative;
   
}
video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 0.5);
}
.home-content {
    position: relative;
    padding-top: 150px;
    color: #fff;
    text-align: center;
}
.paragraph{
    font-family: Playfair Display, serif;
    font-size: clamp(45px, 7vw, 130px);
    line-height: 1.1;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(-50px);
    animation: fadeInUp 1s ease forwards, scaleIn 0.5s ease forwards;
    color:  #ba8310;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.5);
    }
    to {
        transform: scale(1);
    }
}

.home p {
    font-size: 1.5em;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;

}


@media only screen and (max-width: 500px) {
   .home p{
    font-size: 0.80em;
   }
}



/*==================== about-us-section-container-first-element======================*/


.about-us-aw{
    width: 100%;
    padding: 3% 5%;
    background-color: #b99345;
}

.about-us-aw .title-about-us-aw{
    text-align: center;
    font-size: 2em;
    color: white;

}
.about-us-aw .name-about-us-aw{
    text-align: center;
    font-size: 1.5em;
    color: white;

}
.about-us-aw .dis-about-us-aw{
    text-align: center;
    font-size: 20px;
    color: white;

}


section{
    padding: 100px;
}
.main{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: gray;
}
.cards{
   
    background-color: whitesmoke;
}
.main h2{
    color: #fff;
    font-size: 1.4em;
    font-weight: 500;
    
}
.main h2 span{
    display: inline-block;
    margin-top: 10px;
    color: #ba8310;
    font-size: 2.2em;
    font-weight: 600;
}
.main p{
    color: #fff;
    font-size: 1.0em;
    font-weight: 300;
    margin-top: 30px;
}
.main h3{
    color: #fff;
    font-size: 1.9em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.main-btn{
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    background-color: #3a6cf4;
    font-size: 1.1em;
    font-weight: 600;
    display: inline-block;
    padding: 0.9375em 2.187em;
    border-radius: 15px;
    margin-bottom: 40px;
    transition: 0.7s ease;
    margin-top: 20px;
}
.main-btn:hover{
    background-color: blue;
    transform: scale(1.1);
}
.social-icons a{
    color: #fff;
    font-size: 1.7em;
    padding-right: 30px;
    transition: 0.7s ease;

}
.social-icons a:hover{
    
    transform: scale(1.1);
}
.title{
    display: flex;
    justify-content: center;
    color: #ba8310;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;
}
.content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
} 
.card{
    background-color: #fff;
    width: 21.25em;
    box-shadow: 0 5px 25px rgba(1 1 1/15%);
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
    transition: 0.7s ease;
    min-width: 210px;
}
.card:hover{
    transform: scale(1.1);
}
.icon{
    color: #ba8310;
    font-size: 3em;
    text-align: center;
}
.info h3{
    color: #ba8310;
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px;
}
.info{
    text-align: center;
}
.projects{
    background-color: #000016;
}
.projects .content{
    margin-top: 30px;
}
.project-card{
    background-color: #fff;
    border: 1px solid white;
    min-height: 14em;
    min-width: 23em;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px;
    transition: 0.7s ease;
}
.project-card:hover{
    transform: scale(1.1);
}
.project-card:hover .project-image{
    opacity: 0.9;
}
.project-image img{
    width: 100%;
}
.project-info{
    padding: 1em
}
.project-info p{
    font-size: 1.2em;
    color: #3a6cf4;
    font-weight: 500;
}
.sec{
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
    background-color: aquamarine;
    
}
.secc{
    
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.seccc{
    min-width: 200px;
    min-height: 200px;
    margin: 10px;
    background-color: #3a6cf4;
}
.contact{
    width: 100%;
    padding-right: 20px;
    min-height: fit-content;
    background-color: #000016;
}
.contact h3{
    font-size: 2em;
    color: #3a6cf4;
}
.contact a{
    text-decoration: none;
    font-size: 0.9em;
    color: #f0f0f0;
    transition: 0.5s ease;
}
.contact a:hover{
    color: #3a6cf4;
    text-decoration: underline;


}
.contact p{
    color: rgb(125, 157, 49);
    font-size: 1.5em;
}


.contact{
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #3a6cf4;
}
.social-icons{
    font-size: 50px;
    display: flex;
    min-width: 300px;
    max-width: 300px;
    justify-content: space-between;
    margin: 10px auto; 
}

#more {display: none;}

.projects{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    background-color: #fff;
    align-items: center;
    flex-direction: column;

}
.projects h3{
    display: inline-block;
    margin: 20px auto;
}
.p-card{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
   
}
.img-cardd{
   border-left: 2px solid black;
    border-top: 2px solid black;
    min-width: 400px;
    padding: 150px 0;
    margin-left: 50px;
    background-color: #3a6cf4;
}
.pppppp{
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    min-width: 400px;
    padding: 150px 0;
    margin-right: 50px;
    background-color: #3a6cf4;
}
@media (max-width:900px) {
    .p-card{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
       
    }
    .img-cardd{
         border-left: 2px solid black;
         border-top: 2px solid black;
         min-width: 250px;
         padding: 125px 0;
         margin: 10px auto;
         padding: 0;
     }
     .pppppp{
        padding: 0;
        border-left: 2px solid black;
        border-top: 2px solid black;
        min-width: 250px;
        max-height: 250px;
        margin: 10px auto;
    }
}






.imgg-pro{
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px auto;
}


/* this is about (About us) new-about-us-our-goal*/
/* ======================================================================================================  */
.hero{
    background-color: whitesmoke;
    overflow: hidden;
}
.heading h1{
    color: #b99345;
    font-size: 55px;
    text-align: center;
    margin-top: 35;
}
.container{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 65px auto;
}
.hero-content{
    flex: 1;
    width: 600px;
    margin: 0px 25px;
    animation: fadeInUp 2s ease;

}
.hero-content h2{
    font-size: 38px;
   line-height: 1.5;
   margin-bottom: 40px;
   color: aqua;

}
.hero-content p{
    font-size: 24px;
    margin-bottom: 20px;
    color: #474e5d;

}
.hero-image{
    flex: 1;
    width: 600px;
    margin: auto;
    animation: fadeInRight 2s ease;
}
img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.hero-content button{
    display: inline-block;
    background-color: #b99345;
    color: white;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
}
.hero-content button:hover{
    background-color: #ba8310;
    transform: scale(1.1);
}
@media screen and (max-width:768px) {
    .heading h1{
        font-size: 45px;
        margin-top: 30px;

    }
    .hero{
        margin: 0px;

    }
    .container{
        width: 100%;
        flex-direction: column;
       
       

    }
    .hero-content{
        width: 100%;
       
    }
    .hero-content h2{
        font-size: 30px;
        
    }
    .hero-content p{
     font-size: 15px;
     margin-left: -20px;
     margin-right: -20px;
        
    }
    img{
        max-width:  125px;
        height: auto;
        border-radius: 10px;
        
    }
    .hero-image{
        flex: 1;
        width: 125px;
        margin: auto;
    }

}
@keyframes fadeInUp {
    0%{
        opacity: 0;
        transform: translateY(50px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes fadeInRight {
    0%{
        opacity: 0;
        transform: translatex(-50px);
    }
    100%{
        opacity: 1;
        transform: translatex(0px);
    }
}


/*    sec project   about(test) */
/* ============================================================================== */
.test{
    width: 100%;
    padding: 100px 50px;
    background-color: whitesmoke;
    display: flex;
    flex-direction: column;
}
.test h4{
    background-color: #ba8310;
    color: #fff;
    display: block;
    margin: 10px auto;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 2px solid black;
}
.test-card{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.test-img{
    margin: 10px;
    max-width: 400px;
    min-height: 400px;
    background-position: center;
    background-size: cover;
    background: center;
    border-radius: 50%;
}
.pra{
    margin: 10px;
    max-width: 400px;
    min-width: 150px;
    height: fit-content;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-bottom: 5px solid #ba9342;
}
.test-card h3 p {
    display: block;
}
/* this is for the card2*/
.test2-card{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.test2-card{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.test2-img{
    margin: 10px;
    max-width: 400px;
    min-height: 400px;
    background-position: center;
    background-size: cover;
    background: center;
    border-radius: 50%;
}
.pra{
    margin: 10px;
    max-width: 400px;
    min-width: 150px;
    height: fit-content;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-bottom: 5px solid #ba9342;
}
.test2-card h3 p {
    display: block;
}

@media (max-width:650px) {
    .test-card{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .test-img{
        margin: 10px auto;
        max-width: 150px;
        min-height: 150px;
        background-position: center;
        background-size: cover;
        background: center;
        border-radius: 50%;
    }
    .pra{
        margin: 10px auto;
        max-width: 400px;
        min-width: 150px;
        min-height: fit-content;
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .test2-card{
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-around;
        align-items: center;
    }
}

/* this is for (contact-us) */
/*=======================================================================*/
.contact-us{
    width: 100%;
    padding: 30px 0;
    background-color: aqua;
    display: flex;
    flex-direction: column;
}
.contact-us h3{
    font-size: 30px;
    color: #ba8310;
    margin: 10px auto;
}
.contact-us-card{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.contact-us-card-sec1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 200px;
    background-color: #fff;
}
.contact-us-card-sec2{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 200px;
    width: 200px;
    background-color: #fff;
}
.contact-us-card-sec1-phone{
    display: flex;
    flex-direction: row;
}
.contact-us-card-sec1 p {
    margin-top: 10px;
    font-size: 18px;
    color: #ba8310;
    display: inline-block;
}
.contact-us-card-sec1 i{
    margin-top: 10px;
    font-size: 18px;
    color: #ba8310;
    display: inline-block;
}
.social-icons2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.social-icons2 a{
    color: red;
    font-size: 1.7em;
    padding-right: 30px;
    transition: 0.7s ease;
}
























/* =1=1==1=1=1=1=1==1=1=11=1=1=1=1=1============================================================= */
.project-title-name{
    width: 330px;
    height: 60px;
    margin: 1px auto;
    background: #b99345;
    text-align: center;
    color: white;
    padding-top: 10px;
    font-size: 2em;
    border-radius: 30px;
}






























h1 {
    text-align: center;
  }
  
  ul {
    margin-top: 20px;
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto;
  }
  
  /* line */
  ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
  }
  
  /* columns*/
  
  /* row gaps */
  ul li:not(:last-child) {
    margin-bottom: var(--row-gap);
  }
  
  /* card */
  ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
  }
  
  /* date */
  ul li .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);
  
    text-align: center;
    background-color: #ba8310;
  
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
  
    display: grid;
    place-content: center;
    position: relative;
  
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
  }
  
  /* date flap */
  ul li .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: #ba8310;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;
  
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
  }
  
  /* circle */
  ul li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border: 0.3rem solid #ba8310;
    border-radius: 50%;
    top: 50%;
  
    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  
  /* title descr */
  ul li .title,
  ul li .descr {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.5rem;
  }
  ul li .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
  }
  ul li .descr {
    padding-block-end: 1.5rem;
    font-weight: 300;
  }
  
  /* shadows */
  ul li .title::before,
  ul li .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
  }
  ul li .title::before {
    bottom: calc(100% + 0.125rem);
  }
  
  ul li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
  }
  
  @media (min-width: 40rem) {
    ul {
      grid-template-columns: 1fr var(--line-w) 1fr;
    }
    ul::before {
      grid-column: 2;
    }
    ul li:nth-child(odd) {
      grid-column: 1;
    }
    ul li:nth-child(even) {
      grid-column: 3;
    }
  
    /* start second card */
    ul li:nth-child(2) {
      grid-row: 2/4;
    }
  
    ul li:nth-child(odd) .date::before {
      clip-path: polygon(0 0, 100% 0, 100% 100%);
      left: 0;
    }
  
    ul li:nth-child(odd) .date::after {
      transform: translate(-50%, -50%);
      left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }
    ul li:nth-child(odd) .date {
      border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }
  }
  
  .credits {
    margin-top: 1rem;
    text-align: right;
  }
  .credits a {
    color: var(--color);
  }
  


  /*  ============================================================================    */

/*===================================================================================================================================      */
/* tgis is for about us1*/


.contact-us1-titel h1{
    font-size: 30px;
    border-bottom: 3px solid #ba8310;
    background-color: #b99345;
}
.contact-us1{
    width: 100%;
    background-color: whitesmoke;
    padding-top: 15px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    margin: 10px auto;
   
}
.contact-us1-titel{
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;

}
.contact-us1-background{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px ;
    padding-bottom: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 18px;
    border-bottom: 5px solid #ba8310;
    border-top: 5px solid #ba8310;
    border-left: 1.5px solid #ba8310;
    border-right: 1.5px solid #ba8310;
   
}
.contact-us1-info h5{
    margin-top: 7px;
    background-color: #ba8310;
    color: #fff;
    padding: 5px;
    
}
.contact-us1-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}
.contact-us1-info h2 , p{
    font-size: 15px;
    color: #ba8310;
}
.procode{
    background-image: url(images/brocode.png);
    display: flex;
    width: 200px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.social-icons2 {
    display: flex;
    justify-content: center;
    margin-left: 30px;
    margin-top: 10px;
}

.social-icons2 a {
    margin: 0 10px;
    color: #333;
    text-decoration: none;
    font-size: 24px;
    transition: all ease 0.5s;
}

.social-icons2 a:hover {
    color: #ba8310;
    transform: scale(1.1);
}
@media (max-width:1000px) {
.contact-us1-background{
    flex-direction: column;
}
.contact-us1-titel{
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

}
@media (max-width:600px){
    .contact-us1-background{
        display: none;
    }
}

























.contact-us2-screen{
    width: 100%;
    height: 35px;
    background-color: #ba8310;
    display: flex;
    flex-direction: column;
    border-radius: 10px ;
}
.contact-us2-titel{
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width:600px){
    .contact-us2-screen{
        display: none;
    }

}



/* this is for our-clients-title  */

.our-clients-title{
    
    display: flex;
    flex-direction: row;
    margin: 20px auto;
    text-align: center;
    width: fit-content;
}
.our-clients-title i{
    font-size: 40px;
    background-color: #b99345;
    margin-right:15px;
    color: #474e5d;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
.our-clients-title h1{
    font-size: 40px;
    color: #4e5e6a;
    border-bottom: 3px solid  #b99345;
}

@keyframes slide {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
.logos{
    
    overflow: hidden;
    padding: 60px 0;
    background: whitesmoke;
    white-space: nowrap;
    position: relative;
}
.logos-slide{
    display: inline-block;
    animation: 30s slide infinite linear;
}
.logos-slide {
    height: 100px;
    margin: 0 40px;
}
.our-clients-image{
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 20px;
}



/*-----------------------------*/


.footer {
    background-color: #ba8310;
    color: #fefefe;
    width: 100%;
    margin-bottom: -131px;
   
    
   
  }
  
  .footer .heading {
    color: #fefefe;
    max-width: 1010px;
    width: 90%;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 3rem;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  }
  
  .footer .content {
    display: flex;
    justify-content: space-evenly;
    margin: 1.5rem;
  }
  
  .footer .content p {
    margin-bottom: 1.3rem;
  }
  
  .footer .content a {
    text-decoration: none;
    color: #fefefe;
  }
  
  .footer .content a:hover {
    border-bottom: 2px solid #474e5d;
  }
  
  .footer .content h4 {
    margin-bottom: 1.3rem;
    font-size: 19px;
  }
  
  footer {
    text-align: center;
    margin-bottom: 2rem;
  }
  
  footer hr {
    margin: 2rem 0;
  }
  
  @media (max-width: 767px) {
    .footer .content {
      display: flex;
      flex-direction: column;
      font-size: 14px;
    }
  
    .footer {
      position: unset;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .footer .content,
    .footer {
      font-size: 14px;
    }
  }
  
  @media (orientation: landscape) and (max-height: 500px) {
    .footer {
      position: unset;
    }
  }

  .ppppp{
    color: white;
  }
.hhhhh{
    color:  #ba8310;
}















