@charset "UTF-8";
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay{
    background: #fdfdfd;
    background: rgba(0,0,0,0.85); 
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;

}

/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */

/* circle preloader */
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(//www.rainsford.net/wp-content/themes/techno/venobox/preload-circle.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(18) infinite;
       -moz-animation: playload 1.4s steps(18) infinite;
        -ms-animation: playload 1.4s steps(18) infinite;
         -o-animation: playload 1.4s steps(18) infinite;
            animation: playload 1.4s steps(18) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -576px; }
}


/* IOS preloader */

/*.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(//www.rainsford.net/wp-content/themes/techno/venobox/preload-ios.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/


/* dots preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:11px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(//www.rainsford.net/wp-content/themes/techno/venobox/preload-dots.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(24) infinite;
       -moz-animation: playload 1.4s steps(24) infinite;
        -ms-animation: playload 1.4s steps(24) infinite;
         -o-animation: playload 1.4s steps(24) infinite;
            animation: playload 1.4s steps(24) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
*/


/* quads preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:10px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(//www.rainsford.net/wp-content/themes/techno/venobox/preload-quads.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* ----- navigation ----- */
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(//www.rainsford.net/wp-content/themes/techno/venobox/close.gif) no-repeat #161617;
    background-position:10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}
.vbox-next, .vbox-prev{
    box-sizing: content-box;
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 170px;
    margin-top: -85px;
    text-indent: -100px;
    border: solid transparent; /* Using border instead of padding to keep bg image in place */
    overflow: hidden;
}
.vbox-prev{
    left: 0;
    border-width: 0 30px 0 10px;
    background: url(//www.rainsford.net/wp-content/themes/techno/venobox/prev.gif) center center no-repeat;
}
.vbox-next{
    right: 0;
    border-width: 0 10px 0 30px;
    background: url(//www.rainsford.net/wp-content/themes/techno/venobox/next.gif) center center no-repeat;
}

.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;

}
.vbox-num{
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}
/* ------- inline window ------ */
.vbox-inline{
    width: 420px;
    height: 315px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: auto;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    border: none;
    width: 960px;
    height: 720px;
}
@media (max-width: 992px) {
    .venoframe{
        width: 640px;
        height: 480px;
    }
}
@media (max-width: 767px) {
    .venoframe{
        width: 420px;
        height: 315px;
    }
}
@media (max-width: 460px) {
    .vbox-inline{
        width: 100%;
    }

    .venoframe{
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-open{
    overflow: hidden;
}
.vbox-container{
    position: relative;
    background: #000;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}.nivoSlider{position:relative;width:100%;height:auto;overflow:hidden}.nivoSlider img{position:absolute;top:0;left:0;max-width:none}.nivo-main-image{display:block!important;position:relative!important;width:100%!important}.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:white;filter:alpha(opacity=0);opacity:0}.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0}.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden}.nivo-box img{display:block}.nivo-caption{position:absolute;left:0;bottom:0;background:#000;color:#fff;width:100%;z-index:8;padding:5px 10px;opacity:.8;overflow:hidden;display:none;-moz-opacity:.8;filter:alpha(opacity=8);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-caption p{padding:5px;}.nivo-caption a{display:inline-block;}.nivo-html-caption{display:none}.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer}.nivo-prevNav{left:0}.nivo-nextNav{right:0}.nivo-controlNav{text-align:center;padding:15px 0}.nivo-controlNav a{cursor:pointer}.nivo-controlNav a.active{font-weight:700}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}


/** Animated headline **/
.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}
.cd-words-wrapper b.is-visible {
    position: relative;
}
.no-js .cd-words-wrapper b {
    opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}
/******** xrotate-1 **/
.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}
.cd-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: cd-rotate-1-in 1.2s;
    -moz-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    -moz-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s;
}
@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}
@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}
@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}
@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}
@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}
@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}
/** xtype **/
.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
    background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
    visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
    color: #0d0d0d;
}
.cd-headline.type b {
    visibility: hidden;
}
.cd-headline.type b.is-visible {
    visibility: visible;
}
.cd-headline.type i {
    position: absolute;
    visibility: hidden;
}
.cd-headline.type i.in {
    position: relative;
    visibility: visible;
}
@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}
/** xrotate-2 **/
.cd-headline.rotate-2 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}
.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-headline.rotate-2 b {
    opacity: 0;
}
.cd-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
    opacity: 1;
}
.cd-headline.rotate-2 i.in {
    -webkit-animation: cd-rotate-2-in 0.4s forwards;
    -moz-animation: cd-rotate-2-in 0.4s forwards;
    animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
    -webkit-animation: cd-rotate-2-out 0.4s forwards;
    -moz-animation: cd-rotate-2-out 0.4s forwards;
    animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -o-transform: translateZ(20px);
    transform: translateZ(20px);
}
.no-csstransitions .cd-headline.rotate-2 i {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.no-csstransitions .cd-headline.rotate-2 .is-visible i {
    opacity: 1;
}
@-webkit-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
    }
}
@-moz-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0deg);
    }
}
@keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -moz-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        -o-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        -moz-transform: translateZ(-20px) rotateX(-10deg);
        -ms-transform: translateZ(-20px) rotateX(-10deg);
        -o-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        -moz-transform: translateZ(-20px) rotateX(0deg);
        -ms-transform: translateZ(-20px) rotateX(0deg);
        -o-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg);
    }
}
@-webkit-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
    }
}
@-moz-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-90deg);
    }
}
@keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -moz-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        -o-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        -moz-transform: translateZ(-20px) rotateX(-100deg);
        -ms-transform: translateZ(-20px) rotateX(-100deg);
        -o-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        -moz-transform: translateZ(-20px) rotateX(-90deg);
        -ms-transform: translateZ(-20px) rotateX(-90deg);
        -o-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}
/** xloading-bar **/
.cd-headline.loading-bar span {
    display: inline-block;
    padding: .2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #0096a7;
    z-index: 2;
    -webkit-transition: width 0.3s -0.1s;
    -moz-transition: width 0.3s -0.1s;
    transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
    width: 100%;
    -webkit-transition: width 3s;
    -moz-transition: width 3s;
    transition: width 3s;
}
.cd-headline.loading-bar b {
    top: .2em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
    opacity: 1;
    top: 0;
}
/** xslide*/
.cd-headline.slide span {
    display: inline-block;
    padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}
.cd-headline.slide b {
    opacity: 0;
    top: .2em;
}
.cd-headline.slide b.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in 0.6s;
    -moz-animation: slide-in 0.6s;
    animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
    -webkit-animation: slide-out 0.6s;
    -moz-animation: slide-out 0.6s;
    animation: slide-out 0.6s;
}
@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}
@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}
@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}
/* xclip */
.cd-headline.clip span {
    display: inline-block;
    padding: 0;
}
.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 5px;
    background-color: #fff;
}
.cd-headline.clip b {
    opacity: 0;
}
.cd-headline.clip b.is-visible {
    opacity: 1;
}
/* xzoom */
.cd-headline.zoom .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}
.cd-headline.zoom b {
    opacity: 0;
}
.cd-headline.zoom b.is-visible {
    opacity: 1;
    -webkit-animation: zoom-in 0.8s;
    -moz-animation: zoom-in 0.8s;
    animation: zoom-in 0.8s;
}
.cd-headline.zoom b.is-hidden {
    -webkit-animation: zoom-out 0.8s;
    -moz-animation: zoom-out 0.8s;
    animation: zoom-out 0.8s;
}
@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
}
@-moz-keyframes zoom-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
}
@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -moz-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        -o-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
    }
}
@-moz-keyframes zoom-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateZ(-100px);
    }
}
@keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -moz-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        -o-transform: translateZ(-100px);
        transform: translateZ(-100px);
    }
}
/* xrotate-3 */
.cd-headline.rotate-3 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}
.cd-headline.rotate-3 b {
    opacity: 0;
}
.cd-headline.rotate-3 i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
    -webkit-animation: cd-rotate-3-in 0.6s forwards;
    -moz-animation: cd-rotate-3-in 0.6s forwards;
    animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
    -webkit-animation: cd-rotate-3-out 0.6s forwards;
    -moz-animation: cd-rotate-3-out 0.6s forwards;
    animation: cd-rotate-3-out 0.6s forwards;
}
.no-csstransitions .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0;
}
.no-csstransitions .cd-headline.rotate-3 .is-visible i {
    opacity: 1;
}
@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
}
@-moz-keyframes cd-rotate-3-in {
    0% {
        -moz-transform: rotateY(180deg);
    }
    100% {
        -moz-transform: rotateY(0deg);
    }
}
@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}
@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
    }
}
@-moz-keyframes cd-rotate-3-out {
    0% {
        -moz-transform: rotateY(0);
    }
    100% {
        -moz-transform: rotateY(-180deg);
    }
}
@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}
/* xscale */

.cd-headline.scale b {
    opacity: 0;
}
.cd-headline.scale i {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.is-visible .cd-headline.scale i {
    opacity: 1;
}
.cd-headline.scale i.in {
    -webkit-animation: scale-up 0.6s forwards;
    -moz-animation: scale-up 0.6s forwards;
    animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
    -webkit-animation: scale-down 0.6s forwards;
    -moz-animation: scale-down 0.6s forwards;
    animation: scale-down 0.6s forwards;
}
.no-csstransitions .cd-headline.scale i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
.no-csstransitions .cd-headline.scale .is-visible i {
    opacity: 1;
}
@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    60% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
}
@-moz-keyframes scale-down {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }
    60% {
        -moz-transform: scale(0);
        opacity: 0;
    }
}
@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}
/*xpush */

.cd-headline.push b {
    opacity: 0;
}
.cd-headline.push b.is-visible {
    opacity: 1;
    -webkit-animation: push-in 0.6s;
    -moz-animation: push-in 0.6s;
    animation: push-in 0.6s;
}
.cd-headline.push b.is-hidden {
    -webkit-animation: push-out 0.6s;
    -moz-animation: push-out 0.6s;
    animation: push-out 0.6s;
}
@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
}
@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
}
@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

/*-----------------------
Bubble-Animation
------------------------*/
.bubble-animate {
    position: absolute;
    left: -215px;
    bottom: 0;
    width: 162%;
    height: 100%;
    overflow: hidden;
}

.circle {
    background: 
    #0C5ADB;
    bottom: 0;
    position: absolute;
    border-radius: 50%;
}

.circle.small {
    width: 15px;
    height: 15px;
    opacity: 0.7;
}

.circle.small.square1 {
    left: 18%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.small.square2 {
    left: 36%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.small.square3 {
    left: 54%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.small.square4 {
    left: 72%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.small.square5 {
    left: 90%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.medium {
    width: 35px;
    height: 35px;
    opacity: 0.45;
}

.circle.medium.square1 {
    left: 21%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.medium.square2 {
    left: 42%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.medium.square3 {
    left: 63%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.medium.square4 {
    left: 84%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.medium.square5 {
    left: 105%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.medium.square5 {
    left: 5%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.large {
    width: 100px;
    height: 100px;
    opacity: 0.35;
}

.circle.large.square1 {
    left: 21%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.large.square2 {
    left: 42%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.large.square3 {
    left: 63%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 13s;
    animation-delay: 13s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.large.square4 {
    left: 84%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.circle.large.square5 {
    left: 105%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 13s;
    animation-delay: 13s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes smallBubble {
    0% {
        top: 100%;
        margin-left: 10px;
    }

    25% {
        margin-left: -10px;
    }

    50% {
        margin-left: 10px;
    }

    75% {
        margin-left: -10px;
    }

    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px;
    }
}

@keyframes smallBubble {
    0% {
        top: 100%;
        margin-left: 10px;
    }

    25% {
        margin-left: -10px;
    }

    50% {
        margin-left: 10px;
    }

    75% {
        margin-left: -10px;
    }

    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px;
    }
}

@-webkit-keyframes mediumBubble {
    0% {
        top: 100%;
        margin-left: 15px;
    }

    25% {
        margin-left: -15px;
    }

    50% {
        margin-left: 15px;
    }

    75% {
        margin-left: -15px;
    }

    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px;
    }
}

@keyframes mediumBubble {
    0% {
        top: 100%;
        margin-left: 15px;
    }

    25% {
        margin-left: -15px;
    }

    50% {
        margin-left: 15px;
    }

    75% {
        margin-left: -15px;
    }

    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px;
    }
}

@-webkit-keyframes bigBubble {
    0% {
        top: 100%;
        margin-left: 20px;
    }

    25% {
        margin-left: -20px;
    }

    50% {
        margin-left: 20px;
    }

    75% {
        margin-left: -20px;
    }

    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px;
    }
}

@keyframes bigBubble {
    0% {
        top: 100%;
        margin-left: 20px;
    }

    25% {
        margin-left: -20px;
    }

    50% {
        margin-left: 20px;
    }

    75% {
        margin-left: -20px;
    }

    100% {
        top: 0%;
        opacity: 0;
        margin-left: 0px;
    }
}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2019 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.rainsford.net/wp-content/themes/techno/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//www.rainsford.net/wp-content/themes/techno/assets/fonts/fontawesome-webfont3295.eot?v=4.5.0);src:url(//www.rainsford.net/wp-content/themes/techno/assets/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//www.rainsford.net/wp-content/themes/techno/assets/fonts/fontawesome-webfont3295.woff2?v=4.5.0) format('woff2'),url(//www.rainsford.net/wp-content/themes/techno/assets/fonts/fontawesome-webfont3295.woff?v=4.5.0) format('woff'),url(//www.rainsford.net/wp-content/themes/techno/assets/fonts/fontawesome-webfont3295.ttf?v=4.5.0) format('truetype'),url(//www.rainsford.net/wp-content/themes/techno/assets/fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trtechno:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
a.meanmenu-reveal{display:none}
.mean-container .mean-bar {
  background: #eb1b2b;
  float: left;
  min-height: 60px;
  padding: 4px 0 0;
  position: relative;
  width: 100%;
  z-index: 999;
}
.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:18px;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700;float: right;}
.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}
.mean-container .mean-nav{float:left;width:100%;background:#0c1923}
.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}
.mean-container .mean-nav ul li {
  background: #f8f8f8;
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid#ddd;
}
.mean-container .mean-nav ul li a {
  background: #f8f8f8;
  color: #232323;
  display: block;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 1em 5%;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  width: 90%;   
}
.mobile-menu-area {
  background: #262626;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  color: #232323;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.75;
  padding: 1em 10%;
  text-shadow: none !important;
  text-transform: capitalize;
  visibility: visible;
  width: 80%;
}
.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}
.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}
.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}
.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}
.mean-container .mean-nav ul li a:hover {
  background: #f8f8f8 none repeat scroll 0 0;
}
.mean-container .mean-nav ul li a.mean-expand{
	width:26px;
	height: 15px;
    margin-top: 1px;
    padding: 12px !important;
	text-align:center;
	position:absolute;
	right:0;top:0;
	z-index:2;
	font-weight:700;
	background:rgba(255,255,255,.1);
	border:0!important;
	background: #F8F8F8;
	}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #f8f8f8;
}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none!important}
.mean-container .mean-bar::after {
  color: #ffffff;
  content: "MENU";
  font-size: 21px;
  left: 5%;
  position: absolute;
  top: 12px;
}


/* -------------------------------
39. Mobile menu
----------------------------------*/
.mean-container .mean-bar::after {
  display: none;
}
.mean-container .mean-nav ul li a:hover {
	border-radius: 0;
}
.mean-container a.meanmenu-reveal span {
  background: #fff;
}
.mobile-menu-area {
  background: #fff none repeat scroll 0 0;
  border-top: 3px solid #2bcdc1;
}
.mean-container .mean-nav ul li a.mean-expand {
  background: none;
  top: -4px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: none;
}
.mean-container .mean-nav ul li {
  background: #444;
}
.mean-container a.meanmenu-reveal {
  color: #fff;
}
.meanmenu-reveal.meanclose:hover {
  color: #fff !important;
}
.mean-container a.meanmenu-reveal:hover span {
  background: #fff;
}
.mean-container .mean-bar::before {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  left: 10px;
  position: absolute;
  top: 18px;
}

body {	
    color: #616161;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #232323;
    font-family: 'Muli', sans-serif;
    font-style: normal;
	margin-bottom: 0;
	margin-top: 10px;
    line-height: 1.3;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s; 
	letter-spacing:0px;
}
h2{
	font-size:25px;
}
h3{}
h4{}
h5{}
h6{}
a{
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a{
	 color: #0C5ADB;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
    text-decoration: none;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}
li {
  
}

ul {
    margin: 0;

    padding: 0;
}
li {
 
}
input:focus, button:focus {
    border: 1px solid #ced4da;
    outline: 0;
}
textarea:focus{
border: 1px solid #ced4da;
    outline: 0;
}
hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
hr.style-2 {
    border-bottom: 1px dashed #f10;
}
hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    color: #616161;
    cursor: pointer;
    margin-bottom: 10px;
}

a,i, cite, em, var, address, dfn,ol,li,ul{
	font-style:normal;
	font-weight:400;
}


::-moz-placeholder {
    color: #666;
    font-size: 12px;
}
::-webkit-input-placeholder {
    color: #666;
    font-size: 12px;
}
:-ms-input-placeholder {
    color: #666;
    font-size: 12px;
}
::placeholder {
    color: #666;
    font-size: 12px;
}
.btn {
  color: rgba(255, 255, 255, 1);
  background: #E96e53;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0px;
}

.btn-primary {  
  background-color: #e96e53;
  font-size: 14px;
  padding: 15px 28px;
  border: 1px solid #0C5ADB;
  text-transform: uppercase;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-primary:hover {
  background-color: #FFF;
  color: #0C5ADB;
  border: 1px solid transparent;
}
.btn-primary:focus {
  background-color: #FFF;
  color: #0C5ADB;
  border: 1px solid transparent;
}
.btn-secondary {
  background-color: #232323;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 0.71;
  padding: 19px 25px;
  border: 1px solid #232323;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-secondary:hover {
  background-color: #FFF;
  color: #232;
  border: 1px solid transparent;
}
.coaching-details-two .details-button-two a i {
    font-style: italic;
}
.details-button-two .btn-primary i {
    padding: 5px;
}
.details-button-two .btn-primary:hover {
    background: #232323;
    color: #FFF;
}
/* sideber css style */
/* serch widget */
.blog-left-side > div {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
} 
.blog-left-side > div:last-child {
    margin-bottom: 0px;
}
.blog-left-side h2 {
    margin-bottom: 10px;
}
.blog-left-side {} .blog-left-side .content {
    padding: 0;
}
.blog-left-side .textwidget h4, .blog-right-side .textwidget h4 {
    font-size: 18px;
    padding-bottom: 8px;
}
.textwidget-icon {
    margin-top: 15px;
}
.textwidget-icon li {
	display: inline;
}
.textwidget-icon li a {
    font-size: 15px !important;
    color: #fff!important;
    background: #0C5ADB;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    border-radius: 5px;
    margin: 0 2px;
	display:inline-block;
}
.textwidget-icon.social-profile li a {
	display: inline-block;
	margin: 0 2px;
	font-size: 18px;
	color: #f00 !important;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #062a4d;
	color: #fff !important;
	text-align: center;
}
.textwidget-icon.social-profile  li a:hover{
	background:#0C5ADB;
}
.sb_instagram_header {
	display: none;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	background: #062a4d;
	border-radius: 0;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
	background: #0C5ADB;
}
#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
	outline: 0;
	box-shadow: inset 0 0 10px 20px #0C5ADB;
}
.blog-left-side .push-bottom-large {
    margin-bottom: 0;
}
.blog-left-side > div:last-child {
    margin-bottom: 0px;
}
.blog-left-side > aside:last-child {
    margin-bottom: 0px !important;
}
.blog-left-side .sub-menu li a:hover,
.blog-left-side .nav .children li a:hover {
    background: transparent;
    color: #47087C ;
}
.search {
    position: relative;
    border-radius: 8px;
}
.search input {
	background: #fff none repeat scroll 0 0;
	height: 60px;
	position: relative;
	width: 100%;
	border: 1px solid #ced4da;
	color: #616161;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-radius: 8px;
}
.search input[type="text"] {} .search input::-ms-input-placeholder,
.search input::-webkit-placeholder,
.search input::-moz-placeholder {
    color: #858585;
    font-size: 14px;
}
.search button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #616161;
    font-size: 18px;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 53px;
}
.search button i {}
.search input[type="text"] {
  padding-left: 10px;
}
/* widget list */

.widget {}
.blog-left-side .widget h2 {
	color: #232323;
	display: block;
	font-size: 21px;
	margin-bottom: 40px;
	padding-bottom: 0;
	position: relative;
	text-transform: capitalize;
}
.blog-left-side .widget h2:before {
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 88px;
    height: 3px;
    background: #aec6ef;
    content: "";
}
.blog-left-side .widget h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -13px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #0C5ADB;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}
.footer-middle .widget h5 {
    color: #333;
    font-size: 24px;
}
.blog-left-side .widget ul {
	list-style: none;
}
.blog-left-side .widget ul li {
  position: relative;
}
.blog-left-side .widget ul ul{
	padding-left:10px;
	margin-top:10px;
}
.blog-left-side .widget ul li:last-child {
	padding-bottom: 0px;
    margin-bottom: 0;
}

.blog-left-side .widget ul li a {
    color: #616161;
    font-weight: 400;
}
.blog-left-side .widget ul li a:hover{
	color: #0C5ADB;
}
.blog-left-side .widget ul.children{
	margin-top:10px;
	padding-left:10px;
}
/* widget select */

.widget {} 
.blog-left-side .widget select {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    padding-left: 5px;
}
.widget .screen-reader-text {
    display: none;
}
.textwidget select{
	width:100%;
}
/* table css */

#wp-calendar {
    width: 100%;
}
/* tags */
.tagcloud a {
    color: #616161;
    display: inline-block;
    font-size: 15px !important;
    padding: 5px 11px;
    text-align: center;
    text-transform: capitalize;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin: 0 3px 9px 0;
}
.widget_categories ul li:hover:before,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.tagcloud a:hover,
.r-post-content h3:hover,
.r-post-content h3 a:hover {
    color: #0C5ADB ;
}
.tagcloud a:hover{
	background:#0C5ADB ;
	color:#fff;
	border-color:#0C5ADB;
}
#wp-calendar caption {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left;
    text-transform: capitalize;
    color: #616161;
    padding-top: 0;
}
#wp-calendar {
  font-size: 13px;
}
#wp-calendar {
    border: 0px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 0;
	color:#333333;
}
table#wp-calendar td {
  border: 1px solid #e5e5e5;
  color: #444444;
   padding: 5px 10px;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}
#wp-calendar th, #wp-calendar td {
  padding: 8px;
}
table#wp-calendar th {
  border: 1px solid #e5e5e5;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
table#wp-calendar td#today {
    color: #fff;
    background-color: #0C5ADB;
}
table#wp-calendar td#today a{
	color:#fff;
}
.text-widget-about {
	text-align: center;
}
.text-widget-about ul li {
	border-top: 0;
	padding: 0;
}
.wp-block-archives{}
.wp-block-archives {}
.wp-block-archives li{}
.wp-block-archives li a,.wp-block-categories li a{color: #5e629c}

.wp-block-archives select {
	height: 40px;
	width: 200px;
	border: 1px solid #ddd;
	padding: 0 10px;
}
.single-blog-content .wp-block-latest-comments{padding-left: 0}
.recent-post-text span i {
	color: #f8f9fe;
	margin-right: 5px;
	font-size: 14px;
}
/* THEME UNIT TEST CSS */


.tag-sticky-2 .techno-single-blog {
	border: 1px solid rgb(254, 130, 100);
}

.post_reply ul, .blog-content ul, .single-blog-content ul {
	list-style-type: square;
	padding-left: 18px;
}

.blockquote p{
	font-size:16px;
}



table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
th {
    font-weight: bold;
    text-transform: uppercase;
	   /*  border: 1px solid #ededed; */
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
caption, th, td {
	font-weight: normal;
	text-align: center;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 30px;
    font-size: 14px;
    border-left: 5px solid #b9b9b9;
    background: #f9f9f9;
    font-style: italic;
}
blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
}

blockquote strong,
blockquote b {
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
em{
 font-style: italic;
font-weight: bold; 
}
pre {
    background: #f5f5f5;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
tt, code, samp {
   color:#666;
}
kbd{

}


/* image aligment */
.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    margin-left: -60px;
}
figure.wp-caption.alignleft, img.alignleft {
    margin: 5px 20px 5px 0;
}
img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    max-width: 100%;
}
.alignleft {
    float: left;
}
.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
    max-width: 100%;
}
/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	line-height: 1.5;
	padding: 0.5em 0;
	font-size: 14px;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.post-password-form input[type=submit] {
    border: none;
    padding: 2px 14px;
	background:#1a7dd7;
	color:#fff;
}
.post-password-form input[type="password"] {
	border: 1px solid #ddd;
	width: 100%;
	height: 40px;
	padding: 0 15px;
}
.site-title {
	font-size: 30px;
	margin: 0;
	margin-top: 12px;
	color:#333;
}
.site-title a {
    font-weight: 600;
		color:#333;
     font-family: "Raleway", sans-serif;	
    text-transform: capitalize;
}
.site-title a:hover {
	color:#333;
}
.site-description {
	margin: 0;
	color: #333;
	padding-bottom: 10px;
}
.sticky{
	border-color:#1a7dd7;
}
.bypostauthor {
	color:#333;
}


.wp-block-cover.alignleft{
	margin-right: 10px;
}
.wp-block-button.alignleft {
	margin-right: 10px;
}
.wp-block-gallery.alignleft {
	margin-right: 10px;
}
.has-large-font-size {
	font-size: 36px;
	line-height: 1.3;
}

.wp-block-media-text {
	margin-top: 15px;
}
.inner-post-pagination a, .inner-post-pagination  span.post-page-numbers {
	border: 2px solid #ddd;
	display: inline-block;
	min-width: 35px;
	text-align: center;
	margin-left: 2px;
	height: 33px;
	line-height: 30px;
	margin-right: 3px;
	color: #444;
}
.inner-post-pagination  span.current{
	border: 2px solid #FE8264;
	color: #FE8264;
}
.wp-block-table.is-style-stripes td {
	border-color: transparent;
	padding: 5px 13px;
}

.single-blog-content table, .single-blog-content th, .single-blog-content td {
	border: 1px solid #d1d1d1;
}
.single-blog-content table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 400;
}
.comment-list table, .comment-list th, .comment-list td {
	border: 1px solid #d1d1d1;
}
.comment-list table th {
	padding: 12px 12px;
	font-size: 15px;
	border-color: #ddd;
	text-align: center;
	font-weight: 400;
}
.post-password-form label {
	width: 100%;
}
/*
Theme Name: Techno Child 
Description: Techno Child Theme
Version: 1.0.0
Tags: custom-menu, editor-style, featured-images
Template: techno
Text Domain: technochild
*/

