﻿
.jumbo-picture {
    background-image: url(../img/header-img.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 70px;
}

.jumbotron.jumbo-picture {
    position: relative;
    background-size: cover;
    background-position: center;
    transform: scaleX(-1);
}
    /* Dark RGBA overlay */
    .jumbotron.jumbo-picture::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.65); /* adjust darkness */
        z-index: 1;
    }

    /* Keep content above overlay */
    .jumbotron.jumbo-picture > .container-fluid {
        position: relative;
        z-index: 2;
        transform: scaleX(-1);
    }

    /* Make text white */
    .jumbotron.jumbo-picture h1,
    .jumbotron.jumbo-picture h2,
    .jumbotron.jumbo-picture h3,
    .jumbotron.jumbo-picture p,
    .jumbotron.jumbo-picture div {
        color: #ffffff;
    }

    .jumbo-picture > h1 {
        color: #000;
        font-size: 40px;
    }

    .jumbo-picture > p {
        color: #000;
    }

/*.YouTubeVideo {
    width: 45%;
    height: 400px;
}*/
.video-container {
    position: relative;
    max-width: 800px; /* Set max width to avoid excessive stretching */
    margin: 0 auto; /* Centers the video */
}

    .video-container::before {
        content: "";
        display: block;
        padding-top: 56.25%; /* 16:9 aspect ratio */
    }

.YouTubeVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Responsive Adjustments */
@media only screen and (max-width: 768px) {
    .video-container {
        width: 90%;
    }
}







/* Heart of the matter */
@media (min-width: 768px) {
    .ten-columns > .col-sm-2 {
        width: 20%;
    }
}

.blue-bg {
    background: #1155ee;
    color: #fff;
    text-align: center;
}
/* Decorations */
.col-sm-2 {
    font-size: 20px;
    text-align: center;
    padding: 20px;
}

.h3 {
    line-height: 40px;
    font-size: 35px;
    color: black;
}

.h1 {
    font-size: 50px;
}

.fa-check-circle {
    color: #1155ee;
    font-size: 20px;
    margin: 10px 10px 0px 0px;
}

.list-unstyled {
    /*padding-left: 14px;*/
    margin-left:-26px;
    list-style: none;
    font-size: 25px;
    line-height: 30px;
    color: #484848;
}

    .list-unstyled ul {
        list-style-type: none; /* remove default bullet */
    }

    .list-unstyled li {
        padding-bottom: 5px;
        /*text-indent: -.7em;*/ /* match the icon width */
    }

.pb-50 {
    padding-bottom: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pad {
    padding: 34px;
}

.pad2 {
    padding: 0px 60px 0px 60px;
}

.card {
    border-radius: 5px; /* 5px rounded corners */
    margin-bottom: 30px;
    height: 400px;
    border: 1px solid #dadbdc;
}

    .card p {
        font-size: 20px;
        color: #676767;
        line-height: 30px;
    }
/* Add rounded corners to the top left and the top right corner of the image */
img {
    border-radius: 5px 5px 0 0;
}

.bg-lite-gray {
    background: #fafafa;
}

.fs-70 {
    font-size: 70px;
    font-family: 'Open Sans', sans-serif;
}

.fs-40 {
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
}

.fs-30 {
    font-size: 30px;
}

.fs-25 {
    font-size: 20px;
    font-weight: bolder;
}

.transform {
    text-transform: uppercase;
    font-size: 32px;
    color: #343434;
    margin-top: 0px;
}

.transform2 {
    text-transform: uppercase;
    font-size: 20px;
    color: #474747;
}

.copyrite {
    padding: 20px;
    color: #fff;
    background: #00405f;
}

.foot_menu li a {
    color: #fff;
    line-height: 32px;
    font-weight: 500;
    font-size: 15px;
}

.social_mediaimg {
    color: #16a1b6;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    margin-right: 9px;
}

.foot_menu address {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin-top: 9px;
    line-height: 21px;
}

.foot_menu li h3, footer h3 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
}

