.nanum-gothic-coding-regular {
  font-family: "Nanum Gothic Coding", monospace;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: sarv;
  src: url("../fonts/tt1161m_.ttf");
}

.sarvFont {
  font-family: sarv, 'Open Sans Condensed', 'Nanum Gothic Coding', sans-serif;
}

@font-face {
  font-family: selena;
  src: url("../fonts/SELENA.OTF");
}

.selena {
  font-family: selena, Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: lane-narrow;
  src: url("../fonts/LANENAR.TTF");
}

@font-face {
  font-family: sarvTitle;
  src: url(../fonts/CenturyGothic.ttf);
}

@font-face {
  font-family: louisGeorgeCafe;
  src: url("../fonts/LOUIS GEORGE CAFE.TTF");
}

.louisGeorgeCafe {
  font-family: louisGeorgeCafe;
}

@font-face {
  font-family: louisGeorgeCafeLight;
  src: url("../fonts/LOUIS GEORGE CAFE LIGHT.TTF");
}

.louisGeorgeCafeLight {
  font-family: louisGeorgeCafeLight;
}

.sarvTitle {
  font-family: sarvTitle;
}

.navbar-wrapper {
  min-height: 91px;
}

#home-slider .caption h1 {
  font-family: sarv, 'Open Sans Condensed', 'Nanum Gothic Coding', sans-serif;
}

@keyframes sarvFirstSlideLeftAnim {

  0% {
    opacity: 0%;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  50% {
    opacity: 0%;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    opacity: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.sarvFirstSlideContainer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  top: -60px;
}

#home-slider .sarvFirstSlideLeft h1 {
  color: #00cfef;
  font-weight: normal;
}

#home-slider .sarvFirstSlideLeft .investment {
  display: flex;
  flex-wrap: nowrap;
  font-family: selena, Helvetica, Arial, sans-serif;
  font-size: 3rem;
  margin-left: 10px;
}

#home-slider .sarvFirstSlideLeft .investment div {
  margin-right: 5.7px;
}

#home-slider .sarvFirstSlideRight {
  font-family: lane-narrow, Helvetica, Arial, sans-serif;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  animation-name: sarvFirstSlideLeftAnim;
  animation-duration: 1.5s;
}

#home-slider .sarvFirstSlideLeft h1 {
  font-size: 26.7rem;
  margin-bottom: -35px;
}

#home-slider .sarvFirstSlideRight {
  padding-top: 68px;
  font-size: 4.83rem;
  margin-left: -5px;
}

#home-slider .sarvFirstSlideRight div {
  margin-top: -10px;
}

#home-slider .sarvFirstSlideRight .catalyst {
  font-size: 6.5rem;
}

@media (max-width: 979px) {

  .sarvFirstSlideContainer {
    top: -40px;
  }

  #home-slider .sarvFirstSlideLeft h1 {
    font-size: 19rem;
    margin-bottom: -20px;
  }

  #home-slider .sarvFirstSlideLeft .investment {
    font-size: 2.17rem;
    margin-left: 9px;
  }

  #home-slider .sarvFirstSlideLeft .investment div {
    margin-right: 4px;
  }

  #home-slider .sarvFirstSlideRight {
    padding-top: 54px;
    font-size: 3.74rem;
    margin-left: -5px;
  }

  #home-slider .sarvFirstSlideRight div {
    margin-top: -10px;
  }

  #home-slider .sarvFirstSlideRight .catalyst {
    font-size: 4.9rem;
  }
}

@media (max-width: 779px) {

  .sarvFirstSlideContainer {
    top: -20px;
  }

  #home-slider .sarvFirstSlideLeft h1 {
    font-size: 13.5rem;
    margin-bottom: -20px;
  }

  #home-slider .sarvFirstSlideLeft .investment {
    font-size: 1.4rem;
    margin-left: 6px;
  }

  #home-slider .sarvFirstSlideLeft .investment div {
    margin-right: 3.4px;
  }

  #home-slider .sarvFirstSlideRight {
    padding-top: 49px;
    font-size: 2.45rem;
    margin-left: -5px;
  }

  #home-slider .sarvFirstSlideRight div {
    margin-top: -8px;
  }

  #home-slider .sarvFirstSlideRight .catalyst {
    font-size: 3.3rem;
  }
}

@media (max-width: 480px) {

  .sarvFirstSlideContainer {
    top: 0px;
    margin-bottom: 30px;
  }

  #home-slider .sarvFirstSlideLeft h1 {
    font-size: 8rem;
    margin-bottom: -12px;
  }

  #home-slider .sarvFirstSlideLeft .investment {
    font-size: 0.9rem;
    margin-left: 4px;
  }

  #home-slider .sarvFirstSlideLeft .investment div {
    margin-right: 1.7px;
  }

  #home-slider .sarvFirstSlideRight {
    padding-top: 35px;
    font-size: 1.3rem;
    margin-left: 5px;
  }

  #home-slider .sarvFirstSlideRight div {
    margin-top: -3px;
  }

  #home-slider .sarvFirstSlideRight .catalyst {
    font-size: 2.1rem;
  }
}

