#mainnav ul li a {
		position: relative;
		display: block;
		font-family: "Raleway", sans-serif;
		font-weight: 600;
		text-decoration: none;
		outline: none;
    font-size: 16px;
}

/* main slider maintitle */

.text-slider .maintitle {

    	text-shadow: 0 0 6px #000000, 0 0 10px #000000;
}

/* main slider sub text */

.text-slider .subtitle {
    	font-size: 36px;
    font-weight: 400;
    	line-height: 40px;
    padding: 20px 0 50px;
    	text-shadow: 0 0 6px #000000, 0 0 10px #000000;
}

/* main slider button text */

.roll-button {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 35px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.panel-grid-cell .widget-title {
    text-transform: none;
  font-weight: 200;
}

.otw-button {
    background-image: linear-gradient(rgba(1, 1, 1, 0), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    border: 0px solid rgba(128, 128, 128, 0);
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
}

.p {
   font-weight:light;
}

.widget-title-custom::after {
  margin-bottom: 0px;
  padding-bottom: 10px;
  text-align: left;
  font-weight: 200;
  text-transform: none;
  font-family: "Raleway",sans-serif;
  color: #443f3f;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

select, textarea,
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"],
input[type="tel"],
input[type="color"] {
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    color: #767676;
    height: 40px;
    padding: 4px 20px;
    transition: all 0.3s ease-in-out 0s;
}


/* 250225 */
.site-info .col-md-6 {
  width: 100% !important;
}