
*{
    padding: none;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    box-sizing: border-box;
    scroll-behavior: smooth;
    outline: none;
    text-decoration: none;
}
:root{
    --primary-color: rgb(0, 102, 51);
    --primary-color-light:#00cc00;
    --secondary-color:gold;
    --color-grey1: #f7f7f7;
    --color-grey2: #e1e1e1;
    --color-white: #fff;
    --page-bgcolor:#f8f8f8;
    --general-padding: 1rem;
    --general-margin: 1rem;
}

body{
    padding: 0;
    margin: 0;
}

/* :root{
    --generic-padding: 1rem;
    --primary-color: seagreen;
    --primary-color-light:#00cc00;
    --secondary-color:gold;
    --grey-color: #ddd;
    --grey-color2: #eee;
    --rounded-corner1: 5px;
    --rounded-corner2: 10px;
    --grey-white: #f0eff5;
    --pure-white: #fff;
    --dark-color:#333;
} */

#home-page-main-contents{
    position: relative;
    width: 100%;
    padding: 0;
}

.intro_section_banner_cont{
    position: relative;
    width:100%;
    height:auto;
    overflow-x: hidden;
    padding: 0;
}
.intro_section_banner_cont .intro_banners_cont{
    position: relative;
    width:400%;
    height:70vh;
    display: inline-flex;
    align-items: center;
    justify-content:center;
    /* gap: 0.18rem; */
}
.intro_banners_cont .intro_banner{
    position: relative;
    width:100%;
    height:100%;
    display: inline-flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
    transition: margin-left 1s linear;
}

.intro_banners_cont .intro_banner::before{
    position: absolute;
    z-index: 2;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,100,0.3);
}
.intro_banner>.intro_banner_img{
    position: absolute;
    display: block;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
}
.intro_banners_cont .intro_banner_write_up{
    position: relative;
    margin-top: -130px;
    z-index:5;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
    opacity: 0;
    transform: scale(0);
    animation: activateBannerServiceDisplay 1s linear;
    animation-fill-mode: forwards;
    transition: opacity, transform 1s linear;
}

#intro_banner_write_up-1{
    animation-delay: 0ms;
}
#intro_banner_write_up-2{
    animation-delay: 6000ms;
}

#intro_banner_write_up-3{
    animation-delay: 11000ms;
}

#intro_banner_write_up-4{
    animation-delay: 16000ms;
}

#intro_banner_write_up-5{
    animation-delay: 21000ms;
}

#intro_banner_write_up-6{
    animation-delay: 26000ms;
}

/* @keyframes activateBannerServiceDisplay {
    from{
        opacity: 0;
        transform: scale(0);
    }
    to{
        opacity: 1;
        transform: scale(1);
    }
} */


.service-banner-navigation-btns-wrapper{
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 0 1rem;
}
.service-banner-navigation-btns-wrapper .buttn{
    outline: none;
    border: none;
    padding: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.3);
    border: 2px solid rgba(255,255,255,1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s ease-in;
}
.service-banner-navigation-btns-wrapper .buttn .view-nav-icon{
    font-size: 1.7rem;
    font-weight: bold;
    color: var(--pure-white);
}
.service-banner-navigation-btns-wrapper .buttn:hover, .service-banner-navigation-btns-wrapper .buttn:focus{
    background-color: var(--pure-white);
    color: var(--primary-color);
}
.service-banner-navigation-btns-wrapper .buttn:hover .view-nav-icon, .service-banner-navigation-btns-wrapper .buttn:focus .view-nav-icon{
    color: var(--primary-color);
}

.service-banner-navigation-btns-wrapper #slide-stop-control{
    transform: rotate(-90deg);
}

.service-banner-navigation-btns-wrapper #slide-play-control{
    display: none;
}

.service-banner-indicator-wrapper{
    position: relative;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    gap: 0.7rem;
    padding: 1rem;
}
.service-banner-indicator-wrapper .service-banner-indicator{
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    transition: all 0.4s ease-in;
}
.service-banner-indicator-wrapper .service-banner-indicator.active--indicator{
    background-color: var(--secondary-color);
}  








