.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:translate(0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)}90%{transform:translateY(-4px)}}.bounce{transform-origin:bottom;animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scale(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.swing{transform-origin:top;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale3d(.9,.9,.9)rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1)rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1)rotate(-3deg)}to{transform:scale(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{11.1%{transform:none}22.2%{transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{transform:skew(6.25deg)skewY(6.25deg)}44.4%{transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{transform:skew(.390625deg)skewY(.390625deg)}88.8%{transform:skew(-.195313deg)skewY(-.195313deg)}to{transform:none}}.jello{transform-origin:50%;animation-name:jello}@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:scale(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:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translate(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translate(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px)rotateY(-360deg)}40%{animation-timing-function:ease-out;transform:perspective(400px)translateZ(150px)rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px)translateZ(150px)rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px)scale3d(.95,.95,.95)}to{animation-timing-function:ease-in;transform:perspective(400px)}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;transform:perspective(400px)rotateY(10deg)}80%{transform:perspective(400px)rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateY(-15deg)}to{opacity:0;transform:perspective(400px)rotateY(90deg)}}.flipOutY{animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate(100%)skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{opacity:1;transform:skew(-5deg)}to{opacity:1;transform:none}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate(100%)skew(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:50%;opacity:0;transform:rotate(-200deg)}to{transform-origin:50%;opacity:1;transform:none}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:0 100%;opacity:0;transform:rotate(-45deg)}to{transform-origin:0 100%;opacity:1;transform:none}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:100% 100%;opacity:0;transform:rotate(45deg)}to{transform-origin:100% 100%;opacity:1;transform:none}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:0 100%;opacity:0;transform:rotate(45deg)}to{transform-origin:0 100%;opacity:1;transform:none}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:100% 100%;opacity:0;transform:rotate(-90deg)}to{transform-origin:100% 100%;opacity:1;transform:none}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:50%;opacity:1}to{transform-origin:50%;opacity:0;transform:rotate(200deg)}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:0 100%;opacity:1}to{transform-origin:0 100%;opacity:0;transform:rotate(45deg)}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:100% 100%;opacity:1}to{transform-origin:100% 100%;opacity:0;transform:rotate(-45deg)}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:0 100%;opacity:1}to{transform-origin:0 100%;opacity:0;transform:rotate(-45deg)}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:100% 100%;opacity:1}to{transform-origin:100% 100%;opacity:0;transform:rotate(90deg)}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:0 0;animation-timing-function:ease-in-out}20%,60%{transform-origin:0 0;animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{transform-origin:0 0;opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg)}to{opacity:0;transform:translateY(700px)}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate(-100%)rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%)rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInStable{0%{opacity:0;transform:scale3d(.3,.3,.3)}33.333%{opacity:1;transform:scale3d(1.1,1.1,1.1)}66.6667%{opacity:1;transform:scale(1)}}.zoomInStable{animation-name:zoomInStable}@keyframes zoomInDown{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(60px)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(10px)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(-10px)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(-60px)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;transform-origin:bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(2000px)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;transform-origin:0;transform:scale(.1)translate(-2000px)}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;transform-origin:100%;transform:scale(.1)translate(2000px)}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;transform-origin:bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(-2000px)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translate(0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translate(0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translate(0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translate(0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(100%)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-100%)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(100%)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-100%)}}.slideOutUp{animation-name:slideOutUp}@keyframes anime{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}@keyframes float-bob-y{0%{transform:translateY(-20px)}50%{transform:translateY(-10px)}to{transform:translateY(-20px)}}@keyframes float-bob-x{0%{transform:translate(-100px)}50%{transform:translate(-10px)}to{transform:translate(-100px)}}@keyframes float-bob{0%{transform:translate(-430px)}50%{transform:translate(-10px)}to{transform:translate(-430px)}}@keyframes zoom-fade{0%{transform:scale(.9)}50%{transform:scale(1)}to{transform:scale(.9)}}@keyframes zoom-fade-two{0%{transform:scale(1.5)}50%{transform:scale(1)}to{transform:scale(1.5)}}.banner .parallax-container div img,.fullwidth-video-section .play-link .icon-box{-ms-animation-name:zoom-fade;-ms-animation-duration:5s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:zoom-fade;animation-duration:5s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes rotateme{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rotateme{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotateme{0%{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-o-keyframes rotateme{0%{-o-transform:rotate(0)}to{-o-transform:rotate(360deg)}}@keyframes rotateme-2{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@-webkit-keyframes rotateme-2{0%{-webkit-transform:rotateY(0)}to{-webkit-transform:rotateY(360deg)}}@-moz-keyframes rotateme-2{0%{-moz-transform:rotateY(0)}to{-moz-transform:rotateY(360deg)}}@-o-keyframes rotateme-2{0%{-o-transform:rotateY(0)}to{-o-transform:rotateY(360deg)}}.page-banner .icon-one,.main-banner .icon-one{-ms-animation-name:rotateme;-ms-animation-duration:7s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:rotateme;animation-duration:7s;animation-timing-function:linear;animation-iteration-count:infinite}.how-it-works:before,.main-banner .icon-six,.main-banner .icon-two,.page-banner .icon-six,.page-banner .icon-two,.rotate-me{-ms-animation-name:rotateme;-ms-animation-duration:24s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:rotateme;animation-duration:24s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes footer-animate{0%{transform:translate(-1000px)}50%{transform:translate(-10px)}to{transform:translate(-1000px)}}@keyframes animateBubble{0%{margin-top:20%}to{margin-top:-30%}}@keyframes sideWays{0%{margin-left:0}to{margin-left:25px}}@keyframes service_hexagon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.service_hexagon{animation:5s linear infinite service_hexagon}@keyframes service_hexagon_2{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.service_hexagon_2{transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:5s linear infinite service_hexagon_2}
.bg-color-2{background:#6129ac}.bg-color-3{background:#040837}.industries-section,.industries-section .inner-box{background:#18003a}.main-header .language .lang-dropdown{border-top:2px solid #f9326e}.main-header .language .lang-dropdown li a:hover{color:#f9326e}.main-menu .navigation li.dropdown .megamenu li a:hover{color:#fb5155}.mobile-menu .social-links li a:hover{color:#f9326e}.search-popup .recent-searches li a:hover{color:#f9326e;border-color:#f9326e}.search-popup .search-form fieldset input[type=submit]{background:#f9326e}.header-top .support a:hover,.header-top .social-links li a:hover,.header-top .support i,.main-header .language .lang-btn:hover,.main-header .search-box-outer .search-toggler:hover{color:#f9326e}.theme-btn.style-three{border:1px solid #fb5155;color:#1d165c!important}.theme-btn.style-one{background-image:linear-gradient(90deg,#fb5155 0%,#f92a75 50%,#fb5155 100%)}.main-menu .navigation>li>ul>li>a:hover{color:#fb5155!important}.main-menu .navigation>li>ul>li>ul>li:hover>a,.main-menu .navigation>li>ul>li>a i,.main-menu .navigation>li>ul>li>ul>li>a i,.sticky-header .main-menu .navigation>li.current>a,.sticky-header .main-menu .navigation>li:hover>a{color:#fb5155}.main-header.style-four .sticky-header .main-menu .navigation>li.current>a:after,.main-header.style-four .sticky-header .main-menu .navigation>li:hover>a:after{color:#f9326e}.theme-btn.style-one span{color:#fb5155}.theme-btn.style-two:before{background:#fb5155}.theme-btn.style-two:after{background-image:linear-gradient(90deg,#fb5155 0%,#f92a75 50%,#fb5155 100%)}h1,h2,h3,h4,h5,h6,h4 a{color:#1d165c}h4 a:hover{color:#f9326e}.service-block-one .inner-box .icon-box i{color:#fa346d}.main-header.style-four .menu-area .mobile-nav-toggler .icon-bar{background:#7302ea}.service-block-one .inner-box:before{background:-webkit-linear-gradient(-30deg,#fb5155,#f92a75 100%)}.theme-btn.style-three:before{background:-webkit-linear-gradient(#f92a75 0%,#fb5155)}#content_block_01 .content-box .list-item li span{background:#fb5155}#content_block_01 .content-box .list-item li span:before,#content_block_01 .content-box .list-item li span:after{border:1px solid #fb5155}.about-section .inner-box .video-inner .play-btn{background:-webkit-linear-gradient(-45deg,#fb5155,#f92a75 100%)}.about-section .tab-btn-box .tab-btns li.active-btn:before,.about-section .tab-btn-box .tab-btns li:hover:before{color:#fb5155}.about-section .tab-btn-box .tab-btns li:after{background:#fb5155}.work-block-one .inner-box .icon-box{color:#f9356e}.work-block-one .inner-box .icon-box .count{color:#1d165c}.work-block-one .inner-box .icon-box .count:before,.industries-section .inner-box:before{background:-webkit-linear-gradient(#f92a75 0%,#fb5155)}.industries-section .inner-box:hover .btn-box a{color:#f92f71}.industries-section .inner-box:hover .icon-box{color:#fa3e66}.btn-style-four:before{background:#fb5155}.btn-style-four{color:#1d165c!important}.btn-style-four:hover{color:#fb5155!important}#content_block_02 .content-box .inner-box .progress-box .count-text{color:#1d165c}#content_block_02 .content-box .inner-box .progress-box .icon-box{color:#fb5155}#content_block_02 .content-box .inner-box .progress-box .bar-inner{background:#fb5155}#content_block_02 .content-box .inner-box .progress-box .bar-inner:before{border:2px solid #fb5155}.testimonial-section .testimonial-content .inner-box .icon-box{background:-webkit-linear-gradient(-30deg,#fb4d58,#f92f71 100%)}.testimonial-section .testimonial-content .inner-box .inner .author-info .designation{color:#fb5155}.testimonial-section .swiper-nav .swiper-prev:hover,.testimonial-section .swiper-nav .swiper-next:hover{color:#f9326e}.case-block-one .inner-box:before,.counter-block-one .inner-box .icon-box{background:-webkit-linear-gradient(-45deg,#fa5155,#f92a75 100%)}.counter-block-one .inner-box .count-outer{color:#1d165c}.news-block-one .inner-box .image-box:before,.news-block-one .inner-box .lower-content .file-box i,.news-block-one .inner-box .lower-content .title-box .post-date{background:-webkit-linear-gradient(-45deg,#fa5155,#f92a75 100%)}.main-footer .widget-section .links-widget .widget-content ul li a:before{background:#fb5155}.sticky-header .main-menu .navigation>li>a{color:#1d165c}.main-footer .widget-section .about-widget .widget-content .subscribe-box .form-group input:focus{border-color:#f92a75!important}.scroll-top:hover{background:#f9326e;border-color:#f9326e}.main-header.style-two .header-top .links li a:hover,.main-header.style-two .header-top .social-links li a:hover,.main-header.style-two .header-top .request-btn i,.header-top .request-btn a:hover,.main-header.style-two .header-top .support i,.main-header.style-two .header-top .support a:hover,.main-header.style-two .header-top .search-box-outer .search-toggler:hover,.main-header.style-two .header-top .language .lang-btn:hover{color:#00bb6e}.main-header.style-two .header-top .language .lang-dropdown{border-top:2px solid #00bb6e}.main-header.style-two .header-top .language .lang-dropdown li a:hover{color:#00bb6e}.theme-btn.style-five{background-image:linear-gradient(90deg,#00bb6e 0%,#0156d5 50%,#00bb6e 100%)}.subscribe-us .subscribe-inner .form-group{border:1px solid #00bb6e}.subscribe-us .subscribe-inner .form-group button i,.subscribe-us .subscribe-inner .form-group button:hover{color:#00bb6e}.subscribe-us .subscribe-inner .form-group button:before{background:#4ccf99}#content_block_03 .content-box .lower-box .icon-box i{background:-webkit-linear-gradient(#0156d5 0%,#00bb6e)}#content_block_03 .content-box .lower-box a{color:#11c078}.service-block-two .inner-box{background:#040837}.service-block-two .inner-box .text-layer h2{color:#040837}.service-block-two .inner-box .icon-box{background:-webkit-linear-gradient(#0156d5 0%,#00bb6e)}.service-block-two .inner-box h4 a:hover,.service-block-two .inner-box .link a i,.service-block-two .inner-box .link a:hover{color:#11c078}.service-block-two .inner-box:before{background:#1b1e41}.service-block-two .inner-box:hover .text-layer h2{color:#1b1e41}.nav-style-one .swiper-next:hover:after{background:#00bb6e}.nav-style-one .swiper-next:hover:before{border-color:#00bb6e}.nav-style-one .swiper-prev:hover:after{background:#00bb6e}.nav-style-one .swiper-prev:hover:before{border-color:#00bb6e}.case-block-two .inner-box .image-box .overlay-layer{background:-webkit-linear-gradient(-45deg,rgba(0,187,110,.9),rgba(1,86,213,.9) 100%)}.case-block-two .inner-box .image-box .client-box span{color:#1d165c}.case-style-two .swiper-pagination .swiper-pagination-bullet-active,.case-style-two .swiper-pagination .swiper-pagination-bullet:hover{background:-webkit-linear-gradient(90deg,#00bb6e,#0156d5 100%)!important}.work-block-two .inner-box .icon-box,.work-block-two .inner-box:hover .icon-box i,.work-block-two .inner-box .count-box,.work-block-two .inner-box .count-box span,#video_block_01 .video-inner .video-btn .play-btn i,#content_block_04 .content-box .single-item .icon-box i,#content_block_04 .content-box .single-item .box h4:before{background:-webkit-linear-gradient(-45deg,#00bb6e,#0156d5 100%)}#content_block_04 .content-box .single-item .box a i,#content_block_04 .content-box .single-item .box a:hover{color:#11c078}.testimonial-style-two .lower-content .testimonial-content .inner-box .content-box{background:-webkit-linear-gradient(-45deg,#00bb6e 25%,#015fcc 100%)}.news-section.style-two .news-block-one .inner-box .image-box:before,.news-section.style-two .news-block-one .inner-box .lower-content .file-box i,.news-section.style-two .news-block-one .inner-box .lower-content .title-box .post-date{background:-webkit-linear-gradient(-45deg,#00bb6e,#015fcc 100%)}.news-section.style-two .news-block-one .inner-box .lower-content .link a i,.news-section.style-two .news-block-one .inner-box .lower-content .link a:hover{color:#00bb6e}.info-section .inner-container .info-inner .info-box .box .icon-box,.footer-style-two .widget-section .links-widget .widget-content .links li a:before,.footer-style-two .widget-section .links-widget .widget-content .links li a:after{background:-webkit-linear-gradient(-45deg,#00bb6e,#0156d5 100%)}.footer-style-two .widget-section .post-widget .widget-content .post .post-date,.footer-style-two .widget-section .post-widget .widget-content .post .file-box i{background:-webkit-linear-gradient(-45deg,#00bb6e,#015fcc 100%)}.footer-style-two .widget-section .post-widget .widget-content .post h5 a:hover{color:#00bb6e}.footer-style-two .widget-section .gallery-widget .widget-content .list li .image-box{background:-webkit-linear-gradient(-45deg,#00bb6e,#015fcc 100%)}.theme-btn.style-six{background-image:linear-gradient(90deg,#d83170 0%,#772d9f 50%,#d83170 100%)}.main-header.style-three .right-column .social-links li a:hover{color:#d83170}.theme-btn.style-seven{background-image:linear-gradient(90deg,#582ead 0%,#952ed0 50%,#582ead 100%)}.banner-style-three .content-box h1{color:#1d165c}.technology-block-one .inner-box .icon-box i{background:-webkit-linear-gradient(#7a2d9e 0%,#d83371)}.technology-block-one .inner-box .icon-box:before{background:#f89ab7}.technology-block-one .inner-box:before,.chooseus-style-two .single-item .inner-box .box .icon-box,.team-block-one .inner-box .image-box,.team-block-one .inner-box .image-box .contact-box .social-links .list li a:hover,.team-block-one .inner-box .image-box .contact-box:before,.btn-style-eight{background:-webkit-linear-gradient(#7a2d9e 0%,#d83371)}.case-style-three .case-block-two .inner-box .image-box .overlay-layer{background:-webkit-linear-gradient(-45deg,rgba(216,51,113,.9),rgba(122,45,158,.9) 100%)}.case-style-three .case-block-two .inner-box .lower-content .link i,.case-style-three .case-block-two .inner-box .lower-content .link a:hover{color:#de3f78}.video-faq .video-inner .video-content .play-btn,#content_block_07 .accordion-box .block .acc-btn.active{background:-webkit-linear-gradient(#7a2d9e 0%,#d83371)}.pricing-block-one .pricing-table .table-header .header-lower h1{color:#c0307c}.pricing-block-one .pricing-table .table-header .header-lower p{color:#1d165c}.pricing-block-one.active-block .pricing-table .table-header{background:-webkit-linear-gradient(#7a2d9e 0%,#d83371)}.pricing-block:last-child .pricing-block-one .pricing-table .table-header .header-lower h1{color:#932e92}.news-section.style-three .news-block-one .inner-box .lower-content .file-box i{background:-webkit-linear-gradient(-45deg,#d83371,#7a2d9e 100%)}.news-section.style-three .news-block-one .inner-box .lower-content .title-box .post-date,.news-section.style-three .news-block-one .inner-box .image-box:before{background:-webkit-linear-gradient(#7a2d9e 0%,#d83371)}.news-section.style-three .news-block-one .inner-box .lower-content .link a i,.news-section.style-three .news-block-one .inner-box .lower-content .link a:hover{color:#dc316e}.testimonial-style-three .slider-pager .swiper-slide-thumb-active{background:-webkit-linear-gradient(#7a2d9e 0%,#d83371)!important}.testimonial-style-three .testimonial-content .content-box .author-info .designation{color:#dc316e}.testimonial-style-three .slider-pager .elipse-box .elipse{background:#f89ab7}.footer-style-three .footer-top .widget-section .subscribe-widget .widget-content .subscribe-form .form-group input:focus{border-color:#d4316f!important}.footer-style-three .footer-top .widget-section .subscribe-widget .widget-content .social-links li a:before{background:-webkit-linear-gradient(#7a2d9e 0%,#d83371)}.main-header.style-four .header-top .info-box li i,.main-header.style-four .header-top .info-box li a:hover,.main-header.style-four .header-top .request-btn a:hover,.main-header.style-four .header-top .request-btn i,.main-header.style-four .search-box-outer .search-toggler:hover,.main-header.style-four .search-box-outer .search-toggler:hover i,.main-header.style-four .menu-right-content .social-links li a:hover{color:#7302ea}.main-header.style-four .language .lang-dropdown{border-top:2px solid #7302ea}.main-header.style-four .language .lang-dropdown li a:hover{color:#7302ea}.theme-btn.style-nine{background-image:linear-gradient(90deg,#7302ea 0%,#e426fd 50%,#7302ea 100%)}.theme-btn.style-ten{background-image:linear-gradient(90deg,#ff6629 0%,#feb958 50%,#ff6629 100%)}.service-block-three .inner-box .link a:hover,.service-block-three .inner-box h3 a:hover{color:#7302ea}.technology-style-two .lower-box{background:-webkit-linear-gradient(#66278d 0%,#3530d4)}#image_block_03 .image-box .image-3:before{border:2px dotted #7203ea}#content_block_08 .content-box .list-item li span{background:#7302ea}#content_block_08 .content-box .list-item li span:before,#content_block_08 .content-box .list-item li span:after{border:1px solid #7302ea}#content_block_08 .content-box .lower-text h6 a{color:#7302ea}.chooseus-style-three .inner-box .single-item .box .icon-box{background:#3530d4}.chooseus-style-three .inner-column:last-child .inner-box .single-item:first-child .box .icon-box{background:#7302ea}.chooseus-style-three .inner-column:last-child .inner-box .single-item:last-child .box .icon-box{background:#3db0e2}.chooseus-style-three .inner-box .single-item h3:after{border:1px dashed #3530d4}.chooseus-style-three .inner-column:last-child .inner-box .single-item:first-child h3:after{border:1px dashed #7302ea}.chooseus-style-three .inner-column:last-child .inner-box .single-item:last-child h3:after{border:1px dashed #3db0e2}.skills-style-two #content_block_02 .content-box .inner-box .progress-box .icon-box{background:-webkit-linear-gradient(#e331fd 0%,#7a10ea)}.skills-style-two #content_block_02 .content-box .inner-box .progress-box .bar-inner,.skills-style-two #content_block_02 .content-box .inner-box .progress-box .bar-inner:before{background:#7302ea}.testimonial-style-four .testimonial-content .inner-box .upper-box .rating li{color:#eabe37}.testimonial-style-four .testimonial-content .inner-box:hover .author-info .image-box{background:-webkit-linear-gradient(#7a10ea 0%,#e331fd)}.testimonial-style-four .swiper-nav .swiper-prev:before,.testimonial-style-four .swiper-nav .swiper-next:before{background:-webkit-linear-gradient(#e331fd 0%,#7a10ea)}.subscribe-section,.news-section.style-four .news-block-one .inner-box .image-box:before,.news-section.style-four .news-block-one .inner-box .lower-content .file-box i{background:-webkit-linear-gradient(#66278d 0%,#392fce)}.news-section.style-four .news-block-one .inner-box .lower-content .title-box .post-date{background:-webkit-linear-gradient(-45deg,#7302ea,#e326fd 100%)}.news-section.style-four .news-block-one .inner-box .lower-content .link a:before,.news-section.style-four .news-block-one .inner-box .lower-content .link a:hover{color:#7302ea}#content_block_09 .content-box #contact-form .form-group input:focus,#content_block_09 .content-box #contact-form .form-group textarea:focus{border-color:#7302ea!important}.footer-style-four .footer-top .widget-section .logo-widget .social-links li a:before{background:-webkit-linear-gradient(#e025fc 0%,#7302ea)}.main-header.style-five .main-menu .navigation>li.current>a,.main-header.style-five .main-menu .navigation>li:hover>a,.main-header.style-five .main-menu .navigation>li.current>a:after,.main-header.style-five .main-menu .navigation>li:hover>a:after,.main-header.style-five .main-menu .navigation li.current.dropdown .dropdown-btn,.main-header.style-five .main-menu .navigation li:hover .dropdown-btn,.main-header.style-five .search-box-outer .search-toggler:hover,.main-header.style-five .header-upper .menu-right-content .phone h4 a:hover,.banner-style-five .content-box .video-box a.link:hover,.banner-style-five .content-box .video-box .play-btn:hover{color:#ff6629}.banner-style-five .anim-icon .icon.bg-color{background:-webkit-linear-gradient(#eed4ca 0%,#c1acf3)}h3 a:hover{color:#ff6629}#content_block_10 .content-box .two-column .single-item .icon-box{background:-webkit-linear-gradient(#feb958 0%,#ff6629)}.service-block-four .inner-box .link a:hover,.service-block-four .inner-box .link a i{color:#ff6629}.service-style-four .swiper-nav .swiper-prev:before,.service-style-four .swiper-nav .swiper-next:before{background:-webkit-linear-gradient(#feb958 0%,#ff6629)}.service-style-four .anim-icon .icon-1,.service-style-four .anim-icon .icon-2{border:3px solid #f49f7b}.service-style-four .anim-icon .icon-3{border:2px solid #f49f7b}.service-style-four .anim-icon .icon-4,.service-style-four .anim-icon .icon-5{background:#01cccb}.service-style-four .anim-icon .icon-6{background:#f49f7b}.service-style-four .anim-icon .icon-7,.service-style-four .anim-icon .icon-8{border:2px solid #de9dad}.service-style-four .anim-icon .icon-9,.service-style-four .anim-icon .icon-10,.service-style-four .anim-icon .icon-11{background:#01cccb}.service-style-four .anim-icon .icon-12{background:#de9dad}.service-style-four .anim-icon .icon-13{background:#f39f7b}.service-style-four .anim-icon .icon-14{border:2px solid #f4aa8b}.service-style-four .anim-icon .icon-15{border:2px solid #d799a9}.work-block-three .inner-box:hover .icon-box i{background:-webkit-linear-gradient(#feb857 0%,#ff6629)}.subscribe-section.style-two .inner-box .link-box li a i,.subscribe-section.style-two .inner-box .link-box li a:hover{color:#ff6629}.subscribe-section .inner-box .subscribe-form .form-group button{background:-webkit-linear-gradient(#feb857 0%,#ff6629)}.subscribe-section.style-two .inner-box .subscribe-form .form-group input:focus{border-color:#ff6629}.case-style-four .case-block-two .inner-box .image-box .overlay-layer{background:-webkit-linear-gradient(#feb857 0%,#ff6629)}.case-style-four .swiper-nav .swiper-prev:before,.case-style-four .swiper-nav .swiper-next:before,.team-block-two .inner-box:hover .image-box .contact-box .email i,.team-block-two .inner-box:hover .image-box .contact-box .social-links .share,.team-block-two .inner-box .image-box .contact-box .social-links .list li a:hover,.team-block-two .inner-box:before,.news-section.style-five .swiper-nav .swiper-prev:before,.news-section.style-five .swiper-nav .swiper-next:before{background:-webkit-linear-gradient(#feb958 0%,#ff6629)}.news-section.style-five .news-block-one .lower-content .link a:hover,.news-section.style-five .news-block-one .lower-content .link a:hover i{color:#ff6629}.news-section.style-five .news-block-one .inner-box .image-box:before,.news-section.style-five .news-block-one .inner-box .lower-content .file-box i,.news-section.style-five .news-block-one .inner-box .lower-content .title-box .post-date{background:-webkit-linear-gradient(#feb958 0%,#ff6629)}.award-section .single-item.one .icon-box i{background:#ff6629}.award-section .single-item.two .icon-box i{background:#7886eb}.award-section .single-item.three .icon-box i{background:#feb958}.award-section .single-item.four .icon-box i{background:#00dfcb}.footer-style-five .footer-top .twitter-widget .widget-content .text p a,.footer-style-five .footer-top .twitter-widget .widget-content .box i{color:#ff6629}.switcher .switch_btn button{color:#00bb6e}.main_page.active_boxlayout,.page-title:before,#image_block_05 .image-box .elipse{background:#6129ac}#image_block_05 .image-box .text span,#image_block_05 .image-box .text h5{color:#fb5155}#content_block_11 .content-box .video-btn .play-btn{background:-webkit-linear-gradient(-45deg,#fb5155,#f92a75 100%)}.history-section .inner-box .single-item .inner .year span:after{background:#fb5155}.history-section .inner-box .single-item .inner:hover .year span{border-color:#fb5155}#content_block_12 .content-box .inner-box .single-item:hover h4:before{border:1px dashed #fb5d60}#content_block_12 .content-box .inner-box .single-item:hover .box .icon-box{background:-webkit-linear-gradient(-90deg,#fb5e6a,#fa3a6e 100%)}.testimonial-style-two.alternate-2 .lower-content .testimonial-content .inner-box .content-box{background:#6129ac}.testimonial-style-two.alternate-2 .lower-content .testimonial-content .inner-box .content-box .text:before{color:#6c33b9}.team-section.alternate-2 .team-block-one .inner-box .image-box .contact-box .email i:hover,.team-section.alternate-2 .team-block-one .inner-box .image-box .contact-box .social-links .share:hover,.info-section.alternate-2 .inner-container .info-inner .info-box .box .icon-box{background:-webkit-linear-gradient(-45deg,#fb6064,#f93c7f 100%)}.contact-section.alternate-2 #content_block_09 .content-box #contact-form .form-group input:focus,.contact-section.alternate-2 #content_block_09 .content-box #contact-form .form-group textarea:focus,.contact-section.alternate-3 #content_block_09 .content-box #contact-form .form-group input:focus,.contact-section.alternate-3 #content_block_09 .content-box #contact-form .form-group textarea:focus{border-color:#fb6064!important}.service-block-five .inner-box:hover .icon-box{background:-webkit-linear-gradient(-45deg,#fb6064,#f93c7f 100%)}.service-block-five .inner-box .list-item li span{background:#fb5155}.service-block-five .inner-box .list-item li span:before,.service-block-five .inner-box .list-item li span:after{border:1px solid #fb5155}.service-block-five .inner-box:before,.process-style-two.alternate-2 .work-block-two .inner-box .icon-box,.process-style-two.alternate-2 .work-block-two .inner-box:hover .icon-box i,.process-style-two.alternate-2 .work-block-two .inner-box .count-box,.process-style-two.alternate-2 .work-block-two .inner-box .count-box span{background:-webkit-linear-gradient(-45deg,#fb6064,#f93c7f 100%)}.industries-style-two .video-box .play-btn:hover{color:#f93c7f}.award-style-two .testimonial-content .inner-box .rating li{color:#f7d416}.award-style-two .testimonial-content .inner-box .author-info .designation{color:#fb5155}.award-style-two .swiper-nav .swiper-prev:hover,.award-style-two .swiper-nav .swiper-next:hover{background:#f93c7f;border-color:#f93c7f}.service-details-content .inner-box .two-column .left-column .title-box .btn-style-four{border:1px solid #fb5155}.service-details-content .inner-box .carousel-box .single-item .box .icon-box{background:-webkit-linear-gradient(-45deg,#fb6064,#f93c7f 100%)}.service-details-content .inner-box .carousel-box .swiper-pagination .swiper-pagination-bullet-active,.service-details-content .inner-box .carousel-box .swiper-pagination .swiper-pagination-bullet:hover{border-color:#f95055!important}.service-details-content .inner-box .technology-box .content-box .list-item li span{background:#fb5155}.service-details-content .inner-box .technology-box .content-box .list-item li span:before,.service-details-content .inner-box .technology-box .content-box .list-item li span:after{border:1px solid #fb5155}.service-details-content .inner-box .technology-box .icon-box .icon-1{background:#6129ac}.service-details-content .inner-box .technology-box .icon-box .icon-2{background:#fd307a}.service-details-content .inner-box .technology-box .icon-box .icon-3{background:#fb4a5d}.service-details-content .inner-box .application-box .single-item .box:before{background:-webkit-linear-gradient(-45deg,#fb5155,#f92a75 100%)}.service-details-content .inner-box .recent-case .case-block-two .inner-box .image-box .overlay-layer{background:-webkit-linear-gradient(-90deg,rgba(251,81,85,.9),rgba(249,42,117,.9) 100%)}.service-sidebar .sidebar-categories li a:before{background:-webkit-linear-gradient(#f92a75 0%,#fb5155)}.service-sidebar .sidebar-categories li a i{color:#fc7c7f}.service-sidebar .sidebar-file .download-option li .icon-box a:hover{color:#fb585c}.service-sidebar .sidebar-testimonial .content-box .upper-box .rating li{color:#f7d416}.service-sidebar .sidebar-testimonial .content-box .author-info .designation{color:#fb5155}.project-page .case-block-two .inner-box .lower-content .box h3 a:hover{color:#e9126f}.project-page .case-block-two .inner-box .image-box .overlay-layer{background:-webkit-linear-gradient(-90deg,rgba(251,81,85,.9),rgba(249,42,117,.9) 100%)}.project-page .filter-btns li.active,.project-page .filter-btns li:hover,.project-page .filter-btns li span{color:#fb5155}.pagination li a:hover,.pagination li a.active,.project-page.case-style-three .case-block-two .inner-box .lower-content .link .btn-style-four:hover span{background:-webkit-linear-gradient(-45deg,#fb5155,#f92a75 100%)}.project-details-content .data-box .intro-box .single-item .left-column .icon-box{color:#fa4d7f}.project-details-content .processing-system .tab-btn-box .tab-btns li.active-btn span,.project-details-content .processing-system .tab-btn-box .tab-btns li span:hover,.project-details-content .processing-system .tab-btn-box .tab-btns li.active-btn span:before,.project-details-content .processing-system .tab-btn-box .tab-btns li span:hover:before,.project-sidebar .info-box:before{background:#fa4360}.project-sidebar .info-box .single-item .text a:hover{color:#fa4360}.blog-classic-grid .news-block-one .btn-style-four:hover:before{background:#fb5155}.blog-classic-sidebar .news-block-one .lower-content .btn-style-four:hover span{background:-webkit-linear-gradient(-45deg,#fb5155,#f92a75 100%)}.sidebar-page-container .sidebar .sidebar-search .form-group input:focus{border-color:#fb5155!important}.sidebar-page-container .sidebar .sidebar-categories .categories-list li a:hover:before,.sidebar-page-container .sidebar .sidebar-categories .categories-list li a.active:before{background:#fb5155;border-color:#fb5155}.sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date,.sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box i{background:-webkit-linear-gradient(-45deg,#fa5155,#f92a75 100%)}.sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 a:hover{color:#f92a75}.sidebar-page-container .sidebar .sidebar-instagram .widget-content .image-list li .image{background:-webkit-linear-gradient(-45deg,#fa5155,#f92a75 100%)}.sidebar-page-container .sidebar .sidebar-subscribe .subscribe-form .form-group input:focus+button,.sidebar-page-container .sidebar .sidebar-subscribe .subscribe-form .form-group button:hover{color:#f92a75}.sidebar-page-container .sidebar .sidebar-tags .tags-list li a:hover{color:#fb5155}.news-block-two .inner-box .image-box:before,.news-block-two .image-box .btn-box a span,.blog-masonry .news-block-one .lower-content .btn-style-four:hover span{background:-webkit-linear-gradient(-45deg,#fa5155,#f92a75 100%)}.blog-masonry .more-btn .theme-btn.style-three:after{background:#fb5155}.page-title .content-box .file-box i{color:#fb5155}.blog-details-content .inner-box .text blockquote{background:#6129ac}.blog-details-content .inner-box .accordion-box .block .acc-btn.active .icon-outer,.blog-details-content .post-share-option .post-tags .tags-list li a:hover,.blog-details-content .post-share-option .post-tags .tags-list li i{color:#fb5155}.blog-details-content .post-share-option .post-social .social-list li a{background:#3b5998}.blog-details-content .post-share-option .post-social .social-list li:nth-child(2) a{background:#55acee}.blog-details-content .post-share-option .post-social .social-list li:nth-child(3) a{background:#dc4e41}.blog-details-content .post-share-option .post-social .social-list li:last-child a{background:#bd081c}.blog-details-content .post-share-option .post-social .social-list li a:hover{background:#f9326e!important}.blog-details-content .author-box .inner .share .share-btn:hover{background:#f9326e;border-color:#f9326e}.blog-details-content .author-box .inner .share .social-links li a:hover,.blog-details-content .author-box .inner .author-info p a:hover,.blog-details-content .comments-area .comment-box .comment .comment-inner .replay-btn a:hover{color:#f9326e}.blog-details-content .comments-form-area .form-group input:focus,.blog-details-content .comments-form-area .form-group textarea:focus{border-color:#f9326e!important}.blog-details-content .comments-form-area .form-group .theme-btn.style-three:after{background:#fb5155}.nav-btn-box .box .post-date,.nav-btn-box .btn-inner .box .file-box i{background:-webkit-linear-gradient(-45deg,#fa5155,#f92a75 100%)}.coming-soon .inner-box .content-box .lower-box .social-links li a:hover{color:#f92a75}.faq-page-section .accordion-box .block .acc-btn.active .icon-outer{color:#fb5155}.faq-page-section .inner-box .icon-box{background:-webkit-linear-gradient(-45deg,#fa5155,#f92a75 100%)}.main-footer .footer-bottom.style-one .copyright p a:hover,.main-footer .footer-bottom.style-one .footer-nav li a:hover{color:#fb5155}.banner-style-two .image-box .anim-icon .icon{background:#5277ff}.main-header.style-two .sticky-header .main-menu .navigation>li.current>a:after,.main-header.style-two .sticky-header .main-menu .navigation>li:hover>a:after{color:#11c078}.main-header.style-two .sticky-header .main-menu .navigation>li.current>a,.main-header.style-two .sticky-header .main-menu .navigation>li:hover>a{color:#11c078!important}.main-header.style-three .sticky-header{background:#772d9f}.main-header.style-five .sticky-header .menu-right-content .phone h4 a:hover{color:#ff6629}.main-header.style-four .sticky-header .main-menu .navigation>li.current>a,.main-header.style-four .main-menu .navigation>li:hover>a,.main-header.style-four .sticky-header .main-menu .navigation>li.current>a:after,.main-header.style-four .sticky-header .main-menu .navigation>li:hover>a:after{color:#7302ea}.main-header.style-two .main-menu .navigation>li>ul>li>a:hover,.main-header.style-two .main-menu .navigation li.dropdown .megamenu li a:hover,.main-header.style-two .main-menu .navigation>li>ul>li>ul>li:hover>a,.main-header.style-two .main-menu .navigation>li>ul>li>ul>li>a i,.main-header.style-two .main-menu .navigation>li>ul>li>a i{color:#11c078!important}.main-header.style-three .main-menu .navigation>li>ul>li>a:hover,.main-header.style-three .main-menu .navigation li.dropdown .megamenu li a:hover,.main-header.style-three .main-menu .navigation>li>ul>li>ul>li:hover>a,.main-header.style-three .main-menu .navigation>li>ul>li>ul>li>a i,.main-header.style-three .main-menu .navigation>li>ul>li>a i{color:#772d9f!important}.main-header.style-four .main-menu .navigation>li>ul>li>a:hover,.main-header.style-four .main-menu .navigation li.dropdown .megamenu li a:hover,.main-header.style-four .main-menu .navigation>li>ul>li>ul>li:hover>a,.main-header.style-four .main-menu .navigation>li>ul>li>ul>li>a i,.main-header.style-four .main-menu .navigation>li>ul>li>a i{color:#7302ea!important}.main-header.style-five .main-menu .navigation>li>ul>li>a:hover,.main-header.style-five .main-menu .navigation li.dropdown .megamenu li a:hover,.main-header.style-five .main-menu .navigation>li>ul>li>ul>li:hover>a,.main-header.style-five .main-menu .navigation>li>ul>li>ul>li>a i,.main-header.style-five .main-menu .navigation>li>ul>li>a i{color:#ff6629!important}.handle-preloader .animation-preloader .txt-loading .letters-loading{color:#fb5155}.handle-preloader .animation-preloader .txt-loading .letters-loading:before{color:#f92a75}.handle-preloader .animation-preloader .spinner{border:3px solid #fb5155;border-top-color:rgba(251,81,85,.5)}
@font-face{font-family:Flaticon;src:url(../media/Flaticon.2d235a43.eot);src:url(../media/Flaticon.2d235a43.eot)format("embedded-opentype"),url(../media/Flaticon.3112d559.woff2)format("woff2"),url(../media/Flaticon.65a087d6.woff)format("woff"),url(../media/Flaticon.7cd50b77.ttf)format("truetype"),url(../media/Flaticon.f22a1d7a.svg)format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Flaticon;src:url(../media/Flaticon.f22a1d7a.svg)format("svg")}}[class^=flaticon-]:before,[class*=\ flaticon-]:before,[class^=flaticon-]:after,[class*=\ flaticon-]:after{font-family:Flaticon;font-style:normal}.flaticon-analysis:before{content:""}.flaticon-google-analytics:before{content:""}.flaticon-python:before{content:""}.flaticon-algorithm:before{content:""}.flaticon-network:before{content:""}.flaticon-quote:before{content:""}.flaticon-share:before{content:""}.flaticon-analytics:before{content:""}.flaticon-brain:before{content:""}.flaticon-accept:before{content:""}.flaticon-abstract:before{content:""}.flaticon-abstract-2:before{content:""}.flaticon-stars:before{content:""}.flaticon-download:before{content:""}.flaticon-search:before{content:""}.flaticon-music:before{content:""}.flaticon-data:before{content:""}.flaticon-vr:before{content:""}.flaticon-play-button:before{content:""}.flaticon-checkmark:before{content:""}.flaticon-big-data:before{content:""}.flaticon-ui:before{content:""}.flaticon-joystick:before{content:""}.flaticon-product:before{content:""}.flaticon-travel:before{content:""}.flaticon-bank:before{content:""}.flaticon-medicine:before{content:""}.flaticon-billboard:before{content:""}.flaticon-chat:before{content:""}.flaticon-cloud-computing:before{content:""}.flaticon-analysis-1:before{content:""}.flaticon-null:before{content:""}.flaticon-arrow:before{content:""}.flaticon-brain-1:before{content:""}.flaticon-freelance:before{content:""}.flaticon-gmail:before{content:""}.flaticon-virustotal-icon:before{content:""}.flaticon-next:before{content:""}.flaticon-brain-2:before{content:""}.flaticon-brain-3:before{content:""}.flaticon-model:before{content:""}.flaticon-cog:before{content:""}.flaticon-global:before{content:""}.flaticon-zoom:before{content:""}.flaticon-pin:before{content:""}.flaticon-hyperlink:before{content:""}.flaticon-vision:before{content:""}.flaticon-conversation:before{content:""}.flaticon-photograph:before{content:""}.flaticon-medal:before{content:""}.flaticon-share-1:before{content:""}.flaticon-next-1:before{content:""}.flaticon-world:before{content:""}.flaticon-award:before{content:""}.flaticon-pin-1:before{content:""}.flaticon-checkmark-1:before{content:""}.flaticon-left:before{content:""}
.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-variant:normal;text-rendering:auto;font-style:normal;line-height:1;display:inline-block}.fa-lg{vertical-align:-.0667em;font-size:1.33333em;line-height:.75em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{margin-left:2.5em;padding-left:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{text-align:center;width:2em;line-height:inherit;position:absolute;left:-2em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:2s linear infinite fa-spin}.fa-pulse{animation:1s steps(8,end) infinite fa-spin}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{vertical-align:middle;width:2em;height:2em;line-height:2em;display:inline-block;position:relative}.fa-stack-1x,.fa-stack-2x{text-align:center;width:100%;position:absolute;left:0}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-balance-scale:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-dead:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-business-time:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-campground:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cat:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-concierge-bell:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-critical-role:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-delicious:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dharmachakra:before{content:""}.fa-diagnoses:before{content:""}.fa-dice:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edit:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-git:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hammer:before{content:""}.fa-hamsa:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-handshake:before{content:""}.fa-hanukiah:before{content:""}.fa-hashtag:before{content:""}.fa-hat-wizard:before{content:""}.fa-haykal:before{content:""}.fa-hdd:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hockey-puck:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hot-tub:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-instagram:before{content:""}.fa-internet-explorer:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-landmark:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mouse-pointer:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-nintendo-switch:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-carry:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-volume:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poo:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-random:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-rendact:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-sass:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-simplybuilt:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowflake:before{content:""}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-spider:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-swatchbook:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-tencent-weibo:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet-paper:before{content:""}.fa-toolbox:before{content:""}.fa-tooth:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-train:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-uikit:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;width:auto;height:auto;margin:0;position:static;overflow:visible}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;src:url(../media/fa-brands-400.9d4ecc2a.eot);src:url(../media/fa-brands-400.9d4ecc2a.eot)format("embedded-opentype"),url(../media/fa-brands-400.7dda2c2d.woff2)format("woff2"),url(../media/fa-brands-400.9ccbfa7f.woff)format("woff"),url(../media/fa-brands-400.f998b468.ttf)format("truetype"),url(../media/fa-brands-400.ccbc9583.svg)format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(../media/fa-regular-400.84dd3d37.eot);src:url(../media/fa-regular-400.84dd3d37.eot)format("embedded-opentype"),url(../media/fa-regular-400.f360acb6.woff2)format("woff2"),url(../media/fa-regular-400.1cc50b4e.woff)format("woff"),url(../media/fa-regular-400.e82aa58a.ttf)format("truetype"),url(../media/fa-regular-400.224d645a.svg)format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../media/fa-solid-900.0bca4fb1.eot);src:url(../media/fa-solid-900.0bca4fb1.eot)format("embedded-opentype"),url(../media/fa-solid-900.1b20c107.woff2)format("woff2"),url(../media/fa-solid-900.69e4fe6a.woff)format("woff"),url(../media/fa-solid-900.16a57b18.ttf)format("truetype"),url(../media/fa-solid-900.6fe9a7a9.svg)format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}
*{border:none;outline:none;margin:0;padding:0}body{color:#666;-webkit-font-smoothing:antialiased;background:#fff top/cover no-repeat;font-family:Mulish,Mulish Fallback;font-size:16px;font-weight:500;line-height:26px}@media (min-width:1200px){.container{max-width:1170px;padding:0 15px}}.large-container{max-width:1690px;margin:0 auto;padding:0 15px}.container-fluid{padding:0}.auto-container{max-width:1200px;margin:0 auto;padding:0 15px;position:static}.small-container{max-width:680px;margin:0 auto}.boxed_wrapper{width:100%;min-width:300px;margin:0 auto;position:relative;overflow:hidden!important}a{-o-transition:all .5s ease;font-style:normal;text-decoration:none;transition:all .5s}a:hover{outline:none;text-decoration:none}input,button,select,textarea{font-family:Mulish,Mulish Fallback;font-size:16px;font-weight:500}ul,li{margin:0;padding:0;list-style:none}input{transition:all .5s}button:focus,input:focus,textarea:focus{box-shadow:none;outline:none;transition:all .5s}p{color:#666;margin:0;font-family:Mulish,Mulish Fallback;font-size:16px;font-weight:500;line-height:26px;transition:all .5s;position:relative}h1,h2,h3,h4,h5,h6{margin:0;font-family:Josefin Sans,sans-serif;font-style:normal;font-weight:500;transition:all .5s;position:relative}h4{font-size:20px;font-weight:700;line-height:30px;transition:all .5s;position:relative}.bg-color-1{background:#f6f6f6}.centred{text-align:center}.pull-left{float:left}.pull-right{float:right}img.lazy-image.loaded{background-image:none}img.lazy-image{background-position:50%;background-repeat:no-repeat}figure{margin:0}img{max-width:100%;transition:all .7s ease-in-out .1s;display:inline-block}@keyframes pulse{50%{box-shadow:0 0 0 10px rgba(255,255,255,.5)}}@keyframes ripple{70%{box-shadow:0 0 0 40px rgba(255,255,255,0)}to{box-shadow:0 0 rgba(255,255,255,0)}}.handle-preloader{z-index:9999999;background:#0e1136;justify-content:center;align-items:center;width:100%;height:100%;display:-ms-flexbox;position:fixed;top:0;left:0}.handle-preloader .animation-preloader{z-index:100;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;right:0}.handle-preloader .animation-preloader .spinner{border-radius:50%;width:150px;height:150px;margin:0 auto 45px;animation:1s linear infinite spinner}.handle-preloader .animation-preloader .txt-loading{text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.handle-preloader .animation-preloader .txt-loading .letters-loading:before{content:attr(data-text-preloader);opacity:0;animation:4s infinite letters-loading;position:absolute;top:0;left:0}.handle-preloader .animation-preloader .txt-loading .letters-loading{font-family:var(--title-font);letter-spacing:15px;text-transform:uppercase;color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:rgba(255,255,255,.3);font-size:70px;font-weight:500;line-height:70px;display:inline-block;position:relative}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before{animation-delay:.2s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before{animation-delay:.4s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before{animation-delay:.6s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before{animation-delay:.8s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before{animation-delay:1s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before{animation-delay:1.2s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before{animation-delay:1.4s}.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before{animation-delay:1.6s}.handle-preloader .loader-section{background-color:#fff;width:calc(50% + 1px);height:100%;position:fixed;top:0}.preloader .loaded .animation-preloader{opacity:0;transition:all .3s ease-out}.handle-preloader .animation-preloader .txt-loading .letters-loading:before{color:#fff}.handle-preloader .animation-preloader .spinner{border:3px solid #fff;border-top-color:rgba(255,255,255,.5)}@keyframes spinner{to{transform:rotate(360deg)}}@keyframes letters-loading{0%,75%,to{opacity:0;transform:rotateY(-90deg)}25%,50%{opacity:1;transform:rotateY(0)}}@media screen and (max-width:767px){.handle-preloader .animation-preloader .spinner{width:8em;height:8em}}@media screen and (max-width:500px){.handle-preloader .animation-preloader .spinner{width:7em;height:7em}.handle-preloader .animation-preloader .txt-loading .letters-loading{letter-spacing:10px;font-size:40px}}.theme-btn{text-align:center;cursor:pointer;z-index:1;background:0 0/200%;border-radius:5px;padding:7px 30px;font-family:Josefin Sans,sans-serif;font-size:16px;line-height:30px;transition:all .5s;display:inline-block;position:relative;color:#fff!important;font-weight:700!important}.theme-btn:hover{background-position:100%}.theme-btn.style-one span{text-align:center;background:#fff;border-radius:3px;width:22px;height:22px;margin-left:10px;font-family:Josefin Sans,sans-serif;font-size:25px;line-height:22px;display:inline-block;position:relative}.theme-btn.style-two{background:#fff;color:#1d165c!important}.theme-btn.style-two:before{content:"";width:7px;height:7px;transition:all .5s;position:absolute;top:20px;left:20px}.theme-btn.style-two:hover:before{background:#fff}.theme-btn.style-two span{color:#1d165c;margin-left:10px;font-size:25px;transition:all .5s;display:inline-block;position:relative}.theme-btn.style-two:hover,.theme-btn.style-two:hover span{color:#fff!important}.theme-btn.style-two:after{content:"";z-index:-1;-o-transition:all .5s;transition:all .5s;border-radius:5px;width:0%;height:100%;transition-timing-function:ease-out;position:absolute;top:0;right:0}.theme-btn.style-two:hover:after{width:100%;transition-timing-function:cubic-bezier(.52,1.64,.37,.66);left:0}.theme-btn.style-three{padding:7px 16px 7px 35px;position:relative}.theme-btn.style-three span{margin-left:7px;font-size:25px}.theme-btn.style-three:hover{color:#fff!important}.theme-btn.style-three:before{content:"";z-index:-1;width:0%;height:100%;transition:all .5s;position:absolute;top:0;right:0}.theme-btn.style-three:hover:before{width:100%;left:0}.btn-style-four{color:#fff;padding-left:17px;font-family:Josefin Sans,sans-serif;font-size:16px;font-weight:700;display:inline-block;position:relative}.btn-style-four span{margin-left:7px;font-size:25px}.btn-style-four:before{content:"";border-radius:50%;width:7px;height:7px;transition:all .5s;position:absolute;top:10px;left:0}.theme-btn.style-five{border-radius:10px;padding:14px 57px}.theme-btn.style-five i{margin-right:8px;font-size:14px;font-weight:400}.theme-btn.style-six{border-radius:30px;padding:7px 28px}.theme-btn.style-seven{border-radius:30px;padding:11px 26px}.theme-btn.style-seven i{margin-right:10px;font-size:14px;font-weight:400}.btn-style-eight{color:#1d165c;text-align:center;z-index:1;border-radius:30px;padding:14px 39px;font-family:Josefin Sans,sans-serif;font-size:16px;font-weight:700;display:inline-block;position:relative}.btn-style-eight:before{content:"";z-index:-1;background:#fff;border-radius:30px;width:calc(100% - 2px);height:calc(100% - 2px);transition:all .5s;position:absolute;top:1px;left:1px}.btn-style-eight:hover{color:#fff}.btn-style-eight:hover:before{opacity:0}.theme-btn.style-nine{border-radius:30px;padding:12px 47px}.theme-btn.style-ten{border-radius:30px;padding:12px 45px}.pagination{display:block;position:relative}.pagination li{margin:0 6px;display:inline-block}.pagination li a{text-align:center;color:#1d165c;background:#fff;border-radius:5px;width:46px;height:46px;font-family:Josefin Sans,sans-serif;font-size:18px;font-weight:600;line-height:50px;transition:all .5s;display:inline-block;position:relative;box-shadow:0 0 30px 5px #e4e4ee}.pagination li:first-child a,.pagination li:last-child a{width:96px}.pagination li a:hover,.pagination li a.active{color:#fff}.scroll-top{z-index:99;color:#bdbdbe;text-align:center;cursor:pointer;background:0 0;border:1px solid #4b4f5b;border-radius:5px;width:45px;height:45px;font-size:24px;line-height:45px;transition:all 1s;position:fixed;bottom:40px;right:40px}.scroll-top span{color:#bdbdbe;transition:all .5s}.scroll-top:hover span{color:#fff}.sec-pad{padding:130px 0!important}.sec-pad-2{padding:100px 0!important}.sec-title{margin-bottom:20px;position:relative}.sec-title.text-center{text-align:center}.sec-title.text-left{text-align:left}.sec-title p{color:#666;text-transform:uppercase;margin-bottom:18px;font-family:Mulish,Mulish Fallback;font-size:13px;font-weight:600;line-height:24px;position:relative}.sec-title h2{margin:0;padding-bottom:16px;font-size:36px;font-weight:700;line-height:46px;position:relative}.sec-title.style-two h2{color:#040535}.sec-title.light p,.sec-title.light h2{color:#fff}.sec-title .decor{background-repeat:no-repeat;width:57px;height:9px;margin:0 auto;position:relative}.sec-title.text-left .decor{margin:0}.float-bob-y{-ms-animation-name:float-bob-y;-ms-animation-duration:2s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:float-bob-y;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite}.float-bob-x{-ms-animation-name:float-bob-x;-ms-animation-duration:15s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:float-bob-x;animation-duration:15s;animation-timing-function:linear;animation-iteration-count:infinite}.float-bob-x-2{-ms-animation-name:float-bob-x;-ms-animation-duration:25s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:float-bob-x;animation-duration:25s;animation-timing-function:linear;animation-iteration-count:infinite}.rotate-me{-ms-animation-name:rotateme;-ms-animation-duration:30s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:rotateme;animation-duration:30s;animation-timing-function:linear;animation-iteration-count:infinite}.rotate-me-2{-ms-animation-name:rotateme-2;-ms-animation-duration:30s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:rotateme-2;animation-duration:30s;animation-timing-function:linear;animation-iteration-count:infinite}.anim-icon{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;right:0;overflow:hidden}.anim-icon .icon{position:absolute}.anim-icon .icon-1{width:130px;height:130px;animation:15s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;top:50%;left:60px}.anim-icon .icon-2{width:110px;height:110px;animation:10s linear infinite animateBubble,4s ease-in-out infinite alternate sideWays;top:40%;left:80px}.anim-icon .icon-3{width:60px;height:60px;animation:18s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;top:30%;left:200px}.anim-icon .icon-4{width:130px;height:130px;animation:15s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;top:50%;right:60px}.anim-icon .icon-5{width:110px;height:110px;animation:10s linear infinite animateBubble,4s ease-in-out infinite alternate sideWays;top:40%;right:90px}.anim-icon .icon-6{width:60px;height:60px;animation:18s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;top:30%;right:200px}.anim-icon .icon-7{width:130px;height:107px;animation:15s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;top:10%;right:80px}.anim-icon .icon-8{width:70px;height:58px;animation:20s linear infinite animateBubble,4s ease-in-out infinite alternate sideWays;top:0%;right:220px}.anim-icon .icon-9{animation:19s linear infinite animateBubble,4s ease-in-out infinite alternate sideWays;top:20%}.anim-icon .icon-10{animation:16s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;top:30%}.anim-icon .icon-11{animation:10s linear infinite animateBubble,4s ease-in-out infinite alternate sideWays;top:40%}.anim-icon .icon-12{animation:18s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;top:30%}.anim-icon .icon-13{animation:15s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;top:10%}.anim-icon .icon-14{animation:20s linear infinite animateBubble,4s ease-in-out infinite alternate sideWays;top:0%}.anim-icon .icon-15{animation:19s linear infinite animateBubble,4s ease-in-out infinite alternate sideWays;top:20%}.anim-icon .icon-16{animation:16s linear infinite animateBubble,2s ease-in-out infinite alternate sideWays;top:30%}@keyframes slide{0%{background-position:0 0}to{background-position:1920px 0}}.mt-5{margin-top:5px!important}.mt-10{margin-top:10px!important}.mt-15{margin-top:15px!important}.mt-20{margin-top:20px!important}.mt-25{margin-top:25px!important}.mt-30{margin-top:30px!important}.mt-35{margin-top:35px!important}.mt-40{margin-top:40px!important}.mt-45{margin-top:45px!important}.mt-50{margin-top:50px!important}.mt-55{margin-top:55px!important}.mt-60{margin-top:60px!important}.mt-65{margin-top:65px!important}.mt-70{margin-top:70px!important}.mt-75{margin-top:75px!important}.mt-80{margin-top:80px!important}.mb-5{margin-bottom:5px!important}.mb-10{margin-bottom:10px!important}.mb-15{margin-bottom:15px!important}.mb-20{margin-bottom:20px!important}.mb-25{margin-bottom:25px!important}.mb-30{margin-bottom:30px!important}.mb-35{margin-bottom:35px!important}.mb-40{margin-bottom:40px!important}.mb-45{margin-bottom:45px!important}.mb-50{margin-bottom:50px!important}.mb-55{margin-bottom:55px!important}.mb-60{margin-bottom:60px!important}.mb-65{margin-bottom:65px!important}.mb-70{margin-bottom:70px!important}.mb-75{margin-bottom:75px!important}.mb-80{margin-bottom:80px!important}.ml-5{margin-left:5px!important}.ml-10{margin-left:10px!important}.ml-15{margin-left:15px!important}.ml-20{margin-left:20px!important}.ml-25{margin-left:25px!important}.ml-30{margin-left:30px!important}.ml-35{margin-left:35px!important}.ml-40{margin-left:40px!important}.ml-45{margin-left:45px!important}.ml-50{margin-left:50px!important}.ml-55{margin-left:55px!important}.ml-60{margin-left:60px!important}.ml-65{margin-left:65px!important}.ml-70{margin-left:70px!important}.ml-75{margin-left:75px!important}.ml-80{margin-left:80px!important}.mr-5{margin-right:5px!important}.mr-10{margin-right:10px!important}.mr-15{margin-right:15px!important}.mr-20{margin-right:20px!important}.mr-25{margin-right:25px!important}.mr-30{margin-right:30px!important}.mr-35{margin-right:35px!important}.mr-40{margin-right:40px!important}.mr-45{margin-right:45px!important}.mr-50{margin-right:50px!important}.mr-55{margin-right:55px!important}.mr-60{margin-right:60px!important}.mr-65{margin-right:65px!important}.mr-70{margin-right:70px!important}.mr-75{margin-right:75px!important}.mr-80{margin-right:80px!important}.pt-5{padding-top:5px!important}.pt-10{padding-top:10px!important}.pt-15{padding-top:15px!important}.pt-20{padding-top:20px!important}.pt-25{padding-top:25px!important}.pt-30{padding-top:30px!important}.pt-35{padding-top:35px!important}.pt-40{padding-top:40px!important}.pt-45{padding-top:45px!important}.pt-50{padding-top:50px!important}.pt-55{padding-top:55px!important}.pt-60{padding-top:60px!important}.pt-65{padding-top:65px!important}.pt-70{padding-top:70px!important}.pt-75{padding-top:75px!important}.pt-80{padding-top:80px!important}.pb-5{padding-bottom:5px!important}.pb-10{padding-bottom:10px!important}.pb-15{padding-bottom:15px!important}.pb-20{padding-bottom:20px!important}.pb-25{padding-bottom:25px!important}.pb-30{padding-bottom:30px!important}.pb-35{padding-bottom:35px!important}.pb-40{padding-bottom:40px!important}.pb-45{padding-bottom:45px!important}.pb-50{padding-bottom:50px!important}.pb-55{padding-bottom:55px!important}.pb-60{padding-bottom:60px!important}.pb-65{padding-bottom:65px!important}.pb-70{padding-bottom:70px!important}.pb-75{padding-bottom:75px!important}.pb-80{padding-bottom:80px!important}.pl-5{padding-left:5px!important}.pl-10{padding-left:10px!important}.pl-15{padding-left:15px!important}.pl-20{padding-left:20px!important}.pl-25{padding-left:25px!important}.pl-30{padding-left:30px!important}.pl-35{padding-left:35px!important}.pl-40{padding-left:40px!important}.pl-45{padding-left:45px!important}.pl-50{padding-left:50px!important}.pl-55{padding-left:55px!important}.pl-60{padding-left:60px!important}.pl-65{padding-left:65px!important}.pl-70{padding-left:70px!important}.pl-75{padding-left:75px!important}.pl-80{padding-left:80px!important}.pr-5{padding-right:5px!important}.pr-10{padding-right:10px!important}.pr-15{padding-right:15px!important}.pr-20{padding-right:20px!important}.pr-25{padding-right:25px!important}.pr-30{padding-right:30px!important}.pr-35{padding-right:35px!important}.pr-40{padding-right:40px!important}.pr-45{padding-right:45px!important}.pr-50{padding-right:50px!important}.pr-55{padding-right:55px!important}.pr-60{padding-right:60px!important}.pr-65{padding-right:65px!important}.pr-70{padding-right:70px!important}.pr-75{padding-right:75px!important}.pr-80{padding-right:80px!important}
