/* line 4, ../sass/screen.scss */
.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99999;
}

/* line 13, ../sass/screen.scss */
.over-loader {
  background: #ed5565;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/* line 23, ../sass/screen.scss */
.hide-loader {
  display: none;
}

/* line 26, ../sass/screen.scss */
.switch-loader {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
}
/* line 32, ../sass/screen.scss */
.switch-loader ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
  list-style: none;
}
/* line 37, ../sass/screen.scss */
.switch-loader ul li {
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  font-size: 16px;
  padding: 10px;
}
/* line 43, ../sass/screen.scss */
.switch-loader ul li a {
  text-decoration: none;
  color: #fff;
}
/* line 49, ../sass/screen.scss */
.switch-loader ul li.active > a {
  color: #000;
}

/* line 56, ../sass/screen.scss */
.loader-live {
  z-index: 9999991;
  background: #fff;
}

/* line 62, ../sass/screen.scss */
.loader-item.style2 {
  width: 40px;
  height: 40px;
  background-color: #f24c34;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
/* line 69, ../sass/screen.scss */
.loader-item.style1 {
  width: 40px;
  height: 40px;
  position: relative;
}
/* line 73, ../sass/screen.scss */
.loader-item.style1 .double-bounce1, .loader-item.style1 .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f24c34;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
/* line 87, ../sass/screen.scss */
.loader-item.style1 .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
/* line 93, ../sass/screen.scss */
.loader-item.style3 > div {
  display: inline-block;
  height: 35px;
  width: 10px;
  background-color: #f24c34;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
}
/* line 100, ../sass/screen.scss */
.loader-item.style3 > div:nth-child(1) {
  animation: 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.1s normal none infinite running line-scale;
}
/* line 103, ../sass/screen.scss */
.loader-item.style3 > div:nth-child(2) {
  animation: 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.2s normal none infinite running line-scale;
}
/* line 106, ../sass/screen.scss */
.loader-item.style3 > div:nth-child(3) {
  animation: 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.3s normal none infinite running line-scale;
}
/* line 109, ../sass/screen.scss */
.loader-item.style3 > div:nth-child(4) {
  animation: 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.4s normal none infinite running line-scale;
}
/* line 112, ../sass/screen.scss */
.loader-item.style3 > div:nth-child(5) {
  animation: 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0.5s normal none infinite running line-scale;
}
/* line 121, ../sass/screen.scss */
.loader-item.style4 {
  width: 40px;
  height: 40px;
  position: relative;
}
/* line 127, ../sass/screen.scss */
.loader-item.style4 .cube1, .loader-item.style4 .cube2 {
  background-color: #f24c34;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}
/* line 139, ../sass/screen.scss */
.loader-item.style4 .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
/* line 144, ../sass/screen.scss */
.loader-item.style5 {
  width: 70px;
  text-align: center;
}
/* line 150, ../sass/screen.scss */
.loader-item.style5 > div {
  width: 18px;
  height: 18px;
  background-color: #f24c34;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
/* line 161, ../sass/screen.scss */
.loader-item.style5 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
/* line 166, ../sass/screen.scss */
.loader-item.style5 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
/* line 171, ../sass/screen.scss */
.loader-item.style6 {
  width: 40px;
  height: 40px;
}
/* line 175, ../sass/screen.scss */
.loader-item.style6 .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #f24c34;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
/* line 183, ../sass/screen.scss */
.loader-item.style6 .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
/* line 187, ../sass/screen.scss */
.loader-item.style6 .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 191, ../sass/screen.scss */
.loader-item.style6 .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
/* line 195, ../sass/screen.scss */
.loader-item.style6 .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
/* line 199, ../sass/screen.scss */
.loader-item.style6 .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
/* line 203, ../sass/screen.scss */
.loader-item.style6 .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 207, ../sass/screen.scss */
.loader-item.style6 .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
/* line 211, ../sass/screen.scss */
.loader-item.style6 .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
/* line 215, ../sass/screen.scss */
.loader-item.style6 .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
/* line 220, ../sass/screen.scss */
.loader-item.style7 {
  position: relative;
  width: 60px;
}
/* line 223, ../sass/screen.scss */
.loader-item.style7 > div {
  background-color: #f24c34;
  border-radius: 100%;
  height: 15px;
  left: 30px;
  margin: 2px 2px 2px 15px;
  top: 30px;
  width: 15px;
  animation-fill-mode: both;
  position: absolute;
}
/* line 233, ../sass/screen.scss */
.loader-item.style7 > div:first-child {
  animation: 1.5s linear 0s normal none infinite running ball-zig-deflect;
}
/* line 236, ../sass/screen.scss */
.loader-item.style7 > div:last-child {
  animation: 1.5s linear 0s normal none infinite running ball-zag-deflect;
}
/* line 244, ../sass/screen.scss */
.loader-item.style8 > div {
  width: 50px;
  height: 50px;
  animation: 1.5s linear infinite scale;
}
/* line 247, ../sass/screen.scss */
.loader-item.style8 > div:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  animation: 0.75s linear 0s normal none infinite running rotate;
  background: transparent none repeat scroll 0 0 !important;
  border-color: #f24c34 #f24c34 transparent;
  border-image: none;
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  height: 50px;
  margin: 2px;
  width: 50px;
  content: "";
}
/* line 268, ../sass/screen.scss */
.loader-item.style9 {
  position: relative;
  transform: translate(-25px, -25px);
}
/* line 271, ../sass/screen.scss */
.loader-item.style9 > div {
  animation-fill-mode: both;
  border: 1px solid #f24c34;
  border-radius: 100%;
  height: 10px;
  position: absolute;
  background: #f24c34;
  width: 10px;
}
/* line 279, ../sass/screen.scss */
.loader-item.style9 > div:nth-child(1) {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: ball-triangle-path-1;
  animation-timing-function: ease-in-out;
}
/* line 285, ../sass/screen.scss */
.loader-item.style9 > div:nth-child(2) {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: ball-triangle-path-2;
  animation-timing-function: ease-in-out;
}
/* line 291, ../sass/screen.scss */
.loader-item.style9 > div:nth-child(3) {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: ball-triangle-path-3;
  animation-timing-function: ease-in-out;
}
/* line 297, ../sass/screen.scss */
.loader-item.style9 > div:nth-of-type(1) {
  top: 50px;
}
/* line 300, ../sass/screen.scss */
.loader-item.style9 > div:nth-of-type(2) {
  left: 25px;
}
/* line 303, ../sass/screen.scss */
.loader-item.style9 > div:nth-of-type(3) {
  left: 50px;
  top: 50px;
}
/* line 311, ../sass/screen.scss */
.loader-item.style10 > div {
  background-color: #f24c34;
  border-radius: 100%;
  display: inline-block;
  margin: 2px;
  animation-fill-mode: both;
  height: 15px;
  width: 15px;
}
/* line 316, ../sass/screen.scss */
.loader-item.style10 > div:nth-child(0) {
  animation: 0.6s ease-in-out 0s normal none infinite running ball-pulse-sync;
}
/* line 319, ../sass/screen.scss */
.loader-item.style10 > div:nth-child(1) {
  animation: 0.6s ease-in-out 70ms normal none infinite running ball-pulse-sync;
}
/* line 322, ../sass/screen.scss */
.loader-item.style10 > div:nth-child(2) {
  animation: 0.6s ease-in-out 0.14s normal none infinite running ball-pulse-sync;
}
/* line 325, ../sass/screen.scss */
.loader-item.style10 > div:nth-child(3) {
  animation: 0.6s ease-in-out 0.21s normal none infinite running ball-pulse-sync;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes line-scale {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
}
@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes ball-zig-deflect {
  17%, 84% {
    transform: translate(-15px, -30px);
  }
  34%, 67% {
    transform: translate(15px, -30px);
  }
  100%, 50% {
    transform: translate(0px, 0px);
  }
}
@keyframes ball-zag-deflect {
  17%, 84% {
    transform: translate(15px, 30px);
  }
  34%, 67% {
    transform: translate(-15px, 30px);
  }
  100%, 50% {
    transform: translate(0px, 0px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scale {
  30% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ball-triangle-path-1 {
  33% {
    transform: translate(25px, -50px);
  }
  66% {
    transform: translate(50px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-2 {
  33% {
    transform: translate(25px, 50px);
  }
  66% {
    transform: translate(-25px, 50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-3 {
  33% {
    transform: translate(-50px, 0px);
  }
  66% {
    transform: translate(-25px, -50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
 
/*
 * ----------------------------------------------------------------------------------------
 * 11.START TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
*/
.testimonial-demo{ background: #eef1f2; }
.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #f9461d;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #f9461d;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #f9461d;
}
.owl-theme .owl-controls {
    margin-top: 50px;
    text-align: center;
}
.owl-theme .owl-controls .owl-page { display: inline-block }
.owl-controls .owl-page,
.owl-controls .owl-buttons div { cursor: pointer }
.owl-theme .owl-controls .owl-page span {
background-color: #f9461d !important;
border-radius: 20px;
display: block;
height: 12px;
margin: 5px 7px;
width: 12px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #fff }
.owl-theme .owl-controls {
  display: block !important;
  margin-top: 20px;
  text-align: center;
}

/*
 * ----------------------------------------------------------------------------------------
 * 11.END TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
*/