#logo img {
    height: 70px;
    margin-left: 0px;
}

.slideshow-container div img {
    height: 700px;
    width: 5px;
}

.topClass {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: rgb(255, 255, 255);
    background-color: #23262D(0, 0, 0);
    height: 35px;
}
.topRightButton {
    background-color: rgb(222, 148, 0);
    height: 25px;
    color: rgb(255, 253, 253);
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0px 0px;
    padding: 0px 2px;
    font-size: 0.6rem;
}
.lesmar {
    margin-right: 5px;
  }
  .moremar {
    margin-right: 10px;
  }
.topRightIcons {
    position: absolute;
    top: 0px;  
}
.topLeftIcon {
    position: absolute;
     top: 20px;
    left: 0%; 
    font-size: 0.6rem;
}
#topNav {
    background-color: rgb(0, 0, 0);
}
.topRightIcons div {
    font-size: 0.5rem;
}
.topLeftIcon {
    display: flex;
    position: absolute;
    left: 10px;
}
ul {
    display: flex;
    position: absolute;
    right: 15px;
}
/* #lowerNav {
    background-color: black;
    position: sticky;
    top: 0px;
    z-index: 2;
  } */
/* ===================================================== */
.animated-text{
    color: #000000;
    position: absolute;
    top: 200px;
    left: 130px;
    background-color:transparent;
    padding: 0 20px;
    height: 60px; 
    /* border: 2px solid rgb(0, 0, 0); */
}
.line{
    font-weight: bolder;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    text-align: justify;
    letter-spacing: -2px;
}
.animated-text2 {
    color: #fff;
    position: absolute;
    top: 50px;
    right: 30px;
    background-color: transparent;
    padding: 0 0px;
    height: 60px;
    /* border: 2px solid rgb(255, 34, 34); */
}
.para{
    margin-right: 30px;
    text-align: center;
    font-size: 0.6em;
    line-height: 15px;
    text-align: justify;
}
.animated-text3{
    color: #000000;
    position: absolute;
    bottom: 250px;
    left: 160px;
    background-color:transparent;
    padding: 0 0px;
    height: 30px;
    z-index: 1;
   
}
.animated-text4{
    position: absolute;
    bottom: 80px;
    left: 130px;
    background-color:transparent;
    padding: 0 0px;
    height: 50px;
}
.para-down{
    text-align: center;
    font-size: 0.7em;
    line-height: 15px;
}
.down-button {
    background-color: rgb(164, 2, 2);
    height: 45px;
    width: 200px;
    color: rgb(255, 253, 253);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
  }
/* =========================================== */
/* part2----------------------------- */
.part2Box {
    height: 150px;
    width: 480px;
    margin-right: 8px;
    text-align: center;
}
#part2Box1{
    margin-top: 8px;
   height: 150px;
   width: 280px;
    padding: 0 100px;
    display: flex;
    border: 10px double #727272;
}
#part2Box1 h3{
    font-size: 50px;
    margin-right: 8px;
    margin-left: -80px;
    margin-top: 0px;
    color: #D39C4B;
}
#part2Box2{
    padding-top: 25px;
}
#part2Box2 h3{
    font-size:20px;
    margin-top: -20px;
}
#part2{
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 140px;
    padding-left: 40px;
    padding-right: 0px;
    height: 500px;
    align-items: center;
}
#part2Button a{
    text-decoration: none;
    color: white;
    padding:0px;
}
#part2Box3 p {
    margin-top: 30px;
    margin-right: 40px;
    font-size: 0.6rem;
    color: #7A7A7A;
    text-align: center;
}
/* ==================================================== */
/* part22--------------------------- */
#part22{
    margin-top: -90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 25px;
}
.part22 {
    height: 350px;
    width: 230px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.part22 img {
    height: 350px;
    width: 230px;
    z-index: -9;
}
.insidePic {
    height: 300px;
    width: 200px;
    margin: 25px 15px;

}

.insidePic:hover {
    height: 300px;
    width: 200px;
}
/* ============================================== */
/* part24--- */
#part24{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#part23 h4 {
    font-size: 15px;
    margin-left: 20px;
    margin-top: 40px;
    color: #D39C4B;
}

#part23 h3 {
    font-size: 20px;
    margin-left: 20px;
    word-spacing: -3px;
    margin-top: -20px;
    color: #fff;
}
/* ==================================================== */
/* part25---------- */
.part25Box{
    height: 500px;
    width: 90%;
    border: 2px solid;
    margin: 50px 30px;
    position: relative;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
}
.insidePart25Box1 iframe{
    position: absolute;
    top: 240px;
    left: 250px;
    height: 200px;
    width: 400px;
  }
  .part24InBox {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    border: 2px solid;
    margin-left: 0px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #727272;
}

#part24 i {
    font-size: 30px;
    color: white;

}

.part24Box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    margin-bottom: 20px;
}

#part24 {
    margin-left: 0px;
}

.part24Box h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 10px;
}

.part24Box p {
    margin-top: -5px;
    font-size: 12px;
    line-height: 25px;
    color: #7A7A7A;
}
/* ===================================== */
/* part26----------- */
#part26 h3{
    font-size: 30px;
}
.part26PicPart{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 200px;
}
.part26PicPart2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 200px;
}
.part26pic {
    height: 230px;
    width: 450px;
    margin-bottom: 20px;
}

.part26pic img {
    height: 230px;
    width: 450px;
}
/* ================================== */
/* part27================= */
#part27 h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: -80px;
}
/* ======================================= */
/* part27================= */
#part27 h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: -80px;
}
/* slider================== */
main {
    width: 95%;
    height: 260px;
    box-shadow: 0px 0px 3px grey;
    margin-top: 90px;
    position: relative;
    overflow: hidden;

}

.nav button {
    font-size: 15px;
    padding: 2px 0px;
}

main .prev2 {
    position: absolute;
    top: 50%;
    left: 5px;
    z-index: 2;
}

main .next2 {
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 2;
}
.slide p{
    font-size: 1rem;
    margin-left: 10px;
  }
/* ========================================== */
/* counter============== */
.insideCounter h1 {
    margin-top: -30px;
    color: #D39C4B;
    font-size: 20px;
}

.insideCounter div {
    flex-wrap: wrap;
    text-align: center;
    height: 80px;
}

.insideCounter p {
    color: #fff;
    font-size: 15px;
    margin-top: -15px;
}
/* about======================== */
#about,#spectrum,#clients,#asso{
    text-align: center;
   padding: 2px 1px;
   
}
#about h3{x
    font-size: 2rem;
}
#about p{
    padding: 0 30px;
}
#spectrum h3{
    font-size: 2rem;
}
#clients,#asso{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#clients img,#asso img{
    height: 200px;
    width: 400px;
}