
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@900&display=swap');

body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #478D4B;
}

body::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);
  /* box-shadow: inset 0 0 6px rgba(48, 236, 64, 0.3); */
  border-radius: 5%;
}
:root{
    scroll-behavior: smooth;
}


html {
  scrollbar-color: #6969dd #e0e0e0;
  scrollbar-width: thin;
}

body {
    font-family: 'Montserrat', serif !important;
    
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.carousel-indicators [data-bs-target]{
  background-color: #0B0B0B !important;
}

.carousel-control-next, .carousel-control-prev {
 
  width: 5%;
  position: absolute;
 
}



/* *********************************************************************** */
/* Banner Styles */
#banner-section {
  overflow: hidden;
  height: 675px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

#left-section {
  padding-left: 220px;
  padding-top: 40px;
}

#left-section .banner-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 70px;
  color: #478D4B;
  letter-spacing: 1px;
  font-family: 'Montserrat', serif;
}

#left-section .banner-description {
  font-weight: 600;
  font-size: 12px;
  line-height: 28px;
  color: #4F4F4F;
  letter-spacing: 1px;
  padding-top: 0px;
}

#left-section p {
  padding-top: 50px;
  font-weight: 600;
  font-size: 12px;
  line-height: 27px;
  color: #4F4F4F;
}

#right-section #banner-image {
  width: 750px;
}
#right-section #banner-image1 {
  width: auto;
}

#btn1{
  width: 160px;
  height: 50px;
  color: #FFFFFF;
  background-color: #184876;
  margin-top: 35px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  border-radius: 4px;
  margin-right: 30px;
}

#btn2{
  width: 220px;
  height: 50px;
  background: #FFFFFF;
  border: 3px solid #184876;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #184876;
  margin-top: 35px;
}


@media (max-width: 1920px) {
 
}

@media (max-width: 1560px) {
  #banner-section {
      height: 700px;
  }

  #left-section {
      padding-left: 120px;
  }

  #left-section .banner-title {
      font-size: 18px;
  }
  
  #right-section #banner-image {
      width: 720px;
  }
}
@media (max-width: 1440px){
  #left-section .banner-title {
      font-size: 18px;
  }
}
@media (max-width: 1200px) {
  #left-section .banner-title {
      font-size: 18px;
  }

  #left-section .banner-description {
      font-size: 12px;
  }

  #left-section p {
      padding-top: 12px;
  }

  #right-section #banner-image {
      width: 650px;
  }
  #btn1 {
    width: 110px;
    font-size: 12px;
  }
  #btn2{
    width: 175px;
    font-size: 12px;
  }
}

@media (max-width: 1080px) {
  #banner-section {
    height: 576px;
  }

  #left-section {
      padding-left: 60px;
  }

  #right-section #banner-image {
      width: 600px;
  }
  #right-section #banner-image1 {
    width: 600px;
}
#btn1 {
  width: 110px;
  font-size: 12px;
}
#btn2{
  width: 175px;
  font-size: 12px;
}
}

@media (max-width: 1024px) {
  #banner-section {
      overflow: hidden;
      height: fit-content;
  }

  #left-section .banner-title {
      font-size: 18px;
  }

  #right-section #banner-image {
      width: 550px;
  }
  #right-section #banner-image1 {
    width: 550px;
  }
}

@media (max-width: 900px) {
  #banner-section {
      height: 840px;
  }
  #right-section #banner-image {
      width: 460px;
  }
  #right-section #banner-image1 {
    width: 460px;
  }
}

@media (max-width: 768px) {
  #banner-section {
      height: 410px;
      padding-top: 40px;
      padding-bottom: 60px;
  }

  #left-section {
      padding-left: 30px;
  }

  #left-section .banner-title {
      line-height: 50px;
      font-size: 18px;
  }

  #left-section .banner-description {
      font-size: 12px;
      padding-top: 10px;
  }

  #right-section #banner-image {
      width: 430px;
  }
  #right-section #banner-image1 {
    width: 430px;
  }

  #left-section p {
      font-size: 12px;
      line-height: 10px;
  }
  #btn1 {
    width: 100px;
    font-size: 12px;
}

#btn2 {
  width: 130px;
  font-size: 12px;

}
}

@media (max-width: 479px) {

  #banner-section {
    height: fit-content;
}
#banner-section .row{
  text-align: center;
  margin-left: -20px;
  left: 10%;
  margin-right: 20px;
}

  #btn1 {
    width: 100px;
    font-size: 12px;
}