#home-page-main-contents>.page-intro-wrapper{
    position: relative;
    width: 100%;
     min-height: 100vh;
    background-image: linear-gradient(to top right, var(--primary-color) 70%, var(--secondary-color) 100%);
    padding: 6rem 2rem;
    padding-bottom: 2rem;
    border-bottom: 15px solid var(--color-white);
}
.page-intro-wrapper>.page-heading-wrapper{
    position: relative;
    width: 100%;
}
.page-heading-wrapper>.welcome-text{
    position: relative;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-white);
    font-style: italic;
}
/* .page-heading-wrapper>.page-heading, .page-heading-wrapper>.page-heading>#typewriter{
    position: relative;
    font-size: 3rem;
    font-weight: bold;
    color: var(--color-white);
}
 .page-heading-wrapper>.page-heading>#typewriter{
    color: var(--secondary-color);
    font-style: italic;
 }
.page-heading>.brand-name{
    font-size: 8rem;
    color: var(--secondary-color);
    font-family: "Lato", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
} */
 .hamtech-group-divisions-wrapper{
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 32%;
    transform: translateY(-32%);
    text-align: center;
 }

.hamtech-group-divisions-wrapper>#typewriter{
    position: relative;
    display: inline-block;
    max-width: 100%;
    font-size: 5rem;
    font-weight: bold;
    color: var(--color-white);
    text-transform: capitalize;
}
.hamtech-group-divisions-wrapper #cursor{
    opacity: 1;
    font-size: 5rem;
    color: var(--color-white);
    animation: blinkingCursor 0.5s linear infinite;
}
@keyframes blinkingCursor {
    0%{
        opacity: 100%;
    }
    50%{
        opacity: 0%;
    }
}
.page-intro-wrapper>.intro-writeups{
    position: relative;
    font-size: 16px;
    text-align: left;
    width: 70%;
    margin: 6rem auto;
    margin-bottom: 2rem;
    border: 2px dotted var(--color-white);
    padding: 1.5rem;
    color: var(--color-grey1);
    transform: scale(0);
    opacity: 1;
    animation-name: introWriteUpsSlider;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transition: all 4s linear;
}

@keyframes introWriteUpsSlider {
    0%{
        transform: scale(0);
        opacity: 1;
    }
    25%{
        transform: scale(0.2);
        opacity: 0.2;
    }
    50%{
        transform: scale(0.4);
        opacity: 0.4;
    }
    70%{
        transform: scale(0.6);
        opacity: 0.6;
         left: -50px;
    }
    90%{
        transform: scale(0.8);
        opacity: 0.8;
        right: -50px;
    }

    100%{
        transform: scale(1);
        opacity: 1;
        left: 0;
        right: 0;
    }
}

.what-we-do-section{
    position: relative;
    width: 100%;
    background-color: var(--color-grey2);
    padding: 4rem var(--general-padding);

}
.what-we-do-section>h2{
    position: relative;
    width: 100%;
    font-size: 2rem;
    text-align: center;
    margin: 2rem 0;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: var(--primary-color);
}
.what-we-do-section>p{
    font-size: 16px;
    color: #000;
    margin: 2rem 0;
}
.what-we-do-cont{
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
    place-items: center;
    padding: 2rem 0.7rem;
}
.what-we-do-cont>.what-we-do{
    position: relative;
    width: 350px;
    background-color: var(--color-white);
    border: 10px solid var(--color-white);
    border-radius: 0 30px 0 30px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}
.what-we-do>.what-we-do-img-wrapper{
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 0px 30px 0 0;
}
.what-we-do-img-wrapper>.what-we-do-img{
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: center;
    border-radius: 0px 30px 0 0;
}
.what-we-do-img-wrapper::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: rgba(0,0,0,0.4);
    z-index: 6;
    border-radius: 0px 30px 0 0;
}
.what-we-do-img-wrapper>.what-we-do-caption{
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    font-size: 4rem;
    line-height: 1.2;
    color: var(--color-white);
    z-index: 7;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
}

