

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
 overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #0880e8;
}

a:hover {
  color: #2b99f8;
  text-decoration: none;
}



/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
  top: 60px;
}

#header.header-scrolled {
  background: rgba(5, 87, 158, 0.9);
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar .navbar-nav .nav-link {
  color: #000000;
  font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover{
  color: #439100;}
.navbar-logo-centered .navbar-nav .nav-link{
  padding: 1em 1em;
}
.nav-link{
  padding:2.5em 1em; 
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 3rem;
  padding-left: 2rem;
}
.headline {
  left: 130px;
 
} 
.clipped {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 650px){
  .headline {
    left: 20px;
    position: relative;
    z-index: 1;
  } 
  .clipped {
    clip-path: none;
    max-height: 300px !important;
  }
}
.shareArticle {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 15px;
}

.shareSocial {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 15px;
  @media (max-width: 767px) {
    flex-flow: column;
  }
  .socialTitle {
    margin: 0 20px 0 0;
    font-size: 20px;
    font-weight: 500;
    @media (max-width: 767px) {
      margin-bottom: 17px;
      text-align: center;
    }
  }
  .socialList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    justify-content: center;

    li {
      margin: 5px;
      &:first-child {
        padding-left: 0;
      }
      a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        text-decoration: none;
        background-color: #999;
        color: #fff;
        transition: .35s;
        i {
          position: absolute;
          top: 50%;
          left: 50%;
          transform-origin: top left;
          transform: scale(1) translate(-50%, -50%);
          transition: .35s;
        }
        &:hover {
          i {
            transform: scale(1.5) translate(-50%, -50%);
          }
        }
      }
      &:nth-child(1) a {
        background-color: #135cb6;
      }
      &:nth-child(2) a {
        background-color: rgb(237, 107, 0);
      }
      &:nth-child(3) a {
        background-color: #00aced;
      }
      &:nth-child(4) a {
        background-color: rgb(138, 148, 241);
      }
      &:nth-child(5) a {
        background-color: #1f42b3;
      }
    }
  }
}


a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}.bg-gray {
  background-color: #f9f9f9;
}

.site-heading h2 {
display: block;
font-weight: 700;
margin-bottom: 10px;
text-transform: uppercase;
}

.site-heading h2 span {
color: #00a01d;
}

.site-heading h4 {
display: inline-block;
padding-bottom: 20px;
position: relative;
text-transform: capitalize;
z-index: 1;
}

.site-heading h4::before {
background: #00a01d none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 50%;
margin-left: -25px;
position: absolute;
width: 50px;
}

.site-heading {
margin-bottom: 60px;
overflow: hidden;
margin-top: 150px;
}

.carousel-shadow .owl-stage-outer {
margin: -15px -15px 0;
padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
background: #ffffff none repeat scroll 0 0;
border: 2px solid;
height: 15px;
margin: 0 5px;
width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
background: #00a01d none repeat scroll 0 0;
border-color: #d5ffdc;
}

.we-offer-area .item {
background: #ffffff none repeat scroll 0 0;
border-left: 2px solid #d2fcd9;
-moz-box-shadow: 0 0 10px #cccccc;
-webkit-box-shadow: 0 0 10px #cccccc;
-o-box-shadow: 0 0 10px #cccccc;
box-shadow: 0 0 10px #cccccc;
overflow: hidden;
padding: 30px;
position: relative;
z-index: 1;
}

.we-offer-area.text-center .item {
background: #d7d8d794 none repeat scroll 0 0;
border: medium none;
padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
background: #00a01d none repeat scroll 0 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #ffffff;
font-size: 40px;
height: 80px;
line-height: 80px;
position: relative;
text-align: center;
width: 80px;
z-index: 1;
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
border: 2px solid #00a01d;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content: "";
height: 90px;
left: -5px;
position: absolute;
top: -5px;
width: 90px;
z-index: -1;
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
font-family: "Poppins",sans-serif;
font-size: 50px;
font-weight: 900;
opacity: 0.1;
position: absolute;
right: 30px;
top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
color: #0f0f0f;
}

