body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    background-color: #ffffff;
}

.new-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

li:hover {
    text-decoration: underline;
    text-underline-offset: 3px!important;
    
}

li a:hover {
    text-decoration-color: #fcb02b!important;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size:1.3em;
    color:#ffffff;
    text-decoration: underline; 
    text-decoration-thickness: 1px; 
    text-underline-offset: 10px;
    text-decoration-color: #fcb02b!important;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size:1em;
    color:#ffffff;
}

h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size:1em;
  color:#ffffff;
}

h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size:4em;
  color:#fcb02b;
}

/* HEIGHTS */

a:hover {
    cursor:pointer;
}

.height10 {
  min-height: 10vh;
}

.height20 {
  min-height: 20vh;
}

.height30 {
  min-height: 30vh;
}

.height40 {
    min-height: 40vh;
}

.height50 {
    min-height: 50vh;
}

.height60 {
  min-height: 60vh;
}

.height70 {
  min-height: 70vh;
}

.height80 {
    min-height: 80vh;
}

.height90 {
  min-height: 90vh;
}

.height100 {
  min-height: 100vh;
}

.mheight100 {
  min-height: 100vh;
}

.container {
    width:100%!important;
    max-width:100%!important;
}

/* PADDINGS */

.paddingtop10 {
  padding-top:10vh;
}

.paddingtop15 {
  padding-top:15vh;
}

.paddingtop20 {
  padding-top:20vh;
}

.paddingtop30 {
    padding-top:30vh;
}

.colmobilepl {
  padding-left:0;
}

.colmobilepr {
  padding-right:0;
}

/*HERO VIDEO*/

header {
    position: relative;
    background-color: black;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  header .container {
    position: relative;
    z-index: 2;
  }
  
  header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.8;
    z-index: 1;
  }
  
  /* Media Query for devices withi coarse pointers and no hover functionality */
  
  /* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
  
  @media (pointer: coarse) and (hover: none) {
    header {
      background: url('images/video.jpg') black no-repeat center center scroll;
      background-size: auto 100%;
    }
  
    header video {
      display: none;
    }
  }

/* ----- SLIDER ------- */

@-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-250px * 7));
              transform: translateX(calc(-250px * 7));
    }
  }
  
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-250px * 7));
              transform: translateX(calc(-250px * 7));
    }
  }

.slider {
    height: 75px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .slider::before, .slider::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  .slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  .slider::before {
    left: 0;
    top: 0;
  }
  .slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
  }
  .slider .slide {
    height: 100px;
    width: 200px;
  }
  
  .slider .slide img {
    width: 100%;
    max-width: 200px;
  }
  
/* ---- PARALAX ----- */

/* PARALAX */

/* Section - Title */
/**************************/
#parallax-world-of-ugg .title {background: white; padding: 60px; margin:0 auto; text-align:center;}
#parallax-world-of-ugg .title h1 {font-size:35px; letter-spacing:8px;}

/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {background: white; padding: 60px; width:820px; margin:0 auto; text-align:justify;}
#parallax-world-of-ugg .block-gray {background: #f2f2f2;padding: 60px;}
#parallax-world-of-ugg .section-overlay-mask {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: black; opacity: 0.70;}

/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one { overflow: hidden; position: relative; width: 100%; background-image: url(images/parallax1.jpg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: top center;}
#parallax-world-of-ugg .parallax-two {overflow: hidden; position: relative; width: 100%; background-image: url(images/parallax2.jpg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;}
#parallax-world-of-ugg .parallax-three {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url(https://images.unsplash.com/photo-1440688807730-73e4e2169fb8?dpr=1&auto=format&fit=crop&w=1500&h=1001&q=80&cs=tinysrgb&crop=); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;}

/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {border-bottom:1px solid black; width: 150px; margin:0 auto;}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
  #parallax-world-of-ugg .block {padding: 40px; width:620px;}
}
@media screen and (max-width: 767px) {
  #parallax-world-of-ugg .block {padding: 30px; width:420px;}
  #parallax-world-of-ugg h2 {font-size:30px;}
  #parallax-world-of-ugg .block {padding: 30px;}
  /*#parallax-world-of-ugg .parallax-one,  #parallax-world-of-ugg .parallax-three {padding-top:100px; padding-bottom:100px;}*/
}
@media screen and (max-width: 479px) {
  #parallax-world-of-ugg .block {padding: 30px 15px; width:290px;}
}


