@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap');

body{
    font-family: 'Syne';
}
p{
    font-family: 'Syne';
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Syne';
}
a{
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
h4 {
    font-size: 20px;
    color:#000;wh
}
#header-11361 > div{
    position: absolute !important;
    margin-top: 10px !important;
    left:0 !important;
}
.line { 
width:100%; 
text-align:center; 
border-bottom: 1px solid #000; 
line-height:0.1em; 
margin:10px 0 20px; 
} 
.line>span { 
background:#fff; 
padding:0 10px; 
}
.line2 { 
width:100%; 
text-align:center; 
border-bottom: 1px solid #000; 
line-height:0.1em; 
margin:10px 0 20px; 
} 
.line2>span { 
background:#FFFAF2; 
padding:0 10px; 
}
.line3 { 
width:100%; 
text-align:center; 
border-bottom: 1px solid #ECCBAD; 
line-height:0.1em; 
margin:10px 0 20px; 
} 
.line3>span { 
background:#FFFAF2; 
padding:0 10px; 
}
.line4 { 
width:100%; 
text-align:center; 
border-bottom: 1px solid #ECCBAD; 
line-height:0.1em; 
margin:10px 0 20px; 
} 
.line4>span { 
background:#fff; 
padding:0 10px; 
}

.white-btn>a{
    background: #FFFFFF;
    border-radius: 50px;
}
.white-btn>a:hover{
    background:#FFE9D4 !important;
}
.nav-pills>li>a{
    border-radius: 50px;
    font-family: 'Syne';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding:15px;
    color: #000000;
}

.navbar-nav>li>a{
    font-family: 'Syne';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.footer-text, .footer-text>a{
    font-family: 'Syne';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 116.9%;
    color: #fff;
}

.service-title{
    font-weight: bold;
    font-size: 25px;
    padding: 20px 0;
    color:#000;
    line-height: 116.9%;
}
.owl-item .item .image-preview{
    width: 100% !important;
    height: 200px;
    margin: 0;
    object-fit: cover;
}
.owl-carousel .owl-item img {
    max-height: none !important;
}
    
@media(max-width:1200px){
    #header-11361 > div{
        position: static !important;
        margin-top: 0!important;
    }
}

@media(max-width:576px){
    .no-padd{
        padding:30px !important;
        background-position: 49% 20%;
    }
    .padd2{
        padding:40px !important;
    }
    .edit{
        margin-top:0 !important;
        margin-right:0 !important;
    }
    .title{
        font-size:28px !important;
    }
    span>.title{
        font-size:28px !important;
    }
    .no-border{
        border:none !important;
    }
}