.we-offer-area .item i {
color: #00a01d;
display: inline-block;
font-size: 60px;
margin-bottom: 20px;
}

.we-offer-area .item h4 {
font-weight: 600;
text-transform: capitalize;
}

.we-offer-area .item p {
margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
background: #d0f3d6 none repeat scroll 0 0;
content: "";
height: 100%;
left: -100%;
position: absolute;
top: 0;
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
width: 100%;
z-index: -1;
}

.we-offer-area .item:hover::after {
left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
color: #111111 !important;
}

.we-offer-area.text-center .item:hover i::after {
border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
background-color: #ffffff !important;
color: #daf8e0 !important;
}

.we-offer-area.text-left .item i {
background: #ecf8ef none repeat scroll 0 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #ffffff;
display: inline-block;
font-size: 60px;
height: 100px;
line-height: 100px;
margin-bottom: 30px;
position: relative;
width: 100px;
z-index: 1;
text-align: center;
}

.we-offer-area.text-left .item i::after {
border: 2px solid #d9eedc;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content: "";
height: 120px;
left: -10px;
position: absolute;
top: -10px;
width: 120px;
}
@media (max-width: 767px) {
  .site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: 353px;
  }
}
h2 {
  font-family: 'Luckiest Guy', cursive;
  font-size: 50px; 
  color: #00a01d;
  padding-top: 30px;
  padding-bottom: 30px;
  
}

.ikonica {
  font-size: 50px;
  padding: 20px

}
.intro-text .tekst {
color: white;
  text-shadow:  1px 1px 15px rgba(0, 0, 0, 1);
font-weight: bold;
    padding: 30px 0;
}



hr.star-primary {
    margin: 25px auto 30px;
    padding: 0 0 30px 0; /* samo bottom ima padding */
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
     border-color: #00a01d;
}

hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
  color: #00a01d;
    background-color: #fff;
}