/* /*
Theme Name: Techno 
Theme URI: http://wp.dreamitsolution.net/techno/
Description: Techno - IT Solution Service WP Theme 
Author: DreamIT
Author URI: https://www.templatemonster.com/authors/dreamit/
Version: 5.0.0
Tags: custom-menu, editor-style, featured-images
Text Domain: techno
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/




/*
-------------------------------------------------------------------------------------
CSS INDEX
======================================================================================
* THEME DEFULT CSS
* SECTION TITLE
* SLIDER BUTTON STYLE
* WIDGET  CSS
* HEADING TOP AREA CSS
* HEADING NAV AREA CSS
* SLIDER CSS
* ABOUT SECTION CSS
* SERCIVE CSS
* PROGRESS CSS
* TEAM CSS
* COUNTER AREA CSS
* PRICING AREA CSS
* BRAND AREA CSS
* TESTIMONIAL AREA CSS
* PORTFOLIO AREA CSS
* BLOG AREA CSS
* BLOG DETAILS AREA CSS
* choose AREA CSS
* COMMENT AREA CSS
* PAGINATION AREA CSS
* BREADCRUMB AREA CSS
* 404 AREA CSS
* FOOTER TOP AREA CSS
* FOOTER TOP 2 AREA CSS
* FOOTER MIDDLE AREA CSS
* FOOTER BOTTOM AREA CSS
* SCROLL TOP CSS
* RESPONSIVE CSS
============================================================================================= */
/*----------------------------------------
 Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/

html,
body {}
img {
	max-width: 100%;
	height: auto;
}
/* box layout */
.box.wrapper {
	max-width: 1200px;
	margin: auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	        box-shadow: 0px 0px 5px #ddd;
}
/* end box layout */

.fix {
	overflow: hidden;
}

.clear_both {
	clear: both;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
	margin-bottom: 10px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}


.rotate-img{
    position: relative;
    z-index: 1;
}

/*===================== techno HEADING TOP AREA CSS =========================*/

/* LEFT RIGHT CSS */
.em40_header_area_main.hdisplay_none {
	display: none;
}
.techno-header-top {
    padding-top: 0px !important;
    padding: 10px 0;
    background: #0c5adb;
}
.top-address p {
	margin-bottom: 0;
	font-size: 12px;
	display:inline-block;
}
.top-address p span,
.top-address p a {
	margin-right: 20px;
}
.top-address p span i, .top-address p a i {
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
}
.top-address p a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* TOP RIGHT CSS */

.top-right-menu ul.social-icons {
	margin: 0;
	padding: 0;
}
.top-right-menu ul.social-icons li {
	display: inline-block;
	margin-left: 18px;
	position: relative;
}
.top-right-menu ul.social-icons li a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 15px;

}
.top-address p a, .top-right-menu ul.social-icons li a, .top-address p span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
	color: #fff;
}

.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
	margin-right: 0px;
	margin-left: 12px;
}

