/* style css */
@import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
/*section-title*/
.section-title {
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 60px; */
    margin-top: -6px;
  }

  .section-title span {
    display: block;
    color: #0ca59d;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
    font-family: "Dosis", sans-serif;
  }

  .section-title h2 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
  }

  .section-title p {
    /* max-width: 1047px; */
    margin-bottom: 65px;
    margin-top: -32px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 18px;
    text-align: justify;
  }

  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: "Dosis", sans-serif;
  }


  .single-featured-solutions {
    margin-bottom: 0px;
    text-align: center;
  border: 1px solid #dbf4e3;
  border-radius: 10px;
  background-color: #dbf4e3;
  padding: 0px 0px 12px 0px;
  margin: -8px 40px 10px 40px;
  box-shadow: 0px 4px 8px -2px rgba(9, 30, 66, 0.25), 0px 0px 0px 1px rgba(9, 30, 66, 0.08);
  }
  .single-featured-solutions img {
    margin-bottom: -13px;
    display: inline-block;
    width: 210px;
    height: 210px;
    margin-top: -27px;
  }
  .single-featured-solutions h3 {
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 700;
  }

  .single-featured-solutions p {
    margin-top: 13px;
    margin-bottom: 0;
  }

  .single-featured-solutions .read-more-btn {
    margin-top: 15px;
  }

  .paragraph{
    line-height: 1.4;
    font-size: 10px;
  /* width: 255px; */
  margin-left: 30px;
  text-align: justify;
  margin-right: 30px;
  }

  p {
    font-size: 14px;
    color: #88929b;
    margin-bottom: 15px;
    line-height: 1.8;
    text-align: justify;
  }
  /*read-more-btn*/
.read-more-btn {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    font-family: "Dosis", sans-serif;
    background-color: rgb(0 146 255);
    padding: 10px 19px;
    border-radius: 5px;
  }

  .read-more-btn i {
    color: #ffffff;
    margin-left: 2px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: -0.6px;
  }

  .read-more-btn i::before {
    font-size: 11px;
  }

  .read-more-btn:hover {
    letter-spacing: .5px;
    color: #ffffff;
  }

  .read-more-btn:hover i {
    color: #ffffff;
  }

  .ptb-110 {
    padding-top: 60px;
    padding-bottom: 10px;
  }


  /* style css end */

  /* responsive */

       @media only screen and (max-width: 767px) {
        .single-featured-solutions img{
            width: 160px;
            height: 160px;
        }
        .ptb-110 {
          padding-top: 60px;
          padding-bottom: 0px;
        }

        .section-title {
          text-align: center;
          margin-bottom: 40px;
        }
        .section-title span {
          font-size: 12.5px;
        }
        .section-title h2 {
          font-size: 28px;
        }
        .section-title p {
         /* width: 330px; */
          margin-left: 10px;
          margin-right: 0;
        }
        .section-title p {
          margin-bottom: 0;
          margin-top: 10px;
          text-align: justify;
        }
        p {
          font-size: 10px;
        }
        .paragraph {
          font-size: 12px;
          /* width: 330px; */
        }
        .single-featured-solutions{
            margin: 21px 25px 10px 27px !important;
        }
      }

      /* responsive end */
.course_img_pic
{
    padding-top: 25px;
}
.why_choose_section{
    /* height: 754px; */
    padding-top: 0px;
    }
    @media only screen and (max-width: 767px) {
        /* .why_choose_section {
            height: 1646px;
          } */
          h2.headline_title_header.educationhead.skilldeve {
            font-size: 25px !important;
        }

      }
      .sub_title_education{
        /* margin-top: -76px; */
        /* margin-top: -35px; */
      }
      h2.headline_title_header.educationhead.skilldeve {
        font-size: 40px ;
    }
