@import url('https://fonts.googleapis.com/css?family=Bree+Serif|Open+Sans:400,600');
body{
  font-family: 'Open Sans', sans-serif;
}
#header{
  color: #3c3d41;
  background: rgba(249,249,249,1);
  background: -moz-linear-gradient(-45deg, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 37%, rgba(103,230,224,1) 37%, rgba(103,230,224,1) 100%, rgba(103,230,224,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(249,249,249,1)), color-stop(50%, rgba(249,249,249,1)), color-stop(51%, rgba(103,230,224,1)), color-stop(71%, rgba(103,230,224,1)), color-stop(100%, rgba(103,230,224,1)));
  background: -webkit-linear-gradient(-45deg, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 37%, rgba(103,230,224,1) 37%, rgba(103,230,224,1) 100%, rgba(103,230,224,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 37%, rgba(103,230,224,1) 38%, rgba(103,230,224,1) 100%, rgba(103,230,224,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 37%, rgba(103,230,224,1) 37%, rgba(103,230,224,1) 100%, rgba(103,230,224,1) 100%);
  background: linear-gradient(120deg, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 37%, rgba(103,230,224,1) 37%, rgba(103,230,224,1) 100%, rgba(103,230,224,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#67e6e0', GradientType=1 );
}
#particles{
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.hamburger{
   top: 4.5%;
   right: 4.5%;
   position: fixed;
   padding: 0 10px;
   z-index: 1;
   background-color: #67e6e09f;
}
.overlay {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #274753e0;
    overflow-y: hidden;
    transition: 0.5s;
}
a.overlay-logo{
  position: absolute;
  top: 2%;
  left: 2%;
}
.overlay-content {
    position: relative;
    top: 13%;
    width: 100%;
    margin-top: 0px;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    font-family: 'Bree Serif', serif;
    color:  #f1f1f1;
    display: block;
    transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
    color: #67e6e0;
    transform: scale(1.1);
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.header-btn button{
  border-radius: 0;
  background-color: transparent;
  outline: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.header-btn button:hover{
  background-color: #000;
  outline: 1px solid #000;
}
.header-right h1, .header-right h2, .service-head h2,
.carousel-left-text h3, .portfolio-text h2, .testimonial-left-text h3,
.team-text h2, .footer-content h2{
  font-family: 'Bree Serif', serif;
}
.service-card-icon i{
  border: 1px solid #dadada;
  padding: 20px 10px;
  color: #dadada;
  border-radius: 20px;
}
.service-card-icon i.fa-tint{
  padding: 20px 15px; 
}
svg{
  transform: rotate(30deg);
}
.card{
  border: none;
  border-radius: 0px;
  transition: 0.3s ease-in-out;
}
.service-card:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transform: scale(1.1);
}
.service-card:hover .service-card-icon i{
  background-color: #67e6e0;
  color: #fff;
  transition: 0.3s;
}
#about{
  padding: 5% 0;
  width: 100%;
  height: auto;
  background: url(../img/slider-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position:relative;
  /*
    fixed = parallax
    scroll = normal
  */
  background-attachment:fixed;
}
.skull-bg img{
  position: absolute;
  right: 2%;
  top: 5%;
  height: auto;
  width: 50%;
}
img.carousel-img{
  width: 50%;
  margin-left: 30%;
  height: auto;
}
.carousel-left-text p{
  font-size: 14px;
}
.carousel-left-btn button{
  border-radius: 0;
}
#portfolio{
  padding: 5%;
}
.filter-button{
    font-size: 18px;
    text-align: center;
    color: #000;
    background-color: #e6e5e5;
    border-radius: 0;
    border: none;
}
.filter-button:hover{
    text-align: center;
    color: #ffffff;
    background-color: #67e6e0;
    border: none;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 4%;
  left: 0;
  top: 0;
  width: 100%;
  overflow: auto;
  background: #70e1f5;
  background: -webkit-linear-gradient(to right, #ffd194, #70e1f5);
  background: linear-gradient(to right, #ffd194, #70e1f5);
}
/* Modal Content */
.modal-content-u {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

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

.mySlides {
  display: none;
}
.cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 2%;
  margin-top: -50px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 21, 0.3);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: transparent;
  color: #000;
}
.demo {
  opacity: 0.6;
}
.active, .demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.w-10{
  width: 15%;
  height: auto;
}
#testimonial{
  width: 100%;
  height: auto;
  padding-top: 5%;
  background: linear-gradient(to bottom, rgba(67, 228, 255, 0.85) 0%,rgba(33, 255, 232, 0.7) 100%), url(../img/testimonial-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position:relative;
  /*
    fixed = parallax
    scroll = normal
  */
  background-attachment:fixed;
}
img.wow{
  width: 120%;
  margin-top: 40%;
}
.quote{
  margin: 18% 0 0 8%;
  background-color: #fff;
  width: 30vw;
  padding: 2% 4%;
  border-radius: 10px;
  font-size: 15px;
  line-height: 28px;
}
.quote span{
  padding: 20px;
  background-color: #fff;
  position: absolute;
  top: 58%;
  left: 8.5%;
  transform: rotate(45deg);
  z-index: 3;
}
#team{
  padding: 3% 0;
}
.card-cascade{
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.card-cascade:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transform: scale(1.1);
}
a.btn-fb, a.btn-tw, a.btn-linkedin{
  color: #dadada;
  border: 1px solid #dadada;
  border-radius:50%;
  transition: 0.3s ease-in-out;
  font-size: 20px;

}
a.btn-fb{
  padding: 0.4rem 0.9rem;
}
a.btn-tw{
  padding: 0.4rem 0.7rem;
}
a.btn-linkedin{
  padding: 0.4rem 0.7rem;
}
a.btn-fb:hover{
  background-color: #327FAF;
  border: 1px solid #327FAF;
  color: #fff;
  border-radius:10%;
}
a.btn-tw:hover{
  background-color: #8BDFFE;
  border: 1px solid #8BDFFE;
  color: #fff;
  border-radius:10%;
}
a.btn-linkedin:hover{
  background-color: #0091C8;
  border: 1px solid #0091C8;
  color: #fff;
  border-radius:10%;
}
#footer{
  background-color: #262a34;
  padding: 5% 0;
}
.footer-content p{
  color: #969595;
  font-size: 16px;
}

.footer-content form input{
  border: none;
  border-radius: none;
}
.footer-content form button{
  border-radius: 0;

}
.social-icon{
  font-size: 25px;
}
.social-icon a{
  color: #fff;

  border-radius: 10%;
  transition: 0.3s ease-in-out;
}
.social-icon .facebook{
  padding: 10px 19px;
}
.social-icon .twitter{
  padding: 10px 15px;
}
.social-icon .linkedin{
  padding: 10px 18px;
}
.social-icon .facebook:hover{
  background-color: #327FAF; 
  }
.social-icon .twitter:hover{
    background-color: rgb(98, 195, 255); 
    }
.social-icon .linkedin:hover{
      background-color: rgb(9, 110, 173); 
      }

