html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #000000;
}
a:hover {
    text-decoration: none;
    transition:all 0.3s ease-in-out;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
a{
    text-decoration: none;
}
a:hover{
  color: #0c0fb6;
}
img{
  object-fit: cover;
  vertical-align: middle;
}
input, select, textarea {
    vertical-align: middle;
    padding: 12px 24px;
}
input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, select:focus,
textarea:focus, input[type=submit]:focus{
  outline: 0;
  box-shadow: none!important;
  border-color: #000!important;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Firefox 19+ */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* IE 10+ */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Firefox 18- */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
html, body {
  height: 100%;
  margin: 0;
}
body{
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Roboto", sans-serif;
}
p{
    margin-bottom: 16px;
}
p:last-child{
    margin-bottom: 0;
}
img{
    object-fit: cover;
}
.section-padding{
    padding: 96px 0;
}
.color-blue{
    color: #0c0fb6;
}
.border-radius-8{
    border-radius: 8px;
}
.fw-500{
    font-weight: 500;
}
.learn-more-btn{
    background: #0c0fb6;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;   
    text-align: center;
    display: inline-block;
    padding: 4px 24px 5px;
    cursor: pointer;
}

/*Header*/
.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    /*background: rgb(95 121 234 / 70%);*/
    background: rgb(24 232 216 / 50%);
}
.header .navbar-expand-lg .navbar-nav .nav-item{
    padding-left: 32px;
}
.header .navbar-expand-lg .navbar-nav .nav-link{
    padding: 0;
    font-weight: bold;
    color: #0c0fb6;
    text-transform: uppercase;
    font-size: 18px;
}
.header .navbar-brand{
    margin: 0;
    padding: 0;
}

/*Banner*/
.section-banner{
    overflow: hidden;
}
.section-banner .banner-slide{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
}
.section-inner-banner{
    padding-top: 150px;
}
.section-inner-banner h1{
    position: relative;
    font-size: 60px;
}
.section-inner-banner h1:after{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 4px;
    width: 200px;
    background: #000;
}
.inner-banner{    
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 70vh;
}
.inner-banner:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 60%);
}
.inner-banner h1{
    z-index: 9;
    color: #fff;
}
.inner-banner h1:after{
    background: #fff;
}

/*Modal*/
.modal .modal-body h3{
    font-size: 20px;
    margin-bottom: 8px;
}
.modal .modal-body ul{
    list-style: disc;
    padding-left: 15px;
}
.modal .modal-body ul li{
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 8px;
}

/*Main*/
.section-cards .card-img{
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 8px;
}
.section-cards .card-img:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 35%);
    border-radius: 8px;
}
.section-cards .card-img img{
    border-radius: 8px;
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.section-cards .card-img:hover img{
    transform: scale(1.2);
    transition: all 0.5s ease;
}
.section-cards .card-img .card-text{
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    z-index: 9;
}
.section-products .card-text{
    font-weight: bold;
    margin: 0 0 8px;
}
.section-products p{
    font-size: 16px;
    line-height: 24px;
    min-height: 150px;
}
.section-products .card-img{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 24px;
    border-radius: 8px;
}
.section-products .card-img img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.section-contact .contact-details h2{
    margin-bottom: 16px;
}
.section-contact .contact-details p{
    margin-bottom: 0;
}
.section-contact .contact-img{
    border: 2px solid #000;
}
.section-about img{
    border: 3px solid #000;
}

/*Footer*/
.footer{
    background: rgb(0 0 0 / 10%);
    padding: 48px 0;
}
.footer .fw-bold{
    color: #0c0fb6;
}
.footer ul li a{
    display: block;
}
.footer ul li a:hover{
    color: #0c0fb6;
}

@media screen and (max-width: 1400px){}
@media screen and (max-width: 1199px){}
@media screen and (max-width: 991px){}
@media screen and (max-width: 767px){
    .section-padding{
        padding: 48px 0;
    }
    .navbar-toggler:focus{
        outline: none;
        box-shadow: none;
    }
    .header{
        position: relative;
        background: rgb(24 232 216 / 100%);
    }
    .header .navbar-toggler{
        background: #fff;
    }
    .header ul{
        margin: 32px 0px;
    }
    .header .navbar-brand img{
        width: 150px;
    }
    .header .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 16px;
        line-height: 24px;
    }
    .header .navbar-expand-lg .navbar-nav .nav-item {
        padding: 4px 0;
    }
    .section-banner .banner-slide,
    .inner-banner{
        height: 40vh;
    }
    .section-inner-banner h1{
        font-size: 40px;
    }
    .section-inner-banner h1:after{
        width: 100px;
    }
    .section-about img{
        margin-top: 30px;
    }
    .section-contact .contact-details{
        margin-bottom: 30px;
    }
    .section-cards .card-img img{
        height: 250px;
    }
    .section-products p{
        min-height: auto;
    }
    .modal .modal-body h3{
        margin-top: 24px;
    }
    .section-cards .col-md-6:first-child{
        margin-bottom: 24px;
    }
    .footer{
        text-align: center;
        padding: 32px 0;
    }
    .footer .col-md-4{
        margin-bottom: 24px;
    }
    .footer .col-md-4:last-child{
        margin-bottom: 0;
    }
    .footer .col-md-4:last-child ul{
        display: flex;
        justify-content: center;
    }
    .footer .col-md-4:last-child ul li{
        padding: 0 8px;
    }
}