.elementor-4245 .elementor-element.elementor-element-263acb5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f7c818d *//*BACKGROUND VIDEO*/


.video-section{
    position:relative;
    width:100%;
    /*height:100vh;*/
    overflow:hidden;
}

#bg-video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:1;
}


/*OVERLAY*/


.overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.60);
    z-index:2;
}


/*CONTENT*/


.container-default{

    position:relative;
    z-index:5;

    width:100%;
    /*height:100vh;*/

    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;

    text-align:center;
    color:#fff;

    padding:20px;
}


/*LOGO*/


.logo{
    width:160px;
    max-width:100%;
    /*margin-bottom:20px;*/
}


/*TITLE*/


h1{
    font-size:55px;
    font-weight:700;
    margin-bottom:20px;
    color: #fff;
    opacity: 0.75;
    padding:  20px;
    background: #3c5d21;
    border-radius: 10px;
}


/*SUBTITLE*/


.subtitle{

    max-width:750px;
    background:#3c5d21;
    padding:18px 25px;
    border-radius:10px;
    line-height:1.8;
    font-size:18px;
    margin-bottom:35px;
    color: #fff;

}


/*LOADER*/


.loader{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-bottom:35px;
}

.loader span{

    width:15px;
    height:15px;

    border-radius:50%;

    background:#3c5d21;

    animation:loading .8s infinite alternate;

}

.loader span:nth-child(2){
    animation-delay:.2s;
}

.loader span:nth-child(3){
    animation-delay:.4s;
}

@keyframes loading{

    from{
        transform:translateY(0);
        opacity:.4;
    }

    to{
        transform:translateY(-12px);
        opacity:1;
    }

}


/*CONTACT BOX*/

.contact-box{

    width:100%;
    max-width:700px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.15);

    padding:25px;

    border-radius:18px;

}

.item{

    margin:15px 0;

    font-size:17px;

}

.item a{

    color:#fff;

    text-decoration:none;

}

.item a:hover{

    color:#98c35e;

}


/*FOOTER*/


.footer-default{

    margin-top:25px;

    font-size:14px;

    opacity:.85;

}

/*==============================
RESPONSIVE
===============================*/

@media(max-width:992px){

h1{
font-size:42px;
}

.subtitle{
font-size:16px;
}

}

@media(max-width:768px){

.logo{
width:150px;
}

h1{
font-size:34px;
}

.subtitle{
padding:15px;
font-size:15px;
}

.contact-box{
padding:20px;
}

.item{
font-size:15px;
}

}

@media(max-width:480px){

.logo{
width:120px;
}

h1{
font-size:28px;
}

.subtitle{
font-size:14px;
line-height:1.7;
}

.item{
font-size:14px;
}

.footer-default{
font-size:12px;
}

}/* End custom CSS */