#btn2 {
  width: 140px;
  font-size: 12px;
}

  #left-section {
      padding-bottom: 40px;
  }

  #left-section .banner-title {
      font-size: 18px;
  }

  #right-section #banner-image {
      width: 370px;
  }
  #right-section #banner-image1 {
    width: 370px;
    margin-left: 0px !important;
  }
}

@media (max-width: 375px) {
  #right-section #banner-image {
      width: 300px;
  }
  #right-section #banner-image1 {
    width: 300px;
   
  }
}
/* Banner styles end */
/* *********************************************************************** */









/* Introductionnn */
#section-1{
  /* border: solid red 3px; */
  background-image: url(../img/home/homebg1.webp);
  padding-left: 120px;
  padding-right: 120px;
  background-repeat: no-repeat;
  background-size: cover;
}

#section-1 .title{
text-align: center;
font-size: 18px;
color: #184876;
text-decoration: underline;
text-underline-offset: 15px;
text-decoration-color: #478D4B;
line-height: 54px;
padding-top: 50px;
font-weight: 600;
letter-spacing: 2px;
}
#section-1 .description p{
  font-size: 12px;
  color: black;
  font-family: 'Montserrat', serif !important;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 2px;
  padding-top: 110px;
  padding-right: 70px;
  text-align: justify;
}
#section-1 .img-section{
  position: relative;
  top: 77px;
  left: 77px;
}

#section-1 .img-section .img-1{
  position: absolute;
  top: 70px;
  left: 70px;
  width: 80%;
}

#section-1 .img-section .img-2{
  position: absolute;
  width: 90%;
}

#section-1 .description{
  padding-bottom: 190px;
}

@media (max-width: 2560px) {
  #section-1 {
      padding-left: 320px;
      padding-right: 320px;
  }

  #section-1 .title {
      font-size: 18px;
  }

  #section-1 .description {
      padding-bottom: 400px;
  }

  #section-1 .description p {
      font-size: 12px;
  }
}

@media (max-width: 1920px) {
  #section-1{
      padding-left: 220px;
      padding-right: 220px;
  }

  #section-1 .title {
      font-size: 18px;
  }

  #section-1 .description {
    padding-bottom: 180px;
  }

  #section-1 .description p {
      font-size: 12px;
  }
}

@media (max-width: 1560px) {
  #section-1{
      padding-left: 120px;
      padding-right: 120px;
      padding-bottom: 80px;
  }

  #section-1 .title {
      font-size: 18px;
  }

  #section-1 .description {
      padding-bottom: 120px;
  }

  #section-1 .description p {
      font-size: 12px;
  }

}
/***** ipad ******/

@media (max-width: 1080px) {
  #section-1 .img-section {
      left: 0px;
  }

  #section-1 .description {
      padding-bottom: 60px;
  }
}


/***** ipad nd tab ******/

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
  #section-1{
      padding-left: 60px;
      padding-right: 60px;
  }
  #section-1 .title {      
      font-size: 18px;
  }

  #section-1 .description {
      padding-bottom: 40px;
  }

  #section-1 .description p {               
      padding-top: 70px;
      padding-right: 0px;
  }

  #section-1 .img-section {
      top: 96px;
      left: 25px;
  }

  #section-1 .img-section .img-1{
      width: 80%;
  }

  #section-1 .img-section .img-2{
      width: 92%;
  }
}
  

/***** iphone roatate******/

@media (max-width: 767px) {
  #section-1{
      padding-left: 60px;
      padding-right: 60px;
  }
  #section-1 .title {      
      font-size: 18px;
  }

  #section-1 .description {
      padding-bottom: 420px;
  }

  #section-1 .description p {
      padding-top: 50px;
      padding-right: 0px;
  }
  #section-1 .img-section {
      top: -410px;
      left: 40px;
  }

  #section-1 .img-section .img-1{
      top: 60px;
      left: 60px;
      width: 80%;
  }

  #section-1 .img-section .img-2{
      width: 80%;
  }
}



/***** iphone ******/
@media (max-width: 479px) {
  #section-1 {
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 0px;
  }

  #section-1 .title {
    font-size: 18px;  
  }

  #section-1 .description {
      padding-bottom: 300px;
  }

  #section-1 .description p {
      font-size: 12px;
      padding-right: 0px;
      padding-top: 30px;
      text-align: justify;
  }

  #section-1 .img-section {
      top: -290px;
      left: 0px;
  }

  #section-1 .img-section .img-1{
      top: 30px;
      left: 40px;
      width: 85%;
  }

  #section-1 .img-section .img-2{
      width: 92%;
  }
}

