first website push
260
assets/css/treck-dark.css
Normal file
@ -0,0 +1,260 @@
|
||||
body,
|
||||
body.boxed-wrapper .page-wrapper,
|
||||
.main-menu__bottom-inner,
|
||||
.coaching-one__hover-content,
|
||||
.blog-one__content,
|
||||
.about-one__experience {
|
||||
background-color: #121315;
|
||||
}
|
||||
|
||||
.main-menu__wrapper-inner,
|
||||
.video-one__left {
|
||||
background-color: var(--treck-black);
|
||||
}
|
||||
|
||||
.main-menu__contact-list li .text p,
|
||||
.main-menu__contact-list li .text p a,
|
||||
.main-menu__top-menu li a,
|
||||
.main-menu__search span,
|
||||
.main-menu .main-menu__list>li>a,
|
||||
.stricky-header .main-menu__list>li>a,
|
||||
.main-menu__call-sub-title,
|
||||
.main-menu__call-number span,
|
||||
.feature-one__sub-title,
|
||||
.feature-one__text,
|
||||
.section-title__tagline,
|
||||
.about-one__text,
|
||||
.about-one__points li .content p,
|
||||
.services-one__text,
|
||||
.video-one__points li .text p,
|
||||
.coaching-one__text,
|
||||
.coaching-one__hover-text,
|
||||
.testimonial-one__text,
|
||||
.countries-one__text,
|
||||
.team-one__sub-title,
|
||||
.contact-one__address-list li .text p,
|
||||
.blog-one__tag p,
|
||||
.blog-one__user .text p,
|
||||
.blog-one__comment p,
|
||||
.about-one__experience p {
|
||||
color: #68696c;
|
||||
}
|
||||
|
||||
.main-menu__search,
|
||||
.main-menu__call-number a,
|
||||
.feature-one__title a,
|
||||
.feature-one__text a,
|
||||
.section-title__title,
|
||||
.about-one__points li .content h3,
|
||||
.services-one__title a,
|
||||
.coaching-one__hover-title a,
|
||||
.testimonial-one__client-name,
|
||||
.countries-one__title a,
|
||||
.team-one__title a,
|
||||
.contact-one__address-top-title h3,
|
||||
.blog-one__title a {
|
||||
color: var(--treck-white);
|
||||
}
|
||||
|
||||
.main-menu__top-menu li a:before {
|
||||
background-color: #323339;
|
||||
}
|
||||
|
||||
.main-menu .main-menu__list>li.current>a,
|
||||
.main-menu .main-menu__list>li:hover>a,
|
||||
.stricky-header .main-menu__list>li.current>a,
|
||||
.stricky-header .main-menu__list>li:hover>a {
|
||||
color: var(--treck-white);
|
||||
text-shadow: 0.05px 0 0 rgb(255 255 255 / 80%);
|
||||
}
|
||||
|
||||
.main-menu__btn {
|
||||
border: 1px solid #323339;
|
||||
color: #68696c;
|
||||
}
|
||||
|
||||
.stricky-header.main-menu {
|
||||
background-color: var(--treck-black);
|
||||
}
|
||||
|
||||
|
||||
.feature-one {
|
||||
background-image: -moz-linear-gradient(90deg, rgb(15, 15, 17) 0%, rgb(18, 19, 21) 15%);
|
||||
background-image: -webkit-linear-gradient(90deg, rgb(15, 15, 17) 0%, rgb(18, 19, 21) 15%);
|
||||
background-image: -ms-linear-gradient(90deg, rgb(15, 15, 17) 0%, rgb(18, 19, 21) 15%);
|
||||
}
|
||||
|
||||
.feature-one__single {
|
||||
background-color: #1b1c1f;
|
||||
}
|
||||
|
||||
.feature-one__btn {
|
||||
color: #68696c;
|
||||
border: 1px solid #323339;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.section-title__border-box:before,
|
||||
.section-title__border-box:after {
|
||||
background-color: #121315;
|
||||
}
|
||||
|
||||
.about-one__points li .content::before {
|
||||
background-color: #323339;
|
||||
}
|
||||
|
||||
.about-one__points li .content::after {
|
||||
border-right: 5px solid #323339;
|
||||
}
|
||||
|
||||
.services-one__single-inner {
|
||||
border: 1px solid #323339;
|
||||
}
|
||||
|
||||
.services-one__single-inner:before {
|
||||
background-color: #121315;
|
||||
border: 1px solid #323339;
|
||||
border-top: 0;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.services-one__single-inner:after {
|
||||
background-color: #121315;
|
||||
border: 1px solid #323339;
|
||||
border-top: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
.video-one__left:before {
|
||||
border: 1px dashed #2b2c32;
|
||||
}
|
||||
|
||||
.video-one__points li {
|
||||
background-image: -moz-linear-gradient(0deg, rgb(18, 19, 21) 0%, rgb(22, 23, 26) 100%);
|
||||
background-image: -webkit-linear-gradient(0deg, rgb(18, 19, 21) 0%, rgb(22, 23, 26) 100%);
|
||||
background-image: -ms-linear-gradient(0deg, rgb(18, 19, 21) 0%, rgb(22, 23, 26) 100%);
|
||||
}
|
||||
|
||||
.coaching-one__hover-shape-1 {
|
||||
background-image: -moz-linear-gradient(0deg, rgb(50, 51, 57) 0%, rgba(18, 19, 21, 0) 100%);
|
||||
background-image: -webkit-linear-gradient(0deg, rgb(50, 51, 57) 0%, rgba(18, 19, 21, 0) 100%);
|
||||
background-image: -ms-linear-gradient(0deg, rgb(50, 51, 57) 0%, rgba(18, 19, 21, 0) 100%);
|
||||
}
|
||||
|
||||
.testimonial-one__wrap {
|
||||
background-color: rgb(26, 27, 30);
|
||||
}
|
||||
|
||||
.testimonial-one__icon span {
|
||||
color: #323339;
|
||||
}
|
||||
|
||||
.testimonial-one__client-sub-title {
|
||||
color: #68696c;
|
||||
border-bottom: 1px solid #47484b;
|
||||
}
|
||||
|
||||
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
|
||||
color: var(--treck-white);
|
||||
background-color: #121315;
|
||||
}
|
||||
|
||||
.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
|
||||
color: var(--treck-white);
|
||||
background-color: #121315;
|
||||
}
|
||||
|
||||
.countries-one {
|
||||
background-image: -moz-linear-gradient(90deg, rgb(15, 15, 17) 0%, rgb(18, 19, 21) 50%);
|
||||
background-image: -webkit-linear-gradient(90deg, rgb(15, 15, 17) 0%, rgb(18, 19, 21) 50%);
|
||||
background-image: -ms-linear-gradient(90deg, rgb(15, 15, 17) 0%, rgb(18, 19, 21) 50%);
|
||||
}
|
||||
|
||||
.countries-one__bg {
|
||||
opacity: .25;
|
||||
mix-blend-mode: multiply;
|
||||
}
|
||||
|
||||
.countries-one__single {
|
||||
border: 1px solid #323339;
|
||||
}
|
||||
|
||||
.countries-one__img-box::before,
|
||||
.countries-one__img-box::after {
|
||||
background-color: #323339;
|
||||
}
|
||||
|
||||
.countries-one__img::before {
|
||||
border: 1px solid #323339;
|
||||
}
|
||||
|
||||
.countries-one__single::before {
|
||||
background-color: rgb(50, 51, 57);
|
||||
}
|
||||
|
||||
.team-one__content {
|
||||
background-image: -moz-linear-gradient(90deg, rgb(15, 15, 17) 0%, rgb(18, 19, 21) 100%);
|
||||
background-image: -webkit-linear-gradient(90deg, rgb(15, 15, 17) 0%, rgb(18, 19, 21) 100%);
|
||||
background-image: -ms-linear-gradient(90deg, rgb(15, 15, 17) 0%, rgb(18, 19, 21) 100%);
|
||||
}
|
||||
|
||||
.contact-one__address-box {
|
||||
background-color: var(--treck-black);
|
||||
}
|
||||
|
||||
.contact-one__address-top {
|
||||
background-image: -moz-linear-gradient(90deg, rgb(15, 15, 17) 0%, rgb(22, 23, 26) 100%);
|
||||
background-image: -webkit-linear-gradient(90deg, rgb(15, 15, 17) 0%, rgb(22, 23, 26) 100%);
|
||||
background-image: -ms-linear-gradient(90deg, rgb(15, 15, 17) 0%, rgb(22, 23, 26) 100%);
|
||||
}
|
||||
|
||||
.contact-one__address-top:before {
|
||||
border-top: 10px solid #0f0f11;
|
||||
}
|
||||
|
||||
.contact-one__address-faq .faq-one-accrodion .accrodion {
|
||||
background-color: var(--treck-black);
|
||||
border-bottom: 1px solid #323339;
|
||||
}
|
||||
|
||||
.contact-one__address-faq .faq-one-accrodion .accrodion-title h4 {
|
||||
color: var(--treck-white);
|
||||
}
|
||||
|
||||
.contact-one__address-faq .faq-one-accrodion .accrodion.active .accrodion-title h4 {
|
||||
color: var(--treck-white);
|
||||
}
|
||||
|
||||
.contact-one__address-faq .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
|
||||
color: var(--treck-white);
|
||||
}
|
||||
|
||||
.brand-one__inner {
|
||||
border-bottom: 1px solid rgba(32, 33, 36, 0.4);
|
||||
}
|
||||
|
||||
.blog-one {
|
||||
background-image: -moz-linear-gradient(90deg, rgb(15, 15, 17) 0%, rgb(18, 19, 21) 100%);
|
||||
background-image: -webkit-linear-gradient(90deg, rgb(15, 15, 17) 0%, rgb(18, 19, 21) 100%);
|
||||
background-image: -ms-linear-gradient(90deg, rgb(15, 15, 17) 0%, rgb(18, 19, 21) 100%);
|
||||
}
|
||||
|
||||
.blog-one__tag {
|
||||
background-color: #1a1b1e;
|
||||
}
|
||||
|
||||
.blog-one__title {
|
||||
border-bottom: 1px solid #202124;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* */
|
2389
assets/css/treck-responsive.css
Normal file
17824
assets/css/treck.css
Normal file
BIN
assets/images/backgrounds/about-page-testimonial-bg-1.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
assets/images/backgrounds/about-page-testimonial-bg-2.png
Normal file
After Width: | Height: | Size: 250 KiB |
BIN
assets/images/backgrounds/banner-one-bg.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
assets/images/backgrounds/benefits-two-bg-two.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
assets/images/backgrounds/benefits-two-bg.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
assets/images/backgrounds/coaching-details-importance-bg.png
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
assets/images/backgrounds/coaching-three-bg.jpg
Normal file
After Width: | Height: | Size: 140 KiB |
BIN
assets/images/backgrounds/coaching-two-bg-2.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
assets/images/backgrounds/coaching-two-bg.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
assets/images/backgrounds/contact-five-bg.png
Normal file
After Width: | Height: | Size: 250 KiB |
BIN
assets/images/backgrounds/contact-four-bg-1.jpg
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
assets/images/backgrounds/contact-four-bg-2.png
Normal file
After Width: | Height: | Size: 250 KiB |
BIN
assets/images/backgrounds/contact-one-bg.jpg
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
assets/images/backgrounds/contact-three-bg.png
Normal file
After Width: | Height: | Size: 352 KiB |
BIN
assets/images/backgrounds/contact-two-bg.png
Normal file
After Width: | Height: | Size: 352 KiB |
BIN
assets/images/backgrounds/counter-one-bg.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
assets/images/backgrounds/countries-one-bg.png
Normal file
After Width: | Height: | Size: 250 KiB |
BIN
assets/images/backgrounds/error-page-bg.png
Normal file
After Width: | Height: | Size: 119 KiB |
BIN
assets/images/backgrounds/excellence-one-bg.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
assets/images/backgrounds/faq-one-bg.jpg
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
assets/images/backgrounds/feature-three-bg.jpg
Normal file
After Width: | Height: | Size: 154 KiB |
BIN
assets/images/backgrounds/location-one-bg.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
assets/images/backgrounds/page-header-bg.jpg
Normal file
After Width: | Height: | Size: 89 KiB |
BIN
assets/images/backgrounds/process-one-bg.png
Normal file
After Width: | Height: | Size: 250 KiB |
BIN
assets/images/backgrounds/services-three-bg-1.png
Normal file
After Width: | Height: | Size: 250 KiB |
BIN
assets/images/backgrounds/services-three-bg-2.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
assets/images/backgrounds/services-two-hover-bg.jpg
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
assets/images/backgrounds/sidebar-project-bg-2.jpg
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
assets/images/backgrounds/sidebar-project-bg.jpg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
assets/images/backgrounds/slider-1-1.jpg
Normal file
After Width: | Height: | Size: 178 KiB |
BIN
assets/images/backgrounds/slider-1-2.jpg
Normal file
After Width: | Height: | Size: 154 KiB |
BIN
assets/images/backgrounds/slider-1-3.jpg
Normal file
After Width: | Height: | Size: 104 KiB |
BIN
assets/images/backgrounds/slider-2-1.jpg
Normal file
After Width: | Height: | Size: 130 KiB |
BIN
assets/images/backgrounds/slider-2-2.jpg
Normal file
After Width: | Height: | Size: 135 KiB |
BIN
assets/images/backgrounds/slider-2-3.jpg
Normal file
After Width: | Height: | Size: 100 KiB |
BIN
assets/images/backgrounds/slider-3-1.jpg
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
assets/images/backgrounds/slider-3-2.jpg
Normal file
After Width: | Height: | Size: 139 KiB |
BIN
assets/images/backgrounds/slider-3-3.jpg
Normal file
After Width: | Height: | Size: 150 KiB |
BIN
assets/images/backgrounds/testimonial-one-bg-dark.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
assets/images/backgrounds/testimonial-one-bg.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
assets/images/backgrounds/travel-one-bg-two.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
assets/images/backgrounds/travel-one-bg.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
assets/images/backgrounds/video-one-bg.jpg
Normal file
After Width: | Height: | Size: 208 KiB |
BIN
assets/images/blog/blog-1-1.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
assets/images/blog/blog-1-2.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
assets/images/blog/blog-1-3.jpg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
assets/images/blog/blog-1-4.jpg
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
assets/images/blog/blog-1-5.jpg
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
assets/images/blog/blog-1-6.jpg
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
assets/images/blog/blog-2-1.jpg
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
assets/images/blog/blog-2-2.jpg
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
assets/images/blog/blog-2-3.jpg
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
assets/images/blog/blog-details-img-1.jpg
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
assets/images/blog/blog-details-pagenation-img-1.jpg
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
assets/images/blog/blog-details-pagenation-img-2.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
assets/images/blog/blog-one-user-img-1.jpg
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/images/blog/blog-sidebar-1-1.jpg
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
assets/images/blog/blog-sidebar-1-2.jpg
Normal file
After Width: | Height: | Size: 57 KiB |
BIN
assets/images/blog/blog-sidebar-1-3.jpg
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
assets/images/blog/blog-two-user-img-1.jpg
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
assets/images/blog/comment-1-1.jpg
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
assets/images/blog/comment-1-2.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
assets/images/blog/lp-1-1.jpg
Normal file
After Width: | Height: | Size: 8.6 KiB |
BIN
assets/images/blog/lp-1-2.jpg
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
assets/images/blog/lp-1-3.jpg
Normal file
After Width: | Height: | Size: 8.6 KiB |
BIN
assets/images/brand/brand-1-1-dark.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
assets/images/brand/brand-1-1.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
assets/images/brand/brand-1-2-dark.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
assets/images/brand/brand-1-2.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
assets/images/brand/brand-1-3-dark.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
assets/images/brand/brand-1-3.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
assets/images/brand/brand-1-4-dark.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
assets/images/brand/brand-1-4.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
assets/images/brand/brand-1-5-dark.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
assets/images/brand/brand-1-5.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
assets/images/brand/brand-1-6-dark.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
assets/images/brand/brand-1-6.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
assets/images/brand/brand-2-1.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
assets/images/brand/brand-2-2.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
assets/images/brand/brand-2-3.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
assets/images/brand/brand-2-4.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
assets/images/brand/brand-2-5.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
assets/images/brand/brand-2-6.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
assets/images/coaching/coaching-1-1.jpg
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
assets/images/coaching/coaching-1-2.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
assets/images/coaching/coaching-1-3.jpg
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
assets/images/coaching/coaching-1-4.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
assets/images/coaching/coaching-2-1.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
assets/images/coaching/coaching-2-2.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
assets/images/coaching/coaching-2-3.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
assets/images/coaching/coaching-details-benefit-img.jpg
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
assets/images/coaching/coaching-details-img-1.jpg
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
assets/images/countries/australia-flag.jpg
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
assets/images/countries/canada-flag.jpg
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
assets/images/countries/countries-1-1.jpg
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/images/countries/countries-1-2.jpg
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
assets/images/countries/countries-1-3.jpg
Normal file
After Width: | Height: | Size: 1.5 KiB |