.right_menu_button {
	text-align: right;
}
.login_button {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	padding: 0px 17px;
	margin-left: 10px;
	font-weight: 500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	line-height: 24px;
}
.login_button.active,
.login_button:hover {
	background: #333;
	border-color: #333;
	color: #fff;
}
.header-support {
	margin-top: 11px;
	margin-left: 14px;
	display:inline-block;
}
.header-support a {
	color: #fff;
	font-weight: 500;
	background: #0c5adb;
	padding: 8px 21px;
	border-radius: 30px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.header-support a:before{
	position:absolute;
	left:0; 
	top:0; 
	height:100%; 
	width:0%;
	content:"";
	background:#161a33;
	border-radius:30px;
	z-index:-1;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
.header-support a:hover::before{
	width:100%;
}
.header-support b {
    font-weight: 400;
    font-size: 17px;
    color: #565872;
}
.header-support i {
	margin-right: 12px;
	display: inline-block;
}
/* sub menu css */

.top-right-menu ul .sub-menu {
	position: absolute;
	left: 0px;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-top: 1px solid #f00;
	width: 150px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: left;
	background: #fff;
	z-index: 1;
}

.top-right-menu ul.social-icons li:hover .sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.top-right-menu ul .sub-menu li {
	padding: 5px 0px 0px 5px;
}

.top-right-menu ul .sub-menu li a {
	font-size: 12px;
}

.top-right-menu ul .sub-menu ul {
	display: none;
}

.top-welcome p {
	padding: 0px;
	margin: 0px;
}

.top-address a {
	margin-right: 5px;
	color: #43342c;
}

.top-address.em-login a+a {
	margin-right: 0;
}

.top-address.em-login p a i,
.top-address.em-login p a i {
	margin-right: 5px;
}

.top-address.em-login a+a:before {
	content: "|";
	margin-right: 12px;
}

.txtc {
	text-align: center;
}

.text-center {
	text-align: center;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.top-address a:hover{
	color:#fff;
}
/* top opening */

.top-address.menu_18 span {
	background: #fff;
	padding: 8px 15px 9px;
	display: inline-block;
	color: #333;
}

.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
	padding: 7px 0;
}

.em-login.menu_18,
.em-quearys-top.menu_19 {
	padding: 7px 0;
}


/* top quearys */

.em-top-quearys-area {
    position: relative;
    display: inline-block;
}

.em-header-quearys {
	list-style: none;
}
.em-quearys-menu i {
    border-radius: 3px;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
    cursor: pointer;
    color: #fff;
    margin-top: 0px;
    background: #0C5ADB;
}
.heading_style_3 .hbg2 .em-quearys-menu i {
	color: #333;
}
.em-quearys-inner {
	position: absolute;
	right: 15px;
	top: 36px;
	z-index: 999;
	display: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.em-quearys-inner {}

.em-quearys-form {
	background-color: #f5f5f5;
	width: 363px;
	float: right;
	border-radius: 30px;
}

.top-form-control {
	position: relative;
}
.em-quearys-inner::before {
	position: absolute;
	right: 1px;
	top: -11px;
	width: 47px;
	height: 47px;
	text-align: center;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid #0c5adb;
	content: " ";
}
.top-form-control input {
	background: #f4f6f9;
	color: #555555;
	font-size: 13px;
	font-weight: 300;
	height: 55px;
	padding: 0 40px 0 25px;
	width: 100%;
	border: none;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	border-radius: 30px;
}
.top-form-control button.top-quearys-style {
	position: absolute;
	right: 0;
	top: 50%;
	background: 0 0;
	font-size: 16px;
	border: none;
	color: #0c5adb;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
	background: #0c5adb;
	width: 58px;
	border-radius: 0 30px 30px 0;
	text-align: center;
}
.top-quearys-style i {
	font-size: 18px;
	color: #fff;
}

.em-s-hidden {
	display: none !important;
}


/* address left right icon */

.top-right-menu.litop {
	float: left;
}


/* mobile logo */
.mobile_menu_logo.text-center {
	padding: 20px 0;
}

.tr_search .em-quearys-menu i {
	color: #fff;
}



/* Style 7 Top Bar */ 
.top-right-address p {
	margin-bottom: 0;
	font-size: 12px;
	display: inline-block;
}
.top-right-address .social-icons {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.top-right-address .social-icons li {
	display: inline-block;
	margin-left: 17px;
	color: #fff;
	font-size: 14px;
}

/*===================== END techno HEADING TOP AREA CSS =========================*/


/*======================== EM CREATIVE HEADER =========================*/
.em_creative_header {
	background: #f9f9f9 none repeat scroll 0 0;
	padding: 28px 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.em_creative_header:before {
	background: #0c5adb none repeat scroll 0 0;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 25%;
	height: 100%;
	z-index: -1;
	position: absolute;
}
.em_creative_header:after {
	background: #0c5adb none repeat scroll 0 0;
	content: "";
	left: 18%;
	top: 0;
	bottom: 0;
	width: 15%;
	height: 100%;
	position: absolute;
	-webkit-transform: rotate(-121deg);
	-ms-transform: rotate(-121deg);
	    transform: rotate(-121deg);
	z-index: -1;
}
.creative_logo_thumb {
	z-index: 9;
	text-align: right;
}
.creative_header_icon {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.creative_header_icon i {
	color: #0c5adb;
	font-size: 28px;
	margin-top: 5px;
}
.creative_header_address {
	overflow: hidden;
	padding-left: 80px;
}

.creative_header_address_text>h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.creative_header_address_text>p {
	margin: 0;
}
.creative_logo_thumb {
	z-index: 9;
}
.creative_header_button {
	padding-left: 50px;
	position: relative;
	margin-top: 5px;
}
.creative_header_button:before {
	content: "";
	position: absolute;
	background: #0c5adb;
	width: 1px;
	height: 74px;
	left: 10px;
	top: -21px;
}
.creative_header_button .dtbtn {
	background: #0c5adb none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-family: raleway;
	font-size: 14px;
	font-weight: 600;
	margin-left: 0;
	padding: 6px 26px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.creative_header_button>a:hover {
	background: #0c5adb none repeat scroll 0 0;
}
.no-logo-sr .creative_search_icon {
	position: absolute;
	right: 19%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	z-index: 999;
}

.no-logo-sr .em-quearys-top.msin-menu-search .em-quearys-inner {
	top: 70px;
}

.no-logo-sr .techno_menu ul {
	text-align: center;
}

.no-logo-sr .techno_menu ul li {
	text-align: left;
}


/*======================= techno HEADING NAV AREA CSS ========================*/

.mean-container .mean-bar {
	padding: 0;
}

.mean-container .mean-nav {
	background: #0c5adb none repeat scroll 0 0;
	float: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 60px;
}

.mean-container .mean-nav>ul>li:first-child {
	border-top: 0px solid #fff;
}

.main_menu_div {
	position: relative;
}
.techno_nav_area {
	background: #fff none repeat scroll 0 0;
}
.techno_menu {
	text-align: right;
}
.container-fluid .techno_menu {
	text-align: center;
}

/* LOGO CSS */

.logo {}
.logo a {
	font-size: 23px;
	font-weight: 600;
	display: inline-block;
}
.logo a.retina-logo {
	display: none;
}
/* MENU CSS */
.techno_menu ul {
	list-style: none;
	text-align:right;
	display:inline-block;
}
.transprent-menu .techno_menu ul {
	list-style: none;
	text-align: center;
}
.techno_menu>ul>li {
	display: inline-block;
	position: relative;
}
.techno_menu > ul > li > a {
    display: block;
    margin: 30px 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    color: #232323;
    font-size: 18px;
    font-weight: 600;
}
.heading_style_2 .techno_menu>ul>li>a {
	color: #fff;
}
.heading_style_3 .techno_menu > ul > li > a {
	color: #d6aee9;
}
.heading_style_4 .techno_menu > ul > li > a {
	color: #cacce3;
}
.heading_style_5 .techno_menu>ul>li>a {
	color: #fff;
}
.techno_menu ul li:last-child a {
	margin-right: 0px;
}
.techno_menu>ul>li.current>a,
.techno_menu>ul>li:hover>a,
.creative_header_menu>ul>li:hover>a {
	color: #0c5adb;
}

.transprent-menu .techno_menu>ul>li a{
	color: #fff;
}
.transprent-menu .hbg2 .techno_menu>ul>li a{
	color: #232323;
}

.transprent-menu.menu-style-16 .techno_menu ul {
	text-align: center;
	list-style: none;
}
.transprent-menu.menu-style-16 .techno_menu ul .sub-menu {
	text-align: left;
}


.heading_style_4.tr_btn .techno_menu.main-search-menu {
	float: none;
	text-align: center;
} 

/* transparent 2 */
.trp_nav_area {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0 100px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hbg2 {
	background: rgba(0, 0, 0, .7);
	padding: 0px 50px;
}
.trp_nav_area.full-width {
	padding: 37px 100px 37px 100px;
}
.trp_nav_area.full-width.hbg2 {
	padding: 7px 20px 10px;
}
/* stycky nav js */
.transprent-menu.menu4 {
	position: relative;
}
.transprent-menu .techno_nav_area {
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background-color: transparent;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
}
.techno_nav_area.postfix {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.techno_nav_area.prefix,
.hbg2 {
	-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
.heading_style_3.tr_btn .prefix .techno_menu>ul>li>a:hover,
.heading_style_3.tr_btn .hbg2 .techno_menu>ul>li.current a {
	color: #0c5adb;
}

.heading_style_3 .prefix .techno_menu>ul>li>a:hover,
.heading_style_3 .hbg2 .techno_menu>ul>li.current a {
	color: #0c5adb;
}
.heading_style_3 .techno_nav_area.prefix .em-quearys-top.msin-menu-search .em-quearys-menu i {
	color: #fff;
}
.tr_white_btn  .hbg2 {
	background:#0c5adb !important;
} 
.tr_white_btn .hbg2 .techno_menu > ul > li > a {
	color: #fff !important;
}
/* LOGO LEFT RIGHT CSS */

.logo-left {}

.logo-right .logo {
	text-align: right;
}

.logo-right .techno_menu>ul {
	text-align: left;
}

.logo-right .techno_menu>ul>li:first-child a {
	padding-left: 0px;
}

.logo-right .techno_menu>ul>li:last-child a {
	padding-right: auto;
}
.search_button {
    text-align: right;
}
/* logo top */
.logo-top .logo {
	text-align: center;
}

.logo-top .techno_menu>ul {
	text-align: center;
}


.logo-top>.techno_menu>ul>li:last-child a {
	padding-right: auto;
}
/* sub menu style */
.techno_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 270px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 5px 0;
    z-index: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    visibility: hidden;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.techno_menu ul li:hover >.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 100%;
	z-index: 9;
}

.techno_menu ul .sub-menu li {
	position: relative;
}
.techno_menu ul .sub-menu li a {
    display: block;
    padding: 10px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    color: #616161;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
}

.techno_menu ul .sub-menu li:hover>a,
.techno_menu ul .sub-menu .sub-menu li:hover>a,
.techno_menu ul .sub-menu .sub-menu .sub-menu li:hover >a,
.techno_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
	color:#0c5adb;
}
.techno_menu ul .sub-menu li {
	position: relative;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
.techno_menu ul .sub-menu li:before {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 20px;
    color: #5451c1;
    content: "";
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    width: 15px;
    height: 1px;
    background: #0c5adb;
}
.techno_menu ul .sub-menu li:hover {
	margin-left:15px;
}
.techno_menu ul .sub-menu li:hover:before {
	opacity:1;
	left:0px;
}
.techno_menu ul .sub-menu li:hover {
	margin-left:15px;
}



/* sub menu 2 */

.techno_menu ul .sub-menu .sub-menu {
	left:100%;
	top: 130%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.techno_menu ul .sub-menu li:hover>.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 0%;
}


/* sub menu 3 */

.techno_menu ul .sub-menu .sub-menu li {
	position: relative;
}

.techno_menu ul .sub-menu .sub-menu .sub-menu {
	right: 100%;
	left: auto;
	top: 130%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.techno_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 0%;
}


/* sub menu 4 */

.techno_menu ul .sub-menu .sub-menu .sub-menu li {
	position: relative;
}

.techno_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}

.techno_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 0%;
}


/* user login */

.logged-in .transprent-menu .techno_nav_area.prefix {
	top: 32px;
}

.logged-in .trp_nav_area.hbg2 {
	top: 32px;
}


/* maing menu search */
.top-address.em-quearys-top.text-right {
    float: right;
}
nav.techno_menu.main-search-menu {
	float: right;
}
.techno_menu.main-search-menu>ul, .em-quearys-top.msin-menu-search {
    display: inline-block;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
    margin-left: 20px;
    margin-top: 6px;
}
.em-quearys-top.msin-menu-search .em-quearys-inner {
	top: 61px;
	background: #fff;
	padding: 20px;
	border-top: 3px solid #0c5adb;
}
nav.techno_menu.main-search-menu {
	/* float: right; */
	text-align: center;
}
/* has menu icon */
.techno-main-menu .menu-item-has-children>a:after {
	margin-left: 5px;
	content: "\f107";
	font-family: FontAwesome;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	font-size: 13px;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.techno-main-menu .menu-item-has-children .menu-item-has-children>a:after {
	margin-left: 8px;
	content: "\f105";
}


/* menu button */
.donate-btn-header {
    display: inline-block;
    margin-left: 20px;
}
a.dtbtn {
    -moz-user-select: none;
    background: #0c5adb;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 9px 25px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    border-radius: 3px;
    border: 2px solid #0c5adb;
    font-weight: 600;
}
a.dtbtn:hover {
    background: #00247E;
    color: #fff;
    border-color: #00247E;
}

.tr-btn-search .donate-btn-header {
    margin-top: 0px;
}

/* Transparent Whte Button Css */
.tr_white_btn a.dtbtn {
	background-color: #fff;
	color: #333;
}

.tr_white_btn a.dtbtn:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.transprent-menu a.dtbtn {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 8px 30px;
}

.transprent-menu .hbg2 a.dtbtn {
    background: #0C5ADB;
    color: #fff;
    border-color:#0C5ADB;
}

.transprent-menu a.dtbtn:hover{
background:#0C5ADB;
border-color:#0C5ADB;
color:#fff;
}
/* logo sticky */

.techno-main-menu .logo a.main_sticky_main_l {
	display: block;
}

.techno-main-menu .logo a.main_sticky_l {
	display: none;
}


/* logo pre */

.techno-main-menu .prefix .logo a.main_sticky_main_l {
	display: none;
}

.techno-main-menu .prefix .logo a.main_sticky_l {
	display: block;
}

.techno-main-menu .hbg2 .standard-logo {
	display: none;
}

.techno-main-menu .stiky-logo-transparent {
	display: none;
}
.techno-main-menu .hbg2 .stiky-logo-transparent {
	display: block;
}



/* sticky logo */
.creative_logo_thumb a.main_sticky_l {
	display: none;
}

.creative_logo_thumb .logo a {
	margin-top: 0;
}

.white_box_shadow {
	padding: 40px 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
	        box-shadow: 0 0 20px rgba(0,0,0,.1);
}


.techno-main-menu.menu-18 .hbg2 .logo a.main_sticky_main_l {
    display: none;
}
.techno-main-menu.menu-18 .hbg2 .logo a.main_sticky_l {
    display: block;
}


/*======================= END techno HEADING NAV AREA CSS ========================*/


/*===================== techno BLOG AREA CSS =========================*/
.techno-blog-index.blog-area.techno-blog-area,
.techno-blog-single {
	background: #F6F6F6;
}
.techno-blog-area {
    padding: 90px 0 100px;
    background: #F6F6F6;
}
.techno-single-blog {
    margin-bottom: 40px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}
.techno-single-blog:hover {
	-webkit-box-shadow:6px 5px 30px rgba(0,0,0,0.12);
	        box-shadow:6px 5px 30px rgba(0,0,0,0.12);
	border-color:transparent;
}
.techno-blog-index.blog-area.techno-blog-area, .techno-blog-area.techno-blog-archive {
	padding: 100px 0 100px;
	background: #F6F6F6;
}
.techno-blog-index.blog-area.techno-blog-area {
	padding: 100px 0 100px;
}

/* BLOG THUMB CSS */
.techno-blog-thumb {
	overflow: hidden;
	position:relative;
}
.techno-blog-thumb a {
	display: block;
	position: relative;
}
.techno-blog-thumb img {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: block;
}

.techno-blog-meta-top {
	position: absolute;
	left: 30px;
	top: 30px;
}
.techno-blog-meta-top ul{
    list-style: none;    
}
.techno-blog-meta-top li a {
    display: inline-block;
    background: #0C5ADB;
    padding: 6px 16px;
    line-height: 19px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
}

/* BLOG TITLE AND CONTENT CSS */
.blog-content {
	word-break: break-word;
}
.em-blog-content-area {
	padding: 33px 23px 32px;
}
.blog-page-title h2 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 22px;
	margin-top: 18px;
}
.blog-page-title a {
	display: block;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: none;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color: #232323;
}
.blog-page-title a:hover {
	color: #0c5adb;
}
/* BLOG POST META CSS */
.techno-blog-meta-left a, .techno-blog-meta-left span {
    margin-right: 13px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    margin-right: 24px;
    color: #616161;
    position: relative;
	font-weight:500;
}
.techno-blog-meta-left span::before, .techno-blog-meta-left a::before {
    content: "";
    background: #616161;
    width: 1px;
    height: 11px;
    position: absolute;
    right: -15px;
    top: 8px;
}
.techno-blog-meta-left a:last-child:before,
.techno-blog-meta-left span:last-child:before{
    display:none;
}

/* BLOG POST META RIGHT CSS */
.techno-blog-meta-right {
	float: right;
	padding: 17px 0 0;
}

.techno-blog-meta-right a, .techno-blog-meta-right span {
	color: #777;
	font-size: 14px;
	margin-left: 10px;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: inline-block;
	text-decoration: none;
	position: relative;
}
.techno-blog-meta-right a:hover,
.techno-blog-meta-right span:hover,
.techno-blog-meta-left a:hover,
.techno-blog-meta-left span:hover {
	color: #0c5adb;
}

.techno-blog-meta-right i {
	margin-right: 5px;
}
/* Meta Upper */
.upper.techno-blog-meta-left a, .upper.techno-blog-meta-left span {
	color: #0c5adb;
	font-size: 14px;
	margin-right: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
	font-family: 'Roboto', sans-serif;
}
.upper.techno-blog-meta-left a:hover, .upper.techno-blog-meta-left span:hover {
    color: #0c5adb;
}
.meta-list.techno-blog-meta-left a, .meta-list.techno-blog-meta-left span {
    color: #0c5adb;
    font-size: 14px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
}

/* blog readmore */

.readmore a {
	border: 1px solid #ddd;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	padding: 6px 10px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}

.readmore a:hover {
	border-color: #0c5adb;
	background: #0c5adb;
	color: #fff;
}


/*======================== EMD techno BLOG AREA CSS =========================*/


/*======================== techno BLOG DETAILS AREA CSS =========================*/
.techno-single-blog-details {
	background: #fff;
	margin-bottom: 40px;
}
.em-theme-main-page .techno-single-blog-details {
	padding: 30px;
}
.techno-single-blog-details-inner {
    padding: 18px 27px 45px;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.05);
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
    border-radius: 0 0 6px 6px;
}
.em-theme-main-page .techno-single-blog-title h2 {
	padding-bottom: 15px;
}
.techno-single-blog--thumb {
    position: relative;
	border-radius:10px 10px 0 0;
}
.techno-single-blog--thumb img {
    border-radius: 6px 6px 0 0;
}
.single-blog-title {
    font-size: 24px;
    padding: 0;
    margin-top: 17px;
    margin-bottom: 20px;
    text-transform: unset;
    color: #232323;
}
.techno-single-blog-content p {
    margin-bottom: 30px;
}
.techno-single-blog-details h2 {
    font-size: 30px;
}
.techno-blog-social {
    padding-top: 26px;
    text-align: left;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}
.techno-single-icon-inner {
	text-align: left;
}
.techno-single-icon-inner span {
    font-size: 17px;
    margin-right: 6px;
}
.techno-single-icon-inner a i {
    border: 1px solid #e6e6e6;
    color: #565872;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
}
.techno-single-icon-inner a i:hover {
	background: #0c5adb;
	border-color: #0c5adb;
	color: #fff;
}
.single-blog-content ul {
	padding-bottom: 10px;
}
blockquote {
    background-color: #edf0f2;
    padding: 24px 57px 24px 37px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    position: relative;
    margin-top: 40px;
    margin-bottom: 34px;
    font-weight: 700;
    border-radius: 5px;
    border-left: 5px solid #0C5ADB;
}
blockquote p {
    margin-bottom: 0px !important;
}
blockquote cite {
    display: block;
    font-size: 15px;
    font-style: italic;
    margin-top: 7px;
    color: #0f67f6;
}
blockquote i {
    margin-right: 10px;
}

.post-text blockquote::before {
	content: "\f10d";
	left: 42px;
	top: 50px;
	position: absolute;
	color: #758799;
	font-family: "FontAwesome";
	font-weight: 700;
	font-size: 41px;
}
blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
}
.techno-blog-social {
    padding-top: 40px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    margin-top: 40px;
}
.techno-single-blog-details .inner-content h4 {
    padding-bottom: 20px;
    font-size: 24px;
}
.techno-blog-meta.txp-meta {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.single-blog-content h4,
.single-blog-content h3,
.single-blog-content h2 {
    margin-bottom: 18px;
}

/*======================== techno COMMENT AREA CSS =========================*/


/* POST REPLY CSS */
.comments {
    padding-bottom: 50px;
    padding-top: 14px;
}
.post_comment {
    border-bottom: 1px solid #EAEAEA;
    margin: 20px 0;
    padding: 0 15px;
}
.comment_inner {}

.commment_title {}
.commment_title h3 {
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
    margin-top: 0;
    position: relative;
	display:inline-block;
}
.commment_title h3:before {
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 88px;
    height: 3px;
    background: #aec6ef;
    content: "";
}
.commment_title h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -17px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #0C5ADB;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
.post_replay_inner {
    word-wrap: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.mgl-30 {
	margin-left: 30px;
}

.post_reply_thumb {}

.post_reply_thumb img {
	border-radius: 50%;
}
.post_replay {
    margin-top: 36px;
}
.post_reply {
	padding-left: 15px;
	width: 100%;
	position: relative;
}

.post_reply div.st {
	font-size: 18px;
	font-weight: 400;
}
.post_reply div.st a {
    color: #232323;
    font-size: 18px;
    display: inline-block;
    padding-bottom: 3px;
    font-weight: 700;
}
.reply_date {
	overflow: hidden;
	margin-bottom: 5px;
}

.reply_date span.span_left {
    display: block;
}
.reply_date span.span_right {
    float: none;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background: #0C5ADB;
    padding: 3px 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 4px;
}
.reply_date span.span_right:hover{
	background:#0c5adb;
}
.post_reply p {}
.comments-area .children {
    margin-left: 90px;
}
.post_comment .post_comment {
	margin-left: 15px;
}


.em-theme-main-page .commment_title h3 {
	margin-top: 0px;
}

.em-theme-main-page .empgc {
	margin-top: 40px;
}

.em-theme-main-page .empgc.commment_title h3 {
	margin-bottom: 35px;
}

.em-single-page-comment .commment_title.empgc>h3 {
	margin-bottom: 35px;
}

.logged-in-as {
	margin-bottom: 10px;
	margin-top: 30px;
}

.logged-in-as a {
	color: #333;
}
a.comment-edit-link {
	margin-bottom: 12px;
	display: inline-block;
}

.em-theme-main-page .comments-area {
	margin-top: 40px;
	clear: both;
}
.comment-respond {
    padding-top: 14px;
}
.comment-respond .commment_title h3 {
    margin-bottom: 60px;
}

/*======================== techno unittest =========================*/
.blog-page-title > h2 {
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-bottom: 20px;
    font-size: 30px;
    margin-top: 11px;
    font-weight: 800;
}
.grid-item .blog-page-title > h2 {
	font-size: 21px;
	margin-bottom: 2px;
}
.blog-page-title a {
    display: block;
    font-weight: 800;
    margin-bottom: 0;
    text-transform: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #232323;
    font-family: Muli;
}
.blog-page-title h2 a:hover {
	color: #0c5adb;
}
.em-blog-content-area {
	display: block;
	width: 100%;
}
.em-blog-content-area {
    padding: 28px 35px 30px;
    overflow: hidden;
}
.blog-content p {
	margin-bottom: 0;
}
.single-blog-content iframe {
	margin-top: 20px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #333;
	font-size: 30px;
}
.post_reply h1,
.post_reply h2,
.post_reply h3,
.post_reply h4,
.post_reply h5,
.post_reply h6 {
	color: #303030;
	font-size: 30px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 15px;
}
.blog-content h2,
.post_reply h2 {
	font-size: 26px;
}
.blog-content h3,
.post_reply h3 {
	font-size: 22px;
}

.blog-content h4,
.post_reply h4 {
	font-size: 20px;
}
.blog-content h5,
.post_reply h5 {
	font-size: 18px;
}
.blog-content h6,
.post_reply h6 {
	font-size: 17px;
}

/* single blog */
.single-blog-content ol,.single-blog-content ul{
	padding-left: 20px;
}
/*======================== techno PAGINATION AREA CSS =========================*/
.paginations {
	text-align: left;
	margin-top: 20px;
}
.page-numbers li {
	display: inline-block;
	text-align: center;
}
.paginations a, .page-numbers span.current {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #9990b8;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.20);
            box-shadow: 0 0 5px rgba(0,0,0,0.20);
}

.page-numbers li {
	display: inline-block;
}

.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
	background: #0c5adb;
	border-color: #0c5adb;
	color: #fff;
}


/*======================== END techno PAGINATION AREA CSS =========================*/

.kc_counter_box i {
	display: inline-block;
	font-size: 45px;
	margin-bottom: 0;
}

/*======================== END techno COACHING AREA CSS =========================*/
.em_single_coaching{
	margin-bottom: 30px;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	background: #FFFFFF;	
}
.em_coaching_content {
    padding: 20px 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #fff;
}
.em_coaching_title h2 {
	font-size: 20px;
	padding: 12px 0 5px;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
.em_coaching_title h2:hover{
	color:#0c5adb;
}

/* Coaching DetAILS */ 
.techno-single-coaching-details {
    background: #fff;
}
.techno-single-coaching--thumb img {
    width: 100%;
}
.techno-blog-main-content {
    padding: 40px;
}
.techno-single-coaching-content h4,
.techno-single-coaching-title h2{
    font-size: 24px;
    padding-bottom: 12px;
}
.techno-single-coaching-content h4{
	padding-top:30px;
}
.techno-single-coaching-details .techno-blog-meta.txp-meta .techno-blog-meta-left a,
.techno-single-coaching-details .techno-blog-meta.txp-meta .techno-blog-meta-left span {
    color: #0c5adb;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
     
}
.techno-single-coaching-details .techno-blog-meta.txp-meta {
    margin-bottom: 15px;
}
.techno-single-coaching-content ul li {
    list-style:none;	
    padding: 30px 0 0;
    font-size: 17px;
}
.coaching-fee ul li {
    color: #0c5adb;
}

.coaching-details-block-two {
  background-color: #FFF;
}
.coaching-details-two {
  padding: 40px 40px 0;
}
.coaching-details-two hr {
 margin-bottom: 28px;
}
.coaching-details-two .details-button-two {
  margin-bottom: 30px;
}
.coaching-details-two .details-button-two a i {
  font-style: italic;
}
.coaching-details-meta {
  font-size: 12px;
  font-weight: 500;
   
  margin-bottom: 13px;
  color: #0c5adb;
}
.coaching-list ul li {
  padding: 15px 0 0;
  font-size: 17px;
   font-style: normal;
}
.coaching-list ul li:last-child {
  margin-bottom: 20px;
}
.fee-structure {
  color: #333;
}
.coaching-fee {
  color: #0c5adb;
}
.applications-heading {
  font-size: 20px;
}
.coaching-application p {
  margin-bottom: 30px;
}
.coaching-application ul li {
  padding: 5px 20px ;
}
.applications i {
  font-size: 14px;
  color: #0c5adb;
  margin-right: 10px;
}
.exam-block{
  margin-bottom: 40px;
}
.coaching-exam .coaching-subheading {
    font-size: 18px;
    padding-bottom: 10px;
}
.exam-Pattern-min {
  font-size: 14px;
}
/*======================== techno BREADCRUMB AREA CSS =========================*/
.breadcumb-area {
    padding: 122px 0 103px;
    background-color: #121B51;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.breadcumb-area:before {
    background: rgba(41,52,92,.62);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}
.breadcrumb_tran_header .breadcumb-area {
    padding: 191px 0 110px;
}
.breadcumb-inner h2 {
    font-size: 55px;
    color: #fff;
    margin-bottom: 25px;
}

.breadcumb-inner ul {}
.breadcumb-inner li {
	display: inline-block;
	margin: 0 6px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.breadcumb-inner li:nth-last-child(-n+1) {
	color: #0c5adb;
}

.breadcumb-inner li a {
	color: #fff;
	text-transform: uppercase;
}
.brpt h2 {
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
    font-weight: 800;
}

.lcase {
	text-transform: lowercase;
}

.ucase {
	text-transform: uppercase;
}

.ccase {
	text-transform: capitalize;
}
.breadcumb-inner {
	text-align: center;
}
.pimgs img {
	width: 100%;
}
.techno-breadcroumb-area.product-breadcrumb {
	background: #000;
	padding: 113px 0 80px;
	/* element { background-image: url(https://webitkurigram.com/wp/techno/wp-content/uploads/2020/06/techno-animate-bg.jpg); */
	/* width: 1903px; */
	background-image: url(https://wp.dreamitsolution.net/techno/wp-content/uploads/2020/11/slider05.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	 background-position: center center;
}
/*======================== END techno BREADCRUMB AREA CSS =========================*/


/*======================== techno 404 AREA CSS =========================*/
.not-found-area {
    background-color: #f9f9f9;
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    padding: 0 0 16px;
}
.not-found {
	display: table;
	width: 100%;
	text-align: center;
	background: #fff;
	margin: 70px 0;
	padding: 120px 0;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.15);
	        box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.not-found-inner {
	display: table-cell;
	vertical-align: middle;
}

.not-found-inner {
	font-size: 30px;
}

.not-found-inner h2 {
	color: #0c5adb;
	display: inline-block;
	font-size: 160px;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 0;
}
.not-found-inner p {
	font-size: 30px;
}
.not-found-inner a {
	color: #fff;
	font-size: 24px;
	margin-top: 40px;
	display: inline-block;
	background: #0c5adb;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.15);
	        box-shadow: 0 0 4px rgba(0,0,0,.15);
	padding: 10px 40px;
}
.not-found-inner a:hover{
	background:#0c5adb;
	color:#fff;
}

/* search error */
.techno-search-page {
	background: #f6f6f6;
	padding-bottom: 135px;
}

.search-error .search input {
	padding: 20px 0;
}

.search-error .search input[type="text"] {
	padding-left: 10px;
}

.search-error .search button {
	top: 48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}
.search-error > p {
	font-size: 18px;
	margin: 14px 0 20px;
}
.search-error > h3 {
	display: block;
	font-size: 60px;
	 color: #0c5adb; 
}
.search-error .search input {
	height: 54px;
	border: 1px solid #ddd;
}
.mobile_menu_logo a {
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
}

/*======================== END techno 404 AREA CSS =========================*/


/*======================== techno FOOTER TOP AREA CSS =========================*/

.top-address-area {
	background: #111111;
	padding: 90px 0px 85px;
	text-align: center;
}

.top_address_logo {
	margin-bottom: 30px;
}

.address_content {
	padding-top: 38px;
}

.top_address_content a,
.top_address_content span {
	color: #ffffff;
	display: inline-block;
	font-weight: 400;
	line-height: 12px;
	margin-right: 14px;
}

.top_address_content a i,
.top_address_content span i {
	font-size: 14px;
	margin-right: 11px;
}

.footer-top-address h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 10px;
	font-weight: 700;
	font-size: 26px;
}

.footer-top-address h2 span {
	color: #0c5adb;
	font-weight: 700;
}


/*======================== techno FOOTER TOP AREA CSS =========================*/
.footer-top {
    background: #0f1328;
    padding: 120px 0 100px;
}

.footer-top-inner h2 {
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 35px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	text-transform: uppercase;
}

.footer-top-inner h2 span {
	color: #0c5adb;
	font-weight: 600;
}

.footer-top-inner p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0 10px;
    color: #b4bbc9;
    margin-left: auto;
    margin-right: auto;
    width: 69%;
}

.footer-social-icon {
	padding: 10px 0 20px;
	text-align: center;
}

.footer-social-icon a i {
    color: #b4bbc9;
    font-size: 16px;
    height: 70px;
    width: 70px;
    display: inline-block;
    border-radius: 50%;
    background: #1c2940;
    line-height: 70px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0 5px;
}

.footer-social-icon a i:hover {
	background-color: #ff4b57;
	color: #fff;
}

.footer-social-icon.htop-menu-s {
	padding: 0;
	display: inline-block;
	margin-left: 30px;
}

.footer-social-icon.htop-menu-s a i {
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin: 0 3px;
	width: 35px;
	color: #333;
}
.footer-top-inner .text-center {
    margin-bottom: 32px;
    text-align: center;
}

/*======================== techno FOOTER MIDDLE AREA CSS =========================*/
.footer-middle {
	padding: 82px 0 33px;
	position: relative;
	background: #111a3a;
	z-index: 1;
}
.get_quote{
	position:relative;
	z-index:1;
}
.get_quote::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 28px;
    background: url(//www.rainsford.net/wp-content/themes/techno/assets/images/circle-small.png);
    background-repeat: no-repeat;
    height: 270px;
    width: 271px;
    z-index: 999;
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    z-index: -1;
    opacity: 0.6;
}
.get_quote::after {
    content: "";
    position: absolute;
    left: 48%;
    top: 64%;
    background: url(//www.rainsford.net/wp-content/themes/techno/assets/images/shape6.png);
    background-repeat: no-repeat;
    height: 270px;
    width: 271px;
    z-index: 999;
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    z-index: -1;
    opacity: 0.5;
}

.wpfdp {
	padding-bottom: 30px;
}
.footer-middle .widget h2 {
    font-size: 22px;
    margin-bottom: 35px;
    margin-top: 15px;
    position: relative;
    color: #f8f9fe;
    font-weight: 700;
}
.footer-middle .recent-post-text h4 a {
    color: #f8f9fe;
    font-size: 17px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    letter-spacing: 0;
}
.footer-middle #archives-dropdown--1 {
	height: 34px;
	width: 100%;
}
.recent-post-image img {
    border-radius: 5px;
}
.footer-middle .widget h2 {}

.footer-middle .tagcloud a {}

.footer-middle .widget ul {
	list-style: none;
}

.footer-middle .widget ul li {
	margin-bottom: 10px;
}
.footer-middle .widget ul li {
    margin-bottom: 13px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    color: #f8f9fe;
    padding-left: 25px;
}
.footer-middle .widget ul li a {
	color: #f8f9fe;
	font-size: 16px;
}
.footer-middle .widget ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    background: #f8f9fe;
    height: 1px;
    width: 10px;
    font-size: 14px;
}
.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
	color: #0c5adb;
}

.footer-middle .widget .menu-social-menu-container ul li::before{
display:none;
}
.recent-portfolio-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recent-portfolio {
	margin-bottom: 10px;
	margin-right: 10px;
}

.recent-portfolio {
	width: 29.33%;
}

.recent-portfolio-image img {
	width: 100%;
}


/*
==========
Portfolio
==========
*/

.portfolio_nav {
    padding: 0px 0 15px;
    text-align: center;
}

.portfolio_nav ul {
	margin-bottom: 30px;
	text-align:center;
}

.portfolio_nav ul li {
	display: inline;
}
.portfolio_nav ul li {
    background: #f2f4ff;
    border: medium none;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 12px 27px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 5px;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
	color: #fff;
	background:#0c5adb;
}

.portfolio_nav ul li:first-child {
	border-left: 0;
}

.prot_wrap {
	overflow: hidden;
}


/* single gallery css */
.single_protfolio {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.prot_thumb {}
.prot_thumb img {
	display: block;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	    transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.single_protfolio:hover .prot_thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	    transform: scale(1.1);
}
.prot_content {
    position: absolute;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    right: 20px;
    bottom: 35px;
    left: 20px;
    opacity: 0;
    background: #0c5adb;
    margin: auto;
    text-align: left;
    padding: 30px 20px 30px;
    border-radius: 5px;
}
.single_protfolio:hover .prot_content {
	opacity:1;
	bottom:50px;
}
.multi_gallery.prot_content {
	height: 90%;
	width: 80%;
	right: 10%;
	top: 5%;
	bottom: 5%;
	left: 10%;
}
.prot_content h3 {
    margin: 8px 0 0px;
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.prot_content h3 a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.prot_content p {
	color: #fff;
	line-height: 1.2;
	margin: 5px 0 0;
}

.prot_content p span {
	display: inline-block;
	padding-top: 0px;
}
.porttitle_inner span {
	position: relative;
	margin: 0 2px;
}
.prot_content span:before {
	bottom: 0;
	content: ",";
	position: absolute;
	right: -5px;
}

.porttitle_inner span:last-child:before {
	content: "";
}

.nospace.col-xs-12 {
	padding: 0px;
}
.nospace .single_protfolio {
	margin-bottom: 0px;
}
/* load button css */
.gallery_load_button a {
	border: 1px solid #ddd;
	color: #444;
	padding: 7px 15px;
	display: inline-block;
	font-size: 17px;
	margin-top: 0px;
}
.gallery_load_button a:hover {
	border-color: #333;
	background: #333;
	color: #fff;
}
.prot_wrap.nospace .gallery_load_button a {
	margin-top: 30px;
}
/* portfolio icon css */
.picon {
    margin-bottom: 25px;
}
.picon a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #0c5adb;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 0 3px 0;
    width: 40px;
    text-align: center;
}
.picon a:hover {
	background: #00247E;
	color: #fff;
}

/* single portfolio */
.pimgs {
	margin-bottom: 15px;
}

.pimgs img {}

.prots-contentg p {}

.prots-contentg ul {
	margin-left: 0px;
}

.portfolio_details {
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
            box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
    padding: 65px 50px 50px;
}
.portfolio_info {
    padding-left: 50px;
    padding-top: 48px;
}
.portfolio_info h2 {
    font-size: 25px;
    font-family: muli;
    padding-bottom: 17px;
}
.portfolio-details-box li strong {
    font-size: 20px;
    margin-right: 5px;
}
.pr-title {
    padding: 24px 0 18px;
}
.port_dtl_social{} 
.port_dtl_social span{
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
	display:block;
	
} 
.port_dtl_social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #0C5ADB;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    line-height: 35px;
}

.portfolio_details .col-md-6 {
	float: left;
}


/*======================== END FOOTER middle AREA CSS =========================*/


/*======================== techno FOOTER BOTTOM AREA CSS =========================*/
.footer-bottom {
    background: #111a3a;

}
.footer-bottom .row{
		padding:20px 0;
		border-top:1px solid rgba(255,255,255,.23);	
} 
.footer-bottom-box{
	padding: 20px 0 20px;

}
.copy-right-text {
}

.copy-right-text p {
	color: #f8f9fe;
	padding: 0;
	margin: 1px 0 0;
}

.footer-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer-menu ul li {
	display: inline-block;
}
.footer-menu ul .menu-item {
	margin-left: 10px;
}
.footer-menu ul .menu-item a {
	color: #f8f9fe;
	padding: 0;
	display: block;
	text-transform: capitalize;
	margin-left: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 14px;
}
.footer-menu ul .menu-item a:hover{
	color:#f8f9fe;
}

.footer-menu .social-icon {
	color: #f8f9fe;
	display: block;
	font-size: 15px;
	margin-left: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	text-align: center;
	color: #f8f9fe;
	border-radius: 100%;
	-webkit-box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
	        box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
}

.footer-menu .social-icon:hover {
	color: #fff;
	background-color: #42047B;
}

.footer-menu ul li:last-child a {
	padding-right: 0px;
}

.footer_style_3 .footer-menu ul li:first-child a {
	padding-left: 0px;
}

.footer-menu ul ul {
	display: none;
}


/*======================== END FOOTER BOTTOM AREA CSS =========================*/


/*======================== EM40 SCROLL TOP CSS =========================*/
#scrollUp {
	bottom: 30px;
	color: #fff;
	font-size: 34px;
	height: 60px;
	line-height: 60px;
	right: 30px;
	text-align: center;
	width: 60px;
	border-radius: 100%;
	background: #0c5adb;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#scrollUp:hover{
	background:#0c5adb;
}
#scrollUp i {
	color: #fff;
}


/*======================== END EM40 SCROLL TOP CSS =========================*/

.copy-right-text a {
	color: #0c5adb;
}
.template-home .vc_row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.wpb_gallery.wpb_content_element.vc_clearfix {
	margin-bottom: 0;
}
.widget_recent_data {
    padding-bottom: 9px !important;
}
.recent-post-item {
	clear: both;
}
.recent-post-image {
	float: left;
	margin-right: 10px;
}
.recent-post-image a {
    display: block;
    margin-top: 0;
    margin-bottom: 17px;
}
.recent-post-text {
	overflow: hidden;
}
.recent-post-text > h4 {
	margin-bottom: 2px;
	margin-top: 0px;
	line-height: 16px;
}
.recent-post-text h4 a {
    color: #232323;
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 700;
}
.recent-post-text h4 a:hover {
	color: #0c5adb;
}
.recent-post-item:last-child{
	border-bottom:0;
}
.recent-post-text .rcomment {
	color: #0c5adb;
	font-size: 12px;
	text-transform: none;
}
.recent-post-text .rcomment i {
	margin-right: 5px;
}
.recent-post-text .rcomment {
    color: #616161;
    font-size: 15px;
}
.footer-middle .recent-post-text > h4 {
	margin-bottom: 2px;
}
.footer-middle .recent-post-text>h4 a:hover {
	color: #EEEEEE;
}
.footer-middle .recent-post-text .rcomment {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}
.footer-middle .recent-post-item {
	margin-bottom: 19px;
	padding-bottom: 5px;
}
.mean-container .mean-bar {
	float: none;
	background: #0c5adb;
}
.mean-container .mean-nav ul li li a {
	color: #333;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.footer-middle .widget .menu-social-menu-container ul {
	margin-left: 0;
	margin-top: 5px;
}
.footer-middle .widget .menu-social-menu-container ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 5px;
	margin-top: 0;
	padding-left: 0;
	position: inherit;
}
.footer-middle .widget .menu-social-menu-container ul li a {
	display: block;
}
.footer-middle .widget .menu-social-menu-container ul li i {
    border: 0;
    display: block;
    margin-right: 6px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 16px;
}
.footer-middle .widget .menu-social-menu-container ul li i:hover {
	color: #0c5adb;
	background: transparent;
}
/* kc element */
.template-home-wrapper {
	overflow: hidden;
}





.em-image {
	margin-bottom: 0;
	margin-top: 0;
}
.section-title.t_left span {
	color: #0c5adb;
}

/* title 2 style */
.title_in {
	float: left;
	padding-right: 30px;
	position: relative;
	margin-right: 30px;
}

.title_in:before {
    position: absolute;
    left: -89px;
    top: 23px;
    height: 3px;
    width: 70px;
    background: #0c5adb;
    content: "";
}

.title_tx h5,
.title_tx h2 {
	margin: 0;
}

.title_tx h5 {
	font-size: 18px;
	font-weight: 600;
}
.title_tx h2 {
    font-size: 45px;
    margin-bottom: 0px;
    text-transform: none;
    margin-top: 0;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -1px;
}
.title_ptx p {
    margin: 0;
    overflow: hidden;
    font-size: 18px;
}

/*===================== techno FEATURE SECTION =========================*/
.default-style.em-feature {
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 999;
    text-align: center;
    padding: 35px 30px 0;
    box-shadow: 0 10px 29.7px 0.3px rgba(225,225,225,.64);
    position: relative;
    z-index:1;
}
.default-style.em-feature:hover {
    transform:translateY(-10px);
    background:#0c5adb;
}
.default-style.em-feature::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(//www.rainsford.net/wp-content/themes/techno/assets/images/what-we-are-dot.png); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.default-style.em-feature .em-feature-title h3 {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}
.default-style.em-feature .em-feature-title h2 {
    font-size: 23px;
    font-weight: 700;
    margin: 17px 0 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.default-style.em-feature .em-feature-desc {
    margin-bottom: 30px;
    transition: .5s;
}
.default-style.em-feature .em_feature-icon i {
    font-size: 40px;
    color: #0c5adb;
    text-align: center;
    transition: .5s;
}
.default-style.em-feature .feature-btn a {
    text-transform: capitalize;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #333;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #0c5adb;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.default-style.em-feature .feature-btn a i {
    font-size: 12px;
}

.default-style.em-feature:hover .em_feature-icon i,
.default-style.em-feature:hover .em-feature-title h3,
.default-style.em-feature:hover .em-feature-title h2,
.default-style.em-feature:hover .em-feature-desc{
color:#fff;
}
.default-style.em-feature:hover .feature-btn a{
    background:#fff;
    color:#0c5adb;
    }
.em-feature.feature-style-two  {
	margin-bottom: 30px;
	z-index: 999;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
	position:relative;
	z-index:1;
	border-radius:10px;
	overflow:hidden;
	z-index:999;
}

.feature-style-two.em-feature:hover {
   -webkit-transform:translateY(-10px);
       -ms-transform:translateY(-10px);
           transform:translateY(-10px);
   -webkit-box-shadow: 0 25px 55px rgba(0,0,0,.22);
           box-shadow: 0 25px 55px rgba(0,0,0,.22);
}
.feature-style-two.em-feature:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(41,55,66,0.6);
    content: "";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 10px;
}
.feature-style-two .em_content_text {
    position: absolute;
    left: 0;
    bottom: -67px;
    padding: 0 59px 0 40px;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}
.feature-style-two .em-feature-title h3 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}
.feature-style-two .em-feature-title h2 {
    font-size: 23px;
    font-weight: 700;
    margin: 17px 0 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
}
.feature-style-two .em-feature-thumb img {
    border-radius: 10px;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}
.feature-style-two .em-feature-desc {
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
    opacity: 0;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	-webkit-transition-delay:.3s;
	     -o-transition-delay:.3s;
	        transition-delay:.3s;
	
}
.feature-style-two .em_feature-icon i {
    color: #fff;
    font-size: 50px;
}
.feature-style-two .feature-btn a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
		opacity:0;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	-webkit-transition-delay:.3s;
	     -o-transition-delay:.3s;
	        transition-delay:.3s;
}
.feature-style-two.em-feature:hover:before{
    background: rgba(12,90,219,0.85);
}
.feature-style-two.em-feature:hover .em_content_text{
	bottom:40px;
}
.feature-style-two.em-feature:hover .em-feature-desc,
.feature-style-two.em-feature:hover .feature-btn a{
	opacity:1;
}

.techno_flipbox .front,
.techno_flipbox .back{
	    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.10);
	            box-shadow: 0 5px 20px rgba(0,0,0,0.10);
}
.techno_flipbox-2 .front{
	position:relative; 
	z-index:1;
}
.techno_flipbox-2 .front:before{
	position:absolute; 
	left:0;  
	top:0; 
	height:100%;
	width:100%;
	content:""; 
	background:-webkit-gradient(linear,left bottom, left top,from(black),to(rgba(255,255,255,0))) !important; 
	background:-o-linear-gradient(bottom,black 0%,rgba(255,255,255,0) 100%) !important; 
	background:linear-gradient(0deg,black 0%,rgba(255,255,255,0) 100%) !important;
	z-index:-1;
}

/* Feature Style Three */
.em-feature.style-three {
    background: #fff;
    text-align: center;
    box-shadow: 6px 5px 30px 0px rgba(0,0,0,0.12);
    border-radius: 7px;
    padding: 50px 45px;
    transition:.4s;
}
.em-feature.style-three:hover{
    background:#0C5ADB;
    transform:translateY(-10px);
}
.em-feature.style-three .em_feature-icon i {
    background: #EDF4FC;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    line-height: 130px;
    font-size: 40px;
    color: #0C5ADB;
    margin-bottom: 20px;
    transition: .4s;
    display: inline-block;
}
.em-feature.style-three .em-feature-title h2 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    transition:.4s;
}
.em-feature.style-three .feature-btn a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: 25px;
    display: inline-block;
    transition:.4s;
}
.em-feature.style-three .feature-btn a i{
    margin-left:4px;
}
.em-feature-desc{
    transition:.4s;
}

.em-feature.style-three:hover .em-feature-title h3,
.em-feature.style-three:hover .em-feature-title h2,
.em-feature.style-three:hover .feature-btn a,
.em-feature.style-three:hover .em-feature-desc{
color:#fff;
}
.em-feature.style-three:hover .em_feature-icon i{
    background:#fff;
    color:#0C5ADB;
}

/* Style Four */
.em-feature.style-four:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    content: "";
    background: #adc7f1;
    transition:.3s;
    z-index:-1;
}
.em-feature.style-four {
    text-align: center;
    padding: 40px 24px;
    border: 1px solid #e4ecf9;
    position: relative;
    z-index: 1;
    background: #fff;
}
.em-feature.style-four:hover::before{
    width:100%;
    height:100%;
    background:#0C5ADB;
}
.em_feature-icon i {
    color: #0C5ADB;
    display: inline-block;
    font-size: 55px;
}
.em-feature-title h2 {
    font-size: 23px;
    margin: 15px 0 10px;
}
.em-feature.style-four:hover .em-feature-title h3,
.em-feature.style-four:hover .em-feature-title h2,
.em-feature.style-four:hover .feature-btn a,
.em-feature.style-four:hover .em_feature-icon i,
.em-feature.style-four:hover .em-feature-desc{
color:#fff;
}

