@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}
a{
    color:#c1121f;
}
.header{
    position: fixed;
    width: 100%;
}
.header.colored{
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.homebanner-con .banner_content h1 span{
    color:#131313;
    display: block;
    font-size: 26px;
    font-weight: 800;
}
.portfolio-con .lower_portion_wrapper {
    text-align: center;
    padding: 25px 48px 30px;
}
.service-con{
    background-color: #fff;
}
.homebanner-con{
    height: 90vh;
    display: flex;
    flex-direction: column;
}
.home-quote{
    padding: 40px 0;
    margin-top: -150px;
}
#main-content{
    padding: 45px 35px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#main-content a {
    padding: 21px 33px;
}
.sub_banner .sub_banner_con{
    background-size: cover;
    background-position: center;
}
.service_detail p{
    font-size: 16px;
    color:#131313;
    margin:15px 0 30px 0;
}
.package-form{
    /* position: sticky; */
    top:100px;
}
.single-oimage{
    width: 100%;
    height: 400px;
    margin-bottom: 35px;
    border-radius: 8px;
    overflow: hidden;
}
.single-oimage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.custom-icon-cards{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap:15px;
    padding: 15px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.custom-icon-cards p{
    margin: 0;
    line-height: 1;
}
.custom-icon-cards i{
    font-size: 36px;
}
.custom-icon-cards p:last-of-type{
    font-size: 16px;
    font-weight: 500;
    margin-top: 6px;
}
.b-shadow{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px 30px;
    border-radius: 12px;
    margin-bottom: 25px;
}
.image1{
    height: 450px;
    overflow: hidden;
}
.image1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.red-text{
    color:#c1121f;
}
.main-box img{
    width: auto !important;
    max-width: 100% !important;
    height:auto !important;
}
@media only screen and (min-width:1024px){
    .postion-sticky{
        position: sticky;
        top:100px;
    }
}
@media only screen and (max-width:600px){
    .homebanner-con{
        justify-content: center;
    }
    .all_button{
        height: auto;
    }
    .footer-con .middle_portion .contact{
        margin-left: 0;
    }
    .homebanner-con .banner_content h1 span{
        color:#fff;
    }
    .sub_banner .sub_banner_con{
        padding-top: 120px;
        padding-bottom: 20px;
    }
    .image1{
        height: auto;
    }
    .span-fa-outer-con{
        margin-bottom:30px !important;
    }
}
