/* Synergates */
.chief-science {
  background: rgba(0, 0, 0, 0)
    linear-gradient(90deg, rgb(17, 130, 178) 0%, rgb(17, 88, 170) 100%) repeat
    scroll 0% 0%;
}

.chief-science__container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  padding: 55px 0 0;
  justify-content: space-around;
}

.chief-science__left {
  position: relative;
  width: 455px;
}

.chief-science__left img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.chief-science__right {
  margin-left: 50px;
  padding-right: 15px;
  width: calc(100% - 470px);
}

.chief-science__title {
  margin-bottom: 26px;
}

.chief-science__title h2 {
  font-size: 37px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-weight: 700;
  margin: 0px;
}

.chief-science__content p {
  font-family: Fira Sans;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 26px !important;
  padding: 0px;
}

.chief-science__signature img {
  width: 100%;
  max-width: 352px;
  height: auto;
}

.chief-science__more {
  margin-bottom: 15px;
}

.chief-science__more a {
  color: #fff;
  background: #0094f7;
  text-align: left;
  line-height: 1.2;
  font-weight: 400;
  margin: 0px;
  border-radius: 5px;
  padding: 14px 20px;
  display: inline-block;
  font-size: 20px;
}

.chief-science__more a i {
  margin-right: 10px;
}

.chief-science__screen-big {
  display: block;
}

.chief-science__screen-small {
  display: none;
  font-size: 14px;
}

/* Gallery */
.ssp-gallery__container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.ssp-gallery {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex;
    flex-wrap: wrap;
}

.ssp-gallery-item {
    width: 134px;
    list-style: none !important;
    margin: 8px !important;
}

/* Mobile Menu */
.wtrMenuScroll .wtrQuickContact,
.wtrQuickContact {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.wtrHeaderTransparent .wtrQuickContact {
    border-color: rgba(255,255,255,.3);
}
.wtrMobileMenu {
    width: 30px;
    height: 31px;
    display: block;
    float: right;
    cursor: pointer;
    position: relative;
    right: -2px;
    margin: 20px 0;
}
.wtrMobileNaviTriger span,
.wtrMobileMenu span {
    text-indent: -9999px;
    height: 3px;
    display: block;
    position: relative;
    width: 26px;
    margin: 0 auto;
    top: 14px;
    transition: all .3s 0s linear;
    -moz-transition: all .3s 0s linear;
    -o-transition: all .3s 0s linear;
    -webkit-transition: all .3s 0s linear;
    -ms-transition: all .3s 0s linear;
}
.wtrMobileNaviTriger span::before,
.wtrMobileNaviTriger span::after,
.wtrMobileMenu span::after,
.wtrMobileMenu span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    display: block;
    left: 0;
    transition: all .3s 0s linear;
    -moz-transition: all .3s 0s linear;
    -o-transition: all .3s 0s linear;
    -webkit-transition: all .3s 0s linear;
    -ms-transition: all .3s 0s linear;
}
.wtrMobileNaviTriger span::before,
.wtrMobileMenu span::before {
    top: -6px;
}
.wtrMobileNaviTriger span::after,
.wtrMobileMenu span::after {
    bottom: -6px;
}
.wtrSH .wtrHeaderTransparent.wtrHeaderColor .wtrMobileMenu span::after,
.wtrSH .wtrHeaderTransparent.wtrHeaderColor .wtrMobileMenu span::before,
.wtrSH .wtrHeaderTransparent.wtrHeaderColor .wtrMobileMenu span,
.wtrHeaderTransparent .wtrMobileMenu span,
.wtrHeaderTransparent .wtrMobileNaviTriger span::before,
.wtrHeaderTransparent .wtrMobileNaviTriger span::after,
.wtrHeaderTransparent .wtrMobileMenu span::after,
.wtrHeaderTransparent .wtrMobileMenu span::before {
    background-color: #fff !important;
}
.wtrSimpleMobileNavContainer {
    display: none;
    position: absolute;
    width: 100%;
    line-height: 1.3;
    z-index: 9998;
    width: 100%;
    position: absolute;
    padding: 20px 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 30px 10px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 30px 10px rgba(0,0,0,.08);
    box-shadow: 0 0 30px 10px rgba(0,0,0,.08);
    top: 0;
}
.wtrSimpleNavOn .wtrLogo,
.wtrSimpleNavOn .wtrNavigation {
    display: none;
}
.wtrBNTH .wtrHeaderBoxed.wtrHeaderColor .wtrMobileMenu.wtrMenuOpen span,
.wtrSH.wtrSimpleNavOn .wtrHeaderColor .wtrMobileMenu.wtrMenuOpen span,
.wtrHeaderTransparent .wtrMobileMenu.wtrMenuOpen span {
    background-color: transparent !important;
}