/* Style Five */
.em-feature.style-five {
    background: rgba(0, 0, 0, 0.67);
    border: 1px solid rgba(255,255,255,0.10);
    padding: 15px 23px 30px;
    position: relative;
    z-index: 1;
}
.em-feature.style-five:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #0c5adb;
    z-index: -1;
    transition:.3s;
}
.em-feature.style-five:hover::before{
width:100%;
}
.em-feature.style-five .em-feature-title h3,
.em-feature.style-five .em-feature-title h2,
.em-feature.style-five .em_feature-icon i,
.em-feature.style-five .feature-btn a,
.em-feature.style-five .em-feature-desc{
color:#fff;
}
.em-feature.style-five .em-feature-title h2 {
    font-size: 20px;
    transition:.3s;
}
.em-feature.style-five .em_feature-icon {
    float: left;
    margin-right: 20px;
    padding-top: 7px;
}
.em-feature.style-five .em_content_text {
    overflow: hidden;
}
.em-feature.style-five .em_feature-icon i {
    font-size: 40px;
    transition:.3s;
}
.em-feature.style-five:hover .em-feature-title h2,
.em-feature.style-five:hover .em_feature-icon i{
    color:#fff;
}
.feature-icon.bottom {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 40px;
    color: #69717d;
    opacity: 0.4;
}
.feature-btn a i {
    margin-left: 7px;
}
/*===================== techno About CSS =========================*/

.about_shape {
    position: absolute !important;
    bottom: -76px;
    z-index: -1;
    left: -72px;
}
.about_shape img {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    width: 416px;
}
.heading_number {
    font-size: 136px;
    display: inline;
    font-weight: 800;
    color: #0C5ADB;
    float: left;
    line-height: 1;
    margin-top: -14px;
    margin-right: 15px;
}
.heading_title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    color: #232323;
    /* margin-top: 32px; */
    padding-top: 11px;
    display: inline;
}
.specialist_social {
    margin-top: 15px;
}
.specialist_social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #0C5ADB;
    color: #fff;
    line-height: 30px;
    border-radius: 3px;
    margin: 0 3px;
}

/*======================== EM40 VISA TYPE CSS =========================*/
.em-visa {
	padding: 80px 175px;
	border: 1px solid rgba(255,255,255,0.15);
	position:relative;
}
.em-visa-title h2 {
	color: #fff;
	font-size: 24px;
	padding: 20px 0 7px;
}
.em_visa-icon i {
	color: #0c5adb;
	font-size: 50px;
}
.em-visa-desc {
	margin: 0;
	color: #fff;
}
.visa-btn a {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	margin-top: 32px;
	display: inline-block;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
.visa-btn a:hover {
	color: #0c5adb;
}

.visa-btn a i{
	margin-left:7px;
	color:#0c5adb;
}
.em_visa-icon2 {
	position: absolute;
	right: 25px;
	bottom: 0;
}
.em_visa-icon2 i {
	font-size: 80px;
	color: #F4F4F4;
	opacity: 0.1;
}
/*======================== EM40 TEAM CSS =========================*/
#team{
	position:relative;
	z-index: 1;
}
#team::before {
    content: "";
    position: absolute;
    right: 41px;
    top: 18px;
    background: url(//www.rainsford.net/wp-content/themes/techno/assets/images/circle-small.png);
    background-repeat: no-repeat;
    height: 270px;
    width: 270px;
    z-index: 999;
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    z-index: -1;
}
.main-style.em-team {
    text-align: left;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(207, 228, 255, 0.2);
    box-shadow: 0 8px 16px rgba(207, 228, 255, 0.2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    border-bottom: 3px solid #0C5ADB;
    border-radius: 4px;
}
.main-style.em-team:hover {
    -webkit-box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
            box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
	-webkit-transform:translateY(-10px);
	    -ms-transform:translateY(-10px);
	        transform:translateY(-10px);	
}
.main-style.em-team .em-team-content-waraper {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #fff;
    padding: 16px 20px 23px;
    text-align: center;
}
.main-style.em-team .em-team-content-image-inner {
    position: relative;
}
.main-style.em-team .em-team-content-image{
	position: relative;
}
.main-style.em-team .em-team-content-image:before{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12,90,219,0.85);
    content: "";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	opacity:0;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;

}
.main-style.em-team:hover .em-team-content-image:before {
   opacity:1;
}
.main-style.em-team .em-team-content-socials-inner {
    position: absolute;
    top: 50%;
    right: -100px;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #fff;
    width: 45px;
    padding: 13px 0;
}
.main-style.em-team:hover .em-team-content-socials-inner {
   opacity:1;
   top:50%;
   right:0; 
}
.main-style.em-team .em-team-content-title h2 {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}
.main-style.em-team .em-team-content-title h2:hover {
	color: #0c5adb;
}
.main-style.em-team .em-team-content-subtitle {
    color: #0C5ADB;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.main-style.em-team .em-team-content-image {
	position: relative;
	overflow: hidden;
}
.main-style.em-team .em-team-content-image img{
	width:100%;
}
.main-style.em-team .em-team-content-telephone {
	position: absolute;
	bottom: 16px;
	right: -140px;
	background: #0c5adb;
	padding: 4px 20px;
	border-radius: 30px 0 0 30px;
	color: #fff;
	cursor:pointer;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}
.main-style.em-team .em-team-content-telephone:hover{
	right:0;
}
.main-style.em-team .em-team-content-telephone i {
	margin-right: 13px;
}
.main-style.em-team .em-team-content-socials a {
    display:block;
    font-size: 16px;
    color: #0C5ADB;
    text-align: center;
    margin: 4px 0px;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

/* team content */
.main-style.em-team .em-content-title h2 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}
.main-style.em-team .em-content-subtitle {
	font-size: 14px;
	margin: 5px 0 0;
	text-transform: uppercase;
}
.team-black .main-style.em-team:hover {
     box-shadow: none;
}
.team-black .main-style.em-team .em-team-content-waraper {
	background: #000036;
}
/* Team Style Four */
.main-style.style-four.em-team {
    box-shadow: none;
    overflow: hidden;
    border-bottom: 0;
    border-radius: 0;
}
.main-style.style-four.em-team:hover {
    -webkit-box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
    box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.main-style.style-four.em-team .em-team-content-subtitle {
    color: #616161;
}
.main-style.style-four.em-team .em-team-content-socials-inner {
    position: absolute;
    top: 105%;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 83%;
    background: #0C5ADB;
    margin: 0 30px;
    margin: auto;
}
.main-style.style-four.em-team:hover .em-team-content-socials-inner {
   opacity:1;
   top:100%;
   right:0; 
}
.main-style.style-four.em-team .em-team-content-socials a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin: 0 8px;
}
.main-style.style-four.em-team .em-team-content-image-inner {
    position: relative;
    overflow: hidden;
}
.main-style.style-four.em-team .em-team-content-image:before{
    background: rgba(255,255,255,0.35);

}
/*======================== Team Style Two =========================*/
.em-team.style-two {
    text-align: left;
    transition: .3s;
    overflow: hidden;
    border-bottom: 0;
    border-radius: 0;
    box-shadow:0;
    -webkit-box-shadow:0;
    position:relative;
    z-index:1; 
}
.em-team.style-two:before{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12,90,219,0.85);
    content: "";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	opacity:0;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	border-radius:100%;
}
.style-two .em-team-content-image {
    overflow: hidden;
    border-radius: 100%;
}
.style-two .em-team-content-inner {
    position: absolute;
    left: 0;
    top: 62%;
    transform: translateY(-50%);
    text-align: center;
    right: 0;
    opacity:0;
    transition:.5s;
    transition-delay:.3s;
}
.em-team.style-two .em-team-content-title h2 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}
.em-team.style-two .em-team-content-subtitle {
    color: #fff;
    font-size: 15px;
    margin-bottom: 9px;
    margin-top: 8px;
}
.em-team.style-two .em-team-content-socials a {
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    font-size: 14px;
}
.em-team.style-two:hover {
    -webkit-box-shadow:0;
    box-shadow:0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.em-team.style-two:hover::before {
   opacity:1;
}
.em-team.style-two:hover .em-team-content-inner{
    opacity:1;
    top:50%;
    }

.team_cursousel_slider .em-team {
    margin: 0 15px 30px;
}

/*======================== Case Study Css =========================*/





/* Case Style Two

.case_default .techno-single-cases-study:hover .cases-study-content{
	top: 80%;
}

.case_default .techno-single-cases-study .case-study-thumb:after {
    content: "";
    background: rgba(12,90,219,0.85);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    transform-origin: top;
    -moz-transition: all 500ms ease-out 0s;
    -webkit-transition: all 500ms ease-out 0s;
    -ms-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    -moz-transform: perspective(15em) rotateX(-90deg);
    -o-transform: perspective(15em) rotateX(-90deg);
    -ms-transform: perspective(15em) rotateX(-90deg);
    -webkit-transform: perspective(15em) rotateX(-90deg);
    transform: perspective(15em) rotateX(-90deg);
    z-index: 1;
    left:0;
}

.case_default .techno-single-cases-study:hover .case-study-thumb:after {
    -moz-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
}

 */





/* Working Process */
.em_work_progress{
	padding:0 25px;
}
.em_progress_content {
    text-align: center;
}
.em_work_progress-title h2 {
    font-size: 20px;
    margin: 56px 0 17px;
    font-weight: 700;
}


.em_work_progress-number span {
    background: #0c5adb;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
	position:relative;
	height:45px; 
	width:45px; 
	line-height:45px; 
	display:inline-block; 
		-webkit-transition:.3s; 
		-o-transition:.3s; 
		transition:.3s;
}
.em_work_progress-number span:after {
    position: absolute;
    left: -10px;
    top: -10px;
    height: 65px;
    width: 65px;
    content: "";
    background: #0c5adb;
    z-index: -1;
    border-radius: 50%;
    right: 0;
    margin: auto;
    opacity: 0.4;
		-webkit-transition:.3s;
		-o-transition:.3s;
		transition:.3s;
}
.em_work_progress-number span:before {
    position: absolute;
    left: -20px;
    top: -20px;
    height: 85px;
    width: 85px;
    content: "";
    background: #0c5adb;
    z-index: -1;
    border-radius: 50%;
    right: 0;
    margin: auto;
    opacity: 0.2;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
.em_work_progress :hover .em_work_progress-number span,
.em_work_progress :hover .em_work_progress-number span:before,
.em_work_progress :hover .em_work_progress-number span:after{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}




.em_work_progress_icon:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 40px;
    border-left: 2px dashed #ddd;
    border-radius: 100%;
    bottom: -74px;
}

.em_work_progress_icon:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 2px solid #ddd;
    border-radius: 100%;
    bottom: -32px;
}


/* Why Choose Us Css*/ 
.why-choose-area .front,
.why-choose-area .back {
    -webkit-box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
            box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
}
.why-choose-area .front i{
	border-radius:33% 66% 70% 30%/49% 62% 38% 51% !important;
}

/* call to action */

.em-call-to-action {
	text-align: left;
	position: relative;
}
.em-call-to-action-title h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 42px;
    letter-spacing: 1px;
    font-weight: 500;
}
.em-call-to-action-title span {
    font-size: 45px;
    margin-top: 12px;
    display: block;
    width: 47%;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: 20px;
    font-weight: 700;
}
.call-to-action-btn {
    margin-top: 20px;
}
.call-to-action-btn a i{
	margin-left:8px;
}
.call-to-action-btn a:hover {
	background: #00247E;
	color: #fff;
}
.em-call-to-action-desc {
	color: #fff;
	width: 55%;
	margin: auto;
	margin-left: 0;
	font-size: 14px;
}
.em-call-to-action2 {
	text-align: center;
}
.em-call-to-action2 .em-call-to-action-title span {
    margin: 20px auto 0;
}
.em-call-to-action2 .em-call-to-action-desc {
	width: 65%;
	margin-left: 0;
	margin: auto;
}
.em-call-to-video {
	position: absolute;
	right: 0;
	top: 50%;
	width: 24%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}
.em-call-video-link {
	float: left;
	margin-right: 20px;
}
.em-call-video-link a{
    display:inline-block
}
.em-call-video-link a i {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 90px;
    color: #0C5ADB;
    border-radius: 100%;
	position:relative;
	z-index:1;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
.slider-video-icon a i {
    width: 75px;
    height: 75px;
    line-height: 75px;
}

.slider-video-icon a ,
.em-call-video-link a {
	position:relative;
}
.em-call-video-link a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    background: rgba(255,255,255, 0.8);
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
}

/* Style Three */
.em-call-to-action.style-three {
    text-align: center;
    position: relative;
}
.style-three .em-call-to-action-title h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 50px;
    margin-bottom: 29px;
    letter-spacing: 0;
    font-weight: 800;
}
.style-three .em-call-to-action-title span {
    width: 50%;
    font-weight: 800;
    margin: auto;
    margin-top: 0;
    font-size: 50px;
}

.style-three .em-call-to-video {
    position: inherit;
    right: inherit;
    top: inherit;
    width: 100%;
    text-align:center;

}
.style-three .em-call-video-link {
    float: none;
    margin-right: auto;
}
.style-three .em-call-to-action-desc {
    color: #fff;
    width: 40%;
    margin: auto;
    margin-left: auto;
    font-size: 16px;
    margin-bottom: 40px;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
	opacity: 0;
	}
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
	opacity: 0;
	}
}
.em-call-to-video h3 {
	color: #fff;
}
.em-call-to-video h3 {
	margin-top: 5px;
	font-size: 25px;
}
.slider-video-icon a i ,
.em-call-to-video i {
	font-size: 28px;
}

.slider-style-seven .slider-video-icon,
.slider-style-four .slider-video-icon {
    display: inline-block;
    padding-top: 14px;
    position: absolute;
    right: 20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:999;
            
}
.slider-style-seven .slider-video-icon {
    top: 40%;
}
.slider-video-icon a ,
.video-icon-box a {
    background: #fff;
    height: 70px;
    width: 70px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 70px;
    color: #0c5adb;
    font-size: 15px;
    position: relative; 
    display: inline-block;
}
.slider-video-icon a,
.video-icon-box a{
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s
}

.ripple-video a{
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
    display:inline-block;
    height:60px;
    width:60px;
}
@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

.video-icon-box h3 {
    margin-left: 40px;
    display: inline-block;
}






/*===================== mettle PORTFOLIO AREA CSS =========================*/

/*===================== techno FUN FACT AREA CSS =========================*/

.fun_fact_area {
	position: relative;
}

.fun_fact_area::before {
	content: "";
	position: absolute;
	right: 0;
	top: 76px;
	background: url(//www.rainsford.net/wp-content/themes/techno/assets/images/08.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position: center;
	left: 0;
}

.single_counter2 .counter_icon i {
    font-size: 30px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #0C5ADB;
    border-radius: 100%;
    line-height: 80px;
    margin-bottom: 22px;
}

.kc-ui-progress2 span.value {
    background: #0c5adb !important;
    color: #fff !important;
}
/* Style 3 */
.style-three .counter_icon {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    float: left;
    overflow: hidden;
    margin-right:15px;
}
.style-three .single_counter_inner {
    overflow: hidden;
    text-align: left;
    margin: 0;
}
.style-three .countr_text > h1 {
    font-size: 42px;
    display: inline-block;
    font-weight: 800;
    margin: 0;
}
.style-three .counter_title h4 {
    color: #232323;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 0px;
    font-weight: 700;
    letter-spacing: 0;
}
.single_counter2.style-three .counter_icon i {
    font-size: 31px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 0;
    margin-top: 5px;
}
/*===================== techno TESTIMONIAL AREA CSS =========================*/
.em_single_testimonial {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: relative;
    margin-top: 40px;
}

.testi-width{
	padding: 36px 100px;
}

.dark-version .em_testi_content {
    background: #0b0e3c;
}



.em_testi_content:before {
    content: '';
    bottom: -20px;
    top: auto;
    border-color: #fff transparent transparent #fff;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
}
.dark-version .em_testi_content::before {
	border-color: #0b0e3c transparent transparent #0b0e3c;
}

.em_test_thumb img {
	border-radius: 100%;
	width:90px;
}
.em_testi_title {
	margin-bottom: 4px;
}
.em_testi_title h2 {
    font-size: 20px;
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 700;
}
.em_testi_title h2 sup {
	font-size: 15px;
	font-weight: bold;
	margin-left: 5px;
}
.em_testi_title span {
    color: #0c5adb;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding-top: 5px;
}
.em_testi_text.texti_style2 {
	color: #444444;
	font-style: italic;
	margin: auto;
	width: 100%;
}
.testimonial_list.curosel-style .owl-nav div{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.em_testi_degi {
	line-height: 1;
	margin-top: -4px;
}
.em_reviews_rating {
    margin-top: 10px;
}
.em_reviews i {
	color: #ddd;
}
.testi-star i {
	color: #ddd;
}
.testi-star i.active {
    color: #0c5adb;
    font-size: 19px;
    margin: 0 1px;
}
.em_testi_country_img ul li {
    display: inline-block;
	overflow:hidden;
}
.em_testi_country_img ul li img{
	display:inline-block;
}
.country-name{
	margin-left:10px;
}

.testimonial-style-two .em_single_testimonial {
    text-align: center;
}

.testimonial-style-two .em_testi_content {
    position: relative;
    padding: 0;
    -webkit-box-shadow: 0 25px 40px 0 rgba(0,0,0,.1);
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    text-align: center;
    margin-bottom: 30px;
}
.testimonial-style-two .em_testi_content:before{
    display:none;
}
.testimonial-style-two .em_test_thumb {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 0 30px;
}
.testimonial-style-two .em_test_thumb img {
    border-radius: 100%;
    width: 115px;
}
.testimonial-style-two .em_testi_text {
    width: 71%;
    margin: auto;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    font-family: Muli;
}

.testimonial-style-two .em_test_thumb:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    line-height: 50px;
    bottom: 0px;
    right: -16px;
    background-color: #0c5adb;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

/* Testi Style Three */
.style-three .em_single_testimonial {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: relative;
    margin-top: 40px;
    text-align: center;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.17);
    margin-bottom: 30px;
    padding: 36px;
    background:#fff;
}
.style-three .em_test_thumb {
    position: relative;
    display: inline-block;
    float: none;
    margin-right: 0;
    text-align: center;
}
.style-three .em_testi_content {
    padding-top: 0;
    padding: 15px 0 5px;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    text-align: center;
    margin-bottom: 0;
}
.style-three .em_testi_content:before{
    display:none;
}






/* carousel Nav Style */
.curosel-style .owl-nav div {
	border-radius: 50%;
	color: #fff;
	font-size: 19px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 60px;
	text-align: center;
	z-index: 99;
	-webkit-transform: translateY(-49%);
	-ms-transform: translateY(-49%);
	transform: translateY(-49%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: #0C5ADB;
}
.curosel-style .owl-nav .owl-next {
	left: auto;
	right: -50px;
}
.curosel-style .owl-nav .owl-prev {
	right: auto;
	left: -50px;
}
.single_gallery.curosel-style .owl-nav div {
	left: 30px;
}
.single_gallery.curosel-style .owl-nav .owl-next {
	right: 30px;
	left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
	left: 0px;
}
.portfolio_gallery_post.curosel-style .owl-nav .owl-next {
	right: 0px;
	left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.curosel-style .owl-nav .owl-next:hover {
	background: #121B51;
	color: #fff;
}
.curosel-style .owl-nav .owl-prev:hover {
	background: #121B51;
	color: #fff;
}

.owl-carousel .owl-item img {
	margin: auto;
}
.curosel-style:hover .owl-nav div {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*---------------------- * FORM CSS -----------------------*/
select, .form-control {
    height: 54px;
    background-color: #fff;
    border-color: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 6px 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 5px;
}
select {
    width: 100%;
}
.quote_form .form-control {
    background-color: rgba(255,255,255,0.2);
    border-color: transparent;
}
.dark-contact .quote_form .form-control {
    background-color: #fff;
    border-color: #e6e6e6;
}
.form-control:focus{
	 background-color: rgba(255,255,255,0.7);
}
.buttons {
    text-align: center;
}
.button {
    background: #0C5ADB;
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 14px 39px;
    border-radius: 7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
}
.tab-content .button {
    margin-top: 15px;
}
.button:hover {
    background: #00247E;
	color:#fff;
}
.button i {
    margin-left: 5px;
}
.quote_form .button {
    background: #fff;
    color: #232323;
}
.dark-contact .quote_form .button {
    background: #0c5adb;
    color: #fff;
}
.quote_form .button:hover {
    background: #00247E;
	color:#fff;
}
.form-button-left .buttons,
.quote-form-two .buttons {
    text-align: left;
}
.odoo-consult-form {
    z-index: 1;
    position: relative;
}
/*---------------------- * SLICK SLIDER AREA CSS -----------------------*/

.em-slick-testi-main {
	text-align: center;
}

/*---------------------- * SLIDER AREA CSS -----------------------*/




/*===================== techno PRICING AREA CSS =========================*/

/*===================== END techno PRICING AREA CSS =========================*/



/* contact from */

div.wpcf7-response-output {
	margin: 0;
}


/* recent post */

.footer-address {
	padding-top: 0px;
}

.footer-widget.address, .footer-widget.address p {
	font-size: 16px;
	color: #f4f6fe;
}
.footer-sociala-info {
	overflow: hidden;
}
.footer-logo {
	margin-bottom: 18px;
	margin-top: 19px;
}
.footer_s_inner {
	margin-top: 0px;
	margin-bottom: 0;
}
.footer-sociala-icon {
    clear: both;
    float: left;
    font-size: 26px;
    margin-right: 17px;
    overflow: hidden;
    color: #0c5adb;
    display: none;
}
.recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 14px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 0px;
}
.recent-post-image {
	float: left;
	margin-right: 25px;
}

.recent-post-image a {
	display: inline-block;
}
.recent-post-text {
	margin-top: 0;
	overflow: hidden;
}
.recent-post-text .rcomment i {
	margin-right: 5px;
}
.footer-middle .post-date {
	display: block;
}
.footer-middle .recent-post-item + .recent-post-item {
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Placeholder Css */

 ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #666;
	font-size: 17px;
}

 ::-moz-placeholder {
	/* Firefox 19+ */
	color: #666;
	font-size: 17px;
}

 :-ms-input-placeholder {
	/* IE 10+ */
	color: #666;
	font-size: 17px;
}

 :-moz-placeholder {
	/* Firefox 18- */
	color: #666;
	font-size: 17px;
}

.mc4wp-form-fields input::-moz-placeholder {
	color: #6c757d;
	font-size: 17px;
}

.mc4wp-form-fields ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #6c757d !important;
	font-size: 17px;
}

.mc4wp-form-fields ::-moz-placeholder {
	/* Firefox 19+ */
	color: #6c757d !important;
	font-size: 17px;
}

.mc4wp-form-fields :-ms-input-placeholder {
	/* IE 10+ */
	color: #6c757d !important;
	font-size: 17px;
}

.mc4wp-form-fields :-moz-placeholder {
	/* Firefox 18- */
	color: #6c757d !important;
	font-size: 17px;
}

/* Consult Form */
.quote_form input::-moz-placeholder {
	color: #fff;
	font-size: 17px;
}
.quote_form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff !important;
	font-size: 16px;
	font-weight:400;
}
.dark-contact .quote_form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #6c757d !important;
}
.quote_form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff !important;
	font-size: 16px;
	font-weight:400;
}
.dark-contact .quote_form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #6c757d !important;
}
.quote_form :-ms-input-placeholder {
	/* IE 10+ */
	color: #fff !important;
	font-size: 16px;
	font-weight:400;
}
.dark-contact .quote_form :-ms-input-placeholder {
	/* IE 10+ */
	color: #6c757d !important;
}
.quote_form :-moz-placeholder {
	/* Firefox 18- */
	color: #fff !important;
	font-size: 16px;
	font-weight:400;
}


/* Mailchim Form Css */
.mailchim-form-inner {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 28px 190px 20px;
/*     box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05); */
    overflow: hidden;
    background: #0c5adb;
}
.dark-version .mailchim-form-inner {
    background: #181B2D;
}

.mailchim-form-inner .widgettitle {
    font-size: 31px;
    font-weight: 700;
    padding-bottom: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}
.mc4wp-form-fields p {
    position: relative;
    color: #5e629c;
    font-size: 16px;
}
.footer-middle .mc4wp-form-fields p {
    color: #a0a1a2;
}
.mc4wp-form-fields p {
	position: relative;
	color: #333;
	/* line-height: 27px; */
	text-align: center;
}
 .mc4wp-form-fields p label {
     font-size: 16px;
     font-weight: 700;
     margin: 15px 0;
}
.mc4wp-form-fields input, .mc4wp-form-fields textarea {
    font-size: 14px;
    height: 65px;
    padding: 5px 25px;
    position: relative;
    width: 100%;
    background: #F6F6FC;
    border: 0;
    border-radius: 0;
    margin-bottom: 14px;
    margin: auto;
    border: 0;
    border-radius: 15px;
}
.mc4wp-form-fields textarea{
	height:80px;
}
.mc4wp-form-fields button {
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 15px;
    background: #0c5adb;
    color: #5451c1;
    display: block;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    margin: auto;
    padding: 6px 43px;
    position: absolute;
    right: 7px;
    top: 50%;
    height: 80%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
 .mc4wp-form-fields button:hover {
 -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
         box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
}
.mc4wp-form-fields input:focus, .mc4wp-form-fields textarea:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.mc4wp-form-fields i {
	margin-right: 10px;
	color: #000;
}

/* Appointment Form Css */
.form-area.apppontment-form {
    background: #fff;
    padding: 32px 50px 9px;
    border-radius: 7px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
}
.apointment-form-title {
    text-align: center;
    margin-bottom: 30px;
}
.apointment-form-title h2 {
    font-size: 25px;
}
.form-area.apppontment-form .button {
    padding: 14px 39px;
    border-radius: 4px;
    width: 100%;
}
/*===================== techno adn blog css =========================*/

/* responsive 320 start */


/* small mobile :320px. */

@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	.techno-header-top {
		display: none;
	}
	.mean-container .mean-bar:before {
		text-transform: uppercase;
		top: 19px;
	}
	.mean-container a.meanmenu-reveal {
		padding: 19px 20px 18px;
	}
}


/* button css */
.banner-area .btn {
    -moz-user-select: none;
    background: #0c5adb;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    padding:19px 32px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 20px;
    margin-right: 10px;
    letter-spacing: 1px;
}
.banner-area .active .btn {
    background: #00247E;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #00247E;
}
.btn i {
	margin-left: 7px;
}
.btn-sm {
	font-size: 12px;
	letter-spacing: 1px;
	padding: 12px 20px;
}

.btn.btn-bordered {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #0c5adb;
	color: #0c5adb;
	padding-bottom: 11px;
	padding-top: 11px;
}

.btn.btn-lg.btn-bordered {
	padding-bottom: 16px;
	padding-top: 16px;
}

.btn.btn-sm.btn-bordered {
	padding-bottom: 8px;
	padding-top: 8px;
}