/* Introduction Ends 
*******************************************************************************************************/


/* Section2 Starts */

#section-2{
  height: fit-content;
  width: 100%;
  /* background-image: url('../img/about/aboutusbg2.png'); */
  /* background-image: url('../img/home/counterbg1.png'); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-left: 220px;
  padding-right: 220px;
  padding-top: 90px;
  padding-bottom: 90px;
}

#section-2 .desc1{
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #66BB6A;
  padding-top: 20px;
  letter-spacing: 1px;
}

#section-2 .desc2{
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  color: #184876;
  text-align: center;
  letter-spacing: 1px;
  
}

#section-2 .potss{
  height: 80px;
}


@media (max-width: 1560px) {
  #section-2{
      padding-left: 120px;
      padding-right: 120px;
  }
}
/***** ipad ******/

@media (max-width: 1080px) {
  #section-2{
      padding-top: 45px;
  }
  #section-2 .desc1{
      font-size: 12px;
  }

  #section-2 .desc2{ 
      font-size: 12px;
  }
}

/***** ipad nd tab ******/

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
  #section-2{
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 35px;
      padding-bottom: 25px;
  }

  #section-2 .desc1{
      font-size: 12px;
      line-height: 20px;
  }

  #section-2 .desc2{ 
      font-size: 12px;
  }

  #section-2 .potss{
      height: 50px;
      line-height: 15px;
  }
}

/***** iphone roatate******/

@media (max-width: 767px) {
  #section-2{
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 35px;
      padding-bottom: 25px;
  }
  #section-2 .desc1{
      font-size: 12px;
      line-height: 20px;
  }

  #section-2 .desc2{ 
      font-size: 12px;
  }

  #section-2 .potss{
      height: 50px;
      line-height: 15px;
  }
}

/***** iphone ******/
@media (max-width: 479px) {
  #section-2{
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 15px;
      padding-bottom: 0px;
  }
  #section-2 .desc1{
      font-size: 12px;
      line-height: 0px;
      padding-top: 15px;
  }

  #section-2 .desc2{ 
      font-size: 12px;
      margin-top: -10px;
  }

  #section-2 .potss{
      height: 20px;
      line-height: 0px;
  }
}

/* Section2 ends
******************************************************************************************************** */


/* Section3 starts************************************************************************************** */
#section-3  {
  background-image:url('../img/home/group-photo.jpg');
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#section-3 .hero-text {
  text-align: center;
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*background: rgba(255, 166, 0, 0.534);
  padding: 20px;
  color: #fff;
  text-align: center;
  border-radius: 20px;*/
}

#section-3 h2{
  font-weight: bolder;
  font-size: 18px;
  line-height: 0px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 1px;;
}
#section-3 a{
  /*opacity: 62%;*/
  font-size: 12px;
  line-height: 60px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: normal;
} 

/***** ipad ******/

@media (max-width: 1080px) {
  #section-3 { 
    height: 400px;
  }
}

/***** ipad nd tab ******/

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
  #section-3 { 
    height: 400px;
  }

  #section-3 h2 {
    font-size: 18px;
    line-height: 50px;
  }
}

/***** iphone roatate******/

@media (max-width: 767px) {
  #section-3 { 
    height: 250px;
  }
}


/***** iphone ******/
@media (max-width: 479px) {
  #section-3 {
    height: 180px;
  }
  #section-3 h2 {
    font-size: 18px;
    line-height: 20px;
  }

  #section-3 a {
    font-size: 12px;
    line-height: 30px;
  }
}

/* Section 3 ends ************************************************************************************************* */


/* Section4 starts
******************************************************************************************************************** */
#section-4{
  margin-bottom: 80px;
  margin-top: 40px;
}
#section-4 .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  color: #184876;
  letter-spacing: 2px;
  padding-top: 60px;
  padding-bottom: 0px;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #478D4B;
}

.swiper {
  width: 100%;
  height: 600px;
  
}

.swiper-slide {
  text-align: center;
  font-size: 12px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: rgba(79, 79, 79, 0.2) !important;
}

#divider {
  margin-top: 50px;
  margin-left: 80px;
  margin-right: 80px;
  margin-bottom: 0px;
  background-color: #EBF3EB;
}

