.home-sec1 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1400px;
}

section.home-sec1 .container {
    max-width: 1400px;
    width: 100%;
    padding: 0px;
}
.carousel-control {
    width: 5%;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgb(0 0 0 / 0%) 0, rgba(0, 0, 0, .0001) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgb(0 0 0 / 0%) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.main-bnr-title1{
    position:relative !important;
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
.main-bnr-title {
    position: absolute;
    text-align: center;
}
@media (min-width: 768px) {
    .main-bnr-title {
        top: 50%;
        left: 50%;
        transform: translate(-50%, calc(-50% - 60px));
        width: 100%;
    }
    .main-bnr-title h2 {
        margin-bottom: 20px 
    }
}
.main-bnr-title h2 {
    color: #fff;
    font-size: 75px;
    font-weight: 800;
    text-shadow: 1px 1px #222;
    font-family: 'SIGN45';
    font-weight: normal;
    font-style: normal;
    line-height: 65px;
}
.main-bnr-title p {
        font-size: 52px;
    margin-bottom: 52px;
    line-height: 55px;
    color: #3c4653;
    font-weight: 300 !important;
}
.main-bnr-title a {
    background-color: #0b8442;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 12px 30px;
    width: inline-bl;
    display: inline-block;
    font-size: 16px;
    font-family: var( --fnt-family);
    margin-left: 0;
    position: relative;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
}
.main-bnr-title a::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background-color: rgba(0, 0, 0, .05);
    transition: all 0.4s ease-in-out;
}
.main-bnr-title a:hover {
    cursor: pointer;
    text-decoration: none !important;
}

.main-bnr-title a:hover::after {
    transition: all 0.4s ease-in-out;
    width: 100%;
}