diff --git a/assets/css/animate.min.css b/assets/css/animate.min.css deleted file mode 100644 index 59b25aa..0000000 --- a/assets/css/animate.min.css +++ /dev/null @@ -1,9 +0,0 @@ - -@charset "UTF-8"; -/*! - * animate.css - https://animate.style/ - * Version - 4.0.0 - * Licensed under the MIT license - http://opensource.org/licenses/MIT - * - * Copyright (c) 2020 Animate.css - */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp} \ No newline at end of file diff --git a/assets/css/main.css.map b/assets/css/main.css.map deleted file mode 100644 index 33075a9..0000000 --- a/assets/css/main.css.map +++ /dev/null @@ -1,7 +0,0 @@ -{ -"version": 3, -"mappings": "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C,YAAY,EAAE,GAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,MAAa;EAAC,YAAY,EAAE,IAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,KAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,KAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,KAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,KAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,KAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,KAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,KAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,KAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,KAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,KAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,KAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,KAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,KAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,KAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,KAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,KAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,KAAO;;;AAAnC,OAAa;EAAC,YAAY,EAAE,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", -"sources": ["../scss/_common.scss","../scss/_variables.scss","../scss/_mixins.scss","../scss/_overlay.scss","../scss/_header.scss","../scss/_breadcrumb.scss","../scss/_mobile-menu.scss","../scss/_search.scss","../scss/_slider.scss","../scss/_feature.scss","../scss/_project.scss","../scss/_about.scss","../scss/_events.scss","../scss/_contact.scss","../scss/_team.scss","../scss/_counter.scss","../scss/_testimonial.scss","../scss/_blog.scss","../scss/_goal.scss","../scss/_faq.scss","../scss/_footer.scss"], -"names": [], -"file": "main.css" -} diff --git a/assets/css/product-details.css b/assets/css/product-details.css deleted file mode 100644 index e69de29..0000000 diff --git a/assets/css/product.css b/assets/css/product.css deleted file mode 100644 index e69de29..0000000 diff --git a/assets/css/responsive.css b/assets/css/responsive.css deleted file mode 100644 index f568d97..0000000 --- a/assets/css/responsive.css +++ /dev/null @@ -1,32 +0,0 @@ -/* Normal desktop :1200px. */ -@media (min-width: 1200px) and (max-width: 1500px) { - - -} - - -/* Normal desktop :992px. */ -@media (min-width: 992px) and (max-width: 1200px) { - - -} - - -/* Tablet desktop :768px. */ -@media (min-width: 768px) and (max-width: 991px) { - - -} - - -/* small mobile :320px. */ -@media (max-width: 767px) { - - -} - -/* Large Mobile :480px. */ -@media only screen and (min-width: 480px) and (max-width: 767px) { -.container {width:450px} - -} diff --git a/assets/fonts/Flaticon.eot b/assets/fonts/Flaticon.eot deleted file mode 100644 index 0d170e4..0000000 Binary files a/assets/fonts/Flaticon.eot and /dev/null differ diff --git a/assets/fonts/Flaticon.svg b/assets/fonts/Flaticon.svg deleted file mode 100644 index e4b795d..0000000 --- a/assets/fonts/Flaticon.svg +++ /dev/null @@ -1,314 +0,0 @@ - - - - - -Created by FontForge 20170731 at Tue Nov 17 17:03:07 2020 - By root - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/fonts/Flaticon.ttf b/assets/fonts/Flaticon.ttf deleted file mode 100644 index 2f62b3a..0000000 Binary files a/assets/fonts/Flaticon.ttf and /dev/null differ diff --git a/assets/fonts/Flaticon.woff b/assets/fonts/Flaticon.woff deleted file mode 100644 index 93b4f25..0000000 Binary files a/assets/fonts/Flaticon.woff and /dev/null differ diff --git a/assets/fonts/Flaticon.woff2 b/assets/fonts/Flaticon.woff2 deleted file mode 100644 index 420b2b5..0000000 Binary files a/assets/fonts/Flaticon.woff2 and /dev/null differ diff --git a/assets/fonts/_flaticon.scss b/assets/fonts/_flaticon.scss deleted file mode 100644 index e9563ee..0000000 --- a/assets/fonts/_flaticon.scss +++ /dev/null @@ -1,68 +0,0 @@ - /* - Flaticon icon font: Flaticon - Creation date: 17/11/2020 17:03 - */ - - @font-face { - font-family: "Flaticon"; - src: url("./Flaticon.eot"); - src: url("./Flaticon.eot?#iefix") format("embedded-opentype"), - url("./Flaticon.woff2") format("woff2"), - url("./Flaticon.woff") format("woff"), - url("./Flaticon.ttf") format("truetype"), - url("./Flaticon.svg#Flaticon") format("svg"); - font-weight: normal; - font-style: normal; -} - -@media screen and (-webkit-min-device-pixel-ratio:0) { - @font-face { - font-family: "Flaticon"; - src: url("./Flaticon.svg#Flaticon") format("svg"); - } -} - - .fi:before{ - display: inline-block; - font-family: "Flaticon"; - font-style: normal; - font-weight: normal; - font-variant: normal; - line-height: 1; - text-decoration: inherit; - text-rendering: optimizeLegibility; - text-transform: none; - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - font-smoothing: antialiased; - } - - .flaticon-heart-1:before { content: "\f100"; } -.flaticon-24-hours-support:before { content: "\f101"; } -.flaticon-email:before { content: "\f102"; } -.flaticon-dish:before { content: "\f103"; } -.flaticon-open-book:before { content: "\f104"; } -.flaticon-high-performance:before { content: "\f105"; } -.flaticon-computer:before { content: "\f106"; } -.flaticon-project-management:before { content: "\f107"; } -.flaticon-stethoscope:before { content: "\f108"; } -.flaticon-right-quote:before { content: "\f109"; } -.flaticon-call:before { content: "\f10a"; } -.flaticon-crowdfunding-1:before { content: "\f10b"; } -.flaticon-investment:before { content: "\f10c"; } -.flaticon-vector:before { content: "\f10d"; } - - $font-Flaticon-heart-1: "\f100"; - $font-Flaticon-24-hours-support: "\f101"; - $font-Flaticon-email: "\f102"; - $font-Flaticon-dish: "\f103"; - $font-Flaticon-open-book: "\f104"; - $font-Flaticon-high-performance: "\f105"; - $font-Flaticon-computer: "\f106"; - $font-Flaticon-project-management: "\f107"; - $font-Flaticon-stethoscope: "\f108"; - $font-Flaticon-right-quote: "\f109"; - $font-Flaticon-call: "\f10a"; - $font-Flaticon-crowdfunding-1: "\f10b"; - $font-Flaticon-investment: "\f10c"; - $font-Flaticon-vector: "\f10d"; \ No newline at end of file diff --git a/assets/fonts/fa-brands-400.eot b/assets/fonts/fa-brands-400.eot deleted file mode 100644 index 400c7ec..0000000 Binary files a/assets/fonts/fa-brands-400.eot and /dev/null differ diff --git a/assets/fonts/fa-brands-400.svg b/assets/fonts/fa-brands-400.svg deleted file mode 100644 index a36c7ca..0000000 --- a/assets/fonts/fa-brands-400.svg +++ /dev/null @@ -1,3570 +0,0 @@ - - - - - -Created by FontForge 20190801 at Tue Feb 4 18:04:56 2020 - By Robert Madole -Copyright (c) Font Awesome - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/fonts/fa-brands-400.ttf b/assets/fonts/fa-brands-400.ttf deleted file mode 100644 index 332e809..0000000 Binary files a/assets/fonts/fa-brands-400.ttf and /dev/null differ diff --git a/assets/fonts/fa-brands-400.woff b/assets/fonts/fa-brands-400.woff deleted file mode 100644 index bf12408..0000000 Binary files a/assets/fonts/fa-brands-400.woff and /dev/null differ diff --git a/assets/fonts/fa-brands-400.woff2 b/assets/fonts/fa-brands-400.woff2 deleted file mode 100644 index dd7c9dd..0000000 Binary files a/assets/fonts/fa-brands-400.woff2 and /dev/null differ diff --git a/assets/fonts/fa-duotone-900.eot b/assets/fonts/fa-duotone-900.eot deleted file mode 100644 index 72391b9..0000000 Binary files a/assets/fonts/fa-duotone-900.eot and /dev/null differ diff --git a/assets/fonts/fa-duotone-900.svg b/assets/fonts/fa-duotone-900.svg deleted file mode 100644 index 9bfc1c6..0000000 --- a/assets/fonts/fa-duotone-900.svg +++ /dev/null @@ -1,14720 +0,0 @@ - - - - - -Created by FontForge 20190801 at Tue Feb 4 18:04:56 2020 - By Robert Madole -Copyright (c) Font Awesome - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/fonts/fa-duotone-900.ttf b/assets/fonts/fa-duotone-900.ttf deleted file mode 100644 index 9e81ea8..0000000 Binary files a/assets/fonts/fa-duotone-900.ttf and /dev/null differ diff --git a/assets/fonts/fa-duotone-900.woff b/assets/fonts/fa-duotone-900.woff deleted file mode 100644 index 31add9a..0000000 Binary files a/assets/fonts/fa-duotone-900.woff and /dev/null differ diff --git a/assets/fonts/fa-duotone-900.woff2 b/assets/fonts/fa-duotone-900.woff2 deleted file mode 100644 index d9df0ab..0000000 Binary files a/assets/fonts/fa-duotone-900.woff2 and /dev/null differ diff --git a/assets/fonts/fa-light-300.eot b/assets/fonts/fa-light-300.eot deleted file mode 100644 index d6c3bc1..0000000 Binary files a/assets/fonts/fa-light-300.eot and /dev/null differ diff --git a/assets/fonts/fa-light-300.svg b/assets/fonts/fa-light-300.svg deleted file mode 100644 index afe00d9..0000000 --- a/assets/fonts/fa-light-300.svg +++ /dev/null @@ -1,11963 +0,0 @@ - - - - - -Created by FontForge 20190801 at Tue Feb 4 18:04:56 2020 - By Robert Madole -Copyright (c) Font Awesome - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/fonts/fa-light-300.ttf b/assets/fonts/fa-light-300.ttf deleted file mode 100644 index cbcdf02..0000000 Binary files a/assets/fonts/fa-light-300.ttf and /dev/null differ diff --git a/assets/fonts/fa-light-300.woff b/assets/fonts/fa-light-300.woff deleted file mode 100644 index 9141b79..0000000 Binary files a/assets/fonts/fa-light-300.woff and /dev/null differ diff --git a/assets/fonts/fa-light-300.woff2 b/assets/fonts/fa-light-300.woff2 deleted file mode 100644 index f09e9e7..0000000 Binary files a/assets/fonts/fa-light-300.woff2 and /dev/null differ diff --git a/assets/fonts/fa-regular-400.eot b/assets/fonts/fa-regular-400.eot deleted file mode 100644 index 2ed5de4..0000000 Binary files a/assets/fonts/fa-regular-400.eot and /dev/null differ diff --git a/assets/fonts/fa-regular-400.svg b/assets/fonts/fa-regular-400.svg deleted file mode 100644 index 0b39d00..0000000 --- a/assets/fonts/fa-regular-400.svg +++ /dev/null @@ -1,10927 +0,0 @@ - - - - - -Created by FontForge 20190801 at Tue Feb 4 18:04:58 2020 - By Robert Madole -Copyright (c) Font Awesome - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/fonts/fa-regular-400.ttf b/assets/fonts/fa-regular-400.ttf deleted file mode 100644 index ad4ae2b..0000000 Binary files a/assets/fonts/fa-regular-400.ttf and /dev/null differ diff --git a/assets/fonts/fa-regular-400.woff b/assets/fonts/fa-regular-400.woff deleted file mode 100644 index 95a77ef..0000000 Binary files a/assets/fonts/fa-regular-400.woff and /dev/null differ diff --git a/assets/fonts/fa-regular-400.woff2 b/assets/fonts/fa-regular-400.woff2 deleted file mode 100644 index 6379b22..0000000 Binary files a/assets/fonts/fa-regular-400.woff2 and /dev/null differ diff --git a/assets/fonts/fa-solid-900.eot b/assets/fonts/fa-solid-900.eot deleted file mode 100644 index b38ecc6..0000000 Binary files a/assets/fonts/fa-solid-900.eot and /dev/null differ diff --git a/assets/fonts/fa-solid-900.svg b/assets/fonts/fa-solid-900.svg deleted file mode 100644 index c851837..0000000 --- a/assets/fonts/fa-solid-900.svg +++ /dev/null @@ -1,9318 +0,0 @@ - - - - - -Created by FontForge 20190801 at Tue Feb 4 18:04:55 2020 - By Robert Madole -Copyright (c) Font Awesome - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/fonts/fa-solid-900.ttf b/assets/fonts/fa-solid-900.ttf deleted file mode 100644 index 5d2b17e..0000000 Binary files a/assets/fonts/fa-solid-900.ttf and /dev/null differ diff --git a/assets/fonts/fa-solid-900.woff b/assets/fonts/fa-solid-900.woff deleted file mode 100644 index 717309b..0000000 Binary files a/assets/fonts/fa-solid-900.woff and /dev/null differ diff --git a/assets/fonts/fa-solid-900.woff2 b/assets/fonts/fa-solid-900.woff2 deleted file mode 100644 index 68db997..0000000 Binary files a/assets/fonts/fa-solid-900.woff2 and /dev/null differ diff --git a/assets/fonts/flaticon.html b/assets/fonts/flaticon.html deleted file mode 100644 index 99fdcf8..0000000 --- a/assets/fonts/flaticon.html +++ /dev/null @@ -1,525 +0,0 @@ - - - - - - - - Flaticon WebFont - - - - - - - - -
- - Font Demo -
- - -
- -

Instructions

- - - -
- - - - -
- - -
-
.flaticon-heart-1
-
Author: Freepik
-
- -
-
.flaticon-24-hours-support
-
Author: Freepik
-
- -
-
.flaticon-email
-
Author: Freepik
-
- -
-
.flaticon-dish
-
Author: Pause08
-
- -
-
.flaticon-open-book
- -
- -
-
.flaticon-high-performance
-
Author: Pixel perfect
-
- -
-
.flaticon-computer
-
Author: catkuro
-
- -
-
.flaticon-project-management
-
Author: dDara
-
- -
-
.flaticon-stethoscope
-
Author: srip
-
- -
-
.flaticon-right-quote
-
Author: Freepik
-
- -
-
.flaticon-call
-
Author: srip
-
- -
-
.flaticon-crowdfunding-1
-
Author: Eucalyp
-
- -
-
.flaticon-investment
-
Author: Freepik
-
- -
-
.flaticon-vector
-
Author: Freepik
-
- - -
- - - -
- -
License and attribution:
Font generated by flaticon.com.

Under CC: Freepik, Pause08, Zlatko Najdenovski, Pixel perfect, catkuro, dDara, srip, Eucalyp

-
-
Copy the Attribution License:
- - - -
- -
- -
Examples:
- -
-

- - <i class="flaticon-heart-1"></i> -

-
- -
-

- - <i class="flaticon-24-hours-support"></i> -

-
- -
-

- - <i class="flaticon-email"></i> -

-
- -
-

- - <i class="flaticon-dish"></i> -