#testimonial-img {
  padding-left: 0px;
}

#testimonial-content img {
  margin-top: 20px;
  height: 70px;
  width: auto;
}

#testimonial-content p {
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  color: rgba(79, 79, 79, 0.7);
  text-align: justify;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
}

#testimonial-content .name {
  padding-top: 0px;
  text-align: right;
  line-height: 10px;
}

/***** ipad ******/

@media (max-width: 1080px) {
  #testimonial-content img {
      height: 50px;
  }
  #testimonial-content p {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 0px;
  }
}

@media (max-width:900px){
  #testimonial-img {
    display: none;
}
#testimonial-content{
  width: 100%;
}
}
/***** iphone roatate******/

@media (max-width: 767px) {
  #divider {
      margin-top: 50px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 10px;
      background-color: #EBF3EB;
  }
  #testimonial-content{
      padding: 20px;
  }
  

  #section-4 .title {  
      font-size: 18px;
      padding-bottom: 0px;
  }
}

@media (max-width : 479px) {
  #section-4 {
    margin-bottom: 80px;
    margin-top: 0px;
}

#section-4 .title {
  font-size: 18px;
  padding-bottom: 50px;
}
.swiper {

  height: auto;
}
}

/* Section4 Ends
********************************************************************************************************** */


/* Product Section Styles */
 
:root {
 
  /* grey used for paragraphs */
  --clr-grey-5: hsl(210, 22%, 49%);
  --clr-grey-6: hsl(209, 23%, 60%);
  --clr-grey-7: hsl(211, 27%, 70%);
  --clr-grey-8: hsl(210, 31%, 80%);
  --clr-grey-9: hsl(212, 33%, 89%);
  --clr-grey-10: hsl(210, 36%, 96%);
  --clr-white: #fff;
  --clr-red-dark: hsl(360, 67%, 44%);
  --clr-red-light: hsl(360, 71%, 66%);
  --clr-green-dark: hsl(125, 67%, 44%);
  --clr-green-light: hsl(125, 71%, 66%);
  --clr-black: #222;
  --transition: all 0.3s linear;
  --spacing: 0.25rem;
  --radius: 0.5rem;
  --light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  --dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  --max-width: 1170px;
  --fixed-width: 620px;
 }
 
 #product-section{
   padding-left: 20px;
   padding-right: 20px;
 }
 #product-section .btn {
 
   display: flex;
   background: #478D4B;
   border-radius: 4px;
   font-weight: 700;
   font-size: 12px;
   line-height: 20px;
   text-align: center;
   color: #FFFFFF;
   letter-spacing: 1px;
   height: 50px;
   width: 157px;
   justify-content: center;
   align-items: center;
 }
 
 #product-section .btn:hover {
  color: var(--clr-white);
  background: #bbe0bd;
 }
 /* section */
 #product-section .section {
  padding: 5rem 0;
 }
 
 #product-section .section-center {
  width: 90vw;
  margin: 0 auto;
  max-width: 1170px;
 }
 @media screen and (min-width: 992px) {
  /* #product-section .section-center {
    
  } */
 }
 #product-section main {
  min-height: 100vh;
  display: grid;
  place-items: center;
 }

 @media (max-width: 479px) {
  #product-section h1 {
    font-size: 18px !important;  
}

 }
 /*
 =============== 
 About
 ===============
 */
 
 @media screen and (min-width: 992px) {
  
  #product-section .about-center {
    display: grid;
    column-gap: 2rem;
  }
 }
 #product-section .about {
  background: var(--clr-white);
  border-radius: var(--radius);
  display: grid;
  grid-template-rows: auto 1fr;
 }
 #product-section .btn-container {
  /* border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius); */
  display: grid;
  /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
  grid-template-columns: 1fr 1fr 1fr 1fr;
 }
 #product-section .tab-btn:nth-child(1) {
  border-top-left-radius: var(--radius);
 }
 #product-section .tab-btn:nth-child(5) {
  border-top-right-radius: var(--radius);
 }
 #product-section .tab-btn {
  padding: 1rem 0;
  border: none;
  text-transform: capitalize;
  font-size: 12px;
  display: block;
  background: var(--clr-grey-9);
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 2PX;
 }
 #product-section .tab-btn:hover:not(.active) {
  background: #478D4B;
  color: #ffffff;
 }
 #product-section .about-content {
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  padding: 2rem 1.5rem;
  background: #EBF3EB;
 }
 /* hide content */
 #product-section .content {
  display: none;
 }
 #product-section .tab-btn.active {
  background: #eaf3eb;
 }
 #product-section .content.active {
  display: block;
 }
 
 #product-section h1{
  font-weight: 600;
  font-size: 18px;
  /* line-height: 54px; */
  text-align: center;
  color: #184876;
  padding-bottom: 70px;
  padding-top: 80px;
  letter-spacing: 1px;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #478D4B;
 }
 
 #product-section .about-content p{
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  color: #4F4F4F;
  text-align: justify;
  LETTER-SPACING: 2px;
 }
 
 #product-section #tab-description{
   padding-left: 30px;
   padding-right: 30px;
 }
 
 .content img{
   border-radius: 5px;
   width: 80%;
   margin-left: 60px;
 }

 @media (max-width : 479px) {
  #product-section .btn-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #product-section .about-content p {
    font-size: 12px;
    LETTER-SPACING: 1px;
    padding-top: 15px;
}
#product-section{
  padding-left: 0px;
  padding-right: 0px;
}
 }
