*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html { font-size: 62.5%; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  color: #fff;
  background-color: #22283f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding:0;
  margin:0;
}

a {
  text-decoration: none;
  color: #267481;
}
li{
  list-style: none;
}

.vs-section:nth-of-type(1) { 
  background-image: url('../images/slider1.jpg'); 
  background-size: cover; 
  background-position: center 100%;
  z-index: 0;
  position: relative;
}
.vs-section:nth-of-type(1):before{
  position: absolute;
  content: "";
  background:rgba(0,0,0,0.45);
  height: 100%;
  width: 100%;
  left:0;
  top:0;
  z-index: -1;
}
.vs-section:nth-of-type(2) { background-image: url('../images/slider2.jpg'); 
}
.vs-section:nth-of-type(2):before{
  position: absolute;
  content: "";
  background:rgba(0,0,0,0.4);
  height: 100%;
  width: 100%;
  left:0;
  top:0;
  z-index: -1;
}
.vs-section:nth-of-type(3) { background-image: url('../images/slider3.jpg'); }
.vs-section:nth-of-type(3):before{
  position: absolute;
  content: "";
  background:rgba(0,0,0,0.59);
  height: 100%;
  width: 100%;
  left:0;
  top:0;
  z-index: -1;
}
.vs-section:nth-of-type(4) { 
  background: url(../images/slider4.jpg);
  background-size: cover;
 }
.vs-section:nth-of-type(4):before{
position: absolute;
content: "";
background:rgba(0,0,0,0.55);
height: 100%;
width: 100%;
}
.vs-section:nth-of-type(5) { 
  background: url(../images/slider5.jpg);
  background-size: cover;
 }
.vs-section:nth-of-type(5):before{
position: absolute;
content: "";
background:rgba(0,0,0,0.4);
height: 100%;
width: 100%;
}
.vs-section:nth-of-type(6) { 
  background: url(../images/slider6.jpg);
  background-size: cover;
 }
.vs-section:nth-of-type(6):before{
position: absolute;
content: "";
background:rgba(0,0,0,0.4);
height: 100%;
width: 100%;
}
.vs-vertical-nav {
  position: fixed;
  z-index: 1;
  top: 50%;
  right: 3%;
  bottom: auto;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vs-vertical-nav a {
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  white-space: nowrap;
  text-indent: 100%;
  background: url('../images/cd-icon-arrow.svg') no-repeat center center;
}

.vs-vertical-nav a.vs-prev {
  margin-bottom: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#wrapper{
  position: relative;
}
.intro {
    width: 800px;
    margin: auto;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    line-height: 27px;
}
.intro .title {
    position: relative;
    font-size: 28px !important;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #1aa935;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.83);
}
.intro .title:before{
    position: absolute;
    content: "";
    background: #fff;
    height: 1px;
    width: 135px;
    top: 50%;
    margin-left: -150px;
}
.intro .title:after{
    position: absolute;
    content: "";
    background: #fff;
    height: 1px;
    width: 135px;
    top: 50%;
    margin: 0px 16px;
}
.intro h2 {
    /*font-size: 60px;
    margin-bottom: 18px;
    margin-top: 0;
    text-shadow: 0 2px 1px #1aa935;*/
    margin-bottom: 18px;
margin-top: 0;
text-shadow: 0 2px 1px #1aa935;
font-size: 40px;
font-weight: 600;
text-align: center;

}
.process-list {
   text-align: center;

position: absolute;

top: 42%;
width: 87%;

left: 0;

right: 0;

margin: auto;
}
.img-grid {
width: 25%;

display: inline-block;


margin: 0 8px 40px;
}
.intro.about-ca {
  top: 54%;
}
.img-grid .icon img {
  width:60px;
  opacity: 0.8;
}
.intro.presence {
    top: 32%;
}
.intro.why-surrop-fresh{
  top: 31%;
}
.vs-section:nth-child(6) {

    background: url(../images/contact-us.jpg);
        background-size: auto auto;
    background-size: cover;
}
.vs-section:nth-child(6):before{
  position: absolute;
  content: "";
  background:rgba(0,0,0,0.45);
  height: 100%;
  width: 100%;
}
.img-grid .icon {
    margin-bottom: 10px;
}
.intro.presence h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.intro.presence p{
  text-align: justify;
}
.innovation-process {
    width: 1100px;
    text-align: center;
    left: 50%;
    position: absolute;
    top: 54%;
    transform: translate(-50%,-50%);
}
.why-suroop-info {
    margin-top: 238px;
    text-align: left;
}
.innovation-process h2{
  font-size: 40px;
  font-weight: 600;
}
header {
    position: fixed;
    z-index: 99;
    width: 100%;
}
.navbar-inverse{
  background:transparent;
  border:none;
}
.navbar-inverse .navbar-nav > .active > a{
  background:transparent;
}
.navbar-brand > img {
    display: block;
    margin:auto;
    position: relative;
}
.navbar-brand{
  width: 100%;
}
.navbar{
  min-height: auto;
  margin-bottom: 0;
}
.navbar-nav > li > a{
  padding:30px 20px;
  color:#333;
}
footer {
    padding: 14px 0 10px;
    background: transparent;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.infographics{
  padding-top: 20px;
}
.navbar-inverse .navbar-nav > .active > a{
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color:  #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus{
  background:transparent;
}
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.why-suroop-info ul li {
    float: left;
    width: 47%;
    margin: 6px 13px;
    border-left: 2px solid #1aa935;
    padding-left: 10px;
}
.contact-info label{
  width: 100%;
  text-align: left;
}
.contact-submit {
    background: #1aa935;
    border: none;
    padding: 6px 20px;
    position: relative;
    top: 20px;
}
.contact-info-address {
text-align: left;

border-left: 1px solid rgba(200, 200, 200, 0.3);

padding-left: 30px;
}
.contact-info-address li{
  margin-bottom: 8px;
  font-size: 14px;
}
.contact-info-address li a{
  color: #fff;
}
.contact-info-address .header {

    color: #1aa935;
    margin-bottom: 1px;
    font-size: 17px;
    font-weight: 600;

}
.contact-info-address li i{
  display: table-cell;
  vertical-align: top;
}
.contact-info-address li span{
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.team-member .name {
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 0 2px #1aa935;
}
.admin {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px auto;
    padding: 20px 0;
}
.admin {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px auto;
    padding: 20px 0;
    overflow: hidden;
}
.team-member {
    width: 50%;
    float: left;
    text-align: left;
    border-right: 1px solid #ccc;
    padding: 0 20px;
}
.navbar-brand::before {
    position: absolute;
    content: "";
    background: rgba(213, 213, 213, 0.6);
    height: 165px;
    width: 119px;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
    border-radius: 0 0 50px 50px;
    z-index: -1;
}