@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
body {
    font-family: "Poppins", sans-serif;
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden;
}

.layout_padding {
    padding: 25px 0;
}

.layout_margin {
    margin: 90px 0;
}

.layout_padding2 {
    padding: 75px 0;
}

.layout_padding2-top {
    padding-top: 75px;
}

.layout_padding2-bottom {
    padding-bottom: 75px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading_container h2 {
    position: relative;
    font-weight: bold;
    font-size: 35px;
    padding: 25px;
    color: #B50033;
}

.heading_container h2 span {
    color: #7335b7;
}

.heading_container.heading_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*header section*/

.hero_area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #817e7e;
    border-radius: 0 0 350px 0;
    background-image: url('https://ramaqchools.com/assets/images/RAMAQ-GIF1.gif');
    background-size: cover;
    height: 83vh;
}

.sub_page .hero_area {
    min-height: auto;
    border-radius: 0 0 45px 0;
}

.header_section {
    padding: 7px 0;
}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.navbar-brand span {
    font-weight: bold;
    color: #ffffff;
    font-size: 24px;
}

.custom_nav-container {
    padding: 0;
    margin-top: -12px
}

.custom_nav-container .navbar-nav {
    margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-item {
    margin-inline: 15px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
    color: #000000;
    background-color: #ff6600;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
    top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
    margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
    display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
    margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
    -webkit-transform: none;
    transform: none;
}

.quote_btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quote_btn-container a {
    color: #000000;
    text-transform: uppercase;
}

.quote_btn-container a span {
    margin-left: 5px;
}

.quote_btn-container a:hover {
    color: #ffc107;
}

.quote_btn-container .quote_btn {
    display: inline-block;
    padding: 5px 25px;
    background-color: #ffc107;
    color: #212121;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ffc107;
}

.quote_btn-container .quote_btn:hover {
    color: #212121;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

/*end header section*/

/* slider section */

.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 0;
}

.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 170px;
}

.slider_section #customCarousel1 {
    width: 100%;
    position: unset;
    margin-top: -200px;
}

.slider_section .detail-box {
    /* text-align: center; */
    color: #ffffff;
}

.slider_section .detail-box h1 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 40px;
}

.slider_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    margin: 0 -5px;
    margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
    margin: 5px;
    text-align: center;
    width: 185px;
}

.slider_section .detail-box .btn-box .btn1 {
    display: inline-block;
    padding: 12px 15px;
    background-color: #1AB79D;
    color: #212121;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid var(--kappel);
}

.slider_section .detail-box .btn-box .btn1:hover {
    color: #ffffff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.slider_section .img-box img {
    width: 100%;
    margin-top: -9px;
}

.slider_section .carousel-indicators {
    position: unset;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
}

.slider_section .carousel-indicators li {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    opacity: 1;
}

.slider_section .carousel-indicators li.active {
    width: 23px;
    height: 23px;
    background-color: #efd960;
}

.service_section {
    text-align: center;
}

.service_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service_section .box {
    margin-top: 25px;
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service_section .box::before {
    content: "";
    width: 275px;
    height: 275px;
    position: absolute;
    right: -137.5px;
    bottom: -137.5px;
    background-color: #faf8fd;
    z-index: -1;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service_section .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 125px;
    border-radius: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service_section .box .img-box img {
    width: 75px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service_section .box .detail-box {
    margin-top: 15px;
}

.service_section .box .detail-box h5 {
    font-weight: bold;
    position: relative;
}

.service_section .box .detail-box a {
    color: inherit;
}

.service_section .box:hover {
    color: #ffffff;
}

.service_section .box:hover::before {
    -webkit-transform: scale(5);
    transform: scale(5);
    background-color: #1ab79d;
}

.service_section .box:hover img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.service_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.service_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #3a3b98;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #3a3b98;
}

.service_section .btn-box a:hover {
    color: #ffffff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.about_section {
    background-color: white;
    color: black;
    border-radius: 250px 0 250px 0;
}

.about_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_section .img-box {
    position: relative;
}

.about_section .img-box img {
    width: 100%;
}

.about_section .detail-box p {
    margin-top: 15px;
}

.about_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #ffc107;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ffc107;
    margin-top: 15px;
}

.about_section .detail-box a:hover {
    color: #ffffff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.case_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.case_section .heading_container h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.case_section .box {
    margin-top: 45px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
}

.case_section .box .img-box {
    position: relative;
}

.case_section .box .img-box img {
    width: 100%;
}

.case_section .box .detail-box {
    padding: 25px;
}

.case_section .box .detail-box h5 {
    font-weight: bold;
    font-size: 20px;
    color: black;
}

.case_section .box .detail-box p {
    font-size: 15px;
}

.case_section .box .detail-box a {
    color: #110554;
}

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 45px 0;
    text-align: center;
}

