/* google fonts link */
@import url("css2-1.css");

* {
    font-family: 'Poppins', sans-serif;
}



#hero {
    background-color: #006380;
    padding-top: 1.7rem;
    padding-bottom: 2.5rem;
}
.hero-content {
    color: #fff;
}
.hero-content small {
    color: #fff; 
    font-size: 10px;
    font-weight: 600;
}
.hero-content h1 {
    font-weight: 800;
    text-shadow: 0px 0px 2px black;
    letter-spacing: 2px;
    line-height: 2.3rem !important;
    margin-top: 1.2rem;
}
.motto {
    width: 53%;
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    margin-bottom: 12px;
}
.motto h4 {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-shadow: 0px 0px 2px black;
    text-transform: lowercase;
    font-size: 1.2rem;
}
.motto h4 i {
    font-size: .8rem !important;
    margin-right: 5px;
    text-shadow: 0px 0px 2px black;
}
.hero-btn {
    display: flex;
    justify-content: space-between;
    width: 50%;
    position: relative;
}
.hero-btn i {
    font-size: 12px;
}
.hero-btn a .butt-1 {
    border-radius: 7px; 
    background-color: #006380; 
    color: #fff; 
    border: 1.5px solid #fff; 
    font-weight: 500;
    font-size: 13px;
    padding-top: .5rem; 
    padding-bottom: .5rem; 
    padding-right: 1rem; 
    padding-left: 1rem; 
    letter-spacing: .5px;
}
.hero-btn a .butt-1 {
    animation-iteration-count: infinite;
    animation-duration: 3s;
}
.hero-btn a .butt-1,
.hero-btn a .butt-2 {
    -webkit-transition: 500ms linear;
    transition: 500ms linear;
}
.hero-btn a .butt-1:hover {
    transform: scale(1.1);
}
.hero-btn a .butt-2:hover {
    transform: scale(1.1);
}
.hero-btn buttons-2 {
    background-color: #fff;
    border: none;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: 5px;
    margin-right: 1rem;
}
.hero-icons {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 35%;
    top: .75rem;
    left: 10rem;
    font-size: 13px;
}
.heading-text {
    font-weight: 800;
    color: #006380;
    font-size: 15px;
    margin-top: 1rem;
    margin-bottom: .9rem;
}
#services {
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
}
.service-card {
    position: relative;
    background-color: #006380;
    box-shadow: 0px 0px 2px black;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1.7rem !important;
    -webkit-transition: 500ms linear;
    transition: 500ms linear;
}
.service-card {
    animation-delay: 1.5s;
}
.service-card:hover {
    
}
.service-card h2 {
    font-weight: 600;
    font-size: 20px;
    text-shadow: 0px 0px 1px black;
    text-decoration: none !important;
}
.service-card h6 {
    font-weight: 500;
    line-height: 25px;
    text-shadow: 0px 0px 1px black;
    text-decoration: none;
}
.service-card i {
    margin-bottom: 10px;
    text-shadow: 0px 0px 1px black;
}
.service-card .redirect {
    position: absolute;
    top: 1px;
    right: 4px;
    font-size: 10px;
}
.box {
    display: flex;
    justify-content: space-between;
}
#feedback {
    background-color: #006380;
    padding-top: 2.2rem;
    padding-bottom: 1.7rem;
    margin-top: 0px !important;
}
.feedback-box h1 {
    color: #fff;
    font-weight: 800;
    /* text-shadow: 0px 0px .1px black; */
}
.feedback-box h6 {
    color: #fff;
    font-weight: 400;
}
#extra {
    background-color: #fff;
    color: #006380;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: -2rem !important;
}
.extra-box h4 {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .8px;
    text-shadow: 0px 0px .8px black;
}
.extra-btn {
    border: none;
    border-radius: 4px;
    background-color: #006380 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 18px 6px 18px !important;
    margin-top: 5px;
}
footer {
    background-color: #006380;
    color: #fff;
}
.footer-text h6 {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    margin-top: 8px;
}

@media screen and (max-width: 768px) {
    .hero-btn {
        width: 83%;
    }
    .hero-content h1 {
        line-height: 2.4rem !important;
        margin-top: .5rem !important;
    }
    .motto {
        width: 65%;
        margin-top: 12px !important;
    }
    .motto h4 {
        font-size: .9rem;
    }
    .motto h4 i {
        font-size: .9rem;
    }
    .service-card {
        margin-bottom: 20px;
    }  
    .service-card i {
        margin-bottom: 13px;
        margin-top: 5px;
    }
    .service-card h2 {
        font-size: 17px;
    }
    .service-card h6 {
        font-size: 13px;
    }
    #feedback {
        margin-bottom: 15px;
        margin-top: 8px;
        padding-top: 1.8rem !important;
        padding-bottom: 2.3rem;
    }
    .box {
        width: 90%;
    }
    #extra {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }
    .extra-btn {
        border: none;
        background-color: #fff;
        color: #006380;
        font-size: 13px;
        font-weight: 500;
        padding: 1px 17px 1px 13px;
    }
    .feedback-box h1 {
        margin-left: 3.5rem;
        font-size: 15px;
    }
    .feedback-box h6 {
        margin-top: -5px;
        font-size: 12px;
        margin-left: 2rem;
    }
    Footer {
        color: #006380;
    }
}
@media screen and (max-width: 768px) {
    .service-card:hover {
    }
}
@media screen and (min-width: 768px) { 
    #services {
        padding-bottom: 3rem;
    }
    .service-card {
       margin-right: 10px;
       height: 12rem;
       margin-bottom: 30px;
    }
    .feedback-box h1 {
        margin-left: 10.5rem;
        font-size: 25px;
    }
    .feedback-box h6 {
        margin-left: 8.8rem;
    }
    .service-card .redirect {
        top: 7px !important;
        right: 5px !important;
    }
    #feedback {
        margin-bottom: 2rem;
        margin-top: .5rem;
    }
    .heading-text {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    #extra {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media screen and (max-width: 407px) {
    .feedback-box h1 {
        font-size: 15px;
    }
    .feedback-box h6 {
        font-size: 12px;
        margin-left: 1.9rem;
    }
}

@media screen and (max-width: 380px){
    .box {
        width: 95%;
    }
    .feedback-box h1 {
        font-size: 15px;
        margin-left: 2.8rem;
    }
    .feedback-box h6 {
        margin-left: 1.4rem;
    }
}
@media screen and (max-width: 395px) {
    .hero-btn {
        width: 90%;
    }
    .hero-btn a .butt-1,
    .hero-btn a .butt-2 {
        font-size: 15px;
    }
}