@import"https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap";/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}@keyframes slide-down-slow{0%{transform:perspective(1px) scaleY(.1)}to{transform:perspective(1px) scaleY(1)}}.slide-down-slow{animation-name:slide-down-slow}.not_found{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative}.not_found div label{position:absolute;top:50%;left:50%;text-align:center;margin:0;color:hsla(0,0%,100%,.3490196078);font-size:200px;font-weight:700;opacity:.1;transform:translate(-50%,-50%)}.not_found div p{color:#fff;font-size:20px;margin:0 0 10px;font-weight:700}.not_found div a,.not_found div p{text-transform:uppercase;position:relative;z-index:1}.not_found div a{color:#f95343!important;border:1px solid #f95343;font-size:10px;display:inline-block;padding:6px 15px;text-decoration:none!important}@media(max-width:576px){.not_found div label{font-size:150px}.not_found div p{font-size:15px}}.banty section.section{position:relative}.banty .tbl{width:100%;display:table;height:100%}.banty .tbl .tblcl{display:table-cell;width:100%;vertical-align:middle}.banty .title_bar{position:relative;width:100%;margin:0 0 60px}.banty .title_bar h2{font-size:40px;text-transform:uppercase;margin:0;font-family:Poppins,sans-serif}.banty .title_bar:before{width:280px;background:#3a3a3a;z-index:0}.banty .title_bar:after,.banty .title_bar:before{content:"";height:5px;position:absolute;left:0;bottom:-15px;transform:skew(50deg)}.banty .title_bar:after{z-index:1;width:140px;background:#f95343}.banty .title_bar._r{text-align:right}.banty .title_bar._r:after,.banty .title_bar._r:before{left:auto;right:0}.banty .title_bar._c{text-align:center}.banty .title_bar._c:after,.banty .title_bar._c:before{left:50%;transform:translate(-50%) skew(50deg)}.banty .right_bg{right:0;border-radius:15px 0 0 15px}.banty .left_bg,.banty .right_bg{position:absolute;width:60%;height:100%;background:#222;top:0;display:block;z-index:-3}.banty .left_bg{left:0;border-radius:0 15px 15px 0}.banty .blast_cover .blast{opacity:0;display:inline-block;transition:all .3s ease-out}.banty .blast_cover .blast:hover{color:#f95343}.banty label.errorMsg{color:#fff;margin-bottom:10px!important;display:block;font-size:13px}.banty .submitMsg{font-size:13px;margin-top:10px}.banty .invalid-feedback{margin:-10px 0 10px;font-size:13px;color:#f95343}@media(max-width:992px){.banty .tbl{display:block;height:auto}.banty .tbl .tblcl{display:block;vertical-align:top}.banty .left_bg,.banty .right_bg{width:100%;border-radius:0}.banty .title_bar._r{text-align:left}.banty .title_bar._r:after,.banty .title_bar._r:before{left:0;right:auto}}@media(max-width:768px){.banty .title_bar h2{font-size:35px}}@media(max-width:480px){.banty .title_bar h2{font-size:28px}}.button{color:#fff;font-size:12px;border:1px solid #f95343;padding:10px 20px;display:inline-block;text-transform:uppercase;text-decoration:none!important;position:relative;background:rgba(0,0,0,0);outline:0!important}.button,.button:before{transition:all .5s ease-in-out}.button:before{content:"";position:absolute;left:-15px;top:50%;width:25px;height:1px;background:#f95343}.button:hover{color:#f95343}.button:hover:before{left:calc(100% - 10px)}.button._r:before{right:-15px;left:auto}.button._r:hover:before{right:calc(100% - 10px)}@media(max-width:480px){.button{font-size:10px;padding:7px 17px}}.banty .about{padding:100px 0}.banty .about .img{position:relative;overflow:hidden;height:100%;padding:0 50px 0 0}.banty .about .img img{border-radius:15px}.banty .about .content{color:#fff}.banty .about .content p{font-size:14px;line-height:27px;margin:20px 0 0;color:#d6d6d6}.banty .about:after{content:"";position:absolute;left:50%;width:1px;height:70px;background:#f95343;bottom:-35px}@media(max-width:992px){.banty .about{padding:80px 0}.banty .about .content{margin-bottom:50px}.banty .about .img{padding:0}.banty .about .img:after{width:100%}}@media(max-width:480px){.banty .about .img img{padding:0!important}}.banty .apps{padding:130px 0 0}.banty .apps h1{font-family:Poppins,sans-serif;font-size:40px;color:#fff;text-align:center;margin-bottom:50px}.banty .apps>div{display:flex;flex-wrap:wrap;justify-content:space-between}.banty .apps>div a{width:calc(25% - 10px);box-shadow:0 9px 31px 6px rgba(0,0,0,.2);color:#fff;font-size:14px;margin-bottom:15px;text-decoration:none;padding:20px 30px;background:#1a1a1a;border:1px solid rgba(0,0,0,0);transition:all .5s ease-in-out}.banty .apps>div a i{font-size:13px;margin-right:5px}.banty .apps>div a:hover{color:#f95343;border-color:#f95343}@media(max-width:1200px){.banty .apps>div a{width:calc(33.33% - 10px)}}@media(max-width:768px){.banty .apps h1{font-size:35px}.banty .apps>div a{width:calc(50% - 10px)}}@media(max-width:480px){.banty .apps h1{font-size:28px}.banty .apps>div a{width:100%}}.banty .expSkills{padding:100px 0;color:#fff}.banty .expSkills:before{content:"";position:absolute;left:50%;width:1px;height:70px;background:#f95343;top:-35px}.banty .expSkills .expBox>button{margin:20px 0 0 120px}.banty .expSkills .expBox ul{padding:0;margin:0;list-style:none}.banty .expSkills .expBox ul li{position:relative;padding:0 0 40px}.banty .expSkills .expBox ul li>span{width:1px;background:#fff;height:100%;position:absolute;left:100px;top:20px;z-index:-1}.banty .expSkills .expBox ul li:last-child>span{display:none}.banty .expSkills .expBox ul li .left{float:left}.banty .expSkills .expBox ul li .left label{background:#1a1a1a;color:#d6d6d6;padding:10px 20px;font-size:15px;margin:0;position:relative}.banty .expSkills .expBox ul li .left label:after{content:"";position:absolute;right:-6px;top:15px;border:6px solid rgba(0,0,0,0);border-right:none;border-left:6px solid #1a1a1a}.banty .expSkills .expBox ul li .left span{font-size:11px;color:#f95343;vertical-align:middle;margin:0 0 0 15px}.banty .expSkills .expBox ul li .right{margin-left:120px}.banty .expSkills .expBox ul li .right a{font-size:18px;padding:8px 0;font-family:Poppins,sans-serif;color:#fff;display:block;text-decoration:none}.banty .expSkills .expBox ul li .right p{font-size:14px;margin-bottom:0}.banty .expSkills .expBox ul li .right p i{font-size:2px;vertical-align:middle;margin:0 4px;color:#f95343}.banty .expSkills .skillBox{margin:-100px 0 0;padding:0 0 0 80px}.banty .expSkills .skillBox .skills{padding:70px 0}.banty .expSkills .skillBox .skills ul{display:none}@media(max-width:992px){.banty .expSkills{padding:80px 0}.banty .expSkills .skillBox{margin:80px 0 0;padding:0}.banty .expSkills .skillBox .skills{padding:0}}@media(max-width:576px){.banty .expSkills{padding:80px 0 50px}}@media(max-width:480px){.banty .expSkills .expBox>button{margin:20px auto 0;display:block}.banty .expSkills .expBox ul li>span{display:none}.banty .expSkills .expBox ul li .left{float:none}.banty .expSkills .expBox ul li .left label:after,.banty .expSkills .expBox ul li .left span{display:none}.banty .expSkills .expBox ul li .right{margin:15px 0 0}}.banty footer{margin:100px 0 0;position:relative}.banty footer>img{width:100%;opacity:.2}.banty footer .contact{position:absolute!important;width:100%;bottom:50%;left:0;transform:translateY(50%);color:#fff;padding:100px 0}.banty footer .contact .leftContact{line-height:25px;padding-right:25px}.banty footer .contact .leftContact ._1{color:#f95343;font-weight:700;font-size:20px}.banty footer .contact .leftContact ._2{font-size:14px}.banty footer .contact .leftContact ._3{margin:25px 0;font-size:14px;color:#d6d6d6}.banty footer .contact .leftContact ._4{margin-bottom:25px}.banty footer .contact .leftContact ._4 a{color:#d6d6d6;text-decoration:none;font-size:14px}.banty footer .contact .leftContact ._4 b{display:block;font-size:15px}.banty footer .contact .leftContact ._5{font-size:15px}.banty footer .contact .leftContact ul{padding:0;margin:5px 0 0;list-style:none}.banty footer .contact .leftContact ul li{display:inline-block;margin-right:5px}.banty footer .contact .leftContact ul li a{color:#a7a7a7;font-size:16px;display:block;padding:5px;transition:all .5s ease-in-out;border:1px solid #2b2b2b;width:35px;text-align:center}.banty footer .contact .leftContact ul li a:hover{color:#f95343;border-color:#f95343}.banty footer .contact .rightContact{padding-left:25px}.banty footer .contact .rightContact input,.banty footer .contact .rightContact textarea{border:0;background:rgba(0,0,0,0);color:#fff;border-bottom:1px solid #525252;font-size:14px;padding:5px 0;width:100%;margin-bottom:20px;outline:0}@media(max-width:992px){.banty footer{margin:80px 0 0}.banty footer .contact{padding:80px 0}.banty footer .contact .leftContact,.banty footer .contact .rightContact{padding:0}}@media(max-width:768px){.banty footer{margin:0}.banty footer>img{position:absolute;top:50%;left:0;transform:translateY(-50%)}.banty footer .contact{position:static!important;transform:translate(0)}.banty footer .contact .leftContact{margin:0 0 50px}}.banty header{position:fixed;width:100%;padding:30px;transition:all .5s ease-in-out;z-index:999;top:0;left:0}.banty header>a{display:inline-block;height:45px}.banty header>a img{height:100%}.banty header>button{float:right;border:1px solid #f95343;padding:10px 0;background:rgba(0,0,0,0);outline:0!important;box-shadow:none!important;width:45px;height:45px;text-align:center;position:relative;overflow:hidden}.banty header>button span{width:22px;height:1px;background:#fff;display:block;margin:5px auto}.banty header>button:before{content:"";position:absolute;width:100%;height:100%;background:#f95343;left:-100%;top:0;z-index:-1;transition:all .5s ease-in-out}.banty header>button:hover:before{left:0}.banty header>h2{display:inline-block}.banty header .userOption,.banty header>h2{color:#fff;float:right;margin:15px 15px 0 0;font-size:13px}.banty header .userOption h2{color:#fff;font-size:13px;display:inline-block}.banty header .userOption h2 span{padding:0 0 0 7px;color:#f95343}.banty header .userOption button{border:0;padding:0 0 0 10px;background:rgba(0,0,0,0);outline:0;color:#fff}.banty header .userOption button:hover{color:#f95343}.banty header.fixed{padding:10px 30px}.banty .sideBar,.banty header.fixed{background:#222;box-shadow:0 0 20px -10px #000}.banty .sideBar{position:fixed;right:-240px;top:0;width:240px;z-index:10000;height:100vh;padding:90px 30px 20px;transition:all .5s ease-in-out}.banty .sideBar>button{border:1px solid #f95343;padding:10px 0;background:rgba(0,0,0,0);outline:0!important;box-shadow:none!important;width:45px;height:45px;text-align:center;overflow:hidden;position:absolute;right:30px;top:30px;transition:all .5s ease-in-out}.banty .sideBar>button span{width:22px;height:1px;background:#fff;display:block;margin:5px auto}.banty .sideBar>button span:first-child{transform:rotate(45deg) translate(4px,5px)}.banty .sideBar>button span:nth-child(2){opacity:0}.banty .sideBar>button span:nth-child(3){transform:rotate(-45deg) translate(4px,-5px)}.banty .sideBar>button:before{content:"";position:absolute;width:100%;height:100%;background:#f95343;left:-100%;top:0;z-index:-1;transition:all .5s ease-in-out}.banty .sideBar>button:hover:before{left:0}.banty .sideBar ul{padding:0;margin:0;list-style:none;display:block}.banty .sideBar ul li a,.banty .sideBar ul li button{display:block;color:#fff;font-size:16px;text-decoration:none;line-height:40px;text-align:right;transition:all .5s ease-in-out;background:rgba(0,0,0,0);border:0;padding:0;outline:0;width:100%}.banty .sideBar ul li a:hover,.banty .sideBar ul li button:hover{transform:scale(1.1)}.banty .sideBar.change{padding:70px 30px 20px}.banty .sideBar.change>button{top:10px}.banty .sideBar.open{right:0}.banty .vr_lines>div{height:100%;position:fixed;top:0;width:1px;background:#2b2b2b;z-index:-20}.banty .vr_lines>div:first-child{left:10%}.banty .vr_lines>div:nth-child(2){left:30%}.banty .vr_lines>div:nth-child(3){left:50%}.banty .vr_lines>div:nth-child(4){left:70%}.banty .vr_lines>div:nth-child(5){left:90%}@media(max-width:576px){.banty header .userOption h2{display:none}}@media(max-width:480px){.banty header{padding:15px!important}.banty header>h2{display:none}}.banty .home,.banty .home .home_left{height:100vh;min-height:500px}.banty .home .home_left{position:relative;width:100%}.banty .home .home_left>div{position:absolute;top:50%;left:0;transform:translateY(-50%);color:#fff}.banty .home .home_left>div h1{font-size:45px;line-height:55px;margin-bottom:10px;font-family:Poppins,sans-serif;opacity:0}.banty .home .home_left>div h2{margin-bottom:20px;font-size:13px;color:#525252;font-weight:700;text-transform:uppercase;opacity:0}.banty .home .home_left .home_link form{animation-name:fadeIn;animation-delay:6.5s;height:46px}.banty .home .home_left .home_link form>span>a{color:#fff;font-size:12px;border:1px solid #f95343;padding:10px 20px;display:inline-block;text-transform:uppercase;text-decoration:none!important;position:relative;transition:all .5s ease-in-out;font-weight:600;outline:0!important;border-radius:0;overflow:inherit;min-width:auto;background:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none}.banty .home .home_left .home_link form>span>a:hover{color:#f95343}.banty .home .home_left .home_link form>span>a:hover:before{left:calc(100% - 10px)}.banty .home .home_left .home_link form>span>a:before{content:"";position:absolute;left:-15px;top:50%;width:25px;height:1px;background:#f95343;transition:all .5s ease-in-out;box-shadow:none;border-radius:0}.banty .home .home_left .home_link form>span>a>svg{display:none}.banty .home .home_left .home_link form>span>a>div{text-align:left;padding:0!important}.banty .home .home_left .home_link form>span>a>div>span{font-size:12px;font-style:normal;font-weight:500;text-transform:uppercase}.banty .home .home_left .home_link form>span>a>div>div{display:none}.banty .home .home_mail{position:absolute;top:50%;left:50px;transform:translate(-50%,-50%) rotate(-90deg)}.banty .home .home_mail a{text-decoration:none;font-size:13px;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-image:linear-gradient(90deg,#f95343 50%,white 0);background-size:200% 100%;background-position:100%;transition:all 1s cubic-bezier(0,0,.5,1);font-weight:700}.banty .home .home_mail a:hover{background-position:0}.banty .home .home_social{position:absolute;right:36px;top:50%;transform:translateY(-50%)}.banty .home .home_social ul{padding:0;margin:0;list-style:none;text-align:center}.banty .home .home_social ul li a{color:#a7a7a7;font-size:16px;display:block;padding:5px 8px;margin:5px 0;transition:all .5s ease-in-out;border:1px solid #2b2b2b}.banty .home .home_social ul li a:hover{color:#f95343;border-color:#f95343}.banty .home .home_right{width:100%;height:100vh;min-height:500px;display:flex;align-items:center;justify-content:center}.banty .home .home_right .sphere-animation{width:100%}.banty .home .home_right .sphere-animation path{fill:#151515}@media(min-width:1200px)and (max-width:1300px){.banty .home .home_left{margin-left:50px}}@media(min-width:992px)and (max-width:1100px){.banty .home .home_left{margin-left:50px}}@media(max-width:992px){.banty .home .home_left>div h1{font-size:40px;line-height:50px}}@media(min-width:768px)and (max-width:860px){.banty .home .home_left{margin-left:50px}.banty .home .home_left>div h1{font-size:35px;line-height:45px}}@media(max-width:768px){.banty .home{padding:150px 65px 65px}.banty .home,.banty .home .home_left{min-height:auto;height:auto}.banty .home .home_left>div{position:static;top:0;transform:translate(0)}.banty .home .home_right{min-height:auto;height:auto}}@media(max-width:480px){.banty .home{padding:150px 0 50px}.banty .home .home_mail,.banty .home .home_social{display:none}.banty .home .home_left>div h1{font-size:28px;line-height:35px}.banty .home .home_left>div h2{font-size:11px}.banty .home .home_right{width:80%;display:block;margin:30px auto 0}}.banty .projectPage{padding:130px 0 0}.banty .projectPage h1{font-family:Poppins,sans-serif;font-size:40px;color:#fff;text-align:center;margin-bottom:50px}.banty .projectPage .simplefilter{padding:0;list-style:none;margin:30px 0;text-align:center;display:inline-block;width:100%}.banty .projectPage .simplefilter .fltr-controls{display:inline-block;border:1px solid #6e6e6e;cursor:pointer;transition:all .5s ease-in-out;margin:0 2.5px}.banty .projectPage .simplefilter .fltr-controls a,.banty .projectPage .simplefilter .fltr-controls button{color:#fff!important;padding:7px 20px;display:block;font-size:15px;text-decoration:none;background:rgba(0,0,0,0);outline:0;border:0}.banty .projectPage .simplefilter .fltr-controls.active{background:#f95343;border-color:#f95343}.banty .projectPage .filtr-container .filtr-item .projectWrapper .projectItem{margin-bottom:30px}.banty .projectPage .filtr-container .filtr-item .projectWrapper .projectItem h4{left:-30px}.banty .allProjects{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}.banty .allProjects input{border:0;background:rgba(0,0,0,0);color:#fff;border-bottom:1px solid #525252;font-size:15px;padding:5px 0;width:200px;outline:0;text-align:center}@media(max-width:768px){.banty .projectPage h1{font-size:35px}}@media(max-width:576px){.banty .projectPage .filtr-container{padding-left:15px}.banty .projectPage .filtr-container .filtr-item .projectWrapper .projectItem{margin-bottom:15px}}@media(max-width:480px){.banty .projectPage h1{font-size:28px}.banty .projectPage .simplefilter{text-align:left}.banty .projectPage .simplefilter .fltr-controls{margin-bottom:5px}}.banty .projects{margin:100px 0 0;color:#fff;padding:100px 0}.banty .projects:before{content:"";position:absolute;left:50%;width:1px;height:70px;background:#f95343;top:-35px}.banty .projects .projectGroup .left{width:100%;max-width:500px;margin:-70px 0 0}.banty .projects .projectGroup .left a.projectItem:first-child{height:550px}.banty .projects .projectGroup .left a.projectItem:nth-child(2){height:415px}.banty .projects .projectGroup .right{width:100%;max-width:500px;margin:30px 0 0}.banty .projects .projectGroup .right a.projectItem:first-child{height:480px}.banty .projects .projectGroup .right a.projectItem:nth-child(2){height:385px}.banty .projects .projectGroup .project_link{margin:20px 0 0;text-align:center}.banty .projectItem{display:block;text-decoration:none;position:relative;width:100%;height:350px;box-shadow:0 9px 31px 6px rgba(0,0,0,.2);margin:0 0 70px;border:4px solid #313131;background:#fff}.banty .projectItem .screen{height:100%;width:100%;position:relative;overflow:hidden}.banty .projectItem .screen div.img{width:100%;height:100%;background-size:cover;background-position:0 0;transition:5s ease-in-out}.banty .projectItem .screen img{object-position:top left!important;transition:5s ease-in-out}.banty .projectItem .bg{opacity:0;pointer-events:none;transition:all .5s ease-in-out;position:absolute;width:100%;height:100%;left:0;top:0;background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5490196078))}.banty .projectItem h4{font-family:Poppins,sans-serif;position:absolute;bottom:30px;left:-50px;color:#fff;margin:0;text-transform:uppercase;font-size:25px}.banty .projectItem:hover .bg{opacity:1}.banty .projectItem:hover .screen .img{background-position:100% 100%}.banty .projectItem:hover .screen img{object-position:right bottom!important}@media(max-width:1200px){.banty .projectItem{margin-bottom:30px}.banty .projectItem h4{left:-30px}}@media(max-width:992px){.banty .projects{margin:80px 0 0;padding:80px 0}.banty .projects .projectGroup .left,.banty .projects .projectGroup .right{max-width:none;margin:0}.banty .projectItem{height:300px!important}}@media(max-width:768px){.banty .projectItem{height:250px!important}}@media(max-width:576px){.banty .projects .projectGroup{padding:0 0 0 15px}.banty .projectItem{margin:0 -15px 15px;height:150px!important;width:calc(100% + 15px)}.banty .projectItem h4{left:-15px!important;font-size:15px;bottom:10px}}.banty .services{padding:100px 0}.banty .services h2{color:#fff}.banty .services .serviceItem{padding:50px;background:#222;overflow:hidden;color:#fff;height:100%;border-radius:15px}.banty .services .serviceItem img{height:60px;margin:0 0 30px}.banty .services .serviceItem h3{font-size:20px;margin:0 0 15px;text-transform:uppercase;font-family:Poppins,sans-serif}.banty .services .serviceItem p{font-size:14px;line-height:23px;margin:0;color:#d6d6d6}@media(max-width:1200px){.banty .services .serviceItem h3{font-size:18px}}@media(max-width:992px){.banty .services{padding:80px 0 50px}.banty .services .serviceItem{height:auto;margin:0 0 30px}}@media(max-width:576px){.banty .services{padding:80px 0 65px}.banty .services .serviceItem{height:auto;margin:0 0 15px;padding:30px}}a{color:inherit;text-decoration:none}*{box-sizing:border-box}body{padding:0;margin:0;overflow-x:hidden;background-color:#1a1a1a;letter-spacing:1px;font-family:Mulish,sans-serif}.barInProgress{z-index:9999}.customImage{width:100%;height:100%}.customImage img{width:100%!important;position:relative!important}.notes section.section{position:relative}.notes .tbl{width:100%;display:table;height:100%}.notes .tbl .tblcl{display:table-cell;width:100%;vertical-align:middle}.notes .title_bar{position:relative;width:100%;margin:0 0 60px}.notes .title_bar h2{font-size:40px;text-transform:uppercase;margin:0;font-family:Poppins,sans-serif}.notes .title_bar:before{width:280px;background:#3a3a3a;z-index:0}.notes .title_bar:after,.notes .title_bar:before{content:"";height:5px;position:absolute;left:0;bottom:-15px;transform:skew(50deg)}.notes .title_bar:after{z-index:1;width:140px;background:#f95343}.notes .title_bar._r{text-align:right}.notes .title_bar._r:after,.notes .title_bar._r:before{left:auto;right:0}.notes .title_bar._c{text-align:center}.notes .title_bar._c:after,.notes .title_bar._c:before{left:50%;transform:translate(-50%) skew(50deg)}.notes .right_bg{right:0}.notes .left_bg,.notes .right_bg{position:absolute;width:60%;height:100%;background:#222;top:0;display:block;z-index:-3}.notes .left_bg{left:0}.notes .blast_cover .blast{opacity:0;display:inline-block;transition:all .3s ease-out}.notes .blast_cover .blast:hover{color:#f95343}.notes label.errorMsg{color:#fff;margin-bottom:10px!important;display:block;font-size:13px}.notes .submitMsg{font-size:13px;margin-top:10px}.notes .invalid-feedback{margin:-10px 0 10px;font-size:13px;color:#f95343}@media(max-width:992px){.notes .tbl{display:block;height:auto}.notes .tbl .tblcl{display:block;vertical-align:top}.notes .left_bg,.notes .right_bg{width:100%}.notes .title_bar._r{text-align:left}.notes .title_bar._r:after,.notes .title_bar._r:before{left:0;right:auto}}@media(max-width:768px){.notes .title_bar h2{font-size:35px}}@media(max-width:480px){.notes .title_bar h2{font-size:28px}}.preloader{position:fixed;top:0;left:0;z-index:10000;width:100%;height:100%;background:#1a1a1a}.preloader>div{text-align:center;position:absolute;top:50%;width:100%;transform:translateY(-50%)}.preloader>div img{height:60px}.preloader p{color:#fff;font-size:15px;margin:5px 0 0}.preloader p span{animation:loading 1s ease-in-out infinite}.preloader p span:first-child{animation-delay:.1s}.preloader p span:nth-child(2){animation-delay:.3s}.preloader p span:nth-child(3){animation-delay:.5s}@keyframes loading{0%{opacity:0}to{opacity:1}}.spinner{padding:50px 0;text-align:center}.spinner div{background:#f95343}.spinner.fixed{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.631372549);z-index:9999}.spinner.fixed div{background:#fff}.spinner.full{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.631372549);z-index:10}.spinner.full div{background:#fff}.ReactModal__Overlay{background-color:rgba(0,0,0,.63)!important;z-index:9999}.ReactModal__Content{box-shadow:0 9px 31px 6px rgba(0,0,0,.2)!important;background:#1a1a1a!important;color:#fff!important;border:0!important;border-radius:2px!important;padding:50px!important;width:500px;max-width:calc(100% - 30px)}.ReactModal__Content h2{font-size:20px;color:#fff;font-weight:700;margin:0 0 25px}.ReactModal__Content button.close{position:absolute;top:15px;right:15px;font-size:15px;color:#fff;outline:0!important}.ReactModal__Content .content{overflow:auto;max-height:calc(100vh - 300px)}.ReactModal__Content .content p{font-size:13px;line-height:22px;margin:0;word-break:break-all}.ReactModal__Content .content input{border:0;background:rgba(0,0,0,0);color:#fff;border-bottom:1px solid #525252;font-size:15px;padding:5px 0;width:100%;margin-bottom:20px;outline:0}.notes .login{height:100vh;display:flex;align-items:center;justify-content:center}.notes .login>div{width:calc(100% - 30px);max-width:500px;padding:80px;box-shadow:0 9px 31px 6px rgba(0,0,0,.2);overflow:hidden;background:#1a1a1a;position:relative}.notes .login h1{font-family:Poppins,sans-serif;font-size:40px;margin:0 0 40px;color:#fff;text-align:center}.notes .login input{border:0;background:rgba(0,0,0,0);color:#fff;border-bottom:1px solid #525252;font-size:15px;padding:5px 0;width:100%;margin-bottom:20px;outline:0}.notes .login button{margin:20px auto 0;display:block}.notes .login .submitMsg{text-align:center;margin-top:20px}.notes .login .submitMsg .error{color:#f95343}.notes .login .submitMsg .success{color:#28a745}@media(max-width:576px){.notes .login>div{padding:40px}}@media(max-width:768px){.notes .login h1{font-size:35px}}@media(max-width:480px){.notes .login h1{font-size:28px}}.notes .note{padding:70px 0}.notes .note .title{position:relative;overflow:hidden}.notes .note .title h1{font-family:Poppins,sans-serif;font-size:40px;margin:0 0 40px;color:#fff;text-align:center}.notes .note .title .buttonGroup{position:absolute;right:0;top:7px}.notes .note .title .buttonGroup button{border:1px solid #2b2b2b;border-radius:30px;color:#fff;font-size:13px;padding:6px 15px;outline:0!important;background:#1a1a1a;margin:0 0 0 5px}.notes .note .title .buttonGroup button i{font-size:9px;margin:-3px 5px 0 0;vertical-align:middle}.notes .note p.no_notes{text-align:center;color:#fff;margin:0 0 30px;font-size:15px}.notes .note .item{padding:50px;box-shadow:0 9px 31px 6px rgba(0,0,0,.2);background:#1a1a1a;height:calc(100% - 30px);color:#fff!important;position:relative;overflow:hidden;margin-bottom:30px}.notes .note .item .content{min-height:201px}.notes .note .item .content h3{font-weight:700;font-size:20px;line-height:30px;margin:0 0 20px;position:relative;z-index:1}.notes .note .item .content p{font-size:13px;margin:0;position:relative;z-index:1}.notes .note .item .content .locked{text-align:center;padding:45px 0}.notes .note .item .content .locked h3{margin:0 0 40px}.notes .note .item .content .locked i{font-size:40px;z-index:1;position:relative;cursor:pointer}.notes .note .item .content .locked form.unlockForm{position:relative}.notes .note .item .content .locked form.unlockForm input{width:100%;max-width:300px;background:rgba(0,0,0,0);border:0;outline:0;border-bottom:1px solid #fff;font-size:13px;text-align:center;color:#fff;padding:0 0 10px;display:block;margin:0 auto}.notes .note .item .content .locked form.unlockForm button{background:rgba(0,0,0,.1803921569);border:0;outline:0;color:#fff;border-radius:50%;width:35px;height:35px;font-weight:700;margin:10px 0 0;padding:4px 0 0}.notes .note .item .content .locked form.unlockForm button i{font-size:20px}.notes .note .item .content .locked form.unlockForm div.error{margin:5px 0 0;font-size:13px}.notes .note .item .content .locked form.unlockForm ::-webkit-input-placeholder{color:#fff}.notes .note .item .content.checked h3,.notes .note .item .content.checked p{text-decoration:line-through}.notes .note .item .bg_color{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0}.notes .note .item .dropdown{position:absolute!important;top:10px;right:10px;z-index:1}.notes .note .item .dropdown button{background:rgba(0,0,0,0);border:0!important;outline:0!important;color:#fff;font-size:13px;width:25px}.notes .note .item .dropdown>button{padding:6px!important}.notes .note .item .dropdown .actions{display:inline-block;margin:0 5px 0 0;background:rgba(0,0,0,.1803921569);border-radius:30px;padding:3px 10px}.notes .note .item p.error{position:absolute;margin:0;bottom:15px;left:0;width:100%;font-size:13px;text-align:center;color:#f34639}.notes .note .item.edit{padding:0!important}.notes .note .item.edit .noteForm{max-width:100%;height:100%}.notes .note .list .item{margin:0 0 5px;height:auto;padding:13px 20px}.notes .note .list .item .content{min-height:auto}.notes .note .list .item .content h3{margin:0;font-size:15px;padding:0 180px 0 0;line-height:23px}.notes .note .list .item .content .locked{padding:0}.notes .note .list .item .content .locked h3{text-align:left}.notes .note .list .item .content .locked.lockIcon{position:relative}.notes .note .list .item .content .locked.lockIcon h3{padding-left:30px}.notes .note .list .item .content .locked.lockIcon i{position:absolute;left:0;top:5px;font-size:13px}.notes .note .list .item .content .locked.passForm form.unlockForm{text-align:left}.notes .note .list .item .content .locked.passForm form.unlockForm input{margin:0;text-align:left;display:inline-block}.notes .note .list .item .content .locked.passForm form.unlockForm button{margin:0 0 0 5px;transform:translateY(7px)}.notes .note .list .item .content .locked.passForm form.unlockForm div.error{margin:10px 0 0}.notes .note .list:nth-child(2n) .item{margin:0 0 5px -12.5px}.notes .note .list:nth-child(odd) .item{margin:0 -12.5px 5px 0}.notes .note .noteForm{width:100%;max-width:500px;padding:50px;box-shadow:0 9px 31px 6px rgba(0,0,0,.2);overflow:hidden;background:#1a1a1a;position:relative}.notes .note .noteForm h2{font-size:20px;color:#fff;font-weight:700;margin:0 0 25px}.notes .note .noteForm form>input,.notes .note .noteForm form>textarea{border:0;background:rgba(0,0,0,0);color:#fff;border-bottom:1px solid #525252;font-size:15px;padding:5px 0;width:100%;margin-bottom:20px;outline:0}.notes .note .noteForm form>textarea{height:200px}.notes .note .noteForm form>textarea::-webkit-scrollbar{width:4px}.notes .note .noteForm form>textarea::-webkit-scrollbar-thumb{background:#f34639}.notes .note .noteForm form>textarea::-webkit-scrollbar-track{background:#282828}.notes .note .noteForm button.close{position:absolute;top:15px;right:15px;font-size:15px;color:#fff;outline:0!important}.notes .note .noteForm button.zoom{position:absolute;bottom:10px;right:10px;background:#1a1a1a;color:#f34639;border:0;font-size:13px;width:30px;height:30px;padding:0;outline:0}.notes .note .noteForm .chooseColor{margin:0 0 15px}.notes .note .noteForm .chooseColor>div{display:inline-block;margin:0;width:30px}.notes .note .noteForm .chooseColor>div label span{display:block;width:20px;height:20px;position:absolute;left:-26px;top:2px;border-radius:50%;pointer-events:none}.notes .note .noteForm .chooseColor>div:last-child label span{border:1px solid #525252}.notes .note .noteForm .chooseColor .custom-control-label:before{box-shadow:none!important;border:0!important}.notes .note .addForm{position:fixed;top:0;left:0;z-index:9999;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.631372549);padding:30px}.notes .note .addForm .noteForm{max-width:500px!important;height:auto!important}.notes .note .actionTabs{margin:0 0 30px;position:relative;overflow:hidden;min-height:30px}.notes .note .actionTabs .search input{width:calc(100% - 132px);max-width:350px;background:rgba(0,0,0,0);border:0;border-bottom:1px solid #525252;font-size:15px;padding:0 0 5px;outline:0!important;color:#fff}.notes .note .actionTabs .buttons{position:absolute;right:0;top:0}.notes .note .actionTabs .buttons button{border:1px solid #f95343;padding:2px 0;background:rgba(0,0,0,0);outline:0!important;box-shadow:none!important;width:30px;height:30px;text-align:center;color:#fff;font-size:10px}.notes .note .actionTabs .buttons button:last-child{border-left:0}.notes .note .actionTabs .buttons button.active{background:#f95343}@media(max-width:992px){.notes .note h1{margin:0 0 30px}.notes .note .title .buttonGroup{position:static;right:0;top:0;display:block;margin:0 auto 30px;text-align:center}.notes .note .item .content{min-height:auto}.notes .note .list .item{margin:0 0 5px!important}}@media(max-width:768px){.notes .note .title h1{font-size:35px}}@media(max-width:576px){.notes .note .item{padding:50px 35px 35px;height:auto;margin-bottom:15px}.notes .note .list .item{padding:15px 20px}.notes .note .list .item .content h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 70px 0 0}.notes .note .list .item .content .locked.passForm form.unlockForm{margin:10px 0 0}.notes .note .list .item .content .locked.passForm form.unlockForm button{margin:10px 0 0;transform:translate(0)}.notes .note .list .item .dropdown .actions{background:#000}}@media(max-width:480px){.notes .note .title h1{font-size:28px;margin:0 0 20px}.notes .note .addForm{padding:15px}.notes .note .noteForm{padding:35px}}