.btn-icon i {
	font-size: 10px;
	left: 0;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.btn-icon:hover i {
	left: 2px;
}

.banner-area .btn:hover{
	background-color:#00247E;
	color: #fff;
	border:1px solid #00247E;
}
.banner-area .active .btn:hover{
	background-color:#0c5adb;
	color: #fff;
	border:1px solid #0c5adb;
}

.btn.btn-bordered:hover {
	background-color: #0c5adb;
	color: #fff;
}

.button-group {
	margin-top: 30px;
}

.button-group a {
	margin-right: 25px;
}

.button-group a:last-child {
	margin-right: 0;
}


/*---------------------------------------- 7. BANNER SECTION ------------------------------------------*/

.banner-slider-area {
	height: 800px;
	padding: 0;
	position: relative;
}
.banner-slider-content h1 {
    font-size: 65px;
    font-weight: 800;
    margin: 0;
    line-height: 1.1;
}
.banner-slider-content h2 {
    margin: 0;
    font-size: 65px;
    font-weight: 800;
    line-height: 1.1;
}
.banner-slider-content p {
    width: 54%;
    margin: 20px 0 32px;
    font-size: 18px;
}
.banner-slider-content .b-batton.active {
    float: left;
    margin-right: 13px;
}
.banner-slider-content .btn {
    color: #fff;
    background: #0c5adb;
    font-size: 16px;
    display: inline-block;
    letter-spacing: 0px;
    padding: 13px 40px;
    border-radius: 4px;
    transition: .3s;
    font-weight: 500;
}
.banner-slider-content .btn:hover{
    background:#00247e;
    color:#fff;
    
}
.scroll-next {
	bottom: 10px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

.scroll-next>a {
	border-radius: 20px;
	display: inline-block;
	height: 30px;
	width: 30px;
	position: relative;
}

.scroll-next i {
	color: #0c5adb;
	font-size: 40px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/* Slider Paralax */
#parallax{
	position:relative;
}
.slider-shape {
	position: absolute !important;
}
.layer-1 {
	top: 12% !important;
	left: 8% !important;
}
.layer-2 {
	top: 53% !important;
	left: 6% !important;
}
.layer-3 {
	top: 87% !important;
	left: 16% !important;
}
.layer-4 {
	top: 54% !important;
	left: 74% !important;
	opacity: .09;
}
.layer-5 {
	top: 24% !important;
	left: 13% !important;
	opacity: .03;
}
.area-padding {
	padding: 30px;
}
.t-slider-shape{position: absolute !important;opacity: .4;}
.s-layer-1 {
	top: 53% !important;
	left: 7% !important;
}
.s-layer-2 {
	top: 73% !important;
	left: 13% !important;
	opacity: .2;
}
.s-layer-3 {
	top: 75% !important;
	left: 39% !important;
}
.s-layer-4 {
	top: 82% !important;
	left: 24% !important;
}
@-webkit-keyframes second-heartbeat {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes second-heartbeat {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.slider-video-icon a{
	text-align: center;
	display: inline-block;
	position:relative;
}
.slider-style-seven .slider-video-icon a{
	border-radius:0;
}

.single-video .layer-1 {
    top: -20% !important;
    left: -158px !important;
    z-index: -1;
}
.single-video .layer-2 {
    top: -47% !important;
    left: 36% !important;
	    z-index: -1;
}
.single-video .layer-3 {
    top: 109% !important;
    left: -12% !important;
	    z-index: -1;
}
.single-video {
    position: relative;
    text-align: center;
	
}
.style-three.single-video {
    position: relative;
    text-align: center;
    margin-right: -214px;
    margin-left: 168px;
}
.single-video .layer-4 {
    top: 83% !important;
    left: inherit !important;
    right: -126px;
    z-index: -1;
	opacity:1;
}
.single-video .layer-1 img,
.single-video .layer-2 img,
.single-video .layer-3 img,
.single-video .layer-4 img{
		-webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
}
.about-video.single-video {
    position: relative;
    text-align: left;
    margin-left: 0;
}
.about-video.single-video .layer-1, 
.about-video.single-video .layer-2,
.about-video.single-video .layer-3,
.about-video.single-video .layer-4{
		
}

.style-two.single-video {
    position: relative;
    text-align: center;
    margin-left: 0;
}

/*---------------------------------------- 8. HOME 2 HERO SLIDER SECTION ------------------------------------------*/
.em-slick-slider-new {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: auto;
	position: relative;
	z-index: 0;
}
.em-slick-slider-new .single-slide {
    height: 875px;
    position: relative;
}
.em-slick-slider-new .single-slide.slider-style-six {
    height: 700px;
    position: relative;
}
.em-slick-slider-new .single-slide.slider-style-seven {
    height: 950px;
    position: relative;
}
.em-slick-slider-new .slide-one-bg {
	background: rgba(0, 0, 0, 0) no-repeat scroll center center / cover;
}

.em-slick-slider-new .slide-two-bg {
	background: rgba(0, 0, 0, 0) no-repeat scroll center center / cover;
}

.em-slick-slider-new .slide-three-bg {
	background: rgba(0, 0, 0, 0) no-repeat scroll center center / cover;
}

.em-slick-slider-new .banner-content {
	left: 0;
	position: absolute;
	/* right: 0; */
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	/* right: 0; */
	margin: auto;
}
.it-startup .em-slick-slider-new .single-slide {
	height: 770px;
}

.slider-style-eight.single-slide{
background:#090218;
}
.slider-style-eight.single-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(http://webitkurigram.com/wp/techno/wp-content/uploads/2020/06/cyber-security-slider.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: FocuS 1s linear 1s infinite;
    animation: FocuS 1s linear 1s infinite;
}
@keyframes FocuS {
	0% {
	  opacity: 0;
	}
	75% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
}





/* Slider Nav & Dots Css */


.em-slick-slider-new .slick-dots {
	bottom: 35px;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	left: 50%;
}
.slick-dots {
	bottom: -30px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li {
	height: 5px;
	margin: 0 3px;
	width: 20px;
}
.slick-dots li button {
	background-color: #fff;
	border: 0 none;
	height: 13px;
	padding: 0;
	text-indent: -99999px;
	width: 13px;
	border-radius: 100%;
}

.slick-dots .slick-active button {
	background-color: #0c5adb;
}

.bnrsk:after {
	background-color: rgba(0, 0, 0, 0.0);
}

.em_slick_testimonial .slick-dots li button {
	background-color: #333;
}

.em_slick_testimonial .slick-dots .slick-active button {
	background-color: #0c5adb;
}

/* IMAGE SLIDER */
.em-image-sliderslick .slick-prev,
.em-image-sliderslick .slick-next,
.em-image-sliderslick .slick-dots li button {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.em-image-sliderslick:hover .slick-prev,
.em-image-sliderslick:hover .slick-next,
.em-image-sliderslick:hover .slick-dots li button {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.em-slick-slider-new.em-image-sliderslick .slick-dots {
	bottom: 20px;
	position: relative;
}

.em-slick-slider-new.em-image-sliderslick .slick-dots li button {
	background-color: #000;
}

.em-slick-slider-new.em-image-sliderslick .slick-dots .slick-active button {
	background-color: #0c5adb;
}


/* testimonial slick */
.em-testi-content.slick-slide:focus,
.em-testi-content.slick-slide:active {
	color: #fff;
	background-color: #fff;
}

.em-slick-testi-wraper .slick-active .em_testi_title_ar {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.em-slick-testi-wraper .slick-active.slick-current .em_testi_title_ar {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* About Section Image Slider Css */

.about-image-slider .em-slick-slider-new .slick-prev {
	left: 0px;
}

.about-image-slider .em-slick-slider-new .slick-next {
	right: 0px;
}

.about-image-slider .em-image-sliderslick .slick-prev,
.about-image-slider .em-image-sliderslick .slick-next,
.about-image-slider .em-image-sliderslick .slick-dots li button {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.about-image-slider .slick-prev,
.about-image-slider .slick-next {
	border-radius: 0;
	height: 47px;
	line-height: 47px;
	color: #fff !important;
	background: rgba(0, 0, 0, 0.60);
}

.about-image-slider .slick-prev::before,
.about-image-slider .slick-next::before {
	color: #fff;
}

.about-image-slider .em-image-sliderslick:hover .slick-prev,
.about-image-slider .em-image-sliderslick:hover .slick-next {
	background: #0c5adb;
	color: #fff;
}



/* Effective Slider Css */




/* project desc */
.portfolio-details-box li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    padding: 13px 0;
    text-transform: capitalize;
    list-style: none;
}

.portfolio-details-box li:last-child {
	border-bottom: 0 none;
}

.portfolio-details-box li span {
	color: #333;
	display: inline-block;
	font-weight: 700;
	margin-right: 15px;
	text-transform: uppercase;
	width: 170px;
}
.portfolio-details-box li:first-child {
    padding-top: 0;
}

.portfolio-details-box ul {
	margin-bottom: 20px;
}

.portfolio-description {
	margin-top: 50px;
}

.portfolio-description>p {
	font-size: 18px;
}

.projects-navigation-wrap {
	margin-top: 50px;
}
.projects-navigation-wrap a {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.pr-title h2 {
    font-size: 27px;
    text-transform: capitalize;
    padding-top: 10px;
}


.prot_content.multi_gallery {
	width: 75%;
	margin: auto;
}


/* kc */

.abtext em {
	color: #444;
	font-weight: 600;
}
.abtext ol {
	padding-left: 15px;
}
.abtext ol li {
	font-weight: 600;
	line-height: 30px;
}



/*======================== techno Video CSS =========================*/





/* footer widget */
.mean-container .mean-bar:before {
	text-transform: uppercase;
}
.footer-logo img {
    margin-bottom: 40px;
}
.mc4wp-alert.mc4wp-error a,
.mc4wp-alert.mc4wp-error p {
	color: #0c5adb !important;
}

span.wpcf7-not-valid-tip {
	text-align: left;
}
.footer-middle .widget.widget_archive .widget-title {
	margin-bottom: 34px !important;
	margin-top: 28px !important;
}
.footer-middle .widget.widget_search .widget-title {
	margin-top: 25px !important;
}
.footer-middle .widget.widget_tag_cloud .widget-title {
	margin-bottom: 20px !important;
}
.footer-middle .widget.widget_text p img {
	margin-top: 10px !important;
	margin-bottom: 6px !important;
}
/* sidebar widget */
.blog-left-side .widget.widget_text p img {
	margin-top: 10px !important;
	margin-bottom: 6px !important;
}
.blog-left-side .widget.widget_text .wp-caption {
	margin-bottom: 0px;
}
.blog-left-side .widget.widget_archive .widget h2 {
	padding-bottom: 19px !important;
}
.footer-middle table#wp-calendar td#today a {
	color: #fff !important;
}
.footer-middle table#wp-calendar th {
	color: #e3e3e3;
}
.blog-left-side .widget h2 {
	margin-top: 0;
}
.footer-middle #archives-dropdown--1 {
	height: 34px;
	width: 100%;
}
.widget.widget_categories select {
	width: 100%;
	height: 34px;
}
.widget .screen-reader-text {
	display: none;
}
.search input {
	width: 100%;
}
.textwidget select {
	width: 100%;
}
.widget ul li:first-child {
	padding-top: 0;
}
.blog-left-side .widget ul li {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-top: 1px solid #E8E8E8;
    padding: 15px 0;
}
.widget ul li:hover {
	color: #0c5adb;
}
.comment_field .textarea-field label {
	margin-top: 20px;
	margin-bottom: 10px;
}
.blog-content {
    word-break: break-word;
}
.post-password-form input[type="submit"] {
	background: #0c5adb;
	height: 40px;
	width: 100px;
}
.page-list-single {
	clear: both;
}
.blog-left-side .text-widget-about ul li {
	border-top: 0;
	padding: 0;
}
.copyright-social ul li {
  font-size: 16px;
  display: inline;
}
.copyright-social ul li a {
  color: #f8f9fe;
  font-size: 14px;
}
.copyright-social ul .policy:after {
  content: "/";
  color: #f8f9fe;
  padding-left: 10px;
  padding-right: 10px;
}
/* Tab Post CSS */


/* Slider Dot Css*/
.owl-dots {
	position: absolute;
	left: 50%;
	bottom: -36px;
	border-radius: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.owl-dot {
    background: #bfcadc;
    height: 5px;
    width: 25px;
    display: inline-block !important;
    margin: 0 3px;
    border-radius: 50px;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}
.owl-dot.active {
	background: #0C5ADB;
	width:35px;
}

.case_study_carousel  .owl-dots {
    bottom: -60px;
}
/* Brand Style */
.techno-single-brand {
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-align: center;
}
.brand-thumb img {
-webkit-filter: contrast(0%);
    filter: contrast(0%);
    opacity: .7;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.techno-single-brand:hover .brand-thumb img {
webkit-filter: none;
    filter: none;
    opacity: 1;

}
.techno-single-brand.style2 {
    border: 0;
    padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;	    
}
.techno-single-brand.style2:hover{
	margin-top: 0;
}
.author.mt-120 {
    background: #fff;
    padding: 38px 30px 30px;
    margin-top: 70px;
    margin-bottom: 50px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.08);
    box-shadow: 0 3px 5px rgba(0,0,0,.08);
    border-radius: 5px;
    text-align: justify;
}
.author.mt-120 p {
	font-size: 16px;
	overflow:hidden;
}
.author-text h3 {
    margin: 0 0 10px;
    font-size: 25px;
}
.author-text h3 a {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 800;
    color: #232323;
    font-family: Muli;
}
.author-img.text-center {
    float: left;
    margin-right: 30px;
}
.author-img img {
    border-radius: 100%;
}
.author-icon {
	margin-bottom: 26px;
}
.author-icon a {
	color: #9498b6;
	font-size: 15px;
	margin: 0 5px;
}
.kc-google-maps iframe{
 width:100%;
 height:600px; 
 frameborder:0; 
 border:0;
    
}
.kc_accordion_section.group {
	padding-bottom: 20px !important;
}
.acoading .kc_accordion_header > span.ui-accordion-header-icon {
	float: left !important;
}

.acoading .kc_accordion_header, .acoading .kc_accordion_header > a {
	overflow: hidden !important;
}
.content-title{
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.logo a.retina-logo {
	margin-top: 0px !important;
}
#visa-type .content-image img{
	width:80px !important; 
	height:80px !important;
}
.footer-middle table#wp-calendar td {
	color: #e3e3e3;
}
.footer-middle #wp-calendar caption {
	color: #e3e3e3;
}
.footer-middle .wp-caption-text {
	color: #e3e3e3;
}
.footer-middle .textwidget p {
	color: #e3e3e3;
}
.kc_accordion_section.group {
	padding-bottom: 20px !important;
}
.acoading .kc_accordion_header > span.ui-accordion-header-icon {
	float: left !important;
}
.acoading .kc_accordion_header, .acoading .kc_accordion_header > a {
	overflow: hidden !important;
}
.content-title{
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.logo a.retina-logo {
	margin-top: 0px;
}

#visa-type .content-image img{
	width:80px !important; 
	height:80px !important;
}
.menu-serivice-menu-container ul li {
	padding: 19px 20px;
	border: 1px solid #ddd;
	border-bottom: none;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	background: #FFFFFF;
}
.menu-serivice-menu-container ul {
	list-style: none;
	padding: 0;
}
.menu-serivice-menu-container ul li a {
	display: block;
	color: #555;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}
.widget .menu-serivice-menu-container ul li:first-child {
	border-top: 1px solid #ddd;
	padding-top: 19px;
}
.widget .menu-serivice-menu-container ul li:last-child {
	border-bottom: 1px solid #ddd;
}
.menu-serivice-menu-container ul li:hover {
	background:#0c5adb;
	color:#fff;
}
.menu-serivice-menu-container ul li.current_menu_item {
	background:#0c5adb;
	color:#fff;
}
.menu-serivice-menu-container ul li:hover a{
	color:#fff;
}
.menu-serivice-menu-container ul li.current_menu_item a{
	color:#fff;
}
#faqs .kc_single_image img {
	width: 100%;
}
#faqs .kc_column_inner{
	padding:0 !important;
}
.breadcumb-inner ul, .breadcumb-inner li, .breadcumb-inner li a {
	color: #fff;
}
.kc_wrapper>ul.ui-tabs-nav>li {
    overflow: hidden;
    margin-right: 6px;
    border-left: 1px solid rgba(11, 91, 224, 0.2) !important;
}
.kc_tab_content {
    padding: 24px 20px 19px !important;
    overflow: hidden;
}


.cyber-security-tab .kc_wrapper>ul.ui-tabs-nav>li {
    overflow: hidden;
    margin-right: 8px;
    border: 0 !important;
}
.cyber-security-tab .kc_tab_content {
    padding: 24px 0 0 !important;
    overflow: hidden;
}

/*================
Classic Home Css
/*===============*/

.classic-it-service .message-box-wrap {
    font-size: 18px !important;
    background: #fff !important;
    border-radius: 0 30px 30px 30px !important;
    transition: .5s;
    box-shadow: 0 10px 29.7px 0.3px rgba(225,225,225,.64) !important;
    padding: 15px;
    color: #232323 !important;
    margin-bottom: 20px;
    border: 0;
}
.classic-it-service .message-box-wrap:hover{
    background: #0c5adb !important;
    color:#fff !important;
}
.classic-it-service .message-box-wrap i {
    font-size: 20px !important;
    color: #fff !important;
    background: #0c5adb;
    height: 56px;
    width: 56px;
    margin-top: -15px;
    text-align: center;
    line-height: 56px;
    margin-left: -20px;
    border-radius: 0 30px 30px;
}
.col-lg-6.col-md-6.about-list {
	float: left !important;
	padding: 0 !important;
}
.about-list ul {
	list-style: none;
}
.about-list ul li {
    /* color: #232323; */
    padding: 7px 0px;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
}
.about-list ul li i {
    color: #0C5ADB;
    margin-right: 8px;
}
.techno_about {
	position: relative;
	z-index: 1;
}
.skill-section .kc-col-inner-container {
    background: #fff;
}
/* techno Button */
.techno-button a {
	display: inline-block;
	background: #0C5ADB;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	padding: 12px 26px;
	border-radius: 3px;
	transition: .5s;
	border:2px solid #0C5ADB;
}
.techno-button a:hover {
	color: #0C5ADB;
	background: transparent;
	border:2px solid #0C5ADB;
}
.techno-button a i {
	margin-left: 4px;
}





/*
Lines Area Style
======================================================*/
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
}

.lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
          animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line:nth-child(1) {
  margin-left: -25%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line:nth-child(3) {
  margin-left: 25%;
}

.lines .line-two {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line-two::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-two 20s linear infinite;
          animation: moveLeftBounces-two 20s linear infinite;
}

.lines .line-two:nth-child(1) {
  margin-left: -25%;
}

.lines .line-two:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line-two:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line-two:nth-child(3) {
  margin-left: 25%;
}

.lines .line-three {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line-three::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
          animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line-three:nth-child(1) {
  margin-left: -25%;
}

.lines .line-three:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line-three:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line-three:nth-child(3) {
  margin-left: 25%;
}

@-webkit-keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}



/* Image background animations */
.image_background_circle_gray{
  z-index:1;
  position:relative;
}
.image_background_circle_gray::after {
    content: '';
    width: 536px;
    height: 475px;
    background: transparent;
    position: absolute;
    top: -50px;
    right: -41px;
    z-index: -1;
    border: 15px solid #00000008;
    animation: bannerimage_translate 3s infinite;
    animation-play-state: running;
    animation-direction: alternate;
}

   @keyframes bannerimage_translate{ 
     0%{transform:translateX(0px)  translateY( 0px) }
     0%{transform:translateX(-30px)  translateY( -12px) }
   }
   
.containers.techno-product-page.techno-wactive-sidebar {
    padding: 100px 0;
}

/* ------------------------------------------------- Large Screen. ---------------------------------------------------*/
 @media (min-width: 1500) and (max-width: 1700px) {
    .full-width-content.kc_col-sm-6 {
    	padding: 0 100px !important;
    }
       
}
/* ------------------------------------------------- Large Screen. ---------------------------------------------------*/
 @media (min-width: 320px) and (max-width: 1600px) {
   .full-width-content.kc_col-sm-6 {
	    padding: 30px 30px 0 !important;
    }
       
}

.techno-product-page {
	padding: 70px 0;
}



/* Hero Slider Css */
/*---------------------------------------- appco SLICK SLIDER SECTION ------------------------------------------*/
.em-hero-slider {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: auto;
	position: relative;
	z-index: 0;
}
.hero-single-slide .container {
    z-index: 9;
}


.hero-single-slide.hero-style-six{
    min-height: 800px;
}
.hero-single-slide.hero-style-five{
	position:relative;
	z-index:1;
}
.hero-single-slide.hero-style-five:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 175%;
    bottom: 0;
    background-image: url(//www.rainsford.net/wp-content/themes/techno/assets/images/slider_bg-hero.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-single-slide.hero-style-five:before{
	display:none;
}
.hero-style-two.single-slide:before {
display:none;
}

.hero-style-six .hero-content-left {
    padding-right: 0;
    margin-top: -112px;
}
.hero-animation-img {
	position: relative;
	display: block;
	width: 100%;
}

.hero-single-slide.hero-style-three .hero-animation-img {
    margin-top: -60px;
}

.hero-single-slide.hero-style-five.bottom-img {
    bottom: -10px;
}
.hero-style-two .app-store-btn {
    border-radius: 30px;
    color: #fff;
    border: 2px solid #6730e3;
    background: #6730e3;
    font-weight: 500;
}
.hero-style-two .app-store-btn:hover{
	background: transparent;
	    color: #6730e3;
}
.shape-image {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 76px;
    z-index: 0;
    left: 268px;
    overflow: hidden;
    background-size: cover;
    right: 0;
}
.hero-slider-btn {
	display: inline-block;
}
.hero-slider-btn a {
    -moz-user-select: none;
    background: #0C5ADB;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 15px 40px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    border-radius: 4px;
    font-weight: 600;
}
.hero-slider-btn a:hover {
    background: #fff;
    color: #0C5ADB;
}
.hero-video-icon {
	display: inline-block;
	margin-left: 24px;
}
.hero-video-icon a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	border-radius: 500%;
	position: relative;
	color: #fff;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-blue 1s linear infinite;
	-webkit-transition: .5s;
	background: #0C5ADB;
}

/* Hero Style Two */

.hero-shape {
	position: absolute;
	left: auto;
	top: -70%;
	right: -44%;
	bottom: auto;
	width: 100%;
	height: 115%;
	border-radius: 100px;
	background-color: #7744D9;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
/* hero style three */
.hero-single-slide.hero-style-three {
	min-height: 840px;
	position: relative;
}
.hero-single-slide.hero-style-three::before {
	position: absolute;
	content: '';
	background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(55, 46, 149, 0.95), rgba(83, 49, 177, 0.90), rgba(114, 48, 205, 0.85), rgba(150, 41, 230, 0.95));
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.hero-single-slide.hero-style-three .hero-video-icon a {
	color: #7744D9;
	background: #fff;
}
.hero-single-slide.hero-style-three .hero-content-left p,
.hero-single-slide.hero-style-four .hero-content-left p {
	width: 54%;
}
.hero-video-icon span{
	display:inline-block; 
	margin-left:25px;
}
.hero-style-four .hero-content-left h2 {
	font-weight: 800;
}
.hero-style-four .hero-content-left{
	position:relative;
}
.hero-style-four .hero-video-icon {
	display: inline-block;
	margin-left: 24px;
	position: absolute;
	right: 171px;
	top: 50%;
	transform: translateY(-50%);
}
.text-center .hero-content-left p {
	width: 54%;
	margin: 0 auto 30px;
}
@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(12,90,219, 0.3), 0 0 0 10px rgba(12,90,219, 0.3), 0 0 0 20px rgba(12,90,219, 0.3);
        box-shadow: 0 0 0 0 rgba(12,90,219, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(12,90,219, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(12,90,219, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(12,90,219, 0.3), 0 0 0 10px rgba(12,90,219, 0.3), 0 0 0 20px rgba(12,90,219, 0.3);
        box-shadow: 0 0 0 0 rgba(12,90,219, 0.3), 0 0 0 10px rgba(12,90,219, 0.3), 0 0 0 20px rgba(12,90,219, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(12,90,219, 0.3), 0 0 0 20px rgba(12,90,219, 0.3), 0 0 0 30px rgba(12,90,219, 0);
        box-shadow: 0 0 0 10px rgba(12,90,219, 0.3), 0 0 0 20px rgba(12,90,219, 0.3), 0 0 0 30px rgba(12,90,219, 0)
    }
}
/* Slider Animation Images */

	.animation-right {
		position: absolute;
		right: -52px;
		-webkit-animation: move-two 8s ease-in-out infinite;
		animation: move-two 8s ease-in-out infinite;
		top: 114px;
	}

    .animation-one {
        -webkit-animation: move-one 7s ease-in-out infinite;
        animation: move-one 7s ease-in-out infinite;
    }
    @keyframes move-one {
        0% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
        50% {
            -webkit-transform: translateX(0) translateY(-5px);
            transform: translateX(0) translateY(-5px)
        }
        100% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
    }
    @-webkit-keyframes move-one {
        0% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
        50% {
            -webkit-transform: translateX(0) translateY(-5px);
            transform: translateX(0) translateY(-5px)
        }
        100% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
    }

	.animation-two {
		position: absolute;
		bottom: 18px;
		-webkit-animation: move-two 8s ease-in-out infinite;
		animation: move-two 8s ease-in-out infinite;
	}
    @-webkit-keyframes move-two {
        0% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-25px) translateY(-205px);
            transform: translateX(-25px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
    }
    @keyframes move-two {
        0% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-25px) translateY(-205px);
            transform: translateX(-25px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
    }

	.animation-three {
		position: absolute;
		-webkit-animation: move-three 9s ease-in-out infinite;
		animation: move-three 9s ease-in-out infinite;
		left: -127px;
		bottom: -227px;
	}
    @-webkit-keyframes move-three {
        0% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-45px) translateY(-205px);
            transform: translateX(-45px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
    }
    @keyframes move-three {
        0% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-45px) translateY(-205px);
            transform: translateX(-45px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
    }
.animation-four {
    position: absolute;
    -webkit-animation: move-four 6s ease-in-out infinite;
    animation: move-four 6s ease-in-out infinite;
    bottom: -174px;
    left: 100px;
}
    .animation-new{
        position: absolute;
        bottom: 10px;
    }
    @-webkit-keyframes move-four {
        0% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
        50% {
            -webkit-transform: translateX(330px) translateY(-240px);
            transform: translateX(330px) translateY(-240px)
        }
        100% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
    }
    @keyframes move-four {
        0% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
        50% {
            -webkit-transform: translateX(330px) translateY(-240px);
            transform: translateX(330px) translateY(-240px)
        }
        100% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
    }
	
	
.circles {
    overflow: hidden;
    width: 100%;
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
.point {
    border-radius: 50%;
    z-index: 999;
    position: absolute;
}
.animated-point-1 {
    background-color: red;
    height: 12px;
    width: 12px;
    position: relative;
    -webkit-animation-name: p1;
    -webkit-animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p1;
    animation-duration: 80s;
    animation-iteration-count: infinite;
}

.animated-point-2 {
    background-color: green;
    height: 15px;
    width: 15px;
    position: relative;
    -webkit-animation-name: p2;
    -webkit-animation-duration: 90s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p2;
    animation-duration: 90s;
    animation-iteration-count: infinite
}

.animated-point-3 {
    background-color: orange;
    height: 8px;
    width: 8px;
    position: relative;
    -webkit-animation-name: p3;
    -webkit-animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p3;
    animation-duration: 80s;
    animation-iteration-count: infinite
}

.animated-point-4 {
    background-color: pink;
    height: 10px;
    width: 10px;
    position: relative;
    -webkit-animation-name: p4;
    -webkit-animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p4;
    animation-duration: 80s;
    animation-iteration-count: infinite
}

.animated-point-5 {
    background-color: #ffc64c;
    height: 12px;
    width: 12px;
    position: relative;
    -webkit-animation-name: p5;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p5;
    animation-duration: 50s;
    animation-iteration-count: infinite
}

.animated-point-6 {
    background-color: #ffc64c;
    height: 10px;
    width: 10px;
    position: relative;
    -webkit-animation-name: p6;
    -webkit-animation-duration: 70s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p6;
    animation-duration: 70s;
    animation-iteration-count: infinite
}

.animated-point-7 {
    background-color: orange;
    height: 14px;
    width: 14px;
    position: relative;
    -webkit-animation-name: p7;
    -webkit-animation-duration: 70s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p7;
    animation-duration: 70s;
    animation-iteration-count: infinite
}

.animated-point-8 {
    background-color: purple;
    height: 8px;
    width: 8px;
    position: relative;
    -webkit-animation-name: p8;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p8;
    animation-duration: 50s;
    animation-iteration-count: infinite
}

.animated-point-9 {
    background-color: purple;
    height: 12px;
    width: 12px;
    position: relative;
    -webkit-animation-name: p9;
    -webkit-animation-duration: 100s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p9;
    animation-duration: 100s;
    animation-iteration-count: infinite
}
/*animation shape*/

@-webkit-keyframes p1 {
    0% {
        left: 0px;
        top: 0px
    }
    50% {
        left: 0;
        top: 800px
    }
    100% {
        left: 0px;
        top: 0px
    }
}

@keyframes p1 {
    0% {
        left: 800px;
        top: 0px
    }
    50% {
        left: 0px;
        top: 800px
    }
    100% {
        left: 800px;
        top: 0px
    }
}

@-webkit-keyframes p2 {
    0% {
        left: 0;
        top: 100px
    }
    50% {
        left: 0;
        top: 800px
    }
    100% {
        left: 0;
        top: 100px
    }
}

@keyframes p2 {
    0% {
        left: 0;
        top: 100px
    }
    50% {
        left: 0px;
        top: 800px
    }
    100% {
        left: 0;
        top: 100px
    }
}

@-webkit-keyframes p3 {
    0% {
        left: 300px;
        top: 900px
    }
    50% {
        left: 500px;
        top: 0px
    }
    100% {
        left: 300px;
        top: 900px
    }
}

@keyframes p3 {
    0% {
        left: 300px;
        top: 900px
    }
    50% {
        left: 500px;
        top: 0px
    }
    100% {
        left: 300px;
        top: 900px
    }
}

@-webkit-keyframes p4 {
    0% {
        left: 1000px;
        top: 500px
    }
    50% {
        left: 00px;
        top: 500px
    }
    100% {
        left: 1000px;
        top: 500px
    }
}

@keyframes p4 {
    0% {
        left: 1000px;
        top: 500px
    }
    50% {
        left: 0px;
        top: 500px
    }
    100% {
        left: 1000px;
        top: 500px
    }
}

@-webkit-keyframes p5 {
    0% {
        left: 500px;
        top: 1000px
    }
    50% {
        left: 50%;
        top: 0px
    }
    100% {
        left: 500px;
        top: 1000px
    }
}

@keyframes p5 {
    0% {
        left: 500px;
        top: 1000px
    }
    50% {
        left: 50%;
        top: 0px
    }
    100% {
        left: 500px;
        top: 1000px
    }
}

@-webkit-keyframes p6 {
    0% {
        left: 500px;
        top: 200px
    }
    50% {
        left: 50%;
        top: 70%
    }
    100% {
        left: 500px;
        top: 200px
    }
}

@keyframes p6 {
    0% {
        left: 500px;
        top: 200px
    }
    50% {
        left: 50%;
        top: 70%
    }
    100% {
        left: 500px;
        top: 200px
    }
}

@-webkit-keyframes p7 {
    0% {
        left: 50px;
        top: 10%
    }
    50% {
        left: 50%;
        top: 10%
    }
    100% {
        left: 50px;
        top: 10%
    }
}

@keyframes p7 {
    0% {
        left: 50px;
        top: 10%
    }
    50% {
        left: 50%;
        top: 10%
    }
    100% {
        left: 50px;
        top: 10%
    }
}

@-webkit-keyframes p8 {
    0% {
        left: 0;
        top: 20%
    }
    50% {
        left: 50%;
        top: 20%
    }
    100% {
        left: 0;
        top: 20%
    }
}

@keyframes p8 {
    0% {
        left: 0;
        top: 20%
    }
    50% {
        left: 50%;
        top: 20%
    }
    100% {
        left: 0;
        top: 20%
    }
}

@-webkit-keyframes p9 {
    0% {
        left: 1000px;
        top: 100px
    }
    50% {
        left: 500px;
        top: 950px
    }
    100% {
        left: 1000px;
        top: 100px
    }
}

@keyframes p9 {
    0% {
        left: 1000px;
        top: 100px
    }
    50% {
        left: 500px;
        top: 950px
    }
    100% {
        left: 1000px;
        top: 100px
    }
}
	

.update-message.notice.inline.notice-warning.notice-alt {
    display: none !important;
}

.woocommerce div.product .product_title {
    font-size: 30px;
    font-weight: 700;
}
.woocommerce div.product form.cart {
    margin-top: 20px;
}
#mega-menu-wrap-menu-1 {
    display: inline-block !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 772px;
}
ul.mega-sub-menu {
    box-shadow: 0 0 4px rgb(0 0 0 / 10%) !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
	padding:30px 15px 30px 30px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 1116px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    left: -315px;
}

.elementor-position-left .elementor-icon-box-icon {
    margin-top: 15px !important;
}
.transprent-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
}
.transprent-menu .hbg2 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #232323;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-weight: 500;
}







@media (max-width: 1170px) {
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 4px 0px 4px;
}	
a.dtbtn {
	padding: 8px 10px !important;
	font-size: 13px;
}
}











*/

/*---------------------------------
      write your css from here
------------------------------------*/
/*
.techno-header-top {
    padding-top: 0px !important;
}
*/

/* style.css | https://www.rainsford.net/wp-content/themes/techno-child/style.css?ver=6.6.2 */

.mean-container .mean-bar, .mean-container .mean-container .mean-bar {
  /* background: #eb1b2b; */
}


/* meanmenu.min.css | https://www.rainsford.net/wp-content/themes/techno/assets/css/meanmenu.min.css?ver=6.6.2 */

.mean-container .mean-bar {
  /* background: #eb1b2b; */
}

/* Inline #51 | https://www.rainsford.net/ */

.mean-container .mean-bar, .mean-container .mean-nav {
  /* background-color: #d2e2f2; */
}

@media (min-width: 1280px) and (max-width: 1700px) {


	.banner-slick.banner-content h2 {
		width: 52%;
	}
    .section-title h2 {
    	font-size: 30px;
    }
	.em-slick-slider-new .banner-content {
		left: 14%;
	}
	.banner-content {
		width: 100%;
	}
	.single-video {
		position: relative;
		text-align: center;
		margin-left: 115px;
	}
	.slick-style-two .slider_single_img {
		right: 1%;
	}
    .techno_menu > ul > li > a {
    	margin: 30px 9px;
    }
	.about_choose_us {
		background: #2d2d2d;
		padding: 41px 50px 0px 178px !important;
	}
	#team::before {
		right: inherit;
		z-index: -1;
		left: -10px;
		bottom: 0 !important;
		top: inherit;
	}
.text-center .banner-slick.banner-content h2 {
    	width: 100%;
    }
.trp_nav_area {
	padding: 0 50px;
}
.slider-style-eight .slider_single_img {
	position: absolute;
	right: 0%;
}
 .banner-slick.banner-content.banner-content p {
	width: 45%;
}  	
   
    .slider-single-image img {
        display: block !important;
        width: 74% !important;
    }
   
    .slider-single-image {
        bottom: 170px !important;
        right: -8% !important;
    }    
}
@media (min-width: 1280px) and (max-width: 1439px) {
     .em-nivo-slider-wrapper .nivo-directionNav {
         display: none;
    }
	.banner-content {
		width: 100%;
	}
	.single-video {
		position: relative;
		text-align: center;
		margin-left: 115px;
	}
	.slick-style-two .slider_single_img {
		right: 1%;
	}
	.slick-style-two .slider_single_img img {
		width: 69%;
	}
	a.dtbtn {
		padding: 13px 26px;
	}
	.slick-style-two .slider_single_img {
		right: -16%;
		top: 282px;
	}
	.slider_circle_img.rotateme {
		right: -220px;
		top: 0;
	}
.text-center .banner-slick.banner-content h2 {
    	width: 100%;
    }
    
    .home-new .slider-single-image img {
        display: block !important;
        width: 74% !important;
    }
    .home-new .slider-single-image {
        bottom: 170px !important;
        right: -8% !important;
    }    
        
    
    

}
/* ------------------------------------------------- Laptop Screen ---------------------------------------------------*/
 @media (min-width: 1170px) and (max-width: 1366px) {
 
	/* Nivo Slider */
	.nivo-caption{
		margin-bottom: 50px;
	}
	/* End Nivo Slider */
	 .banner-content p {
         width: 70%;
    }
	.banner-slick.banner-content.banner-content p {
		width: 50%;
	}
    .donate-btn-header {
    	margin-left: 8px;
    }
    .em-slider-descript {
    	width: 65%;
    }
.slider-style-eight .slider_single_img img {
	width: 49%;
	opacity: 1;
}
.slider-style-eight .slider_single_img {
	position: absolute;
	top: -39px;
	right: -26%;
}
a.dtbtn {
	padding: 11px 15px;
	font-size: 13px;
	margin-top: 5px;
}
    .tr-btn-search .trp_nav_area {
    	padding: 0 20px;
    }
	.techno-blog-meta-left a, .techno-blog-meta-left span {
		font-size: 14px;
	}
	.blog-page-title > h2 {
		font-size: 20px;
	}
	.banner-slick.banner-content h2 {
		width: 68%;
	}
    .text-center .banner-slick.banner-content h2 {
    	width: 100%;
    }
	.em-slick-slider-new .banner-content {
		left: 10%;
	}
    .techno_menu > ul > li > a {
    	margin: 30px 6px;
    }
	.banner-content {
		width: 100%;
	}
	.em_single_testimonial {
		margin-top: 40px;
	}
	.footer-middle .recent-post-text h4 a {
		font-size: 16px;
	}
	.footer-middle .recent-post-text .rcomment {
		font-size: 11px;
	}
	.single-video {
		margin-left: 0;
	}
	.single-video .layer-2 {
		top: -43% !important;
		left: 57% !important;
	}
	.single-video .layer-4 {
		/* top: 78% !important; */
		right: 11px;
	}
	.single-video .layer-3 {
		left: -7% !important;
	}
	.single-video .layer-1 {
		top: -30% !important;
		left: -59px !important;
	}
	.slick-style-two .slider_single_img {
		right: -16%;
		top: 282px;
	}
	.slick-style-two .slider_single_img img {
		width: 69%;
	}
	.slider_circle_img.rotateme {
		right: -220px;
		top: 0;
	}
	.about_choose_us {
		background: #2d2d2d;
		padding: 41px 50px 0px 76px !important;
	}
	#team::before {
		right: inherit;
		z-index: -1;
		left: -10px;
		bottom: 0 !important;
		top: inherit;
	}
	.section-title h2 {
		font-size: 39px;
	}
    .em-slick-slider-new .slick-prev {
    	left: 7px;
    }
    .em-slick-slider-new .slick-next {
    	right: 7px;
    }
    .banner-slick.banner-content h1,
    .banner-slick.banner-content h3 {
    	font-size: 60px;
    }
    .portfolio_info {
    	padding-top: 0;
    }
	.effective-content p {
		width: 86% !important;
	}
    .home-new .slider-single-image img {
        display: none !important;
    }
    .dreamit-slick-slider .hero-text-wrap p {
        width: 70% !important;
    }
.slider-single-image {
    right: -10% !important;
}
.slider-single-image img {
    width: 70% !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	left: -373px !important;
}





}
/* ------------------------------------------------- Old Desktop :992 ---------------------------------------------------*/
 @media (min-width: 992px) and (max-width: 1169px) {

	/* Nivo Slider */
	.em-slider-sub-title {
		font-size: 90px !important;
	}
	.em-slider-descript {
		width: 65% !important;
	}
	.nivo-caption{
		margin-bottom: 50px;
	}

	/* Counter */
	.single_counter .counter_title{
        overflow: hidden;
    }
    .single_counter .countr_text h1,
    .single_counter .countr_text h3{
        font-size: 30px !important;
    }
    /* End Counter */
	
.slider-style-eight .slider_single_img img {
	width: 49%;
	opacity: 1;
}
.slider-style-eight .slider_single_img {
	position: absolute;
	top: -39px;
	right: -52%;
}
.trp_nav_area {
    padding: 0 0px;
}

	.slider_circle_img.rotateme {
		right: -220px;
		top: 0;
	}
.section-title h2 {
	font-size: 25px;
}
.tr-btn-search .donate-btn-header {
	margin-top: 0px;
	display: none;
}
.style-three .countr_text > h1 {
	font-size: 30px;
}
.countr_text > h3 {
	font-size: 30px;
}
.em-slick-slider-new .slider-style-seven .banner-content {
	top: 50%;
}
.slider-style-seven .slider-video-icon {
	top: 50%;
	right: 10%;
}
    .portfolio_info {
    	padding-left: 30px;
    	padding-top: 0;
    }
	.single_protfolio:hover .prot_content {
		bottom: 18px;
	}
    .tr-btn-search .trp_nav_area {
    	padding: 0 20px;
    }
	.price_item span {
		font-size: 45px;
	}
     .menu-height-space {
         height: 0;
    }
	.slick-style-two .slider_single_img {
		position: absolute;
		top: 222px;
		right: -19%;
		z-index: 999;
	}
	.slick-style-two .slider_single_img img {
		width: 73%;
		opacity: 1;
	}
     .em-nivo-slider-wrapper:hover .nivo-directionNav a {
         left: 5px;
    }
     .em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
         left: auto;
         right: 5px;
    }
     .em-nivo-slider-wrapper .nivo-directionNav {
         display: none;
    }
     .curosel-style .owl-nav div {
         left: 15px;
    }
     .curosel-style .owl-nav .owl-next {
         left: auto;
         right: 15px;
    }
	.banner-content p {
		width: 58%;
	}	
	.style_two .em_content_text h2 {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 27px;
	}
	.banner-content p {
		width: 96%;
	}
	.em_slider_inner {
		left: 0;
		right: 0;
	}
	.em-blog-content-area_adn {
		padding: 26px 13px 34px;
	}
	.style_three .em_content_text h2 {
		font-size: 25px;
	}			
	.em-nivo-slider-wrapper .nivo-controlNav {
		display: none;
	}
	.em_content_text h2 {
		font-size: 17px !important;
	}
	.em-service2 .em-service-title h2 {
		font-size: 18px;
	}
	.banner-slick.banner-content.banner-content p {
		width: 60%;
	}
	a.dtbtn {
		margin-left: 0px;

	}
.techno_menu > ul > li > a {
	font-size: 14px;
}
	.em-slick-slider-new .single-slide {
		height: calc(125vh - 100px);
		position: relative;
	}
	a.dtbtn {
		padding: 15px 21px;
		font-size: 13px;
	}
	.t_left.section-title h6 {
		font-size: 210px;
	}
	.blog-page-title > h2 {
		font-size: 20px;
	}
	.single-video h3 {
		font-size: 32px;
	}
	.techno-blog-thumb_adn {
		float: none;
	}
	.techno-blog-thumb_adn img {
		width: 100%;
	}
	.banner-content {
		width: 100%;
	}
    .em-slick-slider-new .banner-content {
    	left: 03%;
    }
	.techno_menu.main-search-menu > ul, .em-quearys-top.msin-menu-search {
		display: inline-block;
		margin-right: 0;
	}
	.em-quearys-top.msin-menu-search .em-quearys-menu i {
		margin-left: 0;
	}
	.style-five .em_content_text {
	    padding: 0;
    }
	.em_content_text {
		padding: 0 44px 0 40px;
	}
    .default-style .em_content_text {
    	padding: 0;
    }
	.em-feature:hover .em_content_text {
		bottom: 26px;
	}

	.em_single_testimonial {
		margin-top: 40px;
	}
	.mailchim-form {
		padding-left: 26px !important;
		padding-right: 49px !important;
	}
	.single-video {
		margin-left: 0;
	}
	.single-video .layer-2 {
		top: -43% !important;
		left: 57% !important;
	}
	.single-video .layer-4 {
		/* top: 78% !important; */
		right: 11px;
	}
	.single-video .layer-3 {
		left: -7% !important;
	}
	.single-video .layer-1 {
		top: -30% !important;
		left: -59px !important;
	}
	.em-service-title h2 {
		font-size: 22px;
	}
    .em-service.service-style-two .em-service-title h2 {
    	font-size: 20px;
    }
	.about_choose_us {
		background: #2d2d2d;
		padding: 41px 40px 0px 50px !important;
	}
	.about_choose_us .section-title h2 {
		font-size: 35px;
	}
	.front h3,
	.back h3 {
		font-size: 20px !important;
	}
	.third_block {
		display: block !important;
	}
	.mailchim-form-inner {
		margin: auto !important;
	}
	.footer-middle .recent-post-text .rcomment {
		font-size: 12px;
	}
	.footer-middle .recent-post-text h4 a {
		font-size: 15px;
	}
	.footer-widget.address, .footer-widget.address p {
		font-size: 15px;
		color: #f4f6fe;
	}
	#team::before {
		right: inherit;
		z-index: -1;
		left: -10px;
		bottom: 0 !important;
		top: inherit;
	}
	.em-slick-slider-new .slick-prev,
	.em-slick-slider-new .slick-next {
		display: none !important;
	}
    .slider-style-four .slider-video-icon {
    	right: 13%;
    }
    .curosel-style .owl-nav .owl-prev {
    	left: 15px;
    }
    .curosel-style .owl-nav .owl-next {
    	right: 15px;
    }
	.techno_menu > ul > li > a {
		margin: 30px 8px;
	}
	.em-quearys-menu i {
		margin-left: 5px !important;
		display: inline-block;
	}
    .case_default .em-cases-study-title h2 a {
    	font-size: 22px;
    }
	.effective-content p {
		width: 86%;
	}
	.em-feature.style-three {
		padding: 50px 15px;
	}
	.heading_title {
		font-size: 31px;
	}
    .donate-btn-header {
        margin-left: 0px;
    }
.home-new .slider-single-image img {
    display: none !important;
}
.section-title h3, .section-title h2, .title_tx h3, .title_tx h2 {
    font-size: 30px !important;
}
.section-title.t_left p {
    margin-bottom: 0;
    width: 100% !important;
}
.feature-box.style-eight .feature-box-icon i {
    font-size: 31px !important;
    height: 74px !important;
    width: 74px !important;
    line-height: 74px !important;
}
.feature-box.style-eight .feature-box-title h2 {
    font-size: 16px !important;
}
.dreamit-slick-slider .hero-text-wrap p {
    width: 70% !important;
}
.service-box.service-style-nine {
    padding: 28px 17px 28px !important;
}
.feature-box.style-seven {
    padding: 15px 15px 30px !important;
}
.counter_icon {
    margin-right: 10px !important;
}
.techno-blog-meta-left a, .techno-blog-meta-left span {
    margin-right: 13px;
}
.techno-blog-meta-left span::before, .techno-blog-meta-left a::before {
    right: -11px;
}
.feature-box.style-six .feature-box-content .feature-box-title h2 {
    font-size: 18px !important;
}
.feature-box.style-five {
    padding: 50px 30px !important;
}
.slider-single-image img {
    display: block !important;
    width: 58% !important;
}
   
.slider-single-image {
    right: -29% !important;
}
.style-three.single-video {
    margin-right: 0!important;
    margin-left: 0!important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	left: -277px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	width: 932px !important;
}

}
/* ------------------------------------------------- Large Screen. ---------------------------------------------------*/
 @media (min-width: 992px) and (max-width: 1920px) {
	.em-nivo-slider-wrapper .nivo-controlNav {
		display: none;
	}
}
/* ------------------------------------------------- Tablet Screen : 768 ---------------------------------------------------*/
 @media (min-width: 840px) and (max-width: 850px) {
	.em_slider_inner {
		left: 0;
	}
}
 @media (min-width: 768px) and (max-width: 991px) {

	/* Slick Slider */
	.single-slick.style-four{
		min-height: 650px;
	}
	.dreamit-slick-slider .single-slick .slider-single-image{
		display: none;
	}
	
	/* Nivo Slider */
	.em-slider-sub-title {
		font-size: 85px !important;
	}
    .em-slider-descript {
    	width: 80% !important;
    }
	/* End Nivo Slider */
	
 	/* Work Process */
	.work_progress.style-three .work_progress-number::before{
		display: none;
	}
	/* End Work Process */
 
	/* Section Title */
	.section-title h3, .section-title h2 {
		font-size: 30px !important;
	}
	/* End Section Title */

	/* End Call To Action */
	.kc_accordion_header > a {
		font-size: 14px !important;
	}

    .banner-slider-content p {
    	width: 85%;
    	color: #d5c6c6;
    }
	.breadcumb-area {
		padding: 125px 0 143px;
	}
	.service_details .kc_col-sm-8{
		width: 60% !important;
	}
	.service_details .kc_col-sm-4{
		width: 40% !important;
	}
	.service_details .kc_tabs_nav > li > a, .service_details .nav-pills > li > a {
		padding: 0 10px;
	}
	.slider_circle_img.rotateme {
		right: -320px;
		top: 0;
	}
	.srv-dtl-inner .kc_col-sm-6 {
		width: 100% !important;
	}
	.author.mt-120 p {
    	font-size: 16px;
    	overflow: hidden;
    }
     .em-button-button-area a {
         margin-top: 20px;
    }
     .footer-top-inner p {
         width: 78%;
    }
    /* kc */
     .menu-height-space {
         height: 0;
    }
     .banner-content p {
         width: 85%;
    }
     .curosel-style .owl-nav div {
         left: 15px;
    }
     .curosel-style .owl-nav .owl-next {
         left: auto;
         right: 15px;
    }
     .style-three .em-call-to-action-desc,
     .em-call-to-action-desc {
         width: 75%;
    }
	.portfolio_nav ul li {
		padding: 14px 13px;
	}
	.banner-content h2,
	.banner-content h1 {
		font-size: 30px;
	}
    .mean-container .mean-bar::before {
         top: 15px;
    }
     .title_in_area {
         width: 100%;
    }
     .em-call-to-video h3 {
         margin-top: 10px;
         font-size: 18px;
    }
     .em-nivo-slider-wrapper:hover .nivo-directionNav a {
         left: 5px;
    }
     .em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
         left: auto;
         right: 5px;
    }
    .section-title.t_center {
         width: 67%;
    }
	.em-content-image > img {
	  width: 100%;
	}
		
	.reponsive_full	.cfull.kc_col-sm-6{
		width:100% !important;
	}	
	.reponsive_full	.cfull .slick-slide img{
		width:100% !important;
	}	
	.message_full .kc_col-sm-6{
		width:100% !important;
	}		
	.feature-btn {
		margin-top: 30px;
	}
	.section-title.t_center {
		width: 89%;
	}	
	.banner-slick.banner-content.banner-content p {
		width: 74%;
	}
	.top-address.em-login.text-right {
		display: none;
	}	
	.em_slider_inner {
		left: 0;
	}
	.single-video-content p {
		width: 83%;
	}
	.em-nivo-slider-wrapper .nivo-controlNav {
		display: none;
	}
	.em-slick-slider-new {
		z-index: 0;
	}
	.footer-menu ul li a {
		margin-left: 13px;
	}
	.title_tx h2,
	.section-title h2 {
		font-size: 30px;
	}
	.section-title h5 {
		margin: 0 0 25px;
	}
	blockquote {
		padding: 121px 30px 50px 30px;
	}
	.post-text blockquote::before {
		left: 30px;
	}
	.comments-area .children {
		margin-left: 0px;
	}
	.blog-page-title > h2 {
		font-size: 24px;
	}
    .author.mt-120 {
    	padding: 40px 16px 35px;
    }
	.em-team-content-image img {
		width: 100%;
	}
