body{
    font-family: "Montserrat", sans-serif; background-color: #fff; font-size: 18px; color:#111; font-weight: 400;
}
html {
  scroll-behavior: smooth;
}
.header{ background: #6497b1; padding: 15px 0;}
.flags{position: relative; padding-bottom: 5px;}
.flags .active img{border: 1px solid #fff;}
.flags ul{list-style: none; padding: 0; margin: 0; display: flex; justify-content: center; }
.flags ul li{padding: 0 3px;}
img{max-width: 100%; height: auto;}
.logo{  text-align: center; background: #f6f6f6;  padding: 0 5px; width: 250px; margin: 0 auto;}
.logo img{ height: 50px;}
.logoBot{ font-size: 13px; font-weight:700;}
.navbar{list-style: none; padding: 0; margin: 0; }
.navbar li { padding: 0 10px;}
.navbar li a{ color: #fff; text-decoration: none; font-weight: 600;}

.heroWrapper{ background: #dff9fb; padding:60px 0;}
.heroRunningTxt{ text-align:justify; font-size:20px; }
.heroImg img{border: 8px solid #e7a2fd;     border-radius: 12px 0 12px 0;}

.section1,
.section2,
.section3{ padding: 60px 0;}

.heading{ font-size: 35px; font-weight: 700; background:#7ed6df; padding: 5px 20px; border-radius: 8px; margin-bottom: 10px; display: inline-block;}
.heading2{ font-size:20px; font-weight:600;}


.section2{ background: #f9f9f9; }
.section2Heading{ text-align: center; padding-bottom: 20px;  font-size: 35px; font-weight: 700;}
.section2-logos img{ -webkit-box-shadow: 0 0 10px 0 #A8A8A8;
    box-shadow: 0 0 10px 0 #A8A8A8; border:8px solid #dfadff;}
.section2Txt{ padding-top:25px;     text-align: justify;}

.section4{padding-bottom: 50px;}

.sectionUl ul{list-style: none; padding:20px 0; margin: 0; display: flex; flex-wrap:wrap; margin-left:-20px; margin-right:-20px;}
.sectionUl ul li{width:33.33%; padding-left:20px; padding-right:20px; text-align: justify; line-height: 28px;}
.sectionUl ul li:nth-child(2){ border-left: 1px solid #c1c1c1; border-right: 1px solid #c1c1c1;}

.footerWrapper{ background: #025450; color: #fff; padding-top:30px; line-height: 30px;}
/* .footerWrapper img{ width:20px; display: inline-block; margin-right:10px;} */
.footerWrapper .heading{ color: #000; padding: 15px 20px;}
.footerCopyright{ text-align: center; border-top: 1px solid #027e78; font-size: 14px;  padding-top: 10px; padding-bottom: 10px;}

@keyframes slides {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
  }
  
  .logos:before, .logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
  }
  
  .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
  }
  
  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
  }
  
  .logo_items {
    display: inline-block;
    animation:30s slides infinite linear;
  }
  
  .logos:hover .logo_items {
    animation-play-state: paused;
  }
  
  .logo_items img{
    height: 100px;
  }


  @media(max-width:767px){
    .heading,
    .section2Heading {font-size: 25px;}
    .heroTxt{ padding-top: 30px;}
    .sectionUl ul li{ width: 100%;}
    .sectionUl ul li:nth-child(2){ border: 0;}
    .footerRight{ padding-top: 20px;}
    .section2-logos img{ margin: 10px 0;}
    .flags{margin-top: 10px; }
    .navbar{ font-size: 16px;}
  }

  @media(max-width:575px){
    .section2-logos{ text-align: center;}
  }