.what-we-do>.what-we-do-content{
    position: relative;
    width: 100%;
    background-color: var(--color-grey2);
    padding: var(--general-padding);
}
.what-we-do-content>h4{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-family: "Lato", sans-serif;
    text-transform: capitalize;
    font-weight: bold;
    margin: 1rem 0;
    color: var(--primary-color);
}
.what-we-do-content>p{
    padding: var(--general-padding) 10px;
    background-color: var(--color-white);
    text-align: justify;
    color: #888;
    font-size: 15px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.check-it-out-btn-wrapper{
    position: relative;
    width: 100%;
    padding: var(--general-padding);
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 0 30px;
}
.check-it-out-btn-wrapper>.check-it-out-btn{
    outline: none;
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    border-radius: 30px;
    padding: 1rem 1.5rem;
}
.check-it-out-btn>a{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    color: var(--primary-color);
}
#who-we-serve-section{
    position: relative;
    max-width: 100%;
    height: 500px;
    background-image: url(../images/whatwedoPhotos/computer-training-photo2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 250px 0;
    padding: 3rem 1rem;
    border-top: 5px solid var(--color-white);
    border-bottom: 5px solid var(--color-white);
     /* box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); */
}
#who-we-serve-section::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: rgba(0,0,0,0.4);
}
#who-we-serve-section>h3{
    position: relative;
    max-width: 100%;
    text-align: center;
    line-height: 1.2;
    margin: 2rem;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    font-size: 2rem;
    color: var(--color-white);
}
#who-we-serve-section>.who-we-serve-content{
    position: relative;
    width: 100%;
}
.who-we-serve-content>p{
    position: relative;
    width: 100%;
    color: var(--color-white);
    font-size: 1.3rem;
    margin: 2rem 0;
    line-height: 1.2;
}
.who-we-serve-content>ul{
    position: relative;
    max-width: 400px;
    padding: 1.2rem;
    margin: 1rem auto;
    background: transparent;
    backdrop-filter: blur(3px);
    border: 2px solid rgba(255,255,255, 1);
    border-radius: 10px;
}
.who-we-serve-content>ul>li{
    position: relative;
    margin: 1rem 0;
    width: 100%;
    list-style-type: none;
    line-height: 1.2;
    text-transform: capitalize;
    color: var(--color-white);
    font-weight: bold;
    font-size: 1.2rem;
}
.list-icon{
    color: var(--secondary-color);
    font-size: 1.5rem;
    font-weight: bold;
    padding-right: 1rem;
}

.why-patronize-us-cont{
    position: relative;
    width: 100%;
    background-color: var(--color-grey2);
    padding: var(--general-padding);
}
.why-patronize-us-cont>.why-patronize-us-inner-cont{
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}
.why-patronize-us-cont .why-patronize-us{
    position: relative;
    width: 800px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
    border: 2px solid var(--secondary-color);
    padding-bottom: 2rem;
}
.why-patronize-us-cont>h3{
    position: relative;
    color: var(--primary-color);
    text-transform: uppercase;
    text-align: center;
    margin: 1rem 0;
    font-size: 3rem;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    text-shadow: 3px 5px 5px rgba(0,0,0,0.5);
}
.why-patronize-us>.why-icon-wrapper{
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
    border-radius: 10px;
}
.why-icon-wrapper>img{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.why-patronize-us>.why-text-wrapper{
    position: relative;
    width: 100%;
}
.why-text-wrapper>h4{
    color: var(--color-white);
    text-transform: uppercase;
    text-align: center;
    margin: 1rem 0;
    font-size: 2rem;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    text-shadow: 3px 5px 3px rgba(0,0,0,0.5);
}
.why-text-wrapper>p{
    position: relative;
    line-height: 1.2;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
}
.social-media-follow-cont{
    position: relative;
    width: 100%;
    min-height: 500px;
    padding: 2rem 1rem;
    margin: 200px auto;
    background-image: url(../images/follow-us-on-social-media-banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    border-top: 5px solid var(--color-white);
    border-bottom: 5px solid var(--color-white);
}
.social-media-follow-cont::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: rgba(0,0,0,0.4);
}
.social-media-follow-cont>h3{
    position: absolute;
    max-width: 100%;
    font-size: 2.3rem;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.social-media-follow-cont>p{
    position: relative;
    width: 70%;
    margin: 2rem auto;
    color: var(--color-white);
    text-align: center;
    font-size: 17px;
    line-height: 1.2;
}
.social-media-follow-cont>.social-media-follow-links-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 8rem;
}
.social-media-follow-links-wrapper>li{
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.5s ease-in;
    cursor: pointer;
}
.social-media-follow-links-wrapper li:hover{
    border-radius: 10px;
}
.social-media-follow-links-wrapper>li i{
    font-size: 2rem;
    color: royalblue;
    font-weight: bold;
}

#facebook-icon{
    font-size: 2rem;
    color: royalblue;
}
#instagram-icon{
    color: deeppink;
    font-size: 2rem;
}


.links_container.socials_cont li:hover{
    border-radius: 10px;
}
#twitter-icon{
    color: dodgerblue;
    font-size: 2rem;
}

