p {
  font-size: 15px;
  line-height: 25px;
}

section {
  padding: 25px 0 35px;
  background: #fff;
}

body {
  position: relative;
  /* we need this for the scrollspy */
  font-size: 14px;
}

body::-webkit-scrollbar {
  width: 0.35rem;
}

body::-webkit-scrollbar-track {
  background: rgb(24, 41, 41);
}

body::-webkit-scrollbar-thumb {
  background: rgb(191, 230, 84);
}

a {
  color: #3CC;
}

a:hover {
  color: #FF0;
}

/*----------
  NAV
----------*/
.Logo {
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-top: 200px;
}

.tagline {
  color: #00b7ff;
  font-weight: bold;
  max-width: 80%;
  font-size: 25px;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top: 359px;
}

@media (max-width: 767px) {
  .Logo {
    width: 82%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 120px;
  }
  .tagline {
    color: #00b7ff;
    max-width: 80%;
    font-weight: bold;
    font-size: 15px;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 200px;
  }
}

.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: uppercase;
  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;
}

.fixed-side-navbar .nav>li a:hover>span {
  color: black;
  display: block;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}




.primary-button a {
  display: inline-block;
  background-color: #499d0d;
  padding: 15px 24px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  color: rgb(47, 8, 8);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}


.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.parallax-content ul {
  list-style-type: "→";
}

.speaker-about {
  justify-items: center;
  align-items: flex-start;
}



.parallax-content .line-dec {
  width: 45px;
  height: 3px;
  background-color: #246a06;
  margin: 20px 0px 20px 0px;
}

.parallax-content .text-speaker {
  padding-top: 5px;
  padding-bottom: 50px;
  margin-top: 0px;
  font-size: 40px;
  color: #fcfffb;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.parallax-content .primary-button-paralax {
  display: inline-block;
  background-color: #31ab1085;
  padding: 15px 24px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  color: rgb(22, 3, 3);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-family: 'Courier New', Courier, monospace;
}

.parallax-content .parallax-item {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 5%;
}

.baner-content {
  padding-top: 30vh;
  text-align: center;
  background-image: url(../img/backImg/backMain.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;

}

.baner-content .first-content .primary-button a {
  display: inline-block;
  background-color: #499d0d;
  padding: 15px 24px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  color: rgb(47, 8, 8);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  margin-top: 50px;
}

.baner-content h1 {
  margin-top: 0px;
  font-size: 128px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.baner-content em {
  color: #427b09;
  font-weight: 600;
  font-style: normal;
}

.baner-content span {
  display: inline-block;
  margin-top: -20px;
  font-weight: 300;
  font-size: 48px;
  color: #fff;
}

.baner-content .primary-button {
  margin-top: 170px;
  position: relative;
}




.service-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15vh;
  background-image: url(../img/backImg/backMain.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

.service-content .left-text h4 {
  font-size: 30px;
  font-weight: bold;
  color: rgb(95, 213, 27);
  font-weight: bold;
  text-shadow: 4px 4px rgb(14, 13, 13);
}

.service-content .left-text .wrap {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 25px 30px;
  text-align: start;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 50px;
  width: 100%;
  font-size: medium;
  font-family: 'Courier New', Courier, monospace;
  margin-top: 32px;
}

.service-content .left-text p {
  color: rgb(13, 241, 142);
}

.service-content .left-text2 {
  font-size: 20px;
  color: #fff;
  margin: auto;
}

h4,
.h4 {
  font-size: 18px;
}

.service-content .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #499d0d;
  margin: 20px auto 15px auto;
}

.service-content .left-text-obj .line-dec {
  width: 100px;
  height: 3px;
  background-color: #499d0d;
  margin: 10px auto 10px auto;
}

.line-dec3 {
  width: 45px;
  height: 3px;
  background-color: #499d0d;
  margin: 20px auto 15px auto;
}

.line-dec2 {
  width: 300px;
  height: 3px;
  background-color: #499d0d;
  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.8);
  padding: 15px 30px;
  text-align: start;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 50px;
  width: 100%;
  margin-top: 10px;
}
.service-content .service-item ul {
  list-style-type: "→ ";
}

.service-content .service-item li {
  font-size: large;
  font-family: 'Courier New', Courier, monospace;
  margin-bottom: 10px;
}

.service-content .left-text-obj h4 {
  font-size: x-large;
  color: rgb(95, 213, 27);
  font-weight: bold;
  text-shadow: 2px 2px rgb(14, 13, 13);
}

.service-content .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #499d0d;
  margin: 20px auto 15px auto;
}



.line-dec3 {
  width: 45px;
  height: 3px;
  background-color: #499d0d;
  margin: 20px auto 15px auto;
}

.line-dec2 {
  width: 300px;
  height: 3px;
  background-color: #499d0d;
  margin: 20px 0px 20px 0px;
}