/* Products section ends */

/* **************************************************************************** */
/* Investors section */
#investors{
  margin-top: 80px;
  margin-bottom: 20px;
}

#investors h2{
  font-style: normal;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #184876;
  letter-spacing: 0.2rem;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #478D4B;
}

#investors .invest{
  background: #ebf3eb;
  width: 170px;
  height: 100px;
  margin: 20px;
  border-radius: 4px;
}

#investors  .invest .naba{
  padding: 20px;
}


#investors .invest img{
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

}

#investors .invest img:hover{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

@media only screen and (max-width: 1024px) {

  #section-2  .invest .naba{
      padding: 20px;
  }
}

@media only screen and (max-width: 920px) {
  #section-2  .invest .naba{
      padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #section-2  .invest .naba{
      padding: 20px;
  }
}

@media only screen and (max-width: 600px) {
  
  #section-2 .invest{
      width: 142px;
      height: 96px;
      margin: 5px;
      margin-top: 20px;
  }

  #section-2  .invest .naba{
       padding: 12px;
   }
}

@media only screen and (max-width: 320px) {
  
  #section-2 .invest{
      width: 142px;
      height: 96px;
      margin: 5px;
      margin-top: 20px;
  }

  #section-2  .invest .naba{
       padding: 12px;
   }
}


/* ***************************************************************************************** */
/* cliennt section */

#client-sec{
  margin-top: 80px;
  margin-bottom: 20px;
}

#client-sec h2{
  font-style: normal;
  font-size: 18px!important;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #184876;
  letter-spacing: 0.2rem;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #478D4B;
}


#client-sec .clients{
  background: #EBF3EB;
  margin: 25px;
  width: 170px;
  height: 100px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 4px;
}

#client-sec .clients img{
  width: 105%;
  padding: 20px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#client-sec .clients img:hover{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}


@media only screen and (max-width: 1024px) {
  
  #client-sec{
      overflow-x: hidden;
  }

  #client-sec .clients{
      margin: 10px;
      width: 200px;
      height: 110px;
      margin-top: 30px;
  }

  #client-sec .clients img{
      padding: 0px;
      padding-top: 10px;
  }
}

@media only screen and (max-width: 920px) {
  
  #client-sec{
      overflow-x: hidden;
  }

  #client-sec .clients{
      margin: 10px;
      width: 140px;
      height: 80px;
      margin-top: 30px;
  }

  #client-sec .clients img{
      padding: 0px;
      padding-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  
  #client-sec{
      overflow-x: hidden;
  }

  #client-sec .clients{
      margin: 10px;
      width: 140px;
      height: 80px;
      margin-top: 30px;
  }

  #client-sec .clients img{
      padding: 0px;
      padding-top: 10px;
  }
}

@media only screen and (max-width: 600px) {
 
   #client-sec .clients{
       margin: 10px;
       width: 140px;
       height: 80px;
       margin-top: 30px;
   }

   #client-sec .clients img{
       padding: 0px;
       padding-top: 10px;
   }
}
@media only screen and (max-width:479px){
  #client-sec {
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: -80px
}

}
@media only screen and (max-width: 320px) {
  
   #client-sec .clients{
       margin: 10px;
       width: 140px;
       height: 80px;
       margin-top: 30px;
   }

   #client-sec .clients img{
       padding: 0px;
       padding-top: 10px;
   }
  }
/* *********************************************************************** */

