:root{
  --primary-color:#CF05CE;
  --text-color:rgb(10, 133, 204);
}

/*
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin: 0px auto;
}
*/
body {
  background-color: #fff;
}






#logo-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 0;
  background: #ffffff;
  
  
}
.brand-logo img {
  height: 39px;
  width: 269px;
}


.right-contact {
  font-size: 1.3rem;
}

.right-contact i {
  padding: 0px 15px;
  font-size: 1.5rem;
  color: #cf05cf;
}

.right-contact i span {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* body{
  position: relative;
} */


/* .navbar{
    margin: 1rem 0px;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}


.hidden-links{
  width: fit-content;
  position: absolute;
  z-index: 999;
  background-color: rgb(40, 117, 4);
  font-size: 1rem;
  text-align: center;
  margin-right: 2rem;
  transform: translateX(-20px);
  transition: all ease-in-out 0.3s;
  
}

.hidden-links ul{
  padding: 5px 10px;
  display: none;
}

.hidden-links ul li a{
  text-decoration: none;
  color: white;
}
.hidden-links ul li a:hover{
  text-decoration: none;
  color: rgb(187, 184, 184);
} */




.hero-section img {
  /* height: 500px; */
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/*  */

#ourclients {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #f9f9f9;
  padding-bottom: 30px;
  height: 150px;
}

#ourclients .clients-wrap {
  display: block;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}

#ourclients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#ourclients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

#ourclients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  width: 150px;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
}

#ourclients h3 {
  border-bottom: 2px solid #3399ff;
  width: 150px;
  padding: 10px;
}

@media screen and (max-width: 480px) {
  #logo-section {
    justify-content: center;
  }

  .right-contact {
    text-align: center;
  }

  .brand-logo img {
    margin: 0px 1rem;
    width: 80%;
  }
}

/* @media screen and (max-width:700px) {
    .navbar{
      margin: 0px;
    }
  } */

/* for resposive */
/* .hemberger{
    color: green;
    font-size: 2.8rem;
    display: none;
    margin-top: 1.5rem;
  } */


@media screen and (max-width:1060px) {
  /* .hemberger {
    display: block;
    text-align: left;
    margin-left: 1.5rem;
    margin-top: 0px;

  } */

  /* .navbar {
    margin: 0px;
  } */
/* 
  .navbar ul {

    display: flex;
    flex-direction: column;
    justify-content: left;
    margin: 0;
  }

  .navbar ul li {
    display: none;
    text-align: left;
    margin-left: 1rem;
  } */



}