/* .certification{
    height: 100px !important;
    outline: 1px solid;
    outline-color: #010533;
  }
   */

.certification{
    transition: 0.5s ease-in-out !important;
}
.certification:hover {
   transform: scaleY(1.1) !important;
}


.contact-btn:hover{
    color: #010533;
    background: #f2f3f7 !important;
}

.colorlib-footer ul li a i{
    font-size: 22px !important;
}

.education-div{
    margin-top: 10px;
}
.education-section{
    outline: 1px solid;
    outline-color: rgb(221, 228, 235);
    padding: 10px;
    border-radius: 15px 50px;

}

.education-section span {
    font-size: 12px;
    font-family: "Quicksand", Arial, sans-serif;
    font-weight: 500;
}

.education-section h5 {
    margin-top: 15px;
    font-size: 15px;
    font-family: "Quicksand", Arial, sans-serif;
    font-weight: 500;
}

.education-section ul li {
    font-size: 13px;
    font-family: "Quicksand", Arial, sans-serif;
    font-weight: 500;
}

.education-section ul {
    margin-top: -20px;
}

.main-text{
    padding-top: 20px;
}

.main-img{
    padding-top: 20px;
    margin: 0 auto;
}
.main-img img{
    outline: 2px solid;
    outline-color: aliceblue;
    border-radius: 20px;
}

.main-text h1{
    font-size: 60px;
    line-height: 1.3;
    font-weight: 700;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 500;
    }
    @media screen and (max-width: 768px) {
        .main-text h1 {
            font-size: 28px; } }

.main-text h2{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 300;
    font-family: "Quicksand", Arial, sans-serif;
    }

    .main-text .btn.btn-learn {
        color: #000;
        border: 1px solid #000;
        background: transparent !important; }
        .main-text .btn.btn-learn:hover {
          background: #010533 !important;
          color: white;
          border: 1px solid #000 !important; }
      @media screen and (max-width: 768px) {
        .main-text .btn {
          width: 100%; } }