/* ---- SERVICES ---- */


.card {
  border:0;
  background-color: #000000;
}

.card-back {
  border:0;
  background-color: #fcb02b;
}

.card-flip > div {
  backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
}

.card-front {
  transform: rotateY(0deg);
  background-color: #ffffff;
}
 
.card-back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
}

.card-flip:hover .card-front {
  transform: rotateY(-180deg);
}
  
.card-flip:hover .card-back {
  transform: rotateY(0deg);
} 
/* ----- WHY US ------ */

.whyusimg {
  width:80%;
  padding-top:15vh;
}

.whyusright{
background-image: url(images/whyus.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 70%;
  }

.circle1 {
  position:absolute;
  left: -30px;
  animation-delay: 0s;
}

.circle2 {
  position:absolute;
  left: -30px;
  animation-delay: 0.2s;
}

.item1 {
  position:absolute;
  left: -30px;
  animation-delay: 0.4s;
}

.item2 {
  position:absolute;
  left: -30px;
  animation-delay: 0.6s;
}
.item3 {
  position:absolute;
  left: -30px;
  animation-delay: 0.8s;
}

.itemtext1 {
  position:absolute;
  animation-delay: 1s;
  padding: 0px 80px;
  left: 140px;
  top: 86px;
}

.itemtext2 {
  position:absolute;
  animation-delay: 1.2s;
  padding: 10px 80px;
  left: 250px;
  top: 275px;
}

.itemtext3 {
  position:absolute;
  animation-delay: 1.4s;
  padding: 10px 80px;
  left: 140px;
  top: 476px;
}


.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes bounceInLeft {
	
	100% {
		left: 0;top:0;
	}
}

@-moz-keyframes bounceInLeft {
	
	100% {
		left: 0;top:0;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}


/* ---- TESTIMONIALS ------ */

.heading {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  z-index: 999;
}
.white-heading{
  color: #ffffff;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
.white-heading span {
  color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color:#ffffff;
}
#testimonial4 .carousel-inner:hover{
cursor: -moz-grab;
cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
left: 0;
margin: 0;
width: 100%;
font-size: 0;
height: 20px;
bottom: 15px;
padding: 0 5px;
cursor: e-resize;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
text-align: center;
white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
padding: 0;
width: 14px;
height: 14px;
border: none;
text-indent: 0;
margin: 2px 3px;
cursor: pointer;
display: inline-block;
background: #ffffff;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
padding: 0;
width: 14px;
height: 14px;
border: none;
margin: 2px 3px;
background-color: #9dd3af;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}

.testimonial4_control_button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial4_control_button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
color: #000;
background: #fff;
border: 2px solid #fff;
}

.testimonial4_header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial4_header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}

.testimonial4_slide{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 70%;
margin: auto;
padding: 20px;
position: relative;
text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 186px;
  height: 186px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
}
.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
color: #ffffff;
font-size: 22px;
}

