@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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

section[data-cattype="83009"] ul.listImage li,
section[data-cattype="83009"] ul.listImage li .wrapper_image{
    width: 150px;
    height: 112px;
    border: none;
}
section[data-cattype="83009"] ul.listImage li{  margin: 10px;}

section[data-cattype="83009"] .row {
    display: flex;
    align-items: center; /* Vertical center alignment */
  }


section[data-cattype="83009"] .iso-logo-icon img{
  border-radius: 0px !important;
  width: 60px;
}

section[data-cattype="83009"] .title{
    font-size: 300px;
    font-family: 'Roboto';
    font-weight: bold;
    color:#f6f6f6;
    margin-right: -500px;
    margin-left: -500px;
    margin-bottom: -210px;
    margin-top: -20px;
}

section[data-cattype="83009"] #titleColumn{
    text-align: justify;
    margin-left: -80px;
    margin-right: 100px;
}

section[data-cattype="83009"] .whoweare {
    font-size: 50px;
    font-family: 'Roboto';
    text-transform: capitalize;
    margin-top: -10px;
  }

  section[data-cattype="83009"] .custom-button {
    background-color: #F7B719;
    padding: 15px 60px;
    border-radius: 40px;
    border: none;
    color: white;
    cursor: pointer;
    transition: color 0.6s ease, background-color 0.6s ease; /* Smooth transition for color and background-color */
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto';
    position: relative;
    z-index: 99;
}

section[data-cattype="83009"] .custom-button:hover {
    color: #004A58;
    border: 2px solid #F7B719;
    background-color: #fff;
}

section[data-cattype="83009"]  p {
    font-family: 'Montserrat';
  }


section[data-cattype="83009"]  .iso-logo-icon1 img {
    width: 100%;
    border-radius: 0px;
    display: block;
}

section[data-cattype="83009"] .iso-logo-icon1 {
  width: 284px;
}

section[data-cattype="83009"]  #numbercounter {
    margin-top: -50px;
	position: relative;
    left: 593px;
  	width: 95%;
  }

section[data-cattype="83009"] .counter {
    font-size: 70px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #00169F;
    margin-bottom: -15px;
  }

  @media (max-width: 1400px) {

	section[data-cattype="83009"] #numbercounter {
    left: 547px;
  }   

    section[data-cattype="83009"] .title {
    font-size: 200px;
    margin-bottom: -147px;
    margin-top: -74px;
   }
    section[data-cattype="83009"] .whoweare {
    font-size: 38px;
    }
    section[data-cattype="83009"] p {
      font-size: 14px;
    }
    section[data-cattype="83009"] .custom-button {
      font-size: 14px;
    }
    section[data-cattype="83009"] .counter {
      font-size: 50px;
    }
    section[data-cattype="83009"] .description {
      font-size: 14px;
    }
  
  }

  @media (max-width: 480px) {

  section[data-cattype="83009"] #numbercounter {
    position: relative;
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-bottom: -35px;
    padding: 0 20px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  section[data-cattype="83009"] #numbercounter > .counter-col {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    text-align: center;
  }

  section[data-cattype="83009"] #numbercounter > .counter-col:last-child:nth-child(odd) {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  section[data-cattype="83009"] .col-12 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }

  section[data-cattype="83009"] .title {
    font-size: 200px;
    margin-top: -81px;
  }

  section[data-cattype="83009"] .iso-logo-icon img {
    width: 90px !important;
    border-radius: 0 !important;
  }

  section[data-cattype="83009"] .iso-logo-icon1 {
    width: 229px;
    max-width: 100%;
  }

  section[data-cattype="83009"] img {
    margin-top: 0;
    padding: 20px;
  }

  section[data-cattype="83009"] .whoweare {
    margin-top: -38px;
    margin-left: 182px;
    font-size: 28px;
    text-align: center;
  }

  section[data-cattype="83009"] p {
    margin-left: 113px;
    margin-right: -73px;
    font-size: 14px;
  }

  section[data-cattype="83009"] .custom-button {
    width: 55%;
    margin-left: 178px;
    font-size: 14px;
  }

  section[data-cattype="83009"] #WhoWeAre {
    margin-top: -105px;
  }

  section[data-cattype="83009"] .counter {
    font-family: "Roboto", sans-serif;
    font-size: 38px;
  }

  section[data-cattype="83009"] .description {
    margin-top: 10px;
    font-size: 15px;
  }
}