
  .open-button {
  background-color: #7f7e9b;
  border-radius: 30px;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 10px;
  right: 30px;
  width: 55px;
  z-index: 1;
}
/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #002147;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}


  .latest_news {
font-size:14px; 
color:#3B5998;
  }

  .request_data_tabs a{
    font-size:14px; 
color:#3B5998;
  }

  #rcorners1{
   background-color:#333366;
   border: 2px solid #333366;
  border-radius: 25px;
   padding: 2px; 
   /*color: #FFFFFF;*/
   color : white;
   font-size:16px;
   }
    #rcorners1 a{
      font-size:14px; 
      color : white;
   }
   
    #rcorners3{
   border: 1px solid #333366;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* border-radius: 25px;*/
   padding: 2px; 
   colo:#000033;
   font-size:16px;
   width:95%;
   height:auto;
   background-color:#FFFFFF; 
   } 
   
   .rcorners3.img{
   padding-left:10px;
   }
    #rcorners3:hover{
    background-image: -webkit-gradient(linear, left top, right top, from(#bbbbdd), to(#2c8cb3));
    background-image: linear-gradient(90deg, #bbbbdd 0%, #333366 100%);
  /*background-color:#0069d9;*/
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: inset 0 0 0 1px #333366;

   } 
   

 .section-title {
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  color:#003399;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}


  .clients{
    border-top: solid 2px lightgrey;
    border-bottom: solid 2px lightgrey;
    padding-top:50px;
    padding-bottom:50px; 
  }
 .clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #003399;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color:#003399;
}
.clients .swiper-slide img {
  /*opacity: 1;*/
  opacity: 1;
  transition: 0.3s;
  filter: grayscale(100%);
}
.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none;
} 
.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  color:#ffffff;
}
.testimonials {
  padding: 20px 0;
   /* background: url("../img/background/slider-bg.jpg") no-repeat;*/
  background-color:#122CA9;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  /*border: 6px solid rgba(255, 255, 255, 0.15);*/
  border: 6px solid #122CA9;
  margin: 0 auto;
}
.testimonial-img:hover{
    transform: scale(1.1);
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}
.swiper-slide p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
  text-align: center;
  
}
.swiper-pagination {
  margin-top: 10px;
  position: relative;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }