/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */@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:translateZ(0)}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:translateZ(0)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}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 heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@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-duration:.75s;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:translateZ(0)}}.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:translateZ(0)}}.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:translateZ(0)}}.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-duration:.75s;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:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform: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) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{animation-duration:.75s;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)}to{transform:translateZ(0)}}.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:translateZ(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);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-duration:2s;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:translateZ(0)}}.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}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (prefers-reduced-motion){.animated{animation:unset!important;transition:none!important}}@media only screen and (max-width:1600px){.wizard .customservice-menu li{margin:0 12px}}@media only screen and (max-width:1500px){.stickytab-header.fixed-header .overview-main-header{display:none!important}body .stickytab-header.fixed-header .agencyrating{display:none}}@media only screen and (max-width:1440px){span.link_text.text-capitalize.sub_menu{font-size:1.5rem;margin-right:.5rem}.manWoman-happy-work{width:70rem}.all-agency-services .resp-tabs-list li{margin-right:2.5rem}.yellow-shape{z-index:1}}@media only screen and (max-width:1280px){.single-container{max-width:100%}.dashboard-agency .wizard .customservice-menu{justify-content:flex-end!important}}@media only screen and (max-width:1200px){.manWoman-happy-work{width:55rem}.getquote-btn{padding:14px 20px;font-size:14px}}@media only screen and (max-width:1440px) and (min-width:900px){#vertical_tab_nav article .Alternatives li{width:49%}.reviewMailcip .reviewstarts p{font-size:12px!important}.progsbarblock small.pull-left{width:62px}.revewSoftw ul li{margin:0 15px 0 0;width:147px}.CollaborationBg .innerBlock{margin:0 0 0 265px}}@media only screen and (max-width:1366px) and (min-width:768px){.searchaheader form .bannerSearchbar{width:250px}}@media only screen and (max-width:1199px){.manWoman-happy-work{display:none}.review-left-img{margin-left:0!important}.ChildVerticalTab_1 .card{margin-bottom:20px}.testimonial-msg-main .carousel-inner .item p{width:100%!important}.profiletotal-review{margin-bottom:3rem;padding-bottom:3rem;display:flex;justify-content:center}body .main-char-div{padding-left:40px!important}.review-left-img h2{margin:20px 0;font-size:30px!important;line-height:39px}.review-left-img a{margin-top:2rem}.single-container{width:100%}.wizard .nav-tabs li{margin:0 16px}.sendenqVocso-btn{padding:1.3rem 2.2rem;font-size:1.4rem}.phone-calls .rightDetailBLock a{display:flex;align-items:center;justify-content:center}.phone-calls .rightDetailBLock{width:100%}.applynow-block .sendenqVocso-btn,.rightDetailBLock .sendenqVocso-btn{margin:0}.agency-cta-btns,.agency-listings-block .agency-short-details,.agency-progressbar-block,.agency-work-budget .overview-main,.location-block{padding:2rem!important}}@media only screen and (max-width:1024px){.bloglisting-section .blog-box-main .middleblock{margin-top:0!important}.responsive-table{width:100%}.blog-content-main-block{flex-direction:column-reverse}.blog-content-left{padding-right:0!important}.blog-content-left,.blog-content-right{width:100%!important}.profile-overview-container{flex-wrap:wrap;gap:25px 50px}.header-searchbox{margin-left:1rem}.services-detail-main .aboutagency{margin-left:0}body .tab-slider-btn{background:rgba(0,0,0,.67);border-radius:100%;width:4.5rem;height:4.5rem;opacity:inherit}.dashboard-agency .wizard .customservice-menu a{margin-right:3rem;flex-shrink:0}body .main-char-div{padding-left:20px!important}.single-container{max-width:100%}.box-number-stats-arrow-btn{width:3rem;height:3rem}.large-stats{font-size:2.6rem!important;margin-bottom:0!important;line-height:1.3rem!important}}@media only screen and (max-width:990px){.posttype-main{margin-left:1rem}.posttype-main .form-check{font-size:1.6rem!important}.agency-accordion{padding:1rem!important}body .dashboard-agency .wizard .customservice-menu div{align-items:center}.dashboard-agency .tab-slider-btn{width:3rem;height:3rem}.dashboard-agency .tab-slider-btn svg{font-size:3rem}.agency-portfolio-detail .overview-main{margin-top:0!important}.agencyportfolio-detail-banner .aboutagency h2{margin-bottom:0;line-height:2.2rem!important}.agencyportfolio-detail-banner{padding-top:3rem!important}.accordoin-margin{margin-top:1rem!important}.profile-tab-main-block .listing-tab-head{flex-direction:row!important}.profile-tab-main-block .listing-tab-head .tabs{justify-content:flex-start!important}.profile-tab-main-block .listing-tab-head .customservice-menu li{margin-bottom:1rem!important}.css-zooisq{width:92%!important}.similaragencies .aboutagency h3{text-align:center}.location-item{gap:inherit!important}.edit-agency-main-block .location-item h4{margin-bottom:2rem}body .save_location_btn{margin-right:1rem!important}.login-form-wrap{padding:1.8rem!important}.agency-listing-title{text-align:left!important}.progressbar-wrap{width:100%;margin-top:1rem}.login-page-main,.signup-main{padding-top:2rem!important}.serivice-detailbanner{margin-top:4rem!important}.awards-agency-main-block .overview-main,.portfolio-agency-main .overview-main{padding:3rem}.review-agency-main .star-rating-box{flex-direction:row;margin-top:2rem}.accordian-box h3{font-size:2.2rem!important}.review-agency-main .review-main-block{margin-top:0;margin-left:2rem}.portfolio-card figure{height:30rem}.dashboard-agency .wizard .customservice-menu{flex-direction:inherit!important}.capabilityscore-box,.rating-review-box{flex-direction:column}.profiletotal-review{margin-right:0;padding-right:0;padding-bottom:2rem;margin-bottom:2rem;border-right:0;border-bottom:1px solid #eaeaea}.banner-form{margin:10px auto 20px}.all-agency-services h2{max-width:100%!important;line-height:40px;margin-bottom:30px!important}.manWoman-happy-work{display:none!important}.testimonial-section h2{max-width:100%!important;margin-bottom:2rem!important;text-align:center!important}.servicetab-content .panel-heading h4 a{font-size:20px!important;padding:18px 30px}.wizard .customservice-menu li{margin:0;flex-shrink:0}.wizard .customservice-menu>li a{padding:1.5rem 0 6px}.wizard .customservice-menu{padding-top:1rem!important;align-items:flex-start!important;width:100%;max-width:100%;overflow:scroll;justify-content:flex-start!important}.selected-tab{position:relative;height:40px;padding:5px 35px 5px 15px;line-height:30px;color:#747474;background-color:#fff;border:1px solid #eaeaea;text-align:left}.selected-tab:after{display:block;content:"";position:absolute;top:50%;right:15px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #cfcfcf;border-left-color:transparent!important;border-right-color:transparent!important;transform:translateY(-50%)}.wizard .customservice-menu li:first-child{display:none}.wizard figure{margin:0}.overview-cover-mobile .overview-main ul li{font-size:14px}.overview-cover-mobile .sendenqVocso-btn{padding:13px 12px;font-size:12px;margin-bottom:0}.overview-cover-mobile{display:block}.overview-cover-mobile .overview-main ul{text-align:left}.overview-cover-mobile .overview-title{padding:9px 20px}.fixed-header .sendenqVocso-btn{margin:0;width:auto;padding:9px 16px;font-size:12px;display:none!important}.tab-to-dropdown{width:100%}.aboutagency{margin-left:0}.agencyname img{margin:0 auto 3rem;max-width:60px}.aboutagency .agencyURL{justify-content:center}.overview-shadow{width:99%}.sortby{margin-top:3rem;top:0!important}.faq-paragraph{max-width:100%!important}.agency-listing-box{flex-direction:column}.agency-listings-block h2{font-size:2.6rem!important;line-height:3rem}.listing-tab-head{align-items:start;display:block!important}.agency-search-filter .btn-group.bootstrap-select{width:100%!important;margin-bottom:10px}.agency-cta-btns,.agency-work-budget,.agencyshort-details-main{width:100%!important}.agency-work-budget .overview-main{border-top:1px solid #b6b6b6;min-height:auto!important;margin-left:0!important}.agency-work-budget{border-right:0;border-left:0}}@media only screen and (max-width:980px) and (min-width:767px){.banner-innerblock form:after{left:16px;top:-1px}.navbar-brand>img{width:200px}.header .nav.navbar-nav{float:right}.header .navbar-nav li a{font-size:14px}.header .sidebarIconToggle{left:225px}.header #sidebarMenu{z-index:11}li.headerBtn{margin:0}.padding1{padding:5rem 0}.banner-innerblock h1{font-size:25px}.banner-innerblock p{font-size:16px;padding:5px 0 0}.bannerSearchbar{width:100%}.CategoriesBg{padding:0 0 30px!important}.nav-tabs>li>a{padding:15px 20px}.nav-tabs>li{width:165px;display:inline-block}.CategoriesInner .card{margin:30px 0 0}.CategoriesInner .tab-content{margin:20px 0 0}.CategoriesInner .marginbox{margin:0}.CategoriesInner .innertbscontnt{width:30%;margin:0 10px}.CategoriesInner .innertbscontnt .content p{font-size:14px}.CategoriesInner .innertbscontnt .content h4{font-size:16px}.skillsSeeAll a{padding:15px 133px 15px 50px}.skillsSeeAll{width:100%;margin:10px 0 20px}.CategoriesInner .skillsSeeAll{margin:10px 0 17px}.softwareBlocs{margin:30px 0 0}.softwareBlocs ul li{margin:0 0 10px;padding:15px 20px;width:49%}.softwareBlocs h5{font-size:16px}.ppulrAppBg .innerBoxz{margin:30px 0 0}.ppulrAppBg .teamApp h2{font-size:20px!important;line-height:25px}.ppulrAppBg .teamApp{padding:30px;min-height:auto;margin:0 0 30px}.ppulrAppBg .skillsSeeAll{margin:50px 0 20px}.ppulrAppBg li{width:49%;margin:15px 0 0;border-bottom:1px solid #f3f3f3}.ppulrAppBg ul{margin:0}.ppulrAppBg .col-sm-12.col-xs-12.col-lg-3.col-md-3,.ppulrAppBg .col-sm-12.col-xs-12.col-lg-9.col-md-9{padding:0}.FeaturesBg .contentbox{margin:0 0 0 30px}.searchaheader form{display:none}.innerSoftwareBLok .leftblock img{width:100%}.CollaborationBg .innerBlock{margin:0}.revewSoftw ul li{width:84px;margin:0 8px 0 0}.revewSoftw ul li .reviewstarts p{text-align:left}}@media only screen and (max-width:767px) and (min-width:320px){.addblog-head-main{align-items:start;flex-direction:column;gap:2rem}.blog-author-detail .blog-box-main .middleblock{align-items:flex-start!important;flex-direction:column;margin-top:5rem!important}.blog-author-detail .profile-detail-blog-section{width:100%;margin-top:2rem}.blog-author-detail .blog-box-main .middleblock figure{width:100%;margin-right:0!important;min-width:32rem;height:auto!important;padding-top:56.25%}.faq-top-heading-block{flex-direction:column;margin-bottom:2rem!important}.portfolio-banner .aboutagency p{margin:1rem 0!important}body .agency-listings-block .filter-thumbnail{margin-right:1rem!important}body .agencyprofile-main .aboutagency h2{margin-bottom:0}.avatar-name{margin-left:0!important}.banner-autocomplete-main .banner-form{background:#fff}.sortby select{width:100%}.box-number-stats-arrow-btn svg{width:2rem}.review-form-container{padding-top:2.5rem!important}.awards-listing figure{width:5rem!important;height:5rem!important}.firm-usage h2{font-size:2.4rem!important}.review-form-wrapper{padding:2rem!important}.all-reviews-wrapper h2{font-size:1.8rem!important}body .discovermore-colleges-block h2{font-size:1.8rem!important;line-height:2.4rem!important}.all-reviews-wrapper{margin-top:3rem!important;padding:3rem!important}.location-cover .location iframe{height:300px!important}.review-details{flex-direction:column!important}.review-project-rating{width:100%!important;border-right:0!important;border-bottom:1px solid #eaeaea}.review-header{padding:25px 20px 15px}.review-info-wrapper{width:100%!important;padding:15px 20px 25px}.rating-breakdown{padding:15px 0 25px 20px}.share_btn_box{flex-direction:column}.shareprofile-modalbox-main .reviewstarts{flex-wrap:wrap}.share_btn_box button{margin-right:0;margin-bottom:1rem}.dashboard-details .overview-main{height:auto!important;max-height:-moz-max-content!important;max-height:max-content!important}.services-detail-main{padding-bottom:30px!important}.viewall-agencies-btn{justify-content:center}span.testimonial-quote-icon img{padding:0 25px}.form_details{padding-top:0}body .review-left-img{text-align:center}.review-left-img img{margin:0 auto;width:100px}.review-left-img p,body .review-left-img h2{text-align:center}.modal-awardbox-main{width:92%}.dashboard-agency{padding-top:3rem!important}.agency-portfolio-addnew-block h3{margin-bottom:2rem!important}.agency-portfolio-addnew-block{align-items:flex-start;flex-direction:column}body .main-char-div{padding-left:15px!important;margin-top:4rem}.agency-accordion{padding:1rem}.footerinner h4{margin:0 0 8px}.footer-links-box{margin-bottom:3rem}.footerlogo-main-block{margin-bottom:4rem}.star-rating-box{flex-direction:row-reverse}.sav-detailbtn-block .form-group{margin-bottom:0}.addlocation-btn-block{margin-bottom:4rem}.newspaper-layout-form{gap:inherit!important}.newspaper-layout-form .form-group{margin-bottom:2rem!important}.section-grouping{padding-top:1rem;margin-top:1rem;margin-bottom:1rem;padding-bottom:1rem}.servicedetail-right:last-child .overview-cover{margin-bottom:0}.review-rating-box-main{margin-bottom:0;padding-bottom:0}.review-content-right{margin-left:0!important}.progress-item{width:100%;margin-bottom:3rem}.progress-item .progress-label{margin-top:1rem}.progress-container{flex-direction:column}.profiletotal-review{margin-bottom:3rem;padding-bottom:3rem}.viewprofile-btn-block{justify-content:center!important;margin-top:1.5rem;width:100%}.servicedetail-right{padding-right:15px!important}.banner-autocomplete-main{width:85%}body .banner-autocomplete-main h1{margin-top:0!important}.write-review-main-block .row{display:inherit}.reviewblockImg{margin-bottom:25px}.ourClientLogos-block ul li{margin-right:0;margin:1.6rem!important}.ourClientLogos-block ul{flex-wrap:wrap;margin:0}.write-review-main-block{margin-top:5rem!important}.testimonial-msg-main .carousel-inner .item p{width:100%!important;font-size:2rem!important}.testimonial-client-detail{max-width:100%}.testimonial-msg-main .testimonial-client-detail p{font-size:14px!important}.parentHorizontalTab .resp-accordion.hor_1{max-width:100%!important}.ChildVerticalTab_1 .resp-accordion.ver_1,.parentHorizontalTab .resp-accordion.hor_1{background:none!important;display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse}.ChildVerticalTab_1 .resp-accordion.ver_1{max-width:100%}.ChildVerticalTab_1.resp-vtabs .resp-tabs-container{width:100%;background:transparent}.parentHorizontalTab .resp-tabs-container.hor_1{background:transparent}.padding-100{padding:5rem 0}.banner-autocomplete-main p br{display:none}.banner-autocomplete-main form{flex-direction:column;width:94%;border-radius:2rem}.autocomplte-block{flex-direction:column}body .stickytab-header.fixed-header .agencylogosticky{display:none}.wizard .wizard-inner{padding:2.5rem!important}.wizard .nav-tabs{flex-direction:column;padding-top:4rem}.reviewstarts span{font-size:1.4rem}.porfolioCategory{font-size:13px}.overview-title{text-align:center}.menu-link{cursor:pointer;color:#000;display:block;padding:10px 15px;text-align:left;text-transform:capitalize;background:#fff;margin:10px 0 0}.navbar-brand>img{width:200px}.header .nav.navbar-nav{float:left}li.headerBtn{margin:0}.padding1{padding:3rem 0!important}.banner-innerblock h1{font-size:29px}.banner-innerblock p{font-size:16px;padding:5px 0 0}.bannerSearchbar{width:100%;padding:10px 20px 10px 50px}.CategoriesBg{padding:0 0 30px!important}.nav-tabs>li>a{padding:10px 20px}.nav-tabs>li{width:155px;display:inline-block}.CategoriesInner .card{margin:30px 0 0}.CategoriesInner .tab-content{margin:20px 0 0}.CategoriesInner .marginbox{margin:0}.CategoriesInner .innertbscontnt{width:100%}.CategoriesInner .innertbscontnt .content p{font-size:14px}.CategoriesInner .innertbscontnt .content h4{font-size:16px}.skillsSeeAll a{padding:15px 113px 15px 50px}.skillsSeeAll{width:100%;margin:10px 0 20px}.CategoriesInner .skillsSeeAll{margin:10px 0 17px}.softwareBlocs{margin:30px 0 0}.softwareBlocs ul li{margin:0 0 10px;padding:15px 20px;width:100%}.softwareBlocs h5{font-size:16px}.ppulrAppBg .innerBoxz{margin:30px 0 0}.ppulrAppBg .teamApp h2{font-size:20px!important;line-height:25px;text-align:center}.ppulrAppBg .teamApp{padding:30px;min-height:auto;margin:0 0 10px}.ppulrAppBg .skillsSeeAll{margin:50px 0 20px}.ppulrAppBg li{width:100%;margin:15px 0 0;border-bottom:1px solid #f3f3f3;padding:10px 10px 10px 0}.ppulrAppBg ul{margin:0}.ppulrAppBg .col-sm-12.col-xs-12.col-lg-3.col-md-3,.ppulrAppBg .col-sm-12.col-xs-12.col-lg-9.col-md-9{padding:0}.container{padding-right:25px;padding-left:25px}.CategoriesInner .innertbscontnt .content{margin:0 0 10px;padding:20px 20px 20px 0;border-bottom:1px solid #f0f0f0}.CategoriesInner .innertbscontnt .content:hover{background:transparent}.c-genEmBtn{margin:20px 0 0}.c-genEmBtn a{padding:13px 73px 13px 27px;width:100%}.navbar-toggle .icon-bar+.icon-bar{width:16px}.navbar-toggle{padding:9px 0;display:none}.header .sidebarIconToggle{top:30px;left:285px}.searchaheader form{margin:0 0 12px}.searchaheader form .bannerSearchbar{padding:7px 20px 7px 50px}.FeaturesBg .innerblock img{width:auto}.FeaturesBg .contentbox{margin:15px 0 0}.vertical_tab_nav div,.vertical_tab_nav ul{width:100%}.vertical_tab_nav div article{margin:30px 0 40px}.vertical_tab_nav article li{width:100%;margin:0 0 15px}.vertical_tab_nav article li a{font-size:16px}.vertical_tab_nav .c-genEmBtn{width:100%;margin:30px 0 0}#vertical_tab_nav article .Alternatives li{width:100%}.vertical_tab_nav article .Alternatives{margin:10px 0 0}.Alternatives li div{width:auto}.vertical_tab_nav .reviewMailcip{width:100%;margin:0 0 20px}.vertical_tab_nav .reviewMailcip .greybg{width:auto}.reviewBottom h4{font-size:22px;line-height:29px}.reviewBottom p{margin:0!important}.vertical_tab_nav .bottomcontent{margin:20px 0 0}.vertical_tab_nav div article p{margin:0 0 20px}.flexbox{display:block;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.search{margin:20px;display:inline-block;position:relative}.search:after{content:"";background:#000;width:1px;height:11px;position:absolute;top:21px;right:2px;transform:rotate(135deg);box-shadow:1px 0 #0091c2}.search input{color:#000;font-size:16px;background:transparent;width:25px;height:25px;padding:10px;border:1px solid #000;outline:none;border-radius:35px;transition:width .5s}.search input::-moz-placeholder{color:#efefef;opacity:1}.search input::placeholder{color:#efefef;opacity:1}.search input::-ms-input-placeholder,.search input::-ms-placeholder{color:#efefef}.search input:focus,.search input:valid{width:250px}.searchaheader form .bannerSearchbar,.searchaheader form:after{display:none}.CollaborationBg .innerBlock{margin:0}.innerSoftwareBLok .leftblock,.left_filterBlock,.restartbtn,.right_softwarebg{width:100%}.innerSoftwareBLok .rightblock{width:100%;float:inherit;margin:20px 0 0}.tableofcontent1 .leftblock{width:100%!important}.tableofcontent1 article{margin:30px 0 0!important}.innerSoftwareBLok .yellowBlock{right:0}.wrikeRight{width:100%;margin:20px auto 0}.revewSoftw .innerBlock{padding:30px;width:100%;margin:0 auto}.revewSoftw ul li{width:100%;margin:0 0 20px}.revewSoftw ul li .reviewstarts p{text-align:left;margin:0}.form-wrap{margin:50px 0 0}.CollaborationBg .desktopview{display:none}.CollaborationBg .mobileView{display:block;margin:0}.moreless-button{display:block;margin:10px 0 0;color:#005cff}.CollaborationBg .readmoretext{display:none}.header .sidebarMenuInner li a{font-size:16px}.product-flyout-heading{font-size:18px;margin:45px 0 0}.tableofcontent1 div{width:100%!important}}@media only screen and (max-width:600px){.reviews-filter-section{align-items:flex-start!important;flex-direction:column}.review-filter-category-wrapper{margin-top:1rem}.review-header-left{max-width:100%!important}.review-header{flex-direction:column!important}td[data-label="Services Interested In"],td[data-label=Company],td[data-label=Message]{max-height:100px;min-height:60px}.leads-agency-main-block .accordoin-margin{margin-top:0;padding:0!important}.lead-company-name .company-logo{width:100px}.client-mail{word-break:break-all}.lead-client-details{align-items:center}.lead-company-name .company-logo img{width:100%}}