.em-slick-slider-new .single-slide {
	height: 600px !important;
}

	.em-slick-slider-new .banner-content {
		left: 15px;
	}
	.techno-blog-thumb_adn {
		float: none;
	}
	.techno-blog-thumb_adn img {
		width: 100%;
	}
	.banner-area {
		height: 600px;
	}
	.banner-content {
		top: 30%;
		width:100%;
	}
	.techno-header-top {
		display: none;
	}
	.meta_comments {
		display: none !important;
	}
	.slider_single_img {
		display: none;
	}
	.em-feature-thumb img {
		width: 100%;
	}
	.choose_us .kc_col-sm-6 {
		width: 100% !important;
	}
	.em_single_testimonial {
		margin-top: 40px;
	}
	.mailchim-form-inner {
		padding: 33px 100px 40px;
	}
	.mailchim-form {
		padding-left: 26px !important;
		padding-right: 49px !important;
	}
	.single-video {
		margin-left: 0;

	}
	.techno_about2 .kc_col-sm-6 {
		width: 100% !important;
	}
	.single-video .layer-4 {
		top: 78% !important;
		right: -15px;
	}
	.single-video .layer-3 {
		top: 94% !important;
		left: 0% !important;
	}
	.single-video .layer-2 {
		top: -28% !important;
		left: 75% !important;
	}
	.single-video .layer-1 {
		top: -24% !important;
		left: 0px !important;
	}
    .nav-pills > li {
        margin-right: 12px !important;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.20);
        box-shadow: 0 0 3px rgba(0,0,0,0.20);
    }
	.tab_pan_content {
		padding-left: 0;
		padding-top: 40px;
	}
	.nav-pills > li > a {
		font-size: 14px !important;
	}
	.about_choose_us2.kc_col-sm-6,
	.about_choose_us.kc_col-sm-6 {
		width: 100% !important;
	}
	.single-video img {
		width: 100%;
	}
	.portfolio_details {
		padding: 40px 15px;
	}
	.portfolio_info {
		padding-left: 0px;
	}
	.recent-post-image {
		margin-right: 11px;
	}
	.mailchim-form-inner {
		margin: auto !important;
	}
	.em-slick-slider-new .slick-prev,
	.em-slick-slider-new .slick-next {
		display: none !important;
	}
	.single_protfolio:hover .prot_content {
		opacity: 1;
		bottom: 11px;
	}
	.prot_content {
		right: 7px;
		left: 7px;
	}
	.prot_content h3 a {
		font-size: 19px;
	}
	#team::before {
		display: none;
	}
	.recent-post-text h4 a {
		font-size: 15px;
		line-height: 14px;
	}
	.recent-post-text .rcomment {
		color: #616161;
		font-size: 13px;
	}
    .classic-it-service .kc_col-sm-7,
    .classic-it-service .kc_col-sm-5{
    	width: 100% !important;
    }
    .case_default .em-cases-study-content {
    	padding: 40px 10px;
    	top: 129%;
    }
    .case_default .em-cases-study-title h2 a {
    	font-size: 19px;
    }
	.effective-content p {
		width: 85% !important;
	}
	.heading_number {
		float: none;
		line-height: 1;
		margin-top: 0;
		margin-right: 0;
	}
	.heading_title {
		display: block;
	}
    .style-two.em_work_progress::after {
        display:none;
    }
