body {
    color: #000000;
  font-family: "Montserrat", sans-serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.text-gry{
     color: #828698;
}
.text-dark{
    color: #000;
}
.font-bold{
    font-weight: bold;
}
.font-14{
    font-size: 14px;
}



.copy{
    background: #000;
}
.cookie-btn a{
    margin-bottom: 10px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    padding: 6px 10px; 
    background: #fff;
    border-radius: 6px;
}
.footer{
    background: #000;
}
.news-content{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.news-content span{
    background: #1baba8;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}
.news-content p{
    font-size: 12px;
}
.news-content h5{
    font-size: 16px;
}
.news-box img{
    object-fit: cover;
}
.heading p{
    line-height: 30px;
    letter-spacing: 0.5px;
}
.quotes{
    background-image: url(../images/quotes.jpg);
    background-position: 800px 77px;
    background-repeat: no-repeat;
    padding: 90px 0px;
    background-size: 150px auto;
}
.quotes h2{
    color: #f88d78;
    font-size: 65px;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: 0.6px;
}
.bg-1{
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    padding: 100px 0px;
    background-size: cover;
    border-bottom: 4px solid #1baba8;
}
.ser-box{
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
}
.text-gren{
    color: #1baba8;
}
.ser-box span{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;  
    line-height: 1.6em;  
}
.ser-box p{
    color: #000;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;  
    line-height: 1.6em;  
}
.ser-box a{
    text-decoration: none;
/*    background: red;*/
    border-radius: 23px 23px 23px 23px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.6px;
    padding: 12px 24px;  
    display: inline-block;
    margin: 0px auto;
}
.bg-green{
    background: #1baba8;
}
.ser-box2 a{
    background: #fff;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    width: fit-content;
    margin-left: auto;
    font-size: 14px;
}
.ser-box2 h5{
    background: #fff;
    width: fit-content;
    margin-left: auto;
    padding: 10px;
}
.ser-box2 p{
    background: #fff;
    width: fit-content;
    margin-left: auto;
    padding: 10px;
    font-size: 14px;
}
.bg-2{
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    padding: 100px 0px;
    background-size: cover;
    border-bottom: 4px solid #f4c387;
}
.text-orng{
    color: #f4c387;
}
.bg-orng{
    background: #f4c387;
}
.bg-2 .ser-box2 a{
    margin-right: auto;
    margin-left: 0px;
}
.bg-2 .ser-box2 p{
    margin-right: auto;
    margin-left: 0px;
}
.bg-2 .ser-box2 h5{
    margin-right: auto;
    margin-left: 0px;
}
.bg-3{
    background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    padding: 100px 0px;
    background-size: cover;
    border-bottom: 4px solid #f88d78;
}
.text-pink{
    color: #f88d78;
}
.bg-pink{
    background: #f88d78;
}
.br-20{
    border-radius: 40px;
}














@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 769px) {
    .quotes h2 {
        font-size: 30px;
        line-height: 41px;
    }
    .quotes{
        background-position: center right;
    }
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}