-
- - - -
- - - - - - - \ No newline at end of file diff --git a/assets/fonts/generator_config.txt b/assets/fonts/generator_config.txt deleted file mode 100644 index 81e64f6..0000000 --- a/assets/fonts/generator_config.txt +++ /dev/null @@ -1,5 +0,0 @@ -# Font Squirrel Font-face Generator Configuration File -# Upload this file to the generator to recreate the settings -# you used to create these fonts. - -{"mode":"optimal","formats":["woff","woff2"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"} \ No newline at end of file diff --git a/assets/fonts/specimen_files/grid_12-825-55-15.css b/assets/fonts/specimen_files/grid_12-825-55-15.css deleted file mode 100644 index 3d6aef7..0000000 --- a/assets/fonts/specimen_files/grid_12-825-55-15.css +++ /dev/null @@ -1,129 +0,0 @@ -/*Notes about grid: -Columns: 12 -Grid Width: 825px -Column Width: 55px -Gutter Width: 15px --------------------------------*/ - - - -.section {margin-bottom: 18px; -} -.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} -.section {*zoom: 1;} - -.section .firstcolumn, -.section .firstcol {margin-left: 0;} - - -/* Border on left hand side of a column. */ -.border { - padding-left: 7px; - margin-left: 7px; - border-left: 1px solid #eee; -} - -/* Border with more whitespace, spans one column. */ -.colborder { - padding-left: 42px; - margin-left: 42px; - border-left: 1px solid #eee; -} - - - -/* The Grid Classes */ -.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12 -{margin-left: 15px;float: left;display: inline; overflow: hidden;} - - -.width1, .grid1, .span-1 {width: 55px;} -.width1_2cols,.grid1_2cols {width: 20px;} -.width1_3cols,.grid1_3cols {width: 8px;} -.width1_4cols,.grid1_4cols {width: 2px;} -.input_width1 {width: 49px;} - -.width2, .grid2, .span-2 {width: 125px;} -.width2_3cols,.grid2_3cols {width: 31px;} -.width2_4cols,.grid2_4cols {width: 20px;} -.input_width2 {width: 119px;} - -.width3, .grid3, .span-3 {width: 195px;} -.width3_2cols,.grid3_2cols {width: 90px;} -.width3_4cols,.grid3_4cols {width: 37px;} -.input_width3 {width: 189px;} - -.width4, .grid4, .span-4 {width: 265px;} -.width4_3cols,.grid4_3cols {width: 78px;} -.input_width4 {width: 259px;} - -.width5, .grid5, .span-5 {width: 335px;} -.width5_2cols,.grid5_2cols {width: 160px;} -.width5_3cols,.grid5_3cols {width: 101px;} -.width5_4cols,.grid5_4cols {width: 72px;} -.input_width5 {width: 329px;} - -.width6, .grid6, .span-6 {width: 405px;} -.width6_4cols,.grid6_4cols {width: 90px;} -.input_width6 {width: 399px;} - -.width7, .grid7, .span-7 {width: 475px;} -.width7_2cols,.grid7_2cols {width: 230px;} -.width7_3cols,.grid7_3cols {width: 148px;} -.width7_4cols,.grid7_4cols {width: 107px;} -.input_width7 {width: 469px;} - -.width8, .grid8, .span-8 {width: 545px;} -.width8_3cols,.grid8_3cols {width: 171px;} -.input_width8 {width: 539px;} - -.width9, .grid9, .span-9 {width: 615px;} -.width9_2cols,.grid9_2cols {width: 300px;} -.width9_4cols,.grid9_4cols {width: 142px;} -.input_width9 {width: 609px;} - -.width10, .grid10, .span-10 {width: 685px;} -.width10_3cols,.grid10_3cols {width: 218px;} -.width10_4cols,.grid10_4cols {width: 160px;} -.input_width10 {width: 679px;} - -.width11, .grid11, .span-11 {width: 755px;} -.width11_2cols,.grid11_2cols {width: 370px;} -.width11_3cols,.grid11_3cols {width: 241px;} -.width11_4cols,.grid11_4cols {width: 177px;} -.input_width11 {width: 749px;} - -.width12, .grid12, .span-12 {width: 825px;} -.input_width12 {width: 819px;} - -/* Subdivided grid spaces */ -.emptycols_left1, .prepend-1 {padding-left: 70px;} -.emptycols_right1, .append-1 {padding-right: 70px;} -.emptycols_left2, .prepend-2 {padding-left: 140px;} -.emptycols_right2, .append-2 {padding-right: 140px;} -.emptycols_left3, .prepend-3 {padding-left: 210px;} -.emptycols_right3, .append-3 {padding-right: 210px;} -.emptycols_left4, .prepend-4 {padding-left: 280px;} -.emptycols_right4, .append-4 {padding-right: 280px;} -.emptycols_left5, .prepend-5 {padding-left: 350px;} -.emptycols_right5, .append-5 {padding-right: 350px;} -.emptycols_left6, .prepend-6 {padding-left: 420px;} -.emptycols_right6, .append-6 {padding-right: 420px;} -.emptycols_left7, .prepend-7 {padding-left: 490px;} -.emptycols_right7, .append-7 {padding-right: 490px;} -.emptycols_left8, .prepend-8 {padding-left: 560px;} -.emptycols_right8, .append-8 {padding-right: 560px;} -.emptycols_left9, .prepend-9 {padding-left: 630px;} -.emptycols_right9, .append-9 {padding-right: 630px;} -.emptycols_left10, .prepend-10 {padding-left: 700px;} -.emptycols_right10, .append-10 {padding-right: 700px;} -.emptycols_left11, .prepend-11 {padding-left: 770px;} -.emptycols_right11, .append-11 {padding-right: 770px;} -.pull-1 {margin-left: -70px;} -.push-1 {margin-right: -70px;margin-left: 18px;float: right;} -.pull-2 {margin-left: -140px;} -.push-2 {margin-right: -140px;margin-left: 18px;float: right;} -.pull-3 {margin-left: -210px;} -.push-3 {margin-right: -210px;margin-left: 18px;float: right;} -.pull-4 {margin-left: -280px;} -.push-4 {margin-right: -280px;margin-left: 18px;float: right;} \ No newline at end of file diff --git a/assets/fonts/specimen_files/specimen_stylesheet.css b/assets/fonts/specimen_files/specimen_stylesheet.css deleted file mode 100644 index aecc43c..0000000 --- a/assets/fonts/specimen_files/specimen_stylesheet.css +++ /dev/null @@ -1,396 +0,0 @@ -@import url('grid_12-825-55-15.css'); - -/* - CSS Reset by Eric Meyer - Released under Public Domain - http://meyerweb.com/eric/tools/css/reset/ -*/ -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, font, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, table, -caption, tbody, tfoot, thead, tr, th, td - {margin: 0;padding: 0;border: 0;outline: 0; - font-size: 100%;vertical-align: baseline; - background: transparent;} -body {line-height: 1;} -ol, ul {list-style: none;} -blockquote, q {quotes: none;} -blockquote:before, blockquote:after, -q:before, q:after {content: ''; content: none;} -:focus {outline: 0;} -ins {text-decoration: none;} -del {text-decoration: line-through;} -table {border-collapse: collapse;border-spacing: 0;} - - - - -body { - color: #000; - background-color: #dcdcdc; -} - -a { - text-decoration: none; - color: #1883ba; -} - -h1{ - font-size: 32px; - font-weight: normal; - font-style: normal; - margin-bottom: 18px; -} - -h2{ - font-size: 18px; -} - -#container { - width: 865px; - margin: 0px auto; -} - - -#header { - padding: 20px; - font-size: 36px; - background-color: #000; - color: #fff; -} - -#header span { - color: #666; -} -#main_content { - background-color: #fff; - padding: 60px 20px 20px; -} - - -#footer p { - margin: 0; - padding-top: 10px; - padding-bottom: 50px; - color: #333; - font: 10px Arial, sans-serif; -} - -.tabs { - width: 100%; - height: 31px; - background-color: #444; -} -.tabs li { - float: left; - margin: 0; - overflow: hidden; - background-color: #444; -} -.tabs li a { - display: block; - color: #fff; - text-decoration: none; - font: bold 11px/11px 'Arial'; - text-transform: uppercase; - padding: 10px 15px; - border-right: 1px solid #fff; -} - -.tabs li a:hover { - background-color: #00b3ff; - -} - -.tabs li.active a { - color: #000; - background-color: #fff; -} - - - -div.huge { - - font-size: 300px; - line-height: 1em; - padding: 0; - letter-spacing: -.02em; - overflow: hidden; -} -div.glyph_range { - font-size: 72px; - line-height: 1.1em; -} - -.size10{ font-size: 10px; } -.size11{ font-size: 11px; } -.size12{ font-size: 12px; } -.size13{ font-size: 13px; } -.size14{ font-size: 14px; } -.size16{ font-size: 16px; } -.size18{ font-size: 18px; } -.size20{ font-size: 20px; } -.size24{ font-size: 24px; } -.size30{ font-size: 30px; } -.size36{ font-size: 36px; } -.size48{ font-size: 48px; } -.size60{ font-size: 60px; } -.size72{ font-size: 72px; } -.size90{ font-size: 90px; } - - -.psample_row1 { height: 120px;} -.psample_row1 { height: 120px;} -.psample_row2 { height: 160px;} -.psample_row3 { height: 160px;} -.psample_row4 { height: 160px;} - -.psample { - overflow: hidden; - position: relative; -} -.psample p { - line-height: 1.3em; - display: block; - overflow: hidden; - margin: 0; -} - -.psample span { - margin-right: .5em; -} - -.white_blend { - width: 100%; - height: 61px; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==); - position: absolute; - bottom: 0; -} -.black_blend { - width: 100%; - height: 61px; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC); - position: absolute; - bottom: 0; -} -.fullreverse { - background: #000 !important; - color: #fff !important; - margin-left: -20px; - padding-left: 20px; - margin-right: -20px; - padding-right: 20px; - padding: 20px; - margin-bottom:0; -} - - -.sample_table td { - padding-top: 3px; - padding-bottom:5px; - padding-left: 5px; - vertical-align: middle; - line-height: 1.2em; -} - -.sample_table td:first-child { - background-color: #eee; - text-align: right; - padding-right: 5px; - padding-left: 0; - padding: 5px; - font: 11px/12px "Courier New", Courier, mono; -} - -code { - white-space: pre; - background-color: #eee; - display: block; - padding: 10px; - margin-bottom: 18px; - overflow: auto; -} - - -.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;} - -.box { - padding: 18px; - margin-bottom: 18px; - background: #eee; -} - -.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;} - -#bodycomparison { - position: relative; - overflow: hidden; - font-size: 72px; - height: 90px; - white-space: nowrap; -} - -#bodycomparison div{ - font-size: 72px; - line-height: 90px; - display: inline; - margin: 0 15px 0 0; - padding: 0; -} - -#bodycomparison div span{ - font: 10px Arial; - position: absolute; - left: 0; -} -#xheight { - float: none; - position: absolute; - color: #d9f3ff; - font-size: 72px; - line-height: 90px; -} - -.fontbody { - position: relative; -} -.arialbody{ - font-family: Arial; - position: relative; -} -.verdanabody{ - font-family: Verdana; - position: relative; -} -.georgiabody{ - font-family: Georgia; - position: relative; -} - -/* @group Layout page - */ - -#layout h1 { - font-size: 36px; - line-height: 42px; - font-weight: normal; - font-style: normal; -} - -#layout h2 { - font-size: 24px; - line-height: 23px; - font-weight: normal; - font-style: normal; -} - -#layout h3 { - font-size: 22px; - line-height: 1.4em; - margin-top: 1em; - font-weight: normal; - font-style: normal; -} - - -#layout p.byline { - font-size: 12px; - margin-top: 18px; - line-height: 12px; - margin-bottom: 0; -} -#layout p { - font-size: 14px; - line-height: 21px; - margin-bottom: .5em; -} - -#layout p.large{ - font-size: 18px; - line-height: 26px; -} - -#layout .sidebar p{ - font-size: 12px; - line-height: 1.4em; -} - -#layout p.caption { - font-size: 10px; - margin-top: -16px; - margin-bottom: 18px; -} - -/* @end */ - -/* @group Glyphs */ - -#glyph_chart div{ - background-color: #d9f3ff; - color: black; - float: left; - font-size: 36px; - height: 1.2em; - line-height: 1.2em; - margin-bottom: 1px; - margin-right: 1px; - text-align: center; - width: 1.2em; - position: relative; - padding: .6em .2em .2em; -} - -#glyph_chart div p { - position: absolute; - left: 0; - top: 0; - display: block; - text-align: center; - font: bold 9px Arial, sans-serif; - background-color: #3a768f; - width: 100%; - color: #fff; - padding: 2px 0; -} - - -#glyphs h1 { - font-family: Arial, sans-serif; -} -/* @end */ - -/* @group Installing */ - -#installing { - font: 13px Arial, sans-serif; -} - -#installing p, -#glyphs p{ - line-height: 1.2em; - margin-bottom: 18px; - font: 13px Arial, sans-serif; -} - - - -#installing h3{ - font-size: 15px; - margin-top: 18px; -} - -/* @end */ - -#rendering h1 { - font-family: Arial, sans-serif; -} -.render_table td { - font: 11px "Courier New", Courier, mono; - vertical-align: middle; -} - - diff --git a/assets/fonts/themify.eot b/assets/fonts/themify.eot deleted file mode 100644 index 9ec298b..0000000 Binary files a/assets/fonts/themify.eot and /dev/null differ diff --git a/assets/fonts/themify.svg b/assets/fonts/themify.svg deleted file mode 100644 index 3d53854..0000000 --- a/assets/fonts/themify.svg +++ /dev/null @@ -1,362 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/assets/fonts/themify.ttf b/assets/fonts/themify.ttf deleted file mode 100644 index 5d627e7..0000000 Binary files a/assets/fonts/themify.ttf and /dev/null differ diff --git a/assets/fonts/themify.woff b/assets/fonts/themify.woff deleted file mode 100644 index 847ebd1..0000000 Binary files a/assets/fonts/themify.woff and /dev/null differ diff --git a/assets/img/about/01.jpg.svg b/assets/img/about/01.jpg.svg deleted file mode 100644 index 62a1ab1..0000000 --- a/assets/img/about/01.jpg.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - diff --git a/assets/img/about/Calender.png b/assets/img/about/Calender.png deleted file mode 100644 index 58405b5..0000000 Binary files a/assets/img/about/Calender.png and /dev/null differ diff --git a/assets/img/about/voice-recognition.png b/assets/img/about/voice-recognition.png deleted file mode 100644 index 0ca4057..0000000 Binary files a/assets/img/about/voice-recognition.png and /dev/null differ diff --git a/assets/img/bg/01.png b/assets/img/bg/01.png deleted file mode 100644 index f77a752..0000000 Binary files a/assets/img/bg/01.png and /dev/null differ diff --git a/assets/img/bg/02.jpg b/assets/img/bg/02.jpg deleted file mode 100644 index 60cdfa4..0000000 Binary files a/assets/img/bg/02.jpg and /dev/null differ diff --git a/assets/img/bg/02.png b/assets/img/bg/02.png deleted file mode 100644 index cdaf9f3..0000000 Binary files a/assets/img/bg/02.png and /dev/null differ diff --git a/assets/img/bg/03.jpg b/assets/img/bg/03.jpg deleted file mode 100644 index 0003eab..0000000 Binary files a/assets/img/bg/03.jpg and /dev/null differ diff --git a/assets/img/bg/03.png b/assets/img/bg/03.png deleted file mode 100644 index 7085f1c..0000000 Binary files a/assets/img/bg/03.png and /dev/null differ diff --git a/assets/img/bg/04.jpg b/assets/img/bg/04.jpg deleted file mode 100644 index 76002fe..0000000 Binary files a/assets/img/bg/04.jpg and /dev/null differ diff --git a/assets/img/bg/04.png b/assets/img/bg/04.png deleted file mode 100644 index 79989e8..0000000 Binary files a/assets/img/bg/04.png and /dev/null differ diff --git a/assets/img/bg/05.jpg b/assets/img/bg/05.jpg deleted file mode 100644 index a7553de..0000000 Binary files a/assets/img/bg/05.jpg and /dev/null differ diff --git a/assets/img/bg/05.png b/assets/img/bg/05.png deleted file mode 100644 index 4a4f596..0000000 Binary files a/assets/img/bg/05.png and /dev/null differ diff --git a/assets/img/bg/06.jpg b/assets/img/bg/06.jpg deleted file mode 100644 index e11f299..0000000 Binary files a/assets/img/bg/06.jpg and /dev/null differ diff --git a/assets/img/bg/07.jpg b/assets/img/bg/07.jpg deleted file mode 100644 index b967d89..0000000 Binary files a/assets/img/bg/07.jpg and /dev/null differ diff --git a/assets/img/bg/07.png b/assets/img/bg/07.png deleted file mode 100644 index 8413663..0000000 Binary files a/assets/img/bg/07.png and /dev/null differ diff --git a/assets/img/bg/08.jpg b/assets/img/bg/08.jpg deleted file mode 100644 index 91313f6..0000000 Binary files a/assets/img/bg/08.jpg and /dev/null differ diff --git a/assets/img/bg/about-bg1.jpg b/assets/img/bg/about-bg1.jpg deleted file mode 100644 index f740ebf..0000000 Binary files a/assets/img/bg/about-bg1.jpg and /dev/null differ diff --git a/assets/img/bg/home.jpg b/assets/img/bg/home.jpg deleted file mode 100644 index be4643c..0000000 Binary files a/assets/img/bg/home.jpg and /dev/null differ diff --git a/assets/img/frontpage.JPG b/assets/img/frontpage.JPG deleted file mode 100644 index 303b451..0000000 Binary files a/assets/img/frontpage.JPG and /dev/null differ diff --git a/assets/img/logo/MBAZA-LOGO-WHITE.png b/assets/img/logo/MBAZA-LOGO-WHITE.png deleted file mode 100644 index 6df34bb..0000000 Binary files a/assets/img/logo/MBAZA-LOGO-WHITE.png and /dev/null differ diff --git a/assets/img/logo/MBAZA-LOGO.png b/assets/img/logo/MBAZA-LOGO.png deleted file mode 100644 index 55c7dc4..0000000 Binary files a/assets/img/logo/MBAZA-LOGO.png and /dev/null differ diff --git a/assets/img/product/chart1.png b/assets/img/product/chart1.png deleted file mode 100644 index 6ab78f5..0000000 Binary files a/assets/img/product/chart1.png and /dev/null differ diff --git a/assets/img/product/chart2.png b/assets/img/product/chart2.png deleted file mode 100644 index 140f91f..0000000 Binary files a/assets/img/product/chart2.png and /dev/null differ diff --git a/assets/img/product/file.png b/assets/img/product/file.png deleted file mode 100644 index c14b47d..0000000 Binary files a/assets/img/product/file.png and /dev/null differ diff --git a/assets/img/product/star.png b/assets/img/product/star.png deleted file mode 100644 index 45473d3..0000000 Binary files a/assets/img/product/star.png and /dev/null differ diff --git a/assets/img/product/stats.png b/assets/img/product/stats.png deleted file mode 100644 index 38ef02c..0000000 Binary files a/assets/img/product/stats.png and /dev/null differ diff --git a/assets/img/product/stt.png b/assets/img/product/stt.png deleted file mode 100644 index 52f71df..0000000 Binary files a/assets/img/product/stt.png and /dev/null differ diff --git a/assets/img/product/tts.png b/assets/img/product/tts.png deleted file mode 100644 index 3e12bd9..0000000 Binary files a/assets/img/product/tts.png and /dev/null differ diff --git a/assets/img/project/NPL1-min.jpg b/assets/img/project/NPL1-min.jpg deleted file mode 100644 index 488772e..0000000 Binary files a/assets/img/project/NPL1-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL10-min.jpg b/assets/img/project/NPL10-min.jpg deleted file mode 100644 index 7c2fd56..0000000 Binary files a/assets/img/project/NPL10-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL11-min.jpg b/assets/img/project/NPL11-min.jpg deleted file mode 100644 index 76f70bb..0000000 Binary files a/assets/img/project/NPL11-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL12-min.jpg b/assets/img/project/NPL12-min.jpg deleted file mode 100644 index 3841f02..0000000 Binary files a/assets/img/project/NPL12-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL13-min.jpg b/assets/img/project/NPL13-min.jpg deleted file mode 100644 index 683a206..0000000 Binary files a/assets/img/project/NPL13-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL14-min.jpg b/assets/img/project/NPL14-min.jpg deleted file mode 100644 index c80e0eb..0000000 Binary files a/assets/img/project/NPL14-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL15-1-min.png b/assets/img/project/NPL15-1-min.png deleted file mode 100644 index 3709f04..0000000 Binary files a/assets/img/project/NPL15-1-min.png and /dev/null differ diff --git a/assets/img/project/NPL15-min.jpg b/assets/img/project/NPL15-min.jpg deleted file mode 100644 index 94fd67d..0000000 Binary files a/assets/img/project/NPL15-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL16-min.jpg b/assets/img/project/NPL16-min.jpg deleted file mode 100644 index dbb1523..0000000 Binary files a/assets/img/project/NPL16-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL17-min.jpg b/assets/img/project/NPL17-min.jpg deleted file mode 100644 index b21be44..0000000 Binary files a/assets/img/project/NPL17-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL18-min.jpg b/assets/img/project/NPL18-min.jpg deleted file mode 100644 index 98ffe8e..0000000 Binary files a/assets/img/project/NPL18-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL19-min.jpg b/assets/img/project/NPL19-min.jpg deleted file mode 100644 index ec330ad..0000000 Binary files a/assets/img/project/NPL19-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL2-1-min.png b/assets/img/project/NPL2-1-min.png deleted file mode 100644 index 0bab9ba..0000000 Binary files a/assets/img/project/NPL2-1-min.png and /dev/null differ diff --git a/assets/img/project/NPL2-min.jpg b/assets/img/project/NPL2-min.jpg deleted file mode 100644 index f53c0d5..0000000 Binary files a/assets/img/project/NPL2-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL20-min.jpg b/assets/img/project/NPL20-min.jpg deleted file mode 100644 index 7785f8c..0000000 Binary files a/assets/img/project/NPL20-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL21-min.jpg b/assets/img/project/NPL21-min.jpg deleted file mode 100644 index 7315cc6..0000000 Binary files a/assets/img/project/NPL21-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL22-min.jpg b/assets/img/project/NPL22-min.jpg deleted file mode 100644 index ed65b11..0000000 Binary files a/assets/img/project/NPL22-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL23-min.jpg b/assets/img/project/NPL23-min.jpg deleted file mode 100644 index b5f5f76..0000000 Binary files a/assets/img/project/NPL23-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL24-min.jpg b/assets/img/project/NPL24-min.jpg deleted file mode 100644 index 96a9b19..0000000 Binary files a/assets/img/project/NPL24-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL25-min.jpg b/assets/img/project/NPL25-min.jpg deleted file mode 100644 index 87aae16..0000000 Binary files a/assets/img/project/NPL25-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL26-min.jpg b/assets/img/project/NPL26-min.jpg deleted file mode 100644 index f229737..0000000 Binary files a/assets/img/project/NPL26-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL27-min.jpg b/assets/img/project/NPL27-min.jpg deleted file mode 100644 index a262a93..0000000 Binary files a/assets/img/project/NPL27-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL28-min.jpg b/assets/img/project/NPL28-min.jpg deleted file mode 100644 index aa7e026..0000000 Binary files a/assets/img/project/NPL28-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL29-min.jpg b/assets/img/project/NPL29-min.jpg deleted file mode 100644 index 9bc367e..0000000 Binary files a/assets/img/project/NPL29-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL3-min.jpg b/assets/img/project/NPL3-min.jpg deleted file mode 100644 index 42f43af..0000000 Binary files a/assets/img/project/NPL3-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL30-min.jpg b/assets/img/project/NPL30-min.jpg deleted file mode 100644 index d648d67..0000000 Binary files a/assets/img/project/NPL30-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL31-min.jpg b/assets/img/project/NPL31-min.jpg deleted file mode 100644 index 29d23eb..0000000 Binary files a/assets/img/project/NPL31-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL32-min.jpg b/assets/img/project/NPL32-min.jpg deleted file mode 100644 index 6c2eb3d..0000000 Binary files a/assets/img/project/NPL32-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL33-min.jpg b/assets/img/project/NPL33-min.jpg deleted file mode 100644 index d62069b..0000000 Binary files a/assets/img/project/NPL33-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL34-min.jpg b/assets/img/project/NPL34-min.jpg deleted file mode 100644 index bbe66ce..0000000 Binary files a/assets/img/project/NPL34-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL4-min.jpg b/assets/img/project/NPL4-min.jpg deleted file mode 100644 index a60e3d7..0000000 Binary files a/assets/img/project/NPL4-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL5-min.jpg b/assets/img/project/NPL5-min.jpg deleted file mode 100644 index 72e204b..0000000 Binary files a/assets/img/project/NPL5-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL6-min.jpg b/assets/img/project/NPL6-min.jpg deleted file mode 100644 index a5423e5..0000000 Binary files a/assets/img/project/NPL6-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL7-min.jpg b/assets/img/project/NPL7-min.jpg deleted file mode 100644 index 630d9be..0000000 Binary files a/assets/img/project/NPL7-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL8-min.jpg b/assets/img/project/NPL8-min.jpg deleted file mode 100644 index b5b564f..0000000 Binary files a/assets/img/project/NPL8-min.jpg and /dev/null differ diff --git a/assets/img/project/NPL9-min.jpg b/assets/img/project/NPL9-min.jpg deleted file mode 100644 index 19e3bb0..0000000 Binary files a/assets/img/project/NPL9-min.jpg and /dev/null differ diff --git a/assets/img/shape/01.png b/assets/img/shape/01.png deleted file mode 100644 index b08548e..0000000 Binary files a/assets/img/shape/01.png and /dev/null differ diff --git a/assets/img/shape/02.png b/assets/img/shape/02.png deleted file mode 100644 index aaebf74..0000000 Binary files a/assets/img/shape/02.png and /dev/null differ diff --git a/assets/img/shape/03.png b/assets/img/shape/03.png deleted file mode 100644 index 76fc8e9..0000000 Binary files a/assets/img/shape/03.png and /dev/null differ diff --git a/assets/img/shape/04.png b/assets/img/shape/04.png deleted file mode 100644 index 6f7febf..0000000 Binary files a/assets/img/shape/04.png and /dev/null differ diff --git a/assets/img/shape/05.png b/assets/img/shape/05.png deleted file mode 100644 index 1e0d0c4..0000000 Binary files a/assets/img/shape/05.png and /dev/null differ diff --git a/assets/img/shape/06.png b/assets/img/shape/06.png deleted file mode 100644 index bdd3502..0000000 Binary files a/assets/img/shape/06.png and /dev/null differ diff --git a/assets/img/shape/07.png b/assets/img/shape/07.png deleted file mode 100644 index 02bdbd5..0000000 Binary files a/assets/img/shape/07.png and /dev/null differ diff --git a/assets/img/shape/08.png b/assets/img/shape/08.png deleted file mode 100644 index 93b1da2..0000000 Binary files a/assets/img/shape/08.png and /dev/null differ diff --git a/assets/img/shape/08_tmp18156 b/assets/img/shape/08_tmp18156 deleted file mode 100644 index 93b1da2..0000000 Binary files a/assets/img/shape/08_tmp18156 and /dev/null differ diff --git a/assets/img/shape/09.png b/assets/img/shape/09.png deleted file mode 100644 index 5496ffb..0000000 Binary files a/assets/img/shape/09.png and /dev/null differ diff --git a/assets/img/shape/family_restroom_black_24dp.svg b/assets/img/shape/family_restroom_black_24dp.svg deleted file mode 100644 index df062f6..0000000 --- a/assets/img/shape/family_restroom_black_24dp.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/scss/_about.scss b/assets/scss/_about.scss deleted file mode 100644 index 67a80ff..0000000 --- a/assets/scss/_about.scss +++ /dev/null @@ -1,290 +0,0 @@ -//about-us-area -.about-us-area { - position: relative; - &::before { - content: ''; - position: absolute; - background: url(../img/bg/about-bg1.jpg); - left: 0; - top: 2px; - width: 40%; - height: 854px; - @media #{$md} { - width: 100%; - } - @media #{$xs} { - display: none; - } - } -} -.about-img { - padding-top: 110px; - position: relative; - @media #{$xs} { - padding-top: 0; - } - &__thumb { - & img { - width: 100%; - } - } - &__style-text { - position: absolute; - left: -110px; - top: 40%; - transform: translateY(-50%); - animation: float-bob-y infinite 5s alternate-reverse; - } -} -.about__wrapper { - @media #{$lg} { - padding-left: 0; - } - @media #{$md} { - padding-left: 0; - } - @media #{$xs} { - padding-left: 0; - } - & .section-title { - & h6 { - &.left-line { - &::after { - display: none; - } - } - } - } -} -.partner-list { - & .total-client { - display: inline-block; - & h4 { - font-size: 24px; - font-weight: 500; - margin-bottom: 0; - & span { - color: $theme-color2; - font-size: 30px; - } - @media #{$lg} { - font-size: 22px; - } - } - } - & .joint-btn { - position: relative; - bottom: -5px; - & a.theme_btn { - color: $white; - font-size: 13px; - padding: 11px 24px; - border-radius: 30px; - &::before { - background: $theme-color; - } - } - } -} -.crowd-box { - border-bottom: 1px solid $hr-border-color4; - &__icon { - margin-right: 25px; - & i { - color: $theme-color2; - font-size: 70px; - } - } - &__text { - & p { - color: $body-text-color3; - } - } -} -//about-area-02 -.about-area-02 { - &::before { - display: none; - } - & .about-img { - padding-top: 0; - &__thumb { - position: relative; - z-index: 1; - } - &__style-text { - position: absolute; - left: -88px; - top: 30%; - z-index: 2; - } - &__style-dot { - position: absolute; - right: -65px; - bottom: -46px; - animation: float-bob-y infinite 5s linear; - } - } -} -.about-wrapper-02 { - & .section-title { - & h2 { - margin-bottom: 35px; - } - & p { - color: $body-text-color3; - } - } -} -.about-us-area-03 { - & .about-img { - padding-top: 0; - &__style-shape { - position: absolute; - left: -75px; - bottom: -50px; - z-index: -1; - animation: heartbeat infinite 5s alternate-reverse; - } - } -} -.about__wrap__03 { - & p { - color: $body-text-color3; - margin-bottom: 10px; - } -} -//overview-area -.overview-area { - & .about__wrapper { - @media #{$lg} { - padding-right: 0; - } - @media #{$md} { - padding-right: 0; - } - @media #{$xs} { - padding-right: 0; - } - } - & .about-img { - padding-top: 0; - & .overview__thumb { - & img { - width: 100%; - } - } - & .row { - & .col-xl-6 { - &:nth-child(2) { - & .overview__thumb { - position: relative; - bottom: -147px; - @media #{$md} { - bottom: 0; - } - @media #{$xs} { - bottom: 0; - } - } - } - } - } - &__style-text { - top:auto; - left: auto; - bottom: 95px; - right: -90px; - z-index: -1; - & img { - width: 100%; - } - @media #{$laptop} { - right: 0; - } - @media #{$lg} { - right: 0; - } - @media #{$md} { - right: 0; - } - @media #{$xs} { - right: 0; - } - } - } -} -//company-history-area - -.company-history-area { - &::before { - content: ''; - position: absolute; - background: $grey; - left: 0; - bottom: 0; - width: 100%; - height: 578px; - } -} -.trusted { - &__thumb { - & img { - width: 100%; - } - } - &__content { - padding: 20px 35px 40px 35px; - z-index: 1; - @media #{$lg} { - padding: 20px 20px 40px 20px; - } - @media #{$xs} { - padding: 20px 20px 40px 20px; - } - &::before { - position: absolute; - content: "\f4c5"; - font-family: "Font Awesome 5 pro"; - bottom: 40px; - color: #ededed; - font-size: 85px; - line-height: 1; - opacity: 0.7; - right: 45px; - top: 40px; - z-index: -1; - -webkit-transition: all 0.4s ease-out 0s; - -moz-transition: all 0.4s ease-out 0s; - -ms-transition: all 0.4s ease-out 0s; - -o-transition: all 0.4s ease-out 0s; - transition: all 0.4s ease-out 0s; - } - & p { - color: $body-text-color3; - margin-top: 5px; - } - } - &:hover { - & .trusted__content { - &::before { - transform: scale(1.3); - right: 70px; - } - } - } -} -.y_btn { - color: $white; - font-size: 24px; - line-height: 1; - padding: 18px 28px; - & i { - &:nth-child(1) { - margin-right: 10px; - } - &:nth-child(2) { - margin-left: 10px; - } - } -} \ No newline at end of file diff --git a/assets/scss/_blog.scss b/assets/scss/_blog.scss deleted file mode 100644 index 6838020..0000000 --- a/assets/scss/_blog.scss +++ /dev/null @@ -1,810 +0,0 @@ -//blog-area -.blog-wrapper { - & .section-title { - & h6 { - &.left-line { - &::after { - display: none; - } - } - } - & h2 { - margin-bottom: 30px; - } - & p { - margin-bottom: 30px; - } - } -} -.blogs { - border: 2px solid $hr-border-color6; - @media #{$xs} { - margin-right: 0; - margin-left: 0; - } - &__content { - padding: 0 35px 40px 35px; - @media #{$lg} { - padding: 0 15px 40px 15px; - } - @media #{$md} { - padding: 0 20px 40px 20px; - } - @media #{$xs} { - padding: 0 15px 40px 15px; - } - &--meta { - & span { - color: $body-text-color3; - letter-spacing: -0.3px; - & i { - color: $theme-color2; - margin-right: 2px; - } - &:nth-child(1) { - margin-right: 20px; - @media #{$lg} { - margin-right: 12px; - } - @media #{$xs} { - margin-right: 15px; - } - } - } - } - & h4 { - line-height: 1.3; - @media #{$xs} { - font-size: 20px; - } - } - & .project-manager { - & li { - &:first-child { - margin-right: 60px; - @media #{$lg} { - margin-right: 25px; - } - @media #{$xs} { - margin-right: 15px; - } - } - & a { - & span { - color: $theme-color2; - font-size: 15px; - } - } - } - } - & .more_btn_02 { - color: $body-text-color3; - font-size: 14px; - font-weight: 700; - border-bottom: 2px solid $hr-border-color6; - @include transition(.4s); - & i { - font-size: 13px; - margin-left: 7px; - @include transition(.4s); - } - &:hover { - color: $theme-color2; - border-color: $theme-color2; - & i { - color: $theme-color2; - transform:translateX(5px) - } - } - } - } - &:hover { - & h4 { - color:$theme-color2; - } - & .blogs__thumb { - &--img { - & img { - transform: scale(1.1); - } - } - } - } -} -.blogs__thumb { - &--img { - overflow: hidden; - & img { - width: 100%; - display: block; - @include transition(.4s); - } - } - & .blog-tag { - position: absolute; - bottom: -14px; - left: 40px; - color: $heding; - font-size: 13px; - font-weight: 500; - line-height: 1; - background: $theme-color; - display: inline-block; - padding: 8px 15px; - border-radius: 30px; - } -} -//blogs-02 -.blogs-02 { - border: 0; - position: relative; - & .blogs__thumb { - background-size: cover; - background-position: center; - background-repeat: no-repeat; - left: 0; - top: 0; - right: 0; - bottom: 0; - opacity: 0; - visibility: hidden; - @include transition(.4s); - &::before { - content: ""; - background: $black2; - opacity: 0.90; - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - } - } - & .blogs__content { - padding: 35px 35px 33px 35px; - z-index: 2; - @media #{$lg} { - padding: 35px 10px 33px 10px; - } - @media #{$xs} { - padding: 35px 15px 33px 15px; - } - @media #{$sm} { - padding: 35px 25px 33px 25px; - } - & p { - color: $body-text-color3; - margin-bottom: 35px; - } - &--meta { - border-top: 1px solid $hr-border-color9; - } - & .project-manager { - & li:first-child { - @media #{$lg} { - margin-right: 45px; - } - @media #{$md} { - margin-right: 35px; - } - @media #{$xs} { - margin-right: 15px; - } - @media #{$sm} { - margin-right: 45px; - } - } - } - } - & .blog-tag { - color: #1a1e2d; - font-size: 13px; - font-weight: 500; - line-height: 1; - background: #f59221; - display: inline-block; - padding: 8px 15px; - border-radius: 30px; - } -} -.blogs-02:hover { - & .blogs__thumb { - opacity: 1; - visibility: visible; - } - .blogs__content .project-manager li a span { - color: $theme-color; - } - & .blogs__content { - & h4 { - color:$white; - } - & p { - color:$white; - } - .blogs__content--meta { - border-color: #3e3d3d; - & span { - color:$white; - & i { - color: $theme-color; - } - } - } - } -} -.blogs-03 { - & .blogs__thumb { - & .blog-tag { - color: $white; - background: $theme-color2; - border-radius: 5px; - font-size: 14px; - font-weight: 700; - text-transform: uppercase; - position: relative; - @media #{$xs} { - left: 0; - } - } - } - &__content { - padding: 0 35px 35px 35px; - @media #{$xs} { - padding: 0 20px 35px 20px;; - } - & h3 { - font-size: 30px; - line-height: 1.3; - margin-bottom: 0; - margin-bottom: 15px; - @media #{$xs} { - font-size: 25px; - } - } - & p { - color: $body-text-color3; - margin-bottom: 30px; - } - .blogs__content--meta { - margin-bottom: 22px; - & span { - margin-right: 30px; - @media #{$xs} { - margin-right: 5px; - } - @media #{$lg} { - margin-right: 15px; - } - &:nth-child(1) { - margin-right: 30px; - @media #{$xs} { - margin-right: 5px; - } - } - &:nth-child(2) { - margin-right: 30px; - @media #{$xs} { - margin-right: 5px; - } - } - &:nth-child(3) { - margin-right: 30px; - @media #{$xs} { - margin-right: 5px; - } - } - } - } - } -} - -.blogs-03__video { - & .project-video { - & .project-img { - & img { - width: 100%; - } - } - & .video-area { - & .popup-video { - width: 100px; - height: 75px; - line-height: 75px; - } - } - } -} -.blogs__standard__text { - width: 100%; - background-size: cover; - background-position: center; - background-repeat: no-repeat; - padding: 45px 70px 40px 70px; - @media #{$xs} { - padding: 45px 20px 40px 20px; - } - & h3 { - margin-bottom: 20px; - & a { - color: $white; - font-size: 30px; - @media #{$xs} { - font-size: 20px; - } - } - } - & h5 { - color: $white; - } -} -.pagination { - & .page-item { - & .page-link { - color: $heding; - font-size: 18px; - line-height: 38px; - font-weight: 700; - text-align: center; - border: 3px solid #dbdbdb; - border-radius: 50%; - display: inline-block; - width: 59px; - height: 59px; - background: none; - margin-right: 10px; - @media #{$xs} { - margin-right: 1px; - } - &:focus { - box-shadow: none; - } - &:hover { - border-color: $theme-color; - background: $theme-color; - } - } - } -} -.widget-search-box { - padding: 35px; - & .subscribe-form { - position: relative; - & input:focus { - box-shadow: none; - border: 0; - } - & .form-control { - color: $body-text-color3; - font-size: 16px; - font-weight: 500; - background-color: $grey3; - position: relative; - left: 0; - top: 0; - width: 100%; - height: 65px; - z-index: 1; - border-radius: 30px; - border: 0; - display: block; - padding: 0 0 0 40px; - } - & button { - border: 0; - background: 0; - color: $theme-color2; - font-size: 18px; - position: absolute; - right: 35px; - top: 50%; - transform: translateY(-50%); - z-index: 2; - cursor: pointer; - } - } -} -.widget-title { - font-size: 24px; -} -.widget-list { - & li { - color: $body-text-color5; - font-size: 18px; - font-weight: 500; - line-height: 1.3; - background: $white; - padding: 23px 35px; - margin-bottom: 5px; - position: relative; - z-index: 1; - &::before { - content: ''; - position: absolute; - background: $theme-color2; - width: 100%; - height: 0; - left: 0; - right: 0; - top:0; - bottom: 0; - @include transition(.4s); - z-index: -1; - } - &:hover { - color: $white; - &::before { - height: 100%; - } - } - } -} -.widget { - & .post { - &__text { - & h5 { - margin-bottom: 0; - @media #{$lg} { - font-size: 16px; - } - } - } - &:hover { - & .post__text { - & h5 { - & a { - color: $theme-color2; - } - } - } - } - } -} -.post-list { - & li { - margin-right: 20px; - margin-left: 35px; - border-bottom:1px solid $hr-border-color6; - margin-bottom: 23px; - @media #{$lg} { - margin-right: 10px; - margin-left: 10px; - } - &:last-child { - border-bottom: 0; - } - } -} -.instafeed { - overflow: hidden; - padding: 0px 35px 35px 35px; - & li { - float: left; - width: 50%; - padding: 0 5px; - margin-bottom: 10px; - & a { - position: relative; - display: block; - & img { - width: 100%; - } - &::before { - content: ''; - position: absolute; - background: $theme-color2; - opacity: 0; - left: 0; - right: 0; - top: 0; - bottom: 0; - transform: scale(0); - z-index: 1; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; - } - & .insta-icon { - position: absolute; - left: 0; - right: 0; - margin: 0 auto; - top: 50%; - z-index: 2; - transform: translateY(-50%); - opacity: 0; - text-align: center; - font-size: 35px; - color: #fff; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; - } - &:hover { - &::before { - opacity: 0.78; - transform: scale(1); - } - & .insta-icon { - opacity: 1; - } - } - } - } -} -.tags { - padding: 10px 35px 20px 35px; - & a { - color: $body-text-color6; - font-size: 14px; - line-height: 1; - font-weight: 500; - display: inline-block; - margin: 0 3px 7px 0; - padding: 10px 13px; - border: 1px solid $hr-border-color11; - @include transition(.4s); - &:hover { - color: $white; - background: $theme-color2; - border-color: $theme-color2; - } - } -} -//blog-details-area -.blogs-details-content-area { - padding: 0 38px 0 38px; - @media #{$xs} { - padding: 0 20px 0 20px; - } - & .blogs-03 { - border: 0; - &__content { - padding: 0 0 0 0; - } - } - .details-list { - & li { - float: none; - width: 100%; - padding-left: 0; - margin-bottom: 22px; - & i { - color: $theme-color2; - margin-right: 18px; - } - &::before { - display: none; - } - } - } -} -.blogs-details-text { - & h3 { - font-size: 30px; - @media #{$xs} { - font-size: 25px; - } - } - & p { - color: $body-text-color3; - } - & .blogs-details-img { - & img { - width: 100%; - } - } -} -.blog-post-tag { - border-top: 2px solid $hr-border-color11; -} -.post-tag-list { - & span { - color: $heding; - font-size: 18px; - font-weight: 700; - } - & a { - color: $body-text-color3; - font-size: 15px; - font-weight: 500; - line-height: 1; - &:hover { - color: $theme-color2; - } - } -} -.post-share-icon { - & span { - color: $heding; - font-size: 18px; - font-weight: 700; - } - & a { - color: #757575; - font-size: 14px; - margin-left: 20px; - &:hover { - color: $theme-color2; - } - } -} -.blog-post-text { - padding: 35px 70px 32px 50px; - @media #{$xs} { - padding: 35px 20px 32px 20px; - } - & h4 { - font-size: 24px; - color:$white; - line-height: 1.4; - margin-bottom: 10px; - } - & p { - color: $white; - font-weight: 700; - & i { - font-size: 18px; - margin-right: 5px; - } - } -} -.author { - overflow: hidden; - padding: 40px 50px 40px 40px; - @media #{$xs} { - padding: 40px 20px 40px 20px; - } - &__avatar { - float: left; - margin-right: 35px; - @media #{$xs} { - float: none; - margin-bottom: 20px; - } - } - &__text { - overflow: hidden; - & p { - color: $heding; - margin-bottom: 10px; - } - & .post-share-icon { - & a { - margin-left: 0; - margin-right: 20px; - } - } - } -} -.blog-post-area { - padding-top: 50px; - border-top: 2px solid $hr-border-color11; - border-bottom: 2px solid $hr-border-color11; -} -.post__text--meta { - & span { - color: $body-text-color; - font-size: 14px; - margin-right: 14px; - } -} -.post-comments { - & .comments-title { - font-size: 24px; - } -} -.comments { - &__avatar { - float: left; - overflow: hidden; - margin-right: 20px; - @media #{$xs} { - float: none; - margin-bottom: 20px; - } - } - &__content { - & span { - color: $theme-color2; - font-size: 15px; - font-weight: 500; - display: inline-block; - margin-bottom: 8px; - } - & p { - color: $body-text-color3; - margin-bottom: 8px; - } - & .com-btn { - color: $theme-color2; - font-size: 13px; - font-weight: 600; - text-transform: uppercase; - } - } -} -.latest-comments { - & li { - padding-bottom: 40px; - &.children { - margin-left: 105px; - @media #{$xs} { - margin-left: 0; - } - } - &:last-child { - border-bottom: 2px solid $hr-border-color11; - } - } -} -.post-form-area { - & .input-text { - position: relative; - &::before { - position: absolute; - content: '\f007'; - font-family: 'Font Awesome 5 pro'; - font-size: 15px; - color: $theme-color2; - right: 20px; - top: 50%; - z-index: 1; - transform: translateY(-50%); - } - &.input-mail { - &::before { - content: '\f2b6'; - } - } - &.input-msg { - &::before { - content: '\f040'; - top:20px - } - } - & input:focus { - border: 2px solid $theme-color2; - box-shadow: none; - background: none; - border-radius: 5px; - } - & .form-control { - background-color: $grey; - position: relative; - width: 100%; - height: 70px; - color: $heding; - font-size: 15px; - font-weight: 500; - border: 0; - padding-left: 25px; - display: block; - border-radius: 0; - } - & textarea { - background-color: $grey; - position: relative; - width: 100%; - height: 120px; - border: 0; - color: $heding; - font-size: 15px; - font-weight: 500; - resize: none; - padding: 20px 0 0 27px; - &::placeholder { - color: $heding; - } - } - textarea:focus { - border-radius: 5px; - border: 2px solid $theme-color2; - background: none; - } - } -} \ No newline at end of file diff --git a/assets/scss/_breadcrumb.scss b/assets/scss/_breadcrumb.scss deleted file mode 100644 index 0bfcc50..0000000 --- a/assets/scss/_breadcrumb.scss +++ /dev/null @@ -1,101 +0,0 @@ -//page-title-area -.page-title-area { - width: 100%; - background-size: cover; - background-repeat: no-repeat; - background-position: center; - min-height: 575px; - position: relative; - margin-top: -10px; - @media #{$md} { - min-height: 450px; - } - - @media #{$xs} { - min-height: 400px; - } - - @media #{$sm} { - min-height: 400px; - } - - &::before { - content: ""; - background-color: $black3; - opacity: 0.50; - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - } - & .right-border-shape { - position: absolute; - right: 0; - top: -190px; - } -} - -.page-title-wrapper { - padding-top: 200px; - & .page-title { - color: $white; - font-size: 85px; - line-height: 1; - font-family: $poppins; - font-weight: 700; - letter-spacing: -0.5px; - margin-bottom: 20px; - - @media #{$md} { - font-size: 70px; - } - - @media #{$xs} { - font-size: 32px; - } - - @media #{$sm} { - font-size: 32px; - } - } - & .breadcrumb { - background: 0; - justify-content: center; - padding: 0; - margin: 0; - } -} - - ul.breadcrumb-list { - text-align: left; - display: inline-block; - & li { - display: inline-block; - padding: 0 7px; - - & a { - color: $white; - font-size: 24px; - font-family: $poppins; - display: inline-block; - letter-spacing: -0.3px; - font-weight: 600; - @media #{$xs} { - font-size: 18px; - } - - @media #{$sm} { - font-size: 20px; - } - & i { - font-size: 18px; - margin-left: 8px; - line-height: 1; - } - &.active { - color: $theme-color; - } - } - } - } diff --git a/assets/scss/_common.scss b/assets/scss/_common.scss deleted file mode 100644 index eccb222..0000000 --- a/assets/scss/_common.scss +++ /dev/null @@ -1,638 +0,0 @@ -/*----------------------------------------*/ -/* 01. Theme default CSS -/*----------------------------------------*/ -@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap'); -/* 1. Theme default css */ - - body { - font-family: $poppins; - font-size: 15px; - line-height: 28px; - font-weight: 400; - font-style: normal; - color:$body-text-color; -} -// .img,img { -// max-width: 100%; -// @include transition(.3s); -// } -.f-left { - float: left -} -.f-right { - float: right -} -.fix { - overflow: hidden -} -a, -.button { - @include transition(.3s); -} -a:focus, -.button:focus { - text-decoration: none; - outline: none; -} -a:focus, -a:hover -{ - color: inherit; - text-decoration: none; -} -a, -button { - color: inherit; - outline: medium none; -} -button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0} -.uppercase { - text-transform: uppercase; -} -.capitalize { - text-transform: capitalize; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: $poppins; - color: $heding; - line-height: 1.1; - margin-top: 0px; - font-style: normal; - font-weight: 700; - text-transform: normal; - letter-spacing: -0.3px; -} -h1 a, -h2 a, -h3 a, -h4 a, -h5 a, -h6 a { - color: inherit; -} -h1 { - font-size: 40px; -} -h2 { - font-size: 35px; -} -h3 { - font-size: 28px; -} -h4 { - font-size: 22px; -} -h5 { - font-size: 18px; -} -h6 { - font-size: 16px; -} -ul { - margin: 0px; - padding: 0px; -} -li { - list-style: none -} -p { - font-size: 15px; - font-weight: 400; - line-height: 28px; - font-family: $poppins; - color: $body-text-color; - margin-bottom: 0; -} -hr { - border-bottom: 1px solid $hr-border-color; - border-top: 0 none; - margin: 30px 0; - padding: 0; -} -label { - color: $grey; - cursor: pointer; - font-size: 14px; - font-weight: 400; -} -*::-moz-selection { - background: $black; - color: $white; - text-shadow: none; -} -::-moz-selection { - background: $black; - color:$white; - text-shadow: none; -} -::selection { - background: $black; - color: $white; - text-shadow: none; -} - -/*-- - - Input Placeholder ------------------------------------------*/ -*::-moz-placeholder { - color: $black; - font-size: 14px; - opacity: 1; -} -*::placeholder { - color: $black; - font-size: 14px; - opacity: 1; -} - - -/*-- - - position Classes ------------------------------------------*/ -.pos-rel { - position: relative; -} -.pos-abl { - position: absolute; -} -/*-- - - Common Classes ------------------------------------------*/ -.fix { - overflow:hidden -} -.clear{ - clear: both; -} - - -/*-- - - Background color ------------------------------------------*/ - -.grey-bg { - background: $grey; -} - -.white-bg { - background:$white; -} -.black-bg { - background: $black; -} -.black-bg2 { - background: #fefefe; -} -.heding-bg { - background: $heding; -} -.theme-bg { - background: $theme-color; -} -.theme-bg2 { - background: $theme-color2; -} -// .primary-bg { -// background: #222; -// } - -/*-- - - color ------------------------------------------*/ -.white-color { - color: $white; -} -.black-color { - color: $black; -} -.theme-color { - color: $theme-color; -} -// .primary-color { -// color: #222; -// } - -/*-- - -theme-btn -----------------------------------------*/ -.theme_btn { - overflow: hidden; - color: $heding; - background: #f59221; - font-size: 14px; - font-weight: 700; - line-height: 1; - font-family: "Poppins", sans-serif; - padding: 22px 38px 22px 38px; - display: inline-block; - border-radius: 30px; - position: relative; - z-index: 1; - cursor: pointer; - text-transform: uppercase; - transition: all 0.4s ease-in-out; - & i { - font-size: 15px; - line-height: 1; - margin-left: 5px; - @include transition(.4s); - } - &::before { - top: 0px; - width: 0px; - left: auto; - right: 0px; - z-index: -1; - bottom: 0px; - content: ""; - position: absolute; - border-radius: 30px; - transition: all 0.3s ease-in-out; - } - &:hover { - color:$white; - &::before { - left: 0px; - width: 100%; - right: auto; - } - & i { - transform: translateX(10px); - } - } -} -.theme_btn_bg { - &::before { - background: $theme-color2; - } -} -.theme_btn_bg_02 { - &::before { - background: $theme-color; - } -} -//border-btn -.theme-border-btn { - color: $white; - background: transparent; - border: 2px solid $hr-border-color; - &:hover { - color: $heding; - border-color: transparent; - &::before { - background: $theme-color; - } - } -} -.theme_btn2 { - background: $theme-color2; - &:hover { - border-color: transparent; - background: transparent; - } -} -//left-line -.left-line { - position: relative; - &::before { - content: ""; - background: $white; - position: absolute; - left: 0; - top: 10px; - width: 50px; - height: 2px; - z-index: 1; - } -} - - - -/*-- -section-title -----------------------------------------*/ -.section-title { - & h6 { - color: $theme-color2; - font-size: 18px; - font-family: $poppins; - line-height: 1.1; - font-weight: 600; - margin-bottom: 25px; - display: inline-block; - @media #{$xs} { - padding-left: 60px; - padding-right: 60px; - } - &.left-line { - &::before { - background: $theme-color2; - width: 51px; - height: 3px; - left: 0; - } - &::after { - content: ""; - background: $theme-color2; - position: absolute; - - right: 0; - top: 10px; - width: 51px; - height: 3px; - z-index: 1; - } - } - } - & h2 { - color: $heding; - font-size:55px; - line-height: 1.1; - font-weight: 700; - font-family: $poppins; - letter-spacing: -0.3px; - & span { - font-weight: 300; - } - @media #{$lg} { - font-size: 40px; - } - @media #{$md} { - font-size: 45px; - } - @media #{$xs} { - font-size: 24px; - } - @media #{$sm} { - font-size: 30px; - } - } -} -//white-title -.white-title { - & h6 { - color: $theme-color; - &.left-line { - &::before { - background-color: $theme-color; - } - &::after { - background-color: $theme-color; - } - } - } - & h2 { - color: $white; - } -} - -//video-icon -.popup-video { - color: $theme-color2; - background: $white; - border-radius: 50%; - font-size: 14px; - line-height: 100px; - display: inline-block; - width: 100px; - height: 100px; - text-align: center; - -webkit-transition: all 0.4s ease-out 0s; - -moz-transition: all 0.4s ease-out 0s; - -ms-transition: all 0.4s ease-out 0s; - -o-transition: all 0.4s ease-out 0s; - transition: all 0.4s ease-out 0s; - position: relative; - z-index: 1; - animation: pulseBig infinite 5s linear; - &:hover { - color: $white; - background: $theme-color2; - } -} - -/*-- - - Margin & Padding ------------------------------------------*/ -/*-- Margin Top --*/ -@for $i from 1 through 40 { - .mt-#{5 * $i}{margin-top: 5px * $i;} -} - -/*-- Margin Bottom --*/ -@for $i from 1 through 40 { - .mb-#{5 * $i}{margin-bottom: 5px *$i;} -} -/*-- Margin Left --*/ -@for $i from 1 through 40 { - .ml-#{5 * $i}{margin-left: 5px * $i;} -} - -/*-- Margin Right --*/ -@for $i from 1 through 40 { - .mr-#{5 * $i}{margin-right: 5px *$i;} -} - -/*-- Padding Top --*/ -@for $i from 1 through 40 { - .pt-#{5 * $i}{padding-top: 5px *$i;} -} - -/*-- Padding Bottom --*/ -@for $i from 1 through 40 { - .pb-#{5 * $i}{padding-bottom: 5px *$i;} -} - -/*-- Padding Left --*/ -@for $i from 1 through 40 { - .pl-#{5 * $i}{padding-left: 5px *$i;} -} - -/*-- Padding Right --*/ -@for $i from 1 through 40 { - .pr-#{5 * $i}{padding-right: 5px *$i;} -} - - -// others common css here :) - -.dark #preloader { - background-color: #232323; -} - -#preloader { - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: #f7f7f7; - z-index: 999999; -} - -.preloader { - width: 50px; - height: 50px; - display: inline-block; - padding: 0px; - text-align: left; - box-sizing: border-box; - position: absolute; - top: 50%; - left: 50%; - margin-left: -25px; - margin-top: -25px; -} - -.preloader span { - position: absolute; - display: inline-block; - width: 50px; - height: 50px; - border-radius: 100%; - background: $theme-color; - -webkit-animation: preloader 1.3s linear infinite; - animation: preloader 1.3s linear infinite; -} - -.preloader span:last-child { - animation-delay: -0.8s; - -webkit-animation-delay: -0.8s; -} - -@keyframes preloader { - 0% { - transform: scale(0, 0); - opacity: 0.5; - } - - 100% { - transform: scale(1, 1); - opacity: 0; - } -} - -@-webkit-keyframes preloader { - 0% { - -webkit-transform: scale(0, 0); - opacity: 0.5; - } - - 100% { - -webkit-transform: scale(1, 1); - opacity: 0; - } -} -//scrollup -#scrollUp { - background: $theme-color; - width: 50px; - height: 50px; - position: absolute; - right: 50px; - bottom: 50px; - border-radius: 10px; - line-height: 50px; - text-align: center; - & i { - color: $white; - } -} -//animation - -/* Move frame*/ -@keyframes moveRound { - 0% {background-color:#eee3ff; left:-24px; top:0px;} - 25% {background-color:#feddfc; left:100px; top:0px;} - 50% {background-color:#efe4ff; left:100px; top:100px;} - 75% {background-color:#e2fcf4; left:-24px; top:200px;} - 100% {background-color:#eee3ff; left:-24px; top:0px;} -} -@-webkit-keyframes moveRound { - 0% {background-color:#eee3ff; left:-24px; top:0px;} - 25% {background-color:#feddfc; left:100px; top:0px;} - 50% {background-color:#efe4ff; left:100px; top:200px;} - 75% {background-color:#e2fcf4; left:-24px; top:100px;} - 100% {background-color:#eee3ff; left: -24px; top:0px;} -} -@keyframes moveShap { - 0% {left: 0px; top:0px;} - 25% {left:100px; top:0px;} - 50% {left:100px; top:100px;} - 75% {left: 0px; top:200px;} - 100% {left: 0px; top:0px;} -} -@keyframes moveShap2 { - 0% {right: 230px; top: 85px;} - 25% {right:100px; top: 85px;} - 50% {right:100px; top:100px;} - 75% {right: 230px; top:200px;} - 100% {right: 220px; top: 100px;} -} -/* Heartbeat frame*/ -@-webkit-keyframes heartbeat { - to { - -webkit-transform: scale(1.2); - transform: scale(1.2); - } -} - -@keyframes heartbeat { - to { - -webkit-transform: scale(1.2); - transform: scale(1.2); - } -} -/* Rotation frame*/ -@keyframes rotation { - to{ - transform: rotate(360deg); - } -} -/* pulseBig */ -@keyframes pulseBig { - 0% { - box-shadow: 0 0 0 0 #fff; - } - - 50% { - box-shadow: 0 0 0 30px rgba(1, 93, 199, 0); - } - - 100% { - box-shadow: 0 0 0 0 rgba(1, 93, 199, 0); - } -} -/* pulseBig2 */ -@keyframes pulseBig2 { - 0% { - box-shadow: 0 0 0 0 #e5aa8f; - } - - 50% { - box-shadow: 0 0 0 20px rgba(1, 93, 199, 0); - } - - 100% { - box-shadow: 0 0 0 0 rgba(1, 93, 199, 0); - } -} -/* pulseBig2 */ -@keyframes pulseBig3 { - 0% { - box-shadow: 0 0 0 0 #ffffff; - } - - 50% { - box-shadow: 0 0 0 20px rgba(1, 93, 199, 0); - } - - 100% { - box-shadow: 0 0 0 0 rgba(1, 93, 199, 0); - } -} diff --git a/assets/scss/_contact.scss b/assets/scss/_contact.scss deleted file mode 100644 index 1d01ac8..0000000 --- a/assets/scss/_contact.scss +++ /dev/null @@ -1,198 +0,0 @@ -//subscribe-area -.subscribe-bg { - padding: 55px 0 20px 60px; - margin-top: -130px; - @media #{$xs} { - padding: 55px 0 20px 10px; - } -} -.subscribe-wrapper { - & .section-title { - & h6 { - color: $white; - &.left-line { - &::before { - background: $white; - } - &::after { - display: none; - } - } - } - & h2 { - color: $white; - } - } -} -.subscribe-content { - margin-right: 100px; - @media #{$xs} { - margin-right: 0; - } - & h6 { - color: $white; - font-weight: 400; - margin-bottom: 22px; - } - & .subscribe-form { - position: relative; - & input:focus { - box-shadow: none; - } - & .form-control { - color: $body-text-color2; - font-size: 15px; - line-height: 1; - font-weight: 600; - font-family: $poppins; - background: $white; - position: relative; - border-radius: 0; - border: 0; - width: 100%; - height: 80px; - z-index: 1; - display: block; - padding-left: 35px; - } - & button { - border: 0; - color: $heding; - background: $theme-color; - font-size: 15px; - padding: 12px 20px; - position: absolute; - right: 15px; - top: 50%; - transform: translateY(-50%); - z-index: 1; - display: inline-block; - cursor: pointer; - } - } -} -//cta-area -.cta-wrapper { - & .section-title { - & h2 { - font-weight: 300; - & b { - font-weight: 700; - } - } - } -} -.cta-btn { - & a { - color: $white; - background: $heding; - &:hover { - background: transparent; - } - } -} -//cta-area-02 -.cta-area-02 { - height: 100%; - background-size: cover; - background-position: center; - background-repeat: no-repeat; - & .cta-wrapper { - & .section-title { - & h2 { - color: $white; - } - } - & .cta-btn { - & a { - color: $heding; - background: $white; - } - } - } -} -.contact-box { - &__icon { - margin-right: 18px; - @media #{$md} { - margin-bottom: 20px; - } - @media #{$xs} { - margin-bottom: 20px; - } - & i { - color: white; - font-size: 24px; - background: #04391B; - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - text-align: center; - line-height: 60px; - animation: pulseBig infinite .5s linear; - } - } - &__content { - & h4 { - font-size: 24px; - } - & h5 { - color: $body-text-color3; - font-weight: 500; - } - } -} -.contact-form { - border-top: 2px solid $hr-border-color11; - & .input-box { - & h5 { - font-size: 20px; - margin-bottom: 22px; - } - & .input-text { - & .form-control { - background-color: $grey3; - } - &.input-phone { - &::before { - content: '\f095'; - } - } - &.input-sub { - &::before { - content: '\f095'; - } - } - } - & .input-message { - &::before { - display: none; - } - & textarea { - background-color: $grey3; - &:focus { - background-color: $grey3; - } - } - } - } - & .msg-btn { - a.theme_btn { - padding: 22px 72px 22px 72px; - } - } -} -.contact-map-area { - & .map-02 { - & iframe { - width: 100%; - min-height: 665px; - border: 0; - margin-bottom: -8px; - @media #{$xs} { - min-height: 450px; - } - } - } -} \ No newline at end of file diff --git a/assets/scss/_counter.scss b/assets/scss/_counter.scss deleted file mode 100644 index d8ef42e..0000000 --- a/assets/scss/_counter.scss +++ /dev/null @@ -1,106 +0,0 @@ -//counter-area -.counter-area { - background-size: cover; - background-repeat: no-repeat; - background-position: center; -} -.counetrs { - @media #{$xs} { - text-align: center; - } - &__icon { - & i { - color: $theme-color; - font-size: 55px; - line-height: 1; - } - } - & h1 { - color: $white; - font-size: 55px; - } - & p { - color: $white; - font-weight: 500; - } -} -//brand-area -.brand-area { - & .custom-container-02 { - max-width: 1440px; - margin: 0 auto; - border-bottom: 2px solid $hr-border-color6; - } - .custom-col-02 { - display: flex; - flex: 0 0 20%; - } - .brand-slide { - & .brand-img { - text-align: center; - & a { - display: inline-block; - } - } - } -} -//inner-counter -.inner-counters { - .row { - & .col-xl-6 { - &:nth-child(1) { - & .counters { - position: relative; - &::before { - content: ''; - position: absolute; - background: $theme-color2; - width: 3px; - height: 51px; - top: 0; - right: 0; - z-index: 1; - } - } - } - } - } -} - .counters { - @media #{$lg} { - padding-left: 0; - } - @media #{$xs} { - padding-left: 0; - } - &__icon { - & i { - color: $theme-color2; - font-size: 50px; - margin-right: 20px; - } - } - &__content { - & h3 { - color: $theme-color2; - font-size: 30px; - margin-bottom: 03px; - } - & p { - color:$heding; - font-weight: 500; - } - } - } -//counter-area-02 -.counter-area-02 { - & .custom-container-05 { - max-width: 1400px; - margin: 0 auto; - } - & .counetrs { - & h1 { - font-weight: 600; - } - } -} \ No newline at end of file diff --git a/assets/scss/_events.scss b/assets/scss/_events.scss deleted file mode 100644 index 03ed55a..0000000 --- a/assets/scss/_events.scss +++ /dev/null @@ -1,458 +0,0 @@ -//donation-area -.donation-area { - position: relative; - background-size: cover; - background-repeat: no-repeat; - background-position: center; - &::before { - content: ""; - background: #08133b; - opacity: 0.50; - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - } -} -.donation-wrapper { - & .btn-list { - & li { - display: inline-block; - &:first-child { - margin-right: 5px; - } - } - } -} -//video-area -.video-wrapper { - @media #{$xs} { - text-align: center !important; - } -} -.video-area { - display: inline-block; - &::before { - content: ' '; - position: absolute; - left: -15px; - top: -15px; - width: 128px; - height: 128px; - border: 1px solid $white; - opacity: 0.2; - border-radius: 50%; - -webkit-transition: all 0.4s ease-out 0s; - -moz-transition: all 0.4s ease-out 0s; - -ms-transition: all 0.4s ease-out 0s; - -o-transition: all 0.4s ease-out 0s; - transition: all 0.4s ease-out 0s; - z-index: 1; - } -} -.donation-wrapper-02 { - & .white-title { - & h6 { - &.left-line { - &::after { - display: none; - } - } - } - } -} -//events-area -.events { - position: relative; - & .events_tag { - color: $heding; - font-size: 15px; - font-weight: 600; - line-height: 1; - letter-spacing: -0.3px; - background: $theme-color; - padding: 6px 13px; - display: inline-block; - position: absolute; - z-index: 2; - left: 35px; - top:20px; - } - &__img { - z-index: 1; - overflow: hidden; - &::before { - content: ''; - position: absolute; - background-image: -moz-linear-gradient( -90deg, rgba(26,30,45,0) 0%, rgba(26,30,45,0.39) 30%, rgba(26,30,45,0.78824) 100%); - background-image: -webkit-linear-gradient( -90deg, rgba(26,30,45,0) 0%, rgba(26,30,45,0.39) 30%, rgba(26,30,45,0.78824) 100%); - background-image: -ms-linear-gradient( -90deg, rgba(26,30,45,0) 0%, rgba(26,30,45,0.39) 30%, rgba(26,30,45,0.78824) 100%); - left: 0; - top: 0; - width: 100%; - height: 100%; - z-index: 2; - } - & img { - width: 100%; - } - & .block-one { - @include transition(.4s); - } - & .events-back { - position: absolute; - width: 100%; - height: 100%; - left: 0; - top: 0; - right: 0; - z-index: 1; - opacity: 0; - visibility: hidden; - background-size: cover; - background-position: center; - background-repeat: no-repeat; - @include transition(.4s); - } - } - &__content { - left: 35px; - right: 0; - bottom: 30px; - z-index: 2; - span { - color: $white; - font-size: 15px; - font-weight: 500; - display: inline-block; - margin-bottom: 5px; - & i { - color: $theme-color; - margin-right: 10px; - } - } - & .events-title { - color: $white; - font-size: 20px; - line-height: 1.3; - &:hover { - color: $theme-color2; - } - } - & .more_btn { - background: $theme-color2; - position: absolute; - right: 25px; - bottom: -57px; - width: 50px; - height: 50px; - z-index: 2; - text-align: center; - line-height: 50px; - color: #fff; - font-size: 15px; - display: inline-block; - cursor: pointer; - & i { - color: $white; - } - &::before { - top: 0px; - width: 0px; - left: auto; - right: 0px; - z-index: -1; - bottom: 0px; - content: ""; - position: absolute; - border-radius: 0; - transition: all 0.3s ease-in-out; - } - &:hover { - & i { - color:$heding; - } - &::before { - left: 0px; - width: 100%; - right: auto; - background: $theme-color; - } - } - } - } - &:hover { - & .block-one { - opacity: 0; - visibility: hidden; - } - & .events-back { - transform: scale(1.1); - opacity: 1; - visibility: visible; - } - } -} -//events-details-area -.events-details-box { - & h3 { - font-size: 40px; - margin-bottom: 42px; - @media #{$xs} { - font-size: 35px; - } - } - & .evetns__details__thumb { - @media #{$xs} { - margin-bottom: 40px; - } - & img { - width: 100%; - } - } - .events-details-meta { - text-align: center; - margin-right: 30px; - margin-left: 30px; - padding: 25px 0 25px 0; - position: relative; - margin-top: -40px; - z-index: 1; - margin-bottom: 30px; - @media #{$lg} { - margin-right: 0; - margin-left: 0; - } - & span { - color: $white; - font-size: 18px; - font-weight: 500; - line-height: 1; - letter-spacing: -0.3px; - &:nth-child(2) { - margin-right: 30px; - margin-left: 30px; - padding-right: 30px; - padding-left: 30px; - position: relative; - &::before { - content: ''; - position: absolute; - left: 0; - top:-25px; - background: #0bce74; - height: 75px; - width: 1px; - } - &::after { - content: ''; - position: absolute; - right: 0; - top:-25px; - background: #0bce74; - height: 75px; - width: 1px; - } - } - } - } - & p { - color: $body-text-color3; - } -} -.events-details-list { - & h3 { - font-size: 30px; - margin-bottom: 12px; - @media #{$xs} { - font-size: 25px; - } - } - & p { - color: $body-text-color3; - } -} -.details-list { - overflow: hidden; - & li { - color: $heding; - font-size: 15px; - font-weight: 500; - line-height: 1.3; - margin-bottom: 32px; - float: left; - width: 50%; - padding-left: 50px; - position: relative; - @media #{$lg} { - float: none; - width: 100%; - } - @media #{$md} { - float: none; - width: 100%; - } - @media #{$xs} { - float: none; - width: 100%; - } - &::before { - content: '\f00c'; - position: absolute; - font-family: 'Font Awesome 5 pro'; - font-size: 14px; - color: #674df0; - text-align: center; - left: 0; - top: -7px; - width: 35px; - height: 35px; - line-height: 35px; - border: 1px solid $hr-border-color10; - border-radius: 50%; - -webkit-transition: all 0.4s ease-out 0s; - -moz-transition: all 0.4s ease-out 0s; - -ms-transition: all 0.4s ease-out 0s; - -o-transition: all 0.4s ease-out 0s; - transition: all 0.4s ease-out 0s; - z-index: 1; - } - &:hover { - &::before { - color: $white; - border-color: $theme-color2; - background: $theme-color2; - } - } - } -} -.map-area { - & iframe { - width: 100%; - height: 470px; - border: 0; - } -} -.post { - &__img { - @media #{$lg} { - margin-right: 5px; - } - } - &__text { - & span { - color: $body-text-color3; - font-weight: 500; - display: inline-block; - margin-bottom: 5px; - & i { - color: $theme-color2; - } - } - & h5 { - line-height: 1.5; - @include transition(.3s); - } - } - &:hover { - & .post__text { - & h5 { - color: $theme-color2; - } - } - } -} -.widget-contact-box { - padding: 40px 50px 35px 45px; - z-index: 1; - @media #{$lg} { - padding: 40px 18px 35px 18px; - } - @media #{$xs} { - padding: 40px 20px 35px 20px; - } - &::before { - position: absolute; - right: 30px; - content: "\f10a"; - font-family: "Flaticon"; - bottom: 30px; - color: $heding; - opacity: 0.03; - font-size: 160px; - line-height: 1; - z-index: -1; - } - & h4 { - font-size: 24px; - margin-bottom: 25px; - } - & p{ - color: $body-text-color3; - margin-bottom: 10px; - } - & .address-list { - & li { - & a { - color: $body-text-color3; - display: inline-block; - margin-bottom: 10px; - & i { - color: $theme-color2; - } - } - } - } - & .media-social { - opacity: 1; - visibility: visible; - position: relative; - bottom: 0; - & li { - & a { - color: $grey2; - background-color:$white; - margin-right: 5px; - &:hover { - color: $heding; - background: $theme-color; - } - } - } - } -} -.widget-donate-box { - padding-top: 130px; - padding-bottom: 95px; - background-size: cover; - background-position: center; - background-repeat: no-repeat; - z-index: 1; - &::before { - content: ""; - background-color: #08133b; - opacity: 0.75; - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - z-index: -1; - } - & h5 { - color: $theme-color; - font-weight: 600; - margin-bottom: 20px; - } - & h3 { - font-size: 30px; - color: $white; - margin-bottom: 32px; - } - & a.theme_btn { - padding: 17px 35px 17px 35px; - } -} - - \ No newline at end of file diff --git a/assets/scss/_faq.scss b/assets/scss/_faq.scss deleted file mode 100644 index 5a336d0..0000000 --- a/assets/scss/_faq.scss +++ /dev/null @@ -1,180 +0,0 @@ -//faq-area -.faq-area { - &::before { - content: ''; - position: absolute; - background: url(../img/shape/05.png) no-repeat; - left: 260px; - top: 0; - width: 702px; - height: 569px; - @media #{$md} { - left: 0; - } - @media #{$xs} { - left: 0; - width: 300px; - } - } -} -.faq-wrapper { - .white-title { - & h6 { - &.left-line { - &::after { - display: none; - } - } - } - & h2 { - margin-bottom: 25px; - } - & p { - color: $body-text-color3; - margin-bottom: 35px; - } - } -} -.card { - border: 0; - background: 0; - padding: 0; - background-size: cover; - background-position: center; - background-repeat: no-repeat; - & .card-header { - background: 0; - padding: 0; - border-radius: 0; - border: 0; - position: relative; - z-index: 1; - & button { - color: $white; - font-size: 16px; - line-height: 1.3; - font-weight: 700; - display: block; - width: 100%; - text-align: left; - border: 0; - border-radius: 0; - white-space: normal; - padding: 20px 60px 20px 35px; - position: relative; - } - & .btn-link:hover { - text-decoration: none; - } - & .btn-link.focus, & .btn-link:focus { - text-decoration: none; - } - & .btn-link { - position: relative; - color: $heding; - &::before { - content: "\f054"; - position: absolute; - font-family: "Font Awesome 5 pro"; - font-size: 18px; - color: $heding; - line-height: 1; - right: 40px; - top: 50%; - transform: translateY(-50%) rotate(90deg); - z-index: 1; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; - } - } - & .collapsed { - position: relative; - color: $white; - background: $heding2; - &::before { - content: "\f054"; - position: absolute; - font-family: "Font Awesome 5 pro"; - font-size: 18px; - color: $theme-color; - line-height: 1; - right: 40px; - top: 50%; - transform: translateY(-50%); - z-index: 1; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out 0s; - } - } - } - & .card-body { - position: relative; - z-index: 1; - padding: 0 35px 25px 35px; - & p { - color: $heding; - } - } -} -.card-bg { - position: relative; - &::before { - content: " "; - position: absolute; - background: $theme-color; - opacity: 0.9; - width: 100%; - height: 100%; - left:0; - top: 0; - z-index: 1; - } -} -//card-02 -.card-02 { - &::before { - background: $heding; - } - & .card-header { - & .btn-link { - color: $white; - &::before { - color: $white; - } - } - & .collapsed { - color: $heding; - background: $white; - &::before { - color: $heding; - } - } - } - & .card-body { - & p { - color: $white; - } - } -} - -//faq-right -.faq-right { - & .widget { - & .widget-contact-box { - border-top: 5px solid $theme-color2; - & .media-social { - & li { - & a { - border: 1px solid $hr-border-color5; - } - } - } - } - } -} \ No newline at end of file diff --git a/assets/scss/_feature.scss b/assets/scss/_feature.scss deleted file mode 100644 index 2abed9e..0000000 --- a/assets/scss/_feature.scss +++ /dev/null @@ -1,175 +0,0 @@ -//featurea-area -.feature-area { - overflow: hidden; - position: relative; - z-index: 1; - & .round-shape { - width: 549px; - height: 545px; - position: absolute; - top: 0; - right: 0; - z-index: -1; - } - & .custom-col { - flex: 0 0 20%; - max-width: 20%; - @media #{$md} { - flex: 0 0 30%; - max-width: 30%; - } - @media #{$xs} { - flex: 0 0 100%; - max-width: 100%; - } - @media #{$sm} { - flex: 0 0 50%; - max-width: 50%; - } - } -} - -.features { - border-radius: 10px; - padding: 60px 0 30px 0; - position: relative; - z-index: 2; - @include transition(.4s); - &::before { - content: ''; - border: 3px solid $theme-color2; - border-radius: 50%; - opacity: 0.149; - position: absolute; - left: 27px; - top: 34px; - width: 12px; - height: 12px; - z-index: 1; - @include transition(.4s); - } - &::after { - content: ''; - border: 3px solid $theme-color; - border-radius: 50%; - opacity: 0.3; - position: absolute; - right: 25px; - top: 50%; - transform: translateY(-50%); - width: 10px; - height: 10px; - z-index: 1; - @include transition(.4s); - } - - &__icon { - & i { - color: $theme-color2; - font-size: 80px; - @include transition(.4s); - } - } - - & h6 { - font-size: 20px; - font-weight: 600; - letter-spacing: -0.3px; - @include transition(.4s); - } - &:hover { - background:$theme-color2; - transform: translateY(-7px); - &::before { - border-color: $white; - opacity: 1; - } - &::after { - border-color: $white; - opacity: 1; - } - & .features__icon { - & i { - color: $white; - } - } - & h6 { - color: $white; - } - } -} -.feature__wrapper { - & p { - color: $body-text-color3; - margin-bottom: 35px; - } -} -.single-feature { - &__icon { - float: left; - margin-top: 20px; - & i { - color: $theme-color2; - font-size: 60px; - } - @media #{$lg} { - float: none; - margin-bottom: 20px; - } - } - &__content { - overflow: hidden; - & h5 { - font-size: 20px; - } - & p { - color: $body-text-color3; - } - } -} -.about-feature-project { - & .about-img { - padding-top: 0; - @media #{$md} { - padding-left: 0; - } - @media #{$xs} { - padding-left: 0; - } - &__style-text { - left: auto; - top: 100px; - right: -145px; - @media #{$laptop} { - right: 0; - } - @media #{$lg} { - right: 0; - } - @media #{$md} { - right: 0; - } - } - &__style-shape { - position: absolute; - right: -60px; - bottom: -50px; - z-index: -1; - animation: heartbeat infinite 5s alternate-reverse; - @media #{$laptop} { - right: 0; - } - @media #{$lg} { - right: 0; - } - @media #{$md} { - right: 0; - } - @media #{$xs} { - right: 0; - } - } - } -} - - \ No newline at end of file diff --git a/assets/scss/_footer.scss b/assets/scss/_footer.scss deleted file mode 100644 index cc50da9..0000000 --- a/assets/scss/_footer.scss +++ /dev/null @@ -1,131 +0,0 @@ -//footer-area -.footer-area { - background-size: cover; - background-repeat: no-repeat; - background-position: center; -} -.footer-bottom-area { - border-bottom: 2px solid $hr-border-color7; -} -.scroll-target { - color: $white; - background: $theme-color2; - width: 50px; - height: 50px; - display: inline-block; - position: absolute; - left: 0; - right: 0; - margin: 0 auto; - bottom:95px; - border-radius: 50%; - text-align: center; - line-height: 50px; - z-index: 3; - &:hover { - background: $theme-color2; - } - @media #{$xs} { - margin: 0 0 0 auto - } -} -.footer__widget { - &.fot_abot { - @media #{$lg} { - padding-left: 0; - } - } - @media #{$md} { - padding-left: 0; - } - @media #{$xs} { - padding-left: 0; - } - @media #{$sm} { - padding-left: 0; - } - & .footer-logo { - display: inline-block; - } - & p { - color: $body-text-color4; - } - & .semi-title { - color:$white; - font-size: 20px; - line-height: 1; - } - & .fot-list { - & li { - margin-bottom: 8px; - & a { - color: $body-text-color4; - font-size: 15px; - line-height: 1.2; - font-family: $poppins; - font-weight: 400; - position: relative; - @include transition(.4s); - &::before { - content:'\f054'; - position: absolute; - font-family: 'Font Awesome 5 pro'; - font-size: 13px; - color: $body-text-color4; - left: 0; - top:5px; - line-height: 1; - opacity: 0; - visibility: hidden; - } - &:hover, &:focus { - color:$theme-color; - padding-left: 20px; - &::before { - color: $theme-color; - opacity: 1; - visibility: visible; - } - } - } - } - } -} -.address-list { - & li { - & a { - &::before { - display: none; - } - & i { - color: $theme-color; - margin-right: 10px; - } - } - } -} -.foter-subscribe { - margin-right: 0; - & .subscribe-form { - & .form-control { - font-weight: 500; - height: 55px; - } - & button { - padding: 4px 11px; - right: 10px; - } - } -} -//copy-right-area -.copy-right-area { - & .copyright { - & p { - color: $body-text-color4; - } - } -} - - - - diff --git a/assets/scss/_goal.scss b/assets/scss/_goal.scss deleted file mode 100644 index b90f9ad..0000000 --- a/assets/scss/_goal.scss +++ /dev/null @@ -1,274 +0,0 @@ -//our-goal-area -.our-goal-area { - margin-top: -38px; - z-index: 1; -} - -.nav-tabs { - border:0; - margin: 0 auto; - & .nav-item { - &:nth-child(2) { - & .nav-link { - margin: 0 30px; - @media #{$xs} { - margin: 0 auto; - margin-bottom: 10px; - } - } - } - } - & .nav-link { - color: $heding; - font-size: 22px; - font-weight: 700; - letter-spacing: -0.3px; - text-align: center; - background-color: $white; - box-shadow: 0px 10px 30px 0px rgba(224, 224, 224, 0.35); - width: 370px; - display: inline-block; - border: 0; - border-radius: 0; - padding: 19px 0; - border-bottom: 2px solid $theme-color2; - &.active { - color: $white; - background: $theme-color2; - } - @media #{$lg} { - width: 280px; - } - @media #{$md} { - width: 210px; - } - @media #{$xs} { - width: 300px; - margin-bottom: 10px; - } - &:hover { - border-color: $theme-color2; - } - } -} - - .goal-wrapper { - @media #{$lg} { - padding-right: 0; - } - @media #{$md} { - padding-right: 0; - } - @media #{$xs} { - padding-right: 0; - } - & .section-title { - & h2 { - margin-bottom: 20px; - } - & p { - color: $body-text-color3; - } - } - } - .goal-list { - & li { - color: $heding; - font-size: 15px; - font-weight: 500; - padding-left: 50px; - position: relative; - margin-bottom: 30px; - &::before { - content: '\f00c'; - position: absolute; - font-family: 'Font Awesome 5 pro'; - font-size: 14px; - color: #674df0; - text-align: center; - left: 0; - top: -4px; - width: 35px; - height: 35px; - line-height: 35px; - border: 1px solid $hr-border-color8; - border-radius: 50%; - @include transition(.4s); - z-index: 1; - } - &:hover { - &::before { - color: $white; - background: $theme-color2; - border-color: $theme-color2; - } - } - } - } - .goal-img-box { - position: relative; - & .goal-img-one { - position: relative; - z-index: 2; - & img { - width: 100%; - } - } - & .goal-img-two { - position: absolute; - z-index: 3; - bottom: -60px; - left: 20px; - } - & .goal-img-three { - position: absolute; - z-index: 1; - right: -50px; - bottom: -50px; - animation: rotation infinite 10s alternate-reverse; - @media #{$laptop} { - right: 50px; - } - @media #{$lg} { - right: 50px; - } - @media #{$md} { - right: 50px; - } - @media #{$xs} { - right: 50px; - } - } - } - //career-catagory-area - .careers { - text-align: center; - padding: 40px 0 35px 0; - position: relative; - z-index: 1; - @include transition(.4s); - & .careers-img { - background-size: cover; - background-position: center; - background-repeat: no-repeat; - position: absolute; - z-index: -1; - width: 100%; - height: 100%; - left: 0; - top: 0; - opacity: 0; - visibility: hidden; - @include transition(.4s); - &::before { - content: " "; - position: absolute; - background: #f59221; - opacity: 0.9; - width: 100%; - height: 100%; - left: 0; - top: 0; - z-index: 1; - } - } - &__icon { - margin-bottom: 10px; - & i { - color:$white; - font-size: 55px; - @include transition(.3s); - } - } - & h4 { - color:$white; - font-size: 24px; - @include transition(.3s); - } - & p { - color: $white; - @include transition(.3s); - } - &:hover { - background-color: 0; - & .careers__icon { - & i { - color:$heding; - } - } - & h4 { - color:$heding; - } - & p { - color:$heding; - } - & .careers-img { - opacity: 1; - visibility: visible; - } - } - } - .registraton-box { - border: 1px solid $hr-border-color5; - padding: 35px 40px 30px 40px; - @include transition(.4s); - position: relative; - z-index: 1; - @media #{$md} { - padding: 35px 20px 30px 20px; - } - @media #{$xs} { - padding: 35px 15px 30px 15px; - } - &::before { - position: absolute; - right: 30px; - content: "\f10d"; - font-family: "Flaticon"; - bottom: 30px; - color: $white; - font-size: 160px; - line-height: 1; - z-index: -1; - opacity: 0; - visibility: hidden; - } - & h4 { - & span { - font-size: 16px; - color: $body-text-color3; - margin-left: 10px; - font-weight: 500; - } - } - & p { - color: $body-text-color3; - margin-bottom: 30px; - } - & .reg_btn { - border: 2px solid $hr-border-color5; - border-radius: 0; - background: transparent; - } - &:hover { - background-color: $theme-color2; - border-color: $theme-color2; - &::before { - opacity: 0.1; - visibility: visible; - } - & h4 { - color: $white; - & span { - color: $white; - } - } - & p { - color: $white; - } - & .reg_btn { - background: $theme-color; - border-color: $theme-color; - } - } - } \ No newline at end of file diff --git a/assets/scss/_header.scss b/assets/scss/_header.scss deleted file mode 100644 index 716ab5f..0000000 --- a/assets/scss/_header.scss +++ /dev/null @@ -1,326 +0,0 @@ -//header - -//custom-container -.custom-container { - max-width: 1455px; - margin: 0 auto; - @media #{$md} { - padding-left: 0; - padding-right: 0; - } - @media #{$xs} { - padding-left: 0; - padding-right: 0; - } - @media #{$sm} { - padding-left: 0; - padding-right: 0; - } -} - -//header-top-area - .media-link { - color: $white; - font-size: 15px; - line-height: 1; - font-family: $poppins; - font-weight: 400; - display: inline-block; - letter-spacing: -0.3px; - & i { - color: $theme-color; - margin-right: 7px; - } - &:first-child { - margin-right: 33px; - } - } -.login-area { - & a { - & .media-link { - margin-right: 0 !important; - } - &:hover { - color: $theme-color; - } - } -} -.top-right-nav { - & ul { - & li { - display: inline-block; - margin-left: 25px; - &:first-child { - margin-left: 5px; - } - & a { - color: $white; - font-size: 15px; - line-height: 1; - display: inline-block; - &:hover { - color: $theme-color; - } - } - } - } -} -.main-header-area { - position: absolute; - z-index: 999; - left: 0; - right: 0; - padding: 2px 0 3px 0; - & .logo-img { - & img { - max-width: 100%; - } - } - @media #{$lg} { - padding: 2px 15px 3px 15px; - } - @media #{$md} { - padding: 10px 25px; - } - @media #{$xs} { - padding: 10px 25px; - } - @media #{$sm} { - padding: 10px 25px; - } -} -.main-menu { - @include transition(.4s); - @media #{$lg} { - margin: 0; - } - & ul { - & li { - display: inline-block; - position: relative; - margin-right: 26px; - @media #{$laptop} { - margin-right: 11px; - } - @media #{$lg} { - margin-right: 15px; - } - & > a { - color: $white; - font-size: 18px; - line-height: 1; - font-family: $poppins; - padding: 40px 0; - display: inline-block; - position: relative; - font-weight: 600; - & i { - font-size: 14px; - line-height: 1; - } - &.active { - color:$theme-color; - } - } - &:hover{ - & > a { - color:$theme-color; - } - } - & ul.submenu { - background: $white none repeat scroll 0 0; - box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); - left: 0; - opacity: 0; - position: absolute; - top: 119%; - transition: all 0.3s ease 0s; - visibility: hidden; - width: 240px; - z-index: 9; - border-top: 4px solid $theme-color2; - text-align: left; - padding: 25px 0; - & li { - display: block; - & a { - padding: 14px 30px; - display: block; - margin:0; - border:0; - color:$heding; - &::before { - display: none; - } - &:hover { - color: $theme-color; - } - } - } - } - &:hover { - & .submenu { - top:100%; - visibility: visible; - opacity: 1; - } - } - } - } -} - -//sticky-menu -.sticky { - position: fixed; - z-index: 999; - width: 100%; - background: $heding; - top: 0; - animation:300ms ease-in-out 0s normal none 1 running fadeInDown; - @include transition(.4s); - box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05); - & .logo { - transform: translateY(2px); - } - & .hamburger-menu { - top: 17px; - @media #{$md} { - top: 35px; - } - } -} -/* Hamburger-menu */ -.hamburger-menu { - display: inline-block; - & > a { - display: inline-block; - font-size: 25px; - color:$theme-color2; - } -} -.side-mobile-menu { - display: none; - @media #{$md} { - display: block; - } - @media #{$xs} { - display: block; - } - @media #{$sm} { - display: block; - } -} - -.offset-sidebar { - display: block; - margin-top: 30px; - @media #{$md} { - display: none; - } - @media #{$xs} { - display: none; - } - @media #{$sm} { - display: none; - } -} -//headear-area-02 - -.head-top-02 { - & .custom-container-03 { - max-width: 1505px; - margin: 0 auto; - } - & .login-area { - & li { - display: inline-block; - & span { - color: $body-text-color3; - font-size: 16px; - margin-right: 15px; - } - & .sign_btn { - color: white; - font-size: 13px; - font-weight: 600; - line-height: 1; - background: #04391B; - padding: 7px 13px; - display: inline-block; - border-radius: 30px; - text-transform: uppercase; - & i { - margin-right: 6px; - } - } - } - - } - & .top-cta { - & .media-link { - color: $body-text-color3; - & i { - color: $theme-color2; - } - } - } -} -.main-head-02 { - position: relative; - @media #{$xs} { - padding: 10px 0; - } - & .custom-container-03 { - max-width: 1505px; - margin: 0 auto; - } - & .main-menu-02 { - & ul { - li { - & > a { - color: $heding; - padding: 38px 0; - } - &:hover > a { - color: $theme-color; - } - } - } - } - &.sticky { - background: $white; - position: fixed; - & .main-menu-02 { - & ul { - li { - & > a { - color: $heding; - padding: 42px 0; - } - & ul.submenu { - & li { - & a { - padding:14px 30px; - } - } - } - } - } - } - } - .quote-btn { - @media #{$laptop} { - display: none; - } - @media #{$lg} { - display: none; - } - @media #{$md} { - display: none; - } - @media #{$xs} { - display: none; - } - } -} - diff --git a/assets/scss/_mixins.scss b/assets/scss/_mixins.scss deleted file mode 100644 index 28d2f3b..0000000 --- a/assets/scss/_mixins.scss +++ /dev/null @@ -1,13 +0,0 @@ -@mixin transition($time) { - -webkit-transition: all $time ease-out 0s; - -moz-transition: all $time ease-out 0s; - -ms-transition: all $time ease-out 0s; - -o-transition: all $time ease-out 0s; - transition: all $time ease-out 0s; -} - -@mixin transform($value) { - -webkit-transform: $value; - -ms-transform: $value; - transform: $value; -} \ No newline at end of file diff --git a/assets/scss/_mobile-menu.scss b/assets/scss/_mobile-menu.scss deleted file mode 100644 index 5b20bc3..0000000 --- a/assets/scss/_mobile-menu.scss +++ /dev/null @@ -1,218 +0,0 @@ -.slide-bar { - position: fixed; - overflow-y: auto; - top: 0; - right: -370px; - width: 350px; - padding: 25px 30px; - height: 100%; - display: block; - background-color: $heding; - z-index: 1020; - -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); - -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); - transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); - box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5); - @media #{$sm} { - width: 350px; - } - @media #{$xs} { - width: 310px; - padding: 25px 20px; - } -} - -.slide-bar.show { - right: 0; -} - -.open-mobile-menu{ - display: inline-block; - a{ - display: block; - width: 50px; - height: 50px; - background: #212121; - text-align: center; - line-height: 50px; - font-size: 20px; - margin-left: 20px; - color: #fff; - &:hover{ - background: $theme-color; - } - } - a.active{ - background: $theme-color; - } -} - -.close-mobile-menu { - a { - color: $white; - position: relative; - z-index: 2; - font-size: 16px; - top: -10px; - left: 0; - - &:hover { - color: #ff0000; - } - } -} - -.on-side { - overflow: hidden; -} - -.body-overlay { - background-color: rgba(0, 0, 0, .5); - height: 100%; - width: 100%; - position: fixed; - top: 0; - z-index: 1010; - left: 0; - opacity: 0; - display: none; - @include transition(0.3s); -} - -.body-overlay.active { - opacity: 1; - display: block; -} - -.side-mobile-menu { - ul { - list-style: none; - margin: 0; - padding: 0; - - li { - a { - padding: 13px 0; - display: block; - border-bottom: 1px solid rgba(0, 0, 0, 0.05); - font-size: 16px; - color: $white; - font-weight: 700; - text-transform: uppercase; - position: relative; - - &:hover { - color: $theme-color; - padding-left: 5px; - } - } - - a[aria-expanded="true"] { - color: $theme-color; - - &:before { - background: $theme-color; - border-color: $theme-color; - } - } - - ul { - padding-left: 0; - list-style: none; - - li { - padding-left: 15px; - - &:hover { - > a { - color: $theme-color; - padding-left: 20px; - - &:before { - background: $theme-color; - border-color: $theme-color; - } - } - } - - a { - position: relative; - padding-left: 15px; - text-transform: capitalize; - font-size: 16px; - - &:before { - content: ""; - width: 8px; - height: 8px; - position: absolute; - left: 0; - top: 50%; - transform: translateY(-50%); - border: 2px solid $white; - border-radius: 50%; - } - } - - a[aria-expanded="true"] { - padding-left: 20px; - } - } - } - } - - li.has-dropdown { - > a { - &:after { - position: absolute; - content: ""; - width: 8px; - height: 8px; - border-width: 2px 0 0 2px; - border-style: solid; - border-color: initial; - right: 16px; - top: 50%; - -webkit-transform: rotate(-45deg) translateY(-50%); - transform: rotate(-45deg) translateY(-50%); - -webkit-transform-origin: top; - transform-origin: top; - transition: all .3s ease-out; - } - } - - a[aria-expanded="true"] { - &:after { - -webkit-transform: rotate(-135deg) translateY(-50%); - transform: rotate(-135deg) translateY(-50%); - } - } - } - } -} - -.offset-widget { - &.offset-logo { - border-bottom: 1px solid #eeecec; - padding-bottom: 20px; - } - & .info-widget { - & .offset-title { - font-size: 20px; - font-weight: 800; - color: $white; - } - & p { - color: $white; - } - &.info-widget2 { - & p { - margin-bottom: 15px; - i { - margin-right: 7px; - color: $white; - } - } - } - } -} diff --git a/assets/scss/_overlay.scss b/assets/scss/_overlay.scss deleted file mode 100644 index 1c7c8bc..0000000 --- a/assets/scss/_overlay.scss +++ /dev/null @@ -1,76 +0,0 @@ -/*-- - - Overlay -------------------------------------------*/ -[data-overlay] { - position: relative; - background-size: cover; - background-repeat: no-repeat; - background-position: center center; - &::before { - position: absolute; - left: 0; - top: 0; - right: 0; - bottom: 0; - content: ""; - } -} - -/*-- Overlay Color --*/ -[data-overlay="light"] { - &::before { - background-color: $white; - } -} -[data-overlay="dark"] { - &::before { - background-color: $theme-color2; - } -} - -/*-- Overlay Opacity --*/ -[data-opacity="1"] { - &::before { - opacity: 0.1; - } -} -[data-opacity="2"] { - &::before { - opacity: 0.2; - } -} -[data-opacity="3"] { - &::before { - opacity: 0.3; - } -} -[data-opacity="4"] { - &::before { - opacity: 0.4; - } -} -[data-opacity="5"] { - &::before { - opacity: 0.5; - } -} -[data-opacity="6"] { - &::before { - opacity: 0.6; - } -} -[data-opacity="7"] { - &::before { - opacity: 0.7; - } -} -[data-opacity="8"] { - &::before { - opacity: 0.8; - } -} -[data-opacity="9"] { - &::before { - opacity: 0.9; - } -} \ No newline at end of file diff --git a/assets/scss/_project.scss b/assets/scss/_project.scss deleted file mode 100644 index 2d01e75..0000000 --- a/assets/scss/_project.scss +++ /dev/null @@ -1,752 +0,0 @@ -//feature-project-area -.projects__thumb { - & img { - @media #{$xs} { - width: 100%; - } - @media #{$sm} { - width: inherit; - } - } -} -.projects { - &__content { - padding: 40px 40px 0 35px; - @media #{$lg} { - padding: 40px 15px 0 15px; - } - @media #{$md} { - padding: 40px 25px 0 25px; - } - @media #{$xs} { - padding: 40px 15px 30px 15px; - } - @media #{$sm} { - padding: 21px 15px 0px 15px; - } - - & h4 { - margin-bottom: 22px; - line-height: 1.3; - @media #{$lg} { - font-size: 18px; - } - @media #{$xs} { - font-size: 20px; - } - } - } - &:hover { - & .projects__content { - & h4 { - color: $theme-color2; - } - } - } -} -.skill { - & p { - color: $hr-border-color; - font-weight: 700; - margin-bottom: 12px; - & span { - font-size: 18px; - color: $theme-color2; - } - } -} -.progress { - height: 5px; - overflow: visible; - background-color: $hr-border-color3; - width: 100%; - position: relative; - & .progress-bar { - background-color: $theme-color2; - width: 85%; - & h5 { - position: absolute; - right: 40px; - bottom: 12px; - @media #{$lg} { - right: 0; - } - } - } -} -.project-manager { - & li { - display: inline-block; - &:first-child { - margin-right: 20px; - @media #{$laptop} { - margin-right: 8px; - } - @media #{$md} { - margin-right: 10px; - } - } - & a { - & span { - color: $heding; - font-size: 18px; - font-weight: 600; - margin-left: 5px; - } - } - & p { - & i { - color: $theme-color2; - font-size: 15px; - } - } - } -} -//project-area -.project-area { - padding-bottom: 230px; -} -.projects-02 { - .projects__thumb { - overflow: hidden; - & img { - width: 100%; - display: inline-block; - @include transition(.4s); - } - } - & .new-tag { - color: #1a1e2d; - font-size: 12px; - font-weight: 700; - text-transform: uppercase; - background: white; - padding: 6px 13px; - border-radius: 30px; - display: inline-block; - position: absolute; - right: 15px; - top: 15px; - line-height: 1; - } - & .projects__content { - padding-bottom: 45px; - position: relative; - &::before { - position: absolute; - content: "\f10c"; - font-family: "Flaticon"; - bottom: 40px; - color: #ededed; - font-size: 85px; - line-height: 1; - opacity: 0.7; - right: 45px; - top:40px; - z-index: -1; - @include transition(.4s); - } - } - & .project-manager { - & li { - &:first-child { - margin-right: 70px; - @media #{$lg} { - margin-right: 30px; - } - @media #{$md} { - margin-right: 35px; - } - @media #{$xs} { - margin-right: 35px; - } - } - } - } - &:hover { - .projects__thumb { - & img { - transform: scale(1.1); - } - } - & .projects__content { - &::before { - color: $theme-color2; - transform: scale(1.1); - opacity: 0.3; - } - } - } -} -//projects__03 -.feature-project-03 { - & .custom-container-4 { - max-width: 1605px; - margin: 0 auto; - } -} -.projects__03 { - & .projects__thumb { - & img { - width: 100%; - } - } - & .projects__content { - padding: 30px 30px 30px 30px; - margin: -50px 30px 0 30px; - position: relative; - z-index: 1; - bottom: 0; - @media #{$laptop} { - padding: 30px 20px 30px 20px; - margin: -50px 0px 0 0px; - } - @media #{$xs} { - padding: 30px 20px 30px 20px; - margin: -50px 0px 0 0px; - } - } -} -.project-01-area { - & .projects-02 { - border: 1px solid $hr-border-color5; - } -} -.new-tag.hot_tag { - background: $theme-color2; - color: $white; -} -.nice-select.sort-area { - border: 2px solid #e5e5e5; - border-radius: 30px; - padding: 0 50px 0 37px; - height: 50px; - line-height: 45px; - display: inline-block; - position: relative; - &::before { - content: '\f078'; - position: absolute; - font-family: 'Font Awesome 5 pro'; - line-height: 1; - color: #000846; - font-size: 14px; - right: 27px; - top: 15px; - z-index: 1; - } - &::after { - display: none; - } - & span { - color: $heding; - font-size: 14px; - font-weight: 600; - text-transform: uppercase; - } - & .list { - width: 100%; - } -} -//project-image-area -.project-image-area { - background-size:cover; - background-position:center; - background-repeat: no-repeat; - & .project-img { - & img { - width: 100%; - } - } -} -.project-cart { - & .new-tag { - color: white; - font-size: 14px; - text-transform: uppercase; - line-height: 1; - font-weight: 700; - display: inline-block; - background: #04391B; - padding: 8px 19px; - border-radius: 30px; - margin-bottom: 22px; - } - & .projects__content { - padding: 0; - padding: 50px 40px 51px 55px; - @media #{$xs} { - padding: 50px 20px 33px 20px; - } - h3 { - font-size: 30px; - line-height: 1.3; - margin-bottom: 36px; - @media #{$xs} { - font-size: 20px; - } - } - & .skill-para { - margin-bottom: 12px; - } - } - & .projects__manager { - & .name { - & h5 { - margin-bottom: 0; - } - & address { - margin-bottom: 0; - & a { - color: $body-text-color3; - font-size: 15px; - letter-spacing: -0.3px; - @media #{$xs} { - font-size: 13px; - } - &:nth-child(1) { - margin-right: 15px; - @media #{$xs} { - margin-right: 0; - } - } - & i { - color: $theme-color2; - margin-right: 5px; - } - } - } - } - } - & p { - color: $body-text-color3; - margin-bottom: 30px; - } -} -.cart-list { - & li { - margin-right: 15px; - @media #{$xs} { - margin-bottom: 10px; - } - } -} -.plus-minus { - display: inline-block; - & input { - border:2px solid $hr-border-color5; - border-radius: 30px; - text-align: center; - width: 146px; - height: 56px; - color: $heding; - font-size: 22px; - font-weight: 700; - line-height: 1; - z-index: 1; - } - .updown { - position: absolute; - top: 15px; - left: 24px; - z-index: 2; - } - .updown.minus { - left: auto; - right: 24px; - } -} -.our-overview-area { - margin-top: -30px; - & .nav-tabs-02 { - display: flex; - justify-content: space-between; - & .nav-item:nth-child(2) .nav-link { - margin: 0; - } - & .nav-link { - font-size: 20px; - width: 255px; - background: $theme-color2; - @include transition(.3s); - @media #{$lg} { - width: 220px; - } - @media #{$md} { - width: 170px; - } - &.active { - background: $theme-color; - } - &:hover { - color: $white; - background: $theme-color; - } - } - } -} -.update-meta { - & span { - color: $body-text-color3; - font-size: 14px; - text-transform: uppercase; - display: inline-block; - margin-bottom: 8px; - & i { - color: $theme-color2; - font-size: 15px; - margin-right: 4px; - } - } -} -.update-content { - & h4 { - font-size: 24px; - font-weight: 600; - margin-bottom: 14px; - &::before { - background: $hr-border-color5; - left: -82px; - top: 13px; - height: 3px; - @media #{$xs} { - display: none; - } - } - } - & p { - color: $body-text-color3; - margin-bottom: 10px; - } -} -.update-share { - & span { - color: $heding; - font-weight: 500; - margin-right: 15px; - } - & .update__social { - opacity: 1; - visibility: visible; - position: relative; - top: 8px; - & li { - margin-right: 6px; - & a { - color: $theme-color3; - background: $theme-color2; - &:hover { - background: $theme-color; - & i:nth-child(2) { - color: $heding; - } - } - } - } - } -} -//time-line -ul.timeline { - list-style-type: none; - position: relative; - &::before { - content: ' '; - background: #d4d9df; - display: inline-block; - position: absolute; - left: 18px; - width: 2px; - height: 100%; - z-index: 1; - top: 62px; - @media #{$xs} { - display: none; - } - } - & li.timeline-list { - margin: 23px 0; - padding-left: 115px; - position: relative; - display: inline-block; - @media #{$xs} { - padding-left: 0; - } - &::before { - content: ' '; - background: white; - display: inline-block; - position: absolute; - border-radius: 50%; - border: 2px solid $hr-border-color5; - top: 34px; - left: 3px; - width: 31px; - height: 31px; - z-index: 3; - @media #{$xs} { - display: none; - } - } - &::after { - content: ' '; - background: $hr-border-color5; - display: inline-block; - position: absolute; - border-radius: 50%; - left: 9px; - width: 19px; - height: 19px; - z-index: 4; - top: 40px; - @include transition(.3s); - @media #{$xs} { - display: none; - } - } - &:hover { - &::after { - background: $theme-color2; - } - } - } -} - - - -//time-line -.img-title { - font-size: 30px; - font-weight: 600; - @media #{$xs} { - font-size: 25px; - } -} -.left-content-box { - & .image-content-thumb { - & img { - width: 100%; - } - } - & p { - color: $body-text-color3; - } -} -.left-content-list{ - & .details-list { - & li { - margin-bottom: 42px; - &::before { - color: $theme-color2; - top:-10px; - width: 40px; - height: 40px; - border-radius: 0; - } - } - } - & .image-content-thumb { - & img { - width: 100%; - } - } -} -.widget-rewards { - padding: 35px 40px 35px 40px; - @media #{$lg} { - padding: 35px 30px 35px 30px; - } - @media #{$xs} { - padding: 35px 19px 35px 19px; - } - & h4 { - font-size: 24px; - margin-bottom: 30px; - } - & .reaward__thumb { - & img { - width: 100%; - } - } - & h5 { - & span { - color: $theme-color2; - font-size: 24px; - } - } - & p { - color: $body-text-color3; - } -} -.rewards-list { - & li { - color: $heding; - font-size: 15px; - font-weight: 600; - & i { - color: $theme-color2; - margin-right: 7px; - } - } -} -//review-tab -.reviewer { - &__img { - margin-right: 20px; - } - &__content { - & p { - color: $heding; - font-weight: 600; - & span { - color: #666; - font-size: 12px; - font-weight: 400; - } - } - & span { - color: $body-text-color3; - font-size: 14px; - } - } -} -.review-icon { - margin-bottom: 2px; - & a { - color: $theme-color2; - font-size: 14px; - margin-right: 5px; - } - & span { - color: $heding; - font-size:18px; - font-weight: 600; - } -} -.review-form { - & .review-icon { - margin-bottom: 15px; - } - & .input-text { - &::before { - display: none !important; - } - & .form-control { - font-size: 14px; - font-weight: 600; - color: $body-text-color7; - border: 2px solid #dddddd !important; - background: none !important; - } - & textarea { - font-size: 14px; - font-weight: 600; - color: $body-text-color7; - height: 83px; - border: 2px solid #dddddd !important; - background: none !important; - } - } - & .review-btn { - a.theme_btn { - padding: 25px 43px 25px 43px; - } - } -} -//backer-list -.table { - & thead { - & th { - vertical-align: bottom; - border: 0; - border-bottom: 2px solid $hr-border-color9; - color: $heding; - font-size: 18px; - font-weight: 600; - letter-spacing: -0.3px; - padding: 0; - padding-bottom: 20px; - } - } - & tbody { - & td { - color: $body-text-color3; - border-top: 0; - border-bottom: 1px solid $hr-border-color9; - padding: 32px 0; - } - } -} - -//project-video -.project-video { - .project-img { - position: relative; - &::before { - content: ''; - position: absolute; - background: $black3; - left: 0; - top:0; - width: 100%; - height: 100%; - opacity: 0.5; - } - } - & .video-area { - & .popup-video { - border-radius: 12px; - background-color: rgb(255, 65, 33); - position: absolute; - left: 0; - right: 0; - top: 50%; - transform: translateY(-60%); - width: 110px; - height: 80px; - z-index: 1; - text-align: center; - line-height: 80px; - color: $white; - font-size: 18px; - display: inline-block; - margin: 0 auto; - } - } -} -.gallery-details-area { - & .nav-tabs-03 { - overflow: hidden; - & .nav-item { - float: left; - width: 33%; - @media #{$xs} { - float: none; - width: 100%; - } - &:nth-child(2) { - & .nav-link { - margin: 0; - padding: 10px; - } - } - } - & .nav-link { - width: 100%; - background: 0; - border: 0; - padding: 10px; - margin:0; - & img { - @media #{$xs} { - width: 100%; - } - } - &.active { - background: 0; - border: 0; - padding: 10px; - } - } - } -} - \ No newline at end of file diff --git a/assets/scss/_search.scss b/assets/scss/_search.scss deleted file mode 100644 index a095424..0000000 --- a/assets/scss/_search.scss +++ /dev/null @@ -1,121 +0,0 @@ -/* Menu Search --------------------------------------------------------*/ -.header-2-icon { - color: $white; -} -.nav-search.search-trigger.header-2-icon { - color: $white; - display: inline-block; -} -.nav-search { - position: relative; - display: block; - color: inherit; - } - - .nav-search:hover { - color: inherit; - } - - .search-wrap { - width: 100%; - height: 100%; - overflow: hidden; - display: none; - position: fixed; - top: 0; - left: 0; - z-index: 121; - background: rgba(0,0,0,.9); - } - - .search-wrap .search-inner { - position: relative; - width: 100%; - height: 100%; - } - .search-wrap .search-cell { - position: absolute; - top: 50%; - width: 100%; - transform: translateY(-50%); - } - - .search-wrap .search-field-holder { - width: 50%; - margin: auto; - position: relative; - animation: slideInUp .3s; - } - - .search-wrap .main-search-input { - width: 100%; - height: 70px; - border: 0; - padding: 0 50px; - text-transform: uppercase; - background: transparent; - font-size: 25px; - color: #fff; - border-bottom: 2px solid #898989; - text-align: center; - letter-spacing: 2px; - } - - .search-wrap input.form-control, - .search-wrap input.form-control:focus { - background-color: #fff; - } - - @keyframes slideInUp { - from { - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - } - - @-webkit-keyframes slideInUp { - from { - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - } - - input.main-search-input::-webkit-input-placeholder { - color: #fff; - font-size: 25px; - } - - input.main-search-input:-moz-placeholder { - color: #fff; - opacity: 1; - font-size: 25px; - } - - input.main-search-input::-moz-placeholder { - color: #fff; - opacity: 1; - font-size: 25px; - } - - input.main-search-input:-ms-input-placeholder { - color: #fff; - font-size: 25px; - } - - .search-close { - position: absolute; - top: 50px; - right: 50px; - font-size: 30px; - color: #fff; - cursor: pointer; - } \ No newline at end of file diff --git a/assets/scss/_slider.scss b/assets/scss/_slider.scss deleted file mode 100644 index f1032f9..0000000 --- a/assets/scss/_slider.scss +++ /dev/null @@ -1,185 +0,0 @@ -//slider-01 -.single-slider { - position: relative; - &::before { - content:""; - background: #08133b; - opacity: 0.50; - position: absolute; - left: 0; - top: 0; - width: 100%; - height: 100%; - } -} -.slider-height { - min-height: 886px; - background-size: cover; - background-repeat: no-repeat; - width: 100%; - background-position: center; - @media #{$lg} { - min-height: 750px; - } - @media #{$md} { - min-height: 700px; - } - @media #{$xs} { - min-height: 550px; - } -} -.slider__content { - position: relative; - z-index: 3; - & .sub-title { - color: white; - font-size: 18px; - line-height: 1; - font-family: "Poppins", sans-serif; - font-weight: 600; - display: inline-block; - } - & .main-title { - color: $white; - font-size: 85px; - line-height: 1; - font-family: $poppins; - font-weight: 800; - letter-spacing: -0.3px; - & span { - font-weight: 300; - } - @media #{$xs} { - font-size: 40px; - } - @media #{$sm} { - font-size: 40px; - } - } - & .btn-list { - li { - display: inline-block; - margin-right: 10px; - } - } -} -.slider-area { - & .slick-slider { - & button { - opacity: 0; - visibility: hidden; - background: transparent; - border: 0; - font-size: 24px; - position: absolute; - top: 50%; - z-index: 5; - color: $white; - border: 2px solid #666; - border-radius: 7px; - width: 61px; - height: 61px; - display: inline-block; - left: 100px; - text-align: center; - line-height: 47px; - @include transition(.4s); - @media #{$lg} { - left: 50px; - } - @media #{$md} { - left: 50px; - } - @media #{$xs} { - left: 50px; - } - &:hover { - color: $heding; - background: $theme-color; - border-color:transparent; - } - } - & .slick-next { - left: auto; - right: 100px; - @media #{$lg} { - right: 50px; - } - @media #{$md} { - right: 50px; - } - @media #{$xs} { - right: 50px; - } - } - } - &:hover { - & .slick-slider { - & button { - opacity: 1; - visibility: visible; - } - } - } -} -//slider-area-02 -.slider-area-02 { - margin-top: -10px; - & .slick-slider { - & button { - &:hover { - color: $white; - background: $theme-color2; - border-color: transparent; - } - } - } - & .right-border-shape { - position: absolute; - z-index: 1; - top: -150px; - right: 0; - } -} -.slider-height-02 { - min-height:796px; - @media #{$md} { - min-height: 750px; - } - @media #{$xs} { - min-height: 550px; - } - @media #{$sm} { - min-height: 650px; - } -} -.slider__content__02 { - & .main-title { - @media #{$md} { - font-size: 70px; - } - } - & h4 { - color: $white; - font-size: 24px; - font-weight: 500; - margin-bottom: 35px; - } -} -.btn-list-02 { - & li { - & a { - &.theme_btn2 { - background: #04391B; - color: $white; - } - - &.theme-border-btn.theme_btn_bg_02 { - color: $white; - &::before { - background: $theme-color2; - } - } - } - } -} \ No newline at end of file diff --git a/assets/scss/_team.scss b/assets/scss/_team.scss deleted file mode 100644 index d22477a..0000000 --- a/assets/scss/_team.scss +++ /dev/null @@ -1,143 +0,0 @@ -.msg-me { - background: #f59221; - width: 40px; - height: 40px; - display: inline-block; - text-align: center; - line-height: 40px; - border-radius: 50%; - position: absolute; - bottom: 0; - right: 10px; - & i { - color: $heding; - font-size: 15px; - } - &:hover { - background: $white; - } -} -.team { - border: 1px solid $hr-border-color5; - padding: 40px 0 40px 0; - position: relative; - overflow: hidden; - &::before { - content: ''; - position: absolute; - background: $theme-color2; - left: 0; - top: 0; - right: 0; - bottom: 0; - width: 100%; - height: 0; - transform: translateY(0); - transform-origin: 50% 100%; - transform: transition; - transition: ease-in-out; - transition-duration: .4s; - } - & .team__thumb { - display: inline-block; - } - &:hover { - &::before { - height: 100%; - transform: translateY(1); - transform-origin: center top; - } - & .team__content { - & p { - color: $white; - } - & h5 { - color: $white; - } - & .more_btn { - opacity: 0; - visibility: hidden; - } - } - & .team__social { - bottom: -10px; - opacity: 1; - visibility: visible; - } - } - &__content { - position: relative; - z-index: 1; - & p { - color: $theme-color2; - font-weight: 500; - letter-spacing: -0.3px; - margin-bottom: 5px; - } - & h5 { - font-size: 20px; - margin-bottom: 20px; - } - & .more_btn { - border: 1px solid $hr-border-color5; - width: 35px; - height: 35px; - line-height: 35px; - text-align: center; - display: inline-block; - & i { - font-size: 13px; - color:$theme-color2; - } - } - } -} - .team__social { - opacity: 0; - visibility: hidden; - position: absolute; - left: 0; - right: 0; - bottom: -90px; - @include transition(.4s); - & li { - display: inline-block; - & a { - width: 35px; - height: 35px; - display: block; - color: $heding; - font-size: 14px; - overflow: hidden; - line-height: 35px; - position: relative; - text-align: center; - background-color: $theme-color; - & i { - left: 50%; - position: absolute; - transform: translateX(-50%); - transition: all 0.3s ease-in-out; - } - & i:nth-child(1) { - top: 55%; - transform: translate(-50%, -55%); - } - & i:nth-child(2) { - top: 100%; - opacity: 0; - } - &:hover i:nth-child(1) { - color: $white; - top: -55%; - opacity: 1; - } - &:hover i:nth-child(2) { - color: $white; - top: 55%; - opacity: 1; - transform: translate(-50%, -55%); - } - } - } - } diff --git a/assets/scss/_testimonial.scss b/assets/scss/_testimonial.scss deleted file mode 100644 index 593dd74..0000000 --- a/assets/scss/_testimonial.scss +++ /dev/null @@ -1,227 +0,0 @@ -//testimonial-area -.testimonial-area { - background-size: cover; - background-repeat: no-repeat; - background-position: center; - & .white-title { - & h6 { - color:$white; - &.left-line { - &::before { - background: $white; - } - &::after { - background: $white; - } - } - } - } -} -.testimonial-item { - position: relative; - z-index: 1; - padding: 50px 70px 42px 60px; - @media #{$md} { - padding:50px 15px 42px 15px; - } - @media #{$xs} { - padding:50px 10px 42px 10px; - } - &::before { - content: ''; - position: absolute; - clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%); - background: $white; - width: 100%; - height: 316px; - left: 0; - bottom:0; - z-index: -1; - @media #{$lg} { - height: 355px; - } - @media #{$md} { - height: 355px; - } - @media #{$xs} { - height: 370px; - } - } - & p { - color: $body-text-color3; - } - & .review-icon { - & a { - color: $theme-color; - font-size: 15px; - margin-right: 3px; - } - } -} -.author-img { - & .author-avatar { - position: relative; - &::before { - content: '\f10e'; - font-family: 'Font Awesome 5 pro'; - font-size: 15px; - color: #1a1e2d; - position: absolute; - background: #f59221; - width: 45px; - height: 45px; - border-radius: 50%; - text-align: center; - line-height: 45px; - right: 0; - bottom: -18px; - z-index: 1; - } - } - -} -.author-content { - & h5 { - letter-spacing: 0; - & .desig { - color: $theme-color2; - font-size: 15px; - font-weight: 500; - } - &.left-line { - &::before { - background: $theme-color2; - width: 25px; - height: 2px; - } - } - } -} -//teastimonial-area-02 -.testimonial-item-02 { - padding: 0; - padding-right: 70px; - @media #{$lg} { - padding-right: 0; - } - @media #{$md} { - padding-right: 0; - } - @media #{$xs} { - padding-right: 0; - } - & .author-img { - margin-top: 15px; - & .author-avatar { - display: inline-block; - &::before { - width: 40px; - height: 40px; - line-height: 40px; - right: -23px; - top: -12px; - } - } - } - & .section-title { - & h6 { - &.left-line { - &::after { - display: none; - } - } - } - } -} -.testimonial-img-box { - position: relative; - &::before { - content: ''; - position: absolute; - border: 12px solid #04391B; - width: 90px; - height: 90px; - right: 125px; - top: 92px; - border-radius: 50%; - animation: heartbeat infinite 5s alternate-reverse; - } - & .img-item { - position: relative; - } - & .img-item-two { - position: relative; - z-index: 2; - margin-top: -70px; - margin-left: 70px; - @media #{$lg} { - margin-top: 0; - margin-left: 0; - } - @media #{$md} { - margin-top: 0; - margin-left: 0; - margin-bottom: 50px; - & img { - width: 100%; - } - } - @media #{$xs} { - margin-top: 0; - margin-left: 0; - margin-bottom: 50px; - & img { - width: 100%; - } - } - } - & .img-item-three { - position: absolute; - z-index: 1; - bottom: -35px; - left: 53px; - } -} -.testimonial-inner { - & .semi-title { - font-weight: 400; - letter-spacing: 0; - line-height: 1.4; - margin-bottom: 25px; - } -} -.testimonial-active2 { - &.slick-slider { - & button { - background: transparent; - border: 0; - font-size: 18px; - position: absolute; - bottom: -10px; - z-index: 5; - color: $theme-color2; - border: 2px solid #666; - border-radius: 7px; - width: 48px; - height: 48px; - display: inline-block; - left: 25px; - text-align: center; - line-height: 47px; - cursor: pointer; - -webkit-transition: all 0.4s ease-out 0s; - -moz-transition: all 0.4s ease-out 0s; - -ms-transition: all 0.4s ease-out 0s; - -o-transition: all 0.4s ease-out 0s; - transition: all 0.4s ease-out 0s; - &:hover { - color: $white; - background: $theme-color2; - border-color: $theme-color2; - } - } - & .slick-next { - margin-left: 60px; - } - } -} diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss deleted file mode 100644 index 0771b07..0000000 --- a/assets/scss/_variables.scss +++ /dev/null @@ -1,52 +0,0 @@ -// Font Family -$poppins: 'Poppins', sans-serif; - - - -// Colors --------------- -$white: #ffffff; -$black: #222; -$black2: #1b1f2e; -$black3: #08133b; -$grey:#f6f3f1; -$grey2:#a1a4af; -$grey3:#f5f6fa; -$theme-color: #fed857; -$theme-color2: #04391B; -$theme-color3: #21d482; -$body-text-color: #716ca2; -$body-text-color2: #696969; -$body-text-color3: #838694; -$body-text-color4: #9197ae; -$body-text-color5: #616161; -$body-text-color6: #6a6a6a; -$body-text-color7: #666666; -$hr-border-color:#414657; -$hr-border-color2:#696f82; -$hr-border-color3:#e0e3e1; -$hr-border-color4:#e9e9e9; -$hr-border-color5:#e5e5e5; -$hr-border-color6:#f2f2f2; -$hr-border-color7:#252a3d; -$hr-border-color8:#f3f3f3; -$hr-border-color9:#e2e2e2; -$hr-border-color10:#ececec; -$hr-border-color11:#e7e7e7; - - -// Heading Color -$heding: #1a1e2d; -$heding2: #23293e; - - - -// Responsive Variables -$xxl: 'only screen and (min-width: 1601px) and (max-width: 1920px)'; -$xl: 'only screen and (min-width: 1601px) and (max-width: 1800px)'; -$laptop: 'only screen and (min-width: 1200px) and (max-width: 1600px)'; -$lg : 'only screen and (min-width: 992px) and (max-width: 1200px)'; -$md:'only screen and (min-width: 768px) and (max-width: 991px)'; -$xs:'(max-width: 767px)'; -$sm: 'only screen and (min-width: 576px) and (max-width: 767px)'; - - \ No newline at end of file diff --git a/assets/scss/main.scss b/assets/scss/main.scss deleted file mode 100644 index bf9b811..0000000 --- a/assets/scss/main.scss +++ /dev/null @@ -1,57 +0,0 @@ -/*----------------------------------------------------------------------------------- - - Template Name: Fande - Crowdfunding & Charity HTML5 Template - Author: BDevs - Version: 1.0 - ------------------------------------------------------------------------------------ - - CSS INDEX - =================== - - 01. Theme default CSS - 02. variables - 03. mixins - 04. common - 05. overlay - 06. header - 07. breadcrumb - 08. mobile-menu - 09. slider - 10. feature - 11. project - 12. about - 13. events - 14. contact - 15. team - 16. counter - 17. testimonial - 18. blog - 19. goal - 20. faq - 21. footer - ------------------------------------------------------------------------------------*/ -@import 'variables'; -@import 'mixins'; -@import 'common'; -@import 'overlay'; -@import 'header'; -@import 'breadcrumb'; -@import 'mobile-menu'; -@import 'search'; -@import 'slider'; -@import 'feature'; -@import 'project'; -@import 'about'; -@import 'events'; -@import 'contact'; -@import 'team'; -@import 'counter'; -@import 'testimonial'; -@import 'blog'; -@import 'goal'; -@import 'faq'; -@import 'footer'; - - diff --git a/index.html b/index.html deleted file mode 100644 index 11f0261..0000000 --- a/index.html +++ /dev/null @@ -1,567 +0,0 @@ - - - - - - - Home - Mbaza - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - -
-
- - -
-
-
-
-
- -
-
- -
-
-
- - - -
-
- Blog -
-
-
-
-
-
- - - - - -
- - -
-
- -
-
-
-
-
-
-
- -