.sub-menu {
  display: flex;
  padding-left: 15px;
}

.sub-menu li a {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #ffffff;
}

.sub-menu li a.active, .sub-menu li a:hover {
  color: #00cfef;
}

@media (min-width: 980px) {

  .navbar-collapse.collapse {
    display: flex !important;
    flex-direction: column;
  }
}

@media (max-width: 979px) {
  .sub-menu {
    display: none;
  }
}

.sarvAboutUsBody {
  display: flex;
  justify-content: center;
}

.sarvAboutUsBody svg {
  max-width: 100px;
  margin: 15px 0;
}

.sarvAboutUsBody h4 {
  font-size: 2rem;
  font-weight: bold;
}

.history, .missions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex: 0 0 40%;
  border: #ffffff solid 2px;
  margin-top: 40px;
  padding: 20px;
  min-height: 300px;
  max-width: 380px;
}

.history {
  margin-right: 20px;
}

.missions {
  margin-left: 20px;
}

.sarvBulletContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

.sarvBulletItem {
  display: flex;
  align-items: baseline;
}

.sarvBullet {
  flex: 0 0 10px;
  /*width: 10px;*/
  height: 10px;
  background-color: #00cfef;
  margin-right: 10px;
}

.extra-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}

.extra-margin-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.extra-margin-top {
  margin-top: 100px;
}

.extra-margin-top-50 {
  margin-top: 50px;
}

.extra-margin-bottom {
  margin-bottom: 100px;
}

@media (max-width: 779px) {

  .sarvAboutUsBody {
    flex-wrap: wrap;
  }

  .history, .missions {
    flex: 0 0 80%;
  }

  .history {
    margin-right: 0px;
  }

  .missions {
    margin-left: 0px;
  }
}

.catalystBig {
  background-image: url("../images/products/products.jpg");
}

.sarvHeader {
  padding-top: 50px;
}

.gtlSection {
  background-image: url("../images/products/objectives.jpg");
}

.safety {
  background-image: url("../images/safety/safety.jpg");
}

.rAndD .sarvAboutUsBody {
  justify-content: space-evenly;
}

.sarv-services-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
}

.rAndD .sarvAboutUsBody .hovicon {
  width: 150px;
  height: 150px;
  cursor: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rAndD .sarvAboutUsBody .hovicon.effect-1:after {
  box-shadow: none;
}

.rAndD .sarvAboutUsBody svg {
  max-width: 200px;
  max-height: 200px;
}

.rAndD .sarvAboutUsBody image {
  width: 75px;
  height: 75px;
  x: 40px;
  y: 20px;
}

.rAndD .history, .rAndD .missions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex: 0 0 40%;
  border: none;
  margin-top: 40px;
  padding: 20px;
  min-height: 300px;
  max-width: 380px;
}

@media (max-width: 779px) {

  .rAndD .history, .rAndD .missions {
    flex: 0 0 80%;
  }
}


.rAndD .history {
  margin-right: 0;
  margin-top: 0;
}

.rAndD .missions {
  margin-left: 0;
  margin-top: 0;
}

.rAndD .sarvBullet {
  border-radius: 50%;
}

.safetyIconsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.safetyIconItem {
  flex: 0 0 33.333%;
}

@media (max-width: 779px) {

  .safetyIconItem {
    flex: 0 0 80%;
  }
}

.galleryButtons {
  display: flex;
  justify-content: center;
}

.galleryButtons li {
  min-width: 110px;
}

.fa-linkedin {
  background-color: #00cfef;
  border-radius: 50% 50% 50% 50%;
  font-size: 24px;
  height: 64px;
  line-height: 65px;
  position: relative;
  width: 64px;
}

.twitter-icon .fa-linkedin:after {
  border-color: #00cfef transparent transparent;
  border-style: solid;
  border-width: 8px;
  bottom: -12px;
  content: "";
  left: 24px;
  position: absolute;
}

.fa-linkedin-square:before {
  content: "\f081";
}

.twitter-icon .fa-twitter:before {
  content: "\f099";
}

.linkedin-icon .fa-linkedin:after {
  border-color: #00cfef transparent transparent;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "sarvTitle";
}

.contactSection.section-wrapper {
  padding-top: 35px;
}

.sarvContactForm-top {
  display: flex;
  justify-content: center;
}

.sarvContactForm-top p.nospace {
  margin-bottom: 0;
}

.sarvContactForm-top p.tab {
  margin-left: 23px;
}

.sarvContactForm-top p {
  font-size: 1.2rem;
}

.sarvContactForm-top h3 {
  font-size: 1.9rem;
}