.testimonial .carousel {
padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

.carousel-control-prev-icon {
  background-image: url(images/previous.png);
}

.carousel-control-next-icon {
  background-image: url(images/next.png);
}
/* ------testimonial  close-------*/


/* ----- PORTFOLIO ------ */

.portfolio {
  height: 400px;
  overflow: hidden;
  transition:all 0.3s ease-in-out;
} 

.portfolio:hover {
  height: 500px;
  padding-top:5%;
}


.portanim:hover
{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        z-index: 1010;
        overflow: inherit;
        padding-top:2%;
}

.portfolio1 {
    top:0px;
    position: absolute;
    z-index: 1009;
    left: 40%;
    width: 20%;
    height:auto;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
  transition:all 0.3s ease-in-out;
  
}

.portfolio2 {
    top: 25px;
    position: absolute;
    z-index: 1008;
    left:50%;
    width: 20%;
    height:auto;
    transform: rotate(5deg);
    transition:all 0.3s ease-in-out;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}



.portfolio3 {
  top: 25px;
    position: absolute;
    z-index: 1007;
    left:30%;
    width: 20%;
    height:auto;
    transform: rotate(-5deg);
    transition:all 0.3s ease-in-out;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.portfolio4 {
    top: 55px;
    position: absolute;
    z-index: 1006;
    left:60%;
    width: 20%;
    height:auto;
    transform: rotate(15deg);
    transition:all 0.3s ease-in-out;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.portfolio5 {
 top: 55px;
    position: absolute;
    z-index: 1005;
    left:20%;
    width: 20%;
    height:auto;
    transform: rotate(-15deg);
    transition:all 0.3s ease-in-out;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.portfolio6 {
  top: 90px;
    position: absolute;
    z-index: 1004;
    left:70%;
    width: 20%;
    height:auto;
    transform: rotate(25deg);
    transition:all 0.3s ease-in-out;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

.portfolio7 {
  top: 90px;
    position: absolute;
    z-index: 1003;
    left:10%;
    width: 20%;
    height:auto;
    transform: rotate(-25deg);
    transition:all 0.3s ease-in-out;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.portfolio8 {
  top: 145px;
    position: absolute;
    z-index: 1002;
    left:80%;
    width: 20%;
    height:auto;
    transform: rotate(35deg);
    transition:all 0.3s ease-in-out;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.portfolio9 {
    top: 145px;
    position: absolute;
    z-index: 1001;
    left:0;
    width: 20%;
    height:auto;
    transform: rotate(-35deg);
    transition:all 0.3s ease-in-out;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}


.portfolioitem {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
filter: drop-shadow(5px 5px 5px #222);
transition:all 0.3s ease-in-out;
}

/* ------- OFFERING ------- */

.offerbox {
  background-color:#000000;
  border: 1px solid #fcb02b;
}

.offerboxtitle {
  background-color:#fcb02b;
}

.offerboxtext {
  background-color:#f0f0f0;
}

/* ------ CONTACT ------ */

#contacts{
  background-image: url(images/contact.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }

    #sib-container {
      background:transparent!important;
    }

    .entry__label::after {
      color: #fcb02b!important;
  }

  .sib-form .entry__field {
    background-color: transparent!important;
    border: #ffffff!important;
    }


/* ------- TABLETS ------- */

@media (min-width: 100px) and (max-width: 480px) {

} 



/* ------- CELLPHONES ------- */

@media (min-width: 100px) and (max-width: 480px) {
    
    .logoheader{
        width:80%!important;
    }

    h1 {
        font-size:1.8rem!important;
        text-underline-offset: 5px!important;
    }
    
    h2 {
        font-size:1.1rem!important;
    }

    .paddingtopmobile5 {
      padding-top:5vh!important;
  }

    .paddingtopmobile10 {
        padding-top:10vh!important;
    }

    .mobileheight100 {
      height:100%!important;
      min-height: inherit!important;
    }

    .itemtext1 {
    padding: 5px 10px;
    left: 77px;
    top: 56px;
    font-size: 0.8rem!important;
    }
    
    .itemtext2 {
      padding: 5px 10px;
    left: 117px;
    top: 138px;
    font-size: 0.8rem!important;
    }
    
    .itemtext3 {
      padding: 5px;
      left: 67px;
      top: 224px;
      font-size: 0.8rem!important;
    }

    .portfolio {
      height: 150px;
    } 

    .portfolio2 {
      top: 5px;
  }
  
  .colmobilepl {
    padding-left: 15px;
  }
  
  .colmobilepr {
    padding-right: 15px;
  }
  
  .portfolio3 {
    top: 5px;
  }
  
  .portfolio4 {
      top: 10px;
  }
  
  .portfolio5 {
   top: 10px;
  }
  
  .portfolio6 {
    top: 25px;
  }
  
  .portfolio7 {
    top: 25px;
  }
  
  .portfolio8 {
    top: 50px;
  }
  
  .portfolio9 {
      top: 50px;
  }

  .whyusimg {
    width:100%;
    padding-top:0vh;
  }

  header video {
    width: 100%;
height: 100%;
object-fit: cover;
}
}