MBAZA NLP, - - COMMUNITY -

- -
-
-
-
-
-
-
- - - - - -
-
-
-
-
-
- -
-
-
-
-
-
-
-

About
-

-
-
-
-
-

- We are a community working on Natural Language Processing (NLP) for Kinyarwanda and other low-resource languages. For example, we are working on Kinyarwanda automatic speech recognition (ASR, also known as Speech-to-Text, STT), Text-to-Speech (TTS), and semantic chatbots. -

-
-
- Learn more -
-
-
-
-
-
- - - - - -
-
-
-
-
-
- -
-
-
-
-
- -
-

Up Coming events

-
    -
-
-
-
-
- - - - -
-
-
-
Our Partners
-
- -
- -
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pages/product-details.html b/pages/product-details.html deleted file mode 100644 index 22dbc58..0000000 --- a/pages/product-details.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - Mbaza Product Description - - - -
-
- -
-
- - \ No newline at end of file diff --git a/pages/product.html b/pages/product.html deleted file mode 100644 index 789c4a9..0000000 --- a/pages/product.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - Mbaza product List - - - -
- -
- - \ No newline at end of file diff --git a/pages/profile.css b/pages/profile.css deleted file mode 100644 index a5dde05..0000000 --- a/pages/profile.css +++ /dev/null @@ -1,14 +0,0 @@ -.profContainer { - box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); - width: 14%; - border-radius: 5px; - } - - - /* img { - border-radius: 21px 21px 0 0; - } */ - - .container { - padding: 2px 16px; - } \ No newline at end of file diff --git a/pages/profile.html b/pages/profile.html deleted file mode 100644 index 8ddcc0c..0000000 --- a/pages/profile.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - Mbaza product List - - - -
- -
-

Angelo Christian

-

Front-End engineer/ Product design

-
-
- - \ No newline at end of file diff --git a/pages/v2_section6.html b/v2_section6.html similarity index 87% rename from pages/v2_section6.html rename to v2_section6.html index 88cf243..a6cedfc 100644 --- a/pages/v2_section6.html +++ b/v2_section6.html @@ -7,8 +7,7 @@ - - + @@ -28,30 +27,11 @@ - + - + +
Our Partners