@charset "UTF-8";
@charset "UTF-8";


.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{-webkit-backface-visibility:visible;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{-webkit-backface-visibility:visible!important;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{-webkit-backface-visibility:visible!important;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;-webkit-backface-visibility:visible!important;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{-webkit-backface-visibility:visible!important;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}

@font-face{font-family:"Ionicons";src:url(//recruitchamp.com/wp-content/themes/employastar/lib/ionicons/fonts/ionicons.eot?v=2.0.0);src:url(//recruitchamp.com/wp-content/themes/employastar/lib/ionicons/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(//recruitchamp.com/wp-content/themes/employastar/lib/ionicons/fonts/ionicons.ttf?v=2.0.0) format("truetype"),url(//recruitchamp.com/wp-content/themes/employastar/lib/ionicons/fonts/ionicons.woff?v=2.0.0) format("woff"),url(//recruitchamp.com/wp-content/themes/employastar/lib/ionicons/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//recruitchamp.com/wp-content/themes/employastar/lib/owlcarousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
#industry-carousel .owl-nav.disabled{display:block;}
#industry-carousel .owl-prev, 
#industry-carousel .owl-next {color: #fff; font-size: 18px; margin-top: -20px; position: absolute; top: 50%; text-align: center; line-height: 39px;
opacity: 1; width: 40px; height: 40px; border-radius:20px; }
#industry-carousel .owl-prev{left:-30px; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; -ms-transition: 0.4s; }
#industry-carousel .owl-next{right:-30px; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; -ms-transition: 0.4s; }
#industry-carousel:hover .owl-nav div.owl-next:hover,
#industry-carousel:hover .owl-nav div.owl-prev:hover{color:#fff; background: #f7c212; border-radius:20px; }
#solutions-carousel .owl-nav.disabled{display:block;}
#solutions-carousel .owl-prev, 
#solutions-carousel .owl-next {color: #ffffff; background:#ba8afd; font-size: 18px; margin-top: -20px; position: absolute; top: 50%; text-align: center; line-height: 39px;
opacity: 1; width: 40px; height: 40px; border-radius:20px; }
#solutions-carousel .owl-prev{left:-30px; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; -ms-transition: 0.4s; }
#solutions-carousel .owl-next{right:-30px; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; -ms-transition: 0.4s; }
#solutions-carousel:hover .owl-nav div.owl-next:hover,
#solutions-carousel:hover .owl-nav div.owl-prev:hover{color:#fff; background: #792fe0; border-radius:20px; }
#feature-carousel .owl-nav.disabled{display:block;}
#feature-carousel{position:relative;}
#feature-carousel .owl-nav{width:25px; position:absolute; right:30px; bottom:-30px;}
#feature-carousel .owl-prev, 
#feature-carousel .owl-next {color: #f15956; font-size: 18px; margin-top: -20px; position: absolute; top: 50%; text-align: center; line-height: 39px;
opacity: 1; width: 40px; height: 40px; border-radius:20px; }
#feature-carousel .owl-prev{left:-30px; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; -ms-transition: 0.4s; }
#feature-carousel .owl-next{right:-30px; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; -ms-transition: 0.4s; }
#feature-carousel:hover .owl-nav div.owl-next:hover,
#feature-carousel:hover .owl-nav div.owl-prev:hover{color:#7e31e2; background: #ccc; border-radius:20px; }@font-face {
font-family: 'abel';
src: url(//recruitchamp.com/wp-content/themes/employastar/font/Abel-Regular.ttf);
}
body {
background: #fff;
color: #666666;
font-family: "Open Sans", sans-serif;
}
a {
color: #792fe0;
transition: 0.5s;
}
a:hover, a:active, a:focus {
color: #792fe0;
outline: none;
text-decoration: none;
}
p {
padding: 0;
margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Montserrat", sans-serif;
font-weight: 400;
margin: 0 0 10px 0;
padding: 0;
} .pricingdiv{
display: flex;
flex-wrap: wrap;
justify-content: center;
font-family: 'Source Sans Pro', Arial, sans-serif;
width: 100%;
float:left;
}
.pricingdiv ul.theplan{
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
color: white;
background: #81bf48;
position: relative;
width: 100%; margin-bottom: 1em;
transition: all .5s;
}
.pricingdiv ul.theplan:hover{ transform: scale(1.05);
transition: all .5s;
z-index: 100;
box-shadow: 0 0 10px gray;
}
.pricingdiv ul.theplan li{
margin: 10px 20px;
position: relative;
}
.pricingdiv ul.theplan li.title{
font-size: 150%;
font-weight: bold;
margin-top: 20px;
text-transform: uppercase;
border-bottom: 5px solid white;
}
.pricingdiv .pro{
background: #5ba3c6 !important;
}
.pricingdiv .enter{
background: #6e00d3 !important;
}
.sliderBanner{margin: auto; width: 100%; position: absolute; bottom:0px;}
.sliderBannerInner{width:100%; max-width:830px; margin:auto; position:relative;}
.sliderBanner img{height: 100%; width: auto !important; max-height: 360px;}
.sliderBanner h1{color: #fff; font-size: 42px; font-weight: 600; text-shadow: 1px 1px 5px #000; text-transform: capitalize; text-align: center;}
.sliderBanner p{color: #ffffff; text-shadow: 1px 1px 1px #000; font-size: 23px; text-align: center; width: 100% !important; margin-bottom: -20px !important;}
.sliderBTN{background: #dc3545; color: #fff; text-shadow: none; padding: 8px 20px 11px; border-radius: 40px;} .pricingdiv ul.theplan li:last-of-type{
margin-top: auto; padding-bottom:20px;
}  
.pricingdiv a.pricebutton{
background: white;
text-decoration: none;
padding: 10px;
display: inline-block;
margin: 10px auto;
border-radius: 5px;
color: navy;
text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
.pricingdiv ul.theplan{
border-radius: 0;
width: 100%;
margin-right: 0;
}
.pricingdiv ul.theplan:hover{
transform: none;
box-shadow: none;
}
.pricingdiv a.pricebutton{
display: block;
}
} .back-to-top {
position: fixed;
display: none;
background: #792fe0;
color: #fff;
display: inline-block;
width: 44px;
height: 44px;
text-align: center;
line-height: 1;
font-size: 16px;
border-radius: 50%;
right: 15px;
bottom: 15px;
transition: background 0.5s;
z-index: 11;
}
.back-to-top i {
padding-top: 12px;
color: #fff;
}
@media (max-width: 768px) {
.back-to-top {
bottom: 15px;
}
} #header {
padding: 5px 0px 0px;
position: fixed;
left: 0;
top: 0;
right: 0;
transition: all 0.5s;
z-index: 997;
background:#ffffff;
}
#header.header-scrolled {
background: rgba(255, 255, 255, 1);
padding: 5px 0px 0px;
transition: all 0.5s;
}
#header #logo {float: left; margin-top: 13px;}
@media (min-width: 1024px) {
#header #logo { margin-top: 0px;
}
}
#header #logo h1 {
font-size: 34px;
margin: 0;
padding: 0;
line-height: 1;
font-family: "Montserrat", sans-serif;
font-weight: 700;
letter-spacing: 3px;
}
#header #logo h1 a, #header #logo h1 a:hover {
color: #fff;
padding-left: 10px;
}
#header #logo img {
padding: 0;
margin: 0;
width: 175px;
height: 75px;
}
@media (max-width: 768px) {
#header #logo h1 {
font-size: 28px;
}
#header #logo img {
max-height: 75px;
}
}
#nav-menu-container{float:right; } .covervid-wrapper{max-width:100%; width: 100%;}
.covervid-video{max-width:100%; width: 100%; margin-top: 70px;}
#intro {
display: table;
width: 100%; background: #000;
}
#intro .carousel-item {
width: 100%;
height: 100vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#intro .carousel-item::before {
content: ''; position: absolute;
height: 100%;
width: 100%;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
#intro .carousel-container {
display: flex;
justify-content: left;
align-items: center;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
#intro .carousel-content {
text-align: left;
max-width:465px;
margin-left:90px;
margin-right:90px;
}
#intro h2 {
color: #000000;
margin-bottom: 30px;
font-size: 40px;
font-weight: 700;}
@media (max-width: 768px) {
#intro h2 {
font-size: 28px;
}
}
#intro p {
width: 80%;
margin: 0 auto 30px auto;
color: #fff;
}
@media (min-width: 1024px) {
#intro p {
width: 60%;
}
}
#intro .carousel-fade .carousel-inner .carousel-item {
-webkit-transition-property: opacity;
transition-property: opacity;
}
#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
opacity: 0;
}
#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
opacity: 1;
transition: 0.5s;
}
#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
#intro .carousel-control-prev, #intro .carousel-control-next {
width: 10%;
}
@media (min-width: 1024px) {
#intro .carousel-control-prev, #intro .carousel-control-next {
width: 5%;
}
}
#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
background: none;
font-size: 32px;
line-height: 1;
}
#intro .carousel-indicators li {
cursor: pointer;
}
#intro .btn-get-started{
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 32px;
border-radius: 0;
transition: 0.5s;
margin: 10px;
color: #fff;
background: #792fe0;
}
#intro .btn-get-started:hover{
background: #fff;
color: #792fe0;
}  .topnav{float: right; padding-right: 15px; font-size: 14px;}
.topnav a{float:left; padding:0px 5px; color:#444444;}
.topnav span{float:left;}
#nav-menu-container{float:right;}
#nav-menu-container .menu-primary-menu-container{margin: 10px 0px; float: right;}
#nav-menu-container ul {list-style: none; margin: 0; padding-left: 0;}
#nav-menu-container li {color: #000; display: block; float: left; padding:10px 16px; position:relative; text-decoration: none; transition-duration: 0.5s;}
#nav-menu-container li a {color: #000; font-size:15px;}
#nav-menu-container li a:hover{color:#db0025;}
#nav-menu-container li:hover,
#nav-menu-container li:focus-within {cursor: pointer;}
#nav-menu-container li:focus-within a {outline: none;}
#nav-menu-container ul li ul {background: #fff; visibility: hidden; opacity: 0; min-width: 5rem; position: absolute; transition: all 0.5s ease; margin-top: 10px; left: 0; display: none; width:auto; min-width:240px; padding-top:10px;}
.sub-menu-sub{position:relative;}
.sub-menu-sub{position:relative;}
.sub-menu-sub ul.sub-menu{background: #fff; visibility: hidden; opacity: 0; min-width: 5rem; position: absolute; transition: all 0.5s ease; margin-top:0px !important; top:0% !important; left:100% !important; display: none; width:auto; min-width:240px; padding-top:0px !important;}
#nav-menu-container ul li:hover > ul,
#nav-menu-container ul li:focus-within > ul,
#nav-menu-container ul li ul:hover,
#nav-menu-container ul li ul:focus {visibility: visible; opacity: 1; display: block}
#nav-menu-container ul li ul li {clear: both; width: 100%; padding:5px 10px; padding: 9px 10px; border-bottom: 1px solid #e4e4e4;}
.menuhighlights{background: #db0025;}
.menuhighlights  a{color:#fff !important; font-weight:bold;}  #mobile-nav-toggle {
position: fixed;
right: 0;
top: 0;
z-index: 999;
margin: 20px 20px 0 0;
border: 0;
background: none;
font-size: 24px;
display: none;
transition: all 0.4s;
outline: none;
cursor: pointer;
}
#mobile-nav-toggle i {
color: #792fe0;
margin-top:15px;
}
.hide-dsk{display:none !important;}
#mobile-nav-toggle i.fa-times{color:#fff;}
@media (max-width:1250px) {
#mobile-nav-toggle {
display: inline;
}
.hide-dsk{display:block !important;}
#nav-menu-container{display:none;}
.topnav{display:none;}
} #mobile-nav {
position: fixed;
top: 0;
padding-top: 18px;
bottom: 0;
z-index: 998;
background: rgba(0, 0, 0, 0.8);
left: -260px;
width: 260px;
overflow-y: auto;
transition: 0.4s;
}
#mobile-nav ul {
padding: 0;
margin: 0;
list-style: none;
}
#mobile-nav ul li {
position: relative;
}
#mobile-nav ul li a {
color: #fff;
font-size: 13px;
text-transform: uppercase;
overflow: hidden;
padding: 10px 22px 10px 15px;
position: relative;
text-decoration: none;
width: 100%;
display: block;
outline: none;
font-weight: 700;
font-family: "Montserrat", sans-serif;
}
#mobile-nav ul li a:hover {
color: #fff;
}
#mobile-nav ul li li {
padding-left: 30px;
}
#mobile-nav .sub-menu-sub ul.sub-menu{background:none; visibility: visible; opacity: 1; min-width: 5rem; position: relative; transition: all 0.5s ease; margin-top:0px !important; top:100% !important; left:0% !important; display:block; width:auto; min-width:240px; padding-top:0px !important;}
#mobile-nav ul .menu-has-children i {
position: absolute;
right: 0;
z-index: 99;
padding: 15px;
cursor: pointer;
color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
color: #eac623;
}
#mobile-nav ul .menu-has-children li a {
text-transform: none;
}
#mobile-nav ul .menu-item-active {
color: #eac623;
}
#mobile-body-overly {
width: 100%;
height: 100%;
z-index: 997;
top: 0;
left: 0;
position: fixed;
background: rgba(0, 0, 0, 0.7);
display: none;
} body.mobile-nav-active {
overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
color: #fff;
}  .section-header h3 {
font-size: 32px;
color: #111;
text-align: center;
font-weight: 700;
position: relative;
padding-bottom: 0px;
}
.section-header h1 {
font-size: 30px;
color: #ffffff;
text-align: center;
font-weight: 700;
position: relative;
padding-bottom: 0px;
text-shadow: 1px 1px 6px #000;
}
.section-header-new h1 {
font-size: 30px;
color: #ffffff;
text-align: left;
font-weight: 700;
position: relative;
padding-bottom: 0px;
}
.sectionH1{padding: 100px 0 100px 0 !important;}
.sectionH1 h1{margin:auto; max-width:650px;}
.section-header p {
text-align: center;
padding-bottom: 30px;
color: #333;
} .section-bg {
background: #f7f7f7;
} #featured-services {
background: #000;
}
#featured-services .box {
padding: 30px 20px;
}
#featured-services .box-bg {
background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}
#featured-services i {
color: #792fe0;
font-size: 48px;
display: inline-block;
line-height: 1;
}
#featured-services h4 {
font-weight: 400;
margin: 15px 0;
font-size: 18px;
}
#featured-services h4 a {
color: #fff;
}
#featured-services h4 a:hover {
color: #792fe0;
}
#featured-services p {
font-size: 14px;
line-height: 24px;
color: #fff;
margin-bottom: 0;
} #about {
background: url(//recruitchamp.com/wp-content/themes/employastar/img/about-bg.jpg) center top no-repeat fixed;
background-size: cover;
padding: 60px 0 40px 0;
position: relative;
}
#about::before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.92);
z-index: 9;
}
#about .container {
position: relative;
z-index: 10;
}
#about .about-col {
background: #fff;
border-radius: 0 0 4px 4px;
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
margin-bottom: 20px;
}
#about .about-col .img {
position: relative;
}
#about .about-col .img img {
border-radius: 4px 4px 0 0;
}
#about .about-col .icon {
width: 64px;
height: 64px;
padding-top: 8px;
text-align: center;
position: absolute;
background-color: #792fe0;
border-radius: 50%;
text-align: center;
border: 4px solid #fff;
left: calc( 50% - 32px);
bottom: -30px;
transition: 0.3s;
}
#about .about-col i {
font-size: 36px;
line-height: 1;
color: #fff;
transition: 0.3s;
}
#about .about-col:hover .icon {
background-color: #fff;
}
#about .about-col:hover{background:#e7dbf8;}
#about .about-col:hover h2{color:#792fe0;}
#about .about-col:hover i {
color: #792fe0;
}
#about .about-col h2 {
color: #000;
text-align: center;
font-weight: 700;
font-size: 20px;
padding: 0;
margin: 40px 0 12px 0;
}
#about .about-col h2 a {
color: #000;
}
#about .about-col h2 a:hover {
color: #792fe0;
}
#about .about-col p {
font-size: 14px;
line-height: 24px;
color: #333;
margin-bottom: 0;
padding: 0 20px 20px 20px;
} #services {
background:url(//recruitchamp.com/wp-content/themes/employastar/img/services-bg.jpg) no-repeat top left #fff;
background-size: cover;
padding: 60px 0 40px 0;
}
#services .box {
padding-bottom: 10px;
padding-top:30px;
}
#services .icon {
float: left;
}
#services .icon i {
color: #792fe0;
font-size: 36px;
line-height: 1;
transition: 0.5s;
}
#services .title {
margin-left: 60px;
font-weight: 700;
margin-bottom: 15px;
font-size: 18px;
}
#services .title a {
color: #111;
}
#services .box:hover .title a {
color: #792fe0;
}
#services .description {
font-size: 14px;
margin-left: 60px;
line-height: 24px;
margin-bottom: 0;
}
#how-it-works {
background: #fff;
background-size: cover;
padding: 60px 0 40px 0;
}
#how-it-works .box {
padding-bottom: 10px;
padding-top:30px;
}
#how-it-works .icon {
float: left;
}
#how-it-works .icon i {
color: #792fe0;
font-size: 36px;
line-height: 1;
transition: 0.5s;
}
#how-it-works .title {
margin-left: 60px;
font-weight: 700;
margin-bottom: 15px;
font-size: 18px;
}
#how-it-works .title a {
color: #111;
}
#how-it-works .box:hover .title a {
color: #792fe0;
}
#how-it-works .description {
font-size: 14px;
margin-left: 60px;
line-height: 24px;
margin-bottom: 0;
}
#solutions {
background: #fff;
background-size: cover;
padding: 60px 0 40px 0;
}
#solutions .box {
padding-bottom: 10px;
padding-top:30px;
}
#solutions .icon {
float: left;
}
#solutions .icon i {
color: #792fe0;
font-size: 36px;
line-height: 1;
transition: 0.5s;
}
#solutions .title {
margin-left: 60px;
font-weight: 700;
margin-bottom: 15px;
font-size: 18px;
}
#solutions .title a {
color: #111;
}
#solutions .box:hover .title a {
color: #792fe0;
}
#solutions .description {
font-size: 14px;
margin-left: 60px;
line-height: 24px;
margin-bottom: 0;
}
#des-con {
background: #fff;
background-size: cover;
padding: 60px 0 40px 0;
}
#des-con h3{color:#000000; font-size:40px; line-height:50px; margin-bottom:40px;}
#des-con p{color:#666666; font-size:18px; line-height:30px; margin-bottom:25px;	} #call-to-action {
background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(//recruitchamp.com/wp-content/themes/employastar/img/call-to-action-bg.jpg) fixed center center;
background-size: cover;
padding: 60px 0;
}
#call-to-action h3 {
color: #fff;
font-size: 28px;
font-weight: 700;
}
#call-to-action p {
color: #fff;
}
#call-to-action .cta-btn {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 28px;
border-radius: 25px;
transition: 0.5s;
margin-top: 10px;
border: 2px solid #fff;
color: #fff;
}
#call-to-action .cta-btn:hover {
background: #18d26e;
border: 2px solid #18d26e;
} #skills {
padding: 60px 0;
}
#skills .progress {
height: 35px;
margin-bottom: 10px;
}
#skills .progress .skill {
font-family: "Open Sans", sans-serif;
line-height: 35px;
padding: 0;
margin: 0 0 0 20px;
text-transform: uppercase;
}
#skills .progress .skill .val {
float: right;
font-style: normal;
margin: 0 20px 0 0;
}
#skills .progress-bar {
width: 1px;
text-align: left;
transition: .9s;
} #facts {
background: url(//recruitchamp.com/wp-content/themes/employastar/img/facts-bg.jpg) center top no-repeat fixed;
background-size: cover;
padding: 60px 0 0 0;
position: relative;
}
#facts::before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.6);
z-index: 9;
}
#facts .container {
position: relative;
z-index: 10;
}
#facts .counters span {
font-family: "Montserrat", sans-serif;
font-weight: bold;
font-size: 48px;
display: block;
color: #792fe0;
}
#facts .counters p {
padding: 0;
margin: 0 0 20px 0;
font-family: "Montserrat", sans-serif;
font-size: 14px;
color: #111;
}
#facts .facts-img {
text-align: center;
padding-top: 30px;
} #clients {
padding: 60px 0;
background: rgba(255,255,255,0.9);
}
#clients img {
max-width: 100%;
opacity: 1;
transition: 0.3s;
padding: 0px 50px;
border: 1px solid #ccc;
}
#clients img:hover {
opacity: 1;
}
#clients .owl-nav, #clients .owl-dots {
margin-top: 5px;
text-align: center;
}
#clients .owl-dot {
display: inline-block;
margin: 0 5px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ddd;
}
#clients .owl-dot.active {
background-color: #792fe0;
}
#key-feature {
padding: 60px 0;
background:#f1efef;
}
#key-feature img {
max-width: 100%;
opacity: 1;
transition: 0.3s;
padding: 15px 0;
}
#key-feature img:hover {
opacity: 1;
}
#key-feature .owl-nav, #key-feature .owl-dots {
margin-top: 5px;
text-align: center;
}
#key-feature .owl-dot {
display: inline-block;
margin: 0 5px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ddd;
}
#key-feature .owl-dot.active {
background-color: #792fe0;
}
#five-sec .col-md-2{width:20%; box-sizing:content-box; }
.key-title{font-size:19px; font-weight:bold; color:#000; margin-top:10px;} #testimonials {
padding: 60px 0;
background:url(//recruitchamp.com/wp-content/themes/employastar/img/client-bg.jpg) no-repeat top left;
background-size: cover;
}
#testimonials h3 {
color:#ffffff;
font-size:35px;
}
#testimonials p {
color:#ffffff;
font-size:14px;
}
#testimonials .section-header {
margin-bottom: 40px;
}
#testimonials .testimonial-item {
text-align: center;
}
.testi-content{background:rgba(47, 36, 102, 0.5); position:relative; padding-top:50px; padding-bottom:80px; overflow:visible;}
.test-position{position:relative; top:-60px;}
#testimonials .testimonial-item .testimonial-img {
width: 120px;
border-radius: 50%;
border: 4px solid #fff;
margin: 0 auto;
}
#testimonials .testimonial-item h3 {
font-size: 20px;
font-weight: bold;
margin: 10px 0 5px 0;
color: #111;
}
#testimonials .testimonial-item h4 {
font-size: 14px;
color: #999;
margin: 0 0 15px 0;
}
#testimonials .testimonial-item .quote-sign-left {
margin-top: -15px;
padding-right: 10px;
display: inline-block;
width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
margin-bottom: -15px;
padding-left: 10px;
display: inline-block;
max-width: 100%;
width: 37px;
}
#testimonials .testimonial-item p {
font-style: italic;
margin: 0 auto 15px auto;
} #industries {
padding: 60px 0;
background:url(//recruitchamp.com/wp-content/themes/employastar/img/industries.jpg) no-repeat top left;
}
#industries h3 {
color:#ffffff;
font-size:35px;
}
#industries p {
color:#ffffff;
font-size:14px;
}
#industries .section-header {
margin-bottom: 40px;
}
#industries .testimonial-item {
text-align: center;
background:rgba(47, 36, 102, 0.5);
padding-top:50px;
}
#industries .testimonial-item .testimonial-img {
width: 120px;
border-radius: 50%;
border: 4px solid #fff;
margin: 0 auto;
}
#industries .testimonial-item h3 {
font-size: 20px;
font-weight: bold;
margin: 10px 0 5px 0;
color: #111;
}
#industries .testimonial-item h4 {
font-size: 14px;
color: #999;
margin: 0 0 15px 0;
}
#industries .testimonial-item .quote-sign-left {
margin-top: -15px;
padding-right: 10px;
display: inline-block;
width: 37px;
}
#industries .testimonial-item .quote-sign-right {
margin-bottom: -15px;
padding-left: 10px;
display: inline-block;
max-width: 100%;
width: 37px;
}
#industries .testimonial-item p {
font-style: italic;
margin: 0 auto 15px auto;
}
@media (min-width: 992px) {
#testimonials .testimonial-item p {
width: 80%;
}
#industries .testimonial-item p {
width: 80%;
}
#solutions .testimonial-item p {
width: 80%;
}
}
#testimonials .owl-nav, #testimonials .owl-dots {
margin-top: 5px;
text-align: center;
}
#testimonials .owl-dot {
display: inline-block;
margin: 0 5px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ddd;
}
#testimonials .owl-dot.active {
background-color: #792fe0;
} #solutions .owl-nav, #solutions .owl-dots {
margin-top: 5px;
text-align: center;
}
#solutions .owl-dot {
display: inline-block;
margin: 0 5px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ddd;
}
#solutions .owl-dot.active {
background-color: #792fe0;
} #team {
background: #fff;
padding: 60px 0;
}
#team .member {
text-align: center;
margin-bottom: 20px;
background: #000;
position: relative;
}
#team .member .member-info {
opacity: 0;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
transition: 0.2s;
}
#team .member .member-info-content {
margin-top: -50px;
transition: margin 0.2s;
}
#team .member:hover .member-info {
background: rgba(0, 0, 0, 0.7);
opacity: 1;
transition: 0.4s;
}
#team .member:hover .member-info-content {
margin-top: 0;
transition: margin 0.4s;
}
#team .member h4 {
font-weight: 700;
margin-bottom: 2px;
font-size: 18px;
color: #fff;
}
#team .member span {
font-style: italic;
display: block;
font-size: 13px;
color: #fff;
}
#team .member .social {
margin-top: 15px;
}
#team .member .social a {
transition: none;
color: #fff;
}
#team .member .social a:hover {
color: #792fe0;
}
#team .member .social i {
font-size: 18px;
margin: 0 2px;
} #contact {
padding: 60px 0;
}
#contact .contact-info {
margin-bottom: 20px;
text-align: center;
}
#contact .contact-info i {
font-size: 48px;
display: inline-block;
margin-bottom: 10px;
color: #792fe0;
}
#contact .contact-info address, #contact .contact-info p {
margin-bottom: 0;
color: #000;
}
#contact .contact-info h3 {
font-size: 18px;
margin-bottom: 15px;
font-weight: bold;
text-transform: uppercase;
color: #999;
}
#contact .contact-info a {
color: #000;
}
#contact .contact-info a:hover {
color: #792fe0;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
margin-bottom: 20px;
}
@media (min-width: 768px) {
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
padding: 20px 0;
}
}
@media (min-width: 768px) {
#contact .contact-phone {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
}
#contact .form #sendmessage {
color: #792fe0;
border: 1px solid #18d26e;
display: none;
text-align: center;
padding: 15px;
font-weight: 600;
margin-bottom: 15px;
}
#contact .form #errormessage {
color: red;
display: none;
border: 1px solid red;
text-align: center;
padding: 15px;
font-weight: 600;
margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
display: block;
}
#contact .form .validation {
color: red;
display: none;
margin: 0 0 20px;
font-weight: 400;
font-size: 13px;
}
#contact .form input, #contact .form textarea {
padding: 10px 14px;
border-radius: 0;
box-shadow: none;
font-size: 15px;
}
#contact .form button[type="submit"] {
background: #18d26e;
border: 0;
padding: 10px 30px;
color: #fff;
transition: 0.4s;
cursor: pointer;
}
#contact .form button[type="submit"]:hover {
background: #13a456;
} #footer {
background: #ebebeb;
padding: 0 0 30px 0;
color: #eee;
font-size: 14px;
}
#footer .footer-top {
background: #ffffff;
padding: 60px 0 10px 0;
}
#footer .footer-top .footer-info {
margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
font-size: 24px;
margin: 0 0 20px 0;
padding: 2px 0 2px 0px;
line-height: 1;
font-weight: 700;
letter-spacing: 3px;
}
#footer .footer-top .footer-info p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
color: #eee;
}
#footer .social-links{float:right;}
#footer .social-links a {
font-size: 18px;
display: inline-block;
background:none;
color: #333333;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 50%;
text-align: center;
transition: 0.3s;
}
.social-links a {
font-size: 18px;
display: inline-block;
color: #333333;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}
#footer .social-links a:hover {
color: #7012d8;
}
.social-links a:hover {
background: #792fe0;
color: #fff;
}
#footer .footer-top h4 {
font-size: 18px;
font-weight: bold;
color: #6633cc;
position: relative;
padding-bottom: 12px;
margin-bottom:0px;
}
.footer-linklist{}
.footer-linklist a{color:#000000; font-size:16px; padding:10px 2px 10px 2px; display:inline-block;}
.footer-linklist a:hover{color:#7626dd;}
.footer-link-text{color:#000000; font-size:14px !important; }
.footer-link-text:hover{color:#7626dd; font-size:14px; }
.blue-br-bottom{border-bottom:3px solid #54b4c7;}
#footer .footer-top .footer-links {
margin-bottom: 30px;
}
#footer .footer-top .footer-links p {
color:#000000; font-size:14px;
}
#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}
#footer .footer-top .footer-links ul i {
padding-right: 8px;
color: #ddd;
}
#footer .footer-top .footer-links ul li {
border-bottom: 1px solid #333;
padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}
#footer .footer-top .footer-links ul a {
color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
color: #792fe0;
}
#footer .footer-top .footer-contact {
margin-bottom: 30px;
text-align:center;
border-left:1px solid #4a4948;
border-right:1px solid #4a4948;
}
#footer .footer-top .footer-contact p {
color:#a8a8a8;
}
#footer .footer-top .footer-newsletter {
margin-bottom: 30px;
text-align:center;
}
#footer .footer-top .footer-newsletter p {
color:#a8a8a8;
}
#footer .footer-top .footer-newsletter input[type="email"] {
border: 0;
padding: 6px 8px;
width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
background: #792fe0;
border: 0;
width: 35%;
padding: 6px 0;
text-align: center;
color: #fff;
transition: 0.3s;
cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
background: #792fe0;
}
#footer .copyright {
padding-top: 0px;
color:#000000;
font-size:14px;
}
#footer .credits {
font-size: 13px;
color: #ddd;
}
.respo-img{max-width:100%; height:auto;}
.industry-carousel{max-width:550px; margin:0 auto;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-60{margin-top:60px;}
.border-one{border-bottom:1px solid #f0f0f0;}
.border-two{border-left:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0;}
.border-three{border-left:1px solid #f0f0f0; border-right:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0;}
.btn-get-started{text-align:center;}
.green-btn{
background: #18d26e;
border: 0;
padding: 10px 30px;
color: #fff;
transition: 0.4s;
cursor: pointer;
white-space:normal;
}
.green-btn:hover {
background: #13a456;
color:#fff;
}
@media only screen and (min-width: 0px) and (max-width: 1150px) {
.nav-menu > li{margin-left:0px;}	
}
@media only screen and (min-width: 769px) and (max-width: 990px) {
.border-three{border-left:0px solid #f0f0f0; border-right:1px solid #f0f0f0; border-bottom:1px solid #f0f0f0;}
#five-sec .col-md-2{width:45%; max-width:45%; flex:45%; box-sizing:content-box; }	
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
.border-three{border-left:0px solid #f0f0f0; border-right:0px solid #f0f0f0; border-bottom:1px solid #f0f0f0;}
.border-two{border-left:0px solid #f0f0f0; border-bottom:1px solid #f0f0f0;}
.industry-carousel{max-width:90%;}
#intro h2{font-size:20px;}
#intro .carousel-content{margin-left:10%; margin-right:10%;}
.container{width:88%;}
#footer .footer-top .footer-contact {
margin-bottom: 30px;
text-align: center;
border-left: 0px solid #4a4948;
border-right: 0px solid #4a4948;
}
#five-sec .col-md-2{width:100%; box-sizing:content-box; }	
}
@-webkit-keyframes scroll {
0% {
-webkit-transform: translateY(0);
}
50% {
-webkit-transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes scroll {
0% {
-moz-transform: translateY(0);
}
50% {
-moz-transform: translateY(10px);
}
100% {
-moz-transform: translateY(0);
}
}
@keyframes scroll {
0% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
}
.scroll-down {
display: block;
margin-top: 45px;
max-width: 200px;
color: #000 !important;
}
.scroll-down:hover {
opacity: 0.8;
}
.center-it {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.scroll-down-caption {
margin-left: 15px;
line-height: 44px;
}
.mouse {
display: inline-block;
height: 44px;
width: 28px;
border-radius: 12px;
border: 2px solid #000;
text-align: center;
float: left;
margin-right: 15px;
}
.mouse:after {
display: inline-block;
height: 8px;
width: 8px;
background-color: #000;
border-radius: 50%;
content: "";
-webkit-animation: scroll 1.3s ease-out infinite forwards;
-moz-animation: scroll 1.3s ease-out infinite forwards;
animation: scroll 1.3s ease-out infinite forwards;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.scroll-down.absolute-center {
position: absolute;
bottom: 50px;
right: 50%;
-webkit-transform: translateX(50%);
transform: translateX(50%);
}
.scroll-down.absolute-center .mouse {
margin: 0;
} #inner-section{background:#cccccc; padding: 90px 0 90px 0; margin-top: 42px; background-size: 100% 100% !important; background-repeat: no-repeat !important;}
#inner-section-new{background:#cccccc; padding: 230px 0 40px 0; margin-top: 42px;  background-repeat: no-repeat !important;}
#breadcrumb{background:#792ee0; font-size:14px;}
.breadcrumb-content{color:#ffffff; font-size:18px; padding:5px 0 15px 0; text-align: center;}
.breadcrumb-content a{color:#ffffff; font-size:18px;}
.breadcrumb-content a:hover{color:#ffffff; text-decoration:underline;}
.grey-bg-box{background:#f5f3f3; padding:60px 0 60px 0;}
.light-grey-bg-box{background:#faf9f9; padding:60px 0 60px 0;}
.white-bg-box{background:#ffffff; padding:60px 0 60px 0;}
.box-content p{font-size:14px;}
#des-con-box {
background: #fff;
background-size: cover;
padding: 60px 0 40px 0;
}
#des-con-box h3{color:#000000; font-size:40px; line-height:50px; margin-bottom:20px;}
#des-con-box p{margin-bottom:20px;}
.push-right{float:right;}
.services-faicon{color:#792fe0; font-size:25px; margin:0 5px 0 0px;}
.services-des h5{font-weight:bold; color:#000; font-size:16px;}
.services-des p{font-size:14px; margin-bottom:10px;}
.read-more-text{color:#792fe0; }
.read-more-text:hover{color:#792fe0; text-decoration:underline; margin-left:4px;}
.pricing-title{background:#ebebeb; color:#000; padding:25px 0 25px 0; text-align:center;}
.pricing-title > h4{font-size:24px; margin-bottom:0px; }
.pricing-title-blue{background:#792ee0; color:#fff; padding:25px 0 25px 0; text-align:center;}
.pricing-title-blue > h4{font-size:24px; margin-bottom:0px;}
.custom-thumbnail {
padding: .25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: .25rem;
max-width: 100%;
height: auto;
}
.custom-thumbnail p{margin-bottom:2px !important; margin-top:2px !important; text-align:center; font-size:14px !important;}
.custom-thumb-box{min-height:933px;}
.pt-20{padding-top:20px;}
.mb-30{margin-bottom:30px;}
.text-link{color:#666666;}
.text-link:hover{color:#000000; text-decoration:underline;}
.sub-head{font-size:30px !important; color:#000;}
.form-outer{}
.form-outer .form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #f0f0f0;
background-clip: padding-box;
border-bottom: 1px solid #ced4da;
border-top: 0px solid #ced4da;
border-left: 0px solid #ced4da;
border-radius: 0px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
margin-bottom:25px;
border-right:2px solid #782cde;
}
.btn-get-started-contact{
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
padding: 8px 32px;
border-radius: 0;
transition: 0.5s;
margin: 0px;
color: #fff;
background: #792fe0;
border:1px solid #792fe0;
display:block;
white-space:normal;
width:100%;
}
.btn-get-started-contact:hover {
background: #fff;
color: #792fe0;
border:1px solid #792fe0;
}
.vert-tab ul li > a.active, .vert-tab ul li.active 
{
background-color: #5A55A3;
background-image: #5A55A3;
color: #ffffff;
display:block;
}
.vert-tab li{position:relative; width:100%; border:1px solid #e3e3e3; color:#666666; margin-bottom: 8px;}
.vert-tab li a.active:after{
content: '';
position: absolute;
left: 100%;
top: 50%;
margin-top: -13px;
border-bottom: 13px solid transparent;
border-top: 13px solid transparent;
border-left: 10px solid #5A55A3;
}
.vert-tab li a{
background-color: #ffffff; color:#666666;
padding: 4px 10px 4px 10px;
display:block;
font-size:14px;
}
.vert-tab-con p{ font-size:14px !important;}
.heading-title{color:#000000; margin-bottom:30px; font-size:25px; font-weight:bold; margin-top:30px; }
.heading-text{font-size:20px;} .paddingZero{padding:0px;}
.paddingBottomZero{padding-bottom: 0px !important;}
.paddingTopTesti{padding-top: 135px !important;}
.solutionleft{padding:50px 30px 50px 0px;}
.solutionright{padding:50px 0px 50px 30px;}
.solutionleft img, .solutionright img{border-radius: 5px; border: 5px solid #fff; box-shadow: 1px 5px 6px #ccc;}
.commonGetInTouch{width:100%; float:left; clear:both; background: #ececec; padding: 60px 0px 20px;}
.commongetInTouch2{width:100%; float:left; clear:both; background: #ececec; text-align:center;}
.commonGetInTouch h2{text-align: center;}
.commongetInTouch2 h2{text-align: center;margin-bottom: 40px;}
.commongetInTouch2 .col-md-12{background: rgba(255,255,255,1); padding:60px 30px; margin-bottom: -100px;}
.commongetInTouch2 .calltobtn{padding: 10px 20px; border: 2px solid #792fe0; color: #000; text-transform: uppercase; font-size: 20px; border-radius: 50px;}
.commongetInTouch2 .calltobtn:hover{background:#792fe0; color:#fff;}
.blogVideo{float:left; width:100%; padding:140px 0px 80px 0px; background: #57a0c5;}
.blogVideo .left{padding-left:0px; float:left;}
.blogVideo .right{padding-right:0px; float:right;}
.blogVideobox{
text-align: center;
overflow: hidden;
box-shadow: 0 0 3px rgba(0,0,0,0.3);
position: relative;
}
.blogVideobox:before,
.blogVideobox:after{
content: "";
width: 0;
height: 0;
background: rgba(0,0,0,0.5);
position: absolute;
top: 5%;
left: 5%;
transition: all 0.3s ease-in-out;
}
.blogVideobox:after{
top: auto;
left: auto;
bottom: 5%;
right: 5%;
}
.blogVideobox:hover:before,
.blogVideobox:hover:after{
width: 90%;
height: 90%;
}
.blogVideobox img{
width: 100%;
height: auto;
padding: 0px !important;
}
.blogVideobox .blogVideobox-content{
width: 100%;
height: 100%;
padding-top: 30%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
z-index: 2;
transition: all 0.2s ease 0.3s;
}
.blogVideobox:hover .blogVideobox-content{ opacity: 1; }
.blogVideobox .blogVideobox-content:before,
.blogVideobox .blogVideobox-content:after{
content: "";
width: 85%;
height: 85%;
border: 2px solid transparent;
position: absolute;
top: 50%;
left: 50%;
z-index: -1;
transform: translateY(-50%) translateX(-50%);
transition: all 0.3s ease 0s;
}
.blogVideobox .blogVideobox-content:before{ width: 0; }
.blogVideobox .blogVideobox-content:after{ height: 0; }
.blogVideobox:hover .blogVideobox-content:before{
width: 85%;
border-top: 2px solid #3dbbff;
border-bottom: 2px solid #3dbbff;
transition-delay: 0.4s;
}
.blogVideobox:hover .blogVideobox-content:after{
height: 85%;
border-left: 2px solid #3dbbff;
border-right: 2px solid #3dbbff;
transition-delay: 0.4s;
}
.blogVideobox .title{
font-weight: 700;
letter-spacing: 1px;
text-transform:uppercase;
margin: 0 0 10px !important;
color: #ccc !important;
font-size: 34px;
line-height: 46px;
padding: 0px 20px;
}
.blogVideobox .post{
display: block;
font-size: 15px;
font-style: italic;
color: #fff;
margin-bottom: 10px;
}
.blogVideo .contenttext{background:#fff; padding:10px; min-height: 252px;}
@media only screen and (max-width:990px){
.blogVideobox{ margin-bottom: 30px; }
}
.requestForDemo{padding:20px 0px;}
.requestForDemo .left{padding-left:0px; float:left;}
.requestForDemo .right{padding-right:0px; float:right;}
.required{color:#ff0000;}
.pricebtn{padding: 10px 20px; float: left; color: #fff; font-weight: 700; font-size: 20px; margin-top: 14px; border-radius: 40px;}
.pricebtn:hover{color: #fff;}
.pricebtn1{border: 1px solid #CF0000; background:#CF0000;}
.pricebtn2{border: 1px solid #6E00D3; background:#6E00D3;}
.pricebtn3{border: 1px solid #5BA3C6; background:#5BA3C6;}
.map2{float: left; width: 100%; height: 29px;}
.map3{float: left; width: 100%;height: 74px;}
.video-back{display:block;padding:100px 0px;text-align:center; background: rgba(0,0,0,0.5);}
.video-back h1{display:block;text-align:center;color:#fff;text-shadow:2px 2px 4px #000;font-size:50px;}
.video-back p{display:block;color:#fff;text-shadow:2px 2px 1px #000;margin:0px;padding:0px;margin-bottom:20px;}
.video-back img{width:150px;}
.main-heading{text-align: center;margin: 50px auto;font-size: 70px;}
.main-para{margin: 10px 100px;text-align: center; font-size: 20px;}
.vidbacking-active-body-back{
position: fixed;
z-index: -100;
min-width: 100%;
min-height: 100%;
top: 50%;
left: 50%;
background-size: cover;
overflow: hidden;
opacity: 1;
transition: 2s opacity;
transform: translateX(-50%) translateY(-50%);
}
.vidbacking-active-body-back-youtube{
position: fixed;
z-index: -100; top: 50%;
left: 50%;
overflow: hidden;
opacity: 1;
transition: 2s opacity;
transform: translateX(-50%) translateY(-50%);
}
.vidbacking-active-block-back{
position: absolute;
min-width: 100%;
min-height: 100%;
height: auto;
width: auto;
z-index: -100;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.vidbacking-active-block-back-youtube{
position: absolute; height: auto;
width: auto;
z-index: -100;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.vidbacking{
display: none;
}
.vidmask-body-back{
background: url(//recruitchamp.com/wp-content/themes/employastar/css/videooverlay1.png) repeat;
opacity: 0.4;
min-height: 100%;
min-width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: -50;
display: block;
}
.vidmask-block-back{
background: url(//recruitchamp.com/wp-content/themes/employastar/css/videooverlay1.png) repeat;
opacity: 1;
min-height: 100%;
min-width: 100%;
position: absolute;
top: 0;
left: 0;
height: auto;
width: auto;
z-index: -50;
display: block;
}
.zerohomehtw{padding-bottom: 0px !important; margin-bottom: 0px;}
.close{font-size: 34px; position: absolute; z-index: 9; float: right; right: 28px;}
#myModal{margin-left:10px; margin-right:0px; max-width: 900px; margin: auto;}
.outerVid{overflow-x:hidden;}
#myImg {cursor: pointer; transition: 0.3s;}
#myImg:hover {opacity: 0.7;}
#myVideo {position: relative; right: 0; bottom: 0; min-width: 100%; min-height: 100%; z-index:9; overflow-x:hidden;}
#video-bg {position: relative; width: auto; min-width: 100%; height: auto; background: transparent url(//recruitchamp.com/wp-content/themes/employastar/css/video-bg.jpg) no-repeat; background-size: cover;}
video {display: block;}
.video-container {width: 100%; overflow: hidden; position:relative; height:auto !important; top: 0; right: 0; }
#img01{background:transparent;}  .ih-item.square.effect6 {
position: relative;
overflow: hidden;
}
.ih-item.square.effect6.colored .info {
background: #1a4a72;
background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.ih-item.square.effect6 .img img{width:100%;}
.ih-item.square.effect6 .info {
background: #333333;
background: rgba(0, 0, 0, 0.5);
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
position:absolute;
top:0px;
height: 100%;
width: 100%;
}
.ih-item.square.effect6 .info h3 {
color: #fff !important;
text-align: center;
font-size: 24px !important;
padding: 10px;
margin: 30px 0 0 0 !important;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
font-style: italic;
font-size: 12px;
position: relative;
padding: 20px 20px 20px;
text-align: center;
-webkit-transition: all 0.35s 0.1s linear;
-moz-transition: all 0.35s 0.1s linear;
transition: all 0.35s 0.1s linear;
margin-bottom:0px;
}
.ih-item.square.effect6 .info p a{
color: #fff !important;
font-size: 20px;
padding: 5px 10px;
border: 1px solid #fff;
border-radius: 4px;
}
.ih-item.square.effect6:hover .img {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.ih-item.square.effect6:hover .info {
visibility: visible;
opacity: 1;
}
.ih-item.square.effect6.from_left_and_right .info h3 {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right:hover .info h3,
.ih-item.square.effect6.from_left_and_right:hover .info p {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.featurContent{padding-left:10px; padding-right:10px; padding-top:26% !important;}
.featurH3Title{font-size: 28px !important; line-height: 36px !important;}
.featursBox .col-md-4{margin-bottom:30px;} #primary{padding:70px 0px; width:100%; background: #ddd;}
.blog_left{float: left; padding-left: 0px;}
.blog_left img{width:100%; height:auto;}
.blog_right{float: right; padding-right: 0px;}
.blogpost{padding: 20px; background: #fff; margin-bottom: 30px;}
.blogpost .title a{color:#333333; font-weight:bold;}
.blog_right .widget{float:left; width:100%; padding:15px; margin-bottom:20px; background: #fff;}
.blog_right .widget-title{float: left; width: 100%; font-weight: bold; font-size: 26px;}
.blog_right .widget ul{padding: 0px; list-style: none;}
.blog_right .widget ul li{padding: 5px 0px; list-style: none;}
.btn-primary{background: #d10008; border-color: #d10008; font-size: 18px; font-weight: bold;}
.btn-primary:hover{background: #c70000; border-color: #c70000;} .featurPageService{
text-align: center;
margin:20px 0 30px 0;
}
.featurPageService .serviceBox{margin-bottom:20px;}
.featurPageService .service-image > a > img{
border-radius: 3px;
max-width:100%;
}
.featurPageService .service-content h3{
font-size: 17px !important;
font-weight: bold;
letter-spacing: 1.25px;
margin-bottom: 0px !important;
color: #373e44 !important;
transition: all 0.21s ease 0s;
line-height: 23px !important;
margin-top: 15px;
}
.featurPageService .service-content P{font-size: 16px !important; line-height: 22px !important; margin-bottom:10px !important;}
.featurPageService .read{
margin-top: 20px;
}
.featurPageService .read > a{
text-transform: uppercase;
color:#dc005a;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
text-decoration: none;
position: relative;
transition: all 0.16s ease 0s;
}
.featurPageService .read > a:hover:after{
content: "\f061";
font-family: "Font Awesome 5 Free"; font-weight: 900;
font-size: 8px;
position: absolute;
right:-13px;
top:3px;
}
.featurPageService:hover .service-content h3,
.featurPageService:hover .read > a{
color:#7a4b94;
}
@media(max-width:768px)
{
.video-back h1 {font-size: 24px;}
.video-back p{font-size: 20px;}
#header #logo {float: left; width: 100%; }
#header {height: auto; max-height:93px;}
#header .container{padding:0px; width: 100%;}
#nav-menu-container{width:100%;}
.mega-toggle-blocks-left{display:none !important;}
.mega-toggle-blocks-center{display:none !important;}
.mega-toggle-blocks-right{width:100%;}
#mega-toggle-block-1{width:100%; margin-right:0px; border-radius: 0px; padding: 0px 5px 0px 10px;}
#mega-menu-wrap-primary .mega-menu-toggle{border-radius:0px !important;}
#mega-toggle-block-1 .mega-toggle-label{width:100%;}
.mega-sub-menu{display:none !important;}
.requestForDemo .left{padding-right:0px;}
.requestForDemo .right{padding-left:0px;}
.blogVideo .left {padding-right: 0px;}
.blogVideo .right {padding-left: 0px;}
.solutionright {padding: 30px 0px 30px 0px;}
.solutionleft {padding: 30px 0px 30px 0px;}
.sliderBanner img {width: 100% !important; height: auto;}
}
.rightFixedBar{position:fixed; right:0px; bottom:200px; width:75px; background: #ec1922; border-top-left-radius: 5px; border-bottom-left-radius: 6px; z-index: 9;}
.rightFixedBar a{float: left; width: 100%; text-align: center; padding: 15px 5px; border-bottom: 1px solid #ff7079; color: #fff; font-size:12px;}
.rightFixedBar a:last-child{border-bottom:0px;}
.rightFixedBar a:hover{color:#d6d6d6; text-decoration:none;}
.rightFixedBar a .fa{font-size: 30px;} .banner-new{background:url(//recruitchamp.com/wp-content/themes/employastar/img/banner-bg.png) right bottom no-repeat fixed; padding:100px 0 80px 0;}
.section-sec{padding:60px 0 40px 0;}
.lgrey-sec{background:#f5f5f5;}
.mt-100{margin-top:100px}
.play-btn{color:#ea0131;  font-size:30px; font-weight:bold; position:relative; margin-left:114px; border-bottom:5px solid #cccccc; }
.play-btn:before{content:''; background:url(//recruitchamp.com/wp-content/themes/employastar/img/demo-icon.png) left top no-repeat; position:absolute; top:-33px; left:-114px; display:inline-block; width:105px; height:104px;}
.play-btn-demo{color:#ea0131; font-size:30px; font-weight:bold; position:relative; border-bottom:5px solid #cccccc; }
.blk-head-md{color:#020101;  font-size:40px; font-weight:bold;}
.blk-des-md{color:#020101;  font-size:20px; font-weight:bold;}
.blk-des-sm{color:#020101;  font-size:16px; font-weight:bold;}
.blk-head{color:#020101;  font-size:35px;}
.blue-head{color:#4a5080;  font-size:25px; font-weight:600; position:relative;}
.blue-head-sm{color:#4a5080;  font-size:20px; font-weight:600; position:relative;}
.white-head{color:#ffffff;  font-size:25px; font-weight:600; position:relative;}
.blue-head-line{color:#4a5080;  font-size:25px; font-weight:600; position:relative;}
.blue-head-line:after{content:''; position:absolute; bottom:-8px; left:0px; background:#4a5080; height:2px; width:22%;}
.blk-head span.blue{color:#6633cc;  font-size:35px;}
.blue-box{background:#7e31e2; padding:20px;}
.blue-box h4{color:#fff; font-size:18px; }
.blue-box p{color:#fff; font-size:16px;  line-height: 20px; margin-bottom:15px;}
.content-item p{color:#020101;  font-size:16px; margin-bottom:15px;}
.bottom-info-outer{position:relative;}
.bottom-whtbg-info{width:80%; background:#f5f5f5; padding:20px; margin-top:-45px; position:relative; min-height:155px;}
.bottom-whtbg-info p strong.green{color:#339900;}
.bottom-whtbg-info p{color:#000000;  font-size:16px; margin-bottom:15px;}
.pad-thin{padding-left:4px; padding-right:4px;}
.full-img{width:100%;}
.white-sh-box{background:#fff; padding:30px; box-shadow:2px 2px 20px #cccccc; border-radius:10px; }
#testinow .test-item {text-align: center;}
#testinow .test-content{position:relative; overflow:visible;}
#testinow .test-position{position:relative; top:-60px;}
#testinow .blk-des-sm{font-style:italic; color:#666666; font-size:18px;}
#testinow h4{color:#000000; font-size:18px;}
#testinow .owl-nav{position:relative; width:30px; margin:0px auto; height:60px;}
#testinow .owl-prev, 
#testinow .owl-next {color: #f15956; font-size: 18px; margin-top: -20px; position: absolute; top: 50%; text-align: center; line-height: 39px;
opacity: 1; width: 40px; height: 40px; border-radius:20px; }
#testinow .owl-prev{left:-30px; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; -ms-transition: 0.4s; }
#testinow .owl-next{right:-30px; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; -ms-transition: 0.4s; }
#testinow:hover .owl-nav div.owl-next:hover,
#testinow:hover .owl-nav div.owl-prev:hover{color:#7e31e2; background: #ccc; border-radius:20px; }
#testinow .test-item .test-img {
width: 120px;
border-radius: 50%;
border: 4px solid #fff;
margin: 0 auto;
}
#testinow .test-item .quote-sign-left {
margin-top: -15px;
padding-right: 10px;
display: inline-block;
font-size: 37px;
color:#f15956;
}
#testinow .test-item .quote-sign-right {
margin-bottom: -15px;
padding-left: 10px;
display: inline-block;
max-width: 100%;
font-size: 37px;
color:#f15956;
}
.blue-sec{background:#54b4c7;}
.newsform .form-control {
padding: 12px 20px;
margin:0;
box-sizing: border-box;
border-radius: 0px;
outline: none;
width: 40%;
height:20%;
boredr:1px solid #7c7b7b;
}
.newsform [type="submit"]{background:#002b3c; padding:13px; border:0px; color:#fff; cursor:pointer;}
.newsform [type="submit"]:hover{background:#792fe0;}
@media(max-width: 992px){
.btn{width: 85%	}
.newsform .form-control{width: 50%;}
}
@media(max-width:768px)
{
.blk-head-md{color:#020101;  font-size:30px; font-weight:bold;}
.btn{width: 40%	}
.newsform .form-control{width: 90%;}
.play-btn, .play-btn-demo{font-size:20px;}
}
@media(max-width: 440px){
.btn{width: 50%; font-size: 18px;}
.newsform .form-control{width: 70%;}
.play-btn,.play-btn-demo{font-size:20px;}
}
.first-layer {z-index:0;}
#thumbs{cursor:pointer; height:auto; overflow:visible;}
#thumbs .owl-stage-outer{overflow:visible !important;}
.pos-rel{position:relative;}
#thumbs .oneslide{position: absolute; bottom: 36px; left: 121px; 
width: 68px; height: 68px; border-radius: 50%;}
#thumbs .twoslide{position: absolute; bottom: 128px; left: 54px; 
width: 68px; height: 68px; border-radius: 50%;}
#thumbs .threeslide{position: absolute; bottom: 167px; left: 42px; 
width: 68px; height: 68px; border-radius: 50%;}
#thumbs .fourslide{position: absolute; bottom: 128px; left: 32px; 
width: 68px; height: 68px; border-radius: 50%;}
#thumbs .fiveslide{position: absolute; bottom: 30px; left: -37px; 
width: 68px; height: 68px; border-radius: 50%;}
.white-list li{color:#ffffff;font-size: 16px;
line-height: 20px;}
.mh-320{min-height:320px;}
@media(max-width: 1200px){
#thumbs .oneslide{bottom: 25px; left: 96px; width: 68px; height: 68px; }
#thumbs .twoslide{bottom: 103px; left: 41px; width: 68px; height: 68px;}
#thumbs .threeslide{bottom: 136px; left: 31px; width: 68px; height: 68px;}
#thumbs .fourslide{bottom: 102px; left: 23px; width: 68px; height: 68px;}
#thumbs .fiveslide{bottom: 21px; left: -34px; width: 68px; height: 68px;}
}
@media(max-width: 992px){
#thumbs .oneslide{bottom: 36px; left: 120px; width: 68px; height: 68px; }
#thumbs .twoslide{bottom: 128px; left: 24px; width: 68px; height: 68px;}
#thumbs .threeslide{bottom: 167px; left: -18px; width: 68px; height: 68px;}
#thumbs .fourslide{bottom: 128px; left: -58px; width: 68px; height: 68px;}
#thumbs .fiveslide{bottom: 30px; left: -157px; width: 68px; height: 68px;}
}
@media(max-width: 768px){
#thumbs .oneslide{bottom: 33px; left: 114px; width: 68px; height: 68px;  }
#thumbs .twoslide{bottom: 120px; left: 51px; width: 68px; height: 68px;}
#thumbs .threeslide{bottom: 158px; left: 40px; width: 68px; height: 68px;}
#thumbs .fourslide{bottom: 119px; left: 32px; width: 68px; height: 68px;}
#thumbs .fiveslide{bottom: 27px; left: -34px; width: 68px; height: 68px;}
}
@media(max-width: 630px){
#thumbs .oneslide{bottom: 31px; left: 109px; width: 68px; height: 68px;}
#thumbs .twoslide{bottom: 116px; left: 48px; width: 68px; height: 68px;}
#thumbs .threeslide{bottom: 152px; left: 37px; width: 68px; height: 68px;}
#thumbs .fourslide{bottom: 115px; left: 28px; width: 68px; height: 68px;}
#thumbs .fiveslide{bottom: 27px; left: -34px; width: 68px; height: 68px;}
}
@media(max-width: 580px){
#thumbs .oneslide{bottom: 28px; left: 101px; width: 68px; height: 68px;}
#thumbs .twoslide{bottom: 108px; left: 43px; width: 68px; height: 68px;}
#thumbs .threeslide{bottom: 142px; left: 33px; width: 68px; height: 68px;}
#thumbs .fourslide{bottom: 106px; left: 25px; width: 68px; height: 68px;}
#thumbs .fiveslide{bottom: 22px; left: -34px; width: 68px; height: 68px;}
}
@media(max-width: 530px){
#thumbs .oneslide{bottom: 30px; left: 95px; width: 50px; height: 50px; }
#thumbs .twoslide{bottom: 100px; left: 44px; width: 50px; height: 50px;}
#thumbs .threeslide{bottom: 130px; left: 35px; width: 50px; height: 50px;}
#thumbs .fourslide{bottom: 100px; left: 29px; width: 50px; height: 50px;}
#thumbs .fiveslide{bottom: 25px; left: -24px; width: 50px; height: 50px;}
}
@media(max-width: 500px){
#thumbs .oneslide{bottom: 27px; left: 87px; width: 50px; height: 50px;}
#thumbs .twoslide{bottom: 93px; left: 40px; width: 50px; height: 50px;}
#thumbs .threeslide{bottom: 121px; left: 32px; width: 50px; height: 50px;}
#thumbs .fourslide{bottom: 92px; left: 25px; width: 50px; height: 50px;}
#thumbs .fiveslide{bottom: 25px; left: -24px; width: 50px; height: 50px;}
}
@media(max-width: 480px){
#thumbs .oneslide{bottom: 21px; left: 77px; width: 50px; height: 50px;}
#thumbs .twoslide{bottom: 82px; left: 34px; width: 50px; height: 50px;}
#thumbs .threeslide{bottom: 107px; left: 26px; width: 50px; height: 50px;}
#thumbs .fourslide{bottom: 80px; left: 20px; width: 50px; height: 50px;}
#thumbs .fiveslide{bottom: 18px; left: -25px; width: 50px; height: 50px;}
}
.free-demo-outer{box-shadow:2px 2px 25px #beabe1; border-radius:50px; overflow:hidden;}
.freedemo{padding: 50px 20px 30px 20px;}
.box-fd h2.subhead{color:#000000; font-size:25px;}
#FreeDemo .form-control{border:0px solid #ccc; border-radius:0px; padding:0px;}
#FreeDemo textarea{border:0px solid #ccc; border-radius:0px; padding:0px;}
#FreeDemo input[type=submit]{border:0;padding:10px 40px;color:#ffffff; border-radius:20px;cursor:pointer; text-transform:uppercase; font-weight:bold; width:100%; display:block;
background: rgb(137,43,226);
background: linear-gradient(90deg, rgba(137,43,226,1) 0%, rgba(62,1,242,1) 100%, rgba(0,212,255,1) 100%);
}
#FreeDemo input[type=submit]:hover{background:#1e67fd; color:#fff;}
#FreeDemo .input-style{    
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: .375rem .75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color:none;
border: 0px solid #cccccc;
border-radius: 0px;
}
#FreeDemo .input-group{border: 1px solid #cccccc; border-radius: 20px; padding:3px 10px 3px 10px;}
.card-container {
perspective: 700px;
margin:20px;
}
.card-flip, .card-container {
transform-style: preserve-3d;
transition: all 0.7s ease;
}
.card-flip div {
backface-visibility: hidden;
transform-style: preserve-3d;
}
.front{border:3px solid #ffccff; border-radius:5px;}
.front p{color:#000000; font-size:20px; margin-top:15px; font-weight:bold;}
.back {
transform: rotateY(-180deg);
background:rgba(123,22,193,1); color:#fff;
position:absolute;
top:0px;
left:0;
right:0;
margin-left:0px;
margin-right:0px;
height:100%;
padding:30px;
}
.back p{color:#fff; font-size:18px;}
.card-container:hover .card-flip {
transform: rotateY(180deg);
}
.centeralign{display:flex; align-content:center; justify-content:center; flex-direction:column; flex-wrap:wrap; }
.section-sec{padding: 60px 0 40px 0;}
.mt--60{margin-top:-60px;}
.sub-head-bold {
font-size: 31px !important;
color: #4a5080;
font-weight: bold;
}
.pad-none{padding-left:0px; padding-right:0px;}
.mx-700{max-width:700px; margin:0 auto;}
.lblue-sec{background:#e8edf7;}
.form-outer-about .form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid transparent;	
border-radius: 10px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
margin-bottom:25px;
}
.form-outer-about .form-control:hover, .form-outer-about .form-control:focus{border:1px solid #287bc6;}
.form-outer-about .btn-get-started-contact{
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
padding: 8px 32px;
border-radius: 0;
transition: 0.5s;
margin: 0px;
color: #fff;
background: #aa51ac;
border:0px solid #792fe0;
display:block;
white-space:normal;
width:100%;
}
.form-outer-about .btn-get-started-contact:hover {
background: #88228a;
color: #ffffff;
border:0px solid #792fe0;
}
.red-btn{
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
padding: 8px 32px;
border-radius: 0;
transition: 0.5s;
margin: 0px;
color: #fff;
background: #d64949;
border:0px solid #792fe0;
display:inline-block;
white-space:normal;
text-align:center;
}
.red-btn:hover {
background: #ef6161;
color: #ffffff;
border:0px solid #792fe0;
}
.blue-dot-list{padding-left:30px;}
.blue-dot-list li{background:url(//recruitchamp.com/wp-content/themes/employastar/img/blue-dot.png) no-repeat top left; list-style-type:none; padding-left:35px; margin-bottom: 20px; line-height: 25px;}
.dgrey-sec{background: #565656;}
.sm-grey-box{background: #e8e8e8; border-radius:30px; padding-top:20px;}
.blk-radius-btn{background: #4d4b4b; color: #ffffff; border-top-left-radius:30px; border-bottom-left-radius:30px; border-top-right-radius:0px; border-bottom-right-radius:30px; width:100%; display:block; padding:20px; }
.blk-radius-btn:hover{background: #1c1919; color: #ffffff;}
.br-dashed-top{border-top:1px dashed #4d4b4b;}
.ats-info-sec{background:url(//recruitchamp.com/wp-content/themes/employastar/img/ats-system-bg.png) no-repeat top right #ffffff;}
.org-color{color:#f6921e !important;}
.mh-170{min-height:170px;}
.dblue-sec{background:#525b8e;}
.purple-grey-bg{background: rgba(85,85,85,1);
background: -moz-linear-gradient(left, rgba(170,81,172,1) 0%, rgba(170,81,172,1) 35%, rgba(85,85,85,1) 35%, rgba(85,85,85,1) 100%);
background: -webkit-gradient(left, color-stop(0%, rgba(170,81,172,1)), color-stop(35%, rgba(85,85,85,1)), color-stop(35%, rgba(85,85,85,1)), color-stop(100%, rgba(85,85,85,1)));
background: -webkit-linear-gradient(left, rgba(170,81,172,1) 0%, rgba(170,81,172s,1) 35%, rgba(85,85,85,1) 35%, rgba(85,85,85,1) 100%);
background: -o-linear-gradient(left, rgba(170,81,172,1) 0%, rgba(170,81,172,1) 35%, rgba(85,85,85,1) 35%, rgba(85,85,85,1) 100%);
background: -ms-linear-gradient(left, rgba(170,81,172,1) 0%, rgba(170,81,172,1) 35%, rgba(85,85,85,1) 35%, rgba(85,85,85,1) 100%);
background: linear-gradient(to right, rgba(170,81,172,1) 0%, rgba(170,81,172,1) 35%, rgba(85,85,85,1) 35%, rgba(85,85,85,1) 100%);}
@media(max-width: 992px){
.td-sec .offset-2{margin-left:0px;}
}
#inner-section-center{background:#cccccc; padding: 200px 0 100px 0; margin-top: 42px;  background-repeat: no-repeat !important;}
.section-header-center h1 {
font-size: 30px;
color: #ffffff;
text-align:center;
font-weight: 700;
position: relative;
padding-bottom: 0px;
}
.section-header-center p {
font-size: 17px;
color: #ffffff;
text-align:center;
font-weight: 500;
position: relative;
padding-bottom: 0px;
}
.white-box{background:#ffffff;}
.white-bx-con{padding:20px; border:1px solid #1d120e; border-top:0px solid #1d120e; border-bottom-left-radius:10px; border-bottom-right-radius:10px;}
.white-bx-con:hover{background:#f4f4f4;}
.red-bg-head{background:#ee5555; color:#ffffff; font-size:14px; padding:10px; font-weight:bold; margin-bottom:0px;}
.white-bx-con p{font-size:14px;}
.mh-213{min-height:213px}
.blk-head-vms{color:#353535;  font-size:25px; font-weight:600; position:relative;}
.vms-system-sec{background:url(//recruitchamp.com/wp-content/themes/employastar/img/vms-system-bg.jpg) no-repeat top left; background-size:cover; }
.red-dot-list-wht{padding-left:30px;}
.red-dot-list-wht li{color:#ffffff; font-size:15px; background:url(//recruitchamp.com/wp-content/themes/employastar/img/red-dot.png) no-repeat top 6px left; list-style-type: none; padding-left:20px;}
.red-dot-list-blk{padding-left:30px;}
.red-dot-list-blk li{color:#353535; font-size:15px; background:url(//recruitchamp.com/wp-content/themes/employastar/img/red-dot.png) no-repeat top 6px left; list-style-type: none; padding-left:20px;}
.dark-bg{background:rgba(0,0,0,0.6);}
.tick-head{color:#ee5a5a; font-size:18px; font-weight:bold; background:url(//recruitchamp.com/wp-content/themes/employastar/img/red-tick.png) no-repeat top 6px left; padding-left:45px; line-height:40px; }
.red-border-box{border:4px solid #ee5555; border-radius:50px; padding:50px;}
.top-wht-bg-head{display:inline-block; background:#ffffff; position:relative; top:-75px;}
.sm-grbox {background: #f4f4f4; padding-top: 20px;}
.mx-900{max-width:900px; margin:0 auto;}
.red-head{color:#ee5a5a; font-size:18px; font-weight:bold; line-height:25px; }
.font-blk{color:#141c22;}
.white-sh-boxbr{background:#fff; padding:30px; box-shadow:2px 2px 20px #cccccc; border-radius:0px; border:1px solid #ffffff; }
.white-sh-boxbr:hover{border:1px solid #ed5454;}
.wht-br-radius{border:10px solid #fff; border-radius:10px;}
.red-white-bg{background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(237,84,84,1) 0%, rgba(237,84,84,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left, color-stop(0%, rgba(237,84,84,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(237,84,84,1) 0%, rgba(170,81,172s,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(237,84,84,1) 0%, rgba(237,84,84,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(237,84,84,1) 0%, rgba(237,84,84,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(237,84,84,1) 0%, rgba(237,84,84,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);}
.redr-white-bg{background: rgba(255,255,255,1);
background: -moz-linear-gradient(right, rgba(237,84,84,1) 0%, rgba(237,84,84,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(right, color-stop(0%, rgba(237,84,84,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(right, rgba(237,84,84,1) 0%, rgba(170,81,172s,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(right, rgba(237,84,84,1) 0%, rgba(237,84,84,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(right, rgba(237,84,84,1) 0%, rgba(237,84,84,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
background: linear-gradient(to left, rgba(237,84,84,1) 0%, rgba(237,84,84,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);}
.red-dot-border{border:2px dotted #ed5454; border-radius:50%; padding:8px;}
.pad-sec-left{padding-left:17% !important; padding:10%;}
.growth-opportunity-bg{background:url(//recruitchamp.com/wp-content/themes/employastar/img/growth-opportunity-bg.jpg) no-repeat top left; background-size:cover; min-height:500px;}
.lblue-sec{background:#eff5ff;}
.white-box-red{background:#ffffff; padding:20px;}
.white-box-red:hover{background:#ee5555; }
.white-box-red h4{color:#10323c; font-size:14px;}
.white-box-red:hover h4{color:#ffffff;}
.white-icon-hover{display:none; }
.white-box-red:hover .white-icon-hover{display:inline-block; text-align:center; }
.white-box-red:hover .white-icon{display:none; }
.pos-right-top{float:right; margin-top:-100px;}
.red-br-bottom{border-bottom:7px solid #ee5555;}
#facts-new .counters span {font-weight: bold; font-size: 48px; display: inline-block; color: #ffffff;}
#facts-new .counters p {padding: 0; margin: 0 0 20px 0; font-size: 14px; color: #ffffff;}
#facts-new .facts-img {text-align: center; padding-top: 30px;}
.red-sec{background:#cf4242;}
.communication-sec{background:url(//recruitchamp.com/wp-content/themes/employastar/img/communication-bg.jpg) no-repeat top left; background-size:cover;}
.pad-sec-left-right {
padding-left: 17% !important;
padding-right: 17% !important;
padding: 10%;
}
.pos-bottom-corner{position:absolute; bottom:-30px; right:7%;}
.grey-top-bg{background: linear-gradient(to top, #ffffff 70%, #e8e8e8 100%) no-repeat;
background-size: calc(100% - 0px) ;  
background-position: top;}
.blk-br-bottom{border-bottom:7px solid #2d2e30;}
.hov-br-red:hover .blk-br-bottom{border-bottom:7px solid #ee5555;}
.red-head-sm{color:#ee5555; font-weight:bold; font-size:20px;}
.red-head-md{color:#ee5555; font-weight:bold; font-size:30px;}
.bi-faq .accordion .card-header:after {
font-family: 'Font Awesome 5 Free';  
content: "\f068";
float: right; 
}
.bi-faq .accordion .card-header.collapsed:after { content: "\f067"; 
}
.bi-faq .card{border:0px solid #262626;}
.bi-faq .card-header{border:1px solid #262626; background:#ffffff; color:#000000; margin-bottom:18px; font-weight:bold; font-size:20px; cursor:pointer;}
.bi-faq .card-body{background:#e8e8e8; color:#000000; margin-bottom:18px;}
.mh-380{min-height:380px;}
.red-cornerpos-right-top { float: right; margin-top: -51px; margin-right: -50px;}
.br-left-top-bottom{border-top:1px solid #cecece; border-bottom:1px solid #cecece; border-left:1px solid #cecece; padding:20px;}
.mh-300{min-height:300px;}
.mh-260{min-height:260px;}
@media(max-width: 992px){
.pos-bottom-corner{position:relative; bottom:auto; right:auto; left:auto; text-align:center;}
}
.hrms-carousel{margin:0 auto; position:relative;}
.hrms-carousel .owl-nav {position:absolute; top:30%; display:none;}
.hrms-carousel .owl-next{ right:0px;}
.hrms-carousel .owl-prev{left:0px;}
.hrms-carousel .owl-dots{width:100%; margin:0 auto; text-align:center; margin-top:20px;}
.hrms-carousel .owl-dots .owl-dot{background:#ee5555; width:38px; height:6px; display: inline-block; margin: 0 auto; margin:5px;}
.hrms-carousel .owl-dots .owl-dot.active{background:#383838;}
.white-info-box{background:#ffffff; padding:20px; box-shadow:2px 2px 10px #dddddd; margin-bottom:10px;}
.white-info-box h4{color:#000000; font-size:20px; font-weight:bold;}
.white-info-box p{color:#000000; font-size:15px; }
.pb-250{padding-bottom:250px;}
.mt--250{margin-top:-250px;}
.blue-sec{background:#772bdc;}
.expense-tracking-do-sec{background:url(//recruitchamp.com/wp-content/themes/employastar/img/ex-tracking-do-bg.jpg) no-repeat top left; background-size:cover; padding:30px; position:relative; top:40px;}
.expense-tracker-sec{background:url(//recruitchamp.com/wp-content/themes/employastar/img/expense-tracker-app-bg.jpg) no-repeat top right; }
.pad-sec-right{padding-right:18%; padding-left:30px;}
.lgrey-sec-light{background:#f9f9f9;}
.black-head-md{color:#000000; font-weight:bold; font-size:30px;}
.red-head-small{color:#ee5555; font-weight:bold; font-size:28px;}
.md-grey-bg{background:#f1f1f1;}
.red-sec{background:#ee5555;}
.cornerpos-right-bottom { float: right; margin-top: -47px; margin-right:10px;}
.grey-bg-img{background:#f9f9f9;}
.white-sh-box-np{background:#fff; padding:0px; box-shadow:2px 2px 20px #cccccc; border-radius:0px; }
.white-con-box{padding:20px;}
.blue-bor-top{border-top:6px solid #772bdc;}
.white-sh-box-np:hover .blue-bor-top{border-top:6px solid #2d2e30;}
.mh-386{min-height:386px;}
.pos-sec-left-top{padding:40px 250px 40px 40px; margin-left:-252px;}
.bottom-left-pos{position:absolute; left:0px; bottom:-87px;}
.benefit-scheduling-sec{background:url(//recruitchamp.com/wp-content/themes/employastar/img/benefit-appointment-scheduling-bg.jpg) no-repeat top left; background-size:cover;}
.grey-br-box-bg{background:#2d2e30; padding:30px; border:1px solid #fff;}
.grey-br-box-bg:hover{background:#ee5555;}
.pos-absolute{position:absolute; top:0px; left:0px;}
.ptop-150{margin-top:-150px;}
.cards-white{box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; background-color: white; border-bottom: 6px solid #2d2e30;
text-align: center; padding: 10px;}
.cards-white:hover {box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); background-color: white; border-bottom: 6px solid #ee5555; text-align: center;
padding: 10px;}
.paraa{color:black; font-size: 16px;}
.paratitle{font-size: 25px; font-weight: 700; color: black; }
.paratitle1{font-size: 22px; font-weight: 700; color: brown;}
.btn{border: 2px solid white; color: white; padding: 10px; display:inline-block;}
.btn:hover{border: 2px solid white; color: white; padding: 10px; background:#b91414;}
.soft{padding: 10px; border: 2px solid #ee5555; text-align: center;}
.bgblue{background-color: rgb(81, 14, 143); padding:20px; }
.mh-526{min-height:526px;}
.grey-br-bottom{border-bottom:2px solid #2d2e30;}
.interview-sheduling-work-sec {
background: url(//recruitchamp.com/wp-content/themes/employastar/img/interview-sheduling-work-bg.jpg) no-repeat top left;
}
.blue-dash-box{border:1px dashed #772bdc; padding:20px; position:relative; box-shadow: 2px 2px 10px #efeded;}
.blue-dash-box:hover{background:#f6efff;}
.mt--70{margin-top:-70px;}
.blk-head-vs{color:#353535;  font-size:20px; font-weight:600; position:relative;}
.white-btn{
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
padding: 8px 32px;
border-radius: 0;
transition: 0.5s;
margin: 0px;
color: #772bdc;
background: #ffffff;
border:0px solid #792fe0;
display:inline-block;
white-space:normal;
text-align:center;
}
.white-btn:hover {
background: #ef6161;
color: #ffffff;
border:0px solid #792fe0;
}
.feature-job-sheduling-sec{background: url(//recruitchamp.com/wp-content/themes/employastar/img/feature-job-sheduling-bg.jpg) no-repeat top left;}
.wht-br-10{border:10px solid #ffffff; border-radius:5px;}
.blue-head-sm{color:#772bdc; font-weight:bold; font-size:20px;}
.blue-br-sh-box{background:#fff; border:1px solid #772bdc; padding:30px; box-shadow:2px 2px 20px #cccccc; border-radius:10px; }
.blk-head-nm{color:#020101;  font-size:30px; font-weight:bold;}
.mh-470{min-height:470px;}
.blue-br-bx{border:1px solid #b78fec; background:#ffffff; padding:25px; border-radius:10px; box-shadow:2px 2px 20px #cccccc;}
.blue-br-bx:hover{background:#dddcda;}
.blue-br-bx .icon{float:left;}
.blue-br-bx .title{color:#762bdb; font-weight:bold; font-size:20px; padding-left:110px;}
.blue-br-bx .description{color:#000000; font-size:16px; padding-left:110px;}
.staffing-feature-sec {
background: url(//recruitchamp.com/wp-content/themes/employastar/img/staffing-feature-bg.jpg) no-repeat top left;
}
.cstaffing-sec{padding:25px; background: url(//recruitchamp.com/wp-content/themes/employastar/img/cstaffing-bg.jpg) no-repeat top left; background-size:cover; border-bottom:4px solid #772bdc;}
.font-blue{color:#772bdc;}
.chiring-sec{background: url(//recruitchamp.com/wp-content/themes/employastar/img/chiring-bg.jpg) no-repeat top left; background-size:cover;}
.overlay{background:rgba(0,0,0,0.7); padding:50px 25px 50px 25px;}
.white-head-video{color: #fff; font-size: 34px; font-weight: 600; font-family: 'Roboto', sans-serif;}
.video-bg-home{background:url(https://recruitchamp.com/wp-content/uploads/2021/08/post-1-3.jpg) no-repeat top center; background-size:cover; display:inline-block; width:100%; padding:120px 0 120px 0;}
.bottomalign {display: flex; align-content: flex-end; justify-content: center; flex-direction: row;
flex-wrap: wrap;}
.video-main{color:#fff;}
.video-main i{font-size:90px; height:80px; width:80px; margin:0px; border-radius: 100%; text-align:center; background:transparent; line-height:80px; color:#27af0d;
border: 0px solid #ffffff; -webkit-transition: 500ms; -moz-transition: 500ms; -o-transition: 500ms;
transition: 500ms; float: left; padding-left:5px; }
.video-main i:hover {background:transparent; color: #ffffff;   }
.video-btn a{width:80px;height:80px;line-height:90px;border-radius:100%;background:#fff;color:#106eea;display:inline-block;text-align:center;position:relative;margin:0 auto;margin-bottom:20px;}
.video-btn a i, .video-btn a .fa{font-size:30px;position:relative;z-index:1; color:#ffffff !important; background:#792dde !important;}
.video-btn a:after{background:#fff;content:"";position:absolute;z-index:0;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:80px;height:80px;border-radius:50%;animation:pulse-border 1.5s ease-out infinite}
.video-btn.border-style a:before{width:100px;height:100px;position:absolute;content:'';left:50%;top:50%;transform:translate(-50%,-50%);border-radius:100%;border:1px solid #fff}.video-btn.green a{background:#792dde;color:#fff}
.video-btn.green a:after{background:#792dde}.video-btn.green a:before{border-color:#792dde} @keyframes pulse-border {
0% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1; }
100% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);  opacity: 0; }
}
@-webkit-keyframes pulse-border {
0% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1; }
100% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0; }
}
#hero{width:100%;background:url(https://recruitchamp.com/wp-content/uploads/2021/08/ppc-banner.jpg) no-repeat top center;background-size:cover; padding:180px 0 160px 0;}
#hero h2{color:#fff;margin-bottom:20px;font-size:55px;font-weight:700;padding:80px 0 20px}
#hero p{-webkit-animation-delay:.4s;animation-delay:.4s;margin:0 auto 30px auto;color:#fff;font-size:25px;font-weight:700}
#hero .btn-get-started{font-weight:500;font-size:14px;letter-spacing:1px;display:inline-block;padding:14px 32px;border-radius:4px;transition:.5s;line-height:1;color:#fff;-webkit-animation-delay:.8s;animation-delay:.8s;background:#f51722}
#hero .btn-get-started:hover{background:#df3740}
@media (max-width:992px){
#hero h2{font-size:28px}
}
@media (max-width:768px){
#hero h2{font-size:28px}
}
.formm input[type=text],select,textarea{width:100%;padding:5px;border-radius:10px;margin-top:5px;margin-bottom:10px;resize:vertical;border:1px solid gray}
.formm input[type=submit]{background-color:#dd0824;color:#fff;padding:8px 16px;border:1px solid #fff;border-radius:20px;cursor:pointer;width:100%;font-size:18px;font-weight:700;text-transform:uppercase}
.formm input[type=submit]:hover{background-color:#c90721}
.formm{border-radius:20px;background-color:#fff;padding:25px}
.formtitle{color:#000;font-size:25px;text-align:center}
.formtitlep{color:#1b1b1b;font-weight:700;font-size:14px}
.paratitle{font-size:25px;font-weight:700;color:#000}
.softcard{padding:10px;border:1px solid #751c86;height:350px;border-radius:10px;background-color:#e6e3e3;text-align:center}
.softcard1{padding:10px;border:1px solid #751c86;height:300px;border-radius:10px;background-color:#e6e3e3;text-align:center}
.paratitle-card{color:#000;font-size:25px;font-weight:700;text-align:center;padding:20px}.paratitlec{color:#000;font-size:23px;font-weight:700;text-align:center;padding:15px}
#contact-foot{background-color:#6c25a7;padding:20px;text-align:center}
.formm .form-control input[type=text],select,textarea{width:100%;padding:5px;margin-top:5px;margin-bottom:10px;resize:vertical;border:1px solid gray}.btn{background-color:#dd0824;color:#fff;padding:8px 16px;cursor:pointer;width:100%;font-size:18px;font-weight:700;text-transform:uppercase}
.formtitle-foot{color:#fff;font-size:30px;text-align:center;padding-top:20px}
.formtitlep-foot{color:#fff;font-size:20px;text-align:center;padding-bottom:10px}
@media (max-width:768px){.formtitle{font-size:21px}}
@media(max-width: 992px){
.pad-sec-right{padding-right:auto; padding-left:auto;}
.mh-386, .mh-526, .mh-470{min-height:0px;}
.pos-sec-left-top{padding:40px 40px 40px 40px; margin-left:0px;}
.ptop-150{margin-top:0px;}
}
@media(max-width:768px){
.video-bg-home{background:url(https://recruitchamp.com/wp-content/uploads/2021/08/post-1-3.jpg) no-repeat top center; background-size:100%; display:inline-block; width:100%; padding:60px 0 60px 0;}	
}
#ragency-banner {width: 100%; background-image: url(https://recruitchamp.com/wp-content/uploads/2021/08/r-agency-banner.jpg); background-position: center center; background-size: cover; padding:130px 0 130px 0; }
#ragency-banner h2{color:#fff;margin-bottom:20px;font-size:50px;font-weight:700;padding:80px 0 20px}
#ragency-banner p{-webkit-animation-delay:.4s;animation-delay:.4s;margin:0 auto 30px auto;color:#fff;font-size:25px;font-weight:700}
.bg-blue-sec{background-image:url(//recruitchamp.com/wp-content/themes/employastar/css/img/features-employstar.jpg);background-position:center center;padding-left:100px;padding-right:100px}
.red-arrow{width:10px;height:10px;color:#fff;background-color:red;border-radius:50%;font-size:12px;padding:3px}
.red-arrow-list{padding-left:0px;}
.red-arrow-list li{list-style-type:none; background:url(https://recruitchamp.com/wp-content/uploads/2021/08/tick-iconn.jpg) no-repeat top 3px left; padding-left:28px; margin-bottom:10px;}
.signup-btn{background-color:#dd0824;color:#fff;padding:8px 16px;cursor:pointer;width:100%;font-size:16px;font-weight:700}
.signup-btn:hover{background-color:#ca0822;color:#fff;padding:8px 16px;cursor:pointer;width:100%;font-size:16px;font-weight:700}
.icon-title-center{color:#000;font-size:14px;text-align:center}
.ibox{background-color:#fff;border-radius:10px;padding:10px;text-align:center; margin-bottom:20px;}
.para-tit-icon{text-align:center;color:#000;font-size:18px}
.white-boxx{text-align:center;background-position:center center;position:center}
.btn-centerr{position:center;text-align:center;background-position:center center}
.bg-title{text-align:center;color:#fff;font-size:40px;font-weight:700}
.bg-para{text-align:center;color:#fff;font-size:18px}
.bg-blue-sec{background-image:url(https://recruitchamp.com/wp-content/uploads/2021/08/features-employstar.jpg);background-position:center center}
.features-card{background-color:#f0f0f0;padding:20px;border-radius:20px; min-height:370px}
.f-title{color:#353535;font-size:24px;font-weight:600;position:relative;font-weight:700;text-align:center}
.f-para{color:#000;font-size:15px;padding:5px;text-align:center}
.row-pad{padding-top:50px}
.faqs-cntr .accordion{background-color:#fff;color:#444;cursor:pointer;padding:0px;border:none;text-align:left;outline:0;font-size:15px;transition:.4s; border: 1px solid #000; float:left; display:block; width:100%; }
.faqs-cntr .accordion:hover, .faqs-cntr .accordion .active{}
.faqs-cntr .panel{padding:15px;display:none;background-color:#cccbcb;overflow:hidden;margin-left:50px;text-align:left;color:#000}
.faqs-cntr .plus{border:1px solid #000;padding:10px;font-size:16px; float:left; margin-right:10px;}
.question-faqs{padding:10px;font-size:16px; float:left; font-weight:normal;}
.faqs-cntr{background-position:center;text-align:center}
.red-head-faq{color:#ee5a5a;font-size:25px;font-weight:700;line-height:30px;text-align:left;}
.red-dot-p{color:#000;font-size:15px;list-style-type:none;padding:10px}
.respo-img-advantage{max-width:100%;height:auto}
.grey-para{color:#000;list-style-type:none}
.ad-titl{font-weight:700;color:#000}
.staffing-feature-secbg { background:url(https://recruitchamp.com/wp-content/uploads/2021/08/Conclusion.jpg) no-repeat top left; }
.thanks-banner {width: 100%; background-image: url(https://recruitchamp.com/wp-content/uploads/2021/09/thanks-banner.jpg); background-position: center center; background-size: cover; padding:130px 0 130px 0; }
.thanks-banner h2{color:#fff;margin-bottom:20px;font-size:50px;font-weight:700;padding:80px 0 20px}
.grey-br-box{border:1px solid #000000; padding:10px 30px 10px 30px; border-radius:30px; margin:10px 0 10px 0;}
.subline{color: #333; font-size: 20px;}
@media (max-width:992px){
#ragency-banner h2{font-size:28px}
.features-card{min-height:0px;}
}
@media (max-width:768px){
#ragency-banner h2{font-size:28px}
}
.ats-banner{width:100%;background:url(https://recruitchamp.com/wp-content/uploads/2021/11/ats-sys-bg.jpg) no-repeat bottom left #ffffff; padding:130px 0 50px 0;}
.ats-banner h2{color:#000000;margin-bottom:20px;font-size:32px;font-weight:700;padding:80px 0 20px}
.ats-banner p{-webkit-animation-delay:.4s;animation-delay:.4s;margin:0 auto 30px auto;color:#fff;font-size:25px;font-weight:700}
.ats-banner .btn-get-started{font-weight:500;font-size:14px;letter-spacing:1px;display:inline-block;padding:14px 32px;border-radius:4px;transition:.5s;line-height:1;color:#fff;-webkit-animation-delay:.8s;animation-delay:.8s;background:#f51722}
.ats-banner .btn-get-started:hover{background:#df3740;}
.mh-430{min-height:430px;}
.ats-form-outer{box-shadow:2px 2px 10px #dddddd; border-top:5px solid #56b8c7; border-radius:10px;}
.lblue-sec-1 {background: #f3f6f9;}
.wht-box-br{padding:30px; background:#ffffff; border-bottom:5px solid #56b8c7; border-radius:10px;}
.wht-box-br h2{color:#000;font-size:18px;font-weight:700;}
.wht-box-br p{color:#000;font-size:15px;font-weight:normal; margin-bottom:0px;}
.mx-600{max-width:600px; margin:0 auto;}
.wht-dot-list{padding-left:30px;}
.wht-dot-list li{color:#ffffff; font-size:15px; background:url(https://recruitchamp.com/wp-content/uploads/2021/11/white-dot.png) no-repeat top 6px left; list-style-type: none; padding-left:20px;}
.purple-sec{background:#7828de;}
.formm2 h3{color:#000000; font-size:23px; font-weight:bold;}
.CookiesPolicy {
padding: 4px 50px 8px;
position: fixed;
bottom: 0px;
background: #e0e0e0;
z-index: 999;
display: none;
width: 100%;
line-height: 10px
}
.CookiesPolicy .left {
max-width: 100%;
width: auto;
padding-top: 14px;
text-align: center;
}
.CookiesPolicy .right {
width: 100%;
padding-left: 10px;
padding-top: 14px;
text-align: center;
}
.CookiesPolicy .allow {
color: #fff !important;
background: #ec1922;
font-weight: 600;
border-radius: 4px;
padding: 11px 25px !important;
margin: 0px;
margin-right: 5px;
border-color: #ec1922;
}
.CookiesPolicy .disallow {
color: #fff !important;
background: #302f2f;
font-weight: 600;
padding: 11px 25px !important;
cursor: pointer;
border-radius: 5px;
border-color: #302f2f;
}
@media (max-width:768px){
.CookiesPolicy {
padding: 10px 20px 50px;
position: fixed;
bottom: 0px;
background: #e0e0e0;
z-index: 999;
display: none;
width: 100%;
line-height: 10px;
}
.CookiesPolicy .left {
max-width: 100%;
float: left;
width: auto;
padding-top: 4px;
line-height: 20px;
text-align: justify;
}
.CookiesPolicy .right {
width: 100%;
float: left;
padding-left: 10px;
}
.CookiesPolicy .allow {
color: #fff !important;
background: #ec1922;
font-weight: 600;
border-radius: 5px;
padding: 11px 15px !important;
margin: 0px;
width: 30%;
border-color: #ec1922;
}
.CookiesPolicy .disallow {
color: #fff !important;
background: #302f2f;
font-weight: 600;
padding: 11px 15px !important;
cursor: pointer;
width: 60%;
border-radius: 5px;
border-color: #302f2f;
margin-left: 10px;
}
}