﻿.container5{
margin-top:;
text-align:center;
background-attachment:fixed;
background-position:center center;
background-repeat:none;
-webkit-background-size:cover;
text-transform:uppercase;
position:relative;
color:white;
z-index:1;
}

.container5 h1{
font-size:55px;
line-height:100px;
font-family:"Baskerville Old Face";
	
}
.p-125{
	padding:280px 0;
}

.p-125:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:rgba(0.0,0,0,0.5);
	width:100%;
	height:100%;
	z-index:-1;
}


.columnNew {
  float: left;
  width: 50%;
  padding:80px;
  margin-bottom:30px;
  height:100vh; 
  
  }
.rowNew:after {
  content: "";
  display: table;
  clear: both;
}


input[type=text], select, textarea {
  width:95%;
  padding: 12px;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

button {
  background-color:tomato;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius:50px;
}

button:hover {
  background-color:tomato;
}

.containerThree {
  background-color:#fff;
  font-family:Arial, Helvetica, sans-serif;
  padding:22vh;
}

.sewela2 ul li{
	font-size:21px;
	line-height:4vh;
	text-decoration:none;
		list-style-type:none;

}

.sewela ul li{
	font-size:21px;
	line-height:6vh;
	text-decoration:none;
		list-style-type:none;

}

.rodney{
		margin-top:10vh;
}

.rodney ul li{
	font-size:21px;
	line-height:6vh;
	text-decoration:none;
		list-style-type:none;

}

#section08 a span {
  position:absolute;
  top:73vh;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
  z-index:999;
}
#section08 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section08 a span:nth-of-type(2) {
  top:76vh;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section08 a span:nth-of-type(3) {
  top:79vh;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.mess{
    margin-top:5vh;
}



@media screen and (max-width: 785px){
.containerThree{
	padding:5vh;
}

input[type=text], select, textarea {
width:100%;
}

.columnNew{
	float:none;
	width:100%;
	height:65vh;
	padding:25px;
}

.sewela ul li{
	font-size:15px;
	line-height:6vh;
	text-decoration:none;
	list-style-type:none;
}

.sewela2 ul li{
	font-size:15px;
	line-height:4vh;
	text-decoration:none;
	list-style-type:none;
}


.rodney ul li{
	font-size:15px;
	line-height:6vh;
	text-decoration:none;
	list-style-type:none;
}

.rodney{
	margin-top:3vh;
}

.res{
	display:none;
}

.responsive{
	height:150px;
}

.p-125{
	padding:245px 0;
}

.mess{
    font-size:13px;
}


}

@media screen and (max-width:1024px){
    
    .res{
	display:none;
}
    
}