.client_section .box .img-box {
    width: 125px;
    height: 125px;
    min-width: 125px;
    position: relative;
    margin-bottom: -62.5px;
}

.client_section .box .img-box img {
    width: 100%;
    border-radius: 100%;
}

.client_section .box .client_info .client_name h5 {
    font-weight: bold;
    margin-bottom: 0;
    /* text-transform: uppercase; */
}

.client_section .box .client_info .client_name h6 {
    margin-bottom: 0;
    color: #7335b7;
    font-weight: normal;
    font-size: 15px;
    /*  text-transform: uppercase; */
}

.client_section .box .client_info i {
    font-size: 24px;
}

.client_section .box p {
    margin-top: 15px;
}

.client_section .box .detail-box {
    background-color: #7335b7;
    /* background-color: #7335b7; */
    color: #ffffff;
    border-radius: 15px;
    padding: 85px 45px 15px 45px;
}

.client_section .carousel-indicators {
    position: unset;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.client_section .carousel-indicators li {
    background-color: #7335b7;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: 1;
}

.client_section .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    background-color: #efd960;
}

.contact_section {
    position: relative;
}

.contact_section form {
    margin-top: 45px;
}

.contact_section input {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 15px;
    background-color: transparent;
    outline: none;
    color: #000000;
    border: 1px solid #a5a5a5;
}

.contact_section input::-webkit-input-placeholder {
    color: #1c1b1b;
}

.contact_section input:-ms-input-placeholder {
    color: #1c1b1b;
}

.contact_section input::-ms-input-placeholder {
    color: #1c1b1b;
}

.contact_section input::placeholder {
    color: #1c1b1b;
}

.contact_section input.message-box {
    height: 120px;
}

.contact_section button {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    padding: 10px 65px;
    background-color: #1ab79d;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #efd960;
    color: #fff;
    margin-top: 10px;
}

.contact_section button:hover {
    color: #ffffff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.contact_section .map_container {
    height: 100%;
    min-height: 325px;
    overflow: hidden;
    margin-left: 45px;
}

.contact_section .map_container .map {
    height: 100%;
}

.contact_section .map_container .map #googleMap {
    height: 100%;
}

.footer_container {
    background-color: #817e7e;
    color: #ffffff;
    border-radius: 350px 0 0 0;
    padding-top: 145px;
}

/* info section */

.info_section h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.info_section .info_contact .contact_link_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
    margin: 5px 0;
    color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
    margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
    color: #efd960;
}

.info_section .info_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.info_section .info_social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    border-radius: 100%;
    margin-right: 10px;
    font-size: 24px;
}

.info_section .info_social a:hover {
    color: #f8842b;
}

.info_section .info_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info_section .info_links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    color: #ffffff;
}

.info_section .info_links a:hover {
    color: #f8842b;
}

.info_section form input {
    border: none;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    width: 100%;
    height: 45px;
    color: #ffffff;
    outline: none;
}

.info_section form input::-webkit-input-placeholder {
    color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
    color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
    color: #ffffff;
}

.info_section form input::placeholder {
    color: #ffffff;
}

.info_section form button {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 55px;
    background-color: var(--kappel);
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid var(--kappel);
    margin-top: 15px;
}

.info_section form button:hover {
    color: #ffffff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

/* end info section */

/* footer section*/

.footer_section {
    position: relative;
    text-align: center;
}

.footer_section p {
    padding: 25px 0;
    margin: 0;
}

.footer_section p a {
    color: inherit;
}

/*# sourceMappingURL=style.css.map */

/* -------------------------------------------------------------------------- */

.enroll-button {
    background-color: #1AB79D;
    border-radius: 7px;
    border: 2px solid transparent;
    text-shadow: 1px 1px 1px #00000040;
    box-shadow: 8px 8px 20px 0px #45090059;
    padding: 10px 40px;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s;
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.enroll-button:hover {
    box-shadow: none;
    Â opacity: Â 80%;
}

.img-icon {
    height: 40px;
    padding-left: 90px;
    padding-top: -5px;
    margin-bottom: -43px;
}

.price {
    padding-left: 400px;
    margin-top: -64px;
    /* width: 550px; */
}

.price-val {
    border: none;
    font-weight: bold;
    font-size: large;
}

/* -------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------- */

.detail-box .dayhour {
    margin-left: 75px;
    color: #313131;
    font-weight: 600;
}

.containerpro {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 20px;
}

.about_section .detail-box #skill-progress-area {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 50px;
    /* width: 50%; */
}

.about_section .detail-box #skill-progress-area .price {
    margin-left: -400px;
    margin-top: 0px;
}