.sarvContactForm-top .first, .sarvContactForm-top .third {
  display: flex;
  flex-direction: column;
  flex: 0 0 30%;
  padding-top: 10px;
}

.sarvContactForm-top .first {
  align-items: flex-start;
}

.sarvContactForm-top .second {
  flex: 0 0 30%;
  margin: 0 -100px;
  z-index: -1;
}

.sarvContactForm-top .second img {
  max-width: 400px;
}

.sarvContactForm-top .third {
  align-items: flex-end;
}

.sarvContactForm {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sarvContactForm-left, .sarvContactForm-right {
  flex: 0 0 40%;
}

.sarvContactForm-left {
  margin-right: 30px;
}

.sarvContactForm-right textarea {
  min-height: 162px;
}

@media (max-width: 779px) {
  .sarvContactForm-top {
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .sarvContactForm-top .second {
    order: 3;
    flex: 0 0 80%;
    z-index: 2;
  }

  .sarvContactForm-top .third {
    order: 2;
  }

  .sarvContactForm-top .first, .sarvContactForm-top .third {
    flex: 0 0 46%;
  }

  .sarvContactForm {
    justify-content: flex-start;
  }

  .sarvContactForm-left, .sarvContactForm-right {
    flex: 0 0 100%;
  }
}

@media (max-width: 480px) {
  .sarvContactForm-top .first, .sarvContactForm-top .third {
    flex: 0 0 80%;
  }

  .sarvContactForm-top .second img {
    max-width: 300px;
  }
}


.navbar-brand {
  height: 50px;
  width: 50px;
  margin-right: 12px;
  margin-top: 9px;
}

.navbarBrandContainer {
  display: flex;
  padding-top: 5px;
  margin-right: 20px;
}

.slogan {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1px;
}

.sloganFirst {
  font-size: 2.9rem;
  font-family: sarv, 'Open Sans Condensed', 'Nanum Gothic Coding', sans-serif;
}

.sloganFirst span {
  font-family: lane-narrow, Helvetica, Arial, sans-serif;
}

.sloganSecond {
  font-size: 1.06rem;
  font-weight: bold;
  font-family: selena, Helvetica, Arial, sans-serif;
  display: flex;
  flex-wrap: nowrap;
}

.sloganSecond div {
  margin-left: 2px;
}

@media (max-width: 979px) {
  .slogan {
    display: flex;
  }
}

@media (max-width: 480px) {
  .navbarBrandContainer {
    padding-top: 0;
  }
}

#gallery .wrapper-partners:last-of-type {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}

.partners-item {
  flex: 0 0 25%;
}

.bottom-footer .fa-linkedin {
  line-height: initial;
}

@media (max-width: 779px) {
  .partners-item {
    flex: 0 0 40%;
  }
}

@media (max-width: 480px) {
  #gallery .wrapper-partners:last-of-type {
    margin-top: 0;
  }

  .partners-item {
    flex: 0 0 80%;
  }

  .partners-6 {
    padding: 20px;
  }

}


.sarv-text-justify {
  text-align: justify;
}

@media (max-width: 480px) {
  .sarv-text-justify {
    text-align: center;
    font-size: 1.7rem;
    line-height: normal;
  }
}

.container.ceo, .ceo-image-container,
.ceo-text-container,
.ceo-text, .ceo-text-p2 {
  display: flex;
}

.container.ceo {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
}

.ceo-image-container img{
  max-height: 200px;
}

.ceo-text-container {
  flex-direction: column;
}

.ceo-text {
  text-align: justify;
  font-size: 0.8em;
  padding: 20px;
}

.ceo-text-p2 {
  justify-content: space-between;
  align-items: end;
  padding: 20px
}

.ceo-text-p2 img {
  max-height: 32px;
}

.ceo-text-p2 img:first-of-type {
  margin-right: 5px;
}

@media (min-width: 320px) {

  .ceo-image-container img{
    max-height: 250px;
  }
}

@media (min-width: 480px) {
  .ceo-text {
    font-size: 1em;
  }

  .ceo-text-p2 {
    font-size: 1.3em;
  }

  .ceo-text-p2 img {
    max-height: 48px;
  }

  .ceo-text-p2 img:first-of-type {
    margin-right: 10px;
  }

  .ceo-image-container img{
    max-height: 300px;
  }
}

@media screen and (min-width: 779px) {
  .container.ceo {
    flex-direction: row;
  }

  .ceo-text {
    font-size: 1.1em;
  }

  .ceo-image-container {
    position: relative;
  }

  .ceo-image-container img {
    position: relative;
    top: -60px;
  }
}


.cls-1-safety,
.cls-3-safety {
  fill: #fff;
}

.cls-2-safety {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cls-2-safety,
.cls-3-safety {
  stroke: #fff;
  stroke-width: 3px;
}

.cls-3-safety {
  stroke-miterlimit: 10;
}

.sarv-text-center {
  text-align: center;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* 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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}









