@keyframes bounce{20%,53%,80%,0%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)}90%{transform:translateY(-4px)}}.bounce{transform-origin:bottom;animation-name:bounce}@keyframes flash{50%,0%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%,to{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px)rotateY(-9deg)}18.5%{transform:translate(5px)rotateY(7deg)}31.5%{transform:translate(-3px)rotateY(-5deg)}43.5%{transform:translate(2px)rotateY(3deg)}50%{transform:translate(0)}}.headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.swing{transform-origin:top;animation-name:swing}@keyframes tada{0%,to{transform:scale(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)}}.tada{animation-name:tada}@keyframes wobble{0%,to{transform:translate(0,0)}15%{transform:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,0%,to{transform:translate(0,0)}22.2%{transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{transform:skew(6.25deg)skewY(6.25deg)}44.4%{transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{transform:skew(.390625deg)skewY(.390625deg)}88.8%{transform:skew(-.195313deg)skewY(-.195313deg)}}.jello{transform-origin:50%;animation-name:jello}@keyframes heartBeat{0%,28%,70%{transform:scale(1)}14%,42%{transform:scale(1.3)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@keyframes bounceIn{20%,40%,60%,80%,0%,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:scale(1)}}.bounceIn{animation-name:bounceIn;animation-duration:.75s}.bounceOut,.flipOutX{animation-duration:.75s}@keyframes bounceInDown{60%,75%,90%,0%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:translate(0,0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,0%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:translate(0,0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,0%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:translate(0,0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,0%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translate(0,0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translate(0,0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0,0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translate(0,0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0,0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translate(0,0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translate(0,0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translate(0,0)}}.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:translateY(100%)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px)scale(1)translate(0,0)rotateY(-360deg)}40%{animation-timing-function:ease-out;transform:perspective(400px)scale(1)translateZ(150px)rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px)scale(1)translateZ(150px)rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px)scale3d(.95,.95,.95)translate(0,0)rotateY(0)}to{animation-timing-function:ease-in;transform:perspective(400px)scale(1)translate(0,0)rotateY(0)}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}.flipInY,.flipOutX{backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;transform:perspective(400px)rotateY(10deg)}80%{transform:perspective(400px)rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.flipOutX{animation-name:flipOutX}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateY(-15deg)}to{opacity:0;transform:perspective(400px)rotateY(90deg)}}.flipOutY{animation-name:flipOutY;animation-duration:.75s;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate(100%)skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{transform:skew(-5deg)}to{transform:translate(0,0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate(100%)skew(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:50%;opacity:0;transform:rotate(-200deg)}to{transform-origin:50%;opacity:1;transform:translate(0,0)}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:0 100%;opacity:0;transform:rotate(-45deg)}to{transform-origin:0 100%;opacity:1;transform:translate(0,0)}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:100% 100%;opacity:0;transform:rotate(45deg)}to{transform-origin:100% 100%;opacity:1;transform:translate(0,0)}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:0 100%;opacity:0;transform:rotate(45deg)}to{transform-origin:0 100%;opacity:1;transform:translate(0,0)}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:100% 100%;opacity:0;transform:rotate(-90deg)}to{transform-origin:100% 100%;opacity:1;transform:translate(0,0)}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:50%;opacity:1}to{transform-origin:50%;opacity:0;transform:rotate(200deg)}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:0 100%;opacity:1}to{transform-origin:0 100%;opacity:0;transform:rotate(45deg)}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:100% 100%;opacity:1}to{transform-origin:100% 100%;opacity:0;transform:rotate(-45deg)}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:0 100%;opacity:1}to{transform-origin:0 100%;opacity:0;transform:rotate(-45deg)}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:100% 100%;opacity:1}to{transform-origin:100% 100%;opacity:0;transform:rotate(90deg)}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:0 0;animation-timing-function:ease-in-out}20%,60%{transform-origin:0 0;animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{transform-origin:0 0;opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg)}to{opacity:0;transform:translateY(700px)}}.hinge{animation-name:hinge;animation-duration:2s}@keyframes jackInTheBox{0%{opacity:0;transform-origin:bottom;transform:scale(.1)rotate(30deg)}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate(-100%)rotate(-120deg)}to{opacity:1;transform:translate(0,0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%)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;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(60px)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(10px)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(-10px)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(-60px)}}.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;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;transform-origin:bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(2000px)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;transform-origin:0;transform:scale(.1)translate(-2000px)}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;transform-origin:100%;transform:scale(.1)translate(2000px)}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;transform-origin:bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(-2000px)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translate(0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translate(0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translate(0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translate(0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(100%)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-100%)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(100%)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-100%)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@keyframes service_hexagon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;animation:unset!important;transition:none!important}}
.cd-words-wrapper{text-align:left;display:inline-block;position:relative}.cd-words-wrapper b{white-space:nowrap;display:inline-block;position:absolute;top:0;left: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}.cd-headline.rotate-1 .cd-words-wrapper{perspective:300px}.cd-headline.rotate-1 b{opacity:0;transform-origin:50% 100%;transform:rotateX(180deg)}.cd-headline.rotate-1 b.is-visible{opacity:1;animation:1.2s cd-rotate-1-in;transform:rotateX(0)}.cd-headline.rotate-1 b.is-hidden{animation:1.2s cd-rotate-1-out;transform:rotateX(180deg)}@-webkit-keyframes cd-rotate-1-in{0%{opacity:0;-webkit-transform:rotateX(180deg)}35%{opacity:0;-webkit-transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;-webkit-transform:rotateX(360deg)}}@-moz-keyframes cd-rotate-1-in{0%{opacity:0;-moz-transform:rotateX(180deg)}35%{opacity:0;-moz-transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;-moz-transform:rotateX(360deg)}}@keyframes cd-rotate-1-in{0%{opacity:0;transform:rotateX(180deg)}35%{opacity:0;transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;transform:rotateX(360deg)}}@-webkit-keyframes cd-rotate-1-out{0%{opacity:1;-webkit-transform:rotateX(0)}35%{opacity:1;-webkit-transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;-webkit-transform:rotateX(180deg)}}@-moz-keyframes cd-rotate-1-out{0%{opacity:1;-moz-transform:rotateX(0)}35%{opacity:1;-moz-transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;-moz-transform:rotateX(180deg)}}@keyframes cd-rotate-1-out{0%{opacity:1;transform:rotateX(0)}35%{opacity:1;transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;transform:rotateX(180deg)}}.cd-headline.type .cd-words-wrapper{vertical-align:top;overflow:hidden}.cd-headline.type .cd-words-wrapper:after{content:"";background-color:#aebcb9;width:1px;height:90%;position:absolute;top:50%;bottom:auto;right:0;transform:translateY(-50%)}.cd-headline.type .cd-words-wrapper.waiting:after{animation:1s infinite cd-pulse}.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{visibility:hidden;position:absolute}.cd-headline.type i.in{visibility:visible;position:relative}@-webkit-keyframes cd-pulse{0%{opacity:1;-webkit-transform:translateY(-50%)scale(1)}40%{opacity:0;-webkit-transform:translateY(-50%)scale(.9)}to{opacity:0;-webkit-transform:translateY(-50%)scale(0)}}@-moz-keyframes cd-pulse{0%{opacity:1;-moz-transform:translateY(-50%)scale(1)}40%{opacity:0;-moz-transform:translateY(-50%)scale(.9)}to{opacity:0;-moz-transform:translateY(-50%)scale(0)}}@keyframes cd-pulse{0%{opacity:1;transform:translateY(-50%)scale(1)}40%{opacity:0;transform:translateY(-50%)scale(.9)}to{opacity:0;transform:translateY(-50%)scale(0)}}.cd-headline.rotate-2 .cd-words-wrapper{perspective:300px}.cd-headline.rotate-2 i,.cd-headline.rotate-2 em{backface-visibility:hidden;display:inline-block}.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;opacity:0;transform:translateZ(-20px)rotateX(90deg)}.is-visible .cd-headline.rotate-2 i{opacity:1}.cd-headline.rotate-2 i.in{animation:.4s forwards cd-rotate-2-in}.cd-headline.rotate-2 i.out{animation:.4s forwards cd-rotate-2-out}.cd-headline.rotate-2 em{transform:translateZ(20px)}.no-csstransitions .cd-headline.rotate-2 i{opacity:0;transform:rotateX(0)}.no-csstransitions .cd-headline.rotate-2 i em{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)}to{opacity:1;-webkit-transform:translateZ(-20px)rotateX(0)}}@-moz-keyframes cd-rotate-2-in{0%{opacity:0;-moz-transform:translateZ(-20px)rotateX(90deg)}60%{opacity:1;-moz-transform:translateZ(-20px)rotateX(-10deg)}to{opacity:1;-moz-transform:translateZ(-20px)rotateX(0)}}@keyframes cd-rotate-2-in{0%{opacity:0;transform:translateZ(-20px)rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px)rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px)rotateX(0)}}@-webkit-keyframes cd-rotate-2-out{0%{opacity:1;-webkit-transform:translateZ(-20px)rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px)rotateX(-100deg)}to{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)}to{opacity:0;-moz-transform:translateZ(-20px)rotateX(-90deg)}}@keyframes cd-rotate-2-out{0%{opacity:1;transform:translateZ(-20px)rotateX(0)}60%{opacity:0;transform:translateZ(-20px)rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px)rotateX(-90deg)}}.cd-headline.loading-bar span{padding:.2em 0;display:inline-block}.cd-headline.loading-bar .cd-words-wrapper{vertical-align:top;overflow:hidden}.cd-headline.loading-bar .cd-words-wrapper:after{content:"";z-index:2;background:#0096a7;width:0;height:3px;transition:width .3s -.1s;position:absolute;bottom:0;left:0}.cd-headline.loading-bar .cd-words-wrapper.is-loading:after{width:100%;transition:width 3s}.cd-headline.loading-bar b{opacity:0;transition:opacity .3s;top:.2em}.cd-headline.loading-bar b.is-visible{opacity:1;top:0}.cd-headline.slide span{padding:.2em 0;display:inline-block}.cd-headline.slide .cd-words-wrapper{vertical-align:top;overflow:hidden}.cd-headline.slide b{opacity:0;top:.2em}.cd-headline.slide b.is-visible{opacity:1;animation:.6s slide-in;top:0}.cd-headline.slide b.is-hidden{animation:.6s slide-out}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%)}to{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes slide-in{0%{opacity:0;-moz-transform:translateY(-100%)}60%{opacity:1;-moz-transform:translateY(20%)}to{opacity:1;-moz-transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%)}to{opacity:0;-webkit-transform:translateY(100%)}}@-moz-keyframes slide-out{0%{opacity:1;-moz-transform:translateY(0)}60%{opacity:0;-moz-transform:translateY(120%)}to{opacity:0;-moz-transform:translateY(100%)}}@keyframes slide-out{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.cd-headline.clip span{padding:.2em 0;display:inline-block}.cd-headline.clip .cd-words-wrapper{vertical-align:top;overflow:hidden}.cd-headline.clip .cd-words-wrapper:after{content:"";background-color:#aebcb9;width:2px;height:100%;position:absolute;top:0;right:0}.cd-headline.clip b{opacity:0}.cd-headline.clip b.is-visible{opacity:1}.cd-headline.zoom .cd-words-wrapper{perspective:300px}.cd-headline.zoom b{opacity:0}.cd-headline.zoom b.is-visible{opacity:1;animation:.8s zoom-in}.cd-headline.zoom b.is-hidden{animation:.8s zoom-out}@-webkit-keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px)}to{opacity:1;-webkit-transform:translateZ(0)}}@-moz-keyframes zoom-in{0%{opacity:0;-moz-transform:translateZ(100px)}to{opacity:1;-moz-transform:translateZ(0)}}@keyframes zoom-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@-webkit-keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0)}to{opacity:0;-webkit-transform:translateZ(-100px)}}@-moz-keyframes zoom-out{0%{opacity:1;-moz-transform:translateZ(0)}to{opacity:0;-moz-transform:translateZ(-100px)}}@keyframes zoom-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.cd-headline.rotate-3 .cd-words-wrapper{perspective:300px}.cd-headline.rotate-3 b{opacity:0}.cd-headline.rotate-3 i{backface-visibility:hidden;display:inline-block;transform:rotateY(180deg)}.is-visible .cd-headline.rotate-3 i{transform:rotateY(0)}.cd-headline.rotate-3 i.in{animation:.6s forwards cd-rotate-3-in}.cd-headline.rotate-3 i.out{animation:.6s forwards cd-rotate-3-out}.no-csstransitions .cd-headline.rotate-3 i{opacity:0;transform:rotateY(0)}.no-csstransitions .cd-headline.rotate-3 .is-visible i{opacity:1}@-webkit-keyframes cd-rotate-3-in{0%{-webkit-transform:rotateY(180deg)}to{-webkit-transform:rotateY(0)}}@-moz-keyframes cd-rotate-3-in{0%{-moz-transform:rotateY(180deg)}to{-moz-transform:rotateY(0)}}@keyframes cd-rotate-3-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0)}}@-webkit-keyframes cd-rotate-3-out{0%{-webkit-transform:rotateY(0)}to{-webkit-transform:rotateY(-180deg)}}@-moz-keyframes cd-rotate-3-out{0%{-moz-transform:rotateY(0)}to{-moz-transform:rotateY(-180deg)}}@keyframes cd-rotate-3-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.cd-headline.scale b{opacity:0}.cd-headline.scale i{opacity:0;display:inline-block;transform:scale(0)}.is-visible .cd-headline.scale i{opacity:1}.cd-headline.scale i.in{animation:.6s forwards scale-up}.cd-headline.scale i.out{animation:.6s forwards scale-down}.no-csstransitions .cd-headline.scale i{opacity:0;transform:scale(1)}.no-csstransitions .cd-headline.scale .is-visible i{opacity:1}@-webkit-keyframes scale-up{0%{opacity:0;-webkit-transform:scale(0)}60%{opacity:1;-webkit-transform:scale(1.2)}to{opacity:1;-webkit-transform:scale(1)}}@-moz-keyframes scale-up{0%{opacity:0;-moz-transform:scale(0)}60%{opacity:1;-moz-transform:scale(1.2)}to{opacity:1;-moz-transform:scale(1)}}@keyframes scale-up{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@-webkit-keyframes scale-down{0%{opacity:1;-webkit-transform:scale(1)}60%{opacity:0;-webkit-transform:scale(0)}}@-moz-keyframes scale-down{0%{opacity:1;-moz-transform:scale(1)}60%{opacity:0;-moz-transform:scale(0)}}@keyframes scale-down{0%{opacity:1;transform:scale(1)}60%{opacity:0;transform:scale(0)}}.cd-headline.push b{opacity:0}.cd-headline.push b.is-visible{opacity:1;animation:.6s push-in}.cd-headline.push b.is-hidden{animation:.6s push-out}@-webkit-keyframes push-in{0%{opacity:0;-webkit-transform:translate(-100%)}60%{opacity:1;-webkit-transform:translate(10%)}to{opacity:1;-webkit-transform:translate(0)}}@-moz-keyframes push-in{0%{opacity:0;-moz-transform:translate(-100%)}60%{opacity:1;-moz-transform:translate(10%)}to{opacity:1;-moz-transform:translate(0)}}@keyframes push-in{0%{opacity:0;transform:translate(-100%)}60%{opacity:1;transform:translate(10%)}to{opacity:1;transform:translate(0)}}@-webkit-keyframes push-out{0%{opacity:1;-webkit-transform:translate(0)}60%{opacity:0;-webkit-transform:translate(110%)}to{opacity:0;-webkit-transform:translate(100%)}}@-moz-keyframes push-out{0%{opacity:1;-moz-transform:translate(0)}60%{opacity:0;-moz-transform:translate(110%)}to{opacity:0;-moz-transform:translate(100%)}}@keyframes push-out{0%{opacity:1;transform:translate(0)}60%{opacity:0;transform:translate(110%)}to{opacity:0;transform:translate(100%)}}
@media (min-width:1200px) and (max-width:1500px){.how_it_work.odoo .single_it_work{padding:0 2px!important}.donate-btn-header{margin-left:0}.menu>ul>li a{padding:28px 20px 30px 0;font-size:15px}}@media (min-width:992px) and (max-width:1199px){a.dtbtn{padding:9px 25px!important;font-size:15px!important}.donate-btn-header{margin-left:0}.menu>ul>li a{padding:28px 20px 30px 0;font-size:15px}.techno_menu>ul>li>a{margin:30px 6px!important;font-size:14px!important}.owl-prev,.owl-next{display:none}.top_feature .techno_flipbox .techno_flipbox_inner{padding:0 20px!important}.section_main_title h1,.section_main_title h2{font-size:35px}.recent-post-text h6{margin:0;font-size:16px}.recent-post-text span{font-size:13px}.recent-post-image{margin-right:10px!important}.em-nivo-slider-wrapper:hover .nivo-nextNav{right:-30px!important}.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav{margin-left:-50px!important}.service_style_two_title h4{font-size:22px}.nav-tabs .nav-link{padding:22px 35px!important}.service_style_three_title h4{font-size:21px}.nagative_margin3{padding-top:70px;margin-top:0!important}.feature_style_three:hover .feature_style_tree_content{bottom:8px!important}.feature_style_three_title h4{font-size:18px}.techno_flipbox .techno_flipbox_font,.techno_flipbox .techno_flipbox_back{min-height:280px!important}.choose_us .techno_flipbox .techno_flipbox_font,.choose_us .techno_flipbox .techno_flipbox_back{min-height:400px!important}.it_work_style_two .techno_flipbox .techno_flipbox_font,.it_work_style_two .techno_flipbox .techno_flipbox_back{min-height:410px!important}.appointment .slider_text_inner h1{font-size:50px!important}.heading_experience_title h2{font-size:28px!important}.headingh_experience_number h1{font-size:118px!important}#section-quote .container-pe-quote .li-quote-10{right:130px!important}#section-quote .container-pe-quote .li-quote-2{left:30px!important}.team_style_three_title h4{font-size:17px!important}.banner_text_content h1{font-size:55px!important}.banner_area .data_science_video_inner{left:50%!important}.banner2 .banner_text_content h1{font-size:40px!important}.banner3 .banner_text_content h1{font-size:45px!important}.about_icon_box_inner span{font-size:15px!important}.about_icon_box_inner i{width:26px!important;height:26px!important;margin-right:5px!important;font-size:14px!important;line-height:26px!important}.service_style_eleven_title h4{font-size:18px!important}.service_style_eleven_text p{font-size:14px}.single_software_box_content h5{font-size:15px!important}.single_service_style_eleven{padding:35px 18px 30px!important}.feature_style_eight{padding:60px 26px 45px!important}.service_style_nine_content h4{font-size:21px}.testimonial_style_three_content{padding:23px 28px 30px 10px!important}.testimonial_style_three_content:before{width:169%!important;left:-130px!important}.testimonial_style_three_text p{font-size:18px!important}.pricing_style_four_body{padding:55px 21px 40px!important}.pricing_style_four_body ul li{font-size:17px!important}.service_style_ten_content h4 a{font-size:20px!important}.single_process_thumb{width:200px!important;height:200px!important;line-height:200px!important}.counter_style_four_text h5{font-size:17px!important}.about_area.odoo .text_left .section_main_title h1{font-size:34px!important}.slider15 .slider_text_inner p{font-size:16px}.em-feature-title p{font-size:14px}.slider15 .slider_text_inner h1{font-size:45px!important}.em-about-title2 h3{font-size:18px}.happy-client-title p{font-size:14px}.brand-thumb img{width:75%}.em-service-title h2{font-size:20px}.style-four .portfolio_nav ul li{margin:20px 3px;padding:7px 12px}.testimonial-thumb img{width:100%}.upper.section_main_title h1{font-size:30px!important}.em-testimonial-title p{font-size:15px}.em-blog-title h2 a{font-size:20px}.em-blog-text p{font-size:14px}.em-blog-icon{float:inherit}.blog-button{text-align:left;padding:15px 5px 0}.style_three .subscribe_form input{width:520px!important}.style-four .recent-post-text a{font-size:12px;line-height:20px}.style-four .company-info-title p{font-size:13px}.hero-main-thumb.pl-120{padding-left:30px}.slider16 .em-hero-inner-thumb{top:215px;left:-68px}.slider16 .slider_text_inner h1{font-size:50px}.slider16 .slider_text_inner p{font-size:16px}.style-three.about_area .single_about_thumb{left:0}.single_about_thumb_inner1 img{width:100%}.em-service-single-box1{height:365px}.section_content_text2 p{font-size:14px}.em-service-title1 h2{font-size:20px}.em-service-text1 p{font-size:13px}.why-choose-us-thumb{left:0}.upper1 .subscribe_form_send button{right:180px}.why-choose-main-thumb{left:-60px}p.seo-text,p.seo-text1{font-size:15px}.single_team_icon1 a i{width:28px;height:28px;margin-right:5px;line-height:28px}.style-two .em-testimonial-text p{font-size:14px}.style-two .em-testimonial-title h6{font-size:15px}.faq-thumb{left:-35px}.slider17 .slider_text_inner h1{font-size:48px}.hero-main-thumb.ml-4.pl-60{margin-left:0;padding-left:0}.slider17 .slider_text_inner p{font-size:15px}.slider17 .slider_text_inner h5,.section_sub_title1 h5{font-size:16px}.section_main_title1 h2{font-size:37px}.style-five .em-service-title1 h2{font-size:18px}.em-about-counter-title h3{font-size:35px}.em-about-counter-title h5{font-size:17px}.em-dot:before,.em-dot:after,.em-dot span:before{border-radius:6px;width:5px;height:5px}.process-title h3{font-size:14px}.process-text p{font-size:15px}.process-shape img{width:90%}.process-shape{top:-4px;left:96px}.section_content_text1 p{font-size:14px}.accordion li p{font-size:15px}.accordion li a{font-size:18px}.blog-area .contact-form-title h2{font-size:25px}.blog-area .contact-form-title p{font-size:16px}.style-two .meta-blog-text1 p{font-size:11px}.style-two .meta-blog-text1 p i{padding-right:5px;font-size:12px}.style-two .meta-blog-comment span{font-size:11px}.style-two .meta-blog-comment{padding:0 0 0 20px}.style-two .em-blog-title h2 a{font-size:17px}.style-two .meta-blog-post{bottom:162px}.style-two .em-blog-text p{font-size:13px}.slider18 .slider_text_inner h1{font-size:49px}.slider18 .slider_text_inner p{font-size:16px}.slider18 .button a{margin-bottom:30px}.hero-main-thumb img{width:100%}.slider18 .hero_section_thumb{left:0}.slider18 .em-hero-inner-thumb2{top:20px;right:74px}.slider18 .em-hero-inner-thumb2 img{width:55%}.em-hero-icon-thumb img{width:63%}.slider18 .em-hero-icon-thumb{top:182px;left:46px}.slider18 .em-hero-inner-thumb4{bottom:138px;left:21px}.slider18 .em-hero-inner-shape{bottom:-200px}.style-two .em-feature-title h2{font-size:19px}.feature-top-icon{left:40px}.style-two .em-feature-single-box{padding:68px 23px 1px}.style-five .single_about_thumb_inner img{width:100%}.style-five .single_about_thumb{left:-3px}.em-about-title h3{font-size:16px;line-height:22px}.style-five .em-about-icon{margin-right:8px}.about_area.style-five.upper .em-about-thmub-inner1{top:-111px;left:111px}.about_area.style-five.upper .em-about-icon span h6{font-size:16px}.style-two .process-contant1{padding:60px 17px 15px}.style-two .process-number{left:76px}.style-two .section_main_title h1{font-size:32px}.call-do-main-thumb.pl-70{padding-left:0}.top_feature .techno_flipbox .flipbox_title h3{font-size:19px}.single_it_work_content_text p,.company-info-desc p,.singel-about-content p{font-size:15px}.section_content_text p{font-size:16px}.techno_flipbox_font .flipbox_desc p,.single_it_work_content_text p{font-size:15px}.single_portfolio_content_inner h2{font-size:19px}.blog-area.blog-new .em-blog-title h2 a{font-size:18px}.feature-area.owl-nav3.style-two .em-feature-title p{font-size:13px}.feature_style_four_title h4{font-size:20px}.feature_style_four{padding:50px 25px}.feature_style_four_text p{font-size:15px}.service_style_four_title h4{font-size:19px}.service_style_four_text p{font-size:14px}.single_feature_six_content h5{font-size:18px}.single_feature_six_content p{font-size:15px}.service_style_eight_content h4{font-size:20px}.service_style_eight_content p{font-size:15px}.service_style_eight{padding:35px 15px 33px}.single_contact_address_two_icon .icon{float:inherit}.single_contact_address_two{text-align:center}.case_study_style_two_title h4 a{font-size:20px}.text_left .section_main_title h1{font-size:28px}.feature_style_five_title h4{font-size:20px}.feature_style_five{padding:35px 15px 10px}.feature_style_five_text p{font-size:15px}.pricing_tk h2{font-size:35px}.service_style_two_text p{font-size:15px}.service_area.bg_color2 .service_style_two_title h4{font-size:20px}.blog_area.bg_color2 .blog_description p{padding:7px 0 0;font-size:15px}.service_single_box{padding:30px 20px}.service_title h4{font-size:20px}.upper .single_about_thumb img{width:100%}.upper .single_about_thumb{margin:0}.upp .portfolio_content{width:327px;left:20px}.upp .portfolio_content h2 a{font-size:18px}.upp .portfolio_content span{font-size:14px}.work_number{float:inherit}.single_it_work_content_desc p{padding:10px 0 0}.work_process .single_work_content_title h4{margin-top:16px}.team_single_box{padding:30px 22px 25px}.team_social_icon{width:150px;height:46px}.team_social_icon a{width:30px;height:30px;margin:0 1px;line-height:30px}.pricing_single-box{padding:30px 22px 46px}.pricing_title h4{font-size:22px}span.dollar{top:-8px;font-size:26px!important}.home-title h1{font-size:40px;line-height:55px}.home-title p{font-size:15px}.home-button a{padding:15px 30px;font-size:16px}.home-button{margin-right:20px}.our-contact span{font-size:20px}.service-single-box{padding:6px 10px 29px}.service-content h2{font-size:18px;line-height:30px}.service-content p{font-size:15px}.about-thumb img{width:100%;margin:0 0 0 -7px}.about-section{background-position:50%}.about-sub-box{display:inherit}.about-sub-info h2{font-size:16px}.about-sub-info p{font-size:13px}.tabs li a{padding:10px 25px;font-size:14px}.style-8 .section_main_title p{width:60%}.portfolio-content h2 a{font-size:16px;line-height:23px}.portfolio-content p{font-size:14px}.testimonial-section .counter-title h1{font-size:32px}.counter-text p{font-size:14px}.testimonial-disc p{font-size:14px;line-height:28px}.testimonial-content2 h2{font-size:25px}.info-icon{margin-right:15px}.blog-content{padding:25px 20px}.blog-person span{font-size:14px}.blog-person span img{margin-right:5px}.call-do-info h2{font-size:30px}.call-do-content h2{font-size:40px}.hero-content h1{font-size:50px;line-height:50px}.hero-thumb{padding-left:0}.hero-counter h2{font-size:35px}.hero-counter{padding-left:54px}.style-16 .serivce-thumb img{width:100%}.style-16 .serivce-thumb{right:0}.style-10 .feature-content h2{font-size:22px}.style-6 .about-thumb img{margin:0 0 2px 14px}.icon-element-title h4{font-size:20px}.icon-box-element-area.style-2.style-4.bg_color2 .icon-element-title h4{font-size:17px}}@media (min-width:768px) and (max-width:991px){.header_top_menu,.owl-prev,.owl-next{display:none}.slider_text_inner h1{font-size:50px!important}.about_area .section_main_title h1,.section_main_title h2{font-size:26px}.team_area .button.two,.single_it_work_content_list:before{display:none}.call_do_action .section_title{text-align:center}.call_do_action .single-video{text-align:center;margin-top:30px!important}.counter_area .nagative_margin{margin-top:0!important}.counter_area{padding-top:100px}.blog_area .button.two{display:none!important}.recent-post-item{margin-top:6px!important}.em-nivo-slider-wrapper:hover .nivo-nextNav{right:-30px!important}.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav{margin-left:-50px!important}.em-slider-sub-title,.text-center .em-slider-descript{display:none}.em-nivo-slider-wrapper .nivo-directionNav a{width:33px!important;height:58px!important;font-size:30px!important;line-height:54px!important}.em-button-button-area a{margin-top:0!important}.single_slider_shape_image img,.single_slider_rot_inner,.video_shape{display:none}.main_video{margin-top:-115px!important}.nav-tabs .nav-link{padding:13px 22px!important;font-size:16px!important}.nagative_margin2{margin-top:-90px!important}.single_slider_shape_image,#section-quote .container-pe-quote.right,#section-quote .container-pe-quote.left{display:none}.testimonial-bg{padding-bottom:0!important}.nagative_margin3{padding-top:70px;margin-top:0!important}.feature_style_three:hover .feature_style_tree_content{bottom:15px!important}.feature_style_three_title h4{font-size:20px}.section_button{display:none}.em-slider-main-title{font-size:90px!important}.techno_flipbox .techno_flipbox_font,.techno_flipbox .techno_flipbox_back{min-height:280px!important}.it_work_style_two .techno_flipbox .techno_flipbox_font,.it_work_style_two .techno_flipbox .techno_flipbox_back{min-height:350px!important}.slider_area .appointment{display:none}.text_center .slider_text_desc p{width:88%}.headingh_experience_number h1{float:none!important}.heading_experience_title h2{font-size:34px!important}.experience .main_video{margin-top:-170px!important}.slider8 .slider_text_desc p{width:75%}.service_area{text-align:center;padding-bottom:70px!important}.left .single_service_brg_thumb{display:none}.left .single_service_inner_thumb{text-align:center;margin-top:0!important;margin-left:0!important}.right .single_service_brg_thumb{display:none}.right .single_service_inner_thumb{text-align:center;margin-top:0!important;margin-left:0!important}.choose_us .techno_flipbox .techno_flipbox_font,.choose_us .techno_flipbox .techno_flipbox_back{min-height:400px!important}.call_do_action{padding-bottom:70px!important}.single_banner_thumb{display:none}.about_shape_thumb{bottom:49px!important;right:233px!important}.testimonial_style_three_content:before{width:169%!important;left:-130px!important}.testimonial_style_three_text p{font-size:18px!important}.testimonial_style_three_thumb{width:56%}.testimonial_style_three_content{padding:10px 0 0!important}.banner2{height:700px!important}.service_style_eleven_title h4{font-size:19px!important}.software_shape_thumb_inner4{top:0!important}.section_title.white .section_main_title h1,.section_title.white .section_main_title h2{font-size:24px!important}.erp_area .text_left .section_main_title h1{font-size:35px!important}.single_erp_thumb_inner{position:relative;top:56px}.slider15 .slider_text_inner p{padding:15px 0 0;font-size:15px}.slider15 .slider_text_inner h1{line-height:1.3;font-size:31px!important}.slider15 .slider_text_inner h5{margin:0 0 18px 35px;font-size:17px}.slider15 .em-hero-inner-thumb{left:-75px}.slider15 .em-hero-inner-shape1{bottom:-75px;right:-140px}.em-hero-icon-thumb{left:-20px}.em-feature-title h2{font-size:22px}.em-feature-title p{font-size:13px}.em-feature-single-box{padding:15px 20px 35px}.feature-single-box-inner:before{position:inherit}.em-about-title h3{font-size:14px;line-height:22px}.abou-button1 a{padding:10px 20px;font-size:15px}.em-about-icons{margin-right:10px}.em-about-icons i{width:42px;height:42px;font-size:25px;line-height:42px}.em-about-title2 h3{font-size:10px}.em-about-title2 p{font-size:14px}.happy-client-title p{font-size:13px}.brand-thumb img{width:88%}.em-service-content{padding:26px 22px 0}.em-service-title h2{padding:10px 0 8px;font-size:16px;line-height:22px}.em-service-text p{font-size:14px}.em-icon img{width:85%}.upper.section_main_title h1{line-height:32px;font-size:22px!important}.call-do-action-title h1{font-size:34px;line-height:34px}.style-four .portfolio_nav ul li{margin:7px 3px;padding:7px 14px;font-size:13px}.single_portfolio_content_inner h2{font-size:19px}.style-four .port-icon-title p{font-size:14px}.testimonial-thumb img{width:100%}.em-testimonial-title h6{margin:0;font-size:15px}.people-title h4{font-size:16px}.people-title p,.em-testimonial-title p{font-size:14px}.em-blog-title h2 a{font-size:20px}.style_three .subscribe_content_title h2{font-size:30px}.style_three .subscribe_content_title p{font-size:15px}.style_three .subscribe_form input{height:68px;width:382px!important}.style_three .subscribe_form_send button{right:26px}.subscribe-thumb{top:-179px;left:428px}.subscribe_area.style_three.pb-100{padding-bottom:0}.recent-post-image a img{width:90%}.recent-post-image.mr-3{margin-right:0}a.social-icon-color,a.social-icon-color1,a.social-icon-color2,a.social-icon-color3{width:30px;height:30px;line-height:30px}.slider16 .slider_text_inner p{padding:12px 0 18px;font-size:16px}.upper .subscribe_form_send button{padding:12px 15px;font-size:11px;bottom:-1%}.hero-main-thumb.pl-120{padding-left:0}.upper .subscribe_form input::placeholder{font-size:13px}.upper .subscribe_form input{padding:5px 12px}.hero-main-thumb img,.em-hero-inner-thumb img{width:100%}.slider16 .em-hero-inner-thumb{top:230px;left:62px}.style-three.about_area .single_about_thumb{left:0}.single_about_thumb.pr-5{padding-right:0!important}.single_about_thumb_inner1 img{width:100%}.section_content_text1 p{font-size:14px}.section_main_title1 h1{font-size:24px;line-height:34px}.section_sub_title1 h6{font-size:12px}.upper1 .subscribe_form_send button{right:60px}.why-choose-us.style-two .why-choose-main-thumb{left:-110px}.why-choose-us.style-two .why-choose-main-thumb img{width:100%}.upper.section_sub_title1 h6{font-size:15px}p.seo-text,p.seo-text1{font-size:14px}.abou-button2 a{padding:10px 32px;font-size:14px}.accordion li a{font-size:18px}.accordion li p{font-size:12px}.widget.widgets-company-info{padding:25px 0 0}.faq-thumb{left:-20px}.choose-icon-text p{font-size:13px}.slider16 .slider_text_inner h1{line-height:40px;font-size:30px!important}.upper .subscribe_form_send button{font-size:13px}.slider17 .slider_text_inner h5{font-size:15px}.slider17 .slider_text_inner h1{font-size:30px!important}.hero-main-thumb.ml-4.pl-60{padding-left:0;margin-left:0!important}.slider17 .slider_text_inner p{font-size:13px}.slider17 .button a{padding:13px 42px;font-size:12px}.slider17 .upper.button a{padding:11px 38px;font-size:12px}.slider17 .slider_button span{padding:13px 3px 0;font-size:9px}.section_main_title1 h2{font-size:33px}.section_sub_title1 h5,.section_content_text2 p{font-size:13px}.style-five .em-service-title1 h2{font-size:18px}.em-service-text1 p{font-size:14px}.section_main_title1 h2{font-size:25px;line-height:35px}.em-dot:before,.em-dot:after,.em-dot span:before{border-radius:6px;width:5px;height:5px}.em-about-counter-title h3{font-size:38px}.em-about-counter-title h5{font-size:17px}.choose-icon h6{font-size:15px;display:block}.style-four .choose-icon span i{font-size:18px}.style-four .why-choose-us-thumb{left:0}.faq-area .section_main_title1 h2{font-size:22px}.up.faq-thumb img{width:100%}.up.faq-thumb{top:200px;left:0}.up.faq-thumb .data_science_video1{top:6%;left:37%}.upper.accordion li:before{top:0;right:-28px}.upper.accordion a:after{right:-17px}.upper.accordion a:before{right:-12px}.upper.accordion li a{font-size:16px}.process-shape img{width:75%}.process-shape{top:12px;left:133px}.blog-area .contact-form-title h2{font-size:25px}.blog-area .contact-form-title p{font-size:16px}.style-two .meta-blog-text1 p{font-size:11px}.style-two .meta-blog-text1 p i{padding-right:5px;font-size:12px}.style-two .meta-blog-comment span{font-size:11px}.style-two .meta-blog-comment{padding:0 0 0 20px}.style-two .em-blog-title h2 a{font-size:17px}.style-two .meta-blog-post{bottom:162px}.style-two .em-blog-text p{font-size:13px}.slider18 .slider_text_inner h1{font-size:34px!important}.slider18 .slider_text_inner h5{font-size:17px}.slider18 .slider_text_inner p{font-size:16px}.slider18 .button a{margin-bottom:30px}.slider18 .hero_section_thumb{left:0}.em-hero-inner-thumb2 img{width:55%}.slider18 .em-hero-inner-thumb2{top:27px;right:-7px}.slider18 .em-hero-inner-thumb4{bottom:85px;left:22px}.em-feature-button.mt-50{margin-top:0;margin-bottom:40px}.feature-shape1{top:137px}.style-two .feature-extra-single-box:before{width:299px;top:78px}.feature-top-icon{left:105px}.style-five .single_about_thumb_inner img{width:100%}.style-five .single_about_thumb{left:-8px}.counter-area{text-align:center}.ems-border{left:109px}.em-border2{left:90px}.em-border1{left:112px}.style-two .section_main_title h1{font-size:28px}.style-two .section_sub_title h5{font-size:15px}.style-five .why-choose-us-thumb img{width:inherit}.choose-us-thumb{right:-265px}.choose-us-thumb1{right:-266px}.em-about-thmub-inner1 img{width:100%}.about_area.style-five.upper .em-about-thmub-inner1{top:13px;left:155px}.about_area.style-five.upper .em-about-icon span h6{margin-left:0;font-size:15px}.style-five.upper .single_about_thumb{top:120px;left:-8px}.process-shape-thumb{right:-34px}.process-single-box{margin-bottom:75px}.subscribe-area{text-align:center}.about_area .upper.section_content_text p{font-size:13px}.style-two.call-do-action .section_main_title h1{font-size:26px}.style-two .call-do-icon span{padding-left:12px;font-size:25px}.call-do-main-thumb img{width:100%}.call-do-main-thumb.pl-70{padding-left:0}.techno_flipbox_font .flipbox_desc p{font-size:15px}.single_about_signesur_content h4{font-size:17px}.single_about_signesur_content p,.service_style_eight_content p,.single_fun_faq_text p{font-size:15px}.single_contact_address_two_icon .icon{float:inherit}.single_contact_address_two{text-align:center}.single_feature_seven_content p{font-size:15px}.section_main_title h1,.section_main_title h2{font-size:38px}.text_left .em_bar{margin:auto}.blog_area{text-align:center!important}.service_style_two_title h4{font-size:20px}.service_style_two_text p,.single_testimonial_content_text p{font-size:15px}.blog_area.bg_color2 .blog_description p{padding:7px 0 0;font-size:15px}.slider19{height:1200px}.upper .single_about_thumb{margin:0 0 22px}.single_portfolio_thumb img{width:inherit}.portfolio_content{width:285px;left:15px}.portfolio_content h2 a{font-size:18px}.portfolio_content span{font-size:14px}.tchn-button.text-right{margin-bottom:30px;text-align:center!important}.about-thumb img{margin:0 0 102px}.bg-up{height:830px}.style-8 .section_main_title p{width:80%}.testimonial-thumb2 img{width:100%;margin:30px 0 0}.single-box{margin:0}.call-do-section{text-align:center}.call-do-btn{padding:40px 0}.call-do-shape img{margin:auto;top:-138px;left:0;right:0}.reasonscive-upp{padding:33px 0 0}.hero2.hero-section{height:1130px}.hero-content h1{font-size:51px;line-height:51px}}@media only screen and (min-width:600px) and (max-width:767px){.header_top_menu,.owl-prev,.owl-next{display:none}.slider_text_inner h1{font-size:36px!important}.slider_text_inner h5{font-size:16px!important}.slider1,.slider2{height:700px!important}.single_about_shape_thumb{display:none}.section_main_title h1,.section_main_title h2{font-size:38px}.team_area .button.two,.single_it_work_content_list:before{display:none}.call_do_action .section_title{text-align:center}.call_do_action .single-video{text-align:center;margin-top:30px!important}.counter_area .nagative_margin{margin-top:0!important}.counter_area{padding-top:100px}.blog_area .section_button{display:none!important}.single_blog_thumb img{width:100%}.footer-bottom-content-copy p{text-align:center!important}.footer-bottom-right-text{padding-bottom:16px;text-align:center!important}.em-nivo-slider-wrapper:hover .nivo-nextNav{right:-30px!important}.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav{margin-left:-50px!important}.em-slider-sub-title,.text-center .em-slider-descript{display:none}.em-slider-main-title{font-size:85px!important}.em-button-button-area a{margin-top:0!important}.em-nav-slider-title-center{font-size:45px!important}.em-nivo-slider-wrapper .nivo-directionNav a{width:28px!important;height:55px!important;font-size:30px!important;line-height:54px!important}.single_slider_shape_image img,.single_slider_rot_inner{display:none}.slider3{height:750px!important}.slider_text_desc p{width:88%!important}.video_shape{display:none}.video_thumb{padding-bottom:120px;margin:0!important}.nav-tabs .nav-link{margin-bottom:9px;padding:22px 38px!important;font-size:18px!important}.single_slider_shape_image,#section-quote .container-pe-quote.right,#section-quote .container-pe-quote.left{display:none}.testimonial-bg{padding-bottom:0!important}.nagative_margin3{padding-top:70px;margin-top:0!important}.slider_area .appointment{display:none}.button.two{text-align:center}.prfs_experience{padding-top:65px!important}.heading_experience_title h2{font-size:33px!important}.service_area{padding-bottom:70px!important}.left .single_service_brg_thumb{display:none}.left .single_service_inner_thumb{text-align:center;margin-top:0!important;margin-left:0!important}.right .single_service_brg_thumb{display:none}.right .single_service_inner_thumb{text-align:center;margin-top:0!important;margin-left:0!important}.team_style_two{margin-top:30px}.call_do_action{padding-bottom:70px!important}.choose_us_area .section_button{text-align:right;display:none}.single_banner_thumb{display:none}.banner_area .data_science_video_inner{left:45%!important}.testimonial_style_three_thumb{width:30%}.testimonial_style_three_content{padding:15px 0 0!important}.testimonial_style_three_content:before{width:143%!important;left:-120px!important}.banner2,.banner3{height:700px!important}.about_area.odoo .button.two{text-align:left!important}.about_area.odoo .section_sub_title h6{letter-spacing:2px!important}.erp_area .button.two{text-align:left!important}.single_erp_thumb_inner{position:relative;top:56px}.slider13 .slider_text_inner p,.slider14 .slider_text_inner p{width:86%!important}.slider15 .slider_content{position:relative;top:-158px}.hero_section_thumb{top:132px}.hero-main-thumb img{width:100%}.slider15 .slider_text_inner p{padding:15px 0 0;font-size:16px}.slider15 .button a{margin-top:0;padding:13px 25px;font-size:14px}.em-hero-inner-thumb{top:8px}.em-hero-icon-thumb{top:65px}.em-hero-inner-thumb2{top:134px;right:0}.brand-thumb{text-align:center;margin-bottom:30px}.why-choose-us-thumb img{width:100%}.happy-client-title p:before{margin:auto;left:114px}.upper.section_content_text p{width:77%}.call-do-action-title h1{font-size:34px;line-height:34px}.call-button a{margin-top:30px;font-size:15px}.call-do-thumb3{top:80px;right:0}.call-do-thumb1{bottom:-185px;left:-139px}.call-do-thumb{bottom:0;left:101px}.call-do-thumb4{top:-96px;right:-50px}.style-four .portfolio_nav ul li{margin:6px 3px;font-size:15px}.testimonial-thumb img{width:100%}.upper.section_main_title h1{font-size:35px!important}.em-blog-title h2 a{font-size:18px}.em-blog-text p{font-size:14px}.em-blog-content{padding:12px 22px 25px}.blog-button{text-align:left;padding:0 43px}.style_three .subscribe_content_title h2{font-size:30px}.style_three .subscribe_content_title p{font-size:17px}.style_three .subscribe_form input{width:389px!important}.recent-post-image{float:inherit}.testimonial-area .section_sub_title h5:before{left:16px;right:0}.meta-blog-text p{padding:0;font-size:14px}.hero-main-thumb{position:relative;top:-82px}.slider16 .em-hero-inner-thumb{left:0}.style-three.about_area{text-align:center}.single_about_thumb{left:0!important}.abou-button1{text-align:left}.service-area.style-four,.why-choose-us.style-two{text-align:center}.choose-icon-text p{font-size:14px}.why-choose-main-thumb{top:40px}.techno-seo-title p{font-size:15px}.upper1 .subscribe_form input{width:516px}.upper1 .subscribe_form_send button{right:20px}.why-choose-us-thumb{left:140px}.upper.section_sub_title1 h6:before{margin:auto;left:-134px;right:0}.techno-vedio-title p{font-size:15px}.faq-thumb{left:-19px}.section_sub_title1 h6{font-size:16px}.section_main_title1 h1{font-size:27px;line-height:38px}.style-two .em-testimonial-text p{font-size:14px}.style-two .em-testimonial-title h6{font-size:15px}.style-two .em-testimonial-title h6 span{font-size:14px}.section_main_title1 h2{font-size:32px}.service-area.style-five .section_title.text_left.mb-50.mt-5{margin-top:0!important;margin-bottom:0!important}.section_content_text1 p{font-size:14px}.section_button2,.em-about-counter-box{text-align:center}.em-dot span{left:-254px}.why-choose-main-thumb1{top:65px;left:-173px}.up.faq-thumb{left:-31px}.accordion li a{font-size:17px}.accordion li p{font-size:14px}.contact_from{text-align:center}.blog-area .contact-form-title h2{font-size:30px}.blog-area .contact-form-title p{font-size:16px}.blog-area .contact-form-icon i{padding:0 18px 0 0}.single-blog-box{text-align:center}.up.faq-thumb .data_science_video1{top:28%;left:45%}.slider18 .hero_section_thumb{left:0}.em-hero-inner-thumb2 img{width:65%}.slider18 .em-hero-inner-thumb2{top:-22px;right:44px}.slider18 .em-hero-icon-thumb img{width:55%}.slider18 .em-hero-icon-thumb{top:116px;left:59px}.slider18 .em-hero-inner-thumb4{bottom:250px;left:33px}.slider18 .em-hero-inner-shape{bottom:-452px;right:109px}.em-feature-button.mt-50{margin-top:0;margin-bottom:50px}.feature-shape1{top:155px}.style-two .section_sub_title h5:after{left:192px}.style-two .section_sub_title h5:before{left:197px}.em-feature-title p{font-size:15px}.style-five .single_about_thumb{position:relative;bottom:34px;left:0}.style-two .section_main_title h1{font-size:33px}.style-two .section_sub_title h5{font-size:16px}.about_area .upper.section_content_text p{font-size:15px}.style-five .em-about-icon-box{margin-bottom:25px}.counter-area{text-align:center}.ems-border{left:193px}.em-border1{left:203px}.em-border2{left:181px}.process-single-box{margin-bottom:75px}.style-two .process-number{left:212px}.call-do-main-thumb{padding:76px 0 0}.em-blog-thumb{padding:3px 0 0}.process-shape-thumb{right:-71px}.call_do_action .section_main_title h1,.section_main_title h2{font-size:25px}.text_center .section_content_text p{width:100%;font-size:20px}.service_area .section_main_title h1,.section_main_title h2{font-size:36px}.text_left .em_bar{margin:auto}.pricing_tk h2{font-size:42px}.slider19{height:1200px}.section_main_title h1{font-size:35px}.tchn-button.text-right{margin-bottom:30px;text-align:center!important}.upper .single_about_thumb{margin:0 0 22px}.home-title h1{font-size:49px}.home-title p{font-size:17px}.about-thumb img{margin:0 0 100px}.bg-up{height:830px}.style-8 .section_main_title p{width:80%}.row.counter-bg{text-align:center}.skill-thumb img{margin:0}.testimonial-thumb2 img{width:100%;margin:30px 0 0}.single-box{margin:0}.call-do-btn{padding:40px 0}.call-do-shape img{top:-137px}.upper.widgets-company-info{padding-left:0}.reasonscive-upp,.widget-nav-menu{padding:25px 0 0}.hero2.hero-section{height:1130px}.hero-thumb{padding-left:0}.style-10.feature-section .section_main_title h1{font-size:32px}.style-6 .about-thumb img{margin:40px 0 2px}}@media only screen and (min-width:320px) and (max-width:599px){.header_top_menu,.owl-prev,.owl-next{display:none}.slider_text_inner h1{font-size:25px!important}.slider_text_inner h5{font-size:14px!important}.slider1,.slider2{height:600px!important}.slider-video,.button .active,.single_about_shape_thumb{display:none}.section_main_title h1,.section_main_title h2{font-size:26px}.single_it_work_content_text p{font-size:15px}.team_area .button.two,.single_it_work_content_list:before{display:none}.single_it_work{margin-bottom:60px!important}.call_do_action .section_title{text-align:center}.call_do_action .single-video{text-align:center;margin-top:30px!important}.counter_area .nagative_margin{margin-top:0!important}.counter_area{padding-top:100px}.countr_text h1{font-size:32px!important}.blog_area .button.two{display:none!important}.subscribe_form_send button{padding:15px 29px!important;top:79%!important}.footer-bottom-content-copy p{text-align:center!important}.footer-bottom-right-text{padding-bottom:16px;text-align:center!important}.recent-post-item{margin-top:7px!important}.em-nivo-slider-wrapper:hover .nivo-nextNav{right:-30px!important}.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav{margin-left:-50px!important}.em-slider-sub-title,.text-center .em-slider-descript{display:none}.em-slider-main-title{font-size:45px!important}.em-nav-slider-title-center{font-size:25px!important}.em-button-button-area a{display:none!important}.em-nivo-slider-wrapper .nivo-directionNav a{width:28px!important;height:55px!important;font-size:30px!important;line-height:54px!important}.single_slider_shape_image img,.single_slider_rot_inner{display:none}.slider3{height:650px!important}.slider_text_desc p{font-size:15px;width:100%!important}.video_shape{display:none}.video_thumb{padding-bottom:80px;margin:0!important}.main_video{margin-top:-130px!important}.service_style_two_title h4{font-size:22px}.nav-tabs .nav-link{margin-bottom:9px;font-size:18px!important}.single_slider_shape_image,#section-quote .container-pe-quote.right,#section-quote .container-pe-quote.left{display:none}.testimonial-bg{padding-bottom:0!important}.nagative_margin3{padding-top:70px;margin-top:0!important}.feature_style_three:hover .feature_style_tree_content{bottom:15px!important}.feature_style_three_title h4{font-size:18px}.section_button{display:none}.techno_flipbox .techno_flipbox_font,.techno_flipbox .techno_flipbox_back{min-height:280px!important}.it_work_style_two .techno_flipbox .techno_flipbox_font,.it_work_style_two .techno_flipbox .techno_flipbox_back{min-height:350px!important}.slider_area .appointment{display:none}.button a{margin:0 35px;top:50px;padding:12px 22px!important;font-size:15px!important}.appointment .slider_button{margin:30px 0 0!important}.appointment .slider_text_inner h1{font-size:32px!important}.headingh_experience_number h1{float:none!important}.heading_experience_title h2{font-size:30px!important}.service_area{padding-bottom:70px!important}.left .single_service_brg_thumb{display:none}.left .single_service_inner_thumb{text-align:center;margin-top:0!important;margin-left:0!important}.right .single_service_brg_thumb{display:none}.right .single_service_inner_thumb{text-align:center;margin-top:0!important;margin-left:0!important}.appointment_form_inner{padding:35px!important}.appointment_title h1{font-size:35px}.call_do_action{padding-bottom:70px!important}.choose_us .techno_flipbox .techno_flipbox_font,.choose_us .techno_flipbox .techno_flipbox_back{min-height:400px!important}.choose_content_text_lft{overflow:hidden}.single_banner_thumb{display:none}.banner_area .data_science_video_inner{left:62%!important}.banner_text_content h1{font-size:35px!important}.banner1{height:650px!important}.about_shape_thumb{bottom:37px!important;right:78px!important}.service_style_nine_content h4{font-size:21px}.testimonial_style_three_thumb{width:30%}.testimonial_style_three_content{padding:10px 0 0!important}.testimonial_style_three_content:before{width:145%!important;left:-79px!important}.testimonial_style_three_text p{font-size:17px!important}.testimonial_style_three_title h4{font-size:19px}.testimonial_style_three_quote{margin-top:10px!important}.style_two .subscribe_bg_box form{border-radius:20px!important;padding:30px 15px 25px!important}.style_two .subscribe_form_send button{padding:17px 25px!important;top:73%!important;right:26px!important}.footer_middle_social_icon a{margin:7px 5px!important}.pricing_style_four_body ul li{font-size:16px!important}.banner2{height:700px!important}.banner2 .banner_text_content h1{font-size:25px!important}.banner2 .banner_text_content.white h5{font-size:18px}.banner3 .banner_text_content h1{font-size:32px!important}.software_shape_thumb{display:none}.tp-caption a{display:none!important}.slider13 .slider_text_inner p,.slider14 .slider_text_inner p{width:100%!important}.section_sub_title h6{letter-spacing:1px!important}.about_area.odoo .text_left .section_main_title h1{font-size:24px!important}.flipbox_area.odoo .section_title.white .section_main_title h1,.section_title.white .section_main_title h2{font-size:26px!important}.erp_area .text_left .section_main_title h1{font-size:33px!important}.single_erp_thumb_inner img{width:100%}.single_erp_thumb_inner{position:relative;top:56px}.odoo_contact_section .row.upper{padding:40px 9px!important}.odoo_contact_section .quote_wrapper{padding:32px 22px 9px!important}.slider15 .hero_section_thumb{top:256px}.hero-main-thumb img{width:100%}.slider15{height:777px;padding-bottom:405px}.slider15 .em-hero-inner-thumb1 img{width:68%}.em-hero-inner-thumb1{right:112px}.em-hero-inner-thumb4{bottom:0}.em-hero-inner-thumb2{right:-20px}.slider15 .em-hero-inner-shape1{bottom:-69px;right:-118px}.slider15 .em-hero-inner-shape1 img{width:70%}.upper.section_main_title h1{line-height:27px;font-size:21px!important}.em-feature-title h2{font-size:19px}.em-feature-title p{font-size:11px;line-height:20px}.happy-client-title p{font-size:14px}.brand-thumb img{width:30%}.brand-thumb{text-align:center;margin-bottom:30px}.em-about-title2 h3{font-size:18px}.upper.section_content_text p{width:100%;font-size:15px}.em-service-title h2{font-size:20px;line-height:26px}.em-service-text p{font-size:13px}.why-choose-us-thumb img{width:100%}.call-do-action-title h1{font-size:21px;line-height:21px}.call-button a{margin-top:30px;padding:10px 22px;font-size:15px}.call-do-thumb3{top:-69px}.call-do-thumb{bottom:136px}.style-four .portfolio_nav ul li{margin:8px 3px;padding:7px 13px;font-size:12px}.style-four .single_portfolio_content_inner h2 a{font-size:18px}.style-four .port-icon-title p{font-size:15px}.testimonial-thumb img{width:100%}.testimonial-single-box1{top:-75px;left:19px}.em-testimonial-title h6{margin:0;font-size:17px;line-height:26px}.em-testimonial-title p{font-size:13px}.em-blog-title h2 a{font-size:18px}.em-blog-text p{padding:10px 0 18px;font-size:13px}.blog-button{text-align:left;padding:6px 46px 0}.style_three .subscribe_content_title h2{font-size:20px;line-height:30px}.style_three .subscribe_content_title p{padding:6px 0 0;font-size:14px}.style_three .subscribe_form input{height:55px;width:268px!important}.style_three .row.sbc_bg_box{padding:42px 16px 50px}.subscribe_form_send button{font-size:14px;padding:10px 15px!important;top:79%!important;right:10px!important}a.social-icon-color,a.social-icon-color1,a.social-icon-color2,a.social-icon-color3{width:30px;height:30px;line-height:30px}.recent-post-image{float:inherit}.upper.widgets-company-info{padding-left:0}.widget-title{padding-top:30px}.feature-area .em-feature-single-box{padding:23px 22px 40px}.about_area .single_about_thumb{left:0}.about_area .em-about-thmub-inner2{display:none}.about_area .em-about-thmub-inner1 img{width:78%}.why-choose-us .why-choose-us-thumb{left:0}.call-do-action .call-do-thumb1{left:-77px}.call-do-action .call-do-thumb1 img{width:73%}.slider16{text-align:center}.slider16 .slider_text_inner h1{line-height:32px;font-size:20px!important}.slider16 .slider_text_inner h5{font-size:12px!important}.slider16 .slider_text_inner p{font-size:14px}.upper .subscribe_form input{padding:5px 16px}.slider16 .slider_text_inner h5:before{top:6px;left:32px}.hero_section_thumb{top:100px}.em-hero-inner-thumb img{width:81%}.upper .subscribe_form_send button{display:none}.single_about_thumb_inner1 img{width:100%}.style-three.about_area{text-align:center}.single_about_thumb{left:0}.section_sub_title1 h6{font-size:12px}.service-area.style-four{text-align:center}.upper.section_sub_title1 h6{font-size:14px}.upper.section_sub_title1 h6:before{top:7px;left:74px}.section_content_text2 p{font-size:14px}.abou-button2 a{padding:10px 28px;font-size:13px}.section_content_text1 p,.em-service-text1 p{font-size:13px}.why-choose-us.style-two{text-align:center}.choose-icon-text p{font-size:14px}.why-choose-main-thumb{top:35px}.why-choose-shape-thumb img{width:54%}.techno-seo-title h3{font-size:22px}.techno-seo-title p{font-size:14px}.upper1 .subscribe_form_send button{display:none}.upper1 .subscribe_form input{width:275px;height:59px}.why-choose-us-thumb{left:149px}.section_main_title1 h1{font-size:20px;line-height:31px}.upper.section_sub_title1 h6{color:#0c5adb;font-size:12px}p.seo-text,p.seo-text1{font-size:12px}.techno-vedio-title h2{font-size:20px}.techno-vedio-title p{font-size:14px}.style-two .people-thumb{float:inherit;left:30%}.testimonial-area.style-two{text-align:center}.faq-thumb{left:-7px}.style-two .em-testimonial-text p{font-size:13px}.em-service-title1 h2{font-size:18px}.slider17 .slider_button span{padding:13px 6px 0;font-size:12px}.section_main_title1 h2{font-size:24px;line-height:36px}.section_sub_title1 h5{font-size:15px}.style-five.service-area{background:inherit;text-align:center}.style-five .em-service-title1 h2{font-size:18px}.style-four.about_area{text-align:center}.em-dot:before,.em-dot span:before,.em-dot:after{border-radius:6px;width:5px;height:5px}.em-about-counter-title h3{font-size:37px}.em-about-counter-title h5{font-size:16px}.process-area .section_main_title1 h2,.why-choose-us.style-four .section_main_title1 h2{font-size:22px;line-height:36px}.why-choose-us.style-four.pt-120.pb-120{text-align:center;padding-top:0}.choose-icon h6{font-size:16px}.up.faq-thumb img{width:100%}.up.faq-thumb{top:70px;left:0}.faq-area .section_main_title1 h2{font-size:18px;line-height:30px}.blog-area.style-two.blog-new.pt-110.pb-110{text-align:center;padding-top:20px!important}.blog-area .contact-form-icon i{padding:0 22px 0 0;font-size:44px}.style-two .meta-blog-text1 p,.style-two .meta-blog-comment span{font-size:13px}.style-two .meta-blog-comment{padding:0}.slider17 .button a{padding:12px 22px!important;font-size:14px!important}.button.upper a{padding:9px 22px!important;font-size:13px!important}.service-area.style-five .section_title.text_left.mb-50.mt-5{margin-top:0!important;margin-bottom:0!important}.section_content_text1 p{font-size:14px}.section_button2,.em-about-counter-box{text-align:center}.em-dot span{left:-254px}.why-choose-main-thumb1{top:65px;left:-173px}.up.faq-thumb{left:-31px}.accordion li a{font-size:17px}.accordion li p{font-size:14px}.contact_from{text-align:center}.blog-area .contact-form-title h2{font-size:30px}.blog-area .contact-form-title p{font-size:16px}.blog-area .contact-form-icon i{padding:0 18px 0 0}.single-blog-box{text-align:center}.up.faq-thumb .data_science_video1{top:28%;left:45%}.slider18{text-align:center}.slider18 .slider_text_inner h5:after{left:51px}.slider18 .slider_text_inner h5:before{left:62px}.slider18 .slider_text_inner p{font-size:15px}.slider18 .slider_button{margin-bottom:30px}.slider18 .hero_section_thumb{left:0}.em-hero-inner-thumb2 img{width:47%}.slider18 .em-hero-inner-thumb2{top:33px;right:20px}.em-hero-icon-thumb img{width:31%}.slider18 .em-hero-icon-thumb{top:125px;left:-87px}.slider18 .em-hero-inner-thumb4{bottom:48px;left:16px}.slider18 .em-hero-inner-shape{bottom:-452px;right:109px}.em-feature-button.mt-50{margin-top:0;margin-bottom:50px}.feature-shape1{top:180px}.em-feature-button a{padding:7px 25px;font-size:14px}.style-two .section_sub_title h5:after{left:207px}.style-two .section_sub_title h5:before{left:212px}.em-feature-title p{font-size:13px}.feature-top-icon{left:93px}.style-five .single_about_thumb_inner img{width:100%}.style-five .single_about_thumb{position:relative;bottom:34px;left:0}.style-two .section_main_title h1{font-size:25px}.style-two .section_sub_title h5,.about_area .upper.section_content_text p{font-size:15px}.style-five .em-about-icon-box{margin-bottom:25px}.counter-area{text-align:center}.ems-border{left:86px}.em-border1{left:94px}.em-border2{left:75px}.style-five .choose-us-title h3{font-size:20px}.style-five .choose-us-number{margin-right:14px}.choose-us-thumb,.choose-us-thumb1{display:none}.em-about-thmub-inner1 img{width:100%}.about_area.style-five.upper .section_content_text p{font-size:15px}.about_area.style-five.upper .em-about-icon span h6{font-size:16px}.process-single-box{margin-bottom:75px}.style-two .process-number{left:115px}.style-two .upper .process-text p{font-size:14px}.call-do-main-thumb{padding:76px 0 0}.em-blog-thumb{padding:3px 0 0}.process-shape-thumb{right:-71px}.call-do-action.style-two .section_main_title h1{font-size:19px}.style-two .call-do-icon span{font-size:20px}.style-two .call-do-icon i{width:50px;height:50px;font-size:20px;line-height:50px}.call-do-main-thumb img{width:100%}.about_area .section_main_title h1,.section_main_title h2{font-size:23px}.singel-about-content p{font-size:15px}.feature_style_four_title h4{font-size:20px}.feature_style_four_text p{font-size:15px}.feature_style_four{padding:50px 30px}.text_center .section_content_text p{width:100%;font-size:17px}.service_style_seven_title h4{font-size:20px}.single_feature_six_content p{font-size:15px}.single_feature_six_content h5{font-size:19px}.single_about_signesur_content h4{font-size:18px}.single_about_signesur_content p,.service_style_eight_content p{font-size:15px}.single_contact_address_two_content h4,.single_choose_us_content_inner h4{font-size:18px}.single_choose_us_icon .icon{width:60px;height:60px;margin-right:15px;font-size:32px;line-height:60px}.single_choose_us_content_inner p{font-size:14px}.subscribe_content_title h2{font-size:23px}.call_do_action .section_main_title h1,.section_main_title h2{font-size:19px;font-weight:600}.single_testimonial_content_text{padding:32px 30px 20px}.service_area .section_main_title h1,.section_main_title h2{font-size:21px}.case_study_style_two_title h4 a{font-size:18px}.case_study_style_two_title span,.feature_style_five_text p{font-size:15px}.section_content_text.pr-70.pt-4{padding-right:0!important}.section_content_text p{font-size:16px}.pricing_tk h2{font-size:32px}.service_style_two_text p{font-size:15px}.slider19{height:1200px}.slider19 .slider_text_inner h1{font-size:23px;line-height:30px}.slider-thumb img{width:100%}.tchn-button.text-right{margin-bottom:30px;text-align:center!important}.service_single_box{padding:30px 20px}.service_title h4{font-size:19px}.upper .single_about_thumb{margin:0 0 22px}.single_about_thumb img{width:100%}.portfolio_content{width:238px;left:20px}.single_portfolio_thumb img{width:inherit}.portfolio_content h2 a{font-size:16px;line-height:23px}.portfolio_content span{padding:5px 14px;font-size:13px}.single_testimonial-box{padding:30px 20px}.pricing_single-box{padding:30px 23px 46px}span.dollar{top:-6px;font-size:24px!important}.pricing_button a{padding:15px 26px}.footer-bottom-right-text a{font-size:15px}.home-title h1{font-size:27px;line-height:32px}.home-title h5{padding:5px 12px 7px 7px;font-size:17px}.home-title h5:before{background-color:inherit;top:17px;left:0}.home-title p{font-size:15px}.home-button{float:inherit}.our-contact{margin-top:33px}.home-thumb img{width:100%;margin:30px 0 0}.all-shape{display:none}.section_main_title h1{font-size:21px;line-height:30px}.about-thumb img{width:100%;margin:0 0 30px}.about-section{background-position:bottom}.about-content p{font-size:16px}.about-sub-content p{font-size:15px}.bg-up{height:960px}.services-single-box{padding:0}.services-content h2{font-size:22px}.services-content p{font-size:15px}.tabs li a{margin:10px 10px 5px 0;padding:5px 15px;font-size:12px}.mission-section ul.accordion{height:490px!important}.style-8 .section_main_title p{width:100%;font-size:15px}.row.counter-bg{text-align:center}.style2.prossess-ber-plugin span{font-size:13px}.skill-thumb img{width:100%;margin:20px 0 0}.single-testimonial{padding:65px 24px 43px}.testimonial-thumb{margin:-10px 13px 0 0}.testimonial-content2 h2{font-size:17px}.testimonial-disc p{font-size:15px}.testimonial-thumb2 img{width:100%;margin:30px 0 0}.single-box{margin:0;padding:65px 25px 0}.subscribe-leave-title h3{font-size:24px}.blog-info h2{font-size:19px}.call-do-content h2{padding:0 0 25px;font-size:25px}.call-do-info h2{font-size:25px}.call-do-btn{padding:14px 0}.call-do-shape img{top:-112px;left:-6px}.hero2.hero-section{height:1130px}.hero-content h1{font-size:33px;line-height:33px}.hero-thumb{padding:100px 0 0}.hero-thumb img{width:100%}.style-10.feature-section .section_main_title h1{font-size:32px}.style-6 .about-thumb img{margin:40px 0 2px}.hero-shape7{left:-220px}.hero-shape7 h1{font-size:65px}.style-16 .single-service-box2{padding:30px 20px 5px}.style-16 .service-icon{float:initial;margin:0 0 10px}.style-16 .single-service-box2 h2.service-title{font-size:22px}.style-16 .right-arrow a i{font-size:49px;top:13%}.style-10 .feature-content h2{font-size:21px}.col-lg-6.pl-0.pr-0{padding-left:15px!important}.style-16 .serivce-thumb img{width:100%}.style-16 .serivce-thumb{right:0}.style-6 .people-text p{width:80%}.style-4 .testi-description p{font-size:16px}.section_title h1{font-size:26px}.icon-element-title h4{font-size:20px}}
.slick-slider{box-sizing:border-box;-webkit-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;display:block;position:relative}.slick-list{margin:0;padding:0;display:block;position:relative;overflow:hidden}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate(0,0)}.slick-track{margin-left:auto;margin-right:auto;display:block;position:relative;top:0;left:0}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[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{border:1px solid #0000;height:auto;display:block}.slick-arrow.slick-hidden{display:none}
.slick-loading .slick-list{background:#fff url(../media/ajax-loader.d5c1e833.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(../media/slick.3392c85e.eot);src:url(../media/slick.3392c85e.eot)format("embedded-opentype"),url(../media/slick.265d68e3.woff)format("woff"),url(../media/slick.31421072.ttf)format("truetype"),url(../media/slick.5f2cd927.svg)format("svg")}.slick-prev,.slick-next{cursor:pointer;color:#0000;background:0 0;border:none;outline:none;width:20px;height:20px;padding:0;font-size:0;line-height:0;display:block;position:absolute;top:50%;transform:translateY(-50%)}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:#0000;background:0 0;outline:none}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:slick;font-size:20px;line-height:1}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{text-align:center;width:100%;margin:0;padding:0;list-style:none;display:block;position:absolute;bottom:-25px}.slick-dots li{cursor:pointer;width:20px;height:20px;margin:0 5px;padding:0;display:inline-block;position:relative}.slick-dots li button{cursor:pointer;color:#0000;background:0 0;border:0;outline:none;width:20px;height:20px;padding:5px;font-size:0;line-height:0;display:block}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