.wtrSH .wtrHeaderTransparent.wtrHeaderColor .wtrMobileMenu.wtrMenuOpen span::after,
.wtrSH .wtrHeaderTransparent.wtrHeaderColor .wtrMobileMenu.wtrMenuOpen span::before,
.wtrSH .wtrHeaderTransparent.wtrHeaderColor .wtrMobileMenu.wtrMenuOpen span,
.wtrLogoReverse .wtrMobileMenu {
    float: left;
}

.wtrMobileMenu.wtrMenuOpen span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 100;
    left: 4px;
    top: -6px;
}
.wtrMobileMenu.wtrMenuOpen span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 100;
    bottom: -13px;
    left: 2px;
    bottom: -8px;
}
.wtrMobileMenu.wtrMenuOpen span::after,
.wtrMobileMenu.wtrMenuOpen span::before {
    width: 20px;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.wtrMobileMenu.wtrBelowedMenu {
    display: none;
}
.wtrSimpleMobileNav .wtrMobileMenu {
    top: 30px;
    right: 30px;
    margin-top: 0;
}
.wtrSimpleMobileHeader {
    margin: 40px 0 0 20px;
    font-size: 26px;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
}
.wtrSimpleMobileNav ul.wtrMainNaviList {
    margin-top: 20px !important;
    padding-top: 10px;
    border-top-width: 1px;
    border-top-style: solid;
}
.wtrSimpleMobileNav ul li a {
    font-weight: 700;
    font-size: 20px;
}
.wtrSimpleMobileNav ul li span, .wtrSimpleMobileNav ul li a {
    padding: 15px 20px;
    display: block;
}
.wtrSimpleMobileNav ul li {
    position: relative;
}

.wtrExpander {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    top: 4px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;
}
.wtrExpander span {
    text-indent: -9999px;
    height: 3px !important;
    padding: 0 !important;
    display: block;
    position: relative;
    width: 19px;
    left: -12px;
    margin: 0 auto;
    top: 15px;
}
.wtrExpander span::before,
.wtrExpander span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    display: block;
    left: 0;
    transition: all .2s 0s ease-in-out;
    -moz-transition: all .2s 0s ease-in-out;
    -o-transition: all .2s 0s ease-in-out;
    -webkit-transition: all .2s 0s ease-in-out;
    -ms-transition: all .2s 0s ease-in-out;
    background-color: #ccc;
}

.wtrExpander.wtrMinus span::before,
.wtrExpander.wtrPlus span::before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 9999;
    left: 13px;
    top: 8px;
}
.wtrExpander.wtrMinus span::after, .wtrExpander.wtrPlus span::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 9999;
    left: 13px;
    top: 8px;
}

.wtrSimpleMobileNav ul ul {
    padding-left: 35px;
}
.wtrSimpleMobileNav ul {
    margin: 0;
    padding: 0;
    border-top-width: 0;
}
.wtrSimpleMobileNav ul li ul li::before {
    position: absolute;
    content: '';
    height: 100%;
    border-left-style: solid;
    border-left-width: 1px;
    left: -15px;
    top: 0;
    border-color: #e5e5e5;
}
.wtrSimpleMobileNav ul li ul li span, .wtrSimpleMobileNav ul li ul li a {
    font-weight: 400;
    font-size: 16px;
    display: block;
}

/* Book Now Button */
.ssp-book-now {
  position: fixed;
  bottom: 100px;
  right: 25px;
  width: 60px;
  z-index: 99;
}

.ssp-book-now__link {
  display: flex;
  text-align: center;
  padding: 1rem;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  background: rgb(1,149,218);
  background: radial-gradient(circle, rgb(1, 149, 218) 0%, rgb(1, 149, 218) 50%, rgb(255, 255, 255) 100%);
}

.ssp-book-now span {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}

.ssp-call-now {
  position: fixed;
  bottom: 100px;
  left: 25px;
  width: 60px;
  z-index: 99;
}

.ssp-call-now__link {
  display: flex;
  text-align: center;
  padding: 1rem;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
  background: #0195da;
  background: radial-gradient(circle,rgb(1,149,218) 0%,rgb(1,149,218) 50%,rgb(255,255,255) 100%);
}

.ssp-call-now__link span {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

@media screen and (max-width: 777px) {
  .chief-science__left {
    width: 30%;
  }

  .chief-science__right {
    width: calc(70% - 15px);
  }
}

@media screen and (max-width: 777px) {
  .chief-science__container {
    padding: 20px 0 0;
  }

  .chief-science__title h2 {
    font-size: 26px;
  }

  .chief-science__title {
    margin-bottom: 8px;
  }

  .chief-science__content p {
    margin: 0 0 8px !important;
  }

  .chief-science__signature img {
    max-width: 200px;
  }

  .chief-science__screen-small {
    display: block;
  }

  .chief-science__screen-big {
    display: none;
  }
}

@media screen and (max-width: 699px) {
  .chief-science__container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .chief-science__left {
    order: 0;
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 25px;
  }

  .chief-science__left img {
    position: static;
    max-width: 300px;
  }

  .chief-science__right {
    margin-left: 0;
    padding: 0 30px;
    width: 100%;
  }
}
