/* Fixed support whatsapp icon */
.whatsapp:hover {
  transform: scale(1.06);
  transition: ease-in-out .8s;
}

/* Prelaoder */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;  
}
.loader-wrapper .loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px; 
  margin-left: -50px;           
  border: 3px solid transparent;   
  border-top-color: #02B5DE;
  border-radius: 50%;
  z-index: 1001;
  -webkit-animation: spin 1.5s infinite linear;     
          animation: spin 1.5s infinite linear;
}
.loader-wrapper .loader:before, .loader-wrapper .loader:after {
  content: '';
  position: absolute;
  border-radius: 50%;
}
.loader-wrapper .loader:before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid transparent;
  border-top-color:#00cc00;
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}
.loader-wrapper .loader:after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid transparent;
  border-top-color: #02B5DE;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*Section */
.loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff9f9;
  z-index: 1000;
}
.loader-section.section-left {
  left: 0;
}
.loader-section.section-right {
  right: 0;
}

.main-carousel .carousel-inner img {
  width: 100%; /* Set width to 100% */
  margin: auto;
  //min-height:200px;
}

/* Hide the carousel text when the screen is less than 600 pixels wide */
/*@media (max-width: 600px) {
  .main-carousel .carousel-caption {
    display: none; 
  } 
  }*/

  #home button {
    padding: 2px 8px;
  }

  .intro .content {
    background: #f2f2f2;
    padding: 10px;
    min-height: 120px; 
    background: #fff;
  }

  .intro .content h1 {
    font-size: 50px;
    margin-top: 0;
  }

  .intro .content h5 {
    font-size: 16px;
    line-height: 25px;
  }

  @media only screen and (max-width: 1000px){
   .intro .content h5 {
    font-size: 15px;
    line-height: 20px;
  }
}  

.about button {
  color: #02B5DE;
  background: #fff;
  border: 2px solid #02B5DE;
  border-radius: 20px;
  font-weight: bold;
  padding: 8px 80px;
}

.about button:hover {
  background: #02B5DE;
  color: #fff;
  transition: ease-in-out .8s;
}

.services button {
  color: #02B5DE;
  background: #fff;
  border: 2px solid #02B5DE;
  border-radius: 20px;
  font-weight: bold;
  padding: 3px 40px;
}

.services button:hover {
  background: #02B5DE;
  color: #fff;
  transition: ease-in-out .8s;
}

.services {
  color: #666;
  line-height: 27px;
  font-size: 15px;
}

.services ul {
  //padding-left: 10px;
}

.services ul li {
  font-size: 15px;
  list-style: none;
}

#work img {
  width: 100%;
}

#accordion .panel,
#accordion .panel-heading,
#accordion .panel-title,
#accordion .panel-body {
  border: 0;
}
#accordion .panel-heading {
  background: #cef5fd;
  border: 1px solid rgba(142, 142, 142, .2);
}
#accordion .panel {
  box-shadow: none;
}
#accordion .panel .panel-heading {
  border-radius: 0;
}
#accordion .panel .panel-heading .panel-title a {
  text-decoration: none;
  padding: 1em 0;
}
#accordion .panel .panel-heading .panel-title a span {
  float: right;
  width: 50px;
}
#accordion .panel .panel-heading .panel-title a span:after {
  content: "\2014";
  color: #333;
  font-size: 20px;
}
#accordion .panel .panel-heading .panel-title a.collapsed span:after {
  content: "+";
}

.callout {
  background-color:#02B5DE;
  background-image: -moz-linear-gradient(top, #444, #444);
  position: relative;
  color: #ccc;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 20px #999;
  margin: 25px;
  min-height: 50px;
  //border: 1px solid #333;
  text-shadow: 0 0 1px #000;

  /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;*/
}

.callout::before {
  content: "";
  width: 0px;
  height: 0px;
  border: 0.8em solid transparent;
  position: absolute;
}  

.callout.top::before {
  left: 48%;
  bottom: -20px;
  border-top: 10px solid#02B5DE;
}

.details .glyphicon {
  color: #fff5cc;
  font-size: 16px;
}

.hide-bullets {
  list-style:none;
  margin-left: -40px;
  margin-top:20px;
}
.thumbnail {
  padding: 1px;
  cursor: pointer;
  border-radius: 0;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  width: 100%;
}
.images-text {
 background:#02B5DE;
}
.images-text h4 {
 margin: 0; 
 padding: 5px;
 color: #fff;
}

.contact__form button {
  background:#00cc00;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  width: 100%; 
  font-size: 18px;
  font-weight: bold;
}

.contact__form button:hover {
  background: #fff;
  color: #00cc00;
  transform: scale(1.04);
  transition: ease .7s;
}

/*.contact form {
  color: #fff;
}*/

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 150px;
  right: 50px;
  display:none;
}

.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 */
.animate-in {
  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;
}

.animate-out {
  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-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
}

.animate-out:after {
  content ''
  letter-spacing: inherit;
}

@-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);
    }
  }
  @-webkit-keyframes bounceIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(.3);
    }
    50% {
      -webkit-transform: scale(1.05);
    }

    70% {
      -webkit-transform: scale(.9);
    }

    100% {
      opacity: 1;
      -webkit-transform: scale(1);
    }
  }

  .animate-in.animationDelay, .animate-out.animationDelay {
    animation-delay:.8s;
    -webkit-animation-delay:.8s;
  }
  .animate-in.animationDelayMed, .animate-out.animationDelayMed {
    animation-delay:6.2s;
    -webkit-animation-delay:6.2s;
  }
  .animate-in.animationDelayLong, .animate-out.animationDelayLong {
    animation-delay:6.6s;
    -webkit-animation-delay:6.6s;
  }
  .animate-in.fadeBgColor, .animate-out.fadeBgColor {
    -webkit-animation-name: fadeBgColor;
    -moz-animation-name: fadeBgColor;
    -o-animation-name: fadeBgColor;
    animation-name: fadeBgColor;
  }
  .animate-in.bounceIn, .animate-out.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
  }
  .animate-in.bounceInRight, .animate-out.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }
  .animate-in.bounceInLeft, .animate-out.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
  }
  .animate-in.fadeIn, .animate-out.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  .animate-in.fadeInDown, .animate-out.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  .animate-in.fadeInUp, .animate-out.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .animate-in.moveUp, .animate-out.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp;
  }




