.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.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}.owl-height{transition:height .5s ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.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:translateZ(0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img{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;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:scale .1s ease}.owl-carousel .owl-video-play-icon:hover{transition: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:50%;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}

/*!
 * animate.css -https://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - https://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}@media only screen and (min-width:768px) and (max-width:991px){.section{padding:70px 0}.section-title{margin-bottom:35px;padding:0 80px}.section-title h2{font-size:25px;margin-bottom:12px}.btn,.section-title p{font-size:13px}.btn{padding:11px 20px;font-weight:400}.breadcrumbs{padding:60px 0}.breadcrumbs h2{font-size:32px;font-weight:600}.breadcrumbs .bread-list{margin-top:5px}.breadcrumbs ul li a{font-size:14px;font-weight:400}.pagination{margin:30px 0 0}#scrollUp{bottom:55px}.header .top-contact li a,.header .top-link li a{font-size:13px}.header .top-contact li{display:inline-block;margin-right:25px;color:#2c2d3f;font-size:13px}.header .header-inner .get-quote{display:none;margin:0}.header .nav li a{font-size:13px;font-weight:500;padding:20px 4px}.header .nav li .dropdown{width:200px;left:-20px;top:65px}.header .nav li .dropdown li a{padding:10px 15px;font-size:13px}.header .search-form{top:64px}.header .search-form input{width:260px}.header .search-form button,.header .search-form input{height:45px;line-height:45px}.header.style2 .single-widget{margin-right:18px;padding-left:36px}.header.style2 .get-quote .btn{color:#fff;padding:10px 18px;font-size:12px}.header.style2 .single-widget.button{margin:0;padding:0}.header.style2 .single-widget h4{font-size:13px;font-weight:500}.header.style2 .single-widget p{margin-bottom:0;text-transform:capitalize;font-size:13px}.header.style2 .single-widget i{top:50%;height:25px;width:25px;line-height:25px;font-size:13px;margin-top:-12.5px}.header.style2 .right-bar{padding-top:15px}.slider .single-slider{height:380px}.schedule{background:#fff;margin:0;height:auto;padding:70px 0;border-bottom:1px solid #eee}.schedule .schedule-inner{transform:none}.schedule .single-schedule.last{margin-top:30px}.slider .single-slider{position:relative}.slider .single-slider:before{position:absolute;content:"";left:0;top:0;height:100%;width:100%;background:#fff;opacity:.5}.slider .single-slider h1{font-size:28px;font-weight:600;line-height:35px}.slider .single-slider .text,.slider.index2 .single-slider .text{margin-top:80px}.slider .owl-carousel .owl-nav div{height:40px;width:40px;line-height:40px;border-radius:4px}.Feautes.index2{padding-top:70px}.Feautes .single-features:before{display:none}.Feautes .single-features{text-align:center;position:relative;padding:10px 155px;margin:10px 0}.fun-facts.section{padding:70px 0}.fun-facts .single-fun{margin:20px 0}.why-choose .choose-right{height:350px;margin-top:30px}.services .single-service h4{margin-bottom:12px}.services-details-img h2{font-size:24px}.service-details-inner-left{height:400px;margin-bottom:30px}.service-details-inner{width:100%;margin:0}.service-details-inner h2{font-size:24px}.appointment .appointment-image{margin-top:20px}.call-action .content{padding:70px 0}.call-action .content h2{font-size:28px;line-height:40px}.services .single-service{margin:15px 0}.testimonials{padding-bottom:100px}.testimonials .owl-dots{transform:translateX(-18%)}.departments .department-tab .nav li{margin-right:30px}.departments .department-tab .nav li a{color:#fff;margin-top:0;padding:0 3px 12px}.departments .department-tab .nav li a i{font-size:38px}.departments .department-tab .nav li .first{padding-top:6px;font-size:14px}.departments .department-tab .nav li .second{font-size:13px;font-weight:400;color:#868686;margin-top:0}.departments .department-tab .tab-pane .department-left h3{font-size:22px;padding-bottom:12px;margin-bottom:20px}.departments .department-tab .tab-pane .department-left .p1{margin-bottom:12px}.departments .department-tab .tab-pane .department-left p{margin-bottom:15px}.departments .department-right{margin-top:30px}.departments .department-right img{height:100%;width:100%}.appointment.single-page{padding:70px 0}.appointment.single-page .work-hour{margin-top:30px}.blog .single-news{margin:15px 0}.news-single .single-main{margin-top:0}.newsletter .subscribe-text{text-align:center;margin-bottom:25px}.newsletter .subscribe-form{text-align:center}.contact-us #myMap{height:400px}.contact-us .contact-us-form h2{font-size:28px}.contact-us .single-info{margin:10px 0}.about-image{height:400px}.about-content h2{line-height:32px;font-size:25px}.about-content{padding-bottom:0}.our-mission-content{margin-left:50px;padding-top:0}.our-mission-content h2{line-height:32px;font-size:25px}.our-mission-image{height:400px}.doctor-details-area .doctor-details-right{padding-left:0;padding-top:40px}.doctor-details-item .doctor-name .name{font-size:24px}.doctor-details-item .doctor-name .deg{font-size:19px;margin:5px 0}.doctor-details-item .doctor-name .degree{font-size:14px}.login .login-left,.register .register-left{height:400px}.pf-details .date ul li{margin-right:25px;font-size:13px}.pf-details .body-text h3{font-size:24px;font-weight:600;color:#0e0e1a;margin-top:30px}.doctor-calendar-table table tbody tr td h3,.doctor-calendar-table table tbody tr td span.time,.doctor-calendar-table table thead tr th{font-size:14px}.footer .single-footer{margin:20px 0}.footer .single-footer h2{padding-bottom:20px}.footer .footer-top{padding:65px 0}}@media only screen and (max-width:767px){.header.sticky .header-bottom{position:absolute;z-index:999;top:auto;left:0;bottom:auto}.header .header-inner{width:100%;z-index:333;position:absolute;position:relative;padding-bottom:20px;background:#fff}.slicknav_btn{margin-top:-30px}.slicknav_menu{display:block}.slicknav_btn,.slicknav_menu{background:transparent;padding:0}.slicknav_btn{margin-top:28px}.slicknav_nav{clear:both;color:#2c2d3f;margin:0;font-size:.875em;background:transparent}.slicknav_nav li a{color:#2c2d3f;transition:all .4s ease;background:none;padding:4px 10px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0 10px;background:transparent}.slicknav_nav li a i{display:none;margin:0}.slicknav_nav li:hover a{color:#0e0e1a}.slicknav_nav li .dropdown li a{color:#2c2d3f;background:transparent}.slicknav_nav li .dropdown li a:hover{color:#0e0e1a}.slicknav_nav li .slicknav_item{background:transparent}.slicknav_nav .slicknav_row,.slicknav_nav a{margin:0;padding:6px 0;font-weight:400}.slicknav_menu .slicknav_icon-bar{background-color:#0e0e1a;box-shadow:none;text-shadow:none}.slicknav_nav .slicknav_arrow{color:#2c2d3f}.slicknav_nav li:hover .slicknav_arrow{color:#0e0e1a}.slicknav_menu .slicknav_icon-bar{display:block;width:25px;height:3px;border-radius:1px;box-shadow:0 1px 0 rgba(0,0,0,.25)}.header .widget-main{float:right;display:none}.header.style2 .slicknav_btn{margin-top:18px}.header .slicknav_nav{margin-top:65px}.header.style2 .slicknav_nav{margin-top:60px}.header.style2 .header-inner{display:none}.header .header-inner .get-quote{margin:0;padding:0}.header .header-inner .get-quote .btn{color:#fff;display:none;margin:0;padding:0}.section{padding:50px 0}.section-title{margin-bottom:30px;padding:0 20px}.section-title h2{font-size:22px;margin-bottom:10px}.section-title p{font-size:13px}.breadcrumbs{padding:60px 0}.breadcrumbs h2{font-size:32px;font-weight:600}.breadcrumbs .bread-list{margin-top:10px}.breadcrumbs ul li,.breadcrumbs ul li a{font-size:14px;font-weight:400}.btn{padding:11px 20px;font-weight:400;font-size:13px}.header .top-link{margin-bottom:10px}.header .top-contact,.header .top-link{float:none;text-align:center}.slider .single-slider{height:380px}.schedule{background:#fff;margin:0;height:auto;padding:50px 0;border-bottom:1px solid #eee}.schedule .schedule-inner{transform:none}.schedule .single-schedule{margin:15px 0}.slider .single-slider{position:relative}.slider .single-slider:before{position:absolute;content:"";left:0;top:0;height:100%;width:100%;background:#fff;opacity:.5}.slider .single-slider h1{font-size:28px;font-weight:600;line-height:35px}.slider .single-slider .text,.slider.index2 .single-slider .text{margin-top:80px}.slider .owl-carousel .owl-nav div{height:40px;width:40px;line-height:40px;border-radius:4px}.Feautes.index2{padding-top:50px}.Feautes .single-features .signle-icon i{font-size:42px;left:50%;margin-left:-40px;height:80px;width:80px;line-height:80px}.Feautes .single-features:before{display:none}.Feautes .single-features{text-align:center;position:relative;padding:0;margin:15px 0}.Feautes .single-features h3{padding-top:105px;font-size:20px}.fun-facts.section{padding:70px 0}.fun-facts .single-fun{position:relative;margin:35px 0;padding-top:60px;text-align:center}.fun-facts .single-fun i{left:50%;margin-left:-35px;top:0;position:absolute}.fun-facts .single-fun .content{padding:0}.why-choose .choose-right{height:350px;margin-top:30px}.call-action .content{padding:70px 0}.call-action .content h2{font-size:28px;line-height:40px}.appointment .appointment-image{margin-top:20px}.services .single-service{margin:20px 0}.services .single-service h4{margin-bottom:10px}.services-details-img h2{font-size:22px}.service-details-inner-left{height:300px;margin-bottom:20px}.service-details-inner{width:100%;margin:0}.services-details-img{margin-bottom:30px}.service-details-inner h2{font-size:24px}.testimonials{padding-bottom:100px}.testimonials .owl-dots{transform:translateX(-18%)}.departments .department-tab .nav li{margin:0 10px}.departments .department-tab .nav li a{color:#fff;margin-top:10px;padding:0 3px 12px}.departments .department-tab .nav li a i{font-size:38px}.departments .department-tab .nav li .first{padding-top:6px;font-size:14px}.departments .department-tab .nav li .second{font-size:13px;font-weight:400;color:#868686;margin-top:0}.departments .department-tab .tab-pane .department-left h3{font-size:22px;padding-bottom:12px;margin-bottom:20px}.departments .department-tab .tab-pane .department-left .p1{margin-bottom:12px}.departments .department-tab .tab-pane .department-left p{margin-bottom:15px}.departments .department-right{margin-top:30px}.departments .department-right img{height:100%;width:100%}.appointment.single-page{padding:50px 0}.appointment.single-page .work-hour{margin-top:30px}.blog .single-news{margin:15px 0}.news-single .single-main{margin-top:0;padding:15px}.news-single .news-title,.news-single .news-title a{font-size:20px;font-weight:500}.news-single .meta-right{float:none;display:inline-block;margin-top:-6px;margin-left:56px;float:left}.news-single .image-gallery .single-image{margin:10px 0}.news-single .image-gallery{margin-bottom:10px}.news-single .social-share li{float:left;display:inline-block;margin:5px}.news-single .prev-next{float:none;text-align:center;display:inline-block}.news-single .prev-next li{margin-top:10px}.news-single .single-comments.left .main{margin-left:0}.news-single .single-comments .main{padding-left:100px;position:relative;margin:0}.news-single .single-comments .body{float:none;width:100%}.news-single .single-comments img{position:absolute;left:0;top:0}.news-single .blog-comments,.news-single .comments-form{padding:15px}.main-sidebar .single-widget{padding:20px}.newsletter .subscribe-text{text-align:center;margin-bottom:25px}.newsletter .subscribe-form{text-align:center}.newsletter .common-input{height:50px;width:100%;margin:0}.newsletter .btn{height:50px;line-height:50px;width:100%;margin:14px 0 0}.error-page .error-inner h1{font-size:80px}.error-page .error-inner h1 span{font-size:17px}.error-page .search-form input{width:100%;display:block}.error-page .search-form .btn{top:0;width:100%;display:block;margin-top:15px}.mail-seccess .success-inner h1{font-size:80px}.mail-seccess .success-inner h1 span{font-size:17px}.about-image{height:300px}.about-content h2{line-height:32px;font-size:20px}.about-content,.our-mission-content{width:100%;padding:35px}.our-mission-content h2{line-height:32px;font-size:25px}.contact-us #myMap,.our-mission-image{height:300px}.contact-us .contact-us-form h2{font-size:25px}.contact-us .single-info{margin:10px 0}.contact-us .contact-us-form{padding:30px}.doctor-details-area .doctor-details-right{padding-left:0;padding-top:30px}.doctor-details-item .doctor-details-contact{padding:30px}.doctor-details-item .doctor-name .name{font-size:20px}.doctor-details-item .doctor-name .deg{font-size:18px;margin:5px 0}.doctor-details-item .doctor-name .degree{font-size:14px}.doctor-details-item .doctor-details-biography h3{font-size:20px;margin-bottom:20px;margin-top:20px}.doctor-details-area .doctor-details-left .social li{display:inline-block;margin-right:5px}.doctor-details-item .doctor-details-contact h3{margin-bottom:20px}.doctor-details-item .doctor-details-work h3{font-size:20px;margin-top:25px;margin-bottom:20px}.login .login-left{height:300px}.login .form .btn{height:50px;line-height:50px;padding:0 20px}.login .form{margin-top:-25px}.register .register-left{height:300px}.register .form .btn{height:50px;line-height:50px;padding:0 20px}.register .form{margin-top:-25px}.contact-us .form .btn{height:50px;line-height:50px;padding:0 20px}.contact-us .form{margin-top:-25px}.pf-details .date ul li{margin-right:25px;font-size:13px;display:block;text-align:left;margin-bottom:8px}.pf-details .date ul li:last-child{margin-bottom:0}.pf-details .body-text h3{font-size:22px;font-weight:600;color:#0e0e1a;margin-top:30px}.pf-details .image-slider .owl-nav{display:none}.doctor-calendar-table table tbody tr td h3,.doctor-calendar-table table tbody tr td span.time,.doctor-calendar-table table thead tr th{font-size:14px}.footer .single-footer{margin:15px 0}.footer .single-footer h2{padding-bottom:20px;margin-bottom:20px}.footer .footer-top{padding:50px 0 60px}.footer .single-footer.f-link ul{margin-bottom:12px}.footer .single-footer.f-link ul li a{display:inline-block}.footer .copyright{padding:20px 0}}@media only screen and (max-width:450px){.section{padding:50px 0}.section-title{margin-bottom:30px;padding:0 20px}.section-title h2{font-size:22px;margin-bottom:10px}.btn,.section-title p{font-size:13px}.btn{padding:11px 20px;font-weight:400}.header .top-link{margin-bottom:10px}.header .top-contact,.header .top-link{float:none;text-align:center}.slider .single-slider{height:380px}.schedule{background:#fff;margin:0;height:auto;padding:50px 0;border-bottom:1px solid #eee}.schedule .schedule-inner{transform:none}.schedule .single-schedule{margin:15px 0}.slider .single-slider{position:relative}.slider .single-slider:before{position:absolute;content:"";left:0;top:0;height:100%;width:100%;background:#fff;opacity:.5}.slider .single-slider h1{font-size:20px;font-weight:600;line-height:25px}.slider .single-slider p{font-size:13px}.slider .single-slider .text{margin-top:20px}.slider .single-slider .button .btn{width:100%;margin:0 0 10px}.slider .single-slider .button .btn:last-child{margin-bottom:0}.slider .owl-carousel .owl-nav{display:none}.Feautes .single-features .signle-icon i{font-size:42px;left:50%;margin-left:-40px;height:80px;width:80px;line-height:80px}.Feautes .single-features:before{display:none}.Feautes .single-features{text-align:center;position:relative;padding:0;margin:15px 0}.Feautes .single-features h3{padding-top:105px;font-size:20px}.fun-facts.section{padding:70px 0}.fun-facts .single-fun{position:relative;margin:35px 0;padding-top:60px;text-align:center}.fun-facts .single-fun i{left:50%;margin-left:-35px;top:0;position:absolute}.fun-facts .single-fun .content{padding:0}.why-choose .choose-right{height:350px;margin-top:30px}.call-action .content{padding:70px 0}.call-action .content h2{font-size:28px;line-height:40px}.services .single-service{margin:20px 0}.services .single-service h4{margin-bottom:15px}.services-details-img blockquote{padding:25px}.services-details-img blockquote i{display:none}.testimonials{padding-bottom:100px}.testimonials .owl-dots{transform:translateX(-18%)}.departments .department-tab .nav li{margin:0 10px}.departments .department-tab .nav li a{color:#fff;margin-top:10px;padding:0 3px 12px}.departments .department-tab .nav li a i{font-size:38px}.departments .department-tab .nav li .first{padding-top:6px;font-size:14px}.departments .department-tab .nav li .second{font-size:13px;font-weight:400;color:#868686;margin-top:0}.departments .department-tab .tab-pane .department-left h3{font-size:22px;padding-bottom:12px;margin-bottom:20px}.departments .department-tab .tab-pane .department-left .p1{margin-bottom:12px}.departments .department-tab .tab-pane .department-left p{margin-bottom:15px}.departments .department-right{margin-top:30px}.departments .department-right img{height:100%;width:100%}.appointment.single-page .appointment-inner{padding:25px}.blog .single-news{margin:15px 0}.newsletter .subscribe-text{text-align:center;margin-bottom:25px}.newsletter .subscribe-form{text-align:center}.our-mission-content{padding-top:0}.our-vision-area{padding-bottom:45px}.our-mission-content ul li{flex:100%;max-width:100%;margin:5px 0}.login .login-form{padding:30px}.login .login-form h2{font-size:26px}.login .login-form .lost-pass{margin-left:0;display:block;margin-top:-10px}.login .form .btn{height:50px;line-height:50px;padding:0 20px}.register .register-form{padding:30px}.register .register-form h2{font-size:26px}.register .register-form .terms{display:block;margin:-10px 0 0}.contact-us .form .btn,.register .form .btn{height:50px;line-height:50px;padding:0 20px}.footer .single-footer{margin:20px 0}.footer .single-footer h2{padding-bottom:20px}.footer .footer-top{padding:65px 0}}