@media (min-width: 768px) {
    .containerpro {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .about_section .detail-box #skill-progress-area {
        display: grid;
        grid-template-columns: 1fr;
    }
    .about_section .detail-box #skill-progress-area .price {
        margin-left: 10px;
        margin-top: -70px;
    }
}

@media (min-width: 599px) {
    .containerpro .features li {
        font-size: 10px;
    }
    .about_section .detail-box #skill-progress-area {
        display: grid;
        grid-template-columns: 1fr;
        /* width: 50%; */
    }
    .container11 {
        margin-top: -80px;
    }
  

}

.containerpro .card {
    /* width: 45%; */
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 0 20px;
    padding: 40px 10px;
    border-top: 5px solid #0048ba;
}

.containerpro .card div {
    display: flex;
}

.containerpro .preferred {
    background-color: #0048ba;
    color: #fff;
    height: 32px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.containerpro .preferred1 {
    /* background-color: #0048ba; */
    color: #1AB79D;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 24px;
    display: inline-block;
    /* width: 100px; */
}

.containerpro .card h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.containerpro .features {
    margin-top: 10px;
    line-height: 1.8;
    list-style: none;
}

.containerpro .features li {
    margin-bottom: 8px;
    font-size: 18px;
}

.containerpro .features li:before {
    content: "✔  ";
    color: #0048ba;
    font-weight: 500;
    margin-right: 10px;
}

.containerpro .batch-info {
    margin-top: 15px;
    font-size: 14px;
}

.containerpro .batch-info span {
    display: block;
}

.containerpro a {
    text-decoration: none;
    color: #0048ba;
    font-weight: bold;
}

.containerpro a:hover {
    text-decoration: underline;
}

/* --------------------------------------------------------------------------- */

.detail-box1 h1 {
    font-size: 24px;
    color: #0048ba;
    text-align: center;
    margin-bottom: 20px;
    animation: fadeInDown 1s ease-out;
}

.detail-box1 .eligibility {
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 20px;
}

.detail-box1 .eligibility li {
    margin-bottom: 10px;
    opacity: 0;
    transform: translateX(-30px);
    animation: slideIn 0.8s ease-out forwards;
    list-style: none;
}

.detail-box1 .eligibility li:nth-child(1) {
    animation-delay: 0.2s;
}

.detail-box1 .eligibility li:nth-child(2) {
    animation-delay: 0.4s;
}

.detail-box1 .eligibility li:nth-child(3) {
    animation-delay: 0.6s;
}

.detail-box1 .eligibility li:nth-child(4) {
    animation-delay: 0.8s;
}

.detail-box1 .eligibility li:nth-child(5) {
    animation-delay: 1s;
}

.detail-box1 .eligibility li:before {
    content: "✔";
    color: #0048ba;
    margin-right: 10px;
}

.detail-box1 .note {
    background-color: #f0f8ff;
    border-left: 5px solid #0048ba;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 20px;
    animation: glowEffect 1.5s infinite alternate;
}

/* Animations */

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes glowEffect {
    from {
        box-shadow: 0 0 10px rgba(0, 72, 186, 0.2);
    }
    to {
        box-shadow: 0 0 20px rgba(0, 72, 186, 0.4);
    }
}

.container11 {
    margin-top: -40px;
}

.container11 .row {
    text-align: center;
}

.container11 .row div {
    margin: 5px 0px;
}

.container11 .row button {
    /* width: 320px; */
    /* height: 40px; */
    text-align: center;
    padding: 8px 12px;
}

.container11 .row .img-icon {
    margin: 10px 20px 10px 20px;
}

.container11 .row a button {
    background-color: #1AB79D;
    border: none;
    border-radius: 10px;
}