.blurimg {
  position: absolute;
  left: -8%;
  width: 100%;
  height: 50%;
  background-image: url("../img/offer-back.jpg");
  background-position: center;
  background-size: cover;
  filter: blur(5px);
  opacity: 0.3;
}
.center {
  height: 50vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer {
  position: relative;
  border-bottom: 5px solid #b7cb66;
  height: auto;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  margin-left:20%;
}
.offer .layerimg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-image: url("../img/offer-back.jpg");
  box-shadow: 0 10px 100px rgba(0, 0, 0, 0.3);
  background-size: cover;
  z-index: 1;
  transition: 0.6s all cubic-bezier(0.74, -0.02, 0.45, 1.04);
  transform: scale(1) rotate(0deg);
}
.offer .layer {
  background-color: #25599f;
  background: -moz-linear-gradient(left, #1a4077 0%, rgba(26, 64, 119, 0.55) 100%);
  background: -webkit-linear-gradient(left, #1a4077 0%, rgba(26, 64, 119, 0.55) 100%);
  background: linear-gradient(to right, #1a4077 0%, rgba(26, 64, 119, 0.55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a4077",
        endColorstr="#8c1a4077",
        GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
}
.offer .text {
  width: 100%;
  padding: 25px 40px;
  z-index: 3;
  position: relative;
}
.offer .text .topline {
  font-size: 25px;
  color: #b7cb66;
  text-transform: uppercase;
  font-weight: 500;
}
.offer .text h4 {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  margin-top: 25px;
  text-transform: uppercase;
  line-height: 0.8;
  transition: 0.5s ease-in-out;
}
.offer .text .date {
  font-weight: 500;
  color: #b7cb66;
  transition: 0.5s ease-in-out;
}
.offer .text p {
  color: #ffffff;
  font-size: 14px;
  margin: 15px 0 12px;
  max-width: 500px;
}
.offer .text .price {
  font-size: 23px;
  color: #ffffff;
  opacity: 0.7;
}
.offer a.btn {
  color: #ffffff;
  text-decoration: none;
  z-index: 2;
  font-weight: 300;
  position: absolute;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #b7cb66;
  background: #b7cb66;
  background: -moz-linear-gradient(top, #b7cb66 0%, #98ad45 100%);
  background: -webkit-linear-gradient(top, #b7cb66 0%, #98ad45 100%);
  background: linear-gradient(to bottom, #b7cb66 0%, #98ad45 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b7cb66",
        endColorstr="#98ad45",
        GradientType=0);
  padding: 8px 30px 8px 20px;
  right: 40px;
  bottom: 35px;
}
.offer .info {
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 0;
  right: 0;
  padding: 8px 30px 8px 10px;
  background-color: #25599f;
  font-size: 12px;
}
.offer .info span {
  position: relative;
}
.offer .info span:nth-child(1) {
  margin-right: 5px;
}
.offer:hover .layerimg {
  transform: scale(1.2) rotate(3deg);
}
.offer:hover .text h4 {
  transform: translate(30px, 0px);
}
.offer:hover .text .date {
  transform: translate(30px, 0px);
}
@media (max-width: 750px) {
  .offer a.btn {
    position: relative;
    right: initial;
    bottom: initial;
    display: inline-block;
    margin-top: 20px;
  }
}


input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: none;
  border-bottom: 2px solid rgb(128, 126, 126);
  background: transparent;
  outline: none;
  width: 100%;
  text-transform: capitalize;
  padding: 1rem 0.6rem;
}
.aside {
  background-image: linear-gradient(
    to left bottom,
    #b7cb66,
    #a4b65b,
    #92a251,
    #808e47,
    #5b6533
  );
  animation: animateClr 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
  background-size: 400%;
}

@keyframes animateClr {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

i:not([name="logo-codepen"]) {
  border: 1px solid currentColor;
  border-radius: 10%;
  padding: 1%;

}
#contact {
  background-image: linear-gradient(
    to left bottom,
    #051937,
    #05162f,
    #051327,
    #040f1f,
    #010a18
  );

  background-size: 800%;
  animation: animateClr 1s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
}







footer {
  background-color: #222023;
  background-image: -webkit-linear-gradient( top, #222023, #1e2c47 );
  background-image: -moz-linear-gradient( top, #222023, #1e2c47 );
  background-image: -o-linear-gradient( top, #222023, #1e2c47 );
  background-image: linear-gradient( to bottom, #222023, #1e2c47 );
  color: #fff;
  padding: 200px 0;
  font-size: 17px;
}
footer h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
footer h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 2px;
}
.about-footer li i {
  position: absolute;
  left: 0;
}
.about-footer li {
  padding-left: 60px;
  position: relative;
  margin-bottom: 50px;
}

.about-footer ul {
  margin-top: 40px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #3eed1b;
}
.footer-title {
  border-bottom: 2px solid #115e01;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

ul.footer-social {
  float: right;
}

ul.footer-social li {
  display: inline;
  margin-right: 16px;
}

ul.footer-social i {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 800;
}

ul.footer-social li:last-child {
  margin-right: 0px;
}

ul.footer-social i:hover {
  background: #ed1b24;
  color: #fff;
}

.page-more-info li {
  margin-bottom: 31px;
}

footer .table td:first-child {
  font-weight: 600;
  padding-left: 33px;
}

footer .table td:last-child {text-align: right;}
footer .table td {
  padding: 0px;
  border: 0;
}

footer .table td i {
  position: absolute;
  left: 0px;
  font-size: 21px;
  top: 6px;
}

footer .table td {
  position: relative;
  padding: 4px 0;
}
.footer-logo td {
  padding-right: 4px !important;
}

.footer-logo td:last-child {
  padding-right: 0px !important;
}
footer hr {
  border-color: #9294a0;
}

.footer-bottom p {
  text-align: right;
}
.footer-bottom {
  margin-top: 30px;
}
.open-hours hr {
  margin: 30px 0;
}
.spam { display:none;}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: wheat;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}
