
                

.input-field {
    border-bottom:1px solid rgb(65, 67, 71) !important;
    background-color:#fff !important;
}

h2{
    /*margin-top: 3rem;*/
    /*border-top: 1px #efefef solid;*/
    /*border-bottom: 1px #414347 solid;*/
    /*border-top: 1px #414347 solid;*/
    /*padding-top: 14px;*/
    /*border-bottom: 9px #e6e1db double;*/
}

h2:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 50%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 9px #8ac4a3 double;
}

.navbar .navbar-brand {
    padding: 0 0 0 15px;
}

.navbar-brand {
    height: 95px !important;
} 

.navbar-right {
    padding: 20px 0 0 32px;
}                                                                                               
.navbar-brand img {
    height: 100%;
} 

.double-border {
    border: 9px double #8ac4a3;
}

.double-border-services {
    /*border: 4px double #FACA8F;*/
}

.content-2 .bg-img .overlay {
    opacity: 1;
}

.watermark {
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    display: block;
    margin: 0;
    /*color: #efedeb2b;*/
    color: rgb(255 203 171 / 36%);
     font-family: "Nothing You Could Do",cursive; 
    font-family: "Poppins",cursive;
    font-size: 150px;
    line-height: 1;
    /*font-weight: 800;*/
}