#whatsapp-icon{
    color: #00cc00;
    font-size: 2rem;
}
#instagram-icon{
    color: deeppink;
    font-size: 2rem;
}
#youtube-icon{
    color: red;
    font-size: 2rem;
}





/* Optimization for Tablets and Mobile Devices */

@media(max-width:1000px){
    .what-we-do-img-wrapper>.what-we-do-caption{
        font-size: 2.7rem;
    }
    .what-we-do-content>h4{
        font-size: 1.3rem;
    }
}

@media(max-width:800px){
    .what-we-do>.what-we-do-img-wrapper{
        height: 300px;
    }

    .what-we-do-content>p{
        font-size: 14px;
    }
}

@media(max-width:750px){
    .intro_banners_cont .intro_banner_write_up{
        /* position: relative;
        margin-top: -130px;
        z-index:5;
        color: #fff; */
        font-size: 2rem;
        /* line-height: 1.3;
        text-transform: uppercase;
        font-weight: bolder;
        text-align: center;
        opacity: 0;
        transform: scale(0);
        animation: activateBannerServiceDisplay 1s linear;
        animation-fill-mode: forwards;
        transition: opacity, transform 1s linear; */
        background-color: orange;
        display: none;
    }
    .what-we-do>.what-we-do-img-wrapper{
        height: 250px;
    }

    .what-we-do-content>p{
        font-size: 14px;
    }

}

@media(max-width:700px){
    .what-we-do-img-wrapper>.what-we-do-caption{
        font-size: 2.3rem;
    }
    .why-text-wrapper>h4{
        font-size: 1.5rem;
    }
    .why-text-wrapper>p{
        font-size: 14px;
    }

}

@media(max-width:650px){
    .what-we-do-img-wrapper>.what-we-do-caption{
        font-size: 2.3rem;
    }

    .what-we-do-cont{
        flex-wrap: wrap;
    }

}


@media (max-width:570px){
    .intro_banners_cont .intro_banner_write_up{
        font-size: 1.5rem;
    }

}
@media(max-width:500px){
    .why-patronize-us-cont>.why-patronize-us-inner-cont{

    }
    .why-patronize-us-cont .why-patronize-us{
        width: 100%;
        flex-direction: column;
        place-items: center;
    }
    .why-patronize-us-cont>h3{
        font-size: 2rem;
    }

    .why-patronize-us>.why-icon-wrapper{
        width: 100%;
        height: 300px;
    }

    .why-patronize-us>.why-text-wrapper{
        position: relative;
        width: 100%;
    }

    .social-media-follow-cont>h3{
        font-size: 1.7rem;
    }
    .social-media-follow-links-wrapper>li{
        width: 45px;
        height: 45px;

    }
    .social-media-follow-links-wrapper li:hover{
        border-radius: 10px;
    }
    .social-media-follow-links-wrapper>li i{
        font-size: 1.7rem;
    }
}

@media (max-width:450px){
    .intro_banners_cont .intro_banner_write_up{
        font-size: 1.3rem;
    }

}

@media (max-width:350px){
    .intro_banners_cont .intro_banner_write_up{
        font-size: 1.1rem;
    }
    .why-text-wrapper>h4{
        font-size: 1.3rem;
    }
    .social-media-follow-cont>h3{
        font-size: 1.4rem;
    }
    .social-media-follow-cont>p{
        width: 95%;
    }
    
    .social-media-follow-links-wrapper>li{
        width: 40px;
        height: 40px;

    }

    .social-media-follow-links-wrapper>li i{
        font-size: 1.5rem;
    }


}

@media (max-width:320px){
    .intro_banners_cont .intro_banner_write_up{
        font-size: 0.7rem;
    }

}


@media (max-width: 300px){
    .intro_banners_cont .intro_banner_write_up{
        font-size: 0.5rem;
    }

    .what-we-do-section>p{
        font-size: 14px;
    }

    .why-text-wrapper>h4{
        font-size: 1.2rem;
    }
     .social-media-follow-cont>h3{
        font-size: 1.1rem;
    }

}

@media (max-width: 270px){
    .intro_banners_cont .intro_banner_write_up{
        font-size: 0rem;
    }

    .what-we-do-section>h2{
        /* position: relative;
        width: 100%;
        font-size: 2rem;
        text-align: center;
        margin: 2rem 0;
        text-transform: capitalize;
        font-family: "Lato", sans-serif;
        font-weight: bold;
        color: var(--primary-color); */
        font-size: 1.5rem;
    }

}