.project-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15vh;
  background-image: url(../img/backImg/backMain.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

.project-content .left-text h4 {
  font-size: 30px;
  color: #499d0d;
  font-weight: bold;
  text-shadow: 4px 2px rgb(14, 13, 13);
}

.project-content .left-text p {
  font-weight: bold;
  color: rgb(13, 241, 142);
}

.project-content .left-text2 {
  font-size: 20px;
  color: #fff;
  margin: auto;
}

h4,
.h4 {
  font-size: 18px;
}

.project-content .left-text .line-dec {
  width: 45px;
  height: 3px;
  background-color: #499d0d;
  margin: 20px auto 15px auto;
}

.project-content .left-text p {
  color: #fff;
}

.project-content .left-text ul {
  padding: 0;
  margin-top: 30px;
  list-style: none;
}

.project-content .left-text ul li {
  margin: 15px 0px;
  font-weight: 600;
  color: #fff;
}

.project-content .left-text .primary-button {
  margin: 30px 0px;
}

.project-content .service-item {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 25px 30px;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 50px;
  font-family: 'Courier New', Courier, monospace;
}

.project-content .service-item h4 {
  text-align: center;
}

.project-content .service-item p{
  font-size: 12px;
}

.project-content .service-content p {
  text-align: start;
}

.project-content .service-item h5 {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.project-content .service-item .line-dec {
  width: 45px;
  height: 3px;
  background-color: #499d0d;
  margin: 20px auto 15px auto;
}

.project-content .service-item-deadline {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 25px 30px;
  color: #fff;
  border-radius: 50px;
  font-family: 'Courier New', Courier, monospace;
  height: 60px;
  width: 340px;
  text-align: start;
  justify-content: center;
}

.project-content .left-text .service-item-deadline h4 {
  font-size: 16px;
  color: rgb(236, 233, 233);
}

.project-content .primary-button-spklop a {
  display: inline-block;
  background-color: #499d0d;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: rgb(47, 8, 8);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  width: 80%;
  margin-bottom: 10px;
}

.project-content .primary-button-spklop a p {
  color: rgb(47, 8, 8);
  text-align: center;
  font-size: 20px;
}

.project-content .primary-button-spklop a span {
  font-size: 10px;
  font-weight: bold;
  text-align: start;
}

.project-content .primary-button-spk a {
  display: inline-block;
  background-color: #499d0d;
  padding: 15px 24px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  color: rgb(47, 8, 8);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-align: center;
  width: 92%;
}

.project-content .eve-date {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 12px 30px;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 50px;
  font-family: 'Courier New', Courier, monospace;
  margin-top: 20px;

}

.project-content .eve-date p {
  font-size: 20px;
  font-weight: bold;
}

.project-content .counter {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 12px 15px;
  margin-bottom: 30px;
  border-radius: 50px;
  margin-top: 20px;
  /* transform: translate(-50%, -50%); */
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  color: white;
  font-size: 20px;
}

.project-content .counter .count-eve {
  display: inline-block;
  width: 100px;
  border: 2px solid;
  margin: 0 15px;
  border-radius: 30%;
  overflow: hidden;
  padding-left: 3px;
  padding-right: 3px;
}

.project-content .counter .count-eve span {
  display: block;
  font-size: 22px;
  margin-top: 5px;
  font-weight: bolder;
}

.project-content .service-item .icon-container{
  display: flex;
}



.registration-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15vh;
  background-image: url(../img/backImg/backMain.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}







#team-mem-name {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px
}

.tabs-content .our-team .primary-button {
  margin-left: 0%;
}

.tabs-content .our-team .primary-button a {
  font-size: 12px;
}

.tabs-content .our-team span {
  font-size: xx-large;
  font-weight: bold;
  text-shadow: 2px 2px rgb(14, 13, 13);
}

.tabs-content .our-team em {
  color: #427b09;
}

.tabs-content .our-team .em {
  color: aliceblue;
}

.tabs-content .wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 50px;
}

.tabs-content .service-item h4 {
  font-size: x-large;
  color: #d9e2d3;
  font-weight: bold;
  text-shadow: 2px 2px rgb(14, 13, 13);
}

.tabs-content .service-item h3 {
  font-size: x-small;
  color: aqua;
}

.tabs-content .wrapper .service-item h4 {
  font-size: large;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px rgb(14, 13, 13);
}

.tabs-content .wrapper h3 {
  font-size: x-small;
  color: rgb(245, 253, 243);
}

.line-dec-team-mem {
  width: 45px;
  height: 3px;
  background-color: rgb(109, 152, 84);
  margin: 20px auto 15px auto;
}

.owl-pagination {
  margin-top: 40px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}

