.top-header{
    background: rgba(1,53,113,0.96);
    padding: 20px 0;
}

.header {
    position: relative;

}


.logo{
    width: 240px;
}
.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.2;
    padding: 50px 0 0 0;
}


.title-section {
    position: absolute;
    width: 100%;
    top: 35%;
}


.box01 {
    position: relative;
    box-shadow: 0 4px 8px rgb(123 123 123 / 12%);
    background: #ffffff;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.download-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px; /* Adjust size */
    height: 50px; /* Adjust size */
    display: none;
}

.box01:hover .download-icon {
    display: block;
}




.box02 {
    background: #efefef;
    border-radius: 5px;
    border:1px solid #efefef;
}

.contact-box-gap{
    padding: 10px 0;
}



.hamburger {
    width: 35px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}


.hamburger span {
    width: 150%;
    height: 2px;
    background-color: white; /* White color */
    border-radius: 5px;
    transition: 0.3s;
    text-align: right;
}

.box-section{
    padding: 50px 0;
}

.slide-section {
    position: relative;
}

.box-section02 {
    width: 1200px; /* Set width to 900px */
    max-width: 100%; /* Prevent overflow on small screens */
    padding: 250px 0;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    z-index: 1000;
    margin-top: 170px;

}

.grid-container {
    max-width: 75rem; /* Keep original width */
    width: 100%; /* Ensure it takes full space */
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    position: relative; /* Ensure absolute elements inside are positioned correctly */
}


.footer {
    position: relative;
    background: #232323;
    color: #ffffff;
    padding: 50px 0;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/Footer-2.jpg") no-repeat center center/cover;
    opacity: 0.2; /* Set image opacity */
    z-index: 0;
}

.copyright{
    border-top: 1px solid #666666;
}

.gap-copyright{
    padding: 0 10px;
}
.copyright a{
    color: #ffffff;
}
.white-text{
    color: #ffffff;
}

.title01 {
    font-size: 46px;
    line-height: 1.2;
}

.title04a {
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
}
.orange-btn02 {
    background: #15a839;
    border-radius: 8px;
    font-size: 16px;
    padding: 12px 25px;
    color: #ffffff;
}

.inner-page {
    background: url("../images/slides01/contact03.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 350px;
}

.contact-border{
    margin-top: 20px;
    border-bottom:1px solid #dfdfdf;
    padding:0 0px 15px ;
    font-weight: 300;
}

.slider01 {
    background: url(../images/slides01/1.jpg) no-repeat;
    background-size: cover;
    background-position: center 30%;
    height: 800px;
}

.slider02 {
    background: url(../images/slides01/2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;

    height: 800px;
}


.slider03 {
    background: url(../images/slides01/3.jpg) no-repeat;
    background-size: cover;
    background-position: center center;

    height: 800px;
}


.slider04 {
    background: url(../images/slides01/4.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;

    height: 800px;
}


.footer > * {
    position: relative;
    z-index: 1;
}

.footer-img{
    background-image: url("../images/Footer-2.jpg") ;
}


#footer-outer[data-using-bg-img="true"]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background-color: #252525;
    opacity: 0.9;
}

.sitelock{
    margin: 50px 0;
}

.text01{
    font-size: 14px;
}

.text02{
    font-size: 16px;
}

.text03{
    font-size: 18px;
}

.text04{
    font-size: 22px;
}

.text05{
    font-size: 24px;
}

.text06{
    font-size: 28px;
}

.text07{
    font-size: 36px;
}


.mt5{
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}

.mt15{
    margin-top: 15px;
}
.mt20{
   margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}

.mt50{
    margin-top: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .logo{
        width: 140px;
    }

    .hamburger {
        width: 22px;
        height: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }

    .hamburger span {
        width: 110%;
        height: 2px;
        background-color: white;
        border-radius: 5px;
        transition: 0.3s;
        text-align: right;
    }

    .sitelock{
        margin: 50px 0;
    }


    .inner-page {
        background: url("../images/slides01/contact03.jpg") no-repeat;
        background-size: cover;
        background-position: center center;
        min-height: 200px;
    }

    .title-section {
        position: absolute;
        width: 100%;
        top: 35%;
    }



    .box-section02 {
        padding: 50px 0;
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100px;
        z-index: 1000;
        margin-bottom: 20px;
    }
    .slider01 {
        background: url(../images/slides01/1.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        height: 1000px;
    }

    .slider02 {
        background: url(../images/slides01/1.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        height: 1000px;
    }
    .slider03 {
        background: url(../images/slides01/1.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        height: 1000px;
    }
    .slider04 {
        background: url(../images/slides01/1.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        height: 1000px;
    }
    .top-header {
        background: rgba(1, 53, 113, 0.96);
        padding: 10px 0;
    }

}


