/* slider  */

.slider {
    /* new updates  */
  }
  .slider .images {
    width: 100%;
    margin-top: 100px;
  }
  .slider .sliderPara {
    font-weight: 100;
    font-size: 12px;
  }
  .slider .sliderNames {
    border-top: 1px solid rgb(218, 215, 215);
    width: 20%;
    padding-top: 5px;
    font-weight: 700;
    font-size: 14px;
  }
  .slider .sliderHeadings {
    font-weight: 600;
    font-size: 15px;
  }
  .slider #news-slider {
    margin-top: 80px;
  }
  .slider .post-slide {
    margin: 20px 15px 20px;
    padding-top: 1px;
    box-shadow: 0px 2px 4px rgba(7, 4, 146, 0.1);
    height: 220px;
  }
  .slider .post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
  }
  .slider .post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
  }
  .slider .post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
  }
  .slider .post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(
      -45deg,
      rgba(6, 190, 244, 0.75) 0%,
      rgba(45, 112, 253, 0.6) 100%
    );
    transition: all 0.5s linear;
  }
  .slider .post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
  }
  .slider .post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
  }
  .slider .post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
  }
  .slider .post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
  }
  .slider .post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
  }
  .slider .post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
  }
  .slider .post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
  }
  .slider .post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #cfdace;
  }
  .slider .post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196f3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
  }
  .slider .post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
  }
  .slider .owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .slider .owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: 39%;
    left: -33px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    border: 1px solid #f27c12;
    height: 42px;
    align-content: space-between;
    display: flex;
    align-items: end;
  }
  .slider .owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: 39%;
    right: -33px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    border: 1px solid #f27c12;
    height: 42px;
    align-content: space-between;
    display: flex;
    align-items: end;
  }
  .slider .owl-controls .owl-buttons .owl-prev:after,
  .slider .owl-controls .owl-buttons .owl-next:after {
    content: url(images/Group\(8\).svg);
    /* font-family: FontAwesome; */
    color: #f27c12;
    font-size: 30px;
  }
  .slider .owl-controls .owl-buttons .owl-next:after {
    content: url(images/Group\(9\).svg);
  }
  @media only screen and (max-width: 1206px) {
    .slider .sliderPara {
      margin-left: 20px;
    }
  }
  @media only screen and (max-width: 1280px) {
    .slider .post-slide .post-content {
      padding: 0px 15px 25px 15px;
    }
  }
  @media only screen and (max-width: 768px) {
      .flags .vpnServersO {
    margin-left: 52px;
  }
      .img-fluid.me-md-3.mb-3.mb-md-0 {
    margin-bottom: 0px !important;
  }
  }
  
  @media only screen and (max-width: 700px) {
    .slider .lastContainerHeading {
      height: 44px;
      font-family: "Poppins";
      font-style: normal;
      font-weight: 700;
      font-size: 31px;
      line-height: 44px;
      text-align: center;
      color: #000000;
    }
    .slider .categoriesPara {
      margin-top: 80px;
    }
      .img-fluid.me-md-3.mb-3.mb-md-0 {
    margin-bottom: 0px !important;
  }
      .btn.theme_button_secondary.text-white.btn_style.btn_xl {
    padding: 23px 47px !important;
    height: 76px;
    margin-top: 19px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  }
  @media only screen and (max-width: 500px) {
    .slider .lastContainerHeading {
      height: 44px;
      font-family: "Poppins";
      font-style: normal;
      font-weight: 700;
      font-size: 31px !important;
      line-height: 44px;
      text-align: center;
      color: #000000;
    }
    .slider .categoriesPara {
      margin-top: 60px;
    }
      .img-fluid.me-md-3.mb-3.mb-md-0 {
    margin-bottom: 0px !important;
  }
  .btn.theme_button_secondary.text-white.btn_style.btn_xl {
    padding: 23px 47px !important;
    height: 76px;
    margin-top: 19px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  }
  .slider .images {
    width: 100%;
    margin-top: 100px;
  }
  .slider .sliderPara {
    font-weight: 100;
    font-size: 12px;
  }
  .slider .sliderNames {
    border-top: 1px solid rgb(218, 215, 215);
    width: 20%;
    padding-top: 5px;
    font-weight: 600;
    font-size: 14px;
  }
  .slider .sliderHeadings {
    font-weight: 600;
    font-size: 18px;
  }
  .slider .lastContainerHeading {
    height: 44px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 44px;
    text-align: center;
    color: #000000;
  }
  .slider .categoriesPara {
    height: 29px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    opacity: 0.7;
  }
  .slider .owl-controls .owl-buttons .owl-prev::after {
    color: linear-gradient(#f27c12 100%, #fcae18 100%);
  }
  .slider .post-slide.p-2 {
    padding: 20px !important;
  }
  .slider .post-slide p {
    font-size: 14px;
    font-weight: 300;
  }