.service-content-team {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.tabs-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8vh;
  background-image: url(../img/backImg/backMain.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

section {
  background-color: transparent;
  padding-bottom: 15px;
}

.wrapper {
  text-align: center;
}

.tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.tabs li {
  display: inline-block;
  text-align: center;
  margin: 10px;
}

.tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  border: 4px solid #fff;
}

.tabs a:hover {
  color: #ff7d27;
}

.tabs .active {
  border: 4px solid #ff7d27;
}


.tabgroup p {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 25px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.reg-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8vh;
  background-image: url(../img/backImg/backMain.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

.reg-content .past-event span {
  font-size: xx-large;
  font-weight: bold;
  text-shadow: 2px 2px rgb(14, 13, 13);
}

.reg-content .past-event em {
  color: #427b09;
}

.reg-content .past-event .em {
  color: aliceblue;
}

.reg-content .past-event .line-dec {
  width: 300px;
  height: 3px;
  background-color: #499d0d;
  margin: 20px 0px 20px 0px;
}

.reg-content .timeline li {
  font-family: 'Courier New', Courier, monospace;
}


.contact-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8vh;
  background-image: url(../img/backImg/backMain.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}

.contact-form {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px 25px;
  margin-bottom: 30px;
  border-radius: 20px;
}

.contact-content .contact-us span {
  font-size: xx-large;
  font-weight: bold;
  text-shadow: 2px 2px rgb(14, 13, 13);
}

.contact-content .contact-us em {
  color: aliceblue;
}

.contact-content .contact-us .em {
  color: #427b09;
}

.contact-content .contact-us .line-dec {
  width: 300px;
  height: 3px;
  background-color: #499d0d;
  margin: 20px 0px 20px 0px;
}

#contact input {
  border-radius: 3px;
  padding-left: 15px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}

#contact textarea {
  border-radius: 3px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  height: 160px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
}

#contact button {
  display: inline-block;
  background-color: #427b09;
  padding: 15px 24px;
  width: 100%;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  color: rgb(25, 24, 24);
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.map {
  margin-bottom: 30px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 20px;
  border-radius: 20px;
}



footer {
  text-align: center;
  background-color: #282b2f;
  padding: 70px 0px;
}

footer .primary-button {
  margin-bottom: 30px;
}

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: #ff7d27;
  color: #282b2f;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 17px;
}

footer ul li a:hover {
  color: #282b2f;
  background-color: #ff8e43;
}

footer p {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

footer em {
  color: #ff8e43;
  font-weight: 600;
  font-style: normal;
}

@media (max-width: 767px) {

  .baner-content {
    padding-top: 28vh;
  }

  .baner-content h1 {
    font-size: 55px;
  }


  .baner-content span {
    font-size: 20px;
  }

  .baner-content .primary-button {
    margin-top: 25px;
  }

  .service-content {
    padding-top: 5vh;
    text-align: center;
  }

  .service-content .left-text .line-dec {
    width: 45px;
    height: 3px;
    background-color: #ff7d27;
    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;
  }

  .service-item2 {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 50%;
  }

}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* LIGHT BOX */

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Timeline */
.timeline ul {
  padding: 100px 0;
}

.timeline ul li {
  color: white;
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  color: white;
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  box-shadow: 3px 3px 5px #000000;
  background: rgb(36, 106, 6, 0.7);
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #246a06 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #246a06;
}

time {
  color: white;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
}




/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 230px;
  }

  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }

  /* min-width : 601 and */
  /* .baner-content{
    padding-top: 450px;
  }
  .tabs-content .wrapper .service-item img{
    padding-left: 100px;
  }
  .project-content .counter .count-eve{
    width: 30%;
  }
  .project-content .primary-button-spk a{
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 65px;
  }
  .project-content .left-text img {
    margin-left: 140px;
  }
  .project-content .primary-button-spklop a{
    margin-left: 20px;
    width: 85%;
  }
  .service-content .left-text h4{
    margin-right: 400px; */
  /* } */
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }

  .timeline ul li div {
    width: 250px;
  }

  .timeline ul li:nth-child(even) div {
    left: 45px;
  }

  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #F45B69 transparent transparent;
  }

  .project-content .primary-button-spk a {
    width: 78%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
  }


  .project-content .service-item h5 {
    text-align: start;
    font-weight: bold;
    font-size: 20px;
  }

  .project-content .eve-date p {
    font-size: 17px;
    font-weight: bold;
  }

  .project-content .eve-date p span {
    font-size: 10px;
    font-weight: bold;
  }

  .project-content .counter .count-eve {
    width: 60%;
  }

 
  .project-content .service-item .spk-exp {
    height: auto;
    width: 100%;
    margin-top: 5px;
  }
  .project-content .service-item-deadline {
    width: 290px;
  }
  .project-content .service-item-deadline h4 {
    font-size: 12px;
  }
  .project-content .primary-button-spklop a {
    width: 100%;
  }
}


