p {
  font-size: 15px;
  line-height: 25px;
}

section {
  padding: 25px 0 35px;
  background: #fff;
}

html {
  margin: 0 auto;
  max-width: 1600px;
}

body { 
  position: relative;
  font-size: 14px;
  font-family: 'Nunito Sans';
  background-color: #282b2f;
}

a { color: rgb(26, 255, 0); }

a:hover { color: rgb(255, 0, 230);; }

/*  Nav  */

.fixed-side-navbar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99999;
  margin-top: -100px;
  text-align: right;
  padding: 30px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.fixed-side-navbar:hover {
  background: transparent;
}
.fixed-side-navbar:hover .nav > li > a > span {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  background-color: #fff;
  text-align: center;
  text-transform: lowercase;
  font-size: 12px;
  padding: 2px 12px;
  border-radius: 15px;
}
.fixed-side-navbar .nav > li a.active {
  background-color: transparent;
  color: black;
}
.fixed-side-navbar .nav > li a.active:after {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.fixed-side-navbar .nav > li a.active:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
}
.nav>li {
  position: relative;
  display: block;
}
.fixed-side-navbar .nav > li a {
  color: #fff;
  min-height: 32px;
  background: transparent;
  padding: 5px 45px 5px 25px;
  border-right: none;
}
.fixed-side-navbar .nav > li a span {
  display: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.fixed-side-navbar .nav > li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(250, 250, 250, 0.75);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.fixed-side-navbar .nav > li a:hover {
  background-color: transparent;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: black;
  border-right: 0;
}
.fixed-side-navbar .nav > li a:hover > span {
  color: black;
  display: block;
}

/*  End NAV  */

/*  Rollover image styles  */

.figure {
  position: relative;
  width: 360px; /* can be omitted for a regular non-lazy image */
  max-width: 100%;
}
.figure img.Sirv.image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}
.figure:hover img.Sirv.image-hover {
  opacity: 1;
}

/*  End Rollover  */

/*  Main  */

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}


.banner-content {
  padding-top: 20vh;
  text-align: center;
  background-color: #282b2f;
  font-family: 'PT Sans';
  ;
}

.banner-content h1 {
  margin-top: 0px;
  font-size: 128px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0px;
}

.banner-content h1 span {
  font-size: 128px;
  font-weight: 600;
  font-style: normal;
}

.banner-content em {
  font-weight: 900;
  font-style: normal;
}

.banner-content span {
  display: inline-block;
  margin-top: -20px;
  font-weight: 300;
  font-size: 62px;
  color: #fff;
}

.banner-content .primary-button {
  margin-top: 15px;
}



.service-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15vh;
  background-image: url(../img/ikgastuk-1.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

.service-content .left-text h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

h4, .h4 {
  font-size: 18px;
}

.service-content .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: rgb(255, 0, 230);;
  margin: 20px 0px 20px 0px;
}

.service-content .left-text p {
  color: #fff;
}

.service-content .left-text ul {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.service-content .left-text ul li {
  margin: 15px 0px;
  font-weight: 600;
  color: #fff;
}

.service-content .left-text .primary-button {
  margin: 30px 0px;
}

.service-content .service-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  min-height: 400px;
}

.service-content .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #fff;
  margin: 20px auto 15px auto;
}

.projects-content {
  padding-top: 20vh;
  background-image: url(../img/ikgastuk-3.jpg);
}

.projects-content .item img {
  width: 100%;
}

.projects-content .item {
  margin: 15px auto;
  margin-bottom: 30px;
}

.projects-content .item .text-content {
  background-color: #fff;
  text-align: center;
  padding: 20px;
}

.projects-content .item .text-content h4 {
  margin-top: 0px;
  font-size: 19px;
  font-weight: 600;
}

.projects-content .item .text-content span {
  font-style: normal;
  font-size: 17px;
  font-weight: 700;
  color: rgb(255, 0, 230);;
}


.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

footer {
  text-align: center;
  background-color: #282b2f;
  padding: 30px 0px;
  color:rgba(250, 250, 250, 0.75)
}

footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer ul li {
  display: inline-block;
  margin: 0px 4px;
}

footer ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: rgb(255, 0, 230);
  color: #282b2f;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 17px;
}

footer ul li a:hover {
  color: #282b2f;
  background-color: rgb(255, 0, 230);;
}

footer p {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

footer em {
  color: rgb(255, 0, 230);;
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 767px){
  
  .banner-content {
    padding-top: 30vh;
  }

  .banner-content h1 {
    font-size: 96px;
  }

  .banner-content h1 span {
    font-size: 96px;
  }

  .banner-content em {
    font-weight: 800;
  }

  .banner-content span {
    font-size: 48px;
  }

  .banner-content p object{
    width: 60%;
  }

  .service-content {
    padding-top: 5vh;
    text-align: center;
  }

  .service-content .left-text .line-dec {
    width: 45px;
    height: 3px;
    background-color: rgb(255, 0, 230);;
    margin: 20px auto 20px auto;
  }

  .service-content .left-text ul {
    text-align: left;
  }

  .service-content .service-item {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    min-height: 300px;
  }

}

@media (min-width: 768px){
  .service-content .service-item {
    min-height: 650px;
  }
}

@media (min-width: 992px){
  .service-content .service-item {
    min-height: 500px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .service-content .service-item {
    min-height: 400px;
  }
}