.em-feature.style-five {
	background: #232323;
}
.em-slick-slider-new .slider-style-seven .banner-content {
	top: 50%;
}
.slider-style-seven .slider-video-icon {
	top: 50%;
	right: 10%;
}
.image_background_circle_gray::after {
	display: none;
}
.odoo-consult-form .kc_col-sm-8 {
    width: 50% !important;
}
.elementor-4038 .elementor-element.elementor-element-9f4d22a {
    width: 100% !important;
}
 .dreamit-slick-slider .single-slick {
    min-height: 600px !important;
}
	 	 rs-arrow.tp-rightarrow.tparrows.hades {
		 display:none !important;
	 }	 
	  rs-arrow.tp-leftarrow.tparrows.hades {
		 display:none !important;
	 }
	 
.dreamit-slick-slider .hero-text-wrap p {
    width: 95% !important;
}	 
.style-three.single-video {
    margin-right: 0 !important;
    margin-left: 0 !important;
}	 
.call-to-action.style-one .call-to-action-title h2 {
    width: 60% !important;
}	 
.effective-content h2 {
    font-size: 41px !important;
}
.effective-area {
    min-height: 600px !important;
}
.dreamit-slick-slider .hero-text-wrap h1 {
    font-size: 50px !important;
}
 }
/* ------------------------------------------------- Small Mobile : 320 ---------------------------------------------------*/
 @media (max-width: 767px) {
	
	/* Slick Slider */
	.dreamit-slick-slider .single-slick{
		min-height: 550px;
	}
	.dreamit-slick-slider .single-slick .hero-text-wrap{
		text-align: center;
	}
	.dreamit-slick-slider .hero-text-wrap h4{
		margin-top: 60px !important;
	}
	.dreamit-slick-slider .single-slick .hero-text-wrap h1{
		font-size: 30px !important;
	}
    .dreamit-slick-slider .single-slick .hero-text-wrap .slider-video-icon {
        position: absolute;
        right: 0;
        top: 17%;
        left: 0;
    }
.dreamit-slick-slider .single-slick.style-two .hero-text-wrap .slider-video-icon {
    top: 10%;
}
    .dreamit-slick-slider .single-slick.style-four .hero-text-wrap .slider-video-icon {
        top: 14%;
    }
    .dreamit-slick-slider .style-six .slider-video-icon {
        top: -14% !important;
    }
	.dreamit-slick-slider .single-slick .hero-text-wrap .button-two{
		margin-top: 20px;
		display: none;
	}
	.dreamit-slick-slider .slick-prev,
	.dreamit-slick-slider .slick-next {
		display: none !important;
	}
	.dreamit-slick-slider .hero-text-wrap p {
		width: 100% !important;
	}
	.dreamit-slick-slider .single-slick .slider-single-image{
		display: none;
	}
	/* Style five */
	.dreamit-slick-slider .single-slick.style-five .hero-text-wrap .slider-video-icon{
		display: none;
	}
	.dreamit-slick-slider .single-slick.style-five .hero-text-wrap {
    	margin-top: 0px;
    }
	/* End Slick Slider */

	/* Nivo Slider */
	.em-slider-sub-title {
		font-size: 50px !important;
	}
	.em-slider-title {
		font-size: 21px !important;
	}
	/* End Nivo Slider */

	/* Work Process */
	.work_progress.style-three .work_progress-number::before{
		display: none;
	}
	
	/* Tab */
	.tab .nav-tabs li{
	    width: 100%;
	}
	
	 .em-feature.style-five .em_content_text {
		padding: 0;
	}
    .image_background_circle_gray::after {
    	display:none;
    }
    .banner-slider-content {
    	text-align: center;
    }
    .classic-it-service .kc_col-sm-7,
    .classic-it-service .kc_col-sm-5{
    	width: 100% !important;
    }
    .banner-slider-content h1, .banner-slider-content h2 {
    	color: #fff;
    	font-size: 30px;
    }
    .banner-slider-content p {
    	color: #fff;
    	width: 77%;
    margin: 20px auto 32px;
    }
    .em_work_progress-number::before {
    	display: none;
    }
     .em-slider-button {
         display: none;
    }
     .section-title.t_center {
         width: 100%;
    }
     .section-title.t_right {
         width: 100%;
    }
    .about_shape img{
    	display: none !important;
    }

	.em-nivo-slider-wrapper .nivo-controlNav {
		bottom: 8px;
	}
    .slider-style-four .slider-video-icon {
    	right: 42%;
    	top: 10%;
    }
	
    /* top bar */
     .top-address {
         text-align: center;
    }
     .social-icons.text-right {
         text-align: center;
    }
    /* footer bar */
     .footer-top-inner p {
         width: 100%;
    }
     .footer-menu ul {
         margin: 10px 0 0;
         text-align: center;
    }
     .copy-right-text p {
         text-align: center;
    }
     .breadcumb-blog-area {
         padding: 30px 0 50px;
    }
	
    /* blog css */
	.em-blog-content-area_adn {
		padding: 25px 15px 25px !important;
	}
	.techno-blog-meta-left a, .techno-blog-meta-left span {
		margin-right: 17px;
	}
    /* single blog */
	
     .post_reply ul, .blog-content ul, .single-blog-content ul {
         padding-left: 20px;
    }
     .post_reply ol, .blog-content ol, .single-blog-content ol {
         padding-left: 20px;
    }
     .comments-area .children {
         margin-left: 10px;
    }
     .pdsr {
         padding-top: 50px;
    }
     .pdsl {
         padding-bottom: 90px;
    }
     #wp-calendar {
         display: block;
    }
    /* footer css */
     .techno-blog-thumb_adn > a img {
         width: 100%;
    }
     .em-content-image > img {
         width: 100%;
    }
     .kc_video_play.kc_video_wrapper {
         overflow: scroll;
    }
     .form-address-item {
         width: 100%;
         margin-bottom:30px;
    }
     .footer-social-icon a i {
         font-size: 16px;
         height: 35px;
         line-height: 35px;
         width: 35px;
    }
	.portfolio_nav ul li {
		letter-spacing: 0;
		display: block;
	}
     .menu-height-space {
         height: 0;
    }
     .testimonial_list {
         width: 100%;
    }
    /* without carousel */
     .curosel-style .owl-nav div {
         left:0px;
    }
     .curosel-style .owl-nav .owl-next {
         left: auto;
         right: 0;
    }
     .em-feature-content-image img {
         width: 100%;
    }
     .em-call-to-action-desc {
         width: 78%;
    }
	.call-to-action-title h2 {
		font-size: 18px;
	}
	/* Call To Action */
    .call-to-action .call-to-action-title h2 {
        font-size: 30px !important;
        width: 100% !important;
    }
	.call-to-action.style-two .call-to-video{
		display: none;
	}
	/* End Call To Action */
	.em-call-to-action2 .em-call-to-action-desc {
	  width: 100%;
	}	
	.single-video h3 {
		font-size: 16px;
		padding-top: 0;
		display: none;
	}
     .single_header_address.ctrp {
         padding-bottom: 40px;
    }
    /* title */
    .section-title h2, .section-title h3{
         font-size: 28px !important;
    }
     .title_in_area {
         width: 100%;
    }
     .title_in {
         float: none;
    }
	.title_tx h2 {
	font-size: 28px;
	margin-bottom: 20px;
	}
    .mean-container .mean-bar::before {
         text-transform: uppercase;
         top: 15px;
    }
    .call-to-video {
         display: none;
    }
	.style-three .em-call-to-action-title span,
	.em-call-to-action-title span {
		width: 90%;
		font-size: 30px;
	}
    .style-three .em-call-to-action-title h2 {
    	font-size: 30px;
    }
     .style-three .em-call-to-action-desc,
     .em-call-to-action-desc {
         width: 100%;
    }
	.em_content_text {
		bottom: -54px;
        padding: 0 25px 0 25px;
	}
	.em-feature-title h2 {
		margin: 7px 0 15px;
	}
	.em-feature:hover .em_content_text {

		bottom: 25px;

	}
	.em-nivo-slider-wrapper .nivo-directionNav {
		display: none;
	}
     .curosel-style .owl-nav div {
         
    }
     .em_slider_inner.container.text-right, .em_slider_inner.container.text-center, .em_slider_inner.container.text-left {
         text-align: center;
    }
     .footer-middle .widget h2{
         margin-top: 10px;
    }
	.footer-middle {
		padding: 70px 0 36px;
	}
     .pr-title {
         margin-bottom: 15px;
    }
	.page-numbers li {
		margin-bottom: 15px;
	}
	.banner-content p {
		width: 98%;
	}
	.banner-slick.banner-content.banner-content p {
		width: 85%;
		text-align: center;
		margin: auto;
	}
	.banner-area .btn {
		padding: 22px 27px;
		font-size: 14px;
	}
	.b-batton.active {
		display: none;
	}
	.banner-content {
		top: 22%;
		width: 100%;
	}
	.em_slider_inner {
		left: 0;
	}
	.kc_tabs_nav, .nav-pills {
		border-bottom: 0;
		padding-top: 29px !important;
	}
	
	/* Post Tab */
	.nav-pills > li {
		float: none !important;
		display: block !important;
		line-height: 0;
		width: 100% !important;
	}
	/* End Post Tab */
	.nav-pills li i {
		padding-top: 12px;
	}
	.nav-pills > li + li {
		margin-left: 0;
	}
	.tab_pan_content {
		padding-left: 0;
		padding-top: 30px;
	}
	a.active-tab-btn {
		display: none;
	}
    .em-slick-slider-new .banner-content {
    	left: 0;
    	/* transform: translateY(-50%) translateX(-50%); */
    	text-align: center !important;
    	right: 0;
    }
	.em_testi_text {
		width: 90%;
	}
	.single-video-content h4 {
		letter-spacing: 2px;
	}
	.single-video-content p {
		width: 93%;
	}
	.em-nivo-slider-wrapper .nivo-controlNav {
		display: none;
	}
	.em-slick-slider-new {
		z-index: 0;
	}
	.testimonial_list.curosel-style .owl-nav .owl-prev {
		display:none;
	}
	.testimonial_list.curosel-style .owl-nav .owl-next {
		display:none;
	}
	.em-slick-slider-new .single-slide {
		height: calc(90vh - 100px);
		position: relative;
	}
	.post-text blockquote::before {
		left: 30px;
	}
	.comments-area .children {
		margin-left: 0px;
	}
	.techno-single-icon-inner a {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		margin: 0 3px;
		width: 30px;
	}
	.post_replay_inner {
		display: block;
	}
	.post_reply_thumb {
		margin-bottom: 15px;
	}
	.comment-respond {
		padding: 23px 6px 40px;
	}
	.techno_btn {
		padding: 8px 18px;
	}
	.textwidget-icon.social-profile li a {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.techno-blog-thumb img {
		width: 100%;
	}
	.author.mt-120 {
    	padding: 40px 15px 35px;
    }

	.paginations a, .page-numbers span.current {
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 15px;
		margin: auto 3px;
	}
	.footer-menu .social-icon {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.em-service2.smiddle {
		text-align:center;
	}
	.countr_text > h1 {
		font-size: 40px;
		padding-bottom: 0;
	}
	.countr_text > h3 {
		font-size: 40px;
	}
	.banner-slick.banner-content h3,
	.banner-slick.banner-content h2,
	.banner-slick.banner-content h1 {
		font-size: 30px;
	}
	.banner-content.banner-slick.text-center h4 {
		font-size: 15px;
	}
    .em-slick-slider-new .single-slide {
    	height: 500px !important;
    	position: relative;
    }
	.banner-content h2 {
		font-size: 20px;
	}
	.banner-area {
		height: 715px;
	}
	.banner-area.em-slick-slider-new {
		height: auto;
	}
	.em-service2.sright .em-service-icon {
		float: none;
		margin: 0;
	}
    .blog-left-side {
    	margin-top: 30px;
    }
	.em_feature_img {
		float: none;
		overflow: hidden;
		margin-right: 0;
	}
	.techno-single-blog-details-inner {
		padding: 40px 30px;
	}
	.banner-slick.banner-content h4 {
		font-size: 18px;
		margin-bottom: 23px;
	}

	.breadcrumb_tran_header .breadcumb-area {
		padding: 121px 0 110px;
	}
	.author-img.text-center {
		float: left;
		margin-right: 0;
		float: none;
		margin-bottom: 20px;
	}
	.author-text {
		padding-top: 20px;
		text-align: center;
	}
	.copyright-social {
		text-align: center;
		padding-top: 10px;
	}

	.slider_single_img {
		display: none;
	}
	#team::before {
		display: none;
	}
	.em_single_testimonial {
		margin-top: 40px;
	}
	.mailchim-form-inner {
		padding: 33px 15px 40px;
	}
	.mailchim-form-inner .widgettitle {
		font-size: 23px;
	}
	.mc4wp-form-fields button {
		background: #fff;
		color: #5451c1;
		padding: 12px 43px;
		position: inherit;
		right: inherit;
		top: inherit;
		height: inherit;
		display: inline-block;
		-webkit-transform: inherit;
		    -ms-transform: inherit;
		        transform: inherit;
		margin-top: 20px;
	}
	.slick-style-two .banner-slick .b-batton {
		float: none;
	}
	.slider-video-icon {
		display: none;
	}
    .single-video {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
	.single-video .layer-1,
	.single-video .layer-2,
	.single-video .layer-3,
	.single-video .layer-4 {
		display: none;
	}
	.em-service-thumb {
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.price_item span {
		font-size: 43px;
	}
	.portfolio_details {
		padding: 40px 15px;
	}
	.portfolio_info {
		padding-left: 0px;
	}
	.em-blog-content-area {
		padding: 28px 30px 30px;
	}
	.meta_comments {
		display: none !important;
	}
	.techno-single-icon-inner a i {
		font-size: 13px;
		height: 30px;
		line-height: 28px;
		margin: 0 0px 0 0;
		width: 30px;
	}
	.footer-middle {
		padding: 80px 0 29px;
	}
    .footer-menu .text-right {
        text-align: center !important;
    }
    .curosel-style .owl-nav div {
    	display: none;
    }
    .prot_content h3 a {
    	font-size: 18px;
    }
    .single_protfolio:hover .prot_content {
    	bottom: 11px;
    }
.kc_accordion_header > a {
	font-size: 15px !important;
}
.brpt h2 {
	font-size: 31px;
	margin-bottom: 13px;
}
.kc-call-to-action .kc-cta-button a {
	float: left !important;
}
.kc-cta-3 .kc-cta-button {
    width: 100% !important;
    display: block !important;
}
.kc-cta-3.kc-is-button .kc-cta-desc {
    width: 100% !important;
    display: block !important;
}
.feature-style-two .em-feature-title h2 {
    font-size: 17px;
}
.effective-content p {
    width: 85% !important;
}
.effective-content h2 {
	font-size: 40px !important;
}
.effective_slider_btn a {
	margin: 0 9px 20px !important;
}
.em-feature.style-three {
	padding: 50px 25px;
}
.heading_number {
    float: none;
    line-height: 1;
    margin-top: 0;
    margin-right: 0;
}
.heading_title {
	display: block;
}
.style-two.em_work_progress::after {
	display:none;
}

/* Counter Section */
.single_counter .counter_icon {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.single_counter .single_counter_inner{
    text-align: center;
}
/* End Counter Section */


.breadcumb-inner h2 {
	font-size: 30px;
}
.em-feature.style-five {
	background: #232323;
}

.elementor-4038 .elementor-element.elementor-element-9f4d22a {
    width: 100% !important;
}
 .dreamit-slick-slider .single-slick {
    min-height: 600px !important;
}
	 
	 rs-arrow.tp-rightarrow.tparrows.hades {
		 display:none !important;
	 }	 
	  rs-arrow.tp-leftarrow.tparrows.hades {
		 display:none !important;
	 }	
	 
.feature-box.style-eight .feature-box-title h2 {
    font-size: 16px !important;
}

.feature-box.style-eight .feature-box-icon i {
    font-size: 33px !important;
    height: 80px !important;
    width: 80px !important;
    line-height: 80px !important;
}
.feature-box.style-eight {
    padding: 30px 10px 25px 10px !important;
}

.style-two.work_progress::after {
    display:none !important;
}

.section-title p {
    width: 100% !important;
}

.single_pricing {
    padding: 31px 15px 50px !important;
}

.tab_pan_content {
    padding-left: 0!important;
    padding-top: 29px !important;
}
.testi_content {
    padding: 28px 15px 29px !important;
    text-align: center !important;
}
.icon-box {
    display: block !important;
}	 
.icon-box .icon-box-icon {
    margin-bottom: 15px !important;
}

}


/* ------------------------------------------------- Large Mobile :480px. ---------------------------------------------------*/
 @media only screen and (min-width: 480px) and (max-width: 767px) {
    .em-slider-button {
    	display: block;
    	margin-top: 24px;
    }
    .single_protfolio:hover .prot_content {
    	bottom: 11px;
    }
    .banner-slider-content h1, .banner-slider-content h2 {
    	color: #fff;
    	font-size: 38px;
    }
	a.active-tab-btn {
		display:inline-block;
	}
.em-button-button-area a {
	padding: 10px 18px;
	font-size: 12px;
	margin: 0 5px !important;
}
     .banner-content p {
         width: 92%;
    }
     .single-video h3 {
         font-size: 22px;
    }
     .brand_logo .kc_col-sm-2{
         width:50% !important;
    }
     .copy-right-text p {
         font-size: 14px;
    }
    .em-slider-sub-title {
    	font-size: 54px;
    }
	.em-team-content-image img {
		width: 100%;
	}
	.countr_text > h1 {
		font-size: 40px;
		padding-bottom: 0;
	}
	.countr_text > h3 {
		font-size: 40px;
	}
	.banner-slick.banner-content h3,
	.banner-slick.banner-content h2,
	.banner-slick.banner-content h1 {
		font-size: 45px;
	}
	.banner-content.banner-slick.text-center h4 {
		font-size: 20px;
	}

}
 @media only screen and (min-width: 600px) and (max-width: 767px) {

     .techno-blog-meta-left_adn a, .techno-blog-meta-left_adn span {
         font-size: 12px;
    }


}
 /*
Theme Name: techno

WooCommerce styles override
*/


/**
 * WooCommerce color variables
 */


/**
 * Imports
 */


/**
 * Shop tables
 */


/**
 * Shop tables
 */

table.shop_table_responsive thead {
    display: none;
}

table.shop_table_responsive tbody th {
    display: none;
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}

table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    float: left;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}

table.shop_table_responsive tr td.product-remove:before {
    display: none;
}

table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before {
    display: none;
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}

@media screen and (min-width: 48em) {
    table.shop_table_responsive thead {
        display: table-header-group;
    }
    table.shop_table_responsive tbody th {
        display: table-cell;
    }
    table.shop_table_responsive tr th,
    table.shop_table_responsive tr td {
        text-align: left;
    }
    table.shop_table_responsive tr td {
        display: table-cell;
    }
    table.shop_table_responsive tr td:before {
        display: none;
    }
}


/**
 * Products
 */


/**
 * Products
 */

ul.products {
    content: "";
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
}

ul.products li.product img {
    display: block;
}

ul.products li.product .button {
    display: block;
}

@media screen and (min-width: 48em) {
    ul.products li.product {
        width: 30.7966666667%;
        float: left;
        margin-right: 3.8%;
    }
    ul.products li.product.first {
        clear: both;
    }
    ul.products li.product.last {
        margin-right: 0;
    }
    .columns-1 ul.products li.product {
        float: none;
        width: 100%;
    }
    .columns-2 ul.products li.product {
        width: 48.1%;
    }
    .columns-3 ul.products li.product {
        width: 30.7966666667%;
    }
    .columns-4 ul.products li.product {
        width: 23.1%;
    }
    .columns-5 ul.products li.product {
        width: 16.96%;
    }
    .columns-6 ul.products li.product {
        width: 13.4933333333%;
    }
}


/**
 * Single product
 */


/**
 * Single Product
 */

.single-product div.product {
    content: "";
    display: table;
    table-layout: fixed;
    position: relative;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    display: block;
    z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    content: "";
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: .5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.7966666667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
}

.stock:empty:before {
    display: none;
}

.stock.in-stock {
    color: #0f834d;
}

.stock.out-of-stock {
    color: #e2401c;
}


/**
 * Checkout
 */


/**
 * Checkout
 */

@media screen and (min-width: 768px) {
    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%;
    }
    .col2-set .form-row-last {
        float: right;
        margin-right: 0;
    }
    .col2-set .form-row-first,
    .col2-set .form-row-last {
        width: 48.1%;
    }
}


/**
 * General WooCommerce components
 */


/**
 * Header cart
 */

.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
    content: "";
    display: table;
    table-layout: fixed;
}

.site-header-cart .cart-contents {
    text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
    display: none;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}


/**
 * Star rating
 */

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.3em;
    font-family: 'star';
    font-weight: 400;
}

.star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #0C5ADB;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "star";
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: .25;
}

p.stars a:hover ~ a:before {
    content: "\53";
    color: #404040;
    opacity: .25;
}

p.stars:hover a:before {
    content: "\53";
    color: #0C5ADB;
    opacity: 1;
}

p.stars.selected a.active:before {
    content: "\53";
    color: #0C5ADB;
    opacity: 1;
}

p.stars.selected a.active ~ a:before {
    content: "\53";
    color: #404040;
    opacity: .25;
}

p.stars.selected a:not(.active):before {
    content: "\53";
    color: #0C5ADB;
    opacity: 1;
}


/**
 * Tabs
 */

.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative;
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em;
}


/**
 * Password strength meter
 */

.woocommerce-password-strength {
    text-align: right;
}

.woocommerce-password-strength.strong {
    color: #0f834d;
}

.woocommerce-password-strength.short {
    color: #e2401c;
}

.woocommerce-password-strength.bad {
    color: #e2401c;
}

.woocommerce-password-strength.good {
    color: #3D9CD2;
}


/**
 * Forms
 */

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #0C5ADB;
}

.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0C5ADB;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #0C5ADB;
}

.required {
    color: red;
}


/**
 * Notices
 */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    content: "";
    display: block;
    table-layout: fixed;
    background-color: #ffffff;
    clear: both;
}

.woocommerce-message {
    border-top-color: #0C5ADB;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #3D9CD2;
}

.woocommerce-message::before {
    content: "\e015";
    color: #0C5ADB;
}

.woocommerce-error {
    background-color: #ffffff;
}

.woocommerce-message a.button {
    padding: 16px 30px;
    background-color: #0C5ADB;
    color: #fff;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #0C5ADB;
    font-size: 1.70em;
    font-weight: 700;
}
.woocommerce div.product .stock {
    color: #0C5ADB;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #3D9CD2;
    z-index: 9999;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    margin: 0;
    padding: 15px 20px;
    color: #fff;
    background-color: #0C5ADB;
    display: inline-block;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #23282d;
    color: #fff;
}

@media screen and (min-width: 48em) {
    /**
	 * Header cart
	 */
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }
    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }
}


/**
 * WooCommerce widgets
 */


/**
 * WooCommerce Price Filter
 */

.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    background: #0C5ADB;
    box-sizing: border-box;
    margin-top: -.25em;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #0C5ADB;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
}


/*** custom **/

ul.products {
    width: 100%;
}

.technowpro-img {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border-bottom: 1px solid rgba(220, 220, 220, 0.50);
    overflow: hidden;
}

ul.products li.product.last {
    margin-right: 0 !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 2.5% 2.992em 0;
    padding: 0;
    position: relative;
    width: 23.05%;
}


/*** product title **/

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 16px 0;
    margin: 0;
    font-size: 22px;
}
.techno-wpro-title a h2 {
    margin: 0 !important;
    padding: 15px 0 5px !important;
}
.woocommerce ul.products li.product .price {
    color: #0C5ADB;
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}

.woocommerce ul.products li.product a:hover h2 {
    color: #0C5ADB;
    transition: .4s;
}

.woocommerce ul.products li.product a {
    transition: .4s;
}

.techno-wpro-rprice.row span.price {
    margin: 0;
    padding: 0;
}

.techno-wpro-rprice.row .star-ratting {
    flex-grow: 1;
}

.techno-wpro-rprice.row .star-rating {
    flex-grow: 1;
}

.techno-wpro-rprice.row {
    padding: 0px 15px;
    display: block;
    text-align:center;
}

.techno-wproducts {
    background-color: #fff;
    text-align: center;
    border: 1px solid #f6f6f6;
}

.techno-wpro-item-content {
    padding: 0 12px;
    text-align: center;
}

.techno-plist-view .techno-wpro-item-content {
	padding: 0 12px;
	text-align: left;
}
.techno-plist-view .techno-wpro-rprice.row {
	padding: 0px 15px;
	display: block;
	text-align: left;
}
.woocommerce ul.products li.product .star-rating {
    font-size: 16px;
    display: none !important;
}

.woocommerce .star-rating::before {
    color: #0C5ADB;
}

.woocommerce span.onsale {
    min-height: 15px;
    min-width: 52px;
    padding: 3px 6px;
    line-height: 24px;
    margin: 0;
    border-radius: 0;
    background-color: #0C5ADB;
    font-size: 13px;
    margin: 0 !important;
    z-index: 99999;
}

.woocommerce ul.products li.product .onsale {
    z-index: 999;
    top: 8px;
    right: auto;
    left: 7px;
    margin: -.5em -.5em 0 0;
}

