#owl-main .caption h1, #owl-main .caption p, #owl-main .caption div {
    color: #fff;
}

.forms .btn-submit {
    background-color: #642d32;
}
/* social media */
.social li a:hover i.icon-s-instagram {
    background-color: #8a3ab9;
}
.social li a:hover i.icon-s-youtube {
    background-color: #FF0000;
}

/* popup model */* {box-sizing: border-box;}/* Button used to open the contact form - fixed at the bottom of the page */.model .open-button {  padding: 16px 20px;  border: none;  cursor: pointer;  opacity: 0.8;  position: fixed;  bottom: 0px;  left: -10px;  width: 110px;z-index: 1001;}/* The popup form - hidden by default */.model .form-popup {  display: none;  position: fixed;  bottom: 0;  left: 0px;  border: 3px solid #f1f1f1;  z-index: 1002;}/* Add styles to the form container */.model .form-container {  max-width: 300px;  padding: 10px;  background-color: white;}/* Full-width input fields */.model .form-container input[type=text], .form-container input[type=password] {  width: 100%;  padding: 15px;  margin: 5px 0 22px 0;  border: none;  background: #f1f1f1;}/* When the inputs get focus, do something */.model .form-container input[type=text]:focus, .form-container input[type=password]:focus {  background-color: #ddd;  outline: none;}/* Set a style for the submit/login button */.model .form-container .btn {  color: white;  padding: 10px 20px;  border: none;  cursor: pointer;  width: 100%;  margin: 5px;  opacity: 0.8;}/* Add a red background color to the cancel button */.model .form-container .cancel {  background-color: red;}/* Add some hover effects to buttons */.model .form-container .btn:hover, .open-button:hover {  opacity: 1;}