added stuff
This commit is contained in:
parent
994741c141
commit
661ea3fbd2
@ -424,6 +424,7 @@ h1,
|
||||
|
||||
h2,
|
||||
.h2 {
|
||||
font-family: sans-serif;
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
@ -17912,7 +17913,7 @@ html * + .offset-top-13 {
|
||||
}
|
||||
|
||||
.text-secondary-2 {
|
||||
color: #0066ff !important;
|
||||
color: #2f5f8e !important;
|
||||
}
|
||||
|
||||
.text-gray-600 {
|
||||
@ -18919,7 +18920,7 @@ html [class*='section-'].section-bottom-0 {
|
||||
}
|
||||
|
||||
.bg-secondary {
|
||||
background-color: #0066ff;
|
||||
background-color: #2f5f8e;
|
||||
}
|
||||
|
||||
.bg-secondary:not([style*='background-'])
|
||||
@ -19838,7 +19839,7 @@ h6 a,
|
||||
|
||||
h6 a:hover,
|
||||
.heading-6 a:hover {
|
||||
color: #0066ff;
|
||||
color: #2f5f8e;
|
||||
}
|
||||
|
||||
.heading-7 {
|
||||
@ -19878,7 +19879,7 @@ h6 a:hover,
|
||||
.heading-8 {
|
||||
font-size: 18px;
|
||||
line-height: 1.6;
|
||||
color: #0066ff;
|
||||
color: #2f5f8e;
|
||||
}
|
||||
|
||||
.heading-8 a:hover {
|
||||
@ -19972,7 +19973,7 @@ p [style*='max-width'] {
|
||||
}
|
||||
|
||||
.title-3 {
|
||||
color: #0066ff;
|
||||
color: #2f5f8e;
|
||||
}
|
||||
|
||||
.context-dark .title-4,
|
||||
@ -19991,7 +19992,7 @@ p [style*='max-width'] {
|
||||
|
||||
.title-5 {
|
||||
font-weight: 400;
|
||||
color: #0066ff;
|
||||
color: #2f5f8e;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
@ -20083,8 +20084,8 @@ a[href*='mailto'] {
|
||||
}
|
||||
|
||||
.link-border:hover {
|
||||
color: #0066ff;
|
||||
border-color: #0066ff;
|
||||
color: #2f5f8e;
|
||||
border-color: #2f5f8e;
|
||||
}
|
||||
|
||||
.link-border-2 {
|
||||
@ -20397,7 +20398,7 @@ a[href*='mailto'] {
|
||||
}
|
||||
|
||||
.box-modern-item:nth-child(3n + 3) .box-modern-number {
|
||||
background: #0066ff;
|
||||
background: #2f5f8e;
|
||||
}
|
||||
|
||||
* + .box-modern-wrap {
|
||||
@ -20853,7 +20854,7 @@ html .group-custom > * {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 8px;
|
||||
background-color: #0066ff;
|
||||
background-color: #2f5f8e;
|
||||
}
|
||||
|
||||
.index-list {
|
||||
@ -21750,12 +21751,12 @@ hr {
|
||||
.button-gray-700:active,
|
||||
.button-gray-700.active {
|
||||
color: #ffffff;
|
||||
background-color: #0066ff;
|
||||
border-color: #0066ff;
|
||||
background-color: #2f5f8e;
|
||||
border-color: #2f5f8e;
|
||||
}
|
||||
|
||||
.button-gray-700.button-ujarak::before {
|
||||
background: #0066ff;
|
||||
background: #2f5f8e;
|
||||
}
|
||||
|
||||
.button-gray-700.button-nuka:hover,
|
||||
@ -21765,7 +21766,7 @@ hr {
|
||||
}
|
||||
|
||||
.button-gray-700.button-nuka .button-overlay {
|
||||
background-color: #0066ff;
|
||||
background-color: #2f5f8e;
|
||||
}
|
||||
|
||||
.button-primary,
|
||||
@ -21800,8 +21801,8 @@ hr {
|
||||
.button-secondary,
|
||||
.button-secondary:focus {
|
||||
color: #ffffff;
|
||||
background-color: #0066ff;
|
||||
border-color: #0066ff;
|
||||
background-color: #2f5f8e;
|
||||
border-color: #2f5f8e;
|
||||
}
|
||||
|
||||
.button-secondary:hover,
|
||||
@ -21819,7 +21820,7 @@ hr {
|
||||
.button-secondary.button-nuka:hover,
|
||||
.button-secondary.button-nuka:active,
|
||||
.button-secondary.button-nuka.active {
|
||||
background-color: #0066ff;
|
||||
background-color: #2f5f8e;
|
||||
}
|
||||
|
||||
.button-secondary.button-nuka .button-overlay {
|
||||
@ -22975,7 +22976,7 @@ textarea.form-input {
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
line-height: 1.4;
|
||||
color: #0066ff;
|
||||
color: #2f5f8e;
|
||||
}
|
||||
|
||||
* + .quote-classic-footer {
|
||||
@ -23033,7 +23034,7 @@ textarea.form-input {
|
||||
|
||||
.quote-corporate-body q::before {
|
||||
font-size: 40px;
|
||||
color: #0066ff;
|
||||
color: #2f5f8e;
|
||||
line-height: 0.8;
|
||||
padding-top: 8px;
|
||||
display: inline-block;
|
||||
@ -23087,7 +23088,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.quote-corporate-4 .quote-corporate-name {
|
||||
color: #0066ff;
|
||||
color: #2f5f8e;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
@ -23641,7 +23642,7 @@ textarea.form-input {
|
||||
|
||||
.footer-default-list .heading-6 a:hover,
|
||||
.footer-default-contacts .heading-6 a:hover {
|
||||
color: #0066ff;
|
||||
color: #2f5f8e;
|
||||
}
|
||||
|
||||
* + .footer-default-contacts {
|
||||
@ -23745,7 +23746,7 @@ textarea.form-input {
|
||||
.footer-modern.bg-gradient-primary .list-social a:hover,
|
||||
.footer-modern.bg-gradient-primary-1 .list-social a:hover,
|
||||
.footer-modern.rd-navbar-corporate .list-social a:hover {
|
||||
color: #0066ff;
|
||||
color: #2f5f8e;
|
||||
}
|
||||
|
||||
/*
|
||||
@ -23862,7 +23863,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.service-corporate-icon .path-secondary {
|
||||
fill: #0066ff;
|
||||
fill: #2f5f8e;
|
||||
}
|
||||
|
||||
.service-corporate-icon .path-gray-700 {
|
||||
@ -23897,7 +23898,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.service-modern-icon .path-secondary {
|
||||
fill: #0066ff;
|
||||
fill: #2f5f8e;
|
||||
}
|
||||
|
||||
* + .service-modern-title {
|
||||
@ -23922,7 +23923,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.program-day > * {
|
||||
color: #0066ff;
|
||||
color: #2f5f8e;
|
||||
}
|
||||
|
||||
.program-title {
|
||||
@ -24067,7 +24068,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.service-ubby-title {
|
||||
color: #0066ff;
|
||||
color: #2f5f8e;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@ -24094,7 +24095,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.service-alba-title {
|
||||
color: #0066ff;
|
||||
color: #2f5f8e;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
@ -24338,7 +24339,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.team-minimal-name {
|
||||
color: #0066ff;
|
||||
color: #2f5f8e;
|
||||
}
|
||||
|
||||
.team-minimal-text {
|
||||
@ -24419,7 +24420,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.pricing-title {
|
||||
color: #0066ff;
|
||||
color: #2f5f8e;
|
||||
}
|
||||
|
||||
.pricing-title > * {
|
||||
@ -24599,7 +24600,7 @@ textarea.form-input {
|
||||
}
|
||||
|
||||
.button-play-1::after {
|
||||
background: #0066ff;
|
||||
background: #2f5f8e;
|
||||
}
|
||||
|
||||
.button-play-1::before {
|
||||
@ -24812,6 +24813,7 @@ html:not(.lt-ie10) .not-animated {
|
||||
|
||||
.fadeInUp {
|
||||
animation-name: fadeInUp;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
@keyframes fadeInDown {
|
||||
@ -24969,7 +24971,7 @@ html:not(.lt-ie10) .not-animated {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
margin: 0 auto;
|
||||
border: 3px solid #0066ff;
|
||||
border: 3px solid #2f5f8e;
|
||||
border-radius: 50%;
|
||||
border-left-color: transparent;
|
||||
border-bottom-color: transparent;
|
||||
@ -25004,7 +25006,7 @@ html:not(.lt-ie10) .not-animated {
|
||||
|
||||
.ui-to-top:hover {
|
||||
color: #ffffff;
|
||||
background: #0066ff;
|
||||
background: #2f5f8e;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -25999,7 +26001,7 @@ html.tablet .ui-to-top {
|
||||
|
||||
.rd-navbar-1.rd-navbar-static .rd-nav-link,
|
||||
.rd-navbar-1.rd-navbar-static .rd-nav-link:not([href]) {
|
||||
color: #0066ff;
|
||||
color: #2f5f8e;
|
||||
}
|
||||
|
||||
.rd-navbar-1.rd-navbar-static .rd-nav-link:hover {
|
||||
@ -27223,7 +27225,7 @@ html.rd-navbar-fixed-linked .page {
|
||||
|
||||
.owl-dots-2 .owl-dot:hover span,
|
||||
.owl-dots-2 .owl-dot.active span {
|
||||
background: #0066ff;
|
||||
background: #2f5f8e;
|
||||
}
|
||||
|
||||
* + .owl-dots-1 {
|
||||
|
2
faq.html
2
faq.html
@ -172,7 +172,7 @@
|
||||
<li class="list-terms-item">
|
||||
<h4 class="list-terms-title">How much does it cost?</h4>
|
||||
<p class="list-terms-text">
|
||||
The program cost varies from individual to individual and the gap between where they are right now and where they want to be. For example, the price of teaching a kid with python skills will be lower than if they had no prior experience. However, we welcome your child regardless of how much experience they have and we are flexible with the program fees.
|
||||
The program cost varies from individual to individual and the gap between where they are right now and where they want to be. For example, the price of teaching a kid with Python skills will be lower than if they had no prior experience. However, we welcome your child regardless of how much experience they have and we are flexible with the program fees.
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user