.main-content {
    padding-top: 0px;
}

html body {
    background-color: #f6f6f6;
    font-weight: normal;
    font-style: normal;
    counter-reset: popular;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    /*font-size: 14px;*/
    line-height: 1.42857143;
}

.divfontFamilyCss {
    font-family: 'Open Sans', sans-serif !important;
}

.icon-row-px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}


@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) { /* STYLES GO HERE */

    .pad {
        padding: 4px !important;
    }

    .BN-trigger.BN-half {
        width: 100% !important;
    }

    .pad2 {
        padding: 0px !important;
    }

    .img-responsive {
        padding-bottom: 15px;
    }

    .fa {
        font-size: 20px !important;
    }

    .list-unstyled {
        font-size: 20px;
        line-height: 25px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .pad {
        padding: 4px !important;
        margin-top: 0px;
    }
    .card p {
        font-size: 20px;
        color: #676767;
        line-height: 24px;
    }


    .BN-trigger.BN-half {
        width: 90% !important;
    }

    .pad2 {
        padding: 0px !important;
    }

    .YouTubeVideo {
        width: 100% !important;
        height: 200px !important;
    }

    .h3 {
        line-height: 25px;
        font-size: 20px;
        color: #343434;
    }

    .jumbo-picture {
        background-image: none;
    }

    .jumbotron {
        padding: 10px;
        background-color: #D3D3D3;
    }

    .fs-70 {
        font-size: 50px;
        font-family: 'Open Sans', sans-serif;
    }

    .h1 {
        font-size: 30px;
    }

    .transform {
        font-size: 22px;
    }

    .pb-10 {
        padding-bottom: 0px;
    }

    .fs-40 {
        font-size: 30px;
    }

    #hOneMobileView {
        margin-top: 0px;
    }

    .jumbo-picture {
        text-align: center;
    }

    .card.text-center.pad img {
        padding-top: 16px !important
    }

    .img-responsive {
        padding-bottom: 15px;
    }

    .fa {
        font-size: 20px !important;
    }

    .list-unstyled {
        font-size: 20px;
        line-height: 25px;
    }
    .icon-row-px-5 .col-sm-2 {
        padding: 15px !important;
    }
    .card {
        height: auto !important;
    }
    .cus-px-2 {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }
}



@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {

    .BN-trigger.BN-half {
        width: 100% !important;
    }

    .YouTubeVideo {
        width: 100% !important;
        height: 200px !important;
    }

    .pad2 {
        padding: 0px !important;
    }

    .fa {
        font-size: 20px !important;
    }

    .list-unstyled {
        font-size: 20px;
        line-height: 25px;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .card p {
        font-size: 20px;
        color: #676767;
        line-height: 20px;
    }
}

    /*.list-unstyled li::before {
        content: "\2022";*/ /* Unicode character for a bullet point */
        /*margin-right: 10px;*/ /* Adjust spacing as needed */
        /*color: #fff;
    }*/

.list-unstyled li::before {
    display: none;
}

.txtul {
    display: flex;
    align-items: flex-start;
    gap: 10px; /* Space between icon and text */
    line-height: 1.5; /* Ensures proper spacing for multi-line text */
}

.txtuli {
    flex-shrink: 0;
    width: 20px; /* Ensures all icons take up the same space */
    text-align: center;
    margin-top: 4px; /* Aligns icon with the first line of text */
}

@media only screen and (min-device-width:1290px) and (max-device-width:1504px){
    .icon-row-px-5 .fs-25 {
        font-size: 20px !important;
    }
}

@media only screen and (min-device-width:1014px) and (max-device-width:1290px) {
    .icon-row-px-5 .fs-25 {
        font-size: 18px !important;
    }
    .icon-row-px-5 .col-sm-2 {
        padding: 3px !important;
    }
}

.icon-wrapper {
    display: flex;
    align-items: center; /* vertical centering */
    justify-content: center; /* horizontal centering */
}