/* bxSlider Navigation Style
====================================*/
/* FONT FAMILY */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1MmgVxIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXLc1nY6Hkvalrub46L59M.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXLc1nY6HkvalqKbI6L59M.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXGc1nY6HkvalIhTp4.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXLc1nY6Hkvalr-ao6L59M.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXLc1nY6Hkvalqaa46L59M.ttf) format('truetype');
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/cairo/v10/SLXLc1nY6HkvalqiaY6L59M.ttf) format('truetype');
}
/*--PREDEFINED COLOURS--*/
/*--RESPONSIVE BREAKPOINTS--*/
/* PHONE MEDIA QUERY */
/* TABLET MEDIA QUERY */
/* DESKTOP MEDIA QUERY */
/*----------------------- MIXINS -----------------------*/
/*
.animation(@animation, @duration, @timing-function, @count) {
  -o-animation: @animation;
  -moz-animation: @animation;
  -webkit-animation: @animation;
  animation: @animation;
  animation-duration: @duration;
  animation-timing-function: @timing-function;
  animation-iteration-count: @count;
}*/
/*----------------------- ANIMATION -----------------------*/
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}
@keyframes bouncing {
  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0, 0, 1);
  }
}
@-webkit-keyframes bouncing {
  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0, 0, 1);
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes up-and-down {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: none !important;
  border: 1px solid #ECEEF0;
  border-radius: 7px;
  display: block;
  height: 14px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 14px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none repeat scroll 0 0 #000000;
  border: 1px solid #009fda;
}
.bx-wrapper .bx-viewport {
  background: none;
  border: none;
  box-shadow: none;
}
.bx-controls .fa {
  border: 1px solid #009fda;
  border-radius: 17px;
  font-size: 24px;
  height: 34px;
  width: 34px;
  line-height: 32px;
  text-align: center;
}
.bx-controls .bx-prev {
  background-image: none;
  position: absolute;
  left: 0px;
  z-index: 98 !important;
  text-indent: 0 !important;
}
.bx-controls .bx-next {
  background-image: none;
  position: absolute;
  right: 0px;
  z-index: 98 !important;
  text-indent: 0 !important;
}
.view-latest-projects .bx-controls {
  margin: 40px 0;
}
.view-latest-projects .bx-controls .fa {
  border: 1px solid #D7DCE1;
  color: #D7DCE1;
  border-radius: 2px;
  font-size: 24px;
  height: 34px;
  width: 64px;
  line-height: 32px;
  text-align: center;
}
.view-latest-projects .bx-controls .fa:hover {
  background-color: #009fda;
  border: 1px solid #009fda;
  color: #fff;
}
.view-latest-projects .bx-controls .bx-prev,
.view-latest-projects .bx-controls .bx-next {
  margin: 5px;
}
.view-latest-projects .bx-controls .bx-prev {
  position: relative;
}
.view-latest-projects .bx-controls .bx-next {
  position: relative;
}
.view-team .bx-controls {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -74px;
}
.view-team .bx-controls .fa {
  border: 1px solid #D7DCE1;
  color: #D7DCE1;
  border-radius: 2px;
  font-size: 24px;
  height: 34px;
  width: 64px;
  line-height: 32px;
  text-align: center;
}
.view-team .bx-controls .fa:hover {
  background-color: #009fda;
  border: 1px solid #009fda;
  color: #fff;
}
.view-team .bx-controls .bx-prev,
.view-team .bx-controls .bx-next {
  margin: 5px;
}
.view-team .bx-controls .bx-prev {
  position: relative;
}
.view-team .bx-controls .bx-next {
  position: relative;
}
.view-clients .bx-controls .fa {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 17px;
  font-size: 24px;
  height: 34px;
  width: 34px;
  line-height: 32px;
  text-align: center;
}
.view-clients .bx-controls .fa:hover {
  color: #009fda;
  background: #fff;
}
.slider-post .bx-controls {
  position: absolute;
  top: -50px;
  right: 0;
}
.slider-post .bx-controls .fa {
  border: 1px solid #D7DCE1;
  color: #D7DCE1;
  border-radius: 2px;
  font-size: 20px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.slider-post .bx-controls .fa:hover {
  background-color: #009fda;
  border: 1px solid #009fda;
  color: #fff;
}
.slider-post .bx-controls .bx-prev,
.slider-post .bx-controls .bx-next {
  margin: 5px;
}
.slider-post .bx-controls .bx-prev {
  position: relative;
}
.slider-post .bx-controls .bx-next {
  position: relative;
  margin-right: 0;
}
.slider-post img {
  width: 100%;
}
.slider-post h4 {
  margin: 0 0 5px 0;
}
.slider-post p {
  line-height: 21px;
}
@media (max-width: 991px) {
  .slider-post .bx-controls {
    top: -40px;
  }
}