span.onsale:after {
    content: "";
    padding: 3px;
    top: -7px;
    position: absolute;
    left: 4px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 22px solid #0C5ADB;
    border-bottom: 0px solid transparent;
}


/*** buttons ***/

.tafo-wpro-addtocart,
.techno-wpro-btn-compare,
.techno-wpro-wishlist-btn,
.techno-quick-view {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 12px;
}

ul.products li.product .button.added {
    display: none;
}

a.added_to_cart.wc-forward {
    background-color: #0C5ADB;
    padding: 16px 22px;
    border-radius: 4px;
    color: #fff;
}

ul.products li.product .button.added {
    display: none;
}

a.added_to_cart.wc-forward {
    background-color: #0C5ADB;
    padding: 16px 22px;
    border-radius: 4px;
    color: #fff;
}

a.compare.added {
    font-size: 0;
    background-color: #0C5ADB;
}

a.compare.added:after {
    content: "\f079";
    font-size: 14px;
    font-family: fontawesome;
}

.techno-wpro-btn {
    overflow: hidden;
    padding: 10px 0 20px;
}

.tafo-wpro-addtocart a.button {
    padding: 16px 28px;
    background-color: #0C5ADB;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
}
.tafo-wpro-addtocart {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 93%;
    transition: .4s;
}
.techno-wproducts:hover .tafo-wpro-addtocart{
bottom:15px;
}
.tafo-wpro-addtocart a.button:hover {
    background-color: #202328;
    color: #fff;
}

a.compare, .yith-wcwl-add-button a, a.yith-wcqv-button {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    background-color: #0C5ADB;
    color: #fff;
    clear: both;
    overflow: hidden;
    /* padding: 18px 0; */
    font-size: 14px;
    border-radius: 3px;
    line-height: 35px;
    margin: 0 5px;
}
a.compare:hover,
.yith-wcwl-add-button a:hover,
a.yith-wcqv-button:hover {
    color: #fff;
    background-color: #232323;
}

.yith-wcwl-wishlistaddedbrowse span.feedback,
.yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}

.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a {
    font-size: 0;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    background-color: #0C5ADB;
    color: #fff;
    border-radius: 4px;
    padding: 18px 0;
}

.yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-wishlistexistsbrowse a:before {
    content: "\f004";
    font-family: fontawesome;
    font-size: 14px;
}


/*** woo pagination **/

.woocommerce nav.woocommerce-pagination ul {
    border: 1px solid transparent;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid transparent;
    margin: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #0C5ADB;
    color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 1em;
    padding: .5em;
    min-width: 35px;
    min-height: 35px;
    padding: 11px;
    background-color: #202328;
    color: #fff;
}


/*** woo diget ***/

.woocommerce ul.product_list_widget li {
    padding: 10px 0;
}

.woocommerce ul.product_list_widget li img {
    width: 48px;
}

.woocommerce ul.product_list_widget li .star-rating {
    float: none;
    margin: 8px 0;
}

.widget_product_search form.woocommerce-product-search {
    position: relative;
}

.widget_product_search button {
    position: absolute;
    top: 0;
    right: -9px;
    font-size: 0;
    border: 0;
    background-color: #0C5ADB;
    color: #fff;
    cursor: pointer;
    transition: .4s;
    height: 100%;
    width: 23%;
}

.widget_product_search button:after {
    content: "\f002";
    font-family: fontawesome;
    font-size: 14px;
    position: relative;
    top: 0;
}
.widget_product_search form.woocommerce-product-search input {
    border: 0;
    padding-left: 8px;
    background: #f6f6f6;
    height: 50px;
}

.widget_product_search button:hover {
    background-color: #202328;
    color: #fff;
    transition: .4s;
}

section#yith-woocompare-widget-2 {}

.yith-woocompare-widget a.compare.added.button {
    margin: 0;
    width: auto;
    height: auto;
    background: transparent;
    color: #000;
}

.woocommerce.widget_price_filter .ui-slider-horizontal {
    height: 3px;
}

.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #0C5ADB;
}

.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
    width: 10px;
    height: 10px;
    background-color: #0C5ADB;
    top: 0px;
    margin-left: -.5em;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper {
    padding-top: 15px;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount {
    padding-top: 15px;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_label {
    padding-top: 8px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #f0f5fe;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    padding: 7px 10px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #0C5ADB 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0C5ADB;
    border: 1px solid #0C5ADB;
    padding: 1px 7px;
    color: #fff;
    font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper {
    padding-top: 15px;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount {
    padding-top: 15px;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_label {
    padding-top: 8px;
}

.woocommerce-widget-layered-nav span.select2-selection.select2-selection--multiple {}

button.woocommerce-widget-layered-nav-dropdown__submit {
    background: #0C5ADB;
    border: none;
    padding: 7px 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.widget_price_filter button.button:hover {
    background-color: #202328;
    color: #fff;
}

.widget_price_filter button.button {
    background: #0C5ADB;
    color: #fff;
    font-size: 12px !important;
    transition: .4s;
}


/*** Single product **/

.row.single-pro-top {
	overflow: hidden;
	padding: 34px 17px 30px;
	background-color: #f9f9f9;
	margin-bottom: 50px;
	margin-right: 0;
	margin-left: 0;
	margin-top: 70px;
}

.techno-spimg {
    border: 1px solid #00000014;
}

.techno-sspimg {
    cursor: pointer;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 100%;
    clear: none;
}

.single-product div.product {
    display: block;
}

.techno-sspimg img {
    border: 1px solid rgba(239, 239, 239, 0.6);
    cursor: pointer;
}

.techno-spimg {
    border: 1px solid rgba(239, 239, 239, 0.6);
}

.techno-product-small-img {
    margin-top: 20px;
}

.woocommerce .techno-product-small-img button.slick-arrow {
    display: none !important;
}

.techno-product-small-img .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}

.techno-product-small-img .slick-slide .techno-sspimg {
    position: relative;
}

.techno-product-small-img .slick-slide .techno-sspimg:after {
    content: "";
    width: 91%;
    height: 2px;
    background: #0C5ADB;
    position: absolute;
    bottom: 4px;
    margin: 0 auto;
    text-align: center;
    transition: .4s;
}

.techno-product-small-img .slick-slide .techno-sspimg:hover:after {
    height: 100%;
    transition: .4s;
    background-color: rgba(238, 50, 74, 0.47843137254901963);
    z-index: 1;
    cursor: pointer;
}

.single-product.woocommerce div.product form.cart {
    margin-bottom: 0;
    display: inline-block;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #0C5ADB;
}

.single-product .yith-wcwl-add-to-wishlist {
    margin-top: 0;
    display: inline-block;
    clear: both;
}

.single-product a.compare.button {
    display: inline-block;
    clear: both;
    overflow: hidden;
    position: relative;
    font-size: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    background: #212529;
    color: #fff;
    padding: 17px 0;
    font-weight: normal;
    border-radius: 5px;
    margin: 0 4px;
}

button.single_add_to_cart_button.button {
    background-color: #0C5ADB;
    padding: 16px 20px;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    transition: .4s;
}

button.single_add_to_cart_button.button:hover {
    background-color: #000000 !important;
    transition: .4s;
}

.single-product a.compare.button:after {
    content: "\f079";
    font-family: fontawesome;
    font-size: 14px;
}

.single-product a.compare.button:hover {
    background-color: #0C5ADB;
}

.single-product .yith-wcwl-add-to-wishlist {
    text-align: center;
    margin-left: 7px;
    margin-right: 4px;
}

.summary.entry-summary .yith-wcwl-add-to-wishlist a {
    color: #fff;
    width: 45px;
    height: 45px;
    background: #000;
    display: inline-block;
    padding: 11px;
    border-radius: 5px;
    line-height: inherit;
    overflow: hidden;
}

.summary.entry-summary .yith-wcwl-add-to-wishlist a:hover {
    background-color: #0C5ADB;
}

.summary.entry-summary .quantity input {
	margin-bottom: 0;
	padding: 10px 0;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	margin-right: 8px;
}
.single-product a.compare.button.added:after {
    margin-right: 6px;
}

.single-product a.compare.button.added:after {
    margin-right: 6px;
}

.single-product .product_meta > span {
    display: block;
    line-height: 27px;
}

.single-product .product_meta {
    margin-top: 17px;
}

.woocommerce-product-details__short-description {
	margin-bottom: 0;
}

.woocommerce-tabs.wc-tabs-wrapper {
	background-color: #f9f9f9;
	padding: 40px 31px 8px;
	margin-bottom: 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
    content: unset !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #0C5ADB;
    border-bottom-color: transparent;
}
.related.products {
	padding: 30px 40px 0;
	background: #f9f9f9;
	margin-bottom: 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin-right: 5px;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: normal;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 25px;
    background-color: #e8e8ef;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    text-shadow: none;
    background-color: #0C5ADB;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    background-color: #0C5ADB;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #ffffff;
}

.woocommerce-tabs .panel h2 {
    font-size: 24px;
    color: #000000;
}

.woocommerce-Reviews form#commentform p.comment-notes {
    width: 100% !important;
}

.woocommerce #review_form #respond p.comment-form-author {
    margin-right: 15px;
}

.woocommerce #review_form #respond p.comment-form-author,
.woocommerce #review_form #respond p.comment-form-email {
    margin: 0 0 10px;
    width: 49%;
    display: inline-block;
    clear: both;
    overflow: hidden;
}

.woocommerce-Reviews form#commentform p.comment-notes {
    width: 100% !important;
}

.woocommerce #review_form #respond p.comment-form-author {
    margin-right: 15px;
}

div#review_form {
    border: 1px solid #e2e0e0;
    padding: 24px;
}

.woocommerce #respond input#submit {
    padding: 18px 33px;
    background-color: #0C5ADB;
    color: #fff !important;
    margin-top: 20px;
    transition: .4s;
}

.woocommerce #respond input#submit:hover {
    background-color: #202328;
    transition: .4s;
}

section.up-sells.upsells.products > h2 {
    padding: 30px 0;
}

section.related.products > h2 {
    margin-bottom: 33px;
}

h2.woocommerce-products-header__title.page-title,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
    color: #fff;
}

.woocommerce .slick-dots {
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    padding-top: 20px;
    width: 100%;
}

.woocommerce .slick-dots li button {
    width: auto;
    height: 3px;
    margin: 5px;
    background-color: #000;
}

.woocommerce .slick-dots li button:hover {
    background-color: #0C5ADB;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: center;
    padding: 0;
    margin: 0;
    width: auto;
    color: #0C5ADB !important;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    border-bottom: .5px solid #e6e6e6;
    border-right: .5px solid #e6e6e6;
}

tr.woocommerce-cart-form__cart-item.cart_item td {
    padding: 5px 10px;
    border-right: 1px solid rgb(216, 216, 216);
}

table.shop_table_responsive tr td.product-remove a:hover {
    background: transparent;
    color: #000 !important;
}

.woocommerce table.shop_table th:last-child {
    border-right: none;
}

.woocommerce table.shop_table th {
    font-weight: 600;
    color: #000;
    border-right: 1px solid rgb(216, 216, 216);
}

.woocommerce table.shop_table {
    border: 1px solid rgb(216, 216, 216);
    margin: 0 0px 40px 0px;
    border-radius: 0;
}

.woocommerce table,
.woocommerce table th,
.woocommerce table td {
    border: none;
    border-bottom: 1px solid rgb(216, 216, 216);
}

tr.woocommerce-cart-form__cart-item.cart_item td:last-child {
    border-right: none;
}

.woocommerce table.shop_table td {
    border-top: none;
}

.woocommerce table.shop_table td.actions {
    border-bottom: transparent;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    max-width: 170px;
    width: 100%;
    padding: 10px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    padding: 13px 16px;
    color: #fff;
}

.cart_totals h2 {
    margin-bottom: 21px;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    padding: 25px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    margin-bottom: 80px;
    background-color: #fff;
    padding: 27px;
    padding-bottom: 0;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #222222;
    color: #fff;
}

.woocommerce-info, .woocommerce-noreviews {
    background: #F6F6F6;
}

.woocommerce-info {
    border-top-color: #0C5ADB;
}

.woocommerce-info::before {
    color: #0C5ADB;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 100%;
}

.woocommerce .select2-container--default .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 50px;
    padding: 12px 0;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 49px;
    position: absolute;
    top: 1px;
    right: 9px;
    width: 20px;
}

.woocommerce span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce span.woocommerce-input-wrapper input {
    border: 1px solid transparent;
}

.woocommerce span.woocommerce-input-wrapper textarea {
    border: 1px solid transparent;
}

h3#order_review_heading {
    color: #000000;
    margin-top: 30px;
    margin-bottom: 23px;
}

.woocommerce-checkout-review-order tr th {
    border: none;
    text-align: left !important;
    margin: 0;
}

.woocommerce-checkout-review-order tr th:first-child {
    border-right: 1px solid #e6e6e6;
}

.woocommerce-checkout-review-order tbody tr {
    border: none;
    padding: 0;
}

table.shop_table.woocommerce-checkout-review-order-table td {
    border-right: none;
    border-bottom: none;
    padding: 14px 12px;
    border-left: none;
}

.woocommerce-checkout-review-order tbody tr td:first-child {
    border-right: 1px solid #e5e5e5;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 100%;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

div#order_review {
    background-color: #fff;
    padding: 30px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f7f7f7;
    border-radius: 5px;
}

div#order_review {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 80px;
}

form.woocommerce-cart-form {
    background-color: #fff;
    padding: 30px;
    padding-bottom: 1px;
    margin-bottom: 49px;
}


/*** my account***/

nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li {
    line-height: 40px;
}

nav.woocommerce-MyAccount-navigation {
    margin-bottom: 80px;
}

nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    background-color: #e4e9f1;
    color: #000000;
    padding: 3px 23px;
    margin: 8px 0;
}

nav.woocommerce-MyAccount-navigation ul li a:hover,
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #0C5ADB;
    color: #fff;
}

.woocommerce-MyAccount-content h3 {
    color: #000000;
}

.woocommerce-MyAccount-content .woocommerce-address-fields > p > button {
    margin-top: 30px !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
    background-color: #fff;
    padding: 40px;
    padding-bottom: 16px;
    margin-bottom: 80px;
}

.woocommerce-MyAccount-content span.password-input {
    width: 100%;
}


/** Mini cart **/

.techno-mini-cart-items {
    position: absolute;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    top: -webkit-calc(100% + 1px);
    top: expression(100% + 1px);
    top: -moz-calc(100% + 1px);
    top: -o-calc(100% + 1px);
    top: calc(100% + 1px);
    right: -30px;
    background: #fff;
    width: 330px;
    padding: 30px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.techno-hmini:hover .techno-mini-cart-items {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.techno-mini-cart-items h2.widgettitle {
    display: none;
}

a.mini-cart-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.techno-mini-cart-items p.woocommerce-mini-cart__total.total {
    padding-top: 20px;
}

.techno-mini-cart-items p.woocommerce-mini-cart__buttons.buttons {
    margin-bottom: 0;
    text-align: left;
}
.techno-mini-cart-items .woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
    float: right;
}

.techno-mini-cart-items .widget_shopping_cart_content li:last-child {
    margin-bottom: 15px;
}

.techno-mini-cart-items span.quantity {
    font-size: 90%;
}

.techno-mini-cart-items li.woocommerce-mini-cart-item.mini_cart_item a {
    font-size: 16px;
}

.techno-mini-cart-items a.remove.remove_from_cart_button {
    margin: 6px 0;
    font-size: 23px;
}

.techno-mini-cart-items a.button.checkout.wc-forward {
    margin-left: 15px;
}

a.mini-cart-button label {
    width: 18px;
    height: 18px;
    background: #0C5ADB;
    border-radius: 100%;
    text-align: center;
    font-size: 69%;
    color: #fff;
    line-height: 18px;
    position: relative;
    top: -7px;
    left: -5px;
    font-weight: 600;
}

li.techno-mini-cart-items .widget.woocommerce.widget_shopping_cart {
    margin-bottom: 0;
}

ul.techno-hmini {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 40px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}

a.cart-contents > span {
    color: #fff;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #0C5ADB;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
}

ul.techno-hmini span.count {
    font-size: 11px;
    background: #000;
    width: 19px;
    height: 19px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 19px;
    color: #fff;
    position: relative;
    top: -17px;
    left: -12px;
}

li.techno-mini-cart-items li.woocommerce-mini-cart-item.mini_cart_item a:hover {
    color: #0C5ADB;
}

li.techno-mini-cart-items li.woocommerce-mini-cart-item.mini_cart_item a {
    color: #222222;
}

ul.techno-hmini p.woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-top: 10px;
}

/*** List view ***/

.woocommerce .techno-wactive-sidebar ul.products.columns-3 li.product,
.woocommerce-page .techno-wactive-sidebar ul.products.columns-3 li.product {
    width: 31.6%;
}

.woocommerce ul.products.techno-plist-view li.product {
    width: 100% !important;
    background-color: #fff;
}

.woocommerce ul.products.techno-plist-view li.product .technowpro-img {
    float: left;
    width: 350px;
    clear: both;
    overflow: hidden;
    margin-right: 30px;
    border-right: 1px solid #e6e6e6;
}

.woocommerce ul.products.techno-plist-view li.product .techno-wpro-item-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.woocommerce ul.products.techno-plist-view li.product .techno-wproducts {
    display: table;
    height: 100%;
    width: 100%;
}

.woocommerce ul.products.techno-plist-view li.product .star-rating {
    flex-grow: unset;
    display: block;
    width: 100%;
}

.woocommerce ul.products.techno-plist-view li.product span.price {
    display: block;
    margin-top: 4px;
}

.woocommerce ul.products.techno-plist-view .techno-plist-dec {
    display: block;
}

.techno-plist-dec {
    display: none
}

.woocommerce ul.products.techno-plist-view .techno-plist-dec p {
    line-height: 26px;
}

.woocommerce ul.products.techno-plist-view .techno-plist-dec {
    display: block;
    margin-top: 14px;
    padding-right: 20%;
}

.techno-grid-list-view {
    float: right;
    position: absolute;
    right: 35px;
}

.containers {
    position: relative;
}

.techno-plist-dec {
    display: none;
}

.techno-grid-list-view a {
    padding: 14px 12px;
    display: inline-block;
    width: 49px;
    background: #0f0f0f;
    color: #fff;
    text-align: center;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    padding-right: 140px;
    margin-bottom: 0;
}

.woocommerce .woocommerce-result-count {
    margin: 0;
    padding: 14px 0;
}

.techno-woocatalog {
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 18px 24px;
    position: relative;
}

.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
    margin-bottom: 0;
    background-color: #efefef;
    border: 0;
    cursor: pointer;
    height: 52px;
    padding: 0 9px;
}

.techno-grid-list-view a.active,
.techno-grid-list-view a:hover {
    background-color: #0C5ADB;
}

.woocommerce-error li {
    line-height: 37px;
}


/*** order success ***/

.woocommerce-order section.woocommerce-order-details {
    background-color: #fff;
    padding: 19px;
}

.woocommerce-order section.woocommerce-order-details > h2 {
    margin-bottom: 16px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    background: #fff;
    padding: 24px;
    margin-bottom: 28px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    background-color: #ffffff;
    padding: 22px;
}

.wishlist_table.wishlist_view a.button.yith-wcqv-button {
    float: right;
    padding: 17px 22px;
    text-align: center;
    display: inline-block;
    min-width: 126px;
}

.woocommerce table.wishlist_table.wishlist_view td {
    padding: 7px 12px;
    line-height: 4.5em;
}

form#yith-wcwl-form {
    padding: 20px 30px;
    background: #fff;
    padding-bottom: 1px;
    margin-bottom: 80px;
}

.yith_wcwl_wishlist_footer {
    overflow: hidden;
    clear: both;
    border-top: 1px solid #d8d8d8;
    padding-top: 11px;
}

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive {
    border: none;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}

.woocommerce table.wishlist_table.wishlist_view td:last-child {
    border-right: none;
}

.woocommerce table.wishlist_table.wishlist_view td {
    padding: 7px 12px;
    line-height: 4.5em;
    border-right: 1px solid #d8d8d8;
}

@media (min-width: 1499px) and (max-width: 1640px) {
    .tafo-wpro-addtocart a.button {
        padding: 16px 15px;
    }
    .woocommerce ul.products.techno-plist-view li.product .technowpro-img {
        border-right: none;
    }
    .woocommerce ul.products.techno-plist-view .techno-plist-dec {
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1498px) {
    .techno-pgrid-view .tafo-wpro-addtocart a.button {
        padding: 16px 17px;
        font-weight: normal;
        font-size: 0;
        position: relative;
    }
    .techno-pgrid-view .tafo-wpro-addtocart a.button:after {
        content: "\f291";
        font-family: fontawesome;
        font-size: 14px;
    }
    .woocommerce ul.products.techno-plist-view .techno-plist-dec {
        padding-right: 0;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .tafo-wpro-addtocart a.button {
        padding: 16px 15px;
    }
    .techno-woocommerce .techno-sidebar {
        margin-top: 50px;
    }
    .woocommerce ul.products.techno-plist-view .techno-plist-dec {
        padding-right: 0;
    }
    .woocommerce ul.products.columns-4 li.product,
    .woocommerce-page ul.products.columns-4 li.product {
        width: 47.05%;
    }
}

@media (min-width: 769px) and (max-width: 934px) {
    .techno-quick-view {
        display: none;
    }
    .tafo-wpro-addtocart a.button {
        padding: 16px 25px;
    }
}

@media (min-width: 600px) and (max-width: 768px) {
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        padding-right: 127px;
    }
    .woocommerce .techno-wactive-sidebar ul.products.columns-3 li.product,
    .woocommerce-page .techno-wactive-sidebar ul.products.columns-3 li.product {
        width: 48%;
    }
    .tafo-wpro-addtocart a.button {
        padding: 16px 20px;
    }
    a.compare,
    .yith-wcwl-add-button a,
    a.yith-wcqv-button {
        width: 40px;
    }
    .techno-woocommerce .techno-sidebar {
        margin-top: 50px;
    }
    .woocommerce ul.products.techno-plist-view li.product .technowpro-img {
        float: unset;
        width: 100%;
        margin-right: 0;
        border-right: none;
        background-size: auto;
        background-position: center center;
    }
    .woocommerce ul.products.techno-plist-view li.product .techno-wpro-item-content {
        display: block;
        vertical-align: middle;
        width: 100%;
        margin-top: 0;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
}

@media (min-width: 509px) and (max-width: 599px) {
    .techno-grid-list-view a {
        padding: 8px 12px;
        width: 40px;
    }
    .techno-grid-list-view {
        bottom: 27px;
        top: auto;
    }
    .woocommerce .woocommerce-result-count {
        width: 100%;
        text-align: center;
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        padding-right: 104px;
        margin-bottom: 0;
        width: 100%;
    }
    .woocommerce .techno-wactive-sidebar ul.products.columns-3 li.product,
    .woocommerce-page .techno-wactive-sidebar ul.products.columns-3 li.product {
        width: 100%;
    }
    .tafo-wpro-addtocart a.button {
        padding: 16px 20px;
    }
    .techno-woocommerce .techno-sidebar {
        margin-top: 50px;
    }
    .woocommerce ul.products.techno-plist-view li.product .technowpro-img {
        float: unset;
        width: 100%;
        margin-right: 0;
        border-right: none;
        background-size: auto;
        background-position: center center;
    }
    .woocommerce ul.products.techno-plist-view li.product .techno-wpro-item-content {
        display: block;
        vertical-align: middle;
        width: 100%;
        margin-top: 0;
    }
    ul.products.columns-4.techno-pgrid-view .tafo-wpro-addtocart a.button {
        padding: 16px 17px;
        font-weight: normal;
        font-size: 0;
        position: relative;
    }
    ul.products.columns-4.techno-pgrid-view .tafo-wpro-addtocart a.button:after {
        content: "\f291";
        font-family: fontawesome;
        font-size: 14px;
    }
    ul.products.columns-4 .technowpro-img {
        height: 278px;
        background-size: contain;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
}

@media (min-width: 200px) and (max-width: 508px) {
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        padding-right: 85px;
        margin-bottom: 0;
        float: left;
    }
    .woocommerce .woocommerce-result-count {
        width: 100%;
        text-align: center;
    }
    .techno-grid-list-view {
        float: right;
        position: absolute;
        right: 20px;
        top: 75px;
    }
    .woocommerce .techno-wactive-sidebar ul.products.columns-3 li.product,
    .woocommerce-page .techno-wactive-sidebar ul.products.columns-3 li.product {
        width: 100%;
    }
    .tafo-wpro-addtocart a.button {
        padding: 16px 20px;
    }
    .techno-woocommerce .techno-sidebar {
        margin-top: 50px;
    }
    .techno-grid-list-view a {
        padding: 9px 12px;
        width: 40px;
    }
    .woocommerce ul.products.techno-plist-view li.product .technowpro-img {
        float: unset;
        width: 100%;
        margin-right: 0;
        border-right: none;
        background-size: auto;
        background-position: center center;
    }
    .woocommerce ul.products.techno-plist-view li.product .techno-wpro-item-content {
        display: block;
        vertical-align: middle;
        width: 100%;
        margin-top: 0;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 12px 13px;
    }
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
}
.woocommerce ul.product_list_widget li img {
    width: 65px;
    margin-left: 0px !important;
}
.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    font-size: 19px;
}
.techno-mini-cart-items p.woocommerce-mini-cart__total.total {
    text-align: left;
}
.form-row.form-row-first input {
    background: #f9f9f9;
    border: 0;
    height: 50px;
    padding-left: 15px;
}
.woocommerce-input-wrapper textarea {
    background: #f9f9f9;
    padding: 10px 15px 0;
}
span.woocommerce-input-wrapper input {
    border: 0;
    background: #f9f9f9;
    height: 50px;
    padding-left: 15px;
}
table.shop_table.woocommerce-checkout-review-order-table td {
    text-align: left;
}

.coupon {
    display: flex;
    width: 78%;
}
.widget_shopping_cart_content {
    text-align: left;
}
.widget_shopping_cart_content ul {
    list-style: none;
    text-align: left !important;
    display: inline-block;
}
.widget_shopping_cart_content ul li {
    padding-left: 0 !important;
    position: relative;
    padding-top: 0;
}
.widget_shopping_cart_content li img {
    width: 50px;
    margin-left: 0px !important;
    margin-right: 10px;
    float: left !important;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 7px !important;
    right: -54px !important;
    font-size:21px !important;
    left: inherit !important;
}
span.woocommerce-Price-amount.amount {
    font-weight: 700;
    color: #0C5ADB;
}
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    border-radius: 0;
}
.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 1em;
	padding: 0;
	font-size: 22px;
	color: #fff;
}
.technowpro-img {
    background-size: contain !important;
}