ul.sandy-services-list {
    display: flex;
    flex-wrap: wrap;
}

ul.sandy-services-list li {
    flex: 0 0 50%;
    max-width: 50%;
}
.sandy-services-list-header {
    max-width: 100%;
    font-size: 38px;
}
.footer__logo img {
    max-width: 150px;
}
.header__logo img {
    max-width:140px;
}
.webpage--parallax .header { background-color:#272727; }
.sandy-team-image img { max-width: 100%; border-radius: 100%; border: 8px solid #fff; }
.sandy-team-content h3 { margin: 0px; color:#fff; }
.sandy-team-designation { color:#fff; }
.sandy-tem-wraper { text-align: center; }
a.team-info-btn { color: #fbc710; display:table; margin: 15px auto 0px; }
.sandy-team-content { padding-top:15px; margin-bottom:30px; }
.bio-data { display:none; }
.sandy-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index:9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.sandy-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding:0 30px 10px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.sandy-close {
  color: #d9240e;
  /*float: right;*/
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 25px;
}

.sandy-close:hover,
.sandy-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.sandy-modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.sandy-modal-body {padding: 2px 16px;}

.sandy-modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
.sandy-modal-content h3 {
    color: #000;
    font-size: 24px;
    margin-bottom: 0px;
}
/*.logo { padding:15px 0 11px 15px; }*/
.thank-you-wrap {
    text-align: center;
}
.menu-toggle { height:16px; }
.header--white .sandy-toggle-menu::before, .header--white .sandy-toggle-menu::after { border-top:solid 2px #ffffff; }
.sandy-toggle-menu .visually-hidden { width:100%; height:2px; background-color:#fff; clip: unset; top:8px; left:1px; }
.sandy-toggle-menu.menu-toggle--opened .visually-hidden { background-color:#fbc710; }



@media only screen and (min-width:280px) {
.footer--fixed { display:none; }
.logo { padding:0px; }
.header__inner { padding:0px 15px; }
.header--fixed .header__inner { padding:0px 15px; }
.header__logo img { max-width:70px}
.about-block__heading { margin:0px auto; display:table; }
.about-block__inner::before { left: 50%; transform: translate(-50%, 0px); }
.header--fixed .logo { padding:0px; }
}

@media only screen and (min-width:480px) { 
.header__logo img { max-width: 100px; }
}


@media only screen and (min-width:576px) { 
.header__logo img { max-width: 120px; }
}


@media only screen and (min-width:767px) { 
.header__logo img { max-width: 140px; }
.home-team .about-block__heading { margin:0px auto; display:block; }
.about-block__inner::before { left:-23.95vw; transform: translate(0%, 0px); }
}

@media only screen and (min-width:991px) {
.footer--fixed { display:block; }

}

@media only screen and (min-width:992px) { 
.header__inner { padding:10px 15px; }
.navigation__item { margin-right:30px; }
}


@media only screen and (min-width:1560px) { 
.header__inner { padding: 42px 15px; }
.header--fixed .header__inner { padding:42px 15px; }
}


