first commit
This commit is contained in:
Vendored
+6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+7
File diff suppressed because one or more lines are too long
@@ -0,0 +1,53 @@
|
||||
.section-padding {
|
||||
padding: 120px 0;
|
||||
}
|
||||
|
||||
|
||||
.single-feature-wrap {
|
||||
background: #fff;
|
||||
box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
|
||||
padding: 30px;
|
||||
margin-top: -120px;
|
||||
position: relative;
|
||||
z-index: 9;
|
||||
}
|
||||
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
||||
.single-feature-wrap {
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.single-feature-wrap {
|
||||
margin-top: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
.single-feature-wrap h5 {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
margin: 30px 0 20px;
|
||||
}
|
||||
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
||||
.single-feature-wrap h5 {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.single-feature-wrap h5 {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.feature-icon {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.feature-icon:after {
|
||||
position: absolute;
|
||||
content: "";
|
||||
top: 30px;
|
||||
left: 30px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background: rgba(254, 87, 79, 0.3490196078);
|
||||
}
|
||||
@@ -0,0 +1,233 @@
|
||||
#scrollspy {
|
||||
height: calc(100vh - 230px) !important;
|
||||
max-height: 730px;
|
||||
}
|
||||
|
||||
/*首页左侧导航*/
|
||||
.ss-nav {
|
||||
opacity: 1;
|
||||
position: fixed;
|
||||
z-index: 9999;
|
||||
top: 50% !important;
|
||||
left: 40px;
|
||||
transform: translateY(-50%);
|
||||
transition: left .5s, opacity .5s, top .5s;
|
||||
margin: 30px 0;
|
||||
|
||||
}
|
||||
|
||||
.ss-nav::after, .ss-nav::before {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
border: 2px solid #facc16;
|
||||
border-radius: 100%;
|
||||
background: #fff;
|
||||
content: '';
|
||||
transition: background .5s, transform .5s;
|
||||
}
|
||||
|
||||
.ss-nav::before {
|
||||
top: 0;
|
||||
transition-delay: .3s;
|
||||
transform: translateX(-50%) translateY(-50%) scale(0);
|
||||
}
|
||||
|
||||
.ss-nav::after {
|
||||
bottom: 0;
|
||||
transition-delay: .5s;
|
||||
transform: translateX(-50%) translateY(50%) scale(0);
|
||||
}
|
||||
|
||||
.ss-nav.init-pos::before {
|
||||
background: #facc16;
|
||||
}
|
||||
|
||||
.ss-nav.last-item::after {
|
||||
background: #facc16;
|
||||
}
|
||||
|
||||
.ss-nav.hidden-nav {
|
||||
left: -40px;
|
||||
opacity: 0 !important;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.ss-nav .nav-border {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
width: 1px;
|
||||
height: 0;
|
||||
border-right: 1px dashed #facc16;
|
||||
transition: height .5s;
|
||||
}
|
||||
|
||||
.ss-nav ul {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -15px;
|
||||
height: 100%;
|
||||
//display: flex;
|
||||
//flex-direction: column;
|
||||
//justify-content: space-evenly;
|
||||
//display: -ms-flexbox;
|
||||
//-ms-flex-direction: column;
|
||||
//-ms-flex-pack: justify;
|
||||
|
||||
li {
|
||||
position: relative;
|
||||
z-index: 99;
|
||||
display: block;
|
||||
opacity: 0;
|
||||
transition: transform .5s, opacity .5s;
|
||||
transform: translateX(-100%);
|
||||
height: 20%;
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: calc(50% + 11px) !important;
|
||||
@include transform-top-50;
|
||||
left: 11px;
|
||||
display: block;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border: 2px solid #facc16;
|
||||
background: #fff;
|
||||
content: '';
|
||||
opacity: 0;
|
||||
transition: background .5s, transform .5s, opacity .5s;
|
||||
//transform: scale(0);
|
||||
}
|
||||
|
||||
a {
|
||||
//position: relative;
|
||||
//top: -3px;
|
||||
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
display: block;
|
||||
padding-left: 40px;
|
||||
text-transform: uppercase;
|
||||
line-height: 1.1;
|
||||
transition: padding-left .5s;
|
||||
span {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
color: #f1f1f1;
|
||||
font-size: 50px;
|
||||
font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
line-height: 1;
|
||||
transform: translateY(-69%) scaleY(1.2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ss-nav ul li a:hover {
|
||||
padding-left: 48px;
|
||||
}
|
||||
|
||||
.ss-nav ul li.active::before {
|
||||
background: #facc16;
|
||||
}
|
||||
|
||||
.ss-nav .nav li::before, .ss-nav .nav li:nth-child(1) {
|
||||
transition-delay: .15s;
|
||||
}
|
||||
|
||||
.ss-nav .nav li::before, .ss-nav .nav li:nth-child(2) {
|
||||
transition-delay: .3s;
|
||||
}
|
||||
|
||||
.ss-nav .nav li::before, .ss-nav .nav li:nth-child(3) {
|
||||
transition-delay: .45s;
|
||||
}
|
||||
|
||||
.ss-nav .nav li::before, .ss-nav .nav li:nth-child(4) {
|
||||
transition-delay: .6s;
|
||||
}
|
||||
|
||||
.ss-nav .nav li::before, .ss-nav .nav li:nth-child(5) {
|
||||
transition-delay: .75s;
|
||||
}
|
||||
|
||||
.ss-nav.page-loaded::before {
|
||||
transform: translateX(-50%) translateY(-50%) scale(1);
|
||||
}
|
||||
|
||||
.ss-nav.page-loaded::after {
|
||||
transform: translateX(-50%) translateY(50%) scale(1);
|
||||
}
|
||||
|
||||
.ss-nav.page-loaded .nav-border {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.ss-nav.page-loaded ul li {
|
||||
opacity: 1;
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
||||
.ss-nav.page-loaded ul li::before {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
.ss-nav.no-delay .nav li, .ss-nav.no-delay .nav li::before {
|
||||
transition-delay: 0s !important;
|
||||
}
|
||||
|
||||
.ss-nav #spy-top {
|
||||
position: absolute;
|
||||
top: -10px;
|
||||
left: -10px;
|
||||
z-index: 99;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.ss-nav #spy-bottom {
|
||||
position: absolute;
|
||||
bottom: -10px;
|
||||
left: -10px;
|
||||
z-index: 99;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.site-main {
|
||||
position: relative;
|
||||
z-index: 300;
|
||||
margin-top: -1px;
|
||||
padding: 0;
|
||||
background-color: #fff; }
|
||||
|
||||
.site-main ul:not(.clients-logo):not(.pricing):not(.contact_ul):not(.domain_name):not(.seo-buttons) {
|
||||
padding: 0;
|
||||
padding-top: 5vh;
|
||||
padding-bottom: 5vh; }
|
||||
|
||||
.site-main ul:not(.clients-logo):not(.pricing):not(.contact_ul):not(.domain_name):not(.seo-buttons) li {
|
||||
position: relative;
|
||||
padding-left: 30px; }
|
||||
|
||||
.site-main ul:not(.clients-logo):not(.pricing):not(.contact_ul):not(.domain_name):not(.seo-buttons) li:first-child {
|
||||
margin-top: 0; }
|
||||
|
||||
.site-main ul:not(.clients-logo):not(.pricing):not(.contact_ul):not(.domain_name):not(.seo-buttons) li:before {
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
left: 13px;
|
||||
display: block;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
border-radius: 50%;
|
||||
background-color: #fad029;
|
||||
content: ''; }
|
||||
Vendored
+8638
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,351 @@
|
||||
/* Magnific Popup CSS */
|
||||
.mfp-bg {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1042;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
background: #0b0b0b;
|
||||
opacity: 0.8; }
|
||||
|
||||
.mfp-wrap {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1043;
|
||||
position: fixed;
|
||||
outline: none !important;
|
||||
-webkit-backface-visibility: hidden; }
|
||||
|
||||
.mfp-container {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding: 0 8px;
|
||||
box-sizing: border-box; }
|
||||
|
||||
.mfp-container:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
vertical-align: middle; }
|
||||
|
||||
.mfp-align-top .mfp-container:before {
|
||||
display: none; }
|
||||
|
||||
.mfp-content {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin: 0 auto;
|
||||
text-align: left;
|
||||
z-index: 1045; }
|
||||
|
||||
.mfp-inline-holder .mfp-content,
|
||||
.mfp-ajax-holder .mfp-content {
|
||||
width: 100%;
|
||||
cursor: auto; }
|
||||
|
||||
.mfp-ajax-cur {
|
||||
cursor: progress; }
|
||||
|
||||
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
|
||||
cursor: -moz-zoom-out;
|
||||
cursor: -webkit-zoom-out;
|
||||
cursor: zoom-out; }
|
||||
|
||||
.mfp-zoom {
|
||||
cursor: pointer;
|
||||
cursor: -webkit-zoom-in;
|
||||
cursor: -moz-zoom-in;
|
||||
cursor: zoom-in; }
|
||||
|
||||
.mfp-auto-cursor .mfp-content {
|
||||
cursor: auto; }
|
||||
|
||||
.mfp-close,
|
||||
.mfp-arrow,
|
||||
.mfp-preloader,
|
||||
.mfp-counter {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none; }
|
||||
|
||||
.mfp-loading.mfp-figure {
|
||||
display: none; }
|
||||
|
||||
.mfp-hide {
|
||||
display: none !important; }
|
||||
|
||||
.mfp-preloader {
|
||||
color: #CCC;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: auto;
|
||||
text-align: center;
|
||||
margin-top: -0.8em;
|
||||
left: 8px;
|
||||
right: 8px;
|
||||
z-index: 1044; }
|
||||
.mfp-preloader a {
|
||||
color: #CCC; }
|
||||
.mfp-preloader a:hover {
|
||||
color: #FFF; }
|
||||
|
||||
.mfp-s-ready .mfp-preloader {
|
||||
display: none; }
|
||||
|
||||
.mfp-s-error .mfp-content {
|
||||
display: none; }
|
||||
|
||||
button.mfp-close,
|
||||
button.mfp-arrow {
|
||||
overflow: visible;
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
-webkit-appearance: none;
|
||||
display: block;
|
||||
outline: none;
|
||||
padding: 0;
|
||||
z-index: 1046;
|
||||
box-shadow: none;
|
||||
touch-action: manipulation; }
|
||||
|
||||
button::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border: 0; }
|
||||
|
||||
.mfp-close {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
opacity: 0.65;
|
||||
padding: 0 0 18px 10px;
|
||||
color: #FFF;
|
||||
font-style: normal;
|
||||
font-size: 28px;
|
||||
font-family: Arial, Baskerville, monospace; }
|
||||
.mfp-close:hover,
|
||||
.mfp-close:focus {
|
||||
opacity: 1; }
|
||||
.mfp-close:active {
|
||||
top: 1px; }
|
||||
|
||||
.mfp-close-btn-in .mfp-close {
|
||||
color: #333; }
|
||||
|
||||
.mfp-image-holder .mfp-close,
|
||||
.mfp-iframe-holder .mfp-close {
|
||||
color: #FFF;
|
||||
right: -6px;
|
||||
text-align: right;
|
||||
padding-right: 6px;
|
||||
width: 100%; }
|
||||
|
||||
.mfp-counter {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
color: #CCC;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
white-space: nowrap; }
|
||||
|
||||
.mfp-arrow {
|
||||
position: absolute;
|
||||
opacity: 0.65;
|
||||
margin: 0;
|
||||
top: 50%;
|
||||
margin-top: -55px;
|
||||
padding: 0;
|
||||
width: 90px;
|
||||
height: 110px;
|
||||
-webkit-tap-highlight-color: transparent; }
|
||||
.mfp-arrow:active {
|
||||
margin-top: -54px; }
|
||||
.mfp-arrow:hover,
|
||||
.mfp-arrow:focus {
|
||||
opacity: 1; }
|
||||
.mfp-arrow:before,
|
||||
.mfp-arrow:after {
|
||||
content: '';
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
margin-top: 35px;
|
||||
margin-left: 35px;
|
||||
border: medium inset transparent; }
|
||||
.mfp-arrow:after {
|
||||
border-top-width: 13px;
|
||||
border-bottom-width: 13px;
|
||||
top: 8px; }
|
||||
.mfp-arrow:before {
|
||||
border-top-width: 21px;
|
||||
border-bottom-width: 21px;
|
||||
opacity: 0.7; }
|
||||
|
||||
.mfp-arrow-left {
|
||||
left: 0; }
|
||||
.mfp-arrow-left:after {
|
||||
border-right: 17px solid #FFF;
|
||||
margin-left: 31px; }
|
||||
.mfp-arrow-left:before {
|
||||
margin-left: 25px;
|
||||
border-right: 27px solid #3F3F3F; }
|
||||
|
||||
.mfp-arrow-right {
|
||||
right: 0; }
|
||||
.mfp-arrow-right:after {
|
||||
border-left: 17px solid #FFF;
|
||||
margin-left: 39px; }
|
||||
.mfp-arrow-right:before {
|
||||
border-left: 27px solid #3F3F3F; }
|
||||
|
||||
.mfp-iframe-holder {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px; }
|
||||
.mfp-iframe-holder .mfp-content {
|
||||
line-height: 0;
|
||||
width: 100%;
|
||||
max-width: 900px; }
|
||||
.mfp-iframe-holder .mfp-close {
|
||||
top: -40px; }
|
||||
|
||||
.mfp-iframe-scaler {
|
||||
width: 100%;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
padding-top: 56.25%; }
|
||||
.mfp-iframe-scaler iframe {
|
||||
position: absolute;
|
||||
display: block;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
background: #000; }
|
||||
|
||||
/* Main image in popup */
|
||||
img.mfp-img {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
line-height: 0;
|
||||
box-sizing: border-box;
|
||||
padding: 40px 0 40px;
|
||||
margin: 0 auto; }
|
||||
|
||||
/* The shadow behind the image */
|
||||
.mfp-figure {
|
||||
line-height: 0; }
|
||||
.mfp-figure:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 40px;
|
||||
bottom: 40px;
|
||||
display: block;
|
||||
right: 0;
|
||||
width: auto;
|
||||
height: auto;
|
||||
z-index: -1;
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
background: #444; }
|
||||
.mfp-figure small {
|
||||
color: #BDBDBD;
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
line-height: 14px; }
|
||||
.mfp-figure figure {
|
||||
margin: 0; }
|
||||
|
||||
.mfp-bottom-bar {
|
||||
margin-top: -36px;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
cursor: auto; }
|
||||
|
||||
.mfp-title {
|
||||
text-align: left;
|
||||
line-height: 18px;
|
||||
color: #F3F3F3;
|
||||
word-wrap: break-word;
|
||||
padding-right: 36px; }
|
||||
|
||||
.mfp-image-holder .mfp-content {
|
||||
max-width: 100%; }
|
||||
|
||||
.mfp-gallery .mfp-image-holder .mfp-figure {
|
||||
cursor: pointer; }
|
||||
|
||||
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
|
||||
/**
|
||||
* Remove all paddings around the image on small screen
|
||||
*/
|
||||
.mfp-img-mobile .mfp-image-holder {
|
||||
padding-left: 0;
|
||||
padding-right: 0; }
|
||||
.mfp-img-mobile img.mfp-img {
|
||||
padding: 0; }
|
||||
.mfp-img-mobile .mfp-figure:after {
|
||||
top: 0;
|
||||
bottom: 0; }
|
||||
.mfp-img-mobile .mfp-figure small {
|
||||
display: inline;
|
||||
margin-left: 5px; }
|
||||
.mfp-img-mobile .mfp-bottom-bar {
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
bottom: 0;
|
||||
margin: 0;
|
||||
top: auto;
|
||||
padding: 3px 5px;
|
||||
position: fixed;
|
||||
box-sizing: border-box; }
|
||||
.mfp-img-mobile .mfp-bottom-bar:empty {
|
||||
padding: 0; }
|
||||
.mfp-img-mobile .mfp-counter {
|
||||
right: 5px;
|
||||
top: 3px; }
|
||||
.mfp-img-mobile .mfp-close {
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
padding: 0; } }
|
||||
|
||||
@media all and (max-width: 900px) {
|
||||
.mfp-arrow {
|
||||
-webkit-transform: scale(0.75);
|
||||
transform: scale(0.75); }
|
||||
.mfp-arrow-left {
|
||||
-webkit-transform-origin: 0;
|
||||
transform-origin: 0; }
|
||||
.mfp-arrow-right {
|
||||
-webkit-transform-origin: 100%;
|
||||
transform-origin: 100%; }
|
||||
.mfp-container {
|
||||
padding-left: 6px;
|
||||
padding-right: 6px; } }
|
||||
+10895
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
/*! #######################################################################
|
||||
|
||||
MeanMenu 2.0.7
|
||||
--------
|
||||
|
||||
To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
|
||||
|
||||
####################################################################### */a.meanmenu-reveal{display:none}.mean-container .mean-bar{float:left;width:100%;position:relative;background:#0c1923;padding:4px 0;min-height:42px;z-index:999999}.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px;position:absolute;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700}.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}.mean-container .mean-nav{float:left;width:100%;background:#0c1923;margin-top:44px}.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}.mean-container .mean-nav ul li{position:relative;float:left;width:100%}.mean-container .mean-nav ul li a{display:block;float:left;width:90%;padding:1em 5%;margin:0;text-align:left;color:#fff;border-top:1px solid #383838;border-top:1px solid rgba(255,255,255,.5);text-decoration:none;text-transform:uppercase}.mean-container .mean-nav ul li li a{width:80%;padding:1em 10%;border-top:1px solid #f1f1f1;border-top:1px solid rgba(255,255,255,.25);opacity:.75;filter:alpha(opacity=75);text-shadow:none!important;visibility:visible}.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}.mean-container .mean-nav ul li a:hover{background:#252525;background:rgba(255,255,255,.1)}.mean-container .mean-nav ul li a.mean-expand{margin-top:1px;width:26px;height:32px;padding:12px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(255,255,255,.1);border:0!important;border-left:1px solid rgba(255,255,255,.4)!important;border-bottom:1px solid rgba(255,255,255,.2)!important}.mean-container .mean-nav ul li a.mean-expand:hover{background:rgba(0,0,0,.9)}.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}.mean-nav .wrapper{width:100%;padding:0;margin:0}.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.mean-remove{display:none!important}
|
||||
@@ -0,0 +1,88 @@
|
||||
.sonny_progressbar {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.sonny_progressbar p.title {
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
margin: 0;
|
||||
padding: 10px 0;
|
||||
}
|
||||
.sonny_progressbar .bar-container {
|
||||
position: relative;
|
||||
height: 40px;
|
||||
border-radius: 25px;
|
||||
}
|
||||
.sonny_progressbar .bar-container.shadow {
|
||||
-moz-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);
|
||||
-webkit-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);
|
||||
box-shadow: 0px 5px 7px -3px rgba(0,0,0,.5);
|
||||
}
|
||||
.sonny_progressbar .backgroundBar {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
.sonny_progressbar .bar {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
border-radius: 25px;
|
||||
}
|
||||
.sonny_progressbar .targetBar {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
-webkit-animation: Animation 2s infinite ease-in-out;
|
||||
-moz-animation: Animation 2s infinite ease-in-out;
|
||||
animation: Animation 2s infinite ease-in-out;
|
||||
}
|
||||
.sonny_progressbar .targetBar.loader {
|
||||
-webkit-animation: AnimationB 4s infinite ease-in-out;
|
||||
-moz-animation: AnimationB 4s infinite ease-in-out;
|
||||
animation: AnimationB 4s infinite ease-in-out;
|
||||
background-image: url('animated-overlay.gif');
|
||||
}
|
||||
.sonny_progressbar .bar-container.border .bar, .sonny_progressbar .bar-container.border .targetBar, .sonny_progressbar .bar-container.border .backgroundBar {
|
||||
border-bottom: 3px solid rgba(0,0,0,.2);
|
||||
}
|
||||
.sonny_progressbar .progress-percent {
|
||||
font-size: 20px;
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top:-24px;
|
||||
}
|
||||
|
||||
@keyframes Animation {
|
||||
0% { opacity:.4; }
|
||||
50% { opacity:1; }
|
||||
100% { opacity:.4; }
|
||||
}
|
||||
@-moz-keyframes Animation{
|
||||
0% { opacity:.4; }
|
||||
50% { opacity:1; }
|
||||
100% { opacity:.4; }
|
||||
}
|
||||
@-webkit-keyframes Animation{
|
||||
0% { opacity:.4; }
|
||||
50% { opacity:1; }
|
||||
100% { opacity:.4; }
|
||||
}
|
||||
@keyframes AnimationB {
|
||||
0% { opacity:.01; }
|
||||
50% { opacity:.1; }
|
||||
100% { opacity:.01; }
|
||||
}
|
||||
@-moz-keyframes AnimationB {
|
||||
0% { opacity:.01; }
|
||||
50% { opacity:.1; }
|
||||
100% { opacity:.01; }
|
||||
}
|
||||
@-webkit-keyframes AnimationB {
|
||||
0% { opacity:.01; }
|
||||
50% { opacity:.1; }
|
||||
100% { opacity:.01; }
|
||||
}
|
||||
@@ -0,0 +1,145 @@
|
||||
.about-content-wrap {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.about-img-wrap {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
position: relative;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.section-title h2 {
|
||||
font-size: 55px;
|
||||
font-weight: 700;
|
||||
line-height: 65px;
|
||||
color: #181818;
|
||||
}
|
||||
.mt-40 {
|
||||
margin-top: 40px;
|
||||
}
|
||||
.mt-60 {
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.single-counter-box p {
|
||||
font-size: 60px;
|
||||
font-weight: 600;
|
||||
color: #212531;
|
||||
line-height: 1;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.single-counter-box {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.single-counter-box span {
|
||||
color: #FE574F;
|
||||
font-size: 30px;
|
||||
margin-left: 10px;
|
||||
position: relative;
|
||||
top: -30px;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
position: relative;
|
||||
color: #181818;
|
||||
font-family: "DM Sans", sans-serif;
|
||||
font-weight: 400;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: "DM Sans", sans-serif;
|
||||
font-size: 17px;
|
||||
font-weight: 400;
|
||||
line-height: 27px;
|
||||
position: relative;
|
||||
color: #797C7F;
|
||||
}
|
||||
|
||||
button,
|
||||
input,
|
||||
textarea,
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
outline-width: 0 !important;
|
||||
}
|
||||
|
||||
/*Button Style */
|
||||
.theme-btn, .dark-btn, .white-btn, .bordered-btn {
|
||||
display: inline-flex;
|
||||
background: #FE574F;
|
||||
color: #fff;
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
line-height: 16px;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
padding: 16px 32px;
|
||||
border: 2px solid #FE574F;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
-webkit-transition: 0.3s;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
.about-bg-wrapper {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.small-img {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
bottom: -30px;
|
||||
left: 30px;
|
||||
border: 10px solid #fff;
|
||||
box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.small-img {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.image-one {
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 70%;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.image-one {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
.image-two {
|
||||
position: absolute;
|
||||
bottom: -60px;
|
||||
right: 20px;
|
||||
width: 55%;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.image-two {
|
||||
width: 65%;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Vendored
+13
File diff suppressed because one or more lines are too